/* CSS Document */


.clear {
	clear:both;
}


/*
	=============================================
	OVERLAPPED - SECTION 1 STYLES
	=============================================
*/

section#sect1.jumbotron {
	height: 100%;
	
	/*gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,90268e+51,440e62+100 */
	background: #440e62; /* Old browsers */
	background: -moz-linear-gradient(top,  #440e62 0%, #90268e 49%, #f1f1f1 50%, #ffffff 100%)!important; 
	background: -webkit-linear-gradient(top,  #440e62 0%,#90268e 49%,#f1f1f1 50%,#ffffff 100%)!important; 
	background: linear-gradient(to bottom,  #440e62 0%,#90268e 49%,#f1f1f1 50%,#ffffff 100%)!important; 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#440e62', endColorstr='#ffffff',GradientType=0 )!important;

	color: #fff;	
}

h1.herologo img {
	margin-top: 100px;
	text-align: center;
	margin-bottom: 100px;
}

.jumbotron p {
	color: #999;
	font-weight: 300;
	text-align: left;
}

.buttoncta {
	background-color: rgba(255,255,255,0)!important;
	color: #fff!important;
	border: 2px solid #fff;
	transition: .5s;
	border-radius: 30px;
	padding: 6px 25px;
}
.buttoncta:hover {
	background-color: rgba(255,255,255,.3)!important;
}

.maincontent{
	-webkit-border-top-left-radius: 15px;
	-moz-border-top-left-radius: 15px;
	-o-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	
	-webkit-border-top-right-radius: 15px;
	-moz-border-top-right-radius: 15px;
	-o-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	
	min-height: 800px;
	padding:0;
	background: rgba(255,255,255, 0.5); /* Old browsers */
	box-shadow: -30px 0px 80px -90px #000000, 30px 0px 80px -90px #000000;
	
	/* Gradient to transparent */
	background: -moz-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.54) 46%, rgba(255,255,255,0.22) 78%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.54) 46%, rgba(255,255,255,0.22) 78%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,1)), color-stop(0.46, rgba(255,255,255,0.54)), color-stop(0.78, rgba(255,255,255,0.22)), to(rgba(255,255,255,0)));
	background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.54) 46%, rgba(255,255,255,0.22) 78%, rgba(255,255,255,0) 100%);
	background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.54) 46%, rgba(255,255,255,0.22) 78%, rgba(255,255,255,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	
color: #444;	
}

.maincontent-wrap{
	-webkit-border-top-left-radius: 15px;
	-moz-border-top-left-radius: 15px;
	-o-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	
	-webkit-border-top-right-radius: 15px;
	-moz-border-top-right-radius: 15px;
	-o-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	
	min-height: 650px;
	background: #fff;
	padding: 20px;
	margin: 0 0 20px 0;
	
	/* Gradient to transparent */
	background: -moz-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.94) 76%, rgba(255,255,255,0.22) 78%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.94) 76%, rgba(255,255,255,0.22) 78%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,1)), color-stop(0.76, rgba(255,255,255,0.54)), color-stop(0.78, rgba(255,255,255,0.22)), to(rgba(255,255,255,0)));
	background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.94) 46%, rgba(255,255,255,0.22) 78%, rgba(255,255,255,0) 100%);
	background: linear-gradient(rgba(255,255,255,1) 0%, rgba(255,255,255,0.94) 47%, rgba(255,255,255,0.22) 78%, rgba(255,255,255,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	
	box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(80, 80, 80, 0.1), -12px 0 15px -4px rgba(80, 80, 80, 0.1);
}


.border_right {
	border-right: 3px solid #ddd;
}


.spacer {
	height: 500px;
}

#maintable {
	width: 100%;
}

#cta {
	background: #440e62;
	height: 300px;
	color: #fff;
	margin-top: 20px;
}
.stayconnect {
	margin-top: 9%;
	margin-left: 50px;
}
.stay {
	font-size: 40px; 
	color: #fff; 
	font-weight: 300px;
	letter-spacing: 1px;
}
.connected {
	text-transform: uppercase; 
	letter-spacing: -2px; 
	font-weight: 600; 
	margin-left: 40px; 
	font-size: 40px; 
	color: #fff;
	line-height: 30px;
}
.formtext {
	text-align: right;
}
p.optform {
	margin-right: -100px;
}

#info {
	min-height: 200px;
	padding: 50px 50px 0 50px;
}
#info h3 {
	font-size: 25px;
	color: rgb(144, 38, 142);
	margin-top: 20px;
}
#info ul li {
	color: rgb(144, 38, 142);
	font-size: 24px;
	font-weight: 400;
}


#promo {
	background: #f3f3f3;
	min-height: 500px;
}

#any {
	color: #0bc2b7;
	font-size: 24px;
}
ul#any li {
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	white-space: nowrap;
}

.anytime {
	font-weight: 200;
}
.anyscreen {
	font-weight: 600;
}

#prefooter {
	background: #262626;
	color: #999;
}


/*
	************************************************************************************************
	MEDIA QUERIES
	************************************************************************************************
*/

/* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		
		h1.herologo img {
			margin-top: 75px;
		}
		section#sect1.jumbotron {
			
		}
		.maincontent {
			min-height: 500px;
		}
		#cta {
			height: 380px;
			margin-top: -70px;
			padding-top: 0;
		}
		.stayconnect {
			text-align: center;
		}
		.connected {
			margin-left: 0;
		}
		.formtext {
			text-align: center; 
		}
		p.optform{
			margin: 0 auto!important;
		}
    }
	
	
	
	@media only screen and (min-width : 768px) {
		
		/* CONTENT CAROUSEL */
		#quote-carousel {
		  margin-bottom: 0;
		  padding: 0 40px 30px 40px;
		}
		
		
	}
	

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		
		.jumbotron {
			background: url('images/main-bg.jpg') top center no-repeat;
			
		}
		
	
		
    }
	
	
	/* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 640px) {
		
		
		
    }
	
	

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		
		article table td {
		  display: inline-block;
		  padding: 10px;
		}
		#any {
			margin-top: -20px;
			font-size: 18px;
			margin-left: -15px;
		}
		
		.border_right {
			border-right: none;
		}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
		
		
    }