@charset "UTF-8";
/* CSS Document */



/* --------------------------
-----------------------------
Mobile First ----------------
-----------------------------
-------------------------- */

#indexHeaderImg{
	display: block;
	position: absolute;
	top: 0;
	z-index: -1500;
	width: 100%;
	min-height: 630px;
	background-image: url(../img/sscc_Interior_InfoBooth1.jpg);
	background-position: center top;
	background-size: cover;
}
#indexHeaderImg img{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0 0 0 0;
}
#indexCallToAction{
	position: relative;
	padding: 45px 0 100px 0;
	width: 75%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

#indexCallToAction1{
	margin: 0 0 8px 0;
	font-size: 2.75em;
	font-family: 'Comfortaa', sans-serif;
	line-height: 1em;
	letter-spacing: -1px;
}
#indexCallToAction2{
	margin: 0 0 40px 0;
	font-size: 1.0em;
	font-family: 'Comfortaa', sans-serif;
	line-height: 1.5em;
}





#indexTimeBar{
	width: 84%;
	padding: 28px 8%;
	text-align: center;
	color: #fff;
	font-size: 0.75em;
	background-color: #14adf8;
}

#indexTimeBar a{
	color: #fff;
}





#indexQuestionsRow{
	width: 100%;
	padding: 0 0 40px 0;
	background-color: #38BAFF;
}

#indexQuestionsHeader{
	width: 80%;
	padding: 60px 12% 40px 8%;
	text-align: left;
	font-family: 'Comfortaa', sans-serif;
	font-size: 1.70em;
	letter-spacing: -1px;
	color: #fff;
}

.indexQuestions{
	width: 70%;
	padding: 20px 5%;
	margin: 0 auto 20px auto;
	background-color: #fff;
	border-left: 7px solid #5B338F;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.indexQuestionsTitle{
	float: none;
	margin: 0 0 10px 0;
	font-size: 1.15em;
	font-weight: bold;
	color: #5B338F;
}

.indexQuestionsCopy{
	float: none;
	font-size: 0.85em;
	color: #717e9c;
}

.indexQuestionsCopy a{
	color: #FF5A4D;
}
.indexQuestionsCopy a.buttonMedium{
	color: #fff;
}

#indexQuestionsMoreButton{
	width: 100%;
	padding: 0 0 80px 0;
	text-align: center;
	background-color: #38BAFF;
}

#indexQuestionsMoreButton a{
	color: #2d4ca8;
}

#indexQuestionsMoreButton a:hover{
	color: #fff;
	background-color: #5B338F;
}



#indexLocationRow{
	position: relative;
	background-color: #DFE7EB;
	padding: 80px 0 60px 0;
	width: 100%;
}

#indexLocationBox{
	width: 84%;
	margin: 0 auto;
}

#indexLocationLeft{
	float: none;
	padding: 40px 0 0 0;
	margin: 0 0 50px 0;
}

#indexLocationRight{
	float: none;
}

#indexLocationTitle{
	margin: 0 0 24px 0;
	font-size: 2.25em;
	font-family: 'Comfortaa', sans-serif;
	color: #4A5669;
}

.indexLocationSubTitle{
	font-size: 1.15em;
	font-weight: 700;
	color: #FF5A4D;
	margin: 0 0 10px 0;
}

.indexLocationSubMeta{
	margin: 0 0 30px 0;
	font-size: 0.9em;
	color: #4A5669;
}




/* --------------------------
-----------------------------
iPhone 678 Plus ---------------
-----------------------------
-------------------------- */

@media only screen and (min-width:400px){
	#indexCallToAction{
		width: 65%;
	}
	
}








/* --------------------------
-----------------------------
Vertical iPad ---------------
-----------------------------
-------------------------- */

@media only screen and (min-width:700px){
	
	#indexHeaderImg{
	}
	
	#indexCallToAction{
		text-align: center;
		width: 75%;
		padding: 70px 0 130px 0;
	}
	
	#indexCallToAction1{
		font-size: 3em;
	}
	
	#indexCallToAction2{
		font-size: 1.25em;
	}
	
	
	
	#indexTimeBar{
		width: 84%;
		padding: 28px 8%;
		text-align: center;
		color: #fff;
		font-size: 1em;
		background-color: #14adf8;
	}
	
	#indexQuestionsRow{
		width: 84%;
		padding: 0 8% 60px 8%;
	}
	
	#indexQuestionsHeader{
		width: 550px;
		padding: 80px 0 80px 0;
		margin: 0 auto;
		text-align: left;
		font-family: 'Comfortaa', sans-serif;
		font-size: 2.25em;
		letter-spacing: -1px;
		color: #fff;
	}
	
	#indexQuestionWrap{
		width: 450px;
	}
	
	.indexQuestions{
		width: 550px;
		padding: 30px 40px;
		margin: 0 auto 20px auto;
		background-color: #fff;
		border-left: 7px solid #5B338F;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	
	.indexQuestionsTitle{
		float: none;
		margin: 0 0 10px 0;
		font-size: 1.5em;
		font-weight: bold;
		color: #5B338F;
	}
	
	.indexQuestionsCopy{
		float: none;
		font-size: 1.15em;
		color: #717e9c;
	}
	
	#indexQuestionsMoreButton{
		position: relative;
		margin: -3px auto 0 auto;
		text-align: left;
	}
	
	#indexQuestionsMoreButtonWrap{
		width: 550px;
		margin: 0 auto;
	}
	
	
	#indexLocationLeft{
		margin: 0 0 70px 0;
	}
	
}





/* --------------------------
-----------------------------
Horizontal iPad and Beyond --
-----------------------------
-------------------------- */

@media only screen and (min-width:1100px){
	
	#indexHeaderImg{
		height: 800px;
		margin: 0 0 0 0;
	}
	
	#indexCallToAction{
		width: 1000px;
		padding: 120px 0 210px 0;
	}
	
	#indexCallToAction1{
		font-size: 4.75em;
		margin: 0 0 0px 0;
		letter-spacing: -2px;
	}
	
	#indexCallToAction2{
		font-size: 1.25em;
		margin: 0 0 50px 0;
	}
	
	
	
	#indexQuestionsRow{
		width: 100%;
		padding: 0 0 80px 0;
	}
	
	#indexQuestionsHeader{
		width: 800px;
		padding: 100px 0px 100px 0px;
		margin: 0 auto;
		text-align: left;
		font-family: 'Comfortaa', sans-serif;
		font-size: 2.35em;
		letter-spacing: -1px;
		color: #fff;
	}
	
	#indexQuestionWrap{
		width: 500px;
	}
	
	.indexQuestions{
		width: 800px;
		padding: 50px;
		margin: 0 auto 20px auto;
		background-color: #fff;
		border-left: 9px solid #5B338F;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	
	.indexQuestionsTitle{
		float: left;
		width: 200px;
		margin: 0 10px 10px 0;
		font-size: 1.5em;
		font-weight: bold;
		letter-spacing: -1px;
		color: #5B338F;
	}
	
	.indexQuestionsCopy{
		float: left;
		width: 560px;
		font-size: 1.15em;
		color: #717e9c;
	}
	
	.indexQuestionsCopy p{
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	
	#indexQuestionsMoreButton{
		padding: 0 0 200px 0;
	}
	
	#indexQuestionsMoreButtonWrap{
		width: 800px;
		margin: 0 auto;
	}
	
	
	#indexLocationBox{
		width: 1000px;
		margin: 0 auto;
	}
	
	#indexLocationLeft{
		float: left;
		width: 250px;
		padding: 40px 0 0 0;
		margin: 0 0 50px 0;
	}
	#indexLocationRight{
		float: right;
		width: 700px;
		padding: 40px 0 0 0;
	}
	
}

