/**********************
 * Header & Top Bar
 *********************/

html[lang] {
    margin-top: 0 !important;
}

body.admin-bar .site-header {
    top: 0;
}

header.site-header {
    padding: 0 5%;
    box-shadow: 0 0 12px rgb(0 0 0 / 15%);
    position: fixed;
    width: 100%;
    top: 40px !important;
}

header.site-header>.wrap {
    /*     max-width: 1400px; */
    margin: 0 auto;
}

.nav-primary .menu>li:last-child>a {
    padding-right: 0;
}

.genesis-nav-menu>li>a {
    padding: 49px 15px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    text-transform: uppercase;
    color: #222;
    transition: padding 400ms;
}

div#top-bar {
    background: #222;
    color: #fff;
    font-size: 0.875rem;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 0;
}

div#top-bar a {
    color: #fff;
    text-decoration: none;
}

div#top-bar a:hover {
    opacity: 0.7;
}

.social svg {
    width: auto;
    height: 16px;
    position: relative;
    top: 2px;
	fill: #004b87;
}

#top-bar .row-inner {
    text-align: right;
    padding: 0;
    height: 40px;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
}

#top-bar .social {
    align-self: flex-end;
}

#top-bar .contact-info {
    float: left;
    display: flex;
    align-items: center;
}

#top-bar .social {
    display: inline-block;
}

#top-bar .top-menu {
    display: inline-block;
}

.social a:first-child {
    padding-left: 0;
}

.footer .social {
    padding-top: 10px;
}

footer span.sep {
    display: inline-block;
    padding: 0 10px;
}

footer .copy-wrap a {
    color: #fff;
}

footer .copy-wrap a:hover {
    text-decoration: underline;
}

.social a {
    display: inline-block;
    padding: 0 5px;
}

#top-bar .social {
    margin-right: 20px;
}

.top-menu a {
    padding: 0 10px;
    border-right: solid 1px #406891;
}

.top-menu a:last-child {
    border: 0;
    padding-right: 0;
}

.top-menu a:first-child {
    padding-left: 0;
}

#top-bar .contact-info .phone {
    display: inline-block;
    margin-right: 20px;
}

.contact-info svg {
    height: 16px;
    position: relative;
    top: 3px;
    display: inline-block;
    margin-right: 8px;
}

#top-bar .contact-info svg {
    color: #fff;
}

#top-bar input#searchform-1 {
    padding: 12px 32px;
    font-size: 14px;
    border: 0;
    color: #CCCCCC;
    width: 300px;
    background: #3B3B3B url(/wp-content/uploads/search-reg.svg) left 8px center no-repeat;
    background-size: 17px;
}

#top-bar input#searchform-1::placeholder {
    color: #ccc;
}

#top-bar form.search-form {
    margin-right: 20px;
}

#top-bar input.search-form-submit {
    display: none;
}

#top-bar .login a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: #004B87;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    opacity: 1 !important;
    width: 120px;
}

#top-bar .login a:hover {
    background: #005c97;
}

.login.hub-login-wrap {
    position: relative;
}

div#hub-login-menu {
    display: none;
}

#top-bar .login a.login-link {
    display: block;
    text-align: center;
    height: auto;
    background: #005c97;
    font-family: 'Helvetica Neue LT W05 55 Roman', sans-serif;
    text-transform: none;
    border: solid 1px #3880b9;
    border-top: 0;
    padding: 8px 20px;
    margin: 0;
}

#top-bar .login a.login-link.login-staff {
    border-top: solid 1px #3880b9;
}

#top-bar .login a.login-link:hover {
    background: #004B87;
}

ul#menu-top-bar-menu {
    display: flex;
}

ul#menu-top-bar-menu a {
    display: inline-block;
    padding: 0 10px;
    border-right: solid 1px #ddd;
    line-height: 1.25;
}

ul#menu-top-bar-menu li:first-child a {
    padding-left: 0;
}

ul#menu-top-bar-menu li:last-child a {
    padding-right: 0;
    border-right: 0;
}

nav#genesis-nav-primary {
    padding-bottom: 0;
    transition: padding 400ms;
    padding-top: 0;
}

.title-area {
    transition: max-width 400ms;
}

.fixed-nav.wp-custom-logo .site-container div.title-area {
    max-width: 150px;
}

.fixed-nav nav#genesis-nav-primary {
    padding-top: 3px;
}

li#menu-item-97,
li#menu-item-1058 {
    padding-left: 15px;
}

li#menu-item-97 a,
li#menu-item-1058 a {
    padding: 14px 24px;
    background: #004780;
    border-radius: 4px;
    transition: all 300ms;
    color: #fff;
    position: relative;
    top: -2px;
}

li#menu-item-97 a span,
li#menu-item-1058 a span {
    position: relative;
    top: 2px;
}

li#menu-item-97 a:hover,
li#menu-item-1058 a:hover {
    background: #a28e29;
}

button#genesis-mobile-nav-primary {
    font-size: 0;
    margin: 0 5% 0 0;
    top: 28px;
}

.site-header .menu-toggle::before {
    color: #333;
    width: 40px;
    font-size: 40px !important;
    height: 40px;
    margin: 0;
}

.isMobile footer.site-footer {
    margin-bottom: 40px;
}

#menu-main-navigation li.menu-item-has-children>a:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    /* background: #000; */
    transform: rotate(45deg);
    margin-left: 8px;
    border-right: solid 2px;
    border-bottom: solid 2px;
    border-color: #858585;
    top: calc(50% - 6px);
}

#menu-main-navigation li.menu-item-has-children {
    padding-right: 15px;
}

.wp-custom-logo .title-area img {
    padding: 10px 0;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.genesis-nav-menu>.current-page-ancestor>a,
.genesis-nav-menu>li:hover>a {
    color: #004B87;
}

.genesis-nav-menu>.menu-item>a:before {
    content: '';
    width: 50px;
    background: #004b87;
    height: 2px;
    position: absolute;
    bottom: 35px;
    left: 15px;
    transition: all 400ms;
    opacity: 0;
}

.genesis-nav-menu .menu-item:hover a:before,
.genesis-nav-menu>.current-menu-item a:before,
.genesis-nav-menu>.current-page-ancestor a:before {
    opacity: 1;
}

.fixed-nav .genesis-nav-menu>.menu-item>a:before {
    bottom: 20px;
}

li#menu-item-97>a:before,
li#menu-item-1058>a:before {
    display: none !important;
}

div#search-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
}

div#close-search {
    display: block;
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    margin-left: 16px;
    font-size: 24px;
    color: #dadada;
}

div#close-search svg {
    width: 24px;
}

#search-wrap form.search-form {
    display: flex;
}

#search-wrap form.search-form input {
    height: 50px;
    padding: 10px;
    border: 0;
}

#search-wrap form.search-form input.search-form-submit {
    margin-top: 0;
    height: 50px;
    margin-left: 10px;
    background: #004B87;
    border-radius: 0;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    text-transform: uppercase;
    padding: 10px 20px;
}

body.noscroll {
    overflow: hidden;
}

.cards-full-image .item a[href*="robatech.com"]:hover:after {
    background: rgb(116 172 41 / 76%);
}

.page-id-996 div#acf627aa421a0191 .item {
    width: calc(25% - 30px);
}

.page-id-996 div#acf627aa421a0191 .item:last-child {
    margin-right: 0;
}

div#acf6388fbaf56c8d {
    background: linear-gradient(125deg, #004B87 60%, #FFF 60.1% 60.5%, #73ad43 60.6%);
}

div#acf62dfe51d59b95,
div#acf62d0271812ed7,
div#acf62b5ac3f20b00,
div#acf62b5ab63e52f8,
div#acf62a8ecbabbd2a,
div#acf62d02f5a01487,
div#acf62d02e110be8c,
div#acf63f8ec3cd4509 {
    background: #efefef;
    border-top: solid 1px #ddd;
}

div#acf6409e47125049 {
    padding-top: 60px;
    border-bottom: solid 1px #ddd;
}

li#menu-item-1055,
li#menu-item-1058 {
    display: none;
}

.page-id-996 li#menu-item-1055,
.page-id-996 li#menu-item-1058 {
    display: inline-block;
}

.page-id-996 li#menu-item-416,
.page-id-996 li#menu-item-97 {
    display: none;
}

#genesis-nav-primary li.desktop-hide {
    display: none;
}

div#acf642c7a0dbf4bc {
    padding-top: 0;
}

div#acf64496139968ee .column-items {
    flex-wrap: wrap;
}

div#acf64496139968ee .column-items .col {
    width: calc(50% - 20px);
    background: #efefef;
    padding: 32px;
    border: solid 1px #ddd;
    margin-bottom: 40px !important;
}

div#acf64496139968ee .column-items .col img {
    width: 200px;
    max-width: 100%;
    display: block;
    float: right;
    margin: 0 0 0px 40px;
    background: #fff;
    border: solid 1px #ddd;
}

div#acf64496139968ee .column-items .col:first-child {
    width: 100%;
}

div#acf64496139968ee .column-items .col:first-child ul {
    column-count: 2;
}

div#top-bar a:last-child {
    margin-right: 20px;
}

@media only screen and (max-width:1450px) {
    .nav-primary .genesis-nav-menu>li>a {
        padding: 50px 10px;
        font-size: 14px;
    }

    .genesis-nav-menu>.menu-item>a:before {
        bottom: 32px;
        left: 10px;
    }
}

@media only screen and (max-width:1280px) {
    .wp-custom-logo .site-container .title-area {
        max-width: 180px;
    }

    li#menu-item-97 a,
    li#menu-item-1058 a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav-primary .genesis-nav-menu>li>a {
        padding: 38px 10px;
        font-size: 14px;
    }

    div.site-inner {
        margin-top: 131px;
    }

    .genesis-nav-menu>.menu-item>a:before {
        bottom: 24px;
        left: 10px;
    }

}

@media only screen and (max-width:1160px) {
    .nav-primary .genesis-nav-menu>li>a {
        font-size: 12px;
    }

    div#acf64496139968ee .column-items .col {
        width: 100%;
    }
}

@media only screen and (max-width:1100px) {
    .nav-primary .genesis-nav-menu>li>a {
        font-size: 11px;
        padding-left: 8px;
        padding-right: 8px;
    }

    li#menu-item-97,
    li#menu-item-1058 {
        padding-left: 8px;
    }

    li#menu-item-97 a,
    li#menu-item-1058 a {
        padding: 14px 8px;
    }

    .wp-custom-logo .site-container .title-area {
        max-width: 160px;
    }

    body.fixed-nav .nav-primary .genesis-nav-menu>li>a {
        padding: 29px 8px;
    }

    .wp-custom-logo .title-area img {
        padding: 13px 0;
    }

    .genesis-nav-menu>.menu-item>a:before {
        left: 8px;
    }
}

@media only screen and (max-width:959px) {

    .wp-custom-logo .site-container .title-area {
        max-width: 266px;
        padding-bottom: 15px;
    }

    li#menu-item-97,
    li#menu-item-1058 {
        padding: 0;
    }

    li#menu-item-97 a,
    li#menu-item-1058 a {
        padding: 12px;
        padding-left: 0;
        background: none !important;
        color: #333;
        top: auto;
    }

    li#menu-item-97 a span,
    li#menu-item-1058 a span {
        top: auto;
    }

    li#menu-item-97 a:hover,
    li#menu-item-1058 a:hover {
        color: #0478e6;
    }

    #top-bar .top-menu {
        display: none;
    }

    #top-bar .social {
        margin-right: 0;
    }

    header.site-header {
        position: fixed;
        width: 100%;
        top: 34px;
        transition: all 400ms;
        z-index: 50;
    }

    div#top-bar {
        position: fixed;
        top: 0;
        transition: top 400ms;
    }

    .fixed-nav div#top-bar {
        top: -40px;
    }

    .fixed-nav header.site-header {
        top: 0 !important;
    }

    .fixed-nav button#genesis-mobile-nav-primary {
        padding: 0;
    }

    header.site-header {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    header.site-header .title-area {
        margin-left: 5%;
        padding-bottom: 15px;
    }

    button#genesis-mobile-nav-primary {
        margin-right: 5%;
    }

    ul#menu-main-navigation {
        background: #efefef;
        border-top: solid 1px #ddd;
        padding-top: 0;
        padding-bottom: 0;
    }

    nav#genesis-nav-primary {
        padding-top: 0;
    }

    ul#menu-main-navigation li a {
        padding: 16px 5%;
    }

    .nav-primary .genesis-nav-menu>li>a {
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 16px;
    }

    .genesis-nav-menu>.menu-item>a:before {
        display: none;
    }

    .genesis-nav-menu>li.menu-item {
        border-bottom: solid 1px #ddd;
    }

    .genesis-nav-menu .sub-menu {
        padding: 0;
        background: #dfdfdf;
        padding-top: 0;
        padding-bottom: 0;
    }

    .genesis-nav-menu .sub-menu a {
        background: none;
    }

    #menu-main-navigation li.menu-item-has-children {
        padding: 0;
    }

    #menu-main-navigation li.menu-item-has-children>a:after {
        display: none;
    }

    #top-bar .contact-info {
        display: none;
    }

    .genesis-nav-menu>.menu-item>a:before {
        display: none;
    }

    .genesis-nav-menu>li.menu-item {
        border-bottom: solid 1px #ddd;
    }

    button.sub-menu-toggle {
        padding: 14px 10px;
    }

    li.mega-col ul.sub-menu ul.sub-menu li a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    li.mega-col ul.sub-menu ul.sub-menu {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .page-template-homepage-flex .site-header .menu-toggle::before {
        color: #fff;
    }

    .page-template-homepage-flex.fixed-nav .site-header .menu-toggle::before {
        color: #333;
    }

    .page-template-homepage-flex .genesis-responsive-menu #menu-main-navigation li a {
        color: #000;
    }

    div#acf6388fbaf56c8d {
        background: #004B87;
    }

    div#acf64496139968ee .column-items .col img {
        width: 120px;
    }

    div#acf64496139968ee .column-items .col {
        border: 0;
        background: 0;
        padding: 0;
        border-bottom: solid 1px #ddd;
        padding-bottom: 60px;
    }

    div#acf64496139968ee .column-items .col:first-child ul {
        column-count: auto;
    }

}

@media only screen and (max-width:700px) {
    #top-bar span.address {
        display: none;
    }

    div#acf6307b0e67280c .f-text p {
        text-align: left !important;
    }
}

@media only screen and (max-width:600px) {
    div#top-bar {
        display: none;
    }

    header.site-header {
        top: 0 !important;
    }

    .page-id-996 div#acf627aa421a0191 .item {
        width: 100%;
    }

    #genesis-nav-primary li.desktop-hide {
        display: block;
    }

    div#acf64496139968ee .column-items .col img {
        float: none;
        margin: 0;
        border: 0;
        width: 300px;
        max-width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:450px) {
    .wp-custom-logo .site-container .title-area {
        max-width: 200px;
    }

    button#genesis-mobile-nav-primary {
        padding-top: 7px;
    }

    #search-wrap form.search-form {
        display: block;
    }

    #search-wrap form.search-form input {
        margin-bottom: 10px;
    }

    #search-wrap form.search-form input.search-form-submit {
        margin-left: 0;
        width: 100%;
    }
}

/**********************
 * Mega Menu
 *********************/

@media only screen and (min-width:961px) {
    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu {
        opacity: 1;
        left: 0;
        position: fixed;
        width: 100%;
        background: #fff;
        border-top: solid 1px #ddd;
        padding: 30px 5%;
        top: 154px;
        left: -9999px !important;
        opacity: 0 !important;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap {
        width: calc(100% + 40px);
        left: -20px;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>a {
        display: none;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu {
        display: flex !important;
        height: auto !important;
        opacity: 1 !important;
        left: 0 !important;
        position: relative;
        top: 0;
        width: 100%;
        margin: 0;
        border: 0;
        justify-content: center;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col {
        width: 16.66%;
        position: relative;
        vertical-align: top;
        padding: 0 20px;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col>a {
        display: none;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col a:after {
        display: none !important;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col>ul.sub-menu {
        position: relative;
        height: auto !important;
        opacity: 1 !important;
        left: 0;
        margin: 0;
        display: block !important;
        border: 0;
        width: 100%;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col>ul.sub-menu>li {
        width: 100%;
        padding-right: 0;
        position: relative;
        padding: 0 !important;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col>ul.sub-menu>li>a {
        color: #004B87;
        font-size: 18px;
        font-weight: normal;
        font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
        border: 0;
        border-bottom: solid 1px #ddd;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col>ul.sub-menu>li>a:hover {
        color: #1b79c5;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col>ul.sub-menu>li ul.sub-menu {
        display: block !important;
        height: auto !important;
        opacity: 1 !important;
        left: auto;
        width: 100%;
        margin: 0;
        position: relative;
        border: 0;
        padding: 12px 0;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>li.mega-menu-wrap>ul.sub-menu>li.mega-col>ul.sub-menu>li ul.sub-menu a {
        border: 0;
        padding: 8px 0;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>.mega-menu {
        width: 100%;
        padding: 0;
        position: relative;
        left: -20px;
        width: calc(100% + 40px);
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>.mega-menu>a {
        display: none;
    }

    ul.genesis-nav-menu>li.mega-menu>ul.sub-menu>.mega-menu>ul.sub-menu {
        display: flex !important;
        left: 0;
        height: auto !important;
        opacity: 1 !important;
        margin: 0;
        width: 100%;
        position: relative;
        border: 0;
    }

    .genesis-nav-menu li.menu-item-has-children:hover>ul.sub-menu {
        display: block !important;
    }

    #menu-main-navigation>li.menu-item-has-children:not(.mega-menu):hover>ul.sub-menu {
        left: auto;
        opacity: 1 !important;
    }

    #menu-main-navigation>li.menu-item-has-children>ul.sub-menu {
        opacity: 0 !important;
        transition: opacity 600ms;
        display: block !important;
        overflow: hidden;
        box-sizing: border-box;
        padding-top: 0;
        padding-bottom: 0;
        left: -9999px;
        box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 6%);
    }

    #menu-main-navigation>li.menu-item-has-children.mega-menu.mega-active>ul.sub-menu {
        padding-top: 30px;
        padding-bottom: 30px;
        left: 0 !important;
        opacity: 1 !important;
    }

    .fixed-nav .nav-primary .genesis-nav-menu>li>a {
        padding: 29px 15px;
    }

    .fixed-nav ul.genesis-nav-menu>li.mega-menu>ul.sub-menu {
        top: 117px;
    }

}

@media only screen and (max-width:959px) {

    li.mega-menu ul.sub-menu>.mega-menu-wrap>a {
        display: none;
    }

    li.mega-menu ul.sub-menu>.mega-menu-wrap>button {
        display: none;
    }

    li.mega-menu-wrap>ul.sub-menu,
    li.mega-col>ul.sub-menu {
        display: block !important;
        padding: 0;
    }

    li.mega-col>a,
    li.mega-col>button {
        display: none;
    }

    .mega-col>ul.sub-menu>li>a {
        font-weight: normal;
        font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    }

    .mega-col>ul.sub-menu>li>ul.sub-menu {
        background: #fff;
    }
}

/**********************
 * Content
 *********************/

main#genesis-content {
    padding-top: 60px;
}

.row {
    width: 100%;
    padding: 64px 5%;
}

.row:after {
    content: '';
    display: table;
    clear: both;
}

.row-inner {
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
}

div.site-inner {
    padding: 0;
    margin-top: 154px;
}

.row.style-light {
    background: #efefef;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding-top: 64px;
    padding-bottom: 64px;
}

.row.style-dark {
    background: #004B87;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding-top: 64px;
    padding-bottom: 64px;
    color: #fff;
}

#acf6307b0e64f64c.row.style-dark h3 {
    position: relative;
}

#acf6307b0e64f64c.row.style-dark h3:after {
    content: '';
    height: 2px;
    width: 40px;
    background: #a28e2a;
    bottom: -16px;
    left: 0;
    margin: 0 auto;
    display: block;
    position: absolute;
}

div#acf627aaa90334e1 {}

div#acf627aaa90334e1.cards-small-with-hover-image .item a:hover:before {
    background: rgb(0 71 128 / 81%);
}

div#acf627aaa90334e1.cards-small-with-hover-image a:hover span.icon-arrow {
    background: #1eabe4a1;
}

div#hero {
    height: 300px;
    /* background-size: cover; */
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0 5%;
}

div#hero.tall {
    height: 500px;
}

.hero-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

span.hero-text {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    text-shadow: 0 0 11px rgb(0 0 0 / 70%);
    line-height: 1.25;
}

.page-id-94 .row.main-content .f-text,
.page-id-1056 .row.main-content .f-text {
    max-width: 900px;
}

.content ul,
.content ol {
    padding-left: 20px;
    margin-bottom: 32px;
}

.content ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.content ol li {
    list-style: number;
    margin-bottom: 10px;
}

.content a[href^="tel"] {
    font-family: 'Helvetica Neue LT W05 55 Roman', sans-serif;
    color: #000;
}

.page-template-default main.content {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}

.page-template-default main.content .row.page-title {
    padding: 0 0 40px 0;
}

.error404 .content-sidebar-wrap,
.search .content-sidebar-wrap {
    padding-left: 5%;
    padding-right: 5%;
    max-width: calc(1400px + 10%);
    margin: 0 auto;
}

.primary-btn {
    display: inline-block;
    color: #fff;
    background: #004b87;
    padding: 16px 64px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
}

.primary-btn:hover {
    background: #0073e5;
    color: #fff;
}

a.button {
    background: #004780;
    color: #fff;
}

/** ACF Margin Offsets **/
/* div#acf627590d267ed7,div#acf627590c72c57e,div#acf627aaa90334e1,div#acf627d597427c53 {
    margin-bottom: 0;
} */
div#acf627590c728a27,
div#acf629e77c0ed3d6,
div#acf629f6f6470b37,
div#acf629f813e51f79,
div#acf629f81e818411,
div#acf629f892d5964d,
div#acf629fa7773e696,
div#acf629faef99cc5e,
div#acf629fba6ab1589,
div#acf629fbaff4122a,
.home div#acf627aa421a0191,
div#acf627d59741cebe,
div#acf62dfe7e532bce,
div#acf62dfe92dc8359,
div#acf62dfe9c0d38c3,
div#acf6307c5ec5cf63,
div#acf6307e2934f0dd,
div.row.careers {
    padding-top: 0;
}

div#acf627aaa90334e1 h2 {
    color: #797979;
    font-size: 85px;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    margin-bottom: 24px;
    text-align: left;
}

.page-id-800 div#hero {
    height: 500px;
    border-bottom: solid 1px #ddd;
}

.industry-app {
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
    border: solid 1px #ddd;
}

div.ui-tabs-panel {
    clear: both;
    border: 1px solid #d5d5d5;
    border-left: none;
    border-top: none;
    border-right: none;
    background: #f4f4f4;
    color: #333333;
    margin: 0px !important;
    padding: 20px;
    padding-top: 35px;
}

#tabs.employment-tabs>ul:before {
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    content: 'Select a Position for More Information:';
    display: block;
    flex-basis: 100%;
    font-size: .875em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #a28e2a;
}

#tabs.employment-tabs>ul li {
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-right: 24px;
}

#tabs.employment-tabs>ul li:last-child {
    margin-right: 0;
}

#tabs.employment-tabs>ul li.ui-state-active a,
#tabs.employment-tabs>ul li a:hover {
    color: #004780;
    border-bottom: 1px solid #004780;
    text-decoration: none;
}

#tabs.employment-tabs>ul li a {
    color: #555;
    text-transform: uppercase;
    font-size: 1em;
    padding-bottom: 10px;
    text-decoration: none;
}

#tabs.employment-tabs>ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-left: 0;
}

#tabs.employment-tabs div.ui-tabs-panel {
    border: none;
    padding-left: 20px;
    padding-right: 20px;
}

#tabs.employment-tabs {
    margin-bottom: 30px;
}

@media only screen and (max-width:1280px) {
    div#hero {
        background-size: cover;
    }

    div.site-inner {
        margin-top: 127px;
    }

    #tabs.employment-tabs>ul li a {
        display: block;
    }

    #tabs.employment-tabs>ul li {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:959px) {
    div.site-inner {
        padding-top: 170px;
        margin-top: 0;
    }

    div#hero.tall {
        height: 400px;
    }

    span.hero-text {
        font-size: 42px;
    }
}

@media only screen and (max-width:760px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width:600px) {
    span.hero-text {
        font-size: 32px;
    }

    div#hero.tall {
        height: 250px;
    }

    div.site-inner {
        padding-top: 130px;
    }
}

@media only screen and (max-width:500px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }
}

/**********************
 * Homepage Feature / Slider
 *********************/

.slick-arrow svg {
    height: 40px;
    color: #fff;
    fill: #fff;
}

.slick-arrow {
    background: none;
    position: absolute;
    top: calc(50% - 30px);
    z-index: 1;
    border-radius: 4px;
    cursor: pointer;
    transition: all 400ms;
    background: none;
    border: 0 !important;
    outline: 0 !important;
}

.hero-slider {
    height: 450px;
}

.slick-list.draggable {
    height: 100%;
}

.slick-track {
    height: 100%;
}

.slide {
    height: 100%;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.hero-slider .slide:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    content: '';
}

button.slick-next.slick-arrow {
    right: 0;
}

button.slick-prev.slick-arrow {
    left: 0;
}

.slick-arrow:focus {
    background: rgba(255, 255, 255, 0.4);
}

.slick-arrow:hover {
    background: rgba(255, 255, 255, 0.4);
}

.feature-text-wrap {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 0 5%;
    position: relative;
}

span.feature-primary {
    color: #fff;
    font-size: 60px;
    text-shadow: 0 0 10px rgb(0 0 0 / 60%);
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    display: block;
    line-height: 1;
    margin-bottom: 16px;
    text-align: center;
    padding: 0 40px;
}

span.feature-secondary {
    display: block;
    color: #fff;
    font-size: 20px;
    text-shadow: 0 0 5px rgb(0 0 0 / 40%);
    margin-bottom: 32px;
    max-width: 100%;
    padding: 0 40px;
    text-align: center;
}

.page-template-homepage-flex main#genesis-content {
    padding-top: 0;
}

.page-template-homepage-flex div.site-inner {
    margin-top: 0;
    padding-top: 0;
}

.page-template-homepage-flex header.site-header {
    background: none;
    box-shadow: none;
}

.page-template-homepage-flex .genesis-nav-menu>.menu-item>a:before {
    background: #fff;
}

.genesis-nav-menu>li.menu-item-416.menu-item>a:before {
    display: none;
}

.page-template-homepage-flex .genesis-nav-menu a:focus,
.page-template-homepage-flex .genesis-nav-menu a:hover,
.page-template-homepage-flex .genesis-nav-menu .current-menu-item>a,
.page-template-homepage-flex .genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.page-template-homepage-flex .genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.page-template-homepage-flex .genesis-nav-menu>.current-page-ancestor>a,
.page-template-homepage-flex .genesis-nav-menu>li:hover>a {
    color: #fff;
}

.page-template-homepage-flex .mega-menu ul.sub-menu a:hover {
    color: #004b87;
}

.page-template-homepage-flex .genesis-nav-menu>li>a {
    color: #fff;
}

div#home-hero {
    height: 100vh;
    width: 100vw;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

div#home-hero .home-slide {
    position: relative;
    background-size: 100vw !important;
}

div#home-hero .home-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 75%), rgb(0 0 0 / 25%));
}

.home-hero-inner {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 8%;
    position: relative;
    z-index: 1;
}

.home-hero-inner .primary {
    color: #fff;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    font-size: 70px;
    line-height: 1.125;
}

.home-hero-inner .text {
    max-width: 980px;
}

#home-hero a.button {
    background: #a28e2a;
    padding: 15px 30px;
    /*width: 240px;*/
}

#home-hero a.button:hover {
    background: #85741f;
}

#home-hero a.button.secondary {
    background: rgb(255 255 255 / 35%);
    margin-left: 24px;
}

#home-hero a.button.secondary:hover {
    background: rgb(0 71 128);
}

.page-template-homepage-flex.fixed-nav header.site-header {
    background: rgba(255 255 255 / 100%);
    box-shadow: 0 0 12px rgb(0 0 0 / 15%);
}

#home-hero .slick-arrow svg {
    opacity: 0.5;
}

#home-hero .slick-arrow {
    padding: 10px;
}

#home-hero .slick-arrow.slick-next {
    right: 16px;
}

.home-hero-inner .primary span {
    display: block;
}

.page-template-homepage-flex.fixed-nav .genesis-nav-menu>li>a {
    color: #333;
}

.page-template-homepage-flex.fixed-nav .genesis-nav-menu a:focus,
.page-template-homepage-flex.fixed-nav .genesis-nav-menu a:hover,
.page-template-homepage-flex.fixed-nav .genesis-nav-menu .current-menu-item>a,
.page-template-homepage-flex.fixed-nav .genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.page-template-homepage-flex.fixed-nav .genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.page-template-homepage-flex.fixed-nav .genesis-nav-menu>.current-page-ancestor>a,
.page-template-homepage-flex.fixed-nav .genesis-nav-menu>li:hover>a {
    color: #004B87;
}

.page-template-homepage-flex .genesis-nav-menu .sub-menu a:hover {
    color: #004780;
}

a#home-anchor {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0 auto;
    border-left: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(-45deg);
    transition: all 400ms;
    outline: 0;
}

a#home-anchor:hover {
    border-color: #a28e2a;
}

.anchor-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}

.page-template-homepage-flex .title-area a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    background: url(/wp-content/uploads/wh-leary-logo-white.svg) 0px 10px no-repeat;
    opacity: 1;
}

.page-template-homepage-flex .title-area a {
    display: block;
    position: relative;
}

.page-template-homepage-flex .title-area a img {
    opacity: 0;
}

.page-template-homepage-flex.fixed-nav .title-area a:before {
    opacity: 0;
}

.page-template-homepage-flex.fixed-nav .title-area a img {
    opacity: 1;
}

.page-template-homepage-flex .row.main-content {
    padding-top: 64px;
}




@media only screen and (max-width:1550px) {
    div#home-hero .home-slide {
        background-size: cover !important;
    }
}

@media only screen and (max-width:1200px) {
    .home-hero-inner .primary {
        font-size: 50px;
    }
}

@media only screen and (max-width:1050px) {
    #home-hero .slick-arrow {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .slick-arrow svg {
        height: 20px;
    }

    button.slick-arrow {
        padding: 10px 20px;
    }
}

@media only screen and (max-width:600px) {
    div#homepage-feature {
        display: none;
    }

    #home-hero a.button {
        width: 100%;
        margin: 0 0 20px 0;
    }

    #home-hero a.button.secondary {
        margin: 0;
    }

    .home-hero-inner .primary {
        text-align: center;
        font-size: 40px;
    }

    .home-hero-inner {
        width: 100%;
        justify-content: center;
    }
}

@media only screen and (max-width:450px) {
    .home-hero-inner .primary {
        font-size: 30px;
    }
}

/**********************
 * Blog / Archives
 *********************/

/********************** * News / Blog / Archives *********************/
body.content-sidebar .content-sidebar-wrap,
body.sidebar-content .content-sidebar-wrap {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}

body.content-sidebar .sidebar,
body.sidebar-content .sidebar {
    margin-top: 64px;
    border-right: solid 1px #ddd;
    padding-right: 64px;
    margin-bottom: 64px;
}

.blog .content .row,
.archive .content .row,
.single .content .row {
    padding: 0;
}

.archive-description {
    display: none !important;
}

.row.page-title h1 {
    margin-bottom: 0;
}

.entry-content>img:first-child,
.entry-content>picture:first-child {
    float: right;
    width: 40%;
    margin: 0 0 32px 32px;
}

.entry-content>img:first-child,
.entry-content>picture:first-child img {
    width: 100%;
}

.single .entry-header span.entry-title {
    display: none;
}

.single .row.page-title,
.archive .row.page-title,
.blog .row.page-title {
    margin-bottom: 20px;
}

.entry-content a.more-link {
    display: block;
    width: 190px;
    margin-top: 20px;
    margin-bottom: 0;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
}

.entry-content a.more-link svg {
    top: 4px;
    margin-left: 5px;
    width: 19px;
    fill: #47a2e7;
    position: relative;
    transition: all 300ms;
}

.entry-content a.more-link:hover svg {
    fill: #a28e29;
}

.entry-content a.more-link:hover {
    color: #a28e29 !important;
}

.blog article .entry-content,
.archive article .entry-content {
    display: grid;
    grid-template-columns: calc(70% - 40px) calc(30% + 40px);
    grid-template-rows: 1fr 1fr;
    grid-column-start: 1;
    padding-bottom: 40px;
}

.blog article .entry-content .entry-image-link,
.archive article .entry-content .entry-image-link {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    padding-left: 40px;
}

.blog article .entry-content:before,
.archive article .entry-content:before {
    display: none;
}

.blog article .entry-content .more-link,
.archive article .entry-content .more-link {
    grid-column-start: 1;
    height: 30px;
    color: #47a2e7;
}

.blog article footer.entry-footer,
.archive article footer.entry-footer {
    display: none;
}

.blog article,
.archive article {
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
}

.archive h1 span {
    display: block;
}

aside .widget_categories nav>ul {
    display: flex;
    flex-direction: column;
}

aside .widget_categories nav>ul .cat-item.cat-item-1 {
    order: 0;
}

aside .widget_categories nav>ul .cat-item {
    order: 1;
}

article a.entry-title-link {
    display: inline-block;
    line-height: 1.25;
}

.pagination ul {
    padding: 0;
}

a.entry-image-link:hover img {
    opacity: 0.7;
}

a.entry-image-link img {
    transition: opacity 300ms;
}

div.addtoany_content {
    margin: 40px 0;
}

div.addtoany_content:before {
    content: 'Share on Social Media';
    font-size: 0.875em;
    display: block;
    margin-bottom: 10px;
    font-style: italic;
    opacity: 0.7;
}

div.addtoany_content>div a:first-child {
    padding-left: 0;
}

.sidebar input.search-form-submit {
    position: relative;
    width: 98px;
    min-width: 98px;
    height: 42px;
    border-radius: 0;
    background: #014780;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    padding: 16px;
}

.search a.entry-image-link {
    display: none;
}

.search .row.page-title {
    padding: 0;
    margin-bottom: 50px;
}

.sidebar input.search-form-submit:hover {
    background: #005c97;
}

.sidebar input.search-form-input {
    height: 42px;
    flex-grow: 1;
    margin-right: 8px;
}

.sidebar form.search-form {
    display: flex;
}

.sidebar .tagcloud {
    display: flex;
    flex-direction: column;
}

.sidebar .tagcloud a {
    display: inline-block;
    font-size: 18px !important;
    margin-bottom: 10px;
    max-width: max-content;
}

div.archive-loop-wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    left: -16px;
    width: calc(100% + 32px);
}

div.archive-loop-wrap article {
    width: calc(50% - 32px);
    margin: 0 16px 32px 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border: solid 1px #ddd;
    background: #efefef;
}

div.archive-loop-wrap article .entry-content {
    display: contents;
    font-size: 16px;
}

div.archive-loop-wrap article .entry-image-link {
    order: -1;
    padding: 0 !important;
    display: block;
    margin-bottom: 20px;
}

div.archive-loop-wrap article .entry-image-link>img,
div.archive-loop-wrap article .entry-image-link>picture {
    margin-bottom: 0;
    border: solid 1px #ddd;
}

div.archive-loop-wrap article .entry-title-link {
    font-size: 22px;
    display: block;
    margin-bottom: 16px;
    color: #014780;
}

div.archive-loop-wrap article .entry-title-link:hover {
    color: #0073e5;
}

div.archive-loop-wrap article .entry-meta {
    margin-bottom: 14px;
}

article time.entry-time {
    font-style: italic;
    font-size: 0.875em;
}

article blockquote {
    border-left: solid 4px #927a0c;
    padding: 20px;
    margin: 0 0 32px 0;
    font-size: 1.25em;
    line-height: 1.5;
}

article blockquote p:last-child {
    margin-bottom: 0;
}

div#filters-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

#filters-wrap p.f-label {
    font-family: 'Helvetica Neue LT W05 75 Bold', sas-serif;
    width: 100%;
    margin-bottom: 10px;
}

#filters-wrap div.facetwp-facet {
    width: calc(33.33% - 32px);
    margin-right: 32px;
    margin-bottom: 0;
}

#filters-wrap button.facet-reset {
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    padding-top: 20px;
    background: #efefef;
    color: #222;
    border: solid 1px #ddd;
}

#filters-wrap button.facet-reset:hover {
    background: #222;
    color: #fff;
}

.entry-meta .rtags {
    display: inline;
    vertical-align: top;
    position: relative;
}

div.archive-loop-wrap article p.entry-meta {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8px !important;
}


.entry-meta .rtags a {
    padding: 0 10px;
    border-right: solid 1px #aaa;
    font-size: 14px;
    line-height: 1;
}

.entry-meta .rtags a:first-child {
    border-left: solid 1px #aaa;
    margin-left: 12px;
}

.entry-meta .rtags a:last-child {
    border-right: 0;
}

.entry-meta .aligncenter img {
    margin: 0 auto;
    display: block;
}

.content a.entry-image-link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: all 500ms;
}

.content a.entry-image-link {
    position: relative;
}

.content a.entry-image-link:hover:after {
    background: rgb(0 75 135 / 65%);
}

.single-post p.entry-meta {
    margin-bottom: 32px;
}

.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container input {
    height: 38px;
}

div#gform_confirmation_message_6 {
    text-align: center;
    font-weight: 700;
}

.letters .w .c {
    opacity: 0;
    display: inline-block;
}

.letters .w {
    white-space: nowrap;
}

.page-title .text-wrapper {
    display: inline-block;
    font-size: 32px;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    color: #000;
    position: relative;
    margin-top: 10px;
    padding: 0 16px;
    position: relative;
}

.text-wrapper .line {
    background: #000;
    height: 32px;
    opacity: 0;
    position: absolute;
    left: 0;
    width: 2px;
    transform-origin: 0 50%;
    display: inline-block;
}

.page-title span.pri {
    display: block;
}

@media only screen and (max-width:1200px) {
    .sidebar input.search-form-submit {
        width: 100%;
        margin-top: 10px;
    }

    .sidebar form.search-form {
        display: block;
    }

    .rc-anchor-normal {
        max-width: 190;
    }
}

@media only screen and (max-width:959px) {

    body.content-sidebar .sidebar,
    body.sidebar-content .sidebar {
        margin-bottom: 90px;
    }

    body.content-sidebar .sidebar,
    body.sidebar-content .sidebar {
        background: #efefef;
        padding: 32px;
        border: solid 1px #ddd;
        visibility: none;
    }
}

@media only screen and (max-width:700px) {
    .entry-content>img:first-child {
        float: none;
        margin: 0 0 32px 0;
        width: 100%;
    }

    div.row h2,
    div.row .f-text>p,
    div#cta {
        text-align: left !important;
    }

    div.archive-loop-wrap article {
        width: 100%;
        margin: 0 0 32px 0;
    }

    div.archive-loop-wrap {
        left: 0;
        width: 100%;
    }

    div.archive-loop-wrap article .entry-image-link>img,
    div.archive-loop-wrap article .entry-image-link>picture,
    .blog article .entry-content .entry-image-link,
    .archive article .entry-content .entry-image-link,
    div.archive-loop-wrap article .entry-image-link img {
        width: 100% !important;
    }

    .page-title .text-wrapper {
        left: -16px;
        margin-top: 16px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 600px) {

    .blog article .entry-content,
    .archive article .entry-content {
        display: flex;
        flex-direction: column;
    }

    .blog article .entry-content .entry-image-link,
    .archive article .entry-content .entry-image-link {
        order: -1;
        padding: 0;
        margin-bottom: 20px;
        display: inline-block;
        width: 300px;
        max-width: 100%;
    }

    .blog article .entry-content * {
        grid-column-start: auto;
        grid-row-start: auto;
        grid-column-end: auto;
        grid-row-end: auto;
    }
}


/**********************
 * Footer & CTA
 *********************/

div#va-footer {
    padding: 64px 5% 14px 5%;
    margin-bottom: 0;
    background: #111;
}

div#va-footer .row-inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer-col {
    width: 33%;
    /* padding-right: 16px; */
}

.footer-col.contact-info {
    min-width: 330px;
    /* padding-right: 20px; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 16px;
}

.footer-col.contact-info .hq-location {
    width: 33%;
}

.footer-col.contact-info img {
    margin-bottom: 20px;
}

.contact-info p {
    margin-bottom: 16px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.contact-info svg {
    width: 20px;
    height: 20px;
    color: #fff;
    fill: #fff;
    transition: all 300ms;
}

.contact-info a:hover svg {
    color: #a28e2a;
}

.menu-col li.menu-item-has-children>a {

    color: #004B87;
    text-transform: uppercase;
    font-size: 18px;
}

.menu-col li a {
    text-decoration: none;
}

.menu-col ul.sub-menu {
    padding-top: 8px;
}

.menu-col li {
    margin-bottom: 12px;
}

.copy-va {
    display: inline-block;
    opacity: 0.5;
}

div#cta {
    background: #004780 url(/wp-content/uploads/cta-bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 64px 5%;
    text-align: center;
    background-attachment: fixed;
    margin-bottom: 0;
}

#cta h2 {
    color: #fff;
    font-size: 44px;
    text-transform: uppercase;
}

#cta h2 span {
    display: block;
    color: #A28E2A;
}

.cta-content p {
    color: #fff;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
}

.cta-content {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
}

#cta a.button {
    background: #a28e2a;
}

#cta a.button:hover {
    background: #85741f;
}

p.f-name {
    color: #004B87;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.footer .address-phone {
    display: flex;
}

.footer .address-phone>div {
    width: 50%;
}

.address-phone.address-us {
    margin-bottom: 20px;
}

.contact-info p a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.contact-info p.f-address span {
    display: block;
}

.footer .sub-menu li a {
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 1.25;
}

.footer #menu-item-385 .sub-menu,
.footer #menu-item-394 .sub-menu {
    column-count: 2;
}

footer.site-footer {
    background: #111;
    border: 0;
    color: #969696;
    font-size: 13px;
    text-align: left;
}

.copy-va a {
    color: #fff;
    text-decoration: none;
}

footer.site-footer .wrap {
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
}

.menu-col li.menu-item-has-children>a:hover {
    color: #0168a7;
}

.footer .sub-menu li a:hover {
    color: #a9a9a9;
}

.contact-info p a:hover {
    color: #a9a9a9;
}

.contact-info a.ft-uk {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
    margin: 10px 0 8px 0;
}

.contact-info a.ft-uk:hover {
    opacity: 0.7;
}

@media only screen and (max-width:1200px) {
    div#va-footer .row-inner {
        flex-wrap: wrap;
    }

    .footer-col.contact-info {
        width: 100%;
        margin-bottom: 40px;
    }

    .footer .address-phone {
        max-width: 340px;
    }

    .footer-col {
        width: 31%;
    }
}

@media only screen and (max-width:959px) {
    /* 	div.footer-widget-area {
		width: 25%;
		float:left;
		padding:0;
	}

	.widget-area.footer-widgets-1.footer-widget-area {
		width: 100%;
		float: none;
		display:block !important;
	} */

    .footer-col.contact-info {
        min-width: 250px;
        padding-right: 20px;
    }

    .footer-col.contact-info {
        min-width: 0;
        width: 100%;
        margin-bottom: 32px;
    }

    .footer-col {
        width: 23%;
    }
}

@media only screen and (max-width:768px) {

    /* 	div.footer-widget-area {
		width: 50%;
	} */
    .footer-col {
        width: 48%;
        margin-bottom: 32px;
    }

    .footer-col {
        display: none;
    }

    .footer-col.contact-info {
        display: block;
    }

    #cta h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width:600px) {
    .copy-va {
        display: block;
    }

    .copy-wrap span.sep {
        display: none;
    }
}

@media only screen and (max-width:500px) {

    .footer-col.menu-col {
        display: none;
    }

    .footer-col.contact-info {
        margin-bottom: 0;
    }

    .footer .address-phone {
        display: block;
    }

    .footer .address-phone>div {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer .address-phone>div:last-child {
        margin-bottom: 0;
    }

    #cta h2 {
        font-size: 26px;
    }

    #home-hero .slick-arrow svg {
        display: none;
    }
}


@media only screen and (max-width:350px) {
    .title-area {
        max-width: 220px !important;
    }
}

/**********************
 * Mobile Buttons
 *********************/

.phone-buttons {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 50;
}

.phone-buttons>div {
    flex-grow: 1;
    text-align: center;
    background: #222;
    border-right: solid 1px #505050;
}

.phone-buttons>div svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}

.phone-buttons>div a {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

.phone-buttons>div:last-child {
    border: 0;
}



/**********************
 * CTA
 *********************/



/**********************
 * Layouts
 *********************/

/*** Title with Main Content ***/

main#genesis-content {
    padding-top: 60px;
}

.row.main-content {
    text-align: center;
    padding-top: 0;
}

.row.main-content .f-text {
    max-width: 1430px;
    margin: 0 auto;
}

.f-text p:last-child,
.f-text ul:last-child,
.f-text ol:last-child {
    margin-bottom: 0;
}

.f-text a {
    color: #004B87;
    font-weight: normal;
    text-decoration: underline;
}

.f-text a:hover {
    color: #927a0d;
}

.breadcrumbs>span:last-child {
    display: none;
}

.breadcrumbs span.sep:nth-last-child(2) {
    display: none !important;
}

.breadcrumbs span.sep {
    color: red;
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
}

.breadcrumbs a {
    color: #666;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.breadcrumbs a:hover {
    color: #004780;
}

.breadcrumbs {
    margin-bottom: 10px;
}

.breadcrumbs>span:nth-child(1),
.breadcrumbs>span:nth-child(2) {
    display: none;
}

.f-title {
    max-width: 1200px;
    margin: 0 auto;
}

.row.main-content .f-text h2 {
    max-width: 1000px;
    margin: 0 auto 30px auto;
}

.row.main-content .f-text ul,
.row.text-full-width .f-text ul {
    max-width: 900px;
    margin: 0 auto 30px auto;
    text-align: left;
    padding-left: 0;
    display: table;
}

.row.main-content .f-text ul li,
.row.text-full-width .f-text ul li,
.row.column-content .f-text ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.row.main-content .f-text ul li:before,
.row.text-full-width .f-text ul li:before,
.row.column-content .f-text ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 11px;
    background: #A28E2A;
    display: block;
    border-radius: 50%;
}

.row.main-content .f-text ul.two-column,
.row.text-full-width .f-text ul.two-column,
.row.column-content .f-text ul.two-column {
    column-count: 2;
    column-gap: 40px;
    display: block;
}

.content .f-text ul.col-2 {
    column-count: 2;
    column-gap: 40px;
    display: block;
}

.row.text-full-width .f-text ul,
.row.text-full-width .f-text ul.two-column {
    max-width: 100%;
    display: block;
}

.right.table-wrap {
    width: 700px;
    max-width: 100%;
    float: right;
    text-align: initial;
    margin: 0 0 0 60px;
}

.f-text table th {
    background: #004780;
    color: #fff;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    padding: 5px 10px;
    line-height: 1.5;
    padding-top: 16px;
    padding-bottom: 16px;
    vertical-align: middle;
}

.f-text table td {
    background: #fff;
    padding: 5px 10px;
}

.mobiletable {
    display: none;
}

.page-id-203 .mobiletable tr:not(:nth-child(-n + 2)):not(:nth-child(21)):not(:nth-child(40)):not(:nth-child(odd)),
.tabledata {
    border: none;
}

.mobiletable td {
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .mobiletable {
        display: block;
    }

    .desktoptable {
        display: none;
    }

    .data-table-wrap:before {
        content: none !important;
    }
}

@media only screen and (max-width:1200px) {
    .right.table-wrap {
        float: none;
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width:959px) {

    .data-table-wrap table {
        width: 1200px;
        max-width: none;
    }

    .data-table-wrap .mobiletable {
        width: 100%;
    }

    .data-table-wrap {
        overflow-x: scroll;
    }

    .data-table-wrap:before {
        content: 'Scroll Table for More Data';
        display: block;
        margin-bottom: 10px;
        font-style: italic;
    }
}

@media only screen and (max-width:768px) {
    .table-wrap {
        overflow-x: scroll;
    }

    .row.main-content .f-text ul.two-column,
    .row.text-full-width .f-text ul.two-column,
    .row.column-content .f-text ul.two-column {
        column-count: auto;
        column-gap: auto;
        display: block !important;
    }

    .content .f-text ul.col-2 {
        column-count: auto;
        column-gap: auto;
        display: block !important;
    }

}

@media only screen and (max-width:700px) {
    .row.main-content {
        text-align: left;
    }

    .row.main-content .f-text>* {
        text-align: left !important;
    }

    .row.main-content .f-text ul.two-column {
        column-count: auto;
        column-gap: normal;
    }
}

/*** Content with Media ***/

.content-media .row-inner {
    display: flex;
    justify-content: space-between;
}

.content-media .row-inner>div {
    width: calc(50% - 32px);
    order: 1;
}

.content-media.asset-right .row-inner>div.f-asset {
    order: 2;
}

.content-media.asset-left .row-inner>div.f-asset {
    order: 0;
}

.content-media .f-asset img,
.content-media .f-asset iframe {
    width: 100%;
}

.content-media .btn-container a.button {
    margin-right: 20px;
    margin-bottom: 20px;
}

.content-media .btn-container a.button:last-child {
    margin-right: 0;
}

.asset-caption {
    text-align: center;
}

.asset-caption svg {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    fill: #fff;
    position: relative;
    top: 3px;
}

body.why-leary a.button {
    margin: 10px 0;
}

body.why-leary .style-dark a.button {
    background-color: #333;
    text-decoration: none;
}

body.why-leary .style-dark a.button:hover {
    background-color: #927a0c;
}

body.why-leary .f-asset {
    width: calc(25% - 32px);
}

body.why-leary .f-text {
    width: calc(75% - 32px);
}

.page-template-homepage-flex p.vid-link,
a.vid-link,
p.vid-link {
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    text-decoration: none !important;
    display: inline-block;
    background: url(/wp-content/uploads/youtube-brands-blue.svg) left center no-repeat;
    padding-left: 40px;
    background-size: 32px;
}

.style-dark a.vid-link,
.page-template-homepage-flex p.vid-link,
.style-dark p.vid-link {
    background: url(/wp-content/uploads/youtube-brands-white.svg) left -2px no-repeat;
    background-size: 32px;
}

.style-dark a {
    color: #fff !important;
    text-decoration: underline;
}

.style-dark a:hover {
    color: #85caf7 !important;
}

.f-text a.button {
    text-decoration: none;
    min-width: 240px;
    width: min-content;
    color: #fff;
}

.style-dark .f-text a.button {
    background: rgba(255 255 255 / 35%);
}

.style-dark .f-text a.button:hover {
    background: #a28e2a;
    color: #fff !important;
}

.content-media .f-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

a.button:hover {
    background: #a28e2a;
}

div#acf6320db9a7b9b0 .f-text a.button {
    min-width: 320px;
}

.asset-caption p {
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    display: inline-block;
    background-size: 32px;
    margin-bottom: 0;
}

@media only screen and (max-width:900px) {

    .content-media .row-inner {
        flex-wrap: wrap;
    }

    .content-media .row-inner>div {
        width: 100%;
    }

    .content-media .row-inner>div.f-asset {
        order: 0 !important;
        margin-bottom: 32px !important;
    }

    body.why-leary .content-media .row-inner>div.f-asset img {
        width: 25%;
        text-align: center;
    }

    body.why-leary .content-media .row-inner>div.f-asset {
        text-align: center;
    }

    .why-leary .content-media.row {
        padding: 16px 5%;
    }
}

/*** Form ***/

.form .form-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.row.form .form-content {
    text-align: center;
    margin-bottom: 40px;
}

div#acf6307b0e67280c {
    background: #efefef;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.page-id-94 .content .row-inner>.f-text,
.page-id-1056 .content .row-inner>.f-text {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.row.form .form-content .f-text {
    max-width: 900px;
    margin: 0 auto;
}

div#acf6307a9c8897a0 {
    padding-top: 0;
}

div#acf6307a9c8897a0 .row-inner {
    /*     border-top: solid 1px #ddd; */
    padding-top: 60px;
}

div.gform_footer {
    text-align: center;
}

input.gform_button {
    background: #014780;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    line-height: 1;
    padding: 20px 48px 18px;
    text-transform: uppercase;
}

input.gform_button:hover {
    background: #a28e29;
}

div#acf6307b0e67280c img {
    padding: 20px;
    background: #fff;
    border: solid 1px #ddd;
}

.page-id-94 div.row.form,
.page-id-1056 div.row.form {
    padding-top: 0;
}

/*** Cards (Default) ***/
.cards-default h2 {
    text-align: center;
}

.cards-default .f-text {
    text-align: center;
    margin-bottom: 64px;
}

.cards-default h2 {
    text-align: center;
}

.cards-default .f-text {
    text-align: center;
    margin-bottom: 64px;
}

.cards-default .cards-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cards-default .cards-items .item {
    width: calc(25% - 32px);
    margin-right: 32px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 12px 20px -6px rgb(0 0 0 / 20%);
    margin-bottom: 32px;
}

.cards-default .cards-items .img {
    height: 200px;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

.cards-default .cards-items .text {
    padding: 30px;
}

.cards-default a {
    text-decoration: none;
}

.cards-default h3 {
    font-size: 22px;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    margin-bottom: 0;
}

.cards-default p.secondary {
    font-size: 0.75em;
    color: #777;
    margin-bottom: 16px;
}

.cards-default .desc p {
    color: #333;
    margin-bottom: 16px;
}

.cards-default .btn-cta {
    border-radius: 25px;
    padding: 10px 40px;
    background: #004b87;
    color: #fff;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    font-size: 0.875em;
    display: inline-block;
    transition: all 300ms;
}

.cards-default a:hover .btn-cta {
    background: #0073e5;
}


.cards-default .cards-items .img:before {
    content: '';
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #004b87;
    transition: all 400ms;
    opacity: 0;
}

.cards-default .cards-items a:hover img:before {
    opacity: 0.7 !important;
}

.cards-default .cards-items a:hover .img:before {
    opacity: 0.7;
}

.cards-default.card-style-side .cards-items .item {
    width: calc(50% - 32px);
    box-shadow: 2px 3px 20px 0px rgb(0 0 0 / 20%);
}

.cards-default.card-style-side .cards-items .item a {
    display: flex;
}

.cards-default.card-style-side .cards-items .item .img {
    width: 45%;
    min-width: 45%;
    display: flex;
    height: auto;
}


.cards-default.card-style-side .cards-items .item .text {
    width: 55%;
    min-width: 55%;
}

@media only screen and (max-width:1400px) {
    .cards-default .cards-items .item {
        width: calc(33.33% - 32px);
    }
}

@media only screen and (max-width:1100px) {
    .cards-default.card-style-side .cards-items .item {
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width:1000px) {
    .cards-default .cards-items .item {
        width: calc(50% - 32px);
    }
}

@media only screen and (max-width:950px) {
    .cards-default.card-style-side .cards-items .item {
        width: 100%;
        margin-right: 0;
    }

}

@media only screen and (max-width:700px) {
    .cards-default .cards-items .item {
        width: 100%;
        margin-right: 0 !important;
    }

    footer .copy-wrap a.pp,
    footer .copy-wrap div.copy-va {
        display: block;
        padding: 5px 0;
    }

    footer .copy-wrap span.sep {
        display: none;
    }
}

@media only screen and (max-width:500px) {
    .cards-default.card-style-side .cards-items .item a {
        flex-direction: column;
    }

    .cards-default.card-style-side .cards-items .item .img {
        width: 100%;
        height: 200px;
    }

    .cards-default.card-style-side .cards-items .item .text {
        width: 100%;
    }

    div#acf6320db9a7b9b0 .f-text a.button {
        min-width: 0;
    }
}


/*** Cards (Full Image) ***/

.cards-full-image h2,
.cards-full-image .f-text {
    text-align: center;
}

.cards-full-image .f-text {
    margin-bottom: 64px;
}

.cards-full-image .cards-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cards-full-image .item {
    width: calc(33.33% - 40px);
    margin-right: 40px;
    height: 340px;
    border-radius: 0;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 40px;
}

.cards-full-image .item a {
    padding: 20px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    height: 100%;
    transition: all 600ms;
}

.cards-full-image div.desc {
    max-height: 0;
    transition: all 600ms;
    transition-timing-function: cubic-bezier(0.53, 0.94, 0.82, 0.63);
    overflow: hidden;
    display: block;
    margin-bottom: 0;
    display: none;
}

.cards-full-image p.secondary {
    font-size: 0.875em;
    margin: 0;
    transition: margin 600ms;
    text-transform: uppercase;
    line-height: 1.375;
}

.cards-full-image a:hover p.secondary {
    /* margin-bottom: 16px; */
}

.cards-full-image .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 340px;
    max-height: 340px;
    transition: max-height 600ms;
    padding: 0 16px;
}

.cards-full-image .item a:after {
    content: '';
    background: rgba(0, 0, 0, 0.55);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 600ms;
}

.cards-full-image h3 {
    font-size: 20px;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cards-full-image h3:after {
    content: '';
    height: 1px;
    width: 40px;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    position: absolute;
}

.cards-full-image .item a:hover div.desc,
.isMobile .cards-full-image .item a div.desc {
    max-height: 350px;
}

.cards-full-image .item a:hover:after,
.isMobile .cards-full-image .item a:after {
    /* height: 140%; */
    /* background-image: linear-gradient(0deg, #000000a6, #00000000); */
    background: rgb(0 75 135 / 85%);
}

.cards-full-image .item div.desc p {
    font-size: 0.75em;
    padding: 0 32px;
    margin-bottom: 0;
}

.cards-full-image a:hover .text,
.isMobile .cards-full-image a .text {
    max-height: 340px;
    padding-bottom: 0;
}

.cards-full-image .item span.btn-cta {
    background: #0C6EA3;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 6px 24px;
    border-radius: 20px;
    font-size: 0.875em;
    margin-top: 16px;
}

@media only screen and (max-width:1400px) {
    .cards-full-image .item {
        width: calc(33% - 40px);
    }
}

@media only screen and (max-width:950px) {
    .cards-full-image .item {
        width: calc(50% - 20px);
    }

    .cards-full-image .item:nth-child(even) {
        margin-right: 0;
    }

    .cards-full-image .item:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width:600px) {
    .cards-full-image .item {
        width: 100%;
        margin-right: 0
    }
}

/*** Cards (Small with Hover Image) ***/
.cards-small-with-hover-image .f-text {
    margin-bottom: 64px;
    text-align: center;
}

.cards-small-with-hover-image h2 {
    text-align: center;
}

.cards-small-with-hover-image .cards-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cards-small-with-hover-image .item {
    width: calc(20% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    background-position: center !important;
    background-size: cover !important;
}

.cards-small-with-hover-image .item a {
    display: flex;
    position: relative;
    flex-direction: column;
    text-decoration: none;
    color: #333;
    box-shadow: 0 0 13px -5px rgb(0 0 0 / 20%);
    border: solid 1px #ddd;
    border-bottom: 0;
    height: 100%;
}

.cards-small-with-hover-image .item svg {
    width: 40px;
    height: 40px;
    color: #333;
    fill: #333;
    margin-bottom: 10px;
    transition: all 600ms;
}

.cards-small-with-hover-image .item h3 {
    font-size: 21px;
    margin-bottom: 8px;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
}

.cards-small-with-hover-image .item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 600ms;
}

.cards-small-with-hover-image .item .text {
    position: relative;
    z-index: 1;
    padding: 64px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.cards-small-with-hover-image .item p {
    font-size: .75em;
    margin-bottom: 0;
    line-height: 1.25;
}

.cards-small-with-hover-image span.icon-arrow {
    display: block;
    width: 100%;
    background: #004b87;
    z-index: 1;
    padding: 0 5px;
    height: 22px;
    max-height: 4px;
    transition: all 600ms;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

.cards-small-with-hover-image .item .icon-arrow svg {
    color: #fff;
    height: 12px;
    width: 12px;
    float: right;
    transition: all 600ms;
    opacity: 0;
    margin: 0;
}

.cards-small-with-hover-image a:hover span.icon-arrow {
    max-height: 22px;
    padding: 5px;
}

.cards-small-with-hover-image a:hover span.icon-arrow svg {
    opacity: 1;
}

.cards-small-with-hover-image .item a:hover:before {
    background: rgba(0, 0, 0, 0.4);
}

.cards-small-with-hover-image .item a:hover {
    color: #fff;
}

.cards-small-with-hover-image .item a:hover svg {
    color: #fff;
    fill: #fff;
}

.cards-small-with-hover-image.style-dark .item a {
    border: 0;
}

#acf6307e2934f0dd.cards-small-with-hover-image .item a:before {
    background: rgba(0, 0, 0, 0.4);
}

#acf6307e2934f0dd.cards-small-with-hover-image .item a:hover:before {
    background: rgb(1 71 128 / 61%);
}

#acf6307e2934f0dd.cards-small-with-hover-image .item svg {
    color: #fff;
    fill: #fff;
}

#acf6307e2934f0dd.cards-small-with-hover-image .item a {
    color: #fff;
}

#acf6307e2934f0dd.cards-small-with-hover-image .item a:hover,
#acf6307e2934f0dd.cards-small-with-hover-image .item a:hover svg {
    color: #e9d15e;
}

@media only screen and (max-width:1400px) {
    .cards-small-with-hover-image .item {
        width: calc(33.33% - 20px);
    }
}

@media only screen and (max-width:950px) {
    .cards-small-with-hover-image .item {
        width: calc(50% - 10px);
    }

    .cards-small-with-hover-image .item:nth-child(even) {
        margin-right: 0;
    }
}

@media only screen and (max-width:600px) {
    .cards-small-with-hover-image .item {
        width: 100%;
        margin-right: 0;
    }
}


/*** Cards (Grid with Featured) ***/

.cards_grid_with_featured h2 {
    text-align: center;
}

.cards_grid_with_featured .f-text {
    text-align: center;
    margin-bottom: 64px;
}

.cards_grid_with_featured .cards-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cards_grid_with_featured .grid-half {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.cards_grid_with_featured .grid-half:nth-child(odd) {
    padding-right: 15px;
}

.cards_grid_with_featured .grid-half:nth-child(even) {
    padding-left: 15px;
}

.cards_grid_with_featured .grid-half .item.featured {
    width: 100%;
    height: 630px;
    border: solid 1px #ddd;
}

.cards_grid_with_featured .grid-half .item.normal {
    height: calc(50% - 15px);
    margin-bottom: 30px;
    width: calc(50% - 15px);
    margin-right: 30px;
    height: 300px;
    border: solid 1px #ddd;
}

.cards_grid_with_featured .grid-half .item a {
    text-decoration: none;
    color: #fff;
    /* padding: 20px; */
    display: flex;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.cards_grid_with_featured .grid-half .item a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, #000000a6, transparent);
    transition: all 600ms;
}

.cards_grid_with_featured .grid-half .item h3 {
    margin-bottom: 8px;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
}

.cards_grid_with_featured .grid-half .item p {
    text-align: center;
    font-size: 0.75em;
    margin-bottom: 0;
}

.cards_grid_with_featured .grid-half .item a .text {
    width: 100%;
    position: absolute;
    bottom: 10px;
    padding: 20px;
    transition: all 600ms;
}

.cards_grid_with_featured .grid-half .item.normal:nth-child(even) {
    margin-right: 0;
}

.cards_grid_with_featured .grid-half .item.normal:nth-child(3),
.cards_grid_with_featured .grid-half .item.normal:nth-child(4) {
    margin-bottom: 0;
}

.cards_grid_with_featured .grid-half .item {
    background-size: cover !important;
    background-position: center !important;
}

.cards_grid_with_featured .grid-half .item a:hover:before {
    height: 140%;
    background: linear-gradient(0deg, rgb(0 75 135 / 94%), transparent);
}

.cards_grid_with_featured .grid-half .item a:hover .text {
    bottom: calc(50% - 50px);
}

@media only screen and (max-width:1200px) {
    .cards_grid_with_featured .grid-half {
        width: 100%;
        padding: 0 !important;
    }

    .cards_grid_with_featured .grid-half .item.featured {
        height: 300px;
    }

    .cards_grid_with_featured .grid-half .item.normal {
        width: calc(50% - 15px);
    }
}

@media only screen and (max-width:600px) {
    .cards_grid_with_featured .grid-half .item.normal {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px !important;
    }
}

/*** List with Small Image ***/

.list-with-small-images h2 {
    text-align: center;
}

.list-with-small-images .f-text {
    text-align: center;
    margin-bottom: 64px;
}

.list-with-small-images .list-items {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.list-with-small-images .item {
    width: 50%;
    padding-right: 32px;
    margin-bottom: 64px;
}

.list-with-small-images .item a,
.list-with-small-images .item .item-inner {
    text-decoration: none;
    display: flex;
}

.list-with-small-images .item h3 {
    font-size: 22px;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    margin-bottom: 10px;
}

.list-with-small-images .item p {
    color: #333;
    margin-bottom: 0;
}

.list-with-small-images .img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin-right: 20px;
    /* border-radius: 50%; */
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    overflow: hidden;
    border: solid 1px #ddd;
}

.page-id-277 .list-with-small-images .img {
    border: none;
}

.list-with-small-images .item:nth-child(even) {
    padding-left: 32px;
}

.list-with-small-images .img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #004b87;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 400ms;
}

.list-with-small-images a:hover .img:before {
    opacity: 0.7;
}

.list-with-small-images.list-style-stacked a,
.list-with-small-images.list-style-stacked .item-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.list-with-small-images.list-style-stacked .img {
    margin-bottom: 20px;
    margin-right: 0;
}

.list-with-small-images.list-style-stacked .item {
    width: 25%;
    padding-right: 16px;
    padding-left: 16px;
}

.list-with-small-images.list-style-split .row-inner {
    display: flex;
}

.list-with-small-images.list-style-split .row-inner .list-content {
    width: 50%;
    padding-right: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-with-small-images.list-style-split .row-inner .list-items {
    padding-left: 32px;
    width: 50%;
}

.list-with-small-images.list-style-split .row-inner .list-items .item {
    width: 100%;
    margin-bottom: 0;
    border: solid 1px #ddd;
    border-bottom: 0;
    padding: 0;
}

.list-with-small-images.list-style-split .row-inner .list-items .item:last-child {
    border-bottom: solid 1px #ddd;
}

.list-with-small-images.list-style-split .row-inner .list-items .item a,
.list-with-small-images.list-style-split .row-inner .list-items .item .item-inner {
    padding: 20px;
}

.list-with-small-images.list-style-split h2 {
    text-align: left;
}

.list-with-small-images.list-style-split .f-text {
    text-align: left;
    margin-bottom: 0;
}

div#acf63333b994b1af .list-items .item {
    width: 25%;
    padding-left: 32px;
    padding-right: 32px;
}

div#acf63333b994b1af .list-items .item a {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

div#acf63333b994b1af .list-items .item a .img {
    width: 250px;
    height: 180px;
    margin-bottom: 20px;
	background-size: contain!important;
	background-repeat: no-repeat!important;
}

div#acf63333b994b1af .row-inner:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 0;
    left: 0;
}

div#acf63333b994b1af .row-inner {
    position: relative;
    padding-top: 60px;
}

div#acf63333b994b1af {
    padding-top: 0;
}

@media only screen and (max-width:1400px) {
    .list-with-small-images.list-style-split .row-inner {
        display: block;
    }

    .list-with-small-images.list-style-split .row-inner .list-content {
        width: 100%;
        padding: 0;
    }

    .list-with-small-images.list-style-split .f-text {
        margin-bottom: 64px;
        text-align: center;
    }

    .list-with-small-images.list-style-split h2 {
        text-align: center;
    }

    .list-with-small-images.list-style-split .row-inner .list-items {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width:1200px) {
    .list-with-small-images.list-style-stacked .item {
        width: 50%;
    }

    div#acf63333b994b1af .list-items .item {
        width: 50%;
    }

}

@media only screen and (max-width:768px) {
    .list-with-small-images .item {
        width: 100%;
        padding: 0 !important;
    }

    .list-with-small-images.list-style-stacked .item {
        width: 100%;
    }

    div#acf63333b994b1af .list-items .item {
        width: 100%;
    }

    div#acf63333b994b1af h2 {
        text-align: center !important;
    }
}

@media only screen and (max-width:500px) {
    .list-with-small-images.list-style-split .img {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
}

/*** Column-Based Content ***/
.column-content h2 {
    text-align: center;
}

.column-content .row-inner>.f-text {
    margin-bottom: 40px;
}

.column-content .column-items {
    display: flex;
    justify-content: space-between;
}

.column-content .col {
    width: 100%;
}

.column-content .col:last-child {
    margin-bottom: 0 !important;
}

.column-content.col-2 .column-items .col {
    width: calc(50% - 40px);
}

#acf63123acec6d33.column-content.col-2 .column-items .col {
    width: calc(50% - 10px);
    padding-right: 30px;
}

.column-content.col-3 .column-items .col {
    width: calc(33.33% - 40px);
}

#acf6312308cd43bd.column-content .col h3:before {
    content: '';
    height: 30px;
    width: 30px;
    background: url(/wp-content/uploads/Leary-Swish.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    bottom: -5px;
    margin-right: 5px;
}

.column-content.col-4 .column-items .col {
    width: calc(25% - 40px);
}

@media only screen and (max-width:1100px) {
    .column-content .column-items {
        flex-wrap: wrap;
    }

    .column-content.col-4 .column-items .col {
        width: calc(50% - 40px);
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:950px) {
    .column-content.col-3 .column-items .col {
        width: calc(33.33% - 20px);
    }

    .column-content.col-2 .column-items .col,
    .column-content.col-4 .column-items .col {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width:680px) {

    .column-content.col-2 .column-items .col,
    .column-content.col-3 .column-items .col,
    .column-content.col-4 .column-items .col,
    #acf63123acec6d33.column-content.col-2 .column-items .col {
        width: calc(100%);
        margin-bottom: 40px;
    }
}

/*** Image - Full Width ***/
.image-full-width {
    text-align: center;
}

.image-full-width .caption {
    padding-top: 20px;
    font-style: italic;
}

#acf6307b0e67280c.image-full-width .caption {
    font-style: normal;
}

/*** Solutions/Crosslinking ***/

.x-link-wrap {
    background: #F4F4F4;
    margin-bottom: 0px;
    padding: 104px 5%;
    overflow: hidden;
}

.x-link-wrap .row-inner {
    display: flex;
}

.x-link-wrap .row-inner .f-text {
    width: 33.33%;
    min-width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.x-link-wrap .x-links {
    width: 100%;
    padding-left: 60px;
    margin-bottom: 40px;
}

.x-link-wrap .x-link {
    width: 362px;
    padding: 0 16px;
}

.x-link-wrap h2 {
    color: #004B87;
}

.x-link-wrap h2 span {
    color: #222;
    display: block;
}

.x-link a.button {
    background: none;
    color: #004B87;
    padding: 0;
}

.x-link a {
    display: block;
    text-decoration: none;
}

.x-link a span {
    color: #004b87;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    display: block;
    padding-top: 12px;
}

.x-link-wrap button.slick-arrow svg {
    fill: #AAAAAA;
    position: absolute;
    width: 24px;
    transition: all 300ms;
}

.x-link-wrap button.slick-arrow {
    top: auto;
    padding: 0;
    height: 40px;
    width: 24px;
    display: flex;
}

.x-link-wrap button.slick-arrow.slick-next {
    bottom: -40px;
    left: 126px;
    right: auto;
}

.x-link-wrap button.slick-arrow.slick-prev {
    bottom: -40px;
    left: 76px;
}

.x-link-wrap button.slick-arrow:hover svg {
    fill: #a28e2a;
}

@media only screen and (max-width:1400px) {
    .x-link-wrap h2 {
        font-size: 32px;
    }

    .x-link-wrap h2 span {
        font-size: 24px;
    }
}

@media only screen and (max-width:850px) {
    .x-link-wrap .x-links {
        width: 48%;
        padding-left: 4%;
    }

    .x-link-wrap .row-inner .f-text {
        width: 48%;
        min-width: 48%;
    }

    .x-link-wrap button.slick-arrow.slick-prev {
        left: calc(8% + 8px);
    }

    .x-link-wrap button.slick-arrow.slick-next {
        left: calc(8% + 58px);
    }

    .x-link-wrap .x-link {
        padding: 0 8px;
    }
}

@media only screen and (max-width:650px) {
    .x-link-wrap .x-links {
        width: 100%;
        padding: 0;
    }

    .x-link-wrap .row-inner .f-text {
        width: 100%;
        margin-bottom: 40px;
    }

    .x-link-wrap .row-inner {
        display: block;
    }

    .x-link-wrap button.slick-arrow.slick-prev {
        left: 0;
        bottom: -60px;
    }

    .x-link-wrap button.slick-arrow.slick-next {
        left: 50px;
        bottom: -60px;
    }

    .x-link-wrap .x-link {
        padding: 0 16px 0 0;
    }

    .x-link-wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/*** Media Gallery ***/
.fancybox-slide--image .fancybox-content {
    background: #fff !important;
}

.row.gallery {
    background: #004B87;
    padding: 60px 5% 40px 5%;
    color: #fff;
}

.gallery .gallery-wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    left: -20px;
    position: relative;
}

.gallery .gallery-wrap>div {
    width: 20%;
    padding: 0 20px;
    height: 300px;
    position: relative;
    margin-bottom: 40px;
}

.gallery .gallery-wrap>div:only-child {
    margin: 0 auto;
    margin-bottom: 40px;
}

.gallery .gallery-wrap>div a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.gallery .gallery-wrap>div a svg {
    width: 12px;
    fill: #004B87;
    transition: all 300ms;
}

.gallery .gallery-wrap>div a .icon {
    background: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: all 300ms;
}

.gallery .gallery-wrap>div.video a svg {
    width: 8px;
    height: 100%;
}

.gallery .gallery-wrap>div a:hover:before {
    opacity: 0;
}

.gallery .gallery-wrap>div a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: all 300ms;
    opacity: 1;
}

.gallery .gallery-wrap>div a:hover .icon {
    background: #a28e2a;
}

.gallery .gallery-wrap>div a:hover .icon svg {
    fill: #fff;
}

@media only screen and (max-width:1400px) {
    .gallery .gallery-wrap>div {
        width: 25%;
    }
}

@media only screen and (max-width:1100px) {
    .gallery .gallery-wrap>div {
        width: 33.33%;
    }
}

@media only screen and (max-width:850px) {
    .gallery .gallery-wrap>div {
        width: 50%;
    }
}

@media only screen and (max-width:550px) {
    .gallery .gallery-wrap>div {
        width: 100%;
        padding: 0;
    }

    .gallery .gallery-wrap {
        left: auto;
        width: 100%;
    }
}

/*** Software Overview ***/

.row.overview {
    background: #F4F4F4;
    padding: 60px 5% 20px 5%;
}

.row.overview h2 {
    color: #004b87;
}

.overview-items {
    display: flex;
    flex-wrap: wrap;
}

.overview-items .item {
    width: calc(25% - 40px);
    margin-right: 40px;
    margin-bottom: 40px;
}

.overview-items .item h3 {
    font-size: 20px;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    margin-bottom: 10px;
    text-transform: none;
    color: #222222;
}

.overview-items .item img {
    margin-bottom: 14px;
    width: 100%;
}

.overview-items .item p {
    font-size: 18px;
    color: #444444;
    margin-bottom: 0;
}

.overview-items.full-width .item {
    width: 100%;
    display: flex;
}

.overview-items.full-width .item>img,
.overview-items.full-width .item>picture {
    order: 0;
    margin-right: 40px;
    width: 33%;
    max-width: 100%;
}

.overview-items.full-width .item .soft-content {
    order: 1;
    width: 66.66%;
}

@media only screen and (max-width:1200px) {
    .overview-items .item {
        width: calc(33.33% - 40px);
    }

    .overview-items.full-width .item {
        flex-wrap: wrap;
    }

    .overview-items.full-width .item>img,
    .overview-items.full-width .item>picture {
        margin-right: 0;
        width: auto;
        max-width: 100%;
        margin-bottom: 40px
    }

    .overview-items.full-width .item .soft-content {
        width: 100%;
    }

}

@media only screen and (max-width:850px) {
    .overview-items .item {
        width: calc(50% - 40px);
    }
}

@media only screen and (max-width:550px) {
    .overview-items .item {
        width: 100%;
        margin-right: 0;
    }
}


/*** Resources ***/

.resources h2 {
    color: #004b87;
}

ul.resource-links li {
    list-style: none;
}

ul.resource-links {
    padding: 0;
}

ul.resource-links:last-child {
    margin-bottom: 0;
}

ul.resource-links li a {
    background: url(/wp-content/uploads/pdf-icon.svg) left center no-repeat;
    background-size: 14px;
    padding-left: 28px;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    color: #004b87;
    text-decoration: none;
}

ul.resource-links li a:hover {
    color: #333;
}

/* Resources PDF Gate */
ul.resource-links li a.resource-disabled {
    pointer-events: none;
    color: #cacaca;
}

a.cky-banner-element:hover {
    cursor: pointer;
}

article.category-videos a.entry-image-link:before {
    content: '';
    background: #fff url(/wp-content/uploads/play-blue.svg) center no-repeat;
    background-size: 18px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    transition: all 300ms;
    border-radius: 50px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}

article.category-videos a.entry-image-link:after {
    background: rgba(0, 0, 0, 0.35);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
}

article.category-videos a.entry-image-link:hover:before {
    background-color: #e8f4ff;
}

.single-post div.video {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 32px auto;
}

.single-post div.video a {
    display: block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
    /*     width: 480px;
    height: 270px; */
    width: 800px;
    height: 450px;
    max-width: 100%;
    margin: 0 auto;
}

.single-post div.video a .icon {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    fill: #014780;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(50% - 25px);
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 13px 0px rgb(0 0 0 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms;
}

.single-post div.video a .icon svg {
    width: 24px;
    height: 24px;
    transition: all 300ms;
}

.single-post div.video a:hover .icon {
    background: #a28e29;
}

.single-post div.video a:hover .icon svg {
    fill: #fff;
}

p.v-caption {
    text-align: center;
    margin: 10px 0 0 0;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
}

.social.resources-social>p {
    margin-bottom: 5px;
}

.social.resources-social>a {
    background: #014780;
    color: #fff;
    fill: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    float: left;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
}

.social.resources-social>a svg {
    position: relative;
    top: 0px;
}

.social.resources-social>a:hover {
    background: #a28e29;
}

.social.resources-social:after {
    content: '';
    display: table;
    clear: both;
}

.social.resources-social {
    margin-bottom: 40px;
}

.sidebar section#custom_html-2 {
    margin: 0;
}




/*** Page Console ***/
.page-console h2 {
    color: #ddd;
    font-size: 85px;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    margin-bottom: 24px;
}

.page-console .f-title {
    max-width: 100%;
}

div#console {
    display: flex;
}

div#console-nav {
    width: 20%;
    padding-right: 60px;
    border-right: solid 1px #f0f0f0;
}

div#console-window {
    width: 80%;
    padding-left: 60px;
    position: relative;
}

#console-nav li a {
    color: #777777;
    font-weight: normal;
    font-family: 'Helvetica Neue LT W05 75 Bold', sans-serif;
    font-size: 16px;
}

#console-nav a svg {
    width: 16px;
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    position: relative;
    top: 1px;
    fill: #c7c7c7;
    transition: all 300ms;
}

#console-nav a:hover svg,
#console-nav .active a svg {
    fill: #a28e29;
}

#console-nav li {
    list-style: none;
}

#console-nav ul {
    padding: 0;
    margin: 0;
}

#console-nav li.active a,
#console-nav li a:hover {
    color: #004780;
}

div#console-window .console-page {
    display: none;
    opacity: 0;
    transition: all 400ms;
    display: flex;
    height: 0;
    position: absolute;
    top: 0;
}

div#console-window .console-page.active {
    opacity: 1;
    display: flex;
    position: relative;
    height: auto;
    transition: all 400ms;
    z-index: 1;
    background: #fff;
}

div#console-window .console-page>picture,
div#console-window .console-page>img {
    width: 40%;
    order: 2;
}

div#console-window .console-page .f-text {
    width: 60%;
    padding-right: 60px;
}

#console h3 {
    color: #004b87;
    font-size: 40px;
    margin-bottom: 20px;
}

@media only screen and (max-width:1600px) {
    .page-console h2 {
        font-size: 60px;
    }
}

@media only screen and (max-width:1150px) {
    .page-console h2 {
        font-size: 40px;
        color: #ddd;
    }

    #console h3 {
        font-size: 32px;
    }

    div#acf627aaa90334e1 h2 {
        font-size: 48px;
    }
}

@media only screen and (max-width:1100px) {
    div#console-nav {
        width: 100%;
        padding: 0;
        border: 0;
        border-bottom: solid 1px #f0f0f0;
        padding-bottom: 20px;
        margin-bottom: 40px;
        overflow-x: scroll;
    }

    div#console {
        display: block;
    }

    div#console-nav ul {
        display: flex;
        max-width: none;
        width: 1150px;
        justify-content: space-between;
    }

    div#console-window {
        width: 100%;
        padding-left: 0;
    }

    div#console-window {
        width: 100%;
        padding-left: 0;
    }

    div#console-window .console-page {
        display: block !important;
    }

    div#console-window .console-page>picture,
    div#console-window .console-page>img {
        margin: 0 0 40px 0;
        display: block;
        width: auto;
    }

    div#console-window .console-page .f-text {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width:600px) {
    div#acf627aaa90334e1 h2 {
        font-size: 48px;
    }
}

input#input_6_9 {
    height: auto;
}