@charset "UTF-8";
/* Slider */
@import url(lib/jquery-ui.css);
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

:focus {
  outline: none; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #717067; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #717067;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #717067;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #717067; }

:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #717067; }

* {
  box-sizing: border-box; }

html {
  font-size: 6.25%;
  /* font-size 1em = 1px on default browser settings */ }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0px;
  padding: 0px; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, time {
  display: block; }

figure {
  margin: 0; }

body {
  background-color: white;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #585858;
  font-size: 13rem;
  line-height: 1.54;
  font-weight: 400; }
  @media (min-width: 1170px) {
    body {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      font-size: 14rem;
      line-height: 1.55; } }
  @media (min-width: 1170px) {
    body {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      font-size: 15rem;
      line-height: 1.6; } }

h1 {
  font-size: 18rem;
  font-weight: 800;
  line-height: 1.33;
  color: #ffffff; }
  @media (min-width: 768px) {
    h1 {
      font-size: 27rem;
      line-height: 1.22; } }
  @media (min-width: 1170px) {
    h1 {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      font-size: 36rem;
      line-height: 1.11; } }

h2 {
  font-size: 18rem;
  font-weight: 800;
  line-height: 1.33;
  color: #000;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 23rem;
      line-height: 1.23; } }
  @media (min-width: 1170px) {
    h2 {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      font-size: 28rem;
      line-height: 1.14;
      margin-bottom: 16px; } }

h3 {
  font-size: 16rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000; }
  @media (min-width: 768px) {
    h3 {
      font-size: 18rem;
      line-height: 1.45; } }
  @media (min-width: 1170px) {
    h3 {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      font-size: 20rem;
      line-height: 1.4; } }

h4 {
  font-size: 15rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000; }
  @media (min-width: 768px) {
    h4 {
      font-size: 18rem;
      line-height: 1.33; } }

p, blockquote {
  color: #585858;
  font-size: 13rem;
  line-height: 1.54;
  font-weight: 400; }
  p.lead, blockquote.lead {
    font-size: 16rem;
    font-weight: 300;
    line-height: 1.5;
    color: #000000; }
    @media (min-width: 768px) {
      p.lead, blockquote.lead {
        font-size: 20rem;
        line-height: 1.55; } }
    @media (min-width: 1170px) {
      p.lead, blockquote.lead {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        font-size: 25rem;
        line-height: 1.6; } }
  @media (min-width: 768px) {
    p, blockquote {
      font-size: 14rem;
      line-height: 1.55; }
      p.large, blockquote.large {
        font-size: 15rem;
        line-height: 1.6; } }
  @media (min-width: 1170px) {
    p, blockquote {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      font-size: 15rem;
      line-height: 1.6; }
      p.large, blockquote.large {
        font-size: 17rem;
        line-height: 1.65; } }

a {
  color: #dc2d27;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
  border: none;
  line-height: 1;
  cursor: pointer; }

a:hover, a:focus, a:active {
  color: #dc2d27;
  text-decoration: none !important;
  transition: all 0.3s ease; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

ul, ol {
  padding-left: 30px; }

caption, th {
  text-align: left; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

svg {
  max-width: 100%;
  max-height: 100%; }

body.active {
  overflow: hidden; }

.hidden {
  display: none; }

.ui-icon {
  background-position: center; }

.hero__image,
.hero__image-wrap > img,
.testimonial__image,
.testimonial__image-container > img,
.image-and-text__image,
.image-and-text > img,
.card__image,
.card > img,
.our-people-card__image,
.our-people-card > div > img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: none; }
  .hero__image--fallback,
  .hero__image-wrap > img--fallback,
  .testimonial__image--fallback,
  .testimonial__image-container > img--fallback,
  .image-and-text__image--fallback,
  .image-and-text > img--fallback,
  .card__image--fallback,
  .card > img--fallback,
  .our-people-card__image--fallback,
  .our-people-card > div > img--fallback {
    display: block; }
  @supports (object-fit: cover) {
    .hero__image,
    .hero__image-wrap > img,
    .testimonial__image,
    .testimonial__image-container > img,
    .image-and-text__image,
    .image-and-text > img,
    .card__image,
    .card > img,
    .our-people-card__image,
    .our-people-card > div > img {
      display: block;
      object-fit: cover; }
      .hero__image--fallback,
      .hero__image-wrap > img--fallback,
      .testimonial__image--fallback,
      .testimonial__image-container > img--fallback,
      .image-and-text__image--fallback,
      .image-and-text > img--fallback,
      .card__image--fallback,
      .card > img--fallback,
      .our-people-card__image--fallback,
      .our-people-card > div > img--fallback {
        display: none; } }

:focus {
  outline: #dc2d27;
  outline-width: 5px;
  outline-style: auto; }

#skippy {
  display: block;
  padding: 3rem;
  color: #fff;
  background-color: #dc2d27;
  outline: 0; }
  #skippy:focus, #skippy:active {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal; }
  #skippy span {
    outline-style: auto;
    outline-width: 3px;
    outline-color: white;
    display: inline-block;
    padding: 4px 10px; }

.rich-text + .specialist-facilities,
.specialist-facilities + .rich-text,
.accordion + .rich-text,
.rich-text + .accordion {
  margin-top: -8px; }
  @media (min-width: 768px) {
    .rich-text + .specialist-facilities,
    .specialist-facilities + .rich-text,
    .accordion + .rich-text,
    .rich-text + .accordion {
      margin-top: -16px; } }
  @media (min-width: 1170px) {
    .rich-text + .specialist-facilities,
    .specialist-facilities + .rich-text,
    .accordion + .rich-text,
    .rich-text + .accordion {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      margin-top: -24px; } }
  @media (min-width: 1170px) {
    .rich-text + .specialist-facilities,
    .specialist-facilities + .rich-text,
    .accordion + .rich-text,
    .rich-text + .accordion {
      margin-top: -32px; } }
  @media (min-width: 1570px) {
    .rich-text + .specialist-facilities,
    .specialist-facilities + .rich-text,
    .accordion + .rich-text,
    .rich-text + .accordion {
      margin-top: -40px; } }

.header {
  height: 95px;
  position: relative;
  z-index: 2; }
  .header__container {
    justify-content: space-between;
    align-items: center;
    display: flex;
    height: 100%; }
    @media (min-width: 1170px) {
      .header__container {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        margin-left: 30px;
        margin-right: 30px;
        width: calc(100% - 60px); } }
    @media (min-width: 1170px) {
      .header__container {
        width: 1110px;
        margin-left: auto;
        margin-right: auto; } }
  .header__left, .header__logo {
    height: 100%;
    position: relative;
    z-index: 2; }
  .header__menu-close, .header__menu-open, .header__right > i {
    background-color: #edeae5;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff; }
    .header__menu-close:hover, .header__menu-close:focus, .header__menu-close.active, .header__menu-close:active, .header__menu-open:hover, .header__menu-open:focus, .header__menu-open.active, .header__menu-open:active, .header__right > i:hover, .header__right > i:focus, .header__right > i.active, .header__right > i:active {
      background-color: #292625; }
      .header__menu-close:hover g g, .header__menu-close:hover g polygon, .header__menu-close:focus g g, .header__menu-close:focus g polygon, .header__menu-close.active g g, .header__menu-close.active g polygon, .header__menu-close:active g g, .header__menu-close:active g polygon, .header__menu-open:hover g g, .header__menu-open:hover g polygon, .header__menu-open:focus g g, .header__menu-open:focus g polygon, .header__menu-open.active g g, .header__menu-open.active g polygon, .header__menu-open:active g g, .header__menu-open:active g polygon, .header__right > i:hover g g, .header__right > i:hover g polygon, .header__right > i:focus g g, .header__right > i:focus g polygon, .header__right > i.active g g, .header__right > i.active g polygon, .header__right > i:active g g, .header__right > i:active g polygon {
        fill: #fff !important; }
  .header__right {
    margin-right: 15px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2; }
    .header__right > i {
      background-color: #dc2d27;
      font-size: 22px;
      margin-right: 10px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center; }
      .header__right > i.open {
        background-color: #000; }
  .header--mobile .search-bar__desktop {
    position: absolute;
    right: 0;
    top: 50px;
    display: none;
    padding: 8px;
    background-color: #000000; }
    .header--mobile .search-bar__desktop .form-search {
      display: flex; }
      .header--mobile .search-bar__desktop .form-search input {
        border: none; }
    .header--mobile .search-bar__desktop .btn {
      padding: 8px; }
      .header--mobile .search-bar__desktop .btn i {
        font-size: 18px; }
  .header--desktop {
    display: none; }
  @media (min-width: 1170px) {
    .header {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      background-color: #edeae5; }
      .header--secondary-nav-exists {
        height: 151px; }
      .header--mobile {
        display: none; }
      .header--desktop {
        display: block; }
      .header__container {
        height: 0; }
      .header__logo {
        height: 190px; } }
  .header .currentbranch0 a, .header .menu__item--first a.active {
    border-bottom: 2px solid #dc2d27 !important;
    color: #dc2d27 !important;
    font-weight: bold; }
  .header .currentbranch0 a, .header .currentbranch1 a, .header .currentbranch2 a {
    color: #dc2d27 !important; }

.nav ul {
  padding-left: 0;
  list-style-type: none; }

@media (max-width: 1169px) {
  /*@media (max-width: 991px) {*/
  .nav {
    display: none; }
    .nav .menu__link {
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center; }
    .nav .menu__primary > li {
      background-color: #000000; }
      .nav .menu__primary > li .menu__link-wrap {
        position: relative; }
      .nav .menu__primary > li .currentbranch0 {
        display: block;
        width: 100%;
        height: 48px; }
      .nav .menu__primary > li > .menu__link-wrap > a, .nav .menu__primary > li > .menu__link-wrap > span > a {
        display: flex;
        width: 100%;
        align-items: center;
        height: 48px; }
        .nav .menu__primary > li > .menu__link-wrap > a:hover, .nav .menu__primary > li > .menu__link-wrap > a:active, .nav .menu__primary > li > .menu__link-wrap > a:focus, .nav .menu__primary > li > .menu__link-wrap > a.active, .nav .menu__primary > li > .menu__link-wrap > span > a:hover, .nav .menu__primary > li > .menu__link-wrap > span > a:active, .nav .menu__primary > li > .menu__link-wrap > span > a:focus, .nav .menu__primary > li > .menu__link-wrap > span > a.active {
          background-color: #dc2d27; }
      .nav .menu__primary > li .menu__toggle {
        background-color: #dc2d27;
        height: 48px;
        width: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        flex: 0 0;
        flex-basis: 48px;
        transition: all 0.3s ease; }
        .nav .menu__primary > li .menu__toggle:hover, .nav .menu__primary > li .menu__toggle:focus, .nav .menu__primary > li .menu__toggle.active, .nav .menu__primary > li .menu__toggle:active {
          background-color: #000; }
        .nav .menu__primary > li .menu__toggle[data-is-open="true"]::before {
          transform: rotate(90deg); }
        .nav .menu__primary > li .menu__toggle::before {
          content: '';
          border-top: 7px solid transparent;
          border-bottom: 7px solid transparent;
          border-left: 7px solid white;
          transition: all 0.3s ease; }
      .nav .menu__primary > li a {
        padding-left: 15px;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 1.85;
        letter-spacing: 0.1px;
        font-size: 13rem;
        font-weight: 700; }
    .nav .menu__secondary, .nav .multilevel-linkul-0 {
      display: none; }
      .nav .menu__secondary > li, .nav .multilevel-linkul-0 > li {
        background-color: #edeae5;
        position: relative;
        border-bottom: 1px solid #ffffff; }
        .nav .menu__secondary > li > a:hover, .nav .menu__secondary > li > a:active, .nav .menu__secondary > li > a:focus, .nav .menu__secondary > li > a.active, .nav .menu__secondary > li > span > a:hover, .nav .menu__secondary > li > span > a:active, .nav .menu__secondary > li > span > a:focus, .nav .menu__secondary > li > span > a.active, .nav .multilevel-linkul-0 > li > a:hover, .nav .multilevel-linkul-0 > li > a:active, .nav .multilevel-linkul-0 > li > a:focus, .nav .multilevel-linkul-0 > li > a.active, .nav .multilevel-linkul-0 > li > span > a:hover, .nav .multilevel-linkul-0 > li > span > a:active, .nav .multilevel-linkul-0 > li > span > a:focus, .nav .multilevel-linkul-0 > li > span > a.active {
          background-color: #fff; }
        .nav .menu__secondary > li .menu__toggle, .nav .multilevel-linkul-0 > li .menu__toggle {
          background-color: #ffffff; }
          .nav .menu__secondary > li .menu__toggle:hover, .nav .menu__secondary > li .menu__toggle:focus, .nav .menu__secondary > li .menu__toggle.active, .nav .menu__secondary > li .menu__toggle:active, .nav .multilevel-linkul-0 > li .menu__toggle:hover, .nav .multilevel-linkul-0 > li .menu__toggle:focus, .nav .multilevel-linkul-0 > li .menu__toggle.active, .nav .multilevel-linkul-0 > li .menu__toggle:active {
            background-color: #edeae5; }
          .nav .menu__secondary > li .menu__toggle[data-is-open="true"], .nav .multilevel-linkul-0 > li .menu__toggle[data-is-open="true"] {
            border-bottom: 1px solid #edeae5; }
            .nav .menu__secondary > li .menu__toggle[data-is-open="true"]::before, .nav .multilevel-linkul-0 > li .menu__toggle[data-is-open="true"]::before {
              transform: rotate(90deg); }
          .nav .menu__secondary > li .menu__toggle::before, .nav .multilevel-linkul-0 > li .menu__toggle::before {
            content: '';
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            border-left: 7px solid black;
            transition: all 0.3s ease; }
        .nav .menu__secondary > li a, .nav .multilevel-linkul-0 > li a {
          height: 48px;
          width: 100%;
          font-size: 14rem;
          font-weight: 600;
          text-transform: none;
          line-height: 1.71;
          letter-spacing: 0.2px;
          color: #000000;
          display: flex;
          align-items: center;
          cursor: pointer; }
    .nav .menu__tertiary, .nav .multilevel-linkul-1 {
      display: none; }
      .nav .menu__tertiary > li, .nav .multilevel-linkul-1 > li {
        background-color: #ffffff;
        height: 48px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all 0.3s ease;
        cursor: pointer; }
        .nav .menu__tertiary > li a:hover, .nav .menu__tertiary > li a:focus, .nav .menu__tertiary > li a.active, .nav .menu__tertiary > li a:active, .nav .multilevel-linkul-1 > li a:hover, .nav .multilevel-linkul-1 > li a:focus, .nav .multilevel-linkul-1 > li a.active, .nav .multilevel-linkul-1 > li a:active {
          background-color: #edeae5; }
    .nav--desktop {
      display: none; } }
@media (min-width: 1170px) {
  /* @media (min-width: $screen-lg) { */
  /* @media (min-width: $screen-md) { */
  /* @media (max-width: 1170px) { */
  /* @include tablet-lg { */
  .menu__secondary, .multilevel-linkul-0 {
    display: none; }

  .nav {
    background-color: white; }
    .nav--desktop {
      display: block; }
    .nav--mobile {
      display: none !important; } }
  @media (min-width: 1170px) and (min-width: 1170px) {
    .nav__container {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      margin-left: 30px;
      margin-right: 30px;
      width: calc(100% - 60px); } }
  @media (min-width: 1170px) and (min-width: 1170px) {
    .nav__container {
      width: 1110px;
      margin-left: auto;
      margin-right: auto; } }
@media (min-width: 1170px) {
    .nav .menu__top-level {
      position: absolute;
      top: 13px;
      right: 22px;
      display: flex;
      align-items: center; }
      .nav .menu__top-level_links {
        display: flex;
        margin-right: 25px; }
        .nav .menu__top-level_links li:not(:last-of-type) {
          margin-right: 15px; }
        .nav .menu__top-level_links li {
          display: flex;
          align-items: center; }
        .nav .menu__top-level_links a {
          font-size: 11px;
          font-weight: bold;
          text-transform: uppercase;
          color: #000;
          display: inline-block; }
    .nav .menu__primary {
      display: flex;
      height: 95px;
      background-color: #ffffff;
      align-items: flex-end;
      margin-left: 120px; }
      .nav .menu__primary .menu__item--first a {
        font-weight: bold; }
      .nav .menu__primary > .menu__item > .menu__link-wrap > svg {
        display: none; }
      .nav .menu__primary .menu__item.active > .menu__link-wrap > .menu__link {
        color: #dc2d27; }
      .nav .menu__primary .menu__item.active .menu__secondary, .nav .menu__primary .menu__item.active .multilevel-linkul-0 {
        display: block; }
      .nav .menu__primary .currentbranch0 + .multilevel-linkul-0 {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0; }
      .nav .menu__primary > li:not(:last-of-type) {
        margin-right: 25px; }
      .nav .menu__primary > li > .menu__link-wrap > a, .nav .menu__primary > li > .menu__link-wrap > span > a {
        display: inline-block;
        padding-bottom: 15px;
        border-bottom: 2px solid #fff; }
      .nav .menu__primary > li a {
        font-size: 13rem;
        line-height: 1.85;
        letter-spacing: 0.1px;
        color: #000000;
        transition: all 0.3s ease; }
        .nav .menu__primary > li a:hover, .nav .menu__primary > li a:focus, .nav .menu__primary > li a.active, .nav .menu__primary > li a:active {
          color: #dc2d27; }
    .nav .menu__secondary, .nav .multilevel-linkul-0 {
      height: 56px;
      background-color: #edeae5;
      width: 100%;
      position: absolute;
      left: 0;
      top: 95px;
      align-items: center;
      padding-left: 15px;
      padding-right: 15px; } }
    @media (min-width: 1170px) and (min-width: 1170px) {
      .nav .menu__secondary, .nav .multilevel-linkul-0 {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        padding-left: 30px;
        padding-right: 30px;
        width: 100%; } }
    @media (min-width: 1170px) and (min-width: 1170px) {
      .nav .menu__secondary, .nav .multilevel-linkul-0 {
        padding-left: 0;
        padding-right: 0;
        width: 1110px;
        margin-left: auto;
        margin-right: auto; } }
@media (min-width: 1170px) {
      .nav .menu__secondary > li, .nav .multilevel-linkul-0 > li {
        position: relative;
        z-index: 1; }
        .nav .menu__secondary > li.open a::before, .nav .multilevel-linkul-0 > li.open a::before {
          opacity: 1; }
        .nav .menu__secondary > li > a::before, .nav .menu__secondary > li > span > a::before, .nav .multilevel-linkul-0 > li > a::before, .nav .multilevel-linkul-0 > li > span > a::before {
          position: absolute;
          bottom: -9px;
          display: block;
          opacity: 0;
          left: 50%;
          height: 0;
          width: 0;
          margin-left: -8px;
          content: '';
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-bottom: 8px solid white;
          transition: 0.3s opacity ease; }
        .nav .menu__secondary > li:not(:last-of-type), .nav .multilevel-linkul-0 > li:not(:last-of-type) {
          margin-right: 24px; }
        .nav .menu__secondary > li a, .nav .multilevel-linkul-0 > li a {
          font-size: 14rem;
          font-weight: 600;
          line-height: 1.71;
          letter-spacing: 0.2px;
          color: #000000;
          text-transform: none; }
          .nav .menu__secondary > li a:hover, .nav .menu__secondary > li a:focus, .nav .menu__secondary > li a.active, .nav .menu__secondary > li a:active, .nav .multilevel-linkul-0 > li a:hover, .nav .multilevel-linkul-0 > li a:focus, .nav .multilevel-linkul-0 > li a.active, .nav .multilevel-linkul-0 > li a:active {
            color: #dc2d27; }
      .nav .menu__secondary > li:first-of-type, .nav .multilevel-linkul-0 > li:first-of-type {
        margin-left: 120px; }
    .nav .nav__container .menu__tertiary, .nav .multilevel-linkul-1 {
      display: none;
      position: absolute;
      padding-top: 8px;
      left: -16px; }
      .nav .nav__container .menu__tertiary > li, .nav .multilevel-linkul-1 > li {
        background-color: #ffffff;
        padding: 0px 50px 0px 16px; }
        .nav .nav__container .menu__tertiary > li:first-of-type, .nav .multilevel-linkul-1 > li:first-of-type {
          padding-top: 16px; }
        .nav .nav__container .menu__tertiary > li:last-of-type, .nav .multilevel-linkul-1 > li:last-of-type {
          padding-bottom: 16px; }
        .nav .nav__container .menu__tertiary > li > a, .nav .nav__container .menu__tertiary > li > span > a, .nav .multilevel-linkul-1 > li > a, .nav .multilevel-linkul-1 > li > span > a {
          line-height: 2.29;
          transition: all 0.3s ease;
          white-space: nowrap; }
          .nav .nav__container .menu__tertiary > li > a:hover, .nav .nav__container .menu__tertiary > li > a:focus, .nav .nav__container .menu__tertiary > li > a.active, .nav .nav__container .menu__tertiary > li > a:active, .nav .nav__container .menu__tertiary > li > span > a:hover, .nav .nav__container .menu__tertiary > li > span > a:focus, .nav .nav__container .menu__tertiary > li > span > a.active, .nav .nav__container .menu__tertiary > li > span > a:active, .nav .multilevel-linkul-1 > li > a:hover, .nav .multilevel-linkul-1 > li > a:focus, .nav .multilevel-linkul-1 > li > a.active, .nav .multilevel-linkul-1 > li > a:active, .nav .multilevel-linkul-1 > li > span > a:hover, .nav .multilevel-linkul-1 > li > span > a:focus, .nav .multilevel-linkul-1 > li > span > a.active, .nav .multilevel-linkul-1 > li > span > a:active {
            color: #dc2d27; }
          .nav .nav__container .menu__tertiary > li > a::before, .nav .nav__container .menu__tertiary > li > span > a::before, .nav .multilevel-linkul-1 > li > a::before, .nav .multilevel-linkul-1 > li > span > a::before {
            display: none !important; } }
@media (min-width: 1170px) {
  .nav .multilevel-linkul-0 {
    width: 1110px !important; }
  .nav .menu__primary {
    margin-left: 127px; }
    .nav .menu__primary > li:not(:last-of-type) {
      margin-right: 32px; }
  .nav .menu__secondary > li:first-of-type, .nav .multilevel-linkul-0 > li:first-of-type {
    margin-left: 127px; } }
.search-bar .visually-hidden {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
.search-bar .form-search .btn-group, .search-bar .form-search label {
  display: inline-block; }
.search-bar label {
  font-size: 1rem; }
.search-bar .ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }
.search-bar .form-search input, .search-bar .form-search select, .search-bar .form-search textarea {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }
.search-bar .banner .search-bar__form .btn, .search-bar .banner .search-bar__form .btn--promo {
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem; }
.search-bar .btn {
  display: inline-block;
  padding: 8px 10px;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  background-color: #474442;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-transform: none; }
.search-bar .fa {
  font-size: 19px; }
.search-bar .btn--primary {
  background-color: #DC2D27;
  color: #ffffff !important; }
.search-bar__form .input-medium {
  background-color: #F7F6F3;
  border-top: 1px solid #6a6664;
  border-left: 1px solid #6a6664;
  border-bottom: 1px solid #6a6664;
  font-size: 14px; }
.search-bar__desktop .input-medium {
  width: 200px;
  border-right: none;
  float: left;
  padding: 8px 10px 8px 10px; }
.search-bar__form {
  background-color: transparent;
  width: auto;
  overflow: hidden; }

.ui-autocomplete {
  position: absolute;
  cursor: default;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  border: solid 1px #bbbbbb;
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #444444;
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left; }
  .ui-autocomplete .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    width: 100%;
    background: none; }
    .ui-autocomplete .ui-menu-item .ui-state-active, .ui-autocomplete .ui-menu-item .ui-state-focus {
      background: #edeae5; }
    .ui-autocomplete .ui-menu-item a {
      text-decoration: none;
      display: block;
      padding: 6px 15px;
      line-height: 1.5;
      zoom: 1;
      background-color: #ffffff;
      color: #292625;
      border: none;
      margin: 0 !important;
      cursor: pointer; }

.footer {
  background-color: #292625;
  padding-top: 32px;
  padding-bottom: 32px; }
  .footer__container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    @media (min-width: 1170px) {
      .footer__container {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1170px) {
      .footer__container {
        padding-left: 5%;
        padding-right: 5%; } }
    @media (min-width: 1570px) {
      .footer__container {
        padding-left: 7.5%;
        padding-right: 7.5%; } }
  .footer ul {
    padding-left: 0;
    list-style-type: none; }
  .footer__left {
    text-align: center; }
    .footer__left li {
      margin-bottom: 24px; }
      .footer__left li a {
        font-size: 13rem;
        font-weight: bold;
        line-height: 1.85;
        letter-spacing: 0.1px;
        color: #ffffff;
        text-transform: uppercase; }
        .footer__left li a:hover, .footer__left li a:focus, .footer__left li a.active, .footer__left li a:active {
          color: #dc2d27; }
  .footer__right {
    display: flex;
    justify-content: center;
    padding: 8px 0 24px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .footer__right a {
      line-height: 0;
      transition: all 0.3s ease; }
      .footer__right a:hover, .footer__right a:focus, .footer__right a.active, .footer__right a:active {
        background-color: #dc2d27; }
  .footer__bottom a, .footer__bottom div {
    font-size: 10rem;
    font-weight: 600;
    line-height: 1.6;
    color: #ffffff; }
  .footer__bottom a:hover, .footer__bottom a:focus, .footer__bottom a.active, .footer__bottom a:active {
    color: #dc2d27; }

.footer-menu__text {
  opacity: 0.8;
  text-align: center; }
  .footer-menu__text div {
    display: inline-block;
    margin: 0 8px 16px 8px;
    font-weight: 400; }
.footer-menu__secondary {
  display: flex;
  justify-content: center;
  margin-bottom: 16px; }
  .footer-menu__secondary li:not(:last-of-type) {
    margin-right: 16px; }

@media (min-width: 1170px) {
  /* @media (min-width: $screen-lg) { */
  /* @media (min-width: $screen-md) { */
  .footer {
    padding-top: 20px;
    padding-bottom: 24px; }
    .footer__top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
      padding-bottom: 20px;
      margin-bottom: 20px; }
    .footer__right {
      padding: 0;
      margin: 0;
      border-bottom: none; }
      .footer__right img {
        height: 40px;
        width: 40px; }
    .footer__bottom {
      display: flex;
      align-items: center; }
      .footer__bottom .footer-menu__item {
        margin-left: 0 !important;
        margin-right: 16px !important;
        display: flex;
        align-items: center; }

  .footer-menu__primary {
    display: flex; }
    .footer-menu__primary li {
      margin-bottom: 0; }
      .footer-menu__primary li:not(:last-of-type) {
        margin-right: 16px; }
      .footer-menu__primary li a {
        font-size: 11rem; }
  .footer-menu__secondary {
    display: flex;
    margin-bottom: 0; }
  .footer-menu__text {
    display: flex; }
    .footer-menu__text .footer-menu__item {
      margin-bottom: 0;
      display: flex;
      align-items: center; } }
@media (min-width: 1170px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 24px; }
    .footer__top {
      padding-bottom: 20px;
      margin-bottom: 24px; }
    .footer__right img {
      height: 48px;
      width: 48px; }
    .footer__bottom .footer-menu__item {
      margin-right: 24px !important; }

  .footer-menu__primary li:not(:last-of-type) {
    margin-right: 24px; }
  .footer-menu__primary li a {
    font-size: 13rem; } }
.button {
  font-size: 14rem;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  width: 290px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #dc2d27;
  line-height: 0;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease; }
  .button:hover, .button:focus, .button.active, .button:active {
    background-color: #000;
    color: #fff; }
  @media (min-width: 768px) {
    .button {
      height: 40px;
      width: 138px; } }
  @media (min-width: 1170px) {
    .button {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      height: 48px;
      width: 146px; } }
  .button--black {
    background-color: black; }
    .button--black:hover, .button--black:focus, .button--black.active, .button--black:active {
      background-color: #dc2d27; }
  .button img {
    display: none; }

a.button:empty,
button.button:empty {
  display: none; }

.link-with-arrow {
  display: flex;
  align-items: center;
  font-size: 14rem;
  font-weight: bold;
  line-height: 1.14;
  color: #000000; }
  .link-with-arrow:hover, .link-with-arrow:focus, .link-with-arrow.active, .link-with-arrow:active {
    color: #dc2d27; }
  .link-with-arrow span, .link-with-arrow h2, .link-with-arrow h3, .link-with-arrow h4, .link-with-arrow div {
    display: flex;
    align-items: center;
    font-size: 14rem;
    font-weight: bold;
    line-height: 1.14;
    color: #000000;
    transition: all 0.3s ease; }
    .link-with-arrow span:hover, .link-with-arrow span:focus, .link-with-arrow span.active, .link-with-arrow span:active, .link-with-arrow h2:hover, .link-with-arrow h2:focus, .link-with-arrow h2.active, .link-with-arrow h2:active, .link-with-arrow h3:hover, .link-with-arrow h3:focus, .link-with-arrow h3.active, .link-with-arrow h3:active, .link-with-arrow h4:hover, .link-with-arrow h4:focus, .link-with-arrow h4.active, .link-with-arrow h4:active, .link-with-arrow div:hover, .link-with-arrow div:focus, .link-with-arrow div.active, .link-with-arrow div:active {
      color: #dc2d27; }

.form-group-control {
  margin-bottom: 16px; }
  .form-group-control label {
    font-size: 14rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
    display: block; }
    .form-group-control label span {
      font-size: 12rem;
      line-height: 1.33; }
  .form-group-control input, .form-group-control textarea {
    height: 38px;
    font-size: 14rem;
    line-height: 1.71;
    color: #717067;
    padding-left: 12px;
    width: 100%;
    display: block;
    border: none;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }
    .form-group-control input::-webkit-input-placeholder, .form-group-control textarea::-webkit-input-placeholder {
      color: #717067; }
    .form-group-control input:-moz-placeholder, .form-group-control textarea:-moz-placeholder {
      color: #717067; }
    .form-group-control input::-moz-placeholder, .form-group-control textarea::-moz-placeholder {
      color: #717067; }
    .form-group-control input:-ms-input-placeholder, .form-group-control textarea:-ms-input-placeholder {
      color: #717067; }
  .form-group-control.light label {
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
    color: #000; }
    .form-group-control.light label span {
      letter-spacing: 0;
      color: #585858;
      position: relative;
      left: 3px; }
  .form-group-control.light input, .form-group-control.light textarea {
    height: 42px;
    background-color: #f7f6f3;
    padding-left: 10px;
    border: 2px solid #f7f6f3;
    border-bottom: 2px solid #edeae5; }
    .form-group-control.light input:focus, .form-group-control.light input:active, .form-group-control.light textarea:focus, .form-group-control.light textarea:active {
      background-color: #fff; }
  .form-group-control.light textarea {
    height: 233px;
    padding-top: 6px; }

@media (min-width: 1170px) {
  /* @media (min-width: $screen-lg) { */
  /* @media (min-width: $screen-md) { */
  .form-group-control {
    margin-bottom: 24px;
    flex: 1 0; } }
.hero {
  position: relative; }
  .hero__slider-container {
    width: 100%;
    position: relative; }
  .hero__heading {
    font-size: 18rem;
    font-weight: 800;
    line-height: 1.33;
    color: #ffffff; }
    @media (min-width: 768px) {
      .hero__heading {
        font-size: 27rem;
        line-height: 1.22; } }
    @media (min-width: 1170px) {
      .hero__heading {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        font-size: 36rem;
        line-height: 1.11; } }
  .hero__image-wrap > img, .hero__image {
    width: 100%;
    height: 216px; }
  .hero__text-content {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #282828;
    background-image: url("../media/patterns/pattern-dark-tile@2x.png"); }
  .hero__text-container {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 1170px) {
      .hero__text-container {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        padding-left: 0;
        padding-right: 0;
        width: 920px;
        margin-left: auto;
        margin-right: auto; } }
    .hero__text-container .hero__heading {
      margin-bottom: 0; }
    .hero__text-container p {
      color: #ffffff;
      max-width: 540px;
      margin-top: 8px; }
  .hero--desktop {
    display: none; }
  .hero--two {
    background-color: #000; }
    .hero--two .hero__image-wrap {
      position: relative; }
      .hero--two .hero__image-wrap::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000;
        width: 100%;
        height: 100%;
        opacity: 0.2; }

@media (min-width: 1170px) {
  .no-secondary-nav .hero__text-container {
    /* @media (min-width: $screen-lg) { */
    /* @media (min-width: $screen-md) { */
    width: 857px; } }

.slider-controls {
  display: flex; }
  .slider-controls__container {
    position: absolute;
    left: 0;
    right: 0;
    top: 181px; }
  .slider-controls__current-slide {
    font-size: 15rem;
    font-weight: 600;
    line-height: 1.6;
    color: #ffffff;
    background-color: rgba(41, 38, 37, 0.9);
    height: 40px;
    width: 69px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .slider-controls button {
    border: none;
    padding: 0;
    display: block;
    background-color: transparent;
    height: 40px;
    width: 40px; }
    .slider-controls button:hover img, .slider-controls button:focus img, .slider-controls button.active img, .slider-controls button:active img {
      background-color: rgba(0, 0, 0, 0.9); }
  .slider-controls img {
    height: 40px;
    width: 40px;
    padding: 8px;
    background-color: rgba(220, 45, 39, 0.9);
    cursor: pointer;
    transition: all 0.3s ease; }
    .slider-controls img:hover, .slider-controls img:focus, .slider-controls img.active, .slider-controls img:active {
      background-color: rgba(0, 0, 0, 0.9); }
  .slider-controls--breadcrumbs {
    height: 40px; }
    .slider-controls--breadcrumbs svg {
      transform: rotate(90deg);
      height: 12px;
      width: 12px;
      margin-right: 4px; }
    .slider-controls--breadcrumbs div {
      display: flex;
      align-items: center;
      padding-left: 12px;
      padding-right: 16px;
      background-color: rgba(41, 38, 37, 0.9);
      transition: all 0.3s ease; }
      .slider-controls--breadcrumbs div:hover, .slider-controls--breadcrumbs div:focus, .slider-controls--breadcrumbs div.active, .slider-controls--breadcrumbs div:active {
        background-color: rgba(220, 45, 39, 0.9); }
        .slider-controls--breadcrumbs div:hover polygon, .slider-controls--breadcrumbs div:focus polygon, .slider-controls--breadcrumbs div.active polygon, .slider-controls--breadcrumbs div:active polygon {
          fill: #fff !important; }
      .slider-controls--breadcrumbs div a {
        font-size: 14rem;
        font-weight: bold;
        line-height: 1;
        color: #ffffff; }
        .slider-controls--breadcrumbs div a:last-of-type {
          display: none; }

@media (min-width: 768px) {
  .hero p {
    max-width: 680px; } }
@media (min-width: 1170px) {
  /* @media (min-width: $screen-lg) { */
  /* @media (min-width: $screen-md) { */ }
@media (min-width: 1170px) and (max-width: 1200px) {
  .no-secondary-nav .hero__text-container {
    margin-left: 0;
    margin-right: 0; }
    .no-secondary-nav .hero__text-container_left {
      margin-left: 120px;
      max-width: 520px; } }
@media (min-width: 1170px) {
  .hero {
    background-image: none; }
    .hero__image-wrap > img, .hero__image {
      height: 425px; }
    .hero__text-container {
      display: flex;
      align-items: flex-end; }
      .hero__text-container .button {
        margin-bottom: 4px; }
    .hero__text-content {
      position: relative;
      bottom: 84px;
      padding-top: 28px;
      padding-bottom: 28px;
      margin-bottom: -84px; } }
    @media (min-width: 1170px) and (min-width: 1170px) {
      .hero__text-content {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        margin-left: 30px;
        margin-right: 30px;
        width: calc(100% - 60px); } }
    @media (min-width: 1170px) and (min-width: 1170px) {
      .hero__text-content {
        width: 1110px;
        margin-left: auto;
        margin-right: auto; } }
@media (min-width: 1170px) {
      .hero__text-content p {
        max-width: 830px;
        margin-right: 112px;
        margin-top: 16px; }
    .hero--desktop {
      display: block; }
    .hero--two .hero__image-wrap::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background-color: transparent;
      opacity: 1; }
    .hero--two .hero__slider-container {
      height: 271px; }
    .hero--two .hero__slider {
      height: 271px; }
    .hero--two .hero__image-wrap > img, .hero--two .hero__image {
      height: 271px;
      width: auto;
      max-width: 600px;
      margin-left: auto; }
    .hero--two .hero__text-content {
      background: transparent;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: flex;
      align-items: center; }
      .hero--two .hero__text-content p {
        max-width: 586px; }

  .slider-controls {
    left: 30px;
    position: relative; }
    .slider-controls__container {
      top: 293px; }
    .slider-controls__current-slide {
      height: 48px;
      width: 96px; }
    .slider-controls button {
      height: 48px;
      width: 48px; }
    .slider-controls img {
      height: 48px;
      width: 48px;
      padding: 12px; }
    .slider-controls--breadcrumbs {
      display: none; } }
@media (min-width: 1170px) {
  .slider-controls {
    left: 0; } }
  @media (min-width: 1170px) and (min-width: 1170px) {
    .slider-controls__container {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      margin-left: 30px;
      margin-right: 30px;
      width: calc(100% - 60px); } }
  @media (min-width: 1170px) and (min-width: 1170px) {
    .slider-controls__container {
      width: 1110px;
      margin-left: auto;
      margin-right: auto; } }

[data-autoplay="on"] .slider-controls__play {
  display: none; }

[data-autoplay="off"] .slider-controls__play {
  display: block; }
[data-autoplay="off"] .slider-controls__pause {
  display: none; }

.slider-controls__arrows {
  display: none; }

.slider-controls__breadcrumbs {
  display: none; }

.testimonial {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .testimonial {
      margin-top: 48px;
      margin-bottom: 48px; } }
  @media (min-width: 1170px) {
    .testimonial {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      margin-top: 56px;
      margin-bottom: 56px; } }
  @media (min-width: 1170px) {
    .testimonial {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media (min-width: 1570px) {
    .testimonial {
      margin-top: 80px;
      margin-bottom: 80px; } }
  @media (min-width: 1170px) {
    .testimonial {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      padding-left: 0;
      padding-right: 0;
      width: 920px;
      margin-left: auto;
      margin-right: auto; } }
  .testimonial__image-container {
    position: relative;
    line-height: 0;
    margin-bottom: 40px; }
  .testimonial__image, .testimonial__image-container > img {
    width: calc(100% - 15px);
    height: calc(100vw - 45px);
    position: relative;
    z-index: 1; }
  .testimonial__image-background {
    width: calc(100% - 15px);
    height: 100%;
    position: absolute;
    background-color: #edeae5;
    top: 15px;
    left: 15px; }
  .testimonial__quotation-marks {
    margin-bottom: 16px;
    display: block; }
  .testimonial__quote {
    font-size: 15rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.6;
    letter-spacing: 0.2px;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .testimonial__quote {
        font-size: 18rem;
        letter-spacing: 0.3px; } }
    @media (min-width: 1170px) {
      .testimonial__quote {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        font-size: 20rem; } }
  .testimonial hr {
    width: 48px;
    height: 3px;
    background-color: #dc2d27;
    margin: 0 auto 24px 0;
    border: none; }
  .testimonial__name {
    font-size: 15rem;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
    font-style: normal;
    display: block; }
    @media (min-width: 768px) {
      .testimonial__name {
        font-size: 18rem;
        line-height: 1.33; } }
  .testimonial__position {
    max-width: 290px;
    margin-left: 0;
    display: inline-block; }
  .testimonial--with-borders {
    margin-top: 32px;
    margin-bottom: 32px; }
    .testimonial--with-borders .testimonial__container {
      padding-top: 32px;
      padding-bottom: 32px;
      border-top: 2px solid #edeae5;
      border-bottom: 2px solid #edeae5; }

@media (min-width: 768px) {
  .testimonial__container {
    display: flex; }
  .testimonial__quote {
    align-self: stretch; }
  .testimonial__image-container {
    flex: 0 0;
    flex-basis: 270px;
    margin-right: 30px;
    margin-bottom: 0;
    height: 270px; }
  .testimonial__image, .testimonial__image-container > img {
    height: calc(100% - 15px); }
  .testimonial__image-background {
    height: calc(100% - 15px); }
  .testimonial__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%; }
  .testimonial__name {
    margin-bottom: 3px; }
  .testimonial__position {
    max-width: none; }
  .testimonial--right .testimonial__image-container {
    margin-right: 0;
    margin-left: 48px;
    order: 1; }
  .testimonial--with-borders {
    margin-top: 56px;
    margin-bottom: 56px; }
    .testimonial--with-borders .testimonial__container {
      padding-top: 56px;
      padding-bottom: 56px;
      border-top: 2px solid #edeae5;
      border-bottom: 2px solid #edeae5; } }
@media (min-width: 1170px) {
  /* @media (min-width: $screen-lg) { */
  /* @media (min-width: $screen-md) { */
  .testimonial__image-container {
    margin-right: 54px; } }
@media (min-width: 1170px) {
  .no-secondary-nav .testimonial {
    /* @media (min-width: $screen-lg) { */
    /* @media (min-width: $screen-md) { */
    width: 857px; } }

.image-and-text-block {
  background-color: #efefef;
  background-image: url("../media/patterns/pattern-sand-tile@2x.png");
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .image-and-text-block {
      padding-top: 48px;
      padding-bottom: 48px; } }
  @media (min-width: 1170px) {
    .image-and-text-block {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      padding-top: 56px;
      padding-bottom: 56px; } }
  @media (min-width: 1170px) {
    .image-and-text-block {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media (min-width: 1570px) {
    .image-and-text-block {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1170px) {
    .image-and-text-block__container {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      margin-left: 30px;
      margin-right: 30px;
      width: calc(100% - 60px); } }
  @media (min-width: 1170px) {
    .image-and-text-block__container {
      width: 1110px;
      margin-left: auto;
      margin-right: auto; } }

.image-and-text {
  padding-bottom: 24px;
  background-color: #fff;
  display: block; }
  .image-and-text:not(:last-of-type) {
    margin-bottom: 8px; }
  .image-and-text__text-wrap {
    padding-left: 15px;
    padding-right: 15px; }
  .image-and-text__image, .image-and-text > img {
    height: 200px;
    width: 100%;
    margin-bottom: 24px; }
  .image-and-text__heading {
    margin-bottom: 8px;
    width: 100%;
    font-size: 18rem;
    font-weight: 800;
    line-height: 1.33;
    color: #000;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .image-and-text__heading {
        font-size: 23rem;
        line-height: 1.23; } }
    @media (min-width: 1170px) {
      .image-and-text__heading {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        font-size: 28rem;
        line-height: 1.14;
        margin-bottom: 16px; } }
  .image-and-text__text {
    margin-bottom: 16px;
    width: 100%;
    color: #585858;
    font-size: 13rem;
    line-height: 1.54;
    font-weight: 400; }
  .image-and-text .button {
    margin-left: 0;
    margin-right: auto;
    width: 100%; }
  .image-and-text:hover .image-and-text__heading {
    color: #dc2d27; }
  .image-and-text:hover .button {
    background-color: #000; }

@media (min-width: 768px) {
  .image-and-text {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0; }
    .image-and-text--left .image-and-text__text-wrap {
      padding-left: 24px;
      padding-right: 24px;
      order: 1; }
    .image-and-text--right .image-and-text__text-wrap {
      order: -1; }
    .image-and-text--right .image-and-text__text-wrap {
      padding-left: 24px;
      padding-right: 24px;
      margin-left: auto;
      margin-right: auto; }
    .image-and-text .button {
      width: 138px; }
    .image-and-text__image, .image-and-text > img {
      height: 280px;
      margin-bottom: 0;
      max-width: 48%; }
    .image-and-text__heading {
      margin-bottom: 16px;
      width: 360px; }
    .image-and-text__text {
      margin-bottom: 16px;
      width: 360px; } }
@media (min-width: 1170px) {
  /* @media (min-width: $screen-lg) { */
  /* @media (min-width: $screen-md) { */
  .image-and-text {
    height: 300px; }
    .image-and-text--left .image-and-text__text-wrap {
      padding-left: 40px;
      padding-right: 24px; }
    .image-and-text--right .image-and-text__text-wrap {
      padding-left: 32px;
      padding-right: 48px; }
    .image-and-text .button {
      width: 146px; }
    .image-and-text__image, .image-and-text > img {
      height: 300px; }
    .image-and-text__heading {
      width: 380px; }
    .image-and-text__text {
      margin-bottom: 24px;
      width: 380px;
      font-size: 15rem;
      line-height: 1.6; } }
@media (min-width: 1170px) {
  .image-and-text--left .image-and-text__text-wrap {
    padding-left: 64px;
    padding-right: 48px; }
  .image-and-text--right .image-and-text__text-wrap {
    padding-left: 48px;
    padding-right: 48px; }
  .image-and-text__image, .image-and-text > img {
    max-width: 54%; } }
.subscribe-banner {
  background-color: #dc2d27;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .subscribe-banner {
      padding-top: 48px;
      padding-bottom: 48px; } }
  @media (min-width: 1170px) {
    .subscribe-banner {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      padding-top: 56px;
      padding-bottom: 56px; } }
  @media (min-width: 1170px) {
    .subscribe-banner {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media (min-width: 1570px) {
    .subscribe-banner {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .subscribe-banner__container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    @media (min-width: 1170px) {
      .subscribe-banner__container {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1170px) {
      .subscribe-banner__container {
        padding-left: 5%;
        padding-right: 5%; } }
    @media (min-width: 1570px) {
      .subscribe-banner__container {
        padding-left: 7.5%;
        padding-right: 7.5%; } }
  .subscribe-banner__heading {
    font-size: 18rem;
    font-weight: 800;
    line-height: 1.33;
    color: #000;
    margin-bottom: 8px;
    color: #fff;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .subscribe-banner__heading {
        font-size: 23rem;
        line-height: 1.23; } }
    @media (min-width: 1170px) {
      .subscribe-banner__heading {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        font-size: 28rem;
        line-height: 1.14;
        margin-bottom: 16px; } }
  .subscribe-banner p {
    color: #fff;
    margin-bottom: 24px;
    max-width: 540px; }
  .subscribe-banner .button {
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    .subscribe-banner .button:hover, .subscribe-banner .button:focus, .subscribe-banner .button.active, .subscribe-banner .button:active {
      color: #dc2d27;
      background-color: #fff; }
  .subscribe-banner :focus {
    outline-color: #000; }

@media (min-width: 768px) {
  .subscribe-banner__container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .subscribe-banner__bottom {
    flex: 0 0;
    margin-left: 30px;
    flex-basis: calc(50% - 10px); }
  .subscribe-banner .button {
    width: 100%; }
  .subscribe-banner p {
    margin-bottom: 0;
    max-width: 406px; }

  .subscribe-form__group-wrapper {
    display: flex; }
  .subscribe-form__group {
    width: 100%; }
    .subscribe-form__group:first-of-type {
      margin-right: 16px; } }
@media (min-width: 1170px) {
  /* @media (min-width: $screen-lg) { */
  /* @media (min-width: $screen-md) { */
  .subscribe-banner__bottom {
    flex-basis: calc(50% - 15px); }
  .subscribe-banner p {
    max-width: 540px; }

  .subscribe-form__group:first-of-type {
    margin-right: 16px; } }
@media (min-width: 1170px) {
  .subscribe-banner p {
    max-width: 700px; } }
.contact-banner {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .contact-banner {
      padding-top: 48px;
      padding-bottom: 48px; } }
  @media (min-width: 1170px) {
    .contact-banner {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      padding-top: 56px;
      padding-bottom: 56px; } }
  @media (min-width: 1170px) {
    .contact-banner {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media (min-width: 1570px) {
    .contact-banner {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .contact-banner__container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    @media (min-width: 1170px) {
      .contact-banner__container {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 1170px) {
      .contact-banner__container {
        padding-left: 5%;
        padding-right: 5%; } }
    @media (min-width: 1570px) {
      .contact-banner__container {
        padding-left: 7.5%;
        padding-right: 7.5%; } }
  .contact-banner__heading {
    font-size: 18rem;
    font-weight: 800;
    line-height: 1.33;
    color: #000;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .contact-banner__heading {
        font-size: 23rem;
        line-height: 1.23; } }
    @media (min-width: 1170px) {
      .contact-banner__heading {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        font-size: 28rem;
        line-height: 1.14;
        margin-bottom: 16px; } }
  .contact-banner p {
    margin-bottom: 16px;
    max-width: 690px; }
  .contact-banner .button {
    width: 100%;
    margin-bottom: 16px; }
  .contact-banner__email-us, .contact-banner__call-us {
    font-weight: 700;
    margin-bottom: 24px; }
    .contact-banner__email-us a, .contact-banner__call-us a {
      font-weight: 400; }
  .contact-banner__email-us {
    transition: all 0.3s ease; }
    .contact-banner__email-us a:hover, .contact-banner__email-us a:focus, .contact-banner__email-us a.active, .contact-banner__email-us a:active {
      color: #585858; }
  .contact-banner--desktop {
    display: none; }

@media (min-width: 768px) {
  .contact-banner .button {
    margin-bottom: 0; }
  .contact-banner p {
    max-width: 598px; }
  .contact-banner__top {
    display: flex;
    justify-content: space-between; }
    .contact-banner__top > div {
      flex: 0 0;
      flex-basis: calc(50% - 10px); }
  .contact-banner__call-us {
    margin-bottom: 0; }
    .contact-banner__call-us a {
      color: #585858;
      transition: all 0.3s ease; }
      .contact-banner__call-us a:hover, .contact-banner__call-us a:focus, .contact-banner__call-us a.active, .contact-banner__call-us a:active {
        color: #dc2d27; }
  .contact-banner__form {
    margin-top: 32px;
    display: flex;
    justify-content: space-between; }
    .contact-banner__form > div {
      flex: 0 0;
      flex-basis: calc(50% - 10px); }
  .contact-banner .contact-form__group-wrapper {
    display: flex;
    justify-content: space-between; }
    .contact-banner .contact-form__group-wrapper > div {
      flex: 0 0;
      flex-basis: calc(50% - 10px); }
  .contact-banner--mobile {
    display: none; }
  .contact-banner--desktop {
    display: block; }
  .contact-banner .form-group-control label {
    font-size: 12rem; } }
@media (min-width: 1170px) {
  /* @media (min-width: $screen-lg) { */
  /* @media (min-width: $screen-md) { */
  .contact-banner__top > div {
    flex-basis: calc(50% - 15px); }
  .contact-banner__form {
    margin-top: 40px; }
    .contact-banner__form > div {
      flex-basis: calc(50% - 15px); }
  .contact-banner .contact-form__group-wrapper > div {
    flex-basis: calc(50% - 15px); }
  .contact-banner .form-group-control label {
    font-size: 14rem; } }
@media (min-width: 1170px) {
  .contact-banner p {
    max-width: 700px; } }
#contactHowDidYouHearAboutUs-button {
  width: 100%;
  height: 42px;
  background-color: #f7f6f3;
  padding-top: 8px;
  font-size: 14rem;
  line-height: 1.71;
  color: #717067;
  border: 2px solid #f7f6f3;
  border-bottom: 2px solid #edeae5;
  padding-left: 10px;
  border-radius: 0; }
  #contactHowDidYouHearAboutUs-button.ui-state-hover, #contactHowDidYouHearAboutUs-button.ui-widget-content #contactHowDidYouHearAboutUs-button.ui-state-hover, #contactHowDidYouHearAboutUs-button.ui-widget-header #contactHowDidYouHearAboutUs-button.ui-state-hover, #contactHowDidYouHearAboutUs-button.ui-state-focus, #contactHowDidYouHearAboutUs-button.ui-widget-content #contactHowDidYouHearAboutUs-button.ui-state-focus, #contactHowDidYouHearAboutUs-button.ui-widget-header #contactHowDidYouHearAboutUs-button.ui-state-focus, #contactHowDidYouHearAboutUs-button.ui-button:hover, #contactHowDidYouHearAboutUs-button.ui-button:focus {
    background-color: #fff; }

.ui-button .ui-icon-triangle-1-s {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
  text-indent: 0;
  position: relative;
  top: 3px;
  transition: all 0.3s ease;
  left: 5px;
  width: 16px;
  height: 16px; }
  .ui-button .ui-icon-triangle-1-s::after {
    content: "´ü©"; }

.ui-button.ui-selectmenu-button-open .ui-icon-triangle-1-s {
  transform: rotate(-180deg); }

ul.ui-widget.ui-menu {
  border: 1px solid #edeae5;
  border-radius: 0;
  border-top: none; }
  ul.ui-widget.ui-menu .ui-state-disabled {
    display: none; }

.ui-menu .ui-menu-item-wrapper {
  padding: 8px 12px;
  font-size: 14rem;
  line-height: 1.71;
  color: #717067; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background-color: #edeae5;
  border: 1px solid #fff; }

.breadcrumbs {
  margin-top: 18px;
  margin-bottom: 56px;
  display: none;
  color: #585858;
  font-size: 13rem; }
  .breadcrumbs__container {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 1170px) {
      .breadcrumbs__container {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        padding-left: 0;
        padding-right: 0;
        width: 920px;
        margin-left: auto;
        margin-right: auto; } }
  .breadcrumbs a {
    color: #585858;
    font-size: 13rem; }
    .breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a.active, .breadcrumbs a:active {
      color: #dc2d27; }
  .breadcrumbs img {
    margin-left: 5px;
    margin-right: 5px; }

@media (min-width: 1170px) {
  /* @media (min-width: $screen-lg) { */
  /* @media (min-width: $screen-md) { */
  .breadcrumbs {
    display: block; } }
@media (min-width: 1170px) {
  .breadcrumbs {
    margin-bottom: 64px; } }
@media (min-width: 1170px) {
  .no-secondary-nav .breadcrumbs__container {
    /* @media (min-width: $screen-lg) { */
    /* @media (min-width: $screen-md) { */
    width: 857px; } }

.lead-module {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .lead-module {
      margin-top: 48px;
      margin-bottom: 48px; } }
  @media (min-width: 1170px) {
    .lead-module {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      margin-top: 56px;
      margin-bottom: 56px; } }
  @media (min-width: 1170px) {
    .lead-module {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media (min-width: 1570px) {
    .lead-module {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .lead-module__container {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 1170px) {
      .lead-module__container {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        padding-left: 0;
        padding-right: 0;
        width: 920px;
        margin-left: auto;
        margin-right: auto; } }
  .lead-module.adjacent-rich-text .lead-module__container {
    max-width: 730px;
    margin: auto; }

@media (min-width: 1170px) {
  .no-secondary-nav .lead-module__container {
    /* @media (min-width: $screen-lg) { */
    /* @media (min-width: $screen-md) { */
    width: 857px; } }

.text-and-video__view {
  height: 56px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #edeae5;
  padding-left: 16px;
  cursor: pointer; }
  .text-and-video__view:hover span, .text-and-video__view:focus span, .text-and-video__view.active span, .text-and-video__view:active span {
    color: #dc2d27; }
  .text-and-video__view span {
    font-size: 14rem;
    font-weight: bold;
    line-height: 1.14;
    color: #000000;
    transition: all 0.3s ease; }
.text-and-video .button {
  width: 100%; }
.text-and-video .text-and-video__top iframe, .text-and-video .text-and-video__top img {
  width: 100%;
  display: block; }
.text-and-video .text-and-video__view img {
  width: auto; }
.text-and-video__bottom {
  padding: 24px 15px 32px;
  background-color: #efefef;
  background-image: url("../media/patterns/pattern-sand-tile@2x.png"); }
  .text-and-video__bottom .text-and-video__heading {
    font-size: 16rem;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .text-and-video__bottom .text-and-video__heading {
        font-size: 18rem;
        line-height: 1.45; } }
    @media (min-width: 1170px) {
      .text-and-video__bottom .text-and-video__heading {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        font-size: 20rem;
        line-height: 1.4; } }
  .text-and-video__bottom p {
    margin-bottom: 16px; }
.text-and-video--image {
  max-height: 600px; }

.youtube-video__container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .youtube-video__container iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important; }

@media (min-width: 768px) {
  .text-and-video {
    display: flex; }
    .text-and-video--right .text-and-video__top {
      order: 1; }
    .text-and-video > div {
      flex: 0 0;
      flex-basis: 50%; }
    .text-and-video__view {
      justify-content: flex-end;
      padding-right: 16px; }
    .text-and-video__bottom {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 0; }
      .text-and-video__bottom .text-and-video__heading {
        margin-bottom: 8px;
        width: 356px; }
      .text-and-video__bottom p {
        margin-bottom: 16px;
        width: 356px;
        font-size: 13rem; }
      .text-and-video__bottom .button {
        width: 138px; }
      .text-and-video__bottom .button__wrap {
        width: 356px;
        text-align: left; } }
@media (min-width: 1170px) {
  /* @media (min-width: $screen-lg) { */
  /* @media (min-width: $screen-md) { */
  .text-and-video__bottom .text-and-video__heading {
    margin-bottom: 16px;
    width: 390px; }
  .text-and-video__bottom p {
    margin-bottom: 24px;
    width: 390px;
    font-size: 14rem; }
  .text-and-video__bottom .button {
    width: 146px; }
  .text-and-video__bottom .button__wrap {
    width: 390px; } }
@media (min-width: 1170px) {
  .text-and-video__bottom .text-and-video__heading {
    width: 445px; }
  .text-and-video__bottom p {
    width: 445px;
    font-size: 15rem; }
  .text-and-video__bottom .button__wrap {
    width: 445px; } }
@media (min-width: 1570px) {
  .text-and-video__bottom .text-and-video__heading {
    width: 640px;
    font-size: 24rem; }
  .text-and-video__bottom p {
    width: 640px;
    font-size: 17rem; }
  .text-and-video__bottom .button__wrap {
    width: 640px; } }
.card-list {
  background-color: #efefef;
  background-image: url("../media/patterns/pattern-sand-tile@2x.png");
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .card-list {
      padding-top: 48px;
      padding-bottom: 48px; } }
  @media (min-width: 1170px) {
    .card-list {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      padding-top: 56px;
      padding-bottom: 56px; } }
  @media (min-width: 1170px) {
    .card-list {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media (min-width: 1570px) {
    .card-list {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1170px) {
    .card-list__container {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      margin-left: 30px;
      margin-right: 30px;
      width: calc(100% - 60px); } }
  @media (min-width: 1170px) {
    .card-list__container {
      width: 1110px;
      margin-left: auto;
      margin-right: auto; } }
  .card-list__heading {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 8px;
    font-size: 18rem;
    font-weight: 800;
    line-height: 1.33;
    color: #000;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .card-list__heading {
        font-size: 23rem;
        line-height: 1.23; } }
    @media (min-width: 1170px) {
      .card-list__heading {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        font-size: 28rem;
        line-height: 1.14;
        margin-bottom: 16px; } }
  .card-list p {
    margin-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 540px; }
  .card-list .card {
    background-color: #fff;
    margin-bottom: 8px; }
    .card-list .card:hover .card__heading {
      color: #dc2d27; }
    .card-list .card__heading {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 8px;
      font-size: 16rem;
      font-weight: 700;
      line-height: 1.5;
      color: #000;
      transition: all 0.3s ease; }
      @media (min-width: 768px) {
        .card-list .card__heading {
          font-size: 18rem;
          line-height: 1.45; } }
      @media (min-width: 1170px) {
        .card-list .card__heading {
          /* @media (min-width: $screen-lg) { */
          /* @media (min-width: $screen-md) { */
          font-size: 20rem;
          line-height: 1.4; } }
    .card-list .card > img {
      width: 100%;
      height: 196px;
      margin-bottom: 24px; }
    .card-list .card p {
      margin-bottom: 20px; }
    .card-list .card .link-with-arrow {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 24px; }

@media (min-width: 768px) {
  .card-list__heading {
    padding: 0;
    max-width: 749px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 16px; }
  .card-list p {
    padding: 0;
    max-width: 749px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 40px; }
  .card-list .card {
    display: flex;
    max-width: 932px;
    margin-left: auto;
    margin-right: auto;
    height: 214px; }
    .card-list .card--right > img {
      order: 1; }
    .card-list .card > img {
      width: 350px;
      height: 214px;
      margin-bottom: 0;
      flex: 0 0;
      flex-basis: 350px; }
    .card-list .card__text-container {
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding-left: 17px;
      padding-right: 17px;
      width: 100%; }
    .card-list .card p {
      padding-left: 15px;
      padding-right: 15px;
      text-align: left;
      max-width: 696px;
      margin-left: 0;
      margin-right: 0; }
    .card-list .card__heading {
      text-align: left; }
    .card-list .card .link-with-arrow {
      text-align: left;
      padding-bottom: 0; } }
@media (min-width: 1170px) {
  /* @media (min-width: $screen-lg) { */
  /* @media (min-width: $screen-md) { */
  .card-list .card {
    max-width: 100%; } }
.news {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .news {
      margin-top: 48px;
      margin-bottom: 48px; } }
  @media (min-width: 1170px) {
    .news {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      margin-top: 56px;
      margin-bottom: 56px; } }
  @media (min-width: 1170px) {
    .news {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media (min-width: 1570px) {
    .news {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .news__container {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 1170px) {
      .news__container {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        padding-left: 30px;
        padding-right: 30px;
        width: 100%; } }
    @media (min-width: 1170px) {
      .news__container {
        padding-left: 0;
        padding-right: 0;
        width: 1110px;
        margin-left: auto;
        margin-right: auto; } }
  .news__heading {
    margin-bottom: 24px;
    font-size: 18rem;
    font-weight: 800;
    line-height: 1.33;
    color: #000;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .news__heading {
        font-size: 23rem;
        line-height: 1.23; } }
    @media (min-width: 1170px) {
      .news__heading {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        font-size: 28rem;
        line-height: 1.14;
        margin-bottom: 16px; } }
  .news__more-link {
    display: flex;
    align-items: center;
    font-size: 14rem;
    font-weight: bold;
    line-height: 1.14;
    color: #000000; }
    .news__more-link:hover, .news__more-link:focus, .news__more-link.active, .news__more-link:active {
      color: #dc2d27; }

.category-item-container {
  display: flex;
  flex-direction: column; }

.news--latest {
  display: block;
  border-bottom: 2px solid #edeae5;
  margin-bottom: 24px; }
  .news--latest:hover .title, .news--latest:focus .title, .news--latest.active .title, .news--latest:active .title {
    color: #dc2d27; }
  .news--latest a > img {
    width: 100%;
    margin-bottom: 16px;
    height: 240px;
    object-fit: cover;
    display: block;
    float: none; }
  .news--latest .date {
    font-size: 12rem;
    font-weight: 600;
    line-height: 1.33;
    color: #585858;
    margin-bottom: 8px;
    order: 0; }
  .news--latest .title {
    margin-bottom: 14px;
    transition: all 0.3s ease;
    max-width: 540px;
    font-size: 16rem;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    order: 1; }
    @media (min-width: 768px) {
      .news--latest .title {
        font-size: 18rem;
        line-height: 1.45; } }
    @media (min-width: 1170px) {
      .news--latest .title {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        font-size: 20rem;
        line-height: 1.4; } }
  .news--latest .description {
    padding-bottom: 16px;
    max-width: 540px;
    order: 2; }

@media (min-width: 768px) {
  .category--more {
    display: flex; }

  .news--latest {
    flex: 0 0;
    flex-basis: calc(33% - 10px); }
    .news--latest:not(:first-child) {
      margin-left: 15px; } }
@media (min-width: 1170px) {
  /* @media (min-width: $screen-lg) { */
  /* @media (min-width: $screen-md) { */
  .news__heading {
    margin-bottom: 40px; }
  .news__more-link {
    padding-bottom: 0; }
  .news .clearfix {
    display: none; }

  .news--latest {
    margin-bottom: 32px;
    flex-basis: calc(33% - 20px); }
    .news--latest:not(:first-child) {
      margin-left: 30px; } }
.events {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .events {
      margin-top: 48px;
      margin-bottom: 48px; } }
  @media (min-width: 1170px) {
    .events {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      margin-top: 56px;
      margin-bottom: 56px; } }
  @media (min-width: 1170px) {
    .events {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media (min-width: 1570px) {
    .events {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .events__heading {
    margin-bottom: 24px;
    font-size: 18rem;
    font-weight: 800;
    line-height: 1.33;
    color: #000;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .events__heading {
        font-size: 23rem;
        line-height: 1.23; } }
    @media (min-width: 1170px) {
      .events__heading {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        font-size: 28rem;
        line-height: 1.14;
        margin-bottom: 16px; } }
  .events__container {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 1170px) {
      .events__container {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        padding-left: 30px;
        padding-right: 30px;
        width: 100%; } }
    @media (min-width: 1170px) {
      .events__container {
        padding-left: 0;
        padding-right: 0;
        width: 1110px;
        margin-left: auto;
        margin-right: auto; } }
  .events__more-link {
    display: flex;
    align-items: center;
    font-size: 14rem;
    font-weight: bold;
    line-height: 1.14;
    color: #000000; }
    .events__more-link:hover, .events__more-link:focus, .events__more-link.active, .events__more-link:active {
      color: #dc2d27; }

.event {
  display: flex;
  margin-bottom: 24px; }
  .event:hover .event__heading, .event:focus .event__heading, .event.active .event__heading, .event:active .event__heading {
    color: #dc2d27; }
  .event__date-box {
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 0 0;
    flex-basis: 64px;
    margin-right: 15px;
    background-color: #282828;
    background-image: url("../media/patterns/pattern-dark-tile@2x.png"); }
  .event__day {
    font-size: 20rem;
    font-weight: bold;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: -4px; }
  .event__month {
    font-size: 12rem;
    font-weight: bold;
    line-height: 1.65;
    color: #ffffff;
    text-transform: uppercase; }
  .event__date {
    font-size: 12rem;
    font-weight: 600;
    line-height: 1.33;
    color: #585858;
    margin-bottom: 8px; }
  .event__heading {
    margin-bottom: 8px;
    transition: all 0.3s ease;
    line-height: 1.4;
    font-size: 15rem;
    font-weight: 700;
    line-height: 1.6;
    color: #000; }
    @media (min-width: 768px) {
      .event__heading {
        font-size: 18rem;
        line-height: 1.33; } }
  .event__description {
    padding-bottom: 14px;
    border-bottom: 2px solid #edeae5;
    color: #585858;
    line-height: 1.54; }

@media (min-width: 768px) {
  .events__heading {
    margin-bottom: 40px; }
  .events__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

  .event {
    flex: 0 0;
    flex-basis: calc(50% - 14px); }
    .event__description {
      line-height: 1.6;
      padding-bottom: 24px; } }
@media (min-width: 1170px) {
  /* @media (min-width: $screen-lg) { */
  /* @media (min-width: $screen-md) { */
  .event {
    margin-bottom: 32px; }
    .event__heading {
      line-height: 1.6; }
    .event__description {
      padding-bottom: 24px; } }
.our-people {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .our-people {
      margin-top: 48px;
      margin-bottom: 48px; } }
  @media (min-width: 1170px) {
    .our-people {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      margin-top: 56px;
      margin-bottom: 56px; } }
  @media (min-width: 1170px) {
    .our-people {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media (min-width: 1570px) {
    .our-people {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .our-people__container {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 1170px) {
      .our-people__container {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        padding-left: 30px;
        padding-right: 30px;
        width: 100%; } }
    @media (min-width: 1170px) {
      .our-people__container {
        padding-left: 0;
        padding-right: 0;
        width: 1110px;
        margin-left: auto;
        margin-right: auto; } }
    .our-people__container > p {
      margin-bottom: 32px; }
  .our-people__list {
    display: flex;
    flex-direction: column; }
  .our-people__heading {
    font-size: 18rem;
    font-weight: 800;
    line-height: 1.33;
    color: #000;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .our-people__heading {
        font-size: 23rem;
        line-height: 1.23; } }
    @media (min-width: 1170px) {
      .our-people__heading {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        font-size: 28rem;
        line-height: 1.14;
        margin-bottom: 16px; } }

.our-people-card {
  margin-bottom: 24px; }
  .our-people-card:hover .our-people-card__heading, .our-people-card:focus .our-people-card__heading, .our-people-card.active .our-people-card__heading, .our-people-card:active .our-people-card__heading {
    color: #dc2d27; }
  .our-people-card:hover .link-with-arrow, .our-people-card:focus .link-with-arrow, .our-people-card.active .link-with-arrow, .our-people-card:active .link-with-arrow {
    color: #dc2d27; }
  .our-people-card:last-of-type {
    margin-bottom: 0; }
  .our-people-card > div > img, .our-people-card__image {
    width: 100%;
    margin-bottom: 16px;
    height: 240px; }
  .our-people-card__heading {
    margin-bottom: 8px;
    transition: all 0.3s ease;
    font-size: 16rem;
    font-weight: 700;
    line-height: 1.5;
    color: #000; }
    @media (min-width: 768px) {
      .our-people-card__heading {
        font-size: 18rem;
        line-height: 1.45; } }
    @media (min-width: 1170px) {
      .our-people-card__heading {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        font-size: 20rem;
        line-height: 1.4; } }
  .our-people-card__blurb {
    margin-bottom: 16px; }
  .our-people-card .link-with-arrow {
    border-bottom: 2px solid #edeae5;
    padding-bottom: 14px;
    transition: all 0.3s ease; }

@media (min-width: 768px) {
  .our-people__heading {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .our-people__heading {
      padding-left: 0;
      padding-right: 0;
      max-width: 616px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) and (min-width: 1170px) {
    .our-people__heading {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      max-width: 730px; } }
@media (min-width: 768px) {
  .our-people__container > p {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .our-people__container > p {
      padding-left: 0;
      padding-right: 0;
      max-width: 616px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) and (min-width: 1170px) {
    .our-people__container > p {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      max-width: 730px; } }
@media (min-width: 768px) {
  .our-people__list {
    flex-wrap: wrap;
    flex-direction: row; }

  .our-people-card {
    flex: 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .our-people-card:last-of-type {
      margin-bottom: 24px; }
    .our-people-card--third {
      flex-basis: calc(33.3% - 9px); }
      .our-people-card--third:not(:nth-of-type(3n)) {
        margin-right: 13px; }
    .our-people-card--half {
      flex-basis: calc(50% - 7px); }
      .our-people-card--half > div > img, .our-people-card--half__image {
        height: 290px; }
      .our-people-card--half:not(:nth-of-type(2n)) {
        margin-right: 14px; }
    .our-people-card > div > img, .our-people-card__image {
      margin-bottom: 16px; }
    .our-people-card__heading {
      margin-bottom: 16px;
      font-size: 18rem; }
    .our-people-card__blurb {
      margin-bottom: 16px; } }
@media (min-width: 1170px) {
  /* @media (min-width: $screen-lg) { */
  /* @media (min-width: $screen-md) { */
  .our-people-card {
    margin-bottom: 32px; }
    .our-people-card:last-of-type {
      margin-bottom: 32px; }
    .our-people-card--third {
      flex-basis: calc(33.3% - 20px); }
      .our-people-card--third:not(:nth-of-type(3n)) {
        margin-right: 30px; }
    .our-people-card--half {
      flex-basis: calc(50% - 15px); }
      .our-people-card--half > div > img, .our-people-card--half__image {
        height: 362px; }
      .our-people-card--half:not(:nth-of-type(2n)) {
        margin-right: 30px; }
    .our-people-card > div > img, .our-people-card__image {
      margin-bottom: 24px; }
    .our-people-card__heading {
      font-size: 20rem;
      margin-bottom: 16px; } }
.specialist-facilities {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .specialist-facilities {
      margin-top: 48px;
      margin-bottom: 48px; } }
  @media (min-width: 1170px) {
    .specialist-facilities {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      margin-top: 56px;
      margin-bottom: 56px; } }
  @media (min-width: 1170px) {
    .specialist-facilities {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media (min-width: 1570px) {
    .specialist-facilities {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .specialist-facilities__container {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 1170px) {
      .specialist-facilities__container {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        padding-left: 30px;
        padding-right: 30px;
        width: 100%; } }
    @media (min-width: 1170px) {
      .specialist-facilities__container {
        padding-left: 0;
        padding-right: 0;
        width: 1110px;
        margin-left: auto;
        margin-right: auto; } }
    .specialist-facilities__container > p {
      margin-bottom: 32px; }
    .specialist-facilities__container .link-with-arrow {
      line-height: 1.43; }
      .specialist-facilities__container .link-with-arrow span {
        display: block;
        max-width: 214px; }
  .specialist-facilities--left .specialist-facilities__heading, .specialist-facilities--left .specialist-facilities__container > p {
    text-align: left; }
  .specialist-facilities--right .specialist-facilities__heading, .specialist-facilities--right .specialist-facilities__container > p {
    text-align: right; }
  .specialist-facilities__heading {
    font-size: 18rem;
    font-weight: 800;
    line-height: 1.33;
    color: #000;
    margin-bottom: 8px; }
    @media (min-width: 768px) {
      .specialist-facilities__heading {
        font-size: 23rem;
        line-height: 1.23; } }
    @media (min-width: 1170px) {
      .specialist-facilities__heading {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        font-size: 28rem;
        line-height: 1.14;
        margin-bottom: 16px; } }
  .specialist-facilities__item {
    margin-bottom: 16px; }
    .specialist-facilities__item p {
      margin-top: 8px;
      margin-left: 24px;
      max-width: 540px; }

@media (min-width: 768px) {
  .specialist-facilities__heading {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .specialist-facilities__heading {
      padding-left: 0;
      padding-right: 0;
      max-width: 616px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) and (min-width: 1170px) {
    .specialist-facilities__heading {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      max-width: 730px; } }
@media (min-width: 768px) {
  .specialist-facilities__container .link-with-arrow span {
    max-width: 540px; }
  .specialist-facilities__container > p {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .specialist-facilities__container > p {
      padding-left: 0;
      padding-right: 0;
      max-width: 616px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) and (min-width: 1170px) {
    .specialist-facilities__container > p {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      max-width: 730px; } }
@media (min-width: 768px) {
  .specialist-facilities__content-wrap {
    padding-left: 15px;
    padding-right: 15px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .specialist-facilities__content-wrap {
      padding-left: 0;
      padding-right: 0;
      max-width: 616px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 768px) and (min-width: 1170px) {
    .specialist-facilities__content-wrap {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      max-width: 730px; } }
@media (min-width: 768px) {
  .specialist-facilities__left-content {
    margin-right: 32px; }
  .specialist-facilities--left .specialist-facilities__heading, .specialist-facilities--left .specialist-facilities__container > p {
    text-align: left; }
  .specialist-facilities--right .specialist-facilities__heading, .specialist-facilities--right .specialist-facilities__container > p {
    text-align: right; } }
.rich-text {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .rich-text {
      margin-top: 48px;
      margin-bottom: 48px; } }
  @media (min-width: 1170px) {
    .rich-text {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      margin-top: 56px;
      margin-bottom: 56px; } }
  @media (min-width: 1170px) {
    .rich-text {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media (min-width: 1570px) {
    .rich-text {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .rich-text h1, .rich-text h2, .rich-text h3 {
    color: #000; }
  .rich-text h3 {
    margin-bottom: 8px; }
  .rich-text ul, .rich-text ol {
    padding-left: 20px;
    list-style: none; }
    .rich-text ul li, .rich-text ol li {
      padding-left: 27px;
      position: relative;
      margin-bottom: 2px; }
      .rich-text ul li::before, .rich-text ol li::before {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        border-radius: 100%;
        position: absolute;
        left: 5px;
        top: 8px;
        background-color: #dc2d27; }
        @media (min-width: 768px) {
          .rich-text ul li::before, .rich-text ol li::before {
            top: 11px; } }
  .rich-text__container {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .rich-text__container {
        padding-left: 0;
        padding-right: 0;
        max-width: 616px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1170px) {
      .rich-text__container {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        max-width: 730px; } }
    .rich-text__container > :last-child {
      margin-bottom: 0; }
    .rich-text__container > p {
      margin-bottom: 24px; }
      .rich-text__container > p + ul {
        margin-top: -12px; }
    .rich-text__container > p img {
      margin-bottom: 24px;
      display: block;
      width: calc(100% + 30px);
      margin-left: -15px; }
      @media (max-width: 767px) {
        .rich-text__container > p img {
          float: none !important; } }
    .rich-text__container > ul, .rich-text__container > ol {
      margin-bottom: 24px; }
  .rich-text .testimonial {
    padding: 0 25px;
    margin: 25px auto; }

@media (min-width: 768px) {
  .rich-text .testimonial {
    margin: 40px auto; }
  .rich-text > p img {
    width: auto;
    max-width: 100%;
    margin-left: 0; }
  .rich-text img[style="float: right;"], .rich-text img[style="    float : right;"] {
    float: right;
    width: 350px;
    margin: 8px 0 16px 30px;
    object-fit: cover;
    min-height: 316px; }
  .rich-text img[style="float: left;"], .rich-text img[style="    float : left;"] {
    float: left;
    width: 350px;
    margin: 8px 30px 16px 0;
    object-fit: cover;
    min-height: 316px; }
  .rich-text__container > p {
    margin-bottom: 16px; }
    .rich-text__container > p + ul {
      margin-top: 0px; }
  .rich-text__container > figure {
    margin: 40px 0;
    display: block;
    width: 100%; }
  .rich-text__container > ul, .rich-text__container > ol {
    margin-bottom: 16px; }
  .rich-text__container .rich-text__image--right {
    float: right;
    width: 350px;
    margin: 10px 0 10px 30px; }
  .rich-text__container .rich-text__image--left {
    float: left;
    width: 350px;
    margin: 10px 30px 10px 0; } }
@media (min-width: 1170px) {
  .rich-text__container > p {
    font-size: 17rem;
    line-height: 1.65; }
  .rich-text__container > ul li, .rich-text__container > ol li {
    font-size: 17rem;
    line-height: 1.65; } }
.slider {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .slider {
      margin-top: 48px;
      margin-bottom: 48px; } }
  @media (min-width: 1170px) {
    .slider {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      margin-top: 56px;
      margin-bottom: 56px; } }
  @media (min-width: 1170px) {
    .slider {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media (min-width: 1570px) {
    .slider {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .slider__container {
    width: 100%;
    position: relative; }
  .slider .slider-controls__container::after {
    content: '';
    display: block;
    position: absolute;
    height: 12px;
    width: 6px;
    background-color: #dc2d27;
    bottom: -12px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
  .slider .slider__slide > img {
    width: 100%;
    height: 216px;
    object-fit: cover; }
  .slider .slider-controls {
    margin-left: auto;
    margin-right: auto;
    right: 0;
    justify-content: center; }
  .slider__caption {
    font-size: 14rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.71;
    letter-spacing: 0.1px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 474px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    opacity: 0;
    transition: 0.5s ease-in all; }
    @media (min-width: 768px) {
      .slider__caption {
        padding-left: 0;
        padding-right: 0;
        max-width: 616px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1170px) {
      .slider__caption {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        max-width: 730px; } }
  .slider .slick-track .slick-active.slick-current .slider__caption {
    opacity: 1; }

@media (min-width: 768px) {
  .slider .slider-controls__container {
    top: 200px; }
  .slider .slider__slide > img {
    height: 240px; }
  .slider .slider-controls {
    bottom: 0;
    left: 0; } }
@media (min-width: 1170px) {
  /* @media (min-width: $screen-lg) { */
  /* @media (min-width: $screen-md) { */
  .slider .slider-controls__container {
    top: 212px; }
  .slider .slider__slide > img {
    height: 260px; } }
@media (min-width: 1170px) {
  .slider .slider-controls__container {
    top: 302px; }
  .slider .slider__slide > img {
    height: 350px; } }
.accordion {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .accordion {
      margin-top: 48px;
      margin-bottom: 48px; } }
  @media (min-width: 1170px) {
    .accordion {
      /* @media (min-width: $screen-lg) { */
      /* @media (min-width: $screen-md) { */
      margin-top: 56px;
      margin-bottom: 56px; } }
  @media (min-width: 1170px) {
    .accordion {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media (min-width: 1570px) {
    .accordion {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .accordion__container {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 1170px) {
      .accordion__container {
        /* @media (min-width: $screen-lg) { */
        /* @media (min-width: $screen-md) { */
        padding-left: 0;
        padding-right: 0;
        width: 920px;
        margin-left: auto;
        margin-right: auto; } }
    .accordion__container .accordion__heading {
      border-radius: 0;
      border: none;
      background-color: #edeae5;
      padding: 8px 16px 8px 55px;
      font-size: 11rem;
      font-weight: bold;
      line-height: 2.23;
      color: #000000;
      position: relative;
      margin-top: 16px;
      transition: all 0.3s ease; }
      .accordion__container .accordion__heading:hover .ui-icon-triangle-1-e, .accordion__container .accordion__heading:focus .ui-icon-triangle-1-e, .accordion__container .accordion__heading.active .ui-icon-triangle-1-e, .accordion__container .accordion__heading:active .ui-icon-triangle-1-e {
        background-image: url("../media/ic/ic-accordeon-collapsed-black.svg"); }
      .accordion__container .accordion__heading:hover .ui-icon-triangle-1-s, .accordion__container .accordion__heading:focus .ui-icon-triangle-1-s, .accordion__container .accordion__heading.active .ui-icon-triangle-1-s, .accordion__container .accordion__heading:active .ui-icon-triangle-1-s {
        background-image: url("../media/ic/ic-accordeon-expanded-black.svg"); }
    .accordion__container .ui-icon-triangle-1-e {
      transition: all 0.3s ease;
      background-image: url("../media/ic/ic-accordeon-collapsed.svg"); }
    .accordion__container .ui-icon-triangle-1-s {
      transition: all 0.3s ease;
      background-image: url("../media/ic/ic-accordeon-expanded.svg"); }
    .accordion__container .ui-icon {
      position: absolute;
      left: 0;
      top: 3px;
      display: block;
      width: 40px;
      height: 40px;
      background-size: 40px;
      background-position: center; }
    .accordion__container .accordion__content {
      margin-left: 40px;
      border: none;
      border-radius: 0;
      background-color: #edeae5;
      padding: 0px 15px 24px; }
      .accordion__container .accordion__content p:not(:last-of-type) {
        margin-bottom: 16px; }

@media (min-width: 768px) {
  .accordion__container .accordion__heading {
    padding: 20px 30px 20px 94px;
    font-size: 18rem;
    line-height: 1.38;
    margin-top: 24px; }
  .accordion__container .ui-icon {
    width: 64px;
    height: 64px;
    background-size: 64px;
    top: 4px; }
  .accordion__container .accordion__content {
    margin-left: 64px;
    padding: 0px 30px 40px; } }
@media (min-width: 1170px) {
  .no-secondary-nav .accordion__container {
    /* @media (min-width: $screen-lg) { */
    /* @media (min-width: $screen-md) { */
    width: 857px; } }

/*# sourceMappingURL=ip-main.css.map */
