body {
    padding-top: 150px
}

body.home {
    padding-top: 100vh
}

body.admin-bar {
    top: 32px;
    position: relative;
}

@media (max-width: 782px) {
    body.admin-bar {
        top: 46px;
    }
}

body.admin-bar #wpadminbar {
    opacity: .5
}

@media (max-width: 1366px) {
    .secondary-menu ul > li > a {
        padding: 0 18px !important;
    }
    .home .secondary-menu {
        bottom: 25px !important;
    }
}

@media (max-width: 1024px) {
    .secondary-menu {
        display: none !important;
    }
    .menu-user-identities .menu-button-container {
        display: block !important;
    }
}

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

@media (min-width: 992px) {
    ul.menu-user-identities {
        display: none;
    }
}

/*COVID styles*/
.mtsnb {
    top: 160px;
    z-index: 5;
}

.home .mtsnb {
    top: 0;
    z-index: 9999;
}
/* End COVID styles*/

.aligncenter {
    display: block;
    margin: 0 auto
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0
}

.alignright {
    float: right;
    margin: 0 0 10px 10px
}

#header {
    height: 150px
}

#header [itemtype="http://schema.org/Organization"] {
    height: 100px;
    padding: 0;
    width: 200px;
    margin: 0 auto;
    left: 15%;
    right: 63%
}

#header [itemtype="http://schema.org/Organization"] a {
    padding: 112px 0 0 170px;
    background-image: url(../images/logo-desktop-interior.png);
    background-image: url(../images/logo-desktop-interior.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/logo-desktop-interior.svg), linear-gradient(transparent, transparent)
}

body.home .video-container video {
    position: relative;
    min-height: 100%;
    min-width: 100%;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

html.objectfit body.home .video-container video {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.video-container iframe {
    object-fit: cover;
    -o-object-fit: cover;
    min-height: 115%;
    min-width: 101%;
    display: block;
    position: absolute;
    top: 0;
}

@media screen and (min-width: 1024px) {
    body.home>#header {
        box-shadow: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        background-color: transparent
    }
}

body.home>#header [itemtype="http://schema.org/Organization"] {
    position: relative;
    width: 330px;
    height: 150px;
    padding: 245px 0 0;
    margin: 0 auto;
    left: 0;
    -webkit-transition: all 0s;
    transition: all 0s
}

body.home>#header [itemtype="http://schema.org/Organization"] a {
    padding: 150px 0 0 100%;
    -webkit-transition: all 0s;
    transition: all 0s;
    background-image: url(../images/logo-desktop-home.png);
    background-image: url(../images/logo-desktop-home.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/logo-desktop-home.svg), linear-gradient(transparent, transparent)
}

.skip {
    -webkit-transition: all 0s;
    transition: all 0s;
    opacity: 1;
    top: 80%;
    padding: 62px 0 0 62px;
    left: calc(50% - 31px);
    background-image: url(../images/chevron-down-desktop.png);
    background-image: url(../images/chevron-down-desktop.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/chevron-down-desktop.svg), linear-gradient(transparent, transparent);
    z-index: 10
}

.menu-button-container {
    position: relative
}

.intro-slider-ui {
    background: #005f8c;
}

.single-item {
    max-width: 1366px;
    margin: 0 auto;
}

.slide-item_users {
    display: inline-block;
    padding: 20px 0px;
}

.intro-slider-ui .slide-item_users {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.intro-slider-ui .img__left {
    width: 40%;
    max-height: 300px;
    display: inline-block;
    overflow: hidden;
}

.img__left img {
    max-width: 100%;
}

.intro-slider-ui .content__right {
    width: 59%;
    display: inline-block;
    padding-left: 15px;
}

.slide-item_users h2 {
    font-size: 4rem;
    color: #fff;
}

.slide-item_users img {
    margin: 0 20px 10px 0;
}

.slide-item_users p {
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    line-height: 18px;
}

.home .menu-user-identities {
    height: 60px;
    position: absolute;
    z-index: 15;
    top: 60px;
    left: 0;
    right: 0;
    background-color: rgba(0, 40, 69, .9);
    text-align: center
}

.home .menu-user-identities li {
    display: inline-block;
    padding: 0 14px;
    line-height: 60px;
    height: 60px;
    vertical-align: top
}

.home .menu-user-identities li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #002845;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.home .menu-user-identities li:first-child {
    padding-left: 0
}

.home .menu-user-identities li a {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 5
}

.home .menu-user-identities li a:hover {
    color: #bfd730
}

@media screen and (max-width:860px) {
    .home .menu-user-identities li a {
        font-size: 1rem
    }
}

@media screen and (min-width:960px) {
    .home .menu-user-identities li a {
        font-size: 1.4rem
    }
}

@media screen and (min-width:1060px) {
    .home .menu-user-identities li {
        padding: 0 20px
    }
}

@media screen and (min-width:1200px) {
    .home .menu-user-identities li {
        padding: 0 30px
    }
}

@media screen and (min-width:1300px) {
    .home .menu-user-identities li {
        padding: 0 35px
    }
}

@media screen and (min-width:1400px) {
    .home .menu-user-identities li {
        padding: 0 45px
    }
}

.home .menu-user-identities .menu-button-container {
    padding-right: 0;
    z-index: 10
}

.home .menu-user-identities .menu-button-container:before {
    display: none
}

.home .menu-user-identities .menu-button {
    position: relative;
    top: 3.75px;
    right: 0;
    color: #bfd730;
    font-weight: 600;
    line-height: 52.5px;
    padding-left: 0;
    padding-right: 32px;
    font-size: 12px;
    font-size: 1.2rem
}

@media screen and (max-width:860px) {
    .home .menu-user-identities .menu-button {
        font-size: 1rem
    }
}

@media screen and (min-width:960px) {
    .home .menu-user-identities .menu-button {
        font-size: 1.4rem
    }
}

.home .menu-user-identities .menu-button span {
    background-color: #bfd730;
    right: 0
}

.home .menu-user-identities .menu-button span:after,
.home .menu-user-identities .menu-button span:before {
    background-color: #bfd730
}

@media (max-width: 1024px) {
    .home .menu-user-identities li {
        display: block !important;
    }
    .home .menu-user-identities {
        display: block !important;
    }
    .home .menu-user-identities .menu-button span {
        right: calc(50% + 40px);
    }
}

#search {
    display: none;
    z-index: 15;
    top: 85px;
    left: auto;
    right: 25%;
    right: calc(15% + 110px);
    width: 315px;
    height: 50px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transform: none;
    transform: none;
    overflow: hidden
}

#search fieldset {
    width: 100%
}

#search fieldset input[type=submit] {
    padding: 50px 0 0 50px;
    background-image: url(../images/search-desktop.png);
    background-image: url(../images/search-desktop.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/search-desktop.svg), linear-gradient(transparent, transparent)
}

#search fieldset input[type=search] {
    width: calc(100% - 50px);
    padding-right: 20px
}

.menu-user-identities {
    position: relative;
    z-index: 50
}

.menu-user-identities .menu-button-container {
    position: static
}

.home .menu-user-identities .menu-button-container {
    position: relative
}

.home #search {
    top: 3.75px;
    right: 110px;
    position: absolute
}

.menu-user-identities .menu-button {
    top: 85px;
    right: 15%;
    font-size: 1.4rem;
    font-weight: 600
}

#menu:checked+.menu-user-identities li:before {
    z-index: 10;
    opacity: 1
}

#menu:checked+.menu-user-identities #search {
    display: block;
    -webkit-transform: none;
    transform: none
}

.home #menu:checked+.menu-user-identities .menu-button {
    color: #002845;
    padding: 0 47px 0 15px
}

.home #menu:checked+.menu-user-identities .menu-button span {
    right: 15px
}

.home #menu:checked+.menu-user-identities .menu-button span:after,
.home #menu:checked+.menu-user-identities .menu-button span:before {
    background-color: #002845
}

#main-nav {
    top: 150px;
    padding-top: 50px;
    height: calc(100vh - 200px);
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 9
}

#main-nav>div {
    float: left;
    width: 16.66667%;
    padding-left: 2.38095%;
    position: static;
    box-sizing: border-box
}

#main-nav>div:first-child {
    padding-left: 0
}

#main-nav>div>ul {
    position: static;
    padding-top: 0;
    background-color: transparent
}

#main-nav>div>ul:after,
#main-nav>div>ul:before {
    display: none
}

#main-nav>div>ul li {
    padding: 0;
    line-height: 1.5;
    font-weight: 300
}

#main-nav>div>ul li,
#main-nav>div>ul li a {
    font-size: 18px;
    font-size: 1.8rem;
    font-size: 1.7vw
}

#main-nav>div>ul li a {
    padding-left: .5em;
    text-indent: -.5em
}

#main-nav>div>ul li ul li {
    padding: 0
}

#main-nav>div>ul li li a:hover {
    color: #5bcbf5
}

#main-nav>div>ul li>a:hover {
    color: #ccc
}

#main-nav>div>ul li.menu-item-has-children>a:hover:after {
    color: #bfd730
}

#main-nav h2 {
    font-size: 16px;
    font-size: 1.6rem;
    font-size: 1.5vw;
    padding: 0;
    cursor: default
}

body.home>#main-nav {
    z-index: 15;
    position: absolute;
    opacity: 0;
    -webkit-transition: top 0s;
    transition: top 0s
}

body.home #menu:checked+*+*+#header {
    height: 150px
}

body.home #menu:checked+*+*+#header:before {
    opacity: 1;
    z-index: 5
}

#menu:checked+*+*+#main-nav {
    top: 150px
}

body.home>#menu:checked+*+*+*+#main-nav {
    opacity: 1
}

body.home>#menu:checked+*+.skip {
    display: none
}

#footer {
    padding: 80px 7.5% 20px;
    text-align: left;
    line-height: 20px;
    position: relative;
    z-index: 2;
    min-height: 251px !important;
}

#footer [itemtype="http://schema.org/NGO"] {
    border-left: 1px solid #fff;
    border-left: 1px solid hsla(0, 0%, 100%, .5);
    width: 50%;
    margin: 0 0 0 auto;
    position: relative
}

#footer [itemtype="http://schema.org/NGO"] [itemprop=url] {
    display: block;
    position: absolute;
    top: 0;
    padding: 0 0 0 100%;
    height: 100%;
    right: 100%;
    margin: 0;
    background-image: url(../images/logo-desktop-footer.png);
    background-image: url(../images/logo-desktop-footer.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/logo-desktop-footer.svg), linear-gradient(transparent, transparent)
}

#footer [itemtype="http://schema.org/NGO"] [itemtype="http://schema.org/PostalAddress"] {
    width: 40%;
    padding: 15px 0 5% 5%;
    border-right: 1px solid #fff;
    border-right: 1px solid hsla(0, 0%, 100%, .5)
}

#footer [itemtype="http://schema.org/NGO"] [itemtype="http://schema.org/PostalAddress"] [itemprop=streetAddress] span {
    display: block
}

#footer [itemtype="http://schema.org/NGO"] [itemtype="http://schema.org/PostalAddress"] [itemprop=streetAddress] span:after {
    display: none
}

#footer [itemtype="http://schema.org/NGO"] [itemprop=faxNumber],
#footer [itemtype="http://schema.org/NGO"] [itemprop=telephone] {
    display: block;
    width: 40%;
    padding: 0 0 0 5%;
    border-right: 1px solid #fff;
    border-right: 1px solid hsla(0, 0%, 100%, .5)
}

#footer [itemtype="http://schema.org/NGO"] [itemprop=faxNumber]:before {
    content: 'Fax: '
}

#footer [itemtype="http://schema.org/NGO"] [href="#additional-locations"] {
    width: 40%;
    padding: 5% 0 0 5%;
    border-right: 1px solid #fff;
    border-right: 1px solid hsla(0, 0%, 100%, .5)
}

#footer [itemtype="http://schema.org/NGO"] #additional-locations {
    width: 40%;
    padding-left: 5%;
    border-right: 1px solid #fff;
    border-right: 1px solid hsla(0, 0%, 100%, .5)
}

#footer [itemtype="http://schema.org/NGO"] .pages {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    padding: 15px 0
}

#footer [itemtype="http://schema.org/NGO"] .pages li {
    display: block;
    line-height: 20px
}

#footer [itemtype="http://schema.org/NGO"] .pages li~li {
    margin: 0;
    padding: 0;
    border: 0
}

#footer [itemtype="http://schema.org/NGO"] .pages li a {
    line-height: normal
}

#footer [itemtype="http://schema.org/NGO"] .pages li a:hover {
    color: #88c86f
}

#footer [itemtype="http://schema.org/NGO"] .social {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    margin: 0;
    line-height: 24px;
    border-left: 1px solid #fff;
    border-left: 1px solid hsla(0, 0%, 100%, .5);
    text-align: right;
    white-space: nowrap
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer [itemtype="http://schema.org/NGO"] .social li {
    vertical-align: middle
}

#footer [itemtype="http://schema.org/NGO"] .social li a:hover {
    border-color: #88c86f
}

#footer [itemtype="http://schema.org/NGO"] .social li.facebook a:hover {
    background-image: url(../images/social-facebook-hover.png);
    background-image: url(../images/social-facebook-hover.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/social-facebook-hover.svg), linear-gradient(transparent, transparent)
}

#footer [itemtype="http://schema.org/NGO"] .social li.twitter a:hover {
    background-image: url(../images/social-twitter-hover.png);
    background-image: url(../images/social-twitter-hover.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/social-twitter-hover.svg), linear-gradient(transparent, transparent)
}

#footer [itemtype="http://schema.org/NGO"] .social li.linkedin a:hover {
    background-image: url(https://www.ssiaeration.com/wp-content/uploads/2020/02/social-linkedin-hover.png);
    background-image: url(https://www.ssiaeration.com/wp-content/uploads/2020/02/social-linkedin-hover.png), -webkit-linear-gradient(transparent, transparent);
    background-image: url(https://www.ssiaeration.com/wp-content/uploads/2020/02/social-linkedin-hover.png), linear-gradient(transparent, transparent)
}

#footer [itemtype="http://schema.org/NGO"] .social li.youtube a:hover {
    background-image: url(https://www.ssiaeration.com/wp-content/uploads/2020/02/social-youtube-hover.png);
    background-image: url(https://www.ssiaeration.com/wp-content/uploads/2020/02/social-youtube-hover.png), -webkit-linear-gradient(transparent, transparent);
    background-image: url(https://www.ssiaeration.com/wp-content/uploads/2020/02/social-youtube-hover.png), linear-gradient(transparent, transparent)
}


#footer [itemtype="http://schema.org/NGO"] .social li.pinterest a:hover {
    background-image: url(https://www.ssiaeration.com/wp-content/uploads/2020/02/social-pinterest-hover.png);
    background-image: url(https://www.ssiaeration.com/wp-content/uploads/2020/02/social-pinterest-hover.png), -webkit-linear-gradient(transparent, transparent);
    background-image: url(https://www.ssiaeration.com/wp-content/uploads/2020/02/social-pinterest-hover.png), linear-gradient(transparent, transparent)
}

#footer [itemtype="http://schema.org/NGO"] .social li.google-plus a:hover {
    background-image: url(../images/social-google-plus-hover.png);
    background-image: url(../images/social-google-plus-hover.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/social-google-plus-hover.svg), linear-gradient(transparent, transparent)
}

#footer [itemtype="http://schema.org/NGO"] .copyright-message {
    position: absolute;
    top: 136px;
    right: 0;
    border: 0;
    width: 50%;
    padding: 0;
    margin: 0;
    white-space: nowrap
}

.copyright-message br:first-child, .copyright-message br:nth-child(2) {
    display: none;
}

#footer .credits {
    padding: 15px 0 0;
    text-align: right
}

#footer .credits a:hover {
    color: #88c86f
}

.page-numbers-container {
    padding: 40px 0 60px
}

.page-numbers-container ul li a:hover {
    color: #9aca3c
}

.blog article:first-child,
.search article:first-child {
    margin-bottom: 35px
}

.blog article~article,
.search article~article {
    background-color: transparent;
    padding: 0 0 0 330px;
    min-height: 150px;
    width: 70%;
    width: calc(70% - 330px)
}

.blog article~article~article,
.search article~article~article {
    margin-top: 40px
}

.blog article~article [itemprop=author],
.search article~article [itemprop=author] {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2
}

.blog article~article:after,
.blog article~article img,
.search article~article:after,
.search article~article img {
    right: auto;
    left: 140px;
    width: 150px;
    height: 150px
}

.blog article~article time,
.search article~article time {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 150px;
    background-color: #00acdd
}

.blog article~article time span,
.search article~article time span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-size: 20px;
    font-size: 2rem
}

.blog article~article time span:first-line,
.search article~article time span:first-line {
    font-weight: 600;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase
}

.blog article~article h2,
.search article~article h2 {
    font-weight: 600;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 10px
}

.blog article~article h2 a,
.search article~article h2 a {
    color: #fff
}

.blog article~article h2 a:hover,
.search article~article h2 a:hover {
    color: #939598
}

.blog article~article [itemprop=description],
.search article~article [itemprop=description] {
    display: block
}

.blog article~article [itemprop=description] p,
.search article~article [itemprop=description] p {
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2
}

.blog article~article [itemprop=url],
.search article~article [itemprop=url] {
    color: #fff
}

.blog article~article [itemprop=url]:hover,
.search article~article [itemprop=url]:hover {
    color: #ccc
}

.blog article~article [itemprop=url]:hover:before,
.search article~article [itemprop=url]:hover:before {
    background: url(../images/executive-team-read-more-neg.png) 50% no-repeat;
    background-image: url(../images/executive-team-read-more-neg.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/executive-team-read-more-neg.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat
}

[itemtype="http://schema.org/BreadcrumbList"] {
    padding-bottom: 15px
}

[itemtype="http://schema.org/BreadcrumbList"] li a:hover {
    text-decoration: underline;
    color: #939598
}

.blog main,
.single-post main {
    padding-top: 180px
}

.blog.has-mtsnb main,
.single-post.has-mtsnb main {
    padding-top: 230px;
}

article {
    padding: 0 15% 60px
}

.blog article,
.search article {
    padding-bottom: 0
}

article h1 {
    font-size: 55px;
    font-size: 5.5rem;
    margin-bottom: 40px
}

article h2 {
    font-size: 32px;
    font-size: 3.2rem
}

article h3 {
    font-size: 27px;
    font-size: 3.2rem;
    color: #A2C02F;
}

article li a:hover,
article p a:hover {
    color: #00ab4e;
    color: #007091
}

article img:not([data-skip-lazy]) {
    width: auto
}

article img.alignleft,
article img.alignright {
    max-width: 50%
}

article aside li a:hover {
    color: #a69b9e
}

.toc {
    height: 450px;
    position: relative;
    z-index: 5;
    margin-bottom: 0
}

.toc > ul {
    position: fixed;
    bottom: 0;
    top: 568px;
    right: 70%;
    padding: 0;
    margin: 0
}

.toc > ul li {
    width: 215px;
    float: none;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.toc > ul li:nth-of-type(2n) {
    margin-left: 0;
    width: 215px
}

.toc > ul li~li {
    margin-top: 2px
}

.toc ul li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: 0;
    z-index: 0;
    background-color: #a2c02f;
    -webkit-transition: all .2s;
    transition: all .2s
}

.toc ul li.active:before,
.toc ul li:hover:before {
    left: 0
}

.toc > ul li a {
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    display: block;
    flex: 0 0 100%;
    width: 100%;
}

.page-template-display-child-pages main,
.page-child main {
    padding-top: 0
}

.page-template-display-child-pages main article,
.page-child main article {
    float: right;
    width: 60%;
    padding: 50px 5% 0;
/*    margin-top: -85px;*/
    margin-top: 0;
    position: relative;
    z-index: 6;
    min-height: 100vh;
}

.page-template-display-child-pages main article section:last-child,
.page-child main article section:last-child {
    padding-bottom: 150px
}

.page-template-display-child-pages main article>*,
.page-child main article>* {
    max-width: 70%
}

.page-template-display-child-pages main article section,
.page-child main article section {
    padding: 40px 38.35% 40px 8.35%;
    margin-left: -8.25%;
    width: 70%;
    position: relative
}

.page-template-display-child-pages main article section h2:first-child,
.page-child main article section h2:first-child {
    margin-top: 0
}

.page-template-display-child-pages main article section:first-of-type,
.page-child main article section:first-of-type {
    margin-top: 40px
}

.page-template-display-child-pages main article section>*,
.page-child main article section>* {
    -webkit-transition: all .7s;
    transition: all .7s
}

.page-template-display-child-pages main article section.hidden>*,
.page-child main article section.hidden>* {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px)
}

.page-template-display-child-pages main article section.executive-team,
.page-child main article section.executive-team {
    width: 100%;
    max-width: none;
    padding: 40px 8.35%;
    box-sizing: content-box
}

.page-template-display-child-pages main article section.executive-team h3,
.page-child main article section.executive-team h3 {
    width: 25%;
    float: left;
    clear: left
}

.page-template-display-child-pages main article section.executive-team ul,
.page-child main article section.executive-team ul{
    margin: 0 0 0 25%;
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-template-display-child-pages main article section.executive-team li,
.page-child main article section.executive-team li {
    width: 30%;
    float: left;
    margin: 0 0 40px 20px;
    clear: none;
    min-width: 135px
}

.page-template-display-child-pages main article section.executive-team li a,
.page-child main article section.executive-team li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%
}

.page-template-display-child-pages main article section.executive-team .expand:hover,
.page-child main article section.executive-team .expand:hover {
    color: #999
}

.page-template-display-child-pages main:after,
.page-child main:after {
    clear: both;
    content: '';
    display: block
}

.lead-image {
    height: 500px;
    position: fixed;
    top: 150px;
    left: 0;
    right: 0;
    z-index: 1
}

main {
    position: relative;
    z-index: 4
}

.read-more {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 35px;
    padding-left: 42px
}

.read-more:before {
    height: 31px;
    width: 31px;
    border-radius: 17.5px;
    background-image: url(../images/read-more-desktop.png);
    background-image: url(../images/read-more-desktop.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/read-more-desktop.svg), linear-gradient(transparent, transparent)
}

.read-more:hover {
    color: #ccc
}

.page-template-identity main {
    background-color: #e9e9ea;
    padding-top: 450px
}

.page-template-identity main article {
    position: relative;
    z-index: 0;
    width: 25%;
    margin: -250px 0 12% 10%;
    top: 0;
    left: 0;
    z-index: 2
}

.page-template-identity main article h1 {
    font-size: 32px;
    font-size: 3.2rem
}

.page-template-identity main article p {
    font-size: 18px;
    font-size: 1.8rem
}

.page-template-identity main .slide-controls a,
.page-template-identity main .slide-controls li {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-size: 2rem
}

.page-template-identity main .slide-controls li:before {
    top: 15px
}

.page-template-identity main .slides {
    position: absolute;
    border: 20px solid #fff;
    width: 0;
    height: 0;
    padding: 120% 0 0 220%;
    right: -185%;
    left: auto;
    bottom: auto;
    top: 0
}

.page-template-identity main section {
    width: 40%;
    height: 250px;
    display: table;
    float: left;
    margin-left: 10%;
    margin-left: calc(10% - 10px)
}

.page-template-identity main section:nth-child(2n) {
    margin-left: 20px
}

.page-template-identity main section div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px
}

.page-template-identity main section div,
.page-template-identity main section div h2,
.page-template-identity main section div h2 a {
    -webkit-transition: all .2s;
    transition: all .2s
}

.page-template-identity main section div:hover {
    background-color: rgba(0, 95, 140, .2)
}

.page-template-identity main section div:hover h2,
.page-template-identity main section div:hover h2 a {
    color: #e2e41a
}

.user-identities {
    padding: 7.5% 15%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 5
}

.user-identities:after {
    content: '';
    display: block;
    clear: both
}

.user-identities .indicator-user-identities {
    width: 25%;
    float: left;
    padding-bottom: 0
}

.user-identities .indicator-user-identities li {
    width: 100%;
    float: none
}

.user-identities .indicator-user-identities li a:hover {
    color: #eee809
}

.user-identities div {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    padding: 7.5% 15% 0 0;
    overflow: visible;
    height: auto;
    z-index: 1
}

.user-identities div.active {
    padding-bottom: 0;
    z-index: 2
}

.user-identities h2 {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 20px;
    margin-bottom: 2rem
}

.user-identities .info li,
.user-identities p {
    font-size: 21px;
    font-size: 2.1rem
}

.user-identities .read-more {
    margin-top: 20px;
    margin-top: 2rem
}

.testimonials {
    padding: 40% 0 0;
    width: 50%;
    height: 0;
    float: left
}

.testimonials .button {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 40px;
    bottom: 20px;
    bottom: 1.5vw;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.testimonials .button:hover {
    background-color: #00c6f4
}

.testimonials .button.full {
    display: block;
    left: 30%;
    left: calc(50% - 185px)
}

.testimonials .button.all {
    left: 50%;
    left: calc(50% + 10px)
}

.testimonials .button.all:hover {
    background-color: #b4e244
}

.testimonials .condensed-testimonial>div p {
    font-size: 36px;
    font-size: 3.6rem;
    font-size: 2vw
}

.testimonials .condensed-testimonial>div p:before {
    content: open-quote
}

.testimonials .condensed-testimonial>div p:last-of-type:after {
    content: close-quote
}

.testimonials .condensed-testimonial .next,
.testimonials .condensed-testimonial .prev {
    padding-left: 100px
}

.testimonials .condensed-testimonial .next:after,
.testimonials .condensed-testimonial .prev:after {
    width: 61px;
    height: 61px;
    top: 50%;
    top: calc(50% - 30.5px);
    left: 19.5px;
    background-image: url(../images/chevron-left-desktop.png);
    background-image: url(../images/chevron-left-desktop.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/chevron-left-desktop.svg), linear-gradient(transparent, transparent);
    background-position: 50%
}

.testimonials .condensed-testimonial .next:after {
    left: auto;
    right: 19.5px;
    background-image: url(../images/chevron-right-desktop.png);
    background-image: url(../images/chevron-right-desktop.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/chevron-right-desktop.svg), linear-gradient(transparent, transparent);
    background-position: 50%
}

.testimonials .full-testimonial {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 10
}

.testimonials .full-testimonial p {
    font-size: 21px;
    font-size: 2.1rem;
    font-size: 1.6vw;
    line-height: 1.2
}

.testimonials .full-testimonial figure {
    padding: 10%
}

.testimonials .full-testimonial figcaption {
    padding-top: 25px
}

.testimonials .full-testimonial figcaption .name {
    font-weight: 600;
    font-size: 21px;
    font-size: 2.1rem;
    font-size: 1.6vw;
    display: inline-block
}

.testimonials .full-testimonial figcaption .name:after {
    content: ', '
}

.testimonials .full-testimonial figcaption .job-title {
    font-size: 21px;
    font-size: 2.1rem;
    font-size: 1.6vw;
    display: inline-block;
    font-style: italic
}

.testimonials .full-testimonial [href="#top"] {
    display: block;
    position: absolute;
    top: 5%;
    right: 5%;
    padding: 30px 0 0 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    background: url(../images/testimonials-close.png) 50% no-repeat;
    background-image: url(../images/testimonials-close.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/testimonials-close.svg), linear-gradient(transparent, transparent)
}

.testimonials .condensed-testimonial>* {
    -webkit-transition: all .5s 1s;
    transition: all .5s 1s
}

.testimonials .condensed-testimonial.active>* {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all .5s;
    transition: all .5s
}

.testimonials .condensed-testimonial:nth-last-child(3),
.testimonials .condensed-testimonial:target {
    z-index: 15
}

.testimonials:target~.condensed-testimonial:nth-last-child(3) {
    z-index: 5
}

.testimonials .condensed-testimonial.active a {
    cursor: default
}

.testimonials .condensed-testimonial:target>* {
    cursor: default;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all .5s;
    transition: all .5s
}

.testimonials .condensed-testimonial+.full-testimonial {
    -webkit-transition: all .5s 0s;
    transition: all .5s 0s;
    z-index: 10
}

.testimonials .condensed-testimonial.active+.full-testimonial,
.testimonials .condensed-testimonial:target+.full-testimonial {
    visibility: visible;
    opacity: 1;
    z-index: 20;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s 1s;
    transition: all .5s 1s
}

.testimonials .condensed-testimonial~.backdrop {
    right: 0;
    -webkit-transition: right .5s .5s;
    transition: right .5s .5s
}

.testimonials .condensed-testimonial.active~.backdrop,
.testimonials .condensed-testimonial:target~.backdrop {
    -webkit-transition: right .5s .5s;
    transition: right .5s .5s;
    right: -100%
}

.news {
    padding: 40% 0 0 50%;
    width: 0;
    height: 0;
    float: left
}

.news h2 {
    position: absolute;
    top: 25px;
    top: 2vw;
    left: 0;
    right: 0;
    font-size: 40px;
    font-size: 4rem;
    font-size: 3vw;
    line-height: 40px;
    line-height: 3vw;
    margin-bottom: 0
}

.news .posts li {
    position: absolute;
    top: 8vw;
    left: 7.5%;
    right: 7.5%
}

.news .posts li~li {
    margin-top: 0;
    z-index: 4
}

.news .posts li .author {
    font-size: 12px;
    font-size: 1.2rem
}

.news .posts li p {
    font-size: 18px;
    font-size: 1.8rem
}

.news .posts li a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px
}

.news .posts li a:before {
    font-size: 25px;
    line-height: 30px
}

@media screen and (min-width:1200px) {
    .news .posts li {
        width: 240px;
        padding: 160px 25px 0;
        height: 130px;
        left: 0;
        left: calc(50% - 300px);
        top: calc(50% - 145px)
    }
    .news .posts li:nth-child(even) {
        left: 50%;
        left: calc(50% + 10px)
    }
    .news .posts li:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 150px;
        height: 150px;
        z-index: 1;
        background: #fff url(../images/placeholder-news.png) 50% no-repeat;
        background-image: url(../images/placeholder-news.svg), -webkit-linear-gradient(transparent, transparent);
        background-image: url(../images/placeholder-news.svg), linear-gradient(transparent, transparent);
        background-size: contain
    }
    .news .posts li img {
        width: 150px;
        height: 150px;
        z-index: 2
    }
    .news .posts li time {
        display: table;
        position: absolute;
        top: 0;
        left: 0;
        width: 140px;
        height: 150px
    }
    .news .posts li time span {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #231f20;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.1;
        font-weight: 300;
        text-transform: uppercase
    }
    .news .posts li time span:first-line {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 600
    }
}

.news .news-controls {
    bottom: 2vw;
    bottom: calc(1.5vw + 40px + 15px)
}

.news .news-controls a {
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.news .news-controls a:hover {
    background-color: #231f20
}

.news .button {
    position: absolute;
    bottom: 20px;
    bottom: 1.5vw;
    left: 50%;
    left: calc(50% - 87.5px);
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.news .button:hover {
    background-color: #0075a3
}

aside {
    position: absolute;
    top: 40px;
    right: 0;
    width: 30%;
    margin-left: 0
}

aside li a {
    font-size: 14px;
    font-size: 1.4rem
}

.page-template-display-child-pages main article div.spacer {
    padding-bottom: 100px
}

.page-template-display-child-pages main article section.about-global {
    width: 60%;
    padding-right: 48.35%
}

.page-template-display-child-pages main article section.about-global .image {
    margin: -40px -14%;
    width: 117%
}

.page-template-display-child-pages main article section.about-global aside {
    color: #fff;
    top: 0;
    width: 40%;
    margin-bottom: 0;
    margin-top: 0
}

.page-template-display-child-pages main article section.about-testimonials {
    margin: 0 -8.35%
}

.about-testimonials .atestimonial {
    display: table;
    width: 100%;
    table-layout: fixed;
    position: static
}

.about-testimonials .image {
    display: table-cell;
    width: 30%;
    height: 100%;
    vertical-align: middle;
    position: static;
    bottom: auto
}

.about-testimonials .image img {
    height: auto;
    width: 100%
}

.about-testimonials .text {
    position: static;
    display: table-cell;
    width: 70%;
    height: 100%;
    vertical-align: bottom
}

.about-testimonials .text figure {
    padding: 10%
}

#lang_sel {
    top: 161px;
    right: 15%;
    z-index: 9;
}

body.home #lang_sel {
    top: 14%;
}


/* Landing Page Template */

body.page-template-home2 {
    padding-top: 0;
}

.page-template-home2 .fullwidth:not(.masthead-object-fit-section)  {
    padding-top: 150px;
}

/* Use margin instead of padding for object-fit image containers */
.page-template-home2 .fullwidth.masthead-object-fit-section  {
    margin-top: 150px;
}
.nhp-heading-slider_slide h1 {
	  text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 60px;
    margin-bottom: 44px;
}
@media (max-width:768px){
  .nhp-heading-slider_slide h1 {
      font-size: 34px;
  }
}