@charset "UTF-8";

.aligncenter,
.alignleft,
.alignnone,
.alignright {
    display: inline-block;
    float: none;
    margin: 0 auto 1.625em 0;
    margin-bottom: calc(var(--vspace) * .25);
    margin-top: calc(var(--vspace) * .25);
    max-width: 100% !important
}

.sidebar-related .sidebar_title {
    background: #005677;
}

@media (min-width:37.5rem) {
    .alignright {
        float: right;
        margin: 0 0 1em 1em
    }
}

@media (min-width:37.5rem) {
    .alignleft {
        float: left;
        margin: 0 1em 1em 0
    }
}

@media (min-width:37.5rem) {
    .aligncenter {
        -webkit-transform: translateX(-50%);
        left: 50%;
        position: relative;
        transform: translateX(-50%)
    }
}

.wp-caption {
    font-size: 14px;
    position: relative;
    text-align: left
}

p .aligncenter,
p .alignleft,
p .alignnone,
p .alignright {
    margin-bottom: 1.25em
}

p {
    font-size: inherit;
    margin: 0 0 calc(var(--gutter) / 2)
}

li,
p {
    line-height: inherit
}

input {
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 1em;
    padding: .5em .625em
}

input[type=email],
input[type=password],
input[type=search],
input[type=text] {
    display: block;
    outline: none;
    width: 100%
}

input:not([type=checkbox]):not([type=radio]) {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

input::-webkit-input-placeholder {
    font: inherit;
    opacity: 1
}

input:-ms-input-placeholder {
    font: inherit;
    opacity: 1
}

input::-ms-input-placeholder {
    font: inherit;
    opacity: 1
}

input::placeholder {
    font: inherit;
    opacity: 1
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-origin: content-box;
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border: 1px solid #555559;
    border-radius: 0;
    color: #333;
    cursor: pointer;
    display: block;
    font: inherit;
    height: 1.875em;
    line-height: 1;
    outline: 0;
    padding: 0;
    width: 100%
}

select::-ms-expand {
    display: none
}

select:focus {
    color: #333;
    outline: 0
}

select:not([multiple]) {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='16' height='12' viewBox='0 0 16 12'><polygon points='0,0 16,0 8,12' style='fill:rgb%28138, 138, 138%29'></polygon></svg>")
}

.sprite {
    -webkit-transition: fill .3s ease-in-out;
    display: inline-block;
    fill: currentColor;
    max-width: 100%;
    transition: fill .3s ease-in-out
}

.button {
    -moz-appearance: none;
    -moz-user-select: none;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-user-select: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transition: background-color .3s ease-in-out;
    -webkit-user-select: none;
    align-items: center;
    appearance: none;
    background-color: #ff8300;
    border: 0;
    border-radius: .1875em;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1em;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    outline: none;
    padding: .6875em 2em;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s ease-in-out;
    user-select: none
}

.button,
.button:focus,
.button:hover {
    color: #fff
}

.button:focus,
.button:hover {
    background-color: #e07300
}

.button--partner {
    background-color: rgba(255, 131, 0, .65)
}

.button--partner:focus,
.button--partner:hover {
    background-color: #005677
        /*#582c5f*/
}

.button--build {
    background-color: rgba(255, 131, 0, .65)
}

.button--build:focus,
.button--build:hover {
    background-color: #005677
        /*#007299*/
}

.button--advance {
    background-color: rgba(255, 131, 0, .65)
}

.button--advance:focus,
.button--advance:hover {
    background-color: #8a8c49
}

.legal {
    font-size: .875em;
    margin: 0
}

.taxonomy-heading {
    color: hsla(0, 0%, 100%, .75);
    padding: .25rem 0
}

.taxonomy-heading__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 73.75rem;
    padding-left: .75rem;
    padding-right: .75rem
}

@media (min-width:37.5rem) {
    .taxonomy-heading__inner {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.taxonomy-heading__inner h1,
.taxonomy-heading__inner p {
    font-size: 1.25em;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase
}

@media (min-width:26.25rem) and (max-width:57.4rem) {

    .taxonomy-heading__inner h1,
    .taxonomy-heading__inner p {
        font-size: calc(2vw + .725em)
    }
}

@media (min-width:57.5rem) {

    .taxonomy-heading__inner h1,
    .taxonomy-heading__inner p {
        font-size: 1.875em
    }
}

.taxonomy-heading--partner {
    background-color: #005677
        /*#582c5f*/
}

.taxonomy-heading--build {
    background-color: #005677
        /*#007299*/
}

.taxonomy-heading--advance {
    background-color: #005677
        /*#8a8c49*/
    ;
}

.video {
    background-color: #333;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.video iframe,
.video video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.article-tag {
    font-size: .875em;
    font-weight: 900;
    text-transform: uppercase
}

.article-tag--partner {
    color: #005677
        /*#582c5f*/
}

.article-tag--build {
    color: #005677
        /*#007299*/
}

.article-tag--advance {
    color: #005677
        /*#8a8c49*/
    ;
}

.article-date {
    font-size: .875em;
    font-weight: 700;
    margin: 0 0 .4375em
}

.social-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.social-nav li:not(:first-child) {
    margin-left: .75rem
}

.social-nav .sprite {
    height: 1.875rem;
    width: 1.875rem
}

.text-toggle {
    -ms-flex-positive: 1;
    -ms-flex-wrap: wrap;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap
}

.text-toggle__text {
    -ms-flex-order: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-transition: height .3s ease-in-out;
    flex-grow: 1;
    order: 1;
    transition: height .3s ease-in-out;
    width: 100%
}

.text-toggle__text__foreign {
    -webkit-transition: max-height .3s ease-in-out;
    max-height: 100%;
    transition: max-height .3s ease-in-out
}

.text-toggle__radio--foreign:checked ~ .text-toggle__text .text-toggle__text__translated,
.text-toggle__text__translated {
    -webkit-transition: max-height .3s ease-in-out;
    max-height: 0;
    transition: max-height .3s ease-in-out
}

.text-toggle__radio--foreign:checked ~ .text-toggle__text .text-toggle__text__translated {
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute
}

.text-toggle__radio--foreign:checked ~ .text-toggle__text .text-toggle__text__foreign {
    -webkit-transition: opacity .3s ease-in-out, max-height .3s ease-in-out;
    max-height: 100%;
    opacity: 1;
    position: relative;
    transition: opacity .3s ease-in-out, max-height .3s ease-in-out
}

.text-toggle__radio--translated:checked ~ .text-toggle__text .text-toggle__text__translated {
    -webkit-transition: opacity .3s ease-in-out;
    max-height: 100%;
    opacity: 1;
    position: relative;
    transition: opacity .3s ease-in-out
}

.text-toggle__radio--translated:checked ~ .text-toggle__text .text-toggle__text__foreign {
    -webkit-transition: max-height .3s ease-in-out;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    transition: max-height .3s ease-in-out
}

.text-toggle__label {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-transition: color .3s ease-in-out;
    cursor: pointer;
    font-weight: 900;
    margin-top: auto;
    order: 2;
    transition: color .3s ease-in-out
}

.text-toggle__label:not(:first-of-type) {
    margin-left: .875em
}

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

@media (min-width:57.5rem) {
    .utility-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.utility-nav li {
    font-weight: 900;
    text-align: center;
    text-transform: uppercase
}

.utility-nav li:not(:first-child) {
    margin-top: .6875em
}

@media (min-width:57.5rem) {
    .utility-nav li:not(:first-child) {
        margin-left: 2em;
        margin-top: 0
    }
}

.subscribe {
    text-align: center
}

.subscribe__logo {
    margin: .5rem auto 0;
    max-width: 16.25rem
}

.subscribe__invitation {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-size: 1.375em;
    line-height: 1.3;
    margin-bottom: 2.875rem
}

@media (min-width:26.25rem) and (max-width:57.4rem) {
    .subscribe__invitation {
        font-size: calc(1.6vw + .955em)
    }
}

@media (min-width:57.5rem) {
    .subscribe__invitation {
        font-size: 1.875em
    }
}

.subscribe__invitation span {
    max-width: 100%
}

.subscribe .gform_wrapper [type=email],
.subscribe .gform_wrapper [type=text] {
    background: none;
    border: 0;
    border-bottom: .125rem solid #fff;
    color: #fff;
    font-size: 1.25em;
    margin-bottom: 1.375em;
    padding: .1875em .1875em .3125em;
    text-align: center
}

.subscribe .gform_wrapper [type=email]::-webkit-input-placeholder,
.subscribe .gform_wrapper [type=text]::-webkit-input-placeholder {
    color: #fff
}

.subscribe .gform_wrapper [type=email]:-ms-input-placeholder,
.subscribe .gform_wrapper [type=text]:-ms-input-placeholder {
    color: #fff
}

.subscribe .gform_wrapper [type=email]::-ms-input-placeholder,
.subscribe .gform_wrapper [type=text]::-ms-input-placeholder {
    color: #fff
}

.subscribe .gform_wrapper [type=email]::placeholder,
.subscribe .gform_wrapper [type=text]::placeholder {
    color: #fff
}

.subscribe .gform_wrapper [type=submit] {
    background-color: #fff;
    color: #333
}

.subscribe .gform_wrapper [type=submit]:focus,
.subscribe .gform_wrapper [type=submit]:hover {
    background-color: #f0f0f0;
    color: #333
}

.subscribe .gform_fields {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.modal-window {
    max-width: 100%;
    position: relative;
    width: 51.25rem;
    z-index: 1
}

.modal-window__media {
    background-color: #333;
    line-height: 0;
    position: relative
}

.modal-window__permalink {
    display: block;
    text-transform: uppercase
}

@media (max-width:57.4rem) {
    .modal-window__permalink {
        margin-bottom: 1.125em
    }
}

.modal-window__meta {
    color: #fff;
    font-size: 1em;
    padding: .75em .75rem;
    position: relative
}

@media (min-width:37.5rem) {
    .modal-window__meta {
        padding: .75em 1.25rem
    }
}

@media (min-width:57.5rem) {
    .modal-window__meta {
        -ms-flex-align: center;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between
    }
}

@media (min-width:26.25rem) {
    .modal-window__meta .social-nav {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.modal-window__meta .social-nav__list li:not(:last-child) {
    margin: 0 1em 0 0
}

.modal-window__meta .social-nav__label {
    display: block;
    line-height: 1;
    margin-bottom: .5625em
}

@media (min-width:26.25rem) {
    .modal-window__meta .social-nav__label {
        margin: 0 1.25em 0 0
    }
}

.modal-window__meta .sprite {
    height: 1.125em;
    width: 1.125em
}

.modal-window__meta a {
    color: currentColor
}

.modal-window__meta a:focus,
.modal-window__meta a:hover {
    color: #ff8300
}

.modal-window [data-modal-close] {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .2);
    -webkit-transform: translate(50%, -50%);
    background-color: #fff;
    border-radius: 2.625rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .2);
    cursor: pointer;
    display: block;
    height: 2.625rem;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    width: 2.625rem;
    z-index: 2
}

.modal-window [data-modal-close]:after {
    -webkit-transform: translate(-50%, -55%);
    color: #333;
    content: "\D7";
    font-size: 2.5rem;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -55%)
}

.modal-window--wechat {
    width: 28.75rem
}

.related-links {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.related-links li {
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1.3
}

.related-links li:not(:last-child) {
    border-bottom: .0625rem solid #ccc;
    margin-bottom: .75rem;
    padding-bottom: .75rem
}

@media (min-width:37.5rem) {
    .related-links li:not(:last-child) {
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem
    }
}

.related-links--partner a,
.related-links a,
.related-links a:focus,
.related-links a:hover {
    color: #333
}

.related-links--partner a:focus,
.related-links--partner a:hover {
    color: #005677
        /*#582c5f*/
}

.related-links--build a {
    color: #333
}

.related-links--build a:focus,
.related-links--build a:hover {
    color: #005677
        /*#007299*/
}

.related-links--advance a {
    color: #333
}

.related-links--advance a:focus,
.related-links--advance a:hover {
    color: #005677
        /*#8a8c49*/
    ;
}

@media (min-width:57.5rem) {
    .article-share ul {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end
    }
}

.article-share a {
    color: rgba(51, 51, 51, .5)
}

.article-share a:focus,
.article-share a:hover {
    color: rgba(51, 51, 51, .75)
}

.article-share .sprite {
    height: 1.375rem;
    width: 1.375rem
}

.inline-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.inline-search [type=text] {
    background: none;
    border: 0;
    border-bottom: .09375em solid #dddedf;
    font-weight: 900;
    padding-bottom: .4375em;
    padding-left: 0;
    padding-right: 3.25em
}

.inline-search [type=submit] {
    -ms-flex-align: center;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    -webkit-transform: translateY(-50%);
    align-items: center;
    background: none;
    border: 0;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2.5em;
    justify-content: flex-end;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5em
}

.inline-search [type=submit] .sprite {
    fill: #ff8300;
    height: 1.375rem;
    width: 1.375rem
}

.blockquote {
    margin-bottom: calc(var(--vspace) * 1);
    margin-left: 0;
    margin-right: 0;
    margin-top: calc(var(--vspace) * 1)
}

@media (min-width:37.5rem) {
    .blockquote {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.blockquote__image {
    background-position: 50% 20%;
    background-size: cover;
    height: 26.25rem
}

@media (min-width:37.5rem) {
    .blockquote__image {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        height: auto;
        padding-bottom: 56.25%;
        width: 50%
    }
}

@media (min-width:57.5rem) {
    .blockquote__image {
        width: 65%
    }
}

.blockquote__content {
    color: #fff;
    padding: .75rem
}

@media (min-width:37.5rem) {
    .blockquote__content {
        -ms-flex: 0 0 auto;
        -ms-flex-direction: column;
        -ms-flex-pack: justify;
        -webkit-box-direction: normal;
        -webkit-box-flex: 0;
        -webkit-box-orient: vertical;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex: 0 0 auto;
        flex-direction: column;
        justify-content: space-between;
        padding: 1.25rem 1.25rem 1.25rem 1.875rem;
        width: 50%
    }
}

@media (min-width:57.5rem) {
    .blockquote__content {
        width: 35%
    }
}

.blockquote__content p {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.35
}

.blockquote__content cite {
    color: inherit;
    display: block;
    font-size: .6875em;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 2em
}

@media (min-width:57.5rem) {
    .blockquote__content cite {
        margin-top: 2.625em
    }
}

.generic-content--partner .blockquote__content {
    background-color: #005677
        /*#582c5f*/
}

.generic-content--build .blockquote__content {
    background-color: #005677
        /*#007299*/
}

.generic-content--advance .blockquote__content {
    background-color: #005677
        /*#8a8c49*/
    ;
}

.wechat {
    background-color: #fff;
    padding: 1.5rem;
    text-align: center
}

@media (min-width:37.5rem) {
    .wechat {
        padding: 2.5rem
    }
}

.wechat__header {
    margin-bottom: 2rem
}

.wechat__header .icon {
    fill: #56b44e;
    height: 5rem;
    width: auto
}

.excerpt__main {
    background-position: 100% 50%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (max-width:37.4rem) {
    .excerpt__main {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column
    }
}

.excerpt__content {
    -ms-flex: 0 0 auto;
    -ms-flex-direction: column;
    -ms-flex-order: 2;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    order: 2;
    padding-bottom: 2rem;
    padding-right: .75rem;
    position: relative;
    width: 100%
}

@media (max-width:37.4rem) {
    .excerpt__content {
        padding-top: .75rem
    }
}

@media (min-width:37.5rem) {
    .excerpt__content {
        padding-right: 1.25rem
    }
}

.excerpt__content blockquote {
    margin: 0;
    padding: .75rem .75rem 0
}

@media (min-width:37.5rem) {
    .excerpt__content blockquote {
        padding: 1.25rem 1.25rem 0
    }
}

.excerpt__content blockquote p {
    font-size: 1.125em;
    font-weight: 900;
    margin: 0 0 .6875em
}

.excerpt__content cite {
    display: block;
    font-size: .875em;
    font-style: normal;
    text-transform: uppercase
}

.excerpt__content p {
    font-size: .9375em;
    line-height: 1.4
}

.excerpt__content .text-toggle {
    margin-top: 1em
}

.excerpt__content:first-child:not(:last-child) {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: calc(100% - 17.5rem)
}

@media (max-width:37.4rem) {
    .excerpt__content:first-child:not(:last-child) {
        width: 100%
    }
}

@media (min-width:37.5rem) {
    .excerpt__content:first-child:last-child {
        max-width: 50%
    }
}

.excerpt__content--contained {
    background-color: #f1efee;
    padding: .75rem .75rem 3.375rem
}

@media (min-width:37.5rem) {
    .excerpt__content--contained {
        padding: 1.25rem 1.25rem 4.375rem
    }
}

.excerpt__content--contained .excerpt__social {
    bottom: .75rem;
    left: .75rem
}

@media (min-width:37.5rem) {
    .excerpt__content--contained .excerpt__social {
        bottom: 1.25rem;
        left: 1.25rem
    }
}

.excerpt__title {
    font-size: 1.25em;
    margin-bottom: .4375em
}

@media (min-width:26.25rem) and (max-width:57.4rem) {
    .excerpt__title {
        font-size: calc(.8vw + 1.04em)
    }
}

@media (min-width:57.5rem) {
    .excerpt__title {
        font-size: 1.5em
    }
}

.excerpt__title:not(:first-child) {
    margin-top: .5625em
}

.excerpt__title span {
    color: #005677
        /*#8a8c49*/
    ;
}

.excerpt__subtitle {
    margin: 0
}

.excerpt__media {
    -ms-flex: 0 0 auto;
    -ms-flex-order: 1;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 2;
    flex: 0 0 auto;
    margin: 0;
    order: 1;
    width: 100%
}

@media (min-width:37.5rem) {
    .excerpt__media {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
        width: 17.5rem
    }
}

.excerpt__media a {
    color: hsla(0, 0%, 100%, .5);
    display: block;
    line-height: 0;
    position: relative
}

.excerpt__media a:focus,
.excerpt__media a:hover {
    color: hsla(0, 0%, 100%, .75)
}

.excerpt__media img {
    width: 100%
}

.excerpt__media .sprite {
    -webkit-transform: translate(-50%, -50%);
    height: 4rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4rem
}

.excerpt__social {
    bottom: 0;
    left: 0;
    position: absolute
}

.excerpt__social a {
    color: rgba(51, 51, 51, .35)
}

.excerpt__social a:focus,
.excerpt__social a:hover {
    color: rgba(51, 51, 51, .5)
}

.excerpt__tag-bar {
    -ms-flex: 0 0 auto;
    -ms-flex-order: 1;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 2;
    color: #fff;
    display: block;
    flex: 0 0 auto;
    font-size: .8125em;
    font-weight: 900;
    line-height: 1.15;
    order: 1;
    padding: .75em .875em;
    text-transform: uppercase;
    width: 100%
}

@media (min-width:37.5rem) {
    .excerpt__tag-bar {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.excerpt__tag-bar + .excerpt__main .excerpt__content:not(.excerpt__content--contained) .excerpt__title:first-child {
    margin-top: .5625em
}

.excerpt__tag-bar span {
    display: block
}

@media (min-width:37.5rem) {
    .excerpt__tag-bar span {
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        text-align: left;
        width: calc(50% - .875em)
    }
}

@media (max-width:37.4rem) {
    .excerpt__tag-bar span + span {
        margin-top: .6875em
    }
}

@media (min-width:37.5rem) {
    .excerpt__tag-bar span + span {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: 16.625rem
    }
}

.excerpt__tag {
    display: block;
    font-size: .8125em;
    font-weight: 900;
    text-transform: uppercase
}

.excerpt--partner .excerpt__tag-bar {
    background-color: #005677
        /*#582c5f*/
}

.excerpt--partner .excerpt__tag {
    color: #005677
        /*#582c5f*/
}

.excerpt--partner .excerpt__title a {
    color: #333
}

.excerpt--partner .excerpt__title a:focus,
.excerpt--partner .excerpt__title a:hover,
.excerpt--partner .text-toggle__radio:checked + .text-toggle__label,
.excerpt--partner .text-toggle__text a {
    color: #005677
        /*#582c5f*/
}

.excerpt--partner .text-toggle__text a:focus,
.excerpt--partner .text-toggle__text a:hover {
    color: #45224a
}

.excerpt--build .excerpt__tag-bar {
    background-color: #005677
        /*#007299*/
}

.excerpt--build .excerpt__tag {
    color: #005677
        /*#007299*/
}

.excerpt--build .excerpt__title a {
    color: #333
}

.excerpt--build .excerpt__title a:focus,
.excerpt--build .excerpt__title a:hover,
.excerpt--build .text-toggle__radio:checked + .text-toggle__label,
.excerpt--build .text-toggle__text a {
    color: #005677
        /*#007299*/
}

.excerpt--build .text-toggle__text a:focus,
.excerpt--build .text-toggle__text a:hover {
    color: #005b7a
}

.excerpt--advance .excerpt__tag-bar {
    background-color: #005677
        /*#8a8c49*/
    ;
}

.excerpt--advance .excerpt__tag {
    color: #005677
        /*#8a8c49*/
    ;
}

.excerpt--advance .excerpt__title a {
    color: #333
}

.excerpt--advance .excerpt__title a:focus,
.excerpt--advance .excerpt__title a:hover,
.excerpt--advance .text-toggle__radio:checked + .text-toggle__label,
.excerpt--advance .text-toggle__text a {
    color: #005677
        /*#8a8c49*/
    ;
}

.excerpt--advance .text-toggle__text a:focus,
.excerpt--advance .text-toggle__text a:hover {
    color: #76783f
}

@media (min-width:57.5rem) {
    .excerpt--featured .excerpt__main {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        flex-direction: column
    }
}

@media (min-width:57.5rem) {
    .excerpt--featured .excerpt__tag-bar {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

@media (min-width:57.5rem) {
    .excerpt--featured .excerpt__media {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
        width: 100%
    }
}

@media (min-width:57.5rem) {
    .excerpt--featured .excerpt__content {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
        width: 100%
    }
}

@media (min-width:57.5rem) {
    .excerpt--featured .excerpt__content:first-child:not(:last-child) {
        width: 100%
    }
}

.excerpt--themed .excerpt__main {
    padding: .75rem
}

@media (min-width:37.5rem) {
    .excerpt--themed .excerpt__main {
        padding: 1.25rem
    }

    .excerpt--themed .excerpt__main .excerpt__tag {
        padding: 0 !important
    }
}

@media (min-width:37.5rem) {
    .excerpt--quote .excerpt__content:first-child:last-child {
        max-width: 100%
    }
}

.excerpt--light,
.excerpt--light .excerpt__tag,
.excerpt--light .excerpt__title a,
.excerpt--light .excerpt__title a:focus,
.excerpt--light .excerpt__title a:hover {
    color: #fff
}

.excerpt--light .excerpt__social a {
    color: hsla(0, 0%, 100%, .7)
}

.excerpt--light .excerpt__social a:focus,
.excerpt--light .excerpt__social a:hover {
    color: #fff
}

.action-callout {
    background-color: #ff8300;
    color: #fff;
    padding: 1.5rem .75rem
}

@media (min-width:37.5rem) {
    .action-callout {
        padding: 2.5rem 1.25rem
    }
}

.action-callout--alt {
    background-color: #333
}

@-webkit-keyframes appear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes appear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.modal {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-animation: appear .4s ease-in-out;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    animation: appear .4s ease-in-out;
    background-color: rgba(0, 0, 0, .9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 1.5rem;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 100
}

@media (min-width:37.5rem) {
    .modal {
        padding: 2.5rem
    }
}

.modal[data-modal-state] {
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.modal[data-modal-state=active] {
    opacity: 1;
    pointer-events: auto
}

.modal[data-modal-state=""] {
    opacity: 0
}

.sidebar-group h2 {
    margin-bottom: .4375em
}

.sidebar-group:not(:last-child) {
    margin-bottom: 1.5rem
}

@media (min-width:37.5rem) {
    .sidebar-group:not(:last-child) {
        margin-bottom: 2.5rem
    }
}

.footer {
    color: #fff;
    opacity: 1;
    position: relative;
    z-index: 1
}

.footer__nav {
    background-color: #555559;
    padding: .875rem 0
}

.footer__nav a {
    color: #dad8d6
}

.footer__nav a:focus,
.footer__nav a:hover {
    color: #ff8300
}

.footer__nav-inner {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 73.75rem;
    padding-left: .75rem;
    padding-right: .75rem
}

@media (min-width:37.5rem) {
    .footer__nav-inner {
        margin-left: auto;
        margin-right: auto;
        padding-left: 1.25rem;
        padding-left: .75rem;
        padding-right: 1.25rem;
        padding-right: .75rem
    }
}

@media (min-width:37.5rem) and (min-width:37.5rem) {
    .footer__nav-inner {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media (min-width:57.5rem) {
    .footer__nav-inner {
        -ms-flex-direction: row-reverse;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        flex-direction: row-reverse
    }
}

.footer__nav-group:not(:last-of-type) {
    margin-bottom: 2rem
}

@media (min-width:57.5rem) {
    .footer__nav-group:not(:last-of-type) {
        margin: 0
    }
}

.footer__meta {
    background-color: #434347;
    padding: .5rem 0;
    text-align: center
}

@media (min-width:57.5rem) {
    .footer__meta {
        text-align: left
    }
}

.footer__meta-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 73.75rem;
    padding-left: .75rem;
    padding-right: .75rem
}

@media (min-width:37.5rem) {
    .footer__meta-inner {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.excerpt-list {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.excerpt-list .excerpt {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 100%
}

.excerpt-list:not(.excerpt-list--split) .excerpt:not(:last-child) {
    border-bottom: .0625rem solid #848486;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem
}

@media (min-width:57.5rem) {
    .excerpt-list:not(.excerpt-list--split) .excerpt:not(:last-child) {
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem
    }
}

@media (min-width:71.25rem) {
    .excerpt-list:not(.excerpt-list--split) .excerpt:not(:last-child) {
        margin-bottom: 1.875rem;
        padding-bottom: 1.875rem
    }
}

@media (min-width:57.5rem) {
    .excerpt-list--split .excerpt {
        width: calc(50% - 1.25rem)
    }
}

@media (min-width:71.25rem) {
    .excerpt-list--split .excerpt {
        width: calc(50% - 1.875rem)
    }
}

@media (max-width:57.4rem) {
    .excerpt-list--split .excerpt:not(:last-child) {
        border-bottom: .0625rem solid #848486;
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem
    }
}

.excerpt-collage + .excerpt-list--split,
.excerpt-list--split + .excerpt-list--split {
    border-top: .0625rem solid #848486;
    margin-top: 1.5rem;
    padding-top: 1.5rem
}

@media (min-width:57.5rem) {

    .excerpt-collage + .excerpt-list--split,
    .excerpt-list--split + .excerpt-list--split {
        margin-top: 1.25rem;
        padding-top: 1.25rem
    }
}

@media (min-width:71.25rem) {

    .excerpt-collage + .excerpt-list--split,
    .excerpt-list--split + .excerpt-list--split {
        margin-top: 1.875rem;
        padding-top: 1.875rem
    }
}

@media (min-width:57.5rem) {
    .excerpt-collage {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between
    }
}

@media (min-width:57.5rem) {

    .excerpt-collage__feature,
    .excerpt-collage__stack {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: calc(50% - 1.25rem)
    }
}

@media (min-width:71.25rem) {

    .excerpt-collage__feature,
    .excerpt-collage__stack {
        width: calc(50% - 1.875rem)
    }
}

@media (max-width:57.4rem) {
    .excerpt-collage__stack {
        margin-bottom: 1.5rem
    }
}

.generic-content > :last-child {
    margin-bottom: 0
}

.generic-content:not(:first-child) {
    margin-top: 2rem
}

.generic-content > h2:not(:first-child),
.generic-content > h3:not(:first-child),
.generic-content > h4:not(:first-child) {
    margin-top: 2em
}

.generic-content > h2 {
    font-size: 1.25em;
    font-weight: 900
}

.generic-content blockquote {
    font-size: 1.25em
}

.generic-content--partner > h2,
.generic-content--partner blockquote {
    color: #005677
        /*#582c5f*/
}

.generic-content--build > h2,
.generic-content--build blockquote {
    color: #005677
        /*#007299*/
}

.generic-content--advance > h2,
.generic-content--advance blockquote {
    color: #005677
        /*#8a8c49*/
    ;
}

/* Removed by Firefli on 4/3/19. Creates significant display bug in quote-style excerpt block for some foreign languages (e.g. Portuguese).
.excerpt-list--split .excerpt { display: flex;}

*/
.excerpt-list--split,
.excerpt-list--solid {
    border-top: .0625rem solid #848486;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

@media (min-width:57.5rem) {

    .excerpt-list--split,
    .excerpt-list--solid {
        margin-top: 1.25rem;
        padding-top: 1.25rem;
    }
}

@media (min-width:71.25rem) {

    .excerpt-list--split,
    .excerpt-list--solid {
        margin-top: 1.875rem;
        padding-top: 1.875rem;
    }
}

.excerpt-list--solid .excerpt {
    display: grid;
}

.excerpt-list--split .excerpt {
    display: grid;
}

.split-cell-home {
    height: 300px;
}

.split-cell-home a {
    display: block;
    width: 100%;
    height: 300px;
}

.hero__caption__title {
    text-shadow: 0 0 30px rgba(0, 0, 0, .5);
    font-weight: 700;
}

.hero__caption__subtitle {
    font-weight: 600;
}

.world-grid .quote {
    grid-area: quote;
}

.world-grid .line {
    grid-area: line;
    border-top: 1px solid #848486;
    height: 1px;
}

.world-grid .person {
    grid-area: person;
}

.world-grid .feature {
    grid-area: feature;
    background: #f1efee;
}

.world-grid {
    display: grid;
    grid-template-areas: "quote feature""line feature""person feature";
    align-content: space-between;
    grid-column-gap: 60px;
    grid-row-gap: 38px;
    grid-template-columns: calc(50% - 30px) calc(50% - 30px);
}

@media (max-width:1140px) {
    .world-grid {
        grid-column-gap: 40px;
        grid-row-gap: 25px;
        grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    }
}

@media (max-width:919px) {
    .world-grid {
        grid-column-gap: 0;
        grid-row-gap: 25px;
        grid-template-areas: "quote""line""person""feature";
        grid-template-columns: 100%;
    }
}

.person .excerpt--build .excerpt__main,
.tw-info-panel .excerpt__main {
    display: flex;
    grid-template-areas: "text image""text image""text image""text name";
    align-content: space-between;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: 50% 50%;
    position: relative;
}

.person .excerpt--advance .excerpt__main,
.tw-info-panel .excerpt__main {
    display: grid;
    grid-template-areas: "text image""text image""text image""text name";
    align-content: space-between;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: 50% 50%;
    position: relative;
}

@media (min-width:37.5em) {
    .person .excerpt__content {
        width: calc(100% - 18.75rem) !important;
    }
}

.person .excerpt__content:first-child:not(:last-child),
.tw-info-panel .excerpt__content:first-child:not(:last-child) {
    width: 100%;
}

@media (min-width:768px) {

    #excerpt-145194 .excerpt__content:first-child:not(:last-child),
    .tw-info-panel .excerpt__content:first-child:not(:last-child) {
        width: calc(100% - 18.75rem);
    }
}

.excerpt__title {
    padding-right: 10px;
}

.work-that-matters-content {
    display: flex;
    padding: 16px;
    width: calc(100% - 32px);
    line-height: 1.4;
    font-size: inherit;
    flex-direction: column;
    height: auto;
}

.work-that-matters-content .excerpt__social {
    margin-left: 16px;
    justify-content: flex-end;
    align-self: flex-end;

}

/*.person .excerpt__media        { width:auto; position:relative; background-size: cover; background-position: center center;}*/
.tw-info-panel .excerpt__media {
    width: auto;
    position: static;
    background-size: cover;
    background-position: center center;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tw-info-panel .excerpt__media a {
    position: absolute;
    height: 50%;
    top: calc(50% - 45px);
    width: 65px;
    left: calc(75% - 32px);
}

@media (max-width:37.4em) {
    .tw-info-panel .excerpt__media a {
        left: calc(25% - 32px);
    }
}

.tw-info-panel .excerpt__media .sprite {
    transform: none;
    z-index: 333333;
    position: relative;
    top: auto;
    left: auto;
}

.tw-info-panel .excerpt__tag-bar,
.excerpt-list--split .excerpt__tag-bar {
    grid-column-start: 1;
    grid-row-start: 1;
    width: calc(100% - 1.75em);
}

.excerpt--featured .excerpt__tag-bar {
    width: calc(100% - 1.75em);
}

.excerpt__content--contained {
    width: calc(100% - 2.5em) !important;
}

.world-list-page .excerpt--dark:not(.tw-info-panel) .excerpt__content--contained {

    width: calc(50% - 1.25rem) !important;

}

.world-list-page .excerpt--dark:not(.tw-info-panel) .excerpt__tag-bar {
    width: calc(100% - 1.4rem);
}


.person .excerpt__media span,
.tw-info-panel .excerpt__media span {
    bottom: 0;
    position: absolute;
    left: 50%;
    width: calc(50% - 1.75em);
}

@media (max-width:37.4em) {
    .tw-info-panel .excerpt__media span {
        left: 0%;
    }
}

/* Removed by Firefli on 4/3/19. Creates significant display bug in quote-style excerpt block for some foreign languages (e.g. Portuguese).
*/
@media (min-width:920px) {
    .excerpt-list--split .excerpt__media {
        width: 45%;
    }

    .tw-info-panel .excerpt__media {
        width: 100%;
    }
}

.excerpt__content blockquote p {
    font-size: 1.1em;
}

.split--3 {}

.split--3 .article-container {
    width: 100%;
    display: grid;
    background: #f0eeed;
    margin-bottom: 40px;
}

.split--3 article.excerpt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width:57.5rem) {
    .split--3 .article-container {
        width: calc(33% - 1.255rem);
    }
}

@media (min-width:71.25rem) {
    .split--3 .article-container {
        width: calc(33% - 1.875rem);
    }
}

.article-headline {
    padding: 5px 18px;
    font-size: 1.175rem;
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    clear: both;
    order: 4;
    display: flex;
}

.article-headline a {
    opacity: .75;
    grid-area: title;
    color: #fff;
}

.split--3 .article-headline a {
    font-size: 1.3875rem;
}

.split--3 .excerpt__main {
    display: flex;
    grid-area: content;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.split--3 .excerpt__main figure {
    grid-column-start: 1;
    grid-row-start: 1;
    width: 100%;
    margin: 0 0 20px;
}

.split--3 .excerpt__content {
    width: 100% !important;
    padding: 0;
    order: 5;
}

.split--3 .excerpt--featured figure {
    order: 1;
}

.split--3 .excerpt--featured .excerpt__main {
    order: 2;
}

.split--3 .excerpt--featured .excerpt__content {
    order: 0;
}

.split--3 .excerpt--quote .excerpt__main {
    width: 100%;
}

.excerpt__content:first-child:not(:last-child) {
    width: calc(100% - 18.75rem);
}

.excerpt--quote {
    position: relative;
}

.excerpt--themed .excerpt__main {
    position: static;
    box-sizing: border-box;
    min-height: 350px;
}

.excerpt--quote .excerpt__content {
    padding: 1rem;
}

.excerpt--quote .excerpt__main {
    position: static;
    box-sizing: border-box;
}

.excerpt--quote .excerpt__content {
    position: static;
}

.excerpt--quote .excerpt__content blockquote {
    padding: 1.25rem;
    position: relative;
    width: calc(50% - 3.375rem);
    color: #000;
    background: rgba(255, 255, 255, .75);
}

.excerpt--quote .excerpt__content blockquote.rightQuote {
    margin-left: calc(50% - 1rem);
}

@media (max-width:57.5rem) {
    .excerpt--quote .excerpt__content blockquote {
        width: calc(100% - 4.5rem);
    }

    .excerpt--quote .excerpt__content blockquote.rightQuote {
        margin-left: 0;
    }
}

.excerpt--quote .pull-quote .excerpt__content blockquote {
    padding: 0 1.125rem 0 0 !important;
    position: relative;
    width: auto !important;
    color: #fff;
    background: none !important;
}

.world-list-page .excerpt--quote .excerpt__main {
    min-height: 100px;
}

.excerpt--quote .pull-quote .excerpt__content blockquote a {
    font-weight: 100;
    color: #fff;
    display: block;
    margin: 20px 0;
}

.excerpt--quote .pull-quote .excerpt__content blockquote a:hover {
    color: #ff8300;
}

.excerpt--quote .pull-quote .excerpt__content blockquote cite {
    color: #fff;
}

.excerpt--quote .pull-quote .excerpt__content:first-child:last-child {
    box-sizing: border-box;
}

.excerpt--quote .pull-quote .excerpt__content blockquote cite:first-of-type {
    /*border-top:1px solid #fff;*/
    padding-top: 10px;
}

.world-grid-item .excerpt--quote .excerpt__content blockquote {
    width: calc(100% - 4.5rem);
}

/*.excerpt--quote .excerpt__content:before { content:' '; width:45px; height: 50px; background: url("/source/37e5354f95f2f66298fff0e67e5e43cd/quote_left.png") top left no-repeat; position: absolute; top:27px; left: 20px; font-size: 100px; opacity: .4; background-size:contain;}
.excerpt--quote .excerpt__content blockquote:after { content:' '; width:45px; height: 50px; background: url("/source/554c139e5ec8e6d2a48c3a027ca1c577/quote_right.png") top left no-repeat; position: absolute; bottom:-21px; right:0; font-size: 100px; opacity: .4; background-size:contain;}*/
.excerpt--quote .excerpt__content {
    padding-right: 0;
}

.split--3 .excerpt__media {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 2 !important;
}

@media (max-width:37.4rem) {
    .split--3 .excerpt__content {
        padding: 0.75rem 0.75rem 4.375rem 0;
        margin-bottom: 25px;
    }

    .split--3 article.excerpt {
        border-bottom: 1px solid #848486;
        margin-bottom: 25px;
    }
}

.split--3 .excerpt--quote .excerpt__content {
    padding-bottom: 30px;
}

.split--3 .excerpt--quote .excerpt__content:before {
    width: 28px;
    top: 60px;
}

.split--3 .excerpt--quote .excerpt__content blockquote:after {
    width: 28px;
    right: 10px;
    bottom: -10px;
}


@media (max-width:57.5rem) {
    .excerpt--quote .excerpt__content:before {
        width: 28px;
        top: 40px;
    }

    .excerpt--quote .excerpt__content blockquote:after {
        width: 28px;
        right: 10px;
        bottom: -10px;
    }
}

/* width resets */
@media (max-width:37.4rem) {
    .excerpt__content:first-child:not(:last-child) {
        width: 100%;
    }

    .excerpt--quote .excerpt__main {
        /* width:calc(100% - 1.5em); */
        width: 100%;
    }

    .excerpt__content--contained {
        width: calc(100% - 1.5em) !important;
    }

    .article-headline {
        width: calc(100% - 36px);
    }

    .split--3 .excerpt--quote .excerpt__content {
        width: calc(100% - .75em) !important;
    }
}




/*.tw-info-panel .excerpt__content--contained { padding-bottom:10rem;}*/
.text-toggle-labels {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}


/* from  the top part of the css */
.text-toggle__label {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-transition: color .3s ease-in-out;
    cursor: pointer;
    font-weight: 900;
    margin-top: auto;
    order: 2;
    transition: color .3s ease-in-out
}

.text-toggle__label:not(:first-of-type) {
    margin-left: .875em
}

.excerpt--partner .text-toggle__radio:first-of-type:checked + .text-toggle__radio + .text-toggle-labels .text-toggle__label:first-of-type {
    color: #005677
        /*#582c5f*/
}

.excerpt--partner .text-toggle__radio:last-of-type:checked + .text-toggle-labels .text-toggle__label:last-of-type {
    color: #005677
        /*#582c5f*/
}

.excerpt--build .text-toggle__radio:first-of-type:checked + .text-toggle__radio + .text-toggle-labels .text-toggle__label:first-of-type {
    color: #005677
        /*#007299*/
}

.excerpt--build .text-toggle__radio:last-of-type:checked + .text-toggle-labels .text-toggle__label:last-of-type {
    color: #005677
        /*#007299*/
}

.excerpt--advance .text-toggle__radio:first-of-type:checked + .text-toggle__radio + .text-toggle-labels .text-toggle__label:first-of-type {
    color: #005677
        /*#8a8c49*/
    ;
}

.excerpt--advance .text-toggle__radio:last-of-type:checked + .text-toggle-labels .text-toggle__label:last-of-type {
    color: #005677
        /*#8a8c49*/
    ;
}


@media (min-width:57.4rem) {
    .excerpt-list--solid .excerpt__media {
        width: calc(50% - 30px);
    }

    .homepage .excerpt-list--solid .tw-info-panel .excerpt__media {
        width: 100%;
    }

    .excerpt-list--solid .excerpt__content {
        width: 45% !important;
        padding-right: 60px;
    }

    .homepage .excerpt-list--solid .tw-info-panel .excerpt__content {
        width: 87% !important;
        padding-right: 60px;
    }
}

.excerpt_split3_content p {
    order: 3;
    padding: 20px 20px 10px !important;
    box-sizing: border-box;
    min-height: 103px;
    margin: 0;
    font-weight: 400;
    color: #555;
    /*font-size:1.125rem;*/
    line-height: 1.5em;
}

@media (max-width:37.4rem) {
    .split--3 .excerpt_split3_content {
        padding: 0;
        margin: 0;
    }

    .split--3 .excerpt_split3_content p {
        padding: 20px 20px !important;
        margin: 0;
        min-height: 30px;
    }
}

.excerpt_split3_content a.button {
    margin: 8px 20px 20px;
    order: 5;
    width: fit-content;
    display: inline-table;
    opacity: 1;
    transition: .25s all ease-in-out;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.excerpt_split3_content a.button.partner {
    background: #005677
        /*#582c5f*/
    ;
}

.excerpt_split3_content a.button.build {
    background: #005677
        /*#007299*/
    ;
}

.excerpt_split3_content a.button.advance {
    background: #005677
        /*#8a8c49*/
    ;
}

.excerpt_split3_content a.button:hover {
    opacity: .5;
    transition: .25s all ease-in-out;
}

@media (max-width:37.4rem) {
    .excerpt_split3_content a.button {
        display: block;
    }
}

.primary-nav--secondary a {
    padding: .25em 0 !important;
    font-size: 14px;
}


@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {

    /* IE10+ specific styles go here */
    .world-grid {
        position: relative;
        margin-bottom: 70px;
    }

    .world-grid .quote {
        width: calc(50% - 30px);
    }

    .world-grid .line {
        width: calc(50% - 30px);
        margin: 40px 0;
        height: 1px;
    }

    .world-grid .person {
        width: calc(50% - 30px);
        min-height: 400px;
    }

    .world-grid .feature {
        width: calc(50% - 30px);
        position: absolute;
        top: 0;
        right: 0;
    }

    .person .excerpt__content:first-child:not(:last-child),
    .tw-info-panel .excerpt__content:first-child:not(:last-child) {
        width: 50% !important;
        box-sizing: border-box;
    }

    .tw-info-panel .excerpt__media {
        width: 50%;
    }

    .tw-info-panel .excerpt__media a {
        position: absolute;
        top: calc(50% - 45px);
        left: calc(75% - 32px);
    }

    .homepage .excerpt-list--solid .tw-info-panel .excerpt__media {
        width: 50%;
    }
}

@media screen and (-ms-high-contrast: active) and (max-width:37.4em),
screen and (-ms-high-contrast: none) and (max-width:37.4em) {
    .tw-info-panel .excerpt__media a {
        left: calc(25% - 32px);
    }
}

@media screen and (-ms-high-contrast: active) and (min-width:900px),
screen and (-ms-high-contrast: none) and (min-width:900px) {
    .world-grid {
        position: relative;
        margin-bottom: 0px;
    }
}

@media screen and (-ms-high-contrast: active) and (min-width:1200px),
screen and (-ms-high-contrast: none) and (min-width:1200px) {
    .world-grid {
        position: relative;
        margin-bottom: 0px;
    }

    .excerpt.excerpt--advance.excerpt--featured.excerpt--dark .excerpt__content.excerpt__content--contained {
        min-height: 127px;
    }

    .excerpt.excerpt--build.excerpt--featured.excerpt--dark .excerpt__content.excerpt__content--contained {
        min-height: 127px;
    }
}

.excerpt--quote .excerpt__main.taxonomy-heading--advance.work-that-matters {
    width: 100%
}

.world-grid .world-grid-item.feature {
    padding-bottom: 30px;
}

.excerpt__content cite {
    font-size: .75em;
}

.excerpt__content cite.name {
    font-weight: bold;
    font-size: .875em;
}

.tw-info-panel .excerpt__main {
    background: #f1efee;
}

.tw-info-panel .excerpt__content--contained,
.tw-info-panel .excerpt__media {
    display: grid;
    grid-row-start: 1;
    grid-row-end: 56;
}

.homepage .excerpt--full-width-image {
    min-height: 420px;
    background-color: #ebebeb;
}

.homepage .excerpt--full-width-image .excerpt__main {
    min-height: 450px;
    background-size: 140%;
    background-color: #ebebeb;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.world-list-page .excerpt--full-width-image .excerpt__main {
    min-height: 350px;
    background-size: 100%;
    background-color: #ebebeb;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.excerpt--full-width-image .excerpt__tag-bar {
    order: 0;
}

._world-grid .person .excerpt__content:first-child:not(:last-child) {
    width: calc(100% - 18.75rem);
}

.person .excerpt__content p {
    padding-right: 10px;
}


.excerpt--quote .excerpt__main.work-that-matters {
    min-height: 419px;
    background-position: center left;
    background-size: cover;
}

.excerpt--quote .excerpt__main.work-that-matters blockquote p {
    font-size: 24px;
    color: #333333;
    display: block;
    letter-spacing: 0px;
    padding-right: 2px;
}

.excerpt--quote .excerpt__main.work-that-matters cite {
    font-size: 14px;
    color: #333333;
    text-transform: none;
}

@media (min-width:57.4em) {
    .excerpt--quote .excerpt__main.work-that-matters blockquote {
        width: calc(50% - 2.075rem);
    }

    .excerpt--quote .excerpt__main.work-that-matters blockquote.rightQuote {
        margin-left: calc(50% - 2.3rem);
    }
}

@media (max-width:57.5em) {
    .excerpt--quote .excerpt__main.work-that-matters .excerpt__content {
        position: relative;
        padding: 0;
        flex: auto;
    }

    .excerpt--quote .excerpt__main.work-that-matters blockquote {
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% - 40px);
    }
}

.work-that-matters-content {
    font-size: .9375em;
    line-height: 1.4;
}

.work-that-matters-content h2 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    margin: 20px 0 0;
}

.work-that-matters-content span {
    margin: 20px 0 0;
    font-size: 13px;
}

@media (min-width:57.4em) {
    .work-that-matters-content span {
        float: right;
        margin: 0;
    }
}

/* .slick-slide img.hero1 {display:none;} */

.work-that-matters-content .excerpt__social {
    bottom: 20px;
}


.modal.image-panel-outer {
    padding: 0;
}

.modal.image-panel-outer .modal-window {
    width: 90%;
}

.video.image-panel {
    height: 100%;
    padding-bottom: 0;
}



.isTimkenWorld .header__inner,
.isTimkenWorld .page__main,
.isTimkenWorld .taxonomy-heading__inner,
.isTimkenWorld .footer__nav-inner {
    max-width: 1280px;
}

@media (min-width:57.5rem) {
    .isTimkenWorld .page-layout {
        grid-template-columns: 67% 5rem 1fr;
    }
}

.blockquote__image {
    width: 59%;
}

.page-layout__sidebar::before {
    display: none !important;
}



.sidebar-related {}

.sidebar-related .related-links li {
    border: none !important;
}

.sidebar-related .article-tag {
    font-size: .875rem;
    margin: 0 0 20px 0;
}

.sidebar-related .excerpt-block__content {
    padding: 30px;
}

.sidebar-related h4 {
    margin: 0;
}

.sidebar-related li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sidebar-related li a {
    width: 100%;
    background: #f6f6f6;
}

.sidebar-related .sidebar_title {
    color: #fff;
    display: block;
    margin-bottom: 20px;
    padding: 15px;
}

.sidebar-related .sidebar_title span {
    opacity: 0.75;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.sidebar-related .sidebar_title.partner {
    background: #005677
        /*#582c5f*/
    ;
}

.sidebar-related .sidebar_title.build {
    background: #005677
        /*#007299*/
    ;
}

.sidebar-related .sidebar_title.advance {
    background: #005677
        /*#8a8c49*/
    ;
}

.sidebar-related .image {
    width: 100%;
    height: 180px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}


.sidebar-related .excerpt-block {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .3s ease-in-out;
}

.sidebar-related .excerpt-block:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transition: all .3s ease-in-out;
}

.category__sidebar .excerpt__content {
    padding: 0;
    margin: 0 0 20px;
    box-sizing: border-box;
    background: #f6f6f6;
    display: block;
}

.category__sidebar .excerpt__content a.button.partner {
    padding: 15px;
    text-align: left;
}

@media (min-width:37.4rem) {
    .excerpt--full-width-image p {
        max-width: 250px;
    }
}

@media (max-width:37.4rem) {
    .excerpt--full-width-image p br {
        display: none;
    }
}

/* ========================== 
			Infographic-Specific
 ========================== */

.excerpt--infographic .excerpt__content {
    margin-left: auto;
}

@media only screen and (max-width: 599px) {
    .infographic-box {
        padding-left: 20% !important;
    }
}

.infographic-box > a {
    width: 100%;
}

.infographic-txt-top {
    color: rgba(5, 80, 98);
    background-color: rgba(217, 217, 217, 0.85);
    text-transform: uppercase;
}

.infographic-txt-top p,
.infographic-txt-bottom p {
    line-height: 1.25;
    margin-bottom: 0;
}

.infographic-txt-top h2 {
    font-size: 3em;
    font-weight: 900;
    display: inline;
}

.igMoney {
    font-size: 2em;
    font-weight: 900;
    position: relative;
    padding: 0 32px 0 0;
}

.infographic-txt-bottom h2 {
    font-size: 3em;
    font-weight: bold;
    display: inline;
}

div.rightQuote.infographic-txt-top {
    margin-top: -20px;
    padding: 3.25em 1.25em 1.25em;
}

div.rightQuote.infographic-txt-bottom {
    padding: 1.25em;
}

.infographic-txt-bottom {
    color: #fff;
    background-color: rgba(5, 80, 98, 0.7);
    text-transform: uppercase;
}

.sideways.currency {
    font-size: 11px;
    display: inline-block;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 10px;
    font-weight: 100;
}

.rightQuote.infographic-cta-text {
    color: #fff;
    background-color: rgba(93, 95, 98, 0.7);
    padding: 20px 25px 5px 10px;
}

.infographic-cta-text p {
    line-height: normal;
    margin-bottom: 10px;
}

.infographic-cta-text a {
    display: block;
    color: #fff;
    font-size: 0.9375em;
    line-height: normal;
    margin-bottom: 2em;
    text-decoration: underline;
}

.infographic-cta-text a:last-child {
    font-size: 0.7em;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-decoration: none;
}

/* .rightQuote.infographic-cta-text:hover {
	 background-color: rgb(88, 44, 95);
 } */

/* a.infographic-src-text {
	 background-color: #ff8300;
	 color: #fff;
	 padding: 5px 10px;
 }

 a.infographic-src-text > p {
	 margin-bottom: 0;
 } */

/* =================================== NOT IN MOTION ===============*/

.not-in-motion-content {
    background-color: rgba(217, 217, 217, 0.7);
    padding: 1.25em;
}

/* =================================== ARG PROFILE ================= */

.excerpt__content.arg__box {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.25em;
}

.arg-logo {
    width: 100%;
    max-width: 252px;
    height: auto;
    margin: 0 auto 2em;
}

.arg__link {
    text-transform: uppercase;
    border: 1px solid transparent;
    font-weight: 700;
}

.arg__link:hover {
    text-decoration: underline;
}

.homepage .page__main {
    padding-top: 0;
}

.page__main .excerpt-list--split.first {
    border-top: none;
    margin: 0;
}



#cookie-law-info-again {
    box-shadow: rgba(21, 21, 21, .4) 0px 1px 3px 0px !important;
}

.facetwp-load-more {
    border: 0;
    border-radius: 0;
    outline: none;
    font-size: .8125rem;
    padding: .875rem 1.25rem;
    background: #ff8300;
    line-height: 1;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .07rem;
    box-shadow: 0 1px 0.125rem rgb(0 0 0 / 20%);
    cursor: pointer;
    margin: 0 auto;
    width: 100px;
    display: block;
}

.facetwp-load-more:hover {
    color: #fff;
    background-color: #e67600;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

@media only screen and (min-width: 57.5rem) {
    .world-subhead {
        font-size: 1.25em;
        margin-top: -.5em;
    }
}

@media only screen and (max-width: 57.49rem) {
    .world-subhead {
        font-size: 1em;
        margin-top: -.5em;
    }
}
/* FSM */
.fsm_flex{
	display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: baseline;
}
.fsm_flex--border{
	border-top:1px solid black;
	border-bottom:1px solid black;
}
.fsm_flex--center{
	align-items: center;
}
.fsm_border--bottom{
    border-bottom: 2px solid #004c6d;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.fsm_flex.fsm_flex--twentyEighty > div{
	width:100%;
}
.fsm_flex.fsm_flex--three > div,.fsm_flex.fsm_flex--two > div,.fsm_flex.fsm_flex--four > div{
	width:100%;
    margin: 0;
}
    .generic-content .fsm_flex blockquote.fsm_inherit{
        color: #005677 /*#582c5f*/;
        font-size: 1.35em;
        line-height: 1.85em;
    }
    .generic-content .fsm_flex blockquote{
        font-size: inherit;
        margin: 0;
    }
        .fsm_flex cite{
            color: #000;
            margin-top: 15px;
            display: block;
            font-style: normal;
        }
		.fsm_flex.fsm_flex--blockquote  cite:not(.fsm_cite){
			color: #005677;
			font-size: 80%;
			line-height: 1.2em;
		}
@media only screen and (min-width: 500px) {
    .fsm_flex.fsm_flex--three > div,.fsm_flex.fsm_flex--two > div,.fsm_flex.fsm_flex--twentyEighty > div,.fsm_flex.fsm_flex--four > div{
        width:48%;
    }
	.fsm_flex.fsm_flex--four.fsm_flex--more_space > div{
		width: calc(48% - 20px);
		padding: 20px 10px;
	}
}
@media only screen and (min-width: 768px) {
    .fsm_flex.fsm_flex--three > div{
        width:30%;
    }
	.fsm_flex.fsm_flex--four > div{
        width:23%;
    }
	.fsm_flex.fsm_flex--four.fsm_flex--more_space > div{
		width: calc(23% - 20px);
	}
	.fsm_flex.fsm_flex--twentyEighty > div{
		width:25%;
	}
	.fsm_flex.fsm_flex--twentyEighty > div:last-of-type{
		width:70%;
	}
        .fsm_flex.fsm_flex--twentyEighty.fsm_flex--twentyEighty--alt > div:first-of-type{
            width:70%;
        }
        .fsm_flex.fsm_flex--twentyEighty.fsm_flex--twentyEighty--alt > div:last-of-type{
            width:25%;
        }
}
.fsm_testimonial_column{
    width: 300px;
    padding-left: 40px;
    float: right;
}
    .fsm_testimonial_column blockquote{
        margin: 0;
        font-size: 100% !important;
        font-style: normal;
    }
        .fsm_testimonial_column blockquote cite{
            margin-top: 20px;
            color: #52555a;
            display: block;
            font-size: 16px;
        }
@media only screen and (max-width: 500px) {
    .fsm_testimonial_column{
        float: none;
    }
}
.fsm_columns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0 30px;
}
.fsm_columns--border{
	border-top:1px solid black;
	border-bottom:1px solid black;
}
.fsm_columns--twentyeighty > div:nth-child(1){
    width: 22%;
}
.fsm_columns--twentyeighty > div:nth-child(2){
    width: 75%;
}
.fsm_columns--thirtyseventy > div:nth-child(1){
	width:32%
}
.fsm_columns--thirtyseventy > div:nth-child(2){
	width:65%;
}
.fsm_columns--twentyeighty.fsm_columns--twentyeighty--alt > div:nth-child(1){
    width: 75%;
}
.fsm_columns--twentyeighty.fsm_columns--twentyeighty--alt > div:nth-child(2){
    width: 22%;
}
.fsm_color--blue{
    color:#095776;
}
.generic-content blockquote.large_quote{
	font-size:200%;
	margin-bottom:0;
}
generic-content blockquote.large_quote p{
	margin-bottom:0;
}
.large_quote cite{
	display: block;
    font-size: 50%;
    font-weight: 700;
    margin-top: 36px;
	font-style:normal;
}
.large_quote cite span{
	display:block;
	font-weight:300;
}
.fsm_periodicTable{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.fsm_periodicTable > div{
  width:33%;
  background:#ebebeb;
  color:#5f5f5f;
  margin-bottom:1%;
  display:flex;
  flex-wrap:wrap;
  text-align:center;
  padding:10px 0 0 0;
  align-content:flex-end;
}

.fsm_periodicTable > div.twoThirds{
  width:65.5%;
}
.fsm_periodicTable > div span{
  width:100%;
  padding:5px 0;
}
.fsm_periodicTable .top{
  padding-bottom:0;
}
.fsm_periodicTable .focus_text{
  font-size:450%;
  font-weight:900;
  padding-top:0;
}
.fsm_periodicTable .base{
  background: #413c60;
  color:#fff;
}
/* Colors */
.fsm_periodicTable > div:nth-child(1){
  color:#413c60;
}
  .fsm_periodicTable > div:nth-child(1) .base{
    background:#413c60;
  }
.fsm_periodicTable > div:nth-child(2){
  color:#095675;
}
  .fsm_periodicTable > div:nth-child(2) .base{
    background:#095675;
  }
.fsm_periodicTable > div:nth-child(3){
  color:#5f6739;
}
  .fsm_periodicTable > div:nth-child(3) .base{
    background:#5f6739;
  }
.fsm_periodicTable > div:nth-child(4){
  color:#413c60;
}
  .fsm_periodicTable > div:nth-child(4) .base{
    background:#413c60;
  }
@media only screen and (max-width: 679px) {
	.fsm_columns--twentyeighty > div:nth-child(1),.fsm_columns--twentyeighty > div:nth-child(2),
	.fsm_columns--thirtyseventy > div:nth-child(1),.fsm_columns--thirtyseventy > div:nth-child(2){
		width:100% !important;
	}
	
	.fsm_periodicTable > div{
		width:100% !important;
	}
	.generic-content blockquote.large_quote{
		font-size:150%;
	}
	.large_quote cite{
		font-size: 70%;
	}
}
@media only screen and (max-width: 450px) {
	.generic-content blockquote.large_quote{
		font-size:100%;
	}
}
.fsm_timken_blue{
    color:#005776;
}
.fsm_fauxQuote{
    border-top:1px solid #005776;
    border-bottom:1px solid #005776;
    padding:20px 0;
}
.fsm_small{
    font-size: 95%;
    color: #6b585d;
}
.fsm_content_border_box{
	margin:35px 0;
	padding:25px 0;
	border-top:1px solid black;
	border-bottom:1px solid black;
	align-items: flex-end;
}
.fsm_content_border_box img{
	margin:0;	
}
.fsm_content_border_box li{
	color:#6c4c3c;
	font-size:90%;
}
.fsm_cta{
	color:#005677;
	font-size:120%;
}
.fsm_cta.fsm_co-opCTA{
    color:#5a5b5d;
    font-size: 100%;
}
/* Co Op */
.fsm_co-op {
	padding: 10px 30px;
  }
  .fsm_co-op .slick-track{
    display: flex !important;
}

.fsm_co-op .slick-slide{
    height: inherit !important;
    background: #f69738;
}
    .fsm_co-op .slick-slide:nth-child(odd){
        background: #085776;
    }
  .fsm_co-op .fsm_co-op_slider-wrapper{
	  height: 100%;
      padding: 10px;
      color: #fff;
	  display: flex;
	  flex-wrap:wrap;
	  justify-content: space-between;
  }
  .fsm_co-op .fsm_co-op_slider-wrapper div{
	width:40%;
  }
  .fsm_co-op .fsm_co-op_slider-wrapper div:nth-child(1):not(.details) {
    order: 2;
}
  .fsm_co-op .fsm_co-op_slider-wrapper div:nth-child(2){
      order:1;
      width:58% !important;
  }
  .fsm_co-op .fsm_co-op_slider-wrapper div:nth-child(1):not(.details) p{
      font-size: 115%;
      text-align: left;
  }
  .fsm_co-op div.details{
    width: calc(100% - 36px);
    color: #5a5b5d;
    padding: 18px;
  }
  .fsm_co-op_slider-wrapper div:nth-child(2){
    background: #f1f2f2;
  }
  .fsm_co-op div.details span{
	font-weight:bold;
    margin-top: 10px;
    display: inline;
  }
  .fsm_co-op span{
	display:block;
  }
  .fsm_co-op span.name{
	font-size: 120%;
	font-weight:bold;
    display: block !important;
  }

  .fsm_co-op div.details p{
	  margin: 0 0 .375rem;
  }
  .fsm_co-op div.details p:last-of-type{
      margin-top: 30px;
  }
  .fsm_co-op .slick-next:before, .fsm_co-op .slick-prev:before{
	  color: #144b6c;
  }
  .fsm_co-op .slick-next{
	  right: 0;
  }
  .fsm_co-op .slick-prev{
	left: 0;
	z-index: 99;
}
.fsm_co-op .slick-slide{
	padding: 0 5px;
}
.fsm_cta{
	color:#005677;
	font-size:120%;
}
.fsm_co-op .slick-track{
    height: auto !important;
}
.fsm_cite{
    color: #5a5b5d !important;
    font-size: 80% !important;
    margin-top: -10px;
    display: block !important;
    font-style: normal !important;
}
.slick-slide > div{
    height: 100%;
}
.slick-slide > div > div{
    height: calc(100% - 20px);
}
body.page-460281 .video{
    position: relative;
    cursor: pointer;
}
    body.page-460281 .video.clicked:before,
    body.page-460281 .video.clicked:after{
        display: none;
    }
    body.page-460281 .video:before{
        background: url("/source/788d2155022fc8c9c533835cf0729098/video_overlay.jpg") center center no-repeat;
        background-size: cover;
        width: 100%;
        height:100%;
        position: absolute;
        top:0;
        left: 0;
        content: '';
        z-index: 99;
    }
    body.page-460281 .video:after{
        background-image:url("/source/b578c83a622660bd8a131e4d81f12839/play.png");
        background-size: 64px 64px;
        height: 64px;
        width: 64px;
        display: block;
        position: absolute;
        z-index: 200;
        top: 0; left: 0; bottom: 0; right: 0;
        margin: auto;
        content: '';
    }
.hide.facetwp-facet{
	visibility:hidden;
}
/* FSM New Footer */
.fsm_footer_nav{
	background: #eceded;
	border-top:15px solid #f89828;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	.fsm_column{
		width: 28%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		color: #f89828;
		margin: 40px 0;
	}
	.fsm_column:nth-child(1){
		width: 56%;
		padding: 0 5%;
	}
	.fsm_column:nth-child(2){
		box-sizing: border-box;
		border-left: 5px solid #f89828;
		padding-left: 5%;
		align-items:flex-start;
		padding-right: 5%;
		column-gap: 1rem;
		flex-flow: row wrap;
	}

	.fsm_column:nth-child(2) ol {
		padding-top: .5rem;
		width: 100%;
	}

	.fsm_column .press-logo {
		margin-top: 3rem;
		max-width: 45%;
	}

	@media (max-width: 999px) {
		.fsm_column .press-logo {
			max-width: 150px;
		}
	}

	.fsm_column > div{
		width: 30%;
		font-size: 14px;
	}
		.fsm_column h5{
			font-size: 14px;
			margin-bottom: 10px;
			font-weight: 400;
		}
        .fsm_column ol{
            margin: 0;
            padding: 0;
        }
		.fsm_column li{
			list-style: none;
			padding: 7px 0;
		}
			.fsm_column:nth-child(2) li{
				padding: 14px 0;
			}
			.fsm_column a{
				color: #717074;
				text-transform: uppercase;
				font-size: 12px;
				display: block;
			}
				.fsm_column:nth-child(2) a{
					font-size: 14px;
					text-transform: none;
					color: #f89828;
				}
@media only screen and (max-width: 999px) {
	.fsm_column:nth-child(1),
	.fsm_column:nth-child(2){
		width: 100%;
	}
	.fsm_column:nth-child(2){
		justify-content: center;
		border-left: 0;
    	border-top: 5px solid #f89828;
	}
}
@media only screen and (max-width: 500px) {
	.fsm_column > div{
		width: 49%;
	}
}
.hero_interactive_area{
	position:relative;
}
	.hero_interactive_area_dot{
		border-radius: 50%;
		margin: 10px;
		height: 20px;
		width: 20px;
		display:block;
		transform: scale(1);
		background: rgba(255, 131, 0, 1);
		box-shadow: 0 0 0 0 rgba(255, 131, 0, 1);
		animation: pulse-orange 1.5s infinite;
		position:absolute;
		top:0;
		left:0;
	}
		.hero_interactive_area_dot:hover{
			cursor:pointer;
		}
@keyframes pulse-orange {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 131, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 131, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 131, 0, 0);
	}
}
.hero_interactive_area_popup{
	box-shadow: 0 3px 10px rgb(0 0 0 / 30%);
    display: inline-block;
    min-width: 300px;
	position:relative;
	opacity: 0;
	position: absolute;
	transition: opacity .5s ease-in-out;
	z-index:-1;
}
	.hero_interactive_area_popup.active{
		background: #fff;
		top: 50%;
		left: 50%;
		transform: translate(-44.5%, -105%);
		opacity:1;
		
		z-index:900;
	}
	.hero_interactive_area_popup:after{
		width: 0;
		height: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #fff;
		content: '';
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		filter: drop-shadow(2px 8px 4px rgb(0 0 0 /20%));
		bottom: -19px;
	}
	.hero_interactive_area_popup--title{
		background:#ff8300;
		color:#fff;
		display:block;
		padding:10px 15px;
		text-transform:uppercase;
	}
	.hero_interactive_area_popup--content{
		padding:10px 15px;
		color:#767676;
		font-size:90%;
	}
	/* Dots Layout */
	.hero_interactive_area_dot[data-dot="1"],
	.hero_interactive_area_popup[data-content="1"]{
		top: 32%;
    	left: 7.5%;
	}
	.hero_interactive_area_dot[data-dot="2"],
	.hero_interactive_area_popup[data-content="2"]{
		top: 43%;
    	left: 26%;
	}
	.hero_interactive_area_dot[data-dot="3"],
	.hero_interactive_area_popup[data-content="3"]{
		top: 37%;
    	left: 29.5%;
	}
	.hero_interactive_area_dot[data-dot="4"],
	.hero_interactive_area_popup[data-content="4"]{
		top: 48%;
		left: 34.5%;
	}
	.hero_interactive_area_dot[data-dot="5"],
	.hero_interactive_area_popup[data-content="5"]{
		top: 37%;
		left: 42.5%;
	}
	.hero_interactive_area_dot[data-dot="6"],
	.hero_interactive_area_popup[data-content="6"]{
		top: 27.5%;
    left: 44.5%;
	}
	.hero_interactive_area_dot[data-dot="7"],
	.hero_interactive_area_popup[data-content="7"]{
		top: 62.5%;
    left: 87.5%;
	}
	.hero_interactive_area_dot[data-dot="8"],
	.hero_interactive_area_popup[data-content="8"]{
		top: 78%;
    left: 80%;
	}
	.hero_interactive_area_dot[data-dot="9"],
	.hero_interactive_area_popup[data-content="9"]{
		top: 78%;
    left: 59.5%;
	}
	.hero_interactive_area_dot[data-dot="10"],
	.hero_interactive_area_popup[data-content="10"]{
		top: 69.5%;
		left: 51%;
	}
	.hero_interactive_area_dot[data-dot="11"],
	.hero_interactive_area_popup[data-content="11"]{
		top: 73.5%;
		left: 41.5%;
	}
	.hero_interactive_area_dot[data-dot="12"],
	.hero_interactive_area_popup[data-content="12"]{
		top: 73.5%;
    left: 36%;
	}
	.hero_interactive_area_dot[data-dot="13"],
	.hero_interactive_area_popup[data-content="13"]{
		top: 69.5%;
		left: 29%;
	}
	.hero_interactive_area_dot[data-dot="14"],
	.hero_interactive_area_popup[data-content="14"]{
		top: 63.5%;
    	left: 12.5%;
	}
/* Power Connection */
.hero_interactive_area--power_connection .hero_interactive_area_dot[data-dot="14"],
.hero_interactive_area--power_connection .hero_interactive_area_popup[data-content="14"]{
	top: 59.5%;
    left: 22.5%;
}
.hero_interactive_area--power_connection .hero_interactive_area_dot[data-dot="12"],
.hero_interactive_area--power_connection .hero_interactive_area_popup[data-content="12"]{
	top: 54.5%;
    left: 33%;
}
.hero_interactive_area--power_connection .hero_interactive_area_dot[data-dot="9"],
.hero_interactive_area--power_connection .hero_interactive_area_popup[data-content="9"]{
	top: 52%;
    left: 47.5%;
}
.hero_interactive_area--power_connection .hero_interactive_area_dot[data-dot="8"],
.hero_interactive_area--power_connection .hero_interactive_area_popup[data-content="8"]{
	top: 49%;
    left: 64%;
}

.fsm_markets.fsm_markets--marine .hero--segmented:nth-of-type(2) .hero__text,
.fsm_markets.fsm_markets--marine .hero--segmented:nth-of-type(3) .hero__text{
	background:#fff;
}
.fsm_markets.fsm_markets--marine .hero--segmented:nth-of-type(4) .hero__text{
	background: #00677f;
}
.fsm_markets.fsm_markets--marine .hero--segmented:nth-of-type(2) .title-group,
.fsm_markets.fsm_markets--marine .hero--segmented:nth-of-type(3) .title-group{
	color:#555559;
}
@media only screen and (max-width: 768px) {
	.hero_interactive_area_popup{
		opacity: 1 !important;
		z-index: 1;
		display: block;
		opacity: 1;
		margin-bottom: 10px;
		position: static;
	}
		.hero_interactive_area_dot,
		.hero_interactive_area_popup:after{
			display:none;
		}
		.hero_interactive_area_popup--title{
			font-size: 90%;
		}
		.hero_interactive_area_popup--content{
			height:0;
			display:none;
			transition: height .5s ease-in-out;
		}
			.hero_interactive_area_popup--content.active{
				height:auto;
				display:block;
			}
  }
.image_hover_effect a img{
	
    transition: all .3s ease-in;
}
.image_hover_effect a:hover img{
	transform: scale(1.1);
}

div#attachment_862577{
    margin-bottom: 0;
	margin-top: 0;
}

img.wp-image-862577.size-large {
    padding-bottom: 0 !important;
}
p#caption-attachment-862577 {
    text-align: center;
	margin-bottom: 1em;
	margin-top: 0;
}
