/******************** WELCOME SECTION *********************/                                                                                                                                        
                                                           
/********* 900px *********/
@media (max-width: 900px) {                                                                                                                                                         
/* content */
#WelcomeSection #WelcomeContent {
    top: calc(50% - 60px); 
}

/* h1 */
#WelcomeSection #WelcomeContent h1 { 
    word-spacing: 0px;
    line-height: 1.4;
    font-size: 40px;
}

#WelcomeSection #WelcomeContent h1 br {
    display: block;
}

/* scroll gif */
#WelcomeSection #WelcomeScroll {
    width: 70px;
    left: calc(50% - 35px);
}
}

 


 

 
   
/******************** RESOURCE SECTION ********************/       
     
/********* 1350px *********/
@media (max-width: 1350px) {                                
#ResourceSection {                                                                                         
    width: calc(100% - 50px);
    padding-bottom: 25px;
}  

/* col */
#ResourceSection .col {
    width: calc(50% - 12.5px);
    margin-top: 25px;
}

#ResourceSection .col:not(.two) {
    margin-right: 25px;
}

/* overlay */
#ResourceSection .col .overlay { 
   width: 330px;
   left: calc(50% - 165px);
}

/* h3 */
#ResourceSection .col .overlay h3 {
    font-size: 7px;
}

/* h1 */
#ResourceSection .col .overlay h1 {
    font-size: 30px; 
}

/* h2 */
#ResourceSection .col .overlay h2 {
   font-size: 14px; 
}

/* btn */
#ResourceSection .col .overlay p {
   width: 130px;
   margin-top: 50px;
   padding: 13px 0px 12px;
   font-size: 11px;
}                                      
}

/********* 900px *********/
@media (max-width: 900px) {       
#ResourceSection {                                                                                         
    width: calc(100% - 20px);
    padding-bottom: 10px;   
}  

/* col */
#ResourceSection .col {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 10px;
    float: none; 
}

#ResourceSection .col:not(.two) {
    margin-right: 0px;
}

/* overlay */
#ResourceSection .col .overlay { 
   width: 300px;
   padding: 80px 0px 80px;
   position: relative;
   left: auto; 
}

/* h3 */
#ResourceSection .col .overlay h3 {
    font-size: 6px;
}

/* h1 */
#ResourceSection .col .overlay h1 {
    font-size: 25px; 
}

/* h2 */
#ResourceSection .col .overlay h2 {
   font-size: 13px; 
}

/* btn */
#ResourceSection .col .overlay p {
   margin-top: 40px;
   font-size: 10px;
}                                        
}
  
 
  




            
/******************** RESOURCE MODAL *********************/             
                                   
/********* max-height *********/
@media (max-height: 700px) and (min-width: 851px) {  
/* inner */     
#FSModalInner {
	height: 700px !important;  
}   
}

@media (max-height: 1200px) and (max-width: 950px) { 
/* inner */      
#FSModalInner {
	height: 1200px !important;    
}   
}  
 
/********* 950px *********/   
@media (max-width: 950px) {       
/* col */  
#FSModal .col { 
	display: block;   
	width: 100% !important;
	float: none;	    
}   

#FSModal .col.one {  
    height: 20%;
}

#FSModal .col.two {
    height: 80%;  
}

/* close */
#FSModal .col.one #FSModalOverlay #FSModalClose {
    width: 50px;
    height: 50px;
    top: 20px;
    left: 20px;
    padding-top: 16px;  
    font-size: 16px; 
} 

/* prod cont */
#FSModal .col.two .prodcont {
    width: 100%;
    top: 20px !important; 
    left: 0px;
    padding-left: 20px;  
    padding-right: 20px;   
}     

/* header */
#FSModal .col.two p .header {
    font-size: 25px; 
}

/* overview & subhead */
#FSModal .col.two p span.subheader,
#FSModal .col.two p span.overview { 
    font-size: 13px;  
}
}







