@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/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	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. */

@media only screen and (min-width: 320px) {
.gridContainer {
	width: 100%;
	background-color: #01bafd;
	position: relative;

}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: table;
}
#LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #f16101;
	padding-top: 30px;
	padding-bottom: 120px;
	height: 100%;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.slide-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	width: 90%;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding-right: 20px;
	text-transform: uppercase;
	padding-left: 38px;
}

.slider-content {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #FFF;
	width: 90%;
	padding-left: 40px;
	padding-top: 20px;

}

.slide_readmore {
	background-color: #f16101;
	border: 1px solid #fff;
	color: #ffffff;
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 18px;
	margin-left: 40px;
	margin-top: 30px;
}

}

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

@media screen and (max-width: 768px) {
    .gridContainer {
    	width: 100%;
    	background-color: #f16101;
    	position: relative;
    
    }
    #LayoutDiv1 {
    	clear: both;
    	float: left;
    	margin-left: 0;
    	width: 100%;
    }
    #LayoutDiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #f16101;
	padding-top: 30px;
	padding-bottom: 20px;
    }
    #LayoutDiv3 {
    	clear: both;
    	float: left;
    	margin-left: 0;
    	width: 100%;
    	display: block;
    }
    
    .slide-text {
    	font-family: 'Montserrat', sans-serif;
		line-height:1.4em;
    	font-weight: 500;
    	width: 90%;
    	color: #fff;
    	font-size: 30px;
    	font-weight: bold;
    	padding-right: 20px;
    	text-transform: uppercase;
    	padding-left: 38px;
		
    }
    
    .slider-content {
    	font-family: 'Montserrat', sans-serif;
    	font-size: 18px;
    	color: #FFF;
    	width: 90%;
    	padding-left: 40px;
    	padding-top: 20px;
    
    }
    
    .slide_readmore {
    	background-color: #f16101;
    	border: 1px solid #fff;
    	color: #ffffff;
    	display: inline-block;
    	padding: 10px 20px;
    	text-transform: uppercase;
    	font-size: 18px;
    	margin-left: 40px;
    	margin-top: 30px;
    }
    
}


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

@media only screen and (min-width: 769px) {
.gridContainer {
	overflow: hidden;
	position: relative;
	width: 100%;
	background-color: #01bafd;
	height: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	width: 55%;
	display: table;
}
#LayoutDiv2 {
	clear: none;
	float: right;
	width: 45%;
	display: block;
	background-color: #f16101;
	padding-top: 50px;
	padding-bottom: 50px;
	height: 100%;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 28.5714%;
	display: block;
}

.slide-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	width: 90%;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	padding-right: 20px;
	text-transform: uppercase;
	padding-left: 36px;
	line-height: 1.1em;
}

.slider-content {
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	color: #FFF;
	width: 90%;
	padding-left: 40px;
	padding-top: 20px;
}

.slide_readmore {
	background-color: #f16101;
	border: 1px solid #fff;
	color: #ffffff;
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 18px;
	margin-left: 40px;
	margin-top: 30px;
}
}

img.responsive {
	width:100%;
	height:auto;
}


@media (min-width:800px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ 

.gridContainer {
	overflow: hidden;
	position: relative;
	width: 100%;
	background-color: #01bafd;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	width: 55%;
	display: table;
}
#LayoutDiv2 {
	float: right;
	width: 45%;
	background-color: #f16101;
	height: 100%;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 28.5714%;
}

.slide-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	width: 90%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-right: 20px;
	text-transform: uppercase;
	padding-left: 36px;
	line-height: 1.1em;
}

.slider-content {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #FFF;
	width: 90%;
	padding-left: 40px;
}

.slide_readmore {
	background-color: #f16101;
	border: 1px solid #fff;
	color: #ffffff;
	display: inline-block;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 18px;
	margin-left: 40px;
	margin-top: 20px;
}


}


@media (min-width:980px) { /* big landscape tablets, laptops, and desktops */

.gridContainer {
	overflow: hidden;
	position: relative;
	width: 100%;
	background-color: #F16101;
	height: 100%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	width: 55%;
	display: table;
}
#LayoutDiv2 {
	float: right;
	width: 45%;
	background-color: #f16101;
	height: 100%;
}

#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 28.5714%;
}

.slide-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	width: 90%;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding-right: 20px;
	text-transform: uppercase;
	padding-left: 36px;
	line-height: 1.1em;
}

.slider-content {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #FFF;
	width: 90%;
	padding-left: 40px;
}

.slide_readmore {
	background-color: #f16101;
	border: 1px solid #fff;
	color: #ffffff;
	display: inline-block;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 18px;
	margin-left: 40px;
	margin-top: 20px;
}

}
 
 
@media (min-width:1280px) { /* big landscape tablets, laptops, and desktops */

.gridContainer {
	/* [disabled]overflow: hidden; */
	position: relative;
	width: 100%;
	background-color: #f16101;
	height: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	width: 55%;
}
#LayoutDiv2 {
	clear: none;
	float: right;
	width: 45%;
	display: block;
	background-color: #f16101;
	padding-top: 50px;
	padding-bottom: 58px;
	height: 345px;
}
#LayoutDiv3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 28.5714%;
	display: block;
}

.slide-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	width: 90%;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	padding-right: 20px;
	text-transform: uppercase;
	padding-left: 36px;
	line-height: 1.1em;
}

.slider-content {
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	color: #FFF;
	width: 90%;
	padding-left: 40px;
	padding-top: 20px;
}

.slide_readmore {
	background-color: #f16101;
	border: 1px solid #fff;
	color: #ffffff;
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 18px;
	margin-left: 40px;
	margin-top: 30px;
}



 }
