/* Smooth scrolling */

html {
	/*scroll-behavior: smooth;*/
	scroll-padding-top: 184px;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

}


/* New 'Inter' heading sizes - added 05.05.2025 */

.h1, h1 {
    font-size: 2.25rem;
	font-weight: 900;
}

.h2, h2 {
    font-size: 1.75rem;
	font-weight: 900;
}

.h3, h3 {
    font-size: 1.375rem;
	font-weight: 900;
}

.h4, h4 {
    font-size: 1.13rem;
	font-weight: 900;
}

.h5, h5 {
    font-size: 1rem;
	font-weight: 900;
}

.h6, h6 {
    font-size: 0.9rem;
	font-weight: 900;
}

.wrapper-header {
    padding-top: 118px !important;
}

/*** 20225 **/
/*** Breadcrumb style **/

.resources-listing .breadcrumbs a, .customers-listing .breadcrumbs a, .blog .breadcrumbs a, .woocommerce-shop .shop-hero .breadcrumbs a, .woocommerce-account .breadcrumbs a, .woocommerce-cart .breadcrumbs a, .woocommerce-checkout .breadcrumbs a, .page-template .breadcrumbs a, .single-resources .breadcrumbs a, .search .breadcrumbs a, .single-product .breadcrumbs a{
    color: #cf2e2e !important;
}
.customers-listing .breadcrumbs,  .customers-listing .breadcrumbs .current-item,  .blog .breadcrumbs .current-item, .woocommerce-account .breadcrumbs{
    color: #ffffff !important;
}
.resources-listing .breadcrumbs,  .resources-listing .breadcrumbs .current-item, .woocommerce-shop .shop-hero .breadcrumbs, .search .breadcrumbs .current-item{
    color: #ffffff !important;
}
.resources-listing .breadcrumbs, .search .breadcrumbs {
    padding-left: 50px;
}
.woocommerce-account .breadcrumbs{
    padding-left: 30px;
}

/* All breadcrumb links white */
.yoast-breadcrumbs a {
  color: white !important;
  text-decoration: none !important;
}

/* Active/current breadcrumb red */
.yoast-breadcrumbs .breadcrumb_last,
.yoast-breadcrumbs .breadcrumb_last a {
  color: rgb(220, 54, 69) !important;
  pointer-events: none;
}


.blog_listing h1{
    padding-top: 0px;
}

@media screen and (max-width: 991px) {
    .woocommerce-account .breadcrumbs {
        padding-left: 18px;
    }
}

@media screen and (max-width: 768px) {
    .wrapper-header {
      padding-top: 96px !important;
    }
}

@media screen and (max-width: 575px) {
    .woocommerce-account .breadcrumbs {
        padding-left: 15px;
    }
}


.section-services-option-hero{
    padding: 100px 0;
}

.section-full-content-service {
    padding: 60px 0;
}

.woocommerce-MyAccount-navigation .list-group .woocommerce-MyAccount-navigation-item{
    padding: 0 !important;
}

.woocommerce-account .breadcrumbs {
    padding-left: 0 !important;
}


@media(min-width: 768px){
    .woocommerce-MyAccount-navigation .list-group .woocommerce-MyAccount-navigation-item {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 15px !important;;
    padding-right: 15px !important;
    }
}

 .woocommerce-MyAccount-navigation .list-group .woocommerce-MyAccount-navigation-item:last-child{
	max-width: 100%;
    flex: 0 0 100%;
    padding: 15px !important;;
    padding-right: 15px !important;
	 margin-top: 30px;
}

@media (min-width: 1200px){
    .blog_listing>.container, .blog_listing>.cookie-notice-container,
    .listing_dropdowns>.container, .listing_dropdowns>.cookie-notice-container,
    .archive-cpt-listing>.container, .archive-cpt-listing>.cookie-notice-container{
        max-width: 1140px;
    }
} 

@media (min-width: 1440px){
    .blog_listing>.container, .blog_listing>.cookie-notice-container,
    .listing_dropdowns>.container, .listing_dropdowns>.cookie-notice-container,
    .archive-cpt-listing>.container, .archive-cpt-listing>.cookie-notice-container{
        max-width: 1370px;
    }
}

.woocommerce-MyAccount-navigation .list-group {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}

/* new insight and resoucres page */


.form-control, .section-checkout form .form-row .woocommerce-input-wrapper input, .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row input, .woocommerce-MyAccount-content form .form-row .input-text, .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row input, form.login.woocommerce-form-login .woocommerce-form-row input {
    padding: 10px;
    border-radius: 5px;
    min-height: 48px;
    border: 1px solid #f2f8ff;
    background-color: #f2f8ff;
    margin-bottom: 10px;
    outline: 0;
    font-weight: 200;
    box-shadow: none;
    font-size: 14px;
    max-width: 100%
}

.filter-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.filter-form select {
    flex: 1;
}

.filter-form select {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

.filter-form button {
    margin-left: 15px;
}

button#load-more {
    margin: 50px auto;
    display: block;
}

/* loader css */
div#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

div#loader:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(12 30 56 / 45%);
    z-index: -1;
    backdrop-filter: blur(3px); /* For blur */
}
 

/** Query Loop block for resource **/
.page-id-40817 .wp-block-post-featured-image {
    margin-bottom: 0px;
}
.page-id-40817 .wp-block-query .featured_img img{
    padding: 10px 0px;
    display: block;
    height: 215px;
    width: 100%; 
}

.page-id-40817 .wp-block-query .postlink.wp-block-read-more {
    margin-top: 15px;
    background: linear-gradient(to right, #fd5323 0, #fc3046 100%);
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    padding: 8px 24px;
    border-radius: 24px;
    transition: all 0.3s ease-in-out;
    outline: 0;
    box-shadow: none;
}

.page-id-40817 ul li.resources{
    border: 1px solid #e7f6fc;
    border-radius: 5px;
    overflow: hidden;
}

.page-id-40817 .taxonomy-resource_type a, .page-id-40817 .taxonomy-resource_topic a {
    background-color: #e7f6fc;
    color: #0c1e38;
    padding: 4px 8px;
}
.page-id-40817 .taxonomy-resource_type .wp-block-post-terms__separator, .page-id-40817 .taxonomy-resource_topic .wp-block-post-terms__separator {
    display: none;
}
.page-id-40817 figure.featured_img.wp-block-post-featured-image {
    position: relative;
    padding-top: 53%;
    width: 100%;
    margin-bottom: 15px;
}
.page-id-40817 figure.featured_img.wp-block-post-featured-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

.page-id-40817 ul li.resources .wp-block-post-terms,
.page-id-40817 ul li.resources h3{
  padding: 0 20px 10px 20px;
}

.page-id-40817 ul li.resources .postlink {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: block !important;
    margin-bottom: 20px;
}

.wp-block-query-pagination-numbers .page-numbers
{
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    justify-content: center;
    padding: 8px 16px;
    font-size: 14px;
    line-height: normal;
    transition: all ease-in-out 0.5s;
}
.wp-block-query-pagination-numbers .page-numbers.current,
.wp-block-query-pagination-numbers .page-numbers:hover{
    background: #fc3244;
    color: #fff
}

.wp-block-query-pagination,
.wp-block-query-pagination-numbers{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
/** Query Loop block for resource **/


/** Menu **/
.insights_menu{
    border: 1px solid #fc3046 !important;
    border-radius: 24px !important;
    padding: 2px 3px !important;
}
.insights_menu a.mega-menu-link:hover {
    border: 1px solid transparent !important;
}
.lets_talk_menu {
    background: linear-gradient(to right, #fd5323 0, #fc3046 100%) !important;
    border: 1px transparent !important;
    border-radius: 24px !important;
    padding: 2px 3px !important;
}
.lets_talk_menu a.mega-menu-link:hover {
    border-image: linear-gradient(to right, #fd5323 0, #fc3046 100%) !important;
    border: 1px solid transparent !important;
} 

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on:first-child > a.mega-menu-link::before {
    content: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background: rgba(51, 51, 51, 0) !important;
    color: #ffffff !important;
    font-weight: 300 !important;
    text-decoration: none !important;
    border-color: #fc3047 !important;
    border-radius: 20px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item._mega_dropdown > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item._mega_dropdown > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on._mega_dropdown > a.mega-menu-link {
    border-color: transparent !important;
    border-radius: 0 !important;
    position: relative !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item._mega_dropdown > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item._mega_dropdown > a.mega-menu-link::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on._mega_dropdown > a.mega-menu-link::before {
    content: '' !important;
    position: absolute;
    width: 100%;
    height: calc(100% + 17px);
    border: 1px solid #fc3047;
    top: 0;
    left: 0;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    opacity: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item._mega_dropdown > a.mega-menu-link:hover::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item._mega_dropdown > a.mega-menu-link:focus::before, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on._mega_dropdown > a.mega-menu-link::before {
    opacity: 1;
}

.marketo_service_item {
    max-height: 500px !important;
    overflow: auto !important;
    margin-bottom: 20px !important;
}
.marketo_service_item::-webkit-scrollbar-track
{
	background-color: #dcdcdc;
	border-radius: 30px;
}

.marketo_service_item::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.marketo_service_item::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border-radius: 30px;
}

#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a:before {
    content: none !important;
}

.site-footer {
    background-color: #E3EDF9;
}

.site-footer-subscribe .site_logo_title a{
    font-size: 21px;
    text-transform: uppercase;
    line-height: 0px;
}

.marketo_subscribe {
    margin-top: 50px;
}
.marketo_subscribe p{
    font-weight: 200;
    font-size: 13px;
    color: #0C1E38 !important;
}
/*
.marketo_subscribe img{
    margin-top: 10px !important;
    width: 170px;
    height: 38px;
}*/
.marketo_subscribe img {
    margin-top: 10px !important;
    max-height: 128px;
    width: 100%;
}

/* #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:after {
    content: "" !important;
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEzMV81MykiPgo8cGF0aCBkPSJNNy4yNjUgMjUuMDg0NUwyMi4xNTgxIDEwLjE5MTRMMjIuMTU4MSAyMy4wMjcyQzIyLjE1NDIgMjMuMjU0OSAyMi4xOTU2IDIzLjQ4MTEgMjIuMjggMjMuNjkyNUMyMi4zNjQ0IDIzLjkwNCAyMi40OSAyNC4wOTY2IDIyLjY0OTYgMjQuMjU5QzIyLjgwOTIgMjQuNDIxNCAyMi45OTk2IDI0LjU1MDQgMjMuMjA5NiAyNC42Mzg0QzIzLjQxOTUgMjQuNzI2NSAyMy42NDUgMjQuNzcxOCAyMy44NzI2IDI0Ljc3MThDMjQuMTAwMyAyNC43NzE4IDI0LjMyNTggMjQuNzI2NSAyNC41MzU3IDI0LjYzODRDMjQuNzQ1NyAyNC41NTA0IDI0LjkzNjEgMjQuNDIxNCAyNS4wOTU3IDI0LjI1OUMyNS4yNTUzIDI0LjA5NjYgMjUuMzgwOSAyMy45MDQgMjUuNDY1MyAyMy42OTI1QzI1LjU0OTcgMjMuNDgxMSAyNS41OTExIDIzLjI1NDkgMjUuNTg3MiAyMy4wMjcyTDI1LjU4NzIgNi4wNTE4MkMyNS41ODcxIDUuNTk3MTMgMjUuNDA2NCA1LjE2MTA3IDI1LjA4NDkgNC44Mzk1NUMyNC43NjM0IDQuNTE4MDQgMjQuMzI3MyA0LjMzNzM4IDIzLjg3MjYgNC4zMzczMUw2Ljg5NzI0IDQuMzM3MzFDNi40NDc2OCA0LjM0NTEyIDYuMDE5MTggNC41MjkxOSA1LjcwNDAyIDQuODQ5ODhDNS4zODg4NiA1LjE3MDU2IDUuMjEyMjYgNS42MDIyIDUuMjEyMjYgNi4wNTE4M0M1LjIxMjI2IDYuNTAxNDUgNS4zODg4NiA2LjkzMzA5IDUuNzA0MDIgNy4yNTM3N0M2LjAxOTE4IDcuNTc0NDYgNi40NDc2OCA3Ljc1ODUzIDYuODk3MjQgNy43NjYzNEwxOS43MzMxIDcuNzY2MzRMNC44Mzk5NSAyMi42NTk1QzQuNTE4MzYgMjIuOTgxIDQuMzM3NyAyMy40MTcyIDQuMzM3NyAyMy44NzJDNC4zMzc3IDI0LjMyNjggNC41MTgzNiAyNC43NjI5IDQuODM5OTUgMjUuMDg0NUM1LjE2MTUzIDI1LjQwNjEgNS41OTc2OSAyNS41ODY4IDYuMDUyNDcgMjUuNTg2OEM2LjUwNzI2IDI1LjU4NjggNi45NDM0MiAyNS40MDYxIDcuMjY1IDI1LjA4NDVaIiBmaWxsPSIjRkMzMDQ2Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTMxXzUzIj4KPHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
    background-size: 14px;
    background-repeat: no-repeat;
    margin-top: -2px;
} */

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mega-marketo_service_item {
    flex: unset !important;
}

.site-footer h3{
    font-weight: 600;
}
.site-footer h3, 
.site-footer .site-footer-menu ul li a {
    font-size: 14px !important;
}

.site-footer h3 a:hover{
    color: #fc3046;
}

.site-footer .site-footer-menu ul li {
    margin-bottom: 14px !important;
}
.site-footer .site-footer-menu ul li a {
    margin: 0 !important;
}

.site-footer-menu ul li:last-child {
    margin: 0 !important;
}
.mega-sub-menu li.mega-menu-column {
    overflow-x: hidden !important;
}
@media only screen and (max-width: 1366px) {
    .marketo_service_item {
        max-height: 300px !important;
    }
}

@media (min-width: 1200px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        margin: 0 4px !important;
    }
}
@media (min-width: 992px) {
    .header-menu-wrapper {
        justify-content: end !important;
    }
#mega-menu-primary li.mega-lets_talk_menu:last-child {
    margin-left: 10px !important;
}
}

@media (min-width: 768px) {
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
        padding: 40px;
    }
}
    @media (max-width: 991px) {
    .marketo_subscribe img {
        width: 100%;
        max-width: 210px;
        height: auto;
    }
    .marketo_subscribe {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        top: 80px;
        padding: 20px 15px 20px !important;
    }
    #mega-menu-primary li:nth-last-child(-n + 2) {
        margin-top: 15px !important;
    }

    a.header-acc-link{
        display: none;
    }

    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        background: #0c1e38 !important;
    }
}
@media (max-width: 768px) {
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    top: 70px;

}
}
/** Menu **/

.page-template-insightandresources .blog_listing a.featured_img {
    position: relative;
    padding-top: 53%;
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.page-template-insightandresources .blog_listing .entry-image {
    width: 100%;
    height: auto !important;
}

.page-template-insightandresources .blog_listing a.featured_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

.blog div#dfm-news_filter .dropdown:nth-child(2) {
    display: none;
}
 
 
/* Single Post Template */

/*
section.single .wp-block-heading[id] {
	scroll-margin-top: 140px;
}
*/

section.single .toc .nav-item a.nav-link {
	color: #0c1e38;
}

section.single .toc button.btn {
	position: relative;
	color: #0c1e38!important;
	background: none!important;
	text-align: left;
	font-size: 1.3em;
	padding: 0;
	border: 0 none;
	border-radius: 0;
	transition: all ease 0.3s;
}

	section.single .toc button.btn:after {
		content: "\25bc";
		font-size: 0.5em;
		position: absolute;
		right: 0;
		line-height: 2em;
		transition: all ease 0.3s;
	}

		section.single .toc button.btn.collapsed:after {
			transform: rotate(180deg);
		}

.toc ul {
	list-style: none;
	padding: 0;
	border-left: 2px solid #0c1e38;
}