/* Google Material icons
---------------------------------- */

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(../fonts/iconfont/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(../fonts/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/iconfont/MaterialIcons-Regular.woff) format('woff'),
        url(../fonts/iconfont/MaterialIcons-Regular.ttf) format('truetype'),
        url(../fonts/iconfont/MaterialIcons-Regular.svg#MaterialIcons) format('svg');
    /* Legacy iOS */
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

/* Variables */
:root {
    --generic-black: #1b1b1b;
    --theme-gray: #3E3A3A;
    --theme-red: #AA0002;
    --generic-red: #fb2527;
    --theme-black: #211815;
    --generic-darkred: #231313;
    --theme-light: #ffffff;
    --theme-lightgrey: #f3f3f3;
    /* --outline-grey: #dcdcdc; */
    --outline-grey: #e4e4e4;
    --hero-background: #fbfbfb;
    --overlay-black: rgb(0 0 0 / .3);
    --overlay-gradient-black: linear-gradient(rgba(0, 0, 0, 0.3) 100%, rgba(0, 0, 0, 0.5)100%);
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-theme-sans-serif: var(--font-serif), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-theme-monospace: var(--font-monospace), SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

/* Override default setting from Understrap
---------------------------------------------- */
body,
.tooltip,
.popover {
    font-family: var(--font-theme-monospace);
}

pre,
code,
kbd,
samp {
    font-family: var(--font-theme-monospace);
}

.text-monospace {
    font-family: var(--font-theme-monospace) !important;
}

body {
    font-size: 16px;
}

p {
    color: var(--theme-gray);
    line-height: 1.81;
}

a:hover {
    transition: all .25s ease;
}

h1.entry-title {
    font-family: var(--font-theme-sans-serif);
    font-weight: 600;
    font-size: 3.2rem;
}

/* Typography - with colour scheme
---------------------------------------- */
a {
    color: var(--theme-red);
}

a:hover {
    color: var(--theme-black);
    text-decoration: none;
}


/* Helper - Utility classes
---------------------------------------- */
.image_overlay {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: var(--overlay-black);
}

.inline-separator,
.entry-date-string.updated:before {
    width: 1px;
    height: 16px;
    display: inline-block;
    background: var(--outline-grey);
    content: "";
    margin: 0 10px;
    line-height: 19px;
    position: relative;
    top: 2px;
}

.underline-dash {
    width: 52px;
    height: 4px;
    display: block;
    margin: 25px auto 35px;
    background-color: #ffffff;
    content: "";
}

.underline-dark {
    margin: 25px 0 35px;
    background-color: var(--theme-red);
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-90 {
    margin-top: 90px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.divider-wrapper {
    padding: 0;
}

.divider-line {
    background-color: var(--outline-grey);
    height: 1px;
    width: 100%;
    display: block;
}

/* Helper - Typography classes
---------------------------------------- */
.label-text {
    /* font-size: .82rem; */
    font-size: 1rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.14px;
    text-transform: uppercase;
    font-family: var(--font-theme-sans-serif);
}

.before-dash {
    position: relative;
    flex: 0 1 50%;
    padding-left: 100px;
}

.before-dash+div {
    flex: 0 1 50%;
}

.before-dash:before {
    display: block;
    content: "";
    width: 60px;
    height: 4px;
    background-color: var(--theme-red);
    left: 0;
    top: 1rem;
    position: absolute;
}

/* Helper - Colour classes
---------------------------------------- */
.white-text {
    color: #ffffff;
}

.theme-black-text {
    color: var(--theme-black);
}

.theme-red-text {
    color: var(--theme-red);
}

.theme-gray-text {
    color: var(--theme-gray);
}

.theme-black-bk,
#wrapper-footer-full.theme-black-bk,
#wrapper-static-hero.theme-black-bk {
    background-color: var(--theme-black);
}

#wrapper-footer-full.theme-black-bk a {
    color: #fff;
    opacity: .85;
}

#wrapper-footer-full.theme-black-bk a:hover {
    opacity: 1;
}

.theme-red-bk {
    background-color: var(--theme-red);
}

.theme-gray-bk {
    background-color: var(--theme-gray);
}

.theme-lightgray-bk {
    background-color: var(--theme-lightgrey);
}

#wrapper-footer-full,
.generic-black-bk {
    background-color: var(--generic-black);
}

.theme-lightgrey-bk {
    background-color: var(--theme-lightgrey);
}

.grey-shadow {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: var(--theme-lightgrey);
}

/* Helper - Wrapper classes of templates
---------------------------------------- */
#front-wrapper {
    /* padding: 100px 0;
    background-color: var(--theme-lightgrey); */
    padding: 100px 0 0px;
}

#front-wrapper h2 {
    margin-bottom: 1.5rem;
    font-family: var(--font-theme-sans-serif);
    font-weight: bold;
    font-size: 2.8rem;
}

#front-wrapper p {
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
}

/* Default buttons setting with colour scheme
------------------------------------------------ */
.btn,
a.btn,
button,
button.btn,
.btn-group-lg>.btn,
.btn-lg,
.wpcf7 .btn-group-lg>input[type=submit],
.btn,
.wpcf7 input[type=submit],
.fluentform .ff_submit_btn_wrapper .ff-btn-submit {
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 25px;
    padding: 12px 30px;
    font-family: var(--font-theme-sans-serif);
    text-transform: uppercase;
}

/* .btn,
a.btn,
button,
button.btn {
    border-radius: 25px;
    font-family: var(--font-theme-sans-serif);
    text-transform: uppercase;
} */
.btn-outline-primary,
.wpcf7 input[type=submit] {
    color: var(--theme-red);
    border-color: var(--theme-red);
}

.btn.btn-primary,
a.btn.btn-primary,
a.btn-primary,
.fluentform .ff_submit_btn_wrapper .ff-btn-submit {
    margin-top: auto;
    background-color: var(--theme-red);
    border-color: var(--theme-red);
    /* line-height: 32px; */
    padding-left: 36px;
    padding-right: 36px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    /* line-height: normal; */
    letter-spacing: .45px;
    text-align: center;
    color: #ffffff;
}

.btn.btn-primary:hover,
a.btn.btn-primary:hover,
a.btn-primary:hover,
.btn.btn-primary:focus,
a.btn.btn-primary:focus,
a.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.fluentform .ff_submit_btn_wrapper .ff-btn-submit:hover,
.fluentform .ff_submit_btn_wrapper .ff-btn-submit:focus {
    background-color: var(--theme-black);
    border-color: var(--theme-black);
    box-shadow: none !important;
    outline-color: transparent;
}

.btn.btn-outline-primary,
a.btn.btn-outline-primary,
a.btn-outline-primary,
.btn-outline-primary {
    padding-left: 36px;
    padding-right: 36px;
    font-size: 15px;
    letter-spacing: .45px;
}

.btn.btn-outline-primary:hover,
a.btn.btn-outline-primary:hover,
a.btn-outline-primary:hover,
.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
a.btn.btn-outline-primary:focus,
a.btn-outline-primary:focus,
.btn-outline-primary:focus,
.btn.btn-outline-primary:visited,
a.btn.btn-outline-primary:visited,
a.btn-outline-primary:visited,
.btn-outline-primary:visited,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: var(--theme-red);
    border-color: var(--theme-red);
    color: #fff;
}

.btn-outline-white,
.btn.outline-white,
a.btn.outline-white,
a.outline-white {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    font-weight: 500;
}

.btn-outline-white:hover,
.btn.outline-white:hover,
a.btn.outline-white:hover,
a.outline-white:hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--theme-red);
}

.btn-outline-dark,
.btn.outline-dark,
a.btn.outline-dark,
a.outline-dark {
    border-color: var(--theme-black);
    color: var(--theme-black);
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    font-weight: 500;
}

.btn-outline-dark:hover,
.btn.outline-dark:hover,
a.btn.outline-dark:hover,
a.outline-dark:hover {
    background-color: var(--theme-black);
    border-color: var(--theme-black);
    color: #fff;
}

.btn-outline-red,
.btn.outline-red,
a.btn.outline-red,
a.outline-dark {
    border-color: var(--theme-red);
    color: var(--theme-black);
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    font-weight: 600;
}

.btn-outline-red:hover,
.btn.outline-red:hover,
a.btn.outline-red:hover,
a.outline-red:hover {
    background-color: var(--theme-red);
    border-color: var(--theme-red);
    color: #fff;
}

a.btn+a.btn {
    margin-top: 20px;
}

@media (min-width: 768px) {
    a.btn+a.btn {
        margin-top: 0px;
    }
}

/* Fluent form styling */
.fluentform form .ff-el-form-control {
    padding: 11px 12px;
}

/* Responsive Google map embedded
 * Use "google-maps" as the wrapper of iframe code
--------------------------------------- */
.google-maps {
    position: relative;
    padding-bottom: 90%;
    /*This is the aspect ratio*/
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* Featured item slide
------------------------------- */
.mfc-title h2 {
    font-size: 2.8rem;
    line-height: 1.24;
    margin-bottom: 20px;
}

.mfc-description {
    font-size: 1.15rem;
}

.slide-item {
    position: relative;
}

.slide-item.slide-type {
    min-height: 570px;
    color: #fff;
    display: flex;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.onecharge_featured_content_wrapper {
    z-index: 12;
}

/* Featured item slide - in other sections
------------------------------- */
.faq-section-title,
.articles_wrapper .mfc-title h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
    font-family: var(--font-theme-sans-serif);
    font-weight: 600;
    text-transform: capitalize;
}

.articles_wrapper .mfc-link a {
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
    line-height: 2;
    text-transform: uppercase;
    display: inline-block;
    font-family: var(--font-theme-sans-serif);
    border: none;
    color: var(--theme-red);
    padding: 0;
}

.articles_wrapper .mfc-description p {
    font-size: 1rem;
    line-height: 2.12;
}

.articles_wrapper .mfc-link a:before {
    font-family: 'Material Icons';
    display: inline-block;
    line-height: 1;
    text-transform: none;
    top: 4px;
    position: relative;
    padding-right: 0;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    content: "arrow_forward";
    transition: all .25s ease;
    font-size: 1.2rem;
}

.articles_wrapper img {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.articles_wrapper .mfc-link a:hover:before {
    margin-left: 4px;
    margin-right: 4px;
}

@media (min-width: 768px) {

    .articles_wrapper .caal_featured_content_wrapper {
        padding-right: 15px;
        padding-left: 45px;
    }

    .articles_wrapper .featured_side_article:nth-of-type(2n) .caal_featured_content_wrapper {
        padding-right: 45px;
        padding-left: 15px;
    }

}

/* Navigation default */
.navbar-expand-md {
    padding: 12px;
}

.navbar-nav li.menu-item+li {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--theme-black);
}

.navbar-nav .nav-link+.nav-link {
    margin-left: 12px;
}

.navbar-nav .nav-link:hover {
    color: var(--theme-red);
}

.navbar img,
.navbar-dark .navbar-brand img {
    max-width: 180px;
    transition: all .3s ease;
}

.on-scroll .navbar img,
.on-scroll .navbar-dark .navbar-brand img {
    max-width: 160px;
    transition: all .3s ease;
}

/* Default main navigation
------------------------------------- */
/* .dropdown-item.active, .dropdown-item:active {
    background-color: var(--theme-blue);
}

.navbar-expand-md li.menu-item a {
    color: var(--theme-black);
    line-height: 32px;
}

.navbar-expand-md li.menu-item:not(.nav_button) a:hover {
    color: var(--theme-blue);
}

.navbar-expand-md li.menu-item.current-menu-item:not(.nav_button)>a,
.navbar-expand-md .navbar-nav ul.dropdown-menu li.current-menu-item>.dropdown-item {
    color: var(--theme-red);
} */

.img-fluid {
    transition: all .25s ease;
}

.navbar-expand-md .navbar-nav ul.dropdown-menu li a {
    color: #fff;
}

.navbar-expand-md .navbar-nav ul.dropdown-menu li a:hover {
    color: var(--outline-grey);
}

.navbar-expand-md .navbar-nav ul.dropdown-menu li .dropdown-item {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.33;
    letter-spacing: normal;
}

.dropdown-menu {
    border-color: transparent;
}

.navbar-nav .dropdown-menu {
    background-color: var(--theme-black);
}

.navbar-nav .dropdown-item:hover {
    background-color: transparent;
}

.navbar-nav .dropdown-item:hover a {
    opacity: .85;
}

@media(min-width: 768px) {
    .navbar-nav .dropdown-menu {
        background-color: #fff;
    }

    .navbar-nav .dropdown-item:hover {
        background-color: #f8f9fa;
    }

    .navbar-expand-md li.menu-item.nav_button {
        margin-left: 2rem;
    }

    .navbar-expand-md li.menu-item.nav_button>a {
        border-radius: 25px;
        border: solid 1pxvar(--theme-red);
        background-color: var(--theme-red);
        color: #fff;
        line-height: 32px;
        padding-left: 24px !important;
        padding-right: 24px !important;
        display: inline-block;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
        border: solid 1px var(--theme-lightgrey);
        background-color: #ffffff;
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.22);
        border-radius: 7px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .navbar-expand-md .navbar-nav ul.dropdown-menu li a {
        color: var(--theme-grey);
    }

    .navbar-expand-md .navbar-nav ul.dropdown-menu li a:hover {
        color: var(--theme-red);
    }

    .navbar-expand-md .navbar-nav ul.dropdown-menu li .dropdown-item {
        padding-left: 40px;
        padding-right: 40px;
    }

    /* work with hover to open sub-menu script*/
    .navbar-expand-md .navbar-nav .dropdown-menu {
        top: calc(100% - 3px);
    }

    .dropdown-menu {
        border-color: var(--outline-grey);
    }

    /* custom divider line */
    li.divider_line_top.menu-item>a {
        margin-top: 1rem;
    }

    li.divider_line_top.menu-item {
        border-top: 1px solid var(--outline-grey);
        margin-top: 1rem;
    }
}

/* Transparent header / Sticky header setting
-------------------------------------------------- */
.with_transparent_header .navbar {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: var(--theme-black);
}

.with_transparent_header .navbar>.container {
    max-width: 1200px;
}

nav.navbar .nav-link {
    font-size: 1rem;
}

.navbar-dark .navbar-toggler {
    border: none !important;
}

/* Sticky header navigation */
@media(min-width: 768px) {
    .with_transparent_header .navbar {
        background-color: transparent;

    }

    .on-scroll nav.navbar {
        background: #fff;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    }

    .on-scroll nav.navbar .active>.nav-link {
        color: var(--theme-red);
        font-weight: 600;
    }

    .on-scroll nav.navbar .nav-link {
        color: var(--theme-black);
    }

    .on-scroll nav.navbar .nav-link:hover {
        color: var(--theme-red);
    }

    .on-scroll nav.navbar .show>.nav-link {
        color: var(--theme-red);
    }
}

/* Custom sidebar - partners list */
.partners_list .gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.partners_list .gallery .gallery-item {
    padding: 15px 20px;
    margin-bottom: 15px;
    width: auto;
}

.partners_list img {
    object-fit: contain;
    opacity: 0.85;
    filter: alpha(opacity=40);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .75s ease;
}

.partners_list a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

@media (max-width: 768px) {
    .partners_list .gallery .gallery-item {
        max-width: 33.333%;
    }
    .partners_list img {
        max-height: 120px;
    }
}

@media (max-width: 576) {
    .partners_list .gallery .gallery-item {
        max-width: 50%;
    }
}

/* Custom sidebar - Footer cta section widget */
.footer_cta_wrapper {
    padding: 60px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer_cta_wrapper p {
    text-align: center;
}
.footer_cta_wrapper+.footer_cta_wrapper {
    padding: 0 15px;
}
.footer_cta_wrapper .custom-html-widget,
.footer_cta_wrapper .custom-html-widget .google-maps {
    height: 100%;
}

h2.footer-cta-item-title {
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-family: var(--font-theme-sans-serif);
    font-weight: 600;
}
.footer_cta_wrapper h2 {
    text-align: center;
}
.footer_cta_wrapper .textwidget p:last-child {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.footer_cta_wrapper a.btn {
    margin: 0.5rem 0rem !important;
}
@media (min-width: 768px) {
    
    .footer_cta_wrapper .textwidget p:last-child {
        /* justify-content: space-between; */
        flex-direction: row;
        
    }
    .footer_cta_wrapper a.btn {
        margin: 0 .5rem 20px;
    }
}
/* Custom sidebar article list */
.caal_featured_item_container.slide-item>.container {
    padding: 0;
}

.articles_wrapper .featured_side_article:nth-of-type(2n) .row {
    flex-direction: row-reverse;
}

.articles_wrapper .featured_side_article {
    padding-top: 90px;
    padding-bottom: 30px;
}

.articles_wrapper .caal_featured_item_container .row {
    align-items: center;
}

@media (max-width: 768px) {
    .footer_cta_wrapper {
        order: 2;
        padding: 40px 50px;
    }

    .footer_cta_wrapper+.footer_cta_wrapper {
        order: 1;
    }
}

/* Custom sidebar - homepage articles
-------------------------------------- */
.home .articles_wrapper {
    overflow: hidden;
}

.home .articles_wrapper .caal_featured_content_wrapper {
    position: relative;
    padding-left: 15px;
    /* padding-top: 60px;
    padding-bottom: 60px; */
}

.home .articles_wrapper .featured_side_article img {
    /* margin-top: -70px;
    margin-bottom: -70px; */
    height: 560px;
    object-fit: cover;
    width: 100%;
}

.home .articles_wrapper .caal_featured_content_wrapper:after {
    display: block;
    position: absolute;
    width: 400%;
    height: 100%;
    top: 0;
    z-index: -1;
    content: "";
    left: -200%;
    background-color: var(--theme-lightgrey);
}

.home .articles_wrapper .featured_side_article {
    /* padding-top: 120px;
    padding-bottom: 90px; */
    padding-top: 60px;
    padding-bottom: 35px;
}

.home .articles_wrapper .featured_side_article:nth-of-type(2n) .caal_featured_content_wrapper:after {

    background-color: transparent;
}

.home .articles_wrapper .caal_featured_content_wrapper {
    padding-top: 120px;
    padding-bottom: 60px;
}

.home .articles_wrapper .featured_side_article img {
    margin-bottom: -60px;

}

@media (min-width: 768px) {

    .home .articles_wrapper .caal_featured_content_wrapper {
        padding-top: 90px;
        padding-bottom: 60px;
        padding-left: 45px;
    }

    .home .articles_wrapper .featured_side_article img {
        margin-top: -35px;
        margin-bottom: -35px;
    }

    .home .articles_wrapper .featured_side_article {
        padding-top: 120px;
        padding-bottom: 90px;
    }
}

@media (min-width: 992px) {

    .home .articles_wrapper .caal_featured_content_wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .home .articles_wrapper .featured_side_article img {
        margin-top: -70px;
        margin-bottom: -70px;
    }

}

@media (max-width: 768px) {

    .caal_featured_item_container .col {
        flex: 0 1 100%;
    }
}

@media (max-width: 991px) {

    .home .articles_wrapper .caal_featured_item_container .col {
        flex: 0 1 100%;
    }
}

/* Custom sidebar - homepage highlights
-------------------------------------- */
.highlight_item h4.icon-box-title {
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--theme-red);
    font-weight: 600;
    line-height: 1.45;
    font-family: var(--font-theme-sans-serif);
}

.highlight_item i {
    font-size: 48px;
    margin-bottom: 2rem;
    color: var(--theme-red);
}

.icon-box-description p {
    color: var(--theme-gray);
    font-size: 14px;
}

.icon_container {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--theme-gray);
}

@media (min-width: 768px) {
    .highlight_item+.highlight_item {
        border-left: 1px solid var(--outline-grey);
    }

    .highlight_item {
        padding-left: 30px;
        padding-right: 30px;
    }

    .highlights_wrapper>.container>.row {
        margin-left: -30px;
        margin-right: -30px;
    }

}

/* Custom sidebar - homepage why us section
-------------------------------------- */
.text-content.left-content {
    text-align: right;
}

.text-content h4 {
    font-size: 18px;
    margin-bottom: 1rem;
}
.why_us_wrapper {
    overflow: hidden;
}
.why_us_wrapper p {
    /* color: rgb(255 255 255 / .85); */
}

.featured-image img {
    max-height: 420px;
    height: 420px;
    width: auto;
}

.section_summary_block p {
    /* font-size: 20px; */
    /* font-weight: 500; */
}

.why_us_wrapper .section-title {
    font-size: 3.2rem;
}

.why_us_wrapper .middle-image {
    position: relative;
}

.video_player_overlay {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 99;
}

.video_player_overlay a.btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--theme-red);
    overflow: hidden;
    box-shadow: 0 20px 40px rgb(255 77 77 / 20%);
}

.why_us_wrapper .video_player_overlay a.btn:hover {
    opacity: .85;
}

.video_player_overlay a.btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-48%, -50%);
    -webkit-transform: translate(-48%, -50%);
    border-top: 12px solid transparent;
    border-left: 18px solid #fff;
    border-bottom: 12px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.why_us_wrapper .shadow-box {
    height: 100%;
    min-height: 360px;
    width: 1000px;
    position: absolute;
    bottom: calc(100% + 30px);
    left: 0;
    z-index: 1;
}

.why_us_wrapper .feature-slider-nav {
    position: absolute;
    z-index: 12;
    bottom: calc(100% + 62px);
}

.why_us_wrapper .feature-slider-nav .swiper-button-next {
    left: 45px;
    width: 60px;
    height: 54px;
    background-image: url(/wp-content/themes/understrap/arrow_right.png);
    background-color: var(--theme-gray);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
}

.why_us_wrapper .feature-slider-nav .swiper-button-prev {
    width: 60px;
    height: 54px;
    left: -15px;
    background-image: url(/wp-content/themes/understrap/arrow_left.png);
    background-color: var(--theme-black);
    opacity: 1;
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.why_us_wrapper .text-content,
.why_us_wrapper .featured-image {
    z-index: 10;
}

.features-slider .slide-content-wrapper h2,
.features-slider .slide-content-wrapper h3,
.features-slider .slide-content-wrapper h4,
.features-slider .slide-content-wrapper h5,
.features-slider .slide-content-wrapper h6 {
    font-family: var(--font-theme-sans-serif);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 2.4rem;
    margin-right: 0px;
}
.mobile-nav {
    margin-top: 35px;
}
@media (min-width: 768px) {

    /* .features-slider .slide-content-wrapper h4 {
        text-align: right;
    } */
    .why_us_wrapper .text-content {
        flex-direction: column;
        display: flex;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .features-slider .swiper-slide {
        padding-right: 120px;
        padding-top: 0rem;
    }

    .features-slider .slide-content-wrapper h2,
    .features-slider .slide-content-wrapper h3,
    .features-slider .slide-content-wrapper h4,
    .features-slider .slide-content-wrapper h5,
    .features-slider .slide-content-wrapper h6 {
        font-size: 36px;
        font-family: var(--font-theme-sans-serif);
        font-weight: 600;
        /* margin-right: -120px; */
        text-transform: uppercase;
        letter-spacing: 2px;
    }
}
.why_us_wrapper .featured-image {
    padding-top: 60px;
}

@media (max-width: 991px) {
    .why_us_wrapper .featured-image {
        padding-top: 0;
    }
    .why_us_wrapper .shadow-box {
        left: -50%;
    }
    .why_us_wrapper .text-swiper-column {
        order: 3;
        margin-bottom: 60px;
        /* margin-top: 35px; */
        margin-top: 60px;
    }
    .why_us_wrapper .video-column, 
    .why_us_wrapper .drop-shadow-wrapper {
        order: 2;
        margin-top: 0;
    }
    .why_us_wrapper .feature-slider-nav {
        bottom: 20px;
    }
    .why_us_wrapper .feature-slider-nav .swiper-button-prev {
        left: 0;
    }
    .why_us_wrapper .feature-slider-nav .swiper-button-next {
        left: 60px;
    }
}

@media (max-width: 768px) {
    .section_summary_block.text-center {
        text-align: left !important;
    }
}

/* Video modal */
#videoModal .modal-content {
    background: transparent;
    border: none;
}

#videoModal iframe {
    border: none;
}

#videoModal button.close {
    color: var(--theme-lightgrey);
    text-shadow: none;
    /* text-shadow: 0 1px 0 #fff; */
}

/* Default Hero full */

#wrapper-hero .mfc-link {
    margin-top: 35px;
}

.mfc-link a,
#wrapper-hero .mfc-link a {
    padding: 14px 36px;
    border-radius: 25px;
    line-height: normal;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--font-theme-sans-serif);
}

#wrapper-hero .mfc-link a:hover {
    color: var(--theme-red);
    border-color: #fff;
    background-color: #ffffff;
}

#wrapper-hero p {
    color: #fff;
    font-size: 1rem;
}

#wrapper-hero .mfc-title h2 {
    text-transform: capitalize;
    font-weight: 600;
    font-family: var(--font-theme-sans-serif);
    font-size: 2.6rem;
    letter-spacing: 2px;
}

#wrapper-hero .caal_featured_content_wrapper p {
    color: var(--theme-lightgrey);
}

#wrapper-hero .slide-item.standard-type {
    padding-top: 90px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

#wrapper-hero .slide-item.standard-type .caal_featured_content_wrapper {
    padding-top: 35px;
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    #wrapper-hero p {
        font-size: 1.25rem;
    }

    #wrapper-hero .mfc-title h2 {
        font-size: 4rem;
    }

    #wrapper-hero .slide-item.standard-type {
        padding-left: 0px;
        padding-right: 0;
    }

    #wrapper-hero .caal_featured_content_wrapper {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #wrapper-hero .slide-item.standard-type .caal_featured_image_wrapper {
        order: 2;
        flex: 0 1 40%;
        max-width: 40%;
    }

    #wrapper-hero .standard-type .caal_featured_image_wrapper img {
        min-height: 570px;
        object-fit: cover;
        margin-left: -120px;
        max-width: calc(100% + 120px);
        width: calc(100% + 120px);
        position: relative;
    }

    #wrapper-hero .slide-item.standard-type .caal_featured_content_wrapper {
        flex: 0 1 60%;
        max-width: 60%;
        padding-top: 0;
        padding-bottom: 60px;
    }

    /* Button moving to edge */
    #wrapper-hero .slide-item.standard-type .mfc-link {
        position: absolute;
        bottom: 35px;
        left: calc(100% - 106px);
        overflow-y: visible;
    }

    #wrapper-hero .slide-item.standard-type .mfc-link a {
        border-radius: 0;
        position: absolute;
        /* top: 50%; */
        display: inline-block;
        min-width: 200px;
        padding: 24px 40px;
        background: var(--theme-red);
        text-align: center;
        border-color: var(--theme-red);
    }

    #wrapper-hero .slide-item.standard-type .mfc-link a:hover {
        color: #fff;
        background: var(--theme-gray);
        border-color: var(--theme-gray);

    }
}

/* Default footer full
-------------------------------------- */

#footer-full-content {
    padding-top: 60px;
    /* padding-bottom: 60px; */
}

#footer-full-content .footer-widget.widget_media_image img {
    max-width: 300px !important;
}

#footer-full-content .widget-title {
    font-family: var(--font-theme-sans-serif);
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: .85px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#footer-full-content a {
    color: rgb(255 255 255 / .6);
}

#footer-full-content a:hover,
#footer-full-content a:focus {
    color: var(--theme-lightgrey) !important;
}

#footer-full-content .social-media {
    font-size: 24px;
    margin-right: 8px;
}

#footer-full-content ul.menu {
    list-style: none;
    padding-left: 0;
}

#footer-full-content ul.menu li {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 15px;
}

footer.site-footer {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (min-width: 768px) {

    #footer-full-content .footer-widget {
        flex: 0 1 25%;
        max-width: 25%;
    }
    #footer-full-content .widget_nav_menu:nth-of-type(1),
    #footer-full-content .footer-widget.widget_media_image {
        flex: 0 1 50%;
        max-width: 50%;
    }
    #footer-full-content .widget_nav_menu:nth-of-type(1) .menu {
        column-count: 2;
    }
    footer.site-footer {
        align-items: center;
        justify-content: space-between;
    }
}


/* Footer to fix WPML dropdown */
#wrapper-footer {
    padding: 1rem 0;
    overflow: hidden;
    border-top: 1px solid rgb(255 255 255 / .1) !important;
}

.footer_language_switchers a.wpml-ls-link {
    color: #fff;
    opacity: .75;
}

.footer_language_switchers a.wpml-ls-link:hover {
    color: #fff;
    opacity: 1;
}

/* Homepage template */
.front-page-content article {
    display: flex;
}

/* Page banner bk */
.page_banner_wrapper {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
}

/* Solution template
--------------------------------- */
.entry-text-section h1 {
    font-weight: bold;
    font-size: 3rem;
}
.entry-content.solution a.btn {
    margin-left: .5rem;
    margin-right: .5rem;
}
body.solution-template-default {
    background-color: var(--theme-lightgrey);
}

.entry-content.solution p {
    margin-bottom: 2rem;
    font-size: 20px;
    line-height: 1.82;
}

.solution-cover {
    position: relative;
}

.solution-cover img {
    min-height: 480px;
    max-height: 560px;
    object-fit: cover;
    max-width: 85%;
    margin-bottom: 35px;
    position: relative;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.solution-cover .image_back_shadow {
    position: absolute;
    display: block;
    content: "";
    bottom: 0px;
    left: 75px;
    width: calc(80% - 30px);
    height: calc(90% - 35px);
    background: var(--theme-red);
    z-index: -1;
}

.solution-main article.row {
    align-items: center;
}

#solution_intro_wrapper .intro-item-title {
    font-size: 2.4rem;
    font-weight: 600;
}

#solution_intro_wrapper p {
    font-size: 17px;
    line-height: 2.12;
}

#financial_subsidy_section {
    background-color: #fff;
}

.solution_features_list h3 {
    font-size: 1.42rem;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: var(--theme-red);
    font-weight: 600;
    font-family: var(--font-theme-sans-serif);
}

.single_feature p {
    font-size: 14px;
    line-height: 2.12;
}

.white-text p {
    color: #fff;
}

#solution_page_footer_cta_section strong {
    color: var(--theme-black);
}

#solution_page_why_section strong {
    color: var(--theme-red);
}

#solution_page_footer_cta_section a.btn {
    margin-top: 35px;
}

#solution_page_footer_cta_section,
#solution_page_footer_cta_section p,
#solution_page_why_section,
#solution_page_why_section p {
    font-size: 18px;
}

.app-steps .col-md-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.app-steps .col-md-10 {
    padding-left: calc(20% - 30px);
    /* padding-top: 30px;
    padding-bottom: 30px; */
}

span.step-number:before {
    content: "0";
}

.app-steps p {
    margin-bottom: 2rem;
    font-family: var(--font-theme-sans-serif);
    font-size: 20px;
    letter-spacing: .85px;
    line-height: normal;
    margin-top: 1rem;
}

.app-steps span.step-number {
    font-size: 42px;
    position: absolute;
    right: unset;
    font-weight: bold;
    opacity: .45;
    top: -8px;
    left: 0;
}

/* .app-steps span.step-number {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    border: 5px solid #c72426;
    line-height: 30px;
    color: #fff;
    background: var(--theme-red);
    -webkit-box-shadow: 0 0 0 11px #fff3f3;
    box-shadow: 0 0 0 11px #fff3f3;
    text-align: center;
    z-index: 10;
    position: relative;
}

.step-number:after {
    position: absolute;
    content: "";
    display: block;
    width: 3px;
    height: 200%;
    background: #dadada;
    left: 50%;
    z-index: 6;
    top: 46px;
}

.final .step-number:after {
    display: none;
} */

.step_box_item img {
    object-position: top;
    object-fit: cover;
    max-width: 100%;
    position: inherit;
    /* width: calc(50% - 90px); */
    /* top: 60px; */
    left: 0;
    height: 100% !important;
    max-height: 360px;
    width: 100%;
    /* width: 100%; */
}

.step-item-title {
    font-family: var(--font-theme-sans-serif);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.4rem;
}

body.solution-template-default .step_box_item img {
    top: unset;
    bottom: -90px;
}

body.solution-template-default #app_instruction_section {
    background-color: #fff;
}

@media (min-width: 768px) {

    #solution_page_why_section .custom-html-widget {
        padding: 0 100px;
        margin-top: 35px;
    }

    #solution_page_why_section div.col-md-12:nth-of-type(1) {
        display: flex;
    }

    .step_box_item img {
        object-position: center;
        max-width: 100%;
        position: absolute;
        top: 0;
        height: 100% !important;
        width: calc(50vw - 90px);
        left: calc(360px - 50vw);
        max-height: none;
    }

    .app-steps .col-md-10 {
        padding-left: 15px;
        /* padding-top: 30px;
        padding-bottom: 30px; */
    }

    .app-steps span.step-number {
        right: -8px;
        top: -8px;
        left: unset;
    }
}

@media (min-width: 992px) {
    .step_box_item img {
        object-position: center;
        top: 0;
        height: 100% !important;
        width: calc(50vw - 90px);
        left: calc(578px - 50vw);
    }

}

@media (max-width: 768px) {
    .solution-main .entry-text-section {
        margin-bottom: 35px;
    }

    .shadow-app {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    .app-steps .col-md-10 {
        padding-left: calc(20%);
    }

    .step_box_item .textwidget {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* About us page template */
.about-us-header h1.entry-title {
    font-family: var(--font-theme-sans-serif);
    font-weight: 600;
    font-size: 3.2rem;
}

@media (min-width: 768px) {
    .about-us-header .image-content>img {
        margin-bottom: -90px;
        height: 520px;
        object-fit: cover;
    }

    .about-us-header {
        margin-bottom: 120px;
    }

    .about-us-header .row {
        align-items: center;
    }
}

/* About us page template - Awards section */
#about-us-page-wrapper article .entry-title {
    font-family: var(--font-theme-sans-serif);
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 3.6rem;
    max-width: 760px;
    margin: 0 auto 35px;
}

#about-us-page-wrapper article .entry-title+p {
    margin-bottom: 2rem;
}

.full_width_section.text-block-wrapper {
    position: relative;
    margin-bottom: 0px;
}

.awards_article_wrapper h2 {
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-family: var(--font-theme-sans-serif);
    font-weight: 600;
}

.full_width_section.image-block-wrapper img {
    max-height: 520px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .full_width_section .award-text-content {
        padding: 60px;
        position: absolute;
        bottom: -35px;
        z-index: 999;
        right: 0;
    }
}

/* Timeline sliders */
.timeline_slider_section {
    padding: 140px 0 60px;
}

.timeline_slider_section h2.slider-item-title {
    font-size: 2.1rem;
    font-family: var(--font-theme-sans-serif);
    font-weight: 600;
    color: var(--theme-red);
    margin-bottom: 1rem;
}

.under-header-line,
.timeline_slider_section h2.slider-item-title:after {
    display: block;
    height: 4px;
    width: 48px;
    background-color: var(--theme-red);
    content: "";
    margin-top: 1rem;
}

.under-header-line {
    margin-bottom: 1rem;
}

.timeline_slider_section .textwidget {
    font-size: 15px;
}

.timeline_slider_section .swiper-pagination {
    display: none;
}

.watermark_text_wrapper h2 {
    top: -140px;
    font-weight: 500;
    letter-spacing: 6px;
    font-size: 90px;
    right: 0;
}

.media_grid_wrapper+.timeline_slider_section {
    padding-top: 120px;
}

.timeline_slider_section .swiper-button-prev,
.timeline_slider_section .swiper-button-next {
    top: 40%;
    background-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-size: 12px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.22);
}

.timeline_slider_section .swiper-button-next {
    right: 1rem;
    background-image: url(/wp-content/themes/understrap/chevronright.svg);
}

@media (min-width: 768px) {
    .watermark_text_wrapper h2 {
        font-size: 140px;
        left: 0;
    }
}

/* Custom widget / sidebar - media grid */
.media-summary .entry-title {
    margin-bottom: 30px;
    font-size: 2.6rem;
    font-family: var(--font-theme-sans-serif);
    font-weight: 600;
}

.image_info_overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background: linear-gradient(35deg, rgb(0 0 0 / .8), rgb(170 0 2 / .1));
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1;
}

.image_info_overlay i {
    font-size: 25px;
}

.overlay-title {
    font-size: 1.42rem;
    font-family: var(--font-theme-sans-serif);
    margin-bottom: 0;
    text-transform: uppercase;
    margin-right: 60px;
    font-weight: 300;
    line-height: 1.42;
}

.single-grid-item {
    display: flex;
    overflow: hidden;
}

.single-grid-item img {
    object-fit: cover;
    transition: all .25s ease;
}

.single-grid-item a:hover img {
    transform: scale(1.05);
}

.media-grid-container .single-grid-item {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .media-grid-container .single-grid-item {
        margin-bottom: 0px;
    }

    .grid-container {
        display: grid;
        grid-template-areas:
            'item-1 item-1 item-2'
            'item-3 item-3 item-2'
            'item-3 item-3 item-4';
        grid-gap: 10px;
        /* grid-template-rows: repeat(3, 240px); */
        grid-template-rows: 260px 200px 260px;
    }

    .item-1 {
        grid-area: item-1;
    }

    .item-2 {
        grid-area: item-2;
    }

    .item-3 {
        grid-area: item-3;
    }

    .item-4 {
        grid-area: item-4;
    }
}

/* Why us section dark grid */
.generic-black-bk .highlight_item h4.icon-box-title,
.wrapper.highlights_wrapper.generic-black-bk p {
    color: var(--outline-grey);
}

.grid-container.hightlights .highlight_item {
    max-width: 100%;
    border: none;
    background-color: var(--generic-darkred);
    margin-bottom: 30px;
    padding: 2rem 30px 1.2rem;
}

.grid-container.hightlights .highlight_item:nth-of-type(1) {
    border: none;
    padding-top: 0;
    background-color: transparent;
}

.grid-container.hightlights .highlight_item .icon_container {
    color: var(--generic-red);
}

.grid-container.hightlights .highlight_item:nth-of-type(1) .widget-title {
    font-weight: 600;
    line-height: 1.45;
    font-family: var(--font-theme-sans-serif);
    text-transform: uppercase;
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #fff;
}

.wrapper.highlights_wrapper+.footer_cta_wrapper {
    padding-top: 90px !important;
}

@media (min-width: 768px) {
    .grid-container.hightlights {
        grid-template-areas:
            'title title'
            'item-1 item-2'
            'item-3 item-4';
        grid-gap: 30px;
        grid-template-rows: auto auto;
    }

    .grid-container.hightlights .highlight_item {
        max-width: 100%;
        margin-bottom: 0;
        padding: 2rem 15px 1.2rem;
    }

    .grid-container.hightlights .highlight_item:nth-of-type(1) {
        grid-area: title;
    }

    .grid-container.hightlights .highlight_item:nth-of-type(1) .widget-title {
        font-weight: 600;
        line-height: 1.45;
        font-family: var(--font-theme-sans-serif);
        text-transform: uppercase;
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }

    .grid-container.hightlights .highlight_item:nth-of-type(2) {
        grid-area: item-1;
    }

    .grid-container.hightlights .highlight_item:nth-of-type(3) {
        grid-area: item-2;
    }

    .grid-container.hightlights .highlight_item:nth-of-type(4) {
        grid-area: item-3;
    }

    .grid-container.hightlights .highlight_item:nth-of-type(5) {
        grid-area: item-4;
    }
}

@media (min-width: 992px) {
    .grid-container.hightlights {
        grid-template-areas:
            'title item-1 item-2'
            'title item-3 item-4';
        grid-gap: 30px;
        grid-template-rows: auto auto;
    }
}

/* Products page template */
.onpage-banner-area img {
    max-height: 420px;
    object-fit: cover;
}

.products_page_wrapper {
    position: relative;
}

.fullwidth-shadow.theme-black-bk {
    position: absolute;
    width: 100%;
    height: 270px;
    bottom: -60px;
    z-index: -1;
}

/* custom widget - Products features section */
.section-title {
    font-family: var(--font-theme-sans-serif);
    font-weight: 600;
    font-size: 3.2rem;
}

#products-features-wrapper .nav a {
    color: #fff;
    font-family: var(--font-theme-sans-serif);
    text-transform: uppercase;
    line-height: 1.82;
    font-size: 1.15rem;
    margin-top: 1.2rem;
    padding: 0;
    display: flex;
}

#products-features-wrapper .nav a i {
    line-height: normal;
    position: relative;
    top: 3px;
    margin-right: 12px;
}

#products-features-wrapper .nav a:hover {}

.highlight-text {
    position: relative;
    z-index: 12;
    line-height: 1.82;
    display: inline-block;
    padding: 0 8px;
}

.highlight-text:after {
    display: inline-block;
    position: absolute;
    content: "";
    background: #fff;
    height: 100%;
    width: 0%;
    right: 0;
    bottom: 0;
    z-index: -2;
    transition: all .25s ease;
}

a:hover .highlight-text {
    color: var(--theme-black);
}

a:hover .highlight-text:after {
    width: 100%;
}

/* Custom widget / sidebar - products tech tabs */
.single_acc {
    border: none;

}

.single-acc-header .btn {
    color: var(--theme-balck);
    border-radius: 0;
    font-weight: 600;
    display: inline-block;
    padding: 12px 0 0px;
    text-decoration: none !important;
    border-bottom: 1px solid transparent;
}

.single-acc-header i {
    margin-right: 4px;
    position: relative;
    top: 5px;
    font-size: 1.25rem;
    color: var(--theme-red);
}

.single-acc-header .btn:hover {
    color: var(--theme-red);
}

.single-acc-header .btn[aria-expanded="true"] {
    border-bottom: 1px solid var(--theme-black);
    border-radius: 0;
}

tech-accordion {
    margin-top: 30px;
}

#tech-accordion .card-body {
    font-size: 14px;
    padding-left: 30px;
}

#products-tech-wrapper img {
    object-fit: cover;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .left-gap {
        padding-left: 50px;
    }

    #products-tech-wrapper img {
        margin-bottom: 0;
        min-height: 560px;
    }
}

/* Custom widget / sidebar - products energy section cards */
.single-card-item {
    display: flex;
    flex-direction: column;
}

.energy-item {
    background-color: #fff;
    flex: 2;
    border: 1px solid var(--theme-lightgrey);
}

.energy-item .card-content {
    padding: 35px 30px 20px;
}

.single-card-item {
    margin-bottom: 35px;
}

.energy-item .card-title {
    font-weight: 600;
    font-size: 24px;
    font-family: var(--font-theme-sans-serif);
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .single-card-item {
        margin-bottom: 0;
    }

    .energy-item .card-content {
        padding: 35px 50px 20px;
    }
}

/* Custom widget/sidebar - Products page cta */
.products_page_footer_cta_section .card {
    padding: 60px 45px;
}

.products_page_footer_cta_section .btn {
    margin-top: 35px;
}

.intro-item-title {
    font-family: var(--font-theme-sans-serif);
    font-size: 2.4rem;
    font-weight: 600;
}

@media (min-width: 768px) {
    .products_page_footer_cta_section .card {
        padding: 60px 70px 35px;
    }
}

/* Custom widget/sidebar - App instruction section */
#app_instruction_section {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.step_box_item {
    max-width: 100%;
    flex: 0 1 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    z-index: 10;
    position: relative;
}

.shadow-app {
    z-index: 1;
    height: 100%;
    top: 0;
    right: 0;
}

@media (min-width: 768px) {
    .step_box_item {
        max-width: 50%;
        flex: 0 1 50%;
    }
}

/* FAQs page template */
main.post-list article .entry-meta {
    display: none;
}

main.post-list .entry-text-section h1 {
    font-size: 2rem;
}

main.post-list article a.btn {
    color: var(--theme-red);
    border-color: var(--theme-gray);
}

main.post-list article a.btn:hover,
main.post-list article a.btn:focus {
    color: #fff;
    border-color: var(--theme-red);
    background-color: var(--theme-red);
}

main.post-list article {
    width: 100%;
    margin-bottom: 35px;
    padding: 35px 30px;
    border: 1px solid var(--theme-lightgrey);
    margin-left: 0;
    margin-right: 0;
}

#left-sidebar aside {
    margin-bottom: 30px;
}

#left-sidebar .widget-title {
    font-family: var(--font-theme-sans-serif);
    text-transform: uppercase;
    font-size: 16px;
}

.input-group input {
    padding: 11px;
    height: auto;
    line-height: 18px;
}

.input-group input[type="text"] {
    max-width: 160px;
}

@media (max-width: 992px) {
    #app_instruction_section {}
}

/* Generic page and post heading */
main.single-page-content article .entry-content h2,
main.single-page-content article .entry-content h3,
main.single-page-content article .entry-content h4,
main.single-page-content article .entry-content h5,
main.single-page-content article .entry-content h6 {
    font-family: var(--font-theme-sans-serif);
    font-size: 1.65rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    article.page .entry-content p .btn {
        display: block;
        margin-bottom: 1rem;
    }
}

/* Switch display for simple list of faq posts
-------------------------------------------------- */
.entry-content.content_details {
    display: none;
}

.page-template-page-faq .entry-content.content_details {
    display: none;
}

.page-template-page-faq .entry-content:not(.content_details) {
    display: none;
}

/*Create Mobile accordion styling for data table
---------------------------------------------------  */

.table {
    width: 100%;
}

.tr:first-child {
    display: none;
}

.rh>span {
    display: block;
    position: relative;
}

.rh.filtered,
.tr.filtered {
    display: none;
}

/* Insert header name before each row on mobile */

.td:before {
    content: attr(data-header);
    /*    float: left;*/
    width: 50%;
    font-size: .9rem;
}

/* CSS border triangle trick */

.table .rh>span:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 12px;
    pointer-events: none;
    background: transparent url(/wp-content/themes/understrap/acc_bgr_white.png) center -17px no-repeat;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    line-height: normal;
    width: 24px;
    height: 24px;
    background-size: 24px;
}


/* Flip CSS border triangle on active */

.table .rh.active>span:after {
    background: transparent url(/wp-content/themes/understrap/acc_bgr_white.png) center 6px no-repeat;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    line-height: normal;
    background-size: 24px;
}

/* Media Queries */

@media screen and (min-width: 768px) {
    .rh {
        display: none;
    }

    .table {
        display: table;
        width: 100%;
    }

    .thead {
        display: table-header-group;
    }

    .tbody {
        display: table-row-group;
    }

    .tr,
    .tr:first-child {
        display: table-row;
        background: var(--theme-lightgrey);
    }

    .th,
    .td {
        display: table-cell;
    }

    .td:before {
        content: "";
    }
}

/* ===========
    Styling
   =========== */

.table {
    /*
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
*/
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    overflow: hidden;
}

.table.mobile-accordion {
    margin-bottom: 90px;
}

.th,
.rh>span {
    background: var(--theme-black);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.tr .td:nth-child(even) {
    background: var(--theme-lightgrey);
}

.th,
.tr .td,
.rh,
.rh.active:nth-last-child(2) {
    /*    border-bottom: 1px solid #54c3e8;*/
}

.th {
    padding: 30px;
    text-align: center;
    vertical-align: middle;
    max-width: 16.666%;
    font-size: 1.2rem;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    font-family: var(--font-theme-sans-serif);
}

.th.first {
    width: 40%;
    /* width: 50%; */
    text-align: left;
}

.rh:nth-last-child(2) {
    border-bottom: none;
}

.td {
    padding: 15px;
    font-weight: 600;
    line-height: normal;
    font-size: 14px;
}

.td,
.td a {
    color: var(--theme-black);
}

.td.title,
.td.title a,
.td.title span {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1e1e1e;
    text-align: left;
}

.td.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.td.title a {
    max-width: 50%;
}

.td.title a:hover {
    color: var(--theme-black);
}

.rh>span {
    padding: 20px 40px 20px 24px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
}

.tr:first-child,
.tr:last-child {
    border-bottom: none;
}

.tr:last-child .td:last-child {
    border-bottom: none;
}

.td.download-pdf {
    text-align: left;
    font-size: 17px;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

a.download-pdf,
.td.download-pdf a {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--theme-black);
    /* max-width: 50%; */
    width: 100%;
    display: inline-block;
}

.meta_field a.download-pdf,
.meta_field .td.download-pdf a {
    max-width: 100%;
}

a.download-pdf:before,
.td.download-pdf a:before {
    content: '\e255';
    display: inline-block;
    padding-left: 8px;
    font-family: 'Material Icons';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    bottom: -2px;
    font-size: 16px;
    color: var(--theme-black);
}

a.download-pdf.theme-colour-blue:before,
.td.download-pdf.theme-colour-blue a:before {
    color: #ffffff;
}

@media screen and (min-width: 768px) {

    .th,
    .td,
    .tr,
    .tr .td:last-child {
        /*   border-bottom: 1px solid #54c3e8;*/
    }

    .td {
        padding: 5px;
    }

    .th {
        padding: 30px 36px;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        width: 20%;
    }

    .td {
        border-top: solid 2px #fff;
        border-bottom: solid 2px #fff;
        padding: 20px 30px;
    }

    .tbody .tr:nth-of-type(2) .td {
        border-top: solid 6px #fff;
    }

    .th:last-child,
    .td:last-child {
        border-right: none;
    }

    /* Unfortunately we cannot just use :nth-child(odd/even) since the
	   .rh elements are interspersed in there. Until CSS 4 I don't
	   think there will be a way to style alterating rows for this 
	   without using JavaScript or whatever builds the table to add
	   a special class. */
    .tr.alternate-highlight {
        background: var(--theme-lightgrey);
    }

    /* Reset Mobile Styles */
    .tr:last-child .td:first-child {
        border-top: solid 6px #fff;
        /* border-top: none; */
    }

    .tr:last-child .td {
        border-bottom: none;
    }

    .tr .td:nth-child(even) {
        background: none;
    }

    .td.title a {
        max-width: none;
        font-size: 16px;
    }

    .td.title {
        display: table-cell;
        font-size: 16px;
        vertical-align: middle;
    }

    .td.download-pdf {
        text-align: left;
        font-size: 17px;
        display: table-cell;
        padding: 20px 10px;
    }

    .download-pdf a,
    .td.download-pdf a {
        font-size: 16px;
        max-width: none;
        display: block !important;
    }
}

@media (max-width: 768px) {

    .td.version,
    .td.latest-update {
        display: flex;
    }
}

/*Data sheet template
----------------------------*/

.technical-info .entry-content {
    margin-bottom: 60px;
    margin-top: 20px;
    color: #444;
    text-align: center;
}

.technical-info .entry-header h1 {
    text-align: center;
    font-size: 54px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--theme-black);
    margin-top: 90px;
}

.table-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    padding-right: 50%;
}

#search-products {
    margin-bottom: 0;
    padding: 13px 24px;
    border-radius: 0;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    /*    border-right: none;*/
}

#filter-product-data {
    padding: 15px 30px;
    border: 1px solid var(--theme-red);
    border-radius: 0;
    background: var(--theme-red);
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}


.table-section input[type="text"]:focus,
.table-section textarea:focus,
#search-products:focus {
    /*    border-color: rgba(0, 82, 156, .5);*/
    border-color: rgba(165, 165, 165, 0.5);
    -webkit-box-shadow: none;
    box-shadow: none;
}

#filter-product-data:hover,
#filter-product-data:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--theme-black);
    background-color: var(--theme-black);
    color: #fff;
}

@media (max-width: 768px) {
    .table-search-form {
        padding: 0;
        display: block;
    }

    #search-products {
        margin-bottom: 30px;
    }

    #search-products,
    #filter-product-data {
        width: 100%;
    }

    .technical-info .entry-header h1 {
        font-size: 36px;
    }
}

/* Blog archive page template */
body.blog .entry-meta a {
    color: var(--theme-gray);
}

body.blog .entry-title a {
    color: var(--theme-black);
}

body.blog .entry-meta a:hover,
body.blog .entry-title a:hover {
    color: var(--theme-red);
}

body.blog .entry-meta a,
body.blog .entry-meta span {
    font-size: 14px;
}

body.blog .entry-meta {
    margin-bottom: .75rem;
}

body.blog .entry-image {
    margin-bottom: 1rem;
}

body.blog .entry-title {
    font-family: var(--font-theme-sans-serif);
    font-size: 1.8rem;
    font-weight: 600;
}

.entry_category {
    text-transform: uppercase;
}

body.blog h1.entry-title {
    font-size: 3.2rem;

}

.blog-filter select {
    height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
}
@media (min-width: 768px) {
    article.page .entry-content a.btn {
        margin-left: .5rem;
        margin-right: .5rem;
    }

}
.small-icon {
    font-size: 32px;
}