@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */





    
    .cu{
        height: auto;
        width: 86%;
        margin: 10vh 7%;
        float: left;
        clear: none;
        display: block;
        background-color: white;
        padding: 5%;
        font-size: .8em;
    }
    
    
    
    .cu .stroke{
        margin-left: 0;
    }
    
    
    
    .cu h3{ 
        color: #0c0f33;
        font-family:"Sangira";
        clear: both;
        float: left;
        display: block;
        font-size: 3em;
        font-weight: 500;
      margin-bottom: 2vh;
    }
    
    
    
    .cu p{
         color: #0c0f33;
        font-family: 'Montserrat', sans-serif;
        margin-left: 0;
       clear: both;
        font-weight: 500;
        font-size: 1em;
        line-height: 1.5em;
        width:100%;
        letter-spacing: .2px;
    }
    
    
    .cu-ico{
        display: block;
        float: left;
        clear: both;
        margin: 1em 0;
        
    }
    
    
    
    .cu-ico span{
        color: #e94c7d;
        float: left;
        clear: none;
        display: block;
        font-size: 1.5em;
    }
	
    .cu-ico h4{
        color: #0c0f33;
        display: block;
        clear: none;
        float: left;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.3em;
        margin-left: 1em;
        margin-top: 0;
        word-break: break-word;
    }
    
    
    
    
    
    
    
    .cu iframe{
        width: 100%;
        height: 35vh;
        margin-top: 2vh;
    }
    
    
    
    





	



}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
    

    
 
    
    
    
    
    
    
    
    
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {


	
    
    .cu{
        height: auto;
        width: 80%;
        margin: 10vh 7%;
        float: left;
        clear: none;
        display: block;
        background-color: white;
        padding: 5%;
        font-size: 1em;
    }
    
    
    
    .cu .stroke{
        margin-left: 0;
    }
    
    
    
    .cu h3{ 
        color: #0c0f33;
        font-family:"Sangira";
        clear: both;
        float: left;
        display: block;
        font-size: 3em;
        font-weight: 500;
      margin-bottom: 2vh;
    }
    
    
    
    .cu p{
         color: #0c0f33;
        font-family: 'Montserrat', sans-serif;
        margin-left: 0;
       clear: both;
        font-weight: 500;
        font-size: 1em;
        line-height: 1.5em;
        width:100%;
        letter-spacing: .2px;
    }
    
    
    .cu-ico{
        display: block;
        float: left;
        clear: both;
        margin: 1em 0;
        
    }
    
    
    
    .cu-ico span{
        color: #e94c7d;
        float: left;
        clear: none;
        display: block;
        font-size: 2.5em;
    }
	
    .cu-ico h4{
        color: #0c0f33;
        display: block;
        clear: none;
        float: left;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.3em;
        margin-left: 1em;
    }
    
    
    
    
    
    
    
    .cu iframe{
        width: 100%;
        height: 35vh;
        margin-top: 2vh;
    }
    
    
    
    
	
}
	
	