@charset "UTF-8";
/*FONTS*/
.site-wrap a.rightArrow {
  color: #dc1f2a;
  display: block;
  font-weight: 400;
  margin: 10px 0;
  text-decoration: none; }
  .site-wrap a.rightArrow::after {
    content: "\e912";
    display: inline-block;
    font-family: icomoon;
    font-size: 13px;
    font-weight: 700;
    margin-left: 10px;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear; }
  .site-wrap a.rightArrow:hover {
    color: #af1921; }
    .site-wrap a.rightArrow:hover::after {
      -moz-transform: translate(5px, 0);
      -o-transform: translate(5px, 0);
      -ms-transform: translate(5px, 0);
      -webkit-transform: translate(5px, 0);
      transform: translate(5px, 0); }

@font-face {
  font-family: 'icomoon';
  src: url("/themes/cooper/fonts/icomoon.eot?gtrpkb");
  src: url("/themes/cooper/fonts/icomoon.eot?gtrpkb#iefix") format("embedded-opentype"), url("/themes/cooper/fonts/icomoon.ttf?gtrpkb") format("truetype"), url("/themes/cooper/fonts/icomoon.woff?gtrpkb") format("woff"), url("/themes/cooper/fonts/icomoon.svg?gtrpkb#icomoon") format("svg");
  font-weight: 400;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-locationpin .path1:before {
  content: "\e915";
  color: #AB1721; }

.icon-locationpin .path2:before {
  content: "\e916";
  margin-left: -0.7255859375em;
  color: white; }

.icon-stethoscope:before {
  content: "\e913"; }

.icon-education:before {
  content: "\e914"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-right:before {
  content: "\ea3c"; }

.icon-left:before {
  content: "\ea40"; }

.icon-play:before {
  content: "\f04b"; }

.icon-close:before {
  content: "\e90f"; }

.icon-alert:before {
  content: "\e910"; }

.icon-printer:before {
  content: "\e90c"; }

.icon-envelope:before {
  content: "\e90d"; }

.icon-share:before {
  content: "\e90e"; }

.icon-credit-card:before {
  content: "\e906"; }

.icon-first-aid:before {
  content: "\e907"; }

.icon-info:before {
  content: "\e908"; }

.icon-doctor:before {
  content: "\e909"; }

.icon-lock:before {
  content: "\e90a"; }

.icon-location-pin:before {
  content: "\e90b"; }

.icon-phone:before {
  content: "\f095"; }

.icon-appointment:before {
  content: "\e905"; }

.icon-search:before {
  content: "\e900"; }

.icon-checkmark:before {
  content: "\e901"; }

.icon-location:before {
  content: "\e902"; }

.icon-arrow-left:before {
  content: "\e903"; }

.icon-arrow-right:before {
  content: "\e911"; }

.icon-double-arrow-left:before {
  content: "\e904"; }

.icon-double-arrow-right:before {
  content: "\e912"; }

.icon-home:before {
  content: "\f015"; }

.icon-heart:before {
  content: "\f004"; }

.icon-heart-o:before {
  content: "\f08a"; }

.icon-menu:before {
  content: "\f0c9"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-flickr:before {
  content: "\eaa3"; }

.icon-wordpress:before {
  content: "\f19a"; }

.icon-x:before {
  content: "\e917"; }

.search-open {
  overflow: hidden;
  position: relative; }

body {
  text-rendering: optimizeLegibility;
  font-family: Lato, Helvetica, sans-serif; }
  body.hide-page-title .page-title {
    display: none; }

@media (max-width: 767px) {
  .mCSB_container {
    top: 0; } }

.mCSB_inside > .mCSB_container {
  margin-right: 30px !important; }

.site-wrap {
  text-rendering: optimizeLegibility;
  font-family: Lato, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400; }
  .site-wrap section {
    padding: 40px 0;
    position: relative; }
    .site-wrap section.banner {
      padding: 0; }
    .site-wrap section.main {
      padding: 0;
      padding-bottom: 30px; }
      .site-wrap section.main .content-top {
        padding: 36px 0 0; }
        .site-wrap section.main .content-top .page-title-block {
          padding-top: 0; }
        .site-wrap section.main .content-top + .content {
          padding-top: 0; }
    .site-wrap section.feature {
      padding: 0; }
    .site-wrap section.offcanvas {
      padding: 0; }
  .site-wrap img {
    max-width: 100%;
    height: auto; }
    @media (max-width: 767px) {
      .site-wrap img {
        max-width: 100% !important; } }
    .site-wrap img.full-width {
      height: auto;
      width: 100%;
      margin: 20px 0 10px; }
    .site-wrap img.align-left, .site-wrap img.left-align {
      float: left;
      margin: 0 20px 10px 0; }
      @media (max-width: 767px) {
        .site-wrap img.align-left, .site-wrap img.left-align {
          float: none;
          margin: 0 0 20px 0; } }
    .site-wrap img.align-right, .site-wrap img.right-align {
      float: right;
      margin: 0 0 10px 20px; }
      @media (max-width: 767px) {
        .site-wrap img.align-right, .site-wrap img.right-align {
          float: none;
          margin: 0 0 20px 0; } }
  .site-wrap h1 {
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 0px;
    line-height: 50px; }
    @media (max-width: 767px) {
      .site-wrap h1 {
        font-size: 36px;
        line-height: 40px; } }
  .site-wrap h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    margin: 25px 0 10px 0; }
    @media (max-width: 767px) {
      .site-wrap h2 {
        font-size: 32px;
        line-height: 34px; } }
  .site-wrap h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    margin: 30px 0 18px 0; }
    @media (max-width: 767px) {
      .site-wrap h3 {
        font-size: 24px; } }
  .site-wrap h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    margin: 30px 0 18px 0; }
    @media (max-width: 767px) {
      .site-wrap h4 {
        font-size: 20px; } }
    .site-wrap h4 a {
      color: #AB1721; }
  .site-wrap h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px; }
  .site-wrap ul.two-col {
    columns: 2 auto;
    column-gap: 100px;
    display: block;
    list-style-type: none;
    padding: 0;
    width: 100%; }
    @media (max-width: 767px) {
      .site-wrap ul.two-col {
        columns: 1; } }
    .site-wrap ul.two-col li {
      display: block;
      break-inside: avoid;
      -webkit-column-break: avoid;
      page-break-inside: avoid; }
  .site-wrap ul.three-col {
    columns: 3 auto;
    column-gap: 100px;
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 30px auto 20px;
    width: 100%; }
    @media (max-width: 767px) {
      .site-wrap ul.three-col {
        columns: 1; } }
    .site-wrap ul.three-col li {
      display: block;
      break-inside: avoid;
      -webkit-column-break: avoid;
      page-break-inside: avoid; }
  .site-wrap ul.list-items li + li {
    border-top: 1px solid #f3f3f3;
    padding-top: 15px;
    margin-top: 15px; }
  .site-wrap ul.list-items li h4 {
    margin: 0; }
  .site-wrap ol {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none; }
    .site-wrap ol li {
      counter-increment: step-counter;
      margin-bottom: 10px;
      position: relative;
      padding-left: 35px; }
      .site-wrap ol li::before {
        content: counter(step-counter) ".";
        margin-right: 15px;
        position: absolute;
        left: 0;
        top: 0;
        font-weight: 700; }
  .site-wrap p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .site-wrap p {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .site-wrap p {
        font-size: 16px;
        line-height: 24px; } }
    .site-wrap p.lead {
      text-transform: none;
      font-weight: 300;
      font-size: 35px;
      line-height: 40px;
      margin: 0 0 30px 0; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .site-wrap p.lead {
          font-size: 30px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .site-wrap p.lead {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .site-wrap p.lead {
          font-size: 28px;
          line-height: 36px;
          font-weight: 400; } }
    .site-wrap p.small {
      font-size: 14px;
      line-height: 25px;
      font-weight: 400; }
  .site-wrap a {
    color: #AB1721;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear; }
    .site-wrap a:hover, .site-wrap a:focus {
      color: #AB1721;
      text-transform: underline;
      outline: none; }
    .site-wrap a.read-more {
      text-decoration: none; }
    .site-wrap a span.small {
      color: #AB1721; }
  .site-wrap strong {
    font-weight: 700; }
  .site-wrap blockquote {
    margin: 30px 0;
    border-color: #dc1f2a; }
    .site-wrap blockquote p {
      font-weight: 400;
      font-style: italic;
      font-size: 21px;
      line-height: 30px; }
    .site-wrap blockquote strong {
      font-weight: 700; }
  .site-wrap figure {
    display: table;
    margin: 10px; }
    .site-wrap figure.align-left {
      margin: 10px 30px 10px 0; }
    .site-wrap figure.align-right {
      margin: 10px 0 10px 30px; }
    .site-wrap figure figcaption {
      margin-top: 10px;
      display: block;
      font-size: 14px;
      display: table-caption;
      caption-side: bottom; }
  .site-wrap table,
  .site-wrap .table {
    border: none; }
    .site-wrap table tr th,
    .site-wrap .table tr th {
      border: none;
      padding: 15px 30px;
      font-weight: 700;
      text-transform: uppercase;
      background: #334475;
      color: #fff; }
    .site-wrap table tr td,
    .site-wrap .table tr td {
      border: none;
      background: #fcfcfc;
      padding: 20px 30px 15px; }
    .site-wrap table tr:nth-of-type(2n) td,
    .site-wrap .table tr:nth-of-type(2n) td {
      background: #f3f3f3; }
    .site-wrap table.table-blue tr th,
    .site-wrap .table.table-blue tr th {
      background: #eff1fb;
      border: 0;
      color: #2e3233;
      text-transform: none;
      font-size: 20px;
      font-weight: 400; }
    .site-wrap table.table-blue tr td,
    .site-wrap .table.table-blue tr td {
      background: #fff;
      border-bottom: 1px solid #eff1fb; }
    .site-wrap table.table-skinny tr th,
    .site-wrap table.table-skinny tr td,
    .site-wrap .table.table-skinny tr th,
    .site-wrap .table.table-skinny tr td {
      padding: 10px; }
    .site-wrap table.reset tr th,
    .site-wrap .table.reset tr th {
      background: #fff;
      border: 0;
      text-transform: none;
      font-size: 20px;
      font-weight: 400;
      color: #2e3233; }
    .site-wrap table.reset tr td,
    .site-wrap .table.reset tr td {
      background: #fff;
      border-color: #fff;
      padding: 0; }
      .site-wrap table.reset tr td.title,
      .site-wrap .table.reset tr td.title {
        min-width: 175px;
        width: 30%; }
        @media (max-width: 767px) {
          .site-wrap table.reset tr td.title,
          .site-wrap .table.reset tr td.title {
            display: block;
            width: 100%; } }
  .site-wrap .address .country {
    display: none; }

.pager {
  text-align: left; }
  .pager ul {
    padding: 0; }
    .pager ul li {
      display: inline-block;
      margin-bottom: 10px;
      vertical-align: middle; }
      .pager ul li a {
        border-radius: 0;
        border: 0;
        color: #2e3233;
        font-size: 21px;
        line-height: 32px;
        padding: 0 4px;
        text-align: center;
        text-decoration: none;
        vertical-align: bottom;
        -webkit-transition: color 0.3s linear, border-color 0.3 linear;
        -moz-transition: color 0.3s linear, border-color 0.3 linear;
        -ms-transition: color 0.3s linear, border-color 0.3 linear;
        -o-transition: color 0.3s linear, border-color 0.3 linear;
        transition: color 0.3s linear, border-color 0.3 linear; }
        .mac-os .pager ul li a {
          line-height: 33px; }
        .pager ul li a span {
          display: block;
          font-size: 28px;
          line-height: 26px;
          text-align: center; }
        .pager ul li a i {
          font-size: 16px;
          font-weight: 700;
          color: #AB1721;
          vertical-align: 3px; }
      .pager ul li.is-active a, .pager ul li:hover a, .pager ul li:focus a {
        color: #AB1721;
        background: none; }

.typography i {
  font-size: 24px; }

.typography .example {
  border: 1px solid #c2c2c2;
  padding: 30px 10px 10px;
  position: relative; }
  .typography .example::after {
    background-color: #ebebeb;
    border: 1px solid #dddddd;
    border-radius: 0 0 4px 0;
    color: #9da0a4;
    content: "Example";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    left: -1px;
    padding: 3px 7px;
    position: absolute;
    top: -1px; }
  .typography .example + code,
  .typography .example + .codeblock {
    background: #f5f5f5;
    border: 1px solid #c2c2c2;
    border-top: 0;
    color: #333;
    display: block;
    border-radius: 0;
    padding: 10px; }
    .typography .example + code code,
    .typography .example + .codeblock code {
      background: none;
      border: none;
      padding: 0; }

.typography .row + .row {
  margin-top: 30px; }

body .flush {
  margin: 0 !important; }

body .unstyled {
  list-style-type: none;
  padding: 0; }

body .no-gutter {
  margin: 0; }
  body .no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0; }

@media (max-width: 767px) {
  body .equal:not(.slick-slide),
  body .equal-match:not(.slick-slide) {
    height: auto !important; } }

@media (max-width: 767px) {
  body .equal:not(.slick-slide) + .equal,
  body .equal-match:not(.slick-slide) + .equal {
    margin-top: 20px; } }

@media (min-width: 768px) and (max-width: 991px) {
  body .equal:not(.slick-slide):not(.inner) {
    height: auto !important; } }

body .separator {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 2px;
  margin-bottom: 20px; }

.input-group,
.form-item {
  margin-bottom: 20px; }
  .input-group legend,
  .form-item legend {
    border: none;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px; }
  .input-group label,
  .form-item label {
    font-weight: 400; }
  .input-group input,
  .form-item input {
    border-radius: 0;
    border: 1px solid #c6cdf1;
    box-shadow: none;
    outline: none;
    line-height: 32px;
    padding: 0 15px;
    height: 62px;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    color: #2e3233;
    background: #fff;
    -webkit-appearance: none; }
    .mac-os .input-group input, .mac-os
    .form-item input {
      padding: 10px 15px 8px 15px; }
    .input-group input::-webkit-input-placeholder,
    .form-item input::-webkit-input-placeholder {
      color: #2e3233;
      opacity: 1;
      font-size: 16px !important; }
      @media (min-width: 768px) and (max-width: 991px) {
        .input-group input::-webkit-input-placeholder,
        .form-item input::-webkit-input-placeholder {
          font-size: 13px !important; } }
      @media (max-width: 767px) {
        .input-group input::-webkit-input-placeholder,
        .form-item input::-webkit-input-placeholder {
          font-size: 15px !important; } }
    .input-group input:-moz-placeholder,
    .form-item input:-moz-placeholder {
      color: #2e3233;
      opacity: 1;
      font-size: 16px !important; }
      @media (min-width: 768px) and (max-width: 991px) {
        .input-group input:-moz-placeholder,
        .form-item input:-moz-placeholder {
          font-size: 13px !important; } }
      @media (max-width: 767px) {
        .input-group input:-moz-placeholder,
        .form-item input:-moz-placeholder {
          font-size: 15px !important; } }
    .input-group input::-moz-placeholder,
    .form-item input::-moz-placeholder {
      color: #2e3233;
      opacity: 1;
      font-size: 16px !important; }
      @media (min-width: 768px) and (max-width: 991px) {
        .input-group input::-moz-placeholder,
        .form-item input::-moz-placeholder {
          font-size: 13px !important; } }
      @media (max-width: 767px) {
        .input-group input::-moz-placeholder,
        .form-item input::-moz-placeholder {
          font-size: 15px !important; } }
    .input-group input:-ms-input-placeholder,
    .form-item input:-ms-input-placeholder {
      color: #2e3233;
      opacity: 1;
      font-size: 16px !important; }
      @media (min-width: 768px) and (max-width: 991px) {
        .input-group input:-ms-input-placeholder,
        .form-item input:-ms-input-placeholder {
          font-size: 13px !important; } }
      @media (max-width: 767px) {
        .input-group input:-ms-input-placeholder,
        .form-item input:-ms-input-placeholder {
          font-size: 15px !important; } }
    .input-group input:focus,
    .form-item input:focus {
      border: 1px solid #dc1f2a;
      box-shadow: none; }
    .input-group input::-ms-clear,
    .form-item input::-ms-clear {
      display: none !important; }
    .input-group input[type="checkbox"], .input-group input[type="radio"],
    .form-item input[type="checkbox"],
    .form-item input[type="radio"] {
      margin: 4px 5px 0 0;
      width: auto; }
    .input-group input.form-date,
    .form-item input.form-date {
      line-height: 30px; }
  .input-group textarea,
  .form-item textarea {
    border-radius: 0;
    border: 1px solid #c6cdf1;
    box-shadow: none;
    outline: none;
    line-height: 32px;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    color: #2e3233;
    background: #fff; }
    .input-group textarea:focus,
    .form-item textarea:focus {
      border: 1px solid #dc1f2a;
      box-shadow: none; }
    .input-group textarea::-webkit-input-placeholder,
    .form-item textarea::-webkit-input-placeholder {
      color: #454545;
      opacity: 1;
      font-size: 16px; }
    .input-group textarea:-moz-placeholder,
    .form-item textarea:-moz-placeholder {
      color: #454545;
      opacity: 1;
      font-size: 16px; }
    .input-group textarea::-moz-placeholder,
    .form-item textarea::-moz-placeholder {
      color: #454545;
      opacity: 1;
      font-size: 16px; }
    .input-group textarea:-ms-input-placeholder,
    .form-item textarea:-ms-input-placeholder {
      color: #454545;
      opacity: 1;
      font-size: 16px; }
  .input-group.js-form-type-radio, .input-group.js-form-type-checkbox,
  .form-item.js-form-type-radio,
  .form-item.js-form-type-checkbox {
    width: auto;
    display: inline-block;
    margin-top: 5px; }
    @media (max-width: 767px) {
      .input-group.js-form-type-radio, .input-group.js-form-type-checkbox,
      .form-item.js-form-type-radio,
      .form-item.js-form-type-checkbox {
        display: block; } }
    .input-group.js-form-type-radio + div, .input-group.js-form-type-checkbox + div,
    .form-item.js-form-type-radio + div,
    .form-item.js-form-type-checkbox + div {
      margin-left: 15px; }
      @media (max-width: 767px) {
        .input-group.js-form-type-radio + div, .input-group.js-form-type-checkbox + div,
        .form-item.js-form-type-radio + div,
        .form-item.js-form-type-checkbox + div {
          margin-left: 0; } }
  .input-group.js-webform-address, .input-group.js-form-item-name-title,
  .form-item.js-webform-address,
  .form-item.js-form-item-name-title {
    clear: both; }
    .input-group.js-webform-address .form-item, .input-group.js-form-item-name-title .form-item,
    .form-item.js-webform-address .form-item,
    .form-item.js-form-item-name-title .form-item {
      padding: 0; }
      .input-group.js-webform-address .form-item .form-item, .input-group.js-form-item-name-title .form-item .form-item,
      .form-item.js-webform-address .form-item .form-item,
      .form-item.js-form-item-name-title .form-item .form-item {
        margin-bottom: 0; }
  .input-group .input-group-addon,
  .input-group .input-group-btn,
  .form-item .input-group-addon,
  .form-item .input-group-btn {
    vertical-align: top; }

.form-wrapper.col-xs-12:not(.fieldgroup) {
  padding: 0; }

.form-required::after {
  color: #AB1721;
  content: "*";
  margin-left: 5px; }

.webform-options-display-one-column .js-form-type-radio,
.webform-options-display-one-column .js-form-type-checkbox {
  display: block; }
  .webform-options-display-one-column .js-form-type-radio + div,
  .webform-options-display-one-column .js-form-type-checkbox + div {
    margin-left: 0px; }

.checkbox {
  margin-left: 20px; }
  .checkbox input[type="checkbox"]:checked + label,
  .checkbox input[type="radio"]:checked + label {
    font-weight: 700; }
    .checkbox input[type="checkbox"]:checked + label::after,
    .checkbox input[type="radio"]:checked + label::after {
      font-family: icomoon;
      content: "\e901";
      padding-top: 3px; }
    .checkbox input[type="checkbox"]:checked + label::before,
    .checkbox input[type="radio"]:checked + label::before {
      top: 3px; }
  .checkbox label::after {
    content: ""; }

.bootstrap-select.btn-group,
.bootstrap-select {
  width: 100% !important; }
  .bootstrap-select.btn-group ul li,
  .bootstrap-select ul li {
    display: block !important; }
    .bootstrap-select.btn-group ul li a,
    .bootstrap-select ul li a {
      font-size: 14px !important; }
  .bootstrap-select.btn-group .dropdown-toggle,
  .bootstrap-select .dropdown-toggle {
    border-radius: 0;
    border: 2px solid #2e3233;
    box-shadow: none;
    text-shadow: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 15px;
    line-height: 30px;
    color: #2e3233;
    background: none;
    text-transform: none;
    white-space: nowrap;
    letter-spacing: 0; }
    .bootstrap-select.btn-group .dropdown-toggle:hover, .bootstrap-select.btn-group .dropdown-toggle:focus,
    .bootstrap-select .dropdown-toggle:hover,
    .bootstrap-select .dropdown-toggle:focus {
      border: 2px solid #2e3233;
      box-shadow: none;
      outline: none;
      color: #fff;
      background: #2e3233;
      text-shadow: none; }
      .bootstrap-select.btn-group .dropdown-toggle:hover .bs-caret .caret, .bootstrap-select.btn-group .dropdown-toggle:focus .bs-caret .caret,
      .bootstrap-select .dropdown-toggle:hover .bs-caret .caret,
      .bootstrap-select .dropdown-toggle:focus .bs-caret .caret {
        border-top: 12px dashed #fff; }
    .bootstrap-select.btn-group .dropdown-toggle.btn-xl-gray:hover .bs-caret .caret, .bootstrap-select.btn-group .dropdown-toggle.btn-xl-gray:focus .bs-caret .caret,
    .bootstrap-select .dropdown-toggle.btn-xl-gray:hover .bs-caret .caret,
    .bootstrap-select .dropdown-toggle.btn-xl-gray:focus .bs-caret .caret {
      border-top: 12px dashed #2e3233; }
    .bootstrap-select.btn-group .dropdown-toggle .filter-option,
    .bootstrap-select .dropdown-toggle .filter-option {
      padding-right: 30px;
      text-overflow: ellipsis; }
    .bootstrap-select.btn-group .dropdown-toggle .bs-caret,
    .bootstrap-select .dropdown-toggle .bs-caret {
      position: absolute;
      top: 0;
      right: 5px;
      width: 40px;
      height: 100%; }
      .bootstrap-select.btn-group .dropdown-toggle .bs-caret .caret,
      .bootstrap-select .dropdown-toggle .bs-caret .caret {
        margin-top: -4px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 12px dashed #2e3233; }
  .bootstrap-select.btn-group.dropup .caret,
  .bootstrap-select.dropup .caret {
    border-bottom: 12px dashed;
    border-top: 0 !important; }
  .bootstrap-select.btn-group.show-tick .dropdown-menu > li > a:hover, .bootstrap-select.btn-group.show-tick .dropdown-menu > li > a:focus,
  .bootstrap-select.show-tick .dropdown-menu > li > a:hover,
  .bootstrap-select.show-tick .dropdown-menu > li > a:focus {
    color: #fff;
    background: #334475; }
    .bootstrap-select.btn-group.show-tick .dropdown-menu > li > a:hover span.check-mark::before, .bootstrap-select.btn-group.show-tick .dropdown-menu > li > a:focus span.check-mark::before,
    .bootstrap-select.show-tick .dropdown-menu > li > a:hover span.check-mark::before,
    .bootstrap-select.show-tick .dropdown-menu > li > a:focus span.check-mark::before {
      color: #2e3233; }
  .bootstrap-select.btn-group.show-tick .dropdown-menu > li > a span.text,
  .bootstrap-select.show-tick .dropdown-menu > li > a span.text {
    margin-right: 0;
    margin-left: 25px; }
  .bootstrap-select.btn-group.show-tick .dropdown-menu > li > a span.check-mark,
  .bootstrap-select.show-tick .dropdown-menu > li > a span.check-mark {
    background: #fff;
    border: 1px solid #454545;
    color: #2e3233;
    padding: 2px;
    font-size: 14px;
    right: auto !important;
    left: 15px;
    margin-top: 5px;
    position: absolute;
    display: block; }
    .bootstrap-select.btn-group.show-tick .dropdown-menu > li > a span.check-mark::before,
    .bootstrap-select.show-tick .dropdown-menu > li > a span.check-mark::before {
      color: #fff; }
  .bootstrap-select.btn-group .dropdown-menu,
  .bootstrap-select .dropdown-menu {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: #b2bbec; }
    .bootstrap-select.btn-group .dropdown-menu > li > a,
    .bootstrap-select .dropdown-menu > li > a {
      text-transform: none;
      font-size: 16px !important; }
      .bootstrap-select.btn-group .dropdown-menu > li > a:hover, .bootstrap-select.btn-group .dropdown-menu > li > a:focus,
      .bootstrap-select .dropdown-menu > li > a:hover,
      .bootstrap-select .dropdown-menu > li > a:focus {
        color: #fff;
        background: #334475; }
    .bootstrap-select.btn-group .dropdown-menu > li.selected > a span.check-mark::before,
    .bootstrap-select .dropdown-menu > li.selected > a span.check-mark::before {
      color: #2e3233; }

form#doctor-search-form {
  background: #f3f3f3; }

.site-wrap .btn, .site-wrap .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .site-wrap a,
.navigation .btn,
.navigation .doctor-profile .star-rating .pager-show-more a,
.doctor-profile .star-rating .pager-show-more .navigation a,
.offcanvas .btn,
.offcanvas .doctor-profile .star-rating .pager-show-more a,
.doctor-profile .star-rating .pager-show-more .offcanvas a {
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 22px;
  padding: 20px 30px 18px;
  white-space: normal;
  -webkit-transition: background 0.3s linear, color 0.3s linear;
  -moz-transition: background 0.3s linear, color 0.3s linear;
  -ms-transition: background 0.3s linear, color 0.3s linear;
  -o-transition: background 0.3s linear, color 0.3s linear;
  transition: background 0.3s linear, color 0.3s linear; }
  @media (max-width: 767px) {
    .site-wrap .btn, .site-wrap .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .site-wrap a,
    .navigation .btn,
    .navigation .doctor-profile .star-rating .pager-show-more a,
    .doctor-profile .star-rating .pager-show-more .navigation a,
    .offcanvas .btn,
    .offcanvas .doctor-profile .star-rating .pager-show-more a,
    .doctor-profile .star-rating .pager-show-more .offcanvas a {
      margin-bottom: 15px; } }
  .site-wrap .btn.btn-icon, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-icon, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-icon,
  .navigation .btn.btn-icon,
  .navigation .doctor-profile .star-rating .pager-show-more a.btn-icon,
  .doctor-profile .star-rating .pager-show-more .navigation a.btn-icon,
  .offcanvas .btn.btn-icon,
  .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-icon,
  .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-icon {
    font-size: 20px;
    padding: 12px 14px 11px; }
  .site-wrap .btn.btn-clear, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-clear, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-clear,
  .navigation .btn.btn-clear,
  .navigation .doctor-profile .star-rating .pager-show-more a.btn-clear,
  .doctor-profile .star-rating .pager-show-more .navigation a.btn-clear,
  .offcanvas .btn.btn-clear,
  .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-clear,
  .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-clear {
    color: #fff !important;
    border: 2px solid #fff;
    padding: 18px 40px 16px; }
    .site-wrap .btn.btn-clear:hover, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-clear:hover, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-clear:hover, .site-wrap .btn.btn-clear:focus, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-clear:focus, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-clear:focus,
    .navigation .btn.btn-clear:hover,
    .navigation .doctor-profile .star-rating .pager-show-more a.btn-clear:hover,
    .doctor-profile .star-rating .pager-show-more .navigation a.btn-clear:hover,
    .navigation .btn.btn-clear:focus,
    .navigation .doctor-profile .star-rating .pager-show-more a.btn-clear:focus,
    .doctor-profile .star-rating .pager-show-more .navigation a.btn-clear:focus,
    .offcanvas .btn.btn-clear:hover,
    .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-clear:hover,
    .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-clear:hover,
    .offcanvas .btn.btn-clear:focus,
    .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-clear:focus,
    .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-clear:focus {
      background: rgba(255, 255, 255, 0.2);
      color: #fff; }
  .site-wrap .btn.btn-xlblue, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-xlblue, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-xlblue,
  .navigation .btn.btn-xlblue,
  .navigation .doctor-profile .star-rating .pager-show-more a.btn-xlblue,
  .doctor-profile .star-rating .pager-show-more .navigation a.btn-xlblue,
  .offcanvas .btn.btn-xlblue,
  .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-xlblue,
  .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-xlblue {
    background: #eff1fb;
    color: #334475 !important; }
    .site-wrap .btn.btn-xlblue:hover, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-xlblue:hover, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-xlblue:hover, .site-wrap .btn.btn-xlblue:focus, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-xlblue:focus, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-xlblue:focus,
    .navigation .btn.btn-xlblue:hover,
    .navigation .doctor-profile .star-rating .pager-show-more a.btn-xlblue:hover,
    .doctor-profile .star-rating .pager-show-more .navigation a.btn-xlblue:hover,
    .navigation .btn.btn-xlblue:focus,
    .navigation .doctor-profile .star-rating .pager-show-more a.btn-xlblue:focus,
    .doctor-profile .star-rating .pager-show-more .navigation a.btn-xlblue:focus,
    .offcanvas .btn.btn-xlblue:hover,
    .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-xlblue:hover,
    .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-xlblue:hover,
    .offcanvas .btn.btn-xlblue:focus,
    .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-xlblue:focus,
    .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-xlblue:focus {
      background: #415489;
      color: #fff !important; }
  .site-wrap .btn.btn-ltblue, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-ltblue, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-ltblue,
  .navigation .btn.btn-ltblue,
  .navigation .doctor-profile .star-rating .pager-show-more a.btn-ltblue,
  .doctor-profile .star-rating .pager-show-more .navigation a.btn-ltblue,
  .offcanvas .btn.btn-ltblue,
  .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-ltblue,
  .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-ltblue {
    background: #415489;
    color: #fff !important; }
    .site-wrap .btn.btn-ltblue:hover, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-ltblue:hover, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-ltblue:hover, .site-wrap .btn.btn-ltblue:focus, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-ltblue:focus, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-ltblue:focus,
    .navigation .btn.btn-ltblue:hover,
    .navigation .doctor-profile .star-rating .pager-show-more a.btn-ltblue:hover,
    .doctor-profile .star-rating .pager-show-more .navigation a.btn-ltblue:hover,
    .navigation .btn.btn-ltblue:focus,
    .navigation .doctor-profile .star-rating .pager-show-more a.btn-ltblue:focus,
    .doctor-profile .star-rating .pager-show-more .navigation a.btn-ltblue:focus,
    .offcanvas .btn.btn-ltblue:hover,
    .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-ltblue:hover,
    .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-ltblue:hover,
    .offcanvas .btn.btn-ltblue:focus,
    .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-ltblue:focus,
    .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-ltblue:focus {
      background: #334475; }
  .site-wrap .btn.btn-blue, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-blue, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-blue,
  .navigation .btn.btn-blue,
  .navigation .doctor-profile .star-rating .pager-show-more a.btn-blue,
  .doctor-profile .star-rating .pager-show-more .navigation a.btn-blue,
  .offcanvas .btn.btn-blue,
  .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-blue,
  .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-blue {
    background: #334475;
    color: #fff !important; }
    .site-wrap .btn.btn-blue:hover, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-blue:hover, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-blue:hover, .site-wrap .btn.btn-blue:focus, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-blue:focus, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-blue:focus,
    .navigation .btn.btn-blue:hover,
    .navigation .doctor-profile .star-rating .pager-show-more a.btn-blue:hover,
    .doctor-profile .star-rating .pager-show-more .navigation a.btn-blue:hover,
    .navigation .btn.btn-blue:focus,
    .navigation .doctor-profile .star-rating .pager-show-more a.btn-blue:focus,
    .doctor-profile .star-rating .pager-show-more .navigation a.btn-blue:focus,
    .offcanvas .btn.btn-blue:hover,
    .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-blue:hover,
    .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-blue:hover,
    .offcanvas .btn.btn-blue:focus,
    .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-blue:focus,
    .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-blue:focus {
      background: #141b2e; }
  .site-wrap .btn.btn-xlgray, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-xlgray, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-xlgray,
  .navigation .btn.btn-xlgray,
  .navigation .doctor-profile .star-rating .pager-show-more a.btn-xlgray,
  .doctor-profile .star-rating .pager-show-more .navigation a.btn-xlgray,
  .offcanvas .btn.btn-xlgray,
  .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-xlgray,
  .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-xlgray {
    background: #f3f3f3;
    color: #2e3233 !important; }
    .site-wrap .btn.btn-xlgray:hover, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-xlgray:hover, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-xlgray:hover, .site-wrap .btn.btn-xlgray:focus, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-xlgray:focus, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-xlgray:focus,
    .navigation .btn.btn-xlgray:hover,
    .navigation .doctor-profile .star-rating .pager-show-more a.btn-xlgray:hover,
    .doctor-profile .star-rating .pager-show-more .navigation a.btn-xlgray:hover,
    .navigation .btn.btn-xlgray:focus,
    .navigation .doctor-profile .star-rating .pager-show-more a.btn-xlgray:focus,
    .doctor-profile .star-rating .pager-show-more .navigation a.btn-xlgray:focus,
    .offcanvas .btn.btn-xlgray:hover,
    .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-xlgray:hover,
    .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-xlgray:hover,
    .offcanvas .btn.btn-xlgray:focus,
    .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-xlgray:focus,
    .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-xlgray:focus {
      background: #454545;
      color: #fff !important; }
  .site-wrap .btn.btn-ltgray, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-ltgray, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-ltgray,
  .navigation .btn.btn-ltgray,
  .navigation .doctor-profile .star-rating .pager-show-more a.btn-ltgray,
  .doctor-profile .star-rating .pager-show-more .navigation a.btn-ltgray,
  .offcanvas .btn.btn-ltgray,
  .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-ltgray,
  .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-ltgray {
    background: #454545;
    color: #fff !important; }
    .site-wrap .btn.btn-ltgray:hover, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-ltgray:hover, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-ltgray:hover, .site-wrap .btn.btn-ltgray:focus, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-ltgray:focus, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-ltgray:focus,
    .navigation .btn.btn-ltgray:hover,
    .navigation .doctor-profile .star-rating .pager-show-more a.btn-ltgray:hover,
    .doctor-profile .star-rating .pager-show-more .navigation a.btn-ltgray:hover,
    .navigation .btn.btn-ltgray:focus,
    .navigation .doctor-profile .star-rating .pager-show-more a.btn-ltgray:focus,
    .doctor-profile .star-rating .pager-show-more .navigation a.btn-ltgray:focus,
    .offcanvas .btn.btn-ltgray:hover,
    .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-ltgray:hover,
    .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-ltgray:hover,
    .offcanvas .btn.btn-ltgray:focus,
    .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-ltgray:focus,
    .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-ltgray:focus {
      background: #1f2324; }
  .site-wrap .btn.btn-gray, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-gray, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-gray,
  .navigation .btn.btn-gray,
  .navigation .doctor-profile .star-rating .pager-show-more a.btn-gray,
  .doctor-profile .star-rating .pager-show-more .navigation a.btn-gray,
  .offcanvas .btn.btn-gray,
  .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-gray,
  .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-gray {
    background: #2e3233;
    color: #fff !important; }
    .site-wrap .btn.btn-gray:hover, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-gray:hover, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-gray:hover, .site-wrap .btn.btn-gray:focus, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-gray:focus, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-gray:focus,
    .navigation .btn.btn-gray:hover,
    .navigation .doctor-profile .star-rating .pager-show-more a.btn-gray:hover,
    .doctor-profile .star-rating .pager-show-more .navigation a.btn-gray:hover,
    .navigation .btn.btn-gray:focus,
    .navigation .doctor-profile .star-rating .pager-show-more a.btn-gray:focus,
    .doctor-profile .star-rating .pager-show-more .navigation a.btn-gray:focus,
    .offcanvas .btn.btn-gray:hover,
    .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-gray:hover,
    .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-gray:hover,
    .offcanvas .btn.btn-gray:focus,
    .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-gray:focus,
    .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-gray:focus {
      background: #454545; }
  .site-wrap .btn.btn-dkgray, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-dkgray, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-dkgray,
  .navigation .btn.btn-dkgray,
  .navigation .doctor-profile .star-rating .pager-show-more a.btn-dkgray,
  .doctor-profile .star-rating .pager-show-more .navigation a.btn-dkgray,
  .offcanvas .btn.btn-dkgray,
  .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-dkgray,
  .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-dkgray {
    background: #1f2324;
    color: #fff !important; }
    .site-wrap .btn.btn-dkgray:hover, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-dkgray:hover, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-dkgray:hover, .site-wrap .btn.btn-dkgray:focus, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-dkgray:focus, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-dkgray:focus,
    .navigation .btn.btn-dkgray:hover,
    .navigation .doctor-profile .star-rating .pager-show-more a.btn-dkgray:hover,
    .doctor-profile .star-rating .pager-show-more .navigation a.btn-dkgray:hover,
    .navigation .btn.btn-dkgray:focus,
    .navigation .doctor-profile .star-rating .pager-show-more a.btn-dkgray:focus,
    .doctor-profile .star-rating .pager-show-more .navigation a.btn-dkgray:focus,
    .offcanvas .btn.btn-dkgray:hover,
    .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-dkgray:hover,
    .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-dkgray:hover,
    .offcanvas .btn.btn-dkgray:focus,
    .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-dkgray:focus,
    .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-dkgray:focus {
      background: #070809; }
  .site-wrap .btn.btn-red, .site-wrap .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .site-wrap a,
  .navigation .btn.btn-red,
  .navigation .doctor-profile .star-rating .pager-show-more a,
  .doctor-profile .star-rating .pager-show-more .navigation a,
  .offcanvas .btn.btn-red,
  .offcanvas .doctor-profile .star-rating .pager-show-more a,
  .doctor-profile .star-rating .pager-show-more .offcanvas a {
    background: #AB1721;
    color: #fff !important; }
    .site-wrap .btn.btn-red:hover, .site-wrap .doctor-profile .star-rating .pager-show-more a:hover, .doctor-profile .star-rating .pager-show-more .site-wrap a:hover, .site-wrap .btn.btn-red:focus, .site-wrap .doctor-profile .star-rating .pager-show-more a:focus, .doctor-profile .star-rating .pager-show-more .site-wrap a:focus,
    .navigation .btn.btn-red:hover,
    .navigation .doctor-profile .star-rating .pager-show-more a:hover,
    .doctor-profile .star-rating .pager-show-more .navigation a:hover,
    .navigation .btn.btn-red:focus,
    .navigation .doctor-profile .star-rating .pager-show-more a:focus,
    .doctor-profile .star-rating .pager-show-more .navigation a:focus,
    .offcanvas .btn.btn-red:hover,
    .offcanvas .doctor-profile .star-rating .pager-show-more a:hover,
    .doctor-profile .star-rating .pager-show-more .offcanvas a:hover,
    .offcanvas .btn.btn-red:focus,
    .offcanvas .doctor-profile .star-rating .pager-show-more a:focus,
    .doctor-profile .star-rating .pager-show-more .offcanvas a:focus {
      background: #831219; }
  .site-wrap .btn.btn-formclear, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-formclear, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-formclear,
  .navigation .btn.btn-formclear,
  .navigation .doctor-profile .star-rating .pager-show-more a.btn-formclear,
  .doctor-profile .star-rating .pager-show-more .navigation a.btn-formclear,
  .offcanvas .btn.btn-formclear,
  .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-formclear,
  .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-formclear {
    display: block;
    clear: both;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    color: red; }
    .site-wrap .btn.btn-formclear i, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-formclear i, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-formclear i,
    .navigation .btn.btn-formclear i,
    .navigation .doctor-profile .star-rating .pager-show-more a.btn-formclear i,
    .doctor-profile .star-rating .pager-show-more .navigation a.btn-formclear i,
    .offcanvas .btn.btn-formclear i,
    .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-formclear i,
    .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-formclear i {
      font-size: 16px; }
  .site-wrap .btn.btn-link, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-link, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-link,
  .navigation .btn.btn-link,
  .navigation .doctor-profile .star-rating .pager-show-more a.btn-link,
  .doctor-profile .star-rating .pager-show-more .navigation a.btn-link,
  .offcanvas .btn.btn-link,
  .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-link,
  .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-link {
    padding: 0;
    color: #dc1f2a;
    font-weight: 400; }
    .site-wrap .btn.btn-link i, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-link i, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-link i,
    .navigation .btn.btn-link i,
    .navigation .doctor-profile .star-rating .pager-show-more a.btn-link i,
    .doctor-profile .star-rating .pager-show-more .navigation a.btn-link i,
    .offcanvas .btn.btn-link i,
    .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-link i,
    .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-link i {
      font-size: 80%;
      font-weight: 700; }
    .site-wrap .btn.btn-link:hover, .site-wrap .doctor-profile .star-rating .pager-show-more a.btn-link:hover, .doctor-profile .star-rating .pager-show-more .site-wrap a.btn-link:hover,
    .navigation .btn.btn-link:hover,
    .navigation .doctor-profile .star-rating .pager-show-more a.btn-link:hover,
    .doctor-profile .star-rating .pager-show-more .navigation a.btn-link:hover,
    .offcanvas .btn.btn-link:hover,
    .offcanvas .doctor-profile .star-rating .pager-show-more a.btn-link:hover,
    .doctor-profile .star-rating .pager-show-more .offcanvas a.btn-link:hover {
      color: #dc1f2a;
      text-decoration: underline; }
  .site-wrap .btn.btn-block, .site-wrap .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .site-wrap a,
  .navigation .btn.btn-block,
  .navigation .doctor-profile .star-rating .pager-show-more a,
  .doctor-profile .star-rating .pager-show-more .navigation a,
  .offcanvas .btn.btn-block,
  .offcanvas .doctor-profile .star-rating .pager-show-more a,
  .doctor-profile .star-rating .pager-show-more .offcanvas a {
    padding: 20px 25px 18px; }
  .site-wrap .btn.btn-sm, .site-wrap .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .site-wrap a,
  .navigation .btn.btn-sm,
  .navigation .doctor-profile .star-rating .pager-show-more a,
  .doctor-profile .star-rating .pager-show-more .navigation a,
  .offcanvas .btn.btn-sm,
  .offcanvas .doctor-profile .star-rating .pager-show-more a,
  .doctor-profile .star-rating .pager-show-more .offcanvas a {
    font-size: 15px;
    padding: 16px 30px 14px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .site-wrap .btn.btn-sm, .site-wrap .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .site-wrap a,
      .navigation .btn.btn-sm,
      .navigation .doctor-profile .star-rating .pager-show-more a,
      .doctor-profile .star-rating .pager-show-more .navigation a,
      .offcanvas .btn.btn-sm,
      .offcanvas .doctor-profile .star-rating .pager-show-more a,
      .doctor-profile .star-rating .pager-show-more .offcanvas a {
        font-size: 14px;
        padding: 16px 10px 14px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .site-wrap .btn.btn-sm, .site-wrap .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .site-wrap a,
      .navigation .btn.btn-sm,
      .navigation .doctor-profile .star-rating .pager-show-more a,
      .doctor-profile .star-rating .pager-show-more .navigation a,
      .offcanvas .btn.btn-sm,
      .offcanvas .doctor-profile .star-rating .pager-show-more a,
      .doctor-profile .star-rating .pager-show-more .offcanvas a {
        font-size: 12px;
        padding: 16px 10px 14px; } }
    @media (max-width: 767px) {
      .site-wrap .btn.btn-sm, .site-wrap .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .site-wrap a,
      .navigation .btn.btn-sm,
      .navigation .doctor-profile .star-rating .pager-show-more a,
      .doctor-profile .star-rating .pager-show-more .navigation a,
      .offcanvas .btn.btn-sm,
      .offcanvas .doctor-profile .star-rating .pager-show-more a,
      .doctor-profile .star-rating .pager-show-more .offcanvas a {
        font-size: 14px; } }

#block-coopersitecta {
  position: absolute;
  width: 100%;
  padding: 8px 0px 7px;
  background: rgba(46, 50, 51, 0.4);
  color: #fff;
  font-size: 18px;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear; }
  #block-coopersitecta::before {
    content: "\e90f";
    font-family: icomoon;
    position: absolute;
    left: 20px;
    top: 11px;
    color: #fff;
    font-size: 18px; }
  #block-coopersitecta.close {
    float: none;
    opacity: 1;
    z-index: 0;
    font-weight: 400;
    text-shadow: none;
    line-height: inherit;
    -moz-transform: translate(0, -120%);
    -o-transform: translate(0, -120%);
    -ms-transform: translate(0, -120%);
    -webkit-transform: translate(0, -120%);
    transform: translate(0, -120%); }
  #block-coopersitecta p {
    font-size: 20px;
    margin: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      #block-coopersitecta p {
        font-size: 16px;
        text-align: left;
        margin-left: 60px; } }
  #block-coopersitecta .btn, #block-coopersitecta .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more #block-coopersitecta a {
    padding: 5px 20px;
    margin-left: 15px;
    font-size: 16px; }

#block-cooper-edu-welcometocooper .cta-circles {
  margin: 0 auto;
  position: relative;
  width: 60%; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #block-cooper-edu-welcometocooper .cta-circles {
      width: 80%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #block-cooper-edu-welcometocooper .cta-circles {
      width: 100%; } }
  @media (max-width: 767px) {
    #block-cooper-edu-welcometocooper .cta-circles {
      width: 100%; } }
  #block-cooper-edu-welcometocooper .cta-circles ul li {
    float: left;
    width: 25%; }
    @media (max-width: 767px) {
      #block-cooper-edu-welcometocooper .cta-circles ul li {
        width: 50%; } }
    #block-cooper-edu-welcometocooper .cta-circles ul li a {
      align-items: center;
      background: #f3f3f3;
      border: 2px solid #dc1f2a;
      border-radius: 100%;
      color: #AB1721;
      display: flex;
      font-weight: 400;
      font-size: 18px;
      height: 150px;
      justify-content: center;
      margin: 0 auto 20px;
      padding: 10px;
      position: relative;
      text-align: center;
      width: 150px;
      -webkit-transition: color 0.3s linear, background 0.3s linear, border-color 0.3s linear;
      -moz-transition: color 0.3s linear, background 0.3s linear, border-color 0.3s linear;
      -ms-transition: color 0.3s linear, background 0.3s linear, border-color 0.3s linear;
      -o-transition: color 0.3s linear, background 0.3s linear, border-color 0.3s linear;
      transition: color 0.3s linear, background 0.3s linear, border-color 0.3s linear; }
      @media (max-width: 767px) {
        #block-cooper-edu-welcometocooper .cta-circles ul li a {
          width: 120px;
          height: 120px;
          font-size: 14px; } }
      #block-cooper-edu-welcometocooper .cta-circles ul li a:hover {
        background: #e6e6e6;
        border-color: #831219;
        color: #af1921; }

#block-residencylist .cta,
#block-fellowships .cta {
  margin-bottom: 15px; }
  #block-residencylist .cta .box1,
  #block-fellowships .cta .box1 {
    position: relative;
    padding: 4em;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear; }
    @media (min-width: 768px) and (max-width: 991px) {
      #block-residencylist .cta .box1,
      #block-fellowships .cta .box1 {
        padding: 60px 40px; } }
    #block-residencylist .cta .box1:hover,
    #block-fellowships .cta .box1:hover {
      background: #dadada; }
    #block-residencylist .cta .box1 a,
    #block-fellowships .cta .box1 a {
      color: #2e3233;
      text-decoration: none;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 80%;
      text-align: center;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      #block-residencylist .cta .box1 a:hover,
      #block-fellowships .cta .box1 a:hover {
        text-decoration: underline; }

.resident {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f3f3f3; }
  .resident .info h4 {
    margin-top: 0; }
  .resident .info p {
    margin-bottom: 5px; }

.event {
  position: relative;
  min-height: 150px;
  padding: 25px 0; }
  .event .date {
    font-size: 28px;
    width: 65px;
    height: 80%;
    position: absolute;
    top: 25px;
    left: 0;
    text-align: center;
    text-transform: uppercase; }
    .event .date::after {
      background: url("/sites/default/files/inline-images/red-dot-vert.png") repeat-y;
      content: "";
      position: absolute;
      right: -15px;
      top: 10px;
      height: 100%;
      width: 4px; }
    .event .date .month {
      display: block;
      font-size: 28px; }
    .event .date .day {
      display: block;
      font-size: 38px;
      font-weight: 700; }
  .event .blurb {
    padding-left: 100px; }
    .event .blurb h4 {
      margin-top: 0; }
  .event + .event {
    border-top: 1px solid #f3f3f3;
    padding-top: 20px;
    margin-top: 20px; }
  .event + .btn, .doctor-profile .star-rating .pager-show-more .event + a {
    margin-top: 30px; }

.global-search {
  display: none;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  @media (max-width: 767px) {
    .global-search {
      top: 51px;
      left: 0;
      transform: none;
      min-height: 100vh;
      background: #1f2324; }
      .nav-open.search-open .global-search {
        display: none; } }
  .global-search .typeahead {
    position: relative;
    top: 0 !important;
    left: 0 !important; }
  .global-search .container {
    max-width: 900px;
    padding: 24px 24px 74px;
    background: rgba(157, 26, 29, 0.8); }
    @media (max-width: 767px) {
      .global-search .container {
        background: transparent; } }
    .nav-open.search-open .global-search .container {
      width: 100%;
      max-width: none; }
    .global-search .container h3 {
      margin-top: 0 0 26px 0;
      text-transform: uppercase;
      text-align: center;
      color: #fff; }
      @media (max-width: 767px) {
        .global-search .container h3 {
          margin-top: 10px; } }
    .global-search .container p.results-header {
      margin: 0;
      font-size: 21px;
      text-transform: uppercase;
      color: #fff; }
    .global-search .container hr {
      margin: 25px 0 20px;
      border-bottom: 1px solid #831e20;
      border-top: 1px solid #ae2629; }
      @media (max-width: 767px) {
        .global-search .container hr {
          border-bottom: 2px solid #454545;
          border-top: none; } }
    .global-search .container .search-container {
      margin: 0 40px; }
      @media (max-width: 767px) {
        .global-search .container .search-container {
          margin: 0; } }
    .global-search .container .popular-results ul {
      padding: 0;
      list-style: none; }
      .global-search .container .popular-results ul li {
        margin: 15px 0;
        color: #fff;
        font-size: 18px; }
        .global-search .container .popular-results ul li:last-child {
          margin-bottom: 0; }
        .global-search .container .popular-results ul li a {
          color: #fff;
          cursor: pointer;
          -webkit-transition: color 0.3s linear;
          -moz-transition: color 0.3s linear;
          -ms-transition: color 0.3s linear;
          -o-transition: color 0.3s linear;
          transition: color 0.3s linear; }
          .global-search .container .popular-results ul li a:hover {
            color: #e6e6e6;
            text-decoration: none; }
    .global-search .container .results {
      background: #641416;
      padding: 32px;
      margin: 18px 40px; }
      @media (max-width: 767px) {
        .global-search .container .results {
          margin: 18px 0 0;
          padding: 20px 5px 30px; } }
      .global-search .container .results .row .search-nav {
        margin-bottom: 50px;
        color: #fff; }
        .global-search .container .results .row .search-nav:last-child {
          margin-bottom: 40px; }
        .global-search .container .results .row .search-nav h4 {
          font-size: 21px;
          text-transform: uppercase;
          color: #fff;
          margin: 0; }
        .global-search .container .results .row .search-nav hr {
          margin: 7px 0 18px;
          border-bottom: 1px solid #fff;
          border-top: 1px solid #fff; }
        .global-search .container .results .row .search-nav li {
          color: #fff;
          font-size: 16px;
          line-height: 23px;
          margin-bottom: 26px; }
          .global-search .container .results .row .search-nav li strong {
            font-size: 18px; }
          .global-search .container .results .row .search-nav li:last-child {
            margin-bottom: 0; }
        .global-search .container .results .row .search-nav a {
          color: #fff;
          cursor: pointer;
          -webkit-transition: color 0.3s linear;
          -moz-transition: color 0.3s linear;
          -ms-transition: color 0.3s linear;
          -o-transition: color 0.3s linear;
          transition: color 0.3s linear; }
          .global-search .container .results .row .search-nav a:hover {
            color: #aaa;
            text-decoration: none; }
        .global-search .container .results .row .search-nav ul {
          padding: 0;
          list-style: none; }
          .global-search .container .results .row .search-nav ul li {
            margin: 0 0 26px;
            color: #fff;
            font-size: 18px; }
            .global-search .container .results .row .search-nav ul li:last-child {
              margin-bottom: 0; }
          .global-search .container .results .row .search-nav ul.doctors li {
            overflow: hidden; }
            .global-search .container .results .row .search-nav ul.doctors li .img {
              display: block;
              float: left;
              width: 20%; }
              .global-search .container .results .row .search-nav ul.doctors li .img img {
                max-width: 100%;
                width: 100%;
                height: auto; }
            .global-search .container .results .row .search-nav ul.doctors li .info {
              display: block;
              float: left;
              width: 80%;
              padding: 0 0 0 20px; }
        .global-search .container .results .row .search-nav .see-more {
          float: right;
          color: #fff;
          cursor: pointer;
          margin-top: 4px;
          text-transform: uppercase;
          text-decoration: none;
          -webkit-transition: color 0.3s linear;
          -moz-transition: color 0.3s linear;
          -ms-transition: color 0.3s linear;
          -o-transition: color 0.3s linear;
          transition: color 0.3s linear; }
          .global-search .container .results .row .search-nav .see-more:hover {
            color: #aaa; }
          .global-search .container .results .row .search-nav .see-more i {
            font-size: 12px;
            vertical-align: 1px; }
      .global-search .container .results .row .see-all {
        text-align: center; }
    .global-search .container button.search-toggle {
      background: transparent;
      border: none;
      padding: 0;
      color: #fff;
      font-size: 20px;
      height: 25px; }
      @media (max-width: 767px) {
        .global-search .container button.search-toggle {
          display: none; } }
    .global-search .container .input-group input.form-control {
      font-size: 24px;
      font-weight: 400;
      border-radius: 0;
      border: none;
      color: #2e3233;
      height: 62px; }
      .global-search .container .input-group input.form-control:focus {
        border-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .global-search .container .input-group .input-group-btn button.btn-search {
      background: #fff;
      height: 62px;
      font-size: 38px;
      padding: 0 17px;
      color: #AB1721;
      -webkit-transition: color 0.3s linear;
      -moz-transition: color 0.3s linear;
      -ms-transition: color 0.3s linear;
      -o-transition: color 0.3s linear;
      transition: color 0.3s linear; }
      .global-search .container .input-group .input-group-btn button.btn-search:hover {
        color: #831219; }
  .search-open .global-search {
    display: block;
    position: absolute;
    top: 100px; }
    @media (max-width: 767px) {
      .search-open .global-search {
        top: 51px; } }
  .nav-open.search-open .global-search {
    top: 86px;
    right: 275px;
    left: 5%;
    z-index: 999999;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
    @media (min-width: 768px) and (max-width: 991px) {
      .nav-open.search-open .global-search {
        left: 3%;
        right: 3%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .nav-open.search-open .global-search {
        left: 5%;
        right: 3%; } }

.nav-open.search-open .header {
  z-index: 9; }

.nav-open.search-open .navigation {
  right: -100%; }
  @media (min-width: 1200px) {
    .nav-open.search-open .navigation {
      right: 0%; } }

body.nav-open.search-open {
  overflow: hidden;
  overflow-y: scroll; }
  @media (max-width: 767px) {
    body.nav-open.search-open {
      overflow: hidden;
      overflow-y: scroll; } }

body.search-open {
  overflow-y: scroll; }
  @media (max-width: 767px) {
    body.search-open .header {
      position: absolute; }
      body.search-open .header .search-btn {
        background: #1f2324; }
        body.search-open .header .search-btn i.icon-search:before {
          content: "\e90f";
          font-size: 20px; } }
  body.search-open:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: fixed;
    background: #2e3233;
    opacity: 0.85;
    z-index: 1; }
    @media (max-width: 767px) {
      body.search-open:before {
        z-index: 9; } }

.conditions-search {
  margin-bottom: 20px;
  position: relative;
  width: 60%; }
  @media (max-width: 767px) {
    .conditions-search {
      margin-bottom: 14px;
      width: 100%; } }
  .conditions-search label {
    display: block;
    text-transform: uppercase;
    color: #454545;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .conditions-search label {
        text-transform: none; } }
  .conditions-search input {
    background: #fff;
    color: #454545;
    border: 1px solid #eff1fb;
    box-shadow: none;
    font-size: 16px;
    padding: 0 80px 0 20px;
    line-height: 30px;
    height: 52px;
    -webkit-transition: border 0.3s linear 0s;
    -moz-transition: border 0.3s linear 0s;
    -ms-transition: border 0.3s linear 0s;
    -o-transition: border 0.3s linear 0s;
    transition: border 0.3s linear 0s; }
    @media (max-width: 767px) {
      .conditions-search input {
        padding: 10px 30px 10px 10px; } }
    .conditions-search input:hover, .conditions-search input:focus {
      border: 1px solid #dc1f2a; }
    .conditions-search input::-webkit-input-placeholder {
      color: #454545;
      opacity: 1;
      font-style: italic; }
    .conditions-search input:-moz-placeholder {
      color: #454545;
      opacity: 1;
      font-style: italic; }
    .conditions-search input::-moz-placeholder {
      color: #454545;
      opacity: 1;
      font-style: italic; }
    .conditions-search input:-ms-input-placeholder {
      color: #454545;
      opacity: 1;
      font-style: italic; }
    @media (max-width: 767px) {
      .mac-os .conditions-search input {
        padding: 10px 30px 7px 10px; } }
  .conditions-search .form-item {
    padding: 0;
    margin: 0; }
  .conditions-search .btn, .conditions-search .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .conditions-search a {
    background: none;
    color: #AB1721;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 38px;
    line-height: 52px;
    padding: 0 20px;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear; }
    @media (max-width: 767px) {
      .conditions-search .btn, .conditions-search .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .conditions-search a {
        font-size: 32px;
        line-height: 60px; } }
    .conditions-search .btn:hover, .conditions-search .doctor-profile .star-rating .pager-show-more a:hover, .doctor-profile .star-rating .pager-show-more .conditions-search a:hover, .conditions-search .btn:focus, .conditions-search .doctor-profile .star-rating .pager-show-more a:focus, .doctor-profile .star-rating .pager-show-more .conditions-search a:focus {
      color: #2e3233; }

.conditions-results .pager-wrap {
  border-bottom: 2px solid #dc1f2a;
  padding: 20px 0;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .conditions-results .pager-wrap {
      padding: 20px 0 0 0; } }
  .conditions-results .pager-wrap .pager {
    float: right;
    margin: -5px 0 0 0; }
    @media (max-width: 767px) {
      .conditions-results .pager-wrap .pager {
        float: none;
        margin: 20px 0 0 0; } }

.conditions-results ul:not(.pager__items) li {
  border-bottom: 1px solid #f3f3f3;
  padding: 30px 0; }
  .conditions-results ul:not(.pager__items) li h4 {
    margin-top: 0;
    font-weight: 700; }
  .conditions-results ul:not(.pager__items) li p {
    margin: 0; }

.conditions-results ul:not(.pager__items).popular {
  columns: 3;
  column-gap: 60px;
  column-rule: 1px solid #f3f3f3;
  list-style-type: none;
  padding: 0; }
  @media (max-width: 767px) {
    .conditions-results ul:not(.pager__items).popular {
      columns: 1; } }
  .conditions-results ul:not(.pager__items).popular li {
    border-bottom: none;
    display: block;
    break-inside: avoid;
    -webkit-column-break: avoid;
    page-break-inside: avoid; }
    .conditions-results ul:not(.pager__items).popular li a {
      color: #AB1721;
      font-size: 18px; }

.conditions-results .conditions-results__teaser * {
  font-size: 18px !important;
  line-height: 27px !important;
  font-weight: 300 !important; }

.conditions-results .conditions-results__teaser img,
.conditions-results .conditions-results__teaser iframe,
.conditions-results .conditions-results__teaser figure {
  display: none; }

.search-form {
  margin: 60px 0;
  position: relative; }
  .search-form h1 {
    margin-top: -50px;
    text-align: center;
    color: #fff; }
    @media (max-width: 767px) {
      .search-form h1 {
        margin-top: 0; } }
  .search-form form legend {
    text-transform: uppercase; }
  .search-form form .radio {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px; }
    @media (max-width: 767px) {
      .search-form form .radio {
        margin-bottom: 10px;
        margin-right: 0; } }
  .search-form form .form-item {
    position: relative;
    padding: 0; }
    .search-form form .form-item input {
      font-size: 24px;
      padding: 15px 80px 15px 15px; }
      .mac-os .search-form form .form-item input {
        padding: 15px 15px 13px 15px; }
  .search-form form .btn-search {
    background: none;
    color: #AB1721;
    display: block;
    font-size: 38px;
    right: 20px;
    line-height: 68px;
    padding: 0;
    position: absolute;
    top: 0; }
    .search-form form .btn-search:hover, .search-form form .btn-search:focus {
      color: #af1921; }

.search-form-results .filter-toggle {
  margin: 0;
  text-align: left; }
  .search-form-results .filter-toggle::after {
    background: none;
    border: 2px solid #fff;
    border-radius: 100%;
    content: "+";
    display: inline-block;
    font-size: 16px;
    float: right;
    height: 25px;
    line-height: 21px;
    margin-left: 10px;
    padding: 0;
    text-align: center;
    width: 25px;
    vertical-align: text-bottom; }
    .mac-os .search-form-results .filter-toggle::after {
      line-height: 25px; }
  .search-form-results .filter-toggle.open {
    background: #831219; }
    .search-form-results .filter-toggle.open::after {
      content: "–";
      line-height: 20px; }

.search-form-results .type-filters {
  list-style-type: none;
  border-bottom: 2px solid #dc1f2a;
  padding: 0;
  margin: 0 0 40px 0; }
  @media (max-width: 767px) {
    .search-form-results .type-filters {
      border: 2px solid #fff;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: border-color 0.3s linear, max-height 0.3s cubic-bezier(0, 0, 0.2, 1);
      -moz-transition: border-color 0.3s linear, max-height 0.3s cubic-bezier(0, 0, 0.2, 1);
      -ms-transition: border-color 0.3s linear, max-height 0.3s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: border-color 0.3s linear, max-height 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: border-color 0.3s linear, max-height 0.3s cubic-bezier(0, 0, 0.2, 1); }
      .search-form-results .type-filters.open {
        border-color: #dc1f2a;
        max-height: 350px;
        -webkit-transition: border-color 0.3s linear, max-height 0.3s cubic-bezier(0, 0, 0.2, 1);
        -moz-transition: border-color 0.3s linear, max-height 0.3s cubic-bezier(0, 0, 0.2, 1);
        -ms-transition: border-color 0.3s linear, max-height 0.3s cubic-bezier(0, 0, 0.2, 1);
        -o-transition: border-color 0.3s linear, max-height 0.3s cubic-bezier(0, 0, 0.2, 1);
        transition: border-color 0.3s linear, max-height 0.3s cubic-bezier(0, 0, 0.2, 1); } }
  .search-form-results .type-filters li {
    float: left; }
    @media (max-width: 767px) {
      .search-form-results .type-filters li {
        float: none;
        display: block; } }
    .search-form-results .type-filters li a {
      color: #AB1721;
      display: block;
      font-weight: 400;
      padding: 10px 20px;
      background: none;
      text-decoration: none;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .search-form-results .type-filters li a {
          padding: 10px 30px; } }
      .mac-os .search-form-results .type-filters li a {
        padding: 10px 20px 7px; }
    .search-form-results .type-filters li:hover a, .search-form-results .type-filters li.selected a {
      background: #dc1f2a;
      color: #fff; }

.search-form-results .search-results .pager,
.search-form-results .search-results + .pager {
  float: right;
  margin: 0; }
  @media (max-width: 767px) {
    .search-form-results .search-results .pager,
    .search-form-results .search-results + .pager {
      float: none;
      margin-bottom: 20px; } }
  .mac-os .search-form-results .search-results .pager, .mac-os
  .search-form-results .search-results + .pager {
    margin-top: -5px; }
    @media (max-width: 767px) {
      .mac-os .search-form-results .search-results .pager, .mac-os
      .search-form-results .search-results + .pager {
        margin-top: 0; } }

.search-form-results .search-results .item {
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .search-form-results .search-results .item:first-of-type {
    border-top: none; }
  .search-form-results .search-results .item h4 {
    margin-top: 0; }
  .search-form-results .search-results .item .read-more {
    color: #2e3233;
    display: inline-block;
    font-size: 0;
    margin-left: 5px;
    text-decoration: none; }
    .search-form-results .search-results .item .read-more::before {
      content: "...";
      font-size: 18px; }
    .search-form-results .search-results .item .read-more::after {
      color: #AB1721;
      content: "\e912";
      display: inline-block;
      font-family: icomoon;
      font-size: 16px;
      font-weight: 700;
      margin-left: 5px;
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: transform 0.3s linear;
      -moz-transition: transform 0.3s linear;
      -ms-transition: transform 0.3s linear;
      -o-transition: transform 0.3s linear;
      transition: transform 0.3s linear; }
    .search-form-results .search-results .item .read-more:hover::after {
      -moz-transform: translate(5px, 0);
      -o-transform: translate(5px, 0);
      -ms-transform: translate(5px, 0);
      -webkit-transform: translate(5px, 0);
      transform: translate(5px, 0); }

.typeahead {
  width: 100%;
  border-radius: 0;
  background: #fff;
  color: #AB1721;
  font-size: 18px;
  padding: 0;
  z-index: 2; }
  .typeahead li a {
    color: #AB1721; }
  .typeahead li:hover a, .typeahead li.active a {
    background: #6c0f15 !important;
    color: #fff; }

.sidebar .doctor {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .sidebar .doctor::after {
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%; }
  .sidebar .doctor + .doctor {
    margin-top: 0;
    padding-top: 0; }
  .sidebar .doctor .title {
    color: #AB1721;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px; }
    .sidebar .doctor .title::after {
      display: none; }

.sidebar .building {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .sidebar .building::after {
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%; }
  .sidebar .building .title {
    color: #AB1721;
    font-size: 20px;
    margin-bottom: 10px; }
    .sidebar .building .title::after {
      display: none; }

.site-wrap .google-cse {
  height: 60px;
  margin: 40px 0; }
  .site-wrap .google-cse + h2 {
    display: block;
    clear: both; }
  .site-wrap .google-cse label[for="edit-keys"] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .site-wrap .google-cse .search-help-link {
    display: none; }
  .site-wrap .google-cse .form-wrapper .form-item.search {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .site-wrap .google-cse .form-wrapper .form-item.search input {
      padding-right: 60px; }
  .site-wrap .google-cse .form-wrapper .form-submit {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    font-size: 0px;
    margin-bottom: 0;
    padding: 0;
    text-indent: -9999px; }
    .site-wrap .google-cse .form-wrapper .form-submit:before {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      content: "\e900";
      color: #dc1f2a;
      font-family: "icomoon" !important;
      font-size: 32px;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      text-indent: 0;
      line-height: 1;
      transform: translate(-50%, -50%);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 991px) {
    .site-wrap .google-cse {
      max-width: 700px;
      margin: 50px auto 100px; } }

.site-wrap .gsc-control-cse {
  background: none;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  padding: 0; }

.site-wrap .gsc-search-box {
  position: relative;
  font-size: inherit;
  margin-bottom: 20px; }
  .site-wrap .gsc-search-box td.gsc-input {
    width: 100%;
    padding-right: 0; }
  .site-wrap .gsc-search-box .gsc-input-box {
    height: auto;
    box-shadow: none; }
  .site-wrap .gsc-search-box #gs_tti50 {
    padding: 0; }
    .site-wrap .gsc-search-box #gs_tti50 + .gsib_b {
      display: none; }
  .site-wrap .gsc-search-box input.gsc-input {
    height: auto !important;
    width: 100%;
    background-color: transparent !important;
    background-position: 20px 50% !important;
    border: 1px solid #000;
    font-size: inherit;
    margin: 0 !important;
    padding: 20px !important; }
  .site-wrap .gsc-search-box td.gsc-search-button {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    background: url() no-repeat 50% 50%/20px 20px;
    margin-left: 0; }
  .site-wrap .gsc-search-box input.gsc-search-button,
  .site-wrap .gsc-search-box button.gsc-search-button {
    height: 100%;
    min-width: 100%;
    width: 60px;
    border: 0;
    border-radius: 0;
    color: transparent;
    cursor: pointer;
    font-size: inherit;
    font-weight: 400;
    margin-top: 0;
    margin-left: 0;
    opacity: 0;
    padding: 0; }
  .site-wrap .gsc-search-box td.gsc-clear-button {
    position: absolute;
    top: 0;
    right: 0; }
  .site-wrap .gsc-search-box div.gsc-clear-button {
    background: none;
    display: block;
    margin: 0;
    padding-left: 0;
    text-align: center; }

.site-wrap .gsc-tabsArea {
  border-bottom: 2px solid #dc1f2a;
  margin: 0; }
  .site-wrap .gsc-tabsArea .gsc-tabHeader {
    border: 0;
    color: inherit;
    margin: 0;
    padding: 10px 20px 8px; }
  .site-wrap .gsc-tabsArea .gsc-tabhInactive {
    font-family: "AvenirLTStd-Medium", sans-serif;
    font-size: 18px;
    padding: 10px 20px 8px; }
    .site-wrap .gsc-tabsArea .gsc-tabhInactive:hover, .site-wrap .gsc-tabsArea .gsc-tabhInactive:focus {
      background: #dc1f2a;
      color: #fff; }
  .site-wrap .gsc-tabsArea .gsc-tabhActive {
    background: #dc1f2a;
    color: #fff;
    font-family: "AvenirLTStd-Medium", sans-serif;
    font-size: 18px; }

.site-wrap .gsc-refinementsArea {
  border-bottom: 0;
  display: none;
  margin-bottom: 0;
  padding: 0; }
  .site-wrap .gsc-refinementsArea .gsc-refinementHeader {
    margin: 0;
    padding: 4px; }

.site-wrap .gsc-above-wrapper-area {
  border-bottom: none;
  padding: 0; }
  .site-wrap .gsc-above-wrapper-area .gsc-result-info {
    color: inherit;
    font-size: inherit;
    margin: 0;
    padding-left: 0; }
  .site-wrap .gsc-above-wrapper-area .gsc-result-info-container {
    background: transparent;
    padding-left: 0;
    padding-right: 0; }
  .site-wrap .gsc-above-wrapper-area .gsc-orderby-container {
    display: none; }

.site-wrap .gsc-results {
  width: 100%;
  padding-bottom: 0; }
  .site-wrap .gsc-results .gsc-result:not(.gsc-imageResult) {
    border: 0;
    border-bottom: 2px solid #f3f3f3;
    margin-bottom: 0;
    padding: 20px 0; }
  .site-wrap .gsc-results .gsc-table-result {
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    padding-right: 0;
    padding-left: 0;
    table-layout: fixed; }
  .site-wrap .gsc-results .gsc-thumbnail {
    float: right;
    padding: 0 20px 0 0;
    display: none; }
    .site-wrap .gsc-results .gsc-thumbnail .gs-image-box {
      height: auto;
      width: 80px;
      padding: 0; }
    .site-wrap .gsc-results .gsc-thumbnail img.gs-image {
      max-height: 100% !important;
      max-width: 100%;
      width: 100%;
      border: 0; }
  .site-wrap .gsc-results .gsc-table-cell-snippet-close {
    float: left;
    padding: 0; }
  .site-wrap .gsc-results .gsc-thumbnail-inside {
    padding-right: 0;
    padding-left: 0; }
  .site-wrap .gsc-results div.gs-title {
    height: auto;
    color: inherit;
    font-size: inherit;
    text-decoration: none; }
  .site-wrap .gsc-results a.gs-title {
    font-family: AvenirLTStd-Medium, sans-serif;
    font-size: 24px;
    line-height: 33px;
    height: inherit;
    color: #dc1f2a !important;
    text-decoration: inherit; }
    .site-wrap .gsc-results a.gs-title b {
      color: inherit !important;
      font-size: inherit;
      text-decoration: inherit; }
  .site-wrap .gsc-results .gs-snippet {
    margin-bottom: 10px; }
  .site-wrap .gsc-results .gsc-url-top {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 0; }
  .site-wrap .gsc-results .gs-promotion-table .gs-visibleUrl {
    display: none; }
  .site-wrap .gsc-results .gs-visibleUrl {
    color: #dc1f2a; }
    .site-wrap .gsc-results .gs-visibleUrl b {
      font-weight: inherit; }
  .site-wrap .gsc-results .gs-richsnippet-box,
  .site-wrap .gsc-results .gs-per-result-labels {
    display: none !important; }

.site-wrap .gsc-webResult.gsc-result,
.site-wrap .gsc-webResult.gsc-result:hover,
.site-wrap .gsc-webResult.gsc-result.gsc-promotion,
.site-wrap .gsc-webResult.gsc-result.gsc-promotion:hover {
  border: none;
  border-bottom: 2px solid #f3f3f3; }

.site-wrap .gs-promotion-image-cell {
  display: none; }

.site-wrap .gsc-expansionArea .gsc-cursor-box {
  margin-bottom: 0;
  padding: 20px 0;
  text-align: center; }
  .site-wrap .gsc-expansionArea .gsc-cursor-box .gsc-cursor-page {
    background: none;
    color: #000;
    display: inline-block;
    margin-right: 5px;
    padding: 0 5px;
    text-decoration: none;
    transition: background-color 0.25s, color 0.25s; }
    .site-wrap .gsc-expansionArea .gsc-cursor-box .gsc-cursor-page:focus, .site-wrap .gsc-expansionArea .gsc-cursor-box .gsc-cursor-page:hover {
      text-decoration: none; }
  .site-wrap .gsc-expansionArea .gsc-cursor-box .gsc-cursor-current-page {
    color: #d21242; }

.site-wrap .gcsc-find-more-on-google {
  display: none; }

.site-wrap div.gcsc-branding {
  padding-bottom: 20px;
  pointer-events: none; }

.site-wrap td.gsc-twiddleRegionCell {
  background: transparent; }

.site-wrap td.gsc-configLabelCell {
  background: transparent; }

.site-wrap .gsc-resultsHeader {
  display: none; }

.arrows {
  position: relative;
  top: 220px;
  z-index: 1; }
  @media (min-width: 768px) and (max-width: 991px) {
    .arrows {
      text-align: center; } }
  @media (max-width: 767px) {
    .arrows {
      top: 20px;
      text-align: center; } }
  .container .arrows {
    width: 100%; }
  .nav-open .arrows {
    z-index: 0; }

.slick-arrow {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 35px;
  height: 70px; }
  @media (max-width: 767px) {
    .slick-arrow {
      width: 25px;
      height: 50px; } }
  .slick-arrow.slick-next, .slick-arrow.slick-prev {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: rgba(220, 31, 42, 0.5);
    display: none; }
    @media (prefers-reduced-motion) {
      .slick-arrow.slick-next, .slick-arrow.slick-prev {
        transition: none; } }
    .slick-arrow.slick-next .slick-prev-icon,
    .slick-arrow.slick-next .slick-next-icon, .slick-arrow.slick-prev .slick-prev-icon,
    .slick-arrow.slick-prev .slick-next-icon {
      display: none; }
  .slick-arrow::before {
    font-family: 'icomoon' !important;
    color: #fff;
    font-size: 30px;
    opacity: 1; }
    @media (max-width: 767px) {
      .slick-arrow::before {
        font-size: 20px; } }
  .slick-arrow.slick-prev {
    left: -40px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    z-index: 1; }
    @media (min-width: 768px) and (max-width: 991px) {
      .slick-arrow.slick-prev {
        left: 10px; } }
    @media (max-width: 767px) {
      .slick-arrow.slick-prev {
        left: -10px; } }
    .slick-arrow.slick-prev::before {
      content: "\e903"; }
  .slick-arrow.slick-next {
    right: -40px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    z-index: 1; }
    @media (min-width: 768px) and (max-width: 991px) {
      .slick-arrow.slick-next {
        right: 10px; } }
    @media (max-width: 767px) {
      .slick-arrow.slick-next {
        right: -10px; } }
    .slick-arrow.slick-next::before {
      content: "\e911"; }
  .slick-arrow:hover, .slick-arrow:active {
    background: #dc1f2a; }
    .slick-arrow:hover::before, .slick-arrow:active::before {
      opacity: 1; }

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 10px; }
  .slick-dots li.slick-active button:before {
    opacity: 1; }
  .slick-dots li button {
    width: 24px;
    height: 24px;
    color: transparent;
    border: 2px solid #fff;
    border-radius: 100%; }
    .slick-dots li button:before {
      background: #fff;
      border-radius: 100%;
      color: #000;
      content: "";
      font-size: 4px;
      height: 14px;
      left: 0;
      line-height: 20px;
      margin: 5px 0 0 5px;
      opacity: 0;
      position: absolute;
      text-align: center;
      top: 0;
      width: 14px;
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      -ms-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear; }

section.drawer {
  padding: 0;
  background: #f3f3f3; }
  section.drawer #block-alert,
  section.drawer #block-cooper-edu-alert {
    padding: 15px 0 35px; }
    @media (max-width: 767px) {
      section.drawer #block-alert,
      section.drawer #block-cooper-edu-alert {
        padding-top: 70px;
        border-bottom: 6px solid #dc1f2a; } }
    section.drawer #block-alert h3,
    section.drawer #block-cooper-edu-alert h3 {
      margin-top: 24px;
      margin-bottom: 15px;
      font-size: 30px;
      font-weight: 400;
      color: #454545; }
      @media (max-width: 767px) {
        section.drawer #block-alert h3,
        section.drawer #block-cooper-edu-alert h3 {
          margin-top: 10px; } }
    section.drawer #block-alert .col-sm-1,
    section.drawer #block-cooper-edu-alert .col-sm-1 {
      padding-right: 11px; }
    section.drawer #block-alert i.icon-alert,
    section.drawer #block-cooper-edu-alert i.icon-alert {
      color: #AB1721;
      font-size: 48px;
      float: right;
      margin-top: 14px; }
      @media (max-width: 767px) {
        section.drawer #block-alert i.icon-alert,
        section.drawer #block-cooper-edu-alert i.icon-alert {
          display: none; } }
    section.drawer #block-alert button.close,
    section.drawer #block-cooper-edu-alert button.close {
      font-size: 20px;
      color: #2e3233;
      margin: 12px 0 0;
      opacity: 1; }
  section.drawer .alert__right > div {
    padding-right: 37px; }

@media (max-width: 767px) {
  body.toolbar-vertical .header {
    top: 110px; } }

@media (max-width: 767px) {
  .site-wrap {
    padding-top: 51px; } }

.site-wrap.home-wrap .logo-container {
  display: none; }

@media (min-width: 768px) {
  .landing-page.header {
    border-top: 6px solid #AB1721; } }

.landing-page #block-cooper-edu-headerbuttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .landing-page #block-cooper-edu-headerbuttons .logo-container {
    display: none;
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px; }
    @media (min-width: 768px) {
      .landing-page #block-cooper-edu-headerbuttons .logo-container {
        display: block; } }
  .landing-page #block-cooper-edu-headerbuttons .nav-toggle.nav-toggle.scroll {
    position: fixed;
    top: var(--toolbar-height, 0); }

.landing-page .banner-bg.interior::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }

.landing-page .banner-bg.interior.no-hero {
  padding-top: 36px; }
  @media (min-width: 768px) {
    .landing-page .banner-bg.interior.no-hero {
      padding-top: 78px; } }
  .landing-page .banner-bg.interior.no-hero::before {
    display: none; }

body.nav-open::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: fixed;
  background: #2e3233;
  opacity: .85;
  z-index: 8; }
  @media (min-width: 768px) {
    body.nav-open::before {
      z-index: 10;
      border-top: 6px solid #AB1721; } }

body.nav-open .nav-toggle.nav-toggle-desktop {
  transform: translate(200%, 0); }

.header {
  left: 0;
  width: 100%;
  z-index: 9;
  position: relative; }
  @media (max-width: 767px) {
    .nav-open .drawer:not(.hide) .header {
      top: 0 !important; } }
  .header #block-cooper-edu-headerbuttons .field--name-body {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media (max-width: 767px) {
    .header {
      background: rgba(46, 50, 51, 0.8);
      border-top: none;
      height: 51px;
      top: 0;
      position: absolute;
      z-index: 9; } }
  .home-wrap .header {
    border-top: 0; }
  .header .tele-number {
    right: 160px;
    top: 10px;
    text-decoration: none;
    font-size: 20px;
    color: #2e3233;
    -webkit-transition: transform 0.4s ease-in-out, color 0.3s linear;
    -moz-transition: transform 0.4s ease-in-out, color 0.3s linear;
    -ms-transition: transform 0.4s ease-in-out, color 0.3s linear;
    -o-transition: transform 0.4s ease-in-out, color 0.3s linear;
    transition: transform 0.4s ease-in-out, color 0.3s linear;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
    .has-hero .header .tele-number {
      color: #fff; }
    .header .tele-number i.icon-phone {
      vertical-align: -2px;
      margin-right: 3px; }
  .header .nav-toggle {
    right: 0;
    z-index: 1;
    padding: 13px 25px 12px;
    display: flex;
    align-items: center;
    column-gap: 4px; }
    @media (min-width: 768px) {
      .header .nav-toggle {
        position: absolute;
        top: 0; } }
    .header .nav-toggle.nav-toggle-desktop {
      transform: translate(0, 0);
      transition: transform .4s ease-in-out; }
      i .header .nav-toggle.nav-toggle-desktop.icon-menu {
        vertical-align: -2px;
        margin-right: 4px;
        font-size: 22px; }
    .header .nav-toggle.scroll {
      top: var(--toolbar-height, 0);
      position: fixed; }
    @media (max-width: 767px) {
      .header .nav-toggle {
        padding: 13px;
        cursor: pointer;
        -webkit-transition: background 0.3s linear;
        -moz-transition: background 0.3s linear;
        -ms-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
        transition: background 0.3s linear; }
        .header .nav-toggle:hover {
          background: #454545; }
        .nav-open .header .nav-toggle {
          background: #dc1f2a;
          color: #fff !important; }
          .nav-open .header .nav-toggle:hover {
            background: #831219; } }
    .header .nav-toggle #menu-icon {
      width: 25px;
      height: 25px;
      top: 3px;
      position: relative;
      -moz-transform: 0deg;
      -o-transform: 0deg;
      -ms-transform: 0deg;
      -webkit-transform: 0deg;
      transform: 0deg;
      -webkit-transition: 0.5 ease-in-out;
      -moz-transition: 0.5 ease-in-out;
      -ms-transition: 0.5 ease-in-out;
      -o-transition: 0.5 ease-in-out;
      transition: 0.5 ease-in-out; }
      .header .nav-toggle #menu-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        opacity: 1;
        left: 0;
        -moz-transform: 0deg;
        -o-transform: 0deg;
        -ms-transform: 0deg;
        -webkit-transform: 0deg;
        transform: 0deg;
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -ms-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out; }
        .header .nav-toggle #menu-icon span:nth-child(1) {
          top: 0px; }
        .header .nav-toggle #menu-icon span:nth-child(2), .header .nav-toggle #menu-icon span:nth-child(3) {
          top: 8px; }
        .header .nav-toggle #menu-icon span:nth-child(4) {
          top: 16px; }
      .nav-open .header .nav-toggle #menu-icon span:nth-child(1) {
        top: 10px;
        width: 0%;
        left: 50%; }
      .nav-open .header .nav-toggle #menu-icon span:nth-child(2) {
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .nav-open .header .nav-toggle #menu-icon span:nth-child(3) {
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .nav-open .header .nav-toggle #menu-icon span:nth-child(4) {
        top: 10px;
        width: 0%;
        left: 50%; }
  .header .search-btn {
    background: transparent !important;
    right: 50px;
    z-index: 1;
    color: #fff;
    margin-bottom: 0;
    margin-left: auto; }
    .header .search-btn.scroll {
      position: fixed;
      top: 0; }
      @media (max-width: 767px) {
        .header .search-btn.scroll {
          position: absolute; } }
    @media (max-width: 767px) {
      .header .search-btn.btn, .header .doctor-profile .star-rating .pager-show-more a.search-btn, .doctor-profile .star-rating .pager-show-more .header a.search-btn {
        padding: 11px 13px 11px;
        font-size: 24px; } }
  .header .home-btn {
    display: none;
    background: transparent !important;
    left: 0;
    line-height: 28px;
    z-index: 1;
    color: #fff;
    margin-bottom: 0;
    top: 0; }
    .header .home-btn.btn, .header .doctor-profile .star-rating .pager-show-more a.home-btn, .doctor-profile .star-rating .pager-show-more .header a.home-btn {
      padding: 10px 13px 8px;
      font-size: 28px; }
    .header .home-btn a {
      color: #fff; }
  .header .mobile-logo {
    width: 110px;
    position: absolute;
    left: 20px;
    top: 10px; }

@media (max-width: 767px) {
  #block-sitebranding .logo,
  #block-sitebranding-2 .logo,
  #block-sitebranding-3 .logo,
  #block-sitebranding-4 .logo,
  #block-sitebranding-5 .logo,
  #block-sitebranding-6 .logo,
  #block-sitebranding-7 .logo,
  #block-cooper-edu-sitebranding .logo {
    display: none; } }

#block-sitebranding .logo img,
#block-sitebranding-2 .logo img,
#block-sitebranding-3 .logo img,
#block-sitebranding-4 .logo img,
#block-sitebranding-5 .logo img,
#block-sitebranding-6 .logo img,
#block-sitebranding-7 .logo img,
#block-cooper-edu-sitebranding .logo img {
  width: 100%;
  height: auto;
  max-width: 265px;
  margin-top: 26px; }

section.navigation {
  visibility: hidden;
  position: fixed;
  right: 0;
  padding: 0;
  z-index: -1;
  overflow: hidden;
  background: #AB1721;
  width: 460px;
  height: 100vh;
  overflow-y: auto;
  max-height: none;
  min-height: auto;
  padding-bottom: 80px;
  overflow: visible;
  top: 0;
  margin-top: 50px; }
  @media (min-width: 768px) {
    section.navigation {
      margin-top: 0; } }
  @media (max-width: 767px) {
    section.navigation {
      width: 100vw; } }
  .nav-open section.navigation {
    z-index: 99999;
    visibility: visible; }
  section.navigation .nav-close {
    position: absolute;
    top: 0;
    right: 100%;
    width: 146px;
    -moz-transform: translate(300%, 0);
    -o-transform: translate(300%, 0);
    -ms-transform: translate(300%, 0);
    -webkit-transform: translate(300%, 0);
    transform: translate(300%, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    -ms-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1); }
    @media (max-width: 767px) {
      section.navigation .nav-close {
        display: none; } }
    .nav-open section.navigation .nav-close {
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    section.navigation .nav-close i {
      font-size: 18px;
      vertical-align: -1px;
      margin-right: 5px; }
    section.navigation .nav-close.btn, section.navigation .doctor-profile .star-rating .pager-show-more a.nav-close, .doctor-profile .star-rating .pager-show-more section.navigation a.nav-close {
      padding: 14px 25px 14px; }
    section.navigation .nav-close.scroll {
      top: 0; }
  section.navigation .nav-menu {
    right: -2px;
    position: relative !important;
    width: 100%;
    padding: 12px 0 100px;
    background: #AB1721;
    overflow: auto !important;
    -moz-transform: translate(200%, 0);
    -o-transform: translate(200%, 0);
    -ms-transform: translate(200%, 0);
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    -ms-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1); }
    @media (max-width: 767px) {
      section.navigation .nav-menu {
        height: auto; } }
    .nav-open section.navigation .nav-menu {
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    section.navigation .nav-menu a {
      display: block;
      height: 40px;
      line-height: 40px;
      padding: 3px 20px 0;
      color: #fff;
      font-size: 18px;
      margin: 0 -20px;
      font-weight: 400;
      text-decoration: none;
      -webkit-transition: background 0.3s linear;
      -moz-transition: background 0.3s linear;
      -ms-transition: background 0.3s linear;
      -o-transition: background 0.3s linear;
      transition: background 0.3s linear; }
      section.navigation .nav-menu a:hover, section.navigation .nav-menu a:focus {
        background: #831219; }
      section.navigation .nav-menu a i {
        font-size: 24px;
        margin-right: 8px; }
        section.navigation .nav-menu a i.icon-phone {
          vertical-align: -4px;
          font-size: 20px;
          margin: 0 9px 0 2px; }
        section.navigation .nav-menu a i.icon-search {
          font-size: 17px;
          margin: 0 11px 0 3px; }
        section.navigation .nav-menu a i.icon-credit-card {
          vertical-align: -4px; }
        section.navigation .nav-menu a i.icon-lock, section.navigation .nav-menu a i.icon-home {
          vertical-align: -2px; }
        section.navigation .nav-menu a i.icon-appointment {
          vertical-align: -1px;
          font-size: 20px;
          margin: 0 10px 0 1px; }
    section.navigation .nav-menu .mCustomScrollBox {
      padding-bottom: 60px; }
    section.navigation .nav-menu .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      background-color: rgba(0, 0, 0, 0.1); }
    section.navigation .nav-menu #block-linklist .phone-desktop,
    section.navigation .nav-menu #block-cooper-edu-linklist .phone-desktop {
      display: block;
      height: 40px;
      line-height: 40px;
      padding: 3px 0;
      color: #fff;
      font-size: 18px; }
      section.navigation .nav-menu #block-linklist .phone-desktop i,
      section.navigation .nav-menu #block-cooper-edu-linklist .phone-desktop i {
        margin-right: 10px; }
    section.navigation .nav-menu .nav-group {
      padding: 0 20px; }
      section.navigation .nav-menu .nav-group + .nav-group:before {
        content: '';
        background: #ce1e28;
        height: 2px;
        display: block;
        position: relative;
        width: 100%;
        left: 0;
        margin: 8px 0;
        border-top: 1px solid #e7202c; }
      section.navigation .nav-menu .nav-group#block-mainnavigation, section.navigation .nav-menu .nav-group#block-cooper-edu-mainnavigation {
        text-transform: uppercase;
        margin-bottom: -8px; }
        section.navigation .nav-menu .nav-group#block-mainnavigation nav, section.navigation .nav-menu .nav-group#block-cooper-edu-mainnavigation nav {
          margin-top: 10px; }
        section.navigation .nav-menu .nav-group#block-mainnavigation a, section.navigation .nav-menu .nav-group#block-cooper-edu-mainnavigation a {
          font-weight: 400; }
      section.navigation .nav-menu .nav-group#block-utilitytop, section.navigation .nav-menu .nav-group#block-cooper-edu-utilitytop {
        margin-bottom: 10px; }
      section.navigation .nav-menu .nav-group#block-utilitybottom a, section.navigation .nav-menu .nav-group#block-cooper-edu-utilitybottom a {
        padding: 1px 20px 0; }

body.has-alert #block-headerbuttons {
  position: revert; }
  body.has-alert #block-headerbuttons.stuck {
    position: fixed; }

body.has-alert .site-wrap::before {
  display: none; }

body.drawer-open section.banner {
  padding-top: 0; }

body.toolbar-horizontal #block-headerbuttons {
  top: 65px; }

body.toolbar-horizontal.toolbar-tray-open #block-headerbuttons {
  top: 80px; }

body.toolbar-vertical #block-headerbuttons {
  top: 78px; }

body.nav-open {
  overflow: hidden;
  background: transparent; }
  body.nav-open .header-buttons .nav-close {
    display: flex !important; }
  body.nav-open .header-buttons__hamburger-container {
    display: none; }
  body.nav-open #block-headerbuttons::before {
    content: "";
    width: 100%;
    height: 100vh;
    top: 100%;
    right: 0;
    position: absolute;
    background: #2e3233;
    opacity: .85;
    z-index: 8; }
    @media (max-width: 767px) {
      body.nav-open #block-headerbuttons::before {
        background: transparent; } }
  body.nav-open.scroll:before {
    border-top: none; }
  body.nav-open .site-wrap {
    overflow: hidden;
    position: relative; }
    body.nav-open .site-wrap::before {
      display: none; }

body #block-headerbuttons {
  border-top: 5px solid #dc1f2a;
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: white;
  top: 0;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03); }

body .header-navigation {
  padding: 0 15px 11.64px; }
  @media (max-width: 767px) {
    body .header-navigation {
      padding-top: 8px;
      padding-bottom: 15px; } }

body .header-buttons {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    body .header-buttons {
      align-items: center; } }
  body .header-buttons .logo-mobile {
    display: none; }
    @media (max-width: 767px) {
      body .header-buttons .logo-mobile {
        order: 1;
        display: contents; } }
  body .header-buttons .nav-close {
    display: none; }
  body .header-buttons .tele-number {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    /* or 153% */
    color: #2F3233;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    body .header-buttons .tele-number #header-phone a {
      color: #2F3233;
      margin-left: 9.6px; }
      @media (max-width: 767px) {
        body .header-buttons .tele-number #header-phone a {
          font-size: 0;
          margin-left: 0; } }
  body .header-buttons__my-cooper {
    display: flex;
    align-items: center;
    column-gap: 9px;
    padding: 6px 23px 9px 9px;
    background-color: #AB1721;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    transition: background-color .3s ease; }
    body .header-buttons__my-cooper i {
      font-size: 23px; }
    body .header-buttons__my-cooper:hover, body .header-buttons__my-cooper:focus {
      text-decoration: none;
      background-color: #831219;
      color: #FFFFFF; }
  body .header-buttons__utility {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 40px;
    flex-basis: 100%; }
    @media (max-width: 767px) {
      body .header-buttons__utility {
        flex-basis: auto;
        order: 2;
        margin-right: auto;
        margin-left: 46px; } }
    @media (max-width: 767px) {
      body .header-buttons__utility .icon-phone {
        font-size: 31px; } }
  body .header-buttons__right {
    display: grid;
    align-items: end; }
    @media (max-width: 767px) {
      body .header-buttons__right {
        order: 3; } }
    @media (min-width: 992px) {
      body .header-buttons__right {
        grid-template-columns: 1fr max-content;
        column-gap: 33px; } }
  body .header-buttons #block-mainnav {
    display: none; }
    @media (min-width: 992px) {
      body .header-buttons #block-mainnav {
        display: block; } }
    body .header-buttons #block-mainnav ul:not(.contextual-links) {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
      display: flex;
      align-items: center;
      column-gap: 40px; }
      body .header-buttons #block-mainnav ul:not(.contextual-links) a {
        font-weight: 500;
        font-size: 22px;
        line-height: 40px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: #2F3233; }
  body .header-buttons .nav-toggle {
    background-color: transparent;
    padding: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #2F3233;
    cursor: pointer;
    border: 0; }
    @media (min-width: 992px) {
      body .header-buttons .nav-toggle {
        border-left: 2px solid #AB1721;
        padding-left: 31px; } }
    @media (max-width: 767px) {
      body .header-buttons .nav-toggle span {
        display: none; } }
    body .header-buttons .nav-toggle .icon-menu::before {
      display: block;
      content: '';
      background-image: url("../images/hamburger.svg");
      background-repeat: no-repeat;
      background-size: cover;
      width: 25px;
      height: 18px;
      margin-right: 9px; }
      @media (max-width: 767px) {
        body .header-buttons .nav-toggle .icon-menu::before {
          margin-right: 0; } }
    body .header-buttons .nav-toggle.nav-close {
      display: none;
      font-style: normal;
      font-weight: 500;
      font-size: 22px;
      line-height: 40px;
      column-gap: 11.95px;
      align-items: center;
      text-transform: uppercase;
      color: #AB1721; }
      @media (max-width: 767px) {
        body .header-buttons .nav-toggle.nav-close {
          background-color: #FFFFFF;
          color: #AB1721 !important; } }
      body .header-buttons .nav-toggle.nav-close i {
        font-size: 19px; }
        @media (max-width: 767px) {
          body .header-buttons .nav-toggle.nav-close i {
            font-size: 25px; } }

section.bottom {
  background: #415489; }
  section.bottom::before {
    background: #334475; }
  section.bottom .box4 {
    margin-left: 0;
    margin-right: -15px; }
    @media (max-width: 767px) {
      section.bottom .box4 {
        margin: 0; } }
    section.bottom .box4 .inner {
      margin-right: -15px;
      margin-left: 0; }
      @media (max-width: 767px) {
        section.bottom .box4 .inner {
          margin: 0; } }
  section.bottom .box5 {
    margin-left: 15px;
    margin-right: 0; }
    @media (max-width: 767px) {
      section.bottom .box5 {
        margin: 0; } }
    section.bottom .box5 .inner {
      margin-left: -15px;
      margin-right: 0; }
      @media (max-width: 767px) {
        section.bottom .box5 .inner {
          margin: 0; } }

@media (max-width: 767px) {
  .page-cooper_edu .footer h3 {
    height: auto;
    width: auto;
    position: relative !important; } }

.page-cooper_edu .footer nav.nav ul li a {
  color: #e3e3e3; }
  .page-cooper_edu .footer nav.nav ul li a:hover, .page-cooper_edu .footer nav.nav ul li a:focus {
    color: #AB1721; }

@media (max-width: 767px) {
  .page-cooper_edu .footer .row + .row {
    margin-top: 15px; } }

@media (min-width: 1200px) {
  .page-cooper_edu .footer .btn, .page-cooper_edu .footer .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .page-cooper_edu .footer a {
    width: 65%; } }

@media (max-width: 767px) {
  .page-cooper_edu .footer .social {
    width: 80%;
    margin: 20px auto 0; } }

.video-embed-field-launch-modal {
  cursor: pointer; }

#cboxLoadingOverlay {
  background: transparent; }

.content .main ul li {
  font-size: 18px;
  line-height: 27px; }
  @media (max-width: 767px) {
    .content .main ul li {
      font-size: 16px;
      line-height: 24px; } }

.content .main article ul:not(.contextual-links):not(.unstyled):not(.dropdown-menu):not(.slick-dots):not(.two-col):not(.three-col) {
  list-style-type: none;
  padding-left: 30px;
  margin-bottom: 30px; }
  .content .main article ul:not(.contextual-links):not(.unstyled):not(.dropdown-menu):not(.slick-dots):not(.two-col):not(.three-col).liststyle1 li::before {
    color: #334475; }
  .content .main article ul:not(.contextual-links):not(.unstyled):not(.dropdown-menu):not(.slick-dots):not(.two-col):not(.three-col) li {
    position: relative;
    font-size: 18px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .content .main article ul:not(.contextual-links):not(.unstyled):not(.dropdown-menu):not(.slick-dots):not(.two-col):not(.three-col) li {
        font-size: 16px; } }
    .content .main article ul:not(.contextual-links):not(.unstyled):not(.dropdown-menu):not(.slick-dots):not(.two-col):not(.three-col) li + li {
      margin-top: 15px; }
    .content .main article ul:not(.contextual-links):not(.unstyled):not(.dropdown-menu):not(.slick-dots):not(.two-col):not(.three-col) li::before {
      color: #334475;
      content: "\2022";
      display: block;
      font-size: 28px;
      left: -30px;
      line-height: 20px;
      position: absolute;
      top: 3.5px;
      vertical-align: top; }
    .content .main article ul:not(.contextual-links):not(.unstyled):not(.dropdown-menu):not(.slick-dots):not(.two-col):not(.three-col) li ul {
      margin-bottom: 0;
      margin-top: 10px; }
      .content .main article ul:not(.contextual-links):not(.unstyled):not(.dropdown-menu):not(.slick-dots):not(.two-col):not(.three-col) li ul li + li {
        margin-top: 7px; }
      .content .main article ul:not(.contextual-links):not(.unstyled):not(.dropdown-menu):not(.slick-dots):not(.two-col):not(.three-col) li ul li::before {
        font-size: 24px; }

.services-wrap .content .main article > a {
  margin: 15px 0 25px; }
  @media screen and (min-width: 768px) {
    .services-wrap .content .main article > a {
      display: none; } }

.content .main article.news-item {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .content .main article.news-item h4 {
    margin-top: 0; }
  .content .main article.news-item .date {
    margin-bottom: 10px; }

.content .main article .jw-player {
  margin-bottom: 40px; }

.content .main article .node-content > div {
  display: inline-block; }

.content .main article .node-content .read-more {
  display: inline-block;
  color: #AB1721; }
  .content .main article .node-content .read-more i {
    display: inline-block;
    margin-left: 5px;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear; }
  .content .main article .node-content .read-more::before {
    content: "...";
    color: #2e3233; }
  .content .main article .node-content .read-more:hover {
    text-decoration: none;
    color: #831219; }
    .content .main article .node-content .read-more:hover i {
      -moz-transform: translate(5px, 0);
      -o-transform: translate(5px, 0);
      -ms-transform: translate(5px, 0);
      -webkit-transform: translate(5px, 0);
      transform: translate(5px, 0); }

.content .main article .ctas ul li a {
  background: #334475; }
  .content .main article .ctas ul li a:hover, .content .main article .ctas ul li a:focus {
    background: #141b2e; }

.content .main article .tags i {
  color: #AB1721;
  font-size: 24px; }

.content .main article .tags a {
  color: #AB1721;
  font-size: 16px; }

.content .main .wellness .pager {
  text-align: right; }

.content .main .wellness .item {
  margin: 20px 0;
  padding-bottom: 20px; }
  .content .main .wellness .item article h4 {
    margin: 5px 0; }
  @media (max-width: 767px) {
    .content .main .wellness .item article .category {
      margin-top: 20px; } }
  .content .main .wellness .item article .date {
    margin-bottom: 10px; }
  .content .main .wellness .item article .node-content > div {
    display: inline-block; }
  .content .main .wellness .item article .node-content .read-more {
    color: #2e3233;
    display: inline-block;
    font-size: 0;
    margin-left: 5px;
    text-decoration: none; }
    .content .main .wellness .item article .node-content .read-more::before {
      content: "...";
      font-size: 18px; }
    .content .main .wellness .item article .node-content .read-more::after {
      color: #AB1721;
      content: "\e912";
      display: inline-block;
      font-family: icomoon;
      font-size: 16px;
      font-weight: 700;
      margin-left: 5px;
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: transform 0.3s linear;
      -moz-transition: transform 0.3s linear;
      -ms-transition: transform 0.3s linear;
      -o-transition: transform 0.3s linear;
      transition: transform 0.3s linear; }
    .content .main .wellness .item article .node-content .read-more:hover::after, .content .main .wellness .item article .node-content .read-more:focus::after {
      -moz-transform: translate(5px, 0);
      -o-transform: translate(5px, 0);
      -ms-transform: translate(5px, 0);
      -webkit-transform: translate(5px, 0);
      transform: translate(5px, 0); }

.content .main .conditions-landing .search-results ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 25px; }
  .content .main .conditions-landing .search-results ul li a {
    color: #AB1721;
    padding: 7px 0;
    display: block;
    font-size: 18px; }

.content .main .conditions-landing .search-results .all {
  columns: 2 auto;
  column-gap: 60px; }
  @media (max-width: 767px) {
    .content .main .conditions-landing .search-results .all {
      columns: 1; } }
  .content .main .conditions-landing .search-results .all .letter {
    page-break-inside: avoid;
    break-inside: avoid;
    padding-bottom: 60px;
    border-bottom: 1px solid #2e3233;
    position: relative;
    margin-bottom: 30px; }
    .content .main .conditions-landing .search-results .all .letter .to-top {
      position: absolute;
      right: 20px;
      bottom: 30px;
      font-size: 16px;
      color: #AB1721;
      border-bottom: 1px solid #2e3233; }
      .content .main .conditions-landing .search-results .all .letter .to-top:hover, .content .main .conditions-landing .search-results .all .letter .to-top:focus {
        color: #2e3233;
        text-decoration: none; }

.content .main .conditions-landing .search-results .letters ul {
  column-gap: 60px;
  column-rule: 2px solid #2e3233;
  columns: 2 auto; }
  @media (max-width: 767px) {
    .content .main .conditions-landing .search-results .letters ul {
      columns: 1; } }

.content .main .conditions-landing .search-results .browse ul {
  column-gap: 60px;
  column-rule: 2px solid #2e3233;
  columns: 3 auto; }
  @media (max-width: 767px) {
    .content .main .conditions-landing .search-results .browse ul {
      columns: 1; } }

.content .main .conditions-landing .search-results .browse .view-all {
  color: #AB1721;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase; }
  .content .main .conditions-landing .search-results .browse .view-all:hover, .content .main .conditions-landing .search-results .browse .view-all:focus {
    text-decoration: none;
    color: #AB1721; }
  .content .main .conditions-landing .search-results .browse .view-all i {
    font-size: 15px;
    margin-left: 5px; }

.content .main .related-services {
  background: #fafafa;
  padding: 30px 30px 40px 30px;
  margin: 20px 0; }
  .content .main .related-services h2 {
    margin-top: 0; }
  .content .main .related-services h3 {
    margin-top: 0; }
  .content .main .related-services ul {
    margin-bottom: 0;
    list-style-type: none;
    padding: 0;
    max-height: 400px;
    overflow-y: auto;
    /*Scroller*/ }
    .content .main .related-services ul li {
      display: block;
      break-inside: avoid;
      -webkit-column-break: avoid;
      page-break-inside: avoid;
      font-size: 18px;
      margin-bottom: 10px; }
      .content .main .related-services ul li a {
        color: #AB1721; }
    .content .main .related-services ul .columns {
      columns: 2 auto;
      column-gap: 100px; }
      @media (max-width: 767px) {
        .content .main .related-services ul .columns {
          columns: 1; } }
    .content .main .related-services ul .mCSB_scrollTools {
      width: 10px;
      border-radius: 20px;
      display: none; }
      @media (max-width: 767px) {
        .content .main .related-services ul .mCSB_scrollTools {
          display: block; } }
      .content .main .related-services ul .mCSB_scrollTools .mCSB_draggerContainer {
        background: #dadada;
        border-radius: 20px; }
      .content .main .related-services ul .mCSB_scrollTools .mCSB_dragger_bar {
        background: silver;
        width: 10px;
        border-radius: 20px; }
      .content .main .related-services ul .mCSB_scrollTools .mCSB_draggerRail {
        display: none; }
  .content .main .related-services .more {
    position: relative;
    max-height: 0;
    padding-bottom: 45px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1);
    -ms-transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1); }
    .content .main .related-services .more.open {
      max-height: 2000px;
      -webkit-transition: max-height 0.6s cubic-bezier(0, 0, 0.2, 1);
      -moz-transition: max-height 0.6s cubic-bezier(0, 0, 0.2, 1);
      -ms-transition: max-height 0.6s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: max-height 0.6s cubic-bezier(0, 0, 0.2, 1);
      transition: max-height 0.6s cubic-bezier(0, 0, 0.2, 1); }
    .content .main .related-services .more .more-toggle {
      background: #fafafa;
      border-top: 1px solid #f0f0f0;
      color: #AB1721;
      cursor: pointer;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 18px;
      padding-top: 15px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      .content .main .related-services .more .more-toggle::after {
        background: none;
        border: 2px solid #dc1f2a;
        border-radius: 100%;
        content: "+";
        display: inline-block;
        font-size: 16px;
        height: 25px;
        line-height: 21px;
        margin-left: 10px;
        padding: 0;
        text-align: center;
        width: 25px;
        vertical-align: text-bottom; }
        .mac-os .content .main .related-services .more .more-toggle::after {
          line-height: 25px; }
      .content .main .related-services .more .more-toggle .less {
        display: none; }
      .content .main .related-services .more .more-toggle.open::after {
        content: "–";
        line-height: 20px; }
      .content .main .related-services .more .more-toggle.open .more {
        display: none; }
      .content .main .related-services .more .more-toggle.open .less {
        display: inline-block; }

.content .sidebar .sidenav-toggle {
  position: fixed;
  right: 0;
  top: 51px;
  padding: 14px 13px 6px;
  color: #fff;
  background: rgba(51, 68, 117, 0.8);
  z-index: 8; }
  .content .sidebar .sidenav-toggle i {
    border-radius: 100%;
    border: 2px solid #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    vertical-align: top; }
  .content .sidebar .sidenav-toggle span {
    display: inline-block;
    max-width: 200px;
    margin-left: 10px;
    height: 24px;
    line-height: 28px;
    overflow: hidden;
    -webkit-transition: max-width 0.3s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: max-width 0.3s cubic-bezier(0, 0, 0.2, 1);
    -ms-transition: max-width 0.3s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: max-width 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: max-width 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .scroll .content .sidebar .sidenav-toggle span {
    max-width: 0;
    margin: 0; }

@media (max-width: 767px) {
  .content .sidebar .nav {
    background: #334475;
    padding: 20px;
    position: fixed;
    left: 100%;
    margin: 0;
    top: 51px;
    width: 100vw;
    height: 100%;
    z-index: 9;
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.2, 1);
    -ms-transition: left 0.3s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: left 0.3s cubic-bezier(0, 0, 0.2, 1); }
    .sidenav-open .content .sidebar .nav {
      left: 0;
      z-index: 999; } }

.content .sidebar .nav .mobile-scroll {
  position: relative;
  z-index: 7; }
  @media (max-width: 767px) {
    .content .sidebar .nav .mobile-scroll {
      height: 82vh;
      padding-bottom: 30vh;
      overflow-y: scroll; } }
  .content .sidebar .nav .mobile-scroll .mCSB_scrollTools {
    right: -15px;
    opacity: .2;
    display: none !important; }
    @media (max-width: 767px) {
      .content .sidebar .nav .mobile-scroll .mCSB_scrollTools {
        display: block; } }
    .content .sidebar .nav .mobile-scroll .mCSB_scrollTools .mCSB_scrollTools_onDrag {
      opacity: .5; }

.content .sidebar .nav h3 {
  margin-bottom: 30px;
  position: relative; }
  @media (max-width: 767px) {
    .content .sidebar .nav h3 {
      color: #fff;
      margin-right: 50px; }
      .content .sidebar .nav h3::before {
        border: 2px solid #fff;
        border-radius: 100%;
        content: "\ea3c";
        font-size: 16px;
        font-family: icomoon;
        position: absolute;
        right: -50px;
        width: 30px;
        height: 30px;
        line-height: 26px;
        text-align: center; }
      .content .sidebar .nav h3::after {
        background: #415489;
        border-bottom: 1px solid #2b3a63; } }

.content .sidebar .nav ul {
  list-style-type: none;
  padding: 0; }
  .content .sidebar .nav ul + ul {
    margin-top: 20px; }
  .content .sidebar .nav ul li {
    font-weight: 400;
    font-size: 18px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .content .sidebar .nav ul li {
        font-size: 15px; } }
    .content .sidebar .nav ul li + li {
      margin-top: 20px; }
    .content .sidebar .nav ul li.level-2 ul {
      margin: 0; }
      .content .sidebar .nav ul li.level-2 ul .level-3,
      .content .sidebar .nav ul li.level-2 ul .level-4 {
        display: none;
        font-size: 16px;
        margin: 5px 0 0 10px; }
    .content .sidebar .nav ul li.level-2.active-trail ul {
      margin: 0 0 0 15px; }
      .content .sidebar .nav ul li.level-2.active-trail ul .level-3,
      .content .sidebar .nav ul li.level-2.active-trail ul .level-4 {
        display: block; }
    .content .sidebar .nav ul li.level-2 .is-active + ul .level-3,
    .content .sidebar .nav ul li.level-2 .is-active + ul .level-4 {
      display: block; }
    .content .sidebar .nav ul li a {
      color: #2e3233; }
      @media (max-width: 767px) {
        .content .sidebar .nav ul li a {
          color: #fff; } }
      .content .sidebar .nav ul li a.is-active, .content .sidebar .nav ul li a:focus {
        color: #AB1721; }
        @media (max-width: 767px) {
          .content .sidebar .nav ul li a.is-active, .content .sidebar .nav ul li a:focus {
            color: #fff; } }

.content .sidebar .ctas {
  margin: 25px 0; }

.content .sidebar .date {
  margin-bottom: 10px; }

.content .sidebar .node-content > div {
  display: inline-block; }

.content .sidebar .node-content .read-more {
  display: inline-block;
  color: #AB1721; }
  .content .sidebar .node-content .read-more i {
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear; }
  .content .sidebar .node-content .read-more::before {
    content: "...";
    color: #2e3233; }
  .content .sidebar .node-content .read-more:hover {
    text-decoration: none;
    color: #831219; }
    .content .sidebar .node-content .read-more:hover i {
      -moz-transform: translate(5px, 0);
      -o-transform: translate(5px, 0);
      -ms-transform: translate(5px, 0);
      -webkit-transform: translate(5px, 0);
      transform: translate(5px, 0); }

.content .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f3f3f3; }
  .content .item:first-of-type {
    padding-top: 10px;
    border-top: 2px solid #f3f3f3; }
    @media (max-width: 767px) {
      .content .item:first-of-type {
        border-top: none; } }

.content .accordion {
  margin-bottom: 40px; }
  .content .accordion > h4 {
    border-top: 1px solid #f3f3f3;
    color: #AB1721;
    cursor: pointer;
    display: block;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 25px 40px 10px 0;
    position: relative; }
    .content .accordion > h4::after {
      align-items: center;
      border-radius: 100%;
      border: 2px solid #AB1721;
      content: "+";
      display: flex;
      font-weight: 400;
      line-height: 21px;
      justify-content: center;
      height: 25px;
      position: absolute;
      right: 15px;
      text-align: center;
      text-indent: 0px;
      top: 50%;
      transform: translate(0, -50%);
      width: 25px; }
    .content .accordion > h4 + p,
    .content .accordion > h4 + div {
      background: #fff;
      font-size: 18px;
      line-height: 21px;
      padding: 0;
      margin: 0;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1), padding 0.3s cubic-bezier(0, 0, 0.2, 1);
      -moz-transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1), padding 0.3s cubic-bezier(0, 0, 0.2, 1);
      -ms-transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1), padding 0.3s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1), padding 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1), padding 0.3s cubic-bezier(0, 0, 0.2, 1); }
      .content .accordion > h4 + p + h4,
      .content .accordion > h4 + div + h4 {
        margin-top: 20px; }
    .content .accordion > h4.active::after {
      content: "–";
      line-height: 18px; }
    .content .accordion > h4.active + p,
    .content .accordion > h4.active + div {
      height: auto;
      max-height: 400px;
      padding: 10px 0;
      -webkit-transition: max-height 3s cubic-bezier(0, 0, 0.2, 1);
      -moz-transition: max-height 3s cubic-bezier(0, 0, 0.2, 1);
      -ms-transition: max-height 3s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: max-height 3s cubic-bezier(0, 0, 0.2, 1);
      transition: max-height 3s cubic-bezier(0, 0, 0.2, 1); }
      @media (max-width: 767px) {
        .content .accordion > h4.active + p,
        .content .accordion > h4.active + div {
          max-height: auto; } }
  .content .accordion.large {
    margin-bottom: 3px; }
    .content .accordion.large > h4.active + p,
    .content .accordion.large > h4.active + div {
      height: auto;
      max-height: 999em;
      padding: 10px 0 20px 0;
      -webkit-transition: max-height 1s cubic-bezier(0, 0, 0.2, 1);
      -moz-transition: max-height 1s cubic-bezier(0, 0, 0.2, 1);
      -ms-transition: max-height 1s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: max-height 1s cubic-bezier(0, 0, 0.2, 1);
      transition: max-height 1s cubic-bezier(0, 0, 0.2, 1); }
    .content .accordion.large .paragraph-item + .paragraph-item {
      margin-top: 20px; }
  .content .accordion.xlarge {
    margin-top: 30px; }
    .content .accordion.xlarge > h4.active + p,
    .content .accordion.xlarge > h4.active + div {
      height: auto;
      max-height: 4000px;
      padding: 10px 0 20px 0;
      -webkit-transition: max-height 1s cubic-bezier(0, 0, 0.2, 1);
      -moz-transition: max-height 1s cubic-bezier(0, 0, 0.2, 1);
      -ms-transition: max-height 1s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: max-height 1s cubic-bezier(0, 0, 0.2, 1);
      transition: max-height 1s cubic-bezier(0, 0, 0.2, 1); }
    .content .accordion.xlarge .paragraph-item + .paragraph-item {
      margin-top: 20px; }
  .content .accordion.blue {
    margin: -15px -10px; }
    .content .accordion.blue > h4 {
      border-top: none;
      color: #fff;
      font-size: 22px; }
      .content .accordion.blue > h4::after {
        border: 2px solid #fff;
        right: 0;
        font-size: 18px; }
        .mac-os .content .accordion.blue > h4::after {
          line-height: 24px;
          text-indent: 1.5px; }
      .content .accordion.blue > h4.active + div {
        height: auto;
        max-height: 800px;
        padding: 10px 0 20px 0;
        -webkit-transition: max-height 1s cubic-bezier(0, 0, 0.2, 1);
        -moz-transition: max-height 1s cubic-bezier(0, 0, 0.2, 1);
        -ms-transition: max-height 1s cubic-bezier(0, 0, 0.2, 1);
        -o-transition: max-height 1s cubic-bezier(0, 0, 0.2, 1);
        transition: max-height 1s cubic-bezier(0, 0, 0.2, 1); }
        @media (max-width: 767px) {
          .content .accordion.blue > h4.active + div {
            max-height: auto; } }
      .content .accordion.blue > h4 + div {
        background: transparent;
        border-bottom: none; }
        .content .accordion.blue > h4 + div ul li:not(:last-of-type) {
          border-bottom: 1px solid #415489; }
  .content .accordion.meet-the-team {
    margin-bottom: 20px; }
    .content .accordion.meet-the-team > h2 {
      color: #AB1721;
      padding: 15px;
      background: #f3f3f3;
      cursor: pointer;
      display: block;
      font-size: 22px;
      margin: 0;
      position: relative;
      text-transform: uppercase; }
      .content .accordion.meet-the-team > h2::after {
        border-radius: 100%;
        border: 2px solid #dc1f2a;
        content: "+";
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        line-height: 21px;
        height: 25px;
        position: absolute;
        right: 15px;
        text-align: center;
        text-indent: 1px;
        top: 50%;
        transform: translate(0, -50%);
        width: 25px; }
      .content .accordion.meet-the-team > h2 + div {
        background: #fff;
        border-bottom: 1px solid #f3f3f3;
        font-size: 18px;
        line-height: 21px;
        padding: 0;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1), padding 0.3s cubic-bezier(0, 0, 0.2, 1);
        -moz-transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1), padding 0.3s cubic-bezier(0, 0, 0.2, 1);
        -ms-transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1), padding 0.3s cubic-bezier(0, 0, 0.2, 1);
        -o-transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1), padding 0.3s cubic-bezier(0, 0, 0.2, 1);
        transition: max-height 0.3s cubic-bezier(0, 0, 0.2, 1), padding 0.3s cubic-bezier(0, 0, 0.2, 1); }
        .content .accordion.meet-the-team > h2 + div + h4 {
          margin-top: 20px; }
      .content .accordion.meet-the-team > h2.active {
        background: #eff1fb; }
        .content .accordion.meet-the-team > h2.active::after {
          content: "–"; }
        .content .accordion.meet-the-team > h2.active + div {
          height: auto;
          max-height: 35000px;
          padding: 15px 0;
          -webkit-transition: max-height 3s cubic-bezier(0, 0, 0.2, 1);
          -moz-transition: max-height 3s cubic-bezier(0, 0, 0.2, 1);
          -ms-transition: max-height 3s cubic-bezier(0, 0, 0.2, 1);
          -o-transition: max-height 3s cubic-bezier(0, 0, 0.2, 1);
          transition: max-height 3s cubic-bezier(0, 0, 0.2, 1); }
          @media (max-width: 767px) {
            .content .accordion.meet-the-team > h2.active + div {
              max-height: none; } }

#spb-audience-survey .spb-popup-main-wrapper {
  width: 100% !important;
  max-width: 900px;
  transform: translateX(-50%);
  margin-left: 0 !important;
  border: 0 !important;
  padding: 32px; }
  #spb-audience-survey .spb-popup-main-wrapper p:last-child {
    margin-bottom: 0; }

#spb-audience-survey .audience-survey-modal-close {
  border: 0;
  font-size: 46px;
  padding: 0;
  margin: 0;
  top: -13px;
  position: relative;
  right: 32px;
  font-weight: 300;
  color: #7C7C7C;
  transition: color .3s ease; }
  #spb-audience-survey .audience-survey-modal-close:hover, #spb-audience-survey .audience-survey-modal-close:focus {
    color: #AB1721; }

.site-wrap .doctors {
  margin-top: 25px; }
  .site-wrap .doctors .form {
    position: relative;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .site-wrap .doctors .form {
        margin-bottom: 20px; } }
    .site-wrap .doctors .form span:not(.filter-option):not(.text) {
      line-height: 60px;
      font-size: 18px; }
      .site-wrap .doctors .form span:not(.filter-option):not(.text).within {
        padding: 0 10px; }
        @media (max-width: 767px) {
          .site-wrap .doctors .form span:not(.filter-option):not(.text).within {
            font-size: 14px; } }
      @media (max-width: 767px) {
        .site-wrap .doctors .form span:not(.filter-option):not(.text).near {
          line-height: 30px;
          margin-bottom: 5px; } }
      .site-wrap .doctors .form span:not(.filter-option):not(.text) strong {
        font-size: 20px; }
    .site-wrap .doctors .form .form-item {
      padding: 0;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .site-wrap .doctors .form .form-item {
          margin-bottom: 20px; } }
    .site-wrap .doctors .form .input-group {
      margin-bottom: 0; }
      .site-wrap .doctors .form .input-group input {
        background: #fff;
        color: #454545;
        border: 1px solid #dadada;
        box-shadow: none;
        font-size: 16px;
        padding: 0 20px;
        line-height: 30px;
        height: 52px;
        -webkit-transition: border 0.3s linear 0s;
        -moz-transition: border 0.3s linear 0s;
        -ms-transition: border 0.3s linear 0s;
        -o-transition: border 0.3s linear 0s;
        transition: border 0.3s linear 0s; }
        @media (min-width: 768px) and (max-width: 991px) {
          .site-wrap .doctors .form .input-group input {
            font-size: 13px; } }
        @media (max-width: 767px) {
          .site-wrap .doctors .form .input-group input {
            padding: 10px 30px 10px 10px; } }
        .site-wrap .doctors .form .input-group input::-webkit-input-placeholder {
          color: #454545;
          opacity: 1; }
        .site-wrap .doctors .form .input-group input:-moz-placeholder {
          color: #454545;
          opacity: 1; }
        .site-wrap .doctors .form .input-group input::-moz-placeholder {
          color: #454545;
          opacity: 1; }
        .site-wrap .doctors .form .input-group input:-ms-input-placeholder {
          color: #454545;
          opacity: 1; }
        .site-wrap .doctors .form .input-group input:hover, .site-wrap .doctors .form .input-group input:focus {
          border: 1px solid #dadada;
          outline: revert; }
        .mac-os .site-wrap .doctors .form .input-group input {
          padding: 14px 15px 8px 15px; }
          @media (max-width: 767px) {
            .mac-os .site-wrap .doctors .form .input-group input {
              padding: 10px 30px 7px 10px; } }
      .site-wrap .doctors .form .input-group .form-item {
        padding: 0; }
        .site-wrap .doctors .form .input-group .form-item + small {
          display: block;
          clear: both; }
          .site-wrap .doctors .form .input-group .form-item + small p {
            margin: 0; }
          .site-wrap .doctors .form .input-group .form-item + small .btn, .site-wrap .doctors .form .input-group .form-item + small .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .site-wrap .doctors .form .input-group .form-item + small a {
            color: #2e3233;
            font-size: 14px;
            margin-top: -40px;
            text-transform: none; }
            @media (max-width: 767px) {
              .site-wrap .doctors .form .input-group .form-item + small .btn, .site-wrap .doctors .form .input-group .form-item + small .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .site-wrap .doctors .form .input-group .form-item + small a {
                font-size: 11px;
                margin-top: -20px; } }
            .site-wrap .doctors .form .input-group .form-item + small .btn:hover, .site-wrap .doctors .form .input-group .form-item + small .doctor-profile .star-rating .pager-show-more a:hover, .doctor-profile .star-rating .pager-show-more .site-wrap .doctors .form .input-group .form-item + small a:hover {
              color: #AB1721; }
            .site-wrap .doctors .form .input-group .form-item + small .btn i, .site-wrap .doctors .form .input-group .form-item + small .doctor-profile .star-rating .pager-show-more a i, .doctor-profile .star-rating .pager-show-more .site-wrap .doctors .form .input-group .form-item + small a i {
              color: #AB1721; }
      .site-wrap .doctors .form .input-group .btn-search {
        background: none;
        color: #AB1721;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 32px;
        line-height: 56px;
        padding: 0 20px;
        -webkit-transition: color 0.3s linear;
        -moz-transition: color 0.3s linear;
        -ms-transition: color 0.3s linear;
        -o-transition: color 0.3s linear;
        transition: color 0.3s linear; }
        @media (max-width: 767px) {
          .site-wrap .doctors .form .input-group .btn-search {
            font-size: 24px;
            line-height: 56px;
            padding: 0 10px; } }
        .site-wrap .doctors .form .input-group .btn-search:hover, .site-wrap .doctors .form .input-group .btn-search:focus {
          color: #2e3233; }
        .mac-os .site-wrap .doctors .form .input-group .btn-search {
          line-height: 62px; }
    .site-wrap .doctors .form .bootstrap-select .dropdown-toggle {
      background: #fff;
      color: #454545;
      border: 1px solid #dadada;
      box-shadow: none;
      font-size: 16px;
      padding: 10px 20px;
      line-height: 30px;
      margin-bottom: 0;
      -webkit-transition: border 0.3s linear 0s;
      -moz-transition: border 0.3s linear 0s;
      -ms-transition: border 0.3s linear 0s;
      -o-transition: border 0.3s linear 0s;
      transition: border 0.3s linear 0s; }
      @media (max-width: 767px) {
        .site-wrap .doctors .form .bootstrap-select .dropdown-toggle {
          padding: 10px 30px 10px 10px; } }
      .site-wrap .doctors .form .bootstrap-select .dropdown-toggle:hover, .site-wrap .doctors .form .bootstrap-select .dropdown-toggle:focus {
        border: 1px solid #dadada;
        outline: revert; }
      .mac-os .site-wrap .doctors .form .bootstrap-select .dropdown-toggle {
        padding: 14px 15px 8px 15px; }
        @media (max-width: 767px) {
          .mac-os .site-wrap .doctors .form .bootstrap-select .dropdown-toggle {
            padding: 10px 30px 7px 10px; } }
      .site-wrap .doctors .form .bootstrap-select .dropdown-toggle .bs-caret .caret {
        margin-top: 0;
        top: 0;
        right: 20px;
        border: none;
        line-height: 52px; }
        @media (max-width: 767px) {
          .site-wrap .doctors .form .bootstrap-select .dropdown-toggle .bs-caret .caret {
            right: 15px; } }
        .site-wrap .doctors .form .bootstrap-select .dropdown-toggle .bs-caret .caret::before {
          content: "\e911";
          color: #AB1721;
          display: block;
          font-family: icomoon;
          left: 0;
          position: absolute;
          top: 25%;
          transform-origin: 0 50% 0;
          -moz-transform: rotate(90deg) translate(-50%, 0px);
          -o-transform: rotate(90deg) translate(-50%, 0px);
          -ms-transform: rotate(90deg) translate(-50%, 0px);
          -webkit-transform: rotate(90deg) translate(-50%, 0px);
          transform: rotate(90deg) translate(-50%, 0px); }
          @media (max-width: 767px) {
            .site-wrap .doctors .form .bootstrap-select .dropdown-toggle .bs-caret .caret::before {
              font-size: 20px; } }
    .site-wrap .doctors .form .bootstrap-select.open .dropdown-toggle {
      border: 1px solid #dc1f2a; }
      .site-wrap .doctors .form .bootstrap-select.open .dropdown-toggle .bs-caret .caret::before {
        -moz-transform: rotate(-90deg) translate(-50%, 0px);
        -o-transform: rotate(-90deg) translate(-50%, 0px);
        -ms-transform: rotate(-90deg) translate(-50%, 0px);
        -webkit-transform: rotate(-90deg) translate(-50%, 0px);
        transform: rotate(-90deg) translate(-50%, 0px); }
    .site-wrap .doctors .form .dropdown-menu {
      background: #454545;
      width: 100%;
      padding: 0; }
      .site-wrap .doctors .form .dropdown-menu ul {
        width: 100%; }
        .site-wrap .doctors .form .dropdown-menu ul li {
          border-bottom: 1px solid #e6e6e6; }
          .site-wrap .doctors .form .dropdown-menu ul li.selected a, .site-wrap .doctors .form .dropdown-menu ul li:hover a {
            background: #2e3233;
            color: #fff; }
          .site-wrap .doctors .form .dropdown-menu ul li:last-of-type {
            border-bottom: none; }
          .site-wrap .doctors .form .dropdown-menu ul li a {
            white-space: normal;
            padding: 10px 20px;
            color: #fff; }
  .site-wrap .doctors .featured-links {
    border-left: 2px solid #dc1f2a;
    padding-left: 50px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .site-wrap .doctors .featured-links {
        padding-left: 20px; } }
    @media (max-width: 767px) {
      .site-wrap .doctors .featured-links {
        border: none;
        padding: 0;
        margin: 0; } }
    .site-wrap .doctors .featured-links h3 {
      margin-top: 0;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .site-wrap .doctors .featured-links h3 {
          margin-bottom: 0; } }
    .site-wrap .doctors .featured-links ul {
      margin-bottom: 30px; }
      .site-wrap .doctors .featured-links ul li {
        margin-bottom: 10px;
        line-height: 22px; }
        .site-wrap .doctors .featured-links ul li a {
          font-size: 18px; }
  .site-wrap .doctors .results .pager-wrap {
    border-bottom: 2px solid #dc1f2a;
    padding: 20px 0;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .site-wrap .doctors .results .pager-wrap {
        padding: 20px 0 0 0; } }
    .site-wrap .doctors .results .pager-wrap:last-of-type {
      border-bottom: 0;
      margin-top: 60px; }
    .site-wrap .doctors .results .pager-wrap h3 {
      margin: 0; }
      .site-wrap .doctors .results .pager-wrap h3 small {
        color: #333; }
    .site-wrap .doctors .results .pager-wrap .pager {
      float: right;
      margin: 3px 0 0 0; }
      @media (max-width: 767px) {
        .site-wrap .doctors .results .pager-wrap .pager {
          float: none;
          margin: 20px 0 0 0; } }

@media (max-width: 767px) {
  .doctor {
    padding: 0 20px; } }

.doctor + .doctor {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f3f3f3; }

.doctor + .disclaimer {
  margin-top: 45px; }

.doctor h1 {
  margin-top: 0;
  margin-bottom: 27px; }

.doctor h4,
.doctor h5 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px; }

.doctor div.box3 {
  border: 0;
  padding: 0 15px; }
  @media (max-width: 767px) {
    .doctor div.box3 {
      border: 2px solid #dc1f2a;
      padding: 15px; } }
  .doctor div.box3 h4 {
    color: #2e3233;
    text-transform: none;
    margin-bottom: 5px; }
  .doctor div.box3 .phone.big {
    font-size: 28px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .doctor div.box3 .phone.big {
        font-size: 22px; } }
  .doctor div.box3 .btn.btn-sm, .doctor div.box3 .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .doctor div.box3 a {
    font-size: 12px;
    padding: 12px 10px 10px; }
    @media (min-width: 1200px) {
      .doctor div.box3 .btn.btn-sm, .doctor div.box3 .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .doctor div.box3 a {
        font-size: 16px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .doctor div.box3 .btn.btn-sm, .doctor div.box3 .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .doctor div.box3 a {
        font-size: 14px; } }

.doctor .img {
  margin-bottom: 20px; }

.doctor .accepting {
  font-size: 14px; }
  .doctor .accepting i {
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 24px;
    margin-right: 10px;
    padding: 4px 5px;
    text-indent: 0.5px;
    vertical-align: baseline;
    width: 24px; }
    .doctor .accepting i.icon-checkmark {
      background: #334475; }
    .doctor .accepting i.icon-close {
      background: #454545;
      color: #f3f3f3;
      font-size: 11px;
      padding: 6px;
      text-indent: 1px; }

.doctor .save {
  margin-top: 10px;
  display: none; }
  .doctor .save .btn, .doctor .save .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .doctor .save a {
    color: #AB1721;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear; }
    .doctor .save .btn:hover, .doctor .save .doctor-profile .star-rating .pager-show-more a:hover, .doctor-profile .star-rating .pager-show-more .doctor .save a:hover {
      color: #831219; }
    .doctor .save .btn i, .doctor .save .doctor-profile .star-rating .pager-show-more a i, .doctor-profile .star-rating .pager-show-more .doctor .save a i {
      font-size: 20px;
      margin-right: 10px;
      vertical-align: top; }

.doctor .type {
  font-style: italic;
  font-size: 16px;
  color: #333; }

.doctor .title ul li {
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .doctor .info {
    margin-bottom: 20px; } }

.doctor .info h4 {
  margin: 0 0 5px 0;
  font-size: 18px; }
  .doctor .info h4 + div {
    margin-bottom: 15px; }

.doctor .info ul li {
  margin-bottom: 10px; }

.doctor .locations {
  margin: 20px 0 -20px; }
  .doctor .locations .location {
    margin-bottom: 20px; }
    .doctor .locations .location .icon-locationpin {
      margin-bottom: 15px;
      font-size: 40px; }

.doctor .section + .section {
  margin-top: 3px;
  margin-bottom: 12px; }

.doctor .section h4 {
  font-size: 24px;
  font-weight: 400; }
  .doctor .section h4::after {
    font-size: 20px; }
  .doctor .section h4.active::after {
    line-height: 20px; }

.doctor .section .jwplayer {
  margin-bottom: 16px; }

.doctor .section table {
  margin-bottom: 18px; }
  .doctor .section table tr td {
    background: #fafafa; }
    @media (max-width: 767px) {
      .doctor .section table tr td {
        display: block; } }
  .doctor .section table tr th {
    width: 30%;
    background: #fafafa;
    color: #333;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    text-transform: none; }
    @media (max-width: 767px) {
      .doctor .section table tr th {
        width: 100%;
        padding-bottom: 0;
        font-size: 22px;
        font-weight: 700; } }
  .doctor .section table tr:nth-of-type(odd) th,
  .doctor .section table tr:nth-of-type(odd) td {
    background: #eff1fb; }

.doctor .section.accordion.large:first-of-type p {
  margin-bottom: 17px; }

.doctor .section.accordion.large:last-of-type {
  padding-bottom: 3px;
  border-bottom: 1px solid #f3f3f3; }
  .doctor .section.accordion.large:last-of-type .unstyled {
    padding-bottom: 7px; }

.doctor .section.accordion.large .unstyled {
  margin-bottom: 8px; }

.doctor .section.accordion > h4.active + p,
.doctor .section.accordion > h4.active + div {
  padding: 10px 0 0 0; }

.doctor .section.accordion p {
  margin-bottom: 8px; }

.doctor.team .title,
.doctor.team .email {
  margin-bottom: 10px; }

.view-saved-doctors {
  background: #2e3233;
  color: #fff;
  position: fixed;
  bottom: 0;
  right: 20%;
  z-index: 9;
  padding: 20px;
  font-size: 22px; }
  .view-saved-doctors a {
    border: 2px solid #fff;
    font-size: 15px;
    padding: 8px 30px;
    margin-left: 20px;
    color: #fff;
    text-decoration: none;
    vertical-align: 3px;
    -webkit-transition: background 0.3s linear, color 0.3s linear;
    -moz-transition: background 0.3s linear, color 0.3s linear;
    -ms-transition: background 0.3s linear, color 0.3s linear;
    -o-transition: background 0.3s linear, color 0.3s linear;
    transition: background 0.3s linear, color 0.3s linear; }
    .view-saved-doctors a:hover {
      background: #fff;
      color: #2e3233;
      text-decoration: none; }
  .view-saved-doctors i {
    margin-right: 5px; }

.locations {
  margin-top: -15px; }
  .locations.missing .form {
    margin-bottom: 0px; }
    .locations.missing .form input {
      font-size: 22px; }
      .locations.missing .form input::-webkit-input-placeholder {
        font-size: 22px !important; }
      .locations.missing .form input:-moz-placeholder {
        font-size: 22px !important; }
      .locations.missing .form input::-moz-placeholder {
        font-size: 22px !important; }
      .locations.missing .form input:-ms-input-placeholder {
        font-size: 22px !important; }
  .locations .form {
    position: relative;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .locations .form {
        margin-bottom: 20px; } }
    .locations .form span:not(.filter-option):not(.text) {
      line-height: 60px;
      font-size: 18px; }
      .locations .form span:not(.filter-option):not(.text).within {
        padding: 0 10px; }
        @media (max-width: 767px) {
          .locations .form span:not(.filter-option):not(.text).within {
            font-size: 14px; } }
      @media (max-width: 767px) {
        .locations .form span:not(.filter-option):not(.text).near {
          line-height: 30px;
          margin-bottom: 5px; } }
      .locations .form span:not(.filter-option):not(.text) strong {
        font-size: 20px; }
    .locations .form .form-item {
      padding: 0;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .locations .form .form-item {
          margin-bottom: 20px; } }
    .locations .form .input-group {
      margin-bottom: 0;
      display: block; }
      .locations .form .input-group input {
        background: #f3f3f3;
        color: #454545;
        border: 1px solid #eff1fb;
        box-shadow: none;
        font-size: 16px;
        padding: 0 70px 0 20px;
        line-height: 30px;
        height: 52px;
        -webkit-transition: border 0.3s linear 0s;
        -moz-transition: border 0.3s linear 0s;
        -ms-transition: border 0.3s linear 0s;
        -o-transition: border 0.3s linear 0s;
        transition: border 0.3s linear 0s; }
        @media (max-width: 767px) {
          .locations .form .input-group input {
            padding: 10px 30px 10px 10px; } }
        .locations .form .input-group input::-webkit-input-placeholder {
          color: #454545;
          opacity: 1; }
        .locations .form .input-group input:-moz-placeholder {
          color: #454545;
          opacity: 1; }
        .locations .form .input-group input::-moz-placeholder {
          color: #454545;
          opacity: 1; }
        .locations .form .input-group input:-ms-input-placeholder {
          color: #454545;
          opacity: 1; }
        .locations .form .input-group input:hover, .locations .form .input-group input:focus {
          border: 1px solid #dc1f2a; }
        .mac-os .locations .form .input-group input {
          padding: 14px 15px 8px 15px; }
          @media (max-width: 767px) {
            .mac-os .locations .form .input-group input {
              padding: 10px 30px 7px 10px; } }
      .locations .form .input-group .form-item {
        padding: 0; }
        .locations .form .input-group .form-item + small {
          display: block;
          clear: both; }
          .locations .form .input-group .form-item + small .btn, .locations .form .input-group .form-item + small .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .locations .form .input-group .form-item + small a {
            color: #2e3233;
            font-size: 14px;
            margin-top: -40px;
            text-transform: none; }
            @media (max-width: 767px) {
              .locations .form .input-group .form-item + small .btn, .locations .form .input-group .form-item + small .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .locations .form .input-group .form-item + small a {
                font-size: 11px;
                margin-top: -20px; } }
            .locations .form .input-group .form-item + small .btn:hover, .locations .form .input-group .form-item + small .doctor-profile .star-rating .pager-show-more a:hover, .doctor-profile .star-rating .pager-show-more .locations .form .input-group .form-item + small a:hover {
              color: #AB1721; }
            .locations .form .input-group .form-item + small .btn i, .locations .form .input-group .form-item + small .doctor-profile .star-rating .pager-show-more a i, .doctor-profile .star-rating .pager-show-more .locations .form .input-group .form-item + small a i {
              color: #AB1721; }
      .locations .form .input-group .btn-search {
        background: none;
        color: #AB1721;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 32px;
        line-height: 56px;
        padding: 0 20px;
        -webkit-transition: color 0.3s linear;
        -moz-transition: color 0.3s linear;
        -ms-transition: color 0.3s linear;
        -o-transition: color 0.3s linear;
        transition: color 0.3s linear; }
        @media (max-width: 767px) {
          .locations .form .input-group .btn-search {
            font-size: 24px;
            line-height: 56px;
            padding: 0 10px; } }
        .locations .form .input-group .btn-search:hover, .locations .form .input-group .btn-search:focus {
          color: #2e3233; }
        .mac-os .locations .form .input-group .btn-search {
          line-height: 62px; }
    .locations .form .bootstrap-select .dropdown-toggle {
      background: #f3f3f3;
      color: #454545;
      border: 1px solid #eff1fb;
      box-shadow: none;
      font-size: 16px;
      padding: 10px 20px;
      line-height: 30px;
      margin-bottom: 0;
      -webkit-transition: border 0.3s linear 0s;
      -moz-transition: border 0.3s linear 0s;
      -ms-transition: border 0.3s linear 0s;
      -o-transition: border 0.3s linear 0s;
      transition: border 0.3s linear 0s; }
      @media (max-width: 767px) {
        .locations .form .bootstrap-select .dropdown-toggle {
          padding: 10px 30px 10px 10px; } }
      .locations .form .bootstrap-select .dropdown-toggle:hover, .locations .form .bootstrap-select .dropdown-toggle:focus {
        border: 1px solid #dc1f2a; }
      .mac-os .locations .form .bootstrap-select .dropdown-toggle {
        padding: 14px 15px 8px 15px; }
        @media (max-width: 767px) {
          .mac-os .locations .form .bootstrap-select .dropdown-toggle {
            padding: 10px 30px 7px 10px; } }
      .locations .form .bootstrap-select .dropdown-toggle .bs-caret .caret {
        margin-top: 0;
        top: 0;
        right: 20px;
        border: none;
        line-height: 52px; }
        @media (max-width: 767px) {
          .locations .form .bootstrap-select .dropdown-toggle .bs-caret .caret {
            right: 15px; } }
        .locations .form .bootstrap-select .dropdown-toggle .bs-caret .caret::before {
          content: "\e911";
          color: #AB1721;
          display: block;
          font-family: icomoon;
          left: 0;
          position: absolute;
          top: 25%;
          transform-origin: 0 50% 0;
          -moz-transform: rotate(90deg) translate(-50%, 0px);
          -o-transform: rotate(90deg) translate(-50%, 0px);
          -ms-transform: rotate(90deg) translate(-50%, 0px);
          -webkit-transform: rotate(90deg) translate(-50%, 0px);
          transform: rotate(90deg) translate(-50%, 0px); }
          @media (max-width: 767px) {
            .locations .form .bootstrap-select .dropdown-toggle .bs-caret .caret::before {
              font-size: 20px; } }
    .locations .form .bootstrap-select.open .dropdown-toggle {
      border: 1px solid #dc1f2a; }
      .locations .form .bootstrap-select.open .dropdown-toggle .bs-caret .caret::before {
        -moz-transform: rotate(-90deg) translate(-50%, 0px);
        -o-transform: rotate(-90deg) translate(-50%, 0px);
        -ms-transform: rotate(-90deg) translate(-50%, 0px);
        -webkit-transform: rotate(-90deg) translate(-50%, 0px);
        transform: rotate(-90deg) translate(-50%, 0px); }
    .locations .form .dropdown-menu {
      background: #454545;
      width: 100%;
      padding: 0; }
      .locations .form .dropdown-menu ul {
        width: 100%; }
        .locations .form .dropdown-menu ul li {
          border-bottom: 1px solid #e6e6e6; }
          .locations .form .dropdown-menu ul li.selected a, .locations .form .dropdown-menu ul li:hover a {
            background: #2e3233;
            color: #fff; }
          .locations .form .dropdown-menu ul li:last-of-type {
            border-bottom: none; }
          .locations .form .dropdown-menu ul li a {
            white-space: normal;
            padding: 10px 20px;
            color: #fff; }
  .locations .featured-links {
    border-left: 2px solid #dc1f2a;
    padding-left: 25px;
    margin-left: 25px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .locations .featured-links {
        border: none;
        padding: 0;
        margin: 0; } }
    @media (max-width: 767px) {
      .locations .featured-links {
        border: none;
        padding: 0;
        margin: 0; } }
    .locations .featured-links h4 {
      margin-top: 0;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .locations .featured-links h4 {
          margin-bottom: 0; } }
    .locations .featured-links ul {
      margin-bottom: 30px; }
      .locations .featured-links ul li {
        margin-bottom: 10px;
        line-height: 22px; }
        .locations .featured-links ul li a {
          font-size: 18px; }
  .locations .results .sidebar {
    background: #f3f3f3;
    padding: 40px 0;
    min-height: 600px;
    position: relative; }
    @media (min-width: 768px) and (max-width: 991px) {
      .locations .results .sidebar {
        padding: 20px 0; } }
    @media (max-width: 767px) {
      .locations .results .sidebar {
        min-height: 0;
        padding: 20px 0; } }
    .locations .results .sidebar::after {
      background: -moz-linear-gradient(top, rgba(243, 243, 243, 0) 0%, #f3f3f3 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(243, 243, 243, 0) 0%, #f3f3f3 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(243, 243, 243, 0) 0%, #f3f3f3 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      bottom: 0;
      content: "";
      height: 150px;
      left: 0;
      position: absolute;
      width: 100%; }
    .locations .results .sidebar > p {
      padding: 0 40px; }
      @media (max-width: 767px) {
        .locations .results .sidebar > p {
          padding: 0 20px; } }
    .locations .results .sidebar p {
      color: #2e3233; }
    .locations .results .sidebar .location-info {
      color: #2e3233;
      max-height: 600px;
      overflow-y: auto; }
      @media (max-width: 767px) {
        .locations .results .sidebar .location-info {
          max-height: none;
          overflow: visible; } }
      .locations .results .sidebar .location-info .mCSB_container {
        padding-bottom: 40px;
        margin: 0 !important; }
      .locations .results .sidebar .location-info .mCSB_scrollTools .mCSB_draggerRail {
        display: none; }
      .locations .results .sidebar .location-info .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #dbdfe3;
        width: 10px;
        min-height: 60px; }
      .locations .results .sidebar .location-info .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .locations .results .sidebar .location-info .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
        background-color: #dbdfe3; }
  .locations .results .map {
    height: 100%; }
    .locations .results .map > div {
      height: 100%; }
      .locations .results .map > div .geolocation-formatter-map-wrapper {
        height: 100%; }
        .locations .results .map > div .geolocation-formatter-map-wrapper .geolocation-google-map {
          height: 100% !important;
          min-height: 600px; }
  .locations .results .map-link {
    margin-top: 20px; }

.location-info-window .location-content p {
  color: #2e3233;
  font-weight: 400; }
  .location-info-window .location-content p.phone {
    color: #AB1721; }

.location-info-window .location-content a {
  color: #AB1721; }

.location-info .location {
  position: relative;
  overflow: hidden;
  padding: 20px 40px;
  border-top: 1px solid #dadada; }
  @media (max-width: 767px) {
    .location-info .location {
      padding: 20px; } }
  .location-info .location.active, .location-info .location:hover {
    background: #eff1fb; }
  .location-info .location .location-header h5 {
    color: #AB1721;
    font-size: 24px;
    line-height: 33px;
    margin: 0 0 10px 0; }
  .location-info .location .location-content p {
    color: #2e3233;
    margin-bottom: 0; }
    .location-info .location .location-content p.phone {
      color: #AB1721; }
  .location-info .location .location-content a {
    color: #AB1721; }

.building article > div + div {
  margin-top: 30px; }

.building article .img {
  text-align: right; }
  @media (max-width: 767px) {
    .building article .img {
      text-align: center;
      margin-bottom: 20px; } }
  .building article .img img {
    max-width: 100%; }

.building article .info p {
  font-size: 20px;
  font-weight: 400; }

.building article .info a {
  color: #AB1721; }

.building article .office-locations .views-row {
  margin-bottom: 10px; }
  .building article .office-locations .views-row .views-field-title {
    font-weight: 700; }

.building article .accordion.large > h4.active + div {
  max-height: 25000px; }

.building article .accordion ul {
  list-style-type: none !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important; }
  .building article .accordion ul li::before {
    display: none !important; }

.building article .accordion .views-row {
  padding: 10px; }
  .building article .accordion .views-row:nth-of-type(even) {
    background: #f3f3f3; }

.home-wrap .hero .inner {
  padding: 22vh 0 33vh; }
  @media (max-width: 767px) {
    .home-wrap .hero .inner {
      padding: 15vh 0; } }

.region-header {
  text-align: right; }

.home-wrap .hero {
  position: relative;
  overflow: hidden;
  background: #f3f3f3; }
  .home-wrap .hero .bg.inner::before {
    background: rgba(0, 0, 0, 0.23);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .home-wrap .hero .img {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-wrap .hero .img.img-video {
        display: block; } }
    @media (max-width: 767px) {
      .home-wrap .hero .img.img-video {
        display: block; } }
    .home-wrap .hero .img img {
      width: 100%; }
  .home-wrap .hero .video {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-wrap .hero .video {
        display: none; } }
    @media (max-width: 767px) {
      .home-wrap .hero .video {
        display: none; } }
    .home-wrap .hero .video img {
      width: 100%; }
  .home-wrap .hero .container {
    position: relative;
    z-index: 2; }
  .home-wrap .hero .inner {
    color: #fff;
    height: 60vh;
    min-height: 580px;
    padding: 15vh 0 33vh;
    position: relative;
    text-align: center; }
    @media (min-width: 1200px) {
      .home-wrap .hero .inner {
        min-height: 680px; } }
    @media (max-width: 767px) {
      .home-wrap .hero .inner {
        height: auto;
        min-height: 0;
        padding: 10vh 0;
        background-position: 33% center; } }
    @media (max-width: 767px) {
      .home-wrap .hero .inner .logo {
        display: none; } }
    .home-wrap .hero .inner .intro {
      font-size: 36px;
      font-weight: 400;
      font-style: italic;
      margin: 20px 0 40px;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
      @media (max-width: 767px) {
        .home-wrap .hero .inner .intro {
          font-size: 28px; } }
    .home-wrap .hero .inner .search {
      background: rgba(255, 255, 255, 0.8);
      padding: 20px;
      color: #2e3233;
      width: 60%;
      margin: 0 auto;
      line-height: 26px;
      text-align: left;
      font-size: 24px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .home-wrap .hero .inner .search {
          font-size: 18px;
          width: 100%;
          padding: 10px 15px; } }
      .home-wrap .hero .inner .search i {
        float: right;
        color: #dc1f2a;
        vertical-align: top;
        font-size: 42px;
        line-height: 24px; }
        @media (max-width: 767px) {
          .home-wrap .hero .inner .search i {
            font-size: 28px; } }
  .home-wrap .hero .cta-links {
    background: rgba(51, 68, 117, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 0;
    width: 100%;
    text-align: center; }
    @media (max-width: 767px) {
      .home-wrap .hero .cta-links {
        background: #dc1f2a;
        position: relative;
        padding: 20px 0; } }
    .home-wrap .hero .cta-links ul {
      margin-bottom: 0; }
      .home-wrap .hero .cta-links ul li {
        display: inline-block;
        width: 30%; }
        @media (max-width: 767px) {
          .home-wrap .hero .cta-links ul li {
            display: block;
            width: 100%; } }
        .home-wrap .hero .cta-links ul li:nth-of-type(3) {
          margin-top: 0; }
          @media (max-width: 767px) {
            .home-wrap .hero .cta-links ul li:nth-of-type(3) {
              margin-top: 15px; } }
        .home-wrap .hero .cta-links ul li:last-of-type {
          margin-top: 0; }
        .home-wrap .hero .cta-links ul li + li {
          margin-left: 15px; }
          @media (max-width: 767px) {
            .home-wrap .hero .cta-links ul li + li {
              margin-left: 0;
              margin-top: 15px; } }
        .home-wrap .hero .cta-links ul li .btn, .home-wrap .hero .cta-links ul li .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .home-wrap .hero .cta-links ul li a {
          text-transform: none;
          width: 100%; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .home-wrap .hero .cta-links ul li .btn, .home-wrap .hero .cta-links ul li .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .home-wrap .hero .cta-links ul li a {
              padding: 18px 20px 16px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            .home-wrap .hero .cta-links ul li .btn, .home-wrap .hero .cta-links ul li .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .home-wrap .hero .cta-links ul li a {
              font-size: 14px;
              padding: 18px 0 16px; } }
          @media (max-width: 767px) {
            .home-wrap .hero .cta-links ul li .btn, .home-wrap .hero .cta-links ul li .doctor-profile .star-rating .pager-show-more a, .doctor-profile .star-rating .pager-show-more .home-wrap .hero .cta-links ul li a {
              display: block;
              margin: 0;
              padding: 18px 20px 16px; } }
        .home-wrap .hero .cta-links ul li:first-child {
          display: none; }
          @media (max-width: 767px) {
            .home-wrap .hero .cta-links ul li:first-child {
              display: block; } }

@media print {
  a[href]::after {
    content: "" !important; }
  .logo {
    width: 200px; }
  .nav-toggle {
    display: none; }
  .banner-bg {
    padding: 0 !important; }
  .breadcrumb {
    display: none; }
  .sidebar {
    display: none; }
  .content .accordion > h4 + p,
  .content .accordion > h4 + div {
    max-height: none !important; }
  .content .col-sm-7,
  .content .col-md-8 {
    width: 100% !important; }
  .content .main .related-services {
    padding: 20px 0; }
    .content .main .related-services ul {
      max-height: none !important; }
  .doctor .info ul li {
    display: inline; }
    .doctor .info ul li + li::before {
      content: ", ";
      margin-left: -5px; }
  .feature {
    display: none; }
  .bottom {
    display: none; }
  .footer {
    display: none; } }

.cookie-pop {
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 9;
  width: 100%; }
  .cookie-pop::after {
    content: "";
    background: #000;
    opacity: 0.4;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    left: 0;
    top: 0; }
    @media (max-width: 991px) {
      .cookie-pop::after {
        opacity: .6; } }
  .cookie-pop > div:not(.contextual) {
    background: #fff;
    border: 0;
    padding: 30px 40px;
    position: relative;
    width: 100%;
    z-index: 9; }
    .cookie-pop > div:not(.contextual) h2 {
      margin-top: 0; }
    .cookie-pop > div:not(.contextual) p {
      font-size: 16px;
      line-height: 24px; }
      .cookie-pop > div:not(.contextual) p:last-child {
        margin-bottom: 0; }
      .cookie-pop > div:not(.contextual) p a:not(.btn) {
        color: #AB1721;
        font-weight: 700; }
      .cookie-pop > div:not(.contextual) p button.btn {
        margin-top: 15px;
        padding: 12px 30px; }

.executive-view {
  border-top: solid 1px #d8d8d8;
  padding-top: 30px; }
  .executive-view .views-row {
    max-width: 220px;
    padding-left: 25px;
    padding-right: 25px; }
  .executive-view__top {
    border-bottom: solid 1px #d8d8d8;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
    padding-bottom: 15px; }
  .executive-view .views-row {
    box-sizing: content-box;
    margin-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    width: 220px; }
  .executive-view .views-field-field-image .field-content {
    text-align: center; }
  .executive-view .views-field-title {
    font-size: 16px;
    text-align: center; }
    .executive-view .views-field-title a {
      font-weight: 700; }
  .executive-view .views-field-field-leadership-title {
    font-size: 12px;
    text-align: center; }
    .executive-view .views-field-field-leadership-title a {
      font-weight: 700;
      color: #2e3233; }
  .executive-view .views-field-field-image {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    width: 200px; }
    .executive-view .views-field-field-image a,
    .executive-view .views-field-field-image img {
      display: block;
      width: 100%; }
    .executive-view .views-field-field-image a {
      border: solid 1px #d8d8d8; }
  .executive-view__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .executive-view__bottom {
        justify-content: space-around; } }
    .executive-view__bottom .views-row {
      align-items: center;
      display: flex;
      flex-direction: column;
      padding-left: 0;
      padding-right: 0; }
    .executive-view__bottom .views-field-field-image {
      margin-left: 0;
      margin-right: 0; }

.executive-leader-full__content {
  display: flex;
  padding-top: 25px; }
  @media (max-width: 767px) {
    .executive-leader-full__content {
      flex-direction: column; } }

.executive-leader-full__image {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-right: 30px; }
  .executive-leader-full__image > div {
    width: 200px; }
  .executive-leader-full__image img {
    display: block;
    height: auto;
    width: 100%; }
  @media (max-width: 767px) {
    .executive-leader-full__image {
      margin-right: 0; } }

.executive-leader-full__name {
  font-size: 20px;
  font-weight: 700; }

.executive-leader-full__title {
  font-weight: 700;
  margin-bottom: 20px; }

.clinicial-trials-block__form {
  background-color: #f3f3f3;
  padding-bottom: 50px;
  padding-top: 30px; }

.clinical-trial p {
  font-size: 1.6rem;
  line-height: 1.5; }
  @media (min-width: 992px) {
    .clinical-trial p {
      font-size: 1.8rem;
      line-height: 1.44444; } }

.clinical-trial h1 {
  font-size: 3.6rem;
  line-height: 1.11111; }
  @media (min-width: 992px) {
    .clinical-trial h1 {
      font-size: 4.2rem;
      line-height: 1.19048; } }

.clinical-trial h2 {
  font-size: 3.2rem;
  line-height: 1.0625; }
  @media (min-width: 992px) {
    .clinical-trial h2 {
      font-size: 3rem;
      line-height: 1.26667; } }

.clinical-trial > .layout {
  display: flex;
  gap: 30px;
  flex-wrap: wrap; }
  .clinical-trial > .layout .layout__col-1 {
    flex: 100%; }
    @media (min-width: 992px) {
      .clinical-trial > .layout .layout__col-1 {
        flex: 1; } }
  .clinical-trial > .layout .layout__col-2 {
    flex: 100%; }
    @media (min-width: 992px) {
      .clinical-trial > .layout .layout__col-2 {
        flex: 0 0 366px; } }

.clinical-trial .clinical-trial__study-number {
  font-size: 2.4rem;
  line-height: 1.58333; }
  @media (min-width: 992px) {
    .clinical-trial .clinical-trial__study-number {
      font-size: 2.8rem;
      line-height: 1.35714; } }

.clinical-trial .clinical-trial__top-content {
  margin-bottom: 60px; }

.clinical-trial .clinical-trial__body-content > .layout {
  display: flex;
  flex-wrap: wrap; }
  .clinical-trial .clinical-trial__body-content > .layout > .layout__col {
    flex: 100%; }
    @media (min-width: 992px) {
      .clinical-trial .clinical-trial__body-content > .layout > .layout__col {
        flex: 1; } }

.clinical-trial .clinical-trial__body-content .external::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url("../images/external-icon.svg");
  -webkit-mask: url("../images/external-icon.svg") no-repeat 50% 50%;
  mask: url("../images/external-icon.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block; }

.clinical-trial .clinical-trial__body-content h2.clinical-trial__label {
  border-top: 1px solid #f3f3f3;
  padding-top: 30px; }

.clinical-trial .clinical-trial__sidebar-content {
  background-color: #f3f3f3;
  padding-inline: 30px;
  padding-block: 35px 40px; }
  .clinical-trial .clinical-trial__sidebar-content ul {
    margin-bottom: 0 !important;
    padding-left: 0 !important; }
  .clinical-trial .clinical-trial__sidebar-content li {
    display: inline;
    margin-top: 0 !important; }
    .clinical-trial .clinical-trial__sidebar-content li::before {
      content: normal !important; }
  .clinical-trial .clinical-trial__sidebar-content a {
    color: inherit !important; }

.clinical-trial .clinical-trial__sidebar-heading {
  font-size: 2.4rem;
  line-height: 1.375;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px; }

.clinical-trial .clinical-trial__label {
  color: #454545;
  font-weight: 700;
  margin-bottom: 10px; }

.clinical-trial .clinical-trial__sidebar-item + .clinical-trial__sidebar-item {
  margin-top: 20px; }

.clinical-trial .clinical-trial__cta {
  font-size: 1.8rem;
  line-height: 1.22222;
  display: block;
  text-transform: none; }

#ratings_review {
  scroll-margin-top: 200px; }
  @media (max-width: 767px) {
    #ratings_review {
      scroll-margin-top: 75px; } }

.doctor-rating {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 12px;
  scroll-padding-top: 148px; }
  .doctor-rating svg {
    width: 100%;
    height: 100%; }

@media (max-width: 767px) {
  .doctor .star-rating__stars {
    margin-bottom: 10px; } }

.doctor .star-rating__count {
  display: none; }

.doctor-profile .star-rating {
  margin-bottom: 40px;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0; }
  @media (min-width: 992px) {
    .doctor-profile .star-rating {
      margin-bottom: 30px; } }
  .doctor-profile .star-rating__title {
    font-family: AvenirLTStd-Medium, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 38px;
    color: #2F3233;
    margin-top: 0;
    margin-bottom: 20px; }
  .doctor-profile .star-rating .views-element-container {
    margin-top: 24px; }
    @media (min-width: 992px) {
      .doctor-profile .star-rating .views-element-container {
        margin-top: 53px; } }
    @media (min-width: 992px) {
      .doctor-profile .star-rating .views-element-container {
        margin-top: 64.12px; } }
  .doctor-profile .star-rating__teaser {
    padding: 22px 0 18px 0;
    border-top: 1px solid #DBDBDB; }
  .doctor-profile .star-rating__subheading {
    font-family: AvenirLTStd-Heavy, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
    color: #2F3233;
    margin-top: 0;
    margin-bottom: 20px; }
  .doctor-profile .star-rating__teaser-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 30px; }
    @media (max-width: 767px) {
      .doctor-profile .star-rating__teaser-container {
        flex-direction: column;
        column-gap: 0;
        row-gap: 8px; } }
    .doctor-profile .star-rating__teaser-container > div:first-child {
      font-family: AvenirLTStd-Book, sans-serif;
      flex-shrink: 0;
      font-weight: 400;
      font-size: 14px;
      line-height: 19px;
      color: #2F3233;
      flex-basis: 130px; }
      @media (max-width: 767px) {
        .doctor-profile .star-rating__teaser-container > div:first-child {
          flex-basis: auto; } }
    .doctor-profile .star-rating__teaser-container > div:last-child {
      flex: 1;
      font-family: AvenirLTStd-Book, sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 26px;
      color: #2F3233; }
  .doctor-profile .star-rating__summary p {
    font-family: AvenirLTStd-Book, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #2F3233; }
  .doctor-profile .star-rating__detail .star-rating {
    margin-bottom: 12px; }
  .doctor-profile .star-rating__detail .star-rating__count {
    display: none; }
  .doctor-profile .star-rating__cta {
    display: block;
    font-family: AvenirLTStd-Book, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #AB1721;
    margin-bottom: 20px; }
  .doctor-profile .star-rating .pager-show-more {
    list-style: none;
    padding: 0;
    border-top: 1px solid #DBDBDB;
    padding-top: 32px;
    margin-top: 64px; }
    .doctor-profile .star-rating .pager-show-more a {
      font-size: 16px;
      display: block;
      width: fit-content;
      margin-left: auto;
      margin-right: auto; }

.star-rating-legend strong {
  font-family: AvenirLTStd-Heavy, sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #2F3233; }

html {
  scroll-behavior: smooth; }

/*Custom Grid*/
@media (min-width: 1200px) {
  .col-lg-25 {
    width: 20%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-25 {
    width: 20%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-25 {
    width: 20%; } }

@media (min-width: 1600px) {
  .col-xl-12 {
    width: 100%; }
  .col-xl-11 {
    width: 91.66666667%; }
  .col-xl-10 {
    width: 83.33333333%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-8 {
    width: 66.66666667%; }
  .col-xl-7 {
    width: 58.33333333%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-5 {
    width: 41.66666667%; }
  .col-xl-4 {
    width: 33.33333333%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-25 {
    width: 20%; }
  .col-xl-2 {
    width: 16.66666667%; }
  .col-xl-1 {
    width: 8.33333333%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-pull-11 {
    right: 91.66666667%; }
  .col-xl-pull-10 {
    right: 83.33333333%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-8 {
    right: 66.66666667%; }
  .col-xl-pull-7 {
    right: 58.33333333%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-5 {
    right: 41.66666667%; }
  .col-xl-pull-4 {
    right: 33.33333333%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-2 {
    right: 16.66666667%; }
  .col-xl-pull-1 {
    right: 8.33333333%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-push-11 {
    left: 91.66666667%; }
  .col-xl-push-10 {
    left: 83.33333333%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-8 {
    left: 66.66666667%; }
  .col-xl-push-7 {
    left: 58.33333333%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-5 {
    left: 41.66666667%; }
  .col-xl-push-4 {
    left: 33.33333333%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-2 {
    left: 16.66666667%; }
  .col-xl-push-1 {
    left: 8.33333333%; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .col-xl-offset-11 {
    margin-left: 91.66666667%; }
  .col-xl-offset-10 {
    margin-left: 83.33333333%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-8 {
    margin-left: 66.66666667%; }
  .col-xl-offset-7 {
    margin-left: 58.33333333%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-5 {
    margin-left: 41.66666667%; }
  .col-xl-offset-4 {
    margin-left: 33.33333333%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-2 {
    margin-left: 16.66666667%; }
  .col-xl-offset-1 {
    margin-left: 8.33333333%; }
  .col-xl-offset-0 {
    margin-left: 0; } }
