/*
Theme Name: CLIMBS
Theme URI: 
Author: CLIMBS
Author URI: 
Description: A website for CLIMBS COOP
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: climbs
Tags: 

/* CSS Reset
---------------------------------------------------------------------------- */

/* CSS Reset
---------------------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

b,
strong {
	font-weight: 600;
}

ol,
ul {
	padding: 0;
}

ol:where(:not([class*="wp-block"])),
ol:where(.wp-block-list),
ul:where(:not([class*="wp-block"])),
ul:where(.wp-block-list) {
	padding-inline-start: var(--wp--preset--spacing--md);
}

div[class*="wp-block-"] figcaption {
	color: var(--wp--preset--color--neutral-9);
	font-size: var(--wp--preset--spacing--xs);
	margin-bottom: 0;
	margin-top: 20px;
	text-align: center;
}

img,
figure {
	max-width: 100%;
	height: auto;
}

/* Standardize form styling
--------------------------------------------- */

input,
button,
textarea,
select {
	font: inherit;
}

input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
	appearance: none;
}

input:not([type="submit"]),
select,
textarea,
.wp-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments-form textarea {
	color: var(--wp--preset--color--neutral-10);
	border-radius: 5px;
	border: solid 1px var(--wp--preset--color--neutral-10);
	padding: .5em 1em;
	font-size: var(--wp--preset--font-size--text-base);
	width: 100%;
	color: var(--wp--preset--color--dark);
}

input:focus-visible,
textarea:focus-visible {
	outline-color: var(--wp--preset--color--primary);
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

label {
	width: 100%;
	display: block;
}

::placeholder {
	color: var(--wp--preset--color--neutral-10);
	font-size: var(--wp--preset--font-size--text-sm);
	opacity: 0.75;
}

/* Post Comment Button */
input[type="submit"].wp-block-button__link {
	padding-top: var(--wp--custom--block--button--padding-y);
	padding-right: var(--wp--custom--block--button--padding-x);
	padding-bottom: var(--wp--custom--block--button--padding-y);
	padding-left: var(--wp--custom--block--button--padding-x);
}

input[type="submit"].wp-block-button__link:hover {
	background-color: var(--wp--preset--color--neutral-12);
	color: var(--wp--preset--color--light);
	border-color: var(--wp--preset--color--neutral-12);
}

:root {
    --focus-ring-color: var(--wp--preset--color--neutral-10);
    --focus-ring-offset: 2px;
}

:where(.wp-site-blocks *:focus) {
    outline-width: 2px;
    outline-style: solid;
    outline-color: var(--focus-ring-color);
    outline-offset: var(--focus-ring-offset);
}

.wp-element-button,
.wp-block-button__link {
    transition: all 0.2s ease-in-out;
}


/* ****************************** ADDED CSS ****************************** */

/* ********** GLOBAL CSS ********** */
body { overflow-x: hidden; }
:root :where(.wp-element-button:hover) { background-color: var(--wp--preset--color--primary); border-color: transparent; }
.grecaptcha-badge { bottom: 124px !important; }

/* *** HOVER EFFECTS *** */
.fnews-desc-overlay a:hover,
.has-background.has-primary-background-color .yoast-breadcrumbs.page-breadcrumbs a:hover { color: var(--wp--preset--color--secondary) !important; }

.view-all-btn:has(a:hover) p.view-all-products,
.view-all-btn:has(a:hover) p.view-all-stories-btn,
.privacy-policy:hover, .terms-and-conditions:hover,
a:hover:where(:not(.wp-element-button):not(:has(svg)):not(:has(span))),
.wp-block-query-pagination a:hover,
.taxonomy-category.wp-block-post-terms a:hover,
.wp-block-read-more:hover { color: var(--wp--preset--color--tertiary) !important; cursor: pointer; }

.view-all-btn:has(a:hover) .wp-block-outermost-icon-block .icon-container svg path { fill: var(--wp--preset--color--tertiary); }
/*.view-all-btn:has(a:hover) .wp-block-outermost-icon-block .icon-container svg { animation: slideAndReturn 0.6s forwards; }*/

@keyframes slideAndReturn {
	0% {
	  transform: translateX(0); /* Start at original position */
	  opacity: 1;
	}
	50% {
	  transform: translateX(calc(100% + 20px)); /* Slide out to the right (arrow width + some extra) */
	  opacity: 0; /* Fade out as it slides out */
	}
	51% {
	  transform: translateX(calc(-100% - 20px)); /* Instantly move to the left, off-screen */
	  opacity: 0;
	}
	100% {
	  transform: translateX(0); /* Return to original position from the left */
	  opacity: 1; /* Fade in as it returns */
	}
}

.has-text-color.has-link-color.has-neutral-12-color a:hover,
.wp-block-post-terms.has-tertiary-color a:hover,
.wp-block-details a:hover { color: var(--wp--preset--color--primary) !important; }

.footer-contact-number-wrapper:has(a:hover) p.footer-contact-number,
.footer-email-wrapper:has(a:hover) p.footer-email,
h6.has-text-color.has-link-color.has-light-color a:hover { color: var(--wp--preset--color--secondary) !important; }

/* SUBMENU */
.wp-block-navigation .has-child .wp-block-navigation__submenu-container { z-index: 99 !important; }


/* ********** HEADER AREA ********** */
.breadcrumb_last { display: none; }

.header-social-icons li a { width: 32px; height: 32px; }
.header-wpi-btn { width: 227px; }
.header-contact-us-btn { width: 117px; }

.header-wpi-btn a:hover { color: var(--wp--preset--color--light) !important; background-color: transparent; }

.header-wpi-btn a::before { background-color: #0000DF !important; border-radius: 3px !important; } /* transition: width 0.6s ease !important; */
.header-contact-us-btn a::before { background-color: #FFFFFF !important; }

.slider-button :where(:not(a.has-light-background-color.wp-element-button):hover) { background-color: var(--wp--preset--color--secondary); }

.page-breadcrumbs { font-size: 14px; font-weight: 600; text-transform: uppercase; }

/* ********** HOMEPAGE CAROUSEL ********** */
.carousel-slider { margin: 0 auto !important; }
.slick-slide { position: relative; }
.banner-slider-details { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 1312px; height: fit-content; } 
.slick-dots { bottom: 15px; }
.slick-dots li { width: 100px; height: 3px; margin: 0 auto; }
.slick-dots li.slick-active button::before { content: url('https://www.climbs.coop/newsite/wp-content/uploads/2025/06/pagination-active.png'); }
.slick-dots li button::before { content: url('https://www.climbs.coop/newsite/wp-content/uploads/2025/06/pagination-inactive.png'); }

#gform_submit_button_1:hover,
.call-us-button a:hover,
.about-us-description-button a:hover
.slider-button a:hover { background-color: #FFF615 !important; border-color: transparent !important; }

.slider-button a.has-light-color:hover { color: #000000 !important; }

.register-here-btn a,
a.tribe-events-c-top-bar__today-button,
#read-privacy,
#accept-privacy,
.wpi-portal-btn a,
.view-pdf-btn a,
.view-report-btn a,
.cta-apply-btn a,
.career-item a.apply-now-btn,
.climbs-services li a,
.climbs-products li a,
.header-contact-us-btn a,
.header-wpi-btn a,
#gform_submit_button_1,
.call-us-button a,
.about-us-description-button a,
.slider-button a { position: relative; z-index: 1; }

.wpi-portal-btn a:hover,
#gform_submit_button_1:hover,
.call-us-button a:hover,
.about-us-description-button a:hover,
.slider-button a:hover { border-color: var(--wp--preset--color--secondary) !important; }

.register-here-btn a:hover,
#accept-privacy:hover,
.view-pdf-btn a:hover,
.view-report-btn a:hover,
.career-item a.apply-now-btn:hover,
.climbs-services li a:hover,
.climbs-products li a:hover { color: var(--wp--preset--color--primary) !important; border: 1px solid var(--wp--preset--color--primary) !important; }

.register-here-btn a:hover { border: 2px solid var(--wp--preset--color--primary) !important; }

.register-here-btn a::before,
a.tribe-events-c-top-bar__today-button::before,
#read-privacy::before,
#accept-privacy::before,
.wpi-portal-btn a::before,
.view-pdf-btn a::before,
.view-report-btn a::before,
.cta-apply-btn a::before,
.career-item a.apply-now-btn::before,
.climbs-services li a::before,
.climbs-products li a::before,
.header-contact-us-btn a::before,
.header-wpi-btn a::before,
#gform_submit_button_1::before,
.call-us-button a::before,
.about-us-description-button a::before,
.slider-button a::before { content: ''; position: absolute;  width: 0; height: 100%; top: 0; left: 0; background-color: var(--wp--preset--color--secondary); transition: width 0.3s ease; z-index: -1; border-radius: 6px; }

.register-here-btn a::before,
#accept-privacy::before,
.view-pdf-btn a::before,
.view-report-btn a::before,
.career-item a.apply-now-btn::before,
.climbs-services li a::before,
.climbs-products li a::before { background-color: var(--wp--preset--color--light); }

.register-here-btn a:hover::before,
a.tribe-events-c-top-bar__today-button:hover::before,
#read-privacy:hover::before,
#accept-privacy:hover::before,
.wpi-portal-btn a:hover::before,
.view-pdf-btn a:hover::before,
.view-report-btn a:hover::before,
.cta-apply-btn a:hover::before,
.career-item a.apply-now-btn:hover::before,
.climbs-services li a:hover::before,
.climbs-products li a:hover::before,
.header-contact-us-btn a:hover::before,
.header-wpi-btn a:hover::before,
#gform_submit_button_1:hover::before,
.call-us-button a:hover::before,
.about-us-description-button a:hover::before,
.slider-button a:hover::before { width: 100% !important; }

a.tribe-events-c-top-bar__today-button:hover,
#read-privacy:hover { color: var(--wp--preset--color--light) !important; background-color: transparent !important; }

a.tribe-events-c-top-bar__today-button::before,
#read-privacy::before { background-color: var(--wp--preset--color--primary) !important; } 


/*.prod-read-more-btn { position: relative; z-index: 1; }
.products-tab:hover { border-color: #000000 !important; }

.prod-read-more-btn::before,
.prod-read-more-btn::after { content: ''; transition: all 0.3s ease; position: absolute; top: 0; left: 0; z-index: -1; border-style: solid; border-color: #0000DF; }

.prod-read-more-btn::before { width: 0; height: 100%; border-width: 1px 0 1px 0; }
.prod-read-more-btn:hover::before { width: 100%; border-width: 1px 0 1px 0; }

.prod-read-more-btn::after { width: 100%; height: 0; border-width: 0 1px 0 1px; }
.prod-read-more-btn:hover::after { height: 100%; border-width: 0 1px 0 1px; }*/

/* ********** LATEST NEWS ********** */
.fnews-overlay-container { position: relative; }
.fnews-desc-overlay { position: absolute; bottom: 0; }
.wp-block-post-featured-image__overlay { background-image: linear-gradient(to right, rgba(0, 52, 120, 1), rgba(0, 52, 120, 0)); }
.latest-news-items li:last-child div { border: none; padding-bottom: 0 !important; }

/* ********** PRODUCTS SECTION ********** */
div.products-carousel.swiper-container { overflow: hidden; } /*width: 1312px;*/
div.life-insurance-prod ul.products-container { display: flex !important; margin-left: 12px; }
div.life-insurance-prod ul.products-container li { width: 20.28% !important; height: auto; } /*width: 20.74%*/
ul.products-container li { padding: 16px 16px; background: url('https://www.climbs.coop/newsite/wp-content/uploads/2025/06/product-bg.png') no-repeat; min-height: 400px; 
	background-size: cover; border-radius: 12px; display: flex; position: relative; }

/*ul.products-container li:hover { box-shadow: 0 4px 30px 0 rgba(185, 186, 194, 0.75); }*/

div.latest-news-item figure::before,
div.news-item figure::before,
.climbs-services li figure::before,
.climbs-products li figure::before,
ul.products-container li::before { content: ''; position: absolute; left: 0; top: 0; background-color: rgba(205, 214, 255, 0.3); height: 100%; width: 0; }

div.latest-news-item:hover figure::before,
div.news-item:hover figure::before,
.climbs-services li:hover figure::before,
.climbs-products li:hover figure::before,
ul.products-container li:hover::before { width: 100%; }

.climbs-services li figure::before,
.climbs-products li figure::before { border-radius: 12px; }

ul.products-container li > div.prod-details { align-self: flex-end; display: grid; }
.prod-read-more-btn { width: 100%; align-self: flex-end; position: relative; }
.inactive-prod { display: none; }
.active-tab a { background-color: var(--wp--preset--color--accent-3); border: 1px solid var(--wp--preset--color--primary); }
.inactive-tab a { background-color: var(--wp--preset--color--neutral-3); border: 1px solid var(--wp--preset--color--neutral-10) !important; color: var(--wp--preset--color--neutral-12) !important; }
.prod-read-more-btn a:hover { color: var(--wp--preset--color--primary); }

.services-read-more-btn::before,
.prod-read-more-btn::before { content: ''; width: 0; background-color: var(--wp--preset--color--accent-2); transition: width 0.3s ease; position: absolute; height: 100%; top: 0; left: 0; z-index: 1; border-radius: 12px; }

.services-read-more-btn:hover::before,
.prod-read-more-btn:hover::before { width: 62%; }

.services-read-more-icon,
.services-read-more-txt,
.prod-read-more-icon,
.prod-read-more-txt { z-index: 1; }

/* ***** PRODUCTS CAROUSEL ***** */
.prod-swiper-button-next:after,
.prod-swiper-button-prev:after { border: 1px solid var(--wp--preset--color--neutral-11); }

.prod-swiper-button-prev:after { left: -101px; top: -21px; }
.prod-swiper-button-next:after { right: -101px; }


/* ********** CTA ABOUT-US ********** */
.about-us-members-group { align-content: center; }


/* ********** CTA SERVICES ********** */
.services-group-col { width: 640px; background-size: auto !important; }
.services-overlay { width: 285px; }
.button-with-icon a::after { content:''; } /* unused for the moment */
.services-read-more-btn a:hover { background-color: transparent !important; border-color: transparent !important; }
.services-read-more-btn { position: relative; }
.services-read-more-btn::before { left: 43%; }
.services-read-more-btn:hover::before { width: 56%; }

.testimonial-banner-container { display: flex; flex-direction: column; justify-content: center; }

/* ********** CTA OUR PARTNERS ********** */
.group-slider { width: 100%; overflow: hidden; mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent); border: 0px solid rgba(0, 0, 0, 0.4); }

.row-slider-items figure { object-fit: cover; min-width: 100px; }

.row-slider-items { width: max-content; flex-wrap: nowrap; animation: scrolling 15s linear infinite forwards; }

@keyframes scrolling {
    /*0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }*/
	to {
		transform: translate(-50%);
	}
}

/* ********** VISION MISSION CORE VALUES ********** */
.overlay-container { position: relative; min-height: 471px; align-content: end; }
.overlay { position: absolute; z-index: 1; right: 0; top: 0; min-height: 346px; }

/* ********** AGENTS ********** */
.license-validity { height: 100%; }
.agents-table .wp-block-column.is-vertically-aligned-stretch { align-content: center; }

#posts-per-page { width: 72px; height: 32px; padding: 0 10px; border-radius: 10px; border: 1px solid var(--wp--preset--color--accent-1); }

.page-link,
.entries-per-page,
#posts-per-page { color: var(--wp--preset--color--neutral-11); }

.pagination-column { display: flex; justify-content: flex-end; }
#pagination { display: flex; justify-content: flex-end; border: 1px solid var(--wp--preset--color--accent-1); border-radius: 8px; width: fit-content; }
.page-link { font-size: 18px; font-weight: 400; padding: 8px 16px; border-right: 1px solid var(--wp--preset--color--accent-1); }

.page-link.active,
.page-link:hover { color: var(--wp--preset--color--primary); }

.page-link:last-child { border-right: 0px; }

#pagination a.prev-link,
#pagination a.next-link { display: flex; align-items: center; }

#pagination a.prev-link::after,
#pagination a.next-link::after { content: url('https://www.climbs.coop/newsite/wp-content/uploads/2025/07/right-arrow.png'); height: 24px; }

#pagination a.prev-link::after { transform: rotate(180deg); }

/* ********** PRODUCTS AND SERVICES ********** */
.climbs-products.life-insurance li { min-height: 520px; }
.climbs-products.non-life-insurance li { min-height: 550px; }
.climbs-services li { min-height: 430px; }
.climbs-services li,
.climbs-products li { padding: 24px; border-radius: 12px; box-shadow: var(--wp--preset--shadow--shadow-sm); background-color: #ffffff; display: grid; align-content: space-between; gap: 24px; position: relative; }

.climbs-services li:hover,
.climbs-products li:hover { box-shadow: 0 4px 30px 0 rgba(216, 216, 221, 0.75); }

.view-report-btn a,
.climbs-services li .view-btn a,
.climbs-products li .learn-more-btn { width: 100%; border: 1px solid transparent; }

/* ********** group-yearly-renewable-term-insurance ********** */
.benefits-table .wp-block-column.is-vertically-aligned-stretch { align-content: center; }

/* ********** CALL US AND SIGN UP PATTERN ********** */
.gform-theme--foundation #gform_fields_1.gform_fields { row-gap: 0 !important; }
div.cu-and-su-columns > div.call-us-column > div.call-us-group,
div.cu-and-su-columns > div.sign-up-column > div.sign-up-group { align-content: center; }
#input_1_1 { border-color: #ffffff; border-width: 1px; border-radius: 6px; padding-top: var(--wp--preset--spacing--xs); padding-right: var(--wp--preset--spacing--xs);
	padding-bottom: var(--wp--preset--spacing--xs); padding-left: var(--wp--preset--spacing--xs); font-style: normal; font-weight: 500; font-size: 16px; background-color: transparent; 
	color: #ffffff !important; min-height: 43px; }
#gform_submit_button_1 { padding-top: var(--wp--preset--spacing--xs); padding-right: var(--wp--preset--spacing--sm); padding-bottom: var(--wp--preset--spacing--xs); 
	padding-left: var(--wp--preset--spacing--sm); font-style: normal; font-weight: 500; font-size: 16px; }
#field_1_1 { grid-column: span 9; }
#field_submit { grid-column: span 3; }
#gform_1_validation_container { display: none; }
.gfield_error #input_1_1 { background-color: transparent; color: #ffffff !important; border: 1px solid #c02b0a; }
.gform-theme--foundation #field_submit { align-items: flex-start !important; }
.gform-theme--foundation .gform_footer { display: none !important; }

/* ********** FAQs and Careers ********** */
.career-container summary.career-title,
.faq-container summary.faq-title { list-style-type: none; }

.career-container summary.career-title:focus,
.faq-container summary.faq-title:focus { outline: none; }

.career-container summary.career-title::after, 
.faq-container summary.faq-title::after { content: url('https://www.climbs.coop/newsite/wp-content/uploads/2025/06/angle-down-arrow.png'); float: right; }

.career-item[open] summary.career-title::after,
.faq-items[open] summary.faq-title::after { transform: rotate(180deg); }

/* ********** News and News Single Detailed ********** */
#filter-news-by-year,
#filter-news-by-category { border-radius: 6px; border: 1px solid var(--wp--preset--color--neutral-11); width: 304px; height: 48px; padding: 12px; }

#filter-news-by-year,
#filter-news-by-category { -webkit-appearance: none; appearance: none; }

.filter-wrapper { position: relative; }

.filter-wrapper::after { content: url('https://www.climbs.coop/newsite/wp-content/uploads/2025/06/dropdown-arrow.png'); 
	position: absolute;	top: 12px; right: 12px; }

.active-filters { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
	  
.filter-tag {	background-color: #c2b2ff;	color: #333; padding: 5px 10px; border-radius: 20px; display: inline-flex;	align-items: center; }
	  
.filter-tag .remove { background: url('https://www.climbs.coop/newsite/wp-content/uploads/2025/07/close-icon.png') no-repeat center; border: none; margin-left: 8px; cursor: pointer; width: 16px; height: 16px; }

#clear-filters { color: #0073aa; text-decoration: none; font-size: 20px; font-weight: 600; }

.hidden { display: none !important; }

.news-container-sr-page li,
.news-container li { padding-bottom: 32px; border-bottom: 1px solid #d8d8dd; }
.wp-block-column.is-vertically-aligned-stretch.news-details { display: grid; align-content: space-between; }
.latest-news-items.is-layout-flow li:not(:first-child) { margin-block-start: 32px; }
li.news-items div.news-item figure.wp-block-post-featured-image > img { border-radius: 6px; width: 100%; height: 100%;	object-fit: cover; }
.news-page-item { padding-left: 5px; padding-right: 5px; }
.next-page::after {
	content: '\2192'; /* Essential for pseudo-elements */
	display: inline-block;
	margin-left: 10px; /* Spacing between text and arrow */
}
.prev-page::before {
	content: '\2190'; /* Essential for pseudo-elements */
	display: inline-block;
	margin-right: 10px; /* Spacing between text and arrow */
}
a.prev-page { margin-right: 24px;} 
a.next-page { margin-left: 24px; }

.download-report a { display: grid; grid-template-columns: 82% 18%; height: 43px; width: 184px !important; }
.download-report a::after { content: url('https://www.climbs.coop/newsite/wp-content/uploads/2025/06/download-icon.png'); margin-top: 2px; }

/* ********** CAC CORNER ********** */
.branding-footer { display: none; }


/* ********** Careers ********** */
.career-container summary.career-title { display: grid; grid-template-columns: 9fr 1fr; grid-template-rows: auto auto; }
summary.career-title .span-title { grid-column: 1; grid-row: 1; }
summary.career-title .career-branch { grid-column: 1; grid-row: 2; }
.career-container summary.career-title::after { grid-column: 2; grid-row: 1 / span 2; display: grid; align-items: start; justify-content: end; }
.career-item[open] summary.career-title::after { align-items: end; justify-content: start;}
.career-item { border-radius: 12px; box-shadow: var(--wp--preset--shadow--shadow-sm); }
.cta-apply-btn a { width: 192px; }
.career-details { padding-left: 0; }
.career-details ul { margin: 0; }

/* ********** Application Form and Get a Quote and Feedback Form ********** */
#gform_wrapper_7 .gform_heading .gform_required_legend { display: none;}
.gform-theme--foundation #gform_7 .gfield textarea.large { min-block-size: 11rem; }
#field_3_12.gfield--type-consent legend,
#field_2_13.gfield--type-consent legend { display: none; }
#input_7_7_1,
#input_3_12_1, 
#input_2_13_1 { align-self: center; } /* consent checkbox */
#gform_3, #gform_2, #gform_7 { border: 1px solid var(--gf-ctrl-border-color); background-color: #fff; padding: 48px 48px; border-radius: 6px; }
#gform_submit_button_7,
#gform_submit_button_3,
#gform_submit_button_2 { width: 100%; padding-top: 16px; padding-bottom: 16px; }
.gform-theme--foundation #gform_7 .gform_footer,
.gform-theme--foundation #gform_3 .gform_footer, 
.gform-theme--foundation #gform_2 .gform_footer { display: block !important; margin-block-start: 32px !important; padding-top: 32px; border-top: 1px solid var(--gf-ctrl-border-color); }
.gform-theme--foundation #gform_fields_7.gform_fields,
.gform-theme--foundation #gform_fields_5.gform_fields,
.gform-theme--foundation #gform_fields_4.gform_fields,
.gform-theme--foundation #gform_fields_3.gform_fields,
.gform-theme--foundation #gform_fields_2.gform_fields { row-gap: 24px !important; }
span.privacy-policy,
span.terms-and-conditions { color: #0000DF !important; }
.indicate-required { color: #EF4444 !important; }

/* ********** FIRE INSURANCE ********** */
.allied-perils .wp-block-column.is-vertically-aligned-stretch,
.gross-premium .wp-block-column.is-vertically-aligned-stretch,
.basic-premium .wp-block-column.is-vertically-aligned-stretch { align-content: center; }

.left_label .ginput_container { float: right; width: 70%; }

.fi_charges > label.gform-field-label { font-size: 20px; padding-left: 32px; }

#field_4_31 .gform-field-label { padding-left: 32px; }

/* ***** BUILD TYPE TO CORPORATION ***** */
.mci_charges > div.ginput_container select,
.required_field > div.ginput_container select,
.required_field > div.ginput_container input { font-size: 20px; font-weight: 400; }

.mci_charges > div.ginput_container select,
.required_field > div.ginput_container select { cursor: pointer; }

#field_4_6 { padding-left: 15px; }

/* ***** FIRE SERVICE TO MISCELLANEOUS ***** */

/* ***** EARTQUAKE TO RIOT ***** */
.mci_rates > div.ginput_container > input, 
.fi_charges > div.ginput_container > input { font-size: 20px; font-weight: 600; text-align: right; }

/* ***** BASIC PREMIUM ***** */
.premium_charges > div.ginput_container > input,
#field_4_14 input#input_4_14,
#field_4_23 input#input_4_23 { font-size: 24px; font-weight: 500; text-align: right; }

/* ***** GROSS PREMIUM AND Estimated Premium ***** */
#field_5_5,
#field_4_31 { padding: 32px; background-color: var(--wp--preset--color--accent-3) !important; border-radius: 6px; }

#field_5_5 input#input_5_5,
#field_4_31 input#input_4_31 { font-size: 30px; font-weight: 600; text-align: right; }

#field_4_16 .ginput_container,
#field_4_26 .ginput_container,
.gf_separator h3 { display: none; }

/* ***** FI AND MCI CALCULATE PREMIUM ***** */
#field_5_7,
#field_4_32 { text-align: right; }

/* ********** MOTOR INSURANCE ********** */
.biai-heading .wp-block-column.is-vertically-aligned-stretch { align-content: center; }

#gform_fields_5 .mci_user_input { display: grid !important; grid-template-columns: 50% 50%; grid-template-rows: auto auto;	align-items: start !important; }
#gform_fields_5 > div.mci_user_input > label,
#gform_fields_5 > div.required_field > label { grid-column: 1; grid-row: 1 / span 2; width: 100% !important; }
#gform_fields_5 > div.mci_user_input div.ginput_container { width: 100%; grid-column: 2; grid-row: 1; }
#gform_fields_5 > div.mci_user_input div.gfield_validation_message { grid-column: 2; grid-row: 2; width: 100%; }

.left_label.mci_charges label { width: 60% !important; }
.left_label.mci_charges .ginput_container { width: 40%; }

#input_4_31,
.gf_readonly .ginput_container > input { border: 0px !important; box-shadow: unset !important; background-color: unset !important; }

#gform_fields_5 > div.required_field > label { flex-direction: row; }


/* ********** MODAL SEARCH BOX ********** */
#myModal .modal-content .search-submit,
.modal-search-btn { cursor: pointer; }
.modal { display: none;	position: fixed; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.8); }
  
.modal-content { background-color: #f0f3ff; margin: 15% auto; padding: 10px; border: 0px solid #888; width: 80%; border-radius: 6px; }

.close { color: #b90000; float: right; font-size: 40px; font-weight: bold; line-height: 10px; height: 16px; }

.close:hover,
.close:focus { color: var(--wp--preset--color--primary); text-decoration: none; cursor: pointer; }

#myModal .modal-content .search-form { padding: 40px 40px 80px; }

#myModal .modal-content .search-form label { width: 90%; float: left; }
#myModal .modal-content .search-submit { padding: 8px 16px;	border-radius: 5px; background-color: var(--wp--preset--color--primary); 
	color: #ffffff; border: 0px; float: right; }

/* ********** MULTI FUNCTION CSS ********** */
.load-more-btn-container-news a,
.load-more-btn-container a,
.show-more-btn-container a { display: block; background-color: #0000DF; border-radius: 6px; padding: 12px 16px; color: #fff; width: 141px; text-align: center; }
.overlay.core-values figure > img,
.overlay.career figure > img { border-radius: 12px; }
select { cursor: pointer; }
select.report-year { -moz-appearance:none; -webkit-appearance:none; appearance:none; background-image: url('https://www.climbs.coop/newsite/wp-content/uploads/2025/06/dropdown-arrow.png'); background-repeat: no-repeat; background-position: 96% center; }
.hide-report { display: none; }
:where(.wp-site-blocks *:focus) { outline: none !important; }
.gfield_required.gfield_required_text, .gfield_required.gfield_required_asterisk { font-size: 24px; }
.gf-rf { color: #c02b0a; }
.legend-rf { font-size: 18px; font-family: 'Barlow'; font-weight: 400; }
.post-title-and-read-more-stretch { display: flex; flex-wrap: wrap; flex-direction: column;	justify-content: space-between; } /*align-content: space-between;*/

/* ***** ANIMATED TEXT ***** */
.animate-fadeIn.show { animation: fadeIn 1s ease-out; }
.animate-fadeInLeft.show { animation: fadeInLeft 1s ease-out; }
.animate-fadeInRight.show { animation: fadeInRight 1s ease-out; }

@keyframes fadeInRight {
	0% {
		opacity: 0;
	  	transform: translateX(100px);
	}
	100% {
		opacity: 1;
	  	transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
	  	transform: translateX(-100px);
	}
	100% {
		opacity: 1;
	  	transform: translateX(0);
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0.2;
	}
	100% {
		opacity: 1;
	}
}

/* ***** ANIMATED ICON ***** */
.search-icon .icon-container:hover { transform: scale(1.1) !important; transition: transform 0.1s ease; }
.climbs-it-portal:hover,
.climbs-os:hover,
.climbs-email-container:hover,
.climbs-contact-number-container:hover { transform: scale(1.02); transition: transform 0.1s ease; }


/* ********** FOOTER AREA ********** */
.wp-block-social-links:is(.is-style-default.footer-social-icons) .wp-block-social-link {
	border: 1px solid !important;
    background: transparent !important;
}
.wp-block-social-links:is(.is-style-default.footer-social-icons) .wp-block-social-link a { width: 32px; height: 32px; }
.v-hidden { visibility: hidden; }

.footer-menu > li > a:hover { color: var(--wp--preset--color--secondary) !important; }

.footer-menu.wp-block-navigation .wp-block-navigation-item__content[aria-current="page"] { color: inherit; }

.wp-block-social-link.in-excerpt a,
.wp-block-social-link.fb-excerpt a,
.wp-block-social-link.in-header a,
.wp-block-social-link.fb-header a,
.wp-block-social-link.in-footer a,
.wp-block-social-link.fb-footer a { flex-direction: column; justify-content: center; }


/* ********** SEARCH RESULTS PAGE ********** */
ul.more-posts-template li > div { display: grid; grid-auto-flow: column; }

/* ********** SCROLL TO TOP BUTTON ********** */
#to_top_scrollup { bottom: 72px; }

/* ********** SHARE ICONS ON POST ********** */
div.a2a_kit a:not(:first-of-type) span.a2a_svg { background-color: transparent !important; }
div.a2a_kit a span.a2a_svg { width: 40px !important; height: 40px !important; }


/* ****************************** RESPONSIVE ****************************** */
@media only screen and (min-width: 1379px) and (max-width: 1920px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .header-menu { justify-content: space-between; }
}

@media only screen and (max-width: 1900px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .header-menu { gap: clamp(0.5rem, 2.3%, 1.98rem); flex-wrap: nowrap;}
}

@media only screen and (max-width: 1770px) {
	.nav-wpi-contact { display: grid !important; grid-auto-flow: column; grid-template-columns: 73% 25.3%; }
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .header-menu { gap: clamp(0.5rem, 2.2, 1.98rem); flex-wrap: nowrap;}
}

@media only screen and (max-width: 1765px) {
	/*.wp-block-navigation__responsive-container-open:not(.always-shown) { display: block; }
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) { display: none; }*/
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container { margin: 0 auto; }
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container { padding-top: 8px; padding-bottom: 12px; }
}

@media only screen and (max-width: 1764px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .header-menu { gap: clamp(0.5rem, 2%, 1.98rem); } /*container-type: inline-size;*/
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .header-menu .menu-item a.wp-block-navigation-item__content span.wp-block-navigation-item__label { font-size: 0.91vw; }
	.header-contact-us-btn,
	.header-wpi-btn { width: 100%; }
	.header-wpi-btn a.wp-element-button, .header-contact-us-btn a.wp-element-button { padding: 0.681vw 0.91vw !important; font-size: 0.91vw; }
}

@media only screen and (max-width: 1724px) {
	/*.header-menu { gap: 6%; }*/
}

@media only screen and (max-width: 1715px) {
	.nav-wpi-contact { grid-template-columns: 71% 27.2%; }

	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .header-menu { gap: clamp(0.6rem, 1%, 1.98rem); flex-wrap: nowrap; }
}

@media only screen and (max-width: 1569px) {
	.nav-wpi-contact { grid-template-columns: 71% 27.1%; }

}

@media only screen and (max-width: 1554px) {
	.social-contact-portal-search { display: grid !important; grid-template-columns: 60% 38%; }
	.nav-wpi-contact { grid-template-columns: 67% 31%; }
}

@media only screen and (max-width: 1534px) {	
	.nav-wpi-contact { grid-template-columns: 73% 25%; }
}

@media only screen and (max-width: 1440px) {
	.mgmt-img-container,
	.com-img-container,
	.bod-img-container { background-repeat: no-repeat; background-size: contain !important; min-height: 385px !important; }

	/* ***** PRODUCTS CAROUSEL ***** */
	.prod-swiper-button-prev:after { left: -63px; }
	.prod-swiper-button-next:after { right: -63px; }
}

@media only screen and (max-width: 1436px) {
	.social-contact-portal-search { grid-template-columns: 60% 37.8%; }
	.nav-wpi-contact { grid-template-columns: 72% 25.6%; }
	.header-wpi-btn a.wp-element-button, .header-contact-us-btn a.wp-element-button { font-size: 0.90vw; }
}

@media only screen and (max-width: 1400px) {
	.header-columns { display: grid !important;  grid-template-columns: 8.3% 87.6%; }
}

@media only screen and (max-width: 1379px) {
	.social-contact-portal-search { grid-template-columns: 60% 37.6%; }
	.nav-wpi-contact { grid-template-columns: 74.6% 23%; }
	.header-wpi-btn a.wp-element-button, .header-contact-us-btn a.wp-element-button { font-size: 0.75vw; }
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .header-menu { gap: clamp(10px, 1%, 11px); flex-wrap: nowrap; }
}

@media only screen and (max-width: 1366px) {
	.banner-slider-details { padding-top: 24px; padding-left: 36px; padding-bottom: 36px; width: 100%; }
	.mgmt-img-container,
	.com-img-container,
	.bod-img-container { min-height: 408px !important; }
	.filter-by-section { display: grid !important; grid-template-columns: 55% 43%; }
	.learn-more-btn { padding-left: unset !important; padding-right: unset !important; text-align: center; }
	#climbs-gmap { width: 100% !important; }
	.latest-news-item { padding-bottom: 24px !important; }
	.services-col { display: grid; justify-content: end; }
	.services-group-col { width: 602px; background-size: contain !important; }
	.services-overlay { position: relative; left: -24px; }

	/* ***** PRODUCTS CAROUSEL ***** */
	div.life-insurance-prod div.products-carousel.swiper-container { width: 1200px; }
	div.life-insurance-prod ul.products-container { margin-left: 30px; }
	div.life-insurance-prod ul.products-container li { width: 19.28% !important; }

	.prod-swiper-button-prev:after { left: -28px; }
	.prod-swiper-button-next:after { right: -28px; }

	div.life-insurance-prod .prod-details .has-text-lg-font-size { font-size: 17px !important; }

	.prod-read-more-btn:hover::before { width: 75%; }
	.non-life-insurance-prod .prod-read-more-btn:hover::before { width: 61%; }
}

@media only screen and (max-width: 1327px) {
	.social-contact-portal-search { grid-template-columns: 60% 37.6%; }
	/*.nav-wpi-contact { grid-template-columns: 61% 36.6%; }*/
}

@media only screen and (max-width: 1280px) {
	.core-values-list { width: 569px; }
	.overlay.core-values { top: -24px; }
	.latest-news-items.is-layout-flow li:not(:first-child) { margin-block-start: 24px; }
	.services-group-col { width: 560px; }
	.services-overlay { top: 30px; min-height: 316px !important; }
	.career-text > div.wp-block-group > * { width: 100%; } /*width: 530px;*/

	/* ***** PRODUCTS CAROUSEL ***** */
	div.life-insurance-prod div.products-carousel.swiper-container { width: 1110px; }
	div.life-insurance-prod ul.products-container { margin-left: 24px; }
	div.life-insurance-prod ul.products-container li { width: 27.28% !important; }
	div.life-insurance-prod .prod-details .has-text-lg-font-size { font-size: var(--wp--preset--font-size--text-lg) !important; }

	.prod-read-more-btn:hover::before { width: 54%; }
	.non-life-insurance-prod .prod-read-more-btn:hover::before { width: 68%; }
}

@media only screen and (max-width: 1243px) {
	.header-columns { grid-template-columns: 10% 85.4%; }

	.social-contact-portal-search { grid-template-columns: 60% 37.4%; }
	.nav-wpi-contact { grid-template-columns: 61% 36.4%; }

	.wp-block-navigation__responsive-container-open:not(.always-shown) { display: block; }
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) { display: none; }

	.header-wpi-btn a.wp-element-button, .header-contact-us-btn a.wp-element-button { font-size: revert; }
}

@media only screen and (max-width: 1242px) {
	.social-contact-portal-search { grid-template-columns: 60% 37.3%; }
	.nav-wpi-contact { grid-template-columns: 56% 41.3%; }
}

@media only screen and (max-width: 1199px) {
	.social-contact-portal-search { grid-template-columns: 59.3% 37.1%; }
	.nav-wpi-contact { grid-template-columns: 30% 66.3%; }
}

@media only screen and (max-width: 1173px) {
	.header-contacts { flex-direction: column; align-items: flex-start; }
}

@media only screen and (max-width: 1129px) {
	.header-columns { grid-template-columns: 10% 85%; }
	.it-portal-os { flex-direction: column; gap: 8px; align-items: flex-start; }
}

/*OLD 1080px*/
@media only screen and (max-width: 1112px) { 
	#privacy-content-container { margin: 20% auto !important; }
	.slider-heading h1,
	.slider-heading h2 { font-size: 36px !important; line-height: 36px; }
	.slider-button a { padding-top: 5px !important; padding-bottom: 5px !important; }
	.wp-container-core-group-is-layout-22e55368 > * + * { margin-block-start: 12px; }
	.products-tab { display: grid !important; grid-template-columns: 76.7% 20%; }
	.products-container { grid-template-columns: repeat(auto-fill, minmax(25%, 1fr)); }
	.climbs-cares-latest-updates,
	.wpi-related-news,
	.related-news,
	.latest-news-cols,
	.about-us-columns,
	/*.cu-and-su-columns,*/
	.testimonials-cols-section,
	.services-cols-section { display: grid !important; grid-template-rows: auto; justify-content: center; }
	.call-us-group,
	.sign-up-group { padding-left: 32px !important; padding-right: 32px !important; }

	/* ***** PRODUCTS CAROUSEL ***** */
	div.life-insurance-prod div.products-carousel.swiper-container { width: 1000px; }
	div.life-insurance-prod ul.products-container li { width: 26.6% !important; }
	
	.overlay-container { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
	.career-text,
	.core-values-text { order: 2; }
	.overlay.career,
	.overlay.core-values { order: 1; position: relative; top: 0; opacity: unset; }

	.mgmt-img-container,
	.com-img-container,
	.bod-img-container { min-height: 322px !important; }
	.filter-by-section { grid-template: none; }
	.agents-container p.has-text-xl-font-size,
	.agents-table h6 { font-size: 80% !important; }
	#pagination a.prev-link::after { transform: rotate(180deg) scale(0.7); }
	#pagination a.next-link::after { transform: scale(0.7); }
	.page-link { font-size: 14px; }
	/*.gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { font-size: 16px !important; }*/
	
	#field_5_11.gfield--width-half,
	#field_5_12.gfield--width-half,
	#field_5_8.gfield--width-half { grid-column: span 9; } 

	#field_5_14.gfield--width-half,
	#field_5_17.gfield--width-half,
	#field_5_18.gfield--width-half { grid-column: span 3; } 

	/*.mci_charges > div.ginput_container select, .required_field > div.ginput_container select, .required_field > div.ginput_container input { font-size: 16px; }*/

	#gform_fields_4 .gfield.gf_readonly,
	#gform_fields_5 .gfield.gfield--type-select,
	#gform_fields_5 .gfield.gfield--type-text { display: flex; align-items: center; }
	
	.downloadables-heading,
	.product-heading { font-size: 140%; }

	.climbs-services li { min-height: 323px; }
}

@media only screen and (max-width: 1080px) { 
	/* ***** PRODUCTS CAROUSEL ***** */
	div.life-insurance-prod div.products-carousel.swiper-container { width: 980px; }
	div.life-insurance-prod ul.products-container li { width: 26.5% !important; }
}

@media only screen and (max-width: 1024px) {
	.header-columns { grid-template-columns: 10% 84.5%; }
}

@media only screen and (max-width: 992px) {
	#privacy-content-container { width: 87% !important; }
}

@media only screen and (max-width: 969px) {
	.header-columns { grid-template-columns: 10% 84%; }
}

@media only screen and (max-width: 929px) {
	.header-columns { grid-template-columns: 13.3% 81%; }
	.header-contacts { flex-direction: row; }
	.social-icons-contacts { flex-direction: column; gap: 8px; align-items: flex-start; }
	.social-contact-portal-search { grid-template-columns: 57.3% 37.1%; }
	.nav-wpi-contact { grid-template-columns: 10% 84.3%; }
}

@media only screen and (max-width: 852px) {
	
	.cu-and-su-columns { display: grid !important; grid-template-rows: auto; justify-content: center; }
	.call-us-group,
	.sign-up-group {  min-height: 247px !important; padding-top: 48px !important; padding-bottom: 48px !important; }
	.mgmt-img-container,
	.com-img-container,
	.bod-img-container { min-height: 248px !important; }
}

@media only screen and (max-width: 834px) {
	/* ***** PRODUCTS CAROUSEL ***** */
	div.life-insurance-prod div.products-carousel.swiper-container { width: 730px; }
	div.life-insurance-prod ul.products-container { margin-left: 17px; }
	div.life-insurance-prod ul.products-container li { width: 41.5% !important; }
}

@media only screen and (max-width: 812px) {
	#privacy-content-container { margin: 40% auto !important; }
	.social-contact-portal-search { display: flex !important; flex-direction: column; gap: 0px; }
	.header-contacts { align-items: initial; }
	.it-portal-os,
	.social-icons-contacts { flex-direction: initial; align-items: initial; }
	.social-icons-contacts{ gap: 48px; }
	.it-portal-os { gap: 16px; }
	.row-portal-os-search { display: grid !important; grid-template-columns: 85% 10%; }
	.header-search-btn { justify-content: center; }
	.header-social-icons li a { width: 24px; height: 24px; }
	.os-icon .icon-container,
	.it-portal-icon .icon-container,
	.contact-email-icon .icon-container,
	.contact-phone-icon .icon-container { width: 16px !important; }
	.search-icon.modal-search-btn .icon-container { width: 24px !important; }
	.header-wpi-btn a.wp-element-button,
	.header-contact-us-btn a.wp-element-button { padding-top: 5px !important; padding-bottom: 5px !important; }

	.modal-content { margin: 60% auto; }
	#myModal .modal-content .search-form label { width: 85%; }
	.close { font-weight: 300; }

	.our-partners-group { padding-left: 24px !important; padding-right: 24px !important; }
	.row-slider-items.wp-container-core-group-is-layout-726566ec { gap: 24px; }
	
	.services-overlay {	top: 40px; min-height: 306px !important; }

	/*.overlay-container { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
	.career-text,
	.core-values-text { order: 2; }
	.overlay.career,
	.overlay.core-values { order: 1; position: relative; top: 0; opacity: unset; }*/

	/* ***** PRODUCTS CAROUSEL ***** */
	div.life-insurance-prod div.products-carousel.swiper-container { width: 700px; }
	div.life-insurance-prod ul.products-container li { width: 41.28% !important; }

	.prod-read-more-btn:hover::before { width: 51%; }

	.services-read-more-btn::before { left: 48%; }
	.services-read-more-btn:hover::before { width: 51%; }

	.non-life-insurance-prod .prod-read-more-btn:hover::before { width: 77%; }
	
	.mgmt-img-container,
	.com-img-container,
	.bod-img-container { min-height: 236px !important; }

	.gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { font-size: 16px !important; }

	#field_5_11.gfield--width-half,
	#field_5_12.gfield--width-half,
	#field_5_8.gfield--width-half { grid-column: span 8; } 

	#field_5_14.gfield--width-half,
	#field_5_17.gfield--width-half,
	#field_5_18.gfield--width-half { grid-column: span 4; } 

	.mci_charges > div.ginput_container select, .required_field > div.ginput_container select, .required_field > div.ginput_container input { font-size: 16px; }
}

@media only screen and (max-width: 780px) {
	.header-group { padding-left: var(--wp--style--root--padding-left) !important; padding-right: var(--wp--style--root--padding-right) !important; }
	
	.header-columns { grid-template-columns: 16.1% 78.4%; }

	.social-contact-portal-search { gap: inherit; display: flex !important; }

	.header-contacts { justify-content: flex-end; }

	.nav-wpi-contact { display: grid !important; grid-auto-flow: column; }

	.header-contact-us-btn a,
	.header-wpi-btn a { padding: 6px !important; }
}

@media only screen and (max-width: 675px) {
	.social-icons-contacts { flex-direction: column; gap: 5px; }
	.row-portal-os-search { display: grid !important; grid-auto-flow: column; justify-content: center; }

	.header-social-icons li a,
	.wp-block-social-link { width: 24px; height: 24px; }
	.search-icon > .icon-container { width: 24px !important; }

	.header-contact-us-btn a,
	.header-wpi-btn a { padding: 3px !important; font-size: 12px !important; }

	.nav-wpi-contact { grid-template-columns: 5% 59%; justify-content: center; }
	
	.header-wpi-btn { width: 197px; }
	.header-contact-us-btn { width: 87px; }
}

@media only screen and (max-width: 393px) {
	.header-columns { grid-template-columns: 16.1% 76.6%; gap: 24px; position: relative; }
	.header-contacts { justify-content: space-between; }
	.climbs-email-container p,
	.climbs-contact-number-container p { font-size: 75% !important; }
	.it-portal-os { gap: 8px; justify-content: space-between; }
	.row-portal-os-search { grid-template-columns: 85% 10%; gap: 16px; justify-content: flex-start; }
	.nav-wpi-contact { display: flex !important; }
	div.header-menu { position: absolute; width: fit-content !important; left: 17px; right: 0; top: 76px; bottom: 0; }
	.header-wpi-btn { width: 181px; }
	.wp-block-navigation__responsive-container { width: 100%; } /*59.8%*/

	#privacy-popup { width: 100% !important; } /*60%*/
	#privacy-content-container { width: 90% !important;  padding: 36px 16px !important; margin: 50% auto !important; }
	#privacy-heading { font-size: 28px !important; }
	#accept-privacy, #read-privacy,
	#privacy-content p { font-size: 100% !important; }
	#accept-privacy, #read-privacy { width: fit-content !important; height: 36px !important; }

	#myModal .modal-content .search-form { padding-left: 6px; padding-right: 6px; }
	#myModal .modal-content .search-form label { width: 72%; }

	.banner-slider-details { padding-left: 16px; padding-right: 16px; padding-top: 8px; padding-bottom: 8px; }	
	.slider-heading h1, .slider-heading h2 { font-size: 100% !important; line-height: normal; }
	.slider-heading p,
	.banner-slider-details p { font-size: 10px !important; line-height: normal; }
	.banner-slider-details p > br, 
	.slider-heading h1 > br, .slider-heading h2 > br { display: none; }
	.wp-container-core-group-is-layout-22e55368 > * + * { margin-block-start: 5px; }
	.slider-button a { font-size: 10px; padding-top: 1px !important; padding-bottom: 1px !important; padding-left: 5px !important; padding-right: 5px !important; }
	.slick-dots { bottom: 3px; width: 80%; margin: 0 auto; left: 0; right: 0; }
	.slick-dots li { width: 80px; }

	.fnews-desc-overlay { padding: 24px 24px !important; }
	.wp-block-post-title :where(a) { font-size: 18px; }
	.latest-news-cols .has-text-xl-font-size { font-size: 16px !important; }
	.latest-news-cols .has-text-lg-font-size { font-size: 14px !important; line-height: normal; }
	.latest-news-cols .has-text-sm-font-size { font-size: 12px !important;}

	.latest-news-heading { display: grid !important; grid-template-columns: 50% 43%; }

	div.latest-news-item div.post-title-and-read-more-stretch a,
	div.latest-news-item div:first-child { order: 1; }

	div.latest-news-item div:last-child { box-shadow: var(--wp--preset--shadow--shadow-sm); }

	.products-tab { display: flex !important; gap: 16px; }
	.prod-cat-container { display: grid !important; gap: 12px; grid-template-columns: 29% 35.4% 28.4%; }
	.prod-cat-container div.wp-block-buttons > div.wp-block-button > a { width: 100% !important; font-size: 90%; }
	.prod-details { min-height: 294px !important; margin: 0 auto; } /*width: 77%;*/
	
	.services-overlay h6,
	.prod-details h6 { font-size: 20px; }

	.services-overlay p,
	.prod-details p { font-size: 18px !important; }

	.services-cols-section { justify-content: flex-end; padding-bottom: 320px !important; }
	.services-col:last-child { margin-block-start: 320px !important; }
	.services-group-col { width: 100% !important; background-size: cover !important; background-position: left bottom !important; border-radius: 12px; } /*width: 329px;*/
	.services-overlay { position: relative;	left: 0px; top: 416px; padding: 24px !important; min-height: 296px !important; width: 100%; }
	.wp-container-core-group-is-layout-ee397f8a > * + * { margin-block-start: 64px; }

	/* ***** OUR PARTNERS ***** */
	.our-partners-group { padding-left: 0 !important; padding-right: 0 !important; }
	.row-slider-items.wp-container-core-group-is-layout-726566ec { gap: 10px; }
	.row-slider-items figure { min-width: 50px; }

	.gform-theme--foundation .gform_fields { column-gap: 25px !important; }
	#field_1_1 { grid-column: span 8; }
	#field_submit {	grid-column: span 4; align-items: center !important; }

	.wp-block-social-links:is(.is-style-default.footer-social-icons) .wp-block-social-link a { width: 22px;	height: 22px; }

	.footer-contact-info h6,
	.quick-links-two h6,
	.quick-links-one h6 { font-size: 20px !important; }

	.quick-links-two nav { margin-block-start: 0; }

	.v-hidden { display: none; }

	.core-values-list { width: 100%; }
	.overlay.career,
	.overlay.core-values { min-height: auto; }

	.mgmt-img-container, .com-img-container, .bod-img-container { min-height: 359px !important; }

	.agents-group,
	.articles-of-cooperation-group,
	.governance-report-group,
	.sypnosis-report { padding: 24px 24px !important; }

	.filter-by-year-cols { display: grid !important; grid-template-rows: auto auto; grid-template-columns: 7fr 2fr; gap: 8px; }
	.filter-by-year-col { grid-column: 1 / span 2; }
	.report.type-report > div { display: grid; grid-template-columns: 2fr 1fr; gap: 8px; }
	.view-report-btn a { padding: 6px; font-size: 85%; }

	.fire-insurance-calculator-container,
	.motor-car-insurance-calculator-one,
	.agents-group { padding: 24px 12px !important; }

	.agents-group .wp-block-columns { flex-wrap: nowrap !important; font-size: 70%; }
	.agents-container p.has-text-xl-font-size, .agents-table h6 { text-align: center; padding: 2px !important; }
	#posts-per-page { width: 42px; height: 32px; font-size: 12px; }
	.page-link { padding: 2px 8px; }

	.climbs-products.non-life-insurance li,
	.climbs-products.life-insurance li { min-height: 420px; }
	.climbs-services li, .climbs-products li { gap: 20px; }

	.childs-age-at-death .wp-block-columns,
	.clpp-group .wp-block-columns { display: grid !important; grid-template-columns: 1fr 1fr; }
	
	.clsp-group .wp-block-columns { display: grid !important; grid-template-columns: 1fr 1fr 1fr; }

	.benefits-table .wp-block-columns,
	.face-amount-table .wp-block-columns { display: grid !important; grid-template-columns: 1fr 1fr 1fr 1fr; }

	.benefits-table .wp-block-column { padding: 12px 5px !important; }
	
	.face-amount-table .wp-block-column { display: flex; align-items: center; justify-content: center; }
	
	.benefits-table .wp-block-column h5,
	.face-amount-table .wp-block-column h5 { font-size: 90%; }

	.col-one-span-three { grid-column: 2 / span 3; }
	.col-one-span-two { grid-column: 2 / span 2; }

	/* GLOBAL */
	.wp-block-column.is-vertically-aligned-stretch { align-content: center; }

	.gform-theme--framework #gform_fields_5 .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
		font-size: 90% !important;
	}
	.mci_charges > div.ginput_container select, .required_field > div.ginput_container select, .required_field > div.ginput_container input {
		font-size: 90%;
	}
	#gform_fields_4 .gfield.gf_readonly, #gform_fields_5 .gfield.gfield--type-select, #gform_fields_5 .gfield.gfield--type-text {
		justify-content: space-between;
	}
	.gform-theme--foundation #gform_fields_5.gform_fields { column-gap: 10px !important; }
	#gform_fields_5 .mci_user_input { grid-template-columns: 42% 53%; }
	#gform_fields_5 > div.mci_charges > label { display: inline-block; }
	#gform_fields_5 > div.mci_charges > label > span.gfield_required { padding-left: 5px; }
	#field_5_11.gfield--width-half, #field_5_12.gfield--width-half, #field_5_8.gfield--width-half { grid-column: span 9; }
	#field_5_14.gfield--width-half, #field_5_17.gfield--width-half, #field_5_18.gfield--width-half { grid-column: span 3; }
	/*#gform_fields_5 .mci_user_input { display: grid !important; grid-template-columns: 40% 60%; grid-template-rows: auto auto; align-items: start !important; }
	#gform_fields_5 > div.mci_user_input > label,
	#gform_fields_5 > div.required_field > label { grid-column: 1; grid-row: 1 / span 2; }
	#gform_fields_5 > div.mci_user_input div.ginput_container { width: 100%; grid-column: 2; grid-row: 1; }*/
	#gform_fields_5 > div.mci_user_input div.gfield_validation_message { font-size: 10px !important; }
	
	.mci_rates > div.ginput_container > input, .fi_charges > div.ginput_container > input { font-size: 100%; padding: 0; }
	.premium_charges > div.ginput_container > input, #field_4_14 input#input_4_14, #field_4_23 input#input_4_23 { font-size: 20px; padding: 0; }
	#field_5_5 input#input_5_5, #field_4_31 input#input_4_31 { font-size: 24px; padding: 0px; }
	#field_5_5, #field_4_31 { padding: 0px; }	
	.left_label.mci_charges label {	width: 50% !important; }
	.left_label.mci_charges .ginput_container { width: 80%; }

	.plan-table > .wp-block-columns,
	.biai-table > .wp-block-columns { display: grid !important; grid-template-columns: 1fr 1fr 3fr; }

	.sample-prem-comp > .wp-block-columns,
	.coverage-table > .wp-block-columns { display: grid !important; grid-template-columns: 1fr 1fr; }

	.pai-group > .wp-block-columns,
	.nested-grid-container { display: grid !important; grid-template-columns: repeat(3, 1fr); }

	.coverage-table .wp-block-column h5,
	.plan-table .wp-block-column h5,
	.biai-table .wp-block-column h5 { font-size: 85%; }

	.sample-prem-comp .wp-block-column ul { padding-left: 18px !important; }
	
	.pai-group .wp-block-column h5,
	.sample-prem-comp .wp-block-column li { font-size: 90% !important; }

	.pai-group .wp-block-column { padding: 6px !important; align-self: center; }

	.sample-prem-comp .wp-block-column p { font-size: 100% !important; }

	.filter-news-container { display: grid !important; gap: 12px; }
	.filter-by-row { display: grid !important; }

	#filter-news-by-year, #filter-news-by-category { width: 100%; height: 38px; padding: .5em 1em; }
	.filter-wrapper::after { height: 24px; top: 7px; }

	.career-item,
	#gform_3, #gform_2, #gform_7 { padding: 24px 24px !important; }

	/* MOTOR CAR INSURANCE */
	.gfield_required.gfield_required_text { font-size: 100%; }
	.left_label .ginput_container { width: 65%; }

	/* ********** FOOTER ********** */
	.footer-logo-date-time-social-icons div.wp-block-columns { text-align: center; }
	.footer-copyright-nav-row { justify-content: center; }
	.footer-menu ul { width: 100%; align-items: center; }
	.footer-contact-info > div.wp-block-group { align-items: center; }
	.office-hours-social-icons > * { justify-content: center; }
	#to_top_scrollup { bottom: 45px; }

	/* SEARCH RESULTS PAGE */
	ul.more-posts-template li > div > h3 > a { font-size: 13px; }
	ul.more-posts-template li > div div.wp-block-post-date > time > a { font-size: 10px;}
	body.search-results h1.wp-block-query-title { font-size: 30px; }

	.grecaptcha-badge { bottom: 114px !important; }

	/* ***** PRODUCTS CAROUSEL ***** */
	div.life-insurance-prod div.products-carousel.swiper-container { width: 100%; }
	div.life-insurance-prod ul.products-container { margin-left: 12px; }
	div.life-insurance-prod ul.products-container li { width: 84.3% !important; }

	.prod-swiper-button-prev:after { left: -25px; width: 24px; height: 24px; line-height: 23px !important; content: '\2190' !important; font-size: 14px !important; color: #000000; top: -12px; }
	.prod-swiper-button-next:after { right: -25px; width: 24px; height: 24px; line-height: 20px !important; content: '\2190' !important; font-size: 14px !important; color: #000000; }

	.prod-read-more-btn:hover::before { width: 43%; }
	.services-read-more-btn::before { left: 61%; }
	.services-read-more-btn:hover::before { width: 39%; }

	.non-life-insurance-prod .prod-read-more-btn:hover::before { width: 40%; }
}

@media (min-width: 393px) and (max-width: 852px) and (orientation: landscape) /*and (min-resolution: 460dpi)*/ {
	#privacy-content-container { margin: 1% auto !important; padding: 24px 48px !important; }
}

@media only screen and (max-width: 360px) {
	.it-portal-os p,
	.climbs-email-container p, .climbs-contact-number-container p {	font-size: 70% !important; }
	/*.services-group-col { width: 296px; }*/
	.prod-cat-container div.wp-block-buttons > div.wp-block-button > a { font-size: 80%; }
	#gform_submit_button_1 { padding-left: 8px !important; padding-right: 8px !important; }

	#myModal .modal-content .search-form label { width: 69%; }

	.mgmt-img-container, .com-img-container, .bod-img-container { min-height: 326px !important; }

	.mci_charges > div.ginput_container select, .required_field > div.ginput_container select, .required_field > div.ginput_container input { font-size: 78%; }
	#field_5_5 input#input_5_5, #field_4_31 input#input_4_31 { font-size: 20px; }

	.related-news-heading h2 { font-size: 24px !important; }

	.pai-group .wp-block-column h5 { font-size: 86% !important; }

	.coverage-table .wp-block-column h5,
	.plan-table .wp-block-column h5,
	.biai-table .wp-block-column h5 { font-size: 72%; }

	.benefits-table .wp-block-column h5,
	.face-amount-table .wp-block-column h5 { font-size: 80%; }

	/* MOTOR CAR INSURANCE */
	.left_label .ginput_container { width: 60%; }

	/* ***** PRODUCTS CAROUSEL ***** */
	div.life-insurance-prod ul.products-container li { width: 82.9% !important; }

	.prod-read-more-btn:hover::before { width: 49%; }
	.services-read-more-btn:hover::before {	width: 42%; }
	.services-read-more-btn::before { left: 57%; }

	.non-life-insurance-prod .prod-read-more-btn:hover::before { width: 44%; }
}