/*!
* WS Starter
* Designed by LRS Web Solutions (http://lrswebsolutions.com)
* Visit http://lrswebsolutions.com
*/
/*
 * ============================================================================
 * Abstracts Index
 * Purpose: Global tokens, helpers, and design-system primitives.
 * ============================================================================
 */
/* Core tokens and utilities */
/*
  SCSS Variables
*/
/* Toggle for desktop navigation layout:
    true = enable desktop-specific nav styles (e.g., horizontal layout)
    false = keep mobile nav layout across all screen sizes */
/*
  Grid Settings
*/
/*
  Site Width
*/
/*
  Breakpoints
*/
/*
  Functions
*/
:root {
  /*
    Fonts
      - Default font size is generally set to the standard body text font size
  */
  --font_primary: "Blinker", sans-serif;
  --font_secondary: "Blinker", sans-serif;
  --default_line-height: 1.25em;
  --default_text-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
  --default_text-shadow: 0 0 1.66667rem 0 rgb(0 0 0 / 15%);
  /*  !! IF YOU UPDATE THIS, ALSO UPDATE IN GULP FILE - LINE 57 */
  --default_font-size: 18PX;
  /*
    Site Standard Colors
      - Add additional colors according to style guide
  */
  --color_primary: rgb(35 79 193 / 100%);
  --color_secondary: rgb(35 79 193 / 100%);
  --color_tertiary: rgb(35 79 193 / 100%);
  --color_gray: rgb(235 236 240 / 100%);
  --color_gray-medium: rgb(64 70 85 / 100%);
  --color_gray-dark: rgb(46 48 54 / 100%);
  --color_link: rgb(35 79 193 / 100%);
  --color_bg-light: rgb(235 236 240 / 100%);
  --color_bg-dark: rgb(46 48 54 / 100%);
  --color_gradient: linear-gradient(98deg, rgb(35 79 193 / 100%) 2.73%, rgb(35 79 193 / 100%) 100%);
  /*
    Header & Footer Colors
  */
  --header-background: #fff;
  --header-text-color: #000;
  --footer-bg-color: #1a1a1a;
  --footer-text-color: #efefef;
  /*
    Navigation & Interaction Colors
  */
  --nav-background: #fff;
  --tab-animated-bg-color-selected: rgb(35 79 193 / 100%);
  --login-bg: rgb(35 79 193 / 100%);
  /*
    Border Settings
      - buttons, boxes, etc..
      - border-width should have caps PX to prevent conversion to REM
  */
  --default_border-radius: 15PX;
  --default_border-width: 2PX;
  --default_active-border-width: 4px;
  --default_active-border-width: 0.22222rem;
  /*
    Other Default Settings
  */
  --default_box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
  --default_box-shadow: 0 0 1.66667rem 0 rgb(0 0 0 / 15%);
  --default_active-box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 25%);
  --default_active-box-shadow: 0 0 3.33333rem 0 rgb(0 0 0 / 25%);
  --default_site-width: calc(1920 * 1PX);
  --default_content-width: calc(1600 * 1PX);
  --default_gutter: calc(30px * 1PX);
  --default_gutter: calc(1.66667rem * 1PX);
  --default_button-height: 50px;
  --default_button-height: 2.77778rem;
  --default_site-margin-lg-one-side: calc(120);
  --default_site-margin-sm-one-side: calc(35);
  --default_site-margin-lg: calc(120 * 2PX);
  --default_site-margin-sm: calc(35 * 2PX);
}

@-webkit-keyframes coverZoom {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.24);
            transform: scale(1.24);
  }
}

@keyframes coverZoom {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.24);
            transform: scale(1.24);
  }
}
@-webkit-keyframes zoomin {
  from {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomin {
  from {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomout {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@keyframes zoomout {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}
@keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }
}
@-webkit-keyframes spin3 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@keyframes spin3 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
            transform: rotate(1080deg);
  }
}
@-webkit-keyframes spin4 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1440deg);
            transform: rotate(1440deg);
  }
}
@keyframes spin4 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1440deg);
            transform: rotate(1440deg);
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* Layout/system helpers */
/*
  !!Important!!

  These classes should be used sparingly, and generally only in two instances:
    1) By the RTE so the user can modify the content of the site.
    2) Used in a script to be toggled on an element

  With the exception of sr-only (which has a very specific use-case), there is no reason to pile on a bunch of specificity to an element using !importants, or additional classes.

  Questions can be brought up with Senior Front-End Dev
*/
.sr-only {
  position: absolute !important;
  width: 1px !important;
  width: 0.05556rem !important;
  height: 1px !important;
  height: 0.05556rem !important;
  padding: 0 !important;
  margin: -1px !important;
  margin: -0.05556rem !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip: rect(0.05556rem, 0.05556rem, 0.05556rem, 0.05556rem) !important;
  color: transparent;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}
.sr-only:focus, .sr-only:active {
  width: auto !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  clip: auto !important;
  color: transparent;
  white-space: normal !important;
  -webkit-clip-path: none !important;
          clip-path: none !important;
}

.hide {
  display: none !important;
}

.show {
  display: initial;
}

.invisible {
  visibility: hidden;
}

.clear {
  display: block;
  clear: both;
}

.clear-after::after {
  content: "";
  display: table;
  clear: both;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-left,
.align-left {
  text-align: left;
}

.text-right,
.align-right {
  text-align: right;
}

.text-center,
.align-center {
  text-align: center;
}

.text-justify,
.align-justify {
  text-align: justify;
}

.vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (min-width: 800px) {
  .show-small-only {
    display: none;
  }
}
.show-small-only[data-arx-type=image]::before {
  content: "Show Small Only";
}

@media all and (max-width: 374px) {
  .show-medium-only {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  .show-medium-only {
    display: none;
  }
}
.show-medium-only[data-arx-type=image]::before {
  content: "Show Medium Only";
}

.show-small-only[data-arx-type=image],
.show-medium-only[data-arx-type=image],
.show-large-only[data-arx-type=image],
.show-xlarge-only[data-arx-type=image],
.show-xxlarge-only[data-arx-type=image] {
  position: relative;
  width: 100%;
  max-width: 100% !important;
  overflow: hidden;
  border: 1px dashed #d6e2ff;
  border: 0.05556rem dashed #d6e2ff;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
  outline: 2px dashed rgba(0, 88, 251, 0.2);
  outline: 0.11111rem dashed rgba(0, 88, 251, 0.2);
}
.show-small-only[data-arx-type=image]::before,
.show-medium-only[data-arx-type=image]::before,
.show-large-only[data-arx-type=image]::before,
.show-xlarge-only[data-arx-type=image]::before,
.show-xxlarge-only[data-arx-type=image]::before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 2px;
  padding: 0.11111rem;
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.5);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.05556rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
}

.show-medium-up {
  display: none;
}
@media all and (min-width: 800px) {
  .show-medium-up {
    display: block;
  }
}
.show-medium-up[data-arx-type=image]::before {
  content: "Show Medium Up";
}

.show-large-up {
  display: none;
}
@media all and (min-width: 1280px) {
  .show-large-up {
    display: block;
  }
}
.show-large-up[data-arx-type=image]::before {
  content: "Show Large Up";
}

.show-xlarge-up {
  display: none;
}
@media all and (min-width: 1440px) {
  .show-xlarge-up {
    display: block;
  }
}
.show-xlarge-up[data-arx-type=image]::before {
  content: "Show X-Large Up";
}

.show-xxlarge-up {
  display: none;
}
@media all and (min-width: 1920px) {
  .show-xxlarge-up {
    display: block;
  }
}
.show-xxlarge-up[data-arx-type=image]::before {
  content: "Show XX-Large Up";
}

.show-medium-up[data-arx-type=image],
.show-large-up[data-arx-type=image],
.show-xlarge-up[data-arx-type=image],
.show-xxlarge-up[data-arx-type=image] {
  position: relative;
  width: 100%;
  max-width: 100% !important;
  overflow: hidden;
  border: 1px dashed #d6e2ff;
  border: 0.05556rem dashed #d6e2ff;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
  outline: 2px dashed rgba(0, 88, 251, 0.2);
  outline: 0.11111rem dashed rgba(0, 88, 251, 0.2);
}
.show-medium-up[data-arx-type=image]::before,
.show-large-up[data-arx-type=image]::before,
.show-xlarge-up[data-arx-type=image]::before,
.show-xxlarge-up[data-arx-type=image]::before {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 2px;
  padding: 0.11111rem;
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.5);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.05556rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
}

@media all and (max-width: 374px) {
  .hide-small-only {
    display: none;
  }
}
.hide-small-only[data-arx-type=image]::before {
  content: "Hide Small Only";
}

@media all and (min-width: 1280px) {
  .center-vert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}

@media all and (min-width: 1280px) {
  .orderFirst {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media all and (min-width: 1280px) {
  .order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media all and (min-width: 1280px) {
  .order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media all and (min-width: 1280px) {
  .order3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media all and (min-width: 1280px) {
  .order4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media all and (min-width: 1280px) {
  .order5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}

@media all and (min-width: 1280px) {
  .order6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media all and (min-width: 1280px) {
  .orderLast {
    -webkit-box-ordinal-group: 101;
    -webkit-order: 100;
        -ms-flex-order: 100;
            order: 100;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

:root {
  --sp-banner-background-color: var(--color_background-dark);
  --sp-banner-title-color: #fff;
}

[action="./404"] .sp-banner__wrapper {
  z-index: 6;
  height: 380px;
  height: 21.11111rem;
  background-size: cover;
}
[action="./404"] .sp-banner__wrapper h1 {
  display: none;
}
.sp-banner__wrapper {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  height: 6.66667rem;
  padding: 0 30px;
  padding: 0 1.66667rem;
  background-color: var(--color_bg-dark);
  background-repeat: repeat;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (width >= 800px) {
  .sp-banner__wrapper {
    height: 200px;
    height: 11.11111rem;
    padding: 0 140px;
    padding: 0 7.77778rem;
  }
}
.sp-banner__wrapper h1 {
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: 600;
  line-height: 30px;
  line-height: 1.66667rem;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  text-shadow: 0.05556rem 0.05556rem 0.27778rem rgba(0, 0, 0, 0.5);
  text-transform: capitalize;
}
@media all and (width >= 800px) {
  .sp-banner__wrapper h1 {
    font-size: 40px;
    font-size: 2.22222rem;
    font-weight: 500;
    line-height: 44px;
    line-height: 2.44444rem;
  }
}
@media all and (width < 800px) {
  .sp-banner__wrapper::before, .sp-banner__wrapper::after {
    content: "";
    width: 5px;
    width: 0.27778rem;
  }
}

:root {
  --breadcrumb-item-color: var(--color_gray-dark);
  --breadcrumb-link-color: var(--color_primary);
  --breadcrumb-link-color-hover: var(--color_gray-dark);
  --breadcrumb-link-color-active: var(--color_primary);
  --breadcrumb-link-divider: var(--color_gray-medium);
}

.breadcrumbs-container {
  position: relative;
  margin-top: 20px;
  margin-top: 1.11111rem;
}
@media all and (min-width: 800px) {
  .breadcrumbs-container {
    max-width: calc(100% - 240px);
    max-width: calc(100% - 13.33333rem);
  }
}
.breadcrumbs-container {
  max-width: calc(100% - 70px);
  max-width: calc(100% - 3.88889rem);
  margin: 0 auto;
  width: 1600px;
  width: 88.88889rem;
}
@media all and (min-width: 800px) {
  .breadcrumbs-container {
    margin-top: 40px;
    margin-top: 2.22222rem;
  }
}

.breadcrumb-trail {
  position: relative;
  padding: 0;
}
.breadcrumb-trail__item {
  position: relative;
  display: inline-block;
}
.breadcrumb-trail__item::after {
  content: "/";
  position: relative;
  display: inline-block;
  margin: 0 5px;
  margin: 0 0.27778rem;
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 400;
  line-height: 30px;
  line-height: 1.66667rem;
  color: var(--breadcrumb-link-divider);
}
.breadcrumb-trail__item:last-of-type {
  margin-right: 0;
}
.breadcrumb-trail__item:last-of-type::after {
  content: none;
}
.breadcrumb-trail__text {
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 500;
  line-height: 30px;
  line-height: 1.66667rem;
  color: var(--breadcrumb-item-color);
}
.breadcrumb-trail__link {
  font-family: var(--font_primary);
  font-weight: 600;
  color: var(--breadcrumb-link-color);
  text-decoration: none;
  border-color: var(--breadcrumb-link-color);
}
.breadcrumb-trail__link:hover, .breadcrumb-trail__link:focus {
  color: var(--breadcrumb-link-color-hover);
  text-decoration: none;
  border-color: var(--breadcrumb-link-color-hover);
}
.breadcrumb-trail__item:last-of-type .breadcrumb-trail__text {
  color: var(--breadcrumb-link-color-active);
}

/* Subnavigation Styles */
:root {
  /* Subnavigation General Text */
  --subnavigation-caption-color: var(--color_gray-dark);
  /* Subnavigation Title */
  --subnavigation-title-color: #fff;
  /* Subnavigation Default Styling */
  --subnavigation-link-color: var(--color_primary);
  --subnavigation-link-color-hover: var(--color_gray-dark);
  --subnavigation-link-color-active: var(--color_gray-dark);
  --subnavigation-more-toggle-color: var(--color_link);
  --subnavigation-toggle-background: var(--color_gray-medium);
  --subnavigation-bg-color-desktop: var(--color_bg-light);
  --subnavigation-bg-color-mobile: var(--color_bg-light);
  --subnavigation-border-color: var(--color_gray-medium);
  --subnavigation-gradient: linear-gradient(to left,
      rgb(255 255 255 / 100%) 110px,
      rgb(255 255 255 / 0%) 75%);
  --subnavigation-gradient: linear-gradient(to left,
      rgb(255 255 255 / 100%) 6.11111rem,
      rgb(255 255 255 / 0%) 75%);
  /* Subnavigation Solid Style */
  --subnavigation-solid-background: var(--color_bg-light);
  --subnavigation-solid-border-radius: var(--default_border-radius);
  --subnavigation-solid-gradient: linear-gradient(to left,
      rgb(238 240 242 / 100%) 110px,
      rgb(238 240 242 / 0%) 75%);
  --subnavigation-solid-gradient: linear-gradient(to left,
      rgb(238 240 242 / 100%) 6.11111rem,
      rgb(238 240 242 / 0%) 75%);
}

.subnavigation {
  position: relative;
  margin: 0 auto;
  /*
     Solid Theme for Subnavigation
  */
}
@media all and (min-width: 800px) {
  .subnavigation {
    max-width: calc(100% - 240px);
    max-width: calc(100% - 13.33333rem);
  }
}
.subnavigation {
  max-width: calc(100% - 70px);
  max-width: calc(100% - 3.88889rem);
  margin: 0 auto;
  width: 1600px;
  width: 88.88889rem;
}
@media screen and (width >= 1280px) {
  .subnavigation {
    margin: 0 auto;
  }
}
@media screen and (width >= 1280px) {
  .subnavigation__container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 5px;
    padding: 1.11111rem 0 0.27778rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .subnavigation__container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 1px;
    height: 0.05556rem;
    background: var(--subnavigation-border-color);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.subnavigation__title {
  position: relative;
  display: block;
  padding: 18px 20px;
  padding: 1rem 1.11111rem;
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
  line-height: 30px;
  line-height: 1.66667rem;
  color: var(--subnavigation-title-color);
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-bottom: 25px;
  margin-bottom: 1.38889rem;
}
@media screen and (width >= 1280px) {
  .subnavigation__title {
    display: inline-block;
    min-width: 125px;
    min-width: 6.94444rem;
    padding: 0;
    margin: 0 30px 0 0;
    margin: 0 1.66667rem 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.subnavigation__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  height: 0.05556rem;
  background: var(--subnavigation-border-color);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (width >= 1280px) {
  .subnavigation__title::before {
    content: none;
  }
}
.subnavigation__list {
  display: none;
  padding: 50px 20px 20px;
  padding: 2.77778rem 1.11111rem 1.11111rem;
  margin: -50px 0 0;
  margin: -2.77778rem 0 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (width >= 1280px) {
  .subnavigation__list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 120px 0 0;
    padding: 0 6.66667rem 0 0;
    margin: 0;
    overflow: hidden;
    background: var(--subnavigation-bg-color-desktop);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.subnavigation__item {
  display: block;
  margin-right: 25px;
  margin-right: 1.38889rem;
  margin-bottom: 25px;
  margin-bottom: 1.38889rem;
  text-indent: 0;
}
@media screen and (width >= 1280px) {
  .subnavigation__item {
    display: inline-block;
    margin-bottom: 15px;
    margin-bottom: 0.83333rem;
  }
}
.subnavigation__item::before {
  content: none;
}
.subnavigation__item:last-of-type {
  margin-right: 0;
}
.subnavigation__item--active a {
  color: var(--subnavigation-link-color-active);
}
.subnavigation__link {
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
  line-height: 30px;
  line-height: 1.66667rem;
  color: var(--subnavigation-link-color);
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
}
@media screen and (width >= 1280px) {
  .subnavigation__link {
    width: 100%;
    text-wrap: nowrap;
  }
}
.subnavigation__link:hover, .subnavigation__link:focus {
  color: var(--subnavigation-link-color-hover);
}
.subnavigation__toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100px;
  width: 5.55556rem;
  height: 66px;
  height: 3.66667rem;
  padding: 10px;
  padding: 0.55556rem;
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 600;
  line-height: 30px;
  line-height: 1.66667rem;
  letter-spacing: 6%;
  color: var(--subnavigation-title-color);
  text-align: right;
  cursor: pointer;
  background: none;
  border: none;
}
@media screen and (width >= 1280px) {
  .subnavigation__toggle {
    top: 10px;
    top: 0.55556rem;
    z-index: 1;
    display: none;
    height: calc(100% - 20px);
    height: calc(100% - 1.11111rem);
    padding: 10px 20px;
    padding: 0.55556rem 1.11111rem;
    border-left: 1px solid #C6C6CC;
    border-left: 0.05556rem solid #C6C6CC;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .subnavigation__toggle.show-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.subnavigation__toggle__text {
  display: none;
}
@media screen and (width >= 1280px) {
  .subnavigation__toggle__text {
    display: inline-block;
    font-family: var(--font_primary);
    font-size: 16px;
    font-size: 0.88889rem;
    font-weight: 700;
    line-height: 30px;
    line-height: 1.66667rem;
    text-transform: uppercase;
  }
}
.subnavigation__toggle::after {
  content: "";
  position: relative;
  top: -6px;
  top: -0.33333rem;
  right: -5px;
  right: -0.27778rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  width: 0.88889rem;
  height: 16px;
  height: 0.88889rem;
  background-color: var(--subnavigation-more-toggle-color);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14m-7-7h14' fill='%23000000' stroke='%23000000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14m-7-7h14' fill='%23000000' stroke='%23000000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (width >= 1280px) {
  .subnavigation__toggle::after {
    position: absolute;
    top: 15px;
    top: 0.83333rem;
    width: 20px;
    width: 1.11111rem;
    height: 20px;
    height: 1.11111rem;
    background-color: var(--subnavigation-more-toggle-color);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14m-7-7h14' fill='%23000000' stroke='%23000000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14m-7-7h14' fill='%23000000' stroke='%23000000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}
.subnavigation--show-more .subnavigation__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.subnavigation--show-more::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  width: 16.66667rem;
  height: calc(100% - 1px);
  height: calc(100% - 0.05556rem);
  background: var(--subnavigation-gradient);
  pointer-events: none;
}
.subnavigation--active .subnavigation__list {
  display: block;
}
@media screen and (width >= 1280px) {
  .subnavigation--active .subnavigation__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.subnavigation--active .subnavigation__toggle::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14' fill='%23000000' stroke='%23000000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14' fill='%23000000' stroke='%23000000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
@media screen and (width >= 1280px) {
  .subnavigation--active .subnavigation__toggle::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14' fill='%23000000' stroke='%23000000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14' fill='%23000000' stroke='%23000000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}
@media all and (width >= 1280px) {
  .subnavigation--solid .subnavigation__container {
    padding: 20px 40px 5px;
    padding: 1.11111rem 2.22222rem 0.27778rem;
    background: var(--subnavigation-solid-background);
    border-radius: var(--subnavigation-solid-border-radius);
    margin-top: 50px;
    margin-top: 2.77778rem;
    margin-bottom: 20px;
    margin-bottom: 1.11111rem;
  }
}
.subnavigation--solid .subnavigation__container::before {
  content: none;
}
.subnavigation--solid .subnavigation__title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  height: 2.77778rem;
  padding: 2px 35px 3px 70px;
  padding: 0.11111rem 1.94444rem 0.16667rem 3.88889rem;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: var(--color_primary);
  background-image: url("/themes/atlas/assets/dist/images/icons/subnav-icon.svg");
  background-position: 20px center;
  background-position: 1.11111rem center;
  background-repeat: no-repeat;
  background-size: 35px 20px;
  background-size: 1.94444rem 1.11111rem;
  border-radius: var(--subnavigation-solid-border-radius);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 70px;
  padding-left: 3.88889rem;
  margin-top: 20px;
  margin-top: 1.11111rem;
}
@media all and (width >= 1280px) {
  .subnavigation--solid .subnavigation__title {
    position: absolute;
    top: -55px;
    top: -3.05556rem;
    left: 15px;
    left: 0.83333rem;
    height: auto;
    font-size: 14px;
    font-size: 0.77778rem;
    background-size: 23px 13px;
    background-size: 1.27778rem 0.72222rem;
    border-radius: var(--subnavigation-solid-border-radius) var(--subnavigation-solid-border-radius) 0 0;
    padding-left: 55px;
    padding-left: 3.05556rem;
  }
}
.subnavigation--solid .subnavigation__title::before {
  content: none;
}
.subnavigation--solid .subnavigation__toggle {
  width: 120px;
  width: 6.66667rem;
  height: 50px;
  height: 2.77778rem;
  font-size: 0;
  background-color: transparent;
  border: 0;
  border-radius: 10px;
  border-radius: 0.55556rem;
  margin-right: 10px;
  margin-right: 0.55556rem;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (width >= 1280px) {
  .subnavigation--solid .subnavigation__toggle {
    height: calc(100% - 20px);
    height: calc(100% - 1.11111rem);
    font-size: 16px;
    font-size: 0.88889rem;
    background-color: var(--subnavigation-toggle-background);
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.subnavigation--solid .subnavigation__toggle::after {
  top: auto;
  right: auto;
  width: 30px;
  width: 1.66667rem;
  height: 30px;
  height: 1.66667rem;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (width >= 1280px) {
  .subnavigation--solid .subnavigation__toggle::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    right: 1.11111rem;
    width: 15px;
    width: 0.83333rem;
    height: 15px;
    height: 0.83333rem;
  }
}
.subnavigation--solid.subnavigation--active .subnavigation__title {
  border-radius: var(--subnavigation-solid-border-radius) var(--subnavigation-solid-border-radius) 0 0;
}
.subnavigation--solid.subnavigation--active .subnavigation__list {
  background: var(--subnavigation-solid-background);
  border-radius: 0 0 var(--subnavigation-solid-border-radius) var(--subnavigation-solid-border-radius);
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
@media all and (width >= 1280px) {
  .subnavigation--solid.subnavigation--active .subnavigation__list {
    margin-bottom: 0;
  }
}
.subnavigation--solid.subnavigation--active::after {
  content: none;
}
.subnavigation--solid.subnavigation--show-more::after {
  background: var(--subnavigation-solid-gradient);
  border-radius: 0 var(--subnavigation-solid-border-radius) var(--subnavigation-solid-border-radius) 0;
}

:root {
  --team-name-color: #1a1a1a;
  --team-title-color: #1a1a1a;
  --team-link-color: #1a1a1a;
  --team-link-color-hover: #ccc;
}

.employees__employee {
  width: 100%;
}
.employees__employee > .button.button-primary {
  margin-top: 10px;
  margin-top: 0.55556rem;
}
.employees__employee::before {
  content: none;
}
.employees__employee:hover .employees__employee--image::before, .employees__employee:focus .employees__employee--image::before {
  border: 15px solid rgba(255, 255, 255, 0.35);
  border: 0.83333rem solid rgba(255, 255, 255, 0.35);
}
.employees__employee--image {
  position: relative;
  display: block;
}
.employees__employee--image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.employees__employee--name {
  display: block;
  margin: 10px 0 !important;
  margin: 0.55556rem 0 !important;
  font-size: 20px;
  font-size: 1.11111rem;
  color: var(--team-name-color) !important;
}
.employees__employee--name::after {
  display: none !important;
}
.employees__employee--title {
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 500;
  line-height: 24px;
  line-height: 1.33333rem;
  color: var(--team-title-color);
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
}
.employees__employee--link {
  position: relative;
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
  line-height: 24px;
  line-height: 1.33333rem;
  letter-spacing: 1px;
  letter-spacing: 0.05556rem;
  color: var(--team-link-color);
  text-transform: uppercase;
}
.employees__employee--link::before {
  content: none;
}

.employee-modal {
  text-align: left;
}
.employee-modal .employees__employee--image {
  overflow: hidden;
  border-radius: 10px;
  border-radius: 0.55556rem;
}
@media all and (min-width: 1280px) {
  .employee-modal .employees__employee--image {
    min-width: 240px;
    min-width: 13.33333rem;
    margin-right: 25px !important;
    margin-right: 1.38889rem !important;
  }
}
.employee-modal .employees__employee--name {
  font-family: var(--font_primary);
  font-size: 30px;
  font-size: 1.66667rem;
  font-weight: 700;
  line-height: 36px;
  line-height: 2rem;
}
.employee-modal .employees__employee--title {
  font-family: var(--font_primary);
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: 400;
  line-height: 30px;
  line-height: 1.66667rem;
}
.employee-modal__summary,
.employee-modal .summary {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.55556rem;
}
.employee-modal__btn-connect,
.employee-modal a.btn-connect {
  font-size: 30px;
  font-size: 1.66667rem;
  line-height: 40px;
  line-height: 2.22222rem;
  color: #009696;
}
.employee-modal__btn-connect:hover, .employee-modal__btn-connect:focus,
.employee-modal a.btn-connect:hover,
.employee-modal a.btn-connect:focus {
  color: var(--team-link-color-hover);
}

.employee-info {
  padding: 60px 40px 80px;
  padding: 3.33333rem 2.22222rem 4.44444rem;
  text-align: left !important;
}
@media all and (min-width: 1280px) {
  .employee-info {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
  }
}

:root {
  --news-item-border: #1a1a1a;
  --news-item-heading-color: #1a1a1a;
  --news-item-text-color: #1a1a1a;
  --news-item-link-color: #1a1a1a;
  --news-item-link-color-hover: #ccc;
  --news-view-all-link-color: #1a1a1a;
  --news-view-all-link-color-hover: #ccc;
  --news-post-date-color: #595959;
}

.news-posts {
  width: 100%;
  max-width: 1588px;
  max-width: 88.22222rem;
  padding: 0 50px 55px;
  padding: 0 2.77778rem 3.05556rem;
  margin: 58px auto 0;
  margin: 3.22222rem auto 0;
}
.news-posts .news-items .news-item .news-item-info .date-title {
  width: 100%;
}
.news-posts .news-items .news-item .news-item-info .date-title .news-item-date {
  margin-bottom: 20px;
  margin-bottom: 1.11111rem;
}
.news-posts .news-items .news-item .news-item-info .date-title h2 {
  min-height: auto !important;
  margin-bottom: 10px;
  margin-bottom: 0.55556rem;
}
@media (width >= 768px) {
  .news-posts .news-items .news-item {
    width: calc(33% - 30px) !important;
    width: calc(33% - 1.66667rem) !important;
  }
}
.news-posts .news-items .news-item:last-of-type {
  margin-right: 30px !important;
  margin-right: 1.66667rem !important;
}
.news-posts h2 {
  margin-bottom: 0;
}
.news-posts__news-item {
  width: 100%;
}
.news-posts__news-item .card {
  padding: 20px 40px 80px;
  padding: 1.11111rem 2.22222rem 4.44444rem;
}
@media all and (min-width: 1280px) {
  .news-posts__news-item .card {
    padding: 20px 40px 40px;
    padding: 1.11111rem 2.22222rem 2.22222rem;
  }
}
@media (width >= 768px) {
  .news-posts__news-item {
    width: calc(33% - 20px);
    width: calc(33% - 1.11111rem);
  }
}
.news-posts .news-items .news-item {
  padding-bottom: 40px;
  padding-bottom: 2.22222rem;
  margin-bottom: 40px;
  margin-bottom: 2.22222rem;
  border-bottom: 1px solid var(--news-item-border);
  border-bottom: 0.05556rem solid var(--news-item-border);
}

.news-posts__news-item-info {
  text-align: center;
}
.news-posts__news-item-info h2,
.news-posts__news-item-info h3 {
  font-family: var(--font_primary);
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--news-heading-text-color);
}
@media all and (min-width: 1280px) {
  .news-posts__news-item-info h2,
  .news-posts__news-item-info h3 {
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 28px;
    line-height: 1.55556rem;
  }
}
@media all and (min-width: 1280px) {
  .news-posts__news-item-info {
    text-align: left;
  }
}
.news-posts__news-item-blurb {
  margin: 10px 0 23px;
  margin: 0.55556rem 0 1.27778rem;
}
.news-posts__news-item-blurb p {
  font-family: var(--font_primary);
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--news-item-text-color);
}
@media all and (min-width: 1280px) {
  .news-posts__news-item-blurb p {
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 28px;
    line-height: 1.55556rem;
  }
}
.news-posts__news-item-date {
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 300;
  line-height: 12px;
  line-height: 0.66667rem;
  margin-top: 10px;
  margin-top: 0.55556rem;
}
.news-posts__view-all-news {
  position: relative;
  top: -80px;
  top: -4.44444rem;
  width: 100%;
  padding: 0 35px;
  padding: 0 1.94444rem;
  text-align: right;
}
.news-posts__view-all-news a {
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 700;
  line-height: 24px;
  line-height: 1.33333rem;
  color: var(--news-view-all-link-color);
}
@media all and (min-width: 1280px) {
  .news-posts__view-all-news {
    top: -100px;
    top: -5.55556rem;
    width: calc(100% - 360px);
    width: calc(100% - 20rem);
    padding: 0 15%;
    margin-left: 360px;
    margin-left: 20rem;
  }
}

.news-detail__image {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
.news-detail__image img {
  width: 100%;
}
.news-detail__date {
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 700;
  line-height: 18px;
  line-height: 1rem;
  color: var(--news-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}

.news-posts-listing__news-item {
  width: 100%;
}
.news-posts-listing__news-headline {
  font-family: var(--font_primary);
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: 700;
  line-height: 28px;
  line-height: 1.55556rem;
  color: var(--news-heading-text-color);
}
.news-posts-listing__news-date {
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 700;
  line-height: 18px;
  line-height: 1rem;
  color: var(--news-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}
.news-posts-listing__news-blurb {
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}

.news-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  margin-bottom: 3.33333rem;
}
.news-search input[type=text] {
  margin: 0 15px 0 0;
  margin: 0 0.83333rem 0 0;
}

.featured-news__news-items {
  display: block;
  width: 100%;
}
@media all and (min-width: 800px) {
  .featured-news__news-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.featured-news__news-item {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.66667rem;
}
@media all and (min-width: 800px) {
  .featured-news__news-item {
    margin-right: 30px;
    margin-right: 1.66667rem;
    margin-bottom: 0;
  }
}
.featured-news__news-item:last-of-type {
  margin-right: 0;
}
.featured-news__news-item-date {
  display: block;
  font-family: var(--font_primary);
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: 700;
  line-height: 18px;
  line-height: 1rem;
  color: var(--news-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}
.featured-news__view-all-news {
  margin-top: 30px;
  margin-top: 1.66667rem;
}
@media all and (min-width: 800px) {
  .featured-news__view-all-news {
    margin-top: 50px;
    margin-top: 2.77778rem;
  }
}

:root {
  --calendar-prev-next-color: #464646;
  --calendar-prev-next-color-hover: #1a1a1a;
  --calendar-text-color: #1a1a1a;
  --calendar-other-month-bg: #f5f5f5;
  --calendar-other-month-text-color: #a7a7a7;
  --calendar-link-color: #464646;
  --calendar-link-color-hover: #1a1a1a;
}

#map_canvas {
  width: 100%;
  height: 600px;
  height: 33.33333rem;
  margin-bottom: 50px;
  margin-bottom: 2.77778rem;
}

:root {
  --location-name: #aa4492;
  --location-icon-color: #aa4492;
  --location-category-name: #595959;
  --location-caption-text: #595959;
  --location-section-title: #1a1a1a;
  --location-directions-underline: #aa4492;
  --location-link-color: #aa4492;
  --location-link-color-hover: #262626;
}

.locations-map {
  max-height: 350px;
  max-height: 19.44444rem;
  overflow: hidden;
  border: 20px solid #fff;
  border: 1.11111rem solid #fff;
  border-radius: 10px;
  border-radius: 0.55556rem;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1.94444rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1.94444rem 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 45px;
  margin-bottom: 2.5rem;
}
.locations-map #map_canvas {
  margin-bottom: 0;
  height: 310px;
  height: 17.22222rem;
  max-height: 310px;
  max-height: 17.22222rem;
}

.locations-list__category-name {
  color: var(--location-category-name);
}
.locations-list__location-name {
  color: var(--location-name) !important;
}
.locations-list__location-caption p {
  display: block;
  font-family: var(--font_primary);
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: 300;
  line-height: 18px;
  line-height: 1rem;
  color: var(--location-caption-text);
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-bottom: 0.83333rem;
}
.locations-list__location-information {
  padding-top: 0;
}
.locations-list__location-phone {
  position: relative;
  display: block;
  margin: 15px 0;
  margin: 0.83333rem 0;
  font-size: 18px;
  font-size: 1rem;
  padding-left: 30px;
  padding-left: 1.66667rem;
}
.locations-list__location-phone svg {
  width: 30px;
  width: 1.66667rem;
  height: 30px;
  height: 1.66667rem;
  padding: 7px;
  padding: 0.38889rem;
  background: #e6e6e6;
  border-radius: 5px;
  border-radius: 0.27778rem;
  margin-right: 7px;
  margin-right: 0.38889rem;
}
.locations-list__location-phone a {
  color: var(--location-link-color) !important;
  border-bottom: 0 !important;
}
.locations-list__location-phone a:hover, .locations-list__location-phone a:focus {
  color: var(--location-link-color-hover) !important;
}
.locations-list__location-description {
  position: relative;
  display: block;
  padding-left: 30px;
  padding-left: 1.66667rem;
  margin: 0 0 15px;
  margin: 0 0 0.83333rem;
}
.locations-list__location-description svg {
  top: 5px;
  top: 0.27778rem;
}
.locations-list__location-direction::after {
  content: "";
  position: relative;
  display: block;
  width: 60px;
  width: 3.33333rem;
  height: 3px;
  height: 0.16667rem;
  margin: 30px 0;
  margin: 1.66667rem 0;
  background: var(--location-directions-underline);
  border-radius: 50px;
  border-radius: 2.77778rem;
}
.locations-list__location-details-link {
  text-align: center;
  margin-top: 15px;
  margin-top: 0.83333rem;
}

.faq__category-title {
  margin: 40px 0 20px;
  margin: 2.22222rem 0 1.11111rem;
}

/* @forward "_THEME/components/subpage"; */
/*
  SCSS Variables
*/
/* Toggle for desktop navigation layout:
    true = enable desktop-specific nav styles (e.g., horizontal layout)
    false = keep mobile nav layout across all screen sizes */
/*
  Grid Settings
*/
/*
  Site Width
*/
/*
  Breakpoints
*/
/*
  Functions
*/
:root {
  /*
    Fonts
      - Default font size is generally set to the standard body text font size
  */
  --font_primary: "Audrey Text", sans-serif;
  --font_secondary: "Audrey Display", sans-serif;
  --default_line-height: 1.25em;
  --default_text-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
  --default_text-shadow: 0 0 1.66667rem 0 rgb(0 0 0 / 15%);
  /*  !! IF YOU UPDATE THIS, ALSO UPDATE IN GULP FILE - LINE 57 :: Default "18" */
  --default_font-size: 18PX;
  /*
    Site Standard Colors
      - Add additional colors according to style guide
  */
  --color_primary: rgb(219 0 7 / 100%);
  --color_secondary: rgb(255 188 13 / 100%);
  --color_tertiary: rgb(203 219 47 / 100%);
  --color_gray: rgb(186 186 191 / 100%);
  --color_gray-medium: rgb(186 186 191 / 100%);
  --color_gray-dark: rgb(0 0 0 / 100%);
  --color_link: rgb(219 0 7 / 100%);
  --color_bg-light: rgb(255 253 233 / 100%);
  --color_bg-dark: rgb(0 0 0 / 100%);
  --color_gradient: linear-gradient(98deg, rgb(219 0 7 / 100%) 2.73%, rgb(219 0 7 / 100%) 100%);
  /*
    Theme Colors
      - Optional additional theme color variables
  */
  --color_aqua: rgb(142 231 248 / 100%);
  --color_lavendar: rgb(208 201 255 / 100%);
  /*
    Header & Footer Colors
  */
  --header-background: rgb(255 253 233 / 100%);
  --header-text-color: rgb(0 0 0 / 100%);
  --footer-bg-color: rgb(208 201 255 / 100%);
  --footer-text-color: rgb(0 0 0 / 100%);
  /*
    Navigation & Interaction Colors
  */
  --nav-background: rgb(0 0 0 / 100%);
  --tab-animated-bg-color-selected: rgb(219 0 7 / 100%);
  --login-bg: rgb(255 188 13 / 100%);
  /*
    Border Settings
      - buttons, boxes, etc..
      - border-width should have caps PX to prevent conversion to REM
  */
  --default_border-radius: 15px;
  --default_border-radius: 0.83333rem;
  --default_border-width: 2PX;
  --default_active-border-width: 4PX;
  /*
    Other Default Settings
  */
  --default_box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
  --default_box-shadow: 0 0 1.66667rem 0 rgb(0 0 0 / 15%);
  --default_active-box-shadow: 0px 0px 60px 0px rgb(0 0 0 / 25%);
  --default_active-box-shadow: 0 0 3.33333rem 0 rgb(0 0 0 / 25%);
  --default_site-width: calc(1440 * 1PX);
  --default_content-width: calc(1360 * 1PX);
  --default_gutter: calc(20PX * 1PX);
  --default_button-height: 50PX;
  --default_site-margin-lg-one-side: calc(140);
  --default_site-margin-sm-one-side: calc(30);
  --default_site-margin-lg: calc(140 * 2PX);
  --default_site-margin-sm: calc(30 * 2PX);
}