/* RESET */

main,
#content,
.page-container,
.archive-header,
.hero-content {
    max-width: 100%;
}

.page-container {
    display: inline-block;
}

.outer-header {
    background: url('assets/menubg.png');
    background-size: 100%;
    /*height: 200px;*/
    padding-bottom: 15px;
}

/* TYPOGRAPHY */

h2,
h2.description {
    font-size: 45px;
}

h2.description {
    color: #1f5495;
}

p.subdescription {
    font-size: 28px;
}

/* PRIMARY MENU STYLES */

ul#primary-menu li {
    padding-left: 10px;
    font-size: 24px;
}

ul#primary-menu li a {
    color: #fff !important;
}


.main-navigation-area li a {
    padding-left: 30px;
}

ul#primary-menu li a span.menu-hover {
    padding: 5px 10px;
}

ul#primary-menu li a:hover span.menu-hover,
ul#primary-menu li a span.menu-hover.true-hovered,
ul#primary-menu li a span.menu-hover.sim-hovered {
    background-color: #333333;
    color: #ffffff;
}

ul#primary-menu li a:hover {
    text-decoration: none;
}

ul#primary-menu {
    float: right;
    margin-top: 20px;
}

@media screen and (min-width: 1240px) and (max-width: 1600px) {
    ul#primary-menu {
        margin-top: 22px;
    }
}

@media screen and (min-width: 990px) and (max-width: 1240px) {
    ul#primary-menu {
        margin-top: 30px;
    }
}

/* MEGAMENU */

.megamenu-display {
    background: #fff !important;
    position: absolute;
    z-index: 9999;
    display: none;
    height: 0;
    width: 0;
}

.megamenu-display.opened,
.megamenu-display.still-opened {
    display: inline-block;
    width: 100%;
    height: auto;

}

.megamenu-inner.container {
    padding: 60px;
}

ul.mega-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.megamenu-display {
    padding-bottom: 60px;
}

.megamenu-inner h5 {
    margin-top: 15px;
    font-size: 23px;
    font-family: "OpenSans-Semibold", sans-serif;
}

.inner-mega-col {
    padding: 0 10px;
}

ul.mega-list li a {
    color: #000;
    font-size: 18px;
}

h4.mega-title {
    font-family: "OpenSans-bold", sans-serif;
    color: #1f5495;
}

p.mega-text {
    font-size: 18px;
}

p.mega-linker {;
    font-size: 19px;
    font-family: "Opensans-Semibold", sans-serif;
}

p.mega-linker a {
    color: #000000 !important;
}

p.mega-linker img {
    padding-right: 10px
}

.col-lg-2.float-left.last-mega-column {
    padding-right: 0;
}

/* Site Branding & Navigation - 2021 Updates */

.site-branding a img {
    width: 200px;
    padding-top: 18px;
}

@media only screen and (max-width: 990px) {
    .site-branding a img {
        width: 175px;
    }
}

@media only screen and (max-width: 480px) {
    .site-branding a img {
        width: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 825px) {
    .site-branding {
        margin-left: 3rem;
    }
}


/* HEADER SEARCH AND LOGIN STYLES */

.header-search {
    width: 0;
    overflow: hidden;
    transition: ease-in-out 0.25s;
}

.header-search.slide-open {
    width: 400px;
    height: 50px;
}

.header-search label.assistive-text {
    margin-bottom: 0;
    line-height: 38px;
    padding: 0 10px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #204f88;
    color: #fff;
}

.header-search.container span.input-group-btn {
    margin-left: -10px;
    position: relative;
}

.header-search-button,
.header-login-button {
    display: inline-block;
    float: right;
    /*margin-top: 20px;*/
}

button.search-toggle {
    font-size: 0;
    width: 30px;
    height: 30px;
    background: transparent url('assets/searchicon.png');
    background-size: 30px 30px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    margin-right:40px;
}

button.search-toggle.close-search {
    background: url('assets/closewindow.png');
}

a.header-login {
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    background: #1f5495;
    padding: 10px 15px;
    font-family: OpenSans-Bold, sans-serif;
}

.header-buttons,
.header-search {
    height: 50px;
}

.header-buttons {
    line-height: 50px;
}

.header-search label.assistive-text {
    display: none;
}

.header-search {
    position: absolute;
    right: 126px;
    top: 80px;
}

.header-search {
    position: absolute;
    right: 200px;
    top: 22px;
}

/* <<<--- <<<--- HOMEPAGE STYLES --->>> --->>> */


.homepage-description {
    color: #1f5495;
    text-align: center;
    padding-top: 70px;
}


/* SLICK SLIDER */

.slick-dots {
    position: relative;
    top: -50px;;
}

.slick-dots li button:before {
    font-size: 14px;
    color: #fff;
    opacity: 0.4;
}

.slick-dots li button[aria-selected="true"]:before{
    color: #fff !Important;
}

.homepage-slide {
    position: absolute;
    flex-direction: column;
    width: 41.67vw;
    padding: 10px;
}

.right-align-slide {
    margin-left: 56.5vw;
    top: 18vw
}

.left-align-slide {
    margin-left: 13vw;
    top: 16.15vw;
}

@media only screen and (max-width: 768px) {
    .right-align-slide {
        margin-left: 53vw;
        top: 5vw
    }

    .left-align-slide {
        margin-left: 10vw;
        top: 9vw;
    }
}

@media only screen and (max-width: 375px) {
    .right-align-slide {
        margin-left: 53vw;
        top: 1vw
    }

    .left-align-slide {
        margin-left: 7vw;
        top: 1vw;
    }

    h2.hero-heading {

        padding-bottom: 0 !important;
    }

}

.two-buttons-slide span.hero-link {
    padding-right: 30px;
}

span.hero-link a img {
    float: left;
}

h2.hero-heading {
    color: #fff;
    font-family: "Opensans-Semibold", sans-serif;
    font-size: 48px;
    padding-bottom: 20px;
}

span.hero-link {
    display: inline-block;
    height: 61px;
    line-height: 61px;
    color: #fff;
}

span.hero-link a {
    color: #fff;
    font-size: 22px;
    padding-left: 15px;
    font-family: "Opensans-Semibold", sans-serif;
}

.hero-image {
    max-width: 100%;
}

h2.hero-heading {
    font-size: 2.5vw;
}

span.hero-link a {
    font-size: 1.3vw;
}

button.left-arrow-png,
button.left-arrow-png:hover {
    background: url('/wp-content/themes/ait/assets/left-arrow.png') no-repeat !important;
    background-size: 34px 58px;
    width: 34px;
    height: 58px;
}

button.right-arrow-png,
button.right-arrow-png:hover {
    background: url('/wp-content/themes/ait/assets/right-arrow.png') no-repeat !important;
    background-size: 34px 58px;
    width: 34px;
    height: 58px;
}

/* -- SOLUTIONS AREA -- */

.solutions-area {
    padding-top: 60px;
}

.solution .clickable {
    padding: 20px 27px 20px 20px;
    background: #fff;
    color: #1f5495;
}

.clickable {
    display: block;
    height: 110px;
    cursor: pointer;
}

.clickable  h3 {
    float: left;
    max-width: 256px;
}

.clickable span {
    display: inline-block;
    float: right;
    font-size: 42px;
    font-family: "OpenSans-Light", sans-serif;
    margin-top: -15px;
}

.solution .expandable {
    height: 0;
    overflow: hidden;
    background: #fff;
    transition: linear .5s;
}

.solution .expandable.expanded {
    height: auto;
    padding: 10px 0 15px;
    margin-top: 5px;
}

ul.solutions-submenu {
    list-style: none;
    margin-left: 0;
    padding-left: 30px;
    font-size: 24px;
}

ul.solutions-submenu li a:visited {
    color: #1f5495;
}

.clickable span.indicator:before {
    content: '+';
}

.clickable.clicked span.indicator:before {
    content: '_';
    position: relative;
    top: -20px;
}

.solution {
    position: relative;
}

.expandable {
    position: absolute;
    width: 100%;
    z-index: 999;
}

/* -- CALL TO ACTION -- */

section.homepage-cta {
    padding: 65px 0 50px;
    text-align: center;
    font-family: OpenSans-Semibold, sans-serif;
}

section.homepage-cta h5 {
    width: 100%;
}

a.button-link {
    color: #fff;
    background: #1f5495;
    padding: 5px 10px;;
}

/* -- ABOUT SECTION TILES -- */

.image-fills-area {
    width: 100%;
    height: 407px;
    background: black;
}

section.homepage-bottom {
    background: #ffffff;
    padding-bottom: 85px;
}

section.homepage-bottom div[class^="col-"]{
    padding: 0 0 5px 5px;
}

.panels {
    padding: 15px;
}

.row.top-panels .left-panel {
    background-size: 519px 407px;
}

.row.top-panels .right-panel {
    background-size: 1042px 407px;
}

.row.bottom-panels .left-panel {
    background-size: 1042px 407px;
}

.row.bottom-panels .right-panel {
    background-size: 519px 407px;
}

.panels-heading {
    padding: 60px 200px;
    text-align: center;
}

.panels-heading h2 {
    font-size: 48px;
}

.image-fills-area {
    position: relative;
}

.panel-caption {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 30px;
}

.panel-caption h5 {
    font-family: "Opensans-Regular", sans-serif;
    font-size: 36px;
}

.panel-caption span {
    font-family: "Opensans-Semibold", sans-serif;
    font-size: 18px;
}

/* <<<--- <<<--- END HOMEPAGE STYLES --->>> --->>> */

/* FOOTER */


footer#colophon {
    background: url('assets/footerbg.png') top center no-repeat;
    background-size: cover;
}

ul.nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer#colophon {
    padding-top: 36px;
    padding-bottom: 18px;
}

.footer-search label {
    font-size: 18px;
    color: #fff;
    font-family: "OpenSans-Semibold", sans-serif;
}

input.footer-search-box {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0 !important;
    width: 460px;
    height: 62px;
    padding: 5px 20px;
    font-size: 18px;
}

button.footer-search-button {
    height: 62px;
    font-size: 18px;
    font-family: "OpenSans-Semibold", sans-serif;
    color: #fff;
    background: #1f5495;
    border: 0;
    margin-left: 10px;
}

.row-fluid.footer-search {
    padding-bottom: 36px;
}

.footer-links h6 {
    color: #fff;
    font-family: "OpenSans-SemiBold", sans-serif;
}

ul.nav-links {
    margin-bottom: 30px;
}

ul.nav-links li a {
    color: #fff
}

.footer-social h6 {
    color: #fff;
    font-family: "OpenSans-SemiBold", sans-serif;
}

.footer-social img {
    display: inline-block;
}

.footer-icons,
.footer-social,
.footer-copyright,
.footer-copyright a {
    text-align: right;
    color: #fff;
}

.footer-social {
    display: inline-block;
    padding: 40px 0;
}

.footer-social h6 {
    text-align: left;
}

.social-block {
    text-align: right;
}

.footer-copyright img {
    padding-bottom: 50px;
}

.footer-copyright p {
    margin-bottom: 0;
    font-size: 14px;
}

/*-- MOBILE MENU --*/

.mobile-hamburger {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 40px;
    z-index: 9999;
}

.mobile-hamburger a {
    color: #fff !important;
}

.mobile-hamburger,
.mobile-menu {
    display: none;
}

.mobile-menu {
    height: 0;
    overflow: hidden;
    transition: ease-in-out 2s;
}

.mobile-menu.opened {
    display: block;
    height: auto;
}

.mobile-menu.opened {
    display: inline-block;
    position: relative;
    height: initial;
    overflow: initial;
    top: -6px;
}

ul#mobile-menu {
    padding: 0;
    margin: 0;
    background: black;
    width: 100vw;
}

ul#mobile-menu li:hover {
    background: rgba(255,255,255,0.2);
}

ul#mobile-menu li a {
    display: block;
    color: #fff;
    font-family: "Opensans-Semibold", sans-serif;
    padding: 5px 15px;
    width: 100%;
}

/*-- PAGE HEADER --*/

header.entry-header {
    display: inline-block;
    width: 100%;
    margin-top: 80px;
}

header.entry-header h1.entry-title {
    text-transform: uppercase;
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 30px;
}

.page-header-container {
    display: inline-block;
    top: calc(50% - 76px);
    position: absolute;
    width: 100%;
    text-align: center;
}

.header-builder-content {
    padding: 280px 0 0 0;
}

.header-builder-content .inner-header-builder {
    margin: 0 100px;
}

.header-builder-content .page-header-image {
    text-align: right;
}

.header-builder-content .page-header-image img.header-hero {
    margin-right: 30px;
}

.header-builder-content h2 {
    font-size: 45px;
    color: #175395;
}

.header-builder-content.no-custom p {
    font-size: 34px;
    max-width: 1030px;
    margin: 0 auto;
    color: #fff;
}

.page-header-content h4 {
    color: #175395;
}

.page-header-content h2 {
    margin-bottom: 40px;
}

.page-header-content h4,
.page-header-content p {
    font-size: 24px !important;
}

a.binoculars-link:before {
    content: url('assets/binocularsicondark.png');
}

a.newspaper-link:before {
    content: url('assets/newsicondark.png');
}

.header-links {
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 24px;
}

.header-links a {
    color: black;
    margin-right: 20px;
}

.header-links a:before {
    position: relative;
    top: 20px;
    margin-right: 10px;
}

@media only screen and (max-width: 1599px) {
    .header-builder-content h2 {
        font-size: 42px !important;
    }

    .page-header-content h4,
    .page-header-content p {
        font-size: 18px !important;
    }
}

li.current-menu-item a span {
    color: #175395;
    background: #fff;
}

.header-builder-content {
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 5%;
}

.hero-content {
    width: 100vw;
}

.header-builder-content {
    display: inline-block;
}

/*-- FACETWP --*/

span.facetwp-counter {
    display: none;
}

.facetwp-radio {
    float: left;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "OpenSans-Bold", sans-serif;
}

.facetwp-radio,
.facetwp-radio.checked {
    background: none !important;
    padding: 0 0 0 20px;
    margin: 0;
}

.facetwp-radio.checked {
    color: #1f5495;
}

button.select_all {
    background: none;
    padding: 0;
    border: none;
    font-family: "OpenSans-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    float: left;
}

button.select_all.highlighted {
    color: #1f5495;
}

span.right-header .facetwp-facet {
    margin: 0;
}

span.left-header,
span.right-header {
    display: inline-block;
}

.page-id-26 .fwpl-result {
    background: #fff;
}

.social-footer {
    padding-top: 100px;
    padding-bottom: 160px;
    background: #161616;
}

.resources-search-area label,
.resources-search-area button {
    display: none;
}

.resources-search-area input {
    width: 100%;
    color: #dadada !important;
    border: 1px solid !important;
    margin-bottom: 70px;
}

.resources-search-area input:focus {
    color: black !important;
    border-color: #dadada;
}

.resources-search-area input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #dadada;
}
.resources-search-area input::-moz-placeholder { /* Firefox 19+ */
    color: #dadada;
}
.resources-search-area input:-ms-input-placeholder { /* IE 10+ */
    color: #dadada;
}
.resources-search-area input:-moz-placeholder { /* Firefox 18- */
    color: #dadada;
}

.archive-header {
    padding: 280px 0 120px;
    width: 100vw;
    background: url('assets/bluegradient.png');
    background-size: cover;
    text-align: center;
    color: #fff;
}

.archive-header span {
    font-size: 26px !important;
}

.archive-header h2 {
    font-size: 48px;
    margin: 30px 0;
}

.archive-header p {
    max-width: 1030px;
    margin: 0 auto;
    font-size: 34px;
    line-height: 42px;
}
div#content {
    display: inline-block;
    width: 100vw;
}

.cat-row {
    display: flex;
}

.cat-col-wide {
    width: 54.75%;
}

.cat-col-narrow {
    width: 45.25%;
}

.cat-col-narrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cat-row {
    margin-bottom: 80px;
}

.cat-row div[class^="cat-col-"]:first-child {
    padding-right: 42px;
}

.cat-row div[class^="cat-col-"]:last-child {
    padding-left: 42px;
}

.cat-row:first-child {
    margin-top: 100px;
}

h2.subcat-heading {
    font-size: 42px;
    color: #175395;
}

p.subcat-description {
    font-size: 23px;
}

.col-text a.binoculars-link {
    color: black;
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 23px;
}

.col-text a.binoculars-link:before {
    position: relative;
    top: 24px;
    margin-right: 10px;
}

body.archive {
    background: #fff;
}

.post-tile {
    background: #eeecee;
}

ul.short-meta {
    padding: 0;
    list-style: none;
}

.taxonomy-label {
    background: #165294;
    color: #fff;
    padding: 15px;
    font-size: 15px;
}

.taxonomy-label h3 {
    margin: 0;
}

.post-grid .col-md-6 {
    padding: 0 20px;
}

.post-grid .col-md-6 {
    margin-bottom: 40px;
}

.post-preview {
    padding: 30px;
}

.post-preview a {
    color: #165294 !important;
    font-size: 32px;
    display: block;
    margin: 10px 0 40px 0;
}

ul.short-meta {
    font-size: 22px;
}

.taxonomy-label {
    padding: 30px;
}

.taxonomy-label h3 {
    margin-top: 15px;
    font-size: 26px;
    font-family: "OpenSans-Semibold", sans-serif;
}

.row.facets-area .col-md-12 {
    padding: 0 35px;
}

.large-select .fs-wrap.fs-default,
.large-select .facetwp-type-fselect .fs-wrap, .facetwp-type-fselect .fs-dropdown {
    width: 100% !important;
    padding-right: .5rem;
}


.large-select .fs-label {
    font-family: "OpenSans-Bold", sans-serif !important;
    font-size: 22px !important;
    display: block !important;
    padding: 25px 10px !important;
}

.large-select .fs-label-wrap .fs-label {
    padding: 15px 0 15px 30px !important;
}

.large-select .fs-arrow {
    width: 0 !important;
    height: 0 !important;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid #333 !important;
    position: absolute !important;
    top: 0 !important;
    right: 30px !important;
    bottom: 0 !important;
    margin: auto !important;
}

.flex-tab {
    display: flex;
}

.flex-inner {
    width: 50%;
}

#sticky-wrapper.is-sticky {
    z-index: 9998;
    position: relative;
}

#sticky-wrapper.is-sticky ul.tabs {
    background: #fff;
    padding-bottom: 4px;
    position: relative;
}

.megamenu-inner .col-lg-2.float-left {
    flex: 0 0 18%;
    max-width: 18%;
}

.entry-content {
    margin-bottom: 56px;
}

h2.page-header-with-subtext {
    font-size: 26px;
}

h3.page-header-text {
    font-size: 48px;
    margin-top: 30px;
}

body.page {
    background: #fff;
}

.row.facets-area .col-md-12 {
    padding-left: 20px;
    padding-right: 15px;
}

.facetwp-checkbox.checked {
    background: url('/wp-content/themes/ait/assets/checkbox-filled.png') no-repeat !important;
    background-size: 18px;
    padding-left: 35px !important;
    font-size: 22px;
}

.facetwp-checkbox {
    background-size: 18px;
    padding-left: 35px !important;
    font-size: 22px;
    background: url('/wp-content/themes/ait/assets/checkbox-empty.png') no-repeat 0 4px !important;
}

span.left-header.alt-style h1.entry-title {
    text-transform: none;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 48px;
    color: #1f5495;
}

span[id^="select2-"],
span.select2-selection.select2-selection--single {
    height: 50px !important;
    line-height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 2px !important;
}

.ddown,
span.select2,
span.select2-selection {
    width: 100% !important;
}

label {
    width: 100% !important;
}

textarea.collapsed-box {
    height: 50px;
}

textarea.collapsed-box:focus,
textarea.collapsed-box.filled-in {
    height: auto;
}

.results-swap .facetwp-template {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.clickable h3 {
    font-size: 1.17em;
}

body.home,
body.page-template-page-resources {
    background: #eeecee;
}

.support_facet_divider {
    margin: 3rem 0 6rem;
    border-bottom: 1px solid;
}

.nav-links li {
    line-height: 1;
}

.nav-links li a {
    line-height: 1;
    font-size: 18px;
}

.tech-support-form {
    margin-top: 5rem;
    margin-bottom: 8rem;
}

input.wpcf7-form-control.wpcf7-submit.form-control {
    max-width: 135px;
    color: #ffffff;
    background: rgba(25,82,148,1);
    background: -moz-linear-gradient(left, rgba(25,82,148,1) 0%, rgba(19,58,100,1) 100%);
    /*noinspection CssInvalidFunction*/
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(25,82,148,1)), color-stop(100%, rgba(19,58,100,1)));
    background: -webkit-linear-gradient(left, rgba(25,82,148,1) 0%, rgba(19,58,100,1) 100%);
    background: -o-linear-gradient(left, rgba(25,82,148,1) 0%, rgba(19,58,100,1) 100%);
    background: -ms-linear-gradient(left, rgba(25,82,148,1) 0%, rgba(19,58,100,1) 100%);
    background: linear-gradient(to right, rgba(25,82,148,1) 0%, rgba(19,58,100,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195294', endColorstr='#133a64', GradientType=1 );
    margin-top: 3rem;
    margin-left: .5rem;
}

.tech-support-form .row {
    margin-bottom: 1rem;
}

h4.contact-name {
    font-size: 24px;
    font-family: OpenSans-Bold, sans-serif;
}

.contact-details {
    padding-bottom: 5rem;
}

.contact-details a {
    color: black;
}

.doc-icon {
    text-align: right;
}

.inner-mega-col h5 {
    color: black;
}

.request-quote-area {
    text-align: right;
    padding-top: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid black;
    margin-bottom: 80px;
}

.mega-linker a {
    color: #1f5495 !important;
}

.contact-headings {
    margin-bottom: 40px;
}

.popup-header {
    color: #ffffff;
    background: rgba(25,82,148,1);
    background: -moz-linear-gradient(left, rgba(25,82,148,1) 0%, rgba(19,58,100,1) 100%);
    /*noinspection CssInvalidFunction*/
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(25,82,148,1)), color-stop(100%, rgba(19,58,100,1)));
    background: -webkit-linear-gradient(left, rgba(25,82,148,1) 0%, rgba(19,58,100,1) 100%);
    background: -o-linear-gradient(left, rgba(25,82,148,1) 0%, rgba(19,58,100,1) 100%);
    background: -ms-linear-gradient(left, rgba(25,82,148,1) 0%, rgba(19,58,100,1) 100%);
    background: linear-gradient(to right, rgba(25,82,148,1) 0%, rgba(19,58,100,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195294', endColorstr='#133a64', GradientType=1 );
}

.popup-content {
    background: #fff;
    padding: 3rem;
}

.popup-content h4 {
    font-size: 24px;
    font-family: 'OpenSans-Bold', sans-serif;
    font-weight: bold;
}

.product-description {
    color: #175496;
}

.product-description,
.product-name {
    font-size: 36px;
}


span.link-icons {
    display: block;
    margin-bottom: 20px;
}

span.link-icons img {
    margin-right: 8px;
}

span.link-icons img,
span.link-icons h4 {
    display: inline-block;
}

.product-preview {
    margin-bottom: 40px;
}

h4.related-title {
    margin-top: 40px;
}

a.related-link {
    color: black;
}

div.slick-slide img {
    width: 100%;
}

div.slick-slide a img {
    width: auto;
}

h4 {
    font-family: OpenSans-bold, sans-serif;
    font-size: 24px;
}

.tab-container{
    width: 100%;
    margin: 0 auto;
}

ul.tabs{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.tabs li{
    background: none;
    display: inline-block;
    padding-right: 10px;
    cursor: pointer;
}

ul.tabs li.current  {
    padding-bottom: 10px;
    background:
            linear-gradient(
                    to left,
                    #175395 0%,
                    #133a63 100%
            )
            left
            bottom
            transparent
            no-repeat;
    background-size:100% 5px !important;/* if linear-gradient, we need to resize it */
}

ul.tabs {
    border-bottom: 1px solid #133a63;
}

li.extra {
    padding: 0 !important;
    text-align: right;
}

.request-quote {
    display: inline-block;
}

li.tab-link span {
    font-family: OpenSans-Semibold, sans-serif;
    font-size: 22px;
}

ul.tabs li {
    line-height: 140px;
}

@media only screen and (max-width: 1599px){
    ul.tabs li {
        line-height: 1;
    }

    a.btn-quote {
        margin-top: -2.5rem;
    }

}

li.extra {
    float: right;
}

.tab-container {
    padding-top: 10px;
}

ul.tabs {
    padding-top: 25px;
}


.request-quote a img{
    padding-bottom: 35px;
}

ul.tabs {
    padding-bottom: 35px;
}

ul.tabs li:not(.extra) {
    position: relative;
    top: 35px;
}

li.tab-link span {
    font-family: OpenSans-Semibold, sans-serif;
    font-size: 22px;
    display: block;
    line-height: 25px;
    height: auto;
    max-width: 210px !important;
    padding: 35px;
}

.tab-inner {
    padding: 0 40px 0;
    overflow: hidden;
}

.tab-inner p,
.tab-inner ul {
    font-size: 23px;
    margin-bottom: 35px;
}

h2.tab-title p {
    font-size: 42px !important;
    color: #175395;
}

ul.tabs {
    z-index: 9999;
}

.facetwp-prev {
    margin-right: 40px;
}

.facetwp-next {
    margin-left: 40px;
}

.facetwp-page-counter {
    margin-bottom: 20px;
}

.click-to-open .expand-click {
    cursor: pointer;
}

.click-to-open .expand-open {
    transform: scaleY(0);
    max-height: 0;
    overflow: hidden;
    transition: all linear .25s;
    transform-origin: top;
}

.click-to-open .expand-open.expanded {
    transform: scaleY(1);
    max-height: 500vh;
}

.modal {
    z-index: 9999;
}

button.close.product-close {
    color: #fff;
    opacity: 1;
    margin-top: -40px;
}

.post-tile a[data-toggle="modal"]{
    cursor: pointer;
}

.request-quote-area a img {
    cursor: pointer;
}

a.bio-link {
    color: #ffffff !important;
    cursor: pointer;
    font-size: 1.15rem;
    font-family: OpenSans-bold, sans-serif;
    padding: 2px 8px;
    background: rgba(25,82,148,1);
    background: -moz-linear-gradient(left, rgba(25,82,148,1) 0%, rgba(19,58,100,1) 100%);
    /*noinspection CssInvalidFunction*/
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(25,82,148,1)), color-stop(100%, rgba(19,58,100,1)));
    background: -webkit-linear-gradient(left, rgba(25,82,148,1) 0%, rgba(19,58,100,1) 100%);
    background: -o-linear-gradient(left, rgba(25,82,148,1) 0%, rgba(19,58,100,1) 100%);
    background: -ms-linear-gradient(left, rgba(25,82,148,1) 0%, rgba(19,58,100,1) 100%);
    background: linear-gradient(to right, rgba(25,82,148,1) 0%, rgba(19,58,100,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195294', endColorstr='#133a64', GradientType=1 );
}

.modal-body.contact-form {
    max-width: 800px;
    margin: 0 auto;
}

.snippet {
    height: 72px !important;
    overflow: hidden;
}

.mobile-slider-caption {
    text-align: center;
    font-size: 18px;
    font-family: OpenSans-bold, sans-serif;
    background: #1f5495;
    color: #fff;
    padding: 10px 0;
}

.mobile-slider-caption a {
    color: #fff;
    text-decoration: underline;
}

.resources-results {
    padding-bottom: 20px;
}

.fwpl-item img {
    width: 100% !important;
}

.modal-body span.short-description {
    display: block;
    margin-bottom: 50px;
}

.expand-click {
    font-family: OpenSans-bold, sans-serif;
}

.rtrif, .dtrif {
    display: none;
}

.rtrif.shown, .dtrif.shown {
    display: inline;
}

p.line {
    margin: 0 !important;
}

/* RESOURCES PAGE */

.page-template-page-resources .fwpl-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.page-template-page-resources .fwpl-row {
    display: grid;
    grid-template-columns: 1fr;
}

.page-template-page-resources .fwpl-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.page-template-page-resources .fwpl-row:not(.thumbnail-area) {
    padding: 0 20px;
}

.page-template-page-resources .fwpl-row.author-area {
    min-height: 80px;
    line-height: 80px;
}

.page-template-page-resources .fwpl-result {
    padding-bottom: 20px;
}

.page-template-page-resources a.resource-link {
    font-size: 24px;
    color: #295f9c;
}

.page-template-page-resources .fwpl-row.author-area a {
    color: black;
}

.page-template-page-resources .fwpl-row.post-title-area {
    height: 180px;
}

.page-template-page-resources .fwpl-item.right {
    text-align: right;
    font-size: 20px;
}

.page-template-page-resources .author-area {
    font-size: 20px;
}

.page-template-page-resources span.fwpl-term {
    text-transform: uppercase;
    color: white;
    padding: 3px 10px;
    font-size: 20px;
}

.page-template-page-resources .orange-bg {
    background: #fca73a;
}

.page-template-page-resources .baby-blue-bg {
    background: #04b4e1;
}

.page-template-page-resources .dark-blue-bg {
    background: #295f9c;
}

.page-template-page-resources .charcoal-bg {
    background: #53575a;
}

.page-template-page-resources .mid-blue-bg {
    background: #175395;
}

span.link-icons h4 {
    color: #000000 !important;
}

.request-modal-link {
    cursor: pointer;
}

ul.mega-list {
    line-height: 1.4;
}


input[type="submit"] {
    cursor: pointer;
}

h1.entry-title.fwp-refresh {
    float: left;
}

span.clear-all {
    float: right;
}

button.btn-no-style {
    background: transparent;
    border: none;
    color: #c1c1c1;
    font-family: OpenSans-regular;
    cursor: pointer;
}

label input,
label textarea {
    max-width: 100%;
}

.tab-inner.tabless h2.description {
    margin-bottom: 35px;
}

a.groups-file-access {
    font-family: Opensans-Bold;
    color: black;
}

a.groups-file-access:before {
    position: relative;
    top: 20px;
    padding-right: .75rem;
}

p.doc a.groups-file-access:before {
    content: url('/wp-content/themes/ait/assets/pdfcircleicon.png');
}

.facetwp-prev {
    float: left;
}

p.exe a.groups-file-access:before {
    content: url('/wp-content/themes/ait/assets/execircleicon.png');
}

p.code a.groups-file-access:before {
    content: url('/wp-content/themes/ait/assets/htmlcircleicon.png');
}

a.icon-link {
    font-family: Opensans-bold;
    color: black;
}

a.icon-link:before {
    position: relative;
    top: 20px;
    padding-right: .75rem;
}

a.icon-binoculars:before {
    content: url('/wp-content/themes/ait/assets/binocularsicondark.png');
}

a.icon-pdf:before {
    content: url('/wp-content/themes/ait/assets/pdfcircleicon2.png');
}


a.icon-phone:before {
    content: url('/wp-content/themes/ait/assets/phone-icon.png');
}

a.icon-news:before {
    content: url('/wp-content/themes/ait/assets/newsicondark.png');
}

a.icon-quote:before {
    content: url('/wp-content/themes/ait/assets/quotebuttonsmall.png');
}

a.icon-exe:before {
    content: url('/wp-content/themes/ait/assets/execircleicon.png');
}

a.icon-code:before {
    content: url('/wp-content/themes/ait/assets/htmlcircleicon.png');
}

.fs-search {
    display: none;
}

.facet-spacer {
    min-height: 38px;
    margin-bottom: 1rem;
}

.spu-content h2 {
    font-size: 2rem;
    color: #1f5495;
    font-weight: bolder;
    font-family: Opensans-Bold;
}

.search-results .entry-header {
    margin: 0;
}

.search-results h4.entry-title a {
    color: #1f5495;
}

.search-header {
    padding-bottom: 20px;
}

.search-header h4 {
    display: inline-block;
    font-size: 28px;
    font-style: italic;
}

.error404 .page-content,
.search .page-content {
    margin-bottom: 60px;
}

button.btn-no-style:focus {
    outline: none;
}

button.close.product-close:hover {
    color: rgba(0,0,0,0.1) !important;;
}

h5.cta {
    font-size: 1.6rem;
}

.slick-slider {
    visibility:hidden;
    opacity:0;
    transition: opacity 1s;
}

.slick-slider.slick-initialized{
    visibility:visible;
    opacity:1;
}

.slick-slider .item{
    display:none ;
}

.slick-slider .item:first-child{
    display:block;
    visibility:hidden;
}

.slick-slider.slick-initialized .item{
    display:block;
    visibility:visible !important;
}

.slick-slider .item {
}

.post-grid {
    display: inline-block;
}

.click-to-open {
    margin-bottom: 2rem;
}

form.form.search-form input {
    background: #ffffff;
}

h4.contact-heading {
    color: #175395;
    padding-bottom: 2rem;
}

.post-grid {
    width: 100% !important;
}

h3.facet-label {
    font-size: 1.5rem;
    font-family: Opensans-Bold, sans-serif;
    font-weight: bold;
}

.bottom-posts-spacer {
    clear: both;
    float: none;
    padding: 2rem;
}

.simple-tabs .request-quote a img {
    display: none !important;
}

.simple-tabs ul.tabs {
    padding-bottom: 0 !important;
    max-height: 210px !important;
}

.simple-tabs ul.tabs li span {
    font-size: 90% !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
}

.simple-tabs ul.tabs li.current {
    background: none !important;
}

.simple-tabs ul.tabs li.current span {
    color: #1f5495 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1239px){
    .simple-tabs ul.tabs {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .simple-tabs ul.tabs li span {
        font-size: 16px !important;
        padding-left: 5px !important;
        padding-right: 5px; !important;
        max-width: 150px !important;
    }

    .simple-tabs #sticky-wrapper {
        text-align: center;
    }

    .simple-tabs #sticky-wrapper ul.tabs {
        display: inline-block;
    }

    .simple-tabs #sticky-wrapper ul.tabs li span {
        text-align: left;
    }
}

iframe {
    display: inline-block;
}

@media only screen and (min-width: 1600px){
    .request-mobile {
        display: none;
    }
}

@media only screen and (max-width: 1599px){
    a.btn-quote {
        display: block;
        /*background: #165294;*/
        /*padding: 1rem;*/
        /*line-height: 1;*/
        /*font-size: 22px;*/
        /*font-weight: bold;*/
        /*color: #fff !important;*/
    }

    li.extra {
        position: relative;
        top: 90px;
    }
}

@media only screen and (max-width: 1239px){
    .request-mobile {
        display: none;
    }
}