@font-face {
	font-family: 'OpenSans_semibold';
	src: local("Open Sans Semibold"), local("OpenSans_semibold"), url('../fonts/OpenSans-Semibold.woff2') format('woff2'), url('../fonts/OpenSans-Semibold.woff') format('woff');
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "OpenSans_light";
	font-style: normal;
	src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url('../fonts/OpenSans-Light.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: "OpenSans_regular";
	font-style: normal;
	src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url('../fonts/OpenSans-Regular.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: "OpenSans_bold";
	font-style: normal;
	src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url('../fonts/OpenSans-Bold.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: "TradeGothic_regular";
	font-style: normal;
	src: local("Trade Gothic Regular"), local("TradeGothic-Regular"), url("../fonts/TradeGothic-Regular.woff2") format("woff2"), url('../fonts/TradeGothic-Regular.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: "TradeGothic_bold";
	font-style: normal;
	src: local("Trade Gothic Bold"), local("TradeGothic-Bold"), url("../fonts/TradeGothic-Bold.woff2") format("woff2"), url('../fonts/TradeGothic-Bold.woff') format('woff');
	font-display: swap;
}

body {
	font-family: "Arial", "Helvetica", sans-serif;
	overflow-x: hidden;
}

/* *:focus {
	outline: none;
} */

table {
	margin: 0 0 1.5em;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "TradeGothic_bold";
	margin: 0 0 1rem 0;
	color: #000;
	line-height: 1.1;
}
*:focus{
		outline-offset: 5px!important;
		outline-width: 3px!important;
	}


p {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 18px;
	margin-bottom: 0!important;
	color: #000;
}

main article .entry-header,
main article .entry-content>*:not(.full),
main article .entry-content>.full>* {
	margin: 0 auto;
	max-width: 1200px;
}


header.entry-header {
	display: none;
}

main.site-main {
	float: left;
	width: 100%;
}
.entry-content h2{
	font-family: 'TradeGothic_bold';
	font-size: 48px;
}

/* Mob head start */
.std_width {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

/* Mob head end */

#scrollTop {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: url("/images/up-arrow.png") no-repeat;
	width: 40px;
	height: 40px;
	text-indent: -999em;
	z-index: 99999;
}

.site-footer {
	background: #003B5D;
	padding: 15px 0;
	display: flex;
	width: 100%;
	height: 450px;
	flex-direction: column;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.site-footer .std_width {
	height: auto;
	margin: 20px auto ;
	padding-top: 20px;
}
.site-footer .footer_bottom {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	color: #fff;
	border-top: solid 2px #fff;
	padding-top: 10px;
}
.site-footer p{
color: #fff;
}
.site-footer .footer_bottom a{
color: #fff;
text-decoration: none;
}

.footer_left {
	width: 50%;
	display: flex;
}
.site-footer p.learn-more {
    font-weight: 400;
	margin-top: 0;
}
.site-footer p.learn-more a{
	text-decoration: underline;
}

.footer_right {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	color: #fff;
	text-align: end;
}

.footer_logo {
width: 100%;
display: flex;
margin-left: -15px;
}
.footer_logo a {
	width: 50%;
	height: 120px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	text-indent: -999em;
}

.site_info {
	margin: 0;
	padding: 0;
}

.site_info li {
	list-style: none;
}
.site_info li a{
	color: #fff;
	text-decoration: none;
}

.footer_icons {
	width: 100%;
	float: left;
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
	display: none;
}

.social_icons {
	width: auto;
	display: inline-block;
	margin: 0 auto
}

.social_icons li {
	list-style: none;
	display: inline-block;
	margin: 0 5px;
}

.social_icons li img {
	border-radius: 50%;
}


.menu-footer-menu-container {
	width: 100%;
	display: inline-block;
	text-align: center;
	display: none;
}

#footer_menu {
	margin: 0;
	padding: 0;
}

#footer_menu li {
	list-style: none;
	display: inline-block;
	margin: 5px;
}

#footer_menu li a {
	color: #000;
}

.disclosure {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: -15px;
}

.site-footer .legal-language p{
	font-weight: 400;
}

.breadcrumb {
	max-width: 1200px;
	margin: 0 auto;
}

.breadcrumb_inner {
	width: 100%;
	float: left;
	padding: 10px 0;
}

#status_ins {
	display: none;
}
.fs_wrapper{
	max-width: 100%!important;
	background-color: #EDEBE5;
}
.blue_bkg{
	background-color: #000000;
}
.blue_bkg h2{
	color: #fff;
	font-size: 36px;
}
.black_bkg{
	background: #000000 url("/images/BackgroundHorizontalBorder.png") no-repeat right center;
	background-size: cover;
	color:#fff;
}
.black_bkg h2,
.black_bkg h3,
.black_bkg h4,
.black_bkg p{
	color:#fff;
}
.fs_wrapper div.wp-block-column{
	max-width:1200px;
	margin: 0 auto;
}

.why-section .why-section-boxes img{
	height: 60px;
    width: auto;
}

.pag-section .pag-section-boxes img{
	height: 30px;
	width: auto;
}
/*Black bkg section*/
.black_bkg{
	min-height: 400px;
}
/*end of Black bkg section*/
/*Success Story section*/
.fs_wrapper .black_bkg .ldw_success_story,
.black_bkg .ldw_success_story>div,
.black_bkg .ldw_success_story .student_quotes,
.black_bkg .ldw_success_story .student_quotes ul,
.black_bkg .ldw_success_story .student_quotes li{
	height: 99.4%!important;
}
.student_quotes li{
	display: flex!important;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}
.ldw_success_story .quote_right p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
}
.ldw_success_story .quote_right .author_info{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.student_quotes li .quote_left img {
	width: 100%!important;
    object-position: center 75%;
}
/*end of Success story section*/
/*Non-Success story section*/
.black_bkg.non_success-story>div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	}
	.black_bkg.non_success-story h3{
		font-size: 30px;
		font-family: 'TradeGothic_bold';
	}
	.black_bkg.non_success-story p{
width: 85%;
margin-top: 0;
	}
/*end of Non-Success story section*/
/* Bubbles section*/
 .bubbles_wrapper,
.aos_columns_wrapper{
  padding: 60px 0;
  margin-top: 50px!important;
}
.bubbles_wrapper{
	margin-top: 0!important;
}
.bubbles_wrapper h3,
.aos_columns_wrapper h3{
  font-family: 'TradeGothic_Bold';
  font-size: 40px;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
  }
	.bubbles_wrapper .spot-section-boxes,  
.aos_columns{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px 20px;
}
.bubbles_wrapper .spot-box,
.aos_columns>div{
  padding: 20px;
  border-radius: 25px;
  border: solid 1px #003B5D;
  min-height: 210px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.bubbles_wrapper .spot-box{
	min-height: auto;
}
.bubbles_wrapper .spot-box a,
.aos_columns>div a{
margin-top: auto;
color: #003B5D;
font-size: 18px;
font-weight: bold;
text-decoration: none;
}
.aos_columns>div a::after{
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url("/images/Image.png") no-repeat;
	margin-left: 10px;
	margin-bottom: -3px;
	}
.bubbles_wrapper .spot-box p,
.aos_columns>div p{
font-size: 18px;
}
.bubbles_wrapper .spot-box p,
.aos_columns>div h4{
margin: 0;
color: #000;
}
.bubbles_wrapper .spot-box h4{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 0;
}
.aos_columns>div h4{
font-family: 'TradeGothic_Bold';
font-size: 30px;
}.page-home .first_paragraph{
margin-top: 20px!important;
}
.bubbles_wrapper .spot-section-text h3{
	text-align: left;
}
.bubbles_wrapper .spot-box{
	text-align: center;
}
.bubbles_wrapper .spot-section-boxes{
	margin-top: 50px;
}
/*end of Bubbles section*/
/* iconboxes section*/
.cta_wrapper h3,
.why-section-text h3{
	font-size: 36px;
	font-family: 'TradeGothic_bold';
	color: #000;
}
.cta_wrapper p,
.why-section-text p{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.iconboxes_section{
	min-height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.iconboxes_section:not(:first-child){
	padding: 50px 0;
}
/* .iconboxes_section.sub-hero{
	min-height: 650px;
} */

.iconboxes_section .why-section-boxes {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 50px;
}
.iconboxes_section.boxes-count-3 .why-section-boxes{
	grid-template-columns: repeat(auto-fill, 385px);
}
.iconboxes_section.boxes-count-4 .why-section-boxes{
	grid-template-columns: repeat(auto-fill, 285px);
}
.iconboxes_section .why-section-boxes .why-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px;
}
.why-box h4{
	font-size: 36px;
	font-family: 'TradeGothic_bold';
	color: #003B5D;
}
.why-box p{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.iconboxes_section.sub-hero{
	justify-content: flex-start;
	align-items: center;
	margin-top: 75px!important;
}
/* end of iconboxes section*/
/* CTA section*/
.cta_wrapper .wp-block-column{
	min-height: 420px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.cta_wrapper .cta_link_wrapper a{
	border-radius: 0;
	background-color: #b6a36b;
	color: #000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 50px;
	padding: 17px 70px;
}
.cta_wrapper .cta_link_wrapper a:hover{
	color: #fff;
    background: #857542;
    text-decoration: underline #fff 2px;
    text-underline-offset: 5px;
}
/* end of CTA section*/
/* Accordion section*/
.accordion_item{
	margin: 20px 0;
}
[id^="block-faq-accordion_block_"] h3{
font-size: 36px;
font-family: 'TradeGothic_bold';
}
.accordion_item button.accordion_header{
	font-size: 24px;
	color: #000;
	border-radius: 10px;
  border: solid 1px #003B5D;
  background-color: #E6EBEF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.accordion_item button.accordion_header:after{
	width: 40px;
}
.accordion_item .accordion_body{
	background-color: #fff;
}
/* end of Accordion section*/
/* Thank you page*/
.page-thank-you .header_wrapper{
	display: none!important;
}
.page-thank-you .iconboxes_section .why-section-boxes{
	margin-top: 0;
}
.page-thank-you .black_bkg {
	height: 400px;
	margin-top: 0!important;
}
.page-thank-you .black_bkg .wp-block-columns{
	margin: 0;
	height: auto;
}
.page-thank-you .black_bkg .column_right figure{
	margin: 0;
	height: 100%;
}
.page-thank-you .black_bkg .column_right img{
	height: 100%;
}
.page-thank-you .black_bkg .column_left h3{
font-size: 36px;
font-family: Arial, Helvetica, sans-serif;
margin-bottom: 0;
}
.page-thank-you .black_bkg .column_left p{
margin-top: 0;
padding-bottom: 20px;
}
.page-thank-you .black_bkg .column_left .instagram_icon img,
.page-thank-you .black_bkg .column_left .twitter_icon img{
	margin-bottom: -3px;
}
.page-thank-you .black_bkg .column_left figure{
	display: inline;
	margin-right: 20px;
}
.page-thank-you .black_bkg .wp-block-columns .column_left{
	display: block;
	margin: auto 0!important;
}
.page-thank-you .questions_section{
	padding: 50px 0;
}
.cta_wrapper.questions_section .wp-block-column {	
	min-height: auto;
}
.cta_wrapper.questions_section .wp-container-11 .wp-block-column {	
justify-content: flex-start;
}
.cta_wrapper.questions_section .wp-container-11 .wp-block-column p{	
margin-top: 0;
}

.cta_wrapper.questions_section .wp-block-columns {	
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 60px;
}
.cta_wrapper.questions_section .wp-block-columns a{	
color: #003B5D;
}
.page-thank-you .cta_wrapper .cta_link_wrapper a {
    background-color: #b5a36a;

}
.error404 .top_right .top_btn ,
.page-thank-you .top_right .top_btn {
	display: none;
}
.page-thank-you .blue_bkg>div{
	min-height: 300px;
}
 /*end of Thank you page*/

/* 404 Error template*/
.error404 .header_wrapper {
	display: none!important;
}
.error404 #requestinfo_section {
	display: none!important;
}
.error404 .page-content {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
}
.error404 .page-content>div{
	min-height: 550px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.error404 .page-content h1{
	font-size: 36px;
	font-family: 'TradeGothic_bold';
}
.error404 .page-content h2{
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif ;
	font-weight: bold;
}
.error404 .page-content ul{
margin: 0;
padding-top: 1.2em;
list-style: none;
text-decoration: none;
padding-inline-start: 0;
text-align: center;
}
.error404 .page-content li a{
color: #003B5D;
font-size: 18px;
}

/* end of 404*/

h6#top_place.sticky_btn {
    display: none;
}

/*color changes*/
#pause {
	display: none;
}
.entry-content>:first-child {
	margin-top: 50px!important;
}
.entry-content>:first-child h3{
	font-size: 48px;
}

#requestinfo_section #requestinfo {
    background: #EDEBE5 !important;
    padding: 10px 20px;
}


.bubbles_wrapper .spot-box, .aos_columns>div {
    padding: 20px;
    border-radius: 25px;
    border: solid 1px #857542;
    min-height: 210px;
    background-color: #fff;
    display: flex;
}

.site-footer {
    background: black !important;
    padding: 15px 0;
    display: flex;
    width: 100%;
    height: 450px;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.privacy {
    margin: 0;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    text-align: center;
    color: black !important;
}



.enterpriseform label {
    color: black !important;
    display: block;
    font-weight: 700;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

#requestinfo header {
    font-size: 30px;
    font-family: "TradeGothic_Bold";
    text-align: center;
    padding: 0;
    color: black !important;
}

.spot-box a, .aos_columns>div a {
    margin-top: auto;
    color: #B6A36B;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.aos_program_list-column-left h3 {
    color: #B6A36B !important;
    margin-bottom: 0;
}

.aos_program_list-column-right .program_button {
    border-radius: 25px;
    border: solid 1px #b6a36b !important;
    background: #fff;
    background-size: 50px;
    display: flex;
    padding: 20px;
    min-height: 85px;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.subhero_column_right .pag-section-text h3 {
    text-align: center;
    font-family: 'TradeGothic_Bold';
    color: #b6a36b !important;
    text-align: left;
    font-family: 'TradeGothic_Bold';
    font-size: 28px;
    border-bottom: solid 3px #b6a36b !important;
    margin-bottom: 30px;
    width: fit-content;
}

.subhero_column_right .pag-box .pag-box-text h4 {
    color: #b6a36b !important;
    font-size: 20px;
    font-family: 'TradeGothic_Bold';
    margin-bottom: 0;
    line-height: 1;
}

.bubbles_wrapper .spot-box h4 {
    color: #b6a36b !important;
}

.accordion_item button.accordion_header {
    font-size: 24px;
    color: #000;
    border-radius: 10px;
    border: solid 1px #b6a36b;
    background-color: #edebe5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.why-box h4 {
    font-size: 36px;
    font-family: 'TradeGothic_bold';
    color: #b6a36b !important;
}

.fs_wrapper.black_bkg.connect > div {
    padding: 20px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fs_wrapper.black_bkg.connect .column_icons {
    display: flex;
	gap: 20px;
}
.fs_wrapper.black_bkg.connect h2 ,
.fs_wrapper.black_bkg.connect h3 {
    font-size: 36px;
}
.fs_wrapper.black_bkg.connect .cta_link_wrapper a {
    border-radius: 0;
    background-color: #b6a36b;
    color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 20px 0;
    padding: 10px 20px;
}
.fs_wrapper.black_bkg.connect .cta_link_wrapper a:hover {
	color: #fff;
}
.page-thank-you .cta_wrapper.questions_section {
    background-color: unset;
}
/*end of color changes*/

/* Select field carets */
#AreaOfStudy, #CurriculumID {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M6 8L0 2h12z" fill="%23333"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 8px;
    padding-right: 35px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Firefox specific fix */
#AreaOfStudy::-moz-appearance, #CurriculumID::-moz-appearance {
    appearance: none;
}

/* IE specific fix */
#AreaOfStudy::-ms-expand, #CurriculumID::-ms-expand {
    display: none;
}

@media only screen and (min-width:1000px) {
.ldw_success_story {
		height: 400px;
	}
}

@media only screen and (min-width:768px) and (max-width:1000px) {
	.site-header .main-navigation ul.nav-menu>li>a {
		line-height: 1;
	}

	.custom_logo {
		background-size: contain;
	}

	.site-branding {
		width: 200px;
	}

	.top_right {
		display: none;
	}

}

@media only screen and (min-width:1000px) and (max-width:1200px) {

	main article .entry-header,
	main article .entry-content>*:not(.full),
	main article .entry-content>.full>* {
		max-width: 94%;
		margin: 0 auto;
	}
	.site-footer .footer_bottom {
		width: 100%;
	}
}

@media only screen and (min-width:1000px) {
	.site-header .main-navigation ul.nav-menu>li {
		display: table;
		height: 100px;
	}

	.site-header .main-navigation ul.nav-menu>li>a {
		display: table-cell;
		vertical-align: middle;
		float: none;
		height: auto;
	}

	.site-header .main-navigation {
		width: auto;
	}

}

@media only screen and (max-width:999px) {

	main article .entry-header,
	main article .entry-content>*:not(.full),
	main article .entry-content>.full>* {
		max-width: 92%;
		margin: 0 auto;
	}
	.site-footer .footer_bottom {
		width: 100%;
		flex-direction: column;
		align-items: center;
	}
	.cta_wrapper h3, .why-section-text h3 {
		font-size: 30px;
	}

	/* Mob head End */
	.entry-content h2 {
		font-size: 36px;
	}
	.site-footer {
		height: auto;
		padding: 20px;
		font-size: 14px;
	}
	.site-footer p,
	.site-footer a{

		font-size: 14px;
		text-align: center;
	}
	.footer_left,
	.footer_right {
		width: 100%;
		text-align: center;
		justify-content: center;
	}

	.footer_logo {
		width: 100%;
		display: inline-block;
		text-align: center;
		margin-left: 0;
	}

	.footer_logo a {
		margin: 0;
		float: left;
		background-position: center center;
		margin-bottom: 25px;
		width: 100%;
		background-size: 60%;
		height: 50px;
	}

	.disclosure {
		padding: 0 10px;
	}
	.black_bkg {
		background: #000000;
	}
	.bubbles_wrapper .spot-section-boxes, .aos_columns {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 0 20px;
	}
    .aos_columns_wrapper h3 {
		padding: 0 62px;
		font-size: 30px;
		text-align: center;
	}
	.page-home .why-section-text p{
		margin-top: 45px;
	}
	.bubbles_wrapper h3{
		margin-top: 25px;
		text-align: left;
		font-size: 30px;
	}
	.bubbles_wrapper .spot-section-text, .bubbles_wrapper .spot-box {
		text-align: left;
	}
	
	.cta_wrapper .cta_link_wrapper a {
		padding: 7px 25px;
	}
	.student_quotes li {
		flex-direction: column;
	}
	.student_quotes li .quote_left {
		flex-basis: auto!important;
	}
	.student_quotes li .quote_left img {
		object-position: center 40%;
		width: 100%!important;
		height: 165px!important;

	}
	.student_quotes li .quote_right {
		overflow: unset!important;
		padding: 20px;
	}
	.ldw_success_story .quote_right p {
		margin-top: 0;
		text-align: center;
	}
	.ldw_success_story .quote_right span {
		text-align: center;
	}
	.iconboxes_section .why-section-boxes {
		grid-template-columns: 1fr;
	}
	.iconboxes_section.boxes-count-4 .why-section-boxes {
		grid-template-columns: 1fr;
	}
	.iconboxes_section.boxes-count-3 .why-section-boxes {
		grid-template-columns: 1fr;
	}
	.fs_wrapper {
		padding: 20px;
	}
	.fs_wrapper.black_bkg {
		padding: 0;
	}
	.site-footer .std_width {
		flex-direction: column;
		padding-top: 0;
	}
	.iconboxes_section.sub-hero {
		margin-top: 0!important;
		padding: 10px 0;
	}
	.black_bkg.non_success-story>div {
		padding: 20px 20px 40px;
	}
	.black_bkg.non_success-story h3 {
		text-align: center;
	}
	.black_bkg.non_success-story p {
		text-align: center;
		width: 100%;
	}
	.page-thank-you [id^="block-faq-accordion_block_"] h3 {
		font-size: 24px;
	}
	.page-thank-you [id^="block-faq-accordion_block_"] .accordion_header {
		font-size: 18px;
	}
	.page-thank-you .black_bkg {
		height: auto;
		margin-top: 0!important;
	}
	.page-thank-you .black_bkg .column_right{
		display: none;
	}
	.page-thank-you .black_bkg .wp-block-columns .column_left {
		padding: 0 20px;
		text-align: center;
	}
	.page-thank-you .cta_wrapper.questions_section{
		background-color: transparent;
		padding: 20px;
	}
	.page-thank-you .cta_wrapper.questions_section h3,
	.page-thank-you .cta_wrapper.questions_section a,
	.page-thank-you .cta_wrapper.questions_section p{
text-align: left;
	}
	.page-thank-you .cta_wrapper.questions_section .wp-block-column {
		align-items: flex-start;
		width: 100%;
	}
	.page-thank-you .cta_wrapper.questions_section>.wp-block-column {
margin-top: 20px;
	}
	.page-thank-you .cta_wrapper.questions_section .wp-block-columns {
		grid-template-columns: 1fr ;
		margin-top: 40px;
	}
	.fs_wrapper.black_bkg.connect .cta_link_wrapper a {
		margin: 50px 0;
	}
}


/* Lndin page */
/*
.page-choose-your-success .site-header {
	display: none;
}

.page-choose-your-success .iconboxes_section.sub-hero {
    margin-top: 0 !important;
}
*/