@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: 70vh;
        width: 86%;
        margin: 20vh 5%;
        float: left;
        clear: none;
        display: block;
        background-color: white;
        overflow-x: scroll;
        font-size: 1em;
    }
    
    
    
    .cu-list{
        display: block;
        float: left;
        clear: none;
        width: 100%;
        height: auto;
        padding: 3%;
    }

    
    .cu p{
         color: #191919;
        font-family: 'Montserrat', sans-serif;
        margin-left: 0;
       clear: both;
        font-weight: 500;
        font-size:.9em;
        line-height: 1.5em;
        width:90%;
        letter-spacing: .2px;
    }
    
    
    .cu-ico{
        display: block;
        float: left;
        clear: both;
        margin: 1em 0;
        
    }
    
    
    
    .cu-ico span{
        color: #c58e70;
        float: left;
        clear: none;
        display: block;
        font-size: 1.5em;
    }
	
    .cu-ico h4{
        color: #191919;
        display: block;
        clear: none;
        float: left;
        font-family: 'Montserrat', sans-serif;
        font-size: 1em;
        margin-left: 1em;
        margin-top: 0;
        word-break: break-word;
    }
    
    
    
    
    
    
    
    .cu iframe{
        display: block;
        float: left;
        clear: none;
        width: 100%;
        height:40vh;
    }
    
     
    





	



}




/* 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: 50vh;
        width: 86%;
        margin: 25vh 5%;
        float: left;
        clear: none;
        display: block;
        background-color: white;
        
        font-size: 1em;
    }
    
    
    
    .cu-list{
        display: block;
        float: left;
        clear: none;
        width: 32%;
        height: auto;
        padding: 3%;
    }
    
    
    .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: #191919;
        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: #c58e70;
        float: left;
        clear: none;
        display: block;
        font-size: 1.5em;
    }
	
    .cu-ico h4{
        color: #191919;
        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{
        display: block;
        float: right;
        clear: none;
        width: 60%;
        height:100%;
    }
    
     
    
    
    
    
    
    
    
    
	
}
	
	