/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/

/* Links */
a { color: #444444 }
a:hover { color: #a9c23f; }

a:focus {
    outline: 3px auto;
    outline-offset: 2px; }

/* Typography */

/* override one styles */
body, ul.timeline_items, .icon_box a .desc, .icon_box a:hover .desc, .feature_list ul li a, .list_item a, .list_item a:hover,
.widget_recent_entries ul li a, .flat_box a, .flat_box a:hover, .story_box .desc, .content_slider.carousel  ul li a .title,
.content_slider.flat.description ul li .desc, .content_slider.flat.description ul li a .desc {
    color: #444;
}

h1 {
    /*font-family: Montserrat;*/
    text-transform: uppercase;
    font-weight: 800;
    font-size: 50px;
}

.header-text h1 {
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
    padding: 30px;
    width: 65%;
    text-align: center;
    display: block;
    margin: 0 auto;
    line-height: 58px;
}

.header-text-2 h1 {
    color: #000;
    background-color: rgba(255, 255, 255, .8);
    padding: 30px;
    width: 65%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

h2 {
    /*font-family: Montserrat;*/
    text-transform: uppercase;
    font-weight: 800;
    font-size: 36px;
}

h2:after {
    content: "";
    display: block;
    width: 40px;
    padding-top: 20px;
    border-bottom: 5px solid #a9c23f;
}

.lower-cta h2:after {
    content: "";
    display: block;
    width: 0px;
    padding-top: 0px;
    border-bottom: none;
}

.lower-cta .column {
    margin-bottom: 10px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.header-grey-bar {
    margin-bottom: 55px;
}

.header-grey-bar h2::after {
    border-bottom: 0 !important;
}

.header-grey-bar h2 {
    margin-bottom: -8px !important;
    margin-top: -3px !important;
}

.widget_nav_menu ul { color: #444; }

.widget > h3:after {
    border-bottom: 4px solid #a9c23f;
    content: "";
    display: block;
    width: 70px;
    padding-top: 10px;
}

.widget > h3 {
    font-size: 24px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.flat_box h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
}

.flat_box .desc {
    line-height: 22px;
    background-color: #fff;
    padding: 0px;
    font-size: 16px;
}

#Action_bar .social li a {
    color: #fff;
}

#Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo {
    height: 90px !important;
}

#Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

#Top_bar .menu li ul li a span {
    font-size: 15px;
}

#Top_bar .menu li ul li a {
    border: 0;
}

#Top_bar .menu li > ul {
    box-shadow: none;
    -webkit-box-shadow: none;
}


.team .desc_wrapper .desc {
    background: transparent;
    padding: 0;
    font-weight: bold;
}

.team .desc_wrapper .desc a:hover {
    color: #444;
}

.column_our_team img:not([alt^="Garret"]):not([alt^="Anat"]) {
    object-fit: cover;
    object-position: center bottom;
    transform: scale(1.15) !important;
}

p.subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-top: 8px;
}

.inline-button {
    display: inline-block !important;
    float: left;
    margin-right: 10px !important;
}

.column_column ul {
    margin-top: 10px;
}

.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title .entry-title a {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

.masonry.tiles h2 {
    line-height: 20px !important;
    margin-bottom: 10px;
}

.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title h2:after {
    display: none !important
}

/*.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title .entry-title a:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*}*/

.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-head .post-meta {
    display: none !important;
}

p, body, html {
    font-size: 18px;
    line-height: 28px;
}

div.desc > h4 {
    font-size: 18px;
}

/* Navigation */
.header-classic #Top_bar, .header-classic #Action_bar {
    position: relative;
    z-index: 30;
}

.header-classic #Top_bar {
    top: 0;
}

#Action_bar {
    background-color: #a9c23f !important;
}

#menu > ul > li > a, a.action_button, #overlay-menu ul li a {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
}

#Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo {
    height: 70px;
}

.slogan a {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding-right: 5px;
    padding-left: 5px;
}

#Action_bar .contact_details {
    float: right !important;
}

#Action_bar .column.one {
    display: flex;
    justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.header-classic #Action_bar .contact_details li, .header-classic #Action_bar .social, .header-classic #Action_bar .social-menu {
    padding: 12px 0;
    padding-right: 20px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    left: -230px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu img:hover {
    opacity: .8;
    transition: .5s;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu a:hover {
    text-decoration: none;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu a {
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item {
    padding: 8px 0;
    font-weight: 400;
}

#Side_slide #menu ul li.submenu:not(.hover) .menu-toggle {
    left: 0;
    right: 0;
    width: auto;
    text-align: right;
    padding-right: 20px;
}

/* Slider */

#rev_slider_2_1 .zeus .tp-tab-title {
    font-size: 13px;
    line-height: 15px;
    padding: 15px 35px 20px 35px;
    font-family: Montserrat;
    text-transform: uppercase;
}

.tp-tabs, .tp-thumbs, .tp-bullets {
    z-index: 99 !important;
}

#rev_slider_3_1_wrapper div#slide-15-layer-1 {
    padding-bottom: 30px !important;
}

body #rev_slider_3_1 .zeus .tp-tab-title {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Homepage Boxes */

.home-boxes h4 {
    background-color: #3D3935;
    border-bottom: 5px solid #a9c23f;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    width: 85%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.photo_box .desc {
    margin: 0;
    top: 0;
    background: transparent;
    position: absolute;
    z-index: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    overflow: hidden;
}


.photo_box {
    position: relative;
}

.photo_box .mask {
    display: none;
}

.home-box-link {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    transition: .3s ease-out;
    z-index: 2;
    position: relative;
}

.home-box-link > a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.photo_box:hover .home-box-link,
.photo_box.parent-focus .home-box-link {
    opacity: 0;
    z-index: -1;
}

.home-box-details {
    display: flex;
    opacity: 0;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    transition: .5s ease-out;
    background-color: rgba(0, 0, 0, 0.8); /* original bg color - rgba(169, 194, 63,.9) */
    color: white;
    text-align: left;
    transform: translateX(-400px);
    z-index: -1;
    position: absolute;
    top: 0;
}

.photo_box:hover .home-box-details,
.photo_box.parent-focus .home-box-details {
    opacity: 1;
    z-index: 2;
    transform: translateX(0);
}

.home-box-details p,
.home-box-details div {
    opacity: 0;
    transform: translateY(20px);
    transition: .2s ease-in .5s;

}

.photo_box:hover .home-box-details p,
.photo_box:hover .home-box-details div,
.photo_box.parent-focus .home-box-details p,
.photo_box.parent-focus .home-box-details div{
    opacity: 1;
    transform: translateY(0);
}

.photo_box:hover .home-box-details div,
.photo_box.parent-focus .home-box-details div {
    transition-delay: .6s;
}

.photo_box .image_frame:hover .image_wrapper img,
.photo_box .image_frame.hover .image_wrapper img {
    top: 0;
}

.home-box-details p {
    margin-top: 20px;
    height: 100%;
    padding: 20px 30px 0;
}

.home-box-details p:before {
    content: "";
    display: block;
    width: 40px;
    padding-top: 20px;
    border-top: 5px solid #a9c23f;
}

.home-box-details a {
    color: white;
    display: block;
    height: 100%;
}

.photo_box img {
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#Content div.desc div.home-box-details p img {
    width: 50px !important;
}

.image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
    margin: 0 !important;
}

.image_frame .image_wrapper .mask, .edd_download_image:after {
    box-shadow: none;
}

.image_frame {
    border: 0;
}

.who-we-serve .desc {
    background: #ecebeb;
}

.who-we-serve img.scale-with-grid, .who-we-serve img {
    height: 225px !important;
}

.who-we-serve h4 {
    background-color: #3D3935;
    border-bottom: 5px solid #a9c23f;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    width: 85%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.who-we-serve {
    padding-bottom: 0 !important;
    padding-top: 100px !important;
}

.column_column ul, .column_column ol, .the_content_wrapper ul, .the_content_wrapper ol {
    color: #626262;
}

.slick-slider.blog_slider_ul .slick-track {
    display: flex;
}

.slick-slider.blog_slider_ul .slick-track .slick-slide {
    display: flex;
    height: auto important;
}

.blog_slider .blog_slider_ul li .desc {
    height: 100%;
}

.blog_slider.flat .blog_slider_header a:hover.button.slider_prev, .blog_slider.flat .blog_slider_header a:hover.button.slider_next {
    background-color: #a9c23f !important;
}

.blog_slider.flat .blog_slider_ul li .item_wrapper .image_wrapper img, .blog_slider.flat .blog_slider_ul li .item_wrapper .image_wrapper img {
    max-height: 225px;
    object-fit: cover;
}

.single-post img.wp-post-image, .single-post div[itemprop="image"], .single-post .section-post-header .single-photo-wrapper.image .image_frame {
    max-height: 500px;
    object-fit: cover;
    max-width: 100%;
    width: 100% !important;
}

.single-post .section-post-header .single-photo-wrapper.image .mask, .single-post .section-post-header .single-photo-wrapper .image_links {
    display: none !important;
}

.single-format-link .post-header a {
    word-break: break-word;
}


/* Buttons */

.button-flat a.button,
.button-flat:not(.header-plain) a.action_button,
.button-flat a.tp-button,
.button-flat button,
.button-flat input[type="submit"],
.button-flat input[type="reset"],
.button-flat input[type="button"] {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    border: 1px solid #444444;
}

.button-flat a.button:hover,
.button-flat:not(.header-plain) a.action_button:hover,
.button-flat a.tp-button:hover,
.button-flat button:hover,
.button-flat input[type="submit"]:hover,
.button-flat input[type="reset"]:hover,
.button-flat input[type="button"]:hover {
    transition: .3s;
    background-color: #fff !important;
    color: #444444;
    border: 1px solid #444444;
}

.button-flat a.button:hover:after,
.button-flat a.action_button:hover:after,
.button-flat a.tp-button:hover:after,
.button-flat button:hover:after,
.button-flat input[type=submit]:hover:after,
.button-flat input[type=reset]:hover:after,
.button-flat input[type=button]:hover:after {
    display: none;
}

/*a.button .button_label {*/
/*    padding: 9px 33px;*/
/*}*/

/* Blog */

.blog_slider.flat .blog_slider_ul li .item_wrapper .date_label {
    display: none;
}

.blog_slider .blog_slider_ul li .item_wrapper .image_frame {
    margin-bottom: 0;
}

.desc {
    background-color: #ecebeb;
    padding: 20px;
}

.blog_slider.flat .blog_slider_header a.button.slider_next, .blog_slider.flat .blog_slider_ul li .item_wrapper .desc hr, .blog_slider.flat .blog_slider_header a.button.slider_next, .blog_slider.flat .blog_slider_ul li .item_wrapper .desc hr {
    margin-right: -75px;
}

.blog_slider.flat .blog_slider_header a.button.slider_prev, .blog_slider.flat .blog_slider_header a.button.slider_next {
    width: 60px;
    height: 87%;
    background-color: #857874 !important;
    color: #fff !important;
    margin-top: 43px;
    margin-left: -75px;
}
.masonry.tiles .post-item:not(.no-img):hover .post-photo-wrapper:after {
    background: transparent;
}

.masonry.tiles .post-item:not(.no-img) .post-photo-wrapper {
    max-height: 325px;
}

.masonry.tiles .post-item:not(.no-img) .post-desc-wrapper {
    top: 0;
    bottom: -20px;
}

.col-3.masonry.tiles .post-title {
    margin-bottom: 0;
}

.col-3.masonry.tiles .post-item:not(.no-img) .post-desc-wrapper {
    top: auto;
    bottom: 0;
}

.masonry.tiles .post-title {
    margin-bottom: 40px;
}

.col-3.masonry.tiles .post-item:not(.no-img) .post-desc-wrapper .post-desc {
    background-image: none;
    background-color: #3D3935;
    height: 100%;
    padding: 10px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 0;
}

.col-3.masonry.tiles .post-item:not(.no-img) .post-desc-wrapper:before {
    content: "";
    display: block;
    background-color: #A9C149;
    height: 8px;
    width: 0;
    transition: all .4s ease-out;
}

.col-3.masonry.tiles .post-item:not(.no-img):hover .post-desc-wrapper:before {
    width: 100%;
}

.col-3.masonry.tiles .post-item:hover .post-desc-wrapper {
    transform: none;
}

.col-3.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title:after {
    display: none;
}


#Content .masonry.tiles .post-item:not(.no-img) .post-photo-wrapper img {
    object-fit: cover;
    min-height: 153px;
    width: 100%;
}

a.button, a.tp-button {
    background-color: #444444;
    color: #ffffff;
}

.serve a, .serve h2 {
    color: #fff !important;
}

blockquote {
    background: none;
}

blockquote:after {
    color: rgba(0, 0, 0, .3);
}

/* Footer */
#Footer, .lower-cta {
    z-index: 6
}

#Footer h1, #Footer h1 a, #Footer h1 a:hover, #Footer h2, #Footer h2 a, #Footer h2 a:hover, #Footer h3, #Footer h3 a, #Footer h3 a:hover, #Footer h4, #Footer h4 a, #Footer h4 a:hover, #Footer h5, #Footer h5 a, #Footer h5 a:hover, #Footer h6, #Footer h6 a, #Footer h6 a:hover {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}


#Footer a {
    color: #fff;
    font-size: 16px;
}

.lower-cta.mobile-only {
    display: none;
}

.lower-cta:not(.mobile-only) {
    display: block;
}

/*--- Forms ---*/
.gform_wrapper .top_label .gfield_label {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 15px;
}

.gform_wrapper select {
    appearance: initial;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty {
    box-shadow: none;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper.gf_browser_chrome select {
    padding: 10px 4px !important;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    margin-bottom: 0;
}

#input_1_5_4_label {
    display: none;
}

body .gform_wrapper ul li.gfield {
    margin-top: 10px !important;
}

/*--- About Page ---*/
.widget_archive ul li a, .widget_nav_menu ul li a {
    color: #626262;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.widget_archive ul li a:hover, .widget_nav_menu ul li a:hover {
    text-decoration: underline;
}

.trailer_box .desc h2 {
    color: #626262;
}

.trailer_box .desc h2:after {
    content: "";
    display: block;
    width: 40px;
    padding-top: 0px;
    border-bottom: 0 !important;
}

.trailer_box .desc {
    padding: 20px 15px;
}

/*--- Service Page ---*/
.h2-center h2:after {
    margin: 0 auto;
}

.reverse-text {
    color: #fff !important;
}

.reverse-text a {
    color: #fff !important;
}

.reverse-text h3 {
    color: #fff !important;
}

.reverse-text h3 a {
    color: #fff !important;
}

.reverse-text-dark a {
    color: #444 !important;
}
.reverse-text-dark a:hover {
    color: #fff !important;
}

.reverse-text-dark h3 {
    color: #444 !important;
}

.reverse-text-dark h3 a {
    color: #444 !important;
}

.image-grid .column, .columns {
    margin: 0;
}

.wp-caption-text {
    background: none;
    color: #fff;
    margin-top: -70px;
    z-index: 99999;
    position: relative;
}

.image_frame .image_wrapper .image_links a {
    display: none;
}

.blog-teaser li .desc-wrapper .desc .post-meta, .blog-teaser li .desc-wrapper .desc .post-meta a {
    display: none;
}

img.object-fit-fix {
    width: auto !important;
    transform: scale(2) translateX(-25%) !important;
    left: 50%;
}


/*--- Footer ---*/
#Footer {
    background-color: #3d3935;
}

/*animations*/

.v-row-1 {
    top: 0;
}

.v-row-2 {
    top: 11.2vw;
}

.v-row-3 {
    top: 22.4vw;
}

.v-row-4 {
    top: 33.6vw;
}

.v-row-5 {
    top: 44.8vw;
}

.v-row-6 {
    top: 56vw;
}

.v-row-7 {
    top: 67.2vw;
}

.v-row-8 {
    top: 78.4vw;
}

.v-row-9 {
    top: 89.6vw;
}

.v-row-10 {
    top: 100.8vw;
}

.v-row-11 {
    top: 112vw;
}


.v-end-0 {
    transform: translateX(0px);
    right: 100vw;
}

#v-layer .v-end-1 {
    transform: translateX(10vw);
}

#v-layer .v-end-2 {
    transform: translateX(23vw);
}

#v-layer .v-end-3 {
    transform: translateX(36vw);
}

#v-layer .v-end-4 {
    transform: translateX(49vw);
}

#v-layer .v-end-5 {
    transform: translateX(61vw);
}

#v-layer .v-end-6 {
    transform: translateX(74vw);
}

#v-layer .v-end-7 {
    transform: translateX(87vw);
}

#v-layer .v-end-8 {
    transform: translateX(100vw);
}


#v-layer {
    position: absolute;
    top: 146px;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: 5;
    overflow: hidden;
}


.v-layer__inner {
    position: relative;
    width: 100vw;
    height: 112vw;
}

#v-layer .flying-v {
    position: absolute;
    width: 10vw;
    height: 11.2vw;
    overflow: auto;
    object-fit: cover;
    opacity: 1;
}

.circle-vs--outer {
    position: absolute;
    top: 50%;
    right: -4vw;
    max-width: 260px !important;
    max-height: 260px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.circle-vs {
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.over-vs {
    z-index: 6;
}

#nav_menu-3.widget_nav_menu ul {
    padding: 10px 10px 15px 40px;
    background: rgba(255, 255, 255, .8);
}

.widget_nav_menu ul li a {
    color: #000;
}

.column_button .investor-button {
    margin-top: 25px !important;
}

#rev_slider_3_1 .zeus .tp-tab-title {
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, 0.25);
    font-family: montserrat;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: rgb(255, 255, 255);
    padding: 9px 40px;
    min-height: 32px;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}


.menuo-right #Top_bar .menu_wrapper {
    margin-top: 0;

}

#Top_bar .menu > li > a {
    padding: 30px 0;
}

#Top_bar .menu > li ul li a:hover, #Top_bar .menu > li ul li.hover > a,
.menuo-sub-active #Top_bar .menu > li ul li.current-menu-item > a {
    color: #a9c23f;
    background-color: transparent;
}

.menuo-sub-active #Top_bar .menu > li ul li.current-menu-ancestor > a {
    background-color: transparent;
}

#careers-bar, #investor-bar {
    margin-top: -55px !important;
}

.green-subnav {
    padding-top: 30px;
    max-height: 130px;
}

.stock-stats h3, .stock-graph h2, .stock-graph h3, #stock-chart-price, .stock-graph .stats span {
    padding-left: 30px;
}

.privacy-policy table th, .privacy-policy table td {
    text-align: right;
}

div#surbma-gpga-modal.uk-open {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.uk-open .uk-modal-dialog {
    transform: none;
    width: 300px

}

.uk-open .uk-modal-dialog h2:after {
    padding-top: 5px;
}

.uk-modal-footer.surbma-gpga-button-left {
    display: flex;

}

.surbma-gpga-button-left button#button2 {
    order: -1;
    margin-right: 20px;
}

/* Media Queries */

@media only screen and (min-width: 1240px) {
    .menuo-right #Top_bar .menu_wrapper {
        margin-top: 0px;
    }

}

@media only screen and (max-width: 1239px) {
    .circle-vs--outer {
        right: -8vw;
    }
}

@media only screen and (max-width: 960px) {
    .circle-vs--outer {
        right: -20vw;
    }

    .home-box-details p {
        padding: 15px 20px 0;
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 820px) {
    .stat-grid-item {
        border: 0 !important;
    }
}

@media only screen and (min-width: 768px) {
    .section.header-text.bg-cover {
        height: 100px;
    }

    .mcb-item-a81f0608a img {
        height: 150px !important;
        width: auto;
    }

    .mcb-item-a81f0608a .imageIwrapper {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    body {
        background-color: lightblue;
    }

    .circle-vs--outer {
        right: -30vw;
    }

    #Action_bar .contact_details li.slogan {
        display: block;
        padding-top: 3px !important;
    }

    #Action_bar .container {
        padding-right: 13px !important;
        margin-right: 0;
    }


    .header-classic #Action_bar .contact_details li, .header-classic #Action_bar .social, .header-classic #Action_bar .social-menu {
        padding-right: 20px;
        margin-bottom: 0 !important;
    }

    .header-classic #Action_bar .social, .header-classic #Action_bar .social-menu {
        padding: 7px 0 !important;
    }

    #Footer .widgets_wrapper .widget {
        padding: 5px 0;
        margin-bottom: 0;
        text-align: center;
    }

    .section_wrapper .mcb-wrap.mcb-wrap-xl9kavpkh {
        margin-top: 30px;
    }

    .header-grey-bar {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 550px) {
    .lower-cta h2 {
        font-size: 20px;
        line-height: 1.7;
        text-align: left;
    }

    .lower-cta:not(.mobile-only) {
        display: none;
    }

    .lower-cta.mobile-only {
        display: block;
    }

    .column_attr.align_center .button_align.align_left {
        text-align: left;
    }

    .mcb-section-1h0dngcd8 {
        background-position: 30% 0% !important;
    }

}

@media only screen and (max-width: 400px) {
    .circle-vs--outer {
        max-width: 150px !important;
        max-height: 150px;
    }

}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    h2 {
        line-height: 40px !important;
    }
}

@media only screen and (max-width: 479px) {
    h2 {
        line-height: 36px !important;
    }
}


.button-flat .button:after,.button-flat button:after, .button-flat .action_button:after, .button-flat .footer_button:after,
.button-flat input[type="submit"]:after,.button-flat input[type="reset"]:after,.button-flat input[type="button"]:after{content:"";position:relative;left:0;top:0;height:100%;width:100%;background:rgba(0,0,0,.05);z-index:1;transition:opacity .2s ease-in-out;opacity:0}


/* Main Navigation styles */
#Top_bar .menu > li > a {
    padding: 0 0 12px 0 !important;
}

.menuo-arrows:not(.keyboard-support) #Top_bar .menu > li.submenu > a:not(.menu-toggle):after {
    margin-top: -6px;
}

#Top_bar.is-sticky .menu > li > a {
    padding: 15px 0 !important;
}

.menuo-arrows:not(.keyboard-support) #Top_bar.is-sticky .menu > li.submenu > a:not(.menu-toggle):after {
    margin-top: -2px;
}

#Top_bar .menu li.ae-nav-menu-heading > a {
    padding: 0px 20px;
}

#Top_bar .menu li.ae-nav-menu-heading > a span {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #050708;
}

/* Secondary Navigation styles */
#Top_bar .secondary_menu_wrapper{
    display:block;
    float: right;
    margin-top: 16px;
}

@media(max-width: 1239px) {
    #Top_bar .secondary_menu_wrapper {
        display: none;
    }
}
  
#Top_bar .secondary_menu_wrapper a {
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.63px;
    text-align: left;
    color: #717B2D !important;
}

/* Mobile navigation styles */
#Side_slide #menu ul li.submenu .menu-toggle,
#Side_slide a:not(.action_button) {
    color: #ffffff;
    opacity: 1;
    padding-right: 10px;
}

#Side_slide #menu ul li.submenu .menu-toggle:after,
#Side_slide #menu ul li.hover > .menu-toggle:after {
    font-weight: 400;
    color: #ffffff !important;
    font-size: xx-large;
}

#Side_slide .secondary-menu a {
    color: #a6a6a6;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 20px;
}

#Side_slide #menu .ae-nav-menu-heading {
    font-size: 12px;
    background: #191919;
}

#Top_bar .menu li ul li {
    width: 290px;
}

#Top_bar .menu li ul li a {
    padding: 5px 20px;
}

/* Single Post Blocks Start */
.single-post #Content {
	padding-top: 50px;
}

.single-post #Content::before {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 650px;
    background-color: rgba(29, 130, 150, .05);
    content: "";
}

.single-post .section > .section_wrapper {
	max-width: 100% !important;
	padding: 0;
}

.single-post .section > .section_wrapper > div {
	width: 100%;
	margin: 0;
}

.single-post .section > .section_wrapper > div > *:not(.verra-related-section),
.single-post .post-wrapper-content > .mfn-builder-content {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

body.single.single-post .title_wrapper > h1.entry-title {
	font-size: clamp(2rem, 1.7962rem + 1.0031vw, 3rem);
	line-height: 1.25;
}

body.single.single-post .post-nav.minimal,
body.single.single-post .date i, 
body.single.single-post .category.meta-categories,
body.single.single-post .category.mata-tags,
body.single.single-post a.fixed-nav {
	display: none;
	visibility: hidden;
}

body.single.single-post .date > time {
	font-size: clamp(1rem, 0.9236rem + 0.3762vw, 1.375rem);
	line-height: 1.63;
	color: #3d3935;
}

/** Post Paragraph Styles Start **/
.post-section_intro-and-key-points p,
.post-section_multi-heading-content p,
.post-section_title-content-image p,
.post-section_numbered-content p,
.post-section_heading-and-list p,
.post-section_img-left-content-right p,
.post-section_intro-and-key-points .post-inner_key-points ul > li,
.post-section_heading-and-list ul > li {
	font-size: 16px;
	line-height: 24px;
}
/** Post Paragraph Styles End **/

/** Intro + Key Points Section Start **/
.post-section_intro-and-key-points p {
	margin-bottom: 25px;
}

.post-section_intro-and-key-points .post-inner_key-points ul {
	margin: 0 0 0 30px;
}

.post-section_intro-and-key-points .post-inner_key-points ul > li,
.post-section_heading-and-list ul > li {
	color: #000;
}
/** Intro + Key Points Section End **/

/** Title + Content Image Section Start **/
.post-section_title-content-image .section_wrapper {
	column-gap: 40px;
}
.post-section_title-content-image .section_wrapper > .wrap:nth-of-type(1) {
	flex: 0 0 100%;
}

.post-section_title-content-image .section_wrapper > .wrap {
	flex: 1 1 calc(50% - 20px);
}
/** Title + Content Image Section End **/

/** Single Post Related Posts Block Start **/
section.verra-related-section {
	padding: 60px 20px;
	background-color: rgba(29, 130, 150, 0.05);
	margin: 60px 0 40px;
}

section.verra-related-section > h2.verra-related-heading {
	text-transform: capitalize;
	text-align: center;
	font-size: clamp(1.5rem, 1.3472rem + 0.7524vw, 2.25rem);
	line-height: 1.16;
	font-weight: 600;
	margin-bottom: 50px;
}

section.verra-related-section > .verra-multi-wrapper.verra-cols-3 {
	max-width: 1230px;
	margin: auto;
}

section.verra-related-section > .verra-multi-wrapper.verra-cols-3 .verra-multi-date {
	padding: 0 30px 30px;
}
/** Single Post Related Posts Block End **/

/** Topics + Social Start **/
body.single.single-post section.verra-topics-row .verra-topics {
	display: flex;
	gap: 15px;
	align-items: center;
	margin: 50px auto;
}

body.single.single-post section.verra-topics-row .verra-topics span,
body.single.single-post .share-simple-wrapper > span {
	color: #3D3935;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

body.single.single-post .share-simple-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	border: none;
	padding: 0;
}

body.single.single-post .share-simple-wrapper .icons {
	display: flex;
	gap: 10px;
}

body.single.single-post .share-simple-wrapper .icons a:not(.pinterest) {
	background-color: #1D8296;
	border-radius: 100px;
	padding: 3px 12px;
	height: 32px;
	width: 32px;
	display: flex;
	justify-content: center;
}

body.single.single-post .share-simple-wrapper .icons a > i::before {
	color: #fff;
}
/** Topics + Social End **/

/** Responsive Start **/
@media only screen and (max-width: 920px) {
	.single-post article > header,
	.single-post section.section > .section_wrapper > div > *:not(.verra-related-section) {
		margin-left: 20px;
		margin-right: 20px;
	}

	.single-post .post-wrapper-content > .mfn-builder-content {
		margin-left: 0;
		margin-right: 0;
	}

	.single-post #Content {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.single-post #Content::before {
		height: 480px;
	}

	.post-section_title-content-image .section_wrapper {
		flex-direction: column;
	}

	.post-section_title-content-image .section_wrapper img {
		max-height: 220px;
		object-fit: cover;
	}

	section.verra-related-section {
		padding: 30px 20px;
		margin: 30px 0 20px;
	}

	section.verra-related-section > h2.verra-related-heading {
		margin-bottom: 30px;
	}

	section.verra-related-section > .verra-multi-wrapper.verra-cols-3 .verra-tags {
		padding: 20px 20px 0px 20px;
	}

	section.verra-related-section > .verra-multi-wrapper.verra-cols-3 h3.verra-multi-title,
	section.verra-related-section > .verra-multi-wrapper.verra-cols-3 .verra-readmore {
		padding: 0 20px;
	}

	section.verra-related-section > .verra-multi-wrapper.verra-cols-3 .verra-multi-date {
		padding: 0px 20px 20px 20px;
	}

	body.single.single-post section.verra-topics-row .verra-topics {
		margin: 30px auto;
	}
}
/** Responsive End **/
/* Single Post Blocks End */

/* News Redesign Start */
/** General Start **/
.inner-gap-40 .section_wrapper {
	gap: 40px;
	flex-wrap: nowrap;
}

.inner-gap-40 .section_wrapper::after,
.post-section_title-content-image .section-wrapper,
.no-dec h2.title::after,
section.news-title-bar > .section_wrapper::after,
section.verra-related-section h2::after {
	content: none;
}

.btn a.button {
	top: unset;
	left: unset;
}

.no-overlay .mcb-wrap-background-overlay,
.mw-1190 p:empty,
.case-studies-section p:empty {
	display: none;
	visibility: hidden;
}

.mw-1190 .section_wrapper {
	max-width: 1230px;
	padding-left: 20px;
	padding-right: 20px;
}

.mw-1310 .section_wrapper {
	max-width: 1350px;
	padding-left: 20px;
	padding-right: 20px;
}

.verra-tags {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 8px;
}

.verra-tags > .verra-tag,
.verra-case-content > .verra-tag > a {
	color: #1D8296;
	border: 1px solid #1D8296;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

.verra-tags > .verra-tag:hover,
.verra-tags > .verra-tag:focus-visible {
	color: #ffffff;
	background-color: #1D8296;
	text-decoration: none;
}

.loop-heading h2,
.verra-feature-heading > h2 {
	display: flex;
	gap: 10px;
	align-items: flex-end;
	white-space: nowrap;
	height: 22px;
}

.loop-heading h2::after,
.verra-feature-heading > h2::after {
	width: 100%;
	height: 5px;
	padding: 0;
	border: unset;
	background-color: #1D8296;
	margin: 0 0 3px 0;
}

.green-heading-section .loop-heading h2::after {
	background-color: #A9C23F;
}

a.verra-readmore {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-decoration: underline;
	color: #1D8296;
}

a.verra-readmore:hover,
a.verra-readmore:focus-visible {
	color: #000;
}
/** General End **/

/** Left Feature Shortcode Start **/
.ftrd-post-section .mcb-column-inner {
	margin: 0;
}

.verra-feature-heading > h2 {
	font-size: 22px;
	line-height: 22px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 40px;
}

.verra-feature-heading > h2::after {
	background-color: #A9C23F;
}

.verra-feature-grid > .verra-feature-main {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 40px;
}

/* left col */
.verra-feature-grid > .verra-feature-main > .verra-feature-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-image,
.verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-image > img {
	max-height: 364px;
	object-fit: cover;
}

.news-section .verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-image,
.news-section .verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-image > img,
.white-paper-section .verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-image,
.white-paper-section .verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-image > img {
	height: 364px;
}

.verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-meta {
	background: rgba(29, 130, 150, 0.05);
	padding: 30px;
}

.news-section .verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-meta,
.white-paper-section .verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-meta {
	padding: 24px 0;
	background: none;
	border-bottom: 2px solid rgba(61, 57, 53, 0.30);
}

.verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-meta h3 {
	font-size: 26px;
	line-height: 36px;
	text-transform: capitalize;
	margin: 20px 0;
	font-weight: 600;
}

.news-section .verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-meta h3,
.white-paper-section .verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-meta h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 10px 0 0;
}

.verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-meta h3::after {
	content: none;
}

.verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-meta .verra-feature-date {
	font-weight: 500;
	margin-top: 20px;
}

.news-section .verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-meta .verra-feature-date,
.white-paper-section .verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-meta .verra-feature-date {
	margin-top: 10px;
}

/* right col */
.verra-feature-grid > .verra-feature-main > .verra-feature-right > .verra-feature-right-item {
	padding: 24px 0;
	border-bottom: 2px solid rgba(61, 57, 53, 0.30);
}

.verra-feature-grid > .verra-feature-main > .verra-feature-right > .verra-feature-right-item:first-of-type {
	padding-top: 0;
}

.verra-feature-grid > .verra-feature-main > .verra-feature-right > .verra-feature-right-item h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 10px 0 0;
}

.verra-feature-grid > .verra-feature-main > .verra-feature-right > .verra-feature-right-item .verra-feature-date {
	font-weight: 500;
	margin-top: 10px;
}
/** Left Feature Shortcode End **/

/** Verra Multi-Col Start **/
.heading-section .mcb-column-inner {
	margin: 0;
}

.verra-multi-wrapper.verra-cols-2,
.verra-multi-wrapper.verra-cols-3,
.verra-multi-wrapper.verra-cols-4 {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-column-gap: 40px;
}

.verra-multi-wrapper.verra-cols-3 {
	grid-template-columns: repeat(3,1fr);
}

.verra-multi-wrapper.verra-cols-4 {
	grid-template-columns: repeat(4 ,1fr);
}

.verra-multi-wrapper .verra-multi-image {
	max-height: 230px;
}

.verra-multi-wrapper.verra-cols-2 img,
.verra-multi-wrapper.verra-cols-3 img,
.verra-multi-wrapper.verra-cols-4 img{
	height: 230px;
	object-fit: cover;
	margin-bottom: 30px;
	display: block;
}

.verra-multi-wrapper.verra-cols-3 img {
	margin: 0;
}

.verra-multi-wrapper.verra-cols-3 .verra-multi-item {
	background-color: #ffffff;
}

.verra-multi-wrapper.verra-cols-3 .verra-multi-item .verra-tags {
	padding: 35px 30px 0 30px;
}

.verra-multi-wrapper.verra-cols-3 .verra-multi-item h3,
.verra-multi-wrapper.verra-cols-3 .verra-multi-item a {
	padding: 0 30px;
}

.verra-multi-wrapper.verra-cols-3 .verra-multi-item .verra-multi-date {
	padding: 0 30px 30px;
}

.verra-multi-wrapper.verra-cols-4 img {
	margin-bottom: 14px;
}

.verra-multi-wrapper h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 10px 0;
}

.verra-multi-wrapper .verra-multi-date {
	margin-top: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}
/** Verra Multi-Col End **/

/** Verra Stack Start **/
.verra-stack-grid {
	display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 40px;
    grid-row-gap: 24px;
}

.verra-stack-grid .verra-stack-card {
	display: flex;
	gap: 20px;
	padding-bottom: 24px;
	border-bottom: 2px solid rgba(61, 57, 53, 0.30);
}

.verra-stack-grid .verra-stack-card .verra-stack-image img {
	max-width: 198px;
	height: 100%;
	object-fit: cover;
}

.verra-stack-grid .verra-stack-card .verra-stack-content h3 {
	font-size: 16px;
	line-height: 24px;
	margin: 10px 0;
}

.in-the-news-section .verra-stack-grid .verra-stack-card .verra-stack-content h3 {
	margin-top: 0;
}

.verra-stack-grid .verra-stack-card .verra-stack-content p {
	font-size: 16px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 10px;
}

.verra-stack-grid .verra-stack-card .verra-stack-content .verra-stack-excerpt > p:not(:first-of-type) {
	display: none;
	visibility: hidden;
}

.verra-stack-grid .verra-stack-card .verra-stack-content .verra-stack-date {
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px;
}
/** Verra Stack End **/

/** Verra Case Studies Start **/
.verra-case-studies-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 40px;
}

.verra-case-studies-grid .verra-case-left {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 24px;
}

.verra-case-studies-grid .verra-case-left > .verra-case-left-card {
	padding-bottom: 24px;
	border-bottom: 2px solid rgba(61, 57, 53, 0.30);
}

.verra-case-studies-grid h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 10px 0;
}

.verra-case-studies-grid .verra-case-date {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	margin: 10px 0 0;
}

.verra-case-studies-grid .verra-case-right-card .verra-case-content {
	background-color: #ffffff;
	padding: 30px;
}
/** Verra Case Studies End **/

/** News + Insights Filter/Search Bar Start **/
.news-title-bar .ntb-col-1 > .mcb-wrap-inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 50px;
}

.news-title-bar .ntb-col-1 h1.title {
	white-space: nowrap;
}

.news-title-bar .ntb-col-2 .mcb-column-inner > .mfn-inline-editor {
	display: flex;
	justify-content: flex-end;
}

.verra-filter-wrapper {
	display: flex;
	align-items: center;
	border: 2px solid transparent;
	padding: 2px;
}

.verra-filter-wrapper::after {
	content: "";
	width: 14px;
	min-width: 14px;
	height: 16px;
	background-image: url('/wp-content/uploads/2025/08/v6-icon.png');
	display: block;
	position: relative;
}

.verra-filter-wrapper label {
	display: none;
}

.verra-filter-wrapper select {
	border-color: transparent;
	color: #ffffff;
	font-size: 22px;
	line-height: 27px;
	padding: 0;
	max-width: 141px;
}

.verra-filter-wrapper select option {
	color: #000000;
}

.verra-filter-wrapper select#verra-post_tag-select {
	max-width: 93px;
}

.verra-filter-wrapper select:focus {
	background-color: transparent !important;
}

.verra-filter-wrapper:has(:focus) {
	border-color: #ffffff;
}

form.verra-search-form {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #A9C23F;
	max-width: 388px;
	transition: .3s ease-in-out all;
}

form.verra-search-form:has(>:focus) {
	border-bottom: 2px solid #fff;
}

form.verra-search-form input#verra-search-field {
	font-size: 22px;
	line-height: 27px;
	font-family: "Montserrat";
	background-color: transparent;
	border: none;
	width: 100%;
	padding: 0 0 10px;
	color: #fff;
}

form.verra-search-form button {
	width: 24px;
	height: 24px;
	background-color: transparent;
	color: transparent;
	display: block !important;
	background-image: url('/wp-content/uploads/2025/08/search.png');
	background-position: center center;
	background-size: 24px;
	background-repeat: no-repeat;
}

form.verra-search-form button:hover,
form.verra-search-form button:focus-visible {
	filter: brightness(100);
}

form.verra-search-form button:focus-visible {
	outline: 1px dotted #fff;
}
/** News + Insights Filter/Search Bar End **/

/* Resources Section Start */
.resources-section #newsletter form label {
	font-size: 16px;
	line-height: 28px;
}

.resources-section #newsletter form input[type="email"] {
	padding: 8px 15px !important;
	border: 1px solid rgba(61, 57, 53, 0.30);
	font-size: 16px;
	line-height: 28px;
}

.resources-section #newsletter form .gform-footer {
	margin: 0;
	padding: 20px 0 0;
}

.resources-section #newsletter form input[type="submit"] {
	width: 100%;
	background-color: #A9C23F;
	color: #3C3935;
	padding: 13px 20px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	margin-bottom: 0;
}

.resources-section #newsletter form input[type="submit"]:hover,
.resources-section #newsletter form input[type="submit"]:focus-visible {
	color: #A9C23F;
	background-color: #3C3935;
}
/* Resources Section End */

/* Responsive Start */
@media only screen and (max-width: 1025px) {
	.verra-feature-grid > .verra-feature-main,
	.verra-multi-wrapper.verra-cols-2,
	.verra-multi-wrapper.verra-cols-3,
	.verra-multi-wrapper.verra-cols-4,
	.verra-stack-grid,
	.verra-case-studies-grid .verra-case-left {
		grid-column-gap: 20px;
	}

	.verra-stack-grid,
	.verra-case-studies-grid .verra-case-left{
		grid-template-columns: auto;
	}

	.inner-gap-40 .section_wrapper,
	.verra-case-studies-grid {
		gap: 20px;
	}

	section.case-studies-section .wrap > .mcb-wrap-inner {
		padding-left: 30px;
		padding-right: 30px;
	}

}

@media only screen and (max-width: 768px) {
	.mw-1190 .section_wrapper,
	.mw-1310 .section_wrapper {
		max-width: initial !important;
	}

	.verra-feature-grid > .verra-feature-main,
	.verra-multi-wrapper.verra-cols-2,
	.verra-multi-wrapper.verra-cols-3,
	.verra-multi-wrapper.verra-cols-4,
	.verra-case-studies-grid {
		grid-template-columns: auto;
	}

	.verra-feature-grid > .verra-feature-main,
	.verra-multi-wrapper.verra-cols-4,
	.verra-multi-wrapper.verra-cols-3,
	.verra-multi-wrapper.verra-cols-2 {
		grid-row-gap: 20px;
	}

	.verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-meta,
	.verra-case-studies-grid .verra-case-right-card .verra-case-content {
		padding: 20px;
	}

	section.case-studies-section .wrap > .mcb-wrap-inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-meta h3 {
		font-size: 20px;
		line-height: 27px;
	}

	.verra-feature-date {
		font-size: 16px;
	}

	.verra-multi-wrapper.verra-cols-2 img,
	.verra-multi-wrapper.verra-cols-4 img {
		margin-bottom: 20px;
	}

	.news-section .verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-image,
	.news-section .verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-image > img,
	.white-paper-section .verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-image,
	.white-paper-section .verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-image > img,
	.verra-multi-wrapper.verra-cols-2 img,
	.verra-multi-wrapper.verra-cols-3 img{
		height: 175px;
	}

	.verra-multi-wrapper.verra-cols-4 img {
		height: 225px;
	}

	.news-section .verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-meta, .white-paper-section .verra-feature-grid > .verra-feature-main > .verra-feature-left > .verra-feature-meta {
		padding: 20px 0;
	}

	.verra-stack-grid .verra-stack-card .verra-stack-image img,
	.verra-case-studies-grid .verra-case-right-card .verra-case-image img {
		max-width: 100px;
	}

	.verra-case-studies-grid .verra-case-right-card {
		display: flex;
	}

	.verra-case-studies-grid .verra-case-right-card .verra-case-image img {
		height: 100%;
		object-fit: cover;
	}

	.verra-multi-wrapper.verra-cols-3 .verra-multi-item .verra-tags {
		padding: 24px 24px 0 24px;
	}

	.verra-multi-wrapper.verra-cols-3 .verra-multi-item h3,
	.verra-multi-wrapper.verra-cols-3 .verra-multi-item a {
		padding: 0 24px;
	}

	section.section .btn > div.mcb-item-button-inner.mcb-column-inner {
		margin-left: 0;
		margin-right: 0;
	}

	section.section .btn > div.mcb-item-button-inner.mcb-column-inner > a.button {
		width: 100%;
	}

	.mobile-wrap > .section_wrapper {
		flex-direction: column;
	}

	.verra-feature-heading > h2 {
		margin-bottom: 20px;
	}

	.verra-feature-heading > h2,
	section.heading-section .mcb-column-inner > h2.title,
	section.case-studies-section .loop-heading .mcb-column-inner > h2.title {
		font-size: 18px !important;
		line-height: 22px !important;
	}

	.loop-heading h2::after, .verra-feature-heading > h2::after {
		height: 3px;
		margin: 0 0 2px 0;
	}

	.mobile-fw.mw-1310 .section_wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}
/* Responsive End */
/* News Redesign End */

/* Single Post Filter Bar Start */
section.vm-newsbar {
	background: linear-gradient(0deg, #2E4E55 0%, #09262B 100%);
	padding: 30px 0;
}

section.vm-newsbar > .vm-newsbar__section-wrapper {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
}

section.vm-newsbar > .vm-newsbar__section-wrapper > .vm-wrap {
	width: 100%;
}

section.vm-newsbar > .vm-newsbar__section-wrapper > .vm-wrap--left > .vm-wrap__inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 50px;
}

section.vm-newsbar > .vm-newsbar__section-wrapper > .vm-wrap--left .vm-newsbar__title {
	color: #ffffff;
	font-size: 22px;
	line-height: 27px;
	font-weight: 800;
	text-transform: uppercase;
	white-space: nowrap;
}

section.vm-newsbar > .vm-newsbar__section-wrapper > .vm-wrap--right > .vm-wrap__inner {
	display: flex;
	justify-content: flex-end;
}

@media only screen and (max-width: 1025px) {
	section.vm-newsbar > .vm-newsbar__section-wrapper,
	section.news-title-bar > .section_wrapper {
		flex-direction: column;
		gap: 16px;
	}

	section.news-title-bar > .section_wrapper > .wrap {
		width: 100%;
	}

	section.news-title-bar > .section_wrapper > .wrap.ntb-col-1 .column {
		width: fit-content;
	}

	section.vm-newsbar > .vm-newsbar__section-wrapper > .vm-wrap--right > .vm-wrap__inner,
	.news-title-bar .ntb-col-2 .mcb-column-inner > .mfn-inline-editor {
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 768px) {
	section.vm-newsbar > .vm-newsbar__section-wrapper,
	section.news-title-bar > .section_wrapper {
		gap: 24px;	
	}

	section.vm-newsbar > .vm-newsbar__section-wrapper > .vm-wrap--left > .vm-wrap__inner,
	.news-title-bar .ntb-col-1 > .mcb-wrap-inner {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 24px;
		align-items: flex-start;
	}

	section.vm-newsbar > .vm-newsbar__section-wrapper > .vm-wrap--left > .vm-wrap__inner > .vm-col,
	section.news-title-bar > .section_wrapper > .wrap.ntb-col-1 .column.ntb-post-cats,
	section.news-title-bar > .section_wrapper > .wrap.ntb-col-1 .column.ntb-post-topics {
		width: 40%;
	}

	section.vm-newsbar > .vm-newsbar__section-wrapper > .vm-wrap--left > .vm-wrap__inner > .vm-col.vm-col--title,
	section.news-title-bar > .section_wrapper > .wrap.ntb-col-1 .column {
		width: 100%;
	}

	.verra-filter-wrapper {
		padding: 0;
		border: 0;
	}

	section.news-title-bar .ntb-post-cats > .mcb-column-inner,
	section.news-title-bar .ntb-post-topics > .mcb-column-inner {
		width: fit-content;
	}
}
/* Single Post Filter Bar End */

/* Archive Page Start */
.archive section > .section_wrapper {
	max-width: 1215px !important;
	padding: 0;
}

.archive .posts_group.col-3 {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 40px;
}

.archive .posts_group.col-3 article {
	display: flex;
	flex-direction: column;
	margin: 0;
}

.archive .posts_group.col-3 article .post-photo-wrapper,
.archive .posts_group.col-3 article .post-desc-wrapper {
	width: 100%;
}

.archive .posts_group.col-3 article .post-desc {
	padding: 0;
}

.archive .posts_group.col-3 article h2 {
	font-size: 18px;
	line-height: 24px !important;
	text-transform: capitalize;
	font-weight: 600;
	margin: 10px 0 0 0;
	color: #3D3935;
}

.archive .posts_group.col-3 article img {
	height: 230px;
	object-fit: cover;
}

.archive .posts_group.col-3 article .post-meta .author-date {
	margin-top: 24px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #3D3935;
}

.archive .posts_group.col-3 article .post-footer {
	padding: 0;
}

.archive .posts_group.col-3 article .post-footer .post-links {
	border: none;
	float: unset;
	padding: 0;
}

.archive .posts_group.col-3 article .post-footer .post-links a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	text-transform: capitalize;
	color: #1D8296;
	text-decoration: underline;
}

.archive .posts_group.col-3 article::before,
.archive .posts_group.col-3 article h2::after {
	content: none;
}

.archive .posts_group.col-3 article .post-meta .category,
.archive .posts_group.col-3 article .post-meta .author-date i,
.archive .posts_group.col-3 article .post-footer .post-links i {
	display: none;
	visibility: hidden;
}

/** Pagination Start **/
.archive .pager_wrapper {
	margin-top: 50px;
}

.archive .pager,
.archive .pages {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	gap: 15px;
	background-image: unset;
}

.archive .pages > a.page {
	width: 40px;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
	border-radius: 0;
	border: 1px solid #1D8296;
	color: #1D8296;
	font-weight: 600;
}

.archive .pages > a.page.active,
.archive .pages > a.page:hover,
.archive .pages > a.page:focus-visible {
	color: #ffffff;
	background-color: #1D8296;
}

.archive .pager a.next_page,
.archive .pager a.prev_page {
	color: #1D8296;
	font-weight: 600;
}

.archive .pager a.next_page:hover,
.archive .pager a.next_page:focus-visible,
.archive .pager a.prev_page:hover,
.archive .pager a.prev_page:focus-visible {
	text-decoration: underline;
	color: #1D8296;
}
/** Pagination End **/

/** Responsive Start **/
@media(max-width: 768px) {
	.archive .posts_group.col-3 {
		grid-template-columns: auto;
		gap: 25px;
	}

	.archive section > .section_wrapper {
		margin: 0 20px;
	}

	.archive .posts_group.col-3 article img {
		height: 175px;
	}

	.archive .pager {
		flex-direction: column;
	}
}
/** Responsive End **/
/* Archive Page End */