@charset "UTF-8";
figure,
sub,
sup {
    position: relative;
}
._is-centered,
.article__header,
.article__link,
.article__social,
.btn_full,
.card_centered,
.homepage-heading,
.homepage-title,
.image-wrapper .image-description-over,
.v_center_wrap,
figure .iButton.trigger:before {
    text-align: center;
}
.overlay-wrapper,
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}
.header-search-input,
.search-input,
.select-input {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.card_social,
.gallery-grid-item-append:before,
.message-body,
.message-composer-input,
.share-hover-list,
.toast_error,
.toast_info,
.toast_success,
.toast_warning,
.tooltip_bottom,
.tooltip_left,
.tooltip_right,
.tooltip_top {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.border-btn_alpha,
.border-btn_alpha--full,
.border-btn_beta,
.border-btn_dark,
.border-btn_white,
.btn_alpha,
.btn_ghost,
.btn_white-alpha,
.news_btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.tag {
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}
.main-nav-items > .main-nav-item._is-focused:before,
.main-nav-items > .main-nav-item.current-menu-ancestor:before,
.main-nav-items > .main-nav-item.current-menu-item:before,
.main-nav-items > .main-nav-item.current-menu-parent:before,
.main-nav-items > .main-nav-item.current-page-ancestor:before,
.main-nav-items > .main-nav-item.current-page-parent:before,
.main-nav-items > .main-nav-item.current_page_ancestor:before,
.main-nav-items > .main-nav-item.current_page_parent:before,
.rounded,
.share-hover-icon,
.slick-dots li button,
.social-icon_round,
.tweet-avatar {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html {
    width: 100%;
    height: 100%;
}
body {
    margin: 0;
    color: #343a40;
    background-color: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
optgroup,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    max-width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre,
textarea {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.blockquote,
.image-description,
.italic,
.stat-card-content {
    font-style: italic;
}
button {
    overflow: visible;
}
.bg-cover-el,
.image-wrapper,
.mo,
.mo-body {
    overflow: hidden;
}
button,
select {
    text-transform: none;
}
.article__link,
.article__social,
.card-meta-label,
.homepage-heading,
.homepage-title,
.meta-data,
.select_download_pdf {
    text-transform: uppercase;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.custom-content h5,
.page-numbers._is-current,
.page-numbers.current,
.stat-indc tbody td .stat-table-cell-heading,
.stat-indc th,
html {
    font-family: Lato, Helvetica, Arial, sans-serif;
}
.blockquote,
.leader-listing-body,
.number-large {
    font-family: museo-slab, Georgia, serif;
    font-weight: 500;
}
html {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 90em) {
    html {
        font-size: 16px;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin-top: 0;
}
.sub-title_bold,
b {
    font-weight: 700;
}
a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    outline: 0;
}
figure {
    margin: 0;
}
figure .iButton.trigger:before {
    box-sizing: border-box;
    content: "i";
    cursor: pointer;
    position: absolute;
    z-index: 99;
    bottom: 0.71429rem;
    right: 0.71429rem;
    width: 24px;
    height: 24px;
    padding: 11px 0;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    transition: all 0.3s cubic-bezier(0.055, 0.535, 0.45, 0.94);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}
figcaption {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 100;
}
.container_grad,
.container_overlay:before {
    background-image: linear-gradient(#25b0bc, #137bd2);
}
.custom-content h1,
.title {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-top: 0;
}
@media screen and (min-width: 60em) {
    .custom-content h1,
    .title {
        font-size: 2.5rem;
    }
}
.custom-content h2,
.sub-title,
.sub-title_bold {
    line-height: 1.3;
    font-weight: 700;
    font-size: 1.375rem;
    margin-bottom: 2.25rem;
}
.sub-title-icon {
    position: absolute;
    top: 0;
    right: 0;
    fill: #1a87d7;
}
@media screen and (min-width: 60em) {
    .sub-title_bold {
        font-size: 1.8rem;
    }
}
.heading,
.news-article-heading {
    line-height: 1.6;
    font-size: 1.6rem;
}
.heading_feedback {
    color: #545d64;
}
.sub-heading {
    font-size: 1rem;
}
.card-headline,
.card-headline-small {
    font-size: 1.25rem;
    line-height: 1.7rem;
}
.card-callout,
.card-meta-date,
.card-meta-label,
.card-meta-value,
.footer-nav-item,
.gallery-grid-item-append:before,
.small-caps {
    font-size: 1.25rem;
    text-transform: uppercase;
}
.card-meta-label,
.meta-data {
    font-size: 0.9rem;
    color: #9e9e9e;
}
.body,
.custom-content p {
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
    font-size: 1.25rem;
}
.body + .body,
.custom-content .body + p,
.custom-content p + .body,
.custom-content p + p {
    margin-top: 1rem;
}
.body-large {
    line-height: 1.4;
    margin: 0;
    font-weight: 300;
    font-size: 1.8rem;
}
.body-large + .body,
.custom-content .body-large + p {
    margin-top: 1rem;
}
.custom-content blockquote,
.intro {
    line-height: 1.6;
    font-size: 1rem;
}
@media screen and (min-width: 90em) {
    .custom-content blockquote,
    .intro {
        font-size: 1.375rem;
    }
}
.text-link {
    color: #28a638;
}
.body,
.custom-content p,
.meta-data,
.text-link {
    letter-spacing: 0.01rem;
}
.blockquote {
    position: relative;
    margin: 0;
    font-size: 1.375rem;
}
.blockquote:before {
    content: url(../img/icons/icon-quote.svg);
    position: absolute;
    top: -1rem;
    left: -1rem;
    z-index: -1;
    width: 3rem;
    height: 3rem;
}
.blockquote + .citation {
    margin-top: 1rem;
}
.citation {
    display: inline-block;
    color: #9e9e9e;
}
.features_title {
    font-size: 1.8rem;
}
.features_subtitle {
    font-size: 1.375rem;
    font-weight: 300;
}
.learnmore-title {
    font-size: 1.8rem;
}
.learnmore-heading {
    font-size: 1.375rem;
}
.homepage-title {
    font-size: 1.15rem;
    font-weight: 300;
    letter-spacing: 2px;
}
.homepage-heading {
    font-size: 1.375rem;
    font-weight: 300;
    letter-spacing: 3px;
}
._has-sub-title {
    margin-bottom: 0.2rem;
}
.color-base {
    color: #343a40;
}
a._has-underline {
    text-decoration: underline;
}
._has-suffix {
    margin-bottom: 0;
}
.border-btn_alpha,
.border-btn_alpha--full,
.border-btn_beta,
.border-btn_dark,
.border-btn_white,
.btn_alpha,
.btn_ghost,
.btn_white-alpha,
.card,
.card_basic,
.card_feature,
.card_feature .card_content,
.card_sidebar,
.checkbox-icon,
.dashboard__iframe,
.dashboard__video,
.gallery-close,
.gallery-next,
.gallery-prev,
.gallery-thumb,
.leader_card_content,
.main-nav,
.main-nav-item.menu-item-has-children > .main-nav-expand,
.main-nav-items > .main-nav-item._is-focused,
.main-nav-items > .main-nav-item.current-menu-ancestor,
.main-nav-items > .main-nav-item.current-menu-item,
.main-nav-items > .main-nav-item.current-menu-parent,
.main-nav-items > .main-nav-item.current-page-ancestor,
.main-nav-items > .main-nav-item.current-page-parent,
.main-nav-items > .main-nav-item.current_page_ancestor,
.main-nav-items > .main-nav-item.current_page_parent,
.main-nav-sub-items,
.news_btn,
.search-icon,
.search-input,
.select-input,
.share-hover,
.share-hover *,
.side-nav-expand,
.side-nav-link,
.slick-dots li button,
.social-icon_round,
.social-icon_square,
.tab:before,
.tag,
.text-input,
.wpcf7-form,
.wpcf7-thankyou {
    -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
._a_fade-appear,
._a_fade-enter,
.wpcf7-thankyou {
    opacity: 0.01;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
._a_fade-appear-active.wpcf7-thankyou,
._a_fade-appear._a_fade-appear-active,
._a_fade-appear._a_fade-enter-active,
._a_fade-enter-active.wpcf7-thankyou,
._a_fade-enter._a_fade-appear-active,
._a_fade-enter._a_fade-enter-active {
    opacity: 1;
    position: static;
    transition: all 0.5s ease-out;
}
._a_fade-leave,
.wpcf7-form {
    opacity: 1;
    position: static;
}
._a_fade-leave-active.wpcf7-form,
._a_fade-leave._a_fade-leave-active {
    opacity: 0.01;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s ease-in;
}
._a_bg-zoom {
    -moz-transition: -moz-transform 7.5s ease-in-out;
    -o-transition: -o-transform 7.5s ease-in-out;
    -webkit-transition: -webkit-transform 7.5s ease-in-out;
    transition: transform 7.5s ease-in-out;
}
._a_bg-zoom._is-active {
    transform: scale(1.2);
}
.card_horizontal:after,
.carousel-wrapper:after,
.clear:after,
.field-wrapper:after,
.gallery-thumbs:after,
.grid-row:after,
.grid:after,
.header-search-wrapper:after,
.header:after,
.main-nav:after,
.page-numbers-list:after,
.tabs:after,
.thread-entry:after,
.tweet:after,
.wpcf7-form-control:after {
    clear: both;
    content: "";
    display: block;
}
.flr {
    float: right;
}
.fll {
    float: left;
}
@media screen and (max-width: 30em) {
    .hide_xsmall {
        display: none;
    }
}
@media screen and (min-width: 30em) {
    .show_xsmall {
        display: none;
    }
    .container_flush,
    .container_full,
    .container_medium,
    .container_mini,
    .container_narrow,
    .container_normal,
    .container_wide {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media screen and (max-width: 45em) {
    .breadcrumbs,
    .hide_small {
        display: none;
    }
}
@media screen and (min-width: 45em) {
    .show_small {
        display: none;
    }
}
@media screen and (max-width: 60em) {
    .hide_medium {
        display: none;
    }
}
@media screen and (min-width: 60em) {
    .show_medium {
        display: none;
    }
}
@media screen and (max-width: 72em) {
    .hide_large {
        display: none;
    }
}
@media screen and (min-width: 72em) {
    .show_large {
        display: none;
    }
}
@media screen and (max-width: 90em) {
    .hide_xlarge {
        display: none;
    }
}
@media screen and (min-width: 90em) {
    .show_xlarge {
        display: none;
    }
}
.hide {
    display: none;
}
.show {
    display: block;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.dashboard__iframe.is--hidden,
.dashboard__video.is--hidden,
.tag-icon {
    opacity: 0;
}
.dashboard__iframe.is--visible,
.dashboard__video.is--visible {
    opacity: 1;
}
.v_center_wrap {
    display: table !important;
}
.v_center_wrap .v_center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.v_center-wrap_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.container_flush,
.container_full,
.container_medium,
.container_mini,
.container_narrow,
.container_normal,
.container_wide {
    display: block;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
.col,
.horizontal-list li {
    display: inline-block;
}
.container_flush .cta_top-right,
.container_full .cta_top-right,
.container_medium .cta_top-right,
.container_mini .cta_top-right,
.container_narrow .cta_top-right,
.container_normal .cta_top-right,
.container_wide .cta_top-right {
    right: 1rem;
}
@media screen and (min-width: 60em) {
    .container_flush,
    .container_full,
    .container_medium,
    .container_mini,
    .container_narrow,
    .container_normal,
    .container_wide {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .container_flush .cta_top-right,
    .container_full .cta_top-right,
    .container_medium .cta_top-right,
    .container_mini .cta_top-right,
    .container_narrow .cta_top-right,
    .container_normal .cta_top-right,
    .container_wide .cta_top-right {
        right: 3rem;
    }
}
.container_static {
    position: static;
}
.container_wide {
    max-width: 90rem;
}
.container_medium {
    max-width: 72rem;
}
.container_normal {
    max-width: 60rem;
}
.container_narrow {
    max-width: 48rem;
}
.container_mini {
    max-width: 30rem;
}
.container_flush {
    padding: 0;
}
@media screen and (max-width: 45em) {
    .container_flush_xsmall_only {
        padding: 0;
    }
}
.container_gray {
    background-color: #efefef;
}
.container_grad {
    color: #fff;
}
.container_overlay {
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.container_overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.9;
    width: 100%;
    height: 100%;
}
.section-highlight {
    background-color: #fff;
}
.flow > * + * {
    margin-top: 2rem;
}
.flow--large * + * {
    margin-top: 3rem;
}
.grid_gutters {
    margin-left: -1rem;
    margin-right: -1rem;
}
.grid_gutters > .grid-row > [class*="col"],
.grid_gutters > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
}
.grid_gutters_slim {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.grid_gutters_slim > .grid-row > [class*="col"],
.grid_gutters_slim > [class*="col"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
}
.grid_float_right [class*="col"] {
    float: right;
}
.col {
    min-width: 0;
    margin-bottom: 1.5rem;
    width: 100%;
    float: left;
}
.col.col_flush {
    margin-bottom: 0;
}
@media screen and (min-width: 60em) {
    .col.col_flush_medium {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 72em) {
    .col.col_flush_large {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 90em) {
    .col.col_flush_xlarge {
        margin-bottom: 0;
    }
}
.col_9 {
    width: 75%;
}
.col_8 {
    width: 66.66667%;
}
.col_7 {
    width: 58.33333%;
}
.col_6,
span.wpcf7-list-item {
    width: 50%;
}
.col_5 {
    width: 41.66667%;
}
.col_4 {
    width: 33.33333%;
}
.col_3 {
    width: 25%;
}
.col_2-4 {
    width: 20%;
}
.col_2 {
    width: 16.66667%;
}
.col_1-5 {
    width: 12.5%;
}
.col_1-7 {
    width: 14.16667%;
}
@media screen and (min-width: 30em) {
    .col.col_flush_xsmall {
        margin-bottom: 0;
    }
    .col_9_xsmall {
        width: 75%;
    }
    .col_8_xsmall {
        width: 66.66667%;
    }
    .col_7_xsmall {
        width: 58.33333%;
    }
    .col_6_xsmall {
        width: 50%;
    }
    .col_5_xsmall {
        width: 41.66667%;
    }
    .col_4_xsmall {
        width: 33.33333%;
    }
    .col_3_xsmall {
        width: 25%;
    }
    .col_2-4_xsmall {
        width: 20%;
    }
    .col_2_xsmall {
        width: 16.66667%;
    }
    .col_1-5_xsmall {
        width: 12.5%;
    }
    .col_1-7_xsmall {
        width: 14.16667%;
    }
}
@media screen and (min-width: 45em) {
    .col.col_flush_small {
        margin-bottom: 0;
    }
    .col {
        margin-bottom: 2rem;
    }
    .col_9_small {
        width: 75%;
    }
    .col_8_small {
        width: 66.66667%;
    }
    .col_7_small {
        width: 58.33333%;
    }
    .col_6_small {
        width: 50%;
    }
    .col_5_small {
        width: 41.66667%;
    }
    .col_4_small {
        width: 33.33333%;
    }
    .col_3_small {
        width: 25%;
    }
    .col_2-4_small {
        width: 20%;
    }
    .col_2_small {
        width: 16.66667%;
    }
    .col_1-5_small {
        width: 12.5%;
    }
    .col_1-7_small {
        width: 14.16667%;
    }
}
@media screen and (min-width: 60em) {
    .col {
        margin-bottom: 3rem;
    }
    .col_9_medium {
        width: 75%;
    }
    .col_8_medium {
        width: 66.66667%;
    }
    .col_7_medium {
        width: 58.33333%;
    }
    .col_6_medium {
        width: 50%;
    }
    .col_5_medium {
        width: 41.66667%;
    }
    .col_4_medium {
        width: 33.33333%;
    }
    .col_3_medium {
        width: 25%;
    }
    .col_2-4_medium {
        width: 20%;
    }
    .col_2_medium {
        width: 16.66667%;
    }
    .col_1-5_medium {
        width: 12.5%;
    }
    .col_1-7_medium {
        width: 14.16667%;
    }
}
@media screen and (min-width: 72em) {
    .col_9_large {
        width: 75%;
    }
    .col_8_large {
        width: 66.66667%;
    }
    .col_7_large {
        width: 58.33333%;
    }
    .col_6_large {
        width: 50%;
    }
    .col_5_large {
        width: 41.66667%;
    }
    .col_4_large {
        width: 33.33333%;
    }
    .col_3_large {
        width: 25%;
    }
    .col_2-4_large {
        width: 20%;
    }
    .col_2_large {
        width: 16.66667%;
    }
    .col_1-5_large {
        width: 12.5%;
    }
    .col_1-7_large {
        width: 14.16667%;
    }
}
@media screen and (min-width: 90em) {
    .col_9_xlarge {
        width: 75%;
    }
    .col_8_xlarge {
        width: 66.66667%;
    }
    .col_7_xlarge {
        width: 58.33333%;
    }
    .col_6_xlarge {
        width: 50%;
    }
    .col_5_xlarge {
        width: 41.66667%;
    }
    .col_4_xlarge {
        width: 33.33333%;
    }
    .col_3_xlarge {
        width: 25%;
    }
    .col_2-4_xlarge {
        width: 20%;
    }
    .col_2_xlarge {
        width: 16.66667%;
    }
    .col_1-5_xlarge {
        width: 12.5%;
    }
    .col_1-7_xlarge {
        width: 14.16667%;
    }
}
.image-cover img,
.overlay {
    width: 100%;
}
@media screen and (max-width: 30em) {
    .grid_gutters > [class*="col"].collapse_xsmall {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 45em) {
    .grid_gutters > [class*="col"].collapse_small {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 60em) {
    .grid_gutters > [class*="col"].collapse_medium {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 72em) {
    .grid_gutters > [class*="col"].collapse_large {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 90em) {
    .grid_gutters > [class*="col"].collapse_xlarge {
        padding-left: 0;
        padding-right: 0;
    }
}
.basic-list,
.footer-nav-items,
.footer-nav-sub-items,
.gallery-thumbs,
.horizontal-list,
.main-nav-items,
.main-nav-sub-items,
.share-hover-list,
.side-nav-items,
.side-nav-sub-items,
.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
}
.basic-list {
    padding-bottom: 0.5rem;
}
.basic-list li {
    padding: 0.5rem 0;
}
.ordered-list {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
.ordered-list li {
    padding: 0.25rem 0;
}
.flush-list {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.flush-list li {
    padding-left: 0;
}
.overlay-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}
.overlay {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.55);
}
.overlay ~ * {
    position: relative;
}
svg use {
    fill: inherit;
}
.bg-cover,
.bg-cover-el,
.hero_fullscreen,
.hero_large,
.hero_small,
.image-cover,
.listing-cover-image,
.n4c-content,
.share-cta {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
@media screen and (min-width: 45em) {
    .image-cover {
        position: absolute;
        height: 100%;
    }
    .image-cover img {
        display: none;
        opacity: 0;
    }
}
.image-wrapper {
    line-height: 0;
    position: relative;
}
.bg-cover-el,
.image-wrapper .image-description-over {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.image-wrapper .image-description-over {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 3rem 2rem;
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 200;
}
@media screen and (min-width: 60em) {
    .image-wrapper .image-description-over {
        padding: 30% 3rem;
        font-size: 1.8rem;
    }
}
.image-description {
    color: #ccc;
    padding: 1rem;
}
.mo-body,
.mo-media + .mo-body {
    padding-left: 0;
}
.bg-cover-el ~ * {
    position: relative;
}
.bg-cover-el iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bg-filter_black,
.hero_fullscreen:before,
.hero_large:before,
.hero_small:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.12);
}
.custom-content-full-image,
.image-wp-overide {
    max-width: 100%;
    width: auto;
    height: auto;
}
.mo {
    position: relative;
}
.mo,
.mo-body {
    zoom: 1;
}
.mo-body {
    padding-bottom: 4rem;
}
.mo-media {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 1.5rem;
}
.mo-media img {
    display: block;
    width: 100%;
}
@media screen and (min-width: 45em) {
    .mo-media img {
        width: auto;
    }
}
@media screen and (max-width: 45em) {
    .mo_responsive .mo-media {
        float: none;
        margin-bottom: 1.5rem;
        margin-right: 0;
    }
    .mo_responsive .mo-body {
        padding-bottom: 0;
    }
    .mo_responsive .mo-body ._is-pinned_b {
        position: relative;
        margin-top: 2rem;
    }
}
@media screen and (max-width: 30em) {
    .mo_responsive_smallonly .mo-media {
        float: none;
        margin-bottom: 1.5rem;
        margin-right: 0;
    }
    .mo_responsive_smallonly .mo-body {
        padding-bottom: 0;
    }
    .mo_responsive_smallonly .mo-body ._is-pinned_b {
        position: relative;
        margin-top: 2rem;
    }
}
.stacked + .stacked,
.stacked_double + .stacked {
    margin-top: 1.5rem;
}
.stacked + .stacked_double,
.stacked_double + .stacked_double {
    margin-top: 3rem;
}
.wrapper_slim {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.wrapper_medium {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
@media screen and (min-width: 60em) {
    .wrapper_slim {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .wrapper_medium {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
.wrapper_chunky {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
@media screen and (min-width: 60em) {
    .wrapper_chunky {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}
.article,
.article-overlay__inner {
    padding: 3rem 0;
}
.article__hero {
    width: 100%;
}
.article__social .horizontal-list {
    margin: 0 auto;
}
.article__social .horizontal-list li + li {
    margin-left: 0.5rem;
}
.article__link {
    display: block;
    width: 100%;
}
.article-overlay {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(255, 255, 255, 0.95);
}
.article-overlay._is-loading .article-overlay__inner {
    opacity: 0;
    pointer-events: none;
}
.article-overlay._is-loading .article-overlay__loader {
    opacity: 1;
    pointer-events: all;
}
.article-overlay._is-loaded .article-overlay__loader {
    opacity: 0;
    pointer-events: none;
}
.article-overlay._is-loaded .article-overlay__inner {
    opacity: 1;
    pointer-events: all;
}
.checkbox-input,
.select-input-icon,
.select-input-label,
.video-lightbox {
    pointer-events: none;
}
.article-overlay__inner,
.article-overlay__loader {
    opacity: 0;
    transition: 0.5s opacity linear;
    pointer-events: none;
}
.article-overlay__close {
    border: none;
    background: 0 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    transition: 1s all ease-out;
}
.card--case-study,
.card--ratio,
.card_feature {
    background-size: cover;
    background-repeat: no-repeat;
}
.article-overlay__close svg {
    width: 36px;
    height: 36px;
}
.article-overlay__next,
.article-overlay__prev {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    fill: #fff;
    background-color: #013f51;
    padding: 1rem;
    display: none;
    transition: 1s all ease-out;
}
.article-overlay__next svg,
.article-overlay__prev svg {
    width: 24px;
    height: 24px;
    display: block;
}
@media screen and (min-width: 45em) {
    .article-overlay__next,
    .article-overlay__prev {
        display: block;
    }
}
.article-overlay__prev {
    left: 0;
}
.article-overlay__next {
    right: 0;
}
.border-btn_alpha,
.border-btn_alpha--full,
.border-btn_beta,
.border-btn_dark,
.border-btn_white,
.btn_alpha,
.btn_ghost,
.btn_white-alpha,
.news_btn {
    display: inline-block;
    padding: 1rem 2rem;
    text-decoration: none !important;
    font-size: 0.9rem;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
}
.card-image,
.card-image-wrap {
    display: block;
}
.cta_top-right + .sub-title,
.cta_top-right + .sub-title_bold,
.cta_top-right--flush + .sub-title,
.cta_top-right--flush + .sub-title_bold,
.custom-content .cta_top-right + h2,
.custom-content .cta_top-right--flush + h2 {
    line-height: 2.4;
}
@media screen and (min-width: 45em) {
    .border-btn_alpha,
    .border-btn_alpha--full,
    .border-btn_beta,
    .border-btn_dark,
    .border-btn_white,
    .btn_alpha,
    .btn_ghost,
    .btn_white-alpha,
    .news_btn {
        font-size: 1rem;
    }
}
.border-btn_alpha *,
.border-btn_alpha--full *,
.border-btn_beta *,
.border-btn_dark *,
.border-btn_white *,
.btn_alpha *,
.btn_ghost *,
.btn_white-alpha *,
.news_btn * {
    vertical-align: middle;
}
.border-btn_alpha svg,
.border-btn_alpha--full svg,
.border-btn_beta svg,
.border-btn_dark svg,
.border-btn_white svg,
.btn_alpha svg,
.btn_ghost svg,
.btn_white-alpha svg,
.news_btn svg {
    margin-left: 0.5rem;
}
.border-btn_alpha span,
.border-btn_alpha svg,
.border-btn_alpha--full span,
.border-btn_alpha--full svg,
.border-btn_beta span,
.border-btn_beta svg,
.border-btn_dark span,
.border-btn_dark svg,
.border-btn_white span,
.border-btn_white svg,
.btn_alpha span,
.btn_alpha svg,
.btn_ghost span,
.btn_ghost svg,
.btn_white-alpha span,
.btn_white-alpha svg,
.news_btn span,
.news_btn svg {
    vertical-align: middle;
}
.border-btn_alpha--full:focus,
.border-btn_alpha:focus,
.border-btn_beta:focus,
.border-btn_dark:focus,
.border-btn_white:focus,
.btn_alpha:focus,
.btn_ghost:focus,
.btn_white-alpha:focus,
.news_btn:focus {
    outline: 0;
}
.btn_alpha,
.news_btn {
    color: #fff;
    fill: #fff;
    background-color: #1a87d7;
    border: 1px solid #177ac2;
}
.btn_alpha:hover,
.news_btn:hover {
    background-color: #53a5e1;
    border-color: #519bd1;
    color: #fff;
}
.btn_white-alpha {
    color: #1a87d7;
    fill: #1a87d7;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}
.btn_white-alpha:hover {
    background-color: #fff;
    border-color: #ececec;
    color: #53a5e1;
}
.btn_ghost {
    color: #343a40;
    fill: #343a40;
    background-color: transparent;
    border: 1px solid transparent;
}
.btn_ghost:hover {
    color: #676b70;
    border-color: transparent;
    background-color: #f5f5f5;
}
.border-btn_alpha {
    color: #1a87d7;
    fill: #1a87d7;
    background-color: transparent;
    border: 1px solid #1a87d7;
}
.border-btn_alpha:hover {
    background-color: rgba(255, 255, 255, 0.25);
    border-color: #53a5e1;
    color: #53a5e1;
}
.border-btn_beta {
    color: #28a638;
    fill: #28a638;
    background-color: transparent;
    border: 1px solid #28a638;
}
.border-btn_beta:hover {
    background-color: rgba(255, 255, 255, 0.25);
    border-color: #5ebc6a;
    color: #5ebc6a;
}
.border-btn_dark {
    color: #343a40;
    fill: #343a40;
    background-color: transparent;
    border: 1px solid #343a40;
}
.border-btn_dark:hover {
    background-color: rgba(255, 255, 255, 0.25);
    border-color: #676b70;
    color: #676b70;
}
.border-btn_white {
    color: #fff;
    fill: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}
.border-btn_white:hover {
    background-color: rgba(255, 255, 255, 0.25);
    border-color: #fff;
    color: #fff;
}
.border-btn_alpha--full,
.btn_blue-hover:hover {
    color: #fff;
    background-color: #1a87d7;
}
.btn_small {
    padding: 0.25rem 1rem;
}
.btn_medium {
    padding: 1rem;
}
.btn_large {
    padding: 1rem 2rem;
}
.btn_block,
.btn_full {
    width: 100%;
}
@media screen and (max-width: 45em) {
    .btn_full-mobile {
        width: 100%;
        text-align: center;
    }
}
.btn_blue-hover:hover {
    border: 1px solid #1a87d7;
}
.card-content_white,
.card_basic {
    background-color: #fff;
}
.cta_top-right {
    position: absolute;
    top: 0;
    right: 3rem;
}
.cta_top-right--flush {
    position: absolute;
    top: 0;
    right: 0;
}
.card,
.card_basic,
.card_sidebar {
    position: relative;
    display: block;
    box-shadow: 0 0 20px 0 transparent;
}
.card:hover,
.card_basic:hover,
.card_sidebar:hover {
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.125);
}
.card_shade:hover,
.card_sidebar {
    box-shadow: none;
}
.card-image {
    width: 100%;
}
.card-content,
.card-content_shade,
.card-content_slim,
.card-content_white {
    position: relative;
    padding: 1rem;
}
@media screen and (min-width: 30em) {
    .card-content,
    .card-content_shade,
    .card-content_slim,
    .card-content_white {
        padding: 1.33333rem;
    }
}
@media screen and (min-width: 60em) {
    .card-content,
    .card-content_shade,
    .card-content_slim,
    .card-content_white {
        padding: 2rem;
    }
}
.card-content_slim {
    padding: 1rem;
}
.card-content_white {
    color: #343a40;
}
.card-content_shade {
    background-color: #efefef;
}
.card-callout,
.card_white {
    background-color: #fff;
}
.card-headline-small {
    margin-top: 1rem;
}
.card-body .card-meta-value,
.card-body + .card-meta-label,
.card-body-small .card-meta-value,
.card-body-small + .card-meta-label,
.card-meta-author,
.card-meta-read-more {
    margin-top: 1.5rem;
}
.card-meta-label,
.card-meta-value {
    color: #747f87;
}
.card-body,
.card-body-small {
    color: #747f87;
    font-size: 1.375rem;
}
.card-body-small {
    font-size: 1rem;
}
.card-meta-date,
.card-meta-label,
.card-meta-value {
    display: inline-block;
    font-size: 0.9rem;
}
.card-meta-date + .card-title,
.card-meta-label + .card-title,
.card-meta-value + .card-title {
    margin-top: 0.75rem;
}
.card-callout {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
    width: 100%;
    color: #343a40;
    font-size: 0.9rem;
}
.card_horizontal {
    margin-bottom: 1.5rem;
}
@media screen and (min-width: 60em) {
    .card_horizontal .card-image-holder {
        padding-right: 0.75rem;
    }
    .card_horizontal .card-meta-author,
    .card_horizontal .card-meta-read-more {
        position: absolute;
        bottom: 2rem;
        margin-top: 0;
    }
}
.card_shade {
    background-color: #efefef;
}
.card_slate {
    background-color: #545d64;
    color: #fff;
}
.card_slate svg {
    fill: #fff;
}
.card_has-callout {
    position: relative;
    padding-bottom: 3rem;
}
.card_vfill {
    height: 100%;
    padding-bottom: 2rem;
}
@media screen and (min-width: 60em) {
    .card_vfill {
        padding-bottom: 4rem;
    }
}
.card_clickable {
    cursor: pointer;
}
.card_shadowed {
    box-shadow: 0 5px 35px 10px rgba(0, 0, 0, 0.3);
}
.card_social-heading svg {
    fill: #fff;
    vertical-align: middle;
    margin-right: 0.25rem;
}
.card_social-heading svg + span {
    color: #fff;
    vertical-align: middle;
}
.card_social {
    color: #343a40;
    background-color: #fff;
    padding: 0.75rem;
}
.card_social_twitter {
    height: 240px;
}
@media screen and (min-width: 60em) {
    .card_social_twitter {
        height: 560px;
    }
}
.card_social_facebook {
    height: 360px;
    overflow: hidden;
}
@media screen and (min-width: 60em) {
    .card_social_facebook {
        height: 560px;
    }
}
.card_feature {
    position: relative;
    color: #fff;
    margin-bottom: 40px;
    min-height: 400px;
    cursor: pointer;
}
.card_feature:hover {
    -moz-box-shadow: rgba(84, 93, 100, 0.5) 0 15px 30px;
    -webkit-box-shadow: rgba(84, 93, 100, 0.5) 0 15px 30px;
    box-shadow: rgba(84, 93, 100, 0.5) 0 15px 30px;
}
.card_feature .card_feature-link {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}
.card_feature .card_feature-link:hover + .card_content {
    background-color: rgba(26, 135, 215, 0.75);
    background-repeat: no-repeat;
    background-size: cover;
}
.card_feature .card_content {
    height: 100%;
    width: 100%;
    padding: 4rem 1rem 0;
    position: absolute;
}
@media screen and (min-width: 30em) {
    .card_feature .card_content {
        padding: 6rem 1rem 0;
    }
}
@media screen and (min-width: 90em) {
    .card_feature .card_content {
        padding: 5rem 1rem 0;
    }
}
.card--case-study,
.card--ratio {
    position: relative;
    display: block;
    height: 0;
}
.card--ratio__inner {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.card--case-study {
    color: #fff;
    text-align: left;
    padding-top: 100%;
}
.callout_join,
.form-controls,
.gallery-thumbs,
.hero_fullscreen,
.main-nav-social,
.n4c-btn,
.spinner,
.stat {
    text-align: center;
}
.card--case-study .card--ratio__inner {
    padding: 2rem;
}
.card--case-study:after,
.card--case-study:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.card--case-study:before {
    background-color: rgba(1, 63, 81, 0);
    transition: 0.6s background-color ease-out;
}
.card--case-study:after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.card--case-study > * {
    z-index: 1;
}
.card--case-study:hover:before {
    background-color: rgba(1, 63, 81, 0.8);
}
.card--case-study__eyebrow {
    margin-bottom: 0.5rem;
}
.card--case-study__title {
    margin-bottom: 0;
}
.card--case-study__link {
    margin-top: 2rem;
}
.card--case-study__link * {
    vertical-align: middle;
}
.card--case-study__link svg {
    margin-right: 0.5rem;
    fill: #fff;
}
.card--pop {
    transition: 0.3s all ease-out;
}
.card--pop:hover {
    transform: scale(1.05);
}
.card--pop:before {
    display: none;
    background-color: rgba(1, 63, 81, 0);
    transition: 0.6s background-color ease-out;
}
.card--pop:after {
    display: none;
}
.callout_join {
    padding: 6rem 0;
    background-color: #f8f8f8;
}
.callout-btn {
    margin-top: 3rem;
}
.carousel-wrapper {
    position: relative;
    width: 100%;
}
.carousel,
.carousel_horizontal,
.carousel_vertical {
    padding-bottom: 4.5rem;
}
.carousel-controls {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    padding: 0;
    text-align: center;
}
.carousel-controls li {
    display: inline-block;
}
.carousel-controls li + li {
    margin-left: 1rem;
}
.carousel-controls li.slick-active button {
    background-color: #9e9e9e;
    box-shadow: 0 0 0 4px #9e9e9e;
}
.carousel-controls li button {
    background: rgba(158, 158, 158, 0.66);
}
.slick-dots {
    list-style: none;
    padding: 0;
}
.slick-dots li button {
    display: block;
    height: 10px;
    width: 10px;
    outline: 0;
    cursor: pointer;
    color: transparent;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: none;
    box-shadow: 0 0 0 1px transparent;
}
.carousel_wrap-controls {
    padding-bottom: 0;
}
.custom-content h1,
.custom-content h2,
.custom-content h3,
.custom-content h4,
.custom-content h5,
.custom-content h6 {
    margin-top: 2em;
}
.custom-content h1:first-child,
.custom-content h2:first-child,
.custom-content h3:first-child,
.custom-content h4:first-child,
.custom-content h5:first-child,
.custom-content h6:first-child {
    margin-top: 0;
}
.custom-content h1 a,
.custom-content h2 a,
.custom-content h3 a,
.custom-content h4 a,
.custom-content h5 a,
.custom-content h6 a {
    text-decoration: none;
    color: #28a638;
}
.custom-content h1 {
    font-size: 1.875rem;
}
.custom-content h2 {
    font-size: 1.7rem;
    font-weight: 500;
}
.custom-content h3 {
    font-size: 1.375rem;
    font-weight: 700;
}
.custom-content h4 {
    font-size: 1.25rem;
    font-weight: 500;
}
.custom-content h5,
.custom-content p {
    font-size: 1rem;
}
.custom-content ol,
.custom-content ul {
    padding-left: 1.25rem;
}
.custom-content ol li,
.custom-content ul li {
    padding-bottom: 0.5rem;
}
.custom-content a {
    text-decoration: underline;
}
.custom-content blockquote,
.custom-content blockquote p {
    margin: 0;
}
.custom-content blockquote + blockquote,
.custom-content blockquote + p {
    margin-top: 1rem;
}
.custom-content b,
.custom-content strong {
    font-weight: 700;
}
.custom-content .image-wrapper {
    margin: 1.5rem 0;
}
.custom-content .custom-title_flush {
    margin-top: 0;
}
.custom-content .alignleft {
    float: left;
    margin: 0 1rem 1rem 0;
}
.custom-content .alignright {
    float: right;
    margin: 0 0 1rem 1rem;
}
.custom-content .aligncenter {
    display: block;
    margin: 0 auto 1rem;
}
.custom-content-quote {
    padding: 2rem 4rem;
}
.custom-content-video {
    position: relative;
    padding-bottom: 56.5%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.custom-content-video embed,
.custom-content-video iframe,
.custom-content-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.captionjs figcaption {
    line-height: 1.6 !important;
}
.dashboard__wrapper {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}
.dashboard__iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 2;
    top: 0;
    left: 0;
}
.dashboard__iframe.is--visible {
    z-index: 2;
}
.dashboard__iframe.is--hidden {
    z-index: 1;
}
.dashboard__video {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 1;
}
.dashboard__video.is--visible {
    z-index: 2;
}
.dashboard__video.is--hidden {
    z-index: 1;
}
.dashboard__playvideo,
.dashboard__skip {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 3;
    background-color: #fff;
    padding: 0.5rem 1rem;
}
.dashboard__playvideo.is--hidden,
.dashboard__skip.is--hidden {
    display: none;
}
@media screen and (min-width: 45em) {
    .dashboard__playvideo,
    .dashboard__skip {
        padding: 1rem 2rem;
    }
}
.footer {
    background-color: #545d64;
    padding-top: 6rem;
    color: #fff;
}
.footer-suffix {
    display: block;
    color: #9e9e9e;
    margin-bottom: 1.5rem;
}
.colophon-link,
.wpcf7-form-control {
    display: inline-block;
}
.colophon {
    background-color: #30353b;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    color: #9e9e9e;
}
.colophon-link {
    font-size: 0.9rem;
    margin-right: 0.75rem;
}
.footer_logo {
    margin-left: -0.66667rem;
}
@media screen and (min-width: 45em) {
    .footer_logo {
        margin-left: 0;
    }
}
.wpcf7-form {
    position: static !important;
}
.wpcf7-thankyou {
    color: #1a87d7;
}
.field-wrapper {
    position: relative;
    border: none;
    margin: 0;
    padding: 0;
}
.field-wrapper + .field-wrapper,
.field-wrapper + .form-controls {
    margin-top: 3rem;
}
.form-control {
    margin-left: 25%;
    margin-right: 25%;
}
.form-control + .form-control {
    margin-top: 1rem;
}
span.wpcf7-list-item {
    cursor: pointer;
    margin: 0 0 1.5rem;
}
.form_terms {
    border: none;
    margin: 0;
    padding: 1rem 0 0;
}
.form_terms span.wpcf7-list-item {
    width: 100%;
}
.form_terms .wpcf7-not-valid-tip {
    position: static;
    width: auto;
}
.form_terms .wpcf7-not-valid-tip:before {
    content: "";
    display: block;
    width: 100%;
}
.select_other {
    display: none;
}
.select_other.active {
    display: block;
}
div.wpcf7-response-output {
    padding: 0;
    margin: 1rem 0;
    border: none;
    color: red;
}
.wpcf7-mail-sent-ok {
    display: none;
    color: #1a87d7;
}
.wpcf7-textarea {
    width: 100%;
    padding: 10px;
}
.gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gallery .gallery-view {
    max-width: 80%;
    max-height: 70%;
}
.gallery-thumbs {
    padding: 3rem;
}
.gallery-thumb {
    display: inline-block;
    max-width: 6rem;
    cursor: pointer;
    opacity: 0.6;
}
.gallery-thumb + .gallery-thumb {
    margin-left: 1.5rem;
}
.gallery-thumb._is-active {
    opacity: 1;
}
.gallery-caption {
    display: block;
    color: #fff;
    margin-bottom: 1.5rem;
}
.gallery-close,
.gallery-next,
.gallery-prev {
    width: 3rem;
    height: 3rem;
    fill: #fff;
    display: block;
    cursor: pointer;
}
.gallery-close:hover,
.gallery-next:hover,
.gallery-prev:hover {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.gallery-next,
.gallery-prev {
    position: absolute;
    top: 50%;
    margin-top: -1.5rem;
}
.gallery-prev {
    left: 3rem;
}
.gallery-next {
    right: 3rem;
}
.gallery-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
.gallery-grid-row {
    display: flex;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    flex-direction: row;
}
.gallery-grid-item {
    flex: 1;
    flex-wrap: nowrap;
    padding: 0.25rem;
}
.gallery-grid-item-append {
    position: relative;
}
.gallery-grid-item-append:before {
    box-sizing: border-box;
    content: attr(data-remaining);
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 0.25rem;
    left: 0.25rem;
    bottom: 0.25rem;
    right: 0.25rem;
    background-color: rgba(0, 0, 0, 0.33);
    color: #fff;
}
.hero_fullscreen:before,
.hero_large:before,
.hero_small:before,
.message-body:before {
    content: "";
}
.header {
    background-color: #fff;
    max-height: 109px;
}
.header-logo {
    float: left;
}
.header-logo-img_small {
    display: block;
    width: 3.5rem;
}
.header-logo-img_large {
    display: none;
}
.header-nav {
    float: right;
    padding: 1.2375rem 0;
}
.header-nav-item {
    display: inline-block;
}
.header-nav-item + .header-nav-item {
    margin-left: 0.5rem;
}
@media screen and (min-width: 60em) {
    .header-logo-img_small {
        display: none;
    }
    .header-logo-img_large {
        display: block;
    }
}
.hero_fullscreen,
.hero_large,
.hero_small {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    position: relative;
    color: #fff;
    overflow: hidden;
}
.hero_fullscreen figure,
.hero_large figure,
.hero_small figure {
    margin: 0;
    position: absolute !important;
    bottom: 0;
    left: 0;
    overflow: visible !important;
    width: 100%;
}
.hero_fullscreen .image-wrapper img,
.hero_large .image-wrapper img,
.hero_small .image-wrapper img {
    display: none !important;
}
.hero_small {
    padding: 3rem 0;
}
.hero_large {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    height: 45vh !important;
}
.hero_large .hero-content {
    padding-bottom: 4.5rem;
}
.hero_large .hero-content--news {
    padding-bottom: 1.5rem;
}
.hero_fullscreen {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: calc(100vh - 70px) !important;
    min-height: 400px;
}
@media screen and (min-width: 30em) {
    .hero-content,
    .hero-content--news {
        position: absolute;
        bottom: 0;
        left: 3rem;
    }
}
.hero-title {
    margin-bottom: 0;
}
.hero-title_large {
    margin-bottom: 0.25em;
}
@media screen and (min-width: 60em) {
    .hero_fullscreen {
        height: calc(100vh - 109px) !important;
    }
    .hero-title_large {
        font-size: 4.25rem;
        line-height: 4.2rem;
    }
}
.breadcrumbs-inner,
.entry-meta,
.entry-read-more span,
.entry-read-more svg,
.entry-title {
    line-height: 1;
}
.hero-sub-title {
    font-weight: 400;
}
.hero-carousel + .carousel-controls li.slick-active button {
    background-color: #fff;
    box-shadow: 0 0 0 4px #fff;
}
.hero-carousel + .carousel-controls li button {
    background: rgba(255, 255, 255, 0.66);
}
.home .hero-container {
    margin: 0;
}
.hero_arrow {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 20px;
    margin-left: -10px;
    animation: bounce 2s infinite;
}
.checkbox-icon ~ .checkbox-label,
.checkbox-label + .checkbox-icon {
    margin-left: 0.75rem;
}
.hero_arrow svg {
    fill: #fff;
}
.checkbox-input:checked ~ .checkbox-icon,
.checked .checkbox-icon {
    fill: #1a87d7;
}
@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(0.5rem);
    }
}
.select-input,
.text-input {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #9e9e9e;
    padding: 1rem;
    font-size: 16px;
}
.select-input:focus,
.text-input:focus {
    outline: 0;
    border-color: #28a638;
}
@media screen and (min-width: 45em) {
    .select-input,
    .text-input {
        font-size: 1.25rem;
    }
}
.select-input-label,
.text-input-label {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}
.text-input-error {
    color: #d17580;
    display: inline-block;
    margin-top: 0.75rem;
    font-size: 1rem;
}
.checkbox-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.checkbox-input-wrapper {
    display: inline-block;
    position: relative;
    margin-right: 0.75rem;
}
.checkbox-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-icon {
    display: inline-block;
    vertical-align: middle;
    fill: #fff;
    cursor: pointer;
    border: 1px solid #30353b;
    padding: 0.33rem;
}
.checkbox-icon svg {
    display: block;
}
.checkbox-status {
    margin: 0 0 0 0.5rem;
}
.checkbox-list .checkbox-icon {
    padding: 0.5rem;
}
.checkbox-list .checkbox-icon svg {
    width: 15px;
    height: 15px;
}
.select-input-wrapper {
    position: relative;
}
.select-input {
    padding: 1rem 2.8rem 1rem 1rem;
}
.select-input::-ms-expand {
    display: none;
}
.select-input-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -6px;
    fill: #9e9e9e;
    width: 12px;
    height: 12px;
}
.listing,
.listing-content {
    position: relative;
}
.select-input_small {
    font-size: 0.9rem;
    padding: 0.5rem 2.5rem 0.5rem 0.5rem;
}
.select-input_small + .select-input-icon {
    width: 8px;
    height: 8px;
    right: 1rem;
    margin-top: -4px;
}
.select-input_inline {
    display: inline-block;
}
.text-input {
    resize: none;
}
.text-input::-ms-reveal {
    display: none;
}
._has-error,
._has-error:focus {
    border-color: #d17580;
}
.entry + .entry {
    margin-top: 3rem;
}
.entry-download,
.entry-meta + .entry-title,
.entry-read-more,
.listing-meta,
.listing-title {
    margin-top: 1.5rem;
}
.entry-meta {
    vertical-align: top;
    font-size: 0.9rem;
}
.back-icon,
.back-label,
.breadcrumbs-inner,
.breadcrumbs-inner *,
.entry-read-more span,
.entry-read-more svg,
.tag-small-caps,
.toast_error span,
.toast_error svg,
.toast_info span,
.toast_info svg,
.toast_success span,
.toast_success svg,
.tweet-control span,
.tweet-control svg,
.tweet-header *,
.tweet-retweeted span,
.tweet-retweeted svg {
    vertical-align: middle;
}
.entry-thumb {
    display: block;
    margin-right: 1.5rem;
    max-width: 160px;
}
.entry-thumb img {
    display: block;
}
.entry-read-more {
    font-size: 0.9rem;
    white-space: nowrap;
    display: block;
}
.entry-read-more svg {
    margin-left: 0.5rem;
}
.listing:hover .share-hover {
    opacity: 1;
}
.listing-meta:first-child,
.listing-title:first-child {
    margin-top: 0;
}
.listing-meta {
    color: #1a87d7;
    display: block;
}
.listing-title {
    margin-bottom: 0;
}
.listing-body {
    margin-top: 1.25rem;
    font-size: 1rem;
}
.listing-body + .select-input_inline {
    margin-top: 1.5rem;
}
.listing-cover-image {
    position: relative;
    display: block;
    height: 0;
    padding-top: 56.25%;
}
.listing_large-content {
    padding: 3rem 0;
}
.listing_sidebar + .listing_sidebar {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f8f8f8;
}
.listing-col {
    margin-bottom: 3rem;
}
.loaderMask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    margin-top: -12px;
    margin-left: -60px;
}
.spinner > div {
    width: 18px;
    height: 18px;
    margin: 0 10px;
    background-color: #30353b;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@keyframes bouncedelay {
    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
.message_received,
.message_sent {
    position: relative;
    margin-bottom: 1.5rem;
}
.message_received .avatar,
.message_sent .avatar {
    position: absolute;
    top: 0;
    width: 4em;
}
.message_sent {
    float: right;
    padding-right: 5em;
}
.message_sent .avatar {
    right: 0;
}
.message_sent .message-body {
    background-color: #28a638;
    color: #fff;
}
.message_sent .message-body:before {
    right: -1em;
    border-left-color: #28a638;
    border-top-color: #28a638;
}
.message_sent .message-timestamp {
    float: left;
}
.message_received {
    float: left;
    padding-left: 5em;
}
.message_received .avatar {
    left: 0;
}
.message_received .message-body {
    background-color: #f8f8f8;
    max-width: 72em;
}
.message_received .message-body:before {
    left: -1em;
    border-right-color: #f8f8f8;
    border-top-color: #f8f8f8;
}
.message_received .message-timestamp {
    float: right;
}
.message-body {
    position: relative;
    margin-top: 0;
    margin-bottom: 0.25em;
    padding: 0.5rem;
}
.message-body:before {
    position: absolute;
    top: 0;
    border: 0.75em solid transparent;
}
.message-thread {
    max-height: 100%;
    overflow-y: auto;
}
.message-composer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-top: 1px solid #f8f8f8;
    background-color: #fff;
}
.message-composer-input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #f8f8f8;
}
.message-composer-input:focus {
    outline: 0;
    border-color: #28a638;
}
.message-composer-submit {
    appearance: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    border: none;
    background-color: #1a87d7;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
}
.order-chat {
    padding-bottom: 2.5rem;
}
.modal-large,
.modal_small {
    position: relative;
    background-color: #fff;
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.25);
}
.modal-header {
    background: #28a638;
    padding: 1rem;
    color: #fff;
}
.modal-body {
    position: relative;
    padding: 2rem;
}
.modal-actions {
    position: absolute;
    bottom: -1rem;
    right: 1rem;
}
.modal-actions a[class*="btn"] {
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    margin-left: 0.5rem;
}
.modal_small {
    max-width: 50vw;
    width: 100%;
}
.action_cancel + [class*="action"],
.action_confirm + [class*="action"],
.action_delete + [class*="action"] {
    margin-left: 2rem;
}
.action_cancel {
    color: #30353b;
}
.action_confirm {
    color: #28a638;
}
.action_delete {
    color: #d17580;
}
.breadcrumbs {
    background-color: #545d64;
    color: #9e9e9e;
}
.breadcrumbs-item span,
.breadcrumbs-label {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumbs-inner {
    padding: 1.5rem;
    background-color: #30353b;
    color: #fff;
}
.breadcrumbs-inner * {
    display: inline-block;
    line-height: 1;
    color: #9e9e9e;
}
.breadcrumbs-inner > a,
.breadcrumbs-inner > span {
    margin-top: -3px;
    padding-left: 0.75rem;
    margin-right: 1rem;
}
.breadcrumbs-inner > span:first-child {
    display: inline-block;
    padding-left: 0;
}
.breadcrumbs-label {
    color: #fff;
    margin-right: 1rem;
}
.breadcrumbs-item {
    position: relative;
    margin-right: 1rem;
}
.breadcrumbs-item span {
    display: inline-block;
    line-height: 1.6rem;
}
.breadcrumbs-item + .breadcrumbs-item {
    padding-left: 0.75rem;
}
.footer-nav-item {
    padding-right: 1rem;
}
@media screen and (max-width: 45em) {
    .footer-nav-item {
        width: 100%;
    }
    .main-nav-items > .main-nav-item.current-menu-ancestor .main-nav-sub-items,
    .main-nav-items > .main-nav-item.current-menu-item .main-nav-sub-items,
    .main-nav-items > .main-nav-item.current-menu-parent .main-nav-sub-items,
    .main-nav-items > .main-nav-item.current-page-ancestor .main-nav-sub-items,
    .main-nav-items > .main-nav-item.current-page-parent .main-nav-sub-items,
    .main-nav-items > .main-nav-item.current_page_ancestor .main-nav-sub-items,
    .main-nav-items > .main-nav-item.current_page_parent .main-nav-sub-items,
    .main-nav-items > .main-nav-item.touch .main-nav-sub-items {
        max-height: 25rem;
    }
}
.footer-nav-heading,
.footer-nav-link {
    font-size: 1rem;
}
.footer-nav-sub-items {
    font-size: 1rem;
    font-weight: 300;
}
.footer-nav-sub-item {
    text-transform: none;
    letter-spacing: 0;
}
.main-nav {
    position: absolute;
    background-color: #545d64;
    right: 100%;
    top: 100%;
    z-index: 1000;
    width: 100%;
    color: #fff;
    fill: #fff;
    font-size: 1.375rem;
}
.main-nav._is-open {
    right: 0;
}
@media screen and (min-width: 45em) {
    .footer-nav-sub-items {
        padding-top: 1rem;
    }
    .footer-nav-sub-item + .footer-nav-sub-item {
        margin-top: 0.5rem;
    }
    .main-nav {
        padding: 0.5rem 0 0;
        float: right;
        position: static;
        background-color: transparent;
        width: auto;
        color: #343a40;
        fill: #343a40;
        font-size: 1rem;
    }
}
.main-nav ul .menu-item-has-children:last-of-type .main-nav-sub-items {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    left: auto;
    right: 0;
}
.main-nav-items > .main-nav-item {
    position: relative;
    padding: 1rem;
}
.main-nav-items > .main-nav-item > .main-nav-link {
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}
.main-nav-items > .main-nav-item._is-focused,
.main-nav-items > .main-nav-item.current-menu-ancestor,
.main-nav-items > .main-nav-item.current-menu-item,
.main-nav-items > .main-nav-item.current-menu-parent,
.main-nav-items > .main-nav-item.current-page-ancestor,
.main-nav-items > .main-nav-item.current-page-parent,
.main-nav-items > .main-nav-item.current_page_ancestor,
.main-nav-items > .main-nav-item.current_page_parent {
    background-color: #30353b;
}
@media screen and (min-width: 45em) {
    .main-nav-items > .main-nav-item._is-focused,
    .main-nav-items > .main-nav-item.current-menu-ancestor,
    .main-nav-items > .main-nav-item.current-menu-item,
    .main-nav-items > .main-nav-item.current-menu-parent,
    .main-nav-items > .main-nav-item.current-page-ancestor,
    .main-nav-items > .main-nav-item.current-page-parent,
    .main-nav-items > .main-nav-item.current_page_ancestor,
    .main-nav-items > .main-nav-item.current_page_parent {
        background-color: transparent;
    }
    .main-nav-items > .main-nav-item._is-focused:before,
    .main-nav-items > .main-nav-item.current-menu-ancestor:before,
    .main-nav-items > .main-nav-item.current-menu-item:before,
    .main-nav-items > .main-nav-item.current-menu-parent:before,
    .main-nav-items > .main-nav-item.current-page-ancestor:before,
    .main-nav-items > .main-nav-item.current-page-parent:before,
    .main-nav-items > .main-nav-item.current_page_ancestor:before,
    .main-nav-items > .main-nav-item.current_page_parent:before {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        background-color: #1a87d7;
        position: absolute;
        bottom: -6px;
        left: 50%;
        margin-left: -3px;
    }
    .main-nav-items > .main-nav-item {
        float: left;
        padding: 0;
    }
    .main-nav-items > .main-nav-item + .main-nav-item {
        margin: 0 0 0 0.5rem;
    }
    .main-nav-items > .main-nav-item:hover .main-nav-sub-items {
        max-height: 20rem;
    }
}
.main-nav-items > .main-nav-item:before {
    content: "";
}
@media screen and (max-width: 45em) {
    .main-nav-items > .main-nav-item._is-focused .main-nav-sub-items {
        max-height: 25rem;
    }
}
.main-nav-item.menu-item-has-children > .main-nav-expand {
    display: block;
}
@media screen and (min-width: 45em) {
    .main-nav-item.menu-item-has-children > .main-nav-expand {
        display: none;
    }
}
.main-nav-item.menu-item-has-children._is-focused .main-nav-expand,
.main-nav-item.menu-item-has-children.current-menu-ancestor .main-nav-expand,
.main-nav-item.menu-item-has-children.current-menu-item .main-nav-expand,
.main-nav-item.menu-item-has-children.current-menu-parent .main-nav-expand,
.main-nav-item.menu-item-has-children.current-page-ancestor .main-nav-expand,
.main-nav-item.menu-item-has-children.current-page-parent .main-nav-expand,
.main-nav-item.menu-item-has-children.current_page_ancestor .main-nav-expand,
.main-nav-item.menu-item-has-children.current_page_parent .main-nav-expand {
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
.main-nav-expand {
    display: none;
    position: absolute;
    top: 1.9rem;
    right: 1rem;
}
.main-nav-expand svg {
    display: block;
}
.main-nav-link {
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.5rem 0.1em;
}
@media screen and (min-width: 60em) {
    .main-nav-link {
        padding: 0.5rem;
        text-transform: uppercase;
        letter-spacing: 0.05rem;
    }
    .main-nav-link:hover {
        border-color: transparent;
        background-color: #f5f5f5;
    }
}
@media screen and (min-width: 72em) {
    .main-nav-link {
        padding: 0.5rem 1rem;
    }
}
.main-nav-cta:before {
    display: none !important;
}
@media screen and (min-width: 45em) {
    .main-nav-cta .main-nav-link {
        display: inline-block;
        padding: 0.5rem 2rem;
        text-decoration: none;
        letter-spacing: 0.05rem;
        font-size: 1rem;
        text-transform: uppercase;
        white-space: nowrap;
        color: #1a87d7;
        fill: #1a87d7;
        background-color: transparent;
        border: 1px solid #1a87d7;
    }
    .main-nav-cta .main-nav-link:hover {
        background-color: rgba(255, 255, 255, 0.25);
        border-color: #53a5e1;
        color: #53a5e1;
    }
}
.main-nav-sub-items {
    padding-left: 1rem;
    overflow: hidden;
    max-height: 0;
}
@media screen and (min-width: 45em) {
    .main-nav-sub-items {
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 12.5rem;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1000;
        box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.125);
        padding-left: 0;
    }
    .main-nav-sub-items .main-nav-item {
        text-align: center;
        background-color: #fff;
    }
    .main-nav-sub-items .main-nav-item + .main-nav-item {
        border-top: 1px solid #f8f8f8;
    }
}
.main-nav-sub-items .main-nav-item.current-menu-item,
.main-nav-sub-items .main-nav-item.current-menu-item + .main-nav-item {
    border-top: none;
}
.main-nav-sub-items .main-nav-item.current-menu-item .main-nav-link {
    color: #1a87d7;
}
.main-nav-sub-items .main-nav-link {
    display: block;
    width: 100%;
    text-transform: capitalize;
}
.nn-cta__title,
.nn-hero__title,
.spotlight__title,
.tweet-retweeted {
    text-transform: uppercase;
}
.mobile-nav-toggle {
    float: right;
    padding: 0.75rem;
}
.mobile-nav-toggle #nav-toggle-open {
    display: block;
}
.mobile-nav-toggle #nav-toggle-close,
.mobile-nav-toggle._is-open #nav-toggle-open {
    display: none;
}
.mobile-nav-toggle._is-open #nav-toggle-close {
    display: block;
}
.main-nav-social {
    padding: 1rem;
}
@media screen and (min-width: 45em) {
    .main-nav-sub-items .main-nav-item.current-menu-item .main-nav-link {
        background-color: #1a87d7;
        color: #fff;
    }
    .main-nav-social,
    .mobile-nav-toggle {
        display: none;
    }
}
.pagination {
    font-size: 1rem;
    color: #9e9e9e;
}
.page-numbers-list {
    display: inline-block;
    width: 100%;
}
.page-label {
    display: none;
}
@media screen and (min-width: 45em) {
    .page-numbers-list {
        width: auto;
    }
    .page-label {
        display: inline-block;
    }
}
.page-numbers {
    display: none;
}
.page-numbers._is-current,
.page-numbers.current {
    color: #343a40;
    text-decoration: underline;
}
.page-numbers + .next.page-numbers:before,
.page-numbers.prev + .page-numbers:before {
    content: "";
}
.page-numbers + .page-numbers {
    position: relative;
    padding-left: 0.75rem;
}
@media screen and (min-width: 45em) {
    .page-numbers + .page-numbers:before {
        display: block;
        position: absolute;
        left: -0.25rem;
        text-decoration: none !important;
        content: " / ";
    }
}
.page-numbers.next,
.page-numbers.prev {
    display: inline-block;
    background-color: #545d64;
    padding: 1rem;
    line-height: 1;
    fill: #fff;
}
.page-numbers.prev {
    float: left;
}
@media screen and (min-width: 45em) {
    .page-numbers.next,
    .page-numbers.prev {
        background-color: transparent;
        fill: #343a40;
        padding: 0 0 0 0.75rem;
        line-height: inherit;
    }
    .page-numbers.next svg,
    .page-numbers.prev svg {
        width: 12px;
        height: 12px;
        margin-top: 4px;
    }
    .page-numbers.prev {
        float: none;
    }
}
.page-numbers.next {
    float: right;
}
.side-nav {
    background-color: #f8f8f8;
}
.side-nav-pull {
    margin-top: -3rem;
}
@media screen and (min-width: 45em) {
    .page-numbers.next {
        float: none;
    }
    .page-numbers {
        display: inline-block;
        margin-left: 0.5rem;
        float: none;
    }
    .side-nav-pull {
        margin-top: 0;
    }
}
.side-nav-title {
    display: none;
    color: #fff;
    padding: 1rem;
    background-color: #1a87d7;
}
.side-nav-item {
    position: relative;
}
.side-nav-item + .side-nav-item {
    border-top: 1px solid #9e9e9e;
}
.side-nav-item + .side-nav-item._is-current,
.side-nav-item + .side-nav-item._is-focused {
    border-top-color: #545d64;
}
.side-nav-item._is-current .side-nav-sub-items ._is-current a,
.side-nav-item._is-current-parent .side-nav-sub-items ._is-current a,
.side-nav-item._is-focused .side-nav-sub-items ._is-current a {
    background-color: #485056 !important;
    color: #fff;
}
.side-nav-item._is-current-parent > .side-nav-link,
.side-nav-item._is-current > .side-nav-link,
.side-nav-item._is-focused > .side-nav-link {
    color: #fff;
    background-color: #545d64;
}
.side-nav-item._is-current-parent > .side-nav-expand,
.side-nav-item._is-current > .side-nav-expand,
.side-nav-item._is-focused > .side-nav-expand {
    fill: #fff;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.side-nav-item._is-current .side-nav-sub-items,
.side-nav-item._is-current-parent .side-nav-sub-items,
.side-nav-item._is-current-parent-ancestor .side-nav-sub-items,
.side-nav-item._is-focused .side-nav-sub-items {
    max-height: 30rem;
}
.side-nav-item._is-current + .side-nav-item,
.side-nav-item._is-current-parent + .side-nav-item,
.side-nav-item._is-current-parent-ancestor + .side-nav-item,
.side-nav-item._is-focused + .side-nav-item {
    border-top: none;
}
.side-nav-link {
    display: block;
    padding: 1rem 2rem 1rem 1rem;
}
.side-nav-expand {
    cursor: pointer;
    padding: 1rem;
    position: absolute;
    top: 0;
    right: 0;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.side-nav-icon {
    width: 10px;
    height: 10px;
}
.side-nav-sub-items {
    overflow: hidden;
    max-height: 0;
    -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.side-nav-sub-items .side-nav-link {
    background-color: rgba(40, 166, 56, 0.1);
}
.header-search-input,
.search-input {
    -webkit-appearance: none;
}
.header-search-wrapper {
    width: 100%;
    background-color: #545d64;
}
.header-search-input {
    width: 15rem;
    float: right;
    background-color: #30353b;
    color: #9e9e9e;
    padding: 0.5rem;
    border: none;
    font-size: 1rem;
}
.header-search-input:focus {
    background-color: #64686c;
    outline: 0;
}
.search,
.search--news {
    position: relative;
    width: 100%;
}
.search-input {
    width: 100%;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    padding: 1rem;
}
.search-input:focus {
    outline: 0;
    border-color: #545d64;
}
.search-icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0.9rem 0.8rem;
    background-color: #545d64;
    border: none;
    fill: #fff;
}
.n4c,
.n4c-content {
    position: relative;
}
.search-icon:focus {
    background-color: #28a638;
    outline: 0;
}
.result-thumb {
    max-width: 22.5rem;
}
.search--news .search-input {
    border-color: #9e9e9e;
}
.search--news .search-icon {
    background-color: transparent;
    fill: #9e9e9e;
}
.search--news .search-icon:focus {
    background-color: transparent;
    outline: 0;
}
.n4c-content {
    color: #fff;
    max-height: 720px;
}
@media screen and (min-width: 60em) {
    .n4c-content {
        height: 100vh;
    }
}
.n4c-title {
    line-height: 1;
    font-size: 3.1rem;
}
.n4c-body {
    font-weight: 400;
}
.n4c-btn + .n4c-btn {
    margin-top: 0.75rem;
}
.n4c--full {
    width: 100%;
}
.stat {
    margin-bottom: 4rem;
}
.stat_pre {
    font-size: 1.6rem;
    height: auto;
    display: block;
}
@media screen and (min-width: 45em) {
    .side-nav-title {
        display: block;
    }
    .n4c-copy {
        max-width: 30rem;
    }
    .n4c-btn + .n4c-btn {
        margin-top: 0;
        margin-left: 0.75rem;
    }
    .stat {
        margin-bottom: 0;
    }
    .stat_pre {
        height: 2rem;
    }
}
.stat_number {
    font-size: 2.5rem;
    margin: 0;
}
.stat_description {
    font-size: 1.6rem;
    margin: 0;
}
.stat_circle {
    width: 50px;
    height: 50px;
    margin: 1rem auto;
}
.pullout_blue,
.pullout_green {
    width: 100%;
    position: relative;
    color: #fff;
    overflow: hidden;
}
.pullout_green {
    background-color: #28a638;
}
.pullout_blue {
    background-color: #1a87d7;
}
.pullout-content {
    padding: 2rem 1rem;
}
@media screen and (min-width: 60em) {
    .pullout-content {
        padding: 3rem 3rem 3rem 0;
    }
}
.pullout-content_white {
    padding: 3rem;
    color: #343a40;
    background-color: #fff;
}
@media screen and (min-width: 60em) {
    .pullout-content_white {
        background-color: transparent;
    }
    .pullout-content_white:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background-color: #fff;
    }
}
.pullout-media {
    padding: 0;
}
.pullout-media .pullout-media-item {
    position: relative;
    width: 100%;
    height: 0;
    padding: 26.5%;
}
@media screen and (min-width: 60em) {
    .pullout-media .pullout-media-item {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        padding: 0;
    }
}
.pullout-media-overlay {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.pullout-media-overlay:after,
.pullout-media-overlay:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    content: "";
}
.pullout-media-overlay:before {
    width: 60px;
    height: 60px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #28a638;
}
.thin-sep_light,
hr {
    background-color: #dfdfdf;
}
.pullout-media-overlay:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    margin-left: 5px;
    border: 10px solid transparent;
    border-left-color: #fff;
}
.pullout-media-video._is-active,
.pullout-media-video._is-active embed,
.pullout-media-video._is-active iframe,
.pullout-media-video._is-active object {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.table_blocked th,
.table_default th,
.toast_info {
    text-align: left;
}
.pullout-media-video {
    display: none;
}
.pullout-media-video._is-active {
    display: block;
    overflow: hidden;
}
.thin-sep_light,
hr {
    border: none;
    height: 1px;
}
hr {
    width: 100%;
    margin: 0.5rem 0;
}
.thin-sep_light {
    width: 100%;
    margin: 0.75rem 0;
}
.sep-dotted_white {
    background-color: transparent;
    height: 0;
    border-top: 4px dotted #fff;
    margin: 1.5rem 0 0.75rem;
}
.share-cta {
    padding: 2rem;
    color: #fff;
    background-image: url(../img/share-cta.jpg);
    overflow: hidden;
}
.share-cta:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100vw;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: -100%;
    left: -70%;
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.share-hover-icon,
.share-hover-list {
    background-color: rgba(255, 255, 255, 0.9);
}
.cta-content,
.share-cta {
    position: relative;
}
.cta-title {
    max-width: 40rem;
}
.share-hover {
    position: absolute;
    top: 1.125rem;
    left: 2.125rem;
    opacity: 0;
}
.share-hover:hover .share-hover-list {
    opacity: 1;
}
.share-hover-icon {
    display: inline-block;
    padding: 0.75rem;
    color: #343a40;
    fill: #343a40;
}
.share-hover-icon svg {
    display: block;
    margin-left: -1px;
}
.social-icon_round + .social-icon_round,
.social-icon_square + .social-icon_square {
    margin-left: 0.5rem;
}
.share-hover-list {
    position: relative;
    opacity: 0;
    margin-top: 0.5rem;
    padding: 0.75rem 1.5rem 0.75rem 0.75rem;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.125);
}
.share-hover-list:before {
    content: "";
    width: 0;
    height: 0;
    border: 0.5rem solid transparent;
    border-bottom-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: -1rem;
    left: 0.7rem;
}
.table_blocked td,
tbody tr {
    border-top: 1px solid #f8f8f8;
}
.share-hover-list li:first-child {
    padding-bottom: 0.25rem;
    color: #9e9e9e;
}
.share-hover-list li + li {
    padding-top: 0.25rem;
}
.share-hover-list a:hover {
    color: #1a87d7;
}
.social-icon_round,
.social-icon_square {
    display: inline-block;
    padding: 0.75rem;
    fill: #fff;
}
.social-icon_round svg,
.social-icon_square svg {
    display: block;
}
.tab,
.table_blocked .image,
.table_default .image,
.tag,
.toast_info {
    display: inline-block;
}
.social-icon_round:hover,
.social-icon_square:hover {
    background-color: #1a87d7;
}
.social-icon_round {
    background-color: #595d62;
}
.social-icon_round svg {
    width: 13px;
    height: 13px;
}
.social-icon_square {
    background-color: #30353b;
}
.social-icon_square svg {
    width: 20px;
    height: 20px;
}
.tabs {
    width: 100%;
}
.tabs li {
    float: left;
}
.tabs:before {
    width: 100%;
    left: 0;
    background-color: #f8f8f8;
}
.tab {
    padding: 1rem 0;
    margin-right: 3rem;
}
.tab:before {
    width: 0;
    left: 50%;
    background-color: #28a638;
}
.tab._is-active:before {
    left: 0;
    width: 100%;
}
.tab,
.tabs {
    position: relative;
}
.tab:before,
.tabs:before {
    content: "";
    height: 2px;
    position: absolute;
    bottom: -1px;
}
._is-active.tag,
.tag:hover {
    background-color: #1a87d7;
    color: #fff;
}
.tag {
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    margin: 0 1rem 1rem 0;
    padding: 0.5rem 1rem;
    background-color: #f8f8f8;
    color: #343a40;
}
.tag-icon {
    position: absolute;
    top: 50%;
    right: 0.66rem;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tag-icon use {
    color: #9e9e9e;
}
.table_blocked,
.table_default {
    width: 100%;
}
th {
    padding: 1rem 0 2rem;
}
td {
    position: relative;
    padding: 1rem 0;
}
.table_blocked {
    border-collapse: separate;
    border-spacing: 0 1rem;
}
.table_blocked th {
    padding: 0 1rem 1rem;
}
.table_blocked tbody tr {
    background-color: rgba(255, 255, 255, 0.6);
}
.table_blocked td {
    position: relative;
    overflow: hidden;
    padding: 1rem;
    border-bottom: 1px solid #f8f8f8;
}
.table_blocked td:first-child {
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #f8f8f8;
}
.table_blocked td:last-child {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #f8f8f8;
}
.toast-container {
    position: fixed;
    bottom: 0;
    right: 0;
    max-width: 24rem;
    text-align: right;
}
.toast-title {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.375rem;
}
.toast-close {
    margin-left: 1.5rem;
    position: absolute;
    cursor: pointer;
    top: 1.25rem;
    right: 1rem;
    fill: #9e9e9e;
}
.toast_error:before,
.toast_info:before,
.toast_success:before,
.toast_warning:before {
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    content: "";
}
.toast_info {
    position: relative;
    max-width: 24rem;
    background-color: #fff;
    margin: 0 1.5rem 1.5rem 0;
    padding: 1rem 3rem 1rem 2rem;
    overflow: hidden;
    -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.125);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.125);
}
.toast_success,
.toast_warning {
    -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.125);
    display: inline-block;
    max-width: 24rem;
    margin: 0 1.5rem 1.5rem 0;
    padding: 1rem 3rem 1rem 2rem;
    text-align: left;
    overflow: hidden;
}
.toast_info .toast-title {
    color: #9cc9df;
}
.toast_info .toast-icon {
    fill: #9cc9df;
}
.toast_info:before {
    position: absolute;
    background-color: #9cc9df;
}
.toast_success {
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.125);
}
.toast_success .toast-title {
    color: #aad091;
}
.toast_success .toast-icon {
    fill: #aad091;
}
.toast_success:before {
    position: absolute;
    background-color: #aad091;
}
.toast_warning {
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.125);
}
.toast_warning span,
.toast_warning svg {
    vertical-align: middle;
}
.toast_warning .toast-title {
    color: #efbc68;
}
.toast_warning .toast-icon {
    fill: #efbc68;
}
.toast_warning:before {
    position: absolute;
    background-color: #efbc68;
}
.toast_error {
    position: relative;
    display: inline-block;
    max-width: 24rem;
    background-color: #fff;
    margin: 0 1.5rem 1.5rem 0;
    padding: 1rem 3rem 1rem 2rem;
    text-align: left;
    overflow: hidden;
    -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.125);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.125);
}
.toast_error .toast-title {
    color: #d17580;
}
.toast_error .toast-icon {
    fill: #d17580;
}
.toast_error:before {
    position: absolute;
    background-color: #d17580;
}
._a_toast-pop-appear,
._a_toast-pop-enter {
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
}
._a_toast-pop-appear._a_toast-pop-appear-active,
._a_toast-pop-appear._a_toast-pop-enter-active,
._a_toast-pop-enter._a_toast-pop-appear-active,
._a_toast-pop-enter._a_toast-pop-enter-active {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 350ms ease-out;
}
._a_toast-pop-leave {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
._a_toast-pop-leave._a_toast-pop-leave-active {
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    transition: all 250ms ease-in;
}
.tooltip_bottom,
.tooltip_left,
.tooltip_right,
.tooltip_top {
    position: relative;
    background-color: #3e5168;
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    text-transform: uppercase;
}
.tooltip_bottom:before,
.tooltip_left:before,
.tooltip_right:before,
.tooltip_top:before {
    position: absolute;
    content: "";
    border: 0.4rem solid transparent;
}
.tooltip_top:before {
    left: 50%;
    top: 100%;
    margin-left: -0.4rem;
    border-top-color: #3e5168;
}
.tooltip_right:before {
    right: 100%;
    top: 50%;
    margin-top: -0.4rem;
    border-right-color: #3e5168;
}
.tooltip_bottom:before {
    left: 50%;
    bottom: 100%;
    margin-left: -0.4rem;
    border-bottom-color: #3e5168;
}
.tooltip_left:before {
    left: 100%;
    top: 50%;
    margin-top: -0.4rem;
    border-left-color: #3e5168;
}
.twitter_container {
    margin-top: 2rem;
}
@media screen and (min-width: 60em) {
    .twitter_container {
        margin-top: 0;
    }
}
.twitter-feed {
    padding: 1rem 1rem 2rem;
    background-color: #f8f8f8;
}
.author-handle,
.tweet-retweeted {
    padding-top: 0.5rem;
}
.tweet {
    text-align: left;
    font-size: 1rem;
    position: relative;
    width: 100%;
    padding-bottom: 1.5rem;
}
.tweet .tweet-header img {
    display: inline;
}
.author-handle,
.author-name,
.pathways__logo,
.tweet-control {
    display: inline-block;
}
.tweet-avatar {
    width: 2rem;
}
.tweet-retweeted {
    color: #9e9e9e;
    fill: #9e9e9e;
    letter-spacing: 0.05rem;
}
.author-handle,
.author-name {
    margin-bottom: 0;
}
.tweet-body {
    margin: 0.5rem 0 1rem;
}
.tweet-body a {
    color: #28a638;
}
.tweet-control + .tweet-control {
    margin-left: 2rem;
}
.tweet-control span,
.tweet-control svg {
    display: inline-block;
}
.tweet-meta {
    margin-left: 0.5rem;
}
.fullscreen-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}
.fullscreen-video-wrapper embed,
.fullscreen-video-wrapper iframe,
.fullscreen-video-wrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-lightbox {
    width: 100%;
    height: 0;
    padding-bottom: 52.75%;
    max-width: 90vw;
    background-color: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 0.5s linear;
}
.video-lightbox embed,
.video-lightbox iframe,
.video-lightbox object,
.video-lightbox-trigger {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.video-lightbox._is-active {
    opacity: 1;
    pointer-events: all;
}
.video-lightbox-trigger {
    cursor: pointer;
    z-index: 100;
}
.video-lightbox-close {
    position: absolute;
    cursor: pointer;
    top: -3rem;
    right: -1rem;
    padding: 1rem;
    border: none;
    background: 0 0;
}
.video-lightbox-close svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}
@media screen and (min-width: 60em) {
    .video-lightbox-close {
        top: -3rem;
        right: -3rem;
    }
}
.overlay-video-cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s linear;
}
.leader-card_large,
.leader-card_small,
.pathway__card {
    position: relative;
}
.overlay-video-cta._is-active {
    opacity: 1;
    pointer-events: all;
}
.video-inline,
.video-inline embed,
.video-inline iframe,
.video-inline object {
    width: 100%;
}
.pathway__btn:hover,
.pathway__card:hover .pathway__btn {
    color: #fff;
    background-color: #1a87d7;
    border: 1px solid #1a87d7;
}
.pathways__logo img {
    width: 100%;
    max-width: 120px;
}
.pathway__card {
    height: 100%;
    cursor: pointer;
    border: 1px solid rgba(52, 58, 64, 0.25);
    padding: 2rem 1rem;
}
@media screen and (min-width: 30em) {
    .pathway__card {
        padding: 2rem 0.5rem;
    }
}
@media screen and (min-width: 45em) {
    .pathway__card {
        padding: 2rem 1rem;
    }
}
.pathway__card.active {
    opacity: 0.5;
}
.pathway__card:hover {
    border: 1px solid #343a40;
}
.pathway__heading {
    height: 70px;
}
.pathway__btn {
    padding: 1rem 2rem;
}
@media screen and (min-width: 30em) {
    .pathway__btn {
        padding: 1rem;
    }
}
@media screen and (min-width: 60em) {
    .pathway__btn {
        padding: 1rem 2rem;
    }
}
.pathway__icon {
    padding-bottom: 1rem;
}
.pathway__icon img {
    max-width: 60%;
}
.case-study-back {
    display: block;
}
.back-icon {
    background-color: #28a638;
    fill: #fff;
    padding: 0.5rem;
}
.back-label {
    margin-left: 0.25rem;
}
.leader-listing,
.stat-indc tbody tr {
    vertical-align: top;
}
.case-study-cover {
    display: block;
}
.case-study-cover img {
    display: block;
    margin: 0 auto;
}
.cs-listing-title {
    margin-bottom: 1.5rem;
}
.cs-listing-meta {
    display: block;
    margin: 1.5rem 0;
}
.contact span,
.contact strong {
    font-size: 1.25rem;
}
.contact a,
.contact p {
    font-size: 0.9rem;
}
.contact blockquote p {
    font-size: 1.6rem;
}
.leader-card_large:before,
.leader-card_small:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: 1rem solid transparent;
}
.leader-card_large:before {
    border-top-color: #1a87d7;
    border-right-color: #1a87d7;
}
.leader-card_small .mo-media {
    max-width: 40%;
}
.leader-card_small:before {
    border-top-color: #28a638;
    border-right-color: #28a638;
}
.leader-card-title {
    line-height: 1.3;
    margin-bottom: 0;
    white-space: nowrap;
}
.leader-card-subtitle {
    font-size: 1rem;
}
.leader-card-hall-of-fame {
    position: relative;
    color: #fff;
    padding: 50% 0;
}
.leader-card-hall-of-fame._has-no-image {
    background: #545d64;
}
.leader_card,
.leader_card_content {
    background-repeat: no-repeat;
    background-size: cover;
}
.leader-card-hall-of-fame a,
.leader-card-hall-of-fame a .v_center_wrap,
.leader-card-hall-of-fame div,
.leader-card-hall-of-fame div .v_center_wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.leader-listing,
.leader_card,
.stat-card {
    position: relative;
}
.leader-listing {
    padding: 1rem;
}
@media screen and (min-width: 45em) {
    .leader-listing {
        padding: 0 1rem;
    }
}
.leader-listing .mo-body {
    padding-bottom: 1rem;
}
.leader_card {
    margin-bottom: 40px;
}
.leader_card_content {
    color: #fff;
    opacity: 0;
    padding: 4rem 1rem 0;
    overflow: hidden;
    width: 100%;
    background-color: rgba(1, 203, 153, 0.75);
    height: 250px;
}
.leader_card_content:hover {
    opacity: 1;
    -moz-box-shadow: rgba(84, 93, 100, 0.5) 0 15px 30px;
    -webkit-box-shadow: rgba(84, 93, 100, 0.5) 0 15px 30px;
    box-shadow: rgba(84, 93, 100, 0.5) 0 15px 30px;
}
.leader_card_content p {
    font-size: 0.9rem;
    margin-top: 0;
}
@media screen and (min-width: 30em) {
    .leader_card_content {
        height: 350px;
    }
}
.leader-listing-avatar {
    float: none;
}
.leader-listing-avatar img {
    max-width: 9rem;
    margin: 0 auto 3rem;
}
@media screen and (min-width: 45em) {
    .leader_card_content {
        height: 350px;
    }
    .leader-listing-avatar {
        float: left;
        max-width: 25%;
    }
    .leader-listing-avatar img {
        margin: 0;
    }
}
.leader-listing-body {
    font-weight: 500;
    font-style: italic;
}
.leader-listing-quote {
    font-size: 0.9rem;
}
@media screen and (max-width: 60em) {
    .leader-listing-body p,
    .leader-listing-quote p {
        margin-top: 0;
    }
}
.leader-listing-author {
    font-size: 0.9rem;
    color: #545d64;
}
@media screen and (min-width: 60em) {
    .what-is-n4c {
        background: url(/wp-content/themes/tnc-V3/img/polygons_1.png) top left no-repeat, url(/wp-content/themes/tnc-V3/img/polygons_2.png) bottom right no-repeat;
    }
}
.partner-logos img {
    max-height: 140px;
}
.stat-card:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: 1rem solid transparent;
    border-top-color: #28a638;
    border-right-color: #28a638;
}
.stat-card._blue-highlight:before {
    border-top-color: #1a87d7;
    border-right-color: #1a87d7;
}
.stat-card .stat-card-large-number {
    font-size: 4.25rem;
}
.stat-card .stat-source {
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    font-size: 0.7rem;
}
.stat-card .stat-flag-image {
    position: absolute;
    top: 2rem;
    right: 2rem;
    max-width: 2.5rem;
    height: auto;
}
.stat-card .stat-map-image {
    margin-top: 3rem;
    height: auto;
}
.stat-option-2 {
    background: #545d64;
    color: #fff;
}
.stat-indc table {
    text-align: left;
    border-top: 1px solid #e5e5e5;
    min-width: 100%;
}
@media screen and (min-width: 45em) {
    .stat-indc table {
        border-top: none;
    }
}
.stat-indc tr {
    background: #fff;
    display: block;
    border: 1px solid #e5e5e5;
    margin-bottom: 1rem;
}
@media screen and (min-width: 45em) {
    .stat-indc tr {
        border-left: none;
        border-right: none;
        border-bottom: none;
        display: table-row;
        margin-bottom: 0;
    }
}
.stat-indc thead {
    display: none;
}
@media screen and (min-width: 45em) {
    .stat-indc thead {
        display: table-header-group;
    }
}
.stat-indc td,
.stat-indc th {
    padding: 1rem;
}
.stat-indc th {
    cursor: pointer;
}
.stat-indc tbody td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f8f8f8;
}
.stat-indc tbody td.stat-table-cell-main {
    background: #1a87d7;
    color: #fff;
}
.stat-indc tbody td .stat-table-cell-heading {
    display: block;
}
.stat-indc tbody td:last-child {
    border-bottom: none;
}
@media screen and (min-width: 45em) {
    .stat-indc tbody td {
        display: table-cell;
        width: auto;
        border-bottom: none;
    }
    .stat-indc tbody td.stat-table-cell-main {
        background: 0 0;
        color: inherit;
    }
}
.stat-indc .dataTables_info,
.stat-indc .dataTables_length {
    display: none;
}
.stat-indc .dataTables_filter-wrapper {
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
    border-bottom: none;
    height: 3.4rem;
}
.stat-indc .dataTables_filter {
    float: left;
    width: 97%;
    position: relative;
    margin: 0.375rem;
}
@media screen and (min-width: 45em) {
    .stat-indc .dataTables_filter {
        float: right;
        width: 17rem;
    }
}
.stat-indc .dataTables_filter input {
    padding: 0.5rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.stat-indc .dataTables_filter .search-icon {
    background: 0 0;
    fill: #343a40;
    padding: 0.65rem 0.66667rem;
}
.stat-indc .dataTables_filter .search-icon svg {
    width: 18px;
    height: 18px;
}
.stat-indc tr:nth-child(even) {
    background-color: #f7f7f7;
}
.four-oh-four {
    min-height: 50vh;
}
.join-callout {
    padding-bottom: 7rem;
}
.join-callout ._is-pinned_lb {
    bottom: 3rem;
    left: 1.5rem;
}
.partner-logos .col {
    margin-bottom: 1rem;
}
.partner-desc {
    font-size: 0.9rem;
}
.partner-desc p {
    margin: 1rem 0;
}
.partner_image {
    text-align: right;
    padding-right: 10px;
}
.empty,
.news_btn,
.nn-cta,
.nn-hero {
    text-align: center;
}
.partner_image img {
    border-radius: 50%;
    max-width: 150px;
    margin-top: -25px;
}
.partner_title strong {
    display: block;
    padding: 0 0 1rem;
}
.news-article-heading {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.news_btn {
    width: 100%;
}
@media screen and (min-width: 60em) {
    .join-callout ._is-pinned_lb {
        left: 3rem;
        bottom: 3rem;
    }
    .news_btn {
        float: right;
        width: auto;
    }
}
.news-cta {
    margin-bottom: 6rem;
}
.number-large-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: -1.5rem;
}
@media screen and (min-width: 60em) {
    .number-large-wrapper {
        top: -6rem;
    }
}
.number-large {
    font-size: 24rem;
    margin: 0;
    position: absolute;
    top: 0;
    right: 3rem;
    line-height: 1;
    color: rgba(0, 0, 0, 0.1);
}
.science-section {
    position: relative;
}
.science-section .arrow_down {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 25px solid transparent;
    z-index: 3;
    border-top-color: #fff;
}
.science-card {
    position: relative;
    z-index: 1;
}
.science-visualiser-image {
    width: 100%;
    -moz-box-shadow: 0 17px 18px -8px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 17px 18px -8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 17px 18px -8px rgba(0, 0, 0, 0.4);
}
.carousel_science .custom-content h2,
.carousel_science .sub-title,
.carousel_science .sub-title_bold,
.custom-content .carousel_science h2 {
    margin-bottom: 0;
}
.carousel_science-heading {
    position: relative;
    display: inline-block;
    margin: 3rem 0;
}
.carousel_science-heading._is-active:before {
    content: "";
    position: absolute;
    bottom: -5px;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.carousel_science-heading + .carousel_science-heading {
    margin-left: 3rem;
}
.carousel_science-heading + .carousel_science-heading:after {
    content: " / ";
    position: absolute;
    top: 0;
    left: -1.5rem;
    margin-left: -0.25em;
}
.empty {
    padding-left: 1rem;
    padding-right: 1rem;
}
.empty-message {
    font-size: 2.5rem;
    color: #9e9e9e;
    max-width: 45rem;
    margin: 0 auto;
}
.empty-meta {
    color: #343a40;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
}
._is-locked {
    overflow: hidden;
}
._is-pinned_b {
    position: absolute;
    bottom: 0;
}
.slick-list,
.slick-slide,
.slick-slider,
.slick-track {
    position: relative;
}
.slick-slider {
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    left: 0;
    top: 0;
    display: block;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-slide {
    float: left;
    height: 100%;
    outline: 0;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging {
    outline: 0;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@font-face {
    font-family: slick;
    src: url(../../../../fonts/slick.eot);
    src: url(../../../../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../../../../fonts/slick.woff) format("woff"), url(../../../../fonts/slick.ttf) format("truetype"), url(../../../../fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal;
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
}
.container_overlay--grunge-border-grey-top:after,
.grunge-border--white,
.grunge-border--white-top {
    background-repeat: repeat-x;
    background-position: top left, bottom left;
    background-size: auto 40px;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nn-cta,
.nn-hero__title {
    font-family: CactusBlack, Lato, Helvetica, Arial, sans-serif;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
.slick-next:before,
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.nn-main + .footer {
    background-color: #343a40;
}
.nn-content-matrix .custom-content,
.nn-content-matrix .heading,
.nn-content-matrix .news-article-heading {
    margin-bottom: 4.5rem;
}
.nn-content-matrix .grid,
.nn-content-matrix .wpcf7-form-control {
    margin-bottom: 1.5rem;
}
.grunge-border--white {
    background-image: url(../img/nature-now/grunge-border--top--white.png), url(../img/nature-now/grunge-border--bottom--white.png);
}
.grunge-border--white-top {
    background-color: #f5f5f5;
    background-image: url(../img/nature-now/grunge-border--top--white.png);
}
.container_overlay--grunge-border-grey-top:after {
    background-image: url(../img/nature-now/grunge-border--top--grey.png);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 1vw;
}
.nn-cta {
    background-image: url(../img/nature-now/grunge-border--top--white.png), url(../img/nature-now/grunge-border--bottom--grey.png), url(../img/nature-now/nn-background.jpg);
    background-size: auto 20px, auto 20px, cover;
    background-repeat: repeat-x, repeat-x, no-repeat;
    background-position: left top, left bottom, center center;
    color: #fff;
}
.nn-cta__title {
    font-size: 2rem;
    line-height: 2rem;
    margin: 0;
}
@media screen and (min-width: 60em) {
    .nn-cta__title {
        font-size: 4rem;
        line-height: 4rem;
    }
}
.nn-cta__date,
.nn-hero__title span {
    font-size: 2rem;
}
.nn-cta--custom {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.nn-hero {
    position: relative;
    padding: 3rem 1rem;
    background-image: url(../img/nature-now/grunge-border--bottom--white.png), url(../img/nature-now/nn-background.jpg);
    background-size: auto 20px, cover;
    background-repeat: repeat-x, no-repeat;
    background-position: left bottom, center center;
    color: #fff;
}
.nn-hero a {
    display: block;
}
.nn-hero a.nn-takeover-btn {
    display: inline-block;
}
.nn-hero__logo {
    width: 100%;
    max-width: 36rem;
}
.nn-hero__logo--large {
    max-width: 60rem;
}
.nn-hero__title {
    margin-bottom: 0;
    line-height: 1;
}
.nn-hero__content {
    flex: auto;
}
.nn-hero__title--large {
    font-size: 3rem;
}
.nn-hero__title--pulled {
    margin-top: -5%;
}
.nn-hero__icon {
    fill: #fff;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 1rem;
}
.nn-hero--custom {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.nn-hero--video {
    display: flex;
    align-items: flex-end;
    min-height: 440px;
}
.nn-hero--textonly {
    min-height: 45vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
@media screen and (max-width: 45em) {
    .nn-hero--textonly {
        min-height: 30vh;
    }
}
.nn-hero__container {
    display: flex;
    flex-direction: column;
}


li#menu-item-6655 > a.main-nav-link,
li#menu-item-6655 > a.main-nav-link:hover{
    background-color: #E23248;
    color: #fff;
}            

