@media (min-width: 1024px) {
    .desktop {
        display: block;
    }
}


/**
 * Grid system
 */

@media (min-width: 1024px) {
    .col-primary {
        float: left;
    }
    .col-2 .col-primary {
        width: 74.5098%;
    }
    .col-3 .col-primary {
        width: 49.01961%;
    }
}

@media (min-width: 1024px) {
    .ecols,
    .ecols--bordered {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .ecols__item {
        border-bottom: 0;
        display: table-cell;
        padding: 0;
        vertical-align: top;
    }
    .ecols__item>a,
    .ecols__item img {
        display: block;
    }
    .ecols__item img {
        margin: 0 auto;
        margin-bottom: 1.5em;
    }
    .ecols--bordered .ecols__item {
        border-left: 1px solid #dcdcdc;
        padding: 1.25rem;
    }
    .ecols--bordered .ecols__item:first-child {
        border: none;
        padding-left: 0;
    }
    .ecols--bordered .ecols__item:last-child {
        padding-right: 0;
    }
}

@media (min-width: 1025px) {
    .quotes {
        width: 100%;
        display: flex;
    }
    .quotes .blockquote {
        padding: 0;
        margin-right: 40px;
    }
    .quotes .blockquote:last-child {
        margin-right: 0;
    }
}

@media (min-width: 1025px) {
    .quotes__container {
        height: 250px;
        width: 100%;
    }
    .quotes__container blockquote {
        height: 244px;
        font-size: 24px;
        padding: 0;
        width: 100%;
        opacity: 1;
    }
    .quotes__container blockquote span {
        padding: 0 50px;
        transform: translateY(-10%);
        opacity: 1;
        transition: .2s all;
    }
    .quotes__container blockquote:nth-child(3) {
        opacity: 1;
    }
    .quotes__container blockquote.visible span {
        transform: translateY(-35%);
        transition: .6s all;
        opacity: 1;
    }
    .quotes__container:after {
        content: '';
        display: block;
        width: 40px;
        height: 40px;
        transform: rotate(-45deg);
        border-left: 1px solid #f7901e;
        border-bottom: 1px solid #f7901e;
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -20px;
        background: #fff;
        transition: .3s left;
    }
    .quotes__container.quote1:after {
        left: 8%;
    }
    .quotes__container.quote2:after {
        left: 29%;
    }
    .quotes__container.quote3:after {
        left: 50%;
    }
    .quotes__container.quote4:after {
        left: 71%;
    }
    .quotes__container.quote5:after {
        left: 92%;
    }
}

@media (min-width: 1024px) {
    .quotes__container blockquote {
        padding: 60px 60px 20px 60px;
    }
}

@media (min-width: 1024px) {
    .short-button-alt {
        font-size: 15px !important;
        padding: 0.1em 0.5em !important;
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .short-button-alt {
        font-size: 18px !important;
        padding: 0.1em 0.7em !important;
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    .btn.btn-orange,
    .btn-orange.mnav-loupe,
    .btn-orange.mnav-hamb,
    .btn.btn-gray,
    .btn-gray.mnav-loupe,
    .btn-gray.mnav-hamb,
    .btn.btn-blue,
    .btn-blue.mnav-loupe,
    .btn-blue.mnav-hamb,
    .btn.btn-blue--light,
    .btn-blue--light.mnav-loupe,
    .btn-blue--light.mnav-hamb,
    .btn.btn-gray--light,
    .btn-gray--light.mnav-loupe,
    .btn-gray--light.mnav-hamb,
    .btn.btn-white,
    .btn-white.mnav-loupe,
    .btn-white.mnav-hamb,
    .btn-orange,
    .btn-gray,
    .btn-blue,
    .btn-blue--light,
    .btn-gray--light,
    .btn-white,
    .btn-orange:link,
    .btn-gray:link,
    .btn-blue:link,
    .btn-blue--light:link,
    .btn-gray--light:link,
    .btn-white:link,
    .btn-orange:visited,
    .btn-gray:visited,
    .btn-blue:visited,
    .btn-blue--light:visited,
    .btn-gray--light:visited,
    .btn-white:visited {
        font-size: 1rem;
    }
}

@media (min-width: 1024px) {
    .nav__section__links a.button-link {
        width: 210px;
        height: 90px;
    }
}

@media (min-width: 1024px) {
    .button-link-wrap>a.button-link {
        padding: 20px 80px 20px 40px;
        width: calc(33.33% - 15px);
        text-align: left;
        margin: 0 0 30px;
        height: 120px;
    }
    .button-link-wrap>a.button-link:nth-child(2n - 1) {
        margin-right: 20px;
    }
}

@media (min-width: 1024px) {
    .button-link-wrap>a.button-link {
        height: 120px;
        padding: 20px 60px 20px 40px;
        width: calc(33.33% - 20px);
        margin: 0 0 20px;
    }
    .button-link-wrap>a.button-link-small {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        height: auto;
        padding: 20px 0px 20px 20px;
    }
    .button-link-wrap>a.button-link-small>span {
        width: 100%;
    }
    .button-link-wrap>a.button-link-small p {
        margin-top: 0.625rem;
        width: calc(100% - 60px);
    }
    .button-link-wrap>a.button-link:nth-child(2n - 1),
    .button-link-wrap>a.button-link:nth-child(2n) {
        margin-right: 20px;
    }
    .button-link-wrap>a.button-link:after {
        right: 20px;
    }
}

@media (min-width: 1024px) {
    .container .button-link-wrap {
        display: grid;
        gap: 20px;
        margin: 0px auto;
        grid-template-columns: 1fr 1fr;
    }
    .container .button-link-wrap>a.button-link {
        max-width: calc(1024px / 3);
    }
}

@media (min-width: 1024px) {
    dl.column-list {
        column-count: 3;
    }
}

@media (min-width: 1024px) {
    .container {
        padding: 75px 60px 0;
    }
    .container--short {
        padding: 50px 60px;
    }
    .container--short .heading--xl {
        margin-bottom: 40px;
    }
}

@media (min-width: 1024px) {
    .container--short-top {
        padding: 80px 60px 100px 60px;
    }
}

@media (min-width: 1024px) {
    .container--wide {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 1025px) {
    .container--no-pad {
        width: calc(100% - 40px);
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 1025px) {
    .container--padding-none {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1024px) {
    .container--npr {
        padding: 20px 60px 0 60px;
    }
}

@media (min-width: 1280px) {
    .wrap--1000,
    .wrap--1280 {
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .flex-2-col--66-33 .flex-2-col__column {
        flex-grow: 0;
    }
    .flex-2-col--66-33 .flex-2-col__column:first-child {
        width: calc(66.66% - 20px);
    }
    .flex-2-col--66-33 .flex-2-col__column:last-child {
        width: calc(33.33% - 20px);
    }
}

@media (min-width: 1024px) {
    .flex-2-col--33-66 .flex-2-col__column {
        flex-grow: 0;
    }
    .flex-2-col--33-66 .flex-2-col__column:first-child {
        width: calc(33.33% - 20px);
    }
    .flex-2-col--33-66 .flex-2-col__column:last-child {
        width: calc(66.66% - 20px);
    }
}

@media (min-width: 1024px) {
    .flex-3-col__column {
        justify-content: flex-start;
    }
}

@media (min-width: 1024px) {
    .flex-3-col__column--alt {
        display: block;
    }
}

@media (min-width: 1024px) {
    .flex-3-col--alt .flex-3-col__column {
        width: calc(33% - 20px);
    }
}

@media (min-width: 1024px) {
    .flex-4-col__column+.flex-4-col__column {
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .flex-3-col,
    .flex-4-col {
        gap: 30px;
    }
}

@media (min-width: 1024px) {
    .flex-3-col__column h4,
    .flex-3-col__column p,
    .flex-4-col__column h4,
    .flex-4-col__column p {
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .flex-2-col {
        flex-direction: row;
    }
    .flex-2-col--spaced--reverse {
        flex-direction: row-reverse;
    }
    .flex-2-col__column {
        width: 50%;
        flex-direction: column;
        margin: 0;
    }
    .flex-2-col__column--spaced {
        width: calc(50% - 40px);
    }
    .flex-2-col__column--spaced-double {
        width: calc(50% - 20px);
    }
    .flex-2-col--spaced {
        justify-content: space-between;
    }
    .flex-2-col__column--spaced {
        flex: 0 0 calc(50% - 10px);
    }
    .flex-2x2-grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: stretch;
        width: 100%;
    }
    .flex-2x2-grid--spaced-grid {
        margin-top: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .flex-2x2-grid--spaced-grid .flex__column {
        width: calc(50% - 40px);
        flex-grow: 1;
        flex-shrink: 0;
        max-width: inherit;
    }
    .flex-2x2-grid--spaced-grid .flex__column:nth-child(0n + 1) {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .flex-2x2-grid--spaced-grid .flex__column:nth-child(0n + 2) {
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .flex-2x2-grid--spaced-grid .flex__column:nth-child(0n + 3) {
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .flex-2x2-grid--spaced-grid .flex__column:nth-child(0n + 4) {
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .flex-2-col {
        display: flex;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .flex-2-col--66-33 {
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .flex-3-col--scroll {
        overflow: hidden;
        justify-content: space-between;
    }
    .flex-3-col--scroll .flex-3-col__column {
        max-width: 100%;
        margin: 0;
        flex-grow: 0;
    }
}

@media (min-width: 1024px) {
    .flex-3-col {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .flex-4-col {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1024px) {
    h1 {
        font-size: 3.75rem;
        line-height: 4.375rem;
    }
}

@media (min-width: 1024px) {
    h2 {
        font-size: 3.125rem;
        line-height: 3.75rem;
        margin-bottom: 40px;
    }
}

@media (min-width: 1024px) {
    h3 {
        font-size: 2rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 1024px) {
    h4 {
        font-size: 1.375rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .h-lg--light {
        font-size: 2.25rem;
        line-height: 2.625rem;
    }
}

@media (min-width: 1024px) {
    .h-lg {
        font-size: 1.875em;
    }
}

@media (min-width: 1024px) {
    .h-md-alt {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .h-md-alt2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 1024px) {
    .h-xl {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .h-xl-alt {
        font-size: 3.125rem;
        line-height: 3.75rem;
    }
}

@media (min-width: 1024px) {
    .h-xxl {
        font-size: 6.25rem;
        line-height: 6.875rem;
    }
}

@media (min-width: 1024px) {
    .h-xxl\@xl {
        font-size: 4.5rem;
        line-height: 5rem;
    }
}

@media (min-width: 1080px) {
    .h-xxl\@xl {
        font-size: 6.25rem;
        line-height: 6.875rem;
    }
}

@media (min-width: 1024px) {
    .h-xxl-alt {
        font-size: 4.625rem;
        line-height: 5.625rem;
    }
}

@media (min-width: 1024px) {
    .intro-block__text {
        font-size: 24px;
        line-height: 1.25;
    }
}

@media (min-width: 1024px) {
    .intro-block {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 60px;
    }
}

@media (min-width: 1024px) {
    progress {
        top: 0px;
        bottom: auto;
        display: block;
        height: 5px;
    }
}

@media (min-width: 1024px) {
    .grey-section {
        padding-bottom: 240px;
    }
    .grey-section+div {
        margin-top: -160px;
    }
}

@media (min-width: 1024px) {
    .tl--main {
        margin-top: 2em;
    }
}

@media (min-width: 1024px) {
    .thought-leadership header {
        height: 167px;
    }
    .thought-leadership header>.nav--inner {
        display: block;
    }
    .thought-leadership header>.nav--inner:before {
        clear: both;
    }
    .thought-leadership header>.nav--inner>.sub-nav {
        top: 110px;
        z-index: 400;
    }
}

@media (min-width: 1024px) {
    .thought-leadership .index {
        margin-top: 64px;
    }
}

@media (min-width: 1024px) {
    .mobile-trigger,
    .mobile-menu {
        display: none;
    }
}

@media (min-width: 1280px) {
    .article-eyebrow>a {
        max-width: calc(100% - 150px);
    }
}

@media (min-width: 1280px) {
    .article-eyebrow__date {
        margin-top: 0;
        margin-left: 20px;
    }
}

@media (min-width: 1024px) {
    .article-meta__col:first-child {
        width: 66.66%;
    }
    .article-meta__col:nth-child(2) {
        width: 33.33%;
    }
}

@media (min-width: 1024px) {
    .article-meta__share.open .article-meta__share-icons {
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    .article-meta__share.open .article-meta__share-icons {
        width: 8.75rem;
    }
}

@media (min-width: 1024px) {
    .article-preview__title {
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
}

@media (min-width: 1024px) {
    .article-preview--feature-single {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .article-preview--feature-single .article-preview__content-wrap,
    .article-preview--feature-single .article-preview__image {
        width: calc(50% - 10px);
    }
    .article-preview--feature-single .article-preview __content-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .author__image>img {
        width: 175px;
        height: 175px;
    }
}

@media (min-width: 1024px) {
    .block.active {
        min-height: 380px;
    }
}

@media (min-width: 1024px) {
    .block.big {
        min-height: 420px;
    }
}

@media (min-width: 1024px) {
    .block {
        margin-bottom: 0;
        min-height: 320px;
        padding: 40px 20px;
    }
    .block>h4 {
        font-size: 1.5rem;
        line-height: 1.75rem;
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    .block .link--cta {
        width: calc(100% - 120px);
    }
}

@media (min-width: 1025px) {
    .block .link--plus,
    .block .link--link {
        right: 20px;
        top: auto;
    }
}

@media (min-width: 1024px) {
    .block.block--double [class^="heading"] {
        margin-bottom: 25px;
    }
}

@media (min-width: 1024px) {
    .block.block--double {
        width: calc(66.666% - 5px);
        min-height: 320px;
    }
    .block.block--double--info {
        padding-top: 0;
    }
}

@media (min-width: 1024px) {
    .block__content {
        max-height: none !important;
        display: none;
    }
}

@media (min-width: 1024px) {
    .block__content.extended {
        padding-right: 80px;
    }
}

@media (min-width: 1024px) {
    .block__close {
        top: 40px;
        right: 40px;
    }
}

@media (min-width: 1024px) {
    .block.active .link--plus {
        top: 20px;
        right: 20px;
    }
    .block.active .link--plus:after {
        margin: 0;
    }
    .block.active .link--plus:hover:after {
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .block-media {
        left: 50%;
        top: 50%;
        transform: translateY(-50%);
        max-width: 350px;
    }
}

@media (min-width: 1080px) {
    .block-media {
        max-width: 614px;
    }
}

@media (min-width: 1024px) {
    .block-media__img {
        top: -65px;
        left: 50px;
        max-width: 476px;
        max-height: 614px;
    }
}

@media (min-width: 1080px) {
    .block-media__img {
        top: -150px;
        left: 0;
        max-width: 420px;
        max-height: 614px;
    }
}

@media (min-width: 1300px) {
    .block-media__img {
        top: -150px;
        left: 50px;
        max-width: 476px;
        max-height: 614px;
    }
}

@media (min-width: 1024px) {
    .block-media__img span {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .block-media__img--alt {
        top: 200px;
        left: 160px;
        max-width: 476px;
        max-height: 614px;
    }
}

@media (min-width: 1080px) {
    .block-media__img--alt {
        top: 200px;
        left: 80px;
        max-width: 450px;
        max-height: 614px;
    }
}

@media (min-width: 1300px) {
    .block-media__img--alt {
        top: 200px;
        left: 160px;
        max-width: 476px;
        max-height: 614px;
    }
}

@media (min-width: 1024px) {
    .block-media--alt {
        left: -20px;
    }
}

@media (min-width: 1024px) {
    .block-media--alt .block-media__img span {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    .block-media--alt .block-media__img {
        top: -28px;
        left: 27px;
        max-width: 517px;
        max-height: 517px;
    }
}

@media (min-width: 1080px) {
    .block-media--alt .block-media__img {
        top: -28px;
        left: 27px;
        max-width: 400px;
        max-height: 517px;
    }
}

@media (min-width: 1300px) {
    .block-media--alt .block-media__img {
        top: -100px;
        left: -45px;
        max-width: 517px;
        max-height: 517px;
    }
}

@media (min-width: 1024px) {
    .block-media--alt .block-media__img--alt {
        top: 207px;
        left: 265px;
        max-width: 272px;
        max-height: 272px;
    }
}

@media (min-width: 1080px) {
    .block-media--alt .block-media__img--alt {
        top: 217px;
        left: 280px;
        max-width: 280px;
        max-height: 280px;
    }
}

@media (min-width: 1300px) {
    .block-media--alt .block-media__img--alt {
        top: 155px;
        left: 200px;
        max-width: 358px;
        max-height: 313px;
    }
}

@media (min-width: 1024px) {
    .block-media--video {
        left: 50%;
        top: 50%;
        transform: translateY(-50%);
        max-width: 350px;
    }
}

@media (min-width: 1080px) {
    .block-media--video {
        max-width: 729px;
    }
}

@media (min-width: 1024px) {
    .block-media--video .block-media__img {
        top: -18px;
        left: 20%;
        max-width: 402px;
        max-height: 600px;
    }
}

@media (min-width: 1080px) {
    .block-media--video .block-media__img {
        left: 18%;
    }
}

@media (min-width: 1300px) {
    .block-media--video .block-media__img {
        top: -65px;
        left: 28%;
        max-width: 400px;
        max-height: 600px;
    }
}

@media (min-width: 1440px) {
    .block-media--video .block-media__img {
        top: -65px;
        left: 43%;
        max-width: 400px;
        max-height: 600px;
    }
}

@media (min-width: 1024px) {
    .block-media--video .block-media__img--alt {
        top: 68%;
        left: 20px;
        transform: translateY(-44%);
        min-width: 440px;
        max-width: 500px;
        max-height: 318px;
    }
}

@media (min-width: 1200px) {
    .block-media--video .block-media__img--alt {
        top: 50%;
        left: 0;
    }
}

@media (min-width: 1300px) {
    .block-media--video .block-media__img--alt {
        max-width: 555px;
        max-height: 318px;
    }
}

@media (min-width: 1024px) {
    .block-media--video .block-media__txt {
        font-size: 35px;
    }
}

@media (min-width: 1024px) {
    .block-media--video .block-media__txt span.underline {
        font-size: 35px !important;
    }
}

@media (min-width: 1024px) {
    .graphics__column img {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .info-hover__cover h3 {
        font-size: 24px;
    }
}

@media (min-width: 1280px) {
    .info-hover__cover h3 {
        font-size: 32px;
    }
}

@media (min-width: 1280px) {
    .info-hover__cover {
        padding-right: 50px;
    }
}

@media (min-width: 1280px) {
    .info-hover__cover p {
        font-size: 1em;
    }
}

@media (min-width: 1280px) {
    .info-hover__cover div {
        bottom: 40px;
        left: 40px;
        width: 75%;
    }
}

@media (min-width: 1650px) {
    .info-hover__cover div {
        bottom: 80px;
        left: 80px;
    }
}

@media (min-width: 1024px) {
    .listings__item {
        padding: 30px 0;
    }
}

@media (min-width: 1024px) {
    .list-plain--alt {
        height: 250px;
    }
}

@media (min-width: 1024px) {
    .list-plain--alt .scrollLink>li:hover .link-desc {
        height: 40px;
        overflow: visible;
        opacity: 1;
        margin-bottom: 50px;
        color: #414141;
    }
}

@media (min-width: 1350px) {
    .list-plain--alt .scrollLink>li:hover .link-desc {
        margin-bottom: 35px;
    }
}

@media (min-width: 1024px) {
    .list-plain--alt .scrollLink:nth-child(3)>li:hover .link-desc {
        height: 50px;
        overflow: visible;
        opacity: 1;
        margin-bottom: 50px;
        color: #414141;
    }
}

@media (min-width: 1350px) {
    .list-plain--alt .scrollLink:nth-child(3)>li:hover .link-desc {
        margin-bottom: 35px;
    }
}

@media (min-width: 1024px) {
    .list-plain--alt .link-desc {
        height: 0;
        overflow: hidden;
        opacity: 0;
        margin-bottom: 0;
        transition: all 0.2s linear;
    }
}

@media (min-width: 1024px) {
    #logoBar {
        border: none;
        height: auto;
        padding: 0.9375rem 0 0.5rem 0;
    }
    #logoBar .wrapper {
        line-height: 1;
        text-align: left;
        height: auto;
    }
    .logo {
        float: left;
        display: block;
        width: 235px;
        height: 60px;
    }
    .logo img {
        height: auto;
        max-height: 100%;
    }
    .controls {
        background: none;
        box-shadow: none;
        display: block;
        float: right;
        font-size: 1px;
        overflow: hidden;
        padding: 0;
        width: 317px;
        height: 41px;
        top: 0;
        right: 0;
        margin-top: 0.75rem;
    }
    .controls>div {
        width: 367px;
    }
    #logoBar .search-form {
        border: 1px solid #959595;
        display: block;
        overflow: hidden;
        padding: 0;
        width: 317px;
        height: 41px;
        top: auto;
        right: auto;
        left: auto;
    }
    .hamburger {
        background-color: #f7901e;
        cursor: pointer;
        display: block;
        opacity: 1;
        position: absolute;
        width: 41px;
        height: 41px;
        top: 0;
        left: 326px;
    }
    .hamburger:hover {
        background-color: #cf790b;
    }
    .mnav-loupe,
    .mnav-hamb {
        display: none;
    }
}

@media (min-width: 1024px) {
    .overlay>div [class^=button] {
        padding: 1em !important;
    }
}

@media (min-width: 1024px) {
    .overlay>div {
        padding-top: 80px;
    }
}

@media (min-width: 1080px) {
    .overlay>div {
        padding-top: 100px;
    }
}

@media (min-width: 1024px) {
    .title-bar {
        top: 110px;
        padding: 5px 0;
        z-index: 100;
    }
}

@media (min-width: 1024px) {
    .title-bar__content {
        padding-left: 40px;
    }
}

@media (min-width: 1024px) {
    .title-bar__title {
        margin-left: 0;
        width: 40%;
        text-align: left;
        font-size: 2em;
        margin-bottom: 0;
    }
}

@media (min-width: 1280px) {
    .title-bar__title {
        width: 33.33%;
    }
}

@media (min-width: 1024px) {
    .title-bar__tagline {
        display: block;
    }
}

@media (min-width: 1024px) {
    .title-bar__nav {
        max-width: 66.66%;
    }
}

@media (min-width: 1024px) {
    .violator__article-title {
        max-width: inherit;
    }
}

@media (min-width: 1080px) {
    .counter__header {
        font-size: 3.5em;
    }
}

@media (min-width: 1024px) {
    .pop-up__headline {
        left: 50px;
    }
}

@media (min-width: 1024px) {
    .pop-up.open {
        padding: 50px;
    }
}

@media (min-width: 1024px) {
    .pop-up.open .pop-up__title {
        font-size: 3rem;
    }
}

@media (min-width: 1024px) {
    .pull-quote {
        margin-left: 0;
        font-size: 2.25rem;
        line-height: 2.625rem;
        margin: 20px 0;
    }
}

@media (min-width: 1024px) {
    .career-slide__wrapper {
        height: 500px;
    }
}

@media (min-width: 1024px) {
    .career-slide__pill {
        font-size: 20px;
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .career-slide__content {
        justify-content: center;
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .career-slide__quote {
        font-size: 55px;
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .career-slide--quote .career-slide__wrapper {
        flex-direction: row;
        justify-content: flex-end;
    }
}

@media (min-width: 1024px) {
    .career-slide--quote .career-slide__content {
        margin-bottom: 0;
        max-width: 360px;
    }
}

@media (min-width: 1300px) {
    .career-slide--quote .career-slide__content {
        margin-bottom: 0;
        max-width: 460px;
    }
}

@media (min-width: 1024px) {
    .career-slide--quote .career-slide__quote span.underline:before {
        bottom: 13px;
    }
}

@media (min-width: 1024px) {
    .career-slide--quote .career-slide__quote {
        font-size: 35px;
        line-height: 40px;
    }
}

@media (min-width: 1024px) {
    .career-slide--quote .career-slide__citation {
        font-size: 12px;
    }
}

@media (min-width: 1024px) {
    .career-slide--video .career-slide__content {
        text-align: left;
        margin-bottom: 0;
        max-width: 420px;
    }
}

@media (min-width: 1024px) {
    .career-slide--video .career-slide__title {
        font-size: 49px;
    }
}

@media (min-width: 1024px) {
    .countdown__unit {
        padding: 0 15px;
        min-width: 90px;
    }
}

@media (min-width: 1024px) {
    .countdown__unit:nth-child(n + 2):before {
        font-size: 77px;
        width: 40px;
        height: 80px;
        left: -4px;
    }
}

@media (min-width: 1024px) {
    .countdown__unit>div:first-child {
        font-size: 4.8125rem;
    }
}

@media (min-width: 1024px) {
    .countdown__unit>div:nth-child(n + 2) {
        font-size: 1rem;
    }
}

@media (min-width: 1024px) {
    .contrast-toggle {
        padding-left: 10px;
        margin-left: 10px;
        font-size: 0.75rem;
        line-height: 24px;
        border-left: 1px solid #dcdcdc;
    }
}

@media (min-width: 1280px) {
    .contrast-toggle {
        font-size: 0.875rem;
    }
}

@media (min-width: 1024px) {
    .contrast-toggle__btn {
        width: 26px;
    }
}

@media (min-width: 1024px) {
    .accordion__module {
        padding: 40px;
    }
}

@media (min-width: 1024px) {
    .accordion--alt .accordion__module>a:after {
        display: none;
    }
}

@media (min-width: 1024px) {
    .accordion--alt .accordion__module>a.open:after {
        display: none;
    }
}

@media (min-width: 1024px) {
    .author-intro {
        flex-direction: row;
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .author-intro__image {
        align-self: center;
        text-align: right;
        width: 30%;
        order: 2;
    }
}

@media (min-width: 1024px) {
    .author-intro__content {
        width: 70%;
    }
}

@media (min-width: 1024px) {
    .author-intro__title {
        margin-top: 0;
        font-size: 4.375rem;
        color: #086c8f;
        line-height: 5.25rem;
    }
}

@media (min-width: 1080px) {
    .bar--centered .select {
        width: 466px;
    }
    .bar--centered .flex-col__column {
        max-width: 400px;
        margin: 0 50px;
        flex-grow: 0;
    }
}

@media (min-width: 1024px) {
    .billboard {
        display: flex;
    }
}

@media (min-width: 1024px) {
    .billboard__content,
    .billboard__image {
        flex-grow: 1;
        flex-shrink: 1;
    }
}

@media (min-width: 1024px) {
    .billboard__content {
        order: 1;
        width: calc(50% - 30px);
        padding: 2.5rem 8vw 2.5rem 10%;
    }
    .billboard.billboard--reverse .billboard__content {
        padding-right: 10%;
        padding-left: 8vw;
    }
}

@media (min-width: 1024px) {
    .billboard--reverse .billboard__content {
        order: 2;
    }
}

@media (min-width: 1024px) {
    .billboard__image {
        min-height: 700px;
        order: 2;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
        position: relative;
        width: calc(50% + 30px);
    }
    .billboard__image:before,
    .billboard__image:after {
        content: '';
        position: absolute;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: 2;
    }
    .billboard__image:before,
    .billboard__image:after {
        width: 0;
        height: 50%;
    }
    .billboard__image:before {
        border-top: 30px solid transparent;
        bottom: 0;
    }
    .billboard__image:after {
        border-bottom: 30px solid transparent;
        top: 0;
    }
    .billboard__image:before,
    .billboard__image:after {
        right: auto;
        left: 0;
        border-right: none;
        border-left: 30px solid #ffffff;
    }
    .billboard.billboard--reverse .billboard__image {
        order: 1;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
        position: relative;
    }
    .billboard.billboard--reverse .billboard__image:before,
    .billboard.billboard--reverse .billboard__image:after {
        content: '';
        position: absolute;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: 2;
    }
    .billboard.billboard--reverse .billboard__image:before,
    .billboard.billboard--reverse .billboard__image:after {
        width: 0;
        height: 50%;
    }
    .billboard.billboard--reverse .billboard__image:before {
        border-top: 30px solid transparent;
        bottom: 0;
    }
    .billboard.billboard--reverse .billboard__image:after {
        border-bottom: 30px solid transparent;
        top: 0;
    }
    .billboard.billboard--reverse .billboard__image:before,
    .billboard.billboard--reverse .billboard__image:after {
        right: 0;
        left: auto;
        border-right: 30px solid #ffffff;
        border-left: none;
    }
}

@media (min-width: 1024px) {
    .billboard__title {
        font-size: 3.75rem;
        line-height: 1em;
        letter-spacing: .05em;
        margin-bottom: 0.5em;
    }
}

@media (min-width: 1024px) {
    .billboard__title-image {
        padding: 0 10vw;
    }
}

@media (min-width: 1024px) {
    .billboard-npr>.billboard__content {
        padding: 40px 0;
    }
}

@media (min-width: 1024px) {
    .billboard-npr>.billboard__content>img {
        width: 90%;
    }
}

@media (min-width: 1024px) {
    .billboard-npr.billboard--reverse>.billboard__content {
        padding: 40px 0;
    }
}

@media (min-width: 1024px) {
    .billboard-npr.billboard--reverse>.billboard__content>img {
        width: 90%;
    }
}

@media (min-width: 1024px) {
    .blocks--more>div:first-child {
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .blocks {
        padding: 0;
        width: 100%;
        display: flex;
    }
    .blocks>div {
        margin-bottom: 0;
    }
    .blocks>div:nth-child(n + 4) {
        margin-top: 20px;
    }
    .blocks--more>div:first-child {
        padding-left: 0;
        padding-top: 20px;
    }
    .blocks--more>div:nth-child(n + 3) {
        margin-top: 20px;
    }
}

@media (min-width: 1024px) {
    .blocks.blocks--last {
        margin-bottom: 90px;
    }
}

@media (min-width: 1024px) {
    .blocks.blocks--right {
        justify-content: flex-end;
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .blocks--orange.blocks--more>div:first-child,
    .blocks--green.blocks--more>div:first-child,
    .blocks--blue.blocks--more>div:first-child {
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .blog-widget__item:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .downloads__item {
        margin: 0;
        height: 100%;
    }
}

@media (min-width: 1024px) {
    .footer--main .container {
        padding: 40px 60px;
    }
}

@media (min-width: 1024px) {
    .footer--main__link-columns>div {
        width: calc(33.33%);
    }
}

@media (min-width: 1024px) {
    .form--flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .form--flex .form__field {
        width: calc(50% - 10px);
    }
    .form--flex .form__field--subs {
        display: flex;
        justify-content: space-between;
    }
    .form--flex .form__field--expanded {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .form__input-wrapper {
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }
}

@media (min-width: 1024px) {
    .form__input-wrapper .form__field {
        width: 19%;
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .form__checkbox-wrapper {
        flex-flow: row;
        justify-content: flex-start;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    .form__checkbox-wrapper .form__checkbox {
        width: 22.5%;
    }
}

@media (min-width: 1024px) {
    .full .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 1024px) {
    .full--padding .container {
        padding-left: 100px;
        padding-right: 100px;
    }
    .full--padding .container--slim {
        padding-left: 250px;
        padding-right: 250px;
    }
}

@media (min-width: 1150px) {
    .grid-4up>div,
    .grid-4up>a {
        width: 25%;
    }
}

@media (min-width: 1024px) {
    .main-header {
        overflow: visible;
        position: relative;
        height: 100px;
    }
    .main-header .logo {
        width: 200px;
        margin-left: 40px;
    }
    .main-header .mobile-trigger {
        display: none;
    }
}

@media (min-width: 1024px) {
    .hero__content--audiences {
        padding-top: 20px;
        padding-bottom: 100px;
    }
}

@media (min-width: 1024px) {
    .hero__content h1 {
        font-size: 3.125rem;
    }
}

@media (min-width: 1024px) {
    .hero-split {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        overflow: hidden;
    }
}

@media (min-width: 1024px) {
    .hero-split__main {
        width: calc(100% - 300px);
        height: 700px;
        padding: 0 2.5rem;
        text-align: left;
    }
}

@media (min-width: 1280px) {
    .hero-split__main {
        width: calc(100% - 425px);
    }
}

@media (min-width: 1024px) {
    .hero-split__main video {
        display: block;
    }
}

@media (min-width: 1024px) {
    .hero-split__main-content {
        max-width: 800px;
        height: auto;
    }
}

@media (min-width: 1024px) {
    .hero-split__main-content h1 {
        font-size: 4rem;
        line-height: 4.375rem;
    }
}

@media (min-width: 1280px) {
    .hero-split__main-content h1 {
        font-size: 4.375rem;
        line-height: 5.25rem;
    }
}

@media (min-width: 1024px) {
    .hero-split__main-content p {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .hero-split__secondary-slides {
        padding-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .hero-split__secondary-slides:after {
        display: none;
        padding-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .hero-split__secondary-slides {
        display: flex;
        flex-direction: column;
        width: 300px;
        position: relative;
        z-index: 3;
        height: 100%;
        transition: right 0.5s ease-in-out;
        overflow: visible;
    }
    .hero-split__secondary-slides:before {
        content: ' ';
        position: absolute;
        top: 0;
        left: -2px;
        height: 100%;
        width: 2px;
        background-color: white;
        z-index: 6;
        display: block;
        transition: opacity 0.25s ease-in;
    }
    .hero-split__secondary-slides:hover:before {
        opacity: 0;
    }
    .hero-split__secondary-slides>div {
        height: calc(33.33% - 1px);
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #0082ca;
        margin-bottom: 2px;
    }
    .hero-split__secondary-slides>div:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1280px) {
    .hero-split__secondary-slides {
        width: 425px;
    }
}

@media (min-width: 1280px) {
    .hero-split {
        height: 700px;
    }
}

@media (min-width: 1024px) {
    .hero-split__b-roll {
        display: block;
    }
    .hero-split__b-roll video {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: block;
    }
}

@media (min-width: 1920px) {
    .hero-split__b-roll video {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        top: auto;
        left: auto;
        object-fit: fill;
    }
}

@media (min-width: 1024px) {
    .hero-split__item {
        max-width: inherit;
        box-shadow: none;
        margin: 0;
        transition: all 0.25s ease-in-out;
        display: inherit !important;
        position: relative;
    }
    .hero-split__item:before {
        content: ' ';
        position: absolute;
        left: 0;
        width: 0px;
        background-color: #f7901e;
        height: 100%;
        transition: all 0.25s ease-in-out;
    }
    .contrast .hero-split__item:before {
        background-color: #0d9bcd;
    }
    .hero-split__item:hover {
        padding-left: 40px;
    }
    .hero-split__item:hover:before {
        width: 20px;
    }
}

@media (min-width: 1024px) {
    .hero-split__item .hero-split-item__title i,
    .hero-split__item .hero-split-item__title svg {
        display: none;
    }
}

@media (min-width: 1024px) {
    .hero-split__item a {
        display: block;
    }
}

@media (min-width: 1024px) {
    .hero-split__item h3 {
        display: block;
    }
    .hero-split__item h3:after {
        transition: width 0.25s ease-in-out;
        width: 1.875rem;
        display: block;
        height: 2px;
        background-color: #f7901e;
        content: ' ';
        font-size: 0;
        margin: 15px 0;
    }
}

@media (min-width: 1024px) {
    .hero-split__item:nth-child(n + 1) .hero-split-item__title {
        color: white;
    }
}

@media (min-width: 1024px) {
    .hero-split-item__title {
        margin-bottom: 1.875rem;
    }
}

@media (min-width: 1024px) {
    .hero-career .hero-cover__bg,
    .hero-career .hero-cover__bg-mb {
        display: block;
    }
}

@media (min-width: 1024px) {
    .hero-career .hero-cover__bg-mb,
    .hero-career .hero-cover__bg-mb-mb {
        display: none;
    }
}

@media (min-width: 1024px) {
    .hero-career .hero-cover__content {
        padding: 20px;
        height: 100%;
        width: 50%;
    }
}

@media (min-width: 1080px) {
    .hero-career .hero-cover__content {
        padding: 70px 50px;
    }
}

@media (min-width: 1024px) {
    .hero-career .hero-cover__content h2 {
        font-size: 3.5vw;
    }
}

@media (min-width: 1024px) {
    .hero-career .hero-cover__content::before {
        left: unset;
        right: 0;
        width: 70px;
        height: 100%;
    }
}

@media (min-width: 1024px) {
    .hero-career .hero-cover__content::after {
        width: 50px;
        height: 100%;
        left: unset;
        top: 0;
        right: -50px;
    }
}

@media (min-width: 1024px) {
    .info-columns--two>div a,
    .info-columns--two>li a {
        position: absolute;
        bottom: 0;
    }
}

@media (min-width: 1024px) {
    .info-columns--three>div {
        padding: 0 15px;
        width: 33.33%;
    }
    .info-columns--three>div:nth-child(n+4) {
        margin-top: 3em;
    }
}

@media (min-width: 1024px) {
    .info-columns--three--block>div {
        margin-right: 40px;
        width: calc((100% - 80px) * .3333);
    }
    .info-columns--three--block>div:last-child {
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    .info-columns--four>div {
        width: 25%;
    }
}

@media (min-width: 1024px) {
    .info-columns--with-button>div {
        position: relative;
    }
    .info-columns--with-button>div a.link--bold {
        bottom: 7px;
    }
}

@media (min-width: 1024px) {
    .info-columns--separated>li:first-child,
    .info-columns--separated>div:first-child {
        border-right: 1px solid #dcdcdc;
    }
    .info-columns--separated.info-columns--white>*:first-child {
        border-color: #ffffff;
    }
    .info-columns--separated>li:last-child,
    .info-columns--separated>div:last-child {
        padding-left: 20px;
        padding-right: 10px;
    }
}

@media (min-width: 1024px) {
    [class^=info-columns] {
        display: flex;
    }
    [class^=info-columns]>li,
    [class^=info-columns]>div {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .info-column {
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media (min-width: 1024px) {
    .info-column__content h4,
    .info-column__content p {
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .info-column__link {
        margin-top: 40px;
    }
}

@media (min-width: 1024px) {
    .modal__close {
        font-size: 40px;
        border: 1px solid #fff;
        color: #fff !important;
        height: 60px;
        width: 60px;
        top: -60px;
        left: calc(25% - 120px);
    }
}

@media (min-width: 1024px) {
    .modal__container {
        width: 75%;
        margin-left: 25%;
    }
}

@media (min-width: 1024px) {
    .modal.open .modal__close {
        top: 120px;
    }
}

@media (min-width: 1024px) {
    #page {
        padding-top: 0;
    }
}

@media (min-width: 1024px) {
    .row__content {
        padding: 40px 60px;
    }
}

@media (min-width: 1024px) {
    .row__image img {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .row--quote .row__image>div:not(.row__title-image) {
        bottom: 60px;
        left: 60px;
    }
}

@media (min-width: 1024px) {
    .splash--feature {
        height: 572px !important;
    }
}

@media (min-width: 1024px) {
    .splash--video-alt {
        max-height: 390px;
    }
}

@media (min-width: 1024px) {
    .splash--video-alt .splash__content {
        display: block;
    }
}

@media screen and (min-width: 1920px) {
    .splash__img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 1200px) {
    .splash__content-feat {
        width: 100%;
        max-width: 1120px;
    }
}

@media (min-width: 1024px) {
    .splash__photo-credit {
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .testimonial__cols {
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .article-list--listings .article-list__item {
        position: relative;
        width: 33.333%;
    }
    .article-list--listings .article-list__item:nth-child(3n+3) .article-list__item-content {
        padding-right: 0 10px 0;
        border-right-color: white;
    }
}

@media (min-width: 1024px) {
    .article-list--featured {
        display: flex;
    }
}

@media screen and (min-width: 1080px) {
    .article-list--featured .article-list__item:nth-child(3n+4) {
        border-left: 1px solid #dcdcdc;
    }
}

@media (min-width: 1080px) {
    .article-list--featured .article-list__item:nth-child(3n+4) {
        border-left: none;
    }
}

@media screen and (min-width: 1024px) {
    .article-list--featured .article-list__item {
        width: 50%;
    }
    .article-list--featured .article-list__item:nth-child(n) .article-list__item-content {
        border-bottom: none;
    }
}

@media (min-width: 1024px) {
    .article-list--featured--three .article-list__item {
        width: 33%;
    }
}

@media screen and (min-width: 1280px) {
    .article-list--featured--four .article-list__item:nth-child(3n+2) {
        border-right-color: #dcdcdc;
    }
}

@media screen and (min-width: 1280px) {
    .article-list--featured--four .article-list__item {
        width: 25%;
    }
    .article-list--featured--four .article-list__item:nth-child(3n+4) {
        border-right-color: white;
    }
    .article-list--featured--four .article-list__item:nth-child(3n+4) .article-list__item-content {
        padding-right: 0 10px 0;
    }
}

@media (min-width: 1024px) {
    .article-list--listings .article-list__item {
        width: calc((100% / 3) - (40px / 3));
    }
    .article-list--listings .article-list__item:nth-of-type(2n) {
        margin-right: 20px;
    }
    .article-list--listings .article-list__item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    .article-list--listings .article-list__item {
        min-height: 350px;
    }
}

@media (min-width: 1024px) {
    .article-list--listings .article-list__item-content {
        padding: 40px 20px;
    }
}

@media (min-width: 1024px) {
    .article__download a {
        font-size: 1.5rem;
        line-height: 26px;
    }
    .article__download a div strong {
        min-width: 170px;
    }
}

@media (min-width: 1024px) {
    .article__intro {
        max-width: 920px;
        margin: 40px 0 40px calc(50% - 400px);
    }
}

@media (min-width: 1024px) {
    .article__headline {
        margin-top: 40px;
    }
}

@media (min-width: 1024px) {
    .article__content-qa div {
        padding-left: 40px;
    }
}

@media (min-width: 1024px) {
    .article__content-intro {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media (min-width: 1024px) {
    .article__content-intro p {
        font-size: 1.75rem;
        line-height: 2.375rem;
    }
}

@media (min-width: 1280px) {
    .feature-article {
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .feature-article__article-preview {
        width: calc(40% - 20px);
    }
}

@media (min-width: 1024px) {
    .feature-article__image {
        width: 60%;
    }
}

@media (min-width: 1024px) {
    .text-hero {
        padding: 80px;
    }
}

@media (min-width: 1024px) {
    .text-hero__headline {
        font-size: 60px;
        margin-bottom: 0;
        line-height: 1.25em;
    }
}

@media (min-width: 1024px) {
    .sub-nav {
        background: none;
        position: absolute;
        left: auto;
        right: 0;
        z-index: 1000;
        width: auto;
    }
}

@media (min-width: 1280px) {
    .sub-nav {
        /*right: calc(50% - 640px);*/
        right: 40px;
    }
}

@media (min-width: 1024px) {
    .sub-nav--sub {
        top: 120px;
        height: auto;
        display: none;
    }
}

@media (min-width: 1024px) {
    .sub-nav__header {
        display: none;
    }
}

@media (min-width: 1024px) {
    .sub-nav__item {
        padding: 18px 1em 1em;
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .sub-nav__item:last-child {
        padding-right: 2.5em;
    }
}

@media (min-width: 1280px) {
    .sub-nav__item a {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .sub-nav__item--with-sub:hover>a,
    .sub-nav__item--with-sub>a:hover {
        color: #f7901e;
    }
    .contrast .sub-nav__item--with-sub:hover>a,
    .sub-nav__item--with-sub>a:hover {
        color: #d24700;
    }
}

@media (min-width: 1024px) {
    .sub-nav__item--with-sub li a {
        color: #005677;
    }
    .sub-nav__item--with-sub li a:hover {
        color: #f7901e;
    }
    .contrast .sub-nav__item--with-sub li a:hover {
        color: #d24700;
    }
}

@media (min-width: 1024px) {
    .sub-nav__item {
        width: auto;
    }
    .sub-nav__item:last-child:after {
        /* more styles here */
        position: absolute;
    }
    .sub-nav__item:hover .sub-nav--sub {
        padding: 1em 1em 1em;
        display: block;
        position: absolute;
        top: calc(100% - 0.5em);
        min-width: 275px;
        left: auto;
        right: 0;
        z-index: 100;
        background-color: white;
    }
}

@media (min-width: 1024px) {
    .sub-nav .sub-nav__sub-header {
        display: none;
    }
}

@media (min-width: 1024px) {
    .sub-nav__sub-item {
        padding-bottom: 0.5em;
    }
}

@media (min-width: 1024px) {
    .sticky .sub-nav {
        top: 45px;
    }
}

@media (min-width: 1024px) {
    .select-nav {
        display: none;
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .article-share {
        margin: 0px 0 0 calc(50% - 470px);
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 60px;
        padding: 0;
        z-index: 100;
        float: left;
        clear: none;
    }
}

@media (min-width: 1024px) {
    .article-share .svg-inline--fa {
        display: block;
        margin: 0px auto;
        font-size: 34px;
    }
}

@media (min-width: 1024px) {
    .cross-promotion--bordered-alt p {
        font-size: 14px;
        line-height: 21px;
    }
}

@media (min-width: 1024px) {
    .cross-promotion--unbound>div h4 {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .header-sticky__article-title {
        max-height: 50px;
        max-width: calc(100% - 40px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .header-sticky.stick {
        top: 79px;
        right: 0;
        opacity: 1;
        border-bottom: 1px solid #dcdcdc;
    }
}

@media (min-width: 1024px) {
    .tweet {
        justify-content: flex-start;
    }
}

@media (min-width: 1024px) {
    .tweet>div>div:nth-child(2) {
        width: calc(100% - 120px);
        padding-left: 0px;
    }
}

@media (min-width: 1024px) {
    .tweet__icon {
        margin-top: 0;
        margin-right: 40px;
        padding-left: 20px;
        width: auto;
    }
}

@media (min-width: 1024px) {
    .tweet p {
        font-size: 1.375rem;
        line-height: 2.0625rem;
        width: inherit;
    }
}

@media (min-width: 1024px) {
    .mini-timeline {
        margin-top: 120px;
    }
}

@media (min-width: 1024px) {
    .mini-timeline__content:before {
        height: 100%;
    }
}

@media (min-width: 1024px) {
    .mini-timeline__container>div {
        /*
                &:nth-child(n) {
                    width: calc(50% - 10px);
                }
                */
    }
}

@media (min-width: 1024px) {
    .mini-timeline__img {
        max-width: 350px;
    }
}

@media (min-width: 1024px) {
    .mini-timeline__img {
        transform: scale(0.9);
        padding: 0;
    }
    .mini-timeline__img img {
        margin: 0px auto 0;
        transform: scale(1.5);
        max-width: inherit;
    }
}

@media (min-width: 1024px) {
    .mini-timeline__copy {
        padding: 40px 20px 80px;
    }
}

@media (min-width: 1024px) {
    .page-header .logo {
        height: 60px;
    }
}

@media (min-width: 1024px) {
    .page-header nav {
        display: block;
        float: right;
        width: auto;
        height: auto;
        position: static;
        max-height: 65px !important;
        box-shadow: none;
    }
    .page-header nav ul {
        font-size: 0.875rem;
    }
}

@media (min-width: 1024px) {
    .page-header {
        position: relative;
        overflow: visible;
        height: 110px !important;
    }
    .page-header .logo {
        width: 110px !important;
        margin-left: 40px;
    }
    .page-header .mobile-trigger {
        display: none;
    }
}

@media (min-width: 1112px) {
    .page-header .logo {
        width: 150px !important;
    }
}

@media (min-width: 1024px) {
    .page-header .social {
        display: none;
    }
}

@media (min-width: 1024px) {
    .promo-column+.promo-column {
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .promo-column {
        width: calc(50% - 20px);
        flex-direction: row;
        flex-wrap: wrap;
        display: flex;
    }
    .promo-column.full {
        width: 100%;
        max-width: 600px;
    }
}

@media (min-width: 1024px) {
    .promo-column__content {
        justify-content: center;
        align-content: center;
        display: flex;
        flex-direction: column;
    }
    .promo-column__content:first-child {
        padding: 0;
        height: 100%;
        width: 260px;
    }
    .promo-column__content:first-child a {
        height: 100%;
    }
    .promo-column__content:nth-child(2) {
        padding: 20px;
        width: calc(100% - 260px);
    }
}

@media (min-width: 1024px) {
    .pagination__next>.prev,
    .pagination__next .next,
    .pagination__prev>.prev,
    .pagination__prev .next {
        font-size: 1.625rem;
    }
}

@media (min-width: 1024px) {
    .VuePagination nav {
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .VuePagination nav ul li a {
        font-size: 16px;
        line-height: 24px;
        padding: 5px 8px;
    }
}

@media (min-width: 1024px) {
    .VuePagination nav ul {
        margin-left: 20px;
    }
}

@media (min-width: 1024px) {
    .segment-carousel__toggler {
        display: none;
    }
}

@media (min-width: 1024px) {
    .segment-carousel__options-wrap {
        justify-content: flex-start;
    }
}

@media (min-width: 1024px) {
    .segment-carousel .item {
        padding-right: 0;
    }
}

@media (min-width: 1024px) {
    .segment-carousel {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .segment-carousel__dots {
        display: flex;
        flex-direction: column;
        margin-top: 16px;
    }
    .segment-carousel__dots span {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-bottom: 10px;
        border-radius: 50%;
        background-color: #dcdcdc;
        cursor: pointer;
    }
    .segment-carousel__dots span.active {
        background-color: #f7901e;
    }
    .contrast .segment-carousel__dots span.active {
        background-color: #105677;
    }
    .segment-carousel__options-wrap {
        width: calc(33.33% - 20px);
        padding: 0;
        height: auto;
        border: none;
    }
    .segment-carousel__options>div {
        display: block;
        max-width: inherit;
    }
    .segment-carousel__options>div.active {
        background-color: #dcdcdc;
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {
    .segment-carousel__options>div {
        transition: all 0.5s ease-in-out;
    }
}

@media (min-width: 1024px) {
    .segment-carousel__items {
        width: calc(66.66% - 20px);
    }
}

@media (min-width: 1024px) {
    .quote {
        padding: 20px;
    }
}

@media (min-width: 1024px) {
    .quote__credit {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 1024px) {
    .nav {
        line-height: 36px;
        display: block;
        width: 100%;
        margin: 12px 40px 0 0;
        overflow: visible;
        max-height: 52px !important;
        font-family: "Proxima N W01 Smbd", Arial, sans-serif;
        box-shadow: none;
        position: relative;
        height: auto;
    }
}

@media (min-width: 1024px) {
    .nav__section:nth-child(1):hover:before,
    .nav__section:nth-child(2):hover:before,
    .nav__section:nth-child(3):hover:before {
        position: absolute;
        top: 50px;
        background-image: url("/themes/surescripts/templates/landing-pages/assets/images/nav-image-arrow-up.png");
        left: 50%;
        margin-left: -25px;
        display: block;
        content: " ";
        height: 25px;
        width: 50px;
        background-repeat: no-repeat;
        z-index: 1000;
    }
    .nav__section:nth-child(1) .nav__section__links,
    .nav__section:nth-child(3) .nav__section__links {
        width: 850px;
        margin-left: -400px;
    }
    .has-button .nav__section:nth-child(1) .nav__section__links,
    .has-button .nav__section:nth-child(3) .nav__section__links {
        margin-left: -200px;
    }
    .nav__section:nth-child(2) .nav__section__links {
        width: 540px;
        margin-left: -400px;
    }
    .has-button .nav__section:nth-child(2) .nav__section__links {
        margin-left: -200px;
    }
    .nav__section:nth-child(2) .nav__section__links.nav-audiences.with-links {
        width: 800px;
    }
    .nav__section:nth-child(2) .nav__section__links.nav-audiences.with-links>div:nth-child(2) {
        max-width: 260px;
    }
    .nav__section:nth-child(2) .nav__section__links--promo-links {
        width: 950px;
        margin-left: -600px;
    }
    .has-button .nav__section:nth-child(2) .nav__section__links--promo-links {
        margin-left: -300px;
    }
    .nav__section:nth-child(3) .nav__section__links {
        margin-left: -600px;
    }
    .has-button .nav__section:nth-child(3) .nav__section__links {
        margin-left: -300px;
    }
    .nav__section:nth-child(4) .nav__section__links {
        width: 450px;
        margin-left: -200px;
    }
    .nav__section.search .nav__section__links {
        margin-left: -850px;
        width: 900px;
        padding-top: 0;
    }
    .has-button .nav__section.search .nav__section__links {
        margin-left: -800px;
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {
    .nav__section .flex-3-col__column {
        flex-direction: column;
    }
}

@media (min-width: 1024px) {
    .nav__section .nav-audiences .nav__section__links-wrapper>div:first-child {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .nav__section {
        height: 50px;
        position: relative;
    }
}

@media (min-width: 1024px) {
    .nav__section__title.search {
        display: none;
        overflow-x: visible;
    }
}

@media (min-width: 1024px) {
    .nav__section__title .svg-inline--fa {
        float: none;
    }
}

@media (min-width: 1024px) {
    .nav__section .nav__section__links-wrapper {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .nav__section {
        display: inline-block;
        border: 0;
    }
    .nav__section:hover.nav__section-btn a:after {
        height: 0;
    }
    .nav__section:hover .nav__section__links {
        /*display: block; */
        display: flex;
        flex-direction: row;
    }
    .nav__section:hover>a,
    .nav__section:hover>span {
        text-decoration: none;
        color: #f7901e;
        width: 100%;
    }
    .contrast .nav__section:hover>a,
    .contrast .nav__section:hover>span {
        color: #d24700;
    }
    .nav__section:hover>a:after,
    .nav__section:hover>span:after {
        content: "";
        display: block;
        width: 100%;
        height: 5px;
        background: #f7901e;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: none;
        top: auto;
    }
    .contrast .nav__section:hover>a:after,
    .contrast .nav__section:hover>span:after {
        background-color: #d24700;
    }
    .nav__section.search:hover a:after {
        display: none;
    }
    .nav__section .nav__section__links.nav-audiences>div {
        flex-grow: 1;
    }
    .nav__section .nav__section__links {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0 !important;
        top: 50px !important;
        display: none;
        z-index: 600;
        flex-direction: row;
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {
    .nav__section .nav__section__links {
        background: none;
    }
}

@media (min-width: 1024px) {
    .nav__section .nav__section__links:first-child:not(.header__form) {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .nav__section .nav__section__links>div {
        padding: 40px 30px 20px 50px;
        background: #ffffff;
        margin-top: 15px;
        width: 100%;
    }
    .nav__section .nav__section__links>div:only-child {
        width: 100%;
    }
    .nav__section .nav__section__links>div.bg--grey-light {
        background-color: #f7f7f7;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .nav__section .nav__section__links .nav__section__item .svg-inline--fa {
        margin-left: 10px;
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {
    .nav__section .nav__section__links--support a {
        white-space: nowrap;
    }
}

@media (min-width: 1024px) {
    .nav__section .nav__section__links .mobile-heading {
        display: none !important;
    }
    .nav__section .nav__section__links li {
        padding: 8px 0;
    }
    .nav__section .nav__section__links li a {
        color: #005677;
        font-size: 16px;
        padding: 0;
        text-decoration: none;
    }
    .nav__section .nav__section__links li a.u-ext--white {
        padding-right: 20px;
    }
    .nav__section .nav__section__links li a:hover span {
        padding-left: 5px;
    }
    .nav__section .nav__section__links li a:hover:after {
        display: none;
    }
    .nav__section .nav__section__links>p {
        display: block;
    }
    .nav__section .nav__section__links>a.btn,
    .nav__section .nav__section__links>a.mnav-loupe,
    .nav__section .nav__section__links>a.mnav-hamb {
        display: inline-block;
    }
    .nav__section .nav__section__links-alt {
        padding-left: 40px;
        width: 50%;
        line-height: 18px !important;
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {
    .nav__section .nav__section__links-alt {
        display: flex;
    }
    .nav__section .nav__section__links-alt>ul {
        width: 50%;
    }
    .nav__section .nav__section__links-alt>div {
        width: 300px;
    }
}

@media (min-width: 1024px) {
    .nav__section .nav__section__links-alt img {
        display: block;
        margin-bottom: 10px;
    }
    .nav__section .nav__section__links-alt span {
        display: inline !important;
        max-width: 50%;
        font-family: "Proxima N W01 Smbd", Arial, sans-serif;
        color: #4c4c4c;
        line-height: 16px !important;
    }
    .nav__section .nav__section__links-alt span>a {
        font-family: "Proxima N W01 Light", Arial, sans-serif !important;
        color: #0082ca !important;
    }
    .nav__section .nav__section__links-alt a {
        display: inline !important;
        color: #105677 !important;
        padding: 0 !important;
        line-height: 16px !important;
        font-size: 16px;
    }
    .nav__section__title {
        font-family: "Proxima N W01 Smbd", Arial, sans-serif !important;
        font-size: 14px !important;
    }
    .nav__section__title--no-link {
        cursor: initial;
        pointer-events: none;
    }
}

@media (min-width: 1024px) {
    .nav__section__subtitle {
        margin: 0 0 10px 0;
    }
}

@media (min-width: 1024px) {
    .nav__section__caption {
        padding-left: 0;
    }
}

@media (min-width: 1024px) {
    .nav__section__links {
        overflow: auto;
    }
}

@media (min-width: 1024px) {
    .nav__section__links__group {
        width: 50%;
    }
    .nav__section__links__group li.nav__section__item {
        padding-left: 20px;
    }
    .nav__section__links__group:first-child {
        padding-right: 10px;
    }
    .nav__section__links__group:last-child {
        padding-left: 10px;
    }
}

@media (min-width: 1024px) {
    .nav__section a:after {
        display: none;
    }
}

@media (min-width: 1024px) {
    .nav__section a {
        padding: 0 10px 15px 10px;
        border-bottom: 0;
    }
    .nav__section a.nav__section__subtitle {
        padding: 0;
    }
    .nav__section a.nav__section__subtitle.nav__section__subtitle {
        padding: 0;
    }
    .nav__section a.nav__section__subtitle.nav__section__subtitle .svg-inline--fa {
        margin-left: 7px;
        display: inline-block;
        transition: all 0.25s;
        vertical-align: middle;
    }
    .nav__section a.nav__section__subtitle.nav__section__subtitle:hover .svg-inline--fa {
        margin-left: 10px;
    }
}

@media (min-width: 1080px) {
    .nav__section a {
        padding: 0 15px 15px 15px;
    }
}

@media (min-width: 1024px) {
    .nav__section.search .search-trigger {
        height: 31px;
        background-size: 16px auto;
    }
}

@media (min-width: 1024px) {
    .nav__section.search {
        display: inline-block;
        border-bottom: 5px solid transparent;
    }
    .nav__section.search:hover {
        border-bottom: 5px solid #f7901e;
    }
    .contrast .nav__section.search:hover {
        border-bottom: 5px solid #d24700;
    }
    .nav__section.search .nav__section__links {
        height: 100px;
        /*top: 110px !important */
    }
}

@media (min-width: 1024px) {
    .nav a.nav__section__title,
    .nav span.nav__section__title {
        font-size: inherit;
        border: none;
    }
}

@media (min-width: 1024px) {
    .nav span.nav__section__title {
        padding: 0 15px 15px;
    }
}

@media (min-width: 1024px) {
    .nav__section .nav__section--tertiary {
        display: none;
    }
}

@media (min-width: 1024px) {
    .nav__section--subnav {
        position: relative;
        top: auto;
        left: auto;
        background: #ffffff;
        height: auto;
    }
    .nav__section--subnav .nav__section__item a:hover {
        text-decoration: underline;
    }
    .nav__section--subnav .nav__section__item a:hover .svg-inline--fa {
        margin-left: 10px;
    }
}

@media (min-width: 1024px) {
    .nav__section .nav__section__subtitle {
        border: none;
    }
}

@media (min-width: 1024px) {
    .nav__section__right-nav {
        position: relative;
        top: auto;
        left: auto;
        background: #ffffff;
    }
    .nav__section__right-nav .nav__section__item:hover .svg-inline--fa {
        margin-left: 10px;
    }
}

@media (min-width: 1024px) {
    .nav__section a.no-link {
        color: #717171 !important;
    }
}

@media (min-width: 1024px) {
    .nav__section__subnav__title.no-link {
        border-bottom: none;
        padding: 0;
        height: 35px;
    }
}

@media (min-width: 1024px) {
    .nav__section__subnav__title {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .nav__section__subnav__title a:hover .svg-inline--fa {
        margin-left: 10px;
        color: #105677;
    }
    .nav__section__subnav__title a span {
        padding-left: 10px;
    }
}

@media (min-width: 1024px) {
    .nav__section__subnav__title a {
        width: auto;
    }
}

@media (min-width: 1024px) {
    .nav__section__subnav__title-alt {
        position: relative;
        top: auto;
        left: auto;
    }
}

@media (min-width: 1024px) {
    .nav__section__subnav__title-top {
        border-bottom: none;
    }
}

@media (min-width: 1024px) {
    .nav__section__subnav__title-single {
        border-bottom: none;
    }
}

@media (min-width: 1024px) {
    .page-header__nav {
        border-bottom: none;
        height: 80px;
        padding-top: 10px;
    }
}

@media (min-width: 1024px) {
    .page-header {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        flex-direction: column;
        padding-top: 0;
        z-index: 9998;
        transition: all 0.5s;
    }
    .page-header.scrollUp {
        transform: translateY(-185px);
    }
}

@media (min-width: 1024px) {
    .page-header nav {
        display: block;
        max-height: 100px !important;
        box-shadow: none;
        overflow: visible;
    }
    .page-header nav ul {
        font-size: 0.875rem;
    }
}

@media (min-width: 1024px) {
    .page-header nav {
        display: block;
        width: auto;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        z-index: 100;
        max-height: 65px !important;
        box-shadow: none;
    }
    .page-header nav ul {
        font-size: 0.875rem;
    }
}

@media (min-width: 1024px) {
    .page-header {
        overflow: visible;
        height: auto !important;
    }
    .page-header .logo {
        width: 200px;
        margin-left: 40px;
    }
    .page-header .mobile-trigger {
        display: none;
    }
}

@media (min-width: 1024px) {
    .page-header .social {
        display: none;
    }
}

@media (min-width: 1024px) {
    .nav__section__item a,
    .nav__section__second-item a {
        font-size: inherit;
    }
}

@media (min-width: 1024px) {
    li.nav__section__item a {
        font-size: inherit;
    }
}

@media (min-width: 1024px) {
    li.nav__section__item {
        border: none;
    }
}

@media (min-width: 1024px) {
    .utility-nav {
        display: flex;
        flex-direction: row;
        background-color: #f7f7f7;
        padding: 0 20px;
        line-height: 2rem;
        justify-content: space-between;
        position: relative;
        z-index: 1000;
    }
    .utility-nav>div {
        display: flex;
        flex-direction: row;
    }
    .utility-nav>div:first-child {
        flex-grow: 1;
        flex-shrink: 0;
    }
}

@media (min-width: 1080px) {
    .utility-nav>div:nth-child(2) {
        flex-direction: row;
        justify-content: flex-end;
    }
}

@media (min-width: 1920px) {
    .utility-nav {
        padding-left: calc(100% - 960);
        padding-right: calc(100% - 960);
    }
}

@media (min-width: 1024px) {
    .utility-nav__insight-link {
        -webkit-line-clamp: 1;
        line-clamp: 1;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
        max-width: calc(100% - 100px);
        margin-top: 5px;
    }
}

@media (min-width: 1280px) {
    .utility-nav__insight-link {
        max-width: 100%;
    }
}

@media (min-width: 1024px) {
    .utility-nav__insight-link a {
        font-size: 0.8125rem;
    }
}

@media (min-width: 1080px) {
    .utility-nav__insight-link a {
        font-size: 14px;
    }
}

@media (min-width: 1320px) {
    .utility-nav__insight-link a {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .utility-nav__social {
        max-width: 130px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

@media (min-width: 1150px) {
    .utility-nav__social {
        max-width: 200px;
    }
}

@media (min-width: 1280px) {
    .utility-nav__social {
        padding: 0.3125rem 20px 0.3125rem 0;
    }
}

@media (min-width: 1280px) {
    .utility-nav__social a {
        padding: 0 10px;
    }
}

@media (min-width: 1024px) {
    .utility-nav--mobile {
        display: none;
    }
}

@media (min-width: 1024px) {
    .utility-nav--mobile .utility-nav__social {
        margin: inherit;
    }
}

@media (min-width: 1024px) {
    .util-nav-menu__item {
        font-size: 0.75rem;
    }
    .util-nav-menu__item:last-child {
        padding: 0;
        line-height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (min-width: 1280px) {
    .util-nav-menu__item {
        font-size: 0.875rem;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1rem;
    }
}

@media (min-width: 1024px) {
    .util-nav-menu__item.has-menu:hover:after {
        position: absolute;
        bottom: 0;
        left: -10px;
        height: 5px;
        width: 120px;
        background: #f7901e;
        content: '';
    }
    .contrast .util-nav-menu__item.has-menu:hover:after {
        background: #d24700;
    }
}

@media (min-width: 1024px) {
    .nav-secondary {
        display: block;
    }
}

@media (min-width: 1024px) {
    .vertical-carousel {
        align-items: center;
        flex-flow: row;
    }
}

@media (min-width: 1024px) {
    .vertical-carousel__controls {
        margin-right: 20px;
        margin-left: 20px;
        order: 1;
    }
}

@media (min-width: 1024px) {
    .vertical-carousel__carousel {
        order: 2;
    }
}

@media (min-width: 1024px) {
    .vertical-carousel__content {
        width: 70%;
    }
}

@media (min-width: 1024px) {
    .vertical-carousel__title a>h2 {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .vertical-carousel__title a {
        width: 30%;
    }
}

@media (min-width: 1024px) {
    .wrapper-filter {
        padding: 30px 50px;
        border-radius: 10px;
    }
}

@media (min-width: 1024px) {
    .wrapper-filter .col-filters .filtering {
        flex-flow: row;
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .wrapper-filter .col-filters__left {
        width: 30%;
        border-right: 1px solid #ffffff;
        border-top: none;
        border-bottom: none;
        padding-top: 0px;
    }
}

@media (min-width: 1024px) {
    .wrapper-filter .col-filters__right {
        width: 66%;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .wrapper-filter .col-filters.open .filtering {
        height: 130px;
    }
}

@media (min-width: 1024px) {
    .wrapper-filter .col-filters .vendor--search {
        flex-flow: row;
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .wrapper-filter .col-filters .list-flex-inline {
        display: inline-flex;
        flex-flow: row;
        flex-wrap: wrap;
    }
}

@media (min-width: 1024px) {
    .wrapper-filter .col-filters .list-flex-inline>li {
        width: 33%;
    }
}

@media (min-width: 1024px) {
    .col-filters .vue-simple-suggest {
        width: calc(80%);
    }
}

@media (min-width: 1024px) {
    .pGrid>div {
        display: block;
        width: inherit;
    }
}

@media (min-width: 1024px) {
    .pGrid {
        overflow: hidden;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .pGrid__filter-toggle {
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .pGrid__header {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .pGrid__header>div:first-child {
        position: relative;
        left: inherit;
        display: block;
    }
}

@media (min-width: 1024px) {
    .pGrid__header>div {
        max-width: inherit;
        width: inherit;
    }
    .pGrid__header>div:first-child {
        border-right: 1px solid #dcdcdc;
    }
}

@media (min-width: 1024px) {
    .pGrid__header {
        display: grid;
        grid-template-columns: repeat(4, minmax(140px, 1fr));
    }
    .pGrid__header>div {
        width: inherit;
    }
}

@media (min-width: 1024px) {
    .pGrid__list {
        margin-left: 0;
    }
    .pGrid__list--grid {
        display: grid;
        max-height: 100px;
        width: 100%;
        grid-template-rows: 1fr 1fr;
        justify-content: flex-start;
        grid-template-columns: repeat(3, minmax(auto, 220px));
        margin-left: 35px;
    }
}

@media (min-width: 1024px) {
    .pGrid__row,
    .pGrid__row-expand {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .pGrid__row>div:first-child,
    .pGrid__row-expand>div:first-child {
        position: relative;
        left: inherit;
        display: block;
    }
}

@media (min-width: 1024px) {
    .pGrid__row>div,
    .pGrid__row-expand>div {
        max-width: inherit;
        min-width: inherit;
    }
    .pGrid__row>div:first-child,
    .pGrid__row-expand>div:first-child {
        border-right: 1px solid #dcdcdc;
    }
}

@media (min-width: 1024px) {
    .pGrid__row,
    .pGrid__row-expand {
        display: grid;
        grid-template-columns: repeat(4, minmax(140px, 1fr));
    }
    .pGrid__row>div,
    .pGrid__row-expand>div {
        width: inherit;
    }
}

@media (min-width: 1024px) {
    .pGrid__row-expand {
        grid-template-columns: 25% auto;
    }
}

@media (min-width: 1024px) {
    #prescriber-search {
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .pg-detail {
        display: none !important;
    }
}

@media (min-width: 1080px) {
    .member-info__related-list>li {
        padding-right: 40px;
    }
}

@media (min-width: 1024px) {
    .stat-list__title {
        width: 70%;
        font-size: 24px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1024px) {
    .inline-jump-wrap {
        padding: 0;
        overflow-x: inherit;
        -webkit-overflow-scrolling: inherit !important;
    }
}

@media (min-width: 1100px) {
    .inline-jump {
        overflow-x: inherit;
        padding: 0 20px 0 20px;
    }
}

@media (min-width: 1024px) {
    .hero-two--alt {
        padding: 50px 20px;
    }
    .hero-two--alt .hero-two__content {
        padding-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .hero-two--alt {
        max-height: 443px;
    }
}

@media (min-width: 1024px) {
    .hero-two-bg.mobile {
        display: none;
    }
    .hero-two-bg.desktop {
        display: block;
    }
}

@media (min-width: 1024px) {
    .hero-two__title {
        flex-direction: row;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
}

@media (min-width: 1024px) {
    .hero-two__title img {
        max-width: 200px;
    }
}

@media (min-width: 1024px) {
    .hero-two__title h1 {
        max-width: calc(100% - 200px);
    }
}

@media (min-width: 1024px) {
    .hero-two__title h1 span:nth-child(1) {
        font-size: 86px;
    }
}

@media (min-width: 1024px) {
    .hero-two__title h1 span:nth-child(2) {
        font-size: 132px;
    }
}

@media (min-width: 1024px) {
    .hero-two__content--alt {
        padding-left: 220px;
    }
}

@media (min-width: 1024px) {
    .hero-two__content p {
        margin: inherit;
    }
}

@media (min-width: 1024px) {
    .wc-plx-play:before {
        width: 100px;
        height: 100px;
        top: 200px;
    }
}

@media (min-width: 1024px) {
    .wc-plx-1 {
        transform: none;
        top: 200px;
        left: 100px;
    }
}

@media (min-width: 1024px) {
    .wc-plx-image {
        left: calc(100% - 500px);
        top: -120px;
        width: 300px;
        height: 350px;
        width: 500px;
        height: 700px;
    }
}

@media (min-width: 1024px) {
    .wc-plx-3 {
        left: calc(50% + 100px);
        width: 300px;
        height: 300px;
    }
}

@media (min-width: 1024px) {
    .wc-plx-4 {
        top: 50px;
        width: 300px;
        height: 300px;
    }
}

@media (min-width: 1024px) {
    .wc-plx-5 {
        right: 150px;
        top: calc(100% - 100px);
    }
}

@media (min-width: 1024px) {
    .wc-plx-6 {
        right: -50px;
        width: 300px;
        height: 300px;
    }
}

@media (min-width: 1080px) {
    .whitecoat-hero {
        padding-left: calc(calc(100vw - 1080px) / 2);
    }
}

@media (min-width: 1024px) {
    .whitecoat-hero-bg.mobile {
        display: none;
    }
    .whitecoat-hero-bg.desktop {
        display: block;
    }
}

@media (min-width: 1024px) {
    .whitecoat-hero__content {
        max-width: calc(100% - 200px);
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .whitecoat-hero__content p {
        margin: inherit;
        max-width: 640px;
    }
}

@media (min-width: 1024px) {
    .whitecoat-hero__content h1 {
        margin-bottom: 1em;
        margin-top: 40px;
        max-width: calc(100% - 240px);
    }
}

@media (min-width: 1024px) {
    .whitecoat-hero__content h1 span {
        font-size: 64px;
    }
}

@media (min-width: 1024px) {
    .benefits-modal .modal-content {
        width: 90%;
    }
}

@media (min-width: 1024px) {
    .audience__filter-item {
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    .audience__filter-item:nth-child(n+1) {
        margin-right: 25px;
    }
}

@media (min-width: 1024px) {
    #lead-form [class^=heading] {
        margin-bottom: 60px;
    }
}

@media (min-width: 1024px) {
    .u-max-wide--360\@lg {
        max-width: 360px;
    }
}

@media (min-width: 1024px) {
    .u-max-wide--480\@lg {
        max-width: 480px;
    }
}

@media (min-width: 1024px) {
    .u-max-wide--400\@lg {
        max-width: 400px;
    }
}

@media (min-width: 1024px) {
    .u-max-wide--60 {
        max-width: 80%;
    }
}

@media (min-width: 1024px) {
    .u-hidden\@lg {
        display: none !important;
    }
}

@media (min-width: 1080px) {
    .u-hidden\@xl {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .u-visible\@lg {
        display: block !important;
    }
}

@media (min-width: 1080px) {
    .u-visible\@xl {
        display: block !important;
    }
}

@media (min-width: 1280px) {
    .u-container {
        margin: 0px auto;
    }
}

@media (min-width: 1024px) {
    .u-container-md {
        margin: 0 auto;
        padding: 100px 60px;
    }
}

@media (min-width: 1024px) {
    .u-text-left\@lg {
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .u-hr {
        margin: 1.875em 0;
    }
}

@media (min-width: 1024px) {
    .u-border--thick {
        border: 20px solid rgba(220, 220, 220, 0.25);
    }
}

@media (min-width: 1024px) {
    .u-show-large-up {
        display: inline-block !important;
    }
}

@media (min-width: 1024px) {
    .u-hide-large-up {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .u-flex--col\@lg {
        flex-direction: column;
    }
}

@media (min-width: 1024px) {
    .u-flex--row\@lg {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .u-flex-justify-between\@lg {
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .u-flex-align-c\@lg {
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .layout {
        gap: 120px 40px;
    }
}

@media (min-width: 1024px) {
    .layout--3\@lg {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .layout {
        gap: 60px;
    }
    .layout--1-2\@lg {
        grid-template-columns: auto 2fr;
    }
}

@media (min-width: 1024px) {
    .u-margin-top-2x {
        margin-top: 40px;
    }
}

@media (min-width: 1024px) {
    .u-margin-top-3x {
        margin-top: 50px;
    }
    .u-margin-top-3x\@lg {
        margin-top: 60px;
    }
}

@media (min-width: 1024px) {
    .u-margin-top-5x {
        margin-top: 80px;
    }
}

@media (min-width: 1024px) {
    .u-margin-bottom-2x {
        margin-bottom: 40px;
    }
}

@media (min-width: 1024px) {
    .u-margin-bottom-3x {
        margin-bottom: 50px;
    }
}

@media (min-width: 1024px) {
    .u-margin-bottom-5x {
        margin-bottom: 80px;
    }
}

@media (min-width: 1024px) {
    .u-margin-both {
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .u-margin-left {
        margin-left: 60px;
    }
}

@media (min-width: 1024px) {
    .u-padding-top {
        padding-top: 20px;
    }
}

@media (min-width: 1024px) {
    .u-padding-top-2x {
        padding-top: 40px;
    }
}

@media (min-width: 1024px) {
    .u-padding-top--half\@lg {
        padding-top: 10px;
    }
}

@media (min-width: 1024px) {
    .u-padding--sides {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 1024px) {
    .u-padding-all-2rem\@lg {
        padding: 2rem;
    }
}

@media (min-width: 1024px) {
    .u-padding-bottom {
        padding-bottom: 32px;
    }
}

@media (min-width: 1024px) {
    .u-padding-bottom-half {
        padding-bottom: 16px;
    }
}