@font-face {
    font-family: 'Helvetica';
    src: url('Helvetica.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
         url('Helvetica.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}


html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 24px;
    font-weight: 100; 
    /*margin: 0.67em 0;*/
}
h2 {
    font-size: 20px;
      font-weight: 100; 
    /*margin: 0.67em 0;*/
}
.bold{
  font-weight: 600;  
}
figcaption,
figure {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
main {
    display: block;
}
pre {
    /*font-family: monospace, monospace;*/
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    /*font-family: monospace, monospace;*/
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    /*font-family: sans-serif;*/
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
input {
    overflow: visible;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
details {
    display: block;
}
summary {
    display: list-item;
}
menu {
    display: block;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.form-v2 input:not([class*="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.form-v2 select,
.form-v2 textarea,
.ui-form input:not([class*="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.ui-form select,
.ui-form textarea {
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    height: 2.8125em;
    padding: 0 10px;
    border: 2px solid #dbdbdb;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    font-size: 1em;
    line-height: 1.4;
    /*font-family: "Open Sans", sans-serif;*/
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-v2 input:not([class*="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
.form-v2 select:focus,
.form-v2 textarea:focus,
.ui-form input:not([class*="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
.ui-form select:focus,
.ui-form textarea:focus {
    outline: 2px solid #00b3e3;
}
.form-v2 input:not([class*="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus::-webkit-input-placeholder,
.form-v2 select:focus::-webkit-input-placeholder,
.form-v2 textarea:focus::-webkit-input-placeholder,
.ui-form input:not([class*="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus::-webkit-input-placeholder,
.ui-form select:focus::-webkit-input-placeholder,
.ui-form textarea:focus::-webkit-input-placeholder {
    opacity: 0.4;
}
.form-v2 input:not([class*="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus:-ms-input-placeholder,
.form-v2 select:focus:-ms-input-placeholder,
.form-v2 textarea:focus:-ms-input-placeholder,
.ui-form input:not([class*="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus:-ms-input-placeholder,
.ui-form select:focus:-ms-input-placeholder,
.ui-form textarea:focus:-ms-input-placeholder {
    opacity: 0.4;
}
.form-v2 input:not([class*="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus::-ms-input-placeholder,
.form-v2 select:focus::-ms-input-placeholder,
.form-v2 textarea:focus::-ms-input-placeholder,
.ui-form input:not([class*="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus::-ms-input-placeholder,
.ui-form select:focus::-ms-input-placeholder,
.ui-form textarea:focus::-ms-input-placeholder {
    opacity: 0.4;
}
.form-v2 input:not([class*="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus::placeholder,
.form-v2 select:focus::placeholder,
.form-v2 textarea:focus::placeholder,
.ui-form input:not([class*="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus::placeholder,
.ui-form select:focus::placeholder,
.ui-form textarea:focus::placeholder {
    opacity: 0.4;
}
.form-v2 input:not([class*="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder,
.form-v2 select::-webkit-input-placeholder,
.form-v2 textarea::-webkit-input-placeholder,
.ui-form input:not([class*="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder,
.ui-form select::-webkit-input-placeholder,
.ui-form textarea::-webkit-input-placeholder {
    opacity: 0.6;
    color: #4f4f4f;
}
.form-v2 input:not([class*="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder,
.form-v2 select:-ms-input-placeholder,
.form-v2 textarea:-ms-input-placeholder,
.ui-form input:not([class*="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder,
.ui-form select:-ms-input-placeholder,
.ui-form textarea:-ms-input-placeholder {
    opacity: 0.6;
    color: #4f4f4f;
}
.form-v2 input:not([class*="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-ms-input-placeholder,
.form-v2 select::-ms-input-placeholder,
.form-v2 textarea::-ms-input-placeholder,
.ui-form input:not([class*="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-ms-input-placeholder,
.ui-form select::-ms-input-placeholder,
.ui-form textarea::-ms-input-placeholder {
    opacity: 0.6;
    color: #4f4f4f;
}
.form-v2 input:not([class*="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::placeholder,
.form-v2 select::placeholder,
.form-v2 textarea::placeholder,
.ui-form input:not([class*="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::placeholder,
.ui-form select::placeholder,
.ui-form textarea::placeholder {
    opacity: 0.6;
    color: #4f4f4f;
}
.form-v2 label,
.ui-form label {
    font-weight: 700;
    font-size: 1rem;
}
.form-v2 input[type="checkbox"],
.form-v2 input[type="radio"],
.ui-form input[type="checkbox"],
.ui-form input[type="radio"] {
    width: 17px;
    height: 17px;
    border: 2px solid #dbdbdb;
    border-radius: 3px;
    margin-bottom: 0.1em;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-v2 input[type="checkbox"]:focus,
.form-v2 input[type="radio"]:focus,
.ui-form input[type="checkbox"]:focus,
.ui-form input[type="radio"]:focus {
    outline: 2px solid #00b3e3;
}
.form-v2 input[type="checkbox"]:checked,
.ui-form input[type="checkbox"]:checked {
    background-image: url(images/checkmark48.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
}
.form-v2 input[type="radio"],
.ui-form input[type="radio"] {
    border-radius: 50%;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition-property: border-color, background-color, box-shadow;
    transition-property: border-color, background-color, box-shadow;
}
.form-v2 input[type="radio"]:checked,
.ui-form input[type="radio"]:checked {
    background-color: #00b3e3;
    box-shadow: inset 0 0 0 3px #fff;
}
.form-v2 input[type="range"],
.ui-form input[type="range"] {
    padding: 0 !important;
    border: 0 !important;
    -webkit-appearance: slider-horizontal !important;
    -moz-appearance: slider-horizontal !important;
    appearance: slider-horizontal !important;
}
.form-v2 textarea,
.ui-form textarea {
    overflow: auto;
    height: auto;
    padding-top: 0.7em !important;
    padding-bottom: 0.7em;
    resize: none;
}
.form-v2 select,
.ui-form select {
    padding-right: 30px !important;
    background-image: url(images/arrow48.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 12px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-v2 fieldset,
.ui-form fieldset {
    border: 1px solid #dbdbdb;
}
*,
::after,
::before {
    box-sizing: border-box;
}
b,
strong {
    font-weight: 700;
}
body {
    position: relative;
    min-width: 320px;
    background-color: #efefef;
    color: #000;
    font-size: 1rem;
    line-height: 1.5;
  font-family: "Helvetica", sans-serif;
  font-weight: 100;
  font-style: normal;
    /*font-family: Arial, Helvetica, sans-serif;*/
    text-rendering: optimizeLegibility;
}
table {
    margin: 1em 0;
    border-spacing: 0;
    border-collapse: collapse;
}
table td,
table th {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    vertical-align: top;
}
pre {
    z-index: inherit !important;
}
/*@font-face {*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*    font-family: Roboto;*/
/*    font-display: swap;*/
/*    src: local("Roboto Light"), local("Roboto-Light"), url(font_opensans8.woff2) format("woff2");*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/
/*@font-face {*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-family: Roboto;*/
/*    font-display: swap;*/
/*    src: local("Roboto"), local("Roboto-Regular"), url(font_opensans7.woff2) format("woff2");*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/
/*@font-face {*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    font-family: Roboto;*/
/*    font-display: swap;*/
/*    src: local("Roboto Medium"), local("Roboto-Medium"), url(font_opensans9.woff2) format("woff2");*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/
/*@font-face {*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*    font-family: "Open Sans";*/
/*    font-display: swap;*/
/*    src: local("Open Sans Light"), local("OpenSans-Light"), url(font_opensans10.woff2) format("woff2");*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/
/*@font-face {*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-family: "Open Sans";*/
/*    font-display: swap;*/
/*    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(font_opensans6.woff2) format("woff2");*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/
/*@font-face {*/
/*    font-style: italic;*/
/*    font-weight: 400;*/
/*    font-family: "Open Sans";*/
/*    font-display: swap;*/
/*    src: local("Open Sans Italic"), local("OpenSans-Italic"), url(font_opensans5.woff2) format("woff2");*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/
/*@font-face {*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    font-family: "Open Sans";*/
/*    font-display: swap;*/
/*    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(font_opensans4.woff2) format("woff2");*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/
/*@font-face {*/
/*    font-style: italic;*/
/*    font-weight: 600;*/
/*    font-family: "Open Sans";*/
/*    font-display: swap;*/
/*    src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url(font_opensans3.woff2) format("woff2");*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/
/*@font-face {*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    font-family: "Open Sans";*/
/*    font-display: swap;*/
/*    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(font_opensans2.woff2) format("woff2");*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/
/*@font-face {*/
/*    font-style: normal;*/
/*    font-weight: 800;*/
/*    font-family: "Open Sans";*/
/*    font-display: swap;*/
/*    src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(font_opensans.woff2) format("woff2");*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/
a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #ba0000;
    text-decoration: underline;
}
.content-links.-bright-blue-dark1 a {
    color: #3e8eb2;
}
.content-links.-bright-blue-dark1 a:hover {
    color: #ba0000;
}
.content-links.-bold a {
    font-weight: 700;
}
.content-links.-semibold a {
    font-weight: 600;
}
.content-links.-normal a:not(.button) {
    font-weight: 400;
}
.content-headings.-fixed-gap [class*="heading-"] {
    margin-bottom: 1.4em;
}
.content-headings.-medium-gap [class*="heading"]:not(.heading-4):not(.heading-5) {
    margin-top: 3rem;
}
.content-headings.-medium-gap [class*="heading"] + ol,
.content-headings.-medium-gap [class*="heading"] + p,
.content-headings.-medium-gap [class*="heading"] + ul {
    margin-top: 1.5em;
}
.content-headings.-medium-gap .heading-4 + ol,
.content-headings.-medium-gap .heading-4 + p,
.content-headings.-medium-gap .heading-4 + ul,
.content-headings.-medium-gap .heading-5 + ol,
.content-headings.-medium-gap .heading-5 + p,
.content-headings.-medium-gap .heading-5 + ul {
    margin-top: 0.3em;
}
.content-headings.-medium-gap .heading-4 {
    margin-top: 1.5em;
}
.content-headings.-medium-gap .heading-5 {
    margin-top: 1em;
}
.content-headings.-large-gap [class*="heading"] {
    margin-top: 3rem;
}
.content-headings.-large-gap [class*="heading"] + ol,
.content-headings.-large-gap [class*="heading"] + p,
.content-headings.-large-gap [class*="heading"] + ul {
    margin-top: 0.3em;
}
.font-opensans {
    /*font-family: "Open Sans", sans-serif;*/
  font-family: "Helvetica", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.font-helvetica {
    /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: "Helvetica", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.font-roboto {
    /*font-family: Roboto, sans-serif;*/
  font-family: "Helvetica", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.font-w-thin {
    font-weight: 100 !important;
}
.font-w-extralight {
    font-weight: 200 !important;
}
.font-w-light {
    font-weight: 300 !important;
}
.font-w-normal {
    font-weight: 400 !important;
}
.font-w-medium {
    font-weight: 500 !important;
}
.font-w-semibold {
    font-weight: 600 !important;
}
.font-w-bold {
    font-weight: 700 !important;
}
.font-w-extrabold {
    font-weight: 800 !important;
}
.font-w-black {
    font-weight: 900 !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-center.-display-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
@media screen and (min-width: 37.5em) {
    .text-center-tablet {
        text-align: center !important;
    }
}
@media screen and (min-width: 50.3125em) {
    .text-center-landscape-tablet {
        text-align: center !important;
    }
}
@media screen and (min-width: 60.9375em) {
    .text-center-desktop {
        text-align: center !important;
    }
}
.text-justify {
    text-align: justify !important;
}
.text-ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-fade {
    position: relative;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}
.text-fade::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 80%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 80%);
    content: "";
}
.text-fade.-lossless {
    white-space: unset;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-space {
    letter-spacing: 2px;
}
.text-soft-wrap {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.text-small-caps {
    font-variant: small-caps;
}
.content-margin-1-5 p,
.content-margin-1-5 ul {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.content-margin-2 p,
.content-margin-2 ul {
    margin-top: 2em;
    margin-bottom: 2em;
}
.content-indent {
    margin-left: 20px;
}
.content-indent.-small-indent {
    margin-left: 10px;
}
.content-indent.-medium-indent {
    margin-left: 25px;
}
.content-indent.-large-indent {
    margin-left: 30px;
}
.color-alabaster {
    color: #fafafa !important;
}
.color-whitesmoke {
    color: #f5f5f5 !important;
}
.color-wild-sand {
    color: #f4f4f4 !important;
}
.color-concrete {
    color: #f2f2f2 !important;
}
.color-seashell {
    color: #f1f1f1 !important;
}
.color-gallery {
    color: #efefef !important;
}
.color-mercury {
    color: #e5e5e5 !important;
}
.color-gainsboro {
    color: #dcdcdc !important;
}
.color-alto {
    color: #dbdbdb !important;
}
.color-lightgray {
    color: #d3d3d3 !important;
}
.color-silver {
    color: silver !important;
}
.color-nobel {
    color: #b3b3b3 !important;
}
.color-silver-chalice {
    color: #acacac !important;
}
.color-darkgray {
    color: #a9a9a9 !important;
}
.color-dusty-gray {
    color: #999 !important;
}
.color-normal-gray {
    color: grey !important;
}
.color-boulder {
    color: #7a7a7a !important;
}
.color-dove-gray {
    color: #6c6c6c !important;
}
.color-dimgray {
    color: #696969 !important;
}
.color-scorpion {
    color: #565656 !important;
}
.color-emperor {
    color: #4f4f4f !important;
}
.color-tundora {
    color: #424242 !important;
}
.color-mine-shaft {
    color: #323232 !important;
}
.color-cod-gray {
    color: #1a1a1a !important;
}
.color-black {
    color: #000 !important;
}
.color-catalina-blue,
.color-justia-blue {
    color: #000000 !important;
}
.color-white {
    color: #fff !important;
}
.color-gray {
    color: #b1b3b3 !important;
}
.color-bright-blue,
.color-cerulean {
    color: #00b3e3 !important;
}
.color-red {
    color: #e2231a !important;
}
.color-orange {
    color: #ff6b00 !important;
}
.color-green-mint {
    color: #3fd5ae !important;
}
.color-bright-green {
    color: #00af41 !important;
}
.color-supernova,
.color-yellow-sun {
    color: #ffc700 !important;
}
.color-brown {
    color: #784d28 !important;
}
.color-science-blue {
    color: #0a56c6 !important;
}
.color-cobalt {
    color: #084aab !important;
}
.color-kashmir-blue {
    color: #4c6b97 !important;
}
.color-deep-sapphire {
    color: #052a60 !important;
}
.color-blue-whale {
    color: #052450 !important;
}
.color-guardsman-red {
    color: #ba0000 !important;
}
.color-maroon {
    color: #830000 !important;
}
.color-sunset-orange {
    color: #ff534b !important;
}
.color-green {
    color: green !important;
}
.color-vivid-red {
    color: #e62117 !important;
}
[class*="color-"] * {
    color: currentColor;
}
.xtiny-font {
    font-size: 0.625rem !important;
}
.tiny-font {
    font-size: 0.75rem !important;
}
.small-font {
    font-size: 0.875rem !important;
}
.normal-font {
    font-size: 1rem !important;
}
.large-font {
    font-size: 1.125rem !important;
}
.xlarge-font {
    font-size: 1.25rem !important;
}
.x2large-font {
    font-size: 1.375rem !important;
}
.x3large-font {
    font-size: 1.5625rem !important;
}
.line-height-1 {
    line-height: 1 !important;
}
.line-height-1-1 {
    line-height: 1.1 !important;
}
.line-height-1-2 {
    line-height: 1.2 !important;
}
.line-height-1-3 {
    line-height: 1.3 !important;
}
.line-height-1-4 {
    line-height: 1.4 !important;
}
.line-height-1-5 {
    line-height: 1.5 !important;
}
@media screen and (min-width: 60.9375em) {
    .to-small-font {
        font-size: 0.875rem;
    }
}
@media screen and (min-width: 37.5em) {
    .to-normal-font {
        font-size: 1rem !important;
    }
}
.to-large-font {
    font-size: 1rem;
}
@media screen and (min-width: 37.5em) {
    .to-large-font {
        font-size: 1.125rem;
    }
}
.to-xlarge-font {
    font-size: 1rem;
}
@media screen and (min-width: 37.5em) {
    .to-xlarge-font {
        font-size: 1.125rem;
    }
}
@media screen and (min-width: 60.9375em) {
    .to-xlarge-font {
        font-size: 1.25rem;
    }
}
.to-xlarge2-font {
    font-size: 1rem;
}
@media screen and (min-width: 37.5em) {
    .to-xlarge2-font {
        font-size: 1.25rem;
    }
}
@media screen and (min-width: 60.9375em) {
    .to-xlarge2-font {
        font-size: 1.375rem !important;
    }
}
.to-xlarge3-font {
    font-size: 1rem;
}
@media screen and (min-width: 37.5em) {
    .to-xlarge3-font {
        font-size: 1.25rem;
    }
}
@media screen and (min-width: 60.9375em) {
    .to-xlarge3-font {
        font-size: 1.375rem !important;
    }
}
@media screen and (min-width: 68.75em) {
    .to-xlarge3-font {
        font-size: 1.5625rem !important;
    }
}
.nowrap {
    white-space: nowrap !important;
}
.quote {
    position: relative;
    padding: 0 3em;
    margin: 0.5em 0;
    line-height: 1.45;
}
.quote cite {
    display: block;
    margin-top: 0.5em;
    color: #7a7a7a;
}
.quote cite::before {
    content: "\2014 \2009";
}
.inline-code {
    padding: 2px 6px;
    border: 1px solid #4c6b97;
    border-radius: 3px;
    background-color: #fff;
    color: #4c6b97;
    font-size: 0.9em;
    line-height: 1.2;
    vertical-align: middle;
}
.-no-underline {
    text-decoration: none !important;
}
[class^="heading"].-top-gap-small {
    margin-top: 1rem;
}
[class^="heading"].-bottom-gap-small {
    margin-bottom: 0.15em;
}
[class^="heading"].-bottom-gap-medium {
    margin-bottom: 1.2rem;
}
[class^="heading"].-bottom-gap-large {
    margin-bottom: 2.83rem;
}
[class^="heading"].-has-side-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
[class^="heading"].-has-side-link .link {
    margin-left: 40px;
    font-size: 1rem;
    text-align: right;
}
[class^="heading"].-has-side-link .link > .jicon {
    margin-left: 6px;
}
.heading-1 {
    display: block;
    padding: 0;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
    margin: 0.625em 0 0.41667em;
    font-weight: 700;
    font-size: 1.5rem;
}
.heading-1 + p.first {
    margin-top: 0;
}
@media screen and (min-width: 30em) {
    .heading-1 {
        font-size: 1.625rem;
    }
}
@media screen and (min-width: 37.5em) {
    .heading-1 {
        font-size: 1.8125rem;
    }
}
@media screen and (min-width: 60.9375em) {
    .heading-1 {
        margin: 1em 0 0.75em;
        font-size: 2rem;
        line-height: 1.3;
    }
}
.heading-2 {
    display: block;
    padding: 0;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
    margin: 0.9em 0 0;
    font-size: 1.3125rem;
}
.heading-2 + p.first {
    margin-top: 0;
}
@media screen and (min-width: 30em) {
    .heading-2 {
        font-size: 1.4375rem;
    }
}
@media screen and (min-width: 37.5em) {
    .heading-2 {
        font-size: 1.625rem;
    }
}
@media screen and (min-width: 60.9375em) {
    .heading-2 {
        font-size: 1.75rem;
    }
}
.heading-3 {
    display: block;
    padding: 0;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
    margin: 1em 0 0;
    font-size: 1.1875rem;
}
.heading-3 + p.first {
    margin-top: 0;
}
@media screen and (min-width: 30em) {
    .heading-3 {
        font-size: 1.3125rem;
    }
}
@media screen and (min-width: 37.5em) {
    .heading-3 {
        font-size: 1.4375rem;
    }
}
@media screen and (min-width: 60.9375em) {
    .heading-3 {
        font-size: 1.5625rem;
    }
}
.heading-4 {
    display: block;
    padding: 0;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
    margin: 1.4em 0 0;
    font-size: 1.125rem;
}
.heading-4 + p.first {
    margin-top: 0;
}
@media screen and (min-width: 30em) {
    .heading-4 {
        font-size: 1.1875rem;
    }
}
@media screen and (min-width: 37.5em) {
    .heading-4 {
        font-size: 1.25rem;
    }
}
@media screen and (min-width: 60.9375em) {
    .heading-4 {
        font-size: 1.375rem;
    }
}
.heading-5 {
    display: block;
    padding: 0;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
    margin: 1.7em 0 0;
    font-size: 1.0625rem;
}
.heading-5 + p.first {
    margin-top: 0;
}
@media screen and (min-width: 30em) {
    .heading-5 {
        font-size: 1.125rem;
    }
}
@media screen and (min-width: 37.5em) {
    .heading-5 {
        font-size: 1.1875rem;
    }
}
@media screen and (min-width: 60.9375em) {
    .heading-5 {
        font-size: 1.25rem;
    }
}
.heading-6 {
    display: block;
    padding: 0;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
    margin: 2em 0 0;
    font-size: 1rem;
}
.heading-6 + p.first {
    margin-top: 0;
}
.resizable-heading-1 {
    font-size: 4.6875vw;
}
@media screen and (min-width: 30em) {
    .resizable-heading-1 {
        line-height: 1.3;
    }
}
@media screen and (min-width: 37.5em) {
    .resizable-heading-1 {
        font-size: 4vw;
    }
}
@media screen and (min-width: 50.3125em) {
    .resizable-heading-1 {
        font-size: 2.48447vw;
    }
}
@media screen and (min-width: 80.5em) {
    .resizable-heading-1 {
        font-size: 2rem;
    }
}
@media screen and (min-width: 60.9375em) {
    .resizable-heading-1 {
        margin: 1em 0 0.75em;
    }
}
.main-content {
    position: relative;
    clear: both;
    overflow: hidden;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.main-content .primary-content-wrapper {
    zoom: 1;
}
.main-content .primary-content-wrapper::after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    content: " ";
}
@media screen and (min-width: 37.5em) {
    .main-content {
        width: calc(100% - 24px);
    }
}
@media screen and (min-width: 60.9375em) {
    .main-content {
        width: calc(100% - 40px);
    }
}
@media screen and (min-width: 60.9375em) {
    body.same-height-content .primary-content,
    body.same-height-content .primary-content-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
}
@media screen and (min-width: 60.9375em) {
    .content-left-sidebar .sidebar {
        float: left;
        width: 320px;
        margin-right: -320px;
    }
    .content-left-sidebar .main-content .primary-content {
        float: right;
        width: 100%;
        padding-left: 330px;
    }
}
@media screen and (min-width: 60.9375em) {
    .content-right-sidebar .sidebar {
        float: right;
        width: 320px;
        margin-left: -320px;
    }
    .content-right-sidebar .main-content .primary-content {
        float: left;
        width: 100%;
        padding-right: 330px;
    }
}
body.sticky-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
body.sticky-footer .main-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}
body.ie11-sticky-short-footer .main-content {
    min-height: calc(100vh - 287px);
}
@media screen and (min-width: 37.5em) {
    body.ie11-sticky-short-footer .main-content {
        min-height: calc(100vh - 132px);
    }
}
@media screen and (min-width: 60.9375em) {
    body.ie11-sticky-short-footer .main-content {
        min-height: calc(100vh - 72px);
    }
}
#header {
    z-index: 40;
    background-color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#sticky-nav {
    zoom: 1;
    position: fixed;
    z-index: 40;
    width: 100%;
    background-color: #000000;
    -webkit-transition: box-shadow 1s ease;
    transition: box-shadow 1s ease;
}
#sticky-nav::after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    content: " ";
}
#sticky-nav #header-nav {
    zoom: 1;
    position: relative;
    width: 100%;
    min-width: 320px;
    max-width: 1280px;
    height: 51px;
    min-height: 30px;
    padding: 10px 10px;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#sticky-nav #header-nav::after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    content: " ";
}
#sticky-nav #header-nav .inner-wrapper {
    position: relative;
    height: 30px;
    margin-left: 51px;
}
#sticky-nav #header-nav .buttons-wrapper {
    position: relative;
}
#sticky-nav #header-nav .logo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 158px;
    margin: 0 auto 0 0;
}
#sticky-nav #header-nav .logo-wrapper .sub-domain {
    display: none;
}
#sticky-nav #header-nav .logo-wrapper .logo {
    left: 10px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    background-size: auto 100%;
    line-height: 30px;
    text-align: center;
    text-indent: -9001px;
}
#sticky-nav #header-nav .logo-wrapper .logo img {
    float: none;
    display: block;
    width: 100%;
    height: 30px;
}
@media screen and (min-width: 37.5em) {
    #sticky-nav #header-nav {
        height: 60px;
        padding: 12px;
    }
    #sticky-nav #header-nav .inner-wrapper {
        height: 36px;
        margin-left: 0;
    }
    #sticky-nav #header-nav .logo-wrapper {
        width: 190px;
        margin-left: 60px;
    }
    #sticky-nav #header-nav .logo-wrapper .logo {
        height: 36px;
    }
    #sticky-nav #header-nav .logo-wrapper .logo img {
        height: 36px;
    }
}
@media screen and (min-width: 60.9375em) {
    #sticky-nav #header-nav {
        height: 66px;
        padding: 15px 20px;
    }
    #sticky-nav #header-nav .logo-wrapper {
        margin-left: 0;
    }
    .no-desktop-logo #sticky-nav #header-nav .logo-wrapper .justia-logo {
        display: none;
    }
    #sticky-nav #header-nav .logo-wrapper .logo .sub-domain {
        position: absolute;
        top: 7px;
        left: 210px;
        display: inline-block;
        width: auto;
        height: 26px;
    }
    .no-desktop-logo #sticky-nav #header-nav .logo-wrapper .logo .sub-domain {
        left: 0;
    }
    #sticky-nav #header-nav .search-icon {
        display: none;
    }
}
#sticky-nav #header-nav .topnav-button {
    top: 0;
    right: 0;
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: #084aab;
    line-height: 30px;
    text-indent: -9999px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    cursor: pointer;
}
#sticky-nav #header-nav .topnav-button a,
#sticky-nav #header-nav .topnav-button span {
    color: #efefef;
}
#sticky-nav #header-nav .topnav-button a:hover,
#sticky-nav #header-nav .topnav-button span:hover {
    color: #fff;
    text-decoration: none;
}
#sticky-nav #header-nav .topnav-button:hover {
    background-color: #0a56c6;
}
#sticky-nav #header-nav .search-icon {
    position: relative;
    float: right;
    overflow: hidden;
    width: 30px;
    height: 30px;
    padding: 1px 6px;
    margin-right: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 30px;
    cursor: pointer;
}
#sticky-nav #header-nav .search-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
}
#sticky-nav #header-nav .sign-in-icon {
    position: absolute;
}
#sticky-nav #header-nav .sign-in-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
}
#sticky-nav #header-nav #my-account-checkbox {
    position: absolute;
    right: 0;
    display: none;
}
#sticky-nav #header-nav .login-buttons {
    position: absolute;
    text-align: center;
}
#sticky-nav #header-nav .login-buttons a {
    display: inline-block;
    width: 100%;
    padding: 14px 20px;
    border-bottom: 1px solid #4c6b97;
    background: #052450;
    font-weight: 700;
    line-height: 1.5;
    text-align: right;
    text-indent: 0;
}
#sticky-nav #header-nav .login-buttons a:hover {
    background: #fff;
    color: #052450;
}
#sticky-nav #header-nav #my-account {
    background-color: transparent;
    box-shadow: 0 0 0 0 #084aab;
    -webkit-transition: box-shadow 0.3s ease-out, background-color 0.3s ease-out;
    transition: box-shadow 0.3s ease-out, background-color 0.3s ease-out;
}
#sticky-nav #header-nav #my-account .login-buttons-wrapper img {
    display: none;
}
#sticky-nav #header-nav #my-account label {
    position: absolute;
    right: 0;
    width: 100%;
    font-weight: 400;
    cursor: pointer;
    border-radius: 4px;
}
#sticky-nav #header-nav #my-account:hover {
    background-color: #084aab;
    box-shadow: 0 0 0 2px #084aab;
    cursor: pointer;
}
@media screen and (max-width: 60.9375em) {
    .search-form-active #sticky-nav #header-nav .search-icon {
        background-color: #0a56c6;
    }
    .search-form-active #sticky-nav #header-nav .search-icon:hover {
        background-color: #084aab;
    }
}
@media screen and (max-width: 37.4375em) {
    #sticky-nav #header-nav .login-buttons {
        width: 0;
        height: 0;
    }
    #sticky-nav #header-nav .login-buttons .login-buttons-wrapper {
        position: fixed;
        top: 51px;
        left: 0;
        width: 100%;
        border-top: 1px solid #4c6b97;
        color: #fff;
        text-indent: 0;
    }
    #sticky-nav #header-nav .login-buttons .login-buttons-wrapper {
        visibility: hidden;
        opacity: 0;
    }
    .login-buttons-active #sticky-nav #header-nav .login-buttons {
        background-color: #0a56c6;
    }
    .login-buttons-active #sticky-nav #header-nav .login-buttons .login-buttons-wrapper {
        visibility: visible;
        opacity: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .login-buttons-active #sticky-nav #header-nav .login-buttons:hover {
        background-color: #084aab;
    }
    #sticky-nav #header-nav #my-account .my-account-name {
        display: none;
    }
}
@media screen and (min-width: 37.5em) {
    #sticky-nav #header-nav .login-buttons {
        width: 166px;
        height: 36px;
    }
    #sticky-nav #header-nav .login-buttons a {
        float: left;
        display: inline-block;
        width: auto;
        height: 36px;
        padding: 0;
        border-bottom: 0;
        margin-top: 0;
        font-size: 0.9em;
        line-height: 36px;
        text-align: inherit;
        text-transform: none;
    }
    #sticky-nav #header-nav .login-buttons a:hover {
        color: #fff;
    }
    #sticky-nav #header-nav .login-buttons::before {
        content: none;
    }
    #sticky-nav #header-nav .login-buttons .login {
        width: 76px;
        padding-left: 1px;
        background: #084aab;
    }
    #sticky-nav #header-nav .login-buttons .login:hover {
        background: #0a56c6;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    #sticky-nav #header-nav .login-buttons .login:active {
        background: #052a60;
    }
    #sticky-nav #header-nav .login-buttons .sign-up {
        width: 90px;
        border-left: 2px solid #052a60;
        background: #084aab;
    }
    #sticky-nav #header-nav .login-buttons .sign-up:hover {
        background: #0a56c6;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    #sticky-nav #header-nav .login-buttons .sign-up:active {
        background: #052a60;
    }
    #sticky-nav #header-nav .search-icon {
        width: 36px;
        height: 36px;
        margin-right: 178px;
        line-height: 36px;
    }
    #sticky-nav #header-nav .sign-in-icon {
        display: none;
    }
    #sticky-nav #header-nav #my-account .my-account-buttons-wrapper {
        position: absolute;
        top: 42px;
        right: -7px;
        display: none;
        width: 130px;
        padding: 10px;
        border: 1px solid #dbdbdb;
        border-radius: 4px;
        background: #fff;
        box-shadow: 11px 10px 37px -16px #dbdbdb;
    }
    #sticky-nav #header-nav #my-account .my-account-buttons-wrapper::before {
        position: absolute;
        top: -10px;
        right: 5px;
        display: block;
        width: 0;
        height: 0;
        border-right: 12px solid transparent;
        border-bottom: 16px solid #fff;
        border-left: 12px solid transparent;
        content: "";
    }
    #sticky-nav #header-nav #my-account .my-account-buttons-wrapper a {
        height: inherit;
        background-color: transparent;
        color: #323232;
        font-weight: 400;
        line-height: 2;
    }
    #sticky-nav #header-nav #my-account .my-account-buttons-wrapper a:hover {
        color: #ba0000;
        text-decoration: underline;
    }
    #sticky-nav #header-nav #my-account-checkbox:checked + #my-account {
        overflow: visible;
        cursor: pointer;
    }
    #sticky-nav #header-nav #my-account-checkbox:checked + #my-account label {
        background-color: #084aab;
        box-shadow: 0 0 0 2px #084aab;
    }
    #sticky-nav #header-nav #my-account-checkbox:checked + #my-account .my-account-buttons-wrapper {
        display: block;
    }
    #sticky-nav #header-nav #my-account {
        width: 142px;
        line-height: 36px;
        text-indent: 0;
    }
    #sticky-nav #header-nav #my-account .login-buttons-wrapper {
        position: relative;
        display: block;
        width: 100%;
    }
    #sticky-nav #header-nav #my-account .login-buttons-wrapper .my-account-label {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        padding-right: 5px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    #sticky-nav #header-nav #my-account .login-buttons-wrapper img {
        display: block;
    }
    #sticky-nav #header-nav #my-account .my-account-photo {
        width: 36px;
        height: 36px;
        border-radius: 4px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    #sticky-nav #header-nav #my-account .my-account-icon {
        width: 12px;
        height: 12px;
        margin-top: 2px;
    }
    #sticky-nav #header-nav #my-account .my-account-name {
        overflow: hidden;
        max-width: 170px;
        padding: 0 6px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #sticky-nav #header-nav #my-account:hover .my-account-name {
        color: #fff;
    }
    #sticky-nav #header-nav #my-account .my-account-buttons-wrapper {
        display: none;
    }
}
@media screen and (max-width: 60.875em) {
    body.burger-active #subnavigation {
        opacity: 1;
        overflow: visible;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }
    body.burger-active #subnavigation .subnavigation-wrapper {
        visibility: visible;
    }
    body.burger-active #hamburger {
        background-color: #052450;
    }
    body.burger-active #hamburger .inner-ham::after,
    body.burger-active #hamburger .inner-ham::before {
        top: 10px;
        left: 50%;
        opacity: 0;
        width: 0%;
    }
    body.burger-active #hamburger .inner-ham .ln2-1 {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    body.burger-active #hamburger .inner-ham .ln2-2 {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@media screen and (max-width: 60.875em) and (min-width: 37.5em) {
    body.burger-active #hamburger .inner-ham::after,
    body.burger-active #hamburger .inner-ham::before {
        top: 12px;
    }
}
#hamburger {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 51px;
    height: 51px;
    padding: 13px 10px;
    border: 1px solid #052450;
    border-width: 0 1px 0 0;
    margin: 0;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#hamburger .inner-ham {
    position: relative;
    height: 25px;
}
#hamburger .inner-ham span,
#hamburger .inner-ham::after,
#hamburger .inner-ham::before {
    position: absolute;
    left: 0;
    display: block;
    opacity: 1;
    width: 100%;
    height: 5px;
    background-color: #fff;
    -webkit-transition-property: top, left, width, opacity, -webkit-transform;
    transition-property: top, left, width, opacity, -webkit-transform;
    transition-property: top, left, transform, width, opacity;
    transition-property: top, left, transform, width, opacity, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
#hamburger .inner-ham span {
    top: 10px;
}
#hamburger .inner-ham::before {
    top: 0;
    content: "";
}
#hamburger .inner-ham::after {
    top: 20px;
    content: "";
}
#hamburger:hover {
    background-color: #052450;
    cursor: pointer;
}
@media screen and (min-width: 37.5em) {
    #hamburger {
        width: 60px;
        height: 60px;
        padding: 14px 12px;
        margin: 0;
    }
    #hamburger .inner-ham {
        height: 32px;
    }
    #hamburger .inner-ham span,
    #hamburger .inner-ham::after,
    #hamburger .inner-ham::before {
        height: 6px;
    }
    #hamburger .inner-ham span {
        top: 13px;
    }
    #hamburger .inner-ham::after {
        top: 26px;
    }
}
@media screen and (min-width: 60.9375em) {
    #hamburger {
        display: none !important;
    }
}
#subnavigation {
    position: relative;
    z-index: 30;
    top: 0;
    opacity: 0;
    width: 100%;
    background: #1a1a1a;
    color: #fff;
}
#subnavigation .subnavigation-wrapper {
    position: fixed;
    top: 51px;
    right: -15px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    overflow: visible;
    height: 372px;
}
#subnavigation ul {
    padding: 0;
    border-top: 1px solid #4c6b97;
    margin-top: 0;
    margin-bottom: 0;
    background: #052450;
}
#subnavigation ul li {
    border-bottom: 1px solid #4c6b97;
    margin: 0;
    list-style-type: none;
}
.onward #subnavigation ul li {
    padding-right: 30px;
}
#subnavigation ul li a {
    display: inline-block;
    width: 100%;
    padding: 14px 20px;
    color: #fff;
    font-weight: 700;
}
#subnavigation ul li:hover {
    background-color: #fff;
}
#subnavigation ul li:hover a {
    color: #052450;
    text-decoration: none;
}
#subnavigation .sublist {
    display: none;
}
@media screen and (min-width: 37.5em) {
    #subnavigation {
        top: 9px;
    }
    #subnavigation .subnavigation-wrapper {
        top: 60px;
    }
}
@media screen and (min-width: 60.9375em) {
    #subnavigation {
        top: 0;
        display: block;
        visibility: visible;
        opacity: 1;
        max-width: 1280px;
        padding: 66px 0 6px;
        margin: 0 auto;
        background: 0 0;
        font-size: 1rem;
    }
    #subnavigation .subnavigation-wrapper {
        position: relative;
        top: 0;
        visibility: visible;
        height: auto;
        padding: 0;
        padding-top: 7px;
        border-top: 1px solid #084aab;
        margin: 0 20px;
    }
    #subnavigation ul {
        padding: 0;
        border-top: 0;
        margin: 0;
        background: 0 0;
        list-style: none;
    }
    #subnavigation ul:last-child {
        padding-right: 0;
    }
    #subnavigation ul li {
        position: relative;
        display: inline;
        padding-right: 16px;
        border-bottom: 0;
        margin: 0;
        font-weight: 700;
    }
    #subnavigation ul li a {
        display: inline;
        padding: 0;
        color: #efefef;
    }
    #subnavigation ul li:hover {
        background: 0 0;
    }
    #subnavigation ul li:hover a {
        color: #fff;
        text-decoration: none;
    }
    #subnavigation ul > li:hover .sublist {
        display: block;
    }
    #subnavigation .sublist {
        position: absolute;
        z-index: 1000;
        top: 100%;
        left: 0;
        overflow: hidden;
        min-width: 100%;
        border-top: 6px solid transparent;
        border-radius: 4px;
        white-space: nowrap;
    }
    #subnavigation .sublist a,
    #subnavigation .sublist li {
        display: block;
        font-weight: 400;
    }
    #subnavigation .sublist > li:first-child {
        border-radius: 4px 4px 0 0;
    }
    #subnavigation .sublist li {
        width: 100%;
        padding: 0.2em 0.8em;
        background-color: #052450;
    }
    #subnavigation .sublist li:hover {
        background-color: #052a60;
    }
}
#search-form-wrapper {
    position: fixed;
    top: 51px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: auto;
    padding: 20px;
    background: #052450;
}
.search-form-active #search-form-wrapper {
    visibility: visible;
    opacity: 1;
    overflow: visible;
}
@media screen and (max-width: 60.875em) {
    .search-form-active #search-form-wrapper {
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
    }
}
@media screen and (min-width: 37.5em) {
    #search-form-wrapper {
        top: 60px;
        padding: 20px 12px;
    }
}
@media screen and (min-width: 60.9375em) {
    #search-form-wrapper {
        position: absolute;
        top: 0;
        display: block;
        visibility: visible;
        opacity: 1;
        height: 0;
        padding: 0;
        background: 0 0;
    }
}
.search-form {
    clear: both;
    max-width: 800px;
    margin: 0 auto;
}
.search-form .input-wrapper {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 2px;
    margin-bottom: 10px;
    background-color: #f4f4f4;
}
.search-form .input-wrapper input {
    float: left;
    display: inline-block;
    height: 40px;
    min-height: initial;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    color: #1a1a1a;
    font-size: 1.125rem;
    text-indent: 10px;
}
.search-form .input-wrapper input:focus::-webkit-input-placeholder {
    color: transparent;
}
.search-form .input-wrapper input:focus:-ms-input-placeholder {
    color: transparent;
}
.search-form .input-wrapper input:focus::-ms-input-placeholder {
    color: transparent;
}
.search-form .input-wrapper input:focus::placeholder {
    color: transparent;
}
.search-form .input-wrapper input:not(.second-input-wrapper) .search-form .input-wrapper input:first-child {
    padding: 0;
}
.search-form .input-wrapper input:first-child {
    width: 100%;
}
@media screen and (min-width: 37.5em) {
    .search-form .input-wrapper {
        width: calc(100% - 152px);
        margin-right: 12px;
        margin-bottom: 0;
    }
    .search-form .input-wrapper input {
        height: 50px;
    }
}
@media screen and (min-width: 60.9375em) {
    .search-form .input-wrapper {
        width: calc(100% - 36px);
        margin: 0;
        background-color: transparent;
    }
    .search-form .input-wrapper input {
        height: 36px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        line-height: 36px;
    }
    .search-form .input-wrapper input::-webkit-input-placeholder {
        opacity: 1;
        color: #4c6b97;
        font-size: 0.875rem;
        line-height: 36px;
    }
    .search-form .input-wrapper input:-ms-input-placeholder {
        opacity: 1;
        color: #4c6b97;
        font-size: 0.875rem;
        line-height: 36px;
    }
    .search-form .input-wrapper input::-ms-input-placeholder {
        opacity: 1;
        color: #4c6b97;
        font-size: 0.875rem;
        line-height: 36px;
    }
    .search-form .input-wrapper input::placeholder {
        opacity: 1;
        color: #4c6b97;
        font-size: 0.875rem;
        line-height: 36px;
    }
    .search-form .input-wrapper input::-webkit-input-placeholder {
        opacity: 1;
        overflow: visible;
        color: #4c6b97;
        font-size: 1.125rem;
        line-height: 36px;
        -webkit-transform: scale(0.78) translateX(2px);
        transform: scale(0.78) translateX(2px);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    .search-form .input-wrapper:not(.second-input-wrapper) input:first-child {
        padding: 0;
    }
}
.search-form.two-fields {
    max-width: none;
}
.search-form.two-fields .second-input-wrapper input {
    width: calc(100% - 35px);
    text-indent: initial;
}
.search-form.two-fields .middle {
    float: left;
    display: block;
    width: 35px;
    height: 40px;
    color: #0a56c6;
    font-size: 1.2em;
    line-height: 40px;
    text-indent: 10px;
}
@media screen and (min-width: 37.5em) {
    .search-form.two-fields .input-wrapper {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .search-form.two-fields .middle {
        height: 50px;
        line-height: 50px;
    }
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .search-form.two-fields .first-input-wrapper {
        width: 60%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .search-form.two-fields .second-input-wrapper {
        width: 40%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}
@media screen and (min-width: 60.9375em) {
    .search-form {
        position: relative;
        overflow: hidden;
        width: 260px;
        height: 36px;
        border-radius: 4px;
        margin-right: 176px;
        background-color: #fff;
        -webkit-transition: width 750ms ease;
        transition: width 750ms ease;
    }
    .search-form.two-fields {
        width: 300px;
    }
    .search-form.typing-active,
    .search-form:active,
    .search-form:focus,
    .search-form:hover {
        overflow: visible;
        width: 450px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        color: #323232;
    }
    .search-form.typing-active .input-wrapper input,
    .search-form:active .input-wrapper input,
    .search-form:focus .input-wrapper input,
    .search-form:hover .input-wrapper input {
        color: #323232;
    }
    .search-form.typing-active button,
    .search-form:active button,
    .search-form:focus button,
    .search-form:hover button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .search-form.typing-active button img,
    .search-form:active button img,
    .search-form:focus button img,
    .search-form:hover button img {
        position: absolute;
        top: 7px;
        right: 7px;
        width: 22px;
        height: 22px;
    }
    .search-form.typing-active button:hover img,
    .search-form:active button:hover img,
    .search-form:focus button:hover img,
    .search-form:hover button:hover img {
        -webkit-filter: brightness(80%);
        filter: brightness(80%);
    }
    .search-form.typing-active.two-fields,
    .search-form:active.two-fields,
    .search-form:focus.two-fields,
    .search-form:hover.two-fields {
        width: 545px;
    }
    .search-form.typing-active.two-fields button,
    .search-form:active.two-fields button,
    .search-form:focus.two-fields button,
    .search-form:hover.two-fields button {
        width: 36px;
    }
    .search-form.typing-active.two-fields .input-wrapper,
    .search-form:active.two-fields .input-wrapper,
    .search-form:focus.two-fields .input-wrapper,
    .search-form:hover.two-fields .input-wrapper {
        width: calc(50% - 4px);
    }
    .search-form.typing-active.two-fields .second-input-wrapper,
    .search-form:active.two-fields .second-input-wrapper,
    .search-form:focus.two-fields .second-input-wrapper,
    .search-form:hover.two-fields .second-input-wrapper {
        width: calc(50% - 46px);
        margin: 0 14px;
    }
    .search-form.typing-active.two-fields .second-input-wrapper input,
    .search-form:active.two-fields .second-input-wrapper input,
    .search-form:focus.two-fields .second-input-wrapper input,
    .search-form:hover.two-fields .second-input-wrapper input {
        width: calc(100% - 30px);
    }
    .search-form.typing-active.two-fields .middle,
    .search-form:active.two-fields .middle,
    .search-form:focus.two-fields .middle,
    .search-form:hover.two-fields .middle {
        position: relative;
        width: 30px;
        height: 36px;
        padding-left: 1px;
        color: #0a56c6;
        font-size: 0.8125rem;
        line-height: 36px;
    }
    .search-form.typing-active.two-fields .middle::before,
    .search-form:active.two-fields .middle::before,
    .search-form:focus.two-fields .middle::before,
    .search-form:hover.two-fields .middle::before {
        position: absolute;
        top: 8px;
        bottom: 8px;
        left: 0;
        display: block;
        border-color: #323232;
        border-left: 1px solid #323232;
        content: "";
    }
}
.search-form button {
    width: 100%;
    height: 40px;
    border: transparent;
    border-radius: 2px;
    background-color: #0a56c6;
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
}
.search-form button:hover {
    background-color: #084aab;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.search-form button::after {
    display: block;
    content: "Search";
}
.search-form button img {
    display: none;
}
@media screen and (min-width: 37.5em) {
    .search-form button {
        float: right;
        width: 140px;
        height: 50px;
    }
}
@media screen and (min-width: 60.9375em) {
    .search-form button {
        position: absolute;
        top: 0;
        right: 0;
        width: 36px;
        height: 36px;
        padding: 0;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        background-color: #efefef;
        color: #000;
    }
    .search-form button:hover {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background: #efefef;
    }
    .search-form button::after {
        display: none;
    }
    .search-form button img {
        position: absolute;
        top: 7px;
        right: 7px;
        display: block;
        width: 22px;
        height: 22px;
    }
}
.breadcrumbs {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    padding: 10px;
    margin: 0 auto;
}
.breadcrumbs a {
    display: inline-block;
}
.breadcrumbs .breadcrumb-separator {
    display: inline-block;
    padding: 0 3px;
    color: #000;
}
.breadcrumbs .breadcrumb-separator::before {
    content: "\203A";
}
.main-content.width-100-v2 > .breadcrumbs {
    max-width: none;
}
@media screen and (min-width: ) {
    .main-content.width-100-v2 > .breadcrumbs {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media screen and (min-width: 30em) {
    .main-content.width-100-v2 > .breadcrumbs {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (min-width: 60.9375em) {
    .main-content.width-100-v2 > .breadcrumbs {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media screen and (min-width: 37.5em) {
    .breadcrumbs {
        padding: 10px 0;
    }
}
.stripes {
    zoom: 1;
    position: relative;
    clear: both;
    width: 100%;
    background-color: transparent;
}
.stripes::after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    content: " ";
}
.stripes .stripe-wrapper {
    max-width: 1300px;
    margin: 0 auto;
}
.large-gap-stripe .main-content {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (min-width: 30em) {
    .large-gap-stripe .main-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media screen and (min-width: 37.5em) {
    .large-gap-stripe .main-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media screen and (min-width: 60.9375em) {
    .large-gap-stripe .main-content {
        padding-top: 85px;
        padding-bottom: 85px;
    }
}
@media screen and (max-width: 37.4375em) {
    .large-gap-stripe.-large-mobile-gap .main-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media screen and (min-width: 60.9375em) {
    .large-gap-stripe.-with-title .main-content {
        padding-top: 80px;
    }
}
@media screen and (min-width: 60.9375em) {
    .large-gap-stripe.-with-text-below .main-content {
        padding-bottom: 82px;
    }
}
.sidebar {
    position: relative;
    z-index: 1;
    background-color: transparent;
}
.summaries-banner {
    clear: both;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #000000;
    background-image: url(../images/law/summaries-banner.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    color: #fff;
    font-size: 1.4em;
}
.summaries-banner .content-wrapper {
    padding: 10px;
    border: 1px solid #fff;
    line-height: 1.3;
    text-align: center;
}
.annotations-ad {
    max-width: 320px;
}
#footer {
    clear: both;
    padding: 0;
    margin-bottom: 0;
    background-color: #000000;
    color: #fff;
    text-align: left;
}
#footer a {
    color: #fff;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
#footer a:hover {
    color: #ff534b;
    text-decoration: underline;
}
#footer .wrapper {
    overflow: hidden;
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
}
#footer .copyright {
    float: left;
    clear: both;
    width: 100%;
    height: auto;
    padding-top: 20px;
    margin: 0 0 12px;
    color: #fff;
    text-align: center;
}
#footer .copyright .credits,
#footer .copyright .nav,
#footer .copyright .site,
#footer .copyright .social-media {
    height: 30px;
}
#footer .copyright .credits {
    display: block;
    padding: 10px 0 0;
    margin: 0 0 10px;
}
#footer .copyright .nav a {
    display: block;
    padding: 14px 0;
    margin: 1px 0 0;
    background: rgba(5, 36, 80, 0.7);
    line-height: 1;
}
#footer .copyright .nav a:hover {
    background: rgba(5, 36, 80, 0.5);
}
#footer .copyright .social-media .icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    -ms-interpolation-mode: bicubic;
}
#footer .copyright .social-media .icon img {
    width: 30px;
    height: 30px;
    display: block;
}
@media screen and (min-width: 37.5em) {
    #footer .copyright .nav a {
        display: inline;
        padding: 0;
        margin: 10px 10px 0 0;
        background: inherit;
        line-height: auto;
    }
    #footer .copyright .nav a:hover {
        background: inherit;
    }
}
@media screen and (min-width: 68.75em) {
    #footer .copyright {
        height: 60px;
    }
    #footer .copyright .credits,
    #footer .copyright .site {
        float: left;
    }
    #footer .copyright .credits {
        margin-right: 20px;
    }
    #footer .copyright .nav {
        float: right;
    }
    #footer .copyright .nav a {
        display: inline-block;
        margin: 11px 0 0 25px;
    }
}
#footer.-v2 {
    border-top: 1px solid #e6eaf1;
    background-image: none;
}
#footer.-v2 .resources .section-title {
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 1.6em;
    line-height: 1;
}
@media screen and (min-width: 37.5em) {
    #footer.-v2 .resources .section-title {
        margin-bottom: 0;
        text-align: left;
    }
}
#footer.-v2 .resources.-centered {
    text-align: center;
}
#footer.-v2 .resources.-centered .columns {
    text-align: left;
}
#footer.-v2 .resources.-centered .columns .footer-list {
    padding: 0;
}
@media screen and (min-width: 37.5em) {
    #footer.-v2 .resources.-centered .columns {
        float: none;
        display: inline-grid;
        width: auto;
        margin: 0 auto;
        grid-template-columns: repeat(2, minmax(-webkit-max-content, 50%));
        grid-template-columns: repeat(2, minmax(max-content, 50%));
        grid-gap: 0 100px;
    }
    #footer.-v2 .resources.-centered .columns a {
        white-space: nowrap;
    }
}
@media screen and (min-width: 60.9375em) {
    #footer.-v2 .resources.-centered .columns {
        grid-template-columns: repeat(4, minmax(-webkit-max-content, 25%));
        grid-template-columns: repeat(4, minmax(max-content, 25%));
    }
}
#footer.-v2 .resources a {
    color: #000000;
}
#footer.-v2 .resources a:hover {
    color: #ba0000;
}
#footer.-v2 .columns {
    float: left;
    overflow: hidden;
    width: 100%;
    padding-top: 0;
    margin-bottom: 0;
}
#footer.-v2 .columns .title {
    position: relative;
    display: block;
    padding: 14px 0 14px 14px;
    margin: 1px 0 0;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1;
    text-transform: capitalize;
}
#footer.-v2 .columns .footer-block {
    float: left;
    width: 100%;
    margin-top: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#footer.-v2 .columns ul {
    float: none;
    padding: 0;
    margin: 0 0 1em;
    list-style: none;
}
#footer.-v2 .columns ul li {
    padding-left: 14px;
    margin: 0;
}
#footer.-v2 .columns ul.visible-content {
    display: block;
}
#footer.-v2 .columns .expand {
    display: none;
}
@media screen and (max-width: 37.4375em) {
    #footer.-v2 .columns .expand {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 45px;
        height: 100%;
        cursor: pointer;
    }
    #footer.-v2 .columns .expand img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 12px;
        height: 12px;
        margin: auto;
    }
    #footer.-v2 .columns .expand.-expanded img {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    #footer.-v2 .columns .expanded {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    #footer.-v2 .columns .-collapsed {
        display: none;
    }
    #footer.-v2 .columns .footer-block {
        background-color: #f2f2f2;
    }
    #footer.-v2 .columns .footer-block + .footer-block {
        margin-top: 2px;
    }
    #footer.-v2 .columns .footer-list {
        padding: 10px 0;
        margin: 0;
        background-color: #ebebeb;
    }
}
@media screen and (min-width: 37.5em) {
    #footer.-v2 .columns {
        text-align: left;
    }
    #footer.-v2 .columns .title {
        padding: 0.5em 0 0.3em;
        font-size: 1.125rem;
        line-height: inherit;
    }
    #footer.-v2 .columns .footer-block {
        width: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #footer.-v2 .columns ul {
        float: left;
        padding: 0 30px 0 0;
        margin: 0;
    }
    #footer.-v2 .columns li {
        display: block;
    }
    #footer.-v2 .columns li:not(:last-child) {
        margin-bottom: 0.5em;
    }
    #footer.-v2 .columns ul li {
        padding-left: 0;
    }
    #footer.-v2 .columns ul.hidden-content {
        display: block !important;
    }
}
@media screen and (min-width: 60.9375em) {
    #footer.-v2 .columns .footer-block {
        width: 25%;
    }
}
@media screen and (min-width: 60.9375em) {
    #footer.-v2 .resources {
        padding-top: 70px;
        padding-bottom: 55px;
    }
}
.floating-label {
    position: relative;
}
.floating-label > input::-webkit-input-placeholder {
    opacity: 0 !important;
}
.floating-label > input:-ms-input-placeholder {
    opacity: 0 !important;
}
.floating-label > input::-ms-input-placeholder {
    opacity: 0 !important;
}
.floating-label > input::placeholder {
    opacity: 0 !important;
}
.floating-label > .flabel {
    -webkit-transition-property: font-size, color, background-color, -webkit-transform;
    transition-property: font-size, color, background-color, -webkit-transform;
    transition-property: transform, font-size, color, background-color;
    transition-property: transform, font-size, color, background-color, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    position: absolute;
    z-index: 10;
    top: 22.5px;
    left: 12px;
    display: block;
    color: rgba(79, 79, 79, 0.6);
    font-weight: 400;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}
.floating-label > .ffield {
    -webkit-transition: padding 0.2s ease !important;
    transition: padding 0.2s ease !important;
}
.floating-label > .ffield::-webkit-input-placeholder {
    color: transparent;
}
.floating-label > .ffield:-ms-input-placeholder {
    color: transparent;
}
.floating-label > .ffield::-ms-input-placeholder {
    color: transparent;
}
.floating-label > .ffield::placeholder {
    color: transparent;
}
.floating-label.-js-is-focused > .flabel {
    opacity: 0.6;
}
.floating-label.-js-is-filled > .flabel {
    opacity: 1;
    color: #4f4f4f;
    font-size: 11px;
    -webkit-transform: translateY(-145.45455%);
    transform: translateY(-145.45455%);
}
.floating-label.-js-is-filled > .ffield {
    padding-top: 15px !important;
}
.floating-label.-with-textarea > .flabel {
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    padding: 10px 10px 0;
    -webkit-transform: translateY(0.2em);
    transform: translateY(0.2em);
}
.floating-label.-with-textarea > .ffield {
    padding-top: 10px !important;
    padding-bottom: 10px;
}
.floating-label.-with-textarea.-js-is-filled > .flabel {
    background-color: #fff;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.floating-label.-with-textarea.-js-is-filled > .ffield {
    padding-top: 20px !important;
}
.floating-label.-with-nested-input.-js-is-filled .ffield {
    padding-top: 15px !important;
}
.ui-field {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.ui-field > input,
.ui-field > textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
}
.parsley-errors-list {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #e2231a;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.1;
    list-style: none;
}
.parsley-errors-list.filled {
    padding: 0 0 0 15px;
    margin: 5px 0 0;
}
.ui-checkbox + .parsley-errors-list {
    margin-top: -20px;
}
.ui-checks-radios .parsley-errors-list {
    position: relative;
    z-index: 5;
    padding: 0;
}
.ui-button {
    display: inline-block;
    padding: 1.0625em 20px;
    border: 0 !important;
    border-radius: 3px;
    background-color: #000000;
    color: #fff !important;
    font-weight: 700;
    line-height: 1;
    /*font-family: "Open Sans", sans-serif;*/
    text-decoration: none !important;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition-property: -webkit-transform box-shadow;
    transition-property: -webkit-transform box-shadow;
    transition-property: transform box-shadow;
    transition-property: transform box-shadow, -webkit-transform box-shadow;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.ui-button:hover {
    color: #fff;
    box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
}
.ui-button.-wide {
    display: block;
    width: 100%;
    text-align: center;
}
.ui-button.-red {
    background-color: #e2231a;
}
.ui-button.-red.-ghost {
    color: #e2231a !important;
    box-shadow: inset 0 0 0 2px #e2231a;
}
.ui-button.-red.-ghost:hover {
    background-color: #e2231a;
}
.ui-button.-bright-blue {
    background-color: #00b3e3;
}
.ui-button.-bright-blue.-ghost {
    color: #00b3e3 !important;
    box-shadow: inset 0 0 0 2px #00b3e3;
}
.ui-button.-bright-blue.-ghost:hover {
    background-color: #00b3e3;
}
.ui-button.-faded-hover:not(.-ghost) {
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.ui-button.-faded-hover:not(.-ghost):hover {
    background-color: #052450;
    box-shadow: unset;
    -webkit-transform: none;
    transform: none;
}
.ui-button.-red.-faded-hover:not(.-ghost):hover {
    background-color: #ba0000;
}
.ui-button.-bright-blue.-faded-hover:not(.-ghost):hover {
    background-color: #008bb0;
}
.ui-divider {
    width: 100%;
    height: 1px;
    position: relative;
    display: block;
    box-sizing: content-box;
    border: 0;
    margin: 1em 0;
    background-color: #dbdbdb;
}
@media screen and (min-width: 37.5em) {
    .ui-divider {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }
}
.ui-divider.-or {
    overflow: visible;
}
.ui-divider.-or::after {
    width: 50px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    font-size: 1rem;
    line-height: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "OR";
}
.ui-overlay {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.ui-modal {
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    max-height: 90%;
    padding: 25px 10px 10px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 37.5em) {
    .ui-modal {
        padding: 25px 20px 20px;
    }
}
.ui-modal > .closebtn {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
.ui-modal > .closebtn::before {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(images/close26.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
}
.ui-modal.-rounded {
    padding: 15px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
}
.ui-modal.-rounded > .closebtn {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
}
.ui-modal.-rounded > .closebtn::before {
    width: 30px;
    height: 30px;
    background-image: url(images/close48.png);
}
.inline-login {
    color: #4f4f4f;
    /*font-family: "Open Sans", sans-serif;*/
}
.inline-login header {
    display: block;
    text-align: center;
}
.inline-login p {
    margin-top: 0.35em;
    margin-bottom: 1.35em;
}
.inline-login form {
    padding: 0;
    margin: 0;
}
.inline-login .loginlogo {
    width: 150px;
    height: auto;
    display: block;
    border: 0;
    margin: 0 auto 10px;
}
.inline-login .logintitle {
    display: block;
    padding: 0;
    margin: 0;
    color: #1a1a1a;
    font-weight: 400;
    text-transform: none;
    font-size: 1.1875rem;
    line-height: 1.5;
}
@media screen and (min-width: 30em) {
    .inline-login .logintitle {
        font-size: 1.3125rem;
    }
}
@media screen and (min-width: 37.5em) {
    .inline-login .logintitle {
        font-size: 1.4375rem;
    }
}
@media screen and (min-width: 60.9375em) {
    .inline-login .logintitle {
        font-size: 1.5625rem;
    }
}
.inline-login .loginmain {
    margin-bottom: 20px;
}
.inline-login .loginreset {
    font-size: 0.875rem;
    text-align: center;
}
.inline-login .loginsignup {
    font-size: 0.875rem;
    text-align: center;
}
.inline-login .loginsignup p {
    margin-top: 0.6em;
}
.inline-login .ui-divider {
    width: 100%;
    height: 2px;
    margin: 25px 0;
}
.inline-login .ui-field {
    margin-top: 10px;
    margin-bottom: 10px;
}
.inline-login .ui-field > input:not(.ui-button) {
    height: 3.125rem !important;
}
.inline-login .floating-label > .flabel {
    top: 25px;
}
.inline-login .ui-button {
    padding: 1.0625em 20px;
    font-size: 1rem;
}
.inline-login .loginwithsocial img {
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
}
.inline-login .loginwithsocial .socialbtn {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    opacity: 1;
    overflow: hidden;
    height: 3.125rem;
    padding: 0 15px;
    border-radius: 4px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #000000;
    color: #fff;
    /*font-weight: 700;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
    text-decoration: none;
}
.inline-login .loginwithsocial .socialbtn:not(:last-child) {
    margin-bottom: 10px;
}
.inline-login .loginwithsocial .socialbtn:hover {
    opacity: 0.9;
    text-decoration: none;
}
.inline-login .loginwithsocial .socialbtn.-facebook {
    background-color: #3c5a99;
}
.inline-login .loginwithsocial .socialbtn.-linkedin {
    background-color: #0077b5;
}
.inline-login .loginwithsocial .socialbtn.-google-plus {
    background-color: #4285f4;
}
.inline-login .loginwithsocial .icon {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.inline-login .loginwithsocial .text {
    position: relative;
    display: block;
    overflow: hidden;
    overflow-y: visible;
    width: calc(100% - 55px);
    padding-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.4);
    margin-left: 0;
    font-size: 1.125rem;
    line-height: 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (min-width: 50.3125em) {
    .inline-login {
        padding: 30px 45px !important;
    }
}
.inline-login-expanded .inline-login {
    max-width: 850px !important;
}
.inline-login-expanded .inline-login .loginmain {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.inline-login-expanded .inline-login .loginmain > .logintype {
    width: calc(50% - 30px);
}
.inline-login-expanded .inline-login .loginmain > .ui-divider {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.inline-login-expanded .inline-login .loginmain > .ui-divider::after {
    width: auto;
    height: 50px;
}
.inline-login-expanded .inline-login .loginwithsocial {
    margin: 10px 0;
}
.jcard {
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin: 0 auto 10px;
    background-color: #fff;
}
.jcard.-borderless {
    border-color: #fff;
}
.jcard .block-wrapper {
    margin-top: 1em;
}
@media screen and (min-width: 37.5em) {
    .jcard {
        border-right: 1px solid #dbdbdb;
        border-left: 1px solid #dbdbdb;
    }
}
.block,
.block-wrapper {
    zoom: 1;
}
.block-wrapper::after,
.block::after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    content: " ";
}
.block-wrapper > h1:first-child,
.block-wrapper > h2:first-child,
.block-wrapper > h3:first-child,
.block-wrapper > h4:first-child,
.block-wrapper > h5:first-child,
.block-wrapper > h6:first-child,
.block-wrapper > ol:first-child,
.block-wrapper > p:first-child,
.block-wrapper > ul:first-child,
.block > h1:first-child,
.block > h2:first-child,
.block > h3:first-child,
.block > h4:first-child,
.block > h5:first-child,
.block > h6:first-child,
.block > ol:first-child,
.block > p:first-child,
.block > ul:first-child {
    margin-top: 0;
}
.block h1:last-child,
.block h2:last-child,
.block h3:last-child,
.block h4:last-child,
.block h5:last-child,
.block h6:last-child,
.block ol:last-child,
.block p:last-child,
.block ul:last-child,
.block-wrapper h1:last-child,
.block-wrapper h2:last-child,
.block-wrapper h3:last-child,
.block-wrapper h4:last-child,
.block-wrapper h5:last-child,
.block-wrapper h6:last-child,
.block-wrapper ol:last-child,
.block-wrapper p:last-child,
.block-wrapper ul:last-child {
    margin-bottom: 0;
}
.blocks .block {
    margin-top: 30px;
    margin-bottom: 60px;
}
.blocks .block.-tiny {
    margin-bottom: 25px;
}
.blocks .block.-tiny + .block {
    margin-top: 25px;
    margin-bottom: 20px;
}
@media screen and (min-width: 30em) {
    .blocks .block.-tiny + .block {
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 60.9375em) {
    .blocks .block.-tiny + .block {
        margin-bottom: 0;
    }
}
.blocks .block.-small {
    margin-bottom: 30px;
}
.blocks .block.-large-gap {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.blocks .block:last-child {
    margin-bottom: 0;
}
.blocks .block-wrapper {
    margin-top: 1.3em;
}
.block.-boxed {
    padding: 0.75em;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
}
@media screen and (max-width: 68.6875em) {
    .block.-boxed {
        margin: 1em auto;
    }
}
.block.-boxed.-large-inner-gap {
    padding: 0;
}
.block.-boxed.-large-inner-gap > .content {
    padding: 20px;
}
@media screen and (min-width: 60.9375em) {
    .block.-boxed.-large-inner-gap > .content {
        padding: 30px;
    }
}
.block.-boxed .block-footer {
    padding: 0.4em;
    border-top: 1px solid #d3d3d3;
}
@media screen and (max-width: 68.6875em) {
    .block {
        margin: 1em auto;
    }
}
.block.-with-icon {
    padding: 0;
    border-width: 0;
}
.block.-with-icon[class*="pull"] {
    margin: 1em;
}
.block.-with-icon .block-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 15px 25px;
    border-radius: 2px 2px 0 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.block.-with-icon .block-header > .jicon {
    width: 40px;
    height: 40px;
    margin-right: 25px;
}
.block.-with-icon .block-wrapper {
    padding: 15px 25px;
    border: 1px solid #d3d3d3;
    border-width: 0 1px 1px;
    border-radius: 0 0 2px 2px;
}
.interactive-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 53.75%;
    background-color: #e5e5e5;
}
.interactive-map > div {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.interactive-map .landmark {
    width: 250px;
    padding: 7px 0 0;
    border-radius: 5px;
    background: rgba(247, 247, 247, 0.75);
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.29);
    /*font-family: Helvetica, Arial, sans-serif;*/
    -webkit-transform-origin: 0 10px;
    transform-origin: 0 10px;
}
.interactive-map .landmark h1 {
    padding: 5px 15px;
    margin-top: 0;
    background: #2aaef5;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    font-size: 16px;
}
.interactive-map .landmark section {
    padding: 0 15px 5px;
    font-size: 14px;
}
.interactive-map .landmark section p {
    margin: 5px 0;
}
.interactive-map .landmark::after {
    position: absolute;
    top: 7px;
    left: -13px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 13px solid #2aaef5;
    border-bottom: 13px solid transparent;
    margin-bottom: -13px;
    content: "";
}
.cards.-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.cards.-flex .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.cards.-flex .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    flex: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.cards.-information-cards {
    display: block;
}
.cards.-information-cards > .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: calc(100% + 20px);
    margin: -10px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.cards.-information-cards .card {
    width: 100%;
    height: auto;
    margin: 10px;
}
.cards.-information-cards .header {
    padding: 20px 10px;
    border-radius: 4px 4px 0 0;
}
.cards.-information-cards .content {
    padding: 25px 15px;
    border-radius: 0 0 4px 4px;
}
.cards.-information-cards .footer {
    margin-top: 1em;
}
@media screen and (min-width: 37.5em) {
    .cards.-information-cards .card {
        width: calc(50% - 20px);
    }
    .cards.-information-cards .header > .title.-same-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        height: 2.2em;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .cards.-information-cards .header > .title.-same-height.-large-height {
        height: 3.3em;
    }
}
@media screen and (min-width: 68.75em) {
    .cards.-information-cards > .wrapper {
        width: 100%;
        margin: -10px 0;
    }
    .cards.-information-cards > .wrapper:not(.-flex-wrap) {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .cards.-information-cards .card {
        width: calc(25% - 15px);
        margin: 10px 0;
    }
    .cards.-information-cards.-has-3-cards .card {
        width: calc(33.33333% - 13.33333px);
        margin: 10px 0;
    }
    .cards.-information-cards .header > .title {
        font-size: 1.5rem;
    }
    .cards.-information-cards .header > .title.-same-height.-large-height {
        height: 2.2em;
    }
}
@media screen and (min-width: 81.25em) {
    .cards.-information-cards > .wrapper {
        margin-top: -25px;
        margin-bottom: -25px;
    }
    .cards.-information-cards .card {
        width: calc(25% - 37.5px);
        margin: 25px 0;
    }
    .cards.-information-cards.-has-3-cards .card {
        width: calc(33.33333% - 33.33333px);
        margin: 25px 0;
    }
    .cards.-information-cards .content {
        padding: 25px;
    }
}
.cards.-solid .card {
    -webkit-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    border-width: 0;
    border-radius: 10px;
    background-color: #fafafa;
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-perspective-origin: top center;
    perspective-origin: top center;
}
.cards.-solid .card:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: rotateX(4deg);
    transform: rotateX(4deg);
}
.publication-cards .card {
    padding: 20px;
}
.publication-cards .date {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 0.875rem;
    text-transform: uppercase;
}
.publication-cards .title {
    font-weight: 700;
}
.publication-cards .excerpt {
    margin-top: 0;
    margin-bottom: 0;
}
@media screen and (min-width: 23.4375em) and (max-width: 37.5em) {
    .publication-cards .card {
        width: 100% !important;
    }
}
@media screen and (min-width: 60.9375em) {
    .publication-cards .card {
        padding: 30px 40px;
    }
}
.people-cards {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.people-cards .card {
    padding: 20px;
    border-width: 0;
    text-align: center;
}
.people-cards .picture {
    width: 250px;
    max-width: 100%;
    border-radius: 50%;
    margin: 0 auto;
}
.people-cards .name,
.people-cards .position {
    display: block;
    width: 100%;
}
.people-cards .name {
    margin-top: 1.34em;
    margin-bottom: 0.25em;
    color: #000000;
    font-weight: 700;
}
.people-cards .position {
    margin-bottom: 0.2em;
    font-size: 0.875rem;
}
.people-cards .expandable-content.-expanded {
    padding-top: 1.5em;
}
.people-cards .expandable-content p:first-child {
    margin-top: 0;
}
.people-cards .expand-v2 {
    font-weight: 700;
}
.people-cards .social-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 1.6875rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.people-cards .social-media a {
    display: block;
    overflow: hidden;
    border-radius: 2px;
    margin-top: 0.3125rem;
    margin-right: 0.3125rem;
}
@media screen and (min-width: 60.9375em) {
    .people-cards .social-media a {
        margin-right: 0.625rem;
    }
}
.people-cards .social-media .jicon {
    width: 32px;
    height: 32px;
    display: block;
}
@media screen and (min-width: 30em) and (max-width: 50.25em) {
    .people-cards .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        min-height: 190px;
        padding-left: 190px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: left;
    }
    .people-cards .picture {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 150px;
    }
    .people-cards .name {
        margin-top: 0;
    }
}
@media screen and (min-width: 37.5em) and (max-width: 50.25em) {
    .people-cards .position {
        min-height: 3em;
    }
}
@media screen and (min-width: 60.9375em) {
    .people-cards .card {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.card {
    height: 100%;
    border: 1px solid #ebebeb;
    border-radius: 2px;
}
.card.-highlight {
    box-shadow: 3px 5px 7px 0 rgba(192, 192, 192, 0.36);
}
.card .header {
    padding: 25px;
    background-color: #ebebeb;
    text-align: center;
}
@media screen and (min-width: 46.875em) {
    .card .header {
        padding-top: 43px;
        padding-bottom: 43px;
    }
}
.card .content {
    padding: 10px;
}
.card .content p:first-child {
    margin-top: 0;
}
@media screen and (min-width: 46.875em) {
    .card .content {
        padding: 25px;
    }
    .card .content ol,
    .card .content ul {
        margin-top: 40px;
    }
}
@media screen and (min-width: 68.75em) {
    .card .content {
        padding: 30px;
    }
}
.card .footer {
    width: 100%;
    margin-top: 2em;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    text-align: center;
}
.c3 svg {
    font-size: 0.625rem;
    -webkit-tap-highlight-color: transparent;
}
.c3 line,
.c3 path {
    fill: none;
    stroke: #dbdbdb;
}
.c3 text {
    color: #7a7a7a;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.c3 .c3-tooltip {
    padding: 15px;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    background: #fff;
    color: #7a7a7a;
    font-size: 0.75rem;
    line-height: 1;
}
.c3 .c3-tooltip span {
    display: block;
    margin-top: 5px;
    color: #ff6b00;
    font-size: 1.75rem;
}
.c3-axis-x line {
    display: none;
}
.c3-bars path {
    shape-rendering: crispEdges;
}
.c3-grid line {
    stroke: #dbdbdb;
}
.c3-bar {
    cursor: pointer;
    stroke-width: 0;
}
.c3-bar._expanded_ {
    cursor: pointer;
    fill-opacity: 0.75;
}
.col--one-whole {
    width: 100%;
}
@media screen and (min-width: 37.5em) {
    .col--one-whole {
        width: 100%;
    }
}
.col--one-half {
    width: 100%;
}
@media screen and (min-width: 37.5em) {
    .col--one-half {
        width: 50%;
    }
}
@media screen and (max-width: 37.4375em) {
    .grid-wrapper-gap .col--one-half {
        margin-bottom: 10px;
    }
}
.col--one-third {
    width: 100%;
}
@media screen and (min-width: 60.9375em) {
    .col--one-third {
        width: 33.33333%;
    }
}
@media screen and (max-width: 60.875em) {
    .grid-wrapper-gap .col--one-third {
        margin-bottom: 10px;
    }
}
.col--two-thirds {
    width: 100%;
}
@media screen and (min-width: 60.9375em) {
    .col--two-thirds {
        width: 66.66667%;
    }
}
@media screen and (max-width: 60.875em) {
    .grid-wrapper-gap .col--two-thirds {
        margin-bottom: 10px;
    }
}
.col--one-fourth {
    width: 100%;
}
@media screen and (min-width: 68.75em) {
    .col--one-fourth {
        width: 25%;
    }
}
@media screen and (max-width: 68.6875em) {
    .grid-wrapper-gap .col--one-fourth {
        margin-bottom: 10px;
    }
}
.col--three-fourths {
    width: 100%;
}
@media screen and (min-width: 68.75em) {
    .col--three-fourths {
        width: 75%;
    }
}
@media screen and (max-width: 68.6875em) {
    .grid-wrapper-gap .col--three-fourths {
        margin-bottom: 10px;
    }
}
.grid-wrapper--0 {
    margin-left: 0;
}
.grid-wrapper--0 > [class*="col--"] {
    float: left;
    padding-left: 0;
}
.grid-wrapper--20 {
    margin-left: -20px;
}
.grid-wrapper--20 > [class*="col--"] {
    float: left;
    padding-left: 20px;
}
.grid-wrapper--25 {
    margin-left: -25px;
}
.grid-wrapper--25 > [class*="col--"] {
    float: left;
    padding-left: 25px;
}
.grid-wrapper--30 {
    margin-left: -30px;
}
.grid-wrapper--30 > [class*="col--"] {
    float: left;
    padding-left: 30px;
}
.grid-wrapper--60 {
    margin-left: -60px;
}
.grid-wrapper--60 > [class*="col--"] {
    float: left;
    padding-left: 60px;
}
.grid-wrapper-gap > [class*="col--"]:last-child {
    margin-bottom: 0;
}
.flex-columns {
    overflow: hidden;
}
.flex-columns .flex-col-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-columns[class*="-cols-gap-"] .flex-col-wrapper {
    margin-top: -10px;
    margin-bottom: -10px;
}
.flex-columns[class*="-cols-gap-"] .flex-col {
    margin-top: 10px;
    margin-bottom: 10px;
}
.flex-columns.-cols-gap-20 .flex-col-wrapper {
    margin-right: -10px;
    margin-left: -10px;
}
.flex-columns.-cols-gap-20 .flex-col {
    margin-right: 10px;
    margin-left: 10px;
}
.flex-columns.-cols-gap-30 .flex-col-wrapper {
    margin-right: -15px;
    margin-left: -15px;
}
.flex-columns.-cols-gap-30 .flex-col {
    margin-right: 15px;
    margin-left: 15px;
}
.flex-columns.-cols-gap-50 .flex-col-wrapper {
    margin-right: -25px;
    margin-left: -25px;
}
.flex-columns.-cols-gap-50 .flex-col {
    margin-right: 25px;
    margin-left: 25px;
}
@media screen and (min-width: 30em) {
    .flex-columns.-cols-in-landscape-phone .flex-col-wrapper {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
@media screen and (min-width: 37.5em) {
    .flex-columns.-cols-in-tablet .flex-col-wrapper {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
@media screen and (min-width: 46.875em) {
    .flex-columns.-cols-in-medium-tablet .flex-col-wrapper {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
@media screen and (min-width: 50.3125em) {
    .flex-columns.-cols-in-landscape-tablet .flex-col-wrapper {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
@media screen and (min-width: 60.9375em) {
    .flex-columns.-cols-in-desktop .flex-col-wrapper {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
@media screen and (min-width: 68.75em) {
    .flex-columns.-cols-in-big-desktop .flex-col-wrapper {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.tt-hint,
.tt-query,
typeahead {
    width: 100%;
    height: 30px;
    padding: 8px 12px;
    border: 2px solid #dbdbdb;
    border-radius: 8px;
    outline: 0;
    font-size: 1.33333em;
    line-height: 1.25;
}
.typeahead {
    background-color: #fff;
}
.typeahead:focus {
    border: 2px solid #0097cf;
}
.tt-query {
    box-shadow: inset 0 1px 1px #efefef;
}
.tt-hint {
    color: #7a7a7a;
}
.tt-dropdown-menu {
    z-index: 110 !important;
    width: auto;
    min-width: 100%;
    max-height: 600px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    line-height: 1.25;
}
.tt-dropdown-menu:hover {
    cursor: pointer;
}
.tt-dropdown-menu .double-line,
.tt-dropdown-menu .single-line {
    height: 1px;
    border: 0;
    margin: 10px 0 0;
    background-color: #dbdbdb;
}
.tt-dropdown-menu .double-line {
    margin-bottom: 10px;
}
.tt-dropdown-menu .single-space {
    margin-top: 10px;
}
.tt-dropdown-menu .tt-suggestion .result {
    padding: 3px 10px;
    font-size: 0.9375rem;
    line-height: 1.25;
}
@media screen and (min-width: 46.875em) {
    .tt-dropdown-menu .tt-suggestion .result {
        white-space: nowrap !important;
    }
}
.tt-dropdown-menu .tt-suggestion .result.name {
    padding: 10px 10px 10px 55px;
    border-bottom: 1px solid #efefef;
}
.tt-dropdown-menu .tt-suggestion .result .location {
    color: #7a7a7a;
    font-size: 0.75rem;
}
.tt-dropdown-menu .tt-suggestion .result img {
    float: left;
    width: 35px;
    height: 35px;
    margin-left: -45px;
    background: #dbdbdb;
}
.tt-dropdown-menu .tt-suggestion:first-child .result {
    margin-top: 7px;
}
.tt-dropdown-menu .tt-suggestion:first-child .result.name {
    margin-top: 0;
}
.tt-dropdown-menu .tt-suggestion:last-child .result {
    margin-bottom: 7px;
}
.tt-dropdown-menu .tt-suggestion:last-child .result.name {
    border-bottom: 0;
    margin-bottom: 0;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor .result {
    background-color: #000000;
    color: #fff;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor .result .location {
    color: #fff;
}
.form-item .tt-dropdown-menu {
    margin-top: 0;
}
.twitter-typeahead {
    position: static !important;
    display: block !important;
    background: 0 0;
}
.twitter-typeahead input {
    background: #fff;
}
.autocomplete {
    z-index: 10;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.autocomplete .suggestion-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 0.75em 0.5em !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
}
.autocomplete .suggestion-item:hover {
    background-color: #f2f2f2;
}
.autocomplete .img,
.autocomplete img {
    width: 50px;
    height: 50px;
}
.autocomplete .text {
    width: calc(100% - 60px);
}
.autocomplete p {
    margin: 0;
    color: #7a7a7a;
    font-weight: 700;
    font-size: 14px;
}
body.cornell .tt-dropdown-menu {
    margin-top: -8px;
}
body.cornell .tt-suggestion.tt-cursor .result {
    background-color: #68645b;
}
.box-answers-subscription {
    background: #000000;
    color: #fff;
    text-align: center;
}
.box-answers-subscription a {
    color: #fff;
    text-decoration: none;
}
.box-answers-subscription img {
    display: block;
    height: 100px;
    margin: 0 auto;
}
.box-answers-subscription .box-image {
    margin-right: -15px;
    text-align: center;
}
.box-answers-subscription .box-description p {
    margin: 1.5em auto;
}
.box-answers-subscription .box-main-title {
    line-height: 1;
}
.box-answers-subscription .button {
    height: 45px;
}
.box-answers-subscription:hover {
    background: #052450;
}
@media screen and (min-width: 37.5em) {
    .box-answers-subscription img {
        height: auto;
    }
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .box-answers-subscription .content-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .box-answers-subscription .content-wrapper .box-image {
        -webkit-align-self: flex-start;
        align-self: flex-start;
    }
    .box-answers-subscription .content-wrapper .box-image img {
        margin-top: -18px;
    }
    .box-answers-subscription .content-wrapper .box-description {
        margin-left: 25px;
        text-align: left;
    }
    .box-answers-subscription .content-wrapper .box-description p {
        margin: 0 0 10px;
    }
}
@media screen and (min-width: 60.9375em) {
    .box-answers-subscription .box-description p {
        margin: 2.5em 0 2em;
    }
}
.photo-box .box-description {
    padding: 0.88889em 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.photo-box:hover .box-description {
    background-color: #042049 !important;
}
.button {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1;
    /*font-family: inherit;*/
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    padding: 0.6em 1em;
    font-size: 0.9375rem;
    background-color: #fff;
    color: #323232;
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
}
.button:hover {
    border-color: #dbdbdb;
    outline: 0;
    background-color: #efefef;
    color: #323232;
    text-decoration: none;
}
.button-disabled,
.button[disabled] {
    background-color: #fff;
    color: #7a7a7a;
    border-color: #dbdbdb;
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}
.button-small {
    padding: 0.57692em 1em;
    font-size: 0.8125rem;
}
.button-large {
    padding: 0.93333em 1em;
    font-size: 0.9375rem;
}
.button-xlarge {
    padding: 1.26667em 1em;
    font-size: 0.9375rem;
}
.button-expand {
    display: block;
    width: 100% !important;
    padding-right: 0.9375em;
    padding-left: 0.9375em;
    text-align: center;
}
.button-sans {
    padding: 0.7em 1em;
    font-weight: 400;
    /*font-family: Arial, Helvetica, sans-serif;*/
}
.button-sans.button-large {
    padding: 0.7em 1.5em;
    font-size: 1.3125em;
}
.button-contrast {
    background-color: #ffc700;
    color: #052450;
    border-color: #ffc700;
}
.button-contrast:hover {
    border-color: #ffd233;
    outline: 0;
    background-color: #ffd233;
    color: #052450;
    text-decoration: none;
}
.button-primary {
    background-color: #000000;
    color: #fff;
    border-color: #000000;
}
.button-primary:hover {
    border-color: #052450;
    outline: 0;
    background-color: #052450;
    color: #fff;
    text-decoration: none;
}
.button-red {
    background-color: #e2231a;
    color: #fff;
    border-color: #e2231a;
}
.button-red:hover {
    border-color: #ba0000;
    outline: 0;
    background-color: #ba0000;
    color: #fff;
    text-decoration: none;
}
.button-bright {
    background-color: #084aab;
    color: #fff;
    border-color: #084aab;
}
.button-bright:hover {
    border-color: #0a56c6;
    outline: 0;
    background-color: #0a56c6;
    color: #fff;
    text-decoration: none;
}
.button-light {
    background-color: #0a56c6;
    color: #fff;
    border-color: #0a56c6;
}
.button-light:hover {
    border-color: #0b61de;
    outline: 0;
    background-color: #0b61de;
    color: #fff;
    text-decoration: none;
}
.button-bright-blue {
    background-color: #00b3e3;
    color: #fff;
    border-color: #00b3e3;
}
.button-bright-blue:hover {
    border-color: #008bb0;
    outline: 0;
    background-color: #008bb0;
    color: #fff;
    text-decoration: none;
}
.button-green {
    background-color: #00af41;
    color: #fff;
    border-color: #00af41;
}
.button-green:hover {
    border-color: #007c2e;
    outline: 0;
    background-color: #007c2e;
    color: #fff;
    text-decoration: none;
}
.button-attract {
    background-color: #e2231a;
    color: #fff;
    border-color: #e2231a;
}
.button-attract:hover {
    border-color: #ba0000;
    outline: 0;
    background-color: #ba0000;
    color: #fff;
    text-decoration: none;
}
.button-ghost {
    background-color: #fff;
    color: #000000;
    border-color: currentColor;
}
.button-ghost:hover {
    border-color: #000000;
    outline: 0;
    background-color: #efefef;
    color: #000000;
    text-decoration: none;
}
.button-ghost-transparent {
    background-color: transparent;
    color: #000000;
    border-color: currentColor;
}
.button-ghost-transparent:hover {
    border-color: #000000;
    outline: 0;
    background-color: #000000;
    color: #fff;
    text-decoration: none;
}
.button-ghost-transparent-white {
    background-color: transparent;
    color: #fff;
    border-color: currentColor;
}
.button-ghost-transparent-white:hover {
    border-color: #fff;
    outline: 0;
    background-color: #fff;
    color: #000000;
    text-decoration: none;
}
.button-red-ghost {
    background-color: #fff;
    color: #e2231a;
    border-color: currentColor;
}
.button-red-ghost:hover {
    border-color: #e2231a;
    outline: 0;
    background-color: #efefef;
    color: #e2231a;
    text-decoration: none;
}
.button-bright-blue-ghost {
    background-color: #fff;
    color: #00b3e3;
    border-color: currentColor;
}
.button-bright-blue-ghost:hover {
    border-color: #00b3e3;
    outline: 0;
    background-color: #efefef;
    color: #00b3e3;
    text-decoration: none;
}
.button-boulder-ghost {
    background-color: #fff;
    color: #7a7a7a;
    border-color: currentColor;
}
.button-boulder-ghost:hover {
    border-color: #7a7a7a;
    outline: 0;
    background-color: #efefef;
    color: #7a7a7a;
    text-decoration: none;
}
.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.button-group {
    display: inline-block;
    vertical-align: middle;
}
.button-group .button {
    position: relative;
    float: left;
}
.button-group .button + .button {
    margin-left: -1px;
}
.button-group-v2 {
    margin-bottom: -10px;
}
.button-group-v2 .button {
    margin: 0 3px 10px;
}
.button.-white-bg {
    background-color: #fff;
}
.button.-white-bg:hover {
    background-color: #efefef;
}
@media screen and (min-width: 60.9375em) {
    .button.-default-fz {
        font-size: 0.9375rem !important;
    }
}
@media screen and (min-width: 68.75em) {
    .button.-default-fz {
        font-size: 1rem !important;
    }
}
.button.-small-paddings {
    padding-right: 0.5em;
    padding-left: 0.5em;
}
.link-button {
    padding: 0;
    border: 0;
    background-color: transparent;
}
.back-to-button {
    vertical-align: middle;
}
.back-to-button .jicon {
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    fill: currentColor;
}
.-with-spinner {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.-with-spinner .jspinner {
    margin: auto auto auto 10px;
}
.jicon {
    display: inline-block;
    background-image: url(../images/icons/icons_black_sprite.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-rendering: auto;
    width: 15px;
    height: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.jicon.blue {
    background-image: url(../images/icons/icons_blue_sprite.svg);
}
.jicon.white {
    background-image: url(../images/icons/icons_white_sprite.svg);
}
.jicon.gray {
    background-image: url(../images/icons/icons_gray_sprite.svg);
}
.jicon.social {
    background-image: url(../images/icons/icons_social_sprite.svg);
}
.jicon.profile {
    background-image: url(../images/icons/icons_profile_sprite.svg);
}
.jicon.special {
    background-image: url(../images/icons/icons_special_sprite.svg);
}
.jicon-affiliations {
    background-position: 0 0;
}
.jicon-annotations {
    background-position: 0 1.20482%;
}
.jicon-answers {
    background-position: 0 2.40964%;
}
.jicon-attorneys {
    background-position: 0 3.61446%;
}
.jicon-attorneys2 {
    background-position: 0 4.81928%;
}
.jicon-awards {
    background-position: 0 6.0241%;
}
.jicon-badges {
    background-position: 0 7.22892%;
}
.jicon-bell {
    background-position: 0 8.43373%;
}
.jicon-bio {
    background-position: 0 9.63855%;
}
.jicon-blind {
    background-position: 0 10.84337%;
}
.jicon-blogs {
    background-position: 0 12.04819%;
}
.jicon-bookmark {
    background-position: 0 13.25301%;
}
.jicon-bookmark-fill {
    background-position: 0 14.45783%;
}
.jicon-camera {
    background-position: 0 15.66265%;
}
.jicon-certifications {
    background-position: 0 16.86747%;
}
.jicon-check {
    background-position: 0 18.07229%;
}
.jicon-check2 {
    background-position: 0 19.27711%;
}
.jicon-client-reviews2 {
    background-position: 0 20.48193%;
}
.jicon-compare {
    background-position: 0 21.68675%;
}
.jicon-compare-fill {
    background-position: 0 22.89157%;
}
.jicon-cross {
    background-position: 0 24.09639%;
}
.jicon-dialog {
    background-position: 0 25.3012%;
}
.jicon-down {
    background-position: 0 26.50602%;
}
.jicon-down-fill {
    background-position: 0 27.71084%;
}
.jicon-down2 {
    background-position: 0 28.91566%;
}
.jicon-edit {
    background-position: 0 30.12048%;
}
.jicon-education {
    background-position: 0 31.3253%;
}
.jicon-education2 {
    background-position: 0 32.53012%;
}
.jicon-email {
    background-position: 0 33.73494%;
}
.jicon-email2 {
    background-position: 0 34.93976%;
}
.jicon-exclamation-mark {
    background-position: 0 36.14458%;
}
.jicon-experience {
    background-position: 0 37.3494%;
}
.jicon-fancy-pen {
    background-position: 0 38.55422%;
}
.jicon-fee {
    background-position: 0 39.75904%;
}
.jicon-flag {
    background-position: 0 40.96386%;
}
.jicon-free-consultation {
    background-position: 0 42.16867%;
}
.jicon-free-law {
    background-position: 0 43.37349%;
}
.jicon-gavel {
    background-position: 0 44.57831%;
}
.jicon-gear {
    background-position: 0 45.78313%;
}
.jicon-hand {
    background-position: 0 46.98795%;
}
.jicon-handler {
    background-position: 0 48.19277%;
}
.jicon-information {
    background-position: 0 49.39759%;
}
.jicon-jurisdictions {
    background-position: 0 50.60241%;
}
.jicon-languages {
    background-position: 0 51.80723%;
}
.jicon-lawyer-rating {
    background-position: 0 53.01205%;
}
.jicon-left-fill {
    background-position: 0 54.21687%;
}
.jicon-light-bulb {
    background-position: 0 55.42169%;
}
.jicon-lii {
    background-position: 0 56.62651%;
}
.jicon-link {
    background-position: 0 57.83133%;
}
.jicon-location {
    background-position: 0 59.03614%;
}
.jicon-minus {
    background-position: 0 60.24096%;
}
.jicon-paid-consultation {
    background-position: 0 61.44578%;
}
.jicon-pdf {
    background-position: 0 62.6506%;
}
.jicon-pencil {
    background-position: 0 63.85542%;
}
.jicon-pencil-outline {
    background-position: 0 65.06024%;
}
.jicon-percentage {
    background-position: 0 66.26506%;
}
.jicon-phone {
    background-position: 0 67.46988%;
}
.jicon-plus {
    background-position: 0 68.6747%;
}
.jicon-profile {
    background-position: 0 69.87952%;
}
.jicon-publications {
    background-position: 0 71.08434%;
}
.jicon-responsive-law2 {
    background-position: 0 72.28916%;
}
.jicon-revert {
    background-position: 0 73.49398%;
}
.jicon-right {
    background-position: 0 74.6988%;
}
.jicon-right-fill {
    background-position: 0 75.90361%;
}
.jicon-rotate {
    background-position: 0 77.10843%;
}
.jicon-scale {
    background-position: 0 78.31325%;
}
.jicon-search {
    background-position: 0 79.51807%;
}
.jicon-see {
    background-position: 0 80.72289%;
}
.jicon-social-media {
    background-position: 0 81.92771%;
}
.jicon-sort {
    background-position: 0 83.13253%;
}
.jicon-speaking {
    background-position: 0 84.33735%;
}
.jicon-staff {
    background-position: 0 85.54217%;
}
.jicon-star {
    background-position: 0 86.74699%;
}
.jicon-star-line {
    background-position: 0 87.95181%;
}
.jicon-stop {
    background-position: 0 89.15663%;
}
.jicon-thumbs-up {
    background-position: 0 90.36145%;
}
.jicon-trashcan {
    background-position: 0 91.56627%;
}
.jicon-up-fill {
    background-position: 0 92.77108%;
}
.jicon-vcard {
    background-position: 0 93.9759%;
}
.jicon-video-call {
    background-position: 0 95.18072%;
}
.jicon-video-call-fill {
    background-position: 0 96.38554%;
}
.jicon-videos {
    background-position: 0 97.59036%;
}
.jicon-volume {
    background-position: 0 98.79518%;
}
.jicon-website {
    background-position: 0 100%;
}
.jicon-facebook {
    background-position: 0 0;
}
.jicon-facebook2 {
    background-position: 0 10%;
}
.jicon-google-plus {
    background-position: 0 20%;
}
.jicon-google-plus2 {
    background-position: 0 30%;
}
.jicon-google-plus3 {
    background-position: 0 40%;
}
.jicon-justia {
    background-position: 0 50%;
}
.jicon-linkedin {
    background-position: 0 60%;
}
.jicon-linkedin2 {
    background-position: 0 70%;
}
.jicon-rss {
    background-position: 0 80%;
}
.jicon-share {
    background-position: 0 90%;
}
.jicon-twitter {
    background-position: 0 100%;
}
.jicon-avvo {
    background-position: 0 0;
}
.jicon-bepress {
    background-position: 0 11.11111%;
}
.jicon-docstoc {
    background-position: 0 22.22222%;
}
.jicon-jdsupra {
    background-position: 0 33.33333%;
}
.jicon-lawyers {
    background-position: 0 44.44444%;
}
.jicon-llrx {
    background-position: 0 55.55556%;
}
.jicon-martindale {
    background-position: 0 66.66667%;
}
.jicon-nolo {
    background-position: 0 77.77778%;
}
.jicon-scribd {
    background-position: 0 88.88889%;
}
.jicon-ssrn {
    background-position: 0 100%;
}
.jicon-alarm {
    background-position: 0 0;
}
.jicon-calendar-hand {
    background-position: 0 25%;
}
.jicon-responsive-law {
    background-position: 0 50%;
}
.jicon-sparking-email {
    background-position: 0 75%;
}
.jicon-thank-you {
    background-position: 0 100%;
}
img.jicon {
    background: 0 0;
}
svg.jicon {
    background: 0 0;
}
svg.jicon.-fill-blue {
    fill: #000000;
}
svg.jicon.-fill-white {
    fill: #fff;
}
svg.jicon.-fill-gray {
    fill: #b1b3b3;
}
svg.jicon.-fill-boulder {
    fill: #7a7a7a;
}
svg.jicon.-fill-red {
    fill: #e2231a;
}
svg.jicon.-fill-green {
    fill: #00af41;
}
svg.jicon.-fill-bright-blue {
    fill: #00b3e3;
}
svg.jicon.-fill-green-mint {
    fill: #3fd5ae;
}
svg.jicon.-fill-mercury {
    fill: #e5e5e5;
}
svg.jicon.-fill-gold {
    fill: #edaa00;
}
.jicon.-small {
    width: 20px;
    height: 20px;
}
.jicon.-large {
    width: 30px;
    height: 30px;
}
.jicon.-xlarge {
    width: 60px;
    height: 60px;
}
.jicon-box {
    display: inline-block;
    padding: 2px;
    background-color: #000000;
    vertical-align: middle;
}
.jicon-box .jicon {
    display: block;
    width: 16px;
    height: 16px;
}
.jicon-box.-green {
    background-color: #00af41;
}
.jicon-box.-gold {
    background-color: #edaa00;
}
.jicon-box.-silver {
    background-color: #a9a8a9;
}
.jicon-box.-bronze {
    background-color: #cc8341;
}
.jicon-box.-cornell {
    background-color: #b31b1b;
}
.jicon-box.-large {
    padding: 4px;
}
.jicon-box.-large .jicon {
    display: block;
    width: 22px;
    height: 22px;
}
.jicon-box.-xlarge {
    padding: 7px;
}
.jicon-box.-xlarge .jicon {
    display: block;
    width: 46px;
    height: 46px;
}
.jicon-box.-circle {
    border-radius: 50%;
}
.iconed-button .jicon {
    margin-right: 10px;
}
.iconed-line {
    position: relative;
    display: block;
    padding-left: 35px;
}
.iconed-line .jicon {
    float: left;
    margin: 0 20px 0 -35px;
}
.iconed-line-small {
    position: relative;
    display: block;
    padding-left: 25px;
}
.iconed-line-small .jicon {
    float: left;
    margin: 0 10px 0 -25px;
}
.iconed-heading {
    position: relative;
}
.iconed-heading .jicon {
    display: none;
}
@media screen and (min-width: 37.5em) {
    .iconed-heading {
        position: relative;
        display: block;
        padding-left: 50px;
    }
    .iconed-heading .jicon {
        display: inline-block;
        margin: 0 20px 0 -50px;
        vertical-align: top;
    }
}
@media screen and (min-width: 37.5em) {
    .iconed-heading.-tighten {
        padding-left: 40px;
    }
    .iconed-heading.-tighten .jicon {
        margin: 0 10px 0 -40px;
    }
}
iframe[name="google_conversion_frame"] {
    float: left;
    width: 0 !important;
    height: 0 !important;
    margin-top: -13px;
    font-size: 0 !important;
    line-height: 0 !important;
}
img.responsive {
    max-width: 100%;
}
img.responsive-v2 {
    max-width: 100%;
    height: auto;
}
.badge-sample img {
    margin: 10px auto 0;
}
.figures-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    max-width: 1200px;
    margin: 0 auto -25px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.figures-grid > .item {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0 2.08333% 25px;
    color: currentColor;
}
.figures-grid > .item:not(.card) {
    padding: 20px 10px;
}
.figures-grid > .item.-half-min {
    width: 45.83333%;
}
.figures-grid > a.item {
    -webkit-transition-property: box-shadow, -webkit-transform;
    transition-property: box-shadow, -webkit-transform;
    transition-property: box-shadow, transform;
    transition-property: box-shadow, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    -webkit-perspective-origin: top center;
    perspective-origin: top center;
}
.figures-grid > a.item:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    text-decoration: none;
    -webkit-transform: rotateX(4deg);
    transform: rotateX(4deg);
}
@media screen and (min-width: 23.4375em) {
    .figures-grid {
        margin-bottom: -50px;
    }
    .figures-grid > .item {
        margin-bottom: 50px;
    }
    .figures-grid > .item.-half-tablet {
        width: 45.83333%;
    }
    .figures-grid > .item.-third-tablet {
        width: 29.16667%;
    }
}
@media screen and (min-width: 50.3125em) {
    .figures-grid > .item.-half-landscape-tablet {
        width: 45.83333%;
    }
    .figures-grid > .item.-third-landscape-tablet {
        width: 29.16667%;
    }
}
@media screen and (min-width: 60.9375em) {
    .figures-grid > .item.-third-desktop {
        width: 29.16667%;
    }
}
.figure {
    margin: 0;
    text-align: center;
}
.figure .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 75px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
@media screen and (min-width: 37.5em) {
    .figure .image {
        height: 100px;
    }
}
@media screen and (min-width: 50.3125em) {
    .figure .image {
        height: 125px;
    }
}
.figure img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.figure .caption {
    margin-top: 0.75em;
}
.jwfeeds ul {
    padding: 0;
    list-style: none;
}
.jwfeeds li {
    margin: 0 0 1em;
}
.jwfeeds li .gray,
.jwfeeds li .rss_item_date {
    color: #7a7a7a;
}
.jwfeeds li .rss_item_date,
.jwfeeds li .rss_item_descr {
    display: block;
    font-size: 14px;
}
.jwfeeds li .rss_item_date > div,
.jwfeeds li .rss_item_descr > div {
    padding: 0;
}
hr.hr {
    border: solid #dbdbdb;
    border-width: 1px 0 0;
    margin: 1em 0;
}
hr.bright {
    position: relative;
    border: 0;
    border-top: 1px solid #0a56c6;
    margin-top: 2em;
}
hr.bright::before {
    position: absolute;
    top: -2px;
    left: 0;
    display: block;
    width: 100px;
    height: 3px;
    background-color: #0a56c6;
    content: "";
}
hr.-medium {
    margin-top: 2em;
    margin-bottom: 2em;
}
hr.-large {
    margin-top: 2em;
    margin-bottom: 2em;
}
@media screen and (min-width: 37.5em) {
    hr.-large {
        margin-top: 3em;
        margin-bottom: 3em;
    }
}
hr.divider {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    border-width: 2px 0 0;
    margin: 25px 0;
}
hr.or {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    border-width: 2px 0 0;
    margin: 25px 0;
}
hr.or::after {
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 50px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "OR";
}
.pill {
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    position: relative;
    display: inline-block;
    padding: 0.625em 8px 0.625em 15px;
    border-radius: 35px;
    background-color: #e5e5e5;
    color: #565656;
    cursor: pointer;
}
.pill:hover {
    background-color: #d1d1d1;
    color: #565656;
}
.pill:first-child .dropdown {
    right: auto;
    left: 0;
}
.pill > .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.pill.-open {
    background-color: #a1a1a1;
    color: #fff;
}
.pill.-open .dropdown {
    display: block;
}
.pill.-selected {
    background-color: #0a56c6;
    color: #fff;
}
.pill.-selected .pill-icon:not(.-keep-on-selected) {
    background-color: rgba(0, 0, 0, 0.5);
}
.pill.-selected .dropdown-arrow:not(.-keep-on-selected) {
    display: none;
}
.pill.-selected:hover {
    background-color: #084aab;
    color: #fff;
}
.pill.-keep-on-selected .pill-label {
    width: calc(100% - 52px);
}
.pill .pill-label {
    display: block;
    overflow: hidden;
    width: calc(100% - 26px);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
}
.pill .pill-icon {
    width: 20px;
    height: 20px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    float: right;
    padding: 6px;
    margin-left: 6px;
}
.pill .pill-icon .jicon {
    width: 8px;
    height: 8px;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
    display: block;
    fill: currentColor;
}
.pill .pill-icon.dropdown-arrow {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    pointer-events: none;
}
.pill .pill-icon.cross {
    border-radius: 50%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
    font-weight: 400;
    cursor: pointer;
}
.pill .pill-icon.cross .jicon {
    fill: #fff;
}
.pill .pill-icon.cross:hover {
    background-color: #e5e5e5;
}
.pill .pill-icon.cross:hover .jicon {
    fill: #565656;
}
@media screen and (min-width: 81.25em) {
    .pill {
        padding-left: 20px;
    }
}
.pill.-blue {
    border: 1px solid #000000;
    background-color: transparent;
    color: #000000;
}
.pill.-blue:hover {
    background-color: #eaeaea;
    color: #000000;
}
.pill.-blue.-open {
    background-color: #d9d9d9;
}
.pill .dropdown {
    position: absolute;
    z-index: 20;
    top: 100%;
    right: 0;
    left: auto;
    display: none;
    color: #565656;
    font-size: 0.9375rem;
}
@media screen and (min-width: 81.25em) {
    .pill .dropdown {
        font-size: 1rem;
    }
}
.pill .dropdown-content {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    color: #000;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    cursor: auto;
}
.pill .dropdown-content > .dropdown-close {
    top: 13px;
    -webkit-transform: none;
    transform: none;
}
.pill .dropdown-close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pill .dropdown-close .jicon {
    width: 14px;
    height: 14px;
    display: block;
    pointer-events: none;
}
.pill .dropdown-close .jicon:not([class*="-fill"]) {
    fill: currentColor;
}
.pill .dropdown-title {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 15px 40px 15px 15px;
    border-radius: 3px 3px 0 0;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (min-width: 68.125em) {
    .pill .dropdown-title {
        font-size: 1.125rem;
    }
}
@media screen and (min-width: 81.25em) {
    .pill .dropdown-title {
        padding: 15px 40px 15px 20px;
    }
}
.pill .dropdown-items {
    padding: 10px 15px;
}
.pill .dropdown-items label {
    font-size: 1em;
}
@media screen and (min-width: 81.25em) {
    .pill .dropdown-items {
        padding: 10px 20px;
    }
}
.pills {
    z-index: 20;
}
.pills .button {
    padding: 0.875em 15px;
    border-radius: 35px;
    margin-left: 15px;
}
.pills .pill {
    display: block;
}
.pills .button,
.pills .pill {
    width: 100%;
    margin: 10px 0 0;
}
.pills div {
    white-space: normal;
}
@media screen and (min-width: 30em) {
    .pills .button,
    .pills .pill {
        margin: 20px 0 0;
    }
}
.pills .dropdown {
    width: 100%;
}
.pills .dropdown-content {
    white-space: normal;
}
@media screen and (min-width: 30em) {
    .pills {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .pills .button,
    .pills .pill {
        width: calc(50% - 10px);
    }
    .pills .pill {
        margin-right: 20px;
    }
}
@media screen and (min-width: 30em) and (max-width: 50.25em) {
    .pills .pill:nth-child(even) {
        margin-right: 0;
    }
}
@media screen and (min-width: 50.3125em) {
    .pills .button,
    .pills .pill {
        width: calc(33.33333% - 13.33333px);
    }
}
@media screen and (min-width: 50.3125em) and (max-width: 68.0625em) {
    .pills .pill:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (min-width: 50.3125em) {
    .pills .dropdown.set-maxlimit {
        width: auto;
        min-width: 320px;
    }
    .pills .dropdown.set-maxlimit .options-wrapper {
        white-space: nowrap;
    }
}
@media screen and (min-width: 68.125em) {
    .pills {
        margin: 0 -5px -10px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .pills .button,
    .pills .pill {
        width: auto;
        margin: 0 5px 10px;
    }
    .pills .pill .pill-label {
        text-overflow: clip;
    }
    .pills .dropdown {
        width: auto;
        min-width: 320px;
    }
    .pills .dropdown:not(.set-maxlimit) {
        max-width: 350px;
    }
}
@media screen and (min-width: 81.25em) {
    .pills .button {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.tab-group {
    margin-bottom: 20px;
}
.tab-content {
    border-bottom: 1px solid #dbdbdb;
}
.tab-content .-collapsed {
    opacity: 0;
    overflow: hidden;
    height: 0;
}
.tab-content .-expanded {
    opacity: 1;
    overflow: visible;
    height: auto;
    -webkit-transition-property: height opacity;
    transition-property: height opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.tab-nav {
    border-width: 0;
    line-height: 2;
}
.tab-nav .nav-item {
    position: relative;
    padding-bottom: 2px;
    border-bottom: 4px solid #b1b3b3;
    margin-right: 2px;
}
.tab-nav .nav-item:hover {
    border-color: rgba(6, 53, 122, 0.6);
    cursor: pointer;
}
.tab-nav .nav-item:hover a {
    color: rgba(6, 53, 122, 0.6);
    text-decoration: none;
}
.tab-nav a {
    padding: 0 15px;
    color: #000;
}
.tab-nav .tab-item-selected {
    position: relative;
    border-bottom: 4px solid #000000;
}
.tab-nav .tab-item-selected a {
    color: #000000;
}
.tab-nav .tab-item-selected:hover {
    border-color: #000000;
    color: inherit;
}
.tab-nav .tab-item-selected:hover a {
    color: #000000;
}
.tab-nav .tab-item-selected.arrow::after {
    position: absolute;
    top: 100%;
    left: calc(50% - 10px);
    overflow: visible;
    width: 0;
    height: 0;
    border-width: 10px;
    border-top: 10px solid #000000;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: "";
    pointer-events: none;
}
@media screen and (max-width: 46.8125em) {
    .tab-nav.-pipe-medium-tablet {
        line-height: 1.5;
    }
    .tab-nav.-pipe-medium-tablet .nav-item {
        border-width: 0;
        margin: 0;
    }
    .tab-nav.-pipe-medium-tablet .nav-item::after {
        content: none;
    }
    .tab-nav.-pipe-medium-tablet .nav-item:not(:first-child)::before {
        display: inline-block;
        margin-left: 0.25em;
        content: "\00007C";
    }
    .tab-nav.-pipe-medium-tablet a {
        padding: 0;
    }
}
.tab-item {
    position: relative;
    z-index: 1;
    float: left;
    display: block;
    background-color: #f4f4f4;
    color: #323232;
}
.tab-item-selected .highlight {
    font-weight: 700;
}
.tab-item-text {
    display: block;
    padding: 10px 1.2em 8px;
    color: #323232;
    text-align: center;
}
.tab-item-text:hover {
    background-color: #efefef;
    color: #323232;
    text-decoration: none;
}
.tab-inline {
    display: none;
    border: 0;
    background: 0 0;
    color: #424242;
}
.tab-inline .tab-item-text {
    padding-right: 1em;
    padding-left: 0;
    color: #424242;
    text-align: left !important;
}
.tab-inline .tab-item-text:hover {
    background: 0 0;
    color: #424242;
}
.tab-inline .tab-item-text::before {
    content: "" !important;
}
@media screen and (max-width: 37.4375em) {
    .tab-group-hide-on-mobile .tab-item-text::before {
        font-weight: 700;
        content: "+ ";
    }
    .tab-group-hide-on-mobile .selected,
    .tab-group-hide-on-mobile .tab-item-selected {
        background-color: #f4f4f4;
    }
    .tab-group-hide-on-mobile .selected .tab-item-text-selected-visible,
    .tab-group-hide-on-mobile .tab-item-selected .tab-item-text-selected-visible {
        background-color: #efefef;
    }
    .tab-group-hide-on-mobile .selected .tab-item-text-selected-visible::before,
    .tab-group-hide-on-mobile .tab-item-selected .tab-item-text-selected-visible::before {
        content: "- ";
    }
    .tab-content.tab-content-hide-on-mobile {
        display: none;
    }
    .tab-content.tab-content-hide-on-mobile.tab-content-visible {
        display: block;
    }
    .tab-item {
        float: left;
        display: block;
        width: 100%;
        font-size: 0.8em;
        text-align: center;
    }
    .tab-item:first-child {
        border: 0;
    }
    .tab-item:hover {
        text-decoration: none;
    }
    .tab-item .jicon {
        margin: 0 0.4em 0.2em 0;
    }
    .tab-item:nth-child(1):nth-last-child(2),
    .tab-item:nth-child(2):nth-last-child(1) {
        width: 50%;
    }
    .tab-item:nth-child(1):nth-last-child(3),
    .tab-item:nth-child(2):nth-last-child(2),
    .tab-item:nth-child(3):nth-last-child(1) {
        width: 33.33333%;
    }
    .tab-item:nth-child(1):nth-last-child(4) {
        width: 100%;
    }
    .tab-item:nth-child(2):nth-last-child(3),
    .tab-item:nth-child(3):nth-last-child(2),
    .tab-item:nth-child(4):nth-last-child(1) {
        width: 33.33333%;
    }
    .tab-inline {
        text-align: left;
    }
}
@media screen and (min-width: 37.5em) {
    .tab-inline {
        border: 0 !important;
    }
    .tab-item {
        border: 1px solid #dbdbdb;
        margin: 7px -1px -1px 0;
    }
    .tab-item-text {
        padding: 6px 1.2em 2px;
        font-weight: 700;
    }
    .tab-item-selected,
    .tab-item.selected {
        z-index: 5;
        border-bottom-width: 0;
        margin-top: 0;
        background-color: #fff;
    }
    .tab-item-selected:hover,
    .tab-item.selected:hover {
        background-color: #fff;
    }
    .tab-item-selected .tab-item-text,
    .tab-item.selected .tab-item-text {
        padding-top: 10px;
        padding-bottom: 6px;
    }
    .tab-group {
        border-bottom: 1px solid #dbdbdb;
    }
    .tab-inline {
        display: block;
    }
}
input:not([class*="button"]),
select,
textarea {
    min-height: 2.8125em;
    padding: 4px 10px;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    font: 1em/1.4 "Open Sans", sans-serif;
    vertical-align: middle;
}
input:not([class*="button"])::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #7a7a7a;
}
input:not([class*="button"]):-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #7a7a7a;
}
input:not([class*="button"])::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #7a7a7a;
}
input:not([class*="button"])::placeholder,
select::placeholder,
textarea::placeholder {
    color: #7a7a7a;
}
label {
    font-weight: 700;
    font-size: 1rem;
}
input[type="checkbox"],
input[type="radio"] {
    min-height: auto;
    padding: 0;
}
input:not([class*="button"]):not([type="file"]):focus,
select:focus,
textarea:focus {
    outline: 2px solid #00b3e3;
}
button.has-error,
input.has-error,
select.has-error,
textarea.has-error {
    margin-bottom: 0;
}
textarea {
    overflow: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    resize: none;
}
select {
    height: 2.8125em;
    vertical-align: middle;
}
select[multiple] {
    height: auto;
    padding: 0;
}
select[multiple] option {
    padding: 0.4em 10px;
    border: 0;
    margin: 0;
}
fieldset {
    border: 1px solid #dbdbdb;
}
fieldset legend {
    padding: 0 0.55em;
}
.dynamic-container {
    position: relative;
}
.dynamic-content {
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
}
.-fading-in {
    opacity: 0;
}
.jfld-block {
  display:block;
    width: 100%;
}
.jfld-group,
.jfld-inline-group,
.jfld-phone-group {
    position: relative;
    margin: 0.35em 0;
}
@media screen and (min-width: 37.5em) {
    .jfld-inline-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}
.jfld-date-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.jfld-date-group > .flabel {
    width: 100%;
    margin-bottom: 10px;
}
.jfld-date-group .jfld-inline {
    width: calc(33.33333% - 10px);
}
@media screen and (min-width: 37.5em) {
    .jfld-date-group > .flabel {
        width: calc(40% - 10px);
        margin-bottom: 0;
    }
    .jfld-date-group .jfld-inline {
        width: calc(20% - 10px);
    }
}
.jfld-phone-group .jfld-inline {
    margin: 0.35em 0;
    line-height: 1.2;
}
@media screen and (min-width: 30em) {
    .jfld-phone-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .jfld-phone-group .jfld-inline {
        width: 8em;
        margin: 0;
    }
    .jfld-phone-group .-phone-number {
        width: calc(100% - 18em);
    }
}
@media screen and (min-width: 37.5em) {
    .jfld-inline {
        width: calc(50% - 45px);
    }
}
.jfld-inline-tag {
    margin: 0.35em 0;
}
@media screen and (min-width: 37.5em) {
    .jfld-inline-tag {
        width: 90px;
    }
}
.jfld-title {
    display: block;
    margin-bottom: 0.35em;
}
.jform-info {
    margin: 0.75em 0;
    font-weight: 700;
}
.jform-checkbox {
    margin: 0.9em 0;
}
.jform-checkbox input[type="checkbox"] {
    margin-right: 0.6em;
}
.jform-checkbox label {
    vertical-align: middle;
}
.jform-checkbox .note {
    display: block;
    margin: 0;
    color: #7a7a7a;
    font-weight: 400;
    font-size: 0.85em;
}
.jform-checkbox.-type1 {
    position: relative;
}
.jform-checkbox.-type1 input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 15px;
    height: 15px;
    margin: 0;
    cursor: pointer;
}
.jform-checkbox.-type1 input[type="checkbox"]:checked + label::before {
    background: #0a56c6;
    box-shadow: inset 0 0 0 2px #fff;
}
.jform-checkbox.-type1 input[type="checkbox"]:focus + label {
    outline: 0 solid #0a56c6;
}
.jform-checkbox.-type1 input[type="checkbox"]:focus + label::before {
    border-color: #0a56c6;
}
.jform-checkbox.-type1 label {
    position: relative;
    display: block;
    margin: 0;
    line-height: 1.1;
    cursor: pointer;
}
.jform-checkbox.-type1 label::before {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #dbdbdb;
    margin-right: 20px;
    margin-bottom: 0.2em;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    content: "";
}
.jform-radio {
    margin: 0.9em 0;
}
.jform-radio input[type="radio"] {
    margin-right: 0.6em;
}
.jform-radio label {
    vertical-align: middle;
}
.jform-radio .note {
    display: block;
    margin: 0;
    color: #7a7a7a;
    font-weight: 400;
    font-size: 0.85em;
}
.jform-simple {
    width: 100%;
    margin: 0 auto;
}
.jform-simple input {
    margin: 0 0 0.35em;
}
.jform-simple .button {
    padding: 0.84375em 20px;
    font-size: 1em;
}
@media screen and (min-width: 37.5em) {
    .jform-simple {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .jform-simple input {
        margin: 0 10px 0 0;
    }
    .jform-simple .button {
        width: auto;
    }
}
.captcha {
    padding: 0;
    border: 0;
}
.captcha input[type="text"] {
    width: 100%;
}
.captcha img {
    display: block;
    margin: 0 auto 0.5em;
}
.captcha .description,
.captcha label,
.captcha legend {
    display: none;
}
.toggle-captcha .captcha {
    opacity: 0;
    height: 0;
}
.captcha:not(.visible) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.captcha.visible {
    opacity: 1;
    height: auto;
    margin-bottom: 15px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.captcha-horizontal .captcha {
    width: 100%;
    padding: 0;
}
.captcha-horizontal img {
    float: left;
    width: 8.4375em;
    height: 2.8125em;
    margin: 0;
}
.captcha-horizontal input[type="text"] {
    float: left;
    width: calc(100% - 8.9375em);
    margin-left: 0.5em;
}
.form-v2 .errors-list,
.jform .errors-list {
    padding: 0 10px 0 11px;
    margin: 0;
    color: #e62117;
    font-size: 0.8em;
    line-height: 1.2;
    list-style-type: none;
}
.form-v2 .errors-list.filled,
.jform .errors-list.filled {
    margin-top: 4px;
}
.form-v2 .errors-list li,
.jform .errors-list li {
    display: inline-block;
}
.form-v2.-rounded {
    border-radius: 4px;
}
.form-v2 button.has-error,
.form-v2 input.has-error,
.form-v2 select.has-error,
.form-v2 textarea.has-error {
    margin-bottom: 0;
}
.form-v2 select[multiple] {
    height: auto;
    padding: 0 !important;
    background-image: none;
}
.form-v2 select[multiple] option {
    padding: 0.35em 10px;
    border: 0;
    margin: 0;
    line-height: 1;
}
.form-v2 select[multiple] option:nth-child(odd) {
    background-color: #fafafa;
}
.form-v2 .jfld-date-group,
.form-v2 .jfld-group,
.form-v2 .jfld-inline-group,
.form-v2 .jfld-options-group,
.form-v2 .jfld-phone-group {
    margin: 6px 0 15px;
}
.form-v2 .jfld-group.-disabled {
    opacity: 0.5;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    cursor: not-allowed;
}
.form-v2 .jfld-group.-waiting {
    cursor: wait;
}
.form-v2 .jfld-group.-js-is-filled .input-group > .ffield {
    padding-top: 15px !important;
}
@media screen and (max-width: 37.4375em) {
    .form-v2 .floating-label.-long.-with-textarea.-js-is-filled > .ffield {
        padding-top: 35px !important;
    }
}
.form-v2 .toggle {
    position: relative;
    width: 70px;
    height: 35px;
    border: 3px solid #dbdbdb;
    border-radius: 35px;
    background-color: #dcdcdc;
}
.form-v2 .toggle::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
}
.form-v2 .toggle:focus,
.form-v2 .toggle:hover {
    border-color: silver;
    background-color: silver;
}
.form-v2 .toggle.-enabled {
    border-color: #00b3e3;
    background-color: #00b3e3;
}
.form-v2 .toggle.-enabled::before {
    right: 0;
    left: auto;
}
.form-v2 .toggle.-enabled:focus,
.form-v2 .toggle.-enabled:hover {
    border-color: #008bb0;
    background-color: #008bb0;
}
.form-v2 .jfld-icon.-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.form-v2 .jfld-icon.-v2 .jicon {
    width: 30px;
    height: 30px;
}
.form-v2 .jfld-icon.-v2 .jicon + [type="text"] {
    width: calc(100% - 55px);
    margin-left: 10px;
}
@media screen and (min-width: 37.5em) {
    .form-v2 .jfld-icon.-v2 .jicon {
        width: 45px;
        height: 45px;
    }
}
.form-v2 .form-option {
    position: relative;
    display: block;
    padding-left: 27px;
    margin: 15px 0;
    font-weight: 400;
}
.form-v2 .form-option input {
    position: absolute;
    top: 0.21875em;
    left: 0;
    margin: 0;
}
.form-v2 .form-option label {
    font-weight: 400;
}
.form-v2 .form-option.-middle-option input {
    top: calc(50% - 8.5px);
}
.form-v2 .form-option .option-label:hover,
.form-v2 .form-option input:hover,
.form-v2 .form-option label:hover {
    cursor: pointer;
}
.form-v2 .jfld-options-group .form-option {
    margin: 0 0 6px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}
.form-v2 .jfld-options-group .form-option .option-label:hover,
.form-v2 .jfld-options-group .form-option input:hover,
.form-v2 .jfld-options-group .form-option label:hover {
    cursor: pointer;
}
@media screen and (min-width: 37.5em) {
    .form-v2 .jfld-options-group.-in-columns .options-wrapper {
        margin-bottom: -6px;
        -webkit-columns: 2;
        columns: 2;
    }
}
@media screen and (min-width: 37.5em) {
    .form-v2 .jfld-options-group.-inline .options-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        margin-bottom: -6px;
    }
    .form-v2 .jfld-options-group.-inline .options-wrapper .form-option:not(:last-child) {
        margin-right: 20px;
    }
}
@media screen and (min-width: 60.9375em) {
    .form-v2 .jfld-options-group.-inline .options-wrapper .form-option:not(:last-child) {
        margin-right: 30px;
    }
}
@media screen and (min-width: 37.5em) {
    .form-v2 .form-radio-rating .rating-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .form-v2 .form-radio-rating .rating-wrapper:not(.-centered) {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
    .form-v2 .form-radio-rating .rating-wrapper.-centered {
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .form-v2 .form-radio-rating .rating-wrapper.-centered > button {
        padding-top: 3px;
        padding-bottom: 4px;
        margin-top: -36px;
    }
}
.form-v2 .form-radio-rating .jfld-options-group {
    margin: 0;
}
@media screen and (min-width: 37.5em) {
    .form-v2 .form-radio-rating .jfld-options-group {
        margin: 0 0.9em;
    }
}
@media screen and (min-width: 37.5em) {
    .form-v2 .form-radio-rating .form-option {
        padding-bottom: 1.5em;
        padding-left: 0;
        text-align: center;
    }
    .form-v2 .form-radio-rating .form-option input {
        top: auto;
        bottom: 0.21875em;
        left: calc(50% - 8.5px);
        margin: 0;
    }
    .form-v2 .form-radio-rating .form-option .option-label {
        min-width: 19px;
    }
}
.form-v2 .form-file {
    position: relative;
    cursor: pointer;
}
@media screen and (min-width: 37.5em) {
    .form-v2 .form-file input[type="radio"] {
        margin-top: 0.2em;
    }
}
.form-v2 .form-file .form-group {
    width: 100%;
}
.form-v2 .form-file .fileplaceholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 400;
    cursor: pointer;
}
.form-v2 .form-file .filebutton,
.form-v2 .form-file .filename {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0.78125em 10px;
    border: 2px solid #dbdbdb;
    border-radius: 3px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.form-v2 .form-file .filebutton {
    background-color: #dbdbdb;
    color: #4f4f4f;
    -webkit-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s;
}
@media screen and (min-width: 37.5em) {
    .form-v2 .form-file .filebutton {
        width: 180px;
    }
}
.form-v2 .form-file .filename {
    margin-top: 5px;
}
@media screen and (min-width: 37.5em) {
    .form-v2 .form-file .filename {
        width: calc(100% - 190px);
        margin-top: 0;
        margin-left: 10px;
    }
}
.form-v2 .form-file .fileinput {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    min-height: auto;
    padding: 0;
    border: 0;
    margin: 0;
}
.form-v2 .word-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (min-width: 37.5em) {
    .form-v2 .word-counter {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.form-v2 .word-counter .errors-list {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
}
.form-v2 .word-counter .message {
    width: 100%;
    padding: 0 10px;
    margin-top: 4px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    font-size: 0.8em;
    line-height: 1.2;
}
@media screen and (min-width: 37.5em) {
    .form-v2 .word-counter .message {
        text-align: right;
    }
}
.form-v2 .form-option + .errors-list.filled {
    margin-top: -11px;
    margin-bottom: 20px;
}
.form-v2 .jfld-options-group .errors-list.filled {
    margin-top: -2px;
    margin-bottom: 15px;
}
@media screen and (min-width: 37.5em) {
    .form-v2 .jfld-options-group.-in-columns .errors-list.filled,
    .form-v2 .jfld-options-group.-inline .errors-list.filled {
        margin-top: 11px;
    }
}
.form-v2 .form-radio-rating .errors-list.filled {
    margin-top: 4px;
}
ul {
    list-style-type: square;
}
.rounded-list {
    list-style-type: none;
}
.rounded-list li {
    position: relative;
    padding-bottom: 0.7em;
    padding-left: 1.625em;
}
.rounded-list li::before {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0.5em;
    left: 0;
    display: inline-block;
    border-radius: 50%;
    background-color: #000000;
    content: "";
}
.rounded-list.-small li {
    padding-left: 0.5em;
}
.rounded-list.-small li::before {
    width: 4px;
    height: 4px;
}
.rounded-list.-current-color li::before {
    background-color: currentColor;
}
.ordered-list {
    padding: 0;
    list-style-type: none;
}
.ordered-list.-numbers-align-top li {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.ordered-list.-numbers-align-baseline li {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}
.ordered-list.-small .number {
    width: 25px;
    height: 25px;
}
.ordered-list.-small .text {
    width: calc(100% - 25px);
}
.ordered-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 1em 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.ordered-list:not(.-small) li:not(:last-child) {
    padding-bottom: 25px;
}
.ordered-list .number {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    border: 1px solid #000000;
    border-radius: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #000000;
}
.ordered-list .text {
    padding-left: 10px;
}
.ordered-list:not(.-small) .number {
    line-height: 38px;
    width: 40px;
    height: 40px;
}
@media screen and (min-width: 60.9375em) {
    .ordered-list:not(.-small) .number {
        width: 50px;
        height: 50px;
        line-height: 48px;
    }
}
.ordered-list:not(.-small) .text {
    width: calc(100% - 40px);
}
@media screen and (min-width: 60.9375em) {
    .ordered-list:not(.-small) .text {
        width: calc(100% - 50px);
        padding-left: 25px;
    }
}
.reference-list {
    padding-left: 25px;
    border-left: 1px solid #dbdbdb;
}
.reference-list li:first-child {
    margin-top: 0.25em;
}
.description-list {
    margin: 1.2em 0;
}
.description-list .dsc-feed,
.description-list .dsc-primary,
.description-list .dsc-secondary,
.description-list .dsc-term {
    padding: 0;
    margin: 0;
}
.description-list .dsc-term {
    margin-top: 1.4em;
    font-weight: 700;
}
.description-list .dsc-term:first-child {
    margin-top: 0;
}
.list-gap--small {
    padding-left: 20px;
}
.list-gutter--tiny > li {
    margin-bottom: 0.75em;
    line-height: 1.25;
}
.list-gutter--tiny > li:last-child {
    margin-bottom: 0;
}
.list-gutter--normal > li {
    margin-bottom: 1em;
    line-height: 1.25;
}
.list-gutter--normal > li:last-child {
    margin-bottom: 0;
}
.list-gutter--xlarge > li {
    margin-bottom: 1em;
    line-height: 1.25;
}
.list-gutter--xlarge > li:last-child {
    margin-bottom: 0;
}
.list-gutter--default {
    margin-bottom: 1.5em;
}
.list-gutter--default > li:not(:last-child) {
    margin-bottom: 1.5em;
    line-height: 1.5;
}
.list-h-gutter--normal > li:not(:last-child) {
    margin-right: 0.8em;
}
.list-no-styles {
    list-style: none;
}
.bright-blue-bullets {
    list-style: none;
}
.bright-blue-bullets li {
    position: relative;
    padding-left: 10px;
}
.bright-blue-bullets li::before {
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0.5em;
    left: 0;
    display: inline-block;
    border-radius: 50%;
    background-color: #00b3e3;
    content: "";
}
.list-inline.sublist {
    padding: 0 0 0 15px;
    margin: 5px 0 0;
}
.list-inline li {
    display: inline;
}
.list-inline-block li {
    display: inline-block;
}
.list-fixed-columns > li,
.list-fixed-columns > span {
    display: inline-block;
    width: 65px;
    padding: 0 10px 10px 0;
}
.list-style-in-columns {
    -webkit-column-gap: 40px;
    column-gap: 40px;
}
.list-columns {
    padding: 0;
    -webkit-columns: 1;
    columns: 1;
}
.list-columns li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}
@media screen and (min-width: 37.5em) {
    .list-columns-two {
        -webkit-columns: 2;
        columns: 2;
    }
    .list-columns li:first-child {
        margin-top: 0;
    }
}
@media screen and (min-width: 49.21875em) {
    .list-columns-three {
        -webkit-columns: 3;
        columns: 3;
    }
    .list-columns-four {
        -webkit-columns: 4 287px;
        columns: 4 287px;
        -webkit-column-gap: 30px;
        column-gap: 30px;
    }
}
@media screen and (min-width: 37.5em) {
    .list-nav-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        overflow-x: scroll;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .list-nav-links::-webkit-scrollbar {
        display: none;
    }
}
.list-nav-links > li {
    display: block;
}
.list-nav-links > li:not(:last-child) {
    margin-bottom: 0.5em;
}
@media screen and (min-width: 37.5em) {
    .list-nav-links > li:not(:last-child) {
        margin-right: 0.1em;
        margin-bottom: 0;
    }
    .list-nav-links > li:not(:last-child)::after {
        content: "|";
    }
}
.list-nav-links > li:last-child a {
    color: #e2231a;
}
.list-with-rules {
    padding: 0;
    list-style-type: none;
}
.list-with-rules > li:not(:last-child) {
    padding-bottom: 25px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 25px;
}
.list-group {
    padding: 0;
    margin: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.03);
}
@media screen and (min-width: 60.9375em) {
    .list-group {
        margin-top: 1rem;
    }
}
.list-group .list-group-item {
    padding: 0;
    border-width: 0;
}
.list-group .list-group-item:first-child,
.list-group .list-group-item:last-child {
    border-radius: 0;
}
.list-group .list-group-item.-subitem ul a {
    padding-left: 75px !important;
}
.list-group-item:hover a {
    text-decoration: none;
}
.list-group-item:not(.active) > .wrapper:hover a {
    background-color: #f4f4f4;
    color: #000000;
}
.list-group-item.-as-navigation a {
    padding-right: 46px;
}
.list-group a {
    display: block;
    padding: 0.88889em 25px;
    line-height: 1.25;
}
.list-group ul {
    padding: 0;
}
.list-group ul a {
    padding-left: 50px !important;
}
.list-group.large-font a {
    padding-right: 20px;
    padding-left: 20px;
}
.list-group.large-font ul a {
    padding-left: 40px !important;
}
.list-group.large-font .list-group-item.-subitem ul a {
    padding-left: 60px !important;
}
.list-group .expand-v2 {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 50px;
    height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #000000;
    cursor: pointer;
}
.list-group .expand-v2 span {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.list-group .expand-v2:hover span {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.list-group > .list-group-item {
    position: relative;
    border: 1px solid #d8d9d9;
    border-width: 0 1px;
    margin-bottom: -1px;
}
.list-group > .list-group-item:first-child {
    border-top-width: 1px;
    border-radius: 3px 3px 0 0;
}
.list-group > .list-group-item:last-child {
    border-bottom-width: 1px;
    border-radius: 0 0 3px 3px;
}
.list-group > .list-group-item > .wrapper a {
    border-radius: inherit;
}
.list-group .active {
    border-width: 0 1px;
    border-color: #d8d9d9 !important;
    background: #fff !important;
}
.list-group .active > .wrapper {
    background-color: #000000;
}
.list-group .active > .wrapper a {
    color: #fff;
    font-weight: 600;
}
.list-group .active > .wrapper .expand-v2 {
    color: #fff;
}
.list-with-icons.-icons-centered > li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.list-with-icons.-icons-align-top .text {
    margin-top: 10px;
}
.list-with-icons.-small-gaps .jicon {
    margin-top: 0.25em;
}
.list-with-icons.-small-gaps .text {
    display: inline-block;
    width: calc(100% - 20px - 1em);
    margin: 0 0 0 auto;
}
.list-with-icons > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.list-with-icons > li:last-child > span {
    margin-bottom: 0;
}
.list-with-icons .jicon-box {
    padding: 8px;
    border: 1px solid #dbdbdb;
    margin-right: 10px;
    margin-bottom: 10px;
}
@media screen and (min-width: 46.875em) {
    .list-with-icons .jicon-box {
        padding: 13px;
        margin-right: 25px;
        margin-bottom: 30px;
    }
}
.list-with-icons .text {
    display: inline-block;
    width: calc(100% - 55px);
    margin-bottom: 10px;
}
@media screen and (min-width: 46.875em) {
    .list-with-icons .text {
        width: calc(100% - 70px);
        margin-bottom: 30px;
    }
}
.list-with-icons.-default-dot-bullet li::before {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    margin: 8px 4px;
    background-color: #00b3e3;
    content: "";
}
.list-with-badges .dsc-badge {
    display: none;
}
@media screen and (min-width: 37.5em) {
    .list-with-badges {
        position: relative;
        clear: both;
        min-height: 60px;
    }
    .list-with-badges .dsc-primary,
    .list-with-badges .dsc-secondary,
    .list-with-badges .dsc-term {
        margin-right: 160px;
    }
    .list-with-badges .dsc-badge {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        max-width: 60px;
        max-height: 60px;
        margin: 0;
        background: #dbdbdb;
    }
    .list-with-badges .dsc-badge img {
        display: block;
        width: auto;
        max-height: 100%;
    }
    .list-with-badges .dsc-badge img.placeholder {
        max-width: 70%;
        margin: 15% auto;
    }
}
.table-bordered td,
.table-bordered th,
.table-bordered tr {
    border: 1px solid #dbdbdb;
}
.table-bordered-rows tr {
    border-bottom: 1px solid #dbdbdb;
}
.table-padding--small td,
.table-padding--small th {
    padding-top: 10px;
    padding-bottom: 10px;
}
.table-padding td,
.table-padding th {
    padding-top: 20px;
    padding-bottom: 20px;
}
.table-padding--medium td,
.table-padding--medium th {
    padding-top: 25px;
    padding-bottom: 25px;
}
.table-padding--large td,
.table-padding--large th {
    padding-top: 30px;
    padding-bottom: 30px;
}
.table-padding-sides--small td,
.table-padding-sides--small th {
    padding-right: 10px;
    padding-left: 10px;
}
.table-padding-sides td,
.table-padding-sides th {
    padding-right: 20px;
    padding-left: 20px;
}
.table-padding-sides--medium td,
.table-padding-sides--medium th {
    padding-right: 25px;
    padding-left: 25px;
}
.table-padding-sides--large td,
.table-padding-sides--large th {
    padding-right: 30px;
    padding-left: 30px;
}
.table-full-width {
    width: 100%;
}
.bordered-rows tr {
    border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 37.4375em) {
    .table-simple-onecolumn td,
    .table-simple-onecolumn th {
        display: block;
        padding: 0;
    }
    .table-simple-onecolumn td:last-child,
    .table-simple-onecolumn th:last-child {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 37.4375em) {
    .table-responsive thead {
        display: none;
    }
    .table-responsive.with-gaps td {
        padding: 8px 12px !important;
    }
    .table-responsive td {
        display: block;
        padding-top: 0;
        padding-right: 0;
    }
    .table-responsive td[data-th]::before {
        display: block;
        font-weight: 700;
        content: attr(data-th) ": ";
    }
    .table-responsive tr:not(:last-child) td:last-child {
        padding-bottom: 15px;
    }
}
.table-responsive-wrapper {
    overflow-x: auto;
    max-width: 100%;
}
.table-sortable {
    width: 100%;
    margin-bottom: 1px;
    background-color: #00b3e3;
}
.table-sortable .sortable-chosen {
    cursor: move;
}
.table-sortable .sortable-chosen td:not(.handler) {
    width: 100%;
}
.table-sortable .row {
    position: relative;
    overflow: hidden;
    border: 1px solid #efefef;
    border-width: 1px 0;
    margin-bottom: -1px;
}
.table-sortable .row.-dragging > div {
    opacity: 0;
}
.table-sortable .text {
    position: relative;
    z-index: 1;
    padding: 0.8125em 65px 0.8125em 15px;
    background-color: #fff;
}
.table-sortable .handler {
    width: 50px;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    padding: 0;
    vertical-align: middle;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: move;
}
.table-sortable .handler .jicon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (min-width: 37.5em) {
    .table-sortable .handler .jicon {
        width: 15px;
        height: 15px;
        right: 30px;
    }
    .table-sortable .text {
        padding-right: 80px;
        padding-left: 30px;
    }
}
@media screen and (min-width: 46.875em) {
    .table-sortable .handler {
        width: 100%;
    }
}
.styled-table {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    table-layout: fixed;
}
.styled-table thead {
    background-color: #f4f4f4;
}
.styled-table td,
.styled-table th {
    padding: 13px 10px;
}
.styled-table td:first-child,
.styled-table th:first-child {
    padding: 13px 10px 13px 20px;
}
.styled-table td:last-child,
.styled-table th:last-child {
    padding: 13px 20px 13px 10px;
}
.styled-table td {
    border-bottom: 1px solid #dbdbdb;
}
.pagination {
    padding: 1.3125em 0 1.1em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
.pagination .page {
    margin-right: 1em;
}
.pagination .with-border::after {
    display: inline-block;
    padding-left: 1em;
    font-weight: 700;
    content: "|";
}
.pagination.bordered {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.video-wrapper iframe,
.video-wrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videos > a {
    clear: both;
    display: block;
    padding: 10px;
    color: #1a1a1a;
}
.videos > a .-video-thumb {
    float: left;
    max-width: 100px;
    margin-right: 10px;
}
.videos > a:nth-child(odd) {
    background-color: #efefef;
}
.videos > a:hover {
    background-color: #dbdbdb;
    color: #1a1a1a;
    text-decoration: none;
}
.text-diminished {
    position: relative;
    display: block;
    overflow: hidden;
    max-height: 6em;
}
.text-diminished.-expanded {
    overflow: visible;
    height: auto !important;
    max-height: 99999px !important;
    -webkit-transition: max-height 1.5s ease-in;
    transition: max-height 1.5s ease-in;
}
.text-diminished.-expanded::after {
    content: none;
}
.text-diminished.-collapsed {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.text-diminished::after {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    display: block;
    box-sizing: content-box;
    width: 100%;
    height: 55px;
    background-image: -webkit-linear-gradient(rgba(244, 244, 244, 0), #f4f4f4);
    background-image: linear-gradient(rgba(244, 244, 244, 0), #f4f4f4);
    background-repeat: repeat-x;
    content: "";
}
.text-diminished.no-blur::after {
    background-image: none;
    background-repeat: repeat-x;
}
.text-diminished.white::after {
    background-image: -webkit-linear-gradient(rgba(244, 244, 244, 0), #fff);
    background-image: linear-gradient(rgba(244, 244, 244, 0), #fff);
}
.text-diminished.one-and-half-line {
    height: 3em;
}
.text-diminished.one-and-half-line::after {
    right: 0;
    left: auto;
    width: 75%;
    height: 1.5em;
}
.text-diminished.one-and-half-line.white::after {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 30%, #fff 80%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 30%, #fff 80%);
}
.text-diminished.large {
    max-height: 11.5em;
}
.text-diminished.xlarge {
    max-height: 15em;
}
.jprogress {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 40px;
    border: 1px solid #efefef;
    margin: 1em 0;
    background-color: #fff;
}
.jprogress .-progressbar {
    float: left;
    width: 0;
    height: 100%;
    background-color: #f4f4f4;
    color: #fff;
    line-height: 40px;
    text-align: center;
    -webkit-transition-property: width, background-color;
    transition-property: width, background-color;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.jprogress .-danger {
    background-color: #d32f2f;
}
.jprogress .-warning {
    background-color: #fbc02d;
}
.jprogress .-success {
    background-color: #4caf50;
}
.jprogress .-info {
    background-color: #1976d2;
}
.jprogress.-v2 {
    height: 10px;
    border-width: 0;
    border-radius: 5px;
    background-color: #d3d3d3;
}
.jprogress.-v2 .-progressbar {
    border-radius: 5px;
    background-color: #00b3e3;
    background-image: -webkit-linear-gradient(left, #000000, #00b3e3);
    background-image: linear-gradient(to right, #000000, #00b3e3);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.jprogress.-steps {
    height: auto;
    border: 0;
    margin-bottom: 1.5em;
}
@media screen and (min-width: 37.5em) {
    .jprogress.-steps {
        margin-top: 2.5em;
    }
}
.jprogress.-steps .-progressbar {
    width: 100%;
    background-color: #fff;
}
.jprogress .steps {
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
}
@media screen and (min-width: 37.5em) {
    .jprogress .steps {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }
}
.jprogress .steps .step {
    position: relative;
    margin-bottom: 1em;
}
@media screen and (min-width: 37.5em) {
    .jprogress .steps .step {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }
}
.jprogress .steps .step::after {
    position: absolute;
    top: 100%;
    left: 20px;
    width: 3px;
    height: 1em;
    background-color: #efefef;
    content: "";
}
@media screen and (min-width: 37.5em) {
    .jprogress .steps .step::after {
        top: 20px;
        left: calc(50% + 20px);
        width: calc(100% - 40px);
        height: 3px;
    }
}
@media screen and (min-width: 50.3125em) {
    .jprogress .steps .step::after {
        top: 29px;
        left: calc(50% + 29px);
        width: calc(100% - 58px);
    }
}
.jprogress .steps .step:last-child {
    margin-bottom: 0;
}
.jprogress .steps .step:last-child::after {
    content: none;
}
.jprogress .steps .step.-completed .circle {
    overflow: hidden;
    background-image: url(../images/icons/svgfiles/white/check2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    text-indent: -999px;
}
.jprogress .steps .step.-completed::after {
    background-color: #000000;
}
.jprogress .steps .step.-completed .circle,
.jprogress .steps .step.-current .circle {
    border-color: #000000;
    background-color: #000000;
    color: #fff;
}
.jprogress .steps .circle {
    display: inline-block;
    border: 3px solid #efefef;
    border-radius: 50%;
    margin-right: 1em;
    color: silver;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    font-size: 0.875rem;
    line-height: 34px;
}
@media screen and (min-width: 50.3125em) {
    .jprogress .steps .circle {
        width: 58px;
        height: 58px;
        font-size: 1.3125rem;
        line-height: 52px;
    }
}
@media screen and (min-width: 37.5em) {
    .jprogress .steps .circle {
        margin: 0 auto 10px;
    }
}
@media screen and (min-width: 60.9375em) {
    .jprogress .steps .circle {
        background-size: 20px;
    }
}
.jprogress .steps .text {
    display: inline-block;
    color: #000;
    font-size: 0.875rem;
    line-height: 1.5;
    overflow-wrap: break-word;
    vertical-align: middle;
}
@media screen and (min-width: 37.5em) {
    .jprogress .steps .text {
        display: block;
        padding: 0 0.25em;
    }
}
.alert {
    display: inline-block;
    padding: 1em 1.4em;
    border: 1px solid;
    border-radius: 4px;
    margin: 1em 0;
    font-size: 0.875rem;
}
.alert.-error,
.alert._error {
    border-color: #dda7b0;
    background-color: #f2dede;
    color: #a94442;
}
.alert.-warning,
.alert._warning {
    border-color: #f5d99e;
    background-color: #fcf8e3;
    color: #8a6d3b;
}
.alert.-success,
.alert._success {
    border-color: #bcdba1;
    background-color: #dff0d8;
    color: #3c763d;
}
.alert.-info,
.alert._info {
    border-color: #92dae8;
    background-color: #d9edf7;
    color: #31708f;
}
.alert.-bright-blue-op-2 {
    border-color: #4ad9ff;
    background-color: #d2f0f9;
    color: #000;
}
@media screen and (max-width: 37.4375em) {
    .alert.-small-paddings {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.jspinner {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 30px auto;
}
.jspinner.-small {
    width: 20px;
    height: 20px;
}
.jspinner .-crl {
    background-color: #323232;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.jspinner.-bounce .-crl {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation-name: spinner-bounce;
    animation-name: spinner-bounce;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.jspinner.-double-bounce .-crl {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation-name: spinner-double-bounce;
    animation-name: spinner-double-bounce;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.jspinner.-double-bounce .-crl2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.jspinner.-fading-circle .-crl {
    position: absolute;
    top: 0;
    left: 42.5%;
    width: 15%;
    height: 15%;
    border-radius: 50%;
    -webkit-transform-origin: center 30px;
    transform-origin: center 30px;
    -webkit-animation-name: spinner-fading-circle;
    animation-name: spinner-fading-circle;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.jspinner.-fading-circle .-crl2 {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.jspinner.-fading-circle .-crl3 {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.jspinner.-fading-circle .-crl4 {
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.jspinner.-fading-circle .-crl5 {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.jspinner.-fading-circle .-crl6 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.jspinner.-fading-circle .-crl7 {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.jspinner.-fading-circle .-crl8 {
    -webkit-transform: rotate(252deg);
    transform: rotate(252deg);
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.jspinner.-fading-circle .-crl9 {
    -webkit-transform: rotate(288deg);
    transform: rotate(288deg);
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.jspinner.-fading-circle .-crl10 {
    -webkit-transform: rotate(324deg);
    transform: rotate(324deg);
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes spinner-fading-circle {
    0%,
    100%,
    39% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
@keyframes spinner-fading-circle {
    0%,
    100%,
    39% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
@-webkit-keyframes spinner-bounce {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes spinner-bounce {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes spinner-double-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes spinner-double-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.sharelinks {
    overflow: hidden;
    margin-top: 0.5em;
}
.sharelinks a {
    position: relative;
    float: left;
    display: block;
    overflow: hidden;
    width: 55px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #000000;
}
.sharelinks a::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.sharelinks.-small-buttons .share-logo,
.sharelinks.-small-buttons a,
.sharelinks.-small-buttons a:hover .share-logo {
    width: 55px;
}
.sharelinks .share-logo {
    position: relative;
    z-index: 2;
    float: left;
    display: block;
    width: 55px;
    height: 30px;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
.sharelinks .share-tag {
    display: none;
}
.sharelinks .icon {
    display: block;
    width: 22px;
    height: 22px;
    margin: 4px auto;
}
.sharelinks .share::before {
    background-color: #ff6550;
}
.sharelinks .share:hover::before {
    background-color: #cc5140;
}
.sharelinks .twitter::before {
    background-color: #1da1f2;
}
.sharelinks .twitter:hover::before {
    background-color: #1781c2;
}
.sharelinks .facebook::before {
    background-color: #3c5a99;
}
.sharelinks .facebook:hover::before {
    background-color: #2c4371;
}
.sharelinks .linkedin::before {
    background-color: #0077b5;
}
.sharelinks .linkedin:hover::before {
    background-color: #005d8d;
}
@media screen and (min-width: 60.9375em) {
    .sharelinks a {
        width: 90px;
        margin-right: 10px;
    }
    .sharelinks a:hover .share-logo {
        width: 26px;
    }
    .sharelinks .share-logo {
        width: 90px;
        height: 26px;
    }
    .sharelinks .share-tag {
        position: absolute;
        top: 50%;
        left: 100%;
        display: block;
        width: 100%;
        padding-left: 10px;
        color: #fff;
        font-size: 0.875rem;
        line-height: 1;
        -webkit-transform: translateY(-35%);
        transform: translateY(-35%);
    }
    .sharelinks .icon {
        width: 18px;
        height: 18px;
    }
}
.j-calendar {
    overflow: hidden;
    width: 100%;
    max-width: 420px;
    margin: 1em auto 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.j-calendar .cal-header {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 38px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #000000;
    color: #fff;
    text-align: center;
}
.j-calendar .cal-title {
    display: block;
    padding-top: 4px;
    margin: 0;
    font-weight: 400;
    line-height: 1;
}
.j-calendar .cal-arrows {
    position: absolute;
    top: 0;
    width: 48px;
    height: 38px;
    cursor: pointer;
}
.j-calendar .cal-arrows::before {
    display: block;
    width: 0;
    height: 0;
    border-width: 7px 7px 7px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    margin: 12px auto;
    content: "";
}
.j-calendar .cal-arrows.left {
    left: 0;
}
.j-calendar .cal-arrows.right {
    right: 0;
}
.j-calendar .cal-arrows.right::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.j-calendar .cal-arrows-disable {
    opacity: 0.5;
    pointer-events: none;
}
.j-calendar .cal-month {
    padding: 3.5px;
    border: solid #dbdbdb;
    border-width: 0 1px 1px;
}
.j-calendar .cal-week {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
}
.j-calendar .cal-week-days {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border: solid #dbdbdb;
    border-width: 0 1px 1px;
}
.j-calendar .cal-day {
    position: relative;
    z-index: 100;
    display: block;
    width: 14.28571%;
    padding: 3.5px;
    background-color: #fff;
    color: #000;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}
.j-calendar .cal-day.other {
    color: #7a7a7a;
}
.j-calendar .cal-day.other .cal-day-number {
    opacity: 0.8;
    color: #6c6c6c;
}
.j-calendar .cal-day.today {
    font-weight: 700;
}
.j-calendar .cal-day-name {
    padding-top: 4px;
    line-height: 21px;
    text-transform: uppercase;
}
.j-calendar .cal-day-number {
    position: relative;
    z-index: 5;
    width: 100%;
    padding-top: 4px;
    margin: 0 auto;
    line-height: 34px;
}
.j-calendar .cal-day-events {
    position: absolute;
    top: 3.5px;
    left: 3.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    width: calc(100% - 7px);
    height: 38px;
    font-size: 0;
    text-align: center;
}
.j-calendar .cal-day-events span {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0;
    vertical-align: top;
}
.j-calendar .cal-day-has-events .cal-day-number {
    color: #fff;
}
.j-calendar .cal-day-has-events .cal-day-events {
    background-color: silver;
}
.j-calendar .cal-legend {
    width: 100%;
    margin-top: 20px;
}
.j-calendar .cal-entry {
    position: relative;
    display: inline-block;
    min-width: 105px;
    margin: 0 1em 0.5em 0;
}
.j-calendar .cal-entry span {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.3em;
    vertical-align: middle;
    content: "";
}
@media screen and (min-width: 60.9375em) {
    .j-calendar .cal-header {
        height: 30px;
    }
    .j-calendar .cal-title {
        font-size: 0.875rem;
    }
    .j-calendar .cal-arrows {
        width: 40px;
        height: 30px;
    }
    .j-calendar .cal-arrows::before {
        margin: 8px auto;
    }
    .j-calendar .cal-day {
        font-size: 0.875rem;
    }
    .j-calendar .cal-day-number {
        line-height: 23px;
    }
    .j-calendar .cal-day-events {
        height: 27px;
    }
    .j-calendar .cal-entry {
        font-size: 0.875rem;
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-slider.slick-loading {
    height: 160px;
    background: #fff url(../images/icons/loader.gif) center center no-repeat;
}
.slick-slider.-in-first-position ~ .hide-in-first-position,
.slick-slider.-in-last-position ~ .hide-in-last-position,
.slick-slider:not(.-in-last-position) ~ .show-in-last-position {
    display: none !important;
}
@media screen and (max-width: 53.125em) {
    .slick-slider.-pull-sides {
        width: 150%;
        margin-right: -25%;
        margin-left: -25%;
    }
}
@media screen and (min-width: 37.5em) {
    .slick-slider.-has-dots .slick-dots {
        display: block !important;
    }
}
@media screen and (min-width: 50.3125em) {
    .slick-slider.-large-gap .slick-slide {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media screen and (min-width: 60.9375em) {
    .slick-slider.-large-gap .slick-slide {
        padding-right: 25px;
        padding-left: 25px;
    }
}
.slick-image img {
    display: none;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
}
@media screen and (min-width: 37.5em) {
    .slick-wheel .slick-list {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track::after,
.slick-track::before {
    display: table;
    content: "";
}
.slick-track::after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    display: none;
    height: 100%;
    min-height: 1px;
    padding: 5px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-wheel .slick-slide {
    background-color: #fff;
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
.slick-wheel .slick-slide img {
    opacity: 0.5;
    -webkit-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.slick-wheel .slick-slide.slick-center img {
    opacity: 1 !important;
}
@media screen and (min-width: 37.5em) {
    .slick-wheel .slick-slide {
        position: relative;
        z-index: 10;
        padding: 0;
    }
    .slick-wheel .slick-slide.slick-active {
        z-index: 15;
        -webkit-transform: scale(1.4) translate(9%);
        transform: scale(1.4) translate(9%);
    }
    .slick-wheel .slick-slide.slick-active img {
        opacity: 0.9;
    }
    .slick-wheel .slick-slide.slick-center {
        z-index: 20;
        -webkit-transform: scale(1.9) translate(0);
        transform: scale(1.9) translate(0);
    }
    .slick-wheel .slick-slide.slick-center + .slick-active {
        -webkit-transform: scale(1.4) translate(-9%);
        transform: scale(1.4) translate(-9%);
    }
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
    position: absolute;
    z-index: 30;
    top: calc(50% - 25px);
    display: block;
    opacity: 0.75;
    width: 50px;
    height: 50px;
    padding: 10px 10px 5px;
    border: 0;
    border-radius: 100%;
    outline: 0;
    background-color: #000;
    color: #fff;
    -webkit-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.slick-arrow .jicon {
    display: block;
    width: 100%;
    height: 100%;
}
.slick-arrow:focus,
.slick-arrow:hover {
    opacity: 1;
}
.slick-arrow.slick-disabled {
    opacity: 0.25;
}
.slick-prev {
    left: -15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
[dir="rtl"] .slick-prev {
    right: -15px;
    left: auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.slick-next {
    right: -15px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media screen and (min-width: 60.9375em) {
    .slick-prev {
        left: -25px;
    }
    [dir="rtl"] .slick-prev {
        right: -25px;
    }
    .slick-next {
        right: -25px;
    }
    [dir="rtl"] .slick-next {
        left: -25px;
    }
}
.slick-dots {
    display: none !important;
    padding: 0;
    margin: 25px auto 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li.slick-active button::after {
    background-color: #000000;
}
.slick-dots button {
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-width: 0;
    outline: 0;
    background-color: transparent;
    text-indent: -9999px;
    cursor: pointer;
}
.slick-dots button::after {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border-radius: 100%;
    margin-top: -5px;
    margin-left: -5px;
    background-color: #b3b3b3;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    content: "";
}
.expand-v2.-expanded .arrow {
    display: inline-block;
    margin-left: 0.25em;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}
.expand-v2.-expanded .down-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.expand-v2.-extend-area {
    padding: 1.4em 0 1.1em !important;
    margin: -1.4em 0 -1.1em !important;
}
.expand-v2:hover {
    text-decoration: none;
}
.expand-v2:hover .text {
    text-decoration: underline;
}
.collapsible-container {
    position: relative;
    margin-bottom: 2em;
}
.collapsible-container > .expand-v2 {
    position: absolute;
    z-index: 5;
    right: 0.5em;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 1.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.collapsible-container > .expand-v2.-expanded {
    bottom: -1.5em;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.collapsible-container .text-diminished:not(.-below-landscape-tablet).-expanded {
    margin-bottom: 3em !important;
}
@media screen and (max-width: 50.25em) {
    .collapsible-container.-below-landscape-tablet .text-diminished.-expanded {
        margin-bottom: 3em !important;
    }
}
@media screen and (min-width: 50.3125em) {
    .collapsible-container.-below-landscape-tablet .text-diminished {
        height: auto;
        max-height: none;
    }
    .collapsible-container.-below-landscape-tablet .text-diminished::after {
        content: none;
    }
    .collapsible-container.-below-landscape-tablet .expand-v2 {
        display: none;
    }
}
.expandable-content {
    overflow: hidden;
    height: auto;
    -webkit-transition: max-height 1.5s ease-in, opacity 0.3s ease-in;
    transition: max-height 1.5s ease-in, opacity 0.3s ease-in;
}
.expandable-content.-collapsed {
    float: left;
    opacity: 0;
    max-height: 0;
    margin: 0;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.expandable-content.-expanded {
    float: none;
    opacity: 1;
    max-height: 99999px;
}
.expandable-content.-expanded.-overflow-visible {
    overflow: visible;
}
.has-expandable-content.-collapsed .toggle {
    display: none;
}
.alerts-container {
    position: fixed;
    z-index: 115;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 350px;
    height: auto;
}
.alerts-container .close-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-width: 0;
    background-image: url(images/close48.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.ui-alert {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    min-width: 300px;
    padding: 25px;
    border: 1px solid #dbdbdb;
    margin: 1em 0.5em;
    background-color: #fff;
    box-shadow: 0 1em 2em rgba(0, 0, 0, 0.15), 0 0.75em 0.8em rgba(0, 0, 0, 0.11);
}
.ui-alert:nth-last-child(2) + .ui-alert {
    box-shadow: none;
}
.ui-alert:last-child,
.ui-alert:nth-last-child(2) {
    visibility: visible;
}
.ui-alert.-fade-out {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease 0.25s, -webkit-transform 0.75s ease 0s;
    transition: opacity 0.5s ease 0.25s, -webkit-transform 0.75s ease 0s;
    transition: opacity 0.5s ease 0.25s, transform 0.75s ease 0s;
    transition: opacity 0.5s ease 0.25s, transform 0.75s ease 0s, -webkit-transform 0.75s ease 0s;
    -webkit-transform: translateY(125%);
    transform: translateY(125%);
}
.ui-alert > .count {
    float: right;
    margin-top: 0.5em;
    margin-bottom: -1em;
    font-size: 0.75rem;
}
.ui-multi-email-form {
    margin: 20px 0;
}
.ui-multi-email-form .button,
.ui-multi-email-form .ui-multi-email {
    width: 100%;
}
.ui-multi-email-form .button-wrapper {
    position: relative;
    width: 100%;
    min-width: 120px;
    min-height: 2.8125em;
    margin: 0.35em auto 0;
}
.ui-multi-email-form .jspinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6);
}
@media screen and (min-width: 30em) {
    .ui-multi-email-form {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .ui-multi-email-form .button-wrapper {
        width: auto;
        margin: 0 0 0 10px;
    }
}
.ui-multi-email {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-height: 2.8125em;
    padding: 4px 8px 5px;
    border: 2px solid #dbdbdb;
    border-radius: 3px;
    outline: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    line-height: 1.4;
    /*font-family: "Open Sans", sans-serif;*/
    cursor: text;
}
.ui-multi-email .placeholder {
    display: block;
    background: rgba(226, 35, 26, 0.2);
}
.ui-multi-email.-focused {
    border-color: #00b3e3;
    border-radius: 0;
}
.ui-multi-email.-focused .placeholder {
    display: none;
}
.ui-multi-email .email-tag {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0 28px 0 10px;
    border: 0;
    border-radius: 3px;
    margin: 2px;
    background-color: #dbdbdb;
    color: #4f4f4f;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 28px;
    vertical-align: baseline;
}
.ui-multi-email .tag-button {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 9px;
    border: 0;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ui-multi-email .tag-button .jicon {
    width: 10px;
    height: 10px;
    display: block;
    opacity: 0.7;
}
.ui-multi-email .email-input {
    min-height: 1.375em;
    padding: 0;
    border: 0;
    margin: 2px;
    outline: 0 !important;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: 1em;
    line-height: 1;
}
.skip-to-content {
    position: absolute;
    top: -1000px;
    left: -1000px;
    overflow: hidden;
    width: 1px;
    height: 1px;
    background-color: #e2231a;
    color: #fff;
    text-align: left;
}
.skip-to-content:active,
.skip-to-content:focus,
.skip-to-content:hover {
    top: 0;
    left: 0;
    overflow: visible;
    width: auto;
    height: auto;
    padding: 10px;
    color: #fff;
}
.skip-to-content.-cornell {
    background-color: #b31b1b;
}
.lawyers-in-row {
    overflow: hidden;
    margin-top: 1.5em;
}
.lawyers-in-row .row-item {
    float: left;
    display: none;
    width: calc(50% - 5px);
    margin-left: 10px;
}
.lawyers-in-row .row-item a:hover .name {
    color: #ba0000;
}
.lawyers-in-row .row-item > .wrapper {
    float: none;
    display: block;
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
}
.lawyers-in-row .row-item:first-child {
    margin-left: 0;
}
.lawyers-in-row .row-item:nth-child(-n + 2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.lawyers-in-row .row-item.-view-more {
    display: block;
    text-align: center;
}
.lawyers-in-row .row-item.-view-more a {
    display: block;
    width: 100%;
}
@media screen and (max-width: 37.4375em) {
    .lawyers-in-row .row-item.-view-more {
        width: 100%;
        margin: 1.5em 0 0;
    }
    .lawyers-in-row .row-item.-view-more a {
        padding: 0.90625em 20px;
        border-radius: 2px;
        background-color: #efefef;
        line-height: 1;
        text-decoration: none;
    }
}
@media screen and (min-width: 30em) {
    .lawyers-in-row .row-item {
        width: calc(33.33333% - 6.66667px);
    }
}
@media screen and (min-width: 60.9375em) {
    .lawyers-in-row .row-item:nth-child(-n + 3) {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
}
.tool.-compare .lawyers-in-row .row-item {
    width: calc(33.33333% - 10px);
}
.tool.-compare .lawyers-in-row .row-item:nth-child(-n + 3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
@media screen and (min-width: 60.9375em) {
    .tool.-compare .lawyers-in-row .row-item {
        width: calc(33.33333% - 20px);
    }
}
.lawyers-in-row .comparison-buttons,
.lawyers-in-row .name {
    font-size: 0.875rem;
}
.lawyers-in-row .-fade,
.lawyers-in-row .name {
    position: relative;
    text-overflow: unset;
    padding: 0;
    margin: 10px 0 0;
    font-weight: 600;
    text-align: center;
}
.lawyers-in-row .-fade::after,
.lawyers-in-row .name::after {
    position: absolute;
    z-index: 5;
    right: -1px;
    bottom: 0;
    display: block;
    box-sizing: content-box;
    width: 15%;
    height: 100%;
    background-image: -webkit-linear-gradient(right, #fff 35%, rgba(255, 255, 255, 0.3));
    background-image: linear-gradient(to left, #fff 35%, rgba(255, 255, 255, 0.3));
    background-repeat: repeat-y;
    content: "";
}
.lawyers-in-row .-fade {
    overflow: hidden;
    white-space: nowrap;
}
@supports (display: flex) {
    @media screen and (min-width: 37.5em) {
        .lawyers-in-row {
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
        }
        .lawyers-in-row .row-item.-view-more {
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            margin-bottom: calc(10px + 1.31em);
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
        }
    }
}
.lawyers-in-row.-full {
    width: 100%;
    max-width: calc(100% + 50px);
    margin-left: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.lawyers-in-row.-full .row-item {
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 0 0 0 1px #dbdbdb;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    width: 100%;
    margin-bottom: 25px;
    margin-left: 0 !important;
}
.lawyers-in-row.-full .row-item > .compare-btn {
    right: 0;
}
.lawyers-in-row.-full .row-item .lawyer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 56.25%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.lawyers-in-row.-full .row-item .lawyer-info .lawyer-avatar-wrapper,
.lawyers-in-row.-full .row-item .lawyer-info .location {
    display: block;
    width: 100%;
}
.lawyers-in-row.-full .row-item .lawyer-info > .lawyer-avatar-wrapper {
    max-width: 100%;
}
.lawyers-in-row.-full .row-item .lawyer-name {
    margin-top: 0;
}
.lawyers-in-row.-full .row-item .name {
    text-align: left;
}
.lawyers-in-row.-full .row-item .name {
    margin-bottom: 0;
}
.lawyers-in-row.-full .row-item > .lawyer-avatar-wrapper {
    margin: 0;
}
.lawyers-in-row.-full .row-item .lawyer-info {
    width: calc(100% - 140px);
}
.lawyers-in-row.-full .row-item .comparison-buttons {
    margin-top: 7px;
    font-size: 0.8125rem;
}
.lawyers-in-row.-full .row-item .compare-btn,
.lawyers-in-row.-full .row-item .location {
    margin-top: 5px;
}
.lawyers-in-row.-full .row-item .compare-btn {
    margin-right: 10px;
}
.lawyers-in-row.-full .row-item .compare-btn + .compare-btn {
    margin-right: 0;
    margin-left: 0;
}
.lawyers-in-row.-full .row-item > .compare-btn {
    margin-right: 0;
}
@media screen and (min-width: 30em) {
    .lawyers-in-row.-full .row-item .comparison-buttons {
        font-size: 0.875rem;
    }
    .lawyers-in-row.-full .row-item > .lawyer-avatar-wrapper {
        width: 160px !important;
        height: 160px;
    }
    .lawyers-in-row.-full .row-item .lawyer-info {
        width: calc(100% - 180px);
    }
}
@media screen and (max-width: 43.6875em) {
    .lawyers-in-row.-full .row-item > .compare-btn {
        right: 8px;
    }
}
@media screen and (min-width: 43.75em) {
    .lawyers-in-row.-full {
        width: calc(100% + 25px);
        margin-right: -12.5px;
        margin-left: -12.5px;
    }
    .lawyers-in-row.-full .row-item {
        width: calc(50% - 25px);
        margin: 0 12.5px 50px !important;
    }
    .lawyers-in-row.-full .row-item > .lawyer-avatar-wrapper {
        width: 40% !important;
        height: auto;
    }
    .lawyers-in-row.-full .row-item .lawyer-info {
        width: 57.14286%;
    }
}
@media screen and (min-width: 60.9375em) {
    .lawyers-in-row.-full .comparison-buttons {
        font-size: 0.875rem;
    }
}
@media screen and (min-width: 68.75em) {
    .lawyers-in-row.-full {
        width: calc(100% + 50px);
        margin-right: -25px;
        margin-left: -25px;
    }
    .lawyers-in-row.-full .row-item {
        width: calc(33.33333% - 50px);
        margin-right: 25px !important;
        margin-left: 25px !important;
    }
    .lawyers-in-row.-full .row-item .location {
        margin-top: 7px;
    }
    .lawyers-in-row.-full .row-item .compare-btn ~ .compare-btn {
        margin-top: 3px;
    }
}
@media screen and (min-width: 81.25em) {
    .lawyers-in-row.-full .row-item > .lawyer-avatar-wrapper {
        width: 45.71429% !important;
    }
    .lawyers-in-row.-full .row-item .lawyer-info {
        width: 45.71429%;
    }
}
@supports (display: flex) {
    .lawyers-in-row.-full {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.lawyers-in-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: visible;
    width: calc(66.66667% - 10px);
    margin-top: 0;
    margin-left: -10px;
}
.tool.-compare .lawyers-in-row {
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 37.4375em) {
    .lawyers-in-row .row-item > .lawyer-avatar-wrapper:first-child {
        pointer-events: none;
    }
}
.lawyers-in-row .comparison-buttons {
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
}
.lawyers-in-row .compare-btn.-disabled::before {
    top: 0;
    border-top: 6px solid #6c6c6c;
    border-bottom-width: 0;
}
.lawyers-in-row .compare-btn.-disabled::after {
    top: auto;
    bottom: 100%;
    left: -10px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.lawyers-in-row .compare-btn.-disabled:hover::after,
.lawyers-in-row .compare-btn.-disabled:hover::before {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.lawyers-in-row .row-item {
    position: relative;
    display: none;
    width: calc(50% - 10px);
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lawyers-in-row .row-item:nth-child(-n + 2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.lawyers-in-row .row-item > .compare-btn {
    position: absolute;
    z-index: 5;
    top: -5px;
    right: 2px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
@media screen and (min-width: 26.25em) {
    .lawyers-in-row .row-item > .compare-btn {
        right: calc(50% - 60px);
    }
}
.lawyers-in-row .row-item > .compare-btn > .jicon {
    top: 0;
    margin: 0;
}
.lawyers-in-row .row-item .lawyer-info {
    display: block;
    width: 100%;
}
.lawyers-in-row .row-item .lawyer-info .lawyer-avatar-wrapper {
    width: 100%;
}
.lawyers-in-row .row-item .lawyer-info .comparison-buttons {
    float: left;
    margin-top: 5px;
}
.lawyers-in-row .row-item .location {
    float: left;
    clear: both;
    display: none;
    min-height: 1em;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.15;
    text-align: left;
}
.lawyers-in-row .row-item:first-child {
    margin-left: 10px;
}
.lawyers-in-row .row-item > .lawyer-avatar-wrapper:first-child {
    width: 120px;
    max-width: 100%;
    max-height: 100%;
}
.lawyers-in-row .row-item .lawyer-avatar {
    max-width: 100%;
}
@media screen and (max-width: 60.875em) {
    .lawyers-in-row .row-item ~ .button-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .lawyers-in-row .row-item ~ .button-container > p {
        display: inline-block;
        margin-right: 0.5em;
        margin-bottom: 0;
    }
    .tool.-compare .lawyers-in-row .row-item ~ .button-container {
        width: 100%;
        margin-left: 0;
    }
}
@media screen and (min-width: 60.9375em) {
    .lawyers-in-row .row-item > a {
        max-width: 100%;
    }
}
.lawyers-in-row .lawyer-name {
    font-size: 1rem;
}
.lawyers-in-row .name {
    display: block;
    max-width: 100%;
    text-align: left;
}
.lawyers-in-row ~ .button-container {
    width: calc(33.33333% - 10px);
    min-width: 95px;
    margin-left: 10px;
}
@media screen and (min-width: 37.5em) {
    .lawyers-in-row {
        width: calc(100% - 115px);
    }
    .lawyers-in-row .location {
        margin-top: 0;
    }
    .lawyers-in-row .row-item {
        position: relative;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        box-shadow: 0 0 0 1px #dbdbdb;
        display: none;
    }
    .lawyers-in-row .row-item > .compare-btn {
        right: 0;
    }
    .lawyers-in-row .row-item .lawyer-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        width: 56.25%;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .lawyers-in-row .row-item .lawyer-info .lawyer-avatar-wrapper,
    .lawyers-in-row .row-item .lawyer-info .location {
        display: block;
        width: 100%;
    }
    .lawyers-in-row .row-item .lawyer-info > .lawyer-avatar-wrapper {
        max-width: 100%;
    }
    .lawyers-in-row .row-item .lawyer-name {
        margin-top: 0;
    }
    .lawyers-in-row .row-item .name {
        text-align: left;
    }
    .lawyers-in-row .row-item:not(:first-child) {
        margin-left: 15px;
    }
    .lawyers-in-row .row-item .lawyer-info {
        width: 51.5625%;
    }
    .lawyers-in-row .row-item .lawyer-info > .lawyer-avatar-wrapper {
        margin-top: 5px;
    }
    .lawyers-in-row .row-item > .lawyer-avatar-wrapper:first-child {
        width: 43.75%;
        margin-left: 0;
    }
    .lawyers-in-row ~ .button-container {
        width: 95px;
    }
}
@media screen and (min-width: 60.9375em) {
    .lawyers-in-row,
    .tool.-compare .lawyers-in-row {
        float: left;
        width: calc(100% - 175px);
    }
    .lawyers-in-row .row-item {
        width: calc(33.33333% - 20px);
    }
    .lawyers-in-row .row-item:not(:first-child) {
        margin-left: 20px;
    }
    .lawyers-in-row ~ .button-container,
    .tool.-compare .lawyers-in-row ~ .button-container {
        float: right;
        width: 150px;
        margin-left: 0;
    }
    .lawyers-in-row ~ .button-container .button,
    .tool.-compare .lawyers-in-row ~ .button-container .button {
        min-width: 100px;
    }
    .lawyers-in-row .lawyer-name {
        font-size: 1.125rem;
    }
}
@media screen and (min-width: 68.75em) {
    .lawyers-in-row,
    .tool.-compare .lawyers-in-row {
        float: left;
        width: calc(100% - 235px);
    }
    .lawyers-in-row ~ .button-container,
    .tool.-compare .lawyers-in-row ~ .button-container {
        width: 200px;
        margin-top: 0;
    }
    .lawyers-in-row .lawyer-name {
        margin-bottom: 0.35em;
    }
    .lawyers-in-row .comparison-buttons {
        margin-top: 0.45em;
    }
}
@media screen and (min-width: 81.25em) {
    .lawyers-in-row {
        margin-left: -20px;
    }
    .lawyers-in-row .row-item > .compare-btn {
        width: 25px;
        height: 25px;
    }
    .lawyers-in-row .row-item > .compare-btn > .jicon {
        width: 100%;
        height: 100%;
    }
}
body.-with-compare-tool #footer {
    padding-bottom: 80px;
}
@media screen and (min-width: 37.5em) {
    body.-with-compare-tool #footer {
        padding-bottom: 100px;
    }
}
.comparison-tool {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.comparison-tool .text {
    color: #696969;
}
.comparison-tool > .toggle {
    width: 150px;
    height: 120px;
    position: absolute;
    top: 0;
    right: 50%;
    display: block;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.comparison-tool > .toggle::after {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 5px;
    left: 25px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    content: "";
}
.comparison-tool > .toggle .jicon {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    top: 55%;
    left: 50%;
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
    -webkit-transform: translate(-50%, -150%) rotate(180deg);
    transform: translate(-50%, -150%) rotate(180deg);
}
.comparison-tool > .toggle.-expanded .jicon {
    -webkit-transform: translate(-50%, -150%) rotate(0);
    transform: translate(-50%, -150%) rotate(0);
}
.comparison-tool > .container,
.comparison-tool > .tabs {
    position: relative;
    background-color: inherit;
}
.comparison-tool > .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    max-width: 770px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 auto;
}
.comparison-tool > .container {
    overflow: hidden;
    height: auto;
    border-top: 1px solid #e5e5e5;
    -webkit-transition: max-height 15s ease;
    transition: max-height 15s ease;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}
.comparison-tool > .container.-collapsed {
    max-height: 0;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.comparison-tool > .container.-expanded {
    max-height: 99999px;
}
.comparison-tool .tab-item {
    width: 3333.33333%;
    border: 1px solid #e5e5e5;
    border-width: 0 1px;
    margin: 0;
    background-color: #efefef;
}
.comparison-tool .tab-item a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 6px;
    color: #7a7a7a;
}
.comparison-tool .tab-item a:hover {
    background-color: #e5e5e5;
}
@media screen and (max-width: 37.4375em) {
    .comparison-tool .tab-item a {
        padding-bottom: 16px;
    }
}
.comparison-tool .tab-item .tab-item-text-selected-visible:hover {
    background-color: #fff;
}
.comparison-tool .tab-item .text {
    display: block;
    font-weight: 400;
}
.comparison-tool .tab-item .icon {
    display: inline-block;
}
.comparison-tool .tab-item .icon .compare-btn,
.comparison-tool .tab-item .icon > .jicon {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
@media screen and (min-width: 37.5em) {
    .comparison-tool .tab-item .icon {
        width: 15px;
        height: 15px;
    }
    .comparison-tool .tab-item .icon .compare-btn,
    .comparison-tool .tab-item .icon > .jicon {
        top: 3px;
        margin-right: 0;
    }
}
.comparison-tool .tab-item .jicon,
.comparison-tool .tab-item .text {
    pointer-events: none;
}
.comparison-tool .tab-item .square .jicon {
    margin: 0 !important;
}
@media screen and (max-width: 22.4375em) {
    .comparison-tool .tab-item a {
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .comparison-tool .tab-item .icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .comparison-tool .tab-item .jicon {
        margin-right: 0.5em !important;
    }
    .comparison-tool .tab-item .text > .counter {
        display: none;
    }
}
@media screen and (min-width: 22.5em) {
    .comparison-tool .tab-item .icon > .counter {
        display: none;
    }
}
@media screen and (min-width: 37.5em) {
    .comparison-tool .tab-item a {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .comparison-tool .tab-item .text {
        display: inline-block;
        margin-left: 10px;
    }
}
.comparison-tool .tools {
    max-width: 1300px;
    padding: 20px 10px;
    margin: 0 auto;
    text-align: center;
}
.comparison-tool .tools .tool {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-height: 210px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.comparison-tool .tools .tool .comparison-buttons {
    zoom: 1;
    clear: both;
    display: block;
    text-align: left;
}
.comparison-tool .tools .tool .comparison-buttons::after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    content: " ";
}
.comparison-tool .tools .tool .comparison-buttons .compare-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-right: 0 !important;
}
@media screen and (min-width: 35.9375em) and (max-width: 37.4375em), (min-width: 49.6875em) and (max-width: 60.875em) {
    .comparison-tool .tools .tool .comparison-buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .comparison-tool .tools .tool .comparison-buttons .compare-btn.-compare {
        margin-right: 15px !important;
    }
    .comparison-tool .tools .tool .comparison-buttons .compare-btn.-save {
        margin-right: 5px !important;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
    }
}
.comparison-tool .tools .tool:not(.-compare) .comparison-buttons .compare-btn {
    margin-right: 15px;
    margin-bottom: 5px;
    margin-left: 0;
}
.comparison-tool .tools .tool:not(.-compare) .comparison-buttons .compare-btn > .jicon {
    margin-left: -3px;
}
.comparison-tool .tools .tool:not(.-compare) .comparison-buttons .compare-btn .square {
    margin-right: 10px;
    margin-left: 0;
}
.comparison-tool .tools .tool:not(.-compare) .comparison-buttons .compare-btn ~ .compare-btn {
    margin-right: 5px;
}
@media screen and (max-width: 37.4375em) {
    .comparison-tool .tools .tool .compare-btn > span:not(.square) {
        font-size: 0.875rem;
    }
}
@media screen and (min-width: 37.5em) {
    .comparison-tool .tools .tool {
        min-height: 150px;
    }
    .comparison-tool .tools .tool:not(.-recent) .comparison-buttons {
        float: left;
        width: 100%;
    }
}
@media screen and (min-width: 46.875em) {
    .comparison-tool .tools .tool {
        min-height: 170px;
    }
}
@media screen and (min-width: 60.9375em) {
    .comparison-tool .tools .tool {
        min-height: 120px;
    }
}
@media screen and (min-width: 60.9375em) {
    .comparison-tool .tools {
        padding-right: 30px;
        padding-left: 30px;
    }
    .comparison-tool .tools .tool {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}
@media screen and (min-width: 68.75em) {
    .comparison-tool .tools .tool {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}
.comparison-tool .tab-item-selected {
    background-color: inherit;
    box-shadow: 0 5px 0 #fff;
}
.comparison-tool .tab-item-selected svg {
    fill: #000000;
}
.comparison-tool .tab-item-selected .counter,
.comparison-tool .tab-item-selected .text {
    color: #000000;
    font-weight: 700;
}
.comparison-tool .lawyers-in-row.-empty {
    width: 0;
}
.comparison-tool .lawyers-in-row.-empty ~ .no-items {
    display: block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 49px;
    text-align: center;
}
@media screen and (min-width: 60.9375em) {
    .comparison-tool .lawyers-in-row.-empty ~ .no-items {
        margin-top: 43px;
        margin-bottom: 43px;
    }
}
.comparison-tool .lawyers-in-row.-empty ~ .button-container {
    display: none;
}
.comparison-tool .lawyers-in-row:not(.-empty) ~ .no-items {
    display: none;
}
.comparison-tool .lawyers-in-row:not(.-empty) ~ .button-container {
    display: block;
    margin-top: 10px;
}
.-widget-lawyer:nth-child(odd) {
    background-color: #f4f4f4;
}
.-widget-lawyer.-widget-listing {
    padding-top: 10px;
    padding-bottom: 10px;
}
.-widget-lawyer .-widget-avatar-wrap {
    position: relative;
    float: left;
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    box-shadow: 0 0 0 1px #efefef;
}
.-widget-lawyer .-widget-avatar-img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #dbdbdb;
}
.-widget-lawyer .-widget-info {
    position: relative;
    float: left;
    width: calc(100% - 70px);
    margin-left: 10px;
}
@media screen and (min-width: 30em) {
    .-widget-lawyer.-large .-widget-avatar-wrap {
        width: 80px;
        height: 80px;
    }
    .-widget-lawyer.-large .-widget-info {
        width: calc(100% - 90px);
    }
}
.-widget-leaderboard > [class*="heading"] {
    margin-bottom: 2px;
}
.-widget-leaderboard > .subtitle {
    line-height: 1.4;
}
.-widget-leaderboard .-widget-lawyer {
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.-widget-leaderboard .-widget-lawyer:hover {
    background-color: #f4f4f4;
}
.-widget-leaderboard .-widget-lawyer .-name {
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
}
.-widget-leaderboard .-widget-lawyer .-name a {
    text-decoration: none;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.-widget-leaderboard .-widget-lawyer .-widget-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.-widget-leaderboard .-widget-lawyer .-profile-link {
    margin-bottom: -8px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    text-decoration: none;
}
.-widget-leaderboard .-widget-lawyer .-profile-link .jicon {
    margin-right: 0.2em;
    margin-bottom: 0.2em;
}
.-widget-leaderboard .-widget-lawyer .-widget-points {
    float: right;
    width: 40%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    text-align: center;
}
.-widget-leaderboard .-widget-lawyer .-widget-points a {
    text-decoration: none;
}
.-widget-leaderboard .-widget-lawyer .-widget-points .-count {
    display: block;
    padding-top: 0.3em;
    border-left: 1px solid #dbdbdb;
    font-weight: 700;
    line-height: 1;
    font-size: 1.25rem;
}
@media screen and (min-width: 30em) {
    .-widget-leaderboard .-widget-lawyer .-widget-points .-count {
        font-size: 1.5625rem;
    }
}
@media screen and (min-width: 50.3125em) {
    .-widget-leaderboard .-widget-lawyer .-widget-points .-count {
        font-size: 1.75rem;
    }
}
.-widget-leaderboard .-widget-lawyer .-widget-points .-label {
    display: block;
    border-left: 1px solid #dbdbdb;
}
.-widget-leaderboard .-widget-lawyer .-widget-points:hover {
    cursor: pointer;
}
.-widget-leaderboard .leaderboard-view-more {
    margin: 1.2em 0 1em;
}
.-widget-leaderboard .get-points {
    clear: both;
    display: block;
    background-color: #0a56c6;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.-widget-leaderboard .get-points:hover {
    background-color: #084aab;
}
.-widget-leaderboard .get-points [class*="heading"] {
    position: relative;
    padding-bottom: 0.3em;
    color: currentColor;
    font-weight: 400;
}
.-widget-leaderboard .get-points [class*="heading"]::after {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #fff;
    content: "";
}
.-widget-leaderboard .get-points [class*="heading"] span {
    font-weight: 700;
}
.-widget-leaderboard .get-points .-desc {
    display: block;
    opacity: 0.7;
    margin-top: 0.8em;
    line-height: 1.2;
}
.-widget-verdict .-widget-avatar-wrap {
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}
.-widget-verdict .-widget-avatar-wrap.-with-one,
.-widget-verdict .-widget-avatar-wrap.-with-two {
    float: right;
    margin-left: 10px;
}
.-widget-verdict .-widget-avatar-wrap :nth-child(n + 2) {
    margin-left: 5px;
}
.-widget-verdict .-widget-avatar-img {
    width: 70px;
}
@media screen and (min-width: 50.3125em) {
    .centered-columns {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .centered-columns .col {
        margin: 20px;
    }
}
@media screen and (max-width: 50.25em) {
    .centered-columns {
        margin-top: 20px;
    }
    .centered-columns .col + .col {
        margin-top: 20px;
    }
}
.-side-button input:first-child {
    float: left;
    width: calc(100% - 94px);
    margin-right: 4px;
}
.-side-button input[type="submit"] {
    width: 90px;
    height: 39px;
}
.ask-a-question {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 5px 0;
    border: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    background: url(../images/background/question-box.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
.ask-a-question .question-type-title {
    margin: 0.5em 0 0.3em;
    color: currentColor;
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
}
.ask-a-question form {
    overflow: hidden;
    width: calc(100% - 10px);
    max-width: 766px;
    border: 1px solid #dbdbdb;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.35);
}
.ask-a-question textarea {
    height: 9em;
    padding: 1em 20px;
    font-size: 0.875rem;
}
.ask-a-question .question-details {
    display: block;
    padding: 0.5em 0;
    margin-top: 10px;
    color: currentColor;
}
.ask-a-question .button {
    display: block;
    width: 100%;
    margin-top: 10px;
}
@media screen and (min-width: 30em) {
    .ask-a-question {
        padding: 20px 0;
    }
    .ask-a-question form {
        width: calc(100% - 40px);
    }
}
@media screen and (min-width: 37.5em) {
    .ask-a-question {
        min-height: 340px;
        padding: 0;
    }
    .ask-a-question .question-details {
        float: left;
        padding: 0;
        font-size: 0.875rem;
    }
    .ask-a-question form {
        background-color: rgba(0, 0, 0, 0.2);
    }
    .ask-a-question textarea {
        height: 8em;
    }
    .ask-a-question .button {
        float: right;
        width: auto;
    }
}
.content-image .title {
    margin-bottom: 1.35em;
}
.content-image .title.-large {
    font-size: 1.875rem;
    font-size: calc(30px + 22 * ((100vw - 320px) / 980));
}
@media screen and (min-width: 81.25em) {
    .content-image .title.-large {
        font-size: 3.25rem;
    }
}
.content-image .title.-x-large {
    font-size: 2.1875rem;
    font-size: calc(35px + 25 * ((100vw - 320px) / 980));
}
@media screen and (min-width: 81.25em) {
    .content-image .title.-x-large {
        font-size: 3.75rem;
    }
}
.content-image .button {
    font-size: 1rem;
    min-width: 210px;
    padding: 0.83333em 20px;
    margin: 10px 20px 10px 0;
}
@media screen and (min-width: 37.5em) {
    .content-image .button {
        font-size: 1.125rem;
    }
}
.content-image img {
    height: auto;
    margin: 0 auto;
}
@media screen and (max-width: 46.8125em) {
    .content-image img {
        width: 300px;
        max-width: 60%;
    }
}
@media screen and (min-width: 46.875em) {
    .content-image {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        min-height: 480px;
        padding-bottom: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .content-image.-tall {
        min-height: 500px;
    }
    .content-image.-short {
        min-height: 400px;
    }
    .content-image.-x-short {
        min-height: 300px;
    }
    .content-image > .image {
        position: absolute;
        top: calc(50% + 25px);
        right: -30px;
        width: calc(50% - 1.92308% + 25px);
        margin: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .content-image > .image.-contained {
        top: 50%;
        right: 30px;
        width: calc(50% - 1.92308% - 30px);
    }
    .content-image > .image.-narrow {
        width: calc(45% - 1.92308% - 30px);
    }
    .content-image > .image.-align-bottom {
        top: auto;
        right: 0;
        bottom: 0;
        max-height: calc(100% - 45px);
        -webkit-transform: none;
        transform: none;
    }
    .content-image > .title {
        margin-top: 1.45em;
        margin-bottom: 0 !important;
    }
    .content-image > .content {
        padding-right: 5.76923%;
    }
    .content-image > .content,
    .content-image > .title {
        float: left;
        clear: left;
    }
    .content-image > .content,
    .content-image > .title {
        width: calc(50% - 1.92308%);
    }
    .content-image > .content.-wide,
    .content-image > .title.-wide {
        width: calc(55% - 1.92308%);
    }
    .content-image .button {
        padding-right: 40px;
        padding-left: 40px;
    }
}
.leads-placeholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.leads-placeholder > div {
    margin: 0 auto;
}
.leads-placeholder.leads-audit {
    height: 366px;
}
.leads-placeholder.leads-stats {
    height: 465px;
}
.leads-placeholder.leads-premium {
    height: 334px;
}
.leads-block {
    width: 100%;
}
.leads-block a {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.leads-block a > span {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    color: currentColor;
    clip: rect(0, 0, 0, 0);
}
.leads-block.-v4 {
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: 100% 300px;
}
.leads-block.-v4 a {
    padding-top: 465px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 410px auto;
    color: #fff;
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v4 {
        background-size: 100% 300px;
    }
    .leads-block.-v4 a {
        padding-top: 228px;
        background-size: auto 228px;
    }
}
.leads-block.-v4.-type1 a {
    background-image: url(../images/leads/stats-01a.png);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v4.-type1 a {
        background-image: url(../images/leads/stats-tablet-01a.png);
    }
}
.leads-block.-v4.-type2 a {
    background-image: url(../images/leads/stats-tablet-01a.png);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v4.-type2 a {
        background-image: url(../images/leads/stats-tablet-01a.png);
    }
}
.leads-block.-v5 {
    background-color: #00b3e3;
    background-repeat: no-repeat;
    background-size: 100%;
}
.leads-block.-v5 a {
    padding-top: 376px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 290px auto;
    color: #000;
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v5 {
        background-size: 100%;
    }
    .leads-block.-v5 a {
        padding-top: 228px;
        background-size: auto 228px;
        padding-top: 142px;
        background-size: 744px auto;
        background-position: right;
    }
}
.leads-block.-v5.-type1 a {
    background-image: url(../images/leads/premium-01a.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v5.-type1 a {
        background-image: url(../images/leads/premium-tablet-01a.svg);
    }
}
.leads-block.-v5.-type2 a {
    background-image: url(../images/leads/premium-tablet-01a.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v5.-type2 a {
        background-image: url(../images/leads/premium-tablet-01a.svg);
    }
}
.leads-block.-v6 {
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: 100% 180.5px;
    background-image: -webkit-linear-gradient(#00b3e3, #00b3e3);
    background-image: linear-gradient(#00b3e3, #00b3e3);
}
.leads-block.-v6 a {
    padding-top: 366px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 333px auto;
    color: #fff;
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v6 {
        background-size: 100% 165px;
    }
    .leads-block.-v6 a {
        padding-top: 228px;
        background-size: auto 228px;
    }
}
.leads-block.-v6.-type1 a {
    background-image: url(../images/leads/seo-report-06a.png);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v6.-type1 a {
        background-image: url(../images/leads/seo-report-tablet-06a.png);
    }
}
.leads-block.-v6.-type2 a {
    background-image: url(../images/leads/seo-report-06b.png);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v6.-type2 a {
        background-image: url(../images/leads/seo-report-tablet-06b.png);
    }
}
.leads-block.-v6.-type3 a {
    background-image: url(../images/leads/seo-report-06c.png);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v6.-type3 a {
        background-image: url(../images/leads/seo-report-tablet-06c.png);
    }
}
.leads-block.-v6.-type4 a {
    background-image: url(../images/leads/seo-report-06d.png);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v6.-type4 a {
        background-image: url(../images/leads/seo-report-tablet-06d.png);
    }
}
.leads-block.-v7 {
    background-color: #b31b1b;
    background-repeat: no-repeat;
    background-size: 100%;
}
.leads-block.-v7 a {
    padding-top: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px auto;
    color: #fff;
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v7 {
        background-size: 100%;
    }
    .leads-block.-v7 a {
        padding-top: 228px;
        background-size: auto 228px;
    }
}
.leads-block.-v7.-type1 a {
    background-image: url(../images/leads/cornell-01a.jpg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v7.-type1 a {
        background-image: url(../images/leads/cornell-tablet-01a.jpg);
    }
}
.leads-block.-v7.-type2 a {
    background-image: url(../images/leads/cornell-01b.jpg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v7.-type2 a {
        background-image: url(../images/leads/cornell-tablet-01b.jpg);
    }
}
.leads-block.-v8 {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
}
.leads-block.-v8 a {
    padding-top: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px auto;
    color: #000;
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v8 {
        background-size: 100%;
    }
    .leads-block.-v8 a {
        padding-top: 228px;
        background-size: auto 228px;
        padding-top: 210px;
        background-size: 960px auto;
        background-position: center right -2px;
    }
}
.leads-block.-v8.-type1 a {
    background-image: url(../images/leads/premium-02a.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v8.-type1 a {
        background-image: url(../images/leads/premium-tablet-02a.svg);
    }
}
.leads-block.-v8.-type2 a {
    background-image: url(../images/leads/premium-02b.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v8.-type2 a {
        background-image: url(../images/leads/premium-tablet-02b.svg);
    }
}
.leads-block.-v8.-type3 a {
    background-image: url(../images/leads/premium-02c.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v8.-type3 a {
        background-image: url(../images/leads/premium-tablet-02c.svg);
    }
}
.leads-block.-v8.-type4 a {
    background-image: url(../images/leads/premium-02d.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v8.-type4 a {
        background-image: url(../images/leads/premium-tablet-02d.svg);
    }
}
.leads-block.-v9 {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
}
.leads-block.-v9 a {
    padding-top: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px auto;
    color: #000;
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v9 {
        background-size: 100%;
    }
    .leads-block.-v9 a {
        padding-top: 228px;
        background-size: auto 228px;
        padding-top: 210px;
        background-size: 960px auto;
        background-position: center right -2px;
    }
}
.leads-block.-v9.-type1 a {
    background-image: url(../images/leads/websites-01a.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v9.-type1 a {
        background-image: url(../images/leads/websites-tablet-01a.svg);
    }
}
.leads-block.-v9.-type2 a {
    background-image: url(../images/leads/websites-01b.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v9.-type2 a {
        background-image: url(../images/leads/websites-tablet-01b.svg);
    }
}
.leads-block.-v9.-type3 a {
    background-image: url(../images/leads/websites-01c.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v9.-type3 a {
        background-image: url(../images/leads/websites-tablet-01c.svg);
    }
}
.leads-block.-v9.-type4 a {
    background-image: url(../images/leads/websites-01d.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v9.-type4 a {
        background-image: url(../images/leads/websites-tablet-01d.svg);
    }
}
.leads-block.-v10 {
    background-color: #ceeffd;
    background-repeat: no-repeat;
    background-size: 100%;
}
.leads-block.-v10 a {
    padding-top: 267px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px auto;
    color: #000;
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v10 {
        background-size: 100%;
    }
    .leads-block.-v10 a {
        padding-top: 228px;
        background-size: auto 228px;
        padding-top: 267px;
        background-size: 960px auto;
    }
}
.leads-block.-v10.-type1 a {
    background-image: url(../images/leads/jobs-01a.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v10.-type1 a {
        background-image: url(../images/leads/jobs-tablet-01a.svg);
    }
}
.leads-block.-v10.-type2 a {
    background-image: url(../images/leads/jobs-tablet-01a.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v10.-type2 a {
        background-image: url(../images/leads/jobs-tablet-01a.svg);
    }
}
.leads-block.-v11 {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
}
.leads-block.-v11 a {
    padding-top: 267px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px auto;
    color: #000;
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v11 {
        background-size: 100%;
    }
    .leads-block.-v11 a {
        padding-top: 228px;
        background-size: auto 228px;
        padding-top: 267px;
        background-size: 960px auto;
    }
}
.leads-block.-v11.-type1 a {
    background-image: url(../images/leads/ppc-01a.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v11.-type1 a {
        background-image: url(../images/leads/ppc-tablet-01a.svg);
    }
}
.leads-block.-v11.-type2 a {
    background-image: url(../images/leads/ppc-01b.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v11.-type2 a {
        background-image: url(../images/leads/ppc-tablet-01b.svg);
    }
}
.leads-block.-v12 {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
}
.leads-block.-v12 a {
    padding-top: 267px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px auto;
    color: #000;
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v12 {
        background-size: 100%;
    }
    .leads-block.-v12 a {
        padding-top: 228px;
        background-size: auto 228px;
        padding-top: 267px;
        background-size: 960px auto;
    }
}
.leads-block.-v12.-type1 a {
    background-image: url(../images/leads/lsa-01a.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v12.-type1 a {
        background-image: url(../images/leads/lsa-tablet-01a.svg);
    }
}
.leads-block.-v12.-type2 a {
    background-image: url(../images/leads/lsa-01b.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v12.-type2 a {
        background-image: url(../images/leads/lsa-tablet-01b.svg);
    }
}
.leads-block.-v12.-type3 a {
    background-image: url(../images/leads/lsa-01c.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v12.-type3 a {
        background-image: url(../images/leads/lsa-tablet-01c.svg);
    }
}
.leads-block.-v12.-type4 a {
    background-image: url(../images/leads/lsa-01d.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v12.-type4 a {
        background-image: url(../images/leads/lsa-tablet-01d.svg);
    }
}
.leads-block.-v13 {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
}
.leads-block.-v13 a {
    padding-top: 322px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px auto;
    color: #000;
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v13 {
        background-size: 100%;
    }
    .leads-block.-v13 a {
        padding-top: 228px;
        background-size: auto 228px;
        padding-top: 322px;
        background-size: 960px auto;
    }
}
.leads-block.-v13.-type1 a {
    background-image: url(../images/leads/free-profile-01a.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v13.-type1 a {
        background-image: url(../images/leads/free-profile-tablet-01a.svg);
    }
}
.leads-block.-v13.-type2 a {
    background-image: url(../images/leads/free-profile-01b.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v13.-type2 a {
        background-image: url(../images/leads/free-profile-tablet-01b.svg);
    }
}
.leads-block.-v13.-type3 a {
    background-image: url(../images/leads/free-profile-01c.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v13.-type3 a {
        background-image: url(../images/leads/free-profile-tablet-01c.svg);
    }
}
.leads-block.-v13.-type4 a {
    background-image: url(../images/leads/free-profile-01d.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v13.-type4 a {
        background-image: url(../images/leads/free-profile-tablet-01d.svg);
    }
}
.leads-block.-v14 {
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: 100%;
}
.leads-block.-v14 a {
    padding-top: 269px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 600px auto;
    color: #fff;
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v14 {
        background-size: 100%;
    }
    .leads-block.-v14 a {
        padding-top: 228px;
        background-size: auto 228px;
        padding-top: 269px;
        background-size: 960px auto;
    }
}
.leads-block.-v14.-type1 a {
    background-image: url(../images/leads/voter-guide-01a.png);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v14.-type1 a {
        background-image: url(../images/leads/voter-guide-tablet-01a.png);
    }
}
.leads-block.-premium-v1 {
    background-color: #00b3e3;
}
.leads-block.-premium-v1 a {
    padding-top: 102px;
    background: url(../images/leads/premium-01a-compact.svg) no-repeat center;
    background-size: 321px auto;
    color: #000;
}
@media screen and (min-width: 46.875em) {
    .leads-block.-premium-v1 a {
        padding-top: 142px;
        background-image: url(../images/leads/premium-tablet-01a.svg);
        background-position: center;
        background-size: 744px auto;
    }
}
@media screen and (min-width: 81.25em) {
    .leads-block.-premium-v1 a {
        padding-top: 106px;
        background-image: url(../images/leads/premium-desktop-01a.svg);
        background-position: center;
        background-size: 1190px auto;
    }
}
.leads-block.-premium-v2.-type1 {
    background-color: #00b3e3;
}
.leads-block.-premium-v2.-type1 a {
    padding-top: 300px;
    background: url(../images/leads/premium-02a.svg) no-repeat center;
    background-size: 600px auto;
    color: #000;
}
@media screen and (min-width: 37.5em) {
    .leads-block.-premium-v2.-type1 a {
        padding-top: 160px;
        background-image: url(../images/leads/premium-tablet-02a.svg);
        background-position: center right;
        background-size: 840px auto;
    }
}
@media screen and (min-width: 68.75em) {
    .leads-block.-premium-v2.-type1 a {
        padding-top: 160px;
        background-image: url(../images/leads/premium-tablet-02a.svg);
        background-position: center center;
        background-size: 840px auto;
    }
}
.leads-block.-premium-v2.-type2 {
    background-color: #fff;
}
.leads-block.-premium-v2.-type2 a {
    padding-top: 300px;
    background: url(../images/leads/premium-02b.svg) no-repeat center;
    background-size: 600px auto;
    color: #000;
}
@media screen and (min-width: 37.5em) {
    .leads-block.-premium-v2.-type2 a {
        padding-top: 160px;
        background-image: url(../images/leads/premium-tablet-02b.svg);
        background-position: center right;
        background-size: 840px auto;
    }
}
@media screen and (min-width: 68.75em) {
    .leads-block.-premium-v2.-type2 a {
        padding-top: 160px;
        background-image: url(../images/leads/premium-tablet-02b.svg);
        background-position: center center;
        background-size: 840px auto;
    }
}
.leads-block.-premium-v2.-type3 {
    background-color: #00b3e3;
}
.leads-block.-premium-v2.-type3 a {
    padding-top: 300px;
    background: url(../images/leads/premium-02c.svg) no-repeat center;
    background-size: 600px auto;
    color: #000;
}
@media screen and (min-width: 37.5em) {
    .leads-block.-premium-v2.-type3 a {
        padding-top: 160px;
        background-image: url(../images/leads/premium-tablet-02c.svg);
        background-position: center right;
        background-size: 840px auto;
    }
}
@media screen and (min-width: 68.75em) {
    .leads-block.-premium-v2.-type3 a {
        padding-top: 160px;
        background-image: url(../images/leads/premium-tablet-02c.svg);
        background-position: center center;
        background-size: 840px auto;
    }
}
.leads-block.-premium-v2.-type4 {
    background-color: #fff;
}
.leads-block.-premium-v2.-type4 a {
    padding-top: 300px;
    background: url(../images/leads/premium-02d.svg) no-repeat center;
    background-size: 600px auto;
    color: #000;
}
@media screen and (min-width: 37.5em) {
    .leads-block.-premium-v2.-type4 a {
        padding-top: 160px;
        background-image: url(../images/leads/premium-tablet-02d.svg);
        background-position: center right;
        background-size: 840px auto;
    }
}
@media screen and (min-width: 68.75em) {
    .leads-block.-premium-v2.-type4 a {
        padding-top: 160px;
        background-image: url(../images/leads/premium-tablet-02d.svg);
        background-position: center center;
        background-size: 840px auto;
    }
}
.leads-block.-premium-v2.-type5 {
    background-color: #2297d5;
}
.leads-block.-premium-v2.-type5 a {
    padding-top: 160px;
    background: url(../images/leads/premium-02e.svg) no-repeat center;
    background-size: 600px auto;
    color: #000;
}
@media screen and (min-width: 37.5em) {
    .leads-block.-premium-v2.-type5 a {
        padding-top: 160px;
        background-image: url(../images/leads/premium-tablet-02e.svg);
        background-position: center;
        background-size: 950px auto;
    }
}
@media screen and (min-width: 60.9375em) {
    .leads-block.-premium-v2.-type5 a {
        padding-top: 160px;
        background-image: url(../images/leads/premium-desktop-02e.svg);
        background-position: left center;
        background-size: 1238px auto;
    }
}
.leads-block.-premium-v2.-type6 {
    background-color: #00a49b;
}
.leads-block.-premium-v2.-type6 a {
    padding-top: 160px;
    background: url(../images/leads/premium-02f.svg) no-repeat center;
    background-size: 600px auto;
    color: #000;
}
@media screen and (min-width: 37.5em) {
    .leads-block.-premium-v2.-type6 a {
        padding-top: 160px;
        background-image: url(../images/leads/premium-tablet-02f.svg);
        background-position: center;
        background-size: 950px auto;
    }
}
@media screen and (min-width: 60.9375em) {
    .leads-block.-premium-v2.-type6 a {
        padding-top: 160px;
        background-image: url(../images/leads/premium-desktop-02f.svg);
        background-position: left center;
        background-size: 1238px auto;
    }
}
.leads-block.-premium-v2.-type7 {
    background-color: #cde2e8;
}
.leads-block.-premium-v2.-type7 a {
    padding-top: 160px;
    background: url(../images/leads/premium-02g.svg) no-repeat center;
    background-size: 600px auto;
    color: #000;
}
@media screen and (min-width: 37.5em) {
    .leads-block.-premium-v2.-type7 a {
        padding-top: 160px;
        background-image: url(../images/leads/premium-tablet-02g.svg);
        background-position: center;
        background-size: 950px auto;
    }
}
@media screen and (min-width: 60.9375em) {
    .leads-block.-premium-v2.-type7 a {
        padding-top: 160px;
        background-image: url(../images/leads/premium-desktop-02g.svg);
        background-position: left center;
        background-size: 1238px auto;
    }
}
.leads-block.-premium-v2.-type8 {
    background-color: #0069de;
}
.leads-block.-premium-v2.-type8 a {
    padding-top: 160px;
    background: url(../images/leads/premium-mobile-02h.svg) no-repeat center;
    background-size: 750px auto;
    color: #fff;
}
@media screen and (min-width: 46.875em) {
    .leads-block.-premium-v2.-type8 a {
        padding-top: 160px;
        background-image: url(../images/leads/premium-tablet-02h.svg);
        background-position: center;
        background-size: 1000px auto;
    }
}
@media screen and (min-width: 68.75em) {
    .leads-block.-premium-v2.-type8 a {
        padding-top: 160px;
        background-image: url(../images/leads/premium-desktop-02h.svg);
        background-position: center;
        background-size: 1300px auto;
    }
}
.leads-block.-premium-v2.-type9 {
    background-color: #b70100;
}
.leads-block.-premium-v2.-type9 a {
    padding-top: 160px;
    background: url(../images/leads/premium-mobile-02i.svg) no-repeat center;
    background-size: 750px auto;
    color: #fff;
}
@media screen and (min-width: 46.875em) {
    .leads-block.-premium-v2.-type9 a {
        padding-top: 160px;
        background-image: url(../images/leads/premium-tablet-02i.svg);
        background-position: center;
        background-size: 1000px auto;
    }
}
@media screen and (min-width: 68.75em) {
    .leads-block.-premium-v2.-type9 a {
        padding-top: 160px;
        background-image: url(../images/leads/premium-desktop-02i.svg);
        background-position: center;
        background-size: 1300px auto;
    }
}
.leads-block.-premium-v2.-type10 {
    background-color: #54d000;
}
.leads-block.-premium-v2.-type10 a {
    padding-top: 160px;
    background: url(../images/leads/premium-mobile-02j.svg) no-repeat center;
    background-size: 750px auto;
    color: #000;
}
@media screen and (min-width: 46.875em) {
    .leads-block.-premium-v2.-type10 a {
        padding-top: 160px;
        background-image: url(../images/leads/premium-tablet-02j.svg);
        background-position: center;
        background-size: 1000px auto;
    }
}
@media screen and (min-width: 68.75em) {
    .leads-block.-premium-v2.-type10 a {
        padding-top: 160px;
        background-image: url(../images/leads/premium-desktop-02j.svg);
        background-position: center;
        background-size: 1300px auto;
    }
}
.leads-block.-platinum-v1.-type1 {
    background-color: #fff;
}
.leads-block.-platinum-v1.-type1 a {
    padding-top: 160px;
    background: url(../images/leads/platinum-01a.svg) no-repeat center;
    background-size: 320px auto;
    color: #000;
}
@media screen and (min-width: 46.875em) {
    .leads-block.-platinum-v1.-type1.-m a {
        padding-top: 160px;
        background-image: url(../images/leads/platinum-tablet-01a.svg);
        background-position: center;
        background-size: 720px auto;
    }
}
@media screen and (min-width: 78.75em) {
    .leads-block.-platinum-v1.-type1.-l a {
        padding-top: 160px;
        background-image: url(../images/leads/platinum-desktop-01a.svg);
        background-position: left center;
        background-size: 1300px auto;
    }
}
.leads-block.-platinum-v1.-type2 {
    background-color: #fff;
}
.leads-block.-platinum-v1.-type2 a {
    padding-top: 160px;
    background: url(../images/leads/platinum-01b.svg) no-repeat center;
    background-size: 320px auto;
    color: #000;
}
@media screen and (min-width: 46.875em) {
    .leads-block.-platinum-v1.-type2.-m a {
        padding-top: 160px;
        background-image: url(../images/leads/platinum-tablet-01b.svg);
        background-position: center;
        background-size: 720px auto;
    }
}
@media screen and (min-width: 78.75em) {
    .leads-block.-platinum-v1.-type2.-l a {
        padding-top: 160px;
        background-image: url(../images/leads/platinum-desktop-01b.svg);
        background-position: left center;
        background-size: 1300px auto;
    }
}
.leads-block.-platinum-v1.-type3 {
    background-color: #fff;
}
.leads-block.-platinum-v1.-type3 a {
    padding-top: 160px;
    background: url(../images/leads/platinum-01c.svg) no-repeat center;
    background-size: 320px auto;
    color: #000;
}
@media screen and (min-width: 46.875em) {
    .leads-block.-platinum-v1.-type3.-m a {
        padding-top: 160px;
        background-image: url(../images/leads/platinum-tablet-01c.svg);
        background-position: center;
        background-size: 720px auto;
    }
}
@media screen and (min-width: 78.75em) {
    .leads-block.-platinum-v1.-type3.-l a {
        padding-top: 160px;
        background-image: url(../images/leads/platinum-desktop-01c.svg);
        background-position: left center;
        background-size: 1300px auto;
    }
}
.leads-block.-platinum-v1.-type4 {
    background-color: #e8f7fc;
}
.leads-block.-platinum-v1.-type4 a {
    padding-top: 160px;
    background: url(../images/leads/platinum-01d.svg) no-repeat center;
    background-size: 320px auto;
    color: #000;
}
@media screen and (min-width: 46.875em) {
    .leads-block.-platinum-v1.-type4.-m a {
        padding-top: 160px;
        background-image: url(../images/leads/platinum-tablet-01d.svg);
        background-position: center;
        background-size: 720px auto;
    }
}
@media screen and (min-width: 78.75em) {
    .leads-block.-platinum-v1.-type4.-l a {
        padding-top: 160px;
        background-image: url(../images/leads/platinum-desktop-01d.svg);
        background-position: left center;
        background-size: 1238px auto;
    }
}
.leads-block.-platinum-v1.-type5 {
    background-color: #fff;
}
.leads-block.-platinum-v1.-type5 a {
    padding-top: 160px;
    background: url(../images/leads/platinum-01e.svg) no-repeat center;
    background-size: 320px auto;
    color: #000;
}
@media screen and (min-width: 46.875em) {
    .leads-block.-platinum-v1.-type5.-m a {
        padding-top: 160px;
        background-image: url(../images/leads/platinum-tablet-01e.svg);
        background-position: center;
        background-size: 720px auto;
    }
}
@media screen and (min-width: 78.75em) {
    .leads-block.-platinum-v1.-type5.-l a {
        padding-top: 160px;
        background-image: url(../images/leads/platinum-desktop-01e.svg);
        background-position: left center;
        background-size: 1238px auto;
    }
}
.leads-block.-platinum-v1.-type6 {
    background-color: #e8f7fc;
}
.leads-block.-platinum-v1.-type6 a {
    padding-top: 160px;
    background: url(../images/leads/platinum-01f.svg) no-repeat center;
    background-size: 320px auto;
    color: #000;
}
@media screen and (min-width: 46.875em) {
    .leads-block.-platinum-v1.-type6.-m a {
        padding-top: 160px;
        background-image: url(../images/leads/platinum-tablet-01f.svg);
        background-position: center;
        background-size: 720px auto;
    }
}
@media screen and (min-width: 78.75em) {
    .leads-block.-platinum-v1.-type6.-l a {
        padding-top: 160px;
        background-image: url(../images/leads/platinum-desktop-01f.svg);
        background-position: left center;
        background-size: 1238px auto;
    }
}
.leads-block.-websites-v1.-type1 {
    background-color: #00b3e3;
}
.leads-block.-websites-v1.-type1 a {
    padding-top: 300px;
    background: url(../images/leads/websites-01a.svg) no-repeat center;
    background-size: 600px auto;
    color: #000;
}
@media screen and (min-width: 37.5em) {
    .leads-block.-websites-v1.-type1 a {
        padding-top: 160px;
        background-image: url(../images/leads/websites-tablet-01a.svg);
        background-position: center right;
        background-size: 840px auto;
    }
}
@media screen and (min-width: 68.75em) {
    .leads-block.-websites-v1.-type1 a {
        padding-top: 160px;
        background-image: url(../images/leads/websites-tablet-01a.svg);
        background-position: center center;
        background-size: 840px auto;
    }
}
.leads-block.-websites-v1.-type2 {
    background-color: #fff;
}
.leads-block.-websites-v1.-type2 a {
    padding-top: 300px;
    background: url(../images/leads/websites-01b.svg) no-repeat center;
    background-size: 600px auto;
    color: #000;
}
@media screen and (min-width: 37.5em) {
    .leads-block.-websites-v1.-type2 a {
        padding-top: 160px;
        background-image: url(../images/leads/websites-tablet-01b.svg);
        background-position: center right;
        background-size: 840px auto;
    }
}
@media screen and (min-width: 68.75em) {
    .leads-block.-websites-v1.-type2 a {
        padding-top: 160px;
        background-image: url(../images/leads/websites-tablet-01b.svg);
        background-position: center center;
        background-size: 840px auto;
    }
}
.leads-block.-websites-v1.-type3 {
    background-color: #00b3e3;
}
.leads-block.-websites-v1.-type3 a {
    padding-top: 300px;
    background: url(../images/leads/websites-01c.svg) no-repeat center;
    background-size: 600px auto;
    color: #000;
}
@media screen and (min-width: 37.5em) {
    .leads-block.-websites-v1.-type3 a {
        padding-top: 160px;
        background-image: url(../images/leads/websites-tablet-01c.svg);
        background-position: center right;
        background-size: 840px auto;
    }
}
@media screen and (min-width: 68.75em) {
    .leads-block.-websites-v1.-type3 a {
        padding-top: 160px;
        background-image: url(../images/leads/websites-tablet-01c.svg);
        background-position: center center;
        background-size: 840px auto;
    }
}
.leads-block.-websites-v1.-type4 {
    background-color: #fff;
}
.leads-block.-websites-v1.-type4 a {
    padding-top: 300px;
    background: url(../images/leads/websites-01d.svg) no-repeat center;
    background-size: 600px auto;
    color: #000;
}
@media screen and (min-width: 37.5em) {
    .leads-block.-websites-v1.-type4 a {
        padding-top: 160px;
        background-image: url(../images/leads/websites-tablet-01d.svg);
        background-position: center right;
        background-size: 840px auto;
    }
}
@media screen and (min-width: 68.75em) {
    .leads-block.-websites-v1.-type4 a {
        padding-top: 160px;
        background-image: url(../images/leads/websites-tablet-01d.svg);
        background-position: center center;
        background-size: 840px auto;
    }
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
    .leads-block.-v7.-type2 a {
        background-size: 950px auto;
    }
}
.announce-banner .jicon {
    width: 80px;
    height: 80px;
}
.announce-banner .announce-icon {
    display: none;
}
.announce-banner .announce-text {
    font-size: 1.75rem;
    line-height: 1.1;
    margin-bottom: 0.5em;
}
@media screen and (min-width: 50.3125em) {
    .announce-banner .announce-text {
        font-size: 2.1875rem;
    }
}
@media screen and (min-width: 60.9375em) {
    .announce-banner .announce-text {
        font-size: 2.625rem;
    }
}
.announce-banner .announce-button {
    max-width: 350px;
}
@media screen and (min-width: 50.3125em) {
    .announce-banner .announce-inner-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .announce-banner .announce-icon {
        display: block;
    }
    .announce-banner .announce-text {
        padding: 5px 10px;
        margin: 0;
        -webkit-box-flex: 2;
        -webkit-flex: 2;
        flex: 2;
    }
    .announce-banner .announce-button {
        min-height: 68px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }
}
.premium-discount .jicon {
    width: 128px;
    height: 128px;
}
.premium-discount .announce-text {
    font-size: 1.5rem;
    line-height: 1.1;
}
@media screen and (min-width: 50.3125em) {
    .premium-discount .announce-text {
        font-size: 1.875rem;
    }
}
.premium-discount .announce-text .-emphasize {
    font-weight: 800;
    font-size: 0.93333em;
}
.premium-discount .announce-text p {
    font-size: 1rem;
}
.premium-discount .announce-text p,
.premium-discount .announce-text strong {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
}
.premium-discount .announce-button {
    max-width: 288px;
}
@media screen and (min-width: 50.3125em) {
    .premium-discount .announce-icon {
        -webkit-align-self: flex-end;
        align-self: flex-end;
    }
    .premium-discount .has-padding-full-25 {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.subscribe-opinions .jcard {
    padding: 15px;
    border-width: 0;
}
@media screen and (min-width: 50.3125em) {
    .subscribe-opinions .jcard {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.subscribe-opinions .jicon {
    width: 138px;
    height: 138px;
}
.subscribe-opinions .announce-inner-wrapper {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.subscribe-opinions .announce-text {
    font-size: 1.5rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 50.3125em) {
    .subscribe-opinions .announce-text {
        font-size: 1.25rem;
    }
}
@media screen and (min-width: 60.9375em) {
    .subscribe-opinions .announce-text {
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 50.3125em) {
    .subscribe-opinions .announce-text {
        padding-right: 30px;
        padding-left: 30px;
        margin: 0;
    }
}
@media screen and (min-width: 50.3125em) {
    .subscribe-opinions .jform-simple {
        width: 45%;
        margin: 0;
    }
}
.announce-banner.-special a,
.announce-banner.memorial-day a {
    display: block;
    width: 100%;
    padding-bottom: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 160px;
}
.announce-banner.memorial-day a {
    background-color: #b2e8f7;
    background-image: url(../images/announces/memorial-day-mobile.svg);
}
@media screen and (min-width: 37.5em) {
    .announce-banner.memorial-day a {
        background-image: url(../images/announces/memorial-day-tablet.svg);
    }
}
@media screen and (min-width: 68.75em) {
    .announce-banner.memorial-day a {
        background-image: url(../images/announces/memorial-day-desktop.svg);
        background-position: left center;
    }
}
.announce-banner.video-chat a {
    background-color: #edf2f7;
    background-image: url(../images/announces/video-chat-mobile.svg);
}
@media screen and (min-width: 37.5em) {
    .announce-banner.video-chat a {
        background-image: url(../images/announces/video-chat-tablet.svg);
    }
}
@media screen and (min-width: 68.75em) {
    .announce-banner.video-chat a {
        background-image: url(../images/announces/video-chat-desktop.svg);
        background-position: left center;
    }
}
.announce-banner.business-hours a {
    background-color: #defaff;
    background-image: url(../images/announces/business-hours-mobile.svg);
}
@media screen and (min-width: 37.5em) {
    .announce-banner.business-hours a {
        background-image: url(../images/announces/business-hours-tablet.svg);
    }
}
@media screen and (min-width: 68.75em) {
    .announce-banner.business-hours a {
        background-image: url(../images/announces/business-hours-desktop.svg);
        background-position: left center;
    }
}
.announce-banner.related-pas a {
    background-color: #0731d8;
    background-image: url(../images/announces/related-pas-mobile.svg);
}
@media screen and (min-width: 37.5em) {
    .announce-banner.related-pas a {
        background-image: url(../images/announces/related-pas-tablet.svg);
    }
}
@media screen and (min-width: 68.75em) {
    .announce-banner.related-pas a {
        background-image: url(../images/announces/related-pas-desktop.svg);
        background-position: left center;
    }
}
.entry-title {
    margin-bottom: 0.1875rem;
}
.entry .read_more_link {
    margin: 1em 0;
}
.entry .featured-image {
    margin-top: 0.5em;
}
.entry .featured-image.-cover {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 36.66667%;
    margin-top: 0.7em;
}
.entry .featured-image.-cover img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.entry-content img {
    width: auto;
    max-width: 50%;
    height: auto;
    padding: 4px;
    border: 1px solid #dbdbdb;
    background-color: #efefef;
}
.entry-content img.alignright {
    float: right;
    margin: 0 0 0.5em 1em;
}
.entry-content img.alignleft {
    float: left;
    margin: 0 1em 0.5em 0;
}
.entry-content img.aligncenter {
    display: block;
    margin: 0 auto 0.5em;
}
.entry-content .wp-caption {
    width: auto !important;
    max-width: 50%;
    padding: 4px;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    background-color: #efefef;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
}
.entry-content .wp-caption p {
    margin: -0.3em 0 0;
    font-size: 0.75em;
    line-height: normal;
}
.entry-content .wp-caption img {
    width: 100%;
    max-width: none;
    padding: 0;
    border: 0;
    margin: 0;
}
.entry-content .wp-caption.alignright {
    float: right;
    margin: 0 0 0.5em 1em;
}
.entry-content .wp-caption.alignleft {
    float: left;
    margin: 0 1em 0.5em 0;
}
.entry-content .wp-caption.aligncenter {
    margin: 0 auto 0.5em;
}
.author-links {
    overflow: hidden;
    padding: 0;
    list-style: none;
}
.author-links li {
    float: left;
    padding: 0;
    margin: 0 0.5em;
}
.author-links li:first-child {
    margin-left: 0;
}
.author-links a {
    display: block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    text-indent: -101%;
}
.author-links a .icon {
    display: block;
    width: 100%;
    height: 100%;
}
.author-links .facebook {
    padding: 2px;
}
@media screen and (min-width: 60.9375em) {
    .author-links {
        zoom: 1;
        padding: 0;
        list-style: none;
    }
    .author-links::after {
        clear: both;
        display: block;
        visibility: hidden;
        height: 0;
        font-size: 0;
        content: " ";
    }
    .author-links li {
        margin: 0 0.25em;
    }
    .author-links a {
        width: 25px;
        height: 25px;
    }
}
.premium-placement .featured-title {
    margin: 1em 0;
    line-height: 1.2;
}
.premium-placement .featured-banner {
    margin-bottom: 10px;
    background-image: url(../images/placements/placement-banner.jpg), -webkit-linear-gradient(#000000, #000000);
    background-image: url(../images/placements/placement-banner.jpg), linear-gradient(#000000, #000000);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.premium-placement .featured-thumbs .-thumb {
    display: block;
    padding: 10px;
    border: 1px solid #dbdbdb;
    margin: 0 0 10px;
    background-color: #fff;
    color: #000000;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.premium-placement .featured-thumbs .-thumb:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.premium-placement .featured-thumbs .-thumb-title {
    width: 100%;
    padding: 0.3em 0;
    line-height: 1.2;
}
.premium-placement .featured-thumbs .-thumb:hover {
    color: #ba0000;
}
.premium-placement .featured-thumbs img {
    display: none;
}
@media screen and (min-width: 37.5em) {
    .premium-placement .featured-title {
        font-size: 2rem;
    }
    .premium-placement .featured-thumbs {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .premium-placement .featured-thumbs .-thumb {
        float: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        width: 29.83871%;
        margin-right: 5.24194%;
        margin-bottom: 0;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}
@media screen and (min-width: 50.3125em) {
    .premium-placement .featured-title {
        margin: 1.55em 0 0.78em;
        font-size: 2.25rem;
    }
    .premium-placement .featured-banner {
        margin-bottom: 0;
        background-size: auto 280px, 100% 280px;
    }
    .premium-placement .featured-thumbs .-thumb {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .premium-placement .featured-thumbs .-thumb-title {
        padding-top: 0.7em;
        padding-bottom: 0.15em;
        font-size: 1.125rem;
    }
    .premium-placement .featured-thumbs img {
        display: block;
        width: 100%;
        margin: 0;
    }
}
@media screen and (min-width: 60.9375em) {
    .premium-placement .featured-title {
        font-size: 3rem;
    }
    .premium-placement .featured-banner {
        background-size: auto 340px, 100% 340px;
    }
    .premium-placement .featured-thumbs .-thumb-title {
        font-size: 1.25rem;
    }
}
@media screen and (min-width: 81.25em) {
    .premium-placement .featured-thumbs .-thumb-title {
        font-size: 1.5rem;
    }
}
.landing-page.get-listed .getlisted-col-1 img {
    max-width: 200px;
}
.landing-page.get-listed .getlisted-announce {
    text-align: center;
}
@media screen and (min-width: 37.5em) {
    .landing-page.get-listed .getlisted-col-1 img {
        max-width: none;
    }
    .landing-page.get-listed .getlisted-columns-invert .getlisted-col-1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2;
    }
    .landing-page.get-listed .getlisted-columns-invert .getlisted-col-2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
    }
}
@media screen and (min-width: 60.9375em) {
    .landing-page.get-listed .announce-col-1 img {
        max-width: none;
    }
    .landing-page.get-listed .getlisted-announce {
        text-align: left;
    }
    .landing-page.get-listed .getlisted-announce .announce-col-1 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2;
    }
    .landing-page.get-listed .getlisted-announce .announce-col-2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
    }
}
.jreview:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
@media screen and (min-width: 60.9375em) {
    .jreview:not(:last-child) {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}
.jreview > .reviewer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0.7em;
}
.jreview > .reviewer img {
    display: block;
    width: 100%;
}
.jreview > .reviewer .reviewer-photo {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.jreview > .reviewer .reviewer-info {
    width: calc(100% - 70px);
}
.jreview > .reviewer .date {
    margin-top: 0.6em;
}
.jreview > .review-desc .rating img {
    display: inline-block;
    height: 1em;
    margin-bottom: 0.2em;
    vertical-align: middle;
}
@media screen and (min-width: 60.9375em) {
    .jreview {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .jreview > .reviewer {
        width: 50%;
        min-width: 205px;
        max-width: 250px;
        margin-right: 20px;
        margin-bottom: 0;
    }
    .jreview > .review-desc {
        width: 100%;
    }
}
.jreview-skills {
    margin: 0 auto 20px;
}
.jreview-skills > .skill:not(:last-child) {
    margin-bottom: 20px;
}
.jreview-skills > .skill .jprogress {
    height: 30px;
    border-color: #dbdbdb;
    border-radius: 15px;
}
@media screen and (min-width: 30em) {
    .jreview-skills {
        margin: 0;
    }
}
.jreview-badges .showcase-button {
    -webkit-transform: translateY(-155px);
    transform: translateY(-155px);
}
.jreview-badge {
    position: relative;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
}
.jreview-badge .badge-preview {
    margin: 0 auto 20px;
}
@media screen and (min-width: 30em) {
    .jreview-badge .badge-extra-link {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
@media screen and (min-width: 30em) {
    .jreview-badge {
        padding-bottom: 1.3125em;
    }
    .jreview-badge .badge-preview {
        margin-top: 24px;
    }
}
@media screen and (min-width: 37.5em) {
    .jreview-badge .badge-preview {
        margin-top: 27px;
    }
}
@media screen and (min-width: 60.9375em) {
    .jreview-badge {
        margin: 0;
    }
}
.feedback .buttons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.feedback .button {
    min-width: 150px;
    margin: 0 5px;
}
.compare-lawyer-profiles .compare-section.fixed {
    z-index: 3;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1298px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (min-width: 37.5em) {
    .compare-lawyer-profiles .compare-section.fixed {
        width: calc(100% - 24px - 2px);
    }
}
@media screen and (min-width: 60.9375em) {
    .compare-lawyer-profiles .compare-section.fixed {
        width: calc(100% - 40px - 2px);
    }
}
.compare-lawyer-profiles .compare-section.fixed .section-row {
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
}
@media screen and (min-width: 60.9375em) {
    .compare-lawyer-profiles .compare-section.fixed {
        padding-top: 66px !important;
    }
}
.compare-lawyer-profiles .section-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin: 50px 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
@media screen and (min-width: 37.5em) {
    .compare-lawyer-profiles .section-row {
        margin-bottom: 100px;
    }
}
.compare-lawyer-profiles .section-separator {
    position: relative;
    clear: both;
    width: calc(100% + 20px);
    padding: 0 10px;
    margin: 0 -10px;
}
.compare-lawyer-profiles .section-separator::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    content: "";
}
.compare-lawyer-profiles .section-separator .text {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 1.13634em;
    background-color: #fff;
    line-height: 1;
}
@media screen and (min-width: 37.5em) {
    .compare-lawyer-profiles .section-separator {
        width: 100%;
        padding: 0;
        margin: 50px 0;
    }
}
.compare-lawyer-profiles .lawyer-column {
    width: calc(50% - 10px);
    margin-left: 20px;
    text-align: center;
}
.compare-lawyer-profiles .lawyer-column:first-child {
    margin-left: 0;
}
.compare-lawyer-profiles .lawyer-column > .wrapper {
    display: block;
    margin: 0 auto;
}
.compare-lawyer-profiles .compare-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 0 auto 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.compare-lawyer-profiles .compare-item img {
    display: block;
    width: 100%;
    max-width: 85px;
    height: auto;
    margin: 0 auto 20px;
}
.compare-lawyer-profiles .compare-item img:last-child {
    margin-bottom: 0;
}
.compare-lawyer-profiles .compare-item .jicon {
    width: 50px;
    height: 50px;
}
.compare-lawyer-profiles .item-text {
    display: block;
    margin: 0 auto;
}
@media screen and (min-width: 37.5em) {
    .compare-lawyer-profiles .item-text {
        margin: 30px auto 0;
    }
}
@media screen and (min-width: 60.9375em) {
    .compare-lawyer-profiles.-two-profiles .lawyer-column {
        width: calc(33.33333% - 33.33333px);
        margin-left: 50px;
    }
}
@media screen and (min-width: 37.5em) {
    .compare-lawyer-profiles.-three-profiles .lawyer-column {
        width: calc(33.33333% - 33.33333px);
    }
    .compare-lawyer-profiles.-three-profiles .lawyer-column:not(:first-child) {
        margin-left: 50px;
    }
}
@media screen and (max-width: 37.4375em) {
    .compare-lawyer-profiles.-three-profiles .lawyer-column:last-child {
        display: none;
    }
}
.compare-lawyer-profiles .fixed .lawyer-column > .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.compare-lawyer-profiles .fixed .lawyer-photo {
    margin: 0;
}
.compare-lawyer-profiles .fixed .lawyer-avatar-wrapper {
    display: none;
}
@media screen and (min-width: 23.4375em) {
    .compare-lawyer-profiles .fixed .lawyer-avatar-wrapper {
        width: 25px;
        height: 25px;
        display: block;
        margin: 0 5px 0 0;
    }
    .compare-lawyer-profiles .fixed .lawyer-name {
        display: inline-block;
        max-width: calc(100% - 55px);
        text-align: left;
    }
}
@media screen and (min-width: 50.3125em) {
    .compare-lawyer-profiles .fixed .lawyer-column > .compare-btn {
        margin-top: 0;
    }
}
@media screen and (min-width: 37.5em) {
    .compare-lawyer-profiles.-two-profiles .fixed .lawyer-avatar-wrapper {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .compare-lawyer-profiles.-two-profiles .fixed .lawyer-name {
        max-width: calc(100% - 60px);
    }
}
@media screen and (min-width: 50.3125em) {
    .compare-lawyer-profiles.-three-profiles .fixed .lawyer-avatar-wrapper {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .compare-lawyer-profiles.-three-profiles .fixed .lawyer-name {
        max-width: calc(100% - 60px);
    }
}
@media screen and (max-width: 37.4375em) {
    .compare-lawyer-profiles .lawyer-photo {
        margin-top: 25px;
    }
}
.compare-lawyer-profiles .lawyer-column > .compare-btn {
    margin-top: 0.5em;
}
.compare-lawyer-profiles .lawyer-avatar-wrapper {
    float: none;
    display: block;
    width: 100%;
    max-width: 160px;
    margin: 0 auto 0.8em;
}
@media screen and (min-width: 37.5em) {
    .compare-lawyer-profiles .lawyer-name {
        font-size: 1.25rem;
    }
}
@media screen and (min-width: 60.9375em) {
    .compare-lawyer-profiles .lawyer-name {
        font-size: 1.5rem;
    }
}
.compare-lawyer-profiles .selection .lawyer-column:last-child {
    display: block;
}
.compare-lawyer-profiles .justia-badge .badge-review {
    max-width: 100%;
}
.compare-lawyer-profiles .justia-badge .badge-review svg {
    max-width: 100%;
    height: auto !important;
}
.compare-lawyer-profiles .justia-badge .compare-item {
    display: block;
}
.compare-lawyer-profiles .justia-badge .stars {
    width: 160px;
    max-width: 100%;
    height: 22px;
}
.compare-lawyer-profiles .licensed-in .compare-item,
.compare-lawyer-profiles .universities .compare-item {
    height: 85px;
}
.compare-lawyer-profiles .years-experience .compare-item {
    height: 55px;
}
.compare-lawyer-profiles .licensed-in img,
.compare-lawyer-profiles .universities img {
    width: auto;
    max-width: 100%;
    max-height: 85px;
}
.compare-lawyer-profiles .licensed-in .has-padding-full,
.compare-lawyer-profiles .universities .has-padding-full {
    width: 85px;
}
.compare-lawyer-profiles .years-experience .years {
    display: inline-block;
    font-weight: 600;
    font-size: 3.75rem;
    line-height: 0.8;
}
.compare-lawyer-profiles .years-experience .item-text {
    margin-top: 20px;
}
.compare-lawyer-profiles .credit-cards .compare-item.-missing img {
    opacity: 0.2;
}
.compare-lawyer-profiles .credit-cards img {
    width: 60px;
}
@media screen and (min-width: 37.5em) {
    .compare-lawyer-profiles .credit-cards img {
        width: 100%;
        max-width: 250px;
    }
}
.compare-lawyer-profiles .office-location img {
    max-width: 100%;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
}
.compare-lawyer-profiles .office-location .jicon {
    width: 80px;
    height: 80px;
}
.compare-lawyer-profiles .office-location .compare-item {
    height: 170px;
}
.compare-lawyer-profiles .social-media .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    max-width: 110px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
@media screen and (min-width: 60.9375em) {
    .compare-lawyer-profiles .social-media .wrapper {
        max-width: 100%;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.compare-lawyer-profiles .social-media .social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: calc(100% + 5px);
    margin: 0 -2.5px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.compare-lawyer-profiles .social-media .jicon.-missing {
    opacity: 0.2;
}
.compare-lawyer-profiles .social-media .jicon {
    width: 50px;
    height: 50px;
    margin: 0 2.5px 5px;
}
@media screen and (min-width: 37.5em) {
    .compare-lawyer-profiles .contact-button {
        margin-bottom: 50px;
    }
}
.compare-lawyer-profiles .contact-button .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.compare-lawyer-profiles .contact-button .button {
    min-width: 135px;
}
@media screen and (max-width: 29.9375em) {
    .compare-lawyer-profiles .contact-button .button:first-child {
        background-color: #fff;
        color: #e2231a;
        border-color: currentColor;
    }
    .compare-lawyer-profiles .contact-button .button:first-child:hover {
        border-color: #e2231a;
        outline: 0;
        background-color: #efefef;
        color: #e2231a;
        text-decoration: none;
    }
}
.compare-lawyer-profiles .contact-button .button ~ .button {
    margin-top: 20px;
}
.school-info {
    padding: 0 20px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.03);
}
.school-info .interactive-map .landmark {
    width: 180px;
    padding-top: 5px;
}
.school-info .interactive-map .landmark h1 {
    padding: 0 10px;
    margin-bottom: 5px;
    font-size: 14px;
}
.school-info .interactive-map .landmark section {
    padding: 0 10px 5px;
    font-size: 12px;
}
@media screen and (min-width: 60.9375em) {
    body.ld-thankyou.same-height-content .primary-content > .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
}
.thank-you-block .jicon {
    width: 135px;
    height: 135px;
    display: block;
    margin: 0 auto 1.9em;
}
.thank-you-block .title {
    line-height: 1;
    font-size: 2.5rem;
}
@media screen and (min-width: 30em) {
    .thank-you-block .title {
        font-size: calc(40px + 25 * ((100vw - 480px) / 495));
    }
}
@media screen and (min-width: 60.9375em) {
    .thank-you-block .title {
        font-size: 4.0625rem;
    }
}
.thank-you-block p {
    margin: 0.6em 0 1.2em;
}
.thank-you-block.-free > .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
@media screen and (min-width: 60.9375em) {
    .thank-you-block.-free {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}
.thank-you-block.-premium .lawyer-avatar-wrapper {
    float: none;
    width: 200px;
    height: auto;
    margin: 20px auto 30px;
}
.thank-you-block.-premium > .wrapper {
    text-align: center;
}
.thank-you-block.-premium .text.-p2 {
    font-size: 1.25rem;
    line-height: 1.35;
}
@media screen and (min-width: 37.5em) {
    .thank-you-block.-premium .text.-p2 {
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 60.9375em) {
    .thank-you-block.-premium .text.-p2 {
        font-size: 1.75rem;
    }
}
.thank-you-block.-premium .text.-p2 strong {
    font-size: 1.14286em;
}
@media screen and (min-width: 60.9375em) {
    .thank-you-block.-premium {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .thank-you-block.-premium .lawyer-avatar-wrapper {
        margin: 0 50px 0 0;
        width: 310px;
        height: 310px;
    }
    .thank-you-block.-premium > .wrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        text-align: left;
    }
}
.covid-banner {
    position: absolute;
    z-index: 1;
    top: 51px;
    left: 0;
}
.covid-banner > .wrapper {
    position: relative;
    width: calc(100% - 24px);
    max-width: 1240px;
    height: 50px;
    margin: 0 auto;
    font-size: 0.9375rem;
    line-height: 1;
}
@media screen and (min-width: 37.5em) {
    .covid-banner > .wrapper {
        font-size: 1rem;
    }
}
@media screen and (min-width: 60.9375em) {
    .covid-banner > .wrapper {
        width: calc(100% - 40px);
    }
}
.covid-banner .jicon {
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 10px;
    fill: #fff;
}
@media screen and (min-width: 37.5em) {
    .covid-banner .jicon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }
}
.covid-banner .dismiss {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 50px;
    height: 50px;
}
.covid-banner .dismiss .jicon {
    display: block;
    width: 16px;
    height: 16px;
}
@media screen and (min-width: 37.5em) {
    .covid-banner {
        top: 60px;
    }
}
@media screen and (min-width: 60.9375em) {
    .covid-banner {
        position: relative;
        top: 0;
    }
}
.compare-lawyer-profiles .-covid-banner.compare-section.fixed,
.has-topnav-padding.-covid-banner {
    padding-top: 101px;
}
@media screen and (min-width: 37.5em) {
    .compare-lawyer-profiles .-covid-banner.compare-section.fixed,
    .has-topnav-padding.-covid-banner {
        padding-top: 110px;
    }
}
@media screen and (min-width: 60.9375em) {
    .compare-lawyer-profiles .-covid-banner.compare-section.fixed,
    .has-topnav-padding.-covid-banner {
        padding-top: 0;
    }
}
.lawyer-avatar {
    position: relative;
    display: block;
    padding-bottom: 100%;
    margin: 0 auto;
    background-color: #dbdbdb;
}
.lawyer-avatar .-avatar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.lawyer-avatar .-avatar[data-loaded] + .loader {
    display: none;
}
.lawyer-avatar .loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #dbdbdb;
}
.lawyer-avatar-wrapper {
    float: left;
}
.lawyer-supplementary {
    margin-top: 1em;
    margin-bottom: 1em;
}
.lawyer-summary {
    float: left;
}
.lawyer-summary .lawyer-description ~ strong {
    display: inline-block;
    margin-right: 0.25em;
}
.lawyer-coreinfo {
    margin-bottom: 2px;
}
@media screen and (min-width: 37.5em) {
    .lawyer-coreinfo {
        margin-bottom: 6px;
    }
}
@media screen and (min-width: 50.3125em) {
    .lawyer-coreinfo {
        margin-bottom: 17px;
    }
}
.lawyer-name {
    display: block;
    overflow: hidden;
    padding: 0 0 5px;
    margin: 0 0 -5px;
    font-weight: 700;
    font-size: 1.1875rem;
    line-height: 1.2;
    text-transform: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (min-width: 30em) {
    .lawyer-name {
        font-size: 1.4375rem;
    }
}
@media screen and (min-width: 37.5em) {
    .lawyer-name {
        font-size: 1.5625rem;
    }
}
.lawyer-reviews-byline {
    display: block;
    margin: 3px 0 -3px;
}
.lawyer-reviews-byline img {
    display: inline-block;
    width: 66px;
    height: 12px;
    margin-bottom: -1px;
}
@media screen and (min-width: 30em) {
    .lawyer-reviews-byline {
        margin: 0;
    }
}
@media screen and (min-width: 50.3125em) {
    .lawyer-reviews-byline img {
        width: 77px;
        height: 14px;
        margin-top: 0.2em;
    }
}
.lawyer-control-group {
    border-top: 1px solid #f4f4f4;
    margin-top: 10px;
    margin-right: -10px;
    margin-left: -10px;
}
.lawyer-control-group .preview {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    height: 0;
    border-top: 1px solid #f4f4f4;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lawyer-control-group .preview.-visible {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 20px;
}
@media screen and (min-width: 30em) {
    .lawyer-control-group {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media screen and (min-width: 50.3125em) {
    .lawyer-control-group .button {
        margin-bottom: 0;
        margin-left: 20px;
    }
    .lawyer-control-group .button:first-child {
        margin-left: 0 !important;
    }
}
@media screen and (min-width: 60.9375em) {
    .lawyer-control-group {
        margin-right: -25px;
        margin-left: -25px;
    }
    .lawyer-control-group .preview.-visible {
        padding-right: calc(50% - 375px);
        padding-left: calc(50% - 375px);
    }
    .lawyer-control-group .-group-wrapper {
        max-width: 805px;
        margin: 0 auto;
    }
}
.lawyer-card {
    position: relative;
    padding: 10px 10px 0;
    margin-bottom: 0;
    -webkit-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
@media screen and (min-width: 37.5em) {
    .lawyer-card {
        padding: 20px 20px 0;
    }
}
@media screen and (min-width: 60.9375em) {
    .lawyer-card {
        padding: 25px 25px 0;
    }
}
.lawyer-card-group .lawyer-card-status--default:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 50.25em) {
    .lawyer-card-group {
        margin-right: -21px;
        margin-left: -21px;
    }
    .lawyer-card-group .lawyer-card-status--premium {
        margin-bottom: 21px;
    }
    .lawyer-card-group .lawyer-card-status--premium:last-child {
        margin-bottom: 0;
    }
    .lawyer-card-group .lawyer-card-status--default {
        margin-bottom: 10px;
    }
    .lawyer-card-group .lawyer-card-status--default:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 29.9375em) {
    .lawyer-card-group {
        margin-right: -10px;
        margin-left: -10px;
    }
    .lawyer-card-group .lawyer-card-status--default {
        margin-bottom: 5px;
    }
}
.lawyer-card-aligner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.lawyer-card-aligner .-align-top {
    -webkit-align-self: flex-start;
    align-self: flex-start;
}
.lawyer-card-aligner .-full-height {
    -webkit-align-self: stretch;
    align-self: stretch;
}
.lawyer-card-banner {
    padding: 10px 0;
    background: #efefef;
}
@media screen and (min-width: 50.3125em) {
    .lawyer-card-banner {
        padding: 20px 0;
        background: 0 0;
    }
}
.cards-carousel {
    position: relative;
    padding-top: 20px;
}
@media screen and (min-width: 60.9375em) {
    .cards-carousel {
        padding-top: 35px;
    }
}
.cards-carousel img {
    display: inline-block;
    width: auto;
}
.cards-carousel .slick-list {
    overflow: hidden;
    padding: 0 !important;
}
.cards-carousel .slick-track {
    width: 100% !important;
}
.cards-carousel .slick-slide,
.cards-carousel .slick-slide * {
    outline: 0 !important;
}
.cards-carousel .arrow-container,
.cards-carousel .slick-arrow {
    top: calc(50% - 8px);
    color: #000;
}
.cards-carousel .arrow-container {
    position: absolute;
    display: block;
}
.cards-carousel .arrow-container.-right .arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.cards-carousel .arrow-container .arrow {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 0 auto;
}
.cards-carousel .arrow {
    width: 50px;
    height: 50px;
    opacity: 1;
    padding: 5px;
    border: 1px solid #efefef;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.09), -3px 0 10px 0 rgba(0, 0, 0, 0.09);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.cards-carousel .arrow:hover {
    background-color: #f2f2f2;
}
.cards-carousel .arrow .jicon {
    width: 15px;
    height: 15px;
    margin: auto;
}
.cards-carousel .wrapper:not(.slick-initialized) + .slick-arrow {
    display: none;
}
.cards-carousel .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.cards-carousel .slick-track > .lawyer-card {
    min-width: 100%;
    margin: 0 10px 0 0;
}
@media screen and (max-width: 37.4375em) {
    .cards-carousel .arrow,
    .cards-carousel .slick-arrow {
        width: 38px;
        height: 38px;
    }
    .cards-carousel .arrow-container.-right,
    .cards-carousel .slick-next {
        right: 10px;
    }
    .cards-carousel .slick-prev {
        left: -10px;
    }
}
@media screen and (min-width: 37.5em) {
    .cards-carousel .arrow-container.-right,
    .cards-carousel .slick-next {
        right: 30px;
    }
    .cards-carousel .slick-prev {
        left: -20px;
    }
    .cards-carousel .slick-track > .lawyer-card {
        min-width: 350px;
    }
}
@media screen and (min-width: 81.25em) {
    .cards-carousel {
        max-width: 1300px;
        margin: 0 auto;
    }
}
.cards-carousel .lawyer-card {
    max-width: 350px;
    padding: 10px;
    border: 1px solid #dbdbdb;
    font-size: 0.875rem;
}
.cards-carousel .lawyer-card .button:not(:last-child) {
    margin-right: 5px;
}
.cards-carousel .lawyer-card .lawyer-avatar-wrapper {
    width: 110px;
}
.cards-carousel .lawyer-card .lawyer-summary {
    width: calc(100% - 125px) !important;
    padding: 5px 0;
}
.cards-carousel .lawyer-card .lawyer-name {
    font-size: 1.125rem;
}
.cards-carousel .lawyer-card .lawyer-stars-rating {
    padding-top: 4px;
}
.cards-carousel .lawyer-card .lawyer-stars-rating img {
    height: 14px;
}
.cards-carousel .lawyer-card .lawyer-status--premium-v2 {
    padding: 0.4em;
    letter-spacing: 0.3em;
}
.cards-carousel .lawyer-card .lawyer-detailed-info .-phone {
    margin-right: 0;
    font-size: 1.1875rem;
}
.cards-carousel .lawyer-card .lawyer-detailed-info .-second-line {
    margin-top: 3px;
}
@media screen and (min-width: 37.5em) {
    .cards-carousel .lawyer-card {
        padding: 10px 15px !important;
    }
    .cards-carousel .lawyer-card .lawyer-status--premium-v2 {
        font-size: 0.625rem;
    }
}
.compare-btn.-disabled .square,
.comparison-tool .tab-item:not(.tab-item-selected) .icon .square {
    opacity: 0.4;
    border-color: #979a9a;
}
.compare-btn.-disabled .square .jicon,
.comparison-tool .tab-item:not(.tab-item-selected) .icon .square .jicon {
    fill: #b1b3b3;
}
.comparison-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.compare-btn {
    position: relative;
    display: inline-block;
    min-height: 20px;
    line-height: 1.1;
}
@supports (display: inline-flex) {
    .compare-btn {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}
.compare-btn .square {
    margin-right: 10px;
}
.compare-btn > .jicon {
    margin-right: 8px;
}
.compare-btn > span,
.compare-btn > svg {
    pointer-events: none;
}
.compare-btn > span:not(.jicon) {
    display: inline-block;
    margin-top: -0.1em;
    vertical-align: middle;
}
.compare-btn.-disabled {
    color: #979a9a;
    cursor: not-allowed;
}
.compare-btn.-disabled::before {
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    content: "";
    border-bottom: 6px solid #6c6c6c;
    opacity: 0;
}
.compare-btn.-disabled::after {
    position: absolute;
    z-index: 115;
    top: 100%;
    left: 50%;
    opacity: 0;
    padding: 6px 8px 4px;
    border-radius: 2px;
    background-color: #6c6c6c;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-shadow: none;
    white-space: nowrap;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    content: attr(data-badge-text);
    pointer-events: none;
    min-width: 130px;
    font-size: 0.8125rem;
    line-height: 1.25;
    white-space: normal;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "You can only compare up to 3 lawyers.";
}
.compare-btn.-disabled.-save::after {
    content: "You can only save up to 50 lawyers.";
}
.compare-btn.-disabled:hover::after,
.compare-btn.-disabled:hover::before {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}
.compare-btn.-disabled:hover::after {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
}
.compare-btn.-disabled span:not(.jicon):not(.square) {
    opacity: 0.85;
}
.compare-btn.-disabled .jicon {
    background-image: url(../images/icons/icons_gray_sprite.svg);
    fill: #b1b3b3;
}
.compare-btn.-left-icon > span:not(.jicon):not(.square) {
    float: right;
}
@supports (display: inline-flex) {
    .compare-btn.-left-icon > span:not(.jicon):not(.square) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
    }
}
.compare-btn.-left-icon > .square {
    margin-right: 8px;
    margin-left: 3px;
}
.compare-btn .square {
    width: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
    border: 1px solid #000000;
    border-radius: 4px;
    margin-top: -1px;
}
.compare-btn .square .jicon {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -3px;
    left: -2px;
    margin-left: 0;
    fill: #000000;
}
.compare-btn.-only-icon {
    min-height: auto;
}
.compare-btn.-only-icon .square {
    margin: 0;
}
.compare-btn.-only-icon .square,
.compare-btn.-only-icon > .jicon {
    width: 15px;
    height: 15px;
    position: relative;
}
.compare-btn + .compare-btn {
    margin-left: 35px;
}
.-enable-comparison .comparison-buttons {
    margin: 0.5rem 0 0.125rem;
}
@media screen and (max-width: 50.25em) {
    .-enable-comparison {
        position: relative;
    }
    .-enable-comparison .lawyer-name {
        position: relative;
    }
    .-enable-comparison .comparison-buttons {
        float: left !important;
        width: 100%;
    }
}
@media screen and (min-width: 37.5em) {
    .-enable-comparison .comparison-buttons {
        margin-top: 0.625rem;
        margin-bottom: 0.5rem;
    }
    .-enable-comparison .lawyer-description + .-show-tablet + .comparison-buttons {
        margin-top: 0;
    }
    .-enable-comparison .lawyer-detailed-info + .comparison-buttons {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 50.3125em) {
    .-enable-comparison .-show-desktop + .comparison-buttons {
        margin-top: -1px;
        margin-bottom: 0;
    }
    .-enable-comparison .lawyer-stars-rating ~ .comparison-buttons {
        margin-top: -2px;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 60.9375em) {
    .-enable-comparison .lawyer-description ~ .comparison-buttons {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 50.3125em) {
    .lawyer-summary .comparison-buttons {
        display: inline-block;
        vertical-align: middle;
    }
    @supports (display: inline-flex) {
        .lawyer-summary .comparison-buttons {
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: inline-flex;
        }
    }
}
@media screen and (min-width: 60.9375em) {
    .lawyer-summary .comparison-buttons {
        margin-top: 0.625rem;
        font-size: 0.9375rem;
    }
}
@media screen and (min-width: 68.75em) {
    .lawyer-summary.-enable-comparison {
        position: relative;
    }
    .lawyer-summary .comparison-buttons {
        margin: 0;
    }
    .lawyer-summary .compare-btn {
        position: absolute;
        right: -4px;
        margin: 0;
    }
    .lawyer-summary .compare-btn.-save {
        top: 6px;
        right: -8px;
    }
    .lawyer-summary .compare-btn.-compare {
        bottom: 0;
    }
    .lawyer-summary .compare-btn .square,
    .lawyer-summary .compare-btn > .jicon {
        float: right;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
    }
    .lawyer-summary .compare-btn .square {
        margin-right: auto;
        margin-left: 10px;
    }
    .lawyer-summary .compare-btn > .jicon {
        margin-right: auto;
        margin-left: 9px;
    }
}
.lawyer-card.-top-status-tag {
    padding-top: 21px;
}
.lawyer-card {
    font-size: 0.8125rem;
}
.lawyer-card .-address,
.lawyer-card .-law-schools,
.lawyer-card .-practices {
    clear: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lawyer-card .lawyer-expl {
    margin-top: -0.2em;
    font-size: 0.75rem;
}
.lawyer-card .-locations {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.lawyer-card .-locations .-lawyer-address {
    width: calc(33.33333% - 10px);
    margin: 20px 15px 0 0;
}
.lawyer-card .-locations .-lawyer-address:nth-child(3n) {
    margin-right: 0;
}
.lawyer-card .-free-consultation {
    float: left;
    display: block;
    text-transform: capitalize;
}
.lawyer-card .-tagline {
    margin-top: 0;
    margin-bottom: 1rem;
}
.lawyer-card .-group-button {
    float: left;
    display: block;
    width: 100%;
    padding: 0.6em 0.6em 0.5em;
    border-left: 1px solid #f4f4f4;
    margin: 0;
    text-align: center;
    text-transform: lowercase;
}
.lawyer-card .-group-button .jicon {
    margin-right: 0.4em;
}
.lawyer-card .-group-button:first-child {
    border: 0;
}
.lawyer-card .-group-button:hover {
    text-decoration: none;
}
.lawyer-card .-group-button:first-child:nth-last-child(2),
.lawyer-card .-group-button:first-child:nth-last-child(2) ~ .-group-button {
    width: 50%;
}
.lawyer-card .-group-button:first-child:nth-last-child(3),
.lawyer-card .-group-button:first-child:nth-last-child(3) ~ .-group-button {
    width: 33.33333%;
}
@media screen and (max-width: 50.25em) {
    .lawyer-card .-group-button .txt {
        display: none;
    }
    .lawyer-card .-group-button::after {
        content: attr(data-button-tag);
    }
}
@media screen and (min-width: 30em) {
    .lawyer-card .-group-button {
        padding: 1em 0.6em 0.75rem;
    }
}
@media screen and (min-width: 30em) {
    .lawyer-card {
        font-size: 0.875rem;
    }
    .lawyer-card .-group-wrapper {
        zoom: 1;
    }
    .lawyer-card .-group-wrapper::after {
        clear: both;
        display: block;
        visibility: hidden;
        height: 0;
        font-size: 0;
        content: " ";
    }
    .lawyer-card .-group-wrapper .-group {
        float: left;
    }
    .lawyer-card .-group-wrapper .-group--1 {
        border-right: 1px solid #f4f4f4;
    }
    .lawyer-card .-group-wrapper .-group:only-child {
        float: none;
        border: 0;
    }
    .lawyer-card .-group-wrapper--2 .-group {
        width: 50%;
    }
    .lawyer-card .-group-wrapper--3 .-group--1 {
        width: 33.33333%;
    }
    .lawyer-card .-group-wrapper--3 .-group--2 {
        width: 66.66667%;
    }
    .lawyer-card .-group-wrapper--4 .-group--1 {
        width: 25%;
    }
    .lawyer-card .-group-wrapper--4 .-group--2 {
        width: 75%;
    }
}
@media screen and (min-width: 37.5em) {
    .lawyer-card .-address,
    .lawyer-card .-law-schools,
    .lawyer-card .-practices {
        overflow: visible;
        white-space: normal;
    }
}
@media screen and (min-width: 50.3125em) {
    .lawyer-card .lawyer-expl {
        margin-top: 0;
        font-size: 0.875rem;
    }
}
.lawyer-status--premium {
    display: inline-block;
    padding: 0.54167em 1em;
    padding-left: 1.5em;
    border-radius: 2px;
    background-color: #dbdbdb;
    color: #323232;
    font-size: 0.75rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    vertical-align: middle;
}
.lawyer-status--premium.-top-status-tag {
    position: absolute;
    z-index: 30;
    top: -14px;
    right: 20px;
    display: block;
}
.lawyer-status--premium-v2 {
    display: block;
    width: 100%;
    padding: 0.5em 0;
    padding-left: 0.375em;
    background-color: #dbdbdb;
    color: #323232;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.375em;
    font-size: 0.5rem;
}
@media screen and (min-width: 37.5em) {
    .lawyer-status--premium-v2 {
        font-size: 0.875rem;
    }
}
.lawyer-status--premium-v2.-gold,
.lawyer-status--premium.-gold {
    background-color: #edaa00;
}
.lawyer-status--premium-v2.-silver,
.lawyer-status--premium.-silver {
    background-color: #a9a8a9;
}
.lawyer-status--premium-v2.-bronze,
.lawyer-status--premium.-bronze {
    background-color: #cc8341;
}
.lawyer-status--premium-v2.-platinum,
.lawyer-status--premium.-platinum {
    background-color: #000;
    color: #fff;
}
.lawyer-card-status--default .-phone {
    float: left;
    margin-right: 4px;
    font-size: 0.875rem;
}
@media screen and (max-width: 21.875em) {
    .lawyer-card-status--default .-phone {
        width: 100%;
    }
}
.lawyer-card-status--default .-phone a:hover {
    color: #ba0000;
}
.lawyer-card-status--default .lawyer-avatar-wrapper {
    width: 60px;
}
.lawyer-card-status--default .lawyer-summary {
    width: calc(100% - 70px);
    margin-left: 10px;
}
.lawyer-card-status--default .-info-group--2 {
    padding-top: 0.3em;
    vertical-align: baseline;
}
.lawyer-card-status--default .-free-consultation,
.lawyer-card-status--default .-video {
    float: left;
    display: block;
    font-weight: 700;
    font-size: 0.625rem;
}
.lawyer-card-status--default .-free-consultation + .-video::before {
    display: inline;
    margin: 0 4px 0 0.25em;
    color: #000;
    content: "+";
}
@media screen and (min-width: 30em) {
    .lawyer-card-status--default .-info-group--2 {
        padding-top: 0.15em;
    }
    .lawyer-card-status--default .-phone {
        margin-right: 15px;
        font-size: 1.125rem;
    }
    .lawyer-card-status--default .-free-consultation {
        margin-top: 0;
        font-weight: 700;
    }
    .lawyer-card-status--default .-free-consultation,
    .lawyer-card-status--default .-video {
        font-size: 0.875rem;
    }
    .lawyer-card-status--default .lawyer-avatar-wrapper {
        width: 90px;
    }
    .lawyer-card-status--default .lawyer-summary {
        width: calc(100% - 110px);
        margin-left: 20px;
    }
    .lawyer-card-status--default .lawyer-card-aligner {
        max-height: inherit;
    }
}
@media screen and (min-width: 37.5em) {
    .lawyer-card-status--default .-info-group--2 {
        padding-top: 0.35em;
    }
    .lawyer-card-status--default .-phone {
        font-size: 1.3125rem;
    }
    .lawyer-card-status--default .lawyer-avatar-wrapper {
        width: 120px;
    }
    .lawyer-card-status--default .lawyer-summary {
        width: calc(100% - 140px);
        margin-left: 20px;
    }
}
@media screen and (min-width: 50.3125em) {
    .lawyer-card-status--default {
        margin-bottom: 10px;
    }
    .lawyer-card-status--default .-free-consultation,
    .lawyer-card-status--default .-video {
        font-size: 1rem;
    }
    .lawyer-card-status--default .lawyer-avatar-wrapper {
        width: 140px;
    }
    .lawyer-card-status--default .lawyer-summary {
        width: calc(100% - 160px);
        margin-left: 20px;
    }
    .lawyer-card-status--default:not(.lawyer-card-size--small) .lawyer-detailed-info {
        position: relative;
    }
    .lawyer-card-status--default:not(.lawyer-card-size--small) .lawyer-detailed-info .-info-group {
        margin-top: 0;
    }
    .lawyer-card-status--default:not(.lawyer-card-size--small) .lawyer-detailed-info .-info-group--1 {
        float: left;
        width: 220px;
    }
    .lawyer-card-status--default:not(.lawyer-card-size--small) .lawyer-detailed-info .-info-group--2 {
        float: left;
        clear: none;
        width: calc(100% - 240px);
        padding-top: 0;
        padding-left: 20px;
        border-left: 1px solid #dbdbdb;
        margin-left: 20px;
    }
    .lawyer-card-status--default:not(.lawyer-card-size--small) .lawyer-detailed-info .-info-group--2::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 240px;
        width: 0;
        border-left: 1px solid #dbdbdb;
        content: "";
    }
}
@media screen and (min-width: 60.9375em) {
    .lawyer-card-status--default .lawyer-avatar-wrapper {
        width: 160px;
    }
    .lawyer-card-status--default .lawyer-summary {
        width: calc(100% - 185px);
        margin-left: 25px;
    }
    .lawyer-card-status--default:not(.lawyer-card-size--small) .lawyer-detailed-info .-info-group--2 {
        padding-left: 25px;
    }
}
.lawyer-card-group--premium .lawyer-card:not(:last-child) {
    margin-bottom: 10px;
}
@media screen and (min-width: 50.3125em) {
    .lawyer-card-group--premium .lawyer-card:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 50.25em) {
    .lawyer-card-group--premium {
        margin-right: -21px;
        margin-left: -21px;
    }
}
@media screen and (max-width: 29.9375em) {
    .lawyer-card-group--premium {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media screen and (min-width: 50.3125em) {
    .lawyer-card-group--premium {
        display: block !important;
    }
}
.lawyer-card-status--premium {
    z-index: 5;
    padding: 10px;
    border-color: #dbdbdb !important;
    background-color: #fff !important;
}
@media screen and (min-width: 60.9375em) {
    .lawyer-card-status--premium {
        font-size: 0.9375rem;
    }
}
@media screen and (min-width: 68.75em) {
    .lawyer-card-status--premium {
        font-size: 1rem;
    }
}
.lawyer-card-status--premium .lawyer-avatar-wrapper {
    position: relative;
    width: 100px;
    -webkit-align-self: flex-start;
    align-self: flex-start;
}
.lawyer-card-status--premium .lawyer-card-aligner {
    max-height: none;
}
.lawyer-card-status--premium .lawyer-coreinfo {
    margin-bottom: 4px;
}
.lawyer-card-status--premium .lawyer-description {
    margin-bottom: 10px;
}
.lawyer-card-status--premium .lawyer-stars-rating {
    display: inline-block;
}
.lawyer-card-status--premium .lawyer-stars-rating img {
    display: inline-block;
    height: 14px;
    margin: 0 0.5em -0.1em 0.25em;
}
@media screen and (min-width: 30em) {
    .lawyer-card-status--premium .lawyer-stars-rating img {
        height: 17px;
    }
}
.lawyer-card-status--premium .lawyer-stars-rating + strong > a {
    white-space: nowrap;
}
.lawyer-card-status--premium .lawyer-summary {
    width: calc(100% - 110px) !important;
    padding: 0;
}
@media screen and (min-width: 68.75em) {
    .lawyer-card-status--premium .lawyer-summary.-enable-comparison .lawyer-name {
        width: calc(100% - 80px);
    }
    .lawyer-card-status--premium .lawyer-summary.-enable-comparison .lawyer-platinum-info {
        width: calc(100% - 110px);
    }
}
.lawyer-card-status--premium .lawyer-detailed-info {
    margin-bottom: 0.5rem;
}
.lawyer-card-status--premium .lawyer-detailed-info li {
    display: inline-block;
    vertical-align: top;
}
@media screen and (min-width: 37.5em) {
    .lawyer-card-status--premium .lawyer-detailed-info li {
        vertical-align: middle;
    }
}
@media screen and (min-width: 75em) {
    .lawyer-card-status--premium .lawyer-detailed-info li {
        vertical-align: baseline;
    }
}
.lawyer-card-status--premium .lawyer-detailed-info .-phone {
    display: block;
    font-weight: 700;
    line-height: 1;
    font-size: 1.0625rem;
}
.lawyer-card-status--premium .lawyer-detailed-info .-phone::after {
    display: none;
}
.lawyer-card-status--premium .lawyer-detailed-info .-phone + .-video {
    display: block;
    margin-top: 0.15em;
}
@media screen and (min-width: 30em) {
    .lawyer-card-status--premium .lawyer-detailed-info .-phone {
        font-size: 1.375rem;
    }
}
@media screen and (min-width: 75em) {
    .lawyer-card-status--premium .lawyer-detailed-info .-phone {
        display: inline;
        margin-right: 10px;
    }
    .lawyer-card-status--premium .lawyer-detailed-info .-phone + .-video {
        display: inline-block;
    }
}
.lawyer-card-status--premium .lawyer-detailed-info .-free-consultation {
    float: none;
    font-weight: 700;
    font-size: 0.8125rem;
}
@media screen and (min-width: 30em) {
    .lawyer-card-status--premium .lawyer-detailed-info .-free-consultation {
        font-size: 1rem;
    }
}
.lawyer-card-status--premium .lawyer-detailed-info .-free-consultation::after {
    display: none;
}
@media screen and (min-width: 37.5em) {
    .lawyer-card-status--premium .lawyer-detailed-info .-free-consultation {
        display: inline;
    }
    .lawyer-card-status--premium .lawyer-detailed-info .-free-consultation::after {
        display: inline;
    }
}
.lawyer-card-status--premium .lawyer-detailed-info .-free-consultation + .-video::before {
    display: inline;
    margin: 0 4px;
    color: #000;
    content: "+";
}
.lawyer-card-status--premium .lawyer-detailed-info .-video {
    font-weight: 700;
    font-size: 0.8125rem;
}
@media screen and (min-width: 30em) {
    .lawyer-card-status--premium .lawyer-detailed-info .-video {
        font-size: 1rem;
    }
}
.lawyer-card-status--premium .lawyer-platinum-info:not(.-full) {
    max-width: 580px;
    margin-top: 7px;
}
.lawyer-card-status--premium .lawyer-platinum-info .flex-col {
    width: 45.68966%;
    -webkit-box-flex: 0.4568966;
    -webkit-flex: 0.4568966;
    flex: 0.4568966;
}
.lawyer-card-status--premium .lawyer-platinum-info.-full .wrapper {
    min-width: calc(50% - 0.5em);
    padding-right: 1em;
    margin-top: 10px;
}
.lawyer-card-status--premium .lawyer-platinum-info .flex-col-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media screen and (min-width: 30em) {
    .lawyer-card-status--premium .lawyer-avatar-wrapper {
        width: 140px;
    }
    .lawyer-card-status--premium .lawyer-summary {
        width: calc(100% - 160px) !important;
    }
}
@media screen and (min-width: 37.5em) {
    .lawyer-card-status--premium {
        padding: 20px !important;
    }
    .lawyer-card-status--premium .lawyer-avatar-wrapper {
        width: 180px;
    }
    .lawyer-card-status--premium .lawyer-summary {
        width: calc(100% - 200px) !important;
    }
    .lawyer-card-status--premium .lawyer-platinum-info + .comparison-buttons {
        margin-top: 0.625rem;
    }
}
@media screen and (min-width: 60.9375em) {
    .lawyer-card-status--premium .lawyer-platinum-info + .comparison-buttons {
        margin-bottom: 0;
    }
}
.ld-listings .lawyer-card-status--premium:hover {
    z-index: 6;
}
@media screen and (min-width: 50.3125em) {
    .ld-listings .lawyer-card-status--premium {
        box-shadow: 0 0 0 transparent;
        -webkit-transition-property: box-shadow, -webkit-transform;
        transition-property: box-shadow, -webkit-transform;
        transition-property: transform, box-shadow;
        transition-property: transform, box-shadow, -webkit-transform;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }
    .ld-listings .lawyer-card-status--premium:hover {
        z-index: 15;
        box-shadow: 0 19px 57px rgba(0, 0, 0, 0.3);
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}
@media screen and (min-width: 60.9375em) {
    .ld-listings .lawyer-card-status--premium {
        padding: 25px !important;
    }
    .ld-listings .lawyer-card-status--premium .lawyer-avatar-wrapper {
        width: 200px;
    }
    .ld-listings .lawyer-card-status--premium .lawyer-summary {
        width: calc(100% - 420px) !important;
    }
    .ld-listings .lawyer-card-status--premium .lawyer-detailed-info {
        font-weight: 700;
    }
    .ld-listings .lawyer-card-status--premium .lawyer-control-group--premium {
        width: 180px;
        padding: 10px 0 10px 20px;
        border-left: 1px solid #dbdbdb;
        margin: 0;
    }
    .ld-listings .lawyer-card-status--premium .lawyer-control-group--premium .group {
        display: block;
    }
    .ld-listings .lawyer-card-status--premium .lawyer-control-group--premium .button {
        width: 100%;
    }
    .ld-listings .lawyer-card-status--premium .lawyer-control-group--premium .button:not(:last-child) {
        margin: 0 0 20px;
    }
}
@media screen and (min-width: 68.75em) {
    .ld-listings .lawyer-card-status--premium .lawyer-avatar-wrapper {
        width: 235px;
    }
    .ld-listings .lawyer-card-status--premium .lawyer-summary {
        width: calc(100% - 525px) !important;
        padding: 17px 0 0;
    }
    .ld-listings .lawyer-card-status--premium .lawyer-control-group--premium {
        width: 230px;
        padding: 20px 0 20px 30px;
    }
    .ld-listings .lawyer-card-status--premium.-platinum .lawyer-summary {
        padding: 0;
    }
    .ld-listings .lawyer-card-status--premium .compare-btn.-save {
        top: 23px;
    }
    .ld-listings .lawyer-card-status--premium.-platinum .compare-btn.-save {
        top: 6px;
    }
}
.sidebar .lawyer-card-status--premium .-phone {
    display: block;
}
.sidebar .lawyer-card-status--premium .lawyer-avatar-wrapper {
    width: 100px;
}
.sidebar .lawyer-card-status--premium .lawyer-summary {
    width: calc(100% - 110px) !important;
    padding: 5px 0;
}
.sidebar .lawyer-card-status--premium .lawyer-status--premium-v2 {
    font-size: 0.5rem;
}
.sidebar .lawyer-card-status--premium .-second-line {
    margin-top: 5px;
}
@media screen and (min-width: 60.9375em) {
    .sidebar .lawyer-card-status--premium {
        padding: 10px !important;
        font-size: 0.8125rem;
    }
    .sidebar .lawyer-card-status--premium .lawyer-name {
        font-size: 1.125rem;
    }
    .sidebar .lawyer-card-status--premium .lawyer-detailed-info .-free-consultation {
        font-size: 0.875rem;
    }
}
.lawyer-card-aligner--premium {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.lawyer-control-group--premium {
    width: 100%;
    margin-top: 10px;
}
.lawyer-control-group--premium .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.lawyer-control-group--premium .button {
    width: 100%;
    padding: 6px 10px;
    font-size: 1em;
}
.lawyer-control-group--premium .button:not(:last-child) {
    margin-right: 10px;
}
.lawyer-control-group--premium .button .jicon {
    margin-top: -0.2em;
}
@media screen and (min-width: 30em) {
    .ld-listings .lawyer-control-group--premium .button {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
@media screen and (min-width: 60.9375em) {
    .ld-listings .lawyer-control-group--premium .button {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
.lawyer-control-group--premium .buttons-label--premium {
    margin-bottom: 1em;
    line-height: 1;
}
#main-listings-container .lawyer-card-banner:first-child {
    padding-top: 4px;
}
.listing-title {
    margin-bottom: 0.20833em;
}
@media screen and (min-width: 60.9375em) {
    .listing-title {
        margin-bottom: 0.375em;
    }
}
@media screen and (max-width: 50.25em) {
    .results-lawyers,
    .results-sponsored {
        background-color: #efefef;
    }
}
.results-sponsored + .results-lawyers,
.tab-content-listing + .results-lawyers {
    padding: 10px 0;
}
@media screen and (min-width: 50.3125em) {
    .results-sponsored + .results-lawyers,
    .tab-content-listing + .results-lawyers {
        padding: 0;
        margin-top: 20px;
    }
}
@media screen and (min-width: 60.9375em) {
    .results-sponsored + .results-lawyers,
    .tab-content-listing + .results-lawyers {
        margin-top: 30px;
    }
}
@media screen and (min-width: 50.3125em) {
    .results-sponsored,
    .tab-content-listing {
        margin-right: 0;
        margin-left: 0;
    }
}
.results-sponsored-title {
    display: block;
    margin: 6px 0 1.5em;
    background-color: #fff;
    color: #6c6c6c;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sidebar .results-sponsored-title {
    margin-top: 20px !important;
}
@media screen and (min-width: 30em) {
    .results-sponsored-title {
        margin-top: 4px;
    }
}
@media screen and (max-width: 37.4375em) {
    .ld-listings .lawyer-detailed-info .iconed-line,
    .ld-listings .lawyer-detailed-info .iconed-line-small {
        padding-left: 0;
    }
}
.sidebar .lawyer-card-group {
    margin-right: 0;
    margin-left: 0;
}
.sidebar .results-sponsored {
    margin: 0 -1px -1px;
    background-color: #efefef;
}
.sidebar .results-sponsored .lawyer-card {
    margin-bottom: 10px;
}
.sidebar .results-sponsored .lawyer-card:first-child {
    margin-top: 0;
}
.sidebar .results-sponsored .lawyer-card:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 60.9375em) {
    .sidebar .results-sponsored .-phone {
        font-size: 1.1875rem;
    }
}
.lawyer-badge {
    position: relative;
    display: inline-block;
    font-size: 0.875rem;
}
.lawyer-badge-group {
    display: block;
    margin: 0;
    font-size: 0;
}
.lawyer-badge .-title {
    position: absolute;
    z-index: 115;
    top: 100%;
    left: -6px;
    opacity: 0;
    padding: 6px 8px 4px;
    border-radius: 2px;
    background-color: #6c6c6c;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-shadow: none;
    white-space: nowrap;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    content: attr(data-badge-text);
    pointer-events: none;
    content: attr(data-badge-text);
}
.lawyer-badge .-title::before {
    position: absolute;
    top: -6px;
    left: 9px;
    display: block;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    content: "";
    border-bottom: 6px solid #6c6c6c;
}
.lawyer-badge:hover .-title {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
}
.ld-profile .lawyer-badge {
    margin-right: 5px;
    margin-bottom: 5px;
}
@media screen and (min-width: 30em) {
    .ld-profile .lawyer-badge {
        margin-right: 7px;
        margin-bottom: 7px;
    }
}
@media screen and (min-width: 37.5em) {
    .ld-profile .lawyer-badge {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
.ld-firm .lawyer-badge,
.ld-listings .lawyer-badge {
    margin-top: 5px;
}
.ld-firm .lawyer-badge:last-child,
.ld-listings .lawyer-badge:last-child {
    margin-right: 0;
}
@media screen and (min-width: 37.5em) {
    .ld-firm .lawyer-badge,
    .ld-listings .lawyer-badge {
        margin-right: 5px;
    }
    .ld-firm .lawyer-badge-group,
    .ld-listings .lawyer-badge-group {
        margin-right: -5px;
    }
}
@media screen and (min-width: 50.3125em) {
    .ld-firm .lawyer-badge,
    .ld-listings .lawyer-badge {
        margin-right: 10px;
    }
    .ld-firm .lawyer-badge-group,
    .ld-listings .lawyer-badge-group {
        margin-right: -10px;
    }
}
@media screen and (min-width: 60.9375em) {
    .ld-firm .lawyer-badge,
    .ld-listings .lawyer-badge {
        margin-right: 10px;
    }
    .ld-firm .lawyer-badge-group,
    .ld-listings .lawyer-badge-group {
        margin-right: -10px;
    }
}
@media screen and (min-width: 60.9375em) {
    .ld-firm .lawyer-badge-group .jicon,
    .ld-listings .lawyer-badge-group .jicon {
        width: 20px;
        height: 20px;
    }
}
.social-media-block .jicon {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.social-media-block .-social-badges {
    position: relative;
    overflow: hidden;
}
.social-media-block .-social-badges .-wrap {
    margin-right: -5px;
    margin-bottom: -5px;
}
@media screen and (min-width: 30em) {
    .social-media-block .jicon {
        width: 60px;
        height: 60px;
        margin-right: 7px;
        margin-bottom: 7px;
    }
    .social-media-block .-social-badges .-wrap {
        margin-right: -7px;
        margin-bottom: -7px;
    }
}
@media screen and (min-width: 37.5em) {
    .social-media-block .jicon {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .social-media-block .-social-badges .-wrap {
        margin-right: -10px;
        margin-bottom: -10px;
    }
}
.lawyer-card--detailed {
    position: relative;
}
.lawyer-card--detailed .lawyer-name {
    overflow: visible;
    margin-top: 0.75em;
    margin-bottom: 0;
    line-height: 1;
    text-overflow: clip;
    white-space: normal;
    font-size: 1.5rem;
}
@media screen and (min-width: 50.3125em) {
    .lawyer-card--detailed .lawyer-name {
        font-size: 1.875rem;
    }
}
@media screen and (min-width: 60.9375em) {
    .lawyer-card--detailed .lawyer-name {
        font-size: 2.1875rem;
    }
}
@media screen and (min-width: 68.75em) {
    .lawyer-card--detailed .lawyer-name {
        font-size: 2.5rem;
    }
}
.lawyer-card--detailed .lawyer-summary {
    float: none;
}
.lawyer-card--detailed .lawyer-coreinfo {
    margin-bottom: 1em;
}
@media screen and (max-width: 50.25em) {
    .lawyer-card--detailed .lawyer-key-info {
        text-align: center;
    }
}
.lawyer-card--detailed .lawyer-expl {
    display: block;
}
.lawyer--sticky-wrapper {
    display: none;
}
.lawyer--sticky-header {
    display: none;
}
.lawyer--sticky-header .-sticky-phone {
    margin-bottom: 0.5em;
    -webkit-transition: margin 0.1s ease-out;
    transition: margin 0.1s ease-out;
}
.lawyer--sticky-header .button {
    -webkit-transition: padding 0.1s ease-out;
    transition: padding 0.1s ease-out;
}
@media screen and (max-width: 50.25em) {
    .lawyer--sticky-wrapper {
        display: block;
    }
    .lawyer--sticky-header {
        position: relative;
        z-index: 31;
        display: block;
        padding: 20px 20px 10px;
        margin-bottom: -1px;
        -webkit-transition: padding 0.1s ease-out;
        transition: padding 0.1s ease-out;
    }
    .lawyer--sticky-header.fixed {
        top: 51px;
        left: 50%;
        width: 100vw;
        padding-top: 10px;
        border: solid #dbdbdb;
        border-width: 0 0 1px;
        margin: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .lawyer--sticky-header.fixed .-sticky-phone {
        margin-bottom: 0.2em;
    }
    .lawyer--sticky-header.fixed .button {
        padding-top: 0.6em;
        padding-bottom: 0.6em;
    }
    .cobrand .lawyer--sticky-header.fixed {
        top: 0;
    }
}
@media screen and (max-width: 50.25em) and (min-width: 37.5em) {
    .lawyer--sticky-header.fixed {
        top: 60px;
    }
}
@media screen and (max-width: 50.25em) {
    .lawyer-card--detailed .lawyer-coreinfo {
        text-align: center;
    }
    .lawyer-card--detailed .lawyer-status--premium.-mobile-over-photo {
        top: 208px;
        right: auto;
        left: calc(50% - 65px);
        width: 130px;
    }
    .lawyer-card--detailed .lawyer-detailed-info {
        padding-bottom: 0;
    }
}
.lawyer-card--detailed .comparison-buttons {
    display: block;
    margin-top: 1.25em;
    text-align: center;
}
@supports (display: flex) {
    .lawyer-card--detailed .comparison-buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}
@media screen and (max-width: 68.6875em) {
    .lawyer-card--detailed .compare-btn {
        background-color: #fff;
        line-height: 1.1;
    }
    .lawyer-card--detailed .compare-btn .square,
    .lawyer-card--detailed .compare-btn > .jicon {
        margin-left: auto;
        margin-right: 10px;
    }
    .lawyer-card--detailed .compare-btn + .compare-btn {
        margin-left: 15px;
    }
}
.lawyer-card--detailed .-update-name {
    display: block;
    color: #ba0000;
    font-style: italic;
    font-size: 0.875em;
}
.lawyer-card--detailed .lawyer-avatar {
    position: relative;
    display: block;
    padding-bottom: 100%;
    margin: 0 auto;
    background-color: #dbdbdb;
}
.lawyer-card--detailed .lawyer-avatar .-avatar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.lawyer-card--detailed .lawyer-avatar-wrapper {
    float: none;
    width: 200px;
    height: auto;
    margin: 20px auto;
}
.lawyer-card--detailed .lawyer-avatar > .update-picture {
    width: 30px;
    height: 30px;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    position: absolute;
    top: -15px;
    right: -15px;
    padding-bottom: 4px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: -1px 0 6px 0 rgba(0, 0, 0, 0.26);
    text-align: center;
}
.lawyer-card--detailed .lawyer-avatar > .update-picture:hover {
    background-color: #e5e5e5;
}
@media screen and (min-width: 50.3125em) {
    .lawyer-card--detailed .lawyer-avatar > .update-picture {
        top: 10px;
        right: 10px;
    }
}
.lawyer-card--detailed .button {
    padding: 6px 10px;
    font-size: 0.8125rem;
}
@media screen and (max-width: 50.25em) {
    .lawyer-card--detailed {
        padding-bottom: 25px;
    }
}
@media screen and (min-width: 30em) {
    .lawyer-card--detailed .button {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 0.875em;
    }
}
@media screen and (min-width: 50.3125em) {
    .lawyer-card--detailed .lawyer-status {
        right: 30px;
        padding-left: 1.5em;
    }
    .lawyer-card--detailed .lawyer-avatar-wrapper {
        float: left;
        width: 320px;
        margin: 0;
    }
    .lawyer-card--detailed .lawyer-summary {
        float: left;
        width: calc(100% - 320px);
    }
    .lawyer-card--detailed .lawyer-key-info .button {
        margin-top: 20px;
    }
    .lawyer-card--detailed .comparison-buttons {
        margin-top: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left;
    }
}
@media screen and (min-width: 68.75em) {
    .lawyer-card--detailed.contact-info-active {
        position: relative;
    }
    .lawyer-card--detailed.contact-info-active .lawyer-coreinfo {
        margin-bottom: 0;
    }
    .lawyer-card--detailed.contact-info-active .lawyer-coreinfo,
    .lawyer-card--detailed.contact-info-active .lawyer-detailed-info {
        width: calc(100% - 320px) !important;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .lawyer-card--detailed.contact-info-active .lawyer-key-info {
        width: 100% !important;
        padding: 30px 0 0;
        margin-top: 0;
    }
    .lawyer-card--detailed.contact-info-active .lawyer-contact-info {
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .lawyer-card--detailed.contact-info-active .comparison-buttons .compare-btn {
        top: 34px;
        right: 56px;
    }
    .lawyer-card--detailed.contact-info-active .comparison-buttons .compare-btn.-compare {
        top: auto;
        right: 60px;
        bottom: 34px;
    }
    .lawyer-card--detailed:not(.contact-info-active) .comparison-buttons .compare-btn {
        top: 35px;
        right: 26px;
    }
    .lawyer-card--detailed:not(.contact-info-active) .comparison-buttons .compare-btn.-compare {
        top: auto;
        right: 30px;
        bottom: 33px;
    }
    .lawyer-card--detailed .button {
        min-width: 200px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .lawyer-card--detailed .button.-has-icon {
        padding-top: 11px;
    }
    .lawyer-card--detailed .lawyer-core-info {
        width: calc(100% - 100px) !important;
    }
    .lawyer-card--detailed .lawyer-coreinfo {
        padding-right: 90px;
    }
    .lawyer-card--detailed .comparison-buttons {
        margin: 0;
    }
}
@media screen and (max-width: 68.6875em) {
    .lawyer-card--detailed.contact-info-active {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 37.4375em) {
    .lawyer-card--detailed.editing-enable {
        padding-bottom: 0;
    }
}
.lawyer-contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    padding: 0 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.lawyer-contact-info .button {
    width: 100%;
}
.lawyer-contact-info .button:not(:last-child) {
    margin-right: 10px;
}
@media screen and (max-width: 68.6875em) {
    .lawyer-contact-info {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
    }
}
@media screen and (min-width: 68.75em) {
    .lawyer-contact-info {
        padding-right: 0;
        padding-left: 30px;
        margin: 1.4em 0 0.8em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    .lawyer-contact-info .button:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .contact-info-active .lawyer-contact-info {
        float: right;
        width: 260px;
        padding: 0 30px;
        margin: 0;
    }
}
@media screen and (min-width: 68.75em) {
    .lawyer-contact-info.-v2 {
        padding: 0;
    }
}
.lawyer-contact-page .lawyer-card {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lawyer-contact-page .lawyer-avatar-wrapper {
    float: none;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.lawyer-contact-page .lawyer-summary {
    width: 100%;
}
@media screen and (min-width: 30em) and (max-width: 68.6875em) {
    .lawyer-contact-page .lawyer-avatar-wrapper {
        float: left;
    }
    .lawyer-contact-page .lawyer-summary {
        width: calc(100% - 220px);
        margin-left: 20px;
    }
}
@media screen and (min-width: 68.75em) {
    .lawyer-contact-page {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .lawyer-contact-page .lawyer-avatar-wrapper {
        max-width: none;
    }
    .lawyer-contact-page > [class*="col--"]:last-child {
        padding-top: 0;
        padding-left: 80px;
        background-image: -webkit-linear-gradient(#dbdbdb, #dbdbdb);
        background-image: linear-gradient(#dbdbdb, #dbdbdb);
        background-repeat: no-repeat;
        background-position: 40px 0;
        background-size: 1px 100%;
    }
}
.alphabet {
    zoom: 1;
    color: #7a7a7a;
}
.alphabet::after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    content: " ";
}
.alphabet p {
    margin-bottom: 20px;
}
.alphabet a {
    float: left;
    display: block;
    width: calc(25% - 2.25px);
    padding: 7% 0;
    margin: 0 3px 3px 0;
    background-color: #0a56c6;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.alphabet a:hover {
    background-color: #084aab;
    text-decoration: none;
}
@media screen and (max-width: 37.4375em) {
    .alphabet a:nth-child(4n + 1) {
        margin-right: 0;
    }
}
@media screen and (min-width: 37.5em) {
    .alphabet a {
        float: none;
        display: inline-block;
        width: 30px;
        height: 30px;
        padding: 0;
        border: 0;
        margin: 0 10px 5px 0;
        background: 0 0;
        color: #7a7a7a;
        font-weight: lighter;
        line-height: 30px;
    }
    .alphabet a:last-child {
        margin: 0;
    }
    .alphabet a:hover {
        background: 0 0;
        color: #1a1a1a;
    }
}
.edit-button-wrapper {
    z-index: 20;
    width: 100%;
    margin: -10px auto 0;
}
#editing-button {
    position: relative;
    z-index: 20;
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
}
#editing-button::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    border-bottom: 1px solid #dbdbdb;
    background-color: #efefef;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    content: "";
}
#editing-button.fixed::before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
@media screen and (min-width: 37.5em) {
    .admin-menu #editing-button.fixed {
        top: 70px;
    }
}
@media screen and (min-width: 60.9375em) {
    .admin-menu #editing-button.fixed {
        top: 76px;
    }
}
@media screen and (min-width: 37.5em) {
    #editing-button.fixed {
        top: 60px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media screen and (min-width: 60.9375em) {
    #editing-button.fixed {
        top: 66px;
    }
}
#editing-button .button {
    max-width: 230px;
    margin: 0 auto;
}
.profile-dashboard > [class*="heading"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 700;
}
@media screen and (max-width: 37.4375em) {
    .profile-dashboard > [class*="heading"] {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .profile-dashboard > [class*="heading"] .subtext {
        width: 100%;
        margin-top: 0.4em;
    }
    .profile-dashboard > [class*="heading"] a {
        font-weight: 700;
    }
}
.profile-dashboard .info-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0 -5px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: center;
}
.profile-dashboard .info-blocks .progress-bar,
.profile-dashboard .info-blocks img {
    max-width: 100%;
    margin: 0 auto;
}
.profile-dashboard .info-blocks img + .text {
    margin-top: 10px;
}
.profile-dashboard .info-blocks .text {
    display: block;
}
.profile-dashboard .info-blocks .text + img {
    margin-top: 5px;
}
.profile-dashboard .info-blocks .amount {
    font-size: 2.5rem;
    line-height: 1.1;
    color: #000000;
    font-weight: 700;
}
@media screen and (min-width: 37.5em) {
    .profile-dashboard .info-blocks .amount {
        font-size: 3.125rem;
    }
}
.profile-dashboard .info-blocks .info-block {
    width: calc(50% - 10px);
}
.profile-dashboard .info-blocks .info-block.-horizontal > .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em), screen and (min-width: 81.25em) {
    .profile-dashboard .info-blocks .info-block.-horizontal {
        min-height: 120px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .profile-dashboard .info-blocks .info-block.-horizontal .icon {
        margin: 0 6.77966% 0 0;
    }
    .profile-dashboard .info-blocks .info-block.-horizontal .content {
        width: calc(100% - 23.72881%);
        text-align: left;
    }
}
@media screen and (min-width: 46.875em) {
    .profile-dashboard .info-blocks .text {
        font-size: 1.125rem;
    }
    .profile-dashboard .info-blocks .info-block {
        width: calc(33.33333% - 10px);
        min-height: 140px;
    }
}
.profile-dashboard .info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 15px 10px;
    border: 1px solid #dbdbdb;
    margin: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    background-color: #fff;
}
.profile-dashboard .info-block img {
    max-height: 100%;
}
.profile-dashboard .info-block .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.profile-dashboard .info-block .description {
    max-height: calc(100% - 85px);
    margin-top: 10px;
}
.profile-dashboard a.info-block:hover {
    text-decoration: none;
}
.profile-dashboard a.info-block:hover .sub-text {
    text-decoration: underline;
}
@media screen and (min-width: 68.125em) {
    #filter-form {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}
.suggestions-list {
    margin-top: 30px;
}
.suggestion-item {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}
.suggestion-item:first-child {
    padding-top: 0;
}
.suggestion-item:last-child {
    padding-bottom: 0;
    border: 0;
}
@media screen and (min-width: 30em) {
    .suggestion-item {
        padding: 20px 0;
    }
}
.suggestion-item > .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media screen and (min-width: 30em) {
    .suggestion-item > .wrapper {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.suggestion-item .lawyer-photo {
    width: 95px;
}
.suggestion-item .lawyer-photo img {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}
.suggestion-item .lawyer-info {
    width: calc(100% - 95px);
    padding: 0 0 0 10px;
}
.suggestion-item .lawyer-info .name {
    display: block;
    margin-bottom: 8px;
    color: #000;
    font-size: 1.125rem;
    line-height: 1.2;
}
.suggestion-item .lawyer-info .name a {
    color: currentColor;
}
.suggestion-item .lawyer-info .name a:hover {
    color: #e2231a;
    text-decoration: none;
}
@media screen and (min-width: 30em) {
    .suggestion-item .lawyer-info {
        width: calc(100% - 215px);
        padding: 0 20px;
    }
}
@media screen and (min-width: 68.75em) {
    .suggestion-item .lawyer-info {
        width: calc(100% - 270px);
    }
}
.suggestion-item .lawyer-rating-review {
    display: block;
    font-size: 1.125rem;
    line-height: 1.1;
}
.suggestion-item .lawyer-rating-review .rating {
    display: inline-block;
    margin-right: 0.5em;
    color: #000000;
    vertical-align: middle;
}
.suggestion-item .lawyer-rating-review .stars {
    display: inline-block;
    height: 1em;
    margin: 0 0.7em 1px 0;
    vertical-align: middle;
}
.suggestion-item .lawyer-rating-review .reviews {
    display: block;
    color: silver;
}
@media screen and (min-width: 68.75em) {
    .suggestion-item .lawyer-rating-review .reviews {
        display: inline-block;
        vertical-align: middle;
    }
}
.suggestion-item .lawyer-button {
    position: relative;
    width: 100%;
    min-height: 35px;
    margin: 10px 0 0;
}
.suggestion-item .lawyer-button .button {
    display: block;
    width: 100%;
}
.suggestion-item .lawyer-button .jspinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4);
}
@media screen and (min-width: 30em) {
    .suggestion-item .lawyer-button {
        width: 120px;
        margin: 0;
    }
    .suggestion-item .lawyer-button .button {
        max-width: 120px;
    }
    .suggestion-item .lawyer-button .jspinner {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }
}
@media screen and (min-width: 68.75em) {
    .suggestion-item .lawyer-button {
        width: 175px;
    }
}
.contact-lawyer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    align-items: start;
}
.contact-lawyer-info > .contact-avatar {
    width: 90px;
    min-width: 90px;
    margin-right: 15px;
}
.contact-lawyer-info > .contact-avatar .lawyer-avatar {
    width: 100%;
}
@media screen and (min-width: 30em) {
    .contact-lawyer-info > .contact-avatar {
        width: 150px;
        min-width: 150px;
    }
}
@media screen and (min-width: 37.5em) {
    .contact-lawyer-info > .contact-avatar {
        margin-right: 20px;
    }
}
@media screen and (min-width: 60.9375em) {
    .contact-lawyer-info > .contact-avatar {
        margin-bottom: 25px;
    }
}
@media screen and (min-width: 68.75em) {
    .contact-lawyer-info > .contact-avatar {
        width: 100%;
        margin-right: 0;
    }
}
.contact-lawyer-info > .contact-info {
    width: 100%;
}
@media screen and (min-width: 30em) {
    .contact-lawyer-info {
        margin-bottom: 20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}
@media screen and (min-width: 60.9375em) {
    .contact-lawyer-info {
        width: 100%;
    }
}
@media screen and (min-width: 68.75em) {
    .contact-lawyer-info {
        display: block;
    }
}
.flex-icon-table {
    padding: 0;
    margin: 0.8em 0;
    list-style: none;
}
.flex-icon-table .table-item {
    padding: 0;
    margin-bottom: 1em;
    margin-left: 34px;
}
.flex-icon-table .table-item-primary {
    float: left;
    width: 34px;
    margin: 0;
    color: #7a7a7a;
    font-weight: 400;
    line-height: 1.4;
}
@media screen and (min-width: 60.9375em) {
    .flex-icon-table .table-item {
        margin-left: 50px;
    }
    .flex-icon-table .table-item-primary {
        width: 34px;
        margin: 0;
    }
}
#contact-us-map {
    height: 200px;
}
@media screen and (min-width: 60.9375em) {
    #contact-us-map {
        height: 400px;
    }
}
#contact-us-map .landmark {
    width: 250px;
    padding: 7px 0 0;
    border-radius: 5px;
    background: rgba(247, 247, 247, 0.75);
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.29);
    /*font-family: Helvetica, Arial, sans-serif;*/
    -webkit-transform-origin: 0 10px;
    transform-origin: 0 10px;
}
#contact-us-map .landmark h1 {
    padding: 5px 15px;
    margin-top: 0;
    background: #2aaef5;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    font-size: 16px;
}
#contact-us-map .landmark section {
    padding: 0 15px 5px;
    font-size: 14px;
}
#contact-us-map .landmark section p {
    margin: 5px 0;
}
#contact-us-map .landmark::after {
    position: absolute;
    top: 7px;
    left: -13px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 13px solid #2aaef5;
    border-bottom: 13px solid transparent;
    margin-bottom: -13px;
    content: "";
}
@media screen and (max-width: 60.875em) {
    .edit-profiles .breadcrumbs {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 12px;
    }
    .edit-profiles .breadcrumbs .last_crumb,
    .edit-profiles .breadcrumbs span:nth-last-of-type(2) {
        display: none;
    }
}
.free-consultation-profile {
    margin-bottom: 0.5em;
}
.fees-desc {
    display: block;
    margin: -2px 0 20px;
}
.landing-helpful-info {
    position: relative;
    margin-bottom: 1.25em;
}
.landing-helpful-info .inner-button.-expanded {
    display: none;
}
@media screen and (min-width: 46.875em) {
    .landing-helpful-info .heading-1 {
        padding-right: 130px;
    }
    .landing-helpful-info > .button {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media screen and (min-width: 50.3125em) {
    .claim-email > .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        margin: 0 auto;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.claim-email .tips {
    margin: 30px 0;
}
@media screen and (min-width: 50.3125em) {
    .claim-email .tips {
        width: 70%;
        padding-right: 30px;
    }
}
@media screen and (min-width: 60.9375em) {
    .claim-email .tips {
        padding-right: 60px;
        margin: 55px 0;
    }
}
.claim-email .image {
    text-align: center;
}
@media screen and (min-width: 50.3125em) {
    .claim-email .image {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        width: 30%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}
.claim-email .image img {
    width: 317px;
    max-width: 100%;
}
.claims-phone-claim .jcard {
    padding-top: 2em;
    padding-bottom: 2em;
}
@media screen and (min-width: 46.875em) {
    .claims-phone-claim .jcard .heading-1 {
        padding-left: calc((100% - 1033px) / 2);
    }
}
.phone-claim > .wrapper {
    position: relative;
}
@media screen and (min-width: 46.875em) {
    .phone-claim > .wrapper {
        min-height: 450px;
        padding-right: 30.68732%;
    }
}
.phone-claim > .wrapper .text {
    margin-top: 40px;
}
@media screen and (min-width: 50.3125em) {
    .phone-claim > .wrapper .text {
        margin-top: 90px;
    }
}
.phone-claim .pin-code strong {
    font-size: 1.875rem;
    display: block;
}
@media screen and (min-width: 46.875em) {
    .phone-claim .pin-code strong {
        font-size: 3.125rem;
    }
}
@media screen and (min-width: 60.9375em) {
    .phone-claim .pin-code strong {
        font-size: 5.625rem;
    }
}
.phone-claim .image {
    margin-top: 2em;
    text-align: center;
}
.phone-claim .image img {
    width: 170px;
    max-width: 100%;
}
@media screen and (min-width: 46.875em) {
    .phone-claim .image {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 30.68732%;
        padding: 0 20px 70px;
    }
}
.with-code .jcard {
    padding-bottom: 0;
}
@media screen and (min-width: 46.875em) {
    .with-code .phone-claim > .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        min-height: 300px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}
@media screen and (min-width: 60.9375em) {
    .with-code .phone-claim > .wrapper {
        min-height: 450px;
    }
}
.with-code .phone-claim .image img {
    width: 266px;
}
@media screen and (min-width: 46.875em) {
    .with-code .phone-claim .image {
        padding-bottom: 0;
    }
}
.accounts .account-card-wrapper {
    width: calc(100% - 20px);
    max-width: 400px;
    padding: 20px;
    border-radius: 3px;
    margin: 20px auto;
    background-color: #fff;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
}
.accounts .justia-logo {
    display: block;
    width: 80%;
    max-width: 300px;
    height: auto;
    margin: 0 auto 10px;
}
.accounts .head-text {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
}
.accounts .account-content {
    margin-top: 20px;
    text-align: center;
}
.accounts .account-content p:last-child {
    margin-bottom: 0;
}
.accounts .help-block {
    color: #7a7a7a;
    font-size: 0.875rem;
}
@media screen and (min-width: 50.3125em) {
    .accounts .account-card-wrapper {
        padding: 20px 30px;
    }
    .accounts .large-account-card {
        max-width: 750px;
    }
    .accounts .xlarge-account-card {
        max-width: 850px;
    }
    .accounts .head-text {
        font-size: 1.75rem;
    }
}
.account-page--signup {
    background: #fff url(../images/accounts/register_bg.jpg) bottom center no-repeat fixed;
    background-size: cover;
}
.account-page--signup .main-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.account-page--login {
    background: #fff url(../images/accounts/sign_bg.jpg) bottom center no-repeat fixed;
    background-size: cover;
}
.account-page--login .main-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.accounts .custom-column-wrap {
    position: relative;
}
.accounts .custom-column-wrap .col--custom {
    position: relative;
}
.accounts .custom-column-wrap .col--custom-separator {
    padding-top: 30px;
    margin-top: 30px;
}
.accounts .custom-column-wrap .col--custom-separator::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
    content: "";
}
.accounts .custom-column-wrap .col--custom-separator::after {
    position: absolute;
    top: -15px;
    left: calc(50% - 30px);
    width: 60px;
    height: 30px;
    background-color: #fff;
    line-height: 30px;
    text-align: center;
    content: "or";
}
.accounts .custom-column-wrap .form-block .jfld-group {
    position: relative;
    margin: 0 0 10px;
}
.accounts .custom-column-wrap .form-block .jfld-group:last-of-type {
    margin-bottom: 0;
}
.accounts .custom-column-wrap .form-block .reset-link {
    float: right;
    display: block;
    margin-top: 10px;
    font-size: 0.875rem;
    line-height: 30px;
}
@media screen and (min-width: 50.3125em) {
    .accounts .custom-column-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .accounts .custom-column-wrap .col--custom {
        float: left;
        width: calc(50% - 40px);
    }
    .accounts .custom-column-wrap .col--custom-separator {
        padding-top: 0;
        margin-top: 0;
        margin-left: 80px;
    }
    .accounts .custom-column-wrap .col--custom-separator::before {
        left: -40px;
        width: 1px;
        height: 100%;
    }
    .accounts .custom-column-wrap .col--custom-separator::after {
        top: calc(50% - 30px);
        left: -55px;
        width: 30px;
        height: 60px;
        line-height: 60px;
    }
    .accounts .custom-column-wrap .form-block .reset-link {
        position: absolute;
        top: 100%;
        right: 0;
        margin-top: 5px;
        line-height: 25px;
    }
    .accounts .custom-column-wrap .form-block,
    .accounts .custom-column-wrap .social-block {
        padding-top: 25px;
        padding-bottom: 30px;
    }
}
.auth-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    opacity: 1;
    overflow: hidden;
    height: 50px;
    padding: 0 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.auth-btn:hover {
    opacity: 0.9;
    text-decoration: none;
}
.auth-btn .jicon {
    float: left;
    display: block;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.auth-btn-text {
    position: relative;
    display: block;
    overflow: hidden;
    overflow-y: visible;
    width: calc(100% - 55px);
    padding-left: 10px;
    margin-left: 0;
    color: #fff;
    font-size: 1.125rem;
    line-height: 2;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.auth-btn-text::before {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    width: 1px;
    height: 100%;
    background-color: #000;
    content: "";
}
.two-column-modal .social-block {
    margin-top: 10px;
}
.auth-facebook {
    background-color: #3c5a99;
}
.auth-linkedin {
    background-color: #0077b5;
}
.auth-google-plus {
    background-color: #dd4b39;
}
.auth-justia {
    background-color: #000000;
}
.account-page--userinfo .block-account {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0;
}
.account-page--userinfo .block-account:last-child {
    border-bottom: 0;
}
.account-page--userinfo .block-header {
    padding-bottom: 30px;
    font-weight: 400;
}
.account-page--userinfo .block-header .heading-2 {
    font-size: 1.5rem;
    line-height: 1.2;
}
@media screen and (min-width: 37.5em) {
    .account-page--userinfo .block-header .heading-2 {
        font-size: 1.75rem;
    }
}
@media screen and (min-width: 60.9375em) {
    .account-page--userinfo .block-header .heading-2 {
        font-size: 1.625rem;
    }
}
@media screen and (min-width: 68.75em) {
    .account-page--userinfo .block-header .heading-2 {
        font-size: 1.75rem;
    }
}
.account-page--userinfo .button-link {
    display: block;
    padding: 0.2em 0;
    vertical-align: middle;
}
.account-page--userinfo .switch-cols-big .-col + .-col {
    margin-top: 20px;
}
.account-page--userinfo .linked-accounts,
.account-page--userinfo .user-info {
    display: block;
    width: 100%;
    margin: 0;
}
.account-page--userinfo .linked-accounts .-row,
.account-page--userinfo .user-info .-row {
    margin-bottom: 20px;
}
.account-page--userinfo .linked-accounts .-row:last-child,
.account-page--userinfo .user-info .-row:last-child {
    margin-bottom: 0;
}
.account-page--userinfo .user-info {
    margin: 0 0 30px;
}
.account-page--userinfo .user-info .heading-3 {
    font-size: 1.375rem;
}
.account-page--userinfo .user-info .password-text span {
    display: block;
    font-size: 2rem;
    line-height: 0.7;
    letter-spacing: 2px;
}
.account-page--userinfo .labeled-social .jicon {
    width: 46px;
    height: 46px;
}
.account-page--userinfo .labeled-social .social-name {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.account-page--userinfo .to-connect .jicon {
    -webkit-filter: grayscale(1) brightness(2);
    filter: grayscale(1) brightness(2);
}
.account-page--userinfo .social-account {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.account-page--userinfo .social-account .-col {
    width: 60%;
}
.account-page--userinfo .social-account .-col:last-child {
    width: 40%;
    text-align: right;
}
.account-page--userinfo .social-account .button {
    vertical-align: middle;
}
.account-page--userinfo .jld-profile--info {
    margin: 20px 0;
}
.account-page--userinfo .block-my-jld .button {
    margin-bottom: 20px;
}
.account-page--userinfo .block-my-answers .-row {
    margin-bottom: 10px;
}
.account-page--userinfo .block-my-answers .-row:last-child {
    margin-bottom: 0;
}
.account-page--userinfo .answers-count {
    display: block;
    font-size: 1.375rem;
}
.account-page--userinfo .answers-rank {
    display: block;
}
.account-page--userinfo .answers-alert .-count {
    font-size: 1.375rem;
}
.account-page--userinfo .block-profile-stats .-col:first-child {
    margin-bottom: 30px;
}
.account-page--userinfo .stats-placeholder {
    display: block;
    width: 100%;
    max-width: 550px;
    height: auto;
    margin: 0 auto;
}
@media screen and (min-width: 30em) {
    .account-page--userinfo .switch-cols-small .-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .account-page--userinfo .switch-cols-small .-col {
        width: 60%;
    }
    .account-page--userinfo .switch-cols-small .-col:last-child {
        width: 40%;
        text-align: right;
    }
    .account-page--userinfo .user-info .-row {
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .account-page--userinfo .labeled-social .social-name {
        margin-left: 30px;
    }
}
@media screen and (min-width: 60.9375em) {
    .account-page--userinfo .block-account {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .account-page--userinfo .block-account.-full {
        display: block;
    }
    .account-page--userinfo .block-account.-full .block-header {
        width: 100%;
        padding-right: 0;
    }
    .account-page--userinfo .block-account.-full .block-content {
        width: 100%;
    }
    .account-page--userinfo .block-header {
        width: 300px;
        padding-right: 30px;
    }
    .account-page--userinfo .block-content {
        width: calc(100% - 300px);
    }
    .account-page--userinfo .block-account {
        padding-bottom: 50px;
        margin-top: 50px;
    }
    .account-page--userinfo .switch-cols-big .-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .account-page--userinfo .switch-cols-big .-col:last-child {
        text-align: right;
    }
    .account-page--userinfo .switch-cols-big .-col + .-col {
        margin-top: 0;
    }
    .account-page--userinfo .switch-cols-big .-col,
    .account-page--userinfo .switch-cols-small .-col {
        width: 70%;
    }
    .account-page--userinfo .switch-cols-big .-col:last-child,
    .account-page--userinfo .switch-cols-small .-col:last-child {
        width: 30%;
    }
    .account-page--userinfo .block-profile-stats .-col {
        margin-bottom: 0;
    }
    .account-page--userinfo .stats-placeholder {
        margin: 0;
    }
}
@media screen and (min-width: 68.75em) {
    .account-page--userinfo .block-header {
        width: 380px;
    }
    .account-page--userinfo .block-content {
        width: calc(100% - 380px);
    }
}
@media screen and (min-width: 81.25em) {
    .account-page--userinfo .block-header {
        width: 440px;
    }
    .account-page--userinfo .block-content {
        width: calc(100% - 440px);
    }
}
.account-page--userstats .block-full-stats .block-content {
    overflow: hidden;
}
.account-page--userstats #full-chart-stats {
    margin: 30px auto 40px;
}
.account-page--userstats .viewed-table-stats {
    margin-bottom: 50px;
    line-height: 1.2;
}
.account-page--userstats .viewed-table-stats thead {
    background-color: #efefef;
    color: #000;
    vertical-align: middle;
}
.account-page--userstats .viewed-table-stats tfoot {
    background-color: #efefef;
    font-weight: 700;
}
.account-page--userstats .viewed-table-stats td,
.account-page--userstats .viewed-table-stats th {
    width: 25%;
    padding: 0.75em;
    text-align: center;
}
.account-page--userstats .viewed-table-stats .-desc {
    width: 50%;
    text-align: left;
}
@media screen and (min-width: 30em) {
    .account-page--userstats .viewed-table-stats .-desc {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (min-width: 37.5em) {
    .account-page--userstats .viewed-table-stats .-desc {
        padding-right: 35px;
        padding-left: 35px;
    }
}
@media screen and (min-width: 60.9375em) {
    .account-page--userstats .viewed-table-stats .-desc {
        padding-right: 50px;
        padding-left: 50px;
    }
}
@media screen and (min-width: 60.9375em) {
    .account-page--userstats .viewed-table-stats {
        margin-bottom: 0;
    }
    .account-page--userstats .grid-wrapper--gap {
        margin-left: -30px;
    }
    .account-page--userstats .grid-wrapper--gap > [class*="col--"] {
        float: left;
        padding-left: 30px;
    }
}
@media screen and (min-width: 68.75em) {
    .account-page--userstats .grid-wrapper--gap {
        margin-left: -60px;
    }
    .account-page--userstats .grid-wrapper--gap > [class*="col--"] {
        padding-left: 60px;
    }
}
.accounts .block-full-chart {
    max-width: 1150px;
    margin: 30px 0 50px;
}
.accounts .c3-axis-x tspan {
    display: none;
}
.accounts .c3-axis-x .tick:nth-last-child(6n + 2) tspan {
    display: block;
}
@media screen and (min-width: 50.3125em) {
    .accounts .block-small-chart svg {
        margin-left: -45px;
    }
}
.accounts .inline-login .logintitle {
    font-size: 1.5rem;
    margin-bottom: 0.41667em;
}
@media screen and (min-width: 30em) {
    .accounts .inline-login .logintitle {
        font-size: 1.625rem;
    }
}
@media screen and (min-width: 37.5em) {
    .accounts .inline-login .logintitle {
        font-size: 1.8125rem;
    }
}
@media screen and (min-width: 60.9375em) {
    .accounts .inline-login .logintitle {
        font-size: 2rem;
    }
}
@media screen and (min-width: 60.9375em) {
    .accounts .inline-login .logintitle {
        margin-bottom: 0.75em;
    }
}
.accounts .inline-login .loginmain {
    margin-top: 1em;
    margin-bottom: 30px;
}
@media screen and (min-width: 50.3125em) {
    .accounts .inline-login .loginmain {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .accounts .inline-login .loginmain.-center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
}
@media screen and (min-width: 50.3125em) {
    .accounts .inline-login {
        max-width: 850px !important;
    }
    .accounts .inline-login .loginmain {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        margin-top: 20px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .accounts .inline-login .loginmain > .logintype {
        width: calc(50% - 30px);
    }
    .accounts .inline-login .loginmain > .ui-divider {
        width: 2px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .accounts .inline-login .loginmain > .ui-divider::after {
        width: auto;
        height: 50px;
    }
    .accounts .inline-login .loginwithsocial {
        margin: 10px 0;
    }
}
.sticky-container {
    max-width: 1140px;
    margin: 0 auto;
}
.sticky-container .heading-1 {
    margin-bottom: 5px;
}
.case-nav.fixed {
    z-index: 20;
    margin: 0 auto;
}
.case-nav.fixed .sticky-container {
    max-width: 1158px;
}
@media screen and (min-width: 46.875em) {
    .case-nav.fixed {
        top: 60px;
        left: 50%;
        width: 100%;
        padding: 10px 0 15px 15px;
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .case-nav.fixed .heading-1 {
        overflow: hidden;
        margin-top: 0;
        margin-bottom: 0.5em;
        font-size: 1.375rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .case-nav.fixed .nav-links {
        overflow-x: scroll;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    .case-nav.fixed .nav-links::-webkit-scrollbar {
        display: none;
    }
}
@media screen and (min-width: 60.9375em) {
    .case-nav.fixed {
        top: 66px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 50.25em) {
    .consumer-center .listing-columns.-large-gaps > div,
    .consumer-center .listing-columns > div:first-child {
        padding-bottom: 30px;
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 50.3125em) {
    .consumer-center .listing-columns + .listing-columns {
        margin-top: 50px;
    }
}
.consumer-center .main-image {
    text-align: center;
}
.consumer-center .main-image img {
    max-width: 100%;
}
@media screen and (max-width: 46.8125em) {
    .consumer-center .main-image {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 46.875em) {
    .consumer-center .main-image {
        float: right;
        width: 52.17391%;
        margin-left: 50px;
    }
}
.legal-jobs [class*="heading-"] {
    margin-bottom: 1.4em;
}
.legal-jobs .stripe-main-image .text {
    margin-bottom: 1.1em;
}
@media screen and (max-width: 37.4375em) {
    .legal-jobs .stripe-main-image .main-content {
        padding-top: 30px;
    }
}
@media screen and (max-width: 46.8125em) {
    .legal-jobs .stripe-main-image .button-container,
    .legal-jobs .stripe-view .button-container {
        text-align: center;
    }
}
.legal-jobs .stripe-features [class*="heading-"] {
    margin-bottom: 1.05em;
}
.legal-jobs .stripe-features strong {
    display: block;
    margin-top: 0.25em;
}
.legal-jobs .stripe-view .button {
    min-width: 230px;
}
@media screen and (max-width: 46.8125em) {
    .legal-jobs .stripe-view [class*="heading-"] {
        text-align: center;
    }
}
.legal-jobs .stripe-submit .main-content {
    max-width: 880px;
    margin: 0 auto;
}
.legal-jobs .stripe-submit a:hover {
    color: currentColor;
}
.legal-jobs .stripe-submit [class*="heading-"] {
    margin-bottom: 1.25em;
    text-align: center;
}
.legal-jobs .stripe-submit form {
    max-width: 650px;
    padding: 20px 15px 27px;
    margin: 30px auto 0;
}
.legal-jobs .stripe-submit form legend {
    display: block;
    padding-top: 8px;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    font-weight: 700;
    text-align: center;
}
.legal-jobs .stripe-submit form .button {
    margin-top: 25px;
}
@media screen and (min-width: 37.5em) {
    .legal-jobs .stripe-submit form {
        padding-top: 40px;
        padding-bottom: 55px;
    }
}
.legal-jobs .stripe-submit .jfld-date-group .flabel {
    color: rgba(79, 79, 79, 0.6);
}
@media screen and (min-width: 37.5em) {
    .legal-jobs .stripe-submit form {
        padding-right: 50px;
        padding-left: 50px;
    }
}
.legal-jobs .stripe-resources .list-columns {
    max-width: 715px;
    margin: 40px auto 0;
}
@media screen and (min-width: 60.9375em) {
    .legal-jobs .stripe-resources .list-columns {
        margin-top: 80px;
    }
}
body.company .stripe-main-image {
    max-width: 1200px;
    margin: 0 auto;
}
body.company .stripe-main-image > .main-content {
    margin-right: 2.08333%;
    margin-left: 2.08333%;
}
.media-contact {
    max-width: 650px;
    margin: 0 auto;
}
.media-contact .image {
    text-align: center;
}
.media-contact img {
    max-width: 100%;
    height: auto;
}
@media screen and (min-width: 30em) {
    .media-contact .content,
    .media-contact.-simple {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .media-contact .content .address,
    .media-contact .content .content,
    .media-contact.-simple .address,
    .media-contact.-simple .content {
        width: 46.92308%;
    }
    .media-contact.-simple {
        max-width: 400px;
    }
    .media-contact.-simple .image {
        width: 27.5%;
    }
    .media-contact.-simple .content {
        width: calc(100% - 40%);
        margin-left: 12.5%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
}
@media screen and (min-width: 37.5em) {
    .media-contact {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .media-contact .image {
        width: 16.92308%;
    }
    .media-contact .content {
        width: calc(100% - 24.61538%);
        margin-left: 7.69231%;
    }
    .media-contact .content p {
        margin-top: 0;
    }
}
@media screen and (min-width: 46.875em) {
    .media-contact {
        font-size: 1.125rem;
    }
}
.contracts-wrapper table {
    margin: initial;
    border-spacing: initial;
    border-collapse: initial;
}
.contracts-wrapper table td,
.contracts-wrapper table th {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    vertical-align: initial;
}
#opinion hr {
    border: solid #dbdbdb;
    border-width: 1px 0 0;
    margin: 2em 0;
}
.border-boulder {
    border: 1px solid #7a7a7a;
}
.subscribe-text {
    display: block;
    margin-bottom: 1em;
}
.subscribe-text + .button {
    width: 100%;
}
@media screen and (min-width: 30em) {
    .subscribe-text {
        float: left;
        width: calc(100% - 130px);
        margin-bottom: 0;
    }
    .subscribe-text + .button {
        float: right;
        width: auto;
    }
}
.list-years {
    max-width: 350px;
    margin: 0 auto;
}
@media screen and (min-width: 50.3125em) {
    .list-years {
        max-width: 688px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 71.875em) {
    .-hide-supreme {
        display: none !important;
    }
}
.hr-supreme {
    border: solid #ddd;
    border-width: 1px 0 0;
    margin: 0.5em 1.7em 1.3em 0;
}
.trademark-image-wrapper {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
    overflow: hidden;
    width: 112px;
    height: 112px;
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    vertical-align: top;
}
.trademark-card {
    text-align: center;
}
.trademark-card-summary {
    width: 100%;
    text-align: left;
}
@media screen and (min-width: 37.5em) {
    .trademark-card-summary {
        display: inline-block;
        width: calc(100% - 190px);
        margin-left: 20px;
    }
}
.trademark-card-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    vertical-align: top;
}
@media screen and (min-width: 37.5em) {
    .trademark-card-image {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: inline-flex;
        margin: 0;
    }
}
.trademark-image {
    max-width: 100%;
}
.trademark-clickable-cell {
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.trademark-clickable-cell:hover {
    border: 1px solid #084aab;
    margin: -1px;
    text-decoration: none !important;
}
.pdf-iframe {
    width: 100%;
    height: 1040px;
    border: 0;
}
.pdf-icon::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAHhSURBVDjLjZPLSxtRFIfVZRdWi0oFBf+BrhRx5dKVYKG4tLhRqlgXPmIVJQiC60JCCZYqFHQh7rrQlUK7aVUUfCBRG5RkJpNkkswrM5NEf73n6gxpHujAB/fOvefjnHM5VQCqCPa1MNoZnU/Qxqhx4woE7ZZlpXO53F0+n0c52Dl8Pt/nQkmhoJOCdUWBsvQJ2u4ODMOAwvapVAqSJHGJKIrw+/2uxAmuJgFdMDUVincSxvEBTNOEpmlIp9OIxWJckMlkoOs6AoHAg6RYYNs2kp4RqOvfuIACVFVFPB4vKYn3pFjAykDSOwVta52vqW6nlEQiwTMRBKGygIh9GEDCMwZH6EgoE+qHLMuVBdbfKwjv3yE6Ogjz/PQ/CZVDPSFRRYE4/RHy1y8wry8RGWGSqyC/nM1meX9IQpQV2JKIUH8vrEgYmeAFwuPDCHa9QehtD26HBhCZnYC8ucGzKSsIL8wgsjiH1PYPxL+vQvm5B/3sBMLyIm7GhhCe90BaWykV/Gp+VR9oqPVe9vfBTsruM1HtBKVPmFIUNusBrV3B4ev6bsbyXlPdkbr/u+StHUkxruBPY+0KY8f38oWX/byvNAdluHNLeOxDB+uyQQfPCWZ3NT69BYJWkjxjnB1o9Fv/ASQ5s+ABz8i2AAAAAElFTkSuQmCC);
    content: "";
}
.fn {
    font-weight: 700;
}
.fn-s {
    display: block;
    margin-left: -15px;
    font-size: 0.8em;
}
.jtooltip {
    display: inline-block;
    margin-left: 10px;
}
.jtooltip span {
    position: relative;
    float: left;
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 3px;
}
.jtooltip span::after {
    position: absolute;
    z-index: 115;
    top: 20px;
    right: -100px;
    padding: 4px 8px;
    border-radius: 2px;
    background-color: #323232;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    text-shadow: none;
    white-space: nowrap;
    content: attr(data-badge-text);
    pointer-events: none;
}
.jtooltip span::before {
    position: absolute;
    top: 15px;
    left: 3px;
    display: block;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-bottom: 6px solid #323232;
    border-left: 7px solid transparent;
    content: "";
}
.jtooltip span::after,
.jtooltip span::before {
    opacity: 0;
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.jtooltip span:hover::after {
    top: 30px;
}
.jtooltip span:hover::before {
    top: 25px;
}
.jtooltip span:hover::after,
.jtooltip span:hover::before {
    opacity: 1;
}
.jtooltip span.icon {
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    margin-right: 5px;
}
.pg-number {
    color: #7a7a7a;
    font-size: 0.9em;
}
.pg-number-data {
    position: absolute;
    left: 1em;
    margin-top: 0.4em;
    color: #7a7a7a;
    font-size: 0.6em;
}
.indent {
    margin: 0.5em 0;
    margin-bottom: 1em !important;
}
.footnote p {
    margin: 0;
}
@media screen and (min-width: 60.9375em) {
    .grid-wrapper--0 > [class*="col--"].premium-page-column-padding {
        padding-left: 60px;
    }
}
.close-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
.close-btn::before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url('data:image/svg+xml;utf8,<svg id="cross-rounded" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M25.406 4.625a14.789 14.789 0 0 0-20.75 0A14.272 14.272 0 0 0 .281 15a14.512 14.512 0 0 0 14.625 14.625 15.4 15.4 0 0 0 10.5-4.125 14.787 14.787 0 0 0 0-20.875zm-1.875 19a11.806 11.806 0 0 1-8.625 3.625 12.314 12.314 0 0 1-8.625-3.625A11.806 11.806 0 0 1 2.656 15a12.314 12.314 0 0 1 3.625-8.625 11.806 11.806 0 0 1 8.625-3.625 11.806 11.806 0 0 1 8.625 3.625 12.222 12.222 0 0 1 0 17.25z" fill="#aaa"/><path d="M16.75 15.063l2.688-2.687a1.237 1.237 0 0 0-1.75-1.75L15 13.313l-2.687-2.687a1.237 1.237 0 0 0-1.75 1.75l2.688 2.688-2.562 2.563a1.208 1.208 0 0 0 0 1.75 1.135 1.135 0 0 0 .875.375 1.35 1.35 0 0 0 .875-.375L15 16.813l2.563 2.563a1.208 1.208 0 0 0 1.75 0 1.208 1.208 0 0 0 0-1.75z" fill="#aaa"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
}
.blog-post-featured-image {
    margin-bottom: 0.5em;
}
.blog-post-featured-image.-cover {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 30%;
    margin-top: 0.7em;
}
.blog-post-featured-image.-cover img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (min-width: 60.9375em) {
    .blog-post-featured-image {
        margin-bottom: 0;
    }
    .blog-post-featured-image.-cover {
        padding-top: 60%;
    }
}
.fileinput-exists .current-photo,
.fileinput-exists .current-photo-label,
.fileinput-exists .delete-button,
.fileinput-exists .edit-button {
    display: none !important;
}
.photo-container {
    position: relative;
    width: auto;
    min-width: 300px;
}
@media screen and (min-width: 21.25em) {
    .photo-container {
        min-width: 320px;
    }
}
.photo-container .delete-button {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    padding: 10px !important;
}
.photo-container #jcrop_target {
    display: block !important;
}
.photo-container .jcrop-holder {
    position: absolute !important;
    z-index: 0;
    top: 0;
    left: 0;
    margin: 0 auto;
}
.photo-container .rotate-button {
    position: absolute;
    z-index: 1;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fixed {
    position: fixed !important;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
.clear-both {
    clear: both;
}
.pull-right {
    float: right !important;
}
.pull-right.with-margin {
    margin-bottom: 10px;
    margin-left: 20px;
}
.pull-right.with-margin-large {
    margin-bottom: 30px;
    margin-left: 50px;
}
.pull-left {
    float: left !important;
}
.pull-left.with-margin {
    margin-right: 20px;
    margin-bottom: 10px;
}
@media screen and (max-width: 68.6875em) {
    [class*="pull-"].-no-pull-big-desktop {
        float: none !important;
        margin: 0 !important;
    }
}
.half-centered {
    margin-right: auto;
    margin-left: auto;
}
@media screen and (min-width: 60.9375em) {
    .half-centered {
        max-width: 70%;
    }
}
.no-float {
    float: none;
}
.clearfix {
    zoom: 1;
}
.clearfix::after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    content: " ";
}
.set-maxlimit {
    max-width: 100%;
}
.set-maxlimit.-max-phone {
    max-width: 320px;
}
.set-maxlimit.-max-landscape-phone {
    max-width: 480px;
}
.set-maxlimit.-max-tablet {
    max-width: 600px;
}
.set-maxlimit.-max-medium-tablet {
    max-width: 750px;
}
.set-maxlimit.-max-landscape-tablet {
    max-width: 805px;
}
.set-maxlimit.-max-desktop {
    max-width: 975px;
}
.set-maxlimit.-max-big-desktop {
    max-width: 1100px;
}
.has-padding {
    padding: 0 10px 10px;
}
@media screen and (min-width: 30em) {
    .has-padding {
        padding: 0 20px 20px;
    }
}
.has-padding-25 {
    padding: 0 10px 10px;
}
@media screen and (min-width: 30em) {
    .has-padding-25 {
        padding: 0 20px 20px;
    }
}
@media screen and (min-width: 60.9375em) {
    .has-padding-25 {
        padding: 0 25px 25px;
    }
}
.compare-lawyer-profiles .compare-section.fixed .section-row,
.has-padding-30 {
    padding: 0 10px 10px;
}
@media screen and (min-width: 30em) {
    .compare-lawyer-profiles .compare-section.fixed .section-row,
    .has-padding-30 {
        padding: 0 20px 20px;
    }
}
@media screen and (min-width: 60.9375em) {
    .compare-lawyer-profiles .compare-section.fixed .section-row,
    .has-padding-30 {
        padding: 0 30px 30px;
    }
}
.has-padding-full {
    padding: 10px;
}
@media screen and (min-width: 30em) {
    .has-padding-full {
        padding: 20px;
    }
}
.has-padding-full-10 {
    padding: 10px;
}
@media screen and (min-width: 30em) {
    .has-padding-full-10 {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (min-width: 60.9375em) {
    .has-padding-full-10 {
        padding-right: 30px;
        padding-left: 30px;
    }
}
.has-padding-full-25 {
    padding: 10px;
}
@media screen and (min-width: 30em) {
    .has-padding-full-25 {
        padding: 20px;
    }
}
@media screen and (min-width: 60.9375em) {
    .has-padding-full-25 {
        padding: 25px;
    }
}
.has-padding-full-30 {
    padding: 10px;
}
@media screen and (min-width: 30em) {
    .has-padding-full-30 {
        padding: 20px;
    }
}
@media screen and (min-width: 60.9375em) {
    .has-padding-full-30 {
        padding: 30px;
    }
}
.has-padding-content-block {
    padding: 20px 10px;
}
@media screen and (min-width: 30em) {
    .has-padding-content-block {
        padding: 30px 20px;
    }
}
.has-padding-content-block-25 {
    padding: 20px 10px;
}
@media screen and (min-width: 30em) {
    .has-padding-content-block-25 {
        padding: 30px 20px;
    }
}
@media screen and (min-width: 60.9375em) {
    .has-padding-content-block-25 {
        padding: 25px;
    }
}
.has-padding-content-block-30 {
    padding: 20px 10px;
}
@media screen and (min-width: 30em) {
    .has-padding-content-block-30 {
        padding: 30px 20px;
    }
}
@media screen and (min-width: 60.9375em) {
    .has-padding-content-block-30 {
        padding: 30px;
    }
}
.has-padding-content-block-30-large {
    padding: 20px 10px;
}
@media screen and (min-width: 30em) {
    .has-padding-content-block-30-large {
        padding: 30px 20px;
    }
}
@media screen and (min-width: 37.5em) {
    .has-padding-content-block-30-large {
        padding: 3em 30px;
    }
}
.has-padding-content-block-x2large {
    padding: 20px 10px;
}
@media screen and (min-width: 30em) {
    .has-padding-content-block-x2large {
        padding: 30px 20px;
    }
}
@media screen and (min-width: 37.5em) {
    .has-padding-content-block-x2large {
        padding: 50px 30px;
    }
}
@media screen and (min-width: 60.9375em) {
    .has-padding-content-block-x2large {
        padding: 70px 30px;
    }
}
.has-margin-top-5 {
    margin-top: 5px;
}
.has-margin-bottom-5 {
    margin-bottom: 5px;
}
.has-margin-top-10 {
    margin-top: 10px;
}
.has-margin-bottom-10 {
    margin-bottom: 10px;
}
.has-margin-top-15 {
    margin-top: 15px;
}
.has-margin-bottom-15 {
    margin-bottom: 15px;
}
.has-margin-top-20 {
    margin-top: 20px;
}
.has-margin-bottom-20 {
    margin-bottom: 20px;
}
.has-margin-top-30 {
    margin-top: 30px;
}
.has-margin-bottom-30 {
    margin-bottom: 30px;
}
.has-margin-top-50 {
    margin-top: 50px;
}
.has-margin-bottom-50 {
    margin-bottom: 50px;
}
.has-border-top-mercury {
    border-top: 1px solid #e5e5e5;
}
.has-border-rounded {
    border-radius: 50%;
}
.has-no-margin {
    margin: 0 !important;
}
.has-no-padding {
    padding: 0 !important;
}
.has-no-top-padding {
    padding-top: 0 !important;
}
.has-no-top-margin {
    margin-top: 0 !important;
}
.has-no-right-padding {
    padding-right: 0 !important;
}
.has-no-right-margin {
    margin-right: 0 !important;
}
.has-no-bottom-padding {
    padding-bottom: 0 !important;
}
.has-no-bottom-margin {
    margin-bottom: 0 !important;
}
.has-no-left-padding {
    padding-left: 0 !important;
}
.has-no-left-margin {
    margin-left: 0 !important;
}
.has-no-list-styles {
    padding: 0;
    list-style-type: none;
}
.has-no-border {
    border: 0 !important;
}
.has-no-border-radius {
    border-radius: 0 !important;
}
.has-no-border-top {
    border-top: 0 !important;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}
.has-no-border-right {
    border-right: 0 !important;
}
.has-no-border-bottom {
    border-bottom: 0 !important;
}
.has-no-border-left {
    border-left: 0 !important;
}
.has-negative-sides {
    margin-right: -10px;
    margin-left: -10px;
}
@media screen and (min-width: 30em) {
    .has-negative-sides {
        margin-right: -20px;
        margin-left: -20px;
    }
}
.has-negative-sides-25 {
    margin-right: -10px;
    margin-left: -10px;
}
@media screen and (min-width: 30em) {
    .has-negative-sides-25 {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media screen and (min-width: 60.9375em) {
    .has-negative-sides-25 {
        margin-right: -25px;
        margin-left: -25px;
    }
}
.has-negative-sides-30 {
    margin-right: -10px;
    margin-left: -10px;
}
@media screen and (min-width: 30em) {
    .has-negative-sides-30 {
        margin-right: -20px;
        margin-left: -20px;
    }
}
@media screen and (min-width: 60.9375em) {
    .has-negative-sides-30 {
        margin-right: -30px;
        margin-left: -30px;
    }
}
.compare-lawyer-profiles .compare-section.fixed,
.has-topnav-padding {
    padding-top: 51px;
}
@media screen and (min-width: 37.5em) {
    .compare-lawyer-profiles .compare-section.fixed,
    .has-topnav-padding {
        padding-top: 60px;
    }
}
@media screen and (min-width: 60.9375em) {
    .compare-lawyer-profiles .compare-section.fixed,
    .has-topnav-padding {
        padding-top: 0;
    }
}
.compare-lawyer-profiles .compare-section.fixed :target::before,
.has-topnav-padding :target::before,
.has-topnav-padding-offset::before {
    display: block;
    padding-top: 61px;
    margin-top: -61px;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (min-width: 37.5em) {
    .compare-lawyer-profiles .compare-section.fixed :target::before,
    .has-topnav-padding :target::before,
    .has-topnav-padding-offset::before {
        padding-top: 70px;
        margin-top: -70px;
    }
}
@media screen and (min-width: 60.9375em) {
    .compare-lawyer-profiles .compare-section.fixed :target::before,
    .has-topnav-padding :target::before,
    .has-topnav-padding-offset::before {
        padding-top: 76px;
        margin-top: -76px;
    }
}
.compare-lawyer-profiles .compare-section.fixed :target.offset-block::before,
.has-topnav-padding :target.offset-block::before,
.has-topnav-padding-offset.offset-block::before {
    position: static;
    display: block;
}
.has-more-button {
    position: relative;
}
@media screen and (min-width: 37.5em) {
    .has-more-button .more {
        position: absolute;
        top: 6px;
        right: 0;
    }
}
.bg-alabaster {
    background-color: #fafafa !important;
}
.bg-whitesmoke {
    background-color: #f5f5f5 !important;
}
.bg-wild-sand {
    background-color: #f4f4f4 !important;
}
.bg-concrete {
    background-color: #f2f2f2 !important;
}
.bg-seashell {
    background-color: #f1f1f1 !important;
}
.bg-gallery {
    background-color: #efefef !important;
}
.bg-mercury {
    background-color: #e5e5e5 !important;
}
.bg-gainsboro {
    background-color: #dcdcdc !important;
}
.bg-alto {
    background-color: #dbdbdb !important;
}
.bg-lightgray {
    background-color: #d3d3d3 !important;
}
.bg-silver {
    background-color: silver !important;
}
.bg-nobel {
    background-color: #b3b3b3 !important;
}
.bg-silver-chalice {
    background-color: #acacac !important;
}
.bg-darkgray {
    background-color: #a9a9a9 !important;
}
.bg-dusty-gray {
    background-color: #999 !important;
}
.bg-normal-gray {
    background-color: grey !important;
}
.bg-boulder {
    background-color: #7a7a7a !important;
}
.bg-dove-gray {
    background-color: #6c6c6c !important;
}
.bg-dimgray {
    background-color: #696969 !important;
}
.bg-scorpion {
    background-color: #565656 !important;
}
.bg-emperor {
    background-color: #4f4f4f !important;
}
.bg-tundora {
    background-color: #424242 !important;
}
.bg-mine-shaft {
    background-color: #323232 !important;
}
.bg-cod-gray {
    background-color: #1a1a1a !important;
}
.bg-black {
    background-color: #000 !important;
}
.bg-catalina-blue,
.bg-justia-blue {
    background-color: #000000 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-gray {
    background-color: #b1b3b3 !important;
}
.bg-bright-blue,
.bg-cerulean {
    background-color: #00b3e3 !important;
}
.bg-red {
    background-color: #e2231a !important;
}
.bg-orange {
    background-color: #ff6b00 !important;
}
.bg-green-mint {
    background-color: #3fd5ae !important;
}
.bg-bright-green {
    background-color: #00af41 !important;
}
.bg-supernova,
.bg-yellow-sun {
    background-color: #ffc700 !important;
}
.bg-brown {
    background-color: #784d28 !important;
}
.bg-science-blue {
    background-color: #0a56c6 !important;
}
.bg-cobalt {
    background-color: #084aab !important;
}
.bg-kashmir-blue {
    background-color: #4c6b97 !important;
}
.bg-deep-sapphire {
    background-color: #052a60 !important;
}
.bg-blue-whale {
    background-color: #052450 !important;
}
.bg-guardsman-red {
    background-color: #ba0000 !important;
}
.bg-maroon {
    background-color: #830000 !important;
}
.bg-sunset-orange {
    background-color: #ff534b !important;
}
.bg-green {
    background-color: green !important;
}
.bg-vivid-red {
    background-color: #e62117 !important;
}
.bg-lightblue-gradient {
    background-image: -webkit-linear-gradient(bottom, #a7e2f9, #fff 80%);
    background-image: linear-gradient(to top, #a7e2f9, #fff 80%);
}
.bg-lightblue {
    background-color: #f0f5f7;
}
.bg-lighter-blue {
    background-color: #f2fbff;
}
.lazy-background {
    background-image: none !important;
}
.width-100 {
    display: block !important;
    width: 100% !important;
}
.width-100-v2 {
    width: 100% !important;
}
.width-80 {
    width: 80% !important;
}
.width-70 {
    width: 70% !important;
}
.width-60 {
    width: 60% !important;
}
.width-50 {
    width: 50% !important;
}
.width-40 {
    width: 40% !important;
}
.width-30 {
    width: 30% !important;
}
.width-20 {
    width: 20% !important;
}
@media screen and (max-width: 68.6875em) {
    .reset-width-below-big-desktop {
        width: 100% !important;
    }
    .reset-max-width-below-big-desktop {
        max-width: none !important;
    }
}
@media screen and (max-width: 60.875em) {
    .reset-width-below-desktop {
        width: 100% !important;
    }
    .reset-max-width-below-desktop {
        max-width: none !important;
    }
}
@media screen and (max-width: 50.25em) {
    .reset-width-below-landscape-tablet {
        width: 100% !important;
    }
    .reset-max-width-below-landscape-tablet {
        max-width: none !important;
    }
}
@media screen and (max-width: 46.8125em) {
    .reset-width-below-medium-tablet {
        width: 100% !important;
    }
    .reset-max-width-below-medium-tablet {
        max-width: none !important;
    }
}
@media screen and (max-width: 37.4375em) {
    .reset-width-below-tablet {
        width: 100% !important;
    }
    .reset-max-width-below-tablet {
        max-width: none !important;
    }
}
@media screen and (max-width: 29.9375em) {
    .reset-width-below-landscape-phone {
        width: 100% !important;
    }
    .reset-max-width-below-landscape-phone {
        max-width: none !important;
    }
}
.hidden,
.hidden-content {
    display: none !important;
}
.visuallyhidden {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
}
@media screen and (max-width: 29.9375em) {
    .-hide-landscape-phone {
        display: none !important;
    }
}
@media screen and (max-width: 37.4375em) {
    .-hide-tablet {
        display: none !important;
    }
}
@media screen and (max-width: 46.8125em) {
    .-hide-medium-tablet {
        display: none !important;
    }
}
@media screen and (max-width: 50.25em) {
    .-hide-landscape-tablet {
        display: none !important;
    }
}
@media screen and (max-width: 60.875em) {
    .-hide-desktop {
        display: none !important;
    }
}
@media screen and (max-width: 68.6875em) {
    .-hide-big-desktop {
        display: none !important;
    }
}
@media screen and (min-width: 30em) {
    .-show-landscape-phone {
        display: none !important;
    }
}
@media screen and (min-width: 37.5em) {
    .-show-tablet {
        display: none !important;
    }
}
@media screen and (min-width: 46.875em) {
    .-show-medium-tablet {
        display: none !important;
    }
}
@media screen and (min-width: 50.3125em) {
    .-show-landscape-tablet {
        display: none !important;
    }
}
@media screen and (min-width: 60.9375em) {
    .-show-desktop {
        display: none !important;
    }
}
@media screen and (min-width: 68.75em) {
    .-show-big-desktop {
        display: none !important;
    }
}
.-overflow-hidden {
    overflow: hidden;
}
.-display-block {
    display: block !important;
}
.-display-inline {
    display: inline !important;
}
.-display-inline-block {
    display: inline-block !important;
}
.-display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.cursor-default {
    cursor: default;
}
.cursor-disabled {
    cursor: not-allowed;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-help {
    cursor: help;
}
.cursor-text {
    cursor: text;
}
.zebra .-zb:nth-child(odd) {
    background-color: #f4f4f4;
}
.align-top {
    vertical-align: top;
}
.align-middle {
    vertical-align: middle;
}
.align-middle.-display-flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.align-bottom {
    vertical-align: bottom;
}
.align-bottom.-display-flex {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.text-extended {
    overflow: hidden;
    height: auto;
}
.faded-text {
    position: relative;
    text-overflow: unset;
    overflow: hidden;
    white-space: nowrap;
}
.faded-text::after {
    position: absolute;
    z-index: 5;
    right: -1px;
    bottom: 0;
    display: block;
    box-sizing: content-box;
    width: 15%;
    height: 100%;
    background-image: -webkit-linear-gradient(right, #fff 35%, rgba(255, 255, 255, 0.3));
    background-image: linear-gradient(to left, #fff 35%, rgba(255, 255, 255, 0.3));
    background-repeat: repeat-y;
    content: "";
}
.opacity-0 {
    opacity: 0;
}
.opacity-0-1 {
    opacity: 0.1;
}
.opacity-0-2 {
    opacity: 0.2;
}
.opacity-0-3 {
    opacity: 0.3;
}
.opacity-0-4 {
    opacity: 0.4;
}
.opacity-0-5 {
    opacity: 0.5;
}
.opacity-0-6 {
    opacity: 0.6;
}
.opacity-0-7 {
    opacity: 0.7;
}
.opacity-0-8 {
    opacity: 0.8;
}
.opacity-0-9 {
    opacity: 0.9;
}
.opacity-1 {
    opacity: 1;
}
.fade-sides {
    position: relative;
}
.fade-sides::before {
    left: 0;
    background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.fade-sides::after {
    right: 0;
    background-image: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}
.fade-sides::after,
.fade-sides::before {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 10%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    pointer-events: none;
}
.height-auto {
    height: auto;
}
.-flex-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.-flex-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
}
.-flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
@media print {
    @page {
        margin: 20mm;
        size: 215.9mm 279.3mm;
    }
    .hide-print {
        display: none !important;
    }
    body {
        display: block;
        background-color: #fff;
        font-size: 12pt;
        line-height: 1.5;
        font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
    }
    body.sticky-footer {
        display: block;
        height: auto;
        min-height: none;
    }
    body.sticky-footer .main-content {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        flex: none;
    }
    body.ie11-sticky-short-footer .main-content {
        min-height: none;
    }
    .heading-1,
    h1 {
        font-size: 24pt;
    }
    .heading-2,
    h2 {
        font-size: 20pt;
    }
    .heading-3,
    h3 {
        font-size: 18pt;
    }
    .heading-4,
    h4 {
        font-size: 15pt;
    }
    .heading-5,
    h5 {
        font-size: 12pt;
    }
    .heading-6,
    h6 {
        font-size: 10pt;
    }
    .xtiny-font {
        font-size: 10pt;
    }
    .tiny-font {
        font-size: 12pt;
    }
    .small-font,
    .to-small-font {
        font-size: 14pt;
    }
    .normal-font,
    .to-normal-font {
        font-size: 16pt;
    }
    .large-font,
    .to-large-font {
        font-size: 18pt;
    }
    .to-xlarge-font,
    .xlarge-font {
        font-size: 20pt;
    }
    .to-x2large-font,
    .x2large-font {
        font-size: 22pt;
    }
    .to-x3large-font,
    .x3large-font {
        font-size: 25pt;
    }
    a {
        color: #000 !important;
    }
    p a {
        word-wrap: break-word;
    }
    #header {
        background-color: transparent;
    }
    .text-diminished {
        overflow: visible;
        max-height: none !important;
    }
    .text-diminished::after {
        display: none;
    }
    .jcard {
        border: 0;
    }
    .font-helvetica,
    .font-opensans,
    .font-roboto {
        font-family: "Helvetica", sans-serif;
        /*font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;*/
    }
    #main-content {
        padding: 0;
    }
    .-hide-desktop,
    .-hide-landscape-phone,
    .-hide-landscape-tablet,
    .-hide-tablet {
        display: none !important;
    }
    #footer,
    #sticky-nav,
    #subnavigation,
    .breadcrumbs,
    .button,
    .sidebar,
    button,
    form,
    img,
    input,
    nav,
    textarea {
        display: none !important;
    }
    .show-print {
        display: block !important;
    }
    td.show-print {
        display: table-cell !important;
    }
    .case-nav.fixed {
        position: relative !important;
    }
    .case-nav .nav-wrap {
        display: none !important;
    }
    .tabbed-content > div {
        display: block !important;
    }
    .tab-nav .tab-item-selected {
        border-color: currentColor;
    }
}
.jfld-group {
    margin-bottom: 10px;
}
