/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

:root {
	--quist-vl-blue: #DFEEF6;
	--quist-lt-blue: #ABD2E8;
	--quist-dk-blue: #253342;
	--quist-bkgnd-blue: #F5FAFC;
	--quist-neutral: #7C858E;
	--quist-lt-gold: #F5DBAB;
	--quist-dk-gold: #E7A62D;
	--default-font: font-family: 'Inter', sans-serif;
}



/* hides header on Under Construction page */
.page-id-7123 header {
	display: none !important;
}

/* General Layout Styles ------------------------------------------------------ */
/* ---------------------------------------------------------------------------- */
.section {
    padding: 40px 20px;
}

.section-lg {
    padding: 100px 20px;
}

body, .wrapper, .content, .full_width, .overlapping_content .content>.container, .more_facts_holder, .comment_holder .comment #respond textarea, .comment_holder .comment #respond input[type=text], .comment_holder .comment #respond input[type=email], .content .container {
/*     background-color: #f5fafc;
    background: url(/wp-content/uploads/2022/11/background-pattern.png) #f5fafc !important;
    background-repeat: no-repeat !important;
    background-position: 100% 50% !important; */
}

.bkgnd-dk {
	background-color: var(--quist-dk-blue) ;
}

.bkgnd-gold {
	background-color: var(--quist-dk-gold) ;
}

.bkgnd-neutral {
	background-color: var(--quist-neutral) ;
}

.bkgnd-pattern-right {
	background-image: url(https://quistvaluation.com/wp-content/uploads/2022/11/background-pattern.png);
	background-position: right center !important;
    background-size: 400px !important;
    background-repeat: no-repeat;
}

.bkgnd-pattern-bottom {
	background-image: url(https://quistvaluation.com/wp-content/uploads/2022/11/background-pattern.png);
	background-position: bottom right !important;
    background-size: 400px !important;
    background-repeat: no-repeat;
}

.bkgnd-overlay-dk::after {
    background: var(--quist-dk-blue);
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .8;
	display: block;
}

@media(max-width: 480px) {
	.section {
		padding: 20px 10px;
	}
}



/* Typography ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
h1, h2, h3, h4 {
    margin-bottom: 15px !important;
}

.small-headline h2 {
    font-size: 20px;
    text-transform: uppercase;
}

.small-headline h3 {
    font-size: 17px;
    text-transform: uppercase;
}

.small-headline h4, .small-headline h5 , .small-headline h6, .small-headline p, p.small-headline {
    font-size: 15px;
    line-height: 1.2;
}

.white-text, .white-text p, .white-tex li,  p.white-text, li.white-text, 
.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, 
h1.white-text, h2.white-text, h3.white-text, h4.white-text, h5.white-text, h6.white-text,  .white-text .q_counter_holder span.counter {
	color: #fff !important;
}

.content-md {
    max-width: 800px;
    margin: 0 auto;
}

.text-center {
	text-align: center;
}

.content ul, .content ol {
    margin-left: 20px;
    list-style-position: outside;
}

.content ul li, .content ol li {
    padding-left: 10px;
}

p, body.qode-overridden-elementors-fonts .elementor-widget-heading p.elementor-heading-title {
    margin-top: 0;
    margin-bottom: 30px;
}

#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 30px;
}


/* Buttons & Links ------------------------------------------------------------ */
/* ---------------------------------------------------------------------------- */

.qbutton, .qbutton.medium, #submit_comment, .load_more a, .blog_load_more_button a, .post-password-form input[type=submit], input.wpcf7-form-control.wpcf7-submit, input.wpcf7-form-control.wpcf7-submit:not([disabled]), .woocommerce table.cart td.actions input[type=submit], .woocommerce input#place_order, .woocommerce-page input[type=submit], .woocommerce .button {
	height: auto !important;
}

.qbutton.white {
    background-color: transparent;
}

.wp-block-button .wp-block-button__link {
    color: #253342;
    border-color: #e7a62d;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    background-color: #e7a62d;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-width: 3px;
    padding-left: 25px;
    padding-right: 25px;
}

.wp-block-button .wp-block-button__link:hover {
	color: #253342 !important;
    border-color: #abd2e8 !important;
	background-color: #abd2e8 !important;
}



/* Main Navigation ------------------------------------------------------------ */
/* ---------------------------------------------------------------------------- */

.qode-animate-mobile-header {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.header.sticky {
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

header .q_logo img {
    max-height: 56px;
    margin-top: 14px;
}

header.sticky .q_logo img {
    max-height: 45px;
    margin-top: 0;
}

nav.main_menu>ul>li>a {
    padding: 0 10px;
}

header .qbutton {
    font-size: 11px;
    line-height: 30px;
    padding: 0 12px;
}

header a.qbutton.white:hover {
    border-color: var(--quist-lt-blue);
    background: var(--quist-lt-blue);
}

header .drop_down .icons .second i {
    color: #fff !important;
}

header .drop_down .second .inner ul li a {
    color: #fff;
    font-weight: 400;
}

header .drop_down .second .inner ul li a:hover {
    color: var(--quist-lt-blue) !important;
}

header .drop_down .wide .second .inner>ul>li.menu-item-has-children>a {
    font-weight: 700;
}

.navButton-mobile {
	display: none !important;
}

@media(min-width: 1001px) and (max-width: 1150px) {
	nav.main_menu > ul > li > a {
		font-size: 10px;
		padding: 0 8px;
	}
}

@media(max-width: 1000px) {
	.navButton-mobile {
		display: inline-block !important;
	}
	.navButton-mobile.qbutton, 
	li.navButton-mobile.qbutton:last-child {
		display: inline-block !important;
		margin: 20px 1% 20px 0;
		width: 47%;
		text-align: center;
		min-width: 125px;
		border: 3px solid var(--quist-dk-gold) !important;
	} 
	.navButton-mobile.qbutton:hover, 
	li.navButton-mobile.qbutton:last-child:hover {
		background: var(--quist-lt-blue);
		border: 3px solid var(--quist-lt-blue) !important;
		color: var(--quist-dk-blue) !important;
	} 
	nav.mobile_menu ul li.qbutton a:hover {
		color: var(--quist-dk-blue) !important;
	}
	nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
		font-weight: 600;
		color: var(--quist-dk-blue);
		text-transform: uppercase;
		text-decoration: none;
	}
	nav.mobile_menu ul li a:hover, nav.mobile_menu ul li h3:hover, 
	nav.mobile_menu ul li a.current, nav.mobile_menu ul li h3.current {
		color: var(--quist-lt-blue);
	}
	nav.mobile_menu ul li.navButton-mobile a.current {
		color: var(--quist-dk-blue) !important;
	}
}

@media(max-width: 768px) {
	.navButton-mobile.qbutton, 
	li.navButton-mobile.qbutton:last-child {
		width: 40%;
	} 
}

@media(max-width: 480px) {
	.navButton-mobile.qbutton, 
	li.navButton-mobile.qbutton:last-child {
		width: 100%;
		margin: 20px 0 0 0;
		box-sizing: border-box !important;
	} 
	li.navButton-mobile.qbutton:last-child {
		width: 100%;
		margin: 10px 0 20px;
	}
	.q_logo img.mobile {
		width: 147px !important;
		height: 50px !important;
	}
}


/* Page Header Title ---------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */

.title, .title.has_background, .title.has_fixed_background {
    min-height: 630px;
    align-items: center;
    vertical-align: middle;
    background-size: 1077px auto !important;
    background-position: right 50% !important;
	max-width: 1500px;
    margin: 0 auto;
}

.page-template-conversion_page .title, .page-template-conversion_page .title.has_background, 
.page-template-conversion_page .title.has_fixed_background {
	max-width: 100%;
    margin: 0 auto;
}

.title_outer .has_background.title .title_subtitle_holder, 
.title_outer .has_fixed_background.title .title_subtitle_holder, 
.title_outer.with_image .title .title_subtitle_holder {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 528px !important;
    background: #fff;
    padding: 60px 30px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.title_outer .has_background.title .title_holder, 
.title_outer .has_fixed_background.title .title_holder, 
.title_outer.with_image .title .title_holder {
    position: absolute;
    top: 0;
    display: flex;
    height: 450px !important;
}

.content .title_outer.with_image .title .container_inner, 
.title_outer .has_background.title .title_holder .container_inner, 
.title_outer .has_fixed_background.title .title_holder .container_inner {
    display: flex;
    height: 100%;
    align-items: center;
}

.title_holder .container_inner::before {
    width: 277px;
    height: 100%;
    content: url(https://quistvaluation.com/wp-content/uploads/2022/10/Quist-Q-1.png);
    z-index: -1;
    position: absolute;
    left: -25%;
    top: -5%;
}

/* Q icon for homepage hero sections */
.homepage-hero__wrapper .section_inner .section_inner_margin::before {
    width: 277px;
    height: 100%;
    content: url(https://quistvaluation.com/wp-content/uploads/2022/10/Quist-Q-1.png);
    z-index: -1;
    position: absolute;
    left: -25%;
    top: -25%;
}

.title_holder span.subtitle {
    font-size: 17px;
    line-height: 1.4;
}


@media(max-width: 1000px) {
	.title, .title.has_background, .title.has_fixed_background {
		min-height: 500px;
	}
	.title.title_size_large h1 {
		font-size: 35px !important;
		line-height: 1 !important;
	}
}

@media(max-width: 768px) {
	.homepage-hero__wrapper .section_inner .section_inner_margin::before {
		top: 20%;
		transform: scale(0.65);
		left: -50%;
	}
}

@media(max-width: 480px) {
	.title.title_size_large h1 {
		font-size: 35px !important;
		line-height: 1 !important;
	}
	.title, .title.has_background, .title.has_fixed_background {
		min-height: 375px;
	}	
	.title_outer .has_background.title .title_subtitle_holder, 
	.title_outer .has_fixed_background.title .title_subtitle_holder, 
	.title_outer.with_image .title .title_subtitle_holder {
		max-width: 100% !important;
		padding: 40px 30px;
	}
	.title_outer .has_background.title .title_holder, 
	.title_outer .has_fixed_background.title .title_holder, 
	.title_outer.with_image .title .title_holder {
		height: 375px !important;
	}
	.title_subtitle_holder::before {
		left: -60%;
		transform: scale(0.75);
	}
	.title_holder .container_inner::before {
		left: -60%;
		top: -5%;
		transform: scale(.55);
	}
	.title_holder span.subtitle,
	.title_subtitle_holder span.subtitle,
	.title_subtitle_holder_inner span.subtitle {
		font-size: 15px !important;
	}
}



/* Custom Widget Style -------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */

/* Image With Text */
.ss_image-w-text .section_inner, 
.ss_image-w-text .section_inner_margin {
    display: flex;
    align-items: center;
}

.ss_image-w-text .section_inner .vc_column-inner,
.ss_image-w-text .section_inner_margin .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.ss_image-w-text-content {
    background: #fff;
    padding: 40px;
}

.image-left .ss_image-w-text-content {
    z-index: 20;
    margin-left: -30px;
	position: relative;
}

.image-right .ss_image-w-text-content {
	z-index: 20;
    margin-right: -30px;
	position: relative;
    
}

@media(max-width: 767px) {
	.ss_image-w-text .section_inner, 
	.ss_image-w-text .section_inner_margin {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: column;
	}	 
	.image-left .ss_image-w-text-content,
	.image-right .ss_image-w-text-content {
		margin-left: 0;
		margin-right: 0;
		z-index: 0;
	}
}


/* Widget Style Overrides ----------------------------------------------------- */
/* ---------------------------------------------------------------------------- */

/* Qode Accordion & Toggle ------------------------- */
.qode-accordion-holder .qode-title-holder .qode-tab-title-icon, 
.qode-accordion-holder .qode-title-holder .qode-tab-title-icon:hover {
    background: transparent;
    border-radius: 4px;
    border: 2px solid #E7A62D;
    font-size: 20px !important;
    line-height: 1;
}

.qode-accordion-holder .qode-title-holder.ui-state-active .qode-tab-title-icon {
    background: #E7A62D;
    border: 2px solid #E7A62D;
}

.qode-accordion-holder .qode-title-holder .qode-tab-title span.qode-tab-title-inner {
    font-size: 14px;
    padding-left: 10px;
    line-height: 1.6;
	text-transform: uppercase;
}

.qode-accordion-content-inner, .qode-accordion-content-inner p, .qode-accordion-content-inner a, .qode-accordion-content-inner li {
    font-size: 14px !important;
}


/* Qode Advanced Tabs ------------------------- */
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li a {
    color: #253342;
    font-size: 14px;
    padding-left: 10px;
    line-height: 1.6;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    border-top: 3px solid #abd2e8;
    border-left: 3px solid #abd2e8;
    border-right: 3px solid #abd2e8;
    border-bottom: 3px solid #abd2e8;
    border-radius: 4px;
	background: #abd2e8;
	opacity: .4;
}

.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li a:hover {
    color: #253342;
    border: 3px solid #ABD2E8;
	background-color: #ABD2E8;
}

.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active a {
    color: #253342;
    border-top: 3px solid #ABD2E8;
    border-left: 3px solid #ABD2E8;
    border-right: 3px solid #ABD2E8;
    border-bottom: 3px solid #F5FAFC;
    border-radius: 4px;
	opacity: 1;
}

.qode-advanced-tabs .qode-advanced-tab-container {
    background-color: #F5FAFC;
    border-top: 3px solid #ABD2E8;
	color: #25334240;
    font-size: 14px;
	line-height: 1.6;
	margin-top: -3px;
}

.qode-advanced-tabs .qode-advanced-tab-container p, .qode-advanced-tabs .qode-advanced-tab-container a, .qode-advanced-tabs .qode-advanced-tab-container li {
/*     font-size: 14px; */
    color: #253342;
}


/* Qode Comparison Chart ------------------------- */
.qode-cft-header.qode-cft-row, .qode-cft-header.qode-cft-row h2, .qode-cft-header.qode-cft-row h3, .qode-cft-header.qode-cft-row h4, .qode-cft-header.qode-cft-row p {
    font-size: 14px !important;
    font-weight: 700;
    margin-bottom: 0 !important;
}

.qode-cft-feature-title {
    font-size: 14px;
}

.qode-comparative-features-table .qode-cft-row:nth-child(odd) {
    background-color: #DFEFF6;
}
.qode-comparative-features-table .qode-cft-row:nth-child(even) {
    background-color: #fff;
}

.qode-comparative-features-table, .qode-comparative-features-table .qode-cft-row>*,
.qode-comparative-features-table .qode-cft-row {
    border: none;
}

.qode-comparative-features-table .qode-cft-feature-title, .qode-comparative-features-table .qode-cft-link-holder, .qode-comparative-features-table .qode-cft-title-holder {
    padding: 8px 20px;
}

.qode-comparative-features-table .qode-cft-column-link-holder, .qode-comparative-features-table .qode-cft-column-title-holder, .qode-comparative-features-table .qode-cft-feature-value {
    padding: 8px 0;
}

span.icon_close.qode-cft-mark.qode-cft-inactive::after {
    content: '\f00d';
    font-family: 'FontAwesome';
    color: var(--quist-dk-blue);
}

span.icon_check.qode-cft-mark.qode-cft-active::after {
    content: '\f00c';
    font-family: 'FontAwesome';
}



/* Qode Elements Holder ------------------------- */
.q_elements_holder {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}

.q_elements_holder.align-items-top {
    align-items: flex-start;
}



/* Qode Blog Carousel ------------------------- */
.qode-blog-carousel-titled {
    background-color: transparent;
}

.qode-blog-carousel-titled .qode-bct-post-text {
    background: #fff;
    padding: 20px 30px !important;
}

.qode-blog-carousel-titled .qode-bct-post-title.entry_title a {
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.qode-blog-carousel-titled p.qode-bct-post-excerpt {
    font-size: 14px;
    line-height: 1.6;
}

.qode-blog-carousel-titled .qode-bct-post-date {
    font-size: 14px;
    color: #7C858E !important;
}

/* Qode Cover Boxes ------------------------- */
.cover_boxes ul li .box h3 {
    font-size: 15px;
    margin-bottom: 5px !important;
    line-height: 1.2;
}

.cover_boxes ul li .box .box_content p {
    font-size: 14px;
    line-height: 1.4;
	margin-bottom: 5px;
}

.cover_boxes ul li .box .qbutton {
    font-size: 13px;
    padding: 10px 17px !important;
    line-height: 1;
    background: transparent;
}


/* Qode Advanced Logo Gallery ----------------------------- */
.ss_logo-grid .qode-aig-grid {
    display: flex;
    align-items: center;
}

.ss_logo-grid .qode-aig-grid.qode-aig-six-columns .qode-aig-image {
    flex-basis: 16.66%;
}

@media(max-width: 830px) {
	.ss_logo-grid .qode-aig-grid {
		flex-wrap: wrap;
	}

	.ss_logo-grid .qode-aig-grid.qode-aig-six-columns .qode-aig-image {
		flex-basis: 25%;
	}	
	
}

@media(max-width: 650px) {
	.ss_logo-grid .qode-aig-grid.qode-aig-six-columns .qode-aig-image {
		flex-basis: 33%;
	}		
}

@media(max-width: 480px) {
	.ss_logo-grid .qode-aig-grid.qode-aig-six-columns .qode-aig-image {
		flex-basis: 50%;
	}		
}


/* Counter Up - number counting plugin ----------------------------- */
h4.lgx_app_item_title {
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    font-size: 16px !important;
    font-family: 'inter', sans-serif !important;
}

span.lgx_counter_value {
    font-size: 60px !important;
    line-height: 1em !important;
    font-weight: 300 !important;
    color: #fff !important;
}

.lgx_app_content_wrapper,
.lgx_app_container,
.lgx_app_item_row,
.lgx_app_item,
h4.lgx_app_item_title {
    margin-bottom: 0 !important;
}

#lgx_lsw_preloader_16737 {
	background: transparent !important;
}

@media(max-width: 767px) {
	.lgx_app_item {
		margin-bottom: 30px !important;
	}
}


/* Qode Pricing Tables ----------------------------- */
.price_table_inner {
    background: #fff !important;
    color: #253342 !important;
}

.price_table_inner>ul {
    margin-left: 0;
}

.pricing_table_content, .pricing_table_content ul li {
    font-size: 16px !important;
}

.price_in_table .price {
    font-size: 65px;
}

.price_in_table .mark {
    top: -5px;
}

.price_table_inner ul li.table_title {
    background: var(--quist-dk-blue);
    color: #fff !important;
    margin-bottom: 15px;
}

.price_table_inner .table_title h2, .price_table_inner .table_title h3, .price_table_inner .table_title h4,
.price_table_inner .table_title h5, .price_table_inner .table_title h6 {
    color: #fff !important;
}



/* Qode Team Listing ----------------------------- */
.q_team {
    padding: 0 15px 15px;
    background: transparent !important;
}

.q_team_inner {
    background: #fff;
}

.ss_team-members.col-3 .q_team_image_holder {
    max-height: 300px;
    overflow: hidden;
    height: 300px;
    position: relative;
}

.ss_team-member img {
    object-fit: cover;
    height: 100%;
}

.q_team_title_holder span {
	font-size: 14px;
    margin: 0 !important;
}

h2.q_team_name, h3.q_team_name, h4.q_team_name, h5.q_team_name  {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 !important;
}

.q_team_social_holder {
    padding: 0 10px 20px;
}

@media(max-width: 767px) {
	.ss_team-members.col-3 .q_team_image_holder {
		max-height: 100% !important;
	}
}


/* Qode Icon List ----------------------------- */
.q_icon_list i {
    color: var(--quist-lt-blue) !important;
}
.q_icon_list p {
    font-size: 18px !important;
    color: var(--quist-dk-blue) !important;
}

/* Qode Icon with Text ----------------------------- */
.icon_title {
    font-size: 15px !important;
    text-transform: uppercase;
    margin-bottom: 8px !important;
}

.icon_text_inner p, .icon_text_inner a {
    font-size: 14px !important;
    line-height: 1.6;
}



/* Qode Image with Text Over ----------------------------- */
.q_image_with_text_over .text {
    font-size: 14px !important;
    line-height: 1.6;
    text-align: left !important;
}

.q_image_with_text_over .icon_holder {
    color: var(--quist-lt-blue);
    font-size: 40px;
}

.q_image_with_text_over .caption {
    font-size: 20px;
    padding: 8px 20px;
}

.q_image_with_text_over .qbutton.outline {
	background: transparent;
    color: #fff;
    font-size: 13px;
    padding: 10px 17px;
    line-height: 1;
}


/* Qode Info Card ----------------------------- */
.qode-info-card {
    text-align: center;
    padding: 15px;
}

.solutions-overview.solutions_2-col .wpb_wrapper,
.solutions-overview.solutions_3-col .wpb_wrapper,
.solutions-overview.solutions_4-col .wpb_wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center !important;
	flex-wrap: wrap;
}

.solutions-overview.homepage-solutions .qode-info-card {
    flex-basis: 25%;
    width: 25%;
    flex-wrap: wrap;
	display: flex;
    align-content: flex-start;
    background: #fff;
    margin: 15px;
	padding: 0;
	justify-content: center;
}

.solutions-overview.homepage-solutions.solutions_4-col .qode-info-card {
    flex-basis: 22%;
    width: 22%;
    flex-wrap: wrap;
	display: flex;
    align-content: flex-start;
    background: #fff;
    margin: 15px;
	padding: 0;
	justify-content: center;
}

.solutions-overview.solutions_2-col .qode-info-card,
.solutions-overview.solutions_3-col .qode-info-card,
.solutions-overview.solutions_4-col .qode-info-card {
    align-content: space-between !important;
}

.solutions-overview.homepage-solutions.solutions_3-col .qode-info-card,
.solutions-overview.solutions_3-col .qode-info-card {
    flex-basis: 30%;
    width: 30%;
}

.qode-info-card .qode-info-card-title {
    text-transform: uppercase;
	font-size: 15px !important;
	line-height: 1.4;
	font-weight: 700;
}

.qode-info-card .qode-info-card-text-holder {
    padding: 30px 30px 20px;
    background-color: #fff;
}

.solutions-overview.homepage-solutions .qode-info-card .qode-info-card-text-holder {
    padding: 30px 20px;
    background-color: #fff;
}

.qode-info-card .qode-info-card-text {
	font-size: 15px !important;
	line-height: 1.4 !important;
}

.qode-info-card-link-holder a {
    background: var(--quist-dk-gold);
    color: var(--quist-dk-blue);
}

.qode-info-card-link-holder a:hover {
    background: var(--quist-lt-gold);
    color: var(--quist-dk-blue);
	text-decoration: none !important;
}

.solutions-overview.solutions_2-col .qode-info-card-link-holder,
.solutions-overview.solutions_3-col .qode-info-card-link-holder,
.solutions-overview.solutions_4-col .qode-info-card-link-holder {
    width: 100%;
    display: block;
    margin-top: -20px;
}


@media(max-width: 980px) {
	.solutions-overview.homepage-solutions .wpb_wrapper {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		justify-content: center;
		width: 100%;
		flex-wrap: wrap;
	}
	.solutions-overview.homepage-solutions .qode-info-card,
	.solutions-overview.homepage-solutions.solutions_2-col .qode-info-card, 
	.solutions-overview.homepage-solutions.solutions_3-col .qode-info-card, 
	.solutions-overview.homepage-solutions.solutions_4-col .qode-info-card,
	.solutions-overview.solutions_2-col .qode-info-card, 
	.solutions-overview.solutions_3-col .qode-info-card, 
	.solutions-overview.solutions_4-col .qode-info-card {
		flex-basis: 47%;
		width: 47%;
		min-width: 47%;
		padding: 0;
		justify-content: center;
		margin-bottom: 40px;
	}
}

@media(max-width: 623px) {
	.solutions-overview.homepage-solutions .qode-info-card,
	.solutions-overview.homepage-solutions.solutions_2-col .qode-info-card, 
	.solutions-overview.homepage-solutions.solutions_3-col .qode-info-card, 
	.solutions-overview.homepage-solutions.solutions_4-col .qode-info-card,
	.solutions-overview.solutions_2-col .qode-info-card, 
	.solutions-overview.solutions_3-col .qode-info-card, 
	.solutions-overview.solutions_4-col .qode-info-card {
		flex-basis: 100%;
		min-width: 100%;
		justify-content: center;
	}
}

@media(max-width: 480px) {

}




/* Pie Charts ----------------------------- */
.q_pie_chart_holder .q_percentage {
    color: var(--quist-dk-blue);
}

.pie_chart_text .pie_title {
    font-size: 20px !important;
    text-transform: uppercase;
    line-height: 1.2;
}

.pie_chart_text p {
    font-size: 14px;
    line-height: 1.4;
}


/* Progress Bars ----------------------------- */
span.progress_title {
    font-size: 15px !important;
    font-weight: 700;
}

.q_progress_bar .progress_content {
    background-color: var(--quist-dk-gold);
}

.q_progress_bar .progress_content_outer {
    background-color: var(--quist-lt-gold);
}

.q_progress_bar .progress_content {
    background-color: var(--quist-dk-gold);
}


/* Pricing Calculator Bars ----------------------------- */
.qode-pricing-calculator-button-holder .qbutton {
    background: transparent;
}

.qode-pricing-calculator-button-holder .qbutton:hover {
    background: var(--quist-lt-blue);
	opacity: 1;
	border-color: var(--quist-lt-blue);
}


/* Testimonial Sliders ----------------------------- */
.testimonials_holder ul.slides,
.testimonials_holder ul.flex-direction-nav{
    margin: 0;
}

.testimonials_holder .testimonial_content {
	padding-left: 0;
}

.testimonial_content_inner {
    background: transparent !important;
    max-width: 750px;
    margin: 0 auto;
}

.testimonial_text_inner p {
    font-size: 21px !important;
    line-height: 33px !important;
    color: var(--quist-dk-blue) !important;
    font-style: italic !important;
    font-weight: 400;
}

p.testimonial_author {
    color: var(--quist-dk-blue) !important;
	font-size: 14px !important;
    line-height: 1.4 !important;
	font-style: normal !important;
    font-weight: 400;
}

a.flex-next, a.flex-prev {
    border: 2px solid var(--quist-dk-gold) !important;
    border-radius: 0 !important;
    color: var(--quist-dk-blue) !important;
}

a.flex-next:hover, a.flex-prev:hover {
    border: 2px solid var(--quist-dk-gold) !important;
    color: var(--quist-dk-blue) !important;
	background: var(--quist-dk-gold) !important;
}

@media(max-width: 480px) {
	.testimonial_text_inner p {
		font-size: 16px!important;
		line-height: 20px!important;
	}
}

/* ---------------------------------------------------------------------------- */
/* Custom Internal Page Styles ------------------------------------------------ */
/* ---------------------------------------------------------------------------- */
/* -- */
/* -- */
/* -- */

/* Splash Page ---------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
.splash-hero-section::before {
    background: var(--quist-dk-blue);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute !important;
    left: 0;
    opacity: .8;
	display: block;
}

.splash-hero-section::after {
    content: url(https://quistvaluation.com/wp-content/uploads/2022/11/Quist-icon.png);
    width: 100%;
    height: 100%;
    top: 50%;
    position: absolute;
    left: -100px;
    margin-top: -318px;
}

.splash-hero-section .qode-info-card-title {
    text-transform: uppercase;
    font-size: 20px!important;
    font-weight: 700;
}

.splash-hero-section .qode-info-card .qode-info-card-text {
    font-size: 17px !important;
    line-height: 1.6 !important;
}

@media(max-width: 480px) {
	.splash-hero-section::after {
		display: none;
	}	
}

/* Home Page ------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------- */

.homepage-hero-section {
    background-size: auto !important;
    background-position: 100% 0% !important;
	min-height: 450px;
	margin-bottom: 80px !important;
	max-width: 1500px;
    margin: 0 auto;
	padding: 0;
}

.homepage-hero__content {
    max-width: 50%;
    background: #fff;
    padding: 40px;
}


.solutions-overview.homepage-solutions .wpb_wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}

.solutions-overview.homepage-solutions .qode-info-card {
    flex-basis: 25%;
    width: 25%;
    flex-wrap: wrap;
	display: flex;
    align-content: flex-start;
    background: #fff;
    margin: 15px;
	padding: 0;
	justify-content: center;
}

.solutions-overview.homepage-solutions .qode-info-card .qode-info-card-text-holder {
    padding: 30px 20px;
    background-color: #fff;
}

@media(max-width: 980px) {
	.solutions-overview.homepage-solutions .wpb_wrapper {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		justify-content: center;
		width: 100%;
		flex-wrap: wrap;
	}
	.solutions-overview.homepage-solutions .qode-info-card {
		flex-basis: 47%;
		min-width: 47%;
		padding: 0;
		justify-content: center;
		margin-bottom: 40px;
	}
}

@media(max-width: 768px) {
	.homepage-hero-section {
		min-height: 400px;
	}
	.homepage-hero__content {
		max-width: 80%;
		padding: 40px 25px;
	}
}

@media(max-width: 623px) {
	.solutions-overview.homepage-solutions .qode-info-card {
		flex-basis: 100%;
		min-width: 100%;
		justify-content: center;
	}
}

@media(max-width: 480px) {
	.homepage-hero-section {
		min-height: 400px;
	}
	.homepage-hero__content {
		max-width: 100%;
	}
}


/* Solutions Overview Page ---------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
.solutions-overview {
    justify-content: center;
}

.q_elements_holder.solutions-overview {
    align-items: stretch;
}


/* Pricing Page --------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
.custom-pricing-tabs li.ui-tabs-tab h2, .custom-pricing-tabs li.ui-tabs-tab h3, 
.custom-pricing-tabs li.ui-tabs-tab h4, .custom-pricing-tabs li.ui-tabs-tab h5 {
    margin: 0 !important;
}

.custom-pricing-tabs .qode-advanced-tabs .qode-advanced-tabs-nav {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.custom-pricing-tabs li.pricing_table_content {
    line-height: 1.2 !important;
}

.custom-pricing-tabs li.pricing_table_content strong, .custom-pricing-tabs li.pricing_table_content strong a {
    text-transform: uppercase;
    font-size: 18px;
  	text-decoration: none;
	font-weight: 700;
}

.custom-pricing-tabs li.pricing_table_content strong {
    display: block;
	margin-bottom: -10px !important;
}

.custom-pricing-tabs li.pricing_table_content em {
    font-size: 13px;
}

.custom-pricing-tabs li.pricing_table_content ul li {
    text-align: left;
	position: relative;
}

.custom-pricing-tabs li.pricing_table_content ul li::before {
    position: absolute;
    left: -15px;
    height: 20px;
    content: '\f00c';
    font-family: 'FontAwesome';
    color: var(--quist-lt-blue);
}

.custom-pricing-tabs .price_in_table .mark {
    font-weight: 400;
    text-transform: none;
}


/* Coversion/Lead Gen Page ---------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
.page-template-conversion_page .main_menu, .page-template-conversion_page .mobile_menu,
.page-template-conversion_page .header_inner_right .header_bottom_right_widget_holder, .page-template-conversion_page .header_top,
.page-template-conversion_page .mobile_menu_button, .page-template-conversion_page .footer_top {
	display: none !important;
	opacity: 0 !important;
	visibility: none !important;
}

.page-template-conversion_page .title::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #253342;
    z-index: -1;
    opacity: .75;
}

.page-template-conversion_page .title, .page-template-conversion_page .title h1, .page-template-conversion_page .title h2, 
.page-template-conversion_page .title h3, .page-template-conversion_page .title h4,.page-template-conversion_page .title h5, 
.page-template-conversion_page .title h6, .page-template-conversion_page .title p, .page-template-conversion_page .title a {
	color: #fff !important;
}

.page-template-conversion_page .title_subtitle_holder::before {
	display: none;
}

.page-template-conversion_page .title_holder .container_inner::before {
    content: '';
}

.page-template-conversion_page .title_outer .has_background.title .title_subtitle_holder, .title_outer .has_fixed_background.title .title_subtitle_holder, .page-template-conversion_page .title_outer.with_image .title .title_subtitle_holder {
    background: transparent;
    display: block;
    max-width: 50% !important;
    width: 100%;
    padding: 0;
}

.page-template-conversion_page .title, .page-template-conversion_page .title.has_background, 
.page-template-conversion_page .title.has_fixed_background {
    min-height: 475px;
    align-items: center;
    vertical-align: middle;
    background-size: cover !important;
    background-position: 100%!important;
	position: relative;
    z-index: 5 !important;
}

.page-template-conversion_page .title_outer .has_background.title .title_holder, 
.page-template-conversion_page .title_outer .has_fixed_background.title .title_holder, 
.page-template-conversion_page .title_outer.with_image .title .title_holder {
    position: absolute;
    top: 0;
    display: flex;
    height: 375px!important;
}

.page-template-conversion_page .title_holder .separator {
	display: none;
}

.page-template-conversion_page .form-holder {
    z-index: 10 !important;
    position: relative;
	margin-top: -300px;
    min-height: 600px;
}

@media(max-width: 1000px) {
	.page-template-conversion_page .title::before {
		z-index: 1;
	}	
	.page-template-conversion_page .title, 
	.page-template-conversion_page .title.has_background, 
	.page-template-conversion_page .title.has_fixed_background {
		min-height: auto;
	}
}

@media(max-width: 767px) {
	.page-template-conversion_page .title_outer .has_background.title .title_subtitle_holder, .title_outer .has_fixed_background.title .title_subtitle_holder, .page-template-conversion_page .title_outer.with_image .title .title_subtitle_holder {
		max-width: 100% !important;
		width: 100%;
	}
	.page-template-conversion_page .title_outer .has_background.title .title_holder, .page-template-conversion_page .title_outer .has_fixed_background.title .title_holder, .page-template-conversion_page .title_outer.with_image .title .title_holder {
		height: auto !important;
		padding: 50px 0 !important;
	}
	.page-template-conversion_page .form-holder {
		margin-top: 40px;
	}
}


/* Meet the Team Page --------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
.ss_team-member {
    text-align: center;
}

.ss_team-member .q_elements_item_inner {
    padding: 15px;
    box-sizing: border-box;
}

.ss_team-member .q_elements_item_content {
    background: #fff;
}

.ss_team-member h2, .ss_team-member h3, .ss_team-member h4,
.ss_team-member h2 a, .ss_team-member h3 a, .ss_team-member h4 a,
.ss_team-member h4 p, .ss_team-member h4 p a {
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none !important;
	color: var(--quist-dk-blue);
	margin: 20px 0 10px !important;
}

.ss_team-member p, .ss_team-member p a {
	font-size: 14px;
	color: var(--quist-dk-blue);
	text-decoration: none !important;
}

.ss_team-member .vc_single_image-wrapper {
	max-height: 300px;
}

@media(max-width: 767px) {
	.ss_team-member .vc_single_image-wrapper {
		max-height: 400px;
		object-fit: cover !important;
		display: block;
		object-position: center !important;
	}	
	.ss_team-member .vc_single_image-wrapper img {
		min-width: 100%;
		height: 300px;
		object-fit: cover;
		object-position: 50% 50%;
		width: 100%;
	}
}



/* Event Calendar Page ---------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* Filter Bar Section */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar,
.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content,
.tribe-events .tribe-events-c-events-bar__search-container {
    background-color: var(--quist-vl-blue) !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar {
    background-color: var(--quist-vl-blue) !important;
    box-shadow: inset 0px 0px 6px #abd2e825;
    color: #253342;
    font-size: 16px;
    border-color: #ABD2E866;
    border: 1px solid #ABD2E866;
}

.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
    background-color: transparent;
    color: var(--quist-dk-blue) !important;
    font-family: 'Inter', sans-serif;
    opacity: 1;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
    background-color: var(--quist-lt-blue);
    bottom: -2px;
    height: 4px;
}

.tribe-events .tribe-events-c-search__button {
    background-color: transparent;
    color: var(--quist-dk-blue);
    text-transform: uppercase;
    font-size: 12px;
    border: 3px solid var(--quist-dk-gold);
}

.tribe-events .tribe-events-c-search__button {
    background-color: transparent;
    color: var(--quist-dk-blue);
    text-transform: uppercase;
    font-size: 12px;
    border: 3px solid var(--quist-dk-gold);
}

.tribe-events .tribe-events-c-search__button:focus, .tribe-events .tribe-events-c-search__button:hover {
    background-color: var(--quist-dk-gold);
    color: var(--quist-dk-blue);
	border: 3px solid var(--quist-dk-gold);
}

h3.tribe-events-calendar-month__calendar-event-tooltip-title.tribe-common-h7 a {
    color: var(--quist-dk-blue);
}

.tribe-events-calendar-month__calendar-event-tooltip-description.tribe-common-b3 p {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: var(--quist-dk-blue);
}

.tribe-events .tribe-events-calendar-month__day-cell {
    background: #fff;
}

.tribe-events .tribe-events-calendar-month__calendar-event-title-link:visited, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link:visited {
	color: var(--quist-dk-blue) !important;
}

h3.tribe-events-calendar-month__calendar-event-title.tribe-common-h8.tribe-common-h--alt a {
    color: var(--quist-dk-blue) !important;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    line-height: 1;
    font-weight: 500;
}

.tribe-events-calendar-month__calendar-event-datetime {
    font-size: 10px !important;
    font-family: 'Inter', sans-serif;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
    background-color: var(--quist-dk-gold);
}

.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover {
    border-bottom: 1px solid var(--quist-dk-gold);
	border-color: var(--quist-dk-gold);
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
    background-color: var(--quist-lt-blue);
    transition: var(--quist-lt-blue);
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner:hover {
    background-color: var(--quist-vl-blue);
}

h3.tribe-events-calendar-month__multiday-event-bar-title.tribe-common-h8 {
    margin: 0 !important;
    padding: 3px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
    border-color: var(--quist-vl-blue);
    border-style: solid;
    border-width: 0 2px 2px 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week {
    border-left: 2px solid var(--quist-vl-blue);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body {
    border-top: 2px solid var(--quist-vl-blue);
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: var(--quist-dk-gold);
}

.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: var(--quist-dk-gold);
}

/* fixes issue with sizing of dropdown Month selector */
.tribe-events .tribe-events-c-top-bar__datepicker-container .dropdown-menu {
    min-width: auto !important;
    width: auto !important;
}

/* fixes issue where calendar text overlaps dropdown date-picker */
header.tribe-events-header.tribe-events-header--has-event-search {
    z-index: 999;
}

/* Buttons */
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text {
    cursor: pointer;
    font-size: 14px !important;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    font-size: 14px !important;
    font-weight: 700 !important;
    background-color: transparent;
    border: 3px solid var(--quist-dk-gold);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: var(--quist-dk-blue);
    text-transform: uppercase !important;
}

.tribe-common .tribe-common-c-btn-border:hover, .tribe-common a.tribe-common-c-btn-border:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: var(--quist-dk-gold) !important;
    border: 3px solid var(--quist-dk-gold) !important;
    color: var(--quist-dk-blue) !important;
}

/* Single Event Detail Page */
.tribe-events-page-template .tribe-events {
    padding-top: 150px;
}

.single-tribe_events .title {
    display: none;
}

.single-tribe_events main#tribe-events {
    margin-top: 150px;
}

@media(max-width: 1000px) {
	.single-tribe_events main#tribe-events {
		margin-top: 0;
	}
}

.tribe-events-back a {
    color: var(--quist-dk-gold);
    font-family: 'Inter', sans-serif !important;
}

.tribe-events-back a:hover {
    color: var(--quist-dk-gold);
}

.tribe-events-single-event-title {
    font-family: 'Inter',sans-serif;
    font-weight: 700;
    color: var(--quist-dk-blue);
}

.tribe-events-single-event-description.tribe-events-content p {
    color: var(--quist-dk-blue) !important;
    font-size: 18px !important;
    font-family: 'Inter', sans-serif;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    color: var(--quist-dk-blue);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

.tribe-events-event-meta dl {
    margin-top: var(--tec-spacer-1);
    line-height: 1;
    font-size: 14px;
    color: var(--quist-dk-blue);
    font-family: 'Inter', sans-serif;
}

.tribe-events-meta-group a {
    color: var(--quist-dk-gold);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__button, 
.tribe-block__events-link .tribe-events-c-subscribe-dropdown__button {
    width: 225px;
}


/* Custom Section - CTA Banner ------------------------------------------------ */
/* ---------------------------------------------------------------------------- */

/* Image CTA Banner  */
.cta-banner__wrapper {
    padding: 0 !important;
}

.cta-banner__image-bkgnd {
    background: #fff;
    max-width: 1100px;
    margin: -150px auto 40px !important;
    padding: 100px 60px;
}

.cta-banner__image-container {
    min-height: 300px;
}

@media (max-width: 768px) {
	.cta-banner__image-container {
		min-height: 200px;
	}
	.cta-banner__image-bkgnd {
		max-width: 90%;
		padding: 50px 30px;
	}
}

@media (max-width: 480px) {
	.cta-banner__image-container {
		min-height: 200px;
	}
	.cta-banner__image-bkgnd {
		max-width: 80%;
		padding: 50px 30px;
	}
}

/* CTA Banner - NO Image */
.cta-banner-section {
    background: #fff;
	padding: 60px 0;
    margin-top: 50px;
}

.cta-banner-section .cta-banner-button {
    text-align: center;
	margin: 20px 0;
}

.cta-banner-section.narrow {
	padding: 15px 0;
}

.cta-banner-section.narrow .section {
	padding: 0 !important;
}

.cta-banner-section.narrow .wpb_wrapper, .cta-banner-section.narrow h2, .cta-banner-section.narrow h3, .cta-banner-section.narrow h4 {
    margin: 0 !important;
}

.cta-banner-section.narrow.dark {
    background-color: var(--quist-dk-blue) !important;
}

.cta-banner-section.narrow.dark h2, .cta-banner-section.narrow.dark h3, .cta-banner-section.narrow.dark h4, .cta-banner-section.narrow.dark h5,
.cta-banner-section.narrow.dark p, .cta-banner-section.narrow.dark a:not(.qbutton) {
	color: #fff !important;
}

.cta-banner-section.narrow h2, .cta-banner-section.narrow h3, .cta-banner-section.narrow h4, .cta-banner-section.narrow h5 {
    font-size: 20px!important;
}


@media(max-width: 767px) {
	.cta-banner-section .cta-banner-content {
		text-align: center;
	}	
}


/* ---------------------------------------------------------------------------- */
/* Custom System Page Styles -------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
.search-results .post_image, .search-results .post_text .date,
.search-results .post_info {
	display: none !important;
}

.post_text .entry_title a {
    text-decoration: none;
}

.search-results .pagination a, .search-results .pagination li.active span {
    width: 45px;
    color: var(--quist-dk-blue);
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0 !important;
    font-size: 14px;
    border: 2px solid var(--quist-dk-gold);
    text-decoration: none;
    margin: 0 12px 3px;
    border-radius: 3px;
	background: transparent;
}

.search-results .pagination a:hover, .search-results .pagination li.active span {
    color: var(--quist-dk-blue);
    border: 2px solid var(--quist-dk-gold);
	background: var(--quist-dk-gold);
}



/* ---------------------------------------------------------------------------- */
/* Blog Styles ---------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
.blog-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.blog-col-thumb {
    height: 200px;
}

.blog-col-thumb div {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 0 !important;
}

span.blog-col-cat {
    border-radius: 0 4px 4px 0;
    background: #e7a62d;
    padding: 6px 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 12px;
    text-transform: uppercase;
}

.blog-post-col {
    position: relative;
    background: white;
    -webkit-box-shadow: 0px 0px 20px rgb(171 210 232 / 15%);
            box-shadow: 0px 0px 20px rgb(171 210 232 / 15%);
}

.blog-col-content {
    padding: 20px;
}

.blog-col-title p {
    font-size: 15px;
    color: #253342;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.6;
    margin-bottom: 20px !important;
}

.blog-col-excerpt {
    font-size: 14px;
    line-height: 1.85;
}

.blog-col-date, .blog-col-date p {
    margin-bottom: 0 !important;
}

.blog-col-date p {
    color: #7C858E;
    font-size: 14px;
}

.blog-col-excerpt {
    margin-bottom: 20px;
}

.blog-col-content {
    margin-bottom: 0 !important;
}

.blog-post-col {
    margin-bottom: 0 !important;
}

a.link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.blog-post-col:hover .blog-col-thumb>div {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.blog-col-thumb>div {
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.blog-col-thumb {
    overflow: hidden;
}

span.blog-col-cat {
    z-index: 4;
}

@media (max-width: 1000px) {
    .blog-row {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .blog-row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.blog-filter-title p {
    margin-bottom: 8px !important;
	font-size: 14px;
}

select#category-select {
    background: #DFEEF6;
    border: 1px solid #DFEEF6;
    color: #8D969F;
    padding: 15px;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.blog-filter-container {
    max-width: 350px;
    margin: 0 auto;
}

select#category-select {
    outline: none;
    margin-bottom: 0;
    font-size: 14px;
    font-family: 'Arial';
}

.cat-select-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 0 !important;
    position: relative;
}

.blog-filter-container {
    padding-bottom: 90px;
}

.cat-select-wrap:after {
    content: "";
    background-image: url(/wp-content/uploads/2022/11/arrow-down.svg);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
}

.page-numbers i.fa-solid {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
}

.pagination .page-numbers {
    width: 45px;
    color: #253342;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0 !important;
    font-size: 14px;
    border: 2px solid #E7A62D;
    text-decoration: none;
    margin: 0 12px;
    border-radius: 3px;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.page-numbers i.fa-solid {
    margin-bottom: 0;
}

.pagination {
    padding-top: 45px;
}

a.next.page-numbers, a.prev.page-numbers {
    width: auto;
    border: none;
    padding: 0 7px;
    color: #253342;
    margin: 0;
}

.pagination .page-numbers.current {
    background: #E7A62D;
}

@media (max-width: 1000px) {
	.pagination .page-numbers {
		width: 30px;
		height: 30px;
		margin: 0 10px;
	}
}

@media (max-width: 767px) {
	.pagination .page-numbers {
		width: auto;
		height: 20px;
		border: none;
		margin-bottom: 10px !important;
	}

	.pagination {
		flex-wrap: wrap;
	}

	.pagination .page-numbers.current {
		width: 20px;
		height: 20px;
	}
}

.header_top_bottom_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.header-widget.widget_is_search.widget_search.header-right-widget {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-widget.widget_is_search.widget_search.header-right-widget:before {
    content: "";
    display: block;
    position: absolute;
    background: black;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    opacity: 0.7;
}

.header-widget.widget_is_search.widget_search.header-right-widget form.is-search-form {
    width: 100%;
    max-width: 600px;
}

.header-widget.widget_block.widget_media_image.header-right-widget {
    width: 12px;
    -webkit-filter: invert(1);
            filter: invert(1);
}

.header-widget.widget_block.widget_text.header-right-widget a {
    font-size: 11px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
}

.header_top .right .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-widget.widget_block.widget_text.header-right-widget p {
    margin-bottom: 0 !important;
    line-height: 1.5;
    padding-left: 0;
    padding-right: 27px;
}

.header-widget.widget_block.widget_media_image.header-right-widget figure {
    margin-bottom: 0;
    position: relative;
    top: 1px;
}

.header-widget.widget_block.widget_text.header-right-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header_top.clearfix {
    padding-top: 7px !important;
    padding-bottom: 3px !important;
}

.header-widget.widget_is_search.widget_search.header-right-widget.show {
    opacity: 1;
    pointer-events: all;
}

html.noscroll, body.noscroll {margin: 0 !important; height: 100% !important; overflow: hidden !important}

input#is-search-input-7290 {
    background: white;
    border: 1px solid white !important;
    font-family: 'Inter';
    height: 50px;
}

button.is-search-submit span {
    background: #E7A62D!important;
    border: 1px solid #E7A62D;
    width: 50px;
    height: 50px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


.is-form-style button.is-search-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
}

form.is-search-form.is-form-style.is-form-style-3.is-form-id-7290 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.is-form-style.is-form-style-3 label {
    width: calc(100% - 50px)!important;
}

.header_top .left {
    display: none;
}

.header_top .right {
    float: right !important;
}
/* 
.header-widget.widget_block.widget_media_image.header-right-widget {
    pointer-events: none;
} */

.single-blog-row {
    padding-top: 230px;
}

.single-post-share svg {
    height: 17px;
    fill: #E7A62D;
}

.single-blog-author-date p {
    margin-bottom: 25px;
}

.single-blog-title {
    padding-bottom: 25px;
}

.single-post-share {
    padding-bottom: 25px;
}

.single-post-share a {
    display: inline-block;
    margin-right: 15px;
}

.single-blog-left-col {
    width: 65%;
}

.single-blog-right-col {
    width: 23%;
    margin-left: auto;
}

.single-blog-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.subscribe-wrap {
    -webkit-box-shadow: 0px 0px 20px #ABD2E826;
            box-shadow: 0px 0px 20px #ABD2E826;
    background: white;
    padding: 30px 10px;
    border-top: 4px solid #E7A62D;
}

.single-blog-post-thumb img {
    padding-bottom: 50px;
}

.single-blog-categories p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px !important;
}

.single-blog-categories {
    padding-top: 60px;
}

span.list-tags {
    text-decoration: underline;
    display: inline-block;
    margin-right: 5px;
}

span.list-tags:after {
    content: ",";
    text-decoration: none;
}

span.list-tags:last-child:after {
    content: "";
}

.single-blog-tags {
    padding: 40px 0;
    border-top: 1px solid #ABD2E8;
    border-bottom: 1px solid #ABD2E8;
    margin-bottom: 40px;
}

.single-blog-content {
    padding-bottom: 50px;
}

.author-wrap {
    background: white;
    padding: 35px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-box-shadow: 0px 0px 20px #ABD2E826;box-shadow: 0px 0px 20px #ABD2E826;
}

.author-img {
    width: 175px;
}

.author-img img {
	border-radius: 50%;
}

.author-name-info {
    width: calc(100% - 175px - 40px);
    margin-left: auto;
}

.author-name-info h5 {
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: bold;
}

.author-profile {
    padding-bottom: 100px;
}

section.single-blog-post-bottom {
    background: white !important;
    position: relative;
    padding: 80px 0;
}

section.single-blog-post-bottom div {
    background: transparent !important;
}

.blog-bottom-row {
    display: flex;
    align-items: center;
}

.blog-bottom-left {
    width: 65%;
}

.blog-bottom-right {
    width: auto;
    margin-left: auto;
}

.blog-bottom-left h2 {
    padding-bottom: 30px;
}

.blog-bottom-left p {
    margin-bottom: 20px;
}

.blog-bottom-left p:last-child {
    margin-bottom: 0;
}

.single-blog-left-col h2, .single-blog-left-col h3, .single-blog-left-col ul {
    padding-bottom: 15px;
}

.single-blog-left-col ul, .single-blog-left-col ol {
    margin-left: 20px;
    list-style-position: outside;
}

.single-blog-left-col ul li, .single-blog-left-col ol li {
    padding-left: 10px;
}

.single-blog-left-col li {
    padding-bottom: 10px;
}

.subscribe-wrap input[type="submit"] {
    cursor: pointer;
    transition: all 300ms ease;
}

.subscribe-wrap input[type="submit"]:hover {
    background: #abd2e8;
    border: 2px solid #abd2e8;
}

@media (max-width: 1000px) {
	.single-blog-left-col {
		width: 100%;
	}

	.single-blog-right-col {
		width: 100%;
	}

	.single-blog-row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.single-blog-categories .blog-filter-container {
		max-width: 100%;
	}
	
	.single-blog-row {
		padding-top: 60px;
	}
	
	.author-profile {
		padding-bottom: 50px;
	}

	.single-blog-categories {
		padding-top: 30px;
	}

	.single-blog-categories p {
		margin-bottom: 10px !important;
	}
	
	.single-blog-tags {
		padding: 20px 0;
	}

	.author-img {
		width: 100px;
	}

	.author-name-info {
		width: calc(100% - 100px - 20px);
	}
	
	.author-wrap {
		padding: 30px 20px;
	}

	.blog-bottom-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}

	.blog-bottom-left {
		width: 100%;
		text-align: center;
	}

	.blog-bottom-right {
		width: 100%;
		text-align: center;
	}

	.blog-bottom-left h2 {
		padding-bottom: 10px;
	}

	.blog-bottom-right {
		padding-top: 20px;
	}

	section.single-blog-post-bottom {
		padding: 50px 0;
	}

}

@media (max-width: 540px) {
	.author-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}

	.author-img {
		padding-bottom: 20px;
	}

	.author-name-info {
		width: 100%;
		text-align: center;
	}

	.author-name-info h5 {
		padding-bottom: 5px;
	}

	.author-name-info p:last-child {
		margin-bottom: 0;
	}

	.author-wrap {
		padding: 20px;
	}
}

@media (max-width: 1000px) {
	.page-id-7278 .title, .page-id-7278 .title.has_background {
		min-height: 400px;
	}
	
	.title.title_size_large h1 {
		padding-bottom: 15px;
	}
}




/* Form Styles ---------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
.form-holder {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 20px #abd2e826;
    border-top: 4px solid var(--quist-dk-gold);
    margin-top: -175px;
    min-height: 400px;
}

.form-holder.no-neg-marg {
    margin-top: 0;
}

form label {
    font-size: 14px;
}

input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
	background-color: #DFEEF6;
	font-size: 17px;
}






/* Footer Styles -------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */

.footer-social-icons li, .footer-social-icons li a, .footer-social-icons svg {
    font-size: 23px;
    color: var(--quist-dk-gold) !important;
}

.footer-social-icons li a:hover, .footer-social-icons svg:hover {
    color: var(--quist-lt-gold) !important;
}

.footer_bottom div {
    max-width: 800px;
    margin: 0 auto;
	padding: 10px;
}

.footer_bottom p {
    line-height: 1.2;
}

@media(max-width:600px) {
	.column2.footer_col2 {
		margin-bottom: 0 !important;
	}
	.column3.footer_col3 p:first-child {
		display: none;
	}
}




