.generic_modal{
	padding-top: 20px;
	margin-top: 0px;
}


.generic_modal a{
	transition: all 0.15s 0s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 1;
} .generic_modal a:hover {
		opacity: 0.8;
	}

.generic_section_title{
	padding-bottom: 20px;
	font-weight:500;
}

.generic_section_title1_thick{
	padding-top: 70px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight:500;
}

.generic_section_title1_thin{
	padding-top: 20px;
	margin-top: 0px;
	font-weight:500;
}

.generic_back_btn_wrapper{
	padding-top: 40px;
	padding-bottom: 30px;
}

.generic_footer{
	margin-top: 30px;
}

.generic_modal .slider_prev {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -40px;
    width: 80px;
    height: 80px;
    background-color: #E1DA3F;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    margin: auto;
    z-index: 11;
    cursor: pointer;
    display: none;
}

.generic_modal hr {
    background: none;
    border: none;
    border-top: 1px solid #F0F0F0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.vSpacer{min-height: 45px;}
.vMarginTopSpacer{margin-top: 45px;}
.vMarginBottomSpacer{margin-bottom: 45px;}

div.modal_free_text_repeatable{
	border-top: 0px;
}

.collapsibleContent .modal_collapsible:last-of-type{
	border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 20px;
}

.yt_modal .description>.video_btn>div.bg::before{
	content:"";
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	margin: auto;
	height:80px;
	width:80px;
	background-color:rgba(0,0,0,0.5);
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
}
.yt_modal .description>.video_btn>div.bg::after{
	content:"";
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:5px;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 25px;
	border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 1023px) { 
	.generic_section_title1{
		padding-top: 20px;
		margin-top: 0px;
	}
	
	.generic_section_title1_thick{
		padding-top: 20px;
		margin-top: 0px;
	}
	
	.vSpacer{min-height: 0px;}
	.vMarginTopSpacer{margin-top: 0px;}
	.vMarginBottomSpacer{margin-bottom: 0px;}
	
	.yt_modal .description>.video_btn>div.bg::before{
		height:40px; 
		width:40px;
	}
	.yt_modal .description>.video_btn>div.bg::after{
		left:3px;
		border-width: 7px 0 7px 12px;
	}
	
	.generic_back_btn_wrapper{
		padding-top: 20px;
		padding-bottom: 30px;
	}
}