.layout-header {
	padding-top: 120px;
	position: relative;
}
.layout-header > div { z-index: 2; position: relative; }
.layout-header h1, .layout-header h2, .layout-header h3, .layout-header h4, .layout-header h4 { color: #fff; }
.layout-header h1 { font-size: 74px; }
.layout-header h2 { font-size: 52px; }
.layout-header h3 { font-size: 38px; }
.layout-header h4 { font-size: 32px; }
.layout-header h5 { font-size: 24px; }

.layout-header p { font-size: 18px; color: rgba(255,255,255,0.8); font-weight: normal; }
.layout-header a { color: #fff; font-weight: bold; background: #E85554; padding: 15px 30px; }
.layout-header a:hover { background: #f4b843; }


.layout-header svg { position: absolute; bottom: 0; left: 0; fill: #fff; opacity: 0.1; z-index: 1; }
.layout-header svg path { fill: #fff; }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* .layout-section-header svg { position: absolute; bottom: 0; left: 0; fill: #fff; opacity: 0.1; z-index: 1; }
.layout-section-header svg path { fill: #fff; } */
.page-template-page-fullwidth-notitle header {
		position: relative;
    z-index: 2;
    background: transparent !important;
    border: none !important;
}
.page-template-page-fullwidth-notitle .site-content {
		position: relative;
    top: -112px;
    z-index: 1;
}
.site-main.fullwidth.fullwidth-notitle { padding-bottom: 0 !important; }
.page-template-page-fullwidth-notitle #footer {
	top: -112px;
	position: relative;
}
body #header .menu-bar .cart-icon,
body #header .menu-bar .desktop-menu > li > a,
#header .menu-bar .dropdown.menu li a {
    color: #1C1C1C !important;
}
body.use-white-nav #header .menu-bar .desktop-menu>li>a {
    color: white !important;
}
body.use-white-nav #header .menu-bar .cart-icon {
    color: white !important;
}
body.page-template-page-fullwidth-notitle #header.blank-header .menu-bar { border: none !important; }

.fullwidth-notitle { padding-top:0 !important; }

/*.section-header-offset { padding-top: 120px; }*/
.section-is-header h1, .section-is-header h2, .section-is-header h3, .section-is-header h4, .section-is-header h4 { color: #fff; }
.section-is-header h1 { font-size: 70px; }
.section-is-header h2 { font-size: 52px; }
.section-is-header h3 { font-size: 38px; }
.section-is-header h4 { font-size: 32px; }
.section-is-header h5 { font-size: 24px; }

.section-is-header p { font-size: 18px; color: rgba(255,255,255,0.8); font-weight: normal; }

.section-is-header .wp-block-media-text__content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}


.layout-section-header .layout-section { position: relative; }

div.layout-section {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.layout-section-header .inner-wrapper { position: relative; z-index: 2; max-width: 1180px; width: 100%; margin: 0 auto;}

.layout-section-header .cyan svg.fa-fw {
	color: #36c5f3;
/*     font-size: 80px; */
    padding: 20px 10px;
/*     background: #034250; */
    border-radius: 20px;
}

.layout-section-header .pink svg.fa-fw {
	color: #FF61DF;
/*     font-size: 80px; */
    padding: 20px 10px;
/*     background: #5c004b; */
    border-radius: 20px;
}

.wp-block-aab-accordion-item.aagb__accordion_container.panel {
    border: none!important;
    border-bottom: 1px solid #6552A1 !important;
}

.wp-block-aab-accordion-item.aagb__accordion_container.panel h4{
    
    font-family: Montserrat;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
}

.aagb__accordion_icon{
    color: #FFB600 !important;
    font-weight:bold !important;
}

.aagb__accordion_component p{
    font-family: Montserrat !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 28px !important;

}

.months .hover-hide {
    display: none;
}

.months .wp-block-column {
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    position: relative;
    background-color: #F5F5F5;
    border-top: 20px solid #5C004B;
    border-bottom: 20px solid #5C004B;
    border-radius: 20px;
}

.months .wp-block-column::before {
   content: "";
   display: block;
   position: absolute;
   top: -35px;
   border-bottom: 15px solid #5C004B;
   border-left: 15px solid transparent;
   border-right: 15px solid transparent;
}

.months .wp-block-column h3{
    text-align:center;
	padding: 0 20px;
}

.months .wp-block-column h3:first-child{
    position: absolute;
    top: -80px;
    color: #5C004B;
}
.months .wp-block-column:nth-child(odd) h3:first-child {
    color: #034250;
}

.months .wp-block-column:nth-child(odd) {
    
    border-top: 20px solid #034250;
    border-bottom: 20px solid #034250;
}

.months .wp-block-column:nth-child(odd)::before {
   border-bottom: 15px solid #034250;
}

.months .wp-block-column:hover .hover-hide {
    display: block !important;
    height: 100%;
    color: #ffffff;
    background-color: #5C004B;
    margin: 0;
    padding: 15px;
}

.months .wp-block-column:nth-child(odd) .hover-hide {
    background-color: #034250;
}

.months .wp-block-column:hover h3:nth-child(2){
    display:none !important;
}


.no-bottom-margin{
	margin-bottom: 0;
}
.no-top-margin{
	margin-top: 0;
}

footer#footer {
    background-color: #000000;
	color: #ffffff;
}

footer#footer p { 
	font-size: 14px;
}
footer#footer a{
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	line-height: 28px;
}

#footer .menu-wrap {
    text-align: left !important;
    bottom: 50px !important;
    position:relative !important;
    width: 100% !important;
}

footer#footer .frm_description, 
footer#footer .frm_primary_label {
    color: #fff !important;
}

footer#footer .frm_submit button  {
    font-family: "Montserrat", sans-serif !important;
    background: #6552A1 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    padding: 15px 30px !important;
    letter-spacing: 0 !important;
    font-size: 16px !important;
    box-shadow: none !important;
}

.mobile-show{
	display: none;
}

.testimonials button.slick-prev.slick-arrow {
    color: #6552a1;
    border: 3px solid #6552a1;
    border-radius: 50%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 3.25rem;
    height: 3.25rem;
    transition: border-color .3s, color .3s;
    display: flex;
    margin-left: -50px;
}
.testimonials button.slick-next.slick-arrow {
    color: #6552a1;
    border: 3px solid #6552a1;
    border-radius: 50%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 3.25rem;
    height: 3.25rem;
    transition: border-color .3s, color .3s;
    display: flex;
    margin-right: -20px;
}
.testimonials .no-outline figure{
	align-self: center !important;
}

@media (max-width: 782px) {
	.layout-section-header .layout-section{
		padding-top: 80px;
	}
	.footer-main .medium-12.large-4.columns {
		margin: 20px 0 !important;
		height: fit-content !important;
	}
	.mobile-show{
		display: block !important;
	}
	.months{
		display: none !important;
	}
	
	
	.layout-header h1 { font-size: 46px; }
	.layout-header h2 { font-size: 38px; }
	.layout-header h3 { font-size: 32px; }
	.layout-header h4 { font-size: 26px; }
	.layout-header h5 { font-size: 20px; }
	.section-is-header h1 { font-size: 46px; }
	.section-is-header h2 { font-size: 38px; }
	.section-is-header h3 { font-size: 32px; }
	.section-is-header h4 { font-size: 26px; }
	.section-is-header h5 { font-size: 20px; }
	
}


#header { transition: top 0.2s ease-in-out; }
#header.nav-up {
    top: -120px;
}
header#header.stickyheader {
	position: fixed !important;
	width: 100%;
}



/* Mobile bg images - hacky work around without having to rewrite the core */
@media only screen and (max-width: 780px) {
	.layout-section-header.hasMobile {
		position: relative;
	}
	.layout-section-header.hasMobile .layout-section {
		background-image: none !important;
	}
	.layout-section-header.hasMobile .mobile-hero-bg {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
}