@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    outline: 0
}

html {
    font-size: 62.5%;
    background-color: #292728
}

body,
html {
    overflow-x: hidden
}

body {
    font-family: Source Sans Pro2, sans-serif;
    background-color: #fff;
    padding-top: 110px;
    -webkit-transition: padding-top .2s;
    transition: padding-top .2s
}

body.home {
    padding-top: 100vh
}

/*COVID Checklist*/
body.has-mtsnb {
    padding-top: 110px;
    z-index: 5;
}

.mtsnb {
    top: 110px;
    z-index: 5;
}

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


/*END COVID Checklist */

body:before {
    display: none;
    content: url(../images/logo-desktop-footer.png) url(../images/logo-desktop-footer.svg) url(../images/logo-desktop-home.png) url(../images/logo-desktop-home.svg) url(../images/logo-desktop-interior.png) url(../images/logo-desktop-interior.svg) url(../images/logo-mobile-footer.png) url(../images/logo-mobile-footer.svg) url(../images/logo-mobile-home.png) url(../images/logo-mobile-home.svg) url(../images/logo-mobile-interior.png) url(../images/logo-mobile-interior.svg) url(../images/search-desktop.png) url(../images/search-desktop.svg) url(../images/search-mobile.png) url(../images/search-mobile.svg) url(../images/social-facebook.png) url(../images/social-facebook.svg) url(../images/social-facebook-hover.png) url(../images/social-facebook-hover.svg) url(../images/social-google-plus.png) url(../images/social-google-plus.svg) url(../images/social-google-plus-hover.png) url(../images/social-google-plus-hover.svg) url(../images/social-twitter.png) url(../images/social-twitter.svg) url(../images/social-twitter-hover.png) url(../images/social-twitter-hover.svg)
}

/*body.home:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: url(../images/background-front-page.jpg) 50% no-repeat;
    background-size: cover
}*/

a {
    text-decoration: none
}

a img {
    border: 0
}

#header {
    display: block;
    height: 110px;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5)
}

.admin-bar #header {
    top: 32px;
}

@media (max-width: 782px) {

.admin-bar #header {
    top: 46px;
}

}

#header:before {
    background-color: #002845;
    bottom: 0;
    right: 0;
    z-index: 0;
    content: '';
    opacity: 0
}

#header .org,
#header:before {
    position: absolute;
    top: 0;
    left: 0
}

#header .org {
    z-index: 5;
    padding: 20px;
    max-width: 50%;
    max-width: calc(50% - 40px);
    height: 100%;
    height: calc(100% - 40px);
    overflow: hidden
}

#header .org a {
    display: block;
    width: 0;
    height: 0;
    padding: 70px 0 0 132px;
    overflow: hidden;
    background: url(../images/logo-mobile-interior.png) 50% no-repeat;
    background-image: url(../images/logo-mobile-interior.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/logo-mobile-interior.svg), linear-gradient(transparent, transparent);
    background-size: contain
}

#header .org img {
    display: none
}

.skip {
    display: block;
    position: absolute;
    padding: 45px 0 0 45px;
    background: url(../images/chevron-down-mobile.png) 50% no-repeat;
    width: 0;
    height: 0;
    overflow: hidden;
    top: 80%;
    left: 45%;
    left: calc(50% - 22.5px);
    z-index: 17;
    -webkit-transition: all .2s;
    transition: all .2s
}

.menu-button {
    font-size: 13px;
    font-size: 1.3rem;
    color: #002845;
    text-transform: uppercase;
    position: fixed;
    top: 45px;
    z-index: 15;
    line-height: 55px;
    height: 50px;
    padding: 0 42px 0 15px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 5px
}

.menu-button,
.menu-button span {
    right: 15px;
    display: block;
    -webkit-transition: all .2s;
    transition: all .2s
}

.menu-button span {
    top: 23.5px
}

.menu-button span,
.menu-button span:after,
.menu-button span:before {
    height: 3px;
    background-color: #002845;
    width: 20px;
    position: absolute;
    border-radius: 2px
}

.menu-button span:after,
.menu-button span:before {
    content: '';
    display: block;
    right: 0;
    top: -6px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.menu-button span:after {
    top: 6px
}

/*.js body.home:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: url(../images/background-front-page.jpg) 50% no-repeat;
    background-size: cover
}*/

.js body.home.full #header {
    position: absolute;
    background-color: transparent;
    height: 100vh;
    -webkit-transition: background-color 0s;
    transition: background-color 0s
}

.js body.home.full #header .org {
    height: 106px;
    width: 235px;
    max-width: none;
    padding: 0;
    top: 25%;
    top: calc(50% - 53px);
    left: 25%;
    left: calc(50% - 117.5px)
}

.js body.home.full #header .org a {
    padding: 106px 0 0 235px;
    background-image: url(../images/logo-mobile-home.png);
    background-image: url(../images/logo-mobile-home.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/logo-mobile-home.svg), linear-gradient(transparent, transparent)
}

.js body.home.full .menu-button {
    color: #bfd730;
    color: #fff
}

.js body.home.full .menu-button span,
.js body.home.full .menu-button span:after,
.js body.home.full .menu-button span:before {
    background-color: #bfd730;
    background-color: #fff
}

.js body.home.full #search {
    display: none
}

.js body.home.full #menu:checked+*+*+#header {
    position: fixed;
    background-color: #fff;
    height: 110px
}

.js body.home.full #menu:checked+*+*+#header .org {
    padding: 20px;
    max-width: 50%;
    max-width: calc(50% - 40px);
    height: 100%;
    height: calc(100% - 40px);
    overflow: hidden;
    left: 0;
    top: 0
}

.js body.home.full #menu:checked+*+*+#header .org a {
    padding: 70px 0 0 110px;
    overflow: hidden;
    background: url(../images/logo-mobile-interior.png) 50% no-repeat;
    background-image: url(../images/logo-mobile-interior.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/logo-mobile-interior.svg), linear-gradient(transparent, transparent);
    background-size: contain
}

.js body.home.full #menu:checked+.menu-user-identities .menu-button {
    color: #002845
}

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

.js body.home.full #menu:checked+.menu-user-identities #search {
    z-index: 5;
    display: block
}

#menu {
    position: absolute;
    top: -9999px;
    left: -9999px
}

#menu:checked+.menu-user-identities .menu-button {
    background-color: #bfd730
}

#menu:checked+.menu-user-identities .menu-button span {
    background-color: transparent
}

#menu:checked+.menu-user-identities .menu-button span:before {
    -webkit-transform: rotate(-45deg) translateY(-3.5px);
    transform: rotate(-45deg) translateY(-3.5px);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    width: 25px
}

#menu:checked+.menu-user-identities .menu-button span:after {
    -webkit-transform: rotate(45deg) translateY(3.5px);
    transform: rotate(45deg) translateY(3.5px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    width: 25px
}

#menu:checked+*+#header,
#menu:checked+*+*+#header {
    box-shadow: none
}

#menu:checked+*+#header:before,
#menu:checked+*+*+#header:before {
    z-index: 10;
    opacity: 1
}

#menu:checked+.menu-user-identities #search {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 10
}

.menu-user-identities li {
    display: none
}

.menu-user-identities li.menu-button-container {
    display: block
}

.intro-slider-ui {
    background: #005f8c;
    position: relative;
    z-index: 9;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.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: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.intro-slider-ui .img__left {
    width: calc(100% - 20px);
    padding: 0 10px;
    max-height: 150px;
    display: inline-block;
    overflow: hidden;
}

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

.intro-slider-ui .content__right {
    width: calc(100% - 20px);
    display: inline-block;
    padding: 10px;
}

.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;
}

#search {
    position: fixed;
    top: 110px;
    z-index: 5;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

#search fieldset {
    width: 85%;
    margin: 0 auto;
    height: 50px;
    border: 0
}

#search fieldset label {
    display: none
}

#search fieldset input[type=submit] {
    float: left;
    padding: 50px 0 0 30px;
    height: 0;
    width: 0;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/search-mobile.png) 50% no-repeat;
    background-image: url(../images/search-mobile.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/search-mobile.svg), linear-gradient(transparent, transparent)
}

#search fieldset input[type=search],
#search fieldset input[type=submit] {
    display: block;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#search fieldset input[type=search] {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    width: calc(100% - 30px);
    float: right
}

#search fieldset input[type=search]::-webkit-input-placeholder {
    color: #939598;
    text-transform: lowercase;
    opacity: 1
}

#search fieldset input[type=search]:-moz-placeholder,
#search fieldset input[type=search]::-moz-placeholder {
    color: #939598;
    text-transform: lowercase;
    opacity: 1
}

#search fieldset input[type=search]:-ms-input-placeholder {
    color: #939598;
    text-transform: lowercase;
    opacity: 1
}

#search fieldset input[type=search]:focus::-webkit-input-placeholder {
    opacity: 0
}

#search fieldset input[type=search]:focus:-moz-placeholder,
#search fieldset input[type=search]:focus::-moz-placeholder {
    opacity: 0
}

#search fieldset input[type=search]:focus:-ms-input-placeholder {
    opacity: 0
}

#main-nav {
    display: block;
    position: fixed;
    z-index: 15;
    top: 160px;
    left: -100%;
    width: 100%;
    overflow: hidden;
    background-color: #002845;
    padding-top: 25px;
    -webkit-transition: left .2s;
    transition: left .2s;
    height: calc(100vh - 160px - 25px)
}

#main-nav h2 {
    font-weight: 600;
    font-size: 30px;
    font-size: 3rem;
    font-size: 6vh;
    line-height: 1.5;
    color: #bfd730;
    text-transform: uppercase;
    padding: 0 7.5%;
    cursor: pointer;
    white-space: nowrap
}

#main-nav>div>ul {
    position: absolute;
    top: 0;
    z-index: 1;
    left: -100%;
    overflow: hidden;
    background-color: #003453;
    width: 100%;
    overflow-y: auto;
    padding-top: calc(9vh + 25px);
    -webkit-transition: left .5s;
    transition: left .5s;
    height: calc(91vh - 185px)
}

#main-nav>div>ul:before {
    left: 0;
    padding-left: 7.5%;
    right: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-size: 3.5vh;
    color: #bfd730;
    z-index: 1;
    content: attr(data-menu-name);
    height: 9vh;
    max-width: 65%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#main-nav>div>ul:after,
#main-nav>div>ul:before {
    position: absolute;
    top: 25px;
    font-weight: 600;
    line-height: 9vh;
    text-transform: uppercase;
    cursor: pointer
}

#main-nav>div>ul:after {
    content: 'Back';
    font-size: 16px;
    font-size: 1.6rem;
    font-size: 3vh;
    right: 7.5%;
    color: #fff;
    display: block;
    width: 7.5vh
}

#main-nav>div>ul li {
    display: block;
    padding: 1em 7.5% 0
}

#main-nav>div>ul li ul {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .2s;
    transition: all .2s
}

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

#main-nav>div>ul li.active ul {
    max-height: 100vh;
    opacity: 1
}

#main-nav>div>ul li a {
    color: #fff;
    font-size: 25px;
    font-size: 2.5rem;
    font-size: 5vh;
    display: inline-block;
    line-height: 1.1;
    padding-left: 7.5vw;
    text-indent: -7.5vw
}

#main-nav>div>ul li li a {
    color: #0098d1
}

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

#main-nav>div>ul li.menu-item-has-children>a:after {
    content: ' +'
}

#main-nav>div>ul li.menu-item-has-children.active>a:after {
    content: ' \2212'
}

#main-nav>div.active>ul,
#menu:checked+*+*+#main-nav,
#menu:checked+*+*+*+#main-nav {
    left: 0
}

body.menu-opened #main-nav {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

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

#footer {
    display: block;
    background-color: #292728;
    padding: 20px 7.5%;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    clear: both
}

#footer,
#footer a {
    color: #fff
}

#footer [itemprop=url] {
    display: block;
    padding: 60px 0 0 130px;
    width: 0;
    height: 0;
    overflow: hidden;
    margin: 0 auto 20px;
    background: url(../images/logo-mobile-footer.png) 50% no-repeat;
    background-image: url(../images/logo-mobile-footer.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/logo-mobile-footer.svg), linear-gradient(transparent, transparent)
}

#footer [itemprop=telephone]:before {
    content: 'Tel: '
}

#footer [itemprop=faxNumber]:before {
    content: '  |  Fax: '
}

#footer [itemprop=addressLocality]:after,
#footer [itemprop=streetAddress] span:after {
    content: ','
}

#footer [href="#additional-locations"] {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    color: #88c86f;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 32px;
    vertical-align: top
}

#footer [href="#additional-locations"]:after {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 32px;
    display: inline-block;
    width: 15px;
    vertical-align: top;
    content: '+';
    padding: 0 0 0 5px
}

#footer [href="#additional-locations"].active:after {
    content: " \2212"
}

#footer #additional-locations {
    list-style: none;
    display: none
}

#footer #additional-locations:target {
    display: block
}

#footer .pages {
    font-size: 0;
    margin: 10px 0 0
}

#footer .pages li {
    display: inline-block;
    line-height: 16px
}

#footer .pages li~li {
    border-left: 1px solid #fff;
    margin-left: 5px;
    padding-left: 5px
}

#footer .pages li a {
    display: block;
    line-height: 16px;
    font-size: 14px;
    font-size: 1.4rem
}

#footer .copyright-message {
    border: 1px solid #fff;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
    padding: 10px 0
}

#footer .social {
    font-size: 0;
    margin: 0 0 15px
}

#footer .social li {
    display: inline-block;
    margin: 0 5px;
    width: 26px;
    height: 26px
}

#footer .social li a {
    display: block;
    width: 0;
    height: 0;
    padding: 24px 0 0 24px;
    border: 1px solid #fff;
    overflow: hidden;
    background: none 50% no-repeat;
    border-radius: 13px
}

#footer .social li.facebook a {
    background-image: url(../images/social-facebook.png);
    background-image: url(../images/social-facebook.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/social-facebook.svg), linear-gradient(transparent, transparent)
}

#footer .social li.twitter a {
    background-image: url(../images/social-twitter.png);
    background-image: url(../images/social-twitter.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/social-twitter.svg), linear-gradient(transparent, transparent)
}

#footer .social li.google-plus a {
    background-image: url(../images/social-google-plus.png);
    background-image: url(../images/social-google-plus.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/social-google-plus.svg), linear-gradient(transparent, transparent)
}
#footer .social li.linkedin a {
    background-image: url(https://www.ssiaeration.com/wp-content/uploads/2020/02/social-linkedin.png);
    background-image: url(https://www.ssiaeration.com/wp-content/uploads/2020/02/social-linkedin.png), -webkit-linear-gradient(transparent, transparent);
    background-image: url(https://www.ssiaeration.com/wp-content/uploads/2020/02/social-linkedin.png), linear-gradient(transparent, transparent)
}
#footer .social li.youtube a {
    background-image: url(https://www.ssiaeration.com/wp-content/uploads/2020/02/social-youtube.png);
    background-image: url(https://www.ssiaeration.com/wp-content/uploads/2020/02/social-youtube.png), -webkit-linear-gradient(transparent, transparent);
    background-image: url(https://www.ssiaeration.com/wp-content/uploads/2020/02/social-youtube.png), linear-gradient(transparent, transparent)
}
#footer .social li.pinterest a {
    background-image: url(https://www.ssiaeration.com/wp-content/uploads/2020/02/social-pinterest.png);
    background-image: url(https://www.ssiaeration.com/wp-content/uploads/2020/02/social-pinterest.png), -webkit-linear-gradient(transparent, transparent);
    background-image: url(https://www.ssiaeration.com/wp-content/uploads/2020/02/social-pinterest.png), linear-gradient(transparent, transparent)
}

#footer .credits {
    font-size: 11px;
    font-size: 1.1rem;
    color: #939598
}

#footer .credits a {
    color: #939598
}

.page-numbers-container {
    text-align: center;
    padding: 25px 0 40px
}

.page-numbers-container p,
.page-numbers-container ul {
    display: inline-block;
    line-height: 20px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    vertical-align: top
}

.page-numbers-container ul {
    font-size: 0;
    padding-left: 15px
}

.page-numbers-container ul li {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 5px
}

.page-numbers-container ul li a {
    color: #fff
}

.page-numbers-container ul li span.current {
    font-weight: 600;
    color: #9aca3c
}

.blog main,
.search main {
    background: #00355b;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00355b), to(#006fab));
    background-image: -webkit-linear-gradient(top, #00355b, #006fab);
    background-image: linear-gradient(180deg, #00355b, #006fab);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00355B', EndColorStr='#006FAB')"
}

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

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

.blog article:first-child p,
.search article:first-child p {
    color: #fff;
    margin-top: 0
}

.blog article~article,
.search article~article {
    background-color: #fff;
    width: 85%;
    width: calc(85% - 136px);
    padding: 20px 116px 20px 20px;
    margin: 0 auto;
    position: relative;
    min-height: 56px
}

.blog article~article:after,
.search article~article:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 96px;
    height: 96px;
    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
}

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

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

.blog article~article img,
.search article~article img {
    position: absolute;
    top: 0;
    right: 0;
    width: 96px;
    height: 96px;
    z-index: 2
}

.blog article~article [itemprop=author],
.search article~article [itemprop=author] {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    color: #231f20;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 5px
}

.blog article~article [itemprop=author]:before,
.search article~article [itemprop=author]:before {
    content: 'By '
}

.blog article~article h2,
.search article~article h2 {
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1;
    color: #231f20;
    margin-top: 0
}

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

.blog article~article [itemprop=url],
.search article~article [itemprop=url] {
    margin: .5em -.5em -.5em;
    display: block;
    position: relative;
    line-height: 38px;
    color: #231f20;
    padding: 0 0 0 45px;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem
}

.blog article~article [itemprop=url]:before,
.search article~article [itemprop=url]:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 38px;
    background-repeat: no-repeat;
    background: url(../images/executive-team-read-more.png) 50% no-repeat;
    background-image: url(../images/executive-team-read-more.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/executive-team-read-more.svg), linear-gradient(transparent, transparent)
}

[itemtype="http://schema.org/BreadcrumbList"] {
    font-size: 0;
    margin-top: 0;
    padding-bottom: 10px
}

[itemtype="http://schema.org/BreadcrumbList"] li {
    display: inline-block;
    line-height: 15px;
    vertical-align: top;
    margin: 0
}

.page-template-display-child-pages [itemtype="http://schema.org/BreadcrumbList"] li~li:before,
.single [itemtype="http://schema.org/BreadcrumbList"] li~li:before {
    color: #808285
}

[itemtype="http://schema.org/BreadcrumbList"] li~li:before {
    content: '>';
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 5px;
    vertical-align: top;
    font-weight: 300
}

[itemtype="http://schema.org/BreadcrumbList"] li a {
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 15px;
    display: inline-block;
    text-transform: uppercase
}

.page-template-display-child-pages [itemtype="http://schema.org/BreadcrumbList"] li a,
.single [itemtype="http://schema.org/BreadcrumbList"] li a {
    color: #808285
}

[itemtype="http://schema.org/BreadcrumbList"] li:last-child a {
    text-decoration: underline
}

main {
    padding-top: 40px
}

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

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

.home main {
    padding-top: 0
}

.single main {
    background-color: #e9e9ea
}

.page-template-display-child-pages main {
    background: #00355b;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00355b), to(#006fab));
    background-image: -webkit-linear-gradient(top, #00355b, #006fab);
    background-image: linear-gradient(180deg, #00355b, #006fab);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00355B', EndColorStr='#006FAB')";
    padding-top: 20px
}

.page-template-display-child-pages main article {
    background-color: #fff;
    width: 70%;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 0
}

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

.lead-image {
    background: url(../images/InteriorHeader2.jpg) 50% no-repeat;
    background-size: cover;
    object-fit: cover;
    object-position: center;
    height: 100vh;
    height: calc(50vh - 110px)
}

.read-more {
    line-height: 28px;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    text-transform: uppercase;
    padding-left: 33px;
    position: relative;
    margin-top: 15px
}

.read-more:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    border: 2px solid #e2e41a;
    border-radius: 14px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    background: url(../images/read-more-mobile.png) 50% no-repeat;
    background-image: url(../images/read-more-mobile.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/read-more-mobile.svg), linear-gradient(transparent, transparent)
}

.page-template-identity main {
    position: relative;
    overflow-x: hidden;
    background-color: #e9e9ea;
    padding-top: calc(50vh - 110px + 370px + 7.5%);
    padding-bottom: 7.5%
}

.page-template-identity main .lead-image {
    background-image: url(../images/interior-identity.jpg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.page-template-identity main article {
    position: absolute;
    top: calc(50vh - 190px);
    left: 7.5vw;
    width: 85%;
    width: calc(85% - 40px);
    padding: 20px;
    margin: 0 auto;
    background-color: #fff;
    z-index: 1
}

.page-template-identity main article:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-color: #fff
}

.page-template-identity main article>* {
    position: relative;
    z-index: 1
}

.page-template-identity main article h1 {
    font-size: 24.8px;
    font-size: 2.48rem;
    margin-bottom: 0
}

.page-template-identity main article p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #0083bf;
    margin-top: 5px
}

.page-template-identity main section {
    width: 85%;
    margin: 0 auto;
    background: none 50% no-repeat;
    background-size: cover;
    margin-top: 20px
}

.page-template-identity main section div {
    background-color: rgba(0, 95, 140, .7);
    padding: 7.5%
}

.page-template-identity main section div h2 {
    font-weight: 600;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px
}

.page-template-identity main section div h2 a {
    color: #fff
}

.page-template-identity main section div p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.1;
    color: #fff;
    font-weight: 300
}

.page-template-identity main .slide-controls {
    margin-right: -20px
}

.page-template-identity main .slide-controls a,
.page-template-identity main .slide-controls li {
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 15.5px;
    font-size: 1.55rem;
    font-weight: 300;
    background-color: #0083bf;
    margin-left: 0;
    position: relative;
    z-index: 0
}

.page-template-identity main .slide-controls li:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #0083bf;
    border-width: 10px 0 10px 10px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.page-template-identity main .slide-controls li.active:before {
    right: -10px;
    border-color: transparent #005f8c
}

.page-template-identity main .slide-controls li.active a {
    background-color: #005f8c
}

.page-template-identity main .slide-controls li~li {
    margin-top: 1px
}

.page-template-identity main .slide-controls a {
    padding: 0 20px 0 15px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 5;
    -webkit-transition: all .5s;
    transition: all .5s
}

.page-template-identity main .slides {
    height: 370px;
    overflow: hidden;
    position: absolute;
    top: 80px;
    left: -7.5vw;
    right: -7.5vw;
    z-index: -1;
    border-style: solid;
    border-color: #fff;
    border-width: 10px 0
}

.page-template-identity main .slides div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: none 50% no-repeat;
    background-size: cover
}

.page-template-identity main .slides div:first-child {
    z-index: 1
}

.video-container {
    display: none
}

.toc {
    left: -100vw;
    width: 100%;
    background-color: #002845;
    background-color: #00355b;
    margin-bottom: -25px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.toc > ul {
    padding: 0 7.5%;
    top: -25px;
    position: relative
}

.toc > ul:after {
    content: '';
    display: block;
    clear: both
}

.toc > ul li {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    float: left;
    width: 50%;
    min-height: 65px;
    background-color: #0083bf;
    flex-wrap: wrap;
    padding: 15px 0;
}

.toc > ul li:nth-of-type(2n) {
    margin-left: 1%;
    width: 49%;
    width: calc(50% - 2px);
    margin-left: 2px
}

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

.toc > ul li a {
    color: #fff;
    font-size: 15.4px;
    font-size: 1.54rem;
    line-height: 1.2;
    display: block;
    padding: 0 20px;
    padding: 0 2rem;
    width: 100%;
    flex: 0 0 100%;
}
.toc > ul li a {
    box-sizing: border-box;
    color: #fff;
    font-size: 15.4px;
    font-size: 1.54rem;
    line-height: 1.2;
    display: block;
    padding: 0 20px;
    padding: 0 2rem;
    width: 100%;
    flex: 0 0 100%;
}

.toc ul ul.sub-toc{
    position: static;
}

.toc ul ul.sub-toc li{
    background-color: transparent;
    min-height: inherit;
    display: block;
    padding: 8px 0 0;
}

.toc ul ul.sub-toc li a {
    font-size: 12px;
}

.toc ul ul.sub-toc li a::before {
    content: ">";
    margin-right: 8px;
}

article {
    padding: 0 7.5% 30px
}

article h1 {
    font-weight: 600;
    font-size: 50px;
    font-size: 3rem;
    line-height: 1.1;
    color: #a2c02f;
    text-transform: uppercase;
    margin: 0 0 15px
}

@media screen and (min-width:414px) {
    article h1 {
        font-size: 4rem
    }
}

@media screen and (min-width:600px) {
    article h1 {
        font-size: 5rem
    }
}

article h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.2;
    color: #0080bb;
    margin-top: 20px
}

article li,
article p {
    font-weight: 300;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.3;
    color: #231f20
}

blockquote article li,
blockquote article p {
    font-size: 21px;
    font-size: 2.1rem;
    color: #0083bf
}

article li a,
article p a {
    color: #00acdd
}

article li {
    margin-left: 30px
}

article li~li {
    margin-top: 5px
}

article ol,
article p,
article ul {
    margin-top: 15px
}

article img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.blog-button-container {
    text-align: center;
    margin: 30px 0;
}

article a.button {
    background: -webkit-linear-gradient(left, #00355b, #006fab);
    background: linear-gradient(90deg, #00355b, #006fab);
    border: none;
    border-radius: 10px;
    text-align: center;
    line-height: 1.2;
    padding: 22px;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    letter-spacing: .01em;
    font-weight: 300;
    display: inline-block;
    text-decoration: none;
    margin: 15px;
}

@media (max-width: 600px) {
    article a.button {
        width: 100%;
        margin: 8px;
    }
}

article a.button:hover {
    background: #006fab;
    color: #fff
}

article section {
    width: 100%;
    padding: 20px 10.5%;
    margin-left: -10.5%
}

article section:nth-of-type(odd) {
    background-color: #f1f2f2
}

article section:first-of-type {
    margin-top: 20px
}

article section h3 {
    color: #231f20;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: uppercase
}

article section h4 {
    color: #231f20;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 600
}

article section .job-title {
    color: #231f20;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600
}

article section.executive-team {
    width: 121.5%;
    margin-left: -10.75%;
    box-sizing: border-box
}

article section.executive-team div.container {
    margin-top: 25px;
    clear: both
}

article section.executive-team ul {
    overflow: hidden
}

article section.executive-team li {
    display: block;
    margin: 0 0 20px
}

@media screen and (max-width:560px) {
    article section.executive-team li {
        max-width: 260px;
        margin: 0 auto 20px
    }
}

@media screen and (min-width:560px) {
    article section.executive-team li {
        float: left;
        width: 45%
    }
    article section.executive-team li:nth-child(odd) {
        clear: left
    }
    article section.executive-team li:nth-child(even) {
        margin-left: 10%
    }
}

article section.executive-team p {
    color: #77787b;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px
}

article section.executive-team .content {
    display: none
}

article section.executive-team .expand {
    display: block;
    position: relative;
    line-height: 38px;
    color: #231f20;
    padding: 0 0 0 45px;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem
}

article section.executive-team .expand:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 38px;
    background: url(../images/executive-team-read-more.png) 50% no-repeat;
    background-image: url(../images/executive-team-read-more.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/executive-team-read-more.svg), linear-gradient(transparent, transparent)
}

.user-identities {
    background-color: #005f8c;
    padding: 7.5% 7.5% 0
}

.user-identities .indicator-user-identities {
    padding-bottom: 8.82%
}

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

.user-identities .indicator-user-identities li {
    width: 50%;
    float: left;
    display: block
}

@media screen and (max-width:360px) {
    .user-identities .indicator-user-identities li {
        width: 100%;
        float: none
    }
}

.user-identities .indicator-user-identities li a {
    font-size: 12px;
    font-size: 1.2rem;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 30px;
    line-height: 3rem;
    white-space: nowrap;
    letter-spacing: .5px;
    line-height: 20px;
    line-height: 2rem;
    margin-left: 20px;
    padding: .25em 0;
    white-space: normal;
    -webkit-transition: all .2s;
    transition: all .2s
}

.user-identities .indicator-user-identities li a:before {
    display: block;
    float: left;
    border-radius: 7.5px;
    content: '';
    padding: 13px 0 0 13px;
    height: 0;
    width: 0;
    border: 1px solid #fff;
    margin-top: 7.5px;
    margin-right: 5px;
    margin-left: -20px;
    margin-top: 2.5px;
    -webkit-transition: all .2s;
    transition: all .2s
}

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

.user-identities .indicator-user-identities li.active a:before {
    background-color: #fff
}

.user-identities div {
    height: 0;
    overflow: hidden
}

.user-identities div,
.user-identities div>* {
    -webkit-transition: all .5s;
    transition: all .5s
}

.user-identities div>* {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

.user-identities div>h2 {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.user-identities div.info>ul,
.user-identities div>p {
    -webkit-transition: all .3s ease-out .3s;
    transition: all .3s ease-out .3s
}

.user-identities div>.read-more {
    -webkit-transition: opacity .3s ease-out .6s, color .3 ease-out, -webkit-transform .3s ease-out .6s;
    transition: opacity .3s ease-out .6s, color .3 ease-out, -webkit-transform .3s ease-out .6s;
    transition: opacity .3s ease-out .6s, transform .3s ease-out .6s, color .3 ease-out;
    transition: opacity .3s ease-out .6s, transform .3s ease-out .6s, color .3 ease-out, -webkit-transform .3s ease-out .6s
}

.user-identities div.active {
    height: auto;
    padding-bottom: 8.82%
}

.user-identities div.active>* {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.user-identities div:target {
    height: auto;
    padding-bottom: 8.82%
}

.user-identities div:target>* {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.user-identities h2 {
    font-weight: 600;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-bottom: 1.5rem
}

.user-identities .info ul,
.user-identities p {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    padding-left: 20%;
    margin: 1em 0
}

.user-identities .info ul {
    margin-left: 1.4em
}

.user-identities .info li {
    margin: .5em 0;
    font-size: 16px;
    font-size: 1.6rem
}

.user-identities .read-more {
    margin-left: 20%
}

.page-template-display-child-pages main article section.about-testimonials {
    padding: 0;
    width: auto;
    overflow: hidden;
    margin: 0 -10.8%;
    max-width: none
}

.page-template-display-child-pages main article section.about-global {
    padding-bottom: 0
}

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

.about-testimonials .atestimonial {
    background: #181619;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#181619), to(#3c434f));
    background-image: -webkit-linear-gradient(top, #181619, #3c434f);
    background-image: linear-gradient(180deg, #181619, #3c434f);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#181619', EndColorStr='#3C434F')";
    position: relative
}

.about-testimonials .image {
    display: none;
    position: absolute;
    bottom: 0
}

.about-testimonials .image img {
    display: block
}

.about-testimonials .text {
    position: relative
}

.about-testimonials .text figure {
    padding: 36px 30px 36px 25px
}

.about-testimonials .text blockquote {
    margin-top: 15px;
    font-weight: 300;
    color: #fff
}

.about-testimonials .text blockquote p {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2
}

.about-testimonials .text figcaption {
    font-weight: 300;
    color: #fff;
    padding-top: 25px;
    font-size: 16px;
    font-size: 1.6rem
}

.about-testimonials .text figcaption span {
    display: inline-block
}

.about-testimonials .text figcaption span.name {
    font-weight: 600;
    font-size: 16px;
    font-size: 1.6rem
}

.about-testimonials .text figcaption span.job-title {
    font-style: italic;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem
}

.testimonials {
    height: 300px;
    position: relative;
    z-index: 6
}

.testimonials:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    content: '';
    z-index: 10;
    background: #181619;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#181619), to(#3c434f));
    background-image: -webkit-linear-gradient(top, #181619, #3c434f);
    background-image: linear-gradient(180deg, #181619, #3c434f);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#181619', EndColorStr='#3C434F')"
}

.testimonials .button {
    display: block;
    text-transform: uppercase;
    background-color: #00acdd;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 40px;
    border: 1px solid #fff;
    letter-spacing: .5px;
    width: 150px;
    margin: 25px auto 0;
    position: absolute;
    text-align: center;
    z-index: 10;
    margin: 0 auto;
    width: 175px;
    bottom: 25px;
    left: 40%;
    left: calc(50% - 87.5px)
}

.testimonials .button.full {
    display: none
}

.testimonials .button.all {
    background-color: #9aca3c
}

@media screen and (max-width:400px) {
    .testimonials .button.all {
        bottom: 10px
    }
}

.testimonials .backdrop {
    background: #181619;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#181619), to(#3c434f));
    background-image: -webkit-linear-gradient(top, #181619, #3c434f);
    background-image: linear-gradient(180deg, #181619, #3c434f);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#181619', EndColorStr='#3C434F')";
    -webkit-transition: all .2s;
    transition: all .2s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.testimonials .condensed-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: none 50% no-repeat;
    background-size: cover
}

.testimonials .condensed-testimonial .next,
.testimonials .condensed-testimonial .prev,
.testimonials .condensed-testimonial>div {
    vertical-align: middle;
    text-align: center;
    opacity: 1
}

.testimonials .condensed-testimonial>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.1;
    padding: 0 2%
}

@media screen and (max-width:400px) {
    .testimonials .condensed-testimonial>div {
        padding: 0 2% 42px
    }
}

.testimonials .condensed-testimonial>div>div {
    height: 70%;
    overflow: auto
}

.testimonials .condensed-testimonial .next,
.testimonials .condensed-testimonial .prev {
    padding-left: 60px;
    width: 0;
    overflow: hidden;
    position: relative;
    font-size: 0
}

.testimonials .condensed-testimonial .next:after,
.testimonials .condensed-testimonial .prev:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    top: calc(50% - 14.5px);
    left: 14.5px;
    width: 31px;
    height: 31px;
    background: url(../images/chevron-left-mobile.png) 50% no-repeat;
    background-image: url(../images/chevron-left-mobile.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/chevron-left-mobile.svg), linear-gradient(transparent, transparent)
}

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

.testimonials .full-testimonial {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.testimonials .full-testimonial p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.1;
    font-weight: 300;
    color: #fff
}

.testimonials .full-testimonial p~p {
    margin-top: 17px;
    margin-top: 1.7rem
}

.testimonials .full-testimonial figcaption .job-title,
.testimonials .full-testimonial figcaption .name {
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.1;
    display: block
}

.testimonials .full-testimonial figcaption .name {
    text-transform: uppercase
}

.testimonials .full-testimonial figcaption .name:before {
    content: '\2013'
}

.news {
    padding: 25px 7.5%;
    background-color: #e9e9ea;
    position: relative;
    z-index: 5
}

.news h2 {
    font-weight: 400;
    font-size: 30px;
    font-size: 3rem;
    color: #005f8c;
    margin-bottom: 20px;
    text-align: center
}

.news .posts li {
    display: block;
    position: relative;
    z-index: 5;
    background-color: #fff;
    padding: 25px 116px 25px 20px
}

.news .posts li~li {
    margin-top: 20px
}

.news .posts li img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 96px;
    height: 96px
}

.news .posts li time {
    display: none
}

.news .posts li .author {
    display: block;
    margin-bottom: 5px;
    color: #231f20;
    font-size: 11px;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: .5px
}

.news .posts li .author:before {
    content: 'By '
}

.news .posts li p {
    color: #231f20;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.1;
    margin-bottom: 5px
}

.news .posts li a {
    font-size: 9.6px;
    font-size: .96rem;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    color: #9aca3c;
    line-height: 15px;
    letter-spacing: .5px
}

.news .posts li a:after {
    content: '+';
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    vertical-align: middle;
    padding-left: 5px;
    line-height: 15px
}

.news .button {
    display: block;
    text-align: center;
    text-transform: uppercase;
    background-color: #005f8c;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 40px;
    border: 1px solid #fff;
    letter-spacing: .5px;
    width: 175px;
    margin: 25px auto 0;
    position: relative;
    z-index: 10
}

.news .news-controls~.button {
    margin-top: 60px
}

.news .news-controls {
    position: absolute;
    bottom: 85px;
    left: 0;
    right: 0;
    line-height: 10px;
    font-size: 0;
    text-align: center;
    z-index: 10
}

.news .news-controls li {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 0 2px
}

.news .news-controls li a {
    display: block;
    border: 1px solid #231f20;
    width: 0;
    height: 0;
    padding: 8px 0 0 8px;
    overflow: hidden;
    border-radius: 5px
}

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

aside {
    display: block;
    width: 121.5%;
    margin-left: -10.75%
}

aside ul {
    padding: 0 7.5%
}

aside li {
    display: block;
    margin-left: 0;
    border-bottom: 1px solid #636466;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px
}

aside li.downloadable-file,
aside li.hyperlink,
aside li.email {
    padding-left: 45px;
    min-height: 40px;
    background: 0 0 no-repeat
}

aside li.downloadable-file {
    background-image: url(../images/sidebar-download.png);
    background-image: url(../images/sidebar-download.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/sidebar-download.svg), linear-gradient(transparent, transparent)
}

aside li.hyperlink {
    background-image: url(../images/sidebar-hyperlink.png);
}

aside li.email {
    background-image: url(../images/sidebar-email.png);
    background-image: url(../images/sidebar-email.svg), -webkit-linear-gradient(transparent, transparent);
    background-image: url(../images/sidebar-email.svg), linear-gradient(transparent, transparent)
}

aside li a {
    color: #231f20;
    font-size: 12.6px;
    font-size: 1.26rem;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

aside li.image img,
aside li a {
    display: block
}

section.about-global aside {
    background-color: #004367;
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: -20px;
    margin-top: 3em
}

section.about-global aside h3 {
    color: #a2c02f
}

section.about-global aside p {
    color: #fff;
    margin: 0 0 1em
}

main .gform_wrapper .gform_body ul.gform_fields li.gfield input[type=radio] {
    margin-left: .465em
}

body .gform_wrapper {
    overflow: hidden;
    margin: 0;
    padding: 1em 0
}

body .gform_wrapper input[type=email],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=phone],
body .gform_wrapper input[type=text],
body .gform_wrapper textarea {
    border-radius: 10px;
    border: 1px solid #ccc
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIUnC2nKLnT4or00PvyrQwrPzUZshQAOw==);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 11px
}

body .gform_wrapper .gfield_label {
    font-weight: 300;
    font-size: 19px;
    font-size: 1.9rem;
    color: #006fab
}

body .gform_wrapper .gform_footer input[type=button],
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input[type=button],
body .gform_wrapper .gform_page_footer input[type=submit] {
    background: -webkit-linear-gradient(left, #00355b, #006fab);
    background: linear-gradient(90deg, #00355b, #006fab);
    border: none;
    border-radius: 10px;
    height: 64px;
    line-height: 20px;
    padding: 22px;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 300
}

body .gform_wrapper .gform_footer input[type=button]:hover,
body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_page_footer input[type=button]:hover,
body .gform_wrapper .gform_page_footer input[type=submit]:hover {
    background: #006fab
}

.gallery {
    padding: 20px 0
}

.gallery .gallery-icon {
    text-align: left
}

.gallery .gallery-icon img {
    border-color: transparent!important;
    -webkit-transition: border-color .2s;
    transition: border-color .2s
}

.gallery .gallery-icon a:hover img {
    border-color: #a2c02f!important
}

body.home.full #lang_sel {
    z-index: 1000
}

body.home #lang_sel {
    position: absolute;
    top: 184px;
    left: 0;
    right: auto
}

body.home #lang_sel a.lang_sel_sel {
    -webkit-transform: rotate(-90deg) translate(-75px);
    transform: rotate(-90deg) translate(-75px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    line-height: 40px
}

body.home #lang_sel>ul>li {
    width: 150px;
    height: 40px
}

body.home #lang_sel>ul>li ul {
    top: -75px;
    left: 42px
}

body.full.menu-opened #lang_sel,
body.menu-opened #lang_sel {
    z-index: 1
}

#lang_sel {
    position: absolute;
    top: 85px;
    right: 10px;
    z-index: 9;
    font-family: Source Sans Pro2, Helvetica, sans-serif
}

#lang_sel>ul>li {
    width: 120px;
    height: 30px;
    pointer-events: none
}

#lang_sel a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    pointer-events: auto
}

#lang_sel a.lang_sel_sel {
    line-height: 30px;
    border: none;
    color: #fff;
    background-image: none;
    text-align: center;
    padding: 0;
    background-color: #0080bb;
    border-bottom: 4px solid transparent;
    background-clip: content-box
}

#lang_sel a.lang_sel_sel:hover {
    color: #fff
}

#lang_sel a.lang_sel_sel:after {
    content: '∨';
    font-size: 15px;
    line-height: normal;
    margin-left: 7px;
    vertical-align: text-bottom
}

#lang_sel>ul>li:hover a.lang_sel_sel {
    background-color: #005f8c
}

#lang_sel>ul>li:hover ul {
    display: block;
    padding-top: 10px!important;
    box-sizing: border-box
}

#lang_sel>ul>li ul {
    display: none;
    width: 120px;
    top: 32px;
    background-color: #005f8c;
    min-height: 150px;
    border-top: none;
    pointer-events: auto
}

#lang_sel>ul>li ul li {
    width: 100%
}

#lang_sel>ul>li ul li a {
    background-color: transparent;
    color: #c2c4c5;
    border: none;
    font-size: 13px;
    line-height: 13px;
    padding: 5px 20px
}

#lang_sel>ul>li ul li a:hover {
    color: #fff;
    background-color: transparent
}

#lang_sel>ul>li ul li a:visited {
    color: #c2c4c5;
    background-color: transparent
}

#lang_sel>ul>li ul li a:visited:hover {
    color: #fff
}

#lang_sel:hover>a,
#lang_sel a:hover,
#lang_sel ul ul:hover>a,
#lang_sel ul ul a:hover {
    background: #005f8c
}


/* Landing Page Template */

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

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

/* Use margin instead of padding for object-fit image containers */
.page-template-home2 .fullwidth.masthead-object-fit-section  {
    margin-top: 110px;
}