/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.container { max-width: 90% !important; }

@import url("https://use.typekit.net/fcy1rgd.css");


.fgotham { font-family: "gotham", sans-serif !important; font-style: normal !important; }
.menu-link { font-family: "gotham", sans-serif !important; font-weight: 300 !important; font-size: 13px; padding: 75px 50px 0; }

.fcblack { color: black !important; } .fcwhite { color: white !important; } .fcgreen { color: #00bbb4 !important; } .fcpurple { color: #4a07cf !important; }

.fs90 { font-size: 90px !important; } .fs75 { font-size: 75px !important; } .fs72 { font-size: 72px !important; } .fs66 { font-size: 66px !important; } .fs60 { font-size: 60px !important; } .fs51 { font-size: 51px !important; }  .fs45 { font-size: 45px !important; }  .fs42 { font-size: 42px !important; } .fs36 { font-size: 36px !important; } .fs30 { font-size: 30px !important; } .fs27 { font-size: 27px !important; } .fs24 { font-size: 24px !important; } .fs21 { font-size: 21px !important; } .fs18 { font-size: 18px !important; } .fs16 { font-size: 16px !important; } .fs15 { font-size: 15px !important; } .fs12 { font-size: 12px !important; } 

.fw300 { font-weight: 300 !important; } .fw400 { font-weight: 400 !important; } .fw500 { font-weight: 500 !important; } .fw700 { font-weight: 700 !important; } .fw800 { font-weight: 800 !important; }

input, textarea {font-family: "gotham", sans-serif !important; font-style: normal !important; border-radius: 0 !important; border-top: none !important; border-right: none !important; border-left: none !important; }

.lh100 { line-height: 100% !important; }
.lh110 { line-height: 110% !important; }
.lh120 { line-height: 120% !important; }
.lh150 { line-height: 150% !important; }

.w10 { width: 10% !important; }
.w18 { width: 18% !important; }
.w25 { width: 25% !important; }
.w33 { width: 33.33% !important; }
.w50 { width: 50% !important; }
.w40 { width: 40% !important; }

.numtop { text-align: right !important; }
.numbottom { display: flex !important; flex-flow: column-reverse !important; align-items: flex-end !important; }

.marg0 { margin: 0 !important; }
.padd0 { padding: 0 !important; }

.secpadd0 { padding: 0 !important; }
.secpadd5 { padding: 5% !important; }

.dview { display: block !important; }
.mview { display: none !important; }

@media (max-width: 1600px){
	
	.w33 { width: 50% !important; }
	
}

@media (max-width: 996px){
	
	.fs60 { font-size: 54px !important; }
	.fs51 { font-size: 45px !important; }
	.fs45 { font-size: 42px !important; }
	.fs21 { font-size: 18px !important; }
	
	.w50 { width: 100% !important; }
	.w33 { width: 100% !important; }
	.w25 { width: 50% !important; }
	
	.dview { display: none !important; }
    .mview { display: block !important; }
	
}

@media (max-width: 767px){
	
	.fs60 { font-size: 48px !important; }
	.fs51 { font-size: 42px !important; }
	.fs45 { font-size: 36px !important; }
	.fs18 { font-size: 16px !important; }
	
	.allcenter { text-align: center !important; padding: 5% !important; justify-content: center; }
	
}

@media (max-width: 480px){
	
	.fs60 { font-size: 42px !important; }
	.fs51 { font-size: 39px !important; }
	.fs45 { font-size: 30px !important; }
	.fs21 { font-size: 16px !important; }
	.fs18 { font-size: 15px !important; }
	
	.w25 { width: 100% !important; }
	.fwrap { flex-wrap: wrap !important; }
	.padb5m {padding-bottom: 5% !important; }
	
}