@charset "UTF-8";

:root {
    --clr-primary: #00377b;
    --clr-primary-med: #007fad;
    --clr-primary-light: #65bbe9;
    --clr-secondary: #efac14;
}

.tray--hero--video--light-box .light-box-trigger,
.player .controls button.playpause-inner.pause .bi-play-circle,
.player .controls button.playpause-inner.pause .bi-pause-circle,
.player .controls button:not(.pause) .bi-pause-circle,
.player .controls button:not(.pause) .bi-play-circle,
.player .controls button {
    transition: all 0.1s linear;
}

.tray--hero .text-wrapper,
.light-box__content,
.light-box {
    transition: all 0.25s linear;
}

.ratio--16-9 {
    position: relative;
    overflow: hidden;
}

    .ratio--16-9:before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 56.25%;
        overflow: hidden;
    }

    .ratio--16-9 > .content,
    .ratio--16-9 > img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.ratio--9-16 {
    position: relative;
    overflow: hidden;
}

    .ratio--9-16:before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 177.7777777778%;
        overflow: hidden;
    }

    .ratio--9-16 > .content,
    .ratio--9-16 > img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.ratio--4-5 {
    position: relative;
    overflow: hidden;
}

    .ratio--4-5:before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 125%;
        overflow: hidden;
    }

    .ratio--4-5 > .content,
    .ratio--4-5 > img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.ratio--4-3 {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

    .ratio--4-3:before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 75%;
        overflow: hidden;
    }

    .ratio--4-3 > .content,
    .ratio--4-3 > img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.ratio--1-1 {
    position: relative;
    overflow: hidden;
}

    .ratio--1-1:before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 100%;
        overflow: hidden;
    }

    .ratio--1-1 > .content,
    .ratio--1-1 > img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .ratio--1-1 > .content,
    .ratio--1-1 > img {
        width: 104%;
        max-width: unset;
    }

.center-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.campaign main {
    padding-top: 0;
}

.campaign footer {
    margin-top: 20px;
}

.filter-toolbar ul li:first-child {
    position: relative;
}

    .filter-toolbar ul li:first-child:after {
        content: '';
        top: -20px;
        right: 0;
        position: absolute;
        display: block;
        width: 1px;
        height: 60px;
        background-color: #0098cf;
    }

header nav.desktop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

    header nav.desktop ul {
        display: none;
        width: 100%;
    }

header nav.mobile .menu-list li a.close {
    float: none;
}

header .logo--vert img {
    max-width: 80%;
}

header nav.mobile .menu-wrap ul.menu-list .icon.close img {
    width: 25px;
}

header nav.mobile .menu-wrap ul.menu-list .icon img {
    width: 5px;
}

@media (min-width: 992px) {
    header nav.desktop {
        align-items: stretch;
    }

        header nav.desktop ul {
            display: flex;
            align-items: stretch;
        }

            header nav.desktop ul li {
                display: flex;
                height: 100%;
                align-items: center;
            }

                header nav.desktop ul li:hover,
                header nav.desktop ul li:focus {
                    background-color: #edeeee;
                }
}

@media (min-width: 1200px) {
    header nav.desktop {
        display: flex;
        flex-wrap: nowrap;
    }

        header nav.desktop ul {
            margin-left: auto;
        }

    header .logo--vert {
        position: relative;
    }

        header .logo--vert img {
            max-width: 200px;
            height: unset;
        }
}
/*
font-family:"Noto Serif", serif;
font-family:"Overpass", sans-serif;
font-family:"Roboto", sans-serif;
font-family:"Roboto Slab", serif;
*/
.align-center {
    text-align: center;
}

h2.line {
    height: auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

    h2.line:before {
        background: #cccccc;
        content: ' ';
        display: block;
        height: 1px;
        position: absolute;
        right: 0;
        top: 50%;
        width: 100%;
        z-index: 0;
    }

    h2.line span {
        background: #ffffff;
        padding: 0 20px;
        position: relative;
    }

.img-wrap {
    position: relative;
}

    .img-wrap img {
        max-width: 100%;
    }

.spacer {
    clear: both;
    height: 30px;
}

.sponsors {
    margin: 0 -15px 0px;
    text-align: center;
}

    .sponsors img {
        border: 1px solid #cccccc;
        height: 98px;
        margin: 0 15px 30px;
        width: 258px;
    }

.partners {
    padding: 20px;
    margin: 0px 20px -30px 20px;
}

html {
    font-size: 62.5%;
}

.body,
body {
    /* background: #000; */
    color: #000;
    font-family: 'Noto Serif', serif;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.25px;
    -webkit-font-smoothing: antialiased;
}

.h1,
h1 {
    font-family: 'Oswald Bold', sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 3.8rem;
    margin: 0 0 10px;
}

    .h1,
    h1.caps {
        text-transform: uppercase;
        font-family: 'Oswald SemiBold', sans-serif;
        margin: 0 0 12px;
    }

.h2,
h2 {
    font-family: 'Oswald Bold', sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 3.2rem;
    margin: 0 0 30px;
}

.h3,
h3 {
    font-family: 'Overpass', sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2.6rem;
    margin: 0 0 15px;
}

    .h3.condensed,
    h3.condensed {
        font-weight: 500;
        font-family: 'Oswald Bold', sans-serif;
    }

    .h3.slab,
    h3.slab {
        font-family: 'Roboto Slab', serif;
        text-transform: uppercase;
    }

.h4,
h4 {
    font-family: 'Oswald Bold', sans-serif;
    font-size: 2rem;
    line-height: 2.4rem;
    margin: 0 0 10px;
}

.h5,
h5 {
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 2.4rem;
    margin: 0 0 10px;
}

.h6,
h6 {
    text-transform: uppercase;
    font-family: 'Overpass';
    font-weight: 700;
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 12px;
}

.eyebrow {
    text-transform: uppercase;
    font-family: 'Overpass';
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 12px;
}

    .eyebrow.condensed {
        font-weight: 500;
        font-family: 'Oswald Bold', sans-serif;
    }

.underline {
    text-decoration: underline;
}

.eyebrow.no-upper {
    text-transform: none;
}

.eyebrow.slab {
    color: #333333;
    font-family: 'Roboto Slab';
}

.deck {
    font-family: 'Overpass', sans-serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.subhead {
    font-family: 'Oswald Bold';
    font-size: 26px;
    line-height: 26px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

sup {
    vertical-align: -webkit-baseline-middle;
}

img {
    vertical-align: bottom;
}

strong {
    font-weight: 700;
    letter-spacing: 0.5px;
}

p {
    font-size: 1.6rem;
    margin: 0 0 30px;
}

ul {
    margin: 0 0 30px 40px;
    padding: 0;
}

    ul li {
        margin: 0 0 30px 0px;
        list-style: none;
        padding: 0;
    }

.copy ul {
    margin: 0 0 30px 30px;
    padding: 0;
}

    .copy ul.w-margins {
        margin: 0 0 30px 30px !important;
        padding: 0;
    }

    .copy ul li::before {
        content: '•';
        color: var(--clr-primary-med);
        font-weight: bold;
        display: inline-block;
        width: 30px;
        margin-left: -30px;
    }

ul ul {
    margin: 15px 0 15px 45px;
}

ol {
    margin: 0 0 30px 40px;
    padding: 0;
}

    ol li {
        margin: 0 0 10px;
        padding: 0;
    }

    ol ol {
        list-style-type: lower-alpha;
        margin: 15px 0 15px 45px;
    }

hr {
    background: #dcddde;
    border: none;
    clear: both;
    height: 1px;
    margin: 0 0 30px;
}

a {
    color: var(--clr-primary);
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: var(--clr-primary);
        outline: none;
        text-decoration: underline;
    }

table {
    margin: 0 0 30px;
    width: 100%;
}

    table thead th {
        background: #1b1b1b;
        border: 1px solid #1b1b1b;
        color: #fff;
        padding: 10px 15px;
        text-transform: uppercase;
    }

    table tbody tr td {
        border: 1px solid #1b1b1b;
        padding: 10px 15px;
    }

    table tbody tr:nth-child(even) {
        background: #fff;
    }

    table tbody tr:nth-child(odd) {
        background: #edeeee;
    }

form {
    line-height: 2rem;
}

    form label {
        display: block;
        margin: 0 0 30px;
    }

        form label > span:first-child {
            display: block;
            font-family: 'Overpass', sans-serif;
            font-weight: 800;
            font-size: 1.4rem;
            line-height: 1.9rem;
            margin: 0 0 10px;
        }

    form select,
    form input[type='text'],
    form input[type='email'],
    form input[type='password'],
    form textarea {
        border: 1px solid #dcddde;
        font-family: 'Overpass', sans-serif;
        font-weight: 800;
        font-size: 1.4rem;
        letter-spacing: 0.47px;
        line-height: 2rem;
        padding: 14px;
        width: 100%;
    }

        form select:focus,
        form input[type='text']:focus,
        form input[type='email']:focus,
        form input[type='password']:focus,
        form textarea:focus {
            outline: none;
        }

    form select {
        height: 50px;
    }

/* Custom Checkbox */
label.checkbox {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    label.checkbox input[type='checkbox'] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    label.checkbox .checkmark {
        position: absolute;
        top: 2px;
        left: 0;
        height: 15px;
        width: 15px;
        background-color: #eee;
    }

    /* When the checkbox is checked, add a blue background */
    label.checkbox input:checked ~ .checkmark {
        background-color: #eee;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    label.checkbox .checkmark:after {
        content: '';
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    label.checkbox input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    label.checkbox .checkmark:after {
        left: 5px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid var(--clr-primary-med);
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.custom-select {
    position: relative;
}

    .custom-select::after {
        content: url('../img/svg/icon-arrow-solid-dark.svg');
        zoom: 2;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        top: 7.5px;
        right: 10px;
        pointer-events: none;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    }

.open.custom-select::after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.custom-select select {
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    margin-bottom: 40px;
    background: none;
    border: none;
    outline: none;
    border: 1px solid var(--clr-primary-light) !important;
    border: 1px solid var(--clr-primary-med) !important;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
}

form textarea {
    min-height: 200px;
    resize: vertical;
}

form button {
    background: var(--clr-primary);
    border: 2px solid var(--clr-primary);
    color: #fff;
    display: inline-block;
    font-family: 'Overpass', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 2rem;
    min-width: 217px;
    padding: 13px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease;
    white-space: nowrap;
}

    form button:hover,
    form button:focus {
        background: var(--clr-primary);
        color: #fff;
    }

form.doctor-search-form.desktop {
    display: none;
}

form.doctor-search-form.mobile {
    padding: 30px;
}

form.doctor-search-form .checkmark {
    background: white;
    border: 2px solid var(--clr-primary);
}

    form.doctor-search-form .checkmark:after {
        left: 4px;
        top: 0px;
        width: 5px;
        height: 10px;
        border: solid var(--clr-primary);
        border-width: 0 3px 3px 0;
    }

form.doctor-search-form input {
    border: 1px solid var(--clr-primary-med);
    margin-bottom: 20px;
}

form.doctor-search-form input {
    border: 1px solid var(--clr-primary-med);
    margin-bottom: 20px;
}

form.doctor-search-form label {
    margin-bottom: 10px;
    font-family: 'Overpass';
    font-size: 1.6rem;
    font-weight: 700;
}

.filter-toolbar.mobile .menu-wrap {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.search-filter-list {
    display: flex;
    flex-wrap: wrap;
}

    .search-filter-list .search-filter-list__item {
        font-size: 1.4rem;
        margin-right: 40px;
        position: relative;
    }

        .search-filter-list .search-filter-list__item:hover {
            text-decoration: none;
        }

        .search-filter-list .search-filter-list__item img {
            position: absolute;
            height: 10px;
            top: 2px;
            right: -15px;
        }

    .search-filter-list .search-filter-list__clear {
        font-size: 1.4rem;
        text-decoration: underline;
    }

.vertical-rule {
    border-right: 1px solid var(--clr-primary-med);
}

.header-ad-space {
    text-align: center;
    padding: 0 30px 30px 30px;
}

    .header-ad-space img {
        height: auto;
        width: 100%;
    }

.space-left {
    padding: 0px clamp(50px, 10vw, 120px) 0px 0px;
}

    .space-left img {
        height: auto;
        max-width: 100%;
    }

.space-left-side {
    padding: 0px 50px 0px 0px;
}

    .space-left-side img {
        height: auto;
        width: 100%;
    }

.no-margin {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 768px) {
    .header-ad-space {
        padding: 30px 20vw;
    }
}

@media (min-width: 992px) {
    form.doctor-search-form.mobile {
        display: none;
    }

    form.doctor-search-form.desktop {
        display: block;
    }
}

@media (min-width: 768px) {
    .position-absolute-bottom {
        position: absolute !important;
        bottom: 0;
    }
}
/* Colors
======================================================================================*/
/* Grays
  Black 		#000000
  Gray-1 		#1B1B1B
  Gray-2 		#333333
  Gray-3 		#606A70
  Gray-4 		#DCDDDE
  Gray-5 		#EDEEEE
  White		#ffffff
*/
.black {
    background: #000 !important;
}

.black-text {
    color: #000 !important;
}

.gray-1 {
    background: #1b1b1b !important;
}

.gray-1-text {
    color: #1b1b1b !important;
}

.gray-2 {
    background: #333333 !important;
}

.gray-2-text {
    color: #333333 !important;
}

.gray-3 {
    background: #333333 !important;
}

.gray-3-text {
    color: #333333 !important;
}

.gray-4 {
    background: #dcddde !important;
}

.gray-4-text {
    color: #dcddde !important;
}

.gray-5 {
    background: #edeeee !important;
}

.gray-5-text {
    color: #edeeee !important;
}

.white {
    background: #fff !important;
}

.white-text {
    color: #fff !important;
}

/* Colors
  Primary 			var(--clr-primary)
  Primary Light 		#0098CF
  Secondary 			var(--clr-secondary)
*/
.transparent {
    background: transparent !important;
}

.primary {
    background: var(--clr-primary) !important;
}

.primary-text {
    color: var(--clr-primary) !important;
}

.primary-light {
    background: var(--clr-primary-med) !important;
}

.primary-light-text {
    color: var(--clr-primary-med) !important;
}

.grey-box-text {
    color: var(--clr-primary) !important;
}

.secondary {
    background: var(--clr-secondary) !important;
}

.secondary-text {
    color: var(--clr-secondary) !important;
}

.fonts .family {
    margin: 0 0 30px;
}

    .fonts .family p {
        margin: 10px 0;
    }

.icons {
    margin: 0 0 30px;
    padding: 15px;
    text-align: center;
}

    .icons img {
        margin: 0 15px;
        vertical-align: middle;
    }

.buttons {
    margin: 0 0 30px;
    padding: 15px;
}

    .buttons a {
        margin: 5px;
    }

.swatches {
    margin: 0 -5px 20px;
    overflow: hidden;
    text-align: center;
}

    .swatches .swatch-wrap {
        border: 1px solid #dcddde;
        float: left;
        margin: 0 5px 10px;
        width: 130px;
    }

        .swatches .swatch-wrap h5 {
            font-size: 1.4rem;
            margin: 0;
        }

    .swatches .swatch {
        border-top: 1px solid #dcddde;
        padding: 25px 15px;
    }

/* Global
======================================================================================*/
.bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.no-outside-gutters {
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width: 425px) {
    .no-mobile-gutters {
        padding: 0;
    }
}

.tray--stories .story-cards-wrapper .story-card--featured .ratio--16-9 {
    max-height: 600px;
}

.tray--stories .story-cards-wrapper .story-card {
    display: flex;
    flex-direction: column;
}

.background-image {
    margin-top: auto;
}

/* Utilities */
.align-center {
    text-align: center;
}

.align-justify {
    text-align: justify;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.clear {
    clear: both;
}

@media (min-width: 576px) {
    .absolute-bottom-desktop {
        position: absolute !important;
        bottom: 0;
    }
}

.clickable {
    cursor: pointer;
}

.fade {
    opacity: 0.5;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.margin-lg {
    margin-bottom: 60px !important;
}

.margin-md {
    margin-bottom: 30px !important;
}

.margin-sm {
    margin-bottom: 15px !important;
}

.margin-xs {
    margin-bottom: 10px !important;
}

.margin-none {
    margin: 0 !important;
}

.margin-pull-lg {
    margin-bottom: -60px !important;
}

.margin-pull-md {
    margin-bottom: -30px !important;
}

.margin-pull-sm {
    margin-bottom: -15px !important;
}

.margin-pull-xs {
    margin-bottom: -10px !important;
}

.margin-none {
    margin: 0 !important;
}

.nowrap {
    white-space: nowrap;
}

.offset-left {
    margin-left: -30px;
}

.padding-lg {
    padding: 60px !important;
}

.padding-md {
    padding: 30px !important;
}

.padding-sm {
    padding: 15px !important;
}

.padding-xs {
    padding: 10px !important;
}

.padding-none {
    padding: 0 !important;
}

.pipe {
    margin: 0 5px;
}

.rounded {
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
}

.spacer-xl {
    clear: both;
    height: 75px;
}

.spacer-lg {
    clear: both;
    height: 60px;
}

.spacer-md {
    clear: both;
    height: 30px;
}

.spacer-sm {
    clear: both;
    height: 15px;
}

.spacer-xs {
    clear: both;
    height: 10px;
}

.text-xxl {
    font-size: 6.4rem;
    line-height: 6.9rem;
}

.text-xl {
    font-size: 3.2rem;
    line-height: 3.7rem;
}

.text-lg {
    font-family: 'Overpass', sans-serif;
    font-size: 1.8rem;
    line-height: 2.3rem;
}

.text-md {
    font-size: 1.5rem;
    line-height: 2.3rem;
}

.text-sm {
    font-size: 1.4rem;
    line-height: 1.9rem;
}

.text-xs {
    font-size: 1.2rem;
    line-height: 1.7rem;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.uppercase {
    text-transform: uppercase;
}

.uppercase-off {
    text-transform: none;
}

/* Fonts */
.gilroyregular {
    font-family: gilroyregular, sans-serif !important;
}

.gilroybold {
    font-family: gilroybold, sans-serif !important;
}

/* Text styles */
.button {
    background: var(--clr-primary);
    border: 2px solid var(--clr-primary);
    color: #fff;
    display: inline-block;
    font-family: 'Overpass', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 2rem;
    min-width: 217px;
    position: relative;
    padding: 13px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease;
    white-space: nowrap;
    width: calc(100% - 10px);
}

    .button:after {
        position: absolute;
        bottom: -2px;
        right: -12px;
        content: '';
        width: 6px;
        height: calc(100% + 4px);
        background-color: inherit;
        border: inherit;
    }

    .button:hover,
    .button:focus {
        background: #000;
        border-color: #000;
        color: #fff;
        text-decoration: none;
    }

    .button.primary-light {
        border-color: var(--clr-primary-med);
        color: #000;
    }

    .button.light {
        border-color: var(--clr-primary-light);
        background-color: var(--clr-primary-light) !important;
        color: #000;
    }

        .button.primary-light:hover,
        .button.primary-light:focus,
        .button.light:hover,
        .button.light:focus {
            background: #606a70 !important;
            border-color: #606a70;
            color: #fff;
        }

    .button.white {
        border-color: #fff;
        color: var(--clr-primary-med);
    }

        .button.white:hover,
        .button.white:focus {
            background: var(--clr-primary-med) !important;
            border-color: var(--clr-primary-med);
            color: #fff;
        }

    .button.white-outline {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }

        .button.white-outline:hover,
        .button.white-outline:focus {
            background: #fff;
            color: #000;
        }

.button-wrap .button {
    margin: 0 15px 15px 0;
}

@media (min-width: 540px) {
    .button {
        width: auto;
    }
}

.img-wrap {
    position: relative;
}

    .img-wrap img {
        max-width: 100%;
    }

.full-width-img {
    width: 100%;
    height: auto;
}

.img-wrap span.play {
    color: #fff;
    display: block;
    font-size: 3.2rem;
    height: 32px;
    left: 50%;
    line-height: 3.2rem;
    margin: -16px 0 0 -16px;
    position: absolute;
    top: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s ease;
    width: 32px;
}

.vid-wrap {
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

    .vid-wrap iframe {
        bottom: 0;
        left: 0;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

.crumbs {
    color: #000;
    font-family: 'Overpass', sans-serif;
    font-size: 1.4rem;
    margin: 0 0 30px;
    text-transform: uppercase;
}

    .crumbs a {
        color: #606a70;
        text-decoration: underline;
    }

    .crumbs .pipe {
        color: #606a70;
    }

.faux-select.mobile-side {
    margin: -31px 0 30px -30px;
}

.faux-select {
    background: transparent;
    margin: 0 0 30px;
    position: relative;
}

    .faux-select.narrow {
        max-width: 250px;
    }

    .faux-select .toggle,
    .faux-select .toggle-link {
        position: relative;
    }

    .faux-select.search-filter .toggle a,
    .faux-select.search-filter .toggle-link a {
        border: 1px solid var(--clr-primary-med);
        background-color: transparent;
        text-transform: uppercase;
    }

    .faux-select.search-filter .toggle a,
    .faux-select.search-filter .toggle-link a {
        border: 1px solid var(--clr-primary-med);
        background-color: transparent;
        color: #000;
        display: block;
        font-family: 'Overpass', sans-serif;
        font-size: 1.5rem;
        font-weight: 900;
        line-height: 2rem;
        overflow: hidden;
        padding: 14px 35px 14px 30px;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
        width: 100%;
    }

    .faux-select .toggle a,
    .faux-select .toggle-link a {
        color: white;
        background-color: var(--clr-primary);
        display: block;
        font-family: 'Overpass', sans-serif;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 2rem;
        overflow: hidden;
        padding: 17px 35px 17px 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        text-decoration: none;
    }

        .faux-select .toggle a.white,
        .faux-select .toggle-link a.white {
            color: var(--clr-primary);
            background-color: white;
        }

.popup .faux-select .toggle a,
.popup .faux-select .toggle-link a {
    color: white;
    border: 1px solid var(--clr-primary-light) !important;
    display: block;
    font-family: 'Overpass', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
    overflow: hidden;
    padding: 17px 35px 17px 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.faux-select .toggle a:after {
    content: url('../img/svg/icon-arrow-solid-white.svg');
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 15px;
    zoom: 1.75;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.faux-select .toggle a.white:after {
    content: url('../img/svg/icon-arrow-solid-dark.svg');
}

.faux-select.opened .toggle a:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.faux-select .toggle-link img {
    top: 0;
    right: 15px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    width: 9px;
    cursor: pointer;
}

.faux-select.opened .toggle-link img {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.faux-select ul {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    left: 0;
    list-style: none;
    margin: 0 0 30px;
    /* padding: 25px 0; */
    position: absolute;
    right: 0;
    top: 57px;
    z-index: 1;
    max-height: 0;
    /* -webkit-transition: max-height 500ms ease;
  -moz-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  transition: max-height 500ms ease; */
}

.faux-select.opened ul {
    max-height: 200px;
}

.faux-select ul li {
    margin: 0;
}

    .faux-select ul li a {
        text-decoration: none;
        color: #1b1b1b;
        display: block;
        font-family: 'Oswald Regular', sans-serif;
        font-size: 1.6rem;
        padding: 5px 30px;
        background-color: white !important;
    }

.featured-link {
    margin: 0 0 30px;
    padding-left: 25px;
}

@media (min-width: 932px) {
    .featured-link {
        padding-left: 0;
    }
}

.featured-link .link {
    font-family: 'Overpass', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 2.3rem;
    position: relative;
}

    .featured-link .link img {
        left: -25px;
        position: absolute;
        top: 3px;
    }

.featured-link p {
    font-size: 1.6rem;
    margin: 0 0 5px;
}

.share {
    line-height: 1.8rem;
    margin: 0 0 30px;
}

    .share i {
        cursor: pointer;
        color: var(--clr-primary);
    }

        .share i:hover {
            color: var(--clr-primary-med);
        }

    .share h5 {
        display: inline-block;
        margin: 0 25px 0 0;
    }

    .share img {
        margin: 0 3px;
        vertical-align: middle;
    }

    .share a:last-child img {
        margin-right: 0;
    }

.featured-page {
    height: 100%;
    min-height: 130px;
    margin-left: -30px;
    padding-bottom: 30px;
}

    .featured-page .inner {
        border: 1px solid var(--clr-primary-med);
        font-family: 'Oswald Bold', sans-serif;
        font-size: 2.2rem;
        height: 100%;
        line-height: 2.4rem;
        position: relative;
    }

        .featured-page .inner a {
            display: block;
            height: 100%;
            padding: 30px;
            transition: all 0.4s ease;
        }

            .featured-page .inner a:hover,
            .featured-page .inner a:focus {
                background: #edeeee;
                text-decoration: none;
            }

            .featured-page .inner a span {
                display: block;
                margin: 0;
            }

            .featured-page .inner a img {
                position: absolute;
                right: 20px;
                top: 20px;
            }

/* .cta-box {
  background: var(--clr-primary);
  color: #fff;
  margin: 0 0 30px;
  padding: 35px 30px;
}

.cta-box a {
  color: #fff;
}

.cta-box h2 {
  font-family: "Interstate Condensed Bold", sans-serif;
  font-size: 2.8rem;
  line-height: 3rem;
  margin: 0 0 10px;
} */
.listing {
    margin: 0 0 10px;
}

    .listing h3 {
        font-family: 'Oswald Bold', sans-serif;
        font-size: 2.2rem;
        font-weight: 400;
        line-height: 2.4rem;
        text-transform: none;
    }

    .listing h4 {
        font-family: 'Overpass', sans-serif;
        font-size: 2rem;
        font-weight: 800;
        line-height: 2.4rem;
        text-transform: none;
    }

.no-margin p {
    margin: 0 !important;
}

/* Page
======================================================================================*/
#page {
    background: #fff;
}

/* Layout Grids
===================================================================================== */
.page-grid {
    display: block;
}

.page-grid__body {
    padding: 0 30px 0 30px;
}

.page-grid__main-img {
    margin-bottom: 60px;
}

.main-img__caption {
    margin: -50px 0 60px 0;
    font-style: italic;
}

.page-grid__main-img img {
    width: 100%;
}

.page-grid__sidebar {
    display: none;
}

.page-flex-grid {
    display: block;
}

.page-flex-grid__body {
    padding: 0 30px 0 30px;
}

.main-flex-img__caption {
    margin: -50px 0 60px 0;
    font-style: italic;
}

.page-flex-grid__sidebar.desktop {
    display: none;
}

.mobile-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-flex-grid__body-main.full-mobile {
    margin-right: -30px;
    margin-left: -30px;
}

.news-grid__body {
    margin: 0 30px;
}

.news-grid__body-right {
    margin-left: 30px;
}

.news-grid__article-cards {
    margin: 0 30px 0 0;
}

.news-grid__featured {
    margin: 30px 30px 0 0;
}

.news-grid__featured-category {
    margin-bottom: 30px;
}

.news-grid__sidebar {
    display: none;
}

.article-slider {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.panel-wrapper-news,
.panel-wrapper-news-two {
    position: relative;
}

.btn-news,
.btn-news-two {
    color: var(--clr-primary);
    left: 85%;
    padding: 1em;
    text-decoration: underline;
}

.show-news,
.show-news-two,
.hide-news,
.hide-news-two {
    position: absolute;
    bottom: -1em;
    z-index: 100;
    text-align: center;
}

.hide-news {
    display: none;
}

.show-news:target {
    display: none;
}

    .show-news:target ~ .hide-news {
        display: block;
    }

    .show-news:target ~ .panel-news {
        max-height: 2000px;
    }

    .show-news:target ~ .fade-news {
        margin-top: 0;
    }

.hide-news-two {
    display: none;
}

.show-news-two:target {
    display: none;
}

    .show-news-two:target ~ .hide-news-two {
        display: block;
    }

    .show-news-two:target ~ .panel-news-two {
        max-height: 2000px;
    }

    .show-news-two:target ~ .fade-news-two {
        margin-top: 0;
    }

.panel-news,
.panel-news-two {
    position: relative;
    margin: 2em auto;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.fade-news,
.fade-news-two {
    height: 10px;
    position: relative;
}

@media (min-width: 992px) {
    .page-flex-grid {
        display: flex;
    }

    .page-flex-grid__body {
        padding: 0;
        flex: 7;
    }

    .page-flex-grid__body-main {
        padding: 0 120px 0 120px;
    }

        .page-flex-grid__body-main.full-mobile {
            margin: 0;
        }

        .page-flex-grid__body-main.narrow-right {
            padding-right: 60px;
        }

        .page-flex-grid__body-main.extend-left {
            padding-left: 0px;
        }

        .page-flex-grid__body-main.extend-right {
            padding-right: 0px;
        }

        .page-flex-grid__body-main.left-padding-only {
            padding-left: 120px !important;
        }

    .page-flex-grid__side-container {
        width: 120px;
    }

    .page-flex-grid__sidebar.desktop {
        width: 300px;
        display: block;
    }

    .mobile-content {
        display: none;
    }

    .page-grid {
        display: grid;
        grid-template-columns: 10% 70% 20%;
        grid-auto-flow: row dense;
    }

    .page-grid__to-left {
        padding-right: 60px;
        grid-column: 1 / span 2;
    }

    .page-grid__to-right {
        padding-left: 60px;
        grid-column: 2 / span 2;
    }

    .page-grid__body {
        padding: 0 60px 0 60px;
        grid-column: 2;
    }

    .page-grid__main-img {
        padding: 0 60px 0 0;
        grid-column: 1/3;
    }

        .page-grid__main-img img {
            width: 100%;
        }

    .page-grid__sidebar {
        grid-column: 3;
        grid-row: 1 / span 3;
    }

    .page-grid__sidebar {
        display: block;
        grid-column: 3;
        grid-row: 1 / span 3;
    }

    .news-grid__article-cards {
        margin: 0 30px;
    }

    .news-grid__featured {
        margin: 30px 30px 0 30px;
    }

    .news-grid__featured-category {
        padding: 0 30px 0 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1440px) {
    .page-grid__to-left {
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        padding-right: 120px;
    }

    .page-grid__to-right {
        padding-left: 120px;
    }

    .page-grid__body {
        padding: 0 120px 0 120px;
    }

    .page-grid__main-img {
        padding: 0 120px 0 0;
    }

    .page-flex-grid {
        display: flex;
    }

    .page-flex-grid__body {
        padding: 0;
        flex: 5;
    }

    .page-flex-grid__body-main {
        padding: 0 220px 0 220px;
    }

    .page-flex-grid__side-container {
        width: 220px;
    }

    .page-flex-grid__body-main.left-padding-only {
        padding-left: 220px !important;
    }

    .news-grid {
        display: grid;
        grid-template-columns: 12% 76% 12%;
    }

    .news-grid-side {
        display: grid;
        grid-template-columns: 12% 76% 12%;
    }

    .news-grid__body {
        padding: 0;
        /* margin: 0; */
        grid-column: 2/2;
    }

    .news-grid__body-right {
        padding: 0;
        /* margin: 0; */
        grid-column: 2 / span 3;
    }

    .news-grid__body-left {
        padding: 0;
        margin: 0;
        grid-column: 1 / span 3;
    }

    .news-grid__article-cards {
        padding: 0;
        margin: 0;
        grid-column: 2/2;
    }

    .news-grid__featured {
        grid-column: 2 / span 2;
        margin: 0;
    }

        .news-grid__featured .article-card {
            margin: 30px 0 30px 0;
            height: 470px;
        }

            .news-grid__featured .article-card img {
                width: 705px;
                height: 470px;
            }

    .news-grid__featured-category {
        grid-column: 1 / span 3;
    }

    .news-grid__toolbar {
        grid-column: 2 / span 2;
    }

    .news-grid__sidebar {
        display: block;
        grid-column: 3;
        margin: 0 0 0 auto;
    }
}
/* Sidebar
===========================================================================================*/
.side {
    display: none;
}

@media (min-width: 768px) {
    .side {
        display: block;
    }

    .side-nav {
        font-family: 'Oswald Regular';
        margin-bottom: 60px;
    }

        .side-nav ul {
            margin: 0;
        }

        .side-nav li {
            margin: 0 0 10px 0;
        }

            .side-nav li a {
                color: black;
            }
}
/* Header
======================================================================================*/
header {
    background: #fff;
    border-bottom: 1px solid var(--clr-primary-med);
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

    header nav.mobile {
        background: #000;
        font-family: 'Overpass', sans-serif;
        font-size: 1.4rem;
        font-weight: 800;
        height: 50px;
        margin: 0 -15px;
        text-transform: uppercase;
        padding-right: 50px;
        position: relative;
    }

        header nav.mobile .mobile-wrap {
            position: relative;
        }

            header nav.mobile .mobile-wrap a {
                color: #fff;
                display: block;
                letter-spacing: 0.47px;
                padding: 15px;
                text-align: center;
                white-space: nowrap;
            }

            header nav.mobile .mobile-wrap .menu {
                background: #000;
                left: 0;
                position: absolute;
                top: 0;
                width: 50%;
            }

            header nav.mobile .mobile-wrap .link {
                background: var(--clr-primary);
                border-left: 1px solid #fff;
                border-right: 1px solid #fff;
                position: absolute;
                right: 0;
                top: 0;
                width: 50%;
            }

            header nav.mobile .mobile-wrap .search {
                background: var(--clr-primary-med);
                height: 50px;
                line-height: 50px;
                padding: 0;
                position: absolute;
                right: -50px;
                top: 0;
                width: 50px;
            }

                header nav.mobile .mobile-wrap .search img {
                    vertical-align: middle;
                }

        header nav.mobile .search-wrap {
            background: var(--clr-primary);
            display: none;
            left: 0;
            padding-left: 50px;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
        }

            header nav.mobile .search-wrap form input {
                background: transparent;
                border: none;
                color: #fff;
                padding: 15px;
            }

            header nav.mobile .search-wrap form button {
                background: var(--clr-primary-med);
                border: none;
                height: 50px;
                left: 0;
                line-height: 50px;
                min-width: 0;
                padding: 0;
                position: absolute;
                top: 0;
                width: 50px;
            }

                header nav.mobile .search-wrap form button img {
                    vertical-align: middle;
                }

        header nav.mobile .menu-wrap {
            background: #fff;
            border-bottom: 1px solid var(--clr-primary-med);
            display: none;
            left: 0;
            position: absolute;
            text-transform: none;
            top: 50px;
            width: 100%;
            z-index: 1;
        }

            header nav.mobile .menu-wrap ul {
                list-style: none;
                margin: 0;
            }

                header nav.mobile .menu-wrap ul li {
                    margin: 0;
                    position: relative;
                }

                    header nav.mobile .menu-wrap ul li a {
                        display: block;
                    }

                header nav.mobile .menu-wrap ul.menu-list li.top-item a {
                    color: #1b1b1b;
                    font-family: 'Roboto', sans-serif;
                    font-size: 1.4rem;
                    font-weight: 900;
                    letter-spacing: 0.5px;
                    text-transform: uppercase;
                }

                header nav.mobile .menu-wrap ul.menu-list li a {
                    border-bottom: 1px solid var(--clr-primary-med);
                    color: var(--clr-primary);
                    font-family: 'Oswald SemiBold', sans-serif;
                    font-size: 2rem;
                    padding: 15px 50px 15px 30px;
                }

                header nav.mobile .menu-wrap ul.menu-list .icon {
                    border: none;
                    height: 50px;
                    line-height: 50px;
                    padding: 0;
                    position: absolute;
                    right: 0;
                    top: 0;
                    text-align: center;
                    width: 40px;
                }

                    header nav.mobile .menu-wrap ul.menu-list .icon img {
                        display: inline-block;
                        vertical-align: middle;
                    }

                header nav.mobile .menu-wrap ul.link-list {
                    margin: 15px 0;
                }

                    header nav.mobile .menu-wrap ul.link-list li a {
                        color: var(--clr-primary);
                        font-family: 'Overpass', sans-serif;
                        font-size: 1.6rem;
                        font-weight: 600;
                        padding: 10px 15px 10px 30px;
                    }

                header nav.mobile .menu-wrap ul.more li a {
                    background: var(--clr-primary);
                    color: #fff;
                    font-family: 'Oswald SemiBold', sans-serif;
                    font-size: 2rem;
                    font-weight: 400;
                    padding: 15px 50px 15px 30px;
                }

                header nav.mobile .menu-wrap ul.more-list {
                    display: none;
                }

                header nav.mobile .menu-wrap ul.more li a span:nth-child(2) {
                    display: none;
                }

                header nav.mobile .menu-wrap ul.more li a img {
                    display: inline-block;
                    position: absolute;
                    right: 30px;
                    top: 20px;
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                    transition: -webkit-transform 0.4s ease;
                    transition: transform 0.4s ease;
                    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
                }

                header nav.mobile .menu-wrap ul.more li a.opened span:nth-child(1) {
                    display: none;
                }

                header nav.mobile .menu-wrap ul.more li a.opened span:nth-child(2) {
                    display: inline;
                }

                header nav.mobile .menu-wrap ul.more li a.opened img {
                    -webkit-transform: rotate(270deg);
                    transform: rotate(270deg);
                }

                header nav.mobile .menu-wrap ul.back li a {
                    color: var(--clr-primary);
                    font-family: 'Overpass', sans-serif;
                    font-size: 1.6rem;
                    font-weight: 600;
                    padding: 15px 50px 15px 45px;
                }

                    header nav.mobile .menu-wrap ul.back li a img {
                        left: 30px;
                        position: absolute;
                        top: 19px;
                        -webkit-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

        header nav.mobile .sign-in-wrap {
            background: #fff;
            display: none;
            left: 0;
            position: absolute;
            text-transform: none;
            top: 50px;
            width: 100%;
            z-index: 1;
        }

            header nav.mobile .sign-in-wrap ul {
                list-style: none;
                margin: 0;
            }

                header nav.mobile .sign-in-wrap ul li {
                    margin: 0;
                    position: relative;
                }

                    header nav.mobile .sign-in-wrap ul li a {
                        display: block;
                    }

                header nav.mobile .sign-in-wrap ul.menu-list li.top-item a {
                    color: #1b1b1b;
                    font-family: 'Roboto', sans-serif;
                    font-size: 1.4rem;
                    font-weight: 900;
                    letter-spacing: 0.5px;
                    text-transform: uppercase;
                }

                header nav.mobile .sign-in-wrap ul.menu-list li a {
                    border-bottom: 1px solid var(--clr-primary-med);
                    color: var(--clr-primary);
                    font-family: 'Oswald Regular', sans-serif;
                    font-size: 2rem;
                    padding: 15px 50px 15px 30px;
                }

                header nav.mobile .sign-in-wrap ul.menu-list .icon {
                    border: none;
                    height: 50px;
                    line-height: 50px;
                    padding: 0;
                    position: absolute;
                    right: 0;
                    top: 0;
                    text-align: center;
                    width: 40px;
                }

                    header nav.mobile .sign-in-wrap ul.menu-list .icon img {
                        display: inline-block;
                        vertical-align: middle;
                    }

            header nav.mobile .sign-in-wrap .form-wrap {
                background: var(--clr-primary);
                font-weight: 400;
                color: #fff;
                padding: 30px;
            }

                header nav.mobile .sign-in-wrap .form-wrap a {
                    color: #fff;
                    text-decoration: underline;
                }

                header nav.mobile .sign-in-wrap .form-wrap p {
                    font-family: 'Noto Serif', serif;
                }

                header nav.mobile .sign-in-wrap .form-wrap > p:first-child {
                    font-family: 'Oswald SemiBold', sans-serif;
                    font-size: 2rem;
                    line-height: 2.5rem;
                }

                header nav.mobile .sign-in-wrap .form-wrap form {
                    max-width: 265px;
                }

                    header nav.mobile .sign-in-wrap .form-wrap form input {
                        background: transparent;
                        border-color: #fff;
                        color: #fff;
                    }

                    header nav.mobile .sign-in-wrap .form-wrap form button {
                        width: 100%;
                    }

            header nav.mobile .sign-in-wrap .memeber-wrap {
                background: #000;
                color: #fff;
                font-family: 'Overpass', sans-serif;
                font-weight: 800;
                padding: 20px 30px;
                text-align: center;
                text-transform: uppercase;
            }

                header nav.mobile .sign-in-wrap .memeber-wrap a {
                    color: #fff;
                    text-decoration: underline;
                }

    header nav.toolbar {
        background: var(--clr-primary);
        display: none;
        margin: 0 -15px;
    }

        header nav.toolbar ul {
            display: flex;
            font-family: 'Overpass', sans-serif;
            font-size: 1.3rem;
            font-weight: 800;
            justify-content: flex-end;
            list-style: none;
            margin: 0;
            padding: 0;
        }

            header nav.toolbar ul li {
                margin: 0;
            }

                header nav.toolbar ul li a {
                    color: #fff;
                    display: block;
                    padding: 5px 15px;
                }

                header nav.toolbar ul li:last-child a {
                    background: var(--clr-primary-light);
                    color: #000;
                }

                    header nav.toolbar ul li:last-child a:hover {
                        background: #edeeee;
                    }

    header .logo {
        padding: 15px;
        text-align: center;
    }

        header .logo img {
            max-width: 100%;
        }

@media (min-width: 1250px) {
    header .logo {
        padding: 10px;
    }
}

header nav.desktop {
    margin: 0 -15px;
    display: none;
}

    header nav.desktop ul {
        display: flex;
        font-family: 'Overpass', sans-serif;
        font-size: 1.3rem;
        font-weight: 800;
        justify-content: flex-end;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        header nav.desktop ul li {
            margin: 0;
            position: relative;
            cursor: pointer;
        }

            header nav.desktop ul li a {
                color: #000;
                display: block;
                padding: 20px 10px;
            }

            header nav.desktop ul li:hover a,
            header nav.desktop ul li:focus a {
                background: #edeeee;
                color: #000;
                text-decoration: none;
            }

            header nav.desktop ul li:hover ul,
            header nav.desktop ul li:focus ul {
                display: block;
            }

            header nav.desktop ul li ul {
                background: #edeeee;
                border-top: 1px solid var(--clr-primary-med);
                -webkit-column-count: 2;
                -moz-column-count: 2;
                column-count: 2;
                display: none;
                font-weight: 600;
                left: 0;
                padding: 20px 30px 30px;
                position: absolute;
                top: 100%;
                /*width: 480px;*/
                width: auto;
                /* SP Fix */
                z-index: 1;
            }

                header nav.desktop ul li ul li {
                    white-space: nowrap;
                }

                    header nav.desktop ul li ul li a {
                        color: var(--clr-primary) !important;
                        padding: 10px;
                    }

                        header nav.desktop ul li ul li a:hover,
                        header nav.desktop ul li ul li a:focus {
                            text-decoration: underline;
                        }

    header nav.desktop .search-wrap {
        background: #fff;
        bottom: 0;
        display: none;
        height: 60px;
        padding: 18px 10px 18px 30px;
        position: absolute;
        right: 0;
        width: 340px;
        z-index: 1;
    }

        header nav.desktop .search-wrap form input {
            background: transparent;
            border: none;
            border-bottom: 1px solid #000;
            font-family: 'Overpass', sans-serif;
            font-size: 1.3rem;
            font-weight: 800;
            padding: 0;
        }

        header nav.desktop .search-wrap form button {
            background: transparent;
            border: none;
            height: 60px;
            left: 0;
            line-height: 60px;
            min-width: 0;
            padding: 0;
            position: absolute;
            top: 0;
            width: 30px;
        }

            header nav.desktop .search-wrap form button img {
                vertical-align: middle;
            }

.full-width-container {
    padding: 60px 0px 60px 0px;
}

/* Tabs- News
======================================================================================*/
#myTab {
    margin: 0 0 0 0;
}

.tab-content > .tab-pane {
    opacity: 1;
}

.nav-tabs {
    border-bottom: solid 1px black;
    overflow-x: scroll;
    flex-wrap: nowrap;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .nav-tabs::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .nav-tabs .nav-item {
        margin-bottom: 0;
        width: 10%;
        min-width: 180px;
    }

        .nav-tabs .nav-item .nav-link {
            font-weight: 600;
            text-transform: uppercase;
            background-image: none;
            border: 0;
            border-radius: 0;
            padding: 0;
            line-height: 30px;
            display: block;
            text-align: center;
            font-size: 1.6rem;
            color: black;
            font-family: 'Roboto Slab', serif;
        }

            .nav-tabs .nav-item .nav-link.active,
            .nav-tabs .nav-item .nav-link:hover {
                background-color: black;
                color: #fff;
            }

.tab-pane {
    padding: 33px;
}

    .tab-pane h2,
    .tab-pane .h2 {
        font-size: 2.2rem;
        margin-bottom: 24px;
    }

    .tab-pane p {
        font-size: 1.6rem;
        line-height: 28px;
    }

    .tab-pane .background-image {
        margin-bottom: 20px;
    }

    .tab-pane .tray--accordion {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #fff;
    }

/* Toolbars
======================================================================================*/
.event-toolbar {
    padding: 0 100px;
}

.filter-toolbar.desktop {
    display: none;
}

/* Events */
.filter-toolbar {
    /* padding:  20px 0 20px 0; */
    font-family: 'Overpass';
    font-size: 1.6rem;
    font-weight: 600;
    color: white;
}

    .filter-toolbar > ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        color: white;
        justify-content: flex-start;
        list-style: none;
        margin: 0;
    }

        .filter-toolbar > ul > li {
            width: 100%;
            padding: 0 20px 0 20px;
            margin: 20px 0 20px 0;
        }

            .filter-toolbar > ul > li.search {
                display: block;
                width: 250px;
                margin-left: auto;
            }

    .filter-toolbar .search input {
        color: white;
        width: 100%;
        background: none;
        border: none;
        border-bottom: 1px solid white;
    }

    .filter-toolbar input::-webkit-input-placeholder {
        color: white;
    }

    .filter-toolbar input::-moz-placeholder {
        color: white;
    }

    .filter-toolbar input:-ms-input-placeholder {
        color: white;
    }

    .filter-toolbar input::placeholder {
        color: white;
    }

    .filter-toolbar .faux-select {
        margin: 0;
    }

        .filter-toolbar .faux-select .toggle a,
        .filter-toolbar .faux-select .toggle-link a {
            padding: 0 20px 0 20px;
        }

            .filter-toolbar .faux-select .toggle a:after {
                right: -1px;
            }

        .filter-toolbar .faux-select .toggle-link img {
            right: -8px;
        }

        .filter-toolbar .faux-select ul {
            width: 214px;
            /* overflow-y: auto;
  overflow-x: hidden; */
        }

    .filter-toolbar.mobile {
        position: relative;
    }

        .filter-toolbar.mobile .menu-wrap {
            background: #fff;
            border-bottom: 1px solid var(--clr-primary-med);
            display: none;
            left: 0;
            position: absolute;
            text-transform: none;
            top: 60px;
            width: 100%;
            z-index: 1;
        }

        .filter-toolbar.mobile .menu-wrap-doc {
            background: #fff;
            border-bottom: 1px solid var(--clr-primary-med);
            display: block;
            left: 0;
            position: absolute;
            text-transform: none;
            top: 60px;
            width: 100%;
            z-index: 1;
        }

.mobile-dropdown__toggle {
    position: relative;
}

    .mobile-dropdown__toggle a {
        color: white;
        text-transform: uppercase;
    }

    .mobile-dropdown__toggle img {
        position: absolute;
        bottom: 5px;
        right: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    }

    .mobile-dropdown__toggle.opened img {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

.mobile-dropdown .menu-wrap ul {
    margin: 0;
}

.mobile-dropdown .menu-wrap li {
    margin: 0;
    position: relative;
}

    .mobile-dropdown .menu-wrap li a {
        display: block;
        border-bottom: 1px solid var(--clr-primary-med);
        color: var(--clr-primary);
        font-family: 'Oswald SemiBold', sans-serif;
        font-size: 2rem;
        font-weight: 600;
        padding: 15px 50px 15px 30px;
    }

    .mobile-dropdown .menu-wrap li .icon {
        border: none;
        height: 50px;
        line-height: 50px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        width: 40px;
    }

        .mobile-dropdown .menu-wrap li .icon img {
            vertical-align: middle;
        }

@media (min-width: 992px) {
    .filter-toolbar .faux-select .toggle a {
        text-transform: none;
    }

    .filter-toolbar.mobile {
        display: none;
    }

    .filter-toolbar.desktop {
        display: block;
    }

    .filter-toolbar > ul > li {
        width: auto;
        padding: 0 20px 0 20px;
        margin: 20px 0 20px 0;
    }
}
/* .side .faux-select {
    background-color: var(--clr-primary);
    max-width: 265px;
    margin-top: 175px;
} */
.side .faux-select ul {
    /* height: 224px;
  max-height: 224px; */
    max-width: 265px;
}

.search-pagination-bar {
    margin-bottom: 40px;
}

    .search-pagination-bar ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .search-pagination-bar li {
        margin: 0 10px 10px 0;
        text-align: center;
        min-width: 35px;
        min-height: 35px;
        padding: 5px;
        border: 1px solid var(--clr-primary-med);
    }

        .search-pagination-bar li.disabled {
            border: 1px solid #606a70;
        }

        .search-pagination-bar li.ellipses {
            border: none;
        }

    .search-pagination-bar a {
        font-family: 'Overpass';
        font-size: 1.6rem;
        font-weight: 700;
    }

    .search-pagination-bar img {
        padding: 3px;
    }

        .search-pagination-bar img.back-icon {
            margin-right: 10px;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .search-pagination-bar img.forward-icon {
            margin-left: 10px;
        }

/* Main / Section
======================================================================================*/
main {
    padding: 30px 0px 30px 0px;
}

/* Sections
======================================================================================*/
section {
    padding: 30px 15px;
}

@media (min-width: 768px) {
    section {
        margin: 20px;
    }
}
/* Footer
======================================================================================*/
footer {
    background: #000;
    color: #fff;
    font-family: 'Overpass', sans-serif;
    padding: 30px 15px;
}

    footer a {
        color: #fff;
    }

        footer a:hover,
        footer a:focus {
            color: #fff;
        }

    footer h4 {
        border-bottom: 2px solid #606a70;
        color: var(--clr-primary-med);
        font-family: 'Roboto Slab', serif;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.9rem;
        padding: 0 0 10px;
        text-transform: uppercase;
    }

    footer ul {
        font-size: 1.4rem;
        font-weight: 600;
        list-style: none;
        margin: 0 0 30px;
    }

        footer ul li {
            margin-bottom: 10px;
        }

    footer .faux-select .toggle a {
        background: var(--clr-primary-med);
        color: #fff;
        padding: 17px 50px 17px 30px;
    }

    footer .faux-select ul {
        background: #fff;
        left: 0;
        list-style: none;
        margin: 0 0 30px;
        /* padding: 25px 0; */
        position: absolute;
        right: 0;
        top: -205px;
        z-index: 1;
        max-height: 0;
    }

    footer .faux-select.opened ul {
        min-height: 200px;
        max-height: 200px;
    }

    footer .faux-select .toggle a:after {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    footer .faux-select.opened .toggle a:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    footer .button {
        display: block;
        min-width: 0;
    }

    footer .social a {
        display: inline-block;
        margin-right: 40px;
        vertical-align: middle;
    }

        footer .social a:last-child {
            margin-right: 0;
        }

/* Media Queries
======================================================================================*/
/* XS Styles */
@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }

    .featured-page {
        margin-left: 0;
    }
}
/* SM Styles */
@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }

    .show-news:target ~ .panel-news {
        max-height: 2240px;
    }

    .show-news-two:target ~ .panel-news-two {
        max-height: 2240px;
    }

    .btn-news,
    .btn-news-two {
        left: 80%;
    }

    body {
        font-size: 1.6rem;
    }

    h1,
    .h1 {
        font-size: 6.4rem;
        line-height: 6.6rem;
        margin: 0 0 30px;
    }

    h2,
    .h2 {
        font-size: 4.2rem;
        line-height: 4.6rem;
    }

    h3,
    .h3 {
        font-size: 2.8rem;
        line-height: 3.2rem;
    }

    h4,
    .h4 {
        font-size: 2.6rem;
        line-height: 3.1rem;
    }

    h5,
    .h5 {
        font-size: 2rem;
        line-height: 2.2rem;
    }

    h6,
    .h6 {
        font-size: 1.6rem;
    }

    .deck {
        font-size: 2rem;
        line-height: 2.6rem;
    }

    .eyebrow {
        font-size: 1.62rem;
        line-height: 1.62rem;
    }

    .text-lg {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .crumbs {
        font-size: 1.6rem;
    }

    .featured-link .link {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .featured-page .inner {
        font-size: 2.6rem;
        line-height: 2.8rem;
    }

    /* .cta-box h2 {
    font-size: 4.2rem;
    line-height: 4.4rem;
  } */
    .listing h3 {
        font-size: 2.6rem;
        line-height: 2.8rem;
    }

    footer .columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

        footer .columns li {
            white-space: nowrap;
        }

    footer .social a {
        margin-right: 0;
    }
}

header nav.desktop ul {
    justify-content: space-around;
}

/* MD Styles */
@media (min-width: 992px) {
    .faux-select.mobile-side {
        display: none;
    }

    .btn-news,
    .btn-news-two {
        left: 85%;
    }

    .container {
        max-width: 100%;
    }

    header nav.mobile {
        display: none;
    }

    header nav.toolbar {
        display: block;
    }

    header nav.desktop {
        display: block;
    }

    footer .columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
/* LG Styles */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .btn-news,
    .btn-news-two {
        left: 90%;
    }

    header .logo {
        bottom: 2px;
        left: 0;
        position: absolute;
        text-align: left;
        width: 300px;
    }

        header .logo img {
            height: 72px;
        }

    header .logo {
        bottom: 0;
        width: auto;
    }

    header nav.desktop ul {
        justify-content: flex-end;
        font-size: 1.6rem;
    }

        header nav.desktop ul li ul {
            /*width: 520px;*/
            width: auto;
            /* SP Fix */
        }

    header nav.desktop .search-wrap {
        width: 390px;
    }

        header nav.desktop .search-wrap form input {
            font-size: 1.6rem;
        }
}
/* XL Styles */
@media (min-width: 1400px) {
    header nav.desktop ul li a {
        padding: 20px;
    }

    header nav.desktop .search-wrap {
        width: 340px;
    }
}

.responsive-img {
    max-width: 100%;
    height: auto;
}

.dot-pattern-2-wrapper {
    height: 50px;
    overflow: hidden;
}

    .dot-pattern-2-wrapper.dot-2 {
        height: 20px;
    }

    .dot-pattern-2-wrapper.dot-3 {
        height: 30px;
    }

    .dot-pattern-2-wrapper.middle-to-right {
        width: calc(50vw - 25px);
    }

.dot-pattern-2 {
    width: 100%;
}

.rect-pattern {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* --------- Banner -------- */
.banner {
    position: relative;
    margin: 60px 0px 60px 0px;
    padding: 0px 30px 0px 30px;
}

    .banner .deck {
        position: relative;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .banner .button {
        position: relative;
        bottom: 0px;
        width: 100%;
    }

@media (min-width: 768px) {
    .banner h1 {
        margin: 0px;
    }

    .banner .deck {
        /*position: absolute;
    bottom: 70px;
          margin: 0;*/
    }

    .banner .button {
        /*position: absolute;
    bottom: 0px;
          margin: 0;*/
        width: auto;
    }
}
/* --------- Article Card -------- */
.article-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    border: 1px solid var(--clr-primary-med);
}

.article-card-left {
    padding: 35px;
}

.article-card-right img {
    height: auto;
    width: 100%;
}

.article-container {
    padding: 0 30px;
}

@media (min-width: 1200px) {
    .article-container {
        padding: 0 15px 0 15px;
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }

    .article-card-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .article-card-right img {
            height: 350px;
            width: 700px;
        }

    .article-card {
        flex-direction: row;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }

    .article-card-left {
        width: 100%;
    }
}
/* --------- Webinar Card -------- */
.webinar-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.webinar-card-left {
    border-top: 1px solid var(--clr-primary-med);
    border-right: 1px solid var(--clr-primary-med);
    border-bottom: none;
    border-left: 1px solid var(--clr-primary-med);
    padding: 50px;
}

.webinar-card-right img {
    height: auto;
    width: 100%;
}

@media (min-width: 992px) {
    .webinar-card {
        flex-direction: row;
    }

    .webinar-card-left {
        border-top: 1px solid var(--clr-primary-med);
        border-right: none;
        border-bottom: 1px solid var(--clr-primary-med);
        border-left: 1px solid var(--clr-primary-med);
        width: 100%;
    }

    .webinar-card-right img {
        height: 100%;
        width: auto;
    }
}
/* --------- CTA -------- */
.cta-box__image-wrapper {
    width: 100%;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.cta-box {
    min-height: 350px;
    padding: 50px 50px 50px 50px;
    color: #ffffff;
    position: relative;
}

    .cta-box h2 {
        margin-bottom: 10px;
        max-width: 600px;
    }

    .cta-box .deck {
        margin-bottom: 30px;
        max-width: 600px;
    }

.cta-box__image-wrapper .deck,
.cta-box__image-wrapper h2 {
    max-width: 100%;
    width: 100%;
}

.cta-box__image-wrapper img {
    max-width: 100%;
    height: auto;
    display: none;
}

.cta-box .button,
.cta-box__image-wrapper .button {
    height: 50px;
    margin-bottom: 20px;
}

.cta-box.primary {
    display: flex;
    flex-direction: column;
}

    .cta-box.primary .cta-box__button-wrapper {
        width: auto;
        position: relative;
        bottom: 0;
        margin-left: -50px;
        padding: 40px 50px 40px 50px;
    }

.cta-box .dot-pattern-2-wrapper,
.cta-box__image-wrapper .dot-pattern-2-wrapper {
    width: 100%;
}

    .cta-box .dot-pattern-2-wrapper canvas,
    .cta-box__image-wrapper canvas {
        width: 100%;
        height: 100%;
    }

@media (min-width: 768px) {
    .cta-box .dot-pattern-2-wrapper,
    .cta-box__image-wrapper .dot-pattern-2-wrapper {
        height: 50px;
    }

    .cta-box__button-wrapper {
        display: flex;
        flex-direction: row;
        padding-right: 0;
    }

    .cta-box .button,
    .cta-box__image-wrapper .button {
        margin-right: 50px;
    }
}

@media (min-width: 992px) {
    .cta-box__image-wrapper .cta-box__button-wrapper {
        padding: 40px 0 40px 50px;
        margin: 0;
    }

    .cta-box__image-wrapper {
        width: 100%;
        min-height: 350px;
        display: flex;
        flex-direction: row;
    }

        .cta-box__image-wrapper img {
            max-width: 100%;
            height: auto;
            display: block;
        }
}
/* --------- Action Card -------- */
.action-card-group-wrapper {
    display: flex;
    flex-direction: column;
}

.action-card-group-image {
    width: 100%;
    height: auto;
}

.action-card-list {
    padding: 1rem;
    padding-top: 30px;
}

.action-card {
    display: block;
    margin-bottom: 30px;
    box-sizing: border-box;
    border: 1px solid var(--clr-primary-med);
    padding: 30px 60px 30px 40px;
    cursor: pointer;
}

a.action-card:hover,
a.action-card:focus {
    text-decoration: none !important;
}

.action-card-title {
    margin-bottom: 8px;
    position: relative;
    padding-right: 40px;
}

    .action-card-title h3 {
        margin-right: 10px;
    }

.action-card img {
    height: 1.6rem;
    position: absolute;
    bottom: 0;
    right: 0px;
    transition: 100ms;
}

.action-card:hover .icon {
    /* IE 9 */
    -webkit-transform: translate(20px);
    /* Safari prior 9.0 */
    transform: translate(20px);
    /* Standard syntax */
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .action-card-group-image {
        max-width: 40% !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cta-box__image-wrapper .cta-box__button-wrapper {
        left: -11px;
    }
}

@media (min-width: 1600px) {
    .action-card {
        min-height: 200px;
    }
}

@media (min-width: 1024px) {
    .action-card-group-image:not(*:root) {
        width: 100%;
    }

    .action-card-group-image {
        margin-right: 20px;
        height: auto;
    }

    .action-card-group-wrapper {
        display: grid;
        grid-gap: 20px;
        grid-template-rows: auto;
        grid-template-columns: 70% auto;
        flex-direction: row;
    }

    .action-card {
        margin: 0px;
        width: 100%;
        border-top: 1px solid var(--clr-primary-med);
        border-right: none;
        border-bottom: 1px solid var(--clr-primary-med);
        border-left: 1px solid var(--clr-primary-med);
    }

    .action-card-list {
        width: 100%;
        padding: 0px;
        display: grid;
        grid-template-rows: auto auto auto;
        grid-gap: 20px;
        grid-template-columns: auto;
        align-items: stretch;
    }
}

.featured-event {
    padding: 20px;
    margin: 0px 20px 20px 20px;
}

.featured-event-title {
    margin: 10px 0px 15px 0px;
}

.featured-event-body {
    height: 100%;
    display: flex;
    margin-top: 25px;
    flex-direction: column;
    justify-content: space-evenly;
}

    .featured-event-body .button {
        margin: 25px 0px 25px 0px;
    }

@media (min-width: 768px) {
    .action-card img {
        height: 2rem;
        bottom: 8px;
    }

    .featured-event {
        padding: 100px;
        margin: 0px 20px 20px 20px;
    }

    .featured-event-body .button {
        align-self: flex-start;
    }
}

@media (min-width: 1200px) {
    .featured-event {
        padding: 100px 200px 100px 200px;
    }
}

.featured-content {
    border: 1px solid var(--clr-primary-med);
    padding: 40px;
    margin-bottom: 20px;
    max-width: 350px;
}

@media (min-width: 992px) {
    .featured-content {
        width: 100%;
    }
}
/* Event cards */
.event-card-list {
    margin: 0px 20px 20px 20px;
}

.event-card {
    margin: 0 auto 20px auto;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--clr-primary-med);
    padding: 40px;
    position: relative;
}

    .event-card img.lock-icon {
        position: absolute;
        right: 20px;
        top: 20px;
    }

.card-grid {
    margin: 20px;
}

.card-grid__footer .button {
    width: 100%;
}

@media (min-width: 768px) {
    .event-card-list {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-template-rows: 100%;
        grid-gap: 20px;
        justify-items: stretch;
    }

    .card-grid {
        margin: 20px;
        display: grid;
        grid-template-columns: auto auto auto;
        grid-template-rows: auto auto auto;
        grid-gap: 20px;
        justify-items: stretch;
    }

    .card-grid__footer {
        grid-column: 1/4;
        display: grid;
        justify-items: stretch;
        grid-gap: 20px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 100%;
    }

        .card-grid__footer .button {
            grid-column: 2/3;
        }

    .card-grid .event-card {
        margin: 0;
    }
}

.search-result {
    margin-bottom: 60px;
}

    .search-result h3 {
        margin-bottom: 10px;
    }

    .search-result p {
        margin-bottom: 10px;
    }

.find-a-doctor {
    position: relative;
    padding: 60px 0 120px 0;
}

.side .find-a-doctor {
    padding: 60px 20px 90px 20px;
}

.page-grid__sidebar .find-a-doctor {
    padding: 40px;
    margin-bottom: 30px;
}

.find-a-doctor label {
    margin: 0px 0px 10px 0px !important;
    font-family: 'Overpass';
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}

.find-a-doctor input {
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-bottom: 40px;
    background: none;
    border: none;
    outline: none;
    border: 1px solid var(--clr-primary-light) !important;
    color: #ffffff;
}

.page-grid__sidebar input {
    margin: 0;
}

.find-a-doctor select {
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-bottom: 40px;
    background: none;
    border: none;
    outline: none;
    border: 1px solid var(--clr-primary-light) !important;
    color: #ffffff;
}

.find-a-doctor option {
    color: #000000;
}

.page-grid__sidebar .find-a-doctor button {
    min-width: 0;
    width: 100%;
    margin: auto;
}

.category-filter {
    width: 100vw;
    margin: 30px 0 0 -30px;
}

@media (min-width: 992px) {
    .category-filter {
        width: 250px;
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
    }
}

.img-404 {
    position: absolute;
    bottom: 0;
    width: auto;
    height: 75px;
}

@media (min-width: 768px) {
    .img-404 {
        width: auto;
        height: auto;
    }
}

.doctor-card {
    border: 1px solid var(--clr-primary-med);
    padding: 30px;
    margin-bottom: 20px;
}

.doctor-card__links {
    display: flex;
    justify-content: space-between;
    text-decoration: underline;
    margin-bottom: 30px;
}

.map-outer {
    position: relative;
    text-align: right;
    height: 200px;
    width: 100%;
}

.gmap-canvas {
    overflow: hidden;
    background: none !important;
    height: 100%;
    width: 100%;
}

@media (min-width: 576px) {
    .doctor-card {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }

    .doctor-card__links {
        position: absolute;
        bottom: 30px;
        margin: 0;
    }

    .doctor-card__details {
        width: 300px;
    }

    .map-outer {
        height: 300px;
    }

    .gmap-canvas {
        height: 100%;
    }

    .doctor-card .map-outer {
        position: relative;
        text-align: right;
        height: 200px;
        width: 300px;
    }
}

.news-feed {
    position: relative;
}

.video-thumbnail {
    position: relative;
    cursor: pointer;
}

    .video-thumbnail::after {
        content: url('../img/svg/icon-video-white.svg');
        position: absolute;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        zoom: 1.5;
    }

#lightbox-fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.lightbox {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    width: 70vw;
    z-index: 1002;
    overflow: visible;
}

.lightbox-close {
    cursor: pointer;
    color: #fff;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

    .lightbox-close:before {
        content: '×';
    }

#lightbox-fade:hover ~ #boxclose {
    display: none;
}

.iframe-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 51%;
}

    .iframe-wrapper iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

.popup {
    position: relative;
    background: var(--clr-primary);
    padding: 60px 60px 0 60px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    color: #ffffff;
}

.popup-heading {
    font-family: 'Oswald SemiBold';
    font-size: 3rem;
    font-weight: 500;
    line-height: 3rem;
    margin-bottom: 40px;
    padding-right: 60px;
}

.popup label {
    margin: 0px 0px 10px 0px !important;
    font-family: 'Overpass';
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.6rem;
}

.popup input {
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    margin-bottom: 40px;
    background: none;
    border: none;
    outline: none;
    border: 1px solid var(--clr-primary-light) !important;
    color: #ffffff;
}

    .popup input::-webkit-input-placeholder {
        color: #ffffff;
        font-style: italic;
    }

    .popup input::-moz-placeholder {
        color: #ffffff;
        font-style: italic;
    }

    .popup input:-ms-input-placeholder {
        color: #ffffff;
        font-style: italic;
    }

    .popup input::placeholder {
        color: #ffffff;
        font-style: italic;
    }

.popup .custom-select::after {
    content: url('../img/svg/icon-arrow-solid-white.svg');
}

.popup .custom-select select {
    border: 1px solid var(--clr-primary-med) !important;
    color: #ffffff;
}

.popup .button {
    width: 100%;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-bottom: 30px;
}

.popup-footer {
    font-family: 'Overpass';
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.8rem;
    padding: 20px;
    background: #000000;
    margin: 40px -60px 0 -60px;
    text-align: center;
}

.popup a {
    color: #ffffff;
    text-decoration: underline;
}

.popup .mfp-close {
    position: relative;
}

.popup a:hover {
    color: var(--clr-primary-light);
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    max-width: 100%;
    /* Not required for horizontal scroll to trigger */
    max-height: 100%;
    /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
}

    .simplebar-content-wrapper::-webkit-scrollbar {
        display: none;
    }

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
    background-color: var(--clr-primary-med);
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 5px;
    width: 5px;
    min-height: 10px;
}

    .simplebar-scrollbar:before {
        position: absolute;
        content: '';
        background: white;
        border-radius: 2.5px;
        left: 0;
        right: 0;
        /* opacity: 0;
  transition: opacity 0.2s linear; */
    }

    .simplebar-scrollbar.simplebar-visible:before {
        /* When hovered, remove all transitions from drag handle */
        opacity: 1;
        transition: opacity 0s linear;
    }

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 15px;
}

    .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
        top: 2px;
        bottom: 2px;
    }

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
        height: 100%;
        left: 2px;
        right: 2px;
    }

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        right: auto;
        left: 0;
        top: 2px;
        height: 7px;
        min-height: 0;
        min-width: 10px;
        width: auto;
    }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}

    .simplebar-hide-scrollbar::-webkit-scrollbar {
        display: none;
    }

.nice-select {
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 14px 50px 14px 14px;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: 1px solid var(--clr-primary-med);
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    outline: none;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 20px;
}

    .nice-select.primary-text.eyebrow {
        font-weight: 700;
    }

    .nice-select:hover {
        border-color: var(--clr-primary-med);
    }

    .nice-select:active,
    .nice-select.open,
    .nice-select:focus {
        border-color: var(--clr-primary-med);
    }

    .nice-select.primary {
        border-color: var(--clr-primary-light);
    }

        .nice-select.primary:hover {
            border-color: var(--clr-primary-light);
        }

        .nice-select.primary:active,
        .nice-select.open,
        .nice-select:focus {
            border-color: var(--clr-primary-light);
        }

    .nice-select:after {
        content: url('../img/svg/icon-arrow-solid-dark.svg');
        pointer-events: none;
        position: absolute;
        zoom: 2;
        right: 12px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: all 0.3s ease-in-out;
    }

    .nice-select.primary:after {
        content: url('../img/svg/icon-arrow-solid-white.svg');
    }

    .nice-select.open:after {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        max-height: 200px;
    }

.doctor-search-form .nice-select.open .list {
    background-color: var(--clr-primary);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

    .nice-select.disabled:after {
        border-color: #cccccc;
    }

.nice-select.wide {
    width: 100%;
}

    .nice-select.wide .list {
        left: 0 !important;
        right: 0 !important;
    }

.nice-select.right {
    float: right;
}

    .nice-select.right .list {
        left: auto;
        right: 0;
    }

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

    .nice-select.small:after {
        height: 4px;
        width: 4px;
    }

    .nice-select.small .option {
        line-height: 34px;
        min-height: 34px;
    }

.nice-select .list {
    width: 100%;
    background-color: #fff;
    color: black;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin: 4px 0 0 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9;
    max-height: 0;
    transition: max-height 500ms ease;
}

    .nice-select .list:hover .option:not(:hover) {
        background-color: transparent !important;
    }

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    margin: 0;
}

    .nice-select .option:hover,
    .nice-select .option.focus,
    .nice-select .option.selected.focus {
        background-color: white !important;
    }

.doctor-search-form .nice-select .option:hover,
.doctor-search-form .nice-select .option.focus,
.doctor-search-form .nice-select .option.selected.focus {
    font-weight: bold;
    background-color: var(--clr-primary);
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.background-image {
    background-size: cover;
    background-position: center;
}

.player {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .player video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        z-index: 1;
    }

    .player .controls {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        z-index: 2;
    }

        .player .controls button {
            color: #fff;
            border: 0;
            cursor: pointer;
            padding: 0;
            background-color: transparent;
            width: 80px;
            height: 80px;
        }

            .player .controls button svg {
                position: absolute;
                top: 0;
                left: 0;
                width: 80px;
                height: 80px;
            }

            .player .controls button:not(:focus) {
                opacity: 0;
            }

            .player .controls button:focus,
            .player .controls button.show {
                opacity: 1;
            }

            .player .controls button:hover svg {
                fill: rgba(0, 152, 207, 0.8);
            }

            .player .controls button:not(.pause) .bi-play-circle {
                opacity: 1;
            }

            .player .controls button:not(.pause) .bi-pause-circle {
                opacity: 0;
            }

            .player .controls button.pause .bi-pause-circle {
                opacity: 1;
            }

            .player .controls button.pause .bi-play-circle {
                opacity: 0;
            }

            .player .controls button.playpause-inner.pause .bi-pause-circle {
                opacity: 1;
            }

            .player .controls button.playpause-inner.pause .bi-play-circle {
                opacity: 0;
            }

            .player .controls button.playpause-inner:not(.pause) .bi-play-circle {
                opacity: 1;
            }

            .player .controls button.playpause-inner:not(.pause) .bi-pause-circle {
                opacity: 0;
            }

    .player .yt-controls {
        top: 0;
    }

    .player:hover .controls button {
        opacity: 1;
    }

    .player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.light-box {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.light-box__content {
    width: 70%;
    margin-top: -30px;
}

.light-box.active {
    opacity: 1;
    pointer-events: auto;
}

    .light-box.active .light-box__content {
        margin-top: 0;
    }

.light-box__cancel {
    font-size: 3rem;
    color: #fff;
    cursor: pointer;
    text-align: right;
    margin-bottom: 20px;
}

.tray--hero {
    position: relative;
}

    .tray--hero .text-wrapper {
        position: absolute;
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        bottom: 30px;
        color: var(--clr-primary);
        text-transform: uppercase;
        z-index: 2;
        pointer-events: none;
        opacity: 1;
    }

        .tray--hero .text-wrapper.hide {
            opacity: 0;
        }

        .tray--hero .text-wrapper h1,
        .tray--hero .text-wrapper .h1 {
            margin-bottom: 0;
            font-size: 4rem;
            opacity: 0.8;
        }

        .tray--hero .text-wrapper.color--primary {
            color: var(--clr-primary);
        }

        .tray--hero .text-wrapper.color--primary-light {
            color: #0098cf;
        }

        .tray--hero .text-wrapper.color--black {
            color: #000;
        }

        .tray--hero .text-wrapper.color--white {
            color: #fff;
        }

    .tray--hero .ratio--16-9 {
        max-height: 800px;
    }

.tray--hero--video--light-box {
    position: relative;
}

    .tray--hero--video--light-box .light-box-trigger {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        border: 0;
        cursor: pointer;
        padding: 0;
        background-color: transparent;
        width: 80px;
        height: 80px;
    }

        .tray--hero--video--light-box .light-box-trigger svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 80px;
            height: 80px;
        }

        .tray--hero--video--light-box .light-box-trigger:hover svg {
            fill: rgba(0, 152, 207, 0.8);
        }

.light-box .tray--hero--video .ratio--16-9 {
    max-height: unset;
}

.light-box .tray--hero--video .player video {
    width: 100px;
    height: 100px;
}

progress[value] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 2.5px;
    color: dodgerblue;
    display: inline;
    height: 5px;
    order: 1;
    position: relative;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#progress {
    position: absolute;
    bottom: 20px;
    z-index: 1000;
}

    #progress:-webkit-progress-value {
        background-image: linear-gradient(to right, #0098cf, var(--clr-primary));
    }

    #progress[value]::-webkit-progress-bar {
        background-color: #fff;
        border-radius: 2.5px;
    }

    #progress[value]::-webkit-progress-value {
        background-image: linear-gradient(to right, #0098cf, var(--clr-primary));
        border-radius: 2.5px;
        position: relative;
        -webkit-transition: width 1s linear;
        transition: width 1s linear;
    }

    #progress[value]::-moz-progress-bar {
        background-image: -moz-linear-gradient( to right, #0098cf, var(--clr-primary) );
        border-radius: 2.5px;
        position: relative;
        -moz-transition: width 1s linear;
        transition: width 1s linear;
    }

@media (min-width: 768px) {
    .tray--hero .text-wrapper h1,
    .tray--hero .text-wrapper .h1 {
        font-size: 8rem;
    }
}

@media (min-width: 992px) {
    .tray--hero .text-wrapper h1,
    .tray--hero .text-wrapper .h1 {
        font-size: 10rem;
    }
}

.tray--stories {
    padding: 20px;
}

    .tray--stories .story-cards-wrapper {
        display: flex;
        flex-direction: column;
    }

        .tray--stories .story-cards-wrapper .story-card {
            width: 100%;
            margin-bottom: 20px;
            border: 1px solid #0098cf;
            display: flex;
            flex-direction: column;
        }

            .tray--stories .story-cards-wrapper .story-card .text {
                padding: 20px;
            }

        .tray--stories .story-cards-wrapper .story-card__header {
            font-family: 'Overpass', sans-serif;
            text-transform: uppercase;
            font-weight: 700;
            color: #606a70;
            margin-bottom: 5px;
            color: #0098cf;
        }

            .tray--stories .story-cards-wrapper .story-card__header a {
                color: inherit;
            }

        .tray--stories .story-cards-wrapper .story-card h5,
        .tray--stories .story-cards-wrapper .story-card .h5 {
            margin-bottom: 0;
        }

        .tray--stories .story-cards-wrapper .story-card--featured {
            width: 100%;
            max-height: 600px;
            margin-bottom: 20px;
            position: relative;
        }

            .tray--stories .story-cards-wrapper .story-card--featured .ratio--16-9 {
                max-height: 600px;
            }

            .tray--stories .story-cards-wrapper .story-card--featured .text {
                padding: 20px;
            }

                .tray--stories
                .story-cards-wrapper
                .story-card--featured
                .text.background-color {
                    color: #fff;
                }

                    .tray--stories
                    .story-cards-wrapper
                    .story-card--featured
                    .text.background-color
                    a,
                    .tray--stories
                    .story-cards-wrapper
                    .story-card--featured
                    .text.background-color
                    h5,
                    .tray--stories
                    .story-cards-wrapper
                    .story-card--featured
                    .text.background-color
                    .h5,
                    .tray--stories
                    .story-cards-wrapper
                    .story-card--featured
                    .text.background-color
                    .story-card__header {
                        color: inherit !important;
                    }

                    .tray--stories
                    .story-cards-wrapper
                    .story-card--featured
                    .text.background-color
                    .story-card__header {
                        font-size: 4rem;
                        line-height: 1.2;
                        text-transform: unset;
                        margin-bottom: 20px;
                    }

                    .tray--stories
                    .story-cards-wrapper
                    .story-card--featured
                    .text.background-color
                    h5,
                    .tray--stories
                    .story-cards-wrapper
                    .story-card--featured
                    .text.background-color
                    .h5 {
                        font-size: 2rem;
                    }

                .tray--stories
                .story-cards-wrapper
                .story-card--featured
                .text.background-color--primary {
                    background-color: var(--clr-primary);
                }

                .tray--stories
                .story-cards-wrapper
                .story-card--featured
                .text.background-color--primary-light {
                    background-color: #0098cf;
                }

                .tray--stories
                .story-cards-wrapper
                .story-card--featured
                .text.background-color--secondary {
                    background-color: var(--clr-secondary);
                }

                .tray--stories
                .story-cards-wrapper
                .story-card--featured
                .text.background-color--black {
                    background-color: #000;
                }

                .tray--stories
                .story-cards-wrapper
                .story-card--featured
                .text.background-color--white {
                    background-color: #fff;
                    color: #000;
                }

                .tray--stories
                .story-cards-wrapper
                .story-card--featured
                .text.background-color--gray--1 {
                    background-color: #1b1b1b;
                }

                .tray--stories
                .story-cards-wrapper
                .story-card--featured
                .text.background-color--gray--2 {
                    background-color: #333;
                }

                .tray--stories
                .story-cards-wrapper
                .story-card--featured
                .text.background-color--gray--3 {
                    background-color: #606a70;
                }

                .tray--stories
                .story-cards-wrapper
                .story-card--featured
                .text.background-color--gray--4 {
                    background-color: #dcddde;
                    color: #000;
                }

                .tray--stories
                .story-cards-wrapper
                .story-card--featured
                .text.background-color--gray--5 {
                    background-color: #edeeee;
                    color: #000;
                }

                .tray--stories .story-cards-wrapper .story-card--featured .text a.read-more {
                    float: right;
                    margin-top: 20px;
                    font-family: 'Overpass', sans-serif;
                }

@media (min-width: 768px) {
    .tray--stories {
        padding: 40px;
    }

        .tray--stories .story-cards-wrapper {
            flex-wrap: wrap;
            width: calc(100% + 20px);
            margin-left: -10px;
            flex-direction: row;
        }

            .tray--stories .story-cards-wrapper .story-card {
                width: calc(50% - 20px);
                margin-left: 10px;
                margin-right: 10px;
            }

                .tray--stories .story-cards-wrapper .story-card:last-of-type {
                    width: 100%;
                }

            .tray--stories .story-cards-wrapper .story-card--featured {
                width: 100%;
                max-height: 600px;
            }

                .tray--stories .story-cards-wrapper .story-card--featured .text {
                    position: absolute;
                    z-index: 2;
                    max-width: 500px;
                    width: 50%;
                    padding: 40px;
                }

                    .tray--stories
                    .story-cards-wrapper
                    .story-card--featured
                    .text.background-color
                    .story-card__header {
                        font-size: 6rem;
                        line-height: 1.2;
                        margin-bottom: 20px;
                    }

                    .tray--stories .story-cards-wrapper .story-card--featured .text.top {
                        top: 20px;
                    }

                        .tray--stories .story-cards-wrapper .story-card--featured .text.top.center {
                            left: 50%;
                            -webkit-transform: translateX(-50%);
                            transform: translateX(-50%);
                        }

                    .tray--stories .story-cards-wrapper .story-card--featured .text.left {
                        left: 20px;
                    }

                        .tray--stories
                        .story-cards-wrapper
                        .story-card--featured
                        .text.left.center {
                            top: 50%;
                            -webkit-transform: translateY(-50%);
                            transform: translateY(-50%);
                        }

                    .tray--stories .story-cards-wrapper .story-card--featured .text.bottom {
                        bottom: 20px;
                    }

                        .tray--stories
                        .story-cards-wrapper
                        .story-card--featured
                        .text.bottom.center {
                            left: 50%;
                            -webkit-transform: translateX(-50%);
                            transform: translateX(-50%);
                        }

                    .tray--stories .story-cards-wrapper .story-card--featured .text.right {
                        right: 20px;
                    }

                        .tray--stories
                        .story-cards-wrapper
                        .story-card--featured
                        .text.right.center {
                            top: 50%;
                            -webkit-transform: translateY(-50%);
                            transform: translateY(-50%);
                        }

                    .tray--stories
                    .story-cards-wrapper
                    .story-card--featured
                    .text.center-center {
                        top: 50%;
                        left: 50%;
                        -webkit-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                    }
}

@media (min-width: 992px) {
    .tray--stories .story-cards-wrapper .story-card {
        width: calc(33.333333% - 20px);
    }

        .tray--stories .story-cards-wrapper .story-card:last-of-type {
            width: calc(33.333333% - 20px);
        }

    .tray--stories .story-cards-wrapper .story-card--featured {
        width: 100%;
        max-height: 600px;
    }

        .tray--stories .story-cards-wrapper .story-card--featured .ratio--16-9 {
            max-height: 600px;
        }

        .tray--stories .story-cards-wrapper .story-card--featured .text.top {
            top: 50px;
        }

        .tray--stories .story-cards-wrapper .story-card--featured .text.left {
            left: 50px;
        }

        .tray--stories .story-cards-wrapper .story-card--featured .text.bottom {
            bottom: 50px;
        }

        .tray--stories .story-cards-wrapper .story-card--featured .text.right {
            right: 50px;
        }
}

.tray--social {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
}

    .tray--social .social-wrapper {
        display: flex;
        flex-direction: column;
    }

    .tray--social .social-header,
    .tray--social .social-hashtag {
        font-family: 'Oswald Regular';
    }

    .tray--social .social-header {
        color: var(--clr-primary);
        font-size: 3rem;
        line-height: 1;
        margin-bottom: 20px;
    }

    .tray--social .social-hashtag {
        margin-bottom: 10px;
        font-size: 2rem;
        line-height: 1;
        font-weight: 100;
    }

    .tray--social nav.social-links ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .tray--social nav.social-links ul li {
            margin-right: 15px;
        }

            .tray--social nav.social-links ul li a {
                font-size: 2rem;
                color: #0098cf;
            }

    .tray--social .social-body .button {
        margin-bottom: 30px;
    }

@media (min-width: 768px) {
    .tray--social {
        margin-left: 40px;
        margin-right: 40px;
        padding: 100px;
    }
}

@media (min-width: 992px) {
    .tray--social {
        padding: 100px 200px;
    }

        .tray--social .social-wrapper {
            flex-direction: row;
        }

            .tray--social .social-wrapper .social-header {
                flex-shrink: 0;
                width: 33%;
            }

            .tray--social .social-wrapper .social-body {
                margin-left: 100px;
            }

        .tray--social .social-header {
            font-size: 4rem;
        }

        .tray--social .social-hashtag {
            font-size: 3rem;
        }

        .tray--social nav.social-links ul li a {
            font-size: 3rem;
        }
}

.tray--filter .filter-toolbar.desktop li a {
    color: #fff;
    padding: 0 20px;
    background-color: var(--clr-primary);
    display: block;
    font-family: 'Overpass', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
    overflow: hidden;
    width: 100%;
    text-decoration: none;
}

.tray--slideshow {
    margin-left: 20px;
    margin-right: 20px;
}

    .tray--slideshow .background-image {
        max-height: 700px;
    }

    .tray--slideshow .bx-viewport {
        position: relative;
    }

    .tray--slideshow .slide-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 30px;
        background-color: rgba(var(--clr-primary), 0.5);
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .tray--slideshow .slide-caption p:last-of-type {
            margin-bottom: 0;
        }

        .tray--slideshow .slide-caption.background-color--primary {
            background-color: rgba(var(--clr-primary), 0.5);
        }

        .tray--slideshow .slide-caption.background-color--primary-light {
            background-color: rgba(0, 152, 207, 0.5);
        }

        .tray--slideshow .slide-caption.background-color--secondary {
            background-color: rgba(var(--clr-secondary), 0.5);
        }

        .tray--slideshow .slide-caption.background-color--black {
            background-color: rgba(0, 0, 0, 0.5);
        }

        .tray--slideshow .slide-caption.background-color--white {
            background-color: rgba(255, 255, 255, 0.5);
            color: #000;
        }

    .tray--slideshow .slider {
        margin-left: unset;
        margin-right: unset;
    }

div[class^='col-lg'] .tray--slideshow {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .tray--slideshow {
        margin-left: 40px;
        margin-right: 40px;
    }
}