/******************** WELCOME SECTION *********************/                                                                                                                                                                                 
#WelcomeSection {                                                                                                                                                                       
	width: 100%;
	height: 100vh; 
	position: relative;  
}

/* layout */
#WelcomeSection .layout {
    position: absolute;
    top: 0px;
    left: 0px;
}   

/* image */
#WelcomeSection #WelcomeImage { 
    z-index: 1;
    background-image: url("../../Assets/Video/welcome_v2.gif");
}

/* overlay */
#WelcomeSection #WelcomeOverlay { 
	z-index: 2;
	opacity: 0.9; 
	background-color: rgb(50,50,50);
}  

/* content */
#WelcomeSection #WelcomeContent {
	width: 700px; 
    height: auto;
    top: calc(50% - 195px);  
    left: 290px;
    z-index: 3;
    text-align: left; 
}

/* h1 */
#WelcomeSection #WelcomeContent h1 {
	word-spacing: 5px;
	line-height: 1.1; 
    font-size: 45px;
    font-weight: 900;
    color: #e4d890; 
}  

#WelcomeSection #WelcomeContent h1 span.white {
    color: white;
} 

/* p */
#WelcomeSection #WelcomeContent p {
    margin-top: 35px;
    padding-top: 35px;
	position: relative;
	left: 3px; 
    word-spacing: 1px; 
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
    color: white;
	border-top: 1px solid rgba(255,255,255,0.2);
} 

/* a */
#WelcomeSection #WelcomeContent a {
	display: inline-block;
	width: 250px;
	height: 50px;
	margin-top: 70px;
	padding-top: 15px; 
	cursor: pointer;
	background-color: #e4d890;
	text-align: center;
	word-spacing: 1px;
	font-size: 15px;
	font-weight: 900;
	border: 1px solid #e4d890;
	border-radius: 25px;
	color: black; 
	transition: 1s;
}

#WelcomeSection #WelcomeContent a.two {
	margin-left: 30px;
	background-color: transparent;
	border: 1px solid white;
	color: white;
}

#WelcomeSection #WelcomeContent a:hover {
	opacity: 0.2;
}





 


/******************** MISSION SECTION *********************/                                         
#MissionSection {                  
     width: calc(100% - 100px);
     height: 700px;  
     margin-top: 52px; 
     position: relative;
}

/* col */
#MissionSection .col {
     width: 50%;
     height: 100%;
     position: absolute;
     top: 0px;
}

/* col - stats */
#MissionSection .col.stats {
	right: 0px;
    text-align: left;
}

/* col - stats - inner */
#MissionSection .col.stats .statsinner {
    width: 500px;
    height: auto;
    position: absolute;
    top: calc(50% - 240px);      
    left: calc(50% - 225px);  
}

/* col - stats - inner - h2 */
#MissionSection .col.stats .statsinner h2 {
	opacity: 0.3;
	font-size: 8px;
	font-weight: 300;
	color: black;
}

#MissionSection .col.stats .statsinner h2 strong {
	padding-left: 10px;
	font-weight: bold; 
}

/* col - stats - inner - h1 */
#MissionSection .col.stats .statsinner h1 {
	margin-top: 15px;
	word-spacing: 10px;
	line-height: 1;
	font-size: 50px;
	font-weight: 900;
	color: black;
}

#MissionSection .col.stats .statsinner h1 span {
	color: #e4d890;
}

/* col - stats - inner - p */
#MissionSection .col.stats .statsinner p {
	margin-top: 40px;
	line-height: 1.5;
    font-size: 15px;
    font-weight: 400;  
}

#MissionSection .col.stats .statsinner p.two {
    margin-top: 20px;
}

/* col - stats - inner - divider */
#MissionSection .col.stats .statsinner .statdivider {
    width: 100%;
    height: 1px;
    margin: 50px auto; 
    border-bottom: 1px solid rgba(0,0,0,0.1); 
}

/* col - stats - inner - statcol */
#MissionSection .col.stats .statsinner .innercol {
	display: inline-block; 
	width: 50%;
	height: auto;  
	float: left;
	vertical-align: top;   
}    

/* col - stats - inner - statcol - h3 */
#MissionSection .col.stats .statsinner .innercol h3 { 
	line-height: 1;    
	font-size: 30px; 
	font-weight: 300; 	
	color: #e4d890;
}   

#MissionSection .col.stats .statsinner .innercol h3 span {
    font-weight: 900;
}

/* col - stats - inner - statcol - h4 */
#MissionSection .col.stats .statsinner .innercol h4 {
	margin-top: 15px;  
	word-spacing: 2px;
	font-size: 10px; 
	font-weight: bold;
	color: black; 
}

/* col - stats - inner - clear float */
#MissionSection .col.stats .statsinner .statclearfloat {
	width: 100%;
	height: 1px;
	clear: both;
}

/* col - img */
#MissionSection .col.image {
	left: 0px;
}

#MissionSection .col.image .img {
    background-image: url("../../Assets/Images/mission_bg.png"); 
	background-position-x: 100%; 
	background-size: contain;
} 








/******************** PARTNER SECTION *********************/     
#PartnerSection {                              
    width: 100%;
    height: auto;
    margin: 180px auto 200px;
}

/* header */
#PartnerSection #PartnerHeader {
    width: 500px;
    text-align: center;
}

#PartnerSection #PartnerHeader h1 {
	word-spacing: 10px;
	line-height: 1;
	font-size: 40px;
	font-weight: 900;
	color: black; 
}

#PartnerSection #PartnerHeader h1 span {
	color: #e4d890;	
}

#PartnerSection #PartnerHeader p {
	margin-top: 20px;
	padding-top: 22px;
	line-height: 1.5;
    font-size: 15px;
    font-weight: 400;  
    border-top: 1px solid rgba(0,0,0,0.1); 
}

/* carousel */
#PartnerSection #PartnerCarOuter {
    width: 100%;
    height: 150px;
    position: relative;
    margin-top: 100px;
}

#PartnerSection #PartnerCarInner {
    width: 5250px;
    height: 150px;
    padding-left: 200px;
    transition: 300ms; 
}

/* carousel img */
#PartnerSection #PartnerCarInner img {
    display: inline-block;
    width: 200px;
    height: 150px;
    margin-left: 50px;
    padding: 20px;
    float: left;
    opacity: 0.5;
    object-fit: contain;
    border: 1px solid rgb(210,210,210);
    border-radius: 20px;
    filter: grayscale(100%);
    transition: 1.5s; 
}

#PartnerSection #PartnerCarInner img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* carousel controls opacity layer */
#PartnerSection .partnercarcontrol {
    width: 200px;
    height: 150px;
    position: absolute;
    top: 0px;
    z-index: 99;
    cursor: pointer; 
}

#PartnerSection .partnercarcontrol.left {
    left: 0px;
    background: linear-gradient(to right, white, white, rgba(255,255,255,0));
}

#PartnerSection .partnercarcontrol.right {
    right: 0px;
    background: linear-gradient(to left, white, white, rgba(255,255,255,0));
}

/* carousel controls icon */
#PartnerSection .partnercarcontrol img {
    display: block;
    width: auto;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    transition: 1s;   
}

#PartnerSection .partnercarcontrol.left img {
    left: 50px;
}

#PartnerSection .partnercarcontrol.right img {
    right: 50px;
}

#PartnerSection .partnercarcontrol:hover img {
    opacity: 0.3;
}

 






/******************** PROGRAM SECTION ********************/  
#ProgramSection {                                                                                     
	width: calc(100% - 100px);
    height: 600px;	 
}  

/* col */
#ProgramSection .col {
    display: inline-block;
    width: calc(50% - 100px);
    height: 100%;
    position: relative;
    float: left;    
	overflow: hidden;
    cursor: pointer;  
    transition: 1s;
}

#ProgramSection .col.one {
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
}

#ProgramSection .col.two {
	width: 200px;
	cursor: auto;
} 

#ProgramSection .col.three {
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
}

#ProgramSection .col:not(.two):hover {
   opacity: 0.3;
} 
 
/* col - img */
#ProgramSection .col .img {
	height: calc(100% + 300px);
    position: absolute;
    bottom: 0px;
    left: 0px;
	z-index: 9;
} 
    
#ProgramSection .col.one .img { background-image: url("../../Assets/Images/Programs/1.jpg"); }
#ProgramSection .col.three .img { background-image: url("../../Assets/Images/Programs/3.jpg"); }

/* col - overlay */
#ProgramSection .col .overlay { 
   padding-top: 200px; 
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 99;   
   background-color: rgba(0,0,0,0.9); 
   text-align: center;
}

#ProgramSection .col.two .overlay {
   padding-top: 0px;
   background-color: white; 
}

/* col - overlay - header */
#ProgramSection #Header {
	width: 600px;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 300px);
	word-spacing: 10px;
    font-size: 35px;
	font-weight: 900;
	color: #e4d890;
	transform: rotate(90deg);  
}

#ProgramSection #Header span {
	color: black;
}

/* col - overlay - h3 */
#ProgramSection .col .overlay h3 {
	opacity: 0.4;
	font-size: 8px;
	font-weight: 300;
	color: white;
}

#ProgramSection .col .overlay h3 span {
	padding-left: 10px;
	font-weight: bold;
}

/* col - overlay - h1 */
#ProgramSection .col .overlay h1 {
	margin-top: 40px;
	word-spacing: 10px;
    font-size: 35px; 
    font-weight: 900;
    color: #e4d890;
}

#ProgramSection .col .overlay h1 br {
	display: none;
}

/* col - overlay - btn */
#ProgramSection .col .overlay p {
   width: 170px;
   height: 40px;
   margin-top: 45px; 
   padding-top: 11.5px;
   text-align: center;
   word-spacing: 5px;
   font-size: 12px;
   font-weight: bold;
   border: 1px solid rgba(255,255,255,0.3); 
   color: white;
}

#ProgramSection .col.one .overlay p {
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

#ProgramSection .col.three .overlay p {
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}






   
   
/******************** PROGRAM MODAL *********************/                                     
#FSModal {                                
    display: none;                
	width: 100%;
	height: 100vh; 
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px; 
    z-index: 999999999;    
	opacity: 0;
    overflow: scroll;  
    -webkit-overflow-scrolling: touch; 
    -ms-overflow-style: none;
    background-color: white;    
	transform: scale(0.95);   
	transition: 500ms;   	
} 

#FSModal::-webkit-scrollbar { 
    display: none; 
}  

/* inner */
#FSModalInner {
	width: 100%; 
	height: 100vh;  
}

/* col */  
#FSModal .col {
	display: inline-block;
	width: 50%;
	height: 100%;     
	position: relative;
	float: left;  	    
}

/* img overlay */
#FSModal .col.one #FSModalOverlay { 
    background-color: rgba(228,216,144,0.95);
}    

/* close */
#FSModal .col.one #FSModalOverlay #FSModalClose { 
    width: 60px;
    height: 60px;
    padding-top: 20px; 
    position: absolute;
    top: 30px;
    left: 30px; 
    cursor: pointer;
    background-color: white;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: black;
    border: 1px solid white;   
    border-radius: 100%; 
    transition: 500ms;
}

#FSModal .col.one #FSModalOverlay #FSModalClose:hover {
    color: white; 
    background-color: transparent;
} 

/* prod cont */
#FSModal .col.two .prodcont {
    width: 400px;
    position: absolute;
    left: calc(50% - 200px); 
    text-align: left; 
    padding-left: 30px;
    border-left: 1px solid rgb(200,200,200);
}    

/* header */
#FSModal .col.two p .header {
    font-size: 30px;
    font-weight: bold;
    line-height: 0.8;
    color: #e4d890; 
}

/* overview */
#FSModal .col.two p span.overview { 
    font-size: 13px;  
    color: black;
	font-weight: 400; 
}








/******************** FEATURED CAROUSEL *********************/                                            
.hcorp-featured-carousel {                                                 
    width: calc(100% - 100px);
    height: auto;
    position: relative; 
}

/* car - header */
.hcorp-featured-carousel .hfc-header {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.2);
} 

/* car - header - h2 */
.hcorp-featured-carousel .hfc-header h2 {
	opacity: 0.3;
	font-size: 8px;
	font-weight: 300;
	color: black;
}

.hcorp-featured-carousel .hfc-header h2 span {
	padding-left: 10px;
	font-weight: bold; 
}

/* car - header - h1 */
.hcorp-featured-carousel .hfc-header h1 {
	margin-top: 15px;
	word-spacing: 10px;
	line-height: 1;
	font-size: 40px;
	font-weight: 900;
	color: black;
}

.hcorp-featured-carousel .hfc-header h1 span {
	color: #e4d890;
}

.hcorp-featured-carousel .hfc-header h1 br {
	display: none;
}

/* car - header - controls */
.hcorp-featured-carousel .hfc-controls {
    width: 210px;
    height: 44px;
    position: absolute;
    bottom: 25px; 
    right: 0px;
    background-color: black;
    border-radius: 22px;
}

/* car - header - controls - img */
.hcorp-featured-carousel .hfc-controls img {
    width: auto;
    height: 40px;
    position: absolute;
    top: 2px;
    cursor: pointer;
    color: black;
    transition: 1s;  
}

.hcorp-featured-carousel .hfc-controls img:hover {
    opacity: 0.5;
}

.hcorp-featured-carousel .hfc-controls img.hfc-controls-left {
    left: 12px;
    transform: rotate(90deg);
}

.hcorp-featured-carousel .hfc-controls img.hfc-controls-right {
    right: 12px;
    transform: rotate(-90deg);
}

/* car - header - controls - text */
.hcorp-featured-carousel .hfc-controls p {
    width: 100%;
    height: 100%;
    padding-top: 13.5px;
    text-align: center;
    word-spacing: 8px;
    font-size: 14px; 
    font-weight: bold;
    color: white;
}

.hcorp-featured-carousel .hfc-controls p span.line {
    position: relative;
    top: 1px;
    opacity: 0.5;
    font-weight: 100; 
}

.hcorp-featured-carousel .hfc-controls p span.current-num {
    opacity: 0;
    transition: 500ms; 
}

.hcorp-featured-carousel .hfc-controls p span.current-num.active {
    opacity: 1;
}

/* car - outer */
.hcorp-featured-carousel .hfc-car-outer {
    width: 100%;
    height: auto;
    margin-top: 30px;  
}

/* car - inner */
.hcorp-featured-carousel .hfc-car-inner {
	width: auto;
    height: auto;
    transition: 300ms;  
}

/* car - clear float */ 
.hcorp-featured-carousel .hfc-car-clearfloat {
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
}
 







/******************** EVENTS SECTION *********************/   
#EventsSection .event {   
	display: inline-block;
	width: 33.333333vw;
	height: auto;
	margin-right: 50px;
	padding: 50px;
	position: relative;
	float: left;
	border-radius: 25px;
	box-shadow: 0 3px 10px 6px rgba(40,41,44,.07); 
} 

#EventsSection .event.past {
	opacity: 0.5 !important;
	pointer-events: none !important;  
}

/* event - h1 */
#EventsSection .event h1 {
	padding: 5px 0 5px 22px;
    word-spacing: 5px;
    line-height: 1;
    font-size: 22.5px;
    font-weight: 900;
    border-left: 10px solid #e4d890;
    color: black; 
}

/* event - info */
#EventsSection .event .event-info {
	width: 100%;
	height: 50px;
	margin-top: 10px;
	padding-left: 10px;
	border: 1px solid rgb(0,0,0,0.1);
	border-radius: 25px; 
}

#EventsSection .event .event-info.first {
	margin-top: 50px;
}

/* event - info - icon */
#EventsSection .event .event-info .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	top: 9.5px;
	background-color: #e4d890;
	border-radius: 100%; 
}

#EventsSection .event .event-info img {
	display: block;
	width: 14px;
	height: 14px;
	position: relative;
	top: 8px;
	object-fit: contain;
}

/* event - info - text */
#EventsSection .event .event-info p {
	display: inline-block;
	padding-left: 30px; 
	font-size: 13px;
	font-weight: 400;
	color: rgb(175,175,175); 
}

/* event - btns */
#EventsSection .event .btns {
	width: 100%;
	height: 30px;
	margin-top: 50px; 
}

#EventsSection .event .btns h4 {
	display: inline-block;
	width: calc(33.333333% - 8px);
	height: 100%;
	margin-right: 12px;
	padding-top: 9px;
	float: left;
	background-color: #e4d890;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	border-radius: 15px;
	color: black;
	transition: 1s; 
}

#EventsSection .event .btns h4.last {
	margin-right: 0px !important; 
	background-color: black !important;
	color: white !important;
}

#EventsSection .event .btns h4:hover {
	opacity: 0.3;
}     








/******************** TEAM SECTION ********************/           
#TeamSection {                
    width: calc(100% - 100px);
	height: 600px; 
	margin: 200px auto 200px;
	position: relative;
}

/* header col */
#TeamSection #Header {
	width: 50%;
	height: 600px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #e4d890;
	text-align: center;
}

/* header col - h1 */
#TeamSection #Header h1 {
	margin-top: 160px;
	word-spacing: 10px;
	font-size: 40px;
	font-weight: 900;
	color: black;
}

#TeamSection #Header h1 span {
	color: white;
}

/* header col - divider */
#TeamSection #Header .divider {
	width: 500px;
	height: 1px;
	margin: 25px auto 30px;
	background-color: rgba(0,0,0,0.1);
}

/* header col - p */
#TeamSection #Header p {
	width: 450px;
	line-height: 1.5;
	font-size: 15px;
	font-weight: 400;
	color: black;
}

/* header col - controls */
#TeamSection #Header .controls {
	width: 350px; 
	height: 25px;
	margin-top: 60px;
}

#TeamSection #Header .controls .control {
    display: inline-block;
	width: 25px;
    height: 25px;
	margin: 0px 10px;
	cursor: pointer;
	border: 1px solid white;
	border-radius: 100%;
	transition: 1s;    	
}

#TeamSection #Header .controls .control:hover,
#TeamSection #Header .controls .control.active {
	background-color: white; 
}

/* team rows */
#TeamSection .row {
	width: 50%;
	height: 600px;
	position: absolute;
	top: 0px;
	right: 0px; 
	opacity: 0;
	pointer-events: none;
	transition: 1s; 
}

#TeamSection .row.active {
	z-index: 9; 
	opacity: 1;
	pointer-events: auto;
} 

/* team rows - col */
#TeamSection .row .col {
	display: inline-block;
	width: 50%;
	height: 100%;  
	float: left;
	text-align: center;	
	border-right: 1px solid #e4d890;
}

/* team rows - headshot */
#TeamSection .row .col .img {
	width: 200px;
	height: 200px;
	margin-top: 130px;
	position: relative;
	background-color: rgb(235,235,235);
	border-radius: 100%;
}

#TeamSection .row .col .img img {
	position: absolute;
}

#TeamSection .row .col .img img.headshot {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	object-fit: cover;
	border-radius: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* team rows - headshot icon */
#TeamSection .row .col .img img.link {
	width: 35px;
	height: 35px;
	padding: 2px; 
	bottom: -17.5px;
	left: calc(50% - 17.5px);
	cursor: pointer;
	background-color: #e4d890; 
	border-radius: 100%;
	transition: 1s;
}

#TeamSection .row .col .img img.link:hover {
	opacity: 0.2;  
}

/* team rows - h1 */
#TeamSection .row .col h1 {
	margin-top: 70px; 
	font-size: 22.5px;
	font-weight: 900;
	color: black;
}

/* team rows - p */
#TeamSection .row .col p {
	margin-top: 5px;
	font-size: 15px;
	font-weight: 300;
	color: black;
}



    




/******************** TEAM MODAL *********************/                                     
#TMModal {                                       
    display: none;                
	width: 100%;
	height: 100vh; 
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px; 
    z-index: 999999999;    
	opacity: 0;
    overflow: scroll;  
    -webkit-overflow-scrolling: touch; 
    -ms-overflow-style: none;
    background-color: white;    
	transform: scale(0.95);   
	transition: 500ms;   	
} 

#TMModal::-webkit-scrollbar { 
    display: none; 
}  

/* inner */
#TMModalInner {
	width: 100%; 
	height: 100vh;  
}

/* col */  
#TMModal .col {
	display: inline-block;
	width: 70%;
	height: 100%;     
	position: relative;
	float: left;  	    
}

#TMModal .col.one {
	width: 30% !important;
}

/* img overlay */
#TMModal .col.one #TMModalOverlay { 
    background-color: rgba(228,216,144,0.95);
}    

/* close */
#TMModal .col.one #TMModalOverlay #TMModalClose { 
    width: 60px;
    height: 60px;
    padding-top: 20px; 
    position: absolute;
    top: 30px;
    left: 30px; 
    cursor: pointer;
    background-color: white;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: black;
    border: 1px solid white;   
    border-radius: 100%; 
    transition: 500ms;
}

#TMModal .col.one #TMModalOverlay #TMModalClose:hover {
    color: white; 
    background-color: transparent;
} 

/* prod cont */
#TMModal .col.two .prodcont {
    width: 700px;
    padding: 40px;
    padding-right: 0px !important;
    position: absolute;
    left: calc(50% - 350px); 
    text-align: left; 
    border-left: 1px solid rgb(230,230,230);
}    

/* header */
#TMModal .col.two p .header {
    font-size: 30px;
    font-weight: bold;
    line-height: 0.8;
    color: #e4d890; 
}

#TMModal .col.two p .title {
	font-size: 16px;
    font-weight: 300;
    color: #e4d890; 
}

/* overview */
#TMModal .col.two p span.overview { 
    font-size: 14px;  
    color: rgb(150,150,150);
	font-weight: 400; 
}

/* bar */
#TMModal .col.two p span.bar {
	display: block;
	float: left;
	width: 40px;
	height: 15px;
	background-color: rgb(240,240,240); 
}








/******************** ANNOUNCEMENT SECTION *********************/                                
#AnnounceSection {                                   
    width: 100%;
	height: 700px; 
	position: relative;   
}  

/* carousel - el */
#AnnounceSection .asc-el {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px; 
} 

/* carousel - outer */
#AnnounceSection #AnnounceSectionCarousel { 
    overflow: hidden;   
    background-image: url("../../Assets/Video/announce_v2.gif");
}

/* carousel - overlay */ 
#AnnounceSection #AnnounceSectionOverlay {
	background-color: rgba(0,0,0,0.9);
}

/* carousel - slide */ 
#AnnounceSection .asc-slide {
	width: 600px;
	height: auto;
	position: absolute; 
	left: calc(50% - 300px);  
	z-index: 9;
	opacity: 0;
	text-align: center;
	transform: translate(0px, -50px);
	transition: 500ms;
}

#AnnounceSection .asc-slide.active {
	opacity: 1;
	transform: translate(0px, 0px);
}

/* carousel - slide - h2 */ 
#AnnounceSection .asc-slide h2 {
	font-size: 8px;
	font-weight: 300;
	color: rgba(255,255,255,0.5);
}

#AnnounceSection .asc-slide h2 span {
	padding-left: 10px;
	font-weight: bold;
}

/* carousel - slide - h1 */ 
#AnnounceSection .asc-slide h1 { 
	margin-top: 20px;
	word-spacing: 5px;
	line-height: 1;
	font-size: 40px;
	font-weight: 900;
	color: #e4d890;
}

#AnnounceSection .asc-slide h1 span {
	color: white;
}

/* carousel - slide - p */ 
#AnnounceSection .asc-slide p {
	margin-top: 50px;
	padding-top: 55px;
	line-height: 1.5;
	font-size: 15px;
	font-weight: 300;
	border-top: 1px solid rgba(255,255,255,0.2); 
	color: white; 
}

/* carousel - slide - a */ 
#AnnounceSection .asc-slide a {
	font-weight: bold;
	text-decoration: underline;
	text-decoration-color: rgba(255,255,255,0.5); 
	color: white;
}

/* carousel - controls */ 
#AnnounceSection .asc-control {
	height: 40px; 
	position: absolute;   
	top: calc(50% - 20px);  
	z-index: 99;   
    opacity: 0.3;
	cursor: pointer; 
	transition: 500ms;  
}
 
#AnnounceSection .asc-control:hover {
	opacity: 1;
}   

#AnnounceSection #AnnounceSectionLeft { 
	left: 50px;
}

#AnnounceSection #AnnounceSectionRight { 
	right: 50px;
}







