/**
 * Vanilla Styles
 *
 * This second stylesheet is for hotfixes/vanilla CSS.
 * Do not edit the main style.css directly, rather
 * add your changes here if you are not compiling the Sass files.
 */

.default-header .logo-wrap {
	margin-inline-end: 20px;
}

/* .default-header #linkbar .cta-menu {
	margin: 0px !important;
} */

header #header-wrapper .header-inner .default-header #linkbar #menu {
	width: 100%;
}

header #header-wrapper .header-inner .default-header #linkbar #menu .nav-list {
	margin: 0 0 0 auto;
}

#linkbar .current-menu-item a {
	color: #003557 !important;
}

#related_posts .related-header h2 {
	max-width: 100% !important;
	font-size: 50px;
}

#gform_next_button_5_76 {
    max-width: 50px;
    min-width: 50px;
    float: right !important;
    border: 0 !important;
    background-color: transparent;
    box-shadow: none;
    padding: 0 !important;
    margin-bottom: 0;
}

form#gform_5 .gform-page-footer.gform_page_footer.top_label {
    justify-content: right;
}

.gform_required_legend {
    display: none;
}

.gform_button.button {
    transition: ease 0.7s !important;
    color: #FFF6D2 !important;
    background-color: #2559BB !important;
    border: 1px solid #2559BB !important;
}

.gform_button.button:hover {
    color: #003557 !important;
    background-color: #E5BF89 !important;
    border-color: #E5BF89 !important;
}
.gform-theme-field-control.StripeElement--card {
    background-color: transparent;
    border-radius: 0;
}
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
    font-size: 16px !important;
}
label.gfield_label.gform-field-label,
legend.gfield_label {
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large, .gform-theme--foundation .gfield .has_street input {
    font-size: 16px !important;
}
.gform-theme--foundation .ginput_complex input, .gform-theme--foundation .ginput_complex select,
.gform-theme--foundation .gfield textarea.large {
    border: 0 !important;
    border-bottom: 1px solid #003557 !important;
	 font-size: 16px !important;
}

/* Footer */

#footer-top .grid {
	max-width: 1060px !important;
	justify-content: center;
	align-items: center;
}

#related_posts #blog-posts article .post-content .entry-content {
    margin-bottom: 20px;
}

#footer-top .grid .cell:first-child {
	display: block !important;
}

@media (min-width: 768px) {
	 #footer-top .grid .cell:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
	
	#footer-top .grid .cell:last-child .widget {
		padding: 20px 0;
		border-right: 1px solid #000;
		margin-bottom: 0;
    }
	
	#footer-top .grid .cell:last-child .widget:nth-child(2n) {
		border-right: 0;
		padding-left: 10%;
	}
	#footer-top .grid .cell:last-child .widget:nth-child(odd) {
        padding-right: 10%;
    }
	
}

@media (min-width: 992px) {
	#footer-top .grid .cell:last-child .widget:nth-child(odd) {
		padding-right: 50px;
	}
	#footer-top .grid .cell:last-child .widget:nth-child(2n) {
		padding-left: 50px;
	}
	#footer-top ul li {
		margin-bottom: 6px;
	}
}

#footer-top .grid .cell {
    padding: 0;
}

#footer-top .grid .cell img {
	max-width: 224px !important;
	display: table;
	margin-left: -10px;
}

.social-links nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#footer-top .grid .cell .social-links {
    margin-top: 25px;
}

.social-links nav a {
    font-size: 20px;
    text-decoration: none;
    margin-right: 10px;
}

@media (max-width: 767px) {
    #footer-top .grid .cell .widget {
        text-align: center;
    }
	#footer-top .grid .cell:last-child {
		display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-flex: 1 !important;
        flex: 1 0 46% !important;
        justify-content: space-between;
	}
}

@media (max-width: 475px) {
	#footer-top .grid .cell:first-child {
		margin-bottom: 30px;
	}
	#footer-top .grid .cell .widget {
        text-align: left;
    }
}

footer {
    padding-top: 39px !important;
}

footer #credits .footer-left, footer #credits .footer-right {
	font-size: 14px;
    text-align: center;
    width: 100%;
    float: none;
}

footer #credits .footer-left, footer #credits .footer-right {
    text-align: center !important;
    width: 100%;
    float: none;
}

footer #credits {
    display: block !important;
	font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 23px;
    text-transform: uppercase;
}

footer #credits #credit-trigger, footer #credits a {
    color: #003557;
	font-size: 14px;
    text-decoration: none !important;
}

.content a {
	color: #003557;
	text-decoration: underline !important;
	text-underline-offset: 4px;
}

.single article .entry-content .content h2 {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.podcast article section .podcast-content .testimonial, .podcast article section.testimonial, .single-podcast article section .podcast-content .testimonial, .single-podcast article section.testimonial, .single-post article section .podcast-content .testimonial, .single-post article section.testimonial {
	background-color: #f8f9fa;
	margin-bottom: 32px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
	position: relative;
}

@media (min-width: 1200px) {
    .testimonial {
        padding: 115px 0 54px;
    }
	.testimonial::before {
		top: 70px;
		left: calc(50% - 75px);
		width: 150px;
		height: 126px;
	}
	 .events-hero .content {
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: end;
    }
	.events-hero .content h1 {
		width: 100%;
		margin: 0;
	}
	.events-hero .content p {
		margin-bottom: 15px;
		width: 100%;
	}
}
@media (min-width: 768px) {
    .testimonial {
        padding: 90px 0 50px;
    }
	.testimonial::before {
		top: 70px;
		left: calc(50% - 75px);
		width: 150px;
		height: 126px;
	}
}
.testimonial {
    padding: 90px 0 70px;
}

.testimonial::before {
    content: '';
    position: absolute;
    top: 50px;
    left: calc(50% - 48px);
    width: 96px;
    height: 81px;
    background: url(/wp-content/uploads/2026/09/double-quote.png) center center no-repeat;
    background-size: contain;
}

.testimonial .testimonial-citation {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #2559BB;
    letter-spacing: 1px;
    text-transform: uppercase;
}
/*  about page */

@media (min-width: 768px) {
	.grid.grid-12-col .cell.span-4 {
		flex: 0 0 calc(33.3% - 30px);
	}
	.single article .entry-content .content img.alignleft {
		max-width: 50%;
		margin-right: 32px;
		padding-right: 0;
	}
	.single article .entry-content .content img.alignright {
		max-width: 50%;
		margin-left: 32px;
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.h1 span, h1 span {
		font-size: 60px !important;
	}
	section#teams-transformation .cell.span-4 p {
		margin-bottom: 40px !important;
	}
	.section-latest-posts .tribe_events-posts article .entry-image {
		display: block;
	}
}

@media (max-width: 836px) {
	section#home-demands .cell p {
		min-height: 112px;
	}
}

#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice button.change-settings-button {
	display: inline-block;
	padding: 0 !important;
	margin: 0;
	min-width: 0;
	width: auto;
	font-style: normal;
	text-decoration: underline !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
	font-family: "Sorts Mill Goudy",serif;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.39%;
  line-height: unset !important;
  text-align: center;
  display: inline-block;
  padding: 8px 20px 4px 20px !important;
	min-width: 120px;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
	color: #003557 !important;
  background-color: #E5BF89;
  border-color: #E5BF89;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.moove-gdpr-infobar-close-btn {
	height: 40px;
	min-width: 40px;
	padding: 0 !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
	background: transparent;
	border-top: 0;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
	background: #fff;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
	min-width: 0;
}