/* RESPONSIVE MEDIA QUERIES */

@media only screen and (min-width: 992px) {

    .login-search-area {
        /*height: 100px;*/
        line-height: initial;
    }

    .menu-menu-1-container {
        text-align: right;
    }

    .menu-menu-1-container div,
    .menu-menu-1-container ul {
        display: inline-block;
    }

    .homepage-slider {
        position: relative;
    }

    .hero-image {
        position: relative;
    }

}

@media only screen and (max-width: 991px) {

    .main-navigation-area {
        display: none !important;
    }

    .outer-header {
        height: 120px;
    }

    .login-search-area {
        text-align: right;
    }

    .site-branding img {
        max-width: 100%;
    }

    .header-buttons {
        display: inline-block !important;
        float: none !important;
    }

    .login-search-area {
        text-align: right;
    }


    .image-fills-area {
        background-size: cover !important;
    }

}

@media only screen and (max-width: 1599px) {
    span.hero-link {
        height: 3.18vw;
        line-height: 3.18vw;
    }

    span.hero-link a {
        line-height: 3.18vw;
    }

    span.hero-link a img {
        max-width: 3.18vw;
    }
}

/* MEDIA QUERIES -- SPECIFIC */

@media only screen and (max-width: 1599px) {
    ul#primary-menu li a {
        font-size: 21px;
        padding: 0;
    }
}

@media only screen and (max-width: 1239px) {
    ul#primary-menu li a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1239px) {

    a.custom-logo-link {
        max-width: 280px;
    }

    .megamenu-display {
        line-height: initial !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1060px) {
    .outer-header {
        position: relative;
    }
}

@media only screen and (max-width: 1060px) {
    .outer-header {
        background: black;
    }

    .hero-image.float-left {
        margin-top: -1px;
    }

    .outer-header {
        position: relative;
        z-index: 9999;
    }

    .header-search.slide-open {
        padding: 10px;
        background: black;
    }
}

@media only screen and (max-width: 992px){
    .slick-arrow,
    .slick-dots {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .solutions-area .solution {
        max-width: 378px;
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width: 1599px) and (min-width: 1240px) {
    .solution .clickable h3 {
        font-size: 19px !important;
        line-height: 19px;
        width: 175px;
    }

    .clickable span {
        font-size: 36px;
    }

    ul.solutions-submenu li a {
        font-size: 19px;
    }
}

@media only screen and (max-width: 1239px) and (min-width: 992px) {
    .solution .clickable h3 {
        font-size: 17px !important;
        line-height: 19px;
        width: 140px;
    }

    .clickable span {
        font-size: 36px;
    }

    ul.solutions-submenu li a {
        font-size: 17px;
        line-height: 19px;
    }
}

@media only screen and (max-width: 1599px) {
    h2.description {
        font-size: 36px;
    }

    .panels-heading {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 991px) {
    footer#colophon {
        background-size: cover;
    }
}

@media only screen and (max-width: 1599px) {
    input.footer-search-box {
        width: 75%;
    }

    .icon-tile {
        padding: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1239px) {
    input.footer-search-box {
        width: 65%;
    }
}

@media only screen and (max-width: 767px) {
    section.homepage-cta h5.cta span {
        display: block;
        line-height: 40px;
    }

    h2.description {
        font-size: 32px;
    }

}

@media only screen and (max-width: 479px){
    .site-branding{
        padding: 5px;
    }

    .site-branding,
    .site-branding a,
    .site-branding a img {
        max-width: 100% !important;
    }

    .outer-header {
        height: auto;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .site-branding,
    .site-branding a,
    .site-branding a img {
        width: 280px;
    }
}

@media only screen and (max-width: 767px){
    .mobile-hamburger {
        font-size: 28px;
    }
}

@media only screen and (max-width: 991px){
    .mobile-hamburger {
        display: block;
    }
}

/* FOOTER */

@media only screen and (max-width: 991px){
    footer#colophon div[class^="col-"],
    .social-block,
    .footer-copyright,
    .footer-social h6
    {
        text-align: center;
    }

    footer#colophon div[class^="col-"] ul,
    footer#colophon div[class^="col-"] h6 {
        text-align: left;
        padding: 0 2rem;
    }

    .footer-social {
        padding: 40px 0 20px 0;
    }

    .teradyne-logo img {
        padding-bottom: 20px;
    }

    footer#colophon {
        padding-bottom: 75px;
    }

    footer#colophon label {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-login-button {
        margin-top: 0;
        float: none;
    }

    .header-search-button {
        margin-top: 0;
        float: none;
    }

    .homepage-slider .container.inner-header {
        max-width: 85%;
    }

    .site-branding a img {
        width: 125px;
        margin-left: 20px;
    }

    button.search-toggle {
        margin: 0 0 0 10px;
    }

}

@media only screen and (max-width: 599px){
    .site-branding {
        padding: 0;
    }
}

@media only screen and (max-width: 599px) {
    .header-login-button,
    .header-search-button {
        height: 75px;
        line-height: 75px;
        margin: 0;
        padding: 0;
    }

    .login-search-area,
    .header-buttons {
        height: 120px;
    }

    .branding-area {
        height: 120px;
    }
}

@media only screen and (max-width: 479px){
    a.header-login {
        padding: 3px 5px;
    }

    button.search-toggle {
        width: 20px;
        height: 20px;
        background-size: 20px 20px;
    }

    .mobile-hamburger {
        font-size: 22px;
    }

    .mobile-menu {
        position: absolute !important;
        top: 135px !important;
    }
}

@media only screen and (max-width: 991px){
    .header-search {
        right: 50%;
        top: 149px;
    }
}

@media only screen and (max-width: 1060px) {
    .header-search {
        top: 18px;
    }
}

@media only screen and (max-width: 1459px) {
    .header-links a {
        font-size: 18px;
    }

    .header-links a:before {
        top: 24px;
    }
}

@media only screen and (max-width: 1239px) {
    .header-links {
        text-align: center;
    }
    .header-links a {
        display: block;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 1239px) {
    .header-builder-content {
        padding-top: 150px;
    }

    img.header-hero {
        margin: 0 !important;
        max-width: 250px;
    }

    .page-header-image,
    .page-header-content {
        text-align: center !important;
    }
}

@media only screen and (max-width: 1059px){
    .header-builder-content {
        padding-top: 30px !important;
    }

    img.header-hero {
        margin-bottom: 30px !important;
    }
}

@media only screen and (max-width: 899px){
    .page-header-content h2 {
        font-size: 32px !important;
    }

    .inner-header-builder {
        margin: 0 20px !important;
    }
}

@media only screen and (min-width: 768px){
    span.right-header {
        float: right;
        width: 47%;
    }
}

@media only screen and (max-width: 1599px){
    span.right-header {
        width: 69%;
    }
}

@media only screen and (max-width: 1239px) and (min-width: 768px){
    button.select_all,
    .facetwp-radio {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    span.left-header,
    span.right-header {
        width: 100%;
    }

    span.filters-mobile {
        display: inline-block;
        width: 626px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    button.select_all.highlighted,
    .facetwp-radio {
        float: none;
        padding: 0 !important;
        font-size: 16px !important;
    }

    span.centered-mobile {
        width: auto;
        display: inline-block;
        text-align: left;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1239px) {
    a.resource-link,
    span.fwpl-term,
    .fwpl-item.right {
        font-size: 18px !important;
    }

    .fwpl-col-2 {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }

    .fwpl-item.right {
        text-align: center !important;
        padding-top: 10px !important;
    }

    .fwpl-row.post-title-area {
        height: 140px !important;
    }

    .fwpl-row.author-area {
        min-height: 40px !important;
        line-height: 40px !important;
        font-size: 16px !important;
    }

}

@media only screen and (max-width: 991px){
    .fwpl-row:not(.thumbnail-area) {
        padding: 0 10px !important;
    }

    a.resource-link,
    span.fwpl-term,
    .fwpl-item.right,
    .fwpl-row.author-area {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 399px){
    .header-links a:before {
        display: none;
    }

    .page-header-content h2 {
        font-size: 26px !important;
    }
}

@media only screen and (max-width: 1599px) and (min-width: 1240px){
    p.subcat-description,
    .col-text a.binoculars-link {
        font-size: 18px;
        margin-bottom: 0;
    }

    h2.subcat-heading {
        font-size: 36px;
    }

    .cat-row div[class^="cat-col-"]:first-child {
        padding-right: 21px;
    }

    .cat-row div[class^="cat-col-"]:last-child {
        padding-left: 21px;
    }
}

@media only screen and (max-width: 1239px) and (min-width: 992px){
    p.subcat-description,
    .col-text a.binoculars-link {
        font-size: 15px;
        margin-bottom: 0;
    }

    h2.subcat-heading {
        font-size: 32px;
    }

    .cat-row div[class^="cat-col-"]:first-child {
        padding-right: 21px;
    }

    .cat-row div[class^="cat-col-"]:last-child {
        padding-left: 21px;
    }
}

@media only screen and (max-width: 991px) {
    .cat-row {
        flex-direction: column;
        text-align: center;
    }

    div[class^="cat-col-"]{
        width: 100%;
        padding: 0 !important;
    }

    div.cat-col-narrow {
        order: 1;
    }

    div.cat-col-wide {
        order: 2;
    }

    h2.subcat-heading {
        margin: 30px 0;
        font-size: 32px;
    }

    p.subcat-description,
    .col-text a.binoculars-link {
        font-size: 18px;
    }

    .col-text a.binoculars-link:before {
        content: '';
        background-image: url('/wp-content/themes/ait/assets/binocularsicondark.png');
        background-size: 45px 45px;
        width: 45px;
        height: 45px;
        top: 16px;
        margin-right: 5px;
        display: inline-block;
    }
}


@media only screen and (max-width: 1239px) {
    footer h6,
    .footer-copyright * {
        font-size: 18px !important;
    }

    ul.nav-links {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 1600px){
    h2.page-header-no-subtext {
        margin: 135px 0;
    }
}

@media only screen and (min-width: 1240px){
    h2.page-header-no-subtext {
        margin: 115px 0;
    }
}

@media only screen and (min-width: 992px){
    h2.page-header-no-subtext {
        margin: 100px 0;
    }
}

@media only screen and (min-width: 767px){
    h2.page-header-no-subtext {
        margin: 80px 0;
    }
}

@media only screen and (min-width: 1600px){

    h2.page-header-with-subtext {
        margin-top: 0 !important;
    }

    h3.page-header-text {
        margin-bottom: 127px;

    }

}

@media only screen and (min-width: 1240px){

    h2.page-header-with-subtext {
        margin-top: 108px;
    }

    h3.page-header-text {
        margin-bottom: 108px;
    }

}

@media only screen and (min-width: 992px){

    h2.page-header-with-subtext {
        margin-top: 92px;
    }

    h3.page-header-text {
        margin-bottom: 92px;
    }

}

@media only screen and (min-width: 767px) {
    h2.page-header-with-subtext {
        margin-top: 72px;
    }

    h3.page-header-text {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px){
    .is-sticky ul.tabs {
        left: -.5rem;
        width: 100vw !important;
        padding-left: calc(50vw - 465px);
        padding-right: calc(50vw - 465px);
    }
}

@media only screen and (min-width:1240px){
    .is-sticky ul.tabs {
        width: 100vw !important;
        padding-left: calc(50vw - 585px);
        padding-right: calc(50vw - 585px);
    }
}

@media only screen and (min-width: 1600px){
    .is-sticky ul.tabs {
        width: calc( 100vw + .5rem ) !important;
        padding-left: calc(50vw - 785px);
        padding-right: calc(50vw - ( 785px - .5rem));
    }
}

@media only screen and (max-width: 1599px) {
    .request-quote:not(.keep-visible) {
        display: none;
    }

    #sticky-wrapper.is-sticky ul.tabs {
        padding-bottom: 35px;
    }
}

@media only screen and (max-width: 1599px){
    .last-mega-column {
        padding-top: 40px;
        text-align: center;
    }

    .last-mega-column img {
        display: none;
    }

    .last-mega-column a:after {
        content: ' \02192';
        position: relative;
        bottom: 2px;
        font-size: 1.5rem;
    }

    h4.mega-title,
    .inner-mega-col h5,
    p.mega-linker a {
        font-size: 1.15rem !important;
    }

    ul.mega-list li a,
    p.mega-text {
        font-size: 1rem;
    }

    p.mega-text {
        margin: 0;
    }
}

@media only screen and (max-width: 1239px){
    .inner-mega-col {
        padding: 0;
    }

    ul.mega-list li {
        line-height: 1.15;
    }

    .megamenu-inner {
        padding-left: initial !important;
        padding-right: initial !important;
    }
}

@media only screen and (max-width: 991px){
    div#sticky-wrapper {
        display: none;
    }
}

@media only screen and (max-width: 1362px){
    .header-search.slide-open {
        padding: 0;
    }
}

@media only screen and (max-width: 1239px){
    .header-search button {
        margin-top: -30px;
    }
}

@media only screen and (max-width: 991px){
    h5.cta {
        line-height: 80px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px){
    .header-login-button,
    .header-search-button {
        float: none;
        display: block;
    }

    .header-search button {
        margin-top: -105px;
    }

    .header-search {
        position: absolute;
        top: 150px;
        left: -25vw;
    }

    .header-search.slide-open {
        width: 50vw;
    }
}

@media only screen and (max-width: 767px){
    .header-login-button,
    .header-search-button {
        float: none;
        display: block;
    }

    .header-search button {
        margin-top: -105px;
    }

    .header-search {
        position: absolute;
        top: 150px;
    }

    .header-search.slide-open {
        width: 50vw;
    }
}

@media only screen and (max-width: 1599px){
    h2.page-header-text {
        font-size: 26px !important;
    }
}

@media only screen and (max-width: 767px){
    h3.page-header-text {
        font-size: 32px;
    }
    h2.page-header-text {
        font-size: 22px !important;
    }
}

@media only screen and (max-width: 991px){
    .d-block.row-fluid.login-search-area {
        max-height: 120px !important;
    }
}

@media only screen and (max-width: 767px){
    .header-builder-content p {
        font-size: 1.25rem !important;
    }
}

@media only screen and (max-width: 1599px){
    .contact-results .contact-name,
    .contact-results .contact-details {
        padding-left: 32px;
    }
}

@media only screen and (max-width: 599px){
    h1.entry-title,
    h2.description {
        font-size: 28px !important;
    }
}

@media only screen and (max-width: 575px){
    .contact-results .contact-name,
    .contact-results .contact-details {
        padding: 0;
    }

    .contact-results {
        text-align: center;
    }

    .contact-details {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 575px){
    .contact-name,
    .contact-details {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 846px){
    div[class$='-hero-caption']{
        margin-top: -40px;
    }

    h2.hero-heading {
        font-size: 16px !important;
    }

    span.hero-link {
        padding: 0;
        display: block;
    }

    span.hero-link img {
        display: none;
    }

    span.hero-link a {
        padding: 0;
        font-size: 12px;
        line-height: 10px !important;
        font-family: OpenSans-Regular, sans-serif;
    }
}


@media only screen and (max-width: 575px){
    div[class$='-hero-caption'] {
        display: none;
    }

    h2.hero-heading {
        font-size: 12px !important;
        padding-bottom: 0;
    }

    span.hero-link a {
        font-size: 8px;
    }
}

@media only screen and (min-width: 576px){
    .mobile-slider-caption {
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .clickable {
        max-width: 370px;
    }
}

@media only screen and (max-width: 599px){
    .image-fills-area {
        max-width: 400px;
        margin: 0 auto;
    }

    .panels-heading {
        max-width: 300px;
        margin: 0 auto;
    }

    .panels-heading h2 {
        font-size: 22px !important;
    }

    h5.cta {
        font-size: 22px;
        max-width: 350px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 479px){

    .bottom-panels .image-fills-area.left-panel,
    .top-panels .image-fills-area.right-panel {
        max-width: 300px;
        margin: 0 auto;
        background-size: 521px 204px !important;
        height: 204px;
    }

    .bottom-panels .image-fills-area.right-panel,
    .top-panels .image-fills-area.left-panel {
        max-width: 300px;
        margin: 0 auto;
        background-size: 300px 235px !important;
        height: 204px;
    }

    .image-fills-area h5 {
        font-size: 22px;
    }

    .image-fills-area span {
        font-size: 13px;
    }

    h5.cta {
        max-width: 300px;
        line-height: 40px;
    }

    h5.cta a.button-link {
        max-width: 200px;
        margin: 0 auto;
        display: block !important;
        margin-top: 20px !important;
    }

    .clickable h3,
    ul.solutions-submenu li a {
        font-size: 18px;
    }

    .clickable .indicator {
        font-size: 28px;
    }

}

@media only screen and (max-width: 479px){
    .panel-caption span {
        display: block;
        position: absolute;
        width: 360px;
        margin-left: -60px;
        margin-right: -60px;
        top: 100px;
        text-align: center;
        font-size: 11px;
    }

    .image-fills-area {
        margin-bottom: 50px !important;
    }
}

@media only screen and (max-width: 380px){
    .panel-caption span {
        width: 250px;
        margin: 0;
        left: 0;
        top: 125px;
    }

    .panel-caption h5 {
        min-height: 52px;
    }

    .image-fills-area {
        width: 250px;
    }
}

@media only screen and (max-width: 575px){
    footer .nav-links li a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px){
    .homepage-description {
        padding-top: 0;
    }
}

@media only screen and (max-width: 479px){
    .homepage-description {
        max-width: 300px;
        margin: 0 auto;
    }

    h2.description {
        font-size: 22px !important;
    }

    p.subdescription {
        font-size: 18px !important;
    }

    .footer-search label {
        font-size: 22px;
    }

    .footer-search input {
        height: 40px;
        line-height: 40px;
    }

    button.footer-search-button {
        margin: 20px auto;
        display: block;
        font-size: 13px;
        height: 40px;
    }
}

@media only screen and (max-width: 1599px){
    ul.nav-links li a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1239px) and (min-width: 992px){
    .last-link-column {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 1239px){
    .fwpl-col {
        line-height: 1;
    }

    .fwpl-row.author-area {
        padding-top: 10px !important;
    }
}

@media only screen and (max-width: 767px){
    button.select_all {
        float: none;
        font-size: 16px !important;
    }
}

.row.facets-area.large-select {
    padding: 0 23px;
}

@media only screen and (max-width: 1599px){
    .large-select .fs-label-wrap .fs-label{
        padding-left: 10px !important;
        font-size: 18px !important;
    }

    .large-select .fs-arrow {
        right: 10px !important;
    }
}

@media only screen and (max-width: 1060px){
    .archive-header {
        padding-top: 150px;
    }
}

@media only screen and (max-width: 1239px){
    .archive-header {
        padding-top: 230px;
    }
}

@media only screen and (max-width: 1239px){
    .archive-header p {
        max-width: 80%;
    }
}

@media only screen and (max-width: 767px){
    .archive-header {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .archive-header h2 {
        font-size: 36px;
    }

    .archive-header p {
        font-size: 18px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 1239px){
    .placeholder.flex-inner {
        width: 0;
    }

    .tab-inner.flex-inner {
        width: 100%;
        padding-top: 40px;
    }

    .tab-inner.flex-inner .mobile-tint {
        background: rgba(0,0,0,0.4);
        padding: 1rem;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 991px){
    .request-quote-area {
        border: 0;
        padding: 0;
    }

    .request-quote-area img {
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .header-builder-content.no-custom {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .hero-content h2 {
        margin-top: 0
    }
}

@media only screen and (max-width: 991px){
    .product-preview {
        padding-top: 40px;
    }

    .product-preview,
    .product-links {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .page-template-page-resources .fwpl-layout {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .page-template-page-resources .fwpl-layout {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) {
    .post-grid {
        margin: 0 -1.25rem;
    }
}

@media only screen and (max-width: 1239px) and (min-width: 992px){
    .large-select .fs-label-wrap .fs-label {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 991px){
    .large-select .fs-wrap.fs-default, .large-select .facetwp-type-fselect .fs-wrap, .facetwp-type-fselect .fs-dropdown {
        max-width: 325px;
    }
    .large-select .fs-label-wrap .fs-label {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 575px){
    .facets-area {
        padding: 0 1.25rem !important;
    }
}

@media only screen and (max-width: 991px){
    .modal-body ul {
        list-style: none;
        padding: 0;
        font-size: 18px;
    }

    .modal-body ul li:before {
        content: '\2022\00a0\00a0';
    }
}

@media only screen and (min-width: 1600px) {
    .pseudo-offset {
        margin-left: 5%;
    }
}

@media only screen and (min-width: 1600px){

    .border-me {
        width: 70%;
        border-right: 1px solid #00aeea;
    }

    .border-me img {
        width: calc(87.87% - 1px);
    }

    .last-mega-column {
        margin-left: -4.75rem;
    }

    .w-67 {
        width: 66.6667%;
    }

}

@media only screen and (min-width: 992px){
    .contactbg {
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,239,242,1) 95%, rgba(255,255,255,1) 100%);
        /*noinspection CssInvalidFunction*/
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(95%, rgba(242,239,242,1)), color-stop(100%, rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,239,242,1) 95%, rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,239,242,1) 95%, rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,239,242,1) 95%, rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(242,239,242,1) 95%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    }
}

@media only screen and (min-width: 992px){
    .contactbg {
        margin-bottom: 7rem;
    }
}

@media only screen and (max-width: 991px){
    .page-header-text {
        margin-top: 0;
    }

    .cat-row {
        margin: 0 !important;
    }

    .col-text {
        margin-bottom: 4rem;
    }

    .cat-row:last-child {
        margin-bottom: 4rem !important;
    }
    .cat-row:not(:first-child) h2.subcat-heading {
        border-top: 1px solid #ddd;
        padding-top: 1rem;
    }
}

@media only screen and (max-width: 767px){
    .tab-inner.flex-inner {
        padding: 15px;
    }

    .tab-inner.flex-inner .mobile-tint {
        padding: 1rem 1.5rem;
    }
}

@media only screen and (max-width: 1239px){
    li.extra.keep-visible {
        float: none;
        text-align: left;
    }
}

@media only screen and (max-width: 991px){
    .product-finder .facet-spacer {
        min-height: 0 !important;
        margin: 0;
    }

    .product-finder .facet-spacer .clear-all {
        float: none;
    }

    .product-finder .facet-spacer .clear-all .btn-no-style {
        padding: 20px 0;
    }

    .product-finder .facetwp-facet {
        margin-bottom: 0;
    }

    .product-finder .col-lg-4:last-child {
        display: flex;
        flex-flow: row wrap;
    }

    .product-finder .col-lg-4:last-child > * {
        flex: 1 100%;
    }

    .product-finder .col-lg-4:last-child .facetwp-facet {
        order: 1;
    }

    .product-finder .col-lg-4:last-child .facet-spacer {
        order: 2;
    }
}