/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
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: 2em;
  margin: 0.67em 0;
}
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 {
  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 #f73c3c;
}
.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 #f73c3c;
}
.form-v2 input[type='checkbox']:checked,
.ui-form input[type='checkbox']:checked {
  background-image: url(../images/checkbox.svg);
  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;
  transition-property: border-color, background-color, box-shadow;
}
.form-v2 input[type='radio']:checked,
.ui-form input[type='radio']:checked {
  background-color: #f73c3c;
  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(https://justatic.com/v/1/shared/images/icons/select-dropdown.svg);
  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: 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(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.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(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.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(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.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(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhpKKSTjw.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(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.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(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Zdc1GAK6b.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(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhpKKSTjw.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(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhrIqOxjaPX.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(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.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(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOUuhpKKSTjw.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: #a30b0b;
  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-helvetica {
  font-family: Arial, Helvetica, sans-serif;
}
.font-roboto {
  font-family: Roboto, sans-serif;
}
.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 {
  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: 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: #a30b0b !important;
}
.color-white {
  color: #fff !important;
}
.color-gray {
  color: #b1b3b3 !important;
}
.color-bright-blue,
.color-cerulean {
  color: #f73c3c !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: #eb2d2d !important;
}
.color-cobalt {
  color: #eb2d2d !important;
}
.color-kashmir-blue {
  color: #4c6b97 !important;
}
.color-deep-sapphire {
  color: #900202 !important;
}
.color-blue-whale {
  color: #900202 !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: flex;
  justify-content: space-between;
  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.-single-column {
  width: 100%;
  max-width: unset;
}
.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: 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: flex;
  height: 100%;
  min-height: 100vh;
  flex-direction: column;
}
body.sticky-footer .main-content {
  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: #a30b0b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sticky-nav {
  zoom: 1;
  position: fixed;
  z-index: 40;
  width: 100%;
  background-color: #a30b0b;
  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: #eb2d2d;
  line-height: 30px;
  text-indent: -9999px;
  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;
}
@media (min-width: 37.5em) {
  #sticky-nav #header-nav .topnav-button {
    transition: background-color 0.3s ease;
  }
}
#sticky-nav #header-nav .topnav-button:hover {
  background-color: #eb2d2d;
}
#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: #900202;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
  text-indent: 0;
}
#sticky-nav #header-nav .login-buttons a:hover {
  background: #fff;
  color: #900202;
}
#sticky-nav #header-nav #my-account {
  background-color: transparent;
  box-shadow: 0 0 0 0 #eb2d2d;
  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: #eb2d2d;
  box-shadow: 0 0 0 2px #eb2d2d;
  cursor: pointer;
}
@media screen and (max-width: 60.9375em) {
  .search-form-active #sticky-nav #header-nav .search-icon {
    background-color: #eb2d2d;
  }
  .search-form-active #sticky-nav #header-nav .search-icon:hover {
    background-color: #eb2d2d;
  }
}
@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: #eb2d2d;
  }
  .login-buttons-active
    #sticky-nav
    #header-nav
    .login-buttons
    .login-buttons-wrapper {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
  }
  .login-buttons-active #sticky-nav #header-nav .login-buttons:hover {
    background-color: #eb2d2d;
  }
  #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: #eb2d2d;
  }
  #sticky-nav #header-nav .login-buttons .login:hover {
    background: #ff4949;
    transition: 0.3s;
  }
  #sticky-nav #header-nav .login-buttons .login:active {
    background: #900202;
  }
  #sticky-nav #header-nav .login-buttons .sign-up {
    width: 90px;
    border-left: 2px solid #900202;
    background: #eb2d2d;
  }
  #sticky-nav #header-nav .login-buttons .sign-up:hover {
    background: #ff4949;
    transition: 0.3s;
  }
  #sticky-nav #header-nav .login-buttons .sign-up:active {
    background: #900202;
  }
  #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: #eb2d2d;
    box-shadow: 0 0 0 2px #eb2d2d;
  }
  #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: flex;
    width: 100%;
    padding-right: 5px;
    justify-content: space-between;
    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;
    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;
    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;
    transition: opacity 0.3s ease;
  }
  body.burger-active #subnavigation .subnavigation-wrapper {
    visibility: visible;
  }
  body.burger-active #hamburger {
    background-color: #900202;
  }
  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 {
    transform: rotate(45deg);
  }
  body.burger-active #hamburger .inner-ham .ln2-2 {
    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 #900202;
  border-width: 0 1px 0 0;
  margin: 0;
  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;
  transition-property: top, left, transform, width, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  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: #900202;
  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: #900202;
}
#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: #900202;
  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 #eb2d2d;
    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: 15px;
    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 ul > li:last-child:hover .sublist {
    right: 0;
    left: unset;
  }
}
@media screen and (min-width: 60.9375em) and (min-width: 67.1875em) {
  #subnavigation ul > li:last-child:hover .sublist {
    right: unset;
    left: 0;
  }
}
@media screen and (min-width: 60.9375em) {
  #subnavigation .sublist {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    overflow: hidden;
    min-width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.75em;
    border-top: 6px solid transparent;
    background-color: #a30b0b;
    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 2em;
    background-color: #a30b0b;
  }
  #subnavigation .sublist li:hover {
    background-color: #900202;
  }
  #subnavigation .sublist .sublist-section-title a {
    font-weight: 700;
    text-transform: uppercase;
  }
  #subnavigation .sublist .sublist-section {
    margin-bottom: 1em;
  }
  #subnavigation .sublist .sublist-section:last-child {
    margin-bottom: 0;
  }
  #subnavigation .sublist .sublist-section:last-child li:last-child::after {
    display: none;
  }
  #subnavigation .sublist .sublist-section li:last-child {
    position: relative;
  }
  #subnavigation .sublist .sublist-section li:last-child::after {
    position: absolute;
    z-index: 1;
    top: 2.25em;
    left: 1.5em;
    display: block;
    width: calc(100% - 3em);
    height: 1px;
    background-color: #fff;
    content: '';
  }
}
#search-form-wrapper {
  position: fixed;
  top: 51px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: auto;
  padding: 20px;
  background: #900202;
}
.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 {
    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;
    transform: scale(0.78) translateX(2px);
    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: #eb2d2d;
  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;
    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: #eb2d2d;
    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: #eb2d2d;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
}
.search-form button:hover {
  background-color: #eb2d2d;
  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;
}
.stripes .stripe-wrapper.-full-size {
  width: 100%;
  max-width: unset;
  margin: 0;
}
.stripe {
  clear: both;
}
.stripe > .wrapper {
  position: relative;
}
.stripe-v2 {
  clear: both;
  padding: 50px 10px;
  font-size: 1.125rem;
}
@media screen and (min-width: 30em) {
  .stripe-v2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 60.9375em) {
  .stripe-v2 {
    padding: 100px 25px;
  }
}
.stripe-v2 > .wrapper {
  position: relative;
  width: min(950px, 100%);
  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: #264269;
  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: #a30b0b;
  color: #fff;
  text-align: left;
}
#footer a {
  color: #fff;
}
@media (min-width: 37.5em) {
  #footer a {
    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: rgb(97 0 0 / 70%);;
  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: #a30b0b;
}
#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 {
    transform: rotate(-180deg);
  }
  #footer.-v2 .columns .expanded {
    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 {
  transition-property: transform, font-size, color, background-color;
  transition-duration: 0.2s;
  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;
  transform: translateY(-50%);
  pointer-events: none;
}
.floating-label > .ffield {
  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;
  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;
  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;
  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: #a30b0b;
  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;
  transition-property: transform box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.ui-button:hover {
  color: #fff;
  box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.25);
  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: #f73c3c;
}
.ui-button.-bright-blue.-ghost {
  color: #f73c3c !important;
  box-shadow: inset 0 0 0 2px #f73c3c;
}
.ui-button.-bright-blue.-ghost:hover {
  background-color: #f73c3c;
}
.ui-button.-faded-hover:not(.-ghost) {
  transition: background-color 0.2s ease;
}
.ui-button.-faded-hover:not(.-ghost):hover {
  background-color: #900202;
  box-shadow: unset;
  transform: none;
}
.ui-button.-red.-faded-hover:not(.-ghost):hover {
  background-color: #ba0000;
}
.ui-button.-bright-blue.-faded-hover:not(.-ghost):hover {
  background-color: #ff4949;
}
.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: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1;
  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;
  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(https://justatic.com/v/1/shared/images/icons/version2/simple/cross.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  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(https://justatic.com/v/1/shared/images/icons/cross-rounded.svg);
}
.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 {
  transition: opacity 0.2s ease;
  display: flex;
  opacity: 1;
  overflow: hidden;
  height: 3.125rem;
  padding: 0 15px;
  border-radius: 4px;
  flex-wrap: wrap;
  align-items: center;
  background-color: #a30b0b;
  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: flex;
  margin-top: 20px;
  justify-content: space-between;
  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;
  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:target {
  border-top: 0;
}
.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;
  }
}
.supreme .jcard img {
  width: 100% !important;
  height: 100% !important;
}
.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.-white-bg .block-header {
  padding-top: 25px;
  padding-bottom: 0;
}
.block.-boxed .block-footer {
  padding: 0.4em;
  border-top: 1px solid #d3d3d3;
}
@media screen and (min-width: 60.9375em) {
  .block.-boxed.-white-bg {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .block.-boxed.-white-bg .block-header {
    padding: 5px 50px;
  }
}
@media screen and (max-width: 68.6875em) {
  .block {
    margin: 1em auto;
  }
}
.block.-with-icon {
  padding: 0;
  border-width: 0;
  box-shadow: 0 0 7px #ccc;
}
.block.-with-icon[class*='pull'] {
  margin: 1em;
}
.block.-with-icon .block-header {
  display: flex;
  padding: 15px 25px;
  border-radius: 2px 2px 0 0;
  justify-content: flex-start;
  align-items: center;
}
.block.-with-icon .block-header > .jicon {
  margin-right: 15px;
}
.block.-with-icon .block-wrapper {
  padding: 25px;
  border-width: 0 1px 1px;
  border-radius: 0 0 2px 2px;
}
.block.-with-icon .block-wrapper.internal-icon-wrapper .icon-wrapper {
  float: left;
}
.block.-with-icon .block-wrapper.internal-icon-wrapper .text {
  float: left;
  width: calc(100% - 50px);
  margin-top: 0;
  margin-left: 20px;
}
@media screen and (min-width: 60.9375em) {
  .block.-with-icon:not(.pull-right) {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .block.-with-icon:not(.pull-right) .block-wrapper {
    padding: 20px 50px 30px;
  }
  .block.-with-icon:not(.pull-right) .block-wrapper.internal-icon-wrapper {
    padding: 0 50px 30px;
  }
  .block.-with-icon.pull-right .block-wrapper.internal-icon-wrapper {
    padding-top: 0;
  }
}
.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;
  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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cards.-flex .card {
  display: flex;
  flex-direction: column;
}
.cards.-flex .content {
  display: flex;
  flex-wrap: wrap;
  flex: auto;
  align-items: flex-start;
}
.cards.-information-cards {
  display: block;
}
.cards.-information-cards > .wrapper {
  display: flex;
  width: calc(100% + 20px);
  margin: -10px;
  flex-wrap: wrap;
  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: flex;
    height: 2.2em;
    justify-content: 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) {
    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 {
  transition: box-shadow 0.2s ease;
  border-width: 0;
  border-radius: 10px;
  background-color: #fafafa;
  transform-origin: 50% -100%;
  transform-style: preserve-3d;
  perspective: 1300px;
  perspective-origin: top center;
}
.cards.-solid .card:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  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 {
  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: #a30b0b;
  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: flex;
  margin-bottom: 1.6875rem;
  justify-content: 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: flex;
    min-height: 190px;
    padding-left: 190px;
    flex-direction: column;
    flex-wrap: wrap;
    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;
  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: flex;
  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 {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 37.5em) {
  .flex-columns.-cols-in-tablet .flex-col-wrapper {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 46.875em) {
  .flex-columns.-cols-in-medium-tablet .flex-col-wrapper {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 50.3125em) {
  .flex-columns.-cols-in-landscape-tablet .flex-col-wrapper {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 60.9375em) {
  .flex-columns.-cols-in-desktop .flex-col-wrapper {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 68.75em) {
  .flex-columns.-cols-in-big-desktop .flex-col-wrapper {
    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: #a30b0b;
  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: flex;
  width: 100%;
  padding: 0.75em 0.5em !important;
  justify-content: space-between;
  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: #a30b0b;
  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: #900202;
}
@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: flex;
    align-items: center;
  }
  .box-answers-subscription .content-wrapper .box-image {
    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;
  flex: 1;
  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;
  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;
}
@media (min-width: 37.5em) {
  .button {
    transition-property: color, background-color, border-color;
    transition-duration: 0.25s;
    transition-timing-function: ease;
  }
}
.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: #900202;
  border-color: #ffc700;
}
.button-contrast:hover {
  border-color: #ffd233;
  outline: 0;
  background-color: #ffd233;
  color: #900202;
  text-decoration: none;
}
.button-primary {
  background-color: #a30b0b;
  color: #fff;
  border-color: #a30b0b;
}
.button-primary:hover {
  border-color: #900202;
  outline: 0;
  background-color: #900202;
  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: #eb2d2d;
  color: #fff;
  border-color: #eb2d2d;
}
.button-bright:hover {
  border-color: #eb2d2d;
  outline: 0;
  background-color: #eb2d2d;
  color: #fff;
  text-decoration: none;
}
.button-light {
  background-color: #eb2d2d;
  color: #fff;
  border-color: #eb2d2d;
}
.button-light:hover {
  border-color: #f73c3c;
  outline: 0;
  background-color: #f73c3c;
  color: #fff;
  text-decoration: none;
}
.button-bright-blue {
  background-color: #f73c3c;
  color: #fff;
  border-color: #f73c3c;
}
.button-bright-blue:hover {
  border-color: #ff4949;
  outline: 0;
  background-color: #ff4949;
  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: #a30b0b;
  border-color: currentColor;
}
.button-ghost:hover {
  border-color: #a30b0b;
  outline: 0;
  background-color: #efefef;
  color: #a30b0b;
  text-decoration: none;
}
.button-ghost-transparent {
  background-color: transparent;
  color: #a30b0b;
  border-color: currentColor;
}
.button-ghost-transparent:hover {
  border-color: #a30b0b;
  outline: 0;
  background-color: #a30b0b;
  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: #a30b0b;
  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: #f73c3c;
  border-color: currentColor;
}
.button-bright-blue-ghost:hover {
  border-color: #f73c3c;
  outline: 0;
  background-color: #efefef;
  color: #f73c3c;
  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;
}
.button.-v2 {
  padding: 1em 20px;
  font-size: 1rem;
}
.button.-with-icon {
  display: flex;
  align-items: center;
}
.button.-with-icon .jicon {
  width: 1.3em;
  height: 1.3em;
  margin: -0.5em 0.4em -0.5em 0;
  fill: currentColor;
}
.link-button {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.back-to-button {
  vertical-align: middle;
}
.back-to-button .jicon {
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
  fill: currentColor;
}
.-with-spinner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.-with-spinner .jspinner {
  margin: auto auto auto 10px;
}
.jicon {
  display: inline-block;
  background-image: url(../images/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_blue_sprite.svg);
}
.jicon.white {
  background-image: url(../images/icons_white_sprite.svg);
}
.jicon.gray {
  background-image: url(../images/icons_gray_sprite.svg);
}
.jicon.social {
  background-image: url(../images/icons_social_sprite.svg);
}
.jicon.profile {
  background-image: url(../images/icons_profile_sprite.svg);
}
.jicon.special {
  background-image: url(../images/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: #a30b0b;
}
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: #f73c3c;
}
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: #a30b0b;
  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;
  }
}
.ui-badge {
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 50%;
  background-color: #f73c3c;
  color: #fff;
  vertical-align: middle;
}
.ui-badge svg {
  width: 70px;
  height: 70px;
  display: block;
  fill: currentColor;
}
.ui-badge.-green {
  background-color: #008632;
}
.ui-badge.-red {
  background-color: #e2231a;
}
.ui-badge.-text {
  width: auto;
  height: auto;
  padding: 0.3125em 13px;
  border-radius: 1em;
  font-weight: 700;
  line-height: 1;
}
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: flex;
  max-width: 1200px;
  margin: 0 auto -25px;
  flex-wrap: wrap;
  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 {
  transition-property: box-shadow, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  position: relative;
  transform-origin: 50% -100%;
  transform-style: preserve-3d;
  perspective: 1300px;
  perspective-origin: top center;
}
.figures-grid > a.item .item-tooltip {
  position: absolute;
  top: 12px;
  right: -10%;
  display: none;
  padding: 7px 12px;
  border-radius: 5px;
  background-color: #a30b0b;
  color: #fff;
  font-size: 0.875rem;
  text-align: left;
}
.figures-grid > a.item .item-tooltip span {
  display: block;
}
.figures-grid > a.item:focus,
.figures-grid > a.item:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transform: rotateX(4deg);
}
@media screen and (min-width: 60.9375em) {
  .figures-grid > a.item:focus .item-tooltip,
  .figures-grid > a.item:hover .item-tooltip {
    display: block;
  }
}
@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: flex;
  height: 75px;
  margin: 0 auto;
  justify-content: center;
  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 #eb2d2d;
  margin-top: 2em;
}
hr.bright::before {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 100px;
  height: 3px;
  background-color: #eb2d2d;
  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: flex;
  width: 50px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  line-height: 1;
  transform: translateY(-50%);
  content: 'OR';
}
.pill {
  transition-property: background-color, color;
  transition-duration: 0.3s;
  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: flex;
}
.pill.-open {
  background-color: #a1a1a1;
  color: #fff;
}
.pill.-open .dropdown {
  display: block;
}
.pill.-selected {
  background-color: #eb2d2d;
  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: #eb2d2d;
  color: #fff;
}
.pill.-keep-on-selected .pill-label {
  width: calc(100% - 52px);
}
.pill .pill-label {
  display: block;
  overflow: hidden;
  width: calc(100% - 26px);
  order: 1;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}
.pill .pill-icon {
  width: 20px;
  height: 20px;
  transition: background-color 0.3s ease;
  float: right;
  padding: 6px;
  margin-left: 6px;
}
.pill .pill-icon .jicon {
  width: 8px;
  height: 8px;
  transition: fill 0.3s ease;
  display: block;
  fill: currentColor;
}
.pill .pill-icon.dropdown-arrow {
  order: 2;
  pointer-events: none;
}
.pill .pill-icon.cross {
  border-radius: 50%;
  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 #a30b0b;
  background-color: transparent;
  color: #a30b0b;
}
.pill.-blue:hover {
  background-color: #eaeaea;
  color: #a30b0b;
}
.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;
  transform: none;
}
.pill .dropdown-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 13px;
  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: flex;
    flex-wrap: wrap;
    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;
    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;
  transition-property: height opacity;
  transition-duration: 0.3s;
  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 #a30b0b;
}
.tab-nav .tab-item-selected a {
  color: #a30b0b;
}
.tab-nav .tab-item-selected:hover {
  border-color: #a30b0b;
  color: inherit;
}
.tab-nav .tab-item-selected:hover a {
  color: #a30b0b;
}
.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 #a30b0b;
  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 #f73c3c;
}
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 {
  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: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.jfld-date-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  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: flex;
    flex-wrap: wrap;
    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: #eb2d2d;
  box-shadow: inset 0 0 0 2px #fff;
}
.jform-checkbox.-type1 input[type='checkbox']:focus + label {
  outline: 0 solid #eb2d2d;
}
.jform-checkbox.-type1 input[type='checkbox']:focus + label::before {
  border-color: #eb2d2d;
}
.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;
}
.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;
  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: #f73c3c;
  background-color: #f73c3c;
}
.form-v2 .toggle.-enabled::before {
  right: 0;
  left: auto;
}
.form-v2 .toggle.-enabled:focus,
.form-v2 .toggle.-enabled:hover {
  border-color: #ff4949;
  background-color: #ff4949;
}
.form-v2 .jfld-icon.-v2 {
  display: flex;
  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;
  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;
    columns: 2;
  }
}
@media screen and (min-width: 37.5em) {
  .form-v2 .jfld-options-group.-inline .options-wrapper {
    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: flex;
  }
  .form-v2 .form-radio-rating .rating-wrapper:not(.-centered) {
    align-items: flex-end;
  }
  .form-v2 .form-radio-rating .rating-wrapper.-centered {
    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: flex;
  width: 100%;
  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;
  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: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 37.5em) {
  .form-v2 .word-counter {
    flex-wrap: nowrap;
  }
}
.form-v2 .word-counter .errors-list {
  width: 100%;
  order: 1;
}
.form-v2 .word-counter .message {
  width: 100%;
  padding: 0 10px;
  margin-top: 4px;
  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;
}
.jform-simple {
  width: 100%;
  margin: 0 auto;
}
.jform-simple .jfld-group {
  width: 100%;
}
.jform-simple .jfld-group,
.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: flex;
    align-items: flex-end;
  }
  .jform-simple .jfld-group,
  .jform-simple input {
    margin: 0 10px 0 0;
  }
  .jform-simple .button {
    width: auto;
  }
}
.jform-simple.-v2 .button {
  padding: 1em 20px;
}
.jform-simple.-v2 input {
  height: 50px !important;
}
.jform-simple.-v2 .floating-label .flabel {
  top: 25px;
}
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: #a30b0b;
  content: '';
}
.rounded-list.-small li {
  padding-left: 0.5em;
}
.rounded-list.-small li::before {
  width: 4px;
  height: 4px;
}
.rounded-list.-dot-size-6 li::before {
  width: 6px;
  height: 6px;
}
.rounded-list.-dot-size-8 li::before {
  width: 8px;
  height: 8px;
}
.rounded-list.-bright-blue-dot li::before {
  background-color: #f73c3c;
}
.rounded-list.-current-color li::before {
  background-color: currentColor;
}
.ordered-list {
  padding: 0;
  list-style-type: none;
}
.ordered-list.-numbers-align-top li {
  align-items: flex-start;
}
.ordered-list.-numbers-align-baseline li {
  align-items: baseline;
}
.ordered-list.-small .number {
  width: 25px;
  height: 25px;
}
.ordered-list.-small .text {
  width: calc(100% - 25px);
}
.ordered-list li {
  display: flex;
  width: 100%;
  margin: 1em 0;
  flex-wrap: wrap;
  align-items: center;
}
.ordered-list:not(.-small) li:not(:last-child) {
  padding-bottom: 25px;
}
.ordered-list .number {
  display: flex;
  padding: 0;
  border: 1px solid #a30b0b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #a30b0b;
}
.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: #f73c3c;
  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 {
  column-gap: 40px;
}
.list-columns {
  padding: 0;
  columns: 1;
}
.list-columns li {
  break-inside: avoid;
}
@media screen and (min-width: 37.5em) {
  .list-columns-two {
    columns: 2;
  }
  .list-columns li:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 49.21875em) {
  .list-columns-three {
    columns: 3;
  }
  .list-columns-four {
    columns: 4 287px;
    column-gap: 30px;
  }
}
@media (pointer: coarse) {
  .list-columns.list-tap-elements li {
    min-height: 48px;
    line-height: 48px;
  }
}
@media screen and (min-width: 37.5em) {
  .list-nav-links {
    display: flex;
    overflow-x: scroll;
    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 .list-group-item-active > .wrapper {
  font-weight: 600;
}
.list-group-item:hover a {
  text-decoration: none;
}
.list-group-item:not(.active) > .wrapper:hover a {
  background-color: #f4f4f4;
  color: #a30b0b;
}
.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: flex;
  width: 50px;
  height: 48px;
  justify-content: center;
  align-items: center;
  color: #a30b0b;
  cursor: pointer;
}
.list-group .expand-v2 span {
  transition: transform 0.2s ease;
}
.list-group .expand-v2:hover span {
  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;
  font-weight: 700;
  font-size: 20px;
}
.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;
  background: #fff !important;
}
.list-group .active > .wrapper {
  background-color: #f4f4f4;
}
.list-group .active > .wrapper a {
  color: #a30b0b;
  font-weight: 600;
}
.list-group .active > .wrapper .expand-v2 {
  color: #fff;
}
.list-with-icons.-icons-centered > li {
  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: flex;
  flex-wrap: wrap;
  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: #f73c3c;
  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-v2 {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  line-height: 1.2;
}
.table-v2 thead tr {
  background-color: #a30b0b;
}
.table-v2 thead th {
  padding: 13px 10px;
  color: #fff;
  vertical-align: middle;
}
.table-v2 td {
  padding: 15px 10px;
  vertical-align: middle;
}
.table-cebra-rows tbody tr:nth-child(odd) {
  background-color: #f5f8fa;
}
.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: #f73c3c;
}
.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;
  transform: translateY(-50%);
  cursor: move;
}
.table-sortable .handler .jicon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  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;
}
.pagination.alphabet-list {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  flex-wrap: wrap;
  font-weight: 400;
  line-height: 1.5;
}
.pagination.alphabet-list .alphabet-item {
  position: relative;
  display: inline-block;
  margin-right: 17px;
}
.pagination.alphabet-list .alphabet-item:not(:last-child)::after {
  position: absolute;
  top: -1px;
  left: 100%;
  display: inline-block;
  white-space: pre;
  content: ' | ';
}
@media (pointer: coarse) {
  .pagination.alphabet-list .alphabet-item {
    width: 48px;
    height: 48px;
    display: flex;
    border-radius: 3px;
    margin-right: 8px;
    margin-bottom: 8px;
    justify-content: center;
    align-items: center;
    background-color: #efefef;
  }
  .pagination.alphabet-list .alphabet-item a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 48px;
  }
  .pagination.alphabet-list .alphabet-item:not(:last-child)::after {
    display: none;
  }
}
.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;
  transition: max-height 1.5s ease-in;
}
.text-diminished.-expanded::after {
  content: none;
}
.text-diminished.-collapsed {
  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;
  content: '';
}
.text-diminished.no-blur::after {
  background-image: none;
  background-repeat: repeat-x;
}
.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: 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: #000;
  line-height: 40px;
  text-align: center;
  transition-property: width, background-color;
  transition-duration: 0.6s;
  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: #f73c3c;
  background-image: linear-gradient(to right, #a30b0b, #f73c3c);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.jprogress.-v3 {
  height: 20px;
  border: 1px solid #f73c3c;
  border-radius: 10px;
  background-color: #fff;
}
.jprogress.-v3 .-progressbar {
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #f73c3c;
}
.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: flex;
    flex-wrap: wrap;
    text-align: center;
  }
}
.jprogress .steps .step {
  position: relative;
  margin-bottom: 1em;
}
@media screen and (min-width: 37.5em) {
  .jprogress .steps .step {
    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/svgfiles/white/check2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  text-indent: -999px;
}
.jprogress .steps .step.-completed::after {
  background-color: #a30b0b;
}
.jprogress .steps .step.-completed .circle,
.jprogress .steps .step.-current .circle {
  border-color: #a30b0b;
  background-color: #a30b0b;
  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;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.jspinner.-bounce .-crl {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation-name: spinner-bounce;
  animation-duration: 1s;
}
.jspinner.-double-bounce .-crl {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation-name: spinner-double-bounce;
  animation-duration: 2s;
}
.jspinner.-double-bounce .-crl2 {
  animation-delay: -1s;
}
.jspinner.-fading-circle .-crl {
  position: absolute;
  top: 0;
  left: 42.5%;
  width: 15%;
  height: 15%;
  border-radius: 50%;
  transform-origin: center 30px;
  animation-name: spinner-fading-circle;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.jspinner.-fading-circle .-crl2 {
  transform: rotate(36deg);
  animation-delay: -0.9s;
}
.jspinner.-fading-circle .-crl3 {
  transform: rotate(72deg);
  animation-delay: -0.8s;
}
.jspinner.-fading-circle .-crl4 {
  transform: rotate(108deg);
  animation-delay: -0.7s;
}
.jspinner.-fading-circle .-crl5 {
  transform: rotate(144deg);
  animation-delay: -0.6s;
}
.jspinner.-fading-circle .-crl6 {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.jspinner.-fading-circle .-crl7 {
  transform: rotate(216deg);
  animation-delay: -0.4s;
}
.jspinner.-fading-circle .-crl8 {
  transform: rotate(252deg);
  animation-delay: -0.3s;
}
.jspinner.-fading-circle .-crl9 {
  transform: rotate(288deg);
  animation-delay: -0.2s;
}
.jspinner.-fading-circle .-crl10 {
  transform: rotate(324deg);
  animation-delay: -0.1s;
}
@keyframes spinner-fading-circle {
  0%,
  100%,
  39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes spinner-bounce {
  0% {
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes spinner-double-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    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: #a30b0b;
}
.sharelinks a::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  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;
  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;
    transform: translateY(-35%);
  }
  .sharelinks .icon {
    width: 18px;
    height: 18px;
  }
}
.j-calendar {
  overflow: hidden;
  width: 100%;
  max-width: 420px;
  margin: 1em auto 0;
  transform: translate(0, 0);
}
.j-calendar .cal-header {
  position: relative;
  z-index: 100;
  display: flex;
  width: 100%;
  height: 38px;
  justify-content: center;
  align-items: center;
  background-color: #a30b0b;
  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 {
  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: flex;
  flex-wrap: wrap;
  background-color: #fff;
}
.j-calendar .cal-week-days {
  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: 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 {
  transform: translate3d(0, 0, 0);
}
.slick-slider.slick-loading {
  height: 160px;
  background: #fff url(../images/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% !important;
}
.supreme .slick-slide img {
  height: 100% !important;
}
.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;
  transition: transform ease 0.4s;
}
.slick-wheel .slick-slide img {
  opacity: 0.5;
  transition: opacity ease 0.4s;
  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;
    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;
    transform: scale(1.9) translate(0);
  }
  .slick-wheel .slick-slide.slick-center + .slick-active {
    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;
  transition: opacity ease 0.2s;
  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;
  transform: rotate(90deg);
}
[dir='rtl'] .slick-prev {
  right: -15px;
  left: auto;
  transform: rotate(-90deg);
}
.slick-next {
  right: -15px;
  transform: rotate(-90deg);
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -15px;
  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: #a30b0b;
}
.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;
  transition: background-color 0.3s ease;
  content: '';
}
.expand-v2.-expanded .arrow {
  display: inline-block;
  margin-left: 0.25em;
  transform: rotate(90deg);
  transform-origin: center;
}
.expand-v2.-expanded .down-arrow {
  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: flex;
  height: 1.5em;
  justify-content: center;
  align-items: center;
}
.collapsible-container > .expand-v2.-expanded {
  bottom: -1.5em;
  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;
  transition: max-height 1.5s ease-in, opacity 0.3s ease-in;
}
.expandable-content.-collapsed {
  float: left;
  opacity: 0;
  max-height: 0;
  margin: 0;
  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;
}
.expand-accordion .item {
  border: solid #e5e5e5;
  border-width: 0 0 1px;
}
.expand-accordion .item:first-child {
  border-width: 1px 0;
}
.expand-accordion .item .title {
  position: relative;
  display: flex;
  min-height: 55px;
  padding: 26px 30px 26px 0;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.2;
  cursor: pointer;
}
.expand-accordion .item .title > .jicon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
}
.expand-accordion .item .content {
  padding: 0 0 25px;
}
.expand-accordion .item .content p:first-child {
  margin-top: 0;
}
.expand-accordion .item .content p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 30em) {
  .expand-accordion .item .title {
    padding-left: 10px;
  }
  .expand-accordion .item .content {
    padding-right: 30px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 37.5em) {
  .expand-accordion .item .content,
  .expand-accordion .item .title {
    padding-left: 25px;
  }
}
@media screen and (min-width: 46.875em) {
  .expand-accordion .item .title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .expand-accordion .item .content {
    padding-bottom: 20px;
  }
}
.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(https://justatic.com/v/1/shared/images/icons/cross-rounded.svg);
  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;
  transition: opacity 0.5s ease 0.25s, transform 0.75s ease 0s;
  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;
  transform: translate(-50%, -50%) scale(0.6);
}
@media screen and (min-width: 30em) {
  .ui-multi-email-form {
    display: flex;
    align-items: flex-start;
  }
  .ui-multi-email-form .button-wrapper {
    width: auto;
    margin: 0 0 0 10px;
  }
}
.ui-multi-email {
  display: flex;
  min-height: 2.8125em;
  padding: 4px 8px 5px;
  border: 2px solid #dbdbdb;
  border-radius: 3px;
  outline: 0;
  flex-wrap: wrap;
  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: #f73c3c;
  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;
  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: 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: 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: 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: 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: flex;
    }
    .lawyers-in-row .row-item.-view-more {
      display: flex;
      margin-bottom: calc(10px + 1.31em);
      align-items: center;
    }
  }
}
.lawyers-in-row.-full {
  width: 100%;
  max-width: calc(100% + 50px);
  margin-left: 0;
  justify-content: flex-start;
}
.lawyers-in-row.-full .row-item {
  position: relative;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 0 1px #dbdbdb;
  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: flex;
  width: 56.25%;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: 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: flex;
    flex-wrap: wrap;
  }
}
.lawyers-in-row {
  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%;
  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;
  transform: translate(0, 0);
}
.lawyers-in-row .compare-btn.-disabled:hover::after,
.lawyers-in-row .compare-btn.-disabled:hover::before {
  opacity: 1;
  transform: translateY(-10px);
}
.lawyers-in-row .row-item {
  position: relative;
  display: none;
  width: calc(50% - 10px);
  flex-wrap: wrap;
}
.lawyers-in-row .row-item:nth-child(-n + 2) {
  display: flex;
}
.lawyers-in-row .row-item > .compare-btn {
  position: absolute;
  z-index: 5;
  top: -5px;
  right: 2px;
  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: flex;
    flex-wrap: wrap;
    justify-content: 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;
    justify-content: space-between;
    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: flex;
    width: 56.25%;
    height: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: 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;
  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);
  transform: translateY(25%);
  content: '';
}
.comparison-tool > .toggle .jicon {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 1;
  top: 55%;
  left: 50%;
  transition: transform 0.15s ease;
  transform: translate(-50%, -150%) rotate(180deg);
}
.comparison-tool > .toggle.-expanded .jicon {
  transform: translate(-50%, -150%) rotate(0);
}
.comparison-tool > .container,
.comparison-tool > .tabs {
  position: relative;
  background-color: inherit;
}
.comparison-tool > .tabs {
  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;
  transition: max-height 15s ease;
  transform-origin: bottom;
}
.comparison-tool > .container.-collapsed {
  max-height: 0;
  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: flex;
    justify-content: 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: flex;
  min-height: 210px;
  flex-wrap: wrap;
  justify-content: 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: 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: 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;
    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: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 68.75em) {
  .comparison-tool .tools .tool {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.comparison-tool .tab-item-selected {
  background-color: inherit;
  box-shadow: 0 5px 0 #fff;
}
.comparison-tool .tab-item-selected svg {
  fill: #a30b0b;
}
.comparison-tool .tab-item-selected .counter,
.comparison-tool .tab-item-selected .text {
  color: #a30b0b;
  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;
  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;
  transition: color 0.2s ease-out;
}
.-widget-leaderboard .-widget-lawyer .-widget-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.-widget-leaderboard .-widget-lawyer .-profile-link {
  margin-bottom: -8px;
  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%;
  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: #eb2d2d;
  text-decoration: none;
  transition: background-color 0.2s ease-out;
}
.-widget-leaderboard .get-points:hover {
  background-color: #eb2d2d;
}
.-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: flex;
    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'] {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  width: 90px;
  height: 39px;
}
.ask-a-question {
  display: flex;
  padding: 5px 0;
  border: 0;
  align-items: 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: flex;
    min-height: 480px;
    padding-bottom: 35px;
    flex-direction: column;
    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;
    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);
    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: flex;
  width: 100%;
  height: 300px;
  flex-direction: column;
  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: #a30b0b;
  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;
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v4.-single-col {
    background-size: 100% 300px;
  }
  .leads-block.-v4.-single-col a {
    padding-top: 228px;
    background-size: auto 228px;
  }
}
.leads-block.-v4.-type1 a {
  background-image: url(../images/stats-01a.png);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v4.-type1 a {
    background-image: url(../images/stats-tablet-01a.png);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v4.-type1.-single-col a {
    background-image: url(../images/stats-tablet-01a.png);
  }
}
.leads-block.-v4.-type2 a {
  background-image: url(../images/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/stats-tablet-01a.png);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v4.-type2.-single-col a {
    background-image: url(../images/stats-tablet-01a.png);
  }
}
.leads-block.-v5 {
  background-color: #f73c3c;
  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;
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v5.-single-col {
    background-size: 100%;
  }
  .leads-block.-v5.-single-col 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/premium-01a.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v5.-type1 a {
    background-image: url(../images/premium-tablet-01a.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v5.-type1.-single-col a {
    background-image: url(../images/premium-tablet-01a.svg);
  }
}
.leads-block.-v5.-type2 a {
  background-image: url(../images/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/premium-tablet-01a.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v5.-type2.-single-col a {
    background-image: url(../images/premium-tablet-01a.svg);
  }
}
.leads-block.-v6 {
  background-color: #a30b0b;
  background-repeat: no-repeat;
  background-size: 100% 180.5px;
  background-image: linear-gradient(#f73c3c, #f73c3c);
}
.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;
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v6.-single-col {
    background-size: 100% 165px;
  }
  .leads-block.-v6.-single-col a {
    padding-top: 228px;
    background-size: auto 228px;
  }
}
.leads-block.-v6.-type1 a {
  background-image: url(../images/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/seo-report-tablet-06a.png);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v6.-type1.-single-col a {
    background-image: url(../images/seo-report-tablet-06a.png);
  }
}
.leads-block.-v6.-type2 a {
  background-image: url(../images/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/seo-report-tablet-06b.png);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v6.-type2.-single-col a {
    background-image: url(../images/seo-report-tablet-06b.png);
  }
}
.leads-block.-v6.-type3 a {
  background-image: url(../images/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/seo-report-tablet-06c.png);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v6.-type3.-single-col a {
    background-image: url(../images/seo-report-tablet-06c.png);
  }
}
.leads-block.-v6.-type4 a {
  background-image: url(../images/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/seo-report-tablet-06d.png);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v6.-type4.-single-col a {
    background-image: url(../images/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;
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v7.-single-col {
    background-size: 100%;
  }
  .leads-block.-v7.-single-col a {
    padding-top: 228px;
    background-size: auto 228px;
  }
}
.leads-block.-v7.-type1 a {
  background-image: url(../images/cornell-01a.jpg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v7.-type1 a {
    background-image: url(../images/cornell-tablet-01a.jpg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v7.-type1.-single-col a {
    background-image: url(../images/cornell-tablet-01a.jpg);
  }
}
.leads-block.-v7.-type2 a {
  background-image: url(../images/cornell-01b.jpg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v7.-type2 a {
    background-image: url(../images/cornell-tablet-01b.jpg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v7.-type2.-single-col a {
    background-image: url(../images/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;
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v8.-single-col {
    background-size: 100%;
  }
  .leads-block.-v8.-single-col 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/premium-02a.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v8.-type1 a {
    background-image: url(../images/premium-tablet-02a.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v8.-type1.-single-col a {
    background-image: url(../images/premium-tablet-02a.svg);
  }
}
.leads-block.-v8.-type2 a {
  background-image: url(../images/premium-02b.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v8.-type2 a {
    background-image: url(../images/premium-tablet-02b.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v8.-type2.-single-col a {
    background-image: url(../images/premium-tablet-02b.svg);
  }
}
.leads-block.-v8.-type3 a {
  background-image: url(../images/premium-02c.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v8.-type3 a {
    background-image: url(../images/premium-tablet-02c.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v8.-type3.-single-col a {
    background-image: url(../images/premium-tablet-02c.svg);
  }
}
.leads-block.-v8.-type4 a {
  background-image: url(../images/premium-02d.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v8.-type4 a {
    background-image: url(../images/premium-tablet-02d.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v8.-type4.-single-col a {
    background-image: url(../images/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;
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v9.-single-col {
    background-size: 100%;
  }
  .leads-block.-v9.-single-col 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/websites-01a.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v9.-type1 a {
    background-image: url(../images/websites-tablet-01a.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v9.-type1.-single-col a {
    background-image: url(../images/websites-tablet-01a.svg);
  }
}
.leads-block.-v9.-type2 a {
  background-image: url(../images/websites-01b.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v9.-type2 a {
    background-image: url(../images/websites-tablet-01b.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v9.-type2.-single-col a {
    background-image: url(../images/websites-tablet-01b.svg);
  }
}
.leads-block.-v9.-type3 a {
  background-image: url(../images/websites-01c.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v9.-type3 a {
    background-image: url(../images/websites-tablet-01c.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v9.-type3.-single-col a {
    background-image: url(../images/websites-tablet-01c.svg);
  }
}
.leads-block.-v9.-type4 a {
  background-image: url(../images/websites-01d.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v9.-type4 a {
    background-image: url(../images/websites-tablet-01d.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v9.-type4.-single-col a {
    background-image: url(../images/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;
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v10.-single-col {
    background-size: 100%;
  }
  .leads-block.-v10.-single-col a {
    padding-top: 228px;
    background-size: auto 228px;
    padding-top: 267px;
    background-size: 960px auto;
  }
}
.leads-block.-v10.-type1 a {
  background-image: url(../images/jobs-01a.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v10.-type1 a {
    background-image: url(../images/jobs-tablet-01a.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v10.-type1.-single-col a {
    background-image: url(../images/jobs-tablet-01a.svg);
  }
}
.leads-block.-v10.-type2 a {
  background-image: url(../images/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/jobs-tablet-01a.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v10.-type2.-single-col a {
    background-image: url(../images/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;
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v11.-single-col {
    background-size: 100%;
  }
  .leads-block.-v11.-single-col a {
    padding-top: 228px;
    background-size: auto 228px;
    padding-top: 267px;
    background-size: 960px auto;
  }
}
.leads-block.-v11.-type1 a {
  background-image: url(../images/ppc-01a.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v11.-type1 a {
    background-image: url(../images/ppc-tablet-01a.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v11.-type1.-single-col a {
    background-image: url(../images/ppc-tablet-01a.svg);
  }
}
.leads-block.-v11.-type2 a {
  background-image: url(../images/ppc-01b.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v11.-type2 a {
    background-image: url(../images/ppc-tablet-01b.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v11.-type2.-single-col a {
    background-image: url(../images/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;
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v12.-single-col {
    background-size: 100%;
  }
  .leads-block.-v12.-single-col a {
    padding-top: 228px;
    background-size: auto 228px;
    padding-top: 267px;
    background-size: 960px auto;
  }
}
.leads-block.-v12.-type1 a {
  background-image: url(../images/lsa-01a.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v12.-type1 a {
    background-image: url(../images/lsa-tablet-01a.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v12.-type1.-single-col a {
    background-image: url(../images/lsa-tablet-01a.svg);
  }
}
.leads-block.-v12.-type2 a {
  background-image: url(../images/lsa-01b.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v12.-type2 a {
    background-image: url(../images/lsa-tablet-01b.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v12.-type2.-single-col a {
    background-image: url(../images/lsa-tablet-01b.svg);
  }
}
.leads-block.-v12.-type3 a {
  background-image: url(../images/lsa-01c.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v12.-type3 a {
    background-image: url(../images/lsa-tablet-01c.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v12.-type3.-single-col a {
    background-image: url(../images/lsa-tablet-01c.svg);
  }
}
.leads-block.-v12.-type4 a {
  background-image: url(../images/lsa-01d.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v12.-type4 a {
    background-image: url(../images/lsa-tablet-01d.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v12.-type4.-single-col a {
    background-image: url(../images/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;
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v13.-single-col {
    background-size: 100%;
  }
  .leads-block.-v13.-single-col a {
    padding-top: 228px;
    background-size: auto 228px;
    padding-top: 322px;
    background-size: 960px auto;
  }
}
.leads-block.-v13.-type1 a {
  background-image: url(../images/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/free-profile-tablet-01a.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v13.-type1.-single-col a {
    background-image: url(../images/free-profile-tablet-01a.svg);
  }
}
.leads-block.-v13.-type2 a {
  background-image: url(../images/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/free-profile-tablet-01b.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v13.-type2.-single-col a {
    background-image: url(../images/free-profile-tablet-01b.svg);
  }
}
.leads-block.-v13.-type3 a {
  background-image: url(../images/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/free-profile-tablet-01c.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v13.-type3.-single-col a {
    background-image: url(../images/free-profile-tablet-01c.svg);
  }
}
.leads-block.-v13.-type4 a {
  background-image: url(../images/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/free-profile-tablet-01d.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v13.-type4.-single-col a {
    background-image: url(../images/free-profile-tablet-01d.svg);
  }
}
.leads-block.-v14 {
  background-color: #a30b0b;
  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;
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v14.-single-col {
    background-size: 100%;
  }
  .leads-block.-v14.-single-col a {
    padding-top: 228px;
    background-size: auto 228px;
    padding-top: 269px;
    background-size: 960px auto;
  }
}
.leads-block.-v14.-type1 a {
  background-image: url(../images/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/voter-guide-tablet-01a.png);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v14.-type1.-single-col a {
    background-image: url(../images/voter-guide-tablet-01a.png);
  }
}
.leads-block.-v15 {
  background-color: #a30b0b;
  background-repeat: no-repeat;
  background-size: 100%;
}
.leads-block.-v15 a {
  padding-top: 267px;
  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.-v15 {
    background-size: 100%;
  }
  .leads-block.-v15 a {
    padding-top: 228px;
    background-size: auto 228px;
    padding-top: 267px;
    background-size: 960px auto;
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v15.-single-col {
    background-size: 100%;
  }
  .leads-block.-v15.-single-col a {
    padding-top: 228px;
    background-size: auto 228px;
    padding-top: 267px;
    background-size: 960px auto;
  }
}
.leads-block.-v15.-type1 a {
  background-image: url(../images/claim-profile-01a.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v15.-type1 a {
    background-image: url(../images/claim-profile-tablet-01a.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v15.-type1.-single-col a {
    background-image: url(../images/claim-profile-tablet-01a.svg);
  }
}
.leads-block.-v15.-type2 a {
  background-image: url(../images/claim-profile-01b.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v15.-type2 a {
    background-image: url(../images/claim-profile-tablet-01b.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v15.-type2.-single-col a {
    background-image: url(../images/claim-profile-tablet-01b.svg);
  }
}
.leads-block.-v15.-type3 a {
  background-image: url(../images/claim-profile-01c.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v15.-type3 a {
    background-image: url(../images/claim-profile-tablet-01c.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v15.-type3.-single-col a {
    background-image: url(../images/claim-profile-tablet-01c.svg);
  }
}
.leads-block.-v15.-type4 a {
  background-image: url(../images/claim-profile-01d.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v15.-type4 a {
    background-image: url(../images/claim-profile-tablet-01d.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v15.-type4.-single-col a {
    background-image: url(../images/claim-profile-tablet-01d.svg);
  }
}
.leads-block.-v15.-type5 a {
  background-image: url(../images/claim-profile-01e.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v15.-type5 a {
    background-image: url(../images/claim-profile-tablet-01e.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v15.-type5.-single-col a {
    background-image: url(../images/claim-profile-tablet-01e.svg);
  }
}
.leads-block.-v16 {
  background-color: #a30b0b;
  background-repeat: no-repeat;
  background-size: 100%;
}
.leads-block.-v16 a {
  padding-top: 322px;
  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.-v16 {
    background-size: 100%;
  }
  .leads-block.-v16 a {
    padding-top: 228px;
    background-size: auto 228px;
    padding-top: 322px;
    background-size: 960px auto;
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v16.-single-col {
    background-size: 100%;
  }
  .leads-block.-v16.-single-col a {
    padding-top: 228px;
    background-size: auto 228px;
    padding-top: 322px;
    background-size: 960px auto;
  }
}
.leads-block.-v16.-type1 a {
  background-image: url(../images/teaser-profile-01a.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v16.-type1 a {
    background-image: url(../images/teaser-profile-tablet-01a.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v16.-type1.-single-col a {
    background-image: url(../images/teaser-profile-tablet-01a.svg);
  }
}
.leads-block.-v16.-type2 a {
  background-image: url(../images/teaser-profile-tablet-01a.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v16.-type2 a {
    background-image: url(../images/teaser-profile-tablet-01a.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v16.-type2.-single-col a {
    background-image: url(../images/teaser-profile-tablet-01a.svg);
  }
}
.leads-block.-v17 {
  background-color: #a30b0b;
  background-repeat: no-repeat;
  background-size: 100%;
}
.leads-block.-v17 a {
  padding-top: 322px;
  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.-v17 {
    background-size: 100%;
  }
  .leads-block.-v17 a {
    padding-top: 228px;
    background-size: auto 228px;
    padding-top: 322px;
    background-size: 960px auto;
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v17.-single-col {
    background-size: 100%;
  }
  .leads-block.-v17.-single-col a {
    padding-top: 228px;
    background-size: auto 228px;
    padding-top: 322px;
    background-size: 960px auto;
  }
}
.leads-block.-v17.-type1 a {
  background-image: url(../images/launch-profile-01a.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v17.-type1 a {
    background-image: url(../images/launch-profile-tablet-01a.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v17.-type1.-single-col a {
    background-image: url(../images/launch-profile-tablet-01a.svg);
  }
}
.leads-block.-v17.-type2 a {
  background-image: url(../images/launch-profile-tablet-01a.svg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v17.-type2 a {
    background-image: url(../images/launch-profile-tablet-01a.svg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v17.-type2.-single-col a {
    background-image: url(../images/launch-profile-tablet-01a.svg);
  }
}
.leads-block.-v18 {
  background-color: #021839;
  background-repeat: no-repeat;
  background-size: 100%;
}
.leads-block.-v18 a {
  padding-top: 322px;
  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.-v18 {
    background-size: 100%;
  }
  .leads-block.-v18 a {
    padding-top: 228px;
    background-size: auto 228px;
    padding-top: 322px;
    background-size: 960px auto;
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v18.-single-col {
    background-size: 100%;
  }
  .leads-block.-v18.-single-col a {
    padding-top: 228px;
    background-size: auto 228px;
    padding-top: 322px;
    background-size: 960px auto;
  }
}
.leads-block.-v18.-type1 a {
  background-image: url(../images/seasonal-sidebar-01a.jpg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v18.-type1 a {
    background-image: url(../images/seasonal-sidebar-tablet-01a.jpg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v18.-type1.-single-col a {
    background-image: url(../images/seasonal-sidebar-tablet-01a.jpg);
  }
}
.leads-block.-v18.-type2 a {
  background-image: url(../images/seasonal-sidebar-01b.jpg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v18.-type2 a {
    background-image: url(../images/seasonal-sidebar-tablet-01b.jpg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v18.-type2.-single-col a {
    background-image: url(../images/seasonal-sidebar-tablet-01b.jpg);
  }
}
.leads-block.-v18.-type3 a {
  background-image: url(../images/seasonal-sidebar-01c.jpg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v18.-type3 a {
    background-image: url(../images/seasonal-sidebar-tablet-01c.jpg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v18.-type3.-single-col a {
    background-image: url(../images/seasonal-sidebar-tablet-01c.jpg);
  }
}
.leads-block.-v18.-type4 a {
  background-image: url(../images/seasonal-sidebar-01d.jpg);
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v18.-type4 a {
    background-image: url(../images/seasonal-sidebar-tablet-01d.jpg);
  }
}
@media screen and (min-width: 37.5em) {
  .leads-block.-v18.-type4.-single-col a {
    background-image: url(../images/seasonal-sidebar-tablet-01d.jpg);
  }
}
.leads-block.-premium-v1 {
  background-color: #f73c3c;
}
.leads-block.-premium-v1 a {
  padding-top: 102px;
  background: url(../images/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/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/premium-desktop-01a.svg);
    background-position: center;
    background-size: 1190px auto;
  }
}
.leads-block.-teaser {
  background-color: #a30b0b;
}
.leads-block.-teaser a {
  padding-top: 160px;
  background: url(../images/teaser-mobile-01a.svg) no-repeat center;
  background-size: 600px auto;
  color: #fff;
}
@media screen and (min-width: 37.5em) {
  .leads-block.-teaser a {
    padding-top: 160px;
    background-image: url(../images/teaser-tablet-01a.svg);
    background-position: center;
    background-size: 1000px auto;
  }
}
@media screen and (min-width: 68.75em) {
  .leads-block.-teaser a {
    padding-top: 160px;
    background-image: url(../images/teaser-desktop-01a.svg);
    background-position: center;
    background-size: 1240px auto;
  }
}
.leads-block.-launch {
  background-color: #a30b0b;
}
.leads-block.-launch a {
  padding-top: 160px;
  background: url(../images/launch-mobile-01a.svg) no-repeat center;
  background-size: 600px auto;
  color: #fff;
}
@media screen and (min-width: 37.5em) {
  .leads-block.-launch a {
    padding-top: 160px;
    background-image: url(../images/launch-tablet-01a.svg);
    background-position: center;
    background-size: 1000px auto;
  }
}
@media screen and (min-width: 68.75em) {
  .leads-block.-launch a {
    padding-top: 160px;
    background-image: url(../images/launch-desktop-01a.svg);
    background-position: center;
    background-size: 1240px auto;
  }
}
.leads-block.-premium-v2.-type1 {
  background-color: #f73c3c;
}
.leads-block.-premium-v2.-type1 a {
  padding-top: 300px;
  background: url(../images/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/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/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/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/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/premium-tablet-02b.svg);
    background-position: center center;
    background-size: 840px auto;
  }
}
.leads-block.-premium-v2.-type3 {
  background-color: #f73c3c;
}
.leads-block.-premium-v2.-type3 a {
  padding-top: 300px;
  background: url(../images/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/platinum-desktop-01f.svg);
    background-position: left center;
    background-size: 1238px auto;
  }
}
.leads-block.-websites-v1.-type1 {
  background-color: #f73c3c;
}
.leads-block.-websites-v1.-type1 a {
  padding-top: 300px;
  background: url(../images/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/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/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/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/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/websites-tablet-01b.svg);
    background-position: center center;
    background-size: 840px auto;
  }
}
.leads-block.-websites-v1.-type3 {
  background-color: #f73c3c;
}
.leads-block.-websites-v1.-type3 a {
  padding-top: 300px;
  background: url(../images/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/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/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/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/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/websites-tablet-01d.svg);
    background-position: center center;
    background-size: 840px auto;
  }
}
.leads-block.-amplify.-type1 {
  background-color: #a30b0b;
}
.leads-block.-amplify.-type1 a {
  padding-top: 650px;
  background: url(../images/amplify-mobile-01a.jpg) no-repeat center;
  background-size: 480px auto;
  color: #fff;
}
@media screen and (min-width: 30em) {
  .leads-block.-amplify.-type1 a {
    padding-top: 500px;
    background-image: url(../images/amplify-tablet-01a.jpg);
    background-position: center;
    background-size: 975px auto;
  }
}
@media screen and (min-width: 60.9375em) {
  .leads-block.-amplify.-type1 a {
    padding-top: 350px;
    background-image: url(../images/amplify-desktop-01a.jpg);
    background-position: center right;
    background-size: 1150px auto;
  }
}
.leads-block.-amplify.-type2 {
  background-color: #a30b0b;
}
.leads-block.-amplify.-type2 a {
  padding-top: 650px;
  background: url(../images/amplify-mobile-01b.jpg) no-repeat center;
  background-size: 480px auto;
  color: #fff;
}
@media screen and (min-width: 30em) {
  .leads-block.-amplify.-type2 a {
    padding-top: 500px;
    background-image: url(../images/amplify-tablet-01b.jpg);
    background-position: center;
    background-size: 975px auto;
  }
}
@media screen and (min-width: 60.9375em) {
  .leads-block.-amplify.-type2 a {
    padding-top: 350px;
    background-image: url(../images/amplify-desktop-01b.jpg);
    background-position: center left;
    background-size: 1150px auto;
  }
}
.leads-block.-amplify.-type3 {
  background-color: #a30b0b;
}
.leads-block.-amplify.-type3 a {
  padding-top: 650px;
  background: url(../images/amplify-mobile-01c.jpg) no-repeat center;
  background-size: 480px auto;
  color: #fff;
}
@media screen and (min-width: 30em) {
  .leads-block.-amplify.-type3 a {
    padding-top: 500px;
    background-image: url(../images/amplify-tablet-01c.jpg);
    background-position: center;
    background-size: 975px auto;
  }
}
@media screen and (min-width: 60.9375em) {
  .leads-block.-amplify.-type3 a {
    padding-top: 350px;
    background-image: url(../images/amplify-desktop-01c.jpg);
    background-position: center left;
    background-size: 1150px auto;
  }
}
.leads-block.-amplify.-type4 {
  background-color: #a30b0b;
}
.leads-block.-amplify.-type4 a {
  padding-top: 650px;
  background: url(../images/amplify-mobile-01d.jpg) no-repeat center;
  background-size: 480px auto;
  color: #fff;
}
@media screen and (min-width: 30em) {
  .leads-block.-amplify.-type4 a {
    padding-top: 500px;
    background-image: url(../images/amplify-tablet-01d.jpg);
    background-position: center;
    background-size: 975px auto;
  }
}
@media screen and (min-width: 60.9375em) {
  .leads-block.-amplify.-type4 a {
    padding-top: 350px;
    background-image: url(../images/amplify-desktop-01d.jpg);
    background-position: center right;
    background-size: 1150px auto;
  }
}
.leads-block.-seasonal.-type1 {
  background-color: #a30b0b;
}
.leads-block.-seasonal.-type1 a {
  padding-top: 650px;
  background: url(../images/seasonal-mobile-01a.jpg) no-repeat center;
  background-size: 480px auto;
  color: #fff;
}
@media screen and (min-width: 30em) {
  .leads-block.-seasonal.-type1 a {
    padding-top: 500px;
    background-image: url(../images/seasonal-tablet-01a.jpg);
    background-position: center;
    background-size: 975px auto;
  }
}
@media screen and (min-width: 60.9375em) {
  .leads-block.-seasonal.-type1 a {
    padding-top: 350px;
    background-image: url(../images/seasonal-desktop-01a.jpg);
    background-position: center right;
    background-size: 1150px auto;
  }
}
.leads-block.-seasonal.-type2 {
  background-color: #a30b0b;
}
.leads-block.-seasonal.-type2 a {
  padding-top: 650px;
  background: url(../images/seasonal-mobile-01b.jpg) no-repeat center;
  background-size: 480px auto;
  color: #fff;
}
@media screen and (min-width: 30em) {
  .leads-block.-seasonal.-type2 a {
    padding-top: 500px;
    background-image: url(../images/seasonal-tablet-01b.jpg);
    background-position: center;
    background-size: 975px auto;
  }
}
@media screen and (min-width: 60.9375em) {
  .leads-block.-seasonal.-type2 a {
    padding-top: 350px;
    background-image: url(../images/seasonal-desktop-01b.jpg);
    background-position: center left;
    background-size: 1150px auto;
  }
}
.leads-block.-seasonal.-type3 {
  background-color: #a30b0b;
}
.leads-block.-seasonal.-type3 a {
  padding-top: 650px;
  background: url(../images/seasonal-mobile-01c.jpg) no-repeat center;
  background-size: 480px auto;
  color: #fff;
}
@media screen and (min-width: 30em) {
  .leads-block.-seasonal.-type3 a {
    padding-top: 500px;
    background-image: url(../images/seasonal-tablet-01c.jpg);
    background-position: center;
    background-size: 975px auto;
  }
}
@media screen and (min-width: 60.9375em) {
  .leads-block.-seasonal.-type3 a {
    padding-top: 350px;
    background-image: url(../images/seasonal-desktop-01c.jpg);
    background-position: center left;
    background-size: 1150px auto;
  }
}
.leads-block.-seasonal.-type4 {
  background-color: #a30b0b;
}
.leads-block.-seasonal.-type4 a {
  padding-top: 650px;
  background: url(../images/seasonal-mobile-01d.jpg) no-repeat center;
  background-size: 480px auto;
  color: #fff;
}
@media screen and (min-width: 30em) {
  .leads-block.-seasonal.-type4 a {
    padding-top: 500px;
    background-image: url(../images/seasonal-tablet-01d.jpg);
    background-position: center;
    background-size: 975px auto;
  }
}
@media screen and (min-width: 60.9375em) {
  .leads-block.-seasonal.-type4 a {
    padding-top: 350px;
    background-image: url(../images/seasonal-desktop-01d.jpg);
    background-position: center right;
    background-size: 1150px auto;
  }
}
.leads-block.-seasonal-jld {
  background-color: #04183b;
}
.leads-block.-seasonal-jld a {
  padding-top: 160px;
  background: url(../images/seasonal-jld-mobile-01a.jpg) no-repeat center;
  background-size: 600px auto;
  color: #fff;
}
@media screen and (min-width: 37.5em) {
  .leads-block.-seasonal-jld a {
    padding-top: 160px;
    background-image: url(../images/seasonal-jld-tablet-01a.jpg);
    background-position: center;
    background-size: 1000px auto;
  }
}
@media screen and (min-width: 68.75em) {
  .leads-block.-seasonal-jld a {
    padding-top: 160px;
    background-image: url(../images/seasonal-jld-desktop-01a.jpg);
    background-position: center;
    background-size: 1240px 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: flex;
    justify-content: space-between;
    align-items: center;
  }
  .announce-banner .announce-icon {
    display: block;
  }
  .announce-banner .announce-text {
    padding: 5px 10px;
    margin: 0;
    flex: 2;
  }
  .announce-banner .announce-button {
    min-height: 68px;
    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 {
    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 {
  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),
    linear-gradient(#a30b0b, #a30b0b);
  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: #a30b0b;
  text-decoration: none;
  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: flex;
  }
  .premium-placement .featured-thumbs .-thumb {
    float: left;
    display: flex;
    width: 29.83871%;
    margin-right: 5.24194%;
    margin-bottom: 0;
    flex-wrap: wrap;
    justify-content: 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 {
    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;
}
.landing-page.get-listed .get-listed-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.landing-page.get-listed .get-listed-buttons a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 5px 10px;
}
@media screen and (min-width: 37.5em) {
  .landing-page.get-listed .getlisted-col-1 img {
    max-width: none;
  }
  .landing-page.get-listed .activate-justia-connect .getlisted-col-1 img {
    max-width: 275px;
  }
  .landing-page.get-listed .getlisted-columns-invert .getlisted-col-1 {
    order: 2;
  }
  .landing-page.get-listed .getlisted-columns-invert .getlisted-col-2 {
    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 {
    order: 2;
  }
  .landing-page.get-listed .getlisted-announce .announce-col-2 {
    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: 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: flex;
    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 {
  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: flex;
  margin-top: 20px;
  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);
  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: flex;
  overflow: hidden;
  width: 100%;
  margin: 50px 0;
  flex-wrap: wrap;
  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: flex;
  width: 100%;
  margin: 0 auto 20px;
  justify-content: 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: flex;
  justify-content: 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: flex;
  max-width: 110px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 60.9375em) {
  .compare-lawyer-profiles .social-media .wrapper {
    max-width: 100%;
    flex-wrap: nowrap;
  }
}
.compare-lawyer-profiles .social-media .social-icons {
  display: flex;
  width: calc(100% + 5px);
  margin: 0 -2.5px;
  flex-wrap: wrap;
  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: flex;
  flex-wrap: wrap;
  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: 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: flex;
  width: 100%;
  padding: 20px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 60.9375em) {
  .thank-you-block.-free {
    display: flex;
    width: 100%;
    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: flex;
  }
  .thank-you-block.-premium .lawyer-avatar-wrapper {
    margin: 0 50px 0 0;
    width: 310px;
    height: 310px;
  }
  .thank-you-block.-premium > .wrapper {
    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;
  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: flex;
  justify-content: 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,
.lawyer-stars-rating {
  display: block;
  margin: 3px 0 -3px;
}
.lawyer-reviews-byline img,
.lawyer-stars-rating img {
  display: inline-block;
  width: 66px;
  height: 12px;
  margin-bottom: -1px;
}
@media screen and (min-width: 30em) {
  .lawyer-reviews-byline,
  .lawyer-stars-rating {
    margin: 0;
  }
}
@media screen and (min-width: 50.3125em) {
  .lawyer-reviews-byline img,
  .lawyer-stars-rating 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;
  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;
  transition-property: background-color, border-color;
  transition-duration: 0.2s;
  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: flex;
  justify-content: center;
  align-items: center;
}
.lawyer-card-aligner .-align-top {
  align-self: flex-start;
}
.lawyer-card-aligner .-full-height {
  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 {
  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);
  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: flex;
  flex-wrap: nowrap;
  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: flex;
  align-items: center;
}
.compare-btn {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 1.1;
}
@supports (display: inline-flex) {
  .compare-btn {
    display: inline-flex;
    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;
  transition-property: transform opacity;
  transition-duration: 0.5s;
  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;
  transition-property: transform opacity;
  transition-duration: 0.5s;
  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;
  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;
  transform: translate(0, 10px);
}
.compare-btn.-disabled:hover::after {
  transform: translate(-50%, 10px);
}
.compare-btn.-disabled span:not(.jicon):not(.square) {
  opacity: 0.85;
}
.compare-btn.-disabled .jicon {
  background-image: url(../images/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) {
    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 #a30b0b;
  border-radius: 4px;
  margin-top: -1px;
}
.compare-btn .square .jicon {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -3px;
  left: -2px;
  margin-left: 0;
  fill: #a30b0b;
}
.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-card-status--default.-with-comparison .comparison-buttons,
  .lawyer-card-status--premium.-with-comparison .comparison-buttons,
  .lawyer-summary .comparison-buttons {
    display: inline-block;
    vertical-align: middle;
  }
  @supports (display: inline-flex) {
    .lawyer-card-status--default.-with-comparison .comparison-buttons,
    .lawyer-card-status--premium.-with-comparison .comparison-buttons,
    .lawyer-summary .comparison-buttons {
      display: inline-flex;
    }
  }
}
@media screen and (min-width: 60.9375em) {
  .lawyer-card-status--default.-with-comparison .comparison-buttons,
  .lawyer-card-status--premium.-with-comparison .comparison-buttons,
  .lawyer-summary .comparison-buttons {
    margin-top: 0.625rem;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 68.75em) {
  .lawyer-card-status--default.-with-comparison.-enable-comparison,
  .lawyer-card-status--premium.-with-comparison.-enable-comparison,
  .lawyer-summary.-enable-comparison {
    position: relative;
  }
  .lawyer-card-status--default.-with-comparison .comparison-buttons,
  .lawyer-card-status--premium.-with-comparison .comparison-buttons,
  .lawyer-summary .comparison-buttons {
    margin: 0;
  }
  .lawyer-card-status--default.-with-comparison .compare-btn,
  .lawyer-card-status--premium.-with-comparison .compare-btn,
  .lawyer-summary .compare-btn {
    position: absolute;
    right: -4px;
    margin: 0;
  }
  .lawyer-card-status--default.-with-comparison .compare-btn.-save,
  .lawyer-card-status--premium.-with-comparison .compare-btn.-save,
  .lawyer-summary .compare-btn.-save {
    top: 6px;
    right: -8px;
  }
  .lawyer-card-status--default.-with-comparison .compare-btn.-compare,
  .lawyer-card-status--premium.-with-comparison .compare-btn.-compare,
  .lawyer-summary .compare-btn.-compare {
    bottom: 0;
  }
  .lawyer-card-status--default.-with-comparison .compare-btn .square,
  .lawyer-card-status--default.-with-comparison .compare-btn > .jicon,
  .lawyer-card-status--premium.-with-comparison .compare-btn .square,
  .lawyer-card-status--premium.-with-comparison .compare-btn > .jicon,
  .lawyer-summary .compare-btn .square,
  .lawyer-summary .compare-btn > .jicon {
    float: right;
    order: 1;
  }
  .lawyer-card-status--default.-with-comparison .compare-btn .square,
  .lawyer-card-status--premium.-with-comparison .compare-btn .square,
  .lawyer-summary .compare-btn .square {
    margin-right: auto;
    margin-left: 10px;
  }
  .lawyer-card-status--default.-with-comparison .compare-btn > .jicon,
  .lawyer-card-status--premium.-with-comparison .compare-btn > .jicon,
  .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: flex;
  flex-wrap: wrap;
  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;
  }
}
.ld-listings .lawyer-card-status--default {
  display: grid;
  grid-template-rows: repeat(2, auto) 1fr repeat(2, -webkit-max-content);
  grid-template-rows: repeat(2, auto) 1fr repeat(2, max-content);
  grid-template-areas: 'p n' 'p r' 'p i' 'b b' 'c c';
  grid-column-gap: 10px;
  grid-auto-columns: 60px calc(100% - 70px);
}
.ld-listings .lawyer-card-status--default .lawyer-avatar-wrapper {
  grid-area: p;
}
.ld-listings .lawyer-card-status--default .lawyer-name {
  grid-area: n;
}
.ld-listings .lawyer-card-status--default .lawyer-expl {
  grid-area: r;
}
.ld-listings .lawyer-card-status--default .lawyer-detailed-info {
  grid-area: i;
}
.ld-listings .lawyer-card-status--default .lawyer-detailed-info .group {
  padding-top: 4px;
}
.ld-listings .lawyer-card-status--default .lawyer-control-group {
  grid-area: b;
}
.ld-listings .lawyer-card-status--default .comparison-buttons {
  grid-area: c;
}
.ld-listings .lawyer-card-status--default .lawyer-expl {
  margin-top: 0;
  margin-bottom: 3px;
}
.ld-listings .lawyer-card-status--default .-free-consultation,
.ld-listings .lawyer-card-status--default .-video {
  vertical-align: middle;
}
@media screen and (min-width: 30em) {
  .ld-listings .lawyer-card-status--default {
    grid-column-gap: 20px;
    grid-auto-columns: 90px calc(100% - 110px);
  }
}
@media screen and (min-width: 37.5em) {
  .ld-listings .lawyer-card-status--default {
    grid-auto-columns: 120px calc(100% - 140px);
  }
  .ld-listings .lawyer-card-status--default .lawyer-detailed-info {
    margin-top: 4px;
  }
}
@media screen and (max-width: 46.8125em) {
  .ld-listings .lawyer-card-status--default {
    padding-bottom: 13px;
  }
  .ld-listings .lawyer-card-status--default .-group-button {
    padding: 1em 0.6em 0.95rem;
  }
  .ld-listings .lawyer-card-status--default .lawyer-control-group {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 13px;
  }
  .ld-listings .lawyer-card-status--default .comparison-buttons {
    justify-content: center;
  }
}
@media screen and (min-width: 46.875em) {
  .ld-listings .lawyer-card-status--default {
    grid-template-areas: 'p n' 'p r' 'p i' 'p c' 'b b';
  }
  .ld-listings .lawyer-card-status--default .comparison-buttons {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 50.3125em) {
  .ld-listings .lawyer-card-status--default {
    grid-auto-columns: 140px calc(100% - 160px);
  }
  .ld-listings .lawyer-card-status--default .lawyer-expl {
    margin-bottom: 0;
  }
  .ld-listings .lawyer-card-status--default .lawyer-detailed-info {
    display: flex;
    margin-top: 17px;
  }
  .ld-listings
    .lawyer-card-status--default
    .lawyer-detailed-info
    .-lawyer-address {
    width: 240px;
  }
  .ld-listings .lawyer-card-status--default .lawyer-detailed-info .group {
    width: calc(100% - 240px);
  }
  .ld-listings .lawyer-card-status--default .lawyer-detailed-info .group {
    padding-top: 0;
    padding-left: 20px;
    border-left: 1px solid #dbdbdb;
  }
}
@media screen and (min-width: 60.9375em) {
  .ld-listings .lawyer-card-status--default {
    grid-column-gap: 25px;
    grid-auto-columns: 160px calc(100% - 185px);
  }
  .ld-listings .lawyer-card-status--default .lawyer-detailed-info .group {
    padding-left: 25px;
  }
}
@media screen and (min-width: 68.75em) {
  .ld-listings .lawyer-card-status--default .comparison-buttons {
    margin-top: 1.5em;
  }
  .ld-listings .lawyer-card-status--default .compare-btn.-compare {
    right: 21px;
    bottom: 59px;
  }
  .ld-listings .lawyer-card-status--default .compare-btn.-save {
    top: 31px;
    right: 17px;
    bottom: auto;
  }
}
@media screen and (min-width: 60.9375em) {
  .ld-listings.-firm .lawyer-card-status--default .lawyer-detailed-info {
    display: block;
  }
  .ld-listings.-firm
    .lawyer-card-status--default
    .lawyer-detailed-info
    .-lawyer-address {
    width: 100%;
  }
  .ld-listings.-firm .lawyer-card-status--default .lawyer-detailed-info .group {
    width: 100%;
    padding-top: 1em;
    padding-left: 0;
    border-top: 1px solid #dbdbdb;
    border-left: 0;
    margin-top: 1em;
  }
}
.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;
  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-top: 0.5rem;
  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: 1rem;
}
.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-size: 0.75rem;
}
@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%;
  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 {
  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 {
  display: grid;
  padding: 20px 10px;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
  grid-template-areas: 'p n' 'p o' 'p i' 'p d' 'p r' 't t' 'l l' 'b b' 'c c';
  grid-column-gap: 10px;
  grid-auto-columns: 100px 1fr;
}
.ld-listings .lawyer-card-status--premium:hover {
  z-index: 6;
}
.ld-listings .lawyer-card-status--premium .lawyer-avatar-wrapper {
  grid-area: p;
}
.ld-listings .lawyer-card-status--premium .lawyer-name {
  padding-bottom: 7px;
  grid-area: n;
  font-size: 1.125rem;
}
.ld-listings .lawyer-card-status--premium .-phone {
  margin-bottom: 3px;
}
.ld-listings .lawyer-card-status--premium .lawyer-outline {
  grid-area: o;
  font-size: 0.75rem;
  line-height: 1.3;
}
.ld-listings .lawyer-card-status--premium .lawyer-detailed-info {
  margin-top: 6px;
  margin-bottom: 4px;
  grid-area: i;
}
.ld-listings .lawyer-card-status--premium .lawyer-detailed-info .-video {
  font-weight: unset;
}
.ld-listings .lawyer-card-status--premium .lawyer-stars-rating {
  grid-area: r;
}
.ld-listings .lawyer-card-status--premium .lawyer-tagline {
  margin-top: 11px;
  margin-bottom: 11px;
  grid-area: t;
}
.ld-listings .lawyer-card-status--premium .lawyer-description {
  grid-area: d;
}
.ld-listings .lawyer-card-status--premium .lawyer-links {
  display: grid;
  grid-template-areas: 'profile video' 'primary secondary';
  grid-column-gap: 10px;
  grid-auto-columns: 1fr 1fr;
  grid-area: l;
  flex-wrap: wrap;
}
.ld-listings .lawyer-card-status--premium .lawyer-links .link.-profile {
  grid-area: profile;
}
.ld-listings .lawyer-card-status--premium .lawyer-links .link.-video {
  grid-area: video;
}
.ld-listings .lawyer-card-status--premium .lawyer-links .link.-primary {
  grid-area: primary;
}
.ld-listings .lawyer-card-status--premium .lawyer-links .link.-secondary {
  grid-area: secondary;
}
.ld-listings .lawyer-card-status--premium .lawyer-control-group--premium {
  margin-top: 13px;
  margin-bottom: 21px;
  grid-area: b;
}
.ld-listings .lawyer-card-status--premium .comparison-buttons {
  width: 100%;
  grid-area: c;
  justify-content: center;
}
@media screen and (min-width: 30em) {
  .ld-listings .lawyer-card-status--premium {
    grid-column-gap: 20px;
    grid-auto-columns: 140px 1fr;
  }
  .ld-listings .lawyer-card-status--premium .lawyer-name {
    font-size: 1.5625rem;
  }
  .ld-listings .lawyer-card-status--premium .lawyer-outline {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 37.5em) {
  .ld-listings .lawyer-card-status--premium {
    grid-template-areas: 'p n' 'p o' 'p i' 'p d' 'p r' 'l l' 't t' 'b b' 'c c';
    grid-auto-columns: 180px 1fr;
  }
  .ld-listings .lawyer-card-status--premium .lawyer-links a {
    margin-top: 5px;
    font-weight: 700;
  }
}
@media screen and (min-width: 46.875em) {
  .ld-listings .lawyer-card-status--premium {
    grid-template-areas: 'p n' 'p o' 'p t' 'p i' 'p d' 'p r' 'p l' 'p c' 'b b';
  }
  .ld-listings .lawyer-card-status--premium .lawyer-tagline {
    margin-top: 0.5em;
    margin-bottom: 0;
  }
  .ld-listings .lawyer-card-status--premium .comparison-buttons {
    margin-top: 13px;
    justify-content: flex-start;
  }
  .ld-listings .lawyer-card-status--premium .lawyer-detailed-info {
    margin-top: 0.75em;
    margin-bottom: 0.25em;
  }
  .ld-listings .lawyer-card-status--premium .lawyer-control-group--premium {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 50.3125em) {
  .ld-listings .lawyer-card-status--premium {
    box-shadow: 0 0 0 transparent;
    transition-property: transform, box-shadow;
    transition-duration: 0.2s;
    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);
    transform: translateY(-2px);
  }
}
@media screen and (min-width: 60.9375em) {
  .ld-listings .lawyer-card-status--premium {
    padding: 25px !important;
    grid-template-areas: 'p n b' 'p o b' 'p t b' 'p i b' 'p d b' 'p r b' 'p l b' 'p c b';
    grid-auto-columns: 200px 1fr 180px;
  }
  .ld-listings .lawyer-card-status--premium.-with-rating {
    grid-template-areas: 'p n n b' 'p o o b' 'p t t b' 'p i i b' 'p d d b' 'p r r b' 'p l l b' 'p c c b';
    grid-auto-columns: 200px 120px 1fr 180px;
  }
  .ld-listings .lawyer-card-status--premium .lawyer-outline {
    font-size: 0.9375rem;
  }
  .ld-listings .lawyer-card-status--premium .lawyer-avatar-wrapper {
    width: 200px;
  }
  .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 {
    grid-column-gap: 30px;
    grid-auto-columns: 235px 1fr 230px;
  }
  .ld-listings .lawyer-card-status--premium.-with-rating {
    grid-auto-columns: 235px 125px 1fr 230px;
  }
  .ld-listings .lawyer-card-status--premium .compare-btn {
    position: absolute;
    right: 280px;
  }
  .ld-listings .lawyer-card-status--premium .compare-btn.-save {
    top: 31px;
    right: 276px;
  }
  .ld-listings .lawyer-card-status--premium .compare-btn.-compare {
    bottom: 25px;
  }
  .ld-listings .lawyer-card-status--premium .lawyer-links,
  .ld-listings .lawyer-card-status--premium .lawyer-name {
    width: calc(100% - 95px);
  }
  .ld-listings .lawyer-card-status--premium .lawyer-outline {
    font-size: 1rem;
  }
  .ld-listings .lawyer-card-status--premium .lawyer-avatar-wrapper {
    width: 235px;
  }
  .ld-listings .lawyer-card-status--premium .lawyer-control-group--premium {
    width: 230px;
    padding: 20px 0 20px 30px;
  }
}
@media screen and (min-width: 81.25em) {
  .ld-listings .lawyer-card-status--premium:not(.-with-rating) .lawyer-links a {
    margin-top: 0;
  }
  .ld-listings
    .lawyer-card-status--premium:not(.-with-rating)
    .lawyer-description {
    margin-bottom: 0;
  }
}
.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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lawyer-control-group--premium {
  width: 100%;
  margin-top: 10px;
}
.lawyer-control-group--premium .group {
  display: flex;
  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;
  transition-property: transform opacity;
  transition-duration: 0.5s;
  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;
  transition-property: transform opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  content: '';
  border-bottom: 6px solid #6c6c6c;
}
.lawyer-badge:hover .-title {
  opacity: 1;
  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;
  transition: margin 0.1s ease-out;
}
.lawyer--sticky-header .button {
  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;
    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;
    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: flex;
    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;
  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;
    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;
    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: flex;
  overflow: hidden;
  padding: 0 10px;
  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;
    flex-direction: column;
    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 {
  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: 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: 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: #eb2d2d;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.alphabet a:hover {
  background-color: #eb2d2d;
  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;
  transition-property: opacity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  content: '';
}
#editing-button.fixed::before {
  opacity: 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%;
    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: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 37.4375em) {
  .profile-dashboard > [class*='heading'] {
    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: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
  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: #a30b0b;
  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;
    flex-direction: row;
    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: flex;
  padding: 15px 10px;
  border: 1px solid #dbdbdb;
  margin: 5px;
  flex-direction: column;
  justify-content: start;
  background-color: #fff;
}
.profile-dashboard .info-block img {
  max-height: 100%;
}
.profile-dashboard .info-block .icon {
  display: flex;
  height: 75px;
  justify-content: 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: flex;
    justify-content: flex-end;
    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: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 30em) {
  .suggestion-item > .wrapper {
    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: #a30b0b;
  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;
  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 {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media screen and (min-width: 68.75em) {
  .suggestion-item .lawyer-button {
    width: 175px;
  }
}
.contact-lawyer-info {
  display: flex;
  margin-bottom: 15px;
  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;
    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;
  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: flex;
    margin: 0 auto;
    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: flex;
    width: 30%;
    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,
.sms-claim > .wrapper {
  position: relative;
}
@media screen and (min-width: 46.875em) {
  .phone-claim > .wrapper,
  .sms-claim > .wrapper {
    padding-right: 30.68732%;
  }
  .phone-claim > .wrapper:not(.-height-auto),
  .sms-claim > .wrapper:not(.-height-auto) {
    min-height: 450px;
  }
}
.phone-claim > .wrapper .text,
.sms-claim > .wrapper .text {
  margin-top: 40px;
}
@media screen and (min-width: 50.3125em) {
  .phone-claim > .wrapper .text,
  .sms-claim > .wrapper .text {
    margin-top: 90px;
  }
}
.phone-claim .pin-code strong,
.sms-claim .pin-code strong {
  font-size: 1.875rem;
  display: block;
}
@media screen and (min-width: 46.875em) {
  .phone-claim .pin-code strong,
  .sms-claim .pin-code strong {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 60.9375em) {
  .phone-claim .pin-code strong,
  .sms-claim .pin-code strong {
    font-size: 5.625rem;
  }
}
.phone-claim .image,
.sms-claim .image {
  margin-top: 2em;
  text-align: center;
}
.phone-claim .image img,
.sms-claim .image img {
  width: 170px;
  max-width: 100%;
}
@media screen and (min-width: 46.875em) {
  .phone-claim .image,
  .sms-claim .image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30.68732%;
  }
  .phone-claim .image.-centered,
  .sms-claim .image.-centered {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .phone-claim .image:not(.-centered),
  .sms-claim .image:not(.-centered) {
    padding: 0 20px 70px;
  }
}
.with-code .jcard {
  padding-bottom: 0;
}
@media screen and (min-width: 46.875em) {
  .with-code .phone-claim > .wrapper {
    display: flex;
    min-height: 300px;
    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/register_bg.jpg) bottom center no-repeat fixed;
  background-size: cover;
}
.account-page--signup .main-content {
  display: flex;
  align-items: center;
}
.account-page--login {
  background: #fff url(../images/sign_bg.jpg) bottom center no-repeat fixed;
  background-size: cover;
}
.account-page--login .main-content {
  display: flex;
  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: 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: flex;
  opacity: 1;
  overflow: hidden;
  height: 50px;
  padding: 0 15px;
  border-radius: 4px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  align-items: center;
  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: #a30b0b;
}
.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: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .accounts .inline-login .loginmain.-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: flex;
    margin-top: 20px;
    justify-content: space-between;
    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;
    transform: translateX(-50%);
  }
  .accounts .inline-login .loginmain > .ui-divider::after {
    width: auto;
    height: 50px;
  }
  .accounts .inline-login .loginwithsocial {
    margin: 10px 0;
  }
}
.accounts .inline-login.-remind {
  max-width: 400px !important;
}
@media screen and (min-width: 50.3125em) {
  .accounts .inline-login.-remind {
    padding: 20px 30px !important;
  }
}
.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);
    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;
    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;
  }
}
.consumer-center .primary-content ol,
.consumer-center .primary-content ul {
  padding-left: 60px;
}
@media screen and (min-width: 37.5em) {
  .consumer-center .primary-content ol,
  .consumer-center .primary-content ul {
    padding-left: 70px;
  }
}
.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: flex;
    flex-wrap: wrap;
    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%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 37.5em) {
  .media-contact {
    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;
}
body[data-project='law'] .codes-listing .list-gutter--tiny > li:first-child {
  margin-top: 0.75em;
}
#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: inline-flex !important;
  overflow: hidden;
  width: 112px;
  height: 112px;
  margin-bottom: 5px;
  justify-content: 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: flex;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
  vertical-align: top;
}
@media screen and (min-width: 37.5em) {
  .trademark-card-image {
    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 #eb2d2d;
  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;
  transition-property: top, opacity;
  transition-duration: 0.5s;
  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%;
  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%;
  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-topnav-padding-offset::before,
:target::before {
  display: block;
  visibility: hidden;
  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) {
  .has-topnav-padding-offset::before,
  :target::before {
    padding-top: 70px;
    margin-top: -70px;
  }
}
@media screen and (min-width: 60.9375em) {
  .has-topnav-padding-offset::before,
  :target::before {
    padding-top: 76px;
    margin-top: -76px;
  }
}
.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;
  }
}
.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: #a30b0b !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-gray {
  background-color: #b1b3b3 !important;
}
.bg-bright-blue,
.bg-cerulean {
  background-color: #f73c3c !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: #eb2d2d !important;
}
.bg-cobalt {
  background-color: #eb2d2d !important;
}
.bg-kashmir-blue {
  background-color: #4c6b97 !important;
}
.bg-deep-sapphire {
  background-color: #900202 !important;
}
.bg-blue-whale {
  background-color: #900202 !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: 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: 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 {
  align-items: center;
}
.align-bottom {
  vertical-align: bottom;
}
.align-bottom.-display-flex {
  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: 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: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.fade-sides::after {
  right: 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 {
  flex-wrap: wrap;
}
.-flex-order-1 {
  order: 1;
}
.-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 {
    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;
  }
  #header::before {
    display: block;
    width: 200px;
    height: 60px;
    margin: 0 auto;
    content: url(https://justatic.com/v/20180822/branding/logos/justia-black.svg);
  }
  .text-diminished {
    overflow: visible;
    max-height: none !important;
  }
  .text-diminished::after {
    display: none;
  }
  .jcard {
    border: 0;
  }
  .font-helvetica,
  .font-opensans,
  .font-roboto {
    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;
  }
  .jicon-box.lawyer-badge.-xlarge {
    border-color: currentColor;
  }
}

.jicon-box.lawyer-badge.-xlarge {
  margin-right: 5px;
  margin-bottom: 5px;
}


@media screen and (min-width: 30em){
  .jicon-box.lawyer-badge.-xlarge  {
    margin-right: 7px;
    margin-bottom: 7px;
}
}

@media screen and (min-width: 37.5em){
  .jicon-box.lawyer-badge.-xlarge {
    margin-right: 10px;
    margin-bottom: 10px;
}
}

.text-diminished.xlarge {
  max-height: 15em;
}

.m-height{
  max-height: 100% !important;
  height: 100% !important;
}
.vmore{
  cursor: pointer !important;
  color: #a30b0b;
}
.vmore:hover{
  color: #eb2d2d;
}

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;
  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);
  transform: translateY(25%);
  content: '';
}
.comparison-tool > .toggle .jicon {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 1;
  top: 55%;
  left: 50%;
  transition: transform 0.15s ease;
  transform: translate(-50%, -150%) rotate(180deg);
}
.comparison-tool > .toggle.-expanded .jicon {
  transform: translate(-50%, -150%) rotate(0);
}
.comparison-tool > .container,
.comparison-tool > .tabs {
  position: relative;
  background-color: inherit;
}
.comparison-tool > .tabs {
  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;
  transition: max-height 15s ease;
  transform-origin: bottom;
}
.comparison-tool > .container.-collapsed {
  max-height: 0;
  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: flex;
    justify-content: 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: flex;
  min-height: 210px;
  flex-wrap: wrap;
  justify-content: 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: flex;
  margin-right: 0 !important;
  align-items: center;
}

@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: 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;
    order: 1;
  }
}
.comparison-tool .tools .tool:not(.-compare) .comparison-buttons .compare-btn {
  margin-right: 15px;
  margin-bottom: 0px;
  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: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 68.75em) {
  .comparison-tool .tools .tool {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.comparison-tool .tab-item-selected {
  background-color: inherit;
  box-shadow: 0 5px 0 #fff;
}
.comparison-tool .tab-item-selected svg {
  fill: #a30b0b;
}
.comparison-tool .tab-item-selected .fa {
  color: #a30b0b;
}

.comparison-tool .tab-item-selected .counter,
.comparison-tool .tab-item-selected .text {
  color: #a30b0b;
  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;
}
.square-nobrdr.boxxx-no-border-tool{
  margin-right: 17px;
margin-left: 0;
color: #a30b0b;

}

.menu-mob-login{
  visibility: visible !important;
  opacity: 1 !important;

}

.menu-mob-login {
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (max-width: 60.875em) {
  .twitter-typeahead pre {
    display: none;
  }
  .twitter-typeahead .tt-dataset-names {
    display: none;
  }
  .twitter-typeahead .tt-dropdown-menu {
    display: none;
  }
}
