body{
	font-size: 12pt;
	font-family: 'Whitney SSm A', 'Whitney SSm B'; font-weight: 400; font-style: normal;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Whitney SSm A', 'Whitney SSm B'; font-weight: 400; font-style: normal;
}

.hero{
	background-image: url(../images/background.svg);
	background-position: center; -100px;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
	background-color: #52a47d;
	
}

.about{
	background-color: #eef1f3;
}

.about .container{
	padding-top: 6.666666667em;
	padding-bottom: 6.666666667em;
}

.about h2{
	color:#2d353e;
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
	font-weight: 300; 
	font-style: normal;
	font-size:48px;
	padding-bottom: .6875em;
	line-height: 1em;
}

.about h3{
	color:#2d353e;
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
	font-weight: 300; 
	font-style: normal;
	font-size:30px;
}

.about p{
	line-height: 1.75em;
}

.skillsInfo{
	background-color:#ffffff;
}

.skillsInfo .container{
	padding-top: 6.666666667em;
	padding-bottom: 6.666666667em;
}

.skillsInfo h2{
	color:#2d353e;
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
	font-weight: 300; 
	font-style: normal;
	font-size:48px;
	padding-bottom: .6875em;
	line-height: 1em;
}

.skillsInfo h3{
	color:#6fdea9;
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
	font-weight: 300; 
	font-style: normal;
	font-size:36px;
	padding-bottom:20px;
}

.skillsInfo p{
	line-height: 1.75em;
	padding-bottom:50px;
}

.skillsInfo p:nth-child(1){
	padding-bottom: 0px;
}

.skillsInfo img{
	padding-top:54px;
}

.skillsInfo img:nth-child(1){
	padding-top:154px;
}

.expand a{
	color:#6fdea9 !important;
}

.expand a:hover{
	text-shadow:0px 0px 1px  #6fdea9 !important;
	-webkit-text-shadow:0px 0px 1px  #6fdea9 !important;
	transition: .2s ease;
	-webkit-transition: .2s ease;
}


#emphasis{
	color:#6fdea9;
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
	font-weight: 700; 
	font-style: normal;
}

.coreButton{
	background-color: #6fdea9;
	border-radius: 3px 3px;
	border-bottom:2px solid #2d353e;
	color:#ffffff;
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
	font-weight: 300; 
	font-style: normal;
	font-size:18pt;
	width:80%;
	height:40px;
	position: relative;
	display: table; 
	margin:1.9em auto 1.9em auto;
}

.coreButton:hover{
	background-color: #2d353e;
	border-bottom: 2px solid #6fdea9;
	color:#ffffff;
	transition: .2s ease;
	-webkit-transition: .2s ease;
}

.coreButton p{
	position: relative;
	display: table-cell; 
  	vertical-align: middle; 
  	text-align: center; 
  	color:#ffffff;
}

.signUpButtonTwo{
	background-color: #6fdea9;
	border-radius: 3px 3px;
	border-bottom:2px solid #2d353e;
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
	font-weight: 300; 
	font-style: normal;
	font-size:18pt;
	width:100%;
	height:40px;
	position: relative;
	display: table; 
	margin:1.9em auto 1.9em auto;
}

.signUpButtonTwo:hover{
	background-color: #2d353e;
	border-bottom: 2px solid #6fdea9;
	transition: .2s ease;
	-webkit-transition: .2s ease;
}

.signUpButtonTwo p{
	position: relative;
	display: table-cell; 
  	vertical-align: middle; 
  	text-align: center; 
  	color:#ffffff !important;
}

footer{
	color:#ffffff;
}

footer li{
	display:inline-block;
	margin-top:-1em;
	padding-right: 3em;
}

.signUp a{
	color:#ffffff;
	display:inline-block;
	margin-top:1em;
	text-align: center;
}

.signUp a:hover{
	color:#6fdea9 !important;
	transiton: .3s ease;
	-webkit-transition: .3s ease;
}

footer li:nth-child(4){
	padding-right: 0px;
}

li{
	color:#ffffff;
	display:inline-block;
	margin-top:1em;
	text-align: center;
}

a{
	text-decoration: none;
}

.hero a{
	color:#ffffff;
}

nav a:hover{
	color:#2d353e;
	transition: .2s ease;
	-webkit-transition:.2s ease;
}


footer{
	background-color:#2d353e;
}

.secondaryNav{
	padding-top:0px !important;
	padding-bottom:0px !important;
}

.secondaryNav a{
	color:#2d353e;
}

.secondaryNav a:hover{
	color:#6fdea9;
	transition: .5s ease;
	-webkit-transition:.5s ease;
}

.search{
	width:47%;
	margin: 0px auto;
	padding-top:20%;
}

.kioskSearch{
	width:57%;
	margin: 0px auto;
	padding-top:20%;
}

.search h3{
	color:#ffffff;
	text-align: center;
}

.search input{
	width:70%;
	height:20px;
	margin:20px auto 0px auto;
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
	font-weight: 300; 
	font-style: normal;
}

.search input:focus{
	color:#2d353e;
	border-color: #6fdea9;
}

.map{
	background-color: #ffffff;
}

.map .container:nth-child(1){
	padding-top: 2.2em;
	padding-bottom: 1.666666667em;
	
}


#map-canvas{
    width:100%;
    height:605px;
    border-top:1px solid #e5e5e5;
}

.map h3{
	line-height: 1em;
	font-size:48px;
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
	font-weight: 300; 
	font-style: normal;

}

.locationIcon{
	max-width:30px;
}

.mapInput{
	width:70%;
	height:20px;
	margin:20px auto 0px auto;
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
	font-weight: 300; 
	font-style: normal;
	border: 1px solid #2d353e !important;
}

.mapInput:focus{
	border:1px solid #6fdea9  !important;
	transition:.3s ease;
	-webkit-transition:.3s ease;
}

.signUp{
	padding-top:5em;
	padding-bottom:5em;
}

.signUp input{
	width:90%;
	height:20px;
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
	font-weight: 300; 
	font-style: normal;
}

.choose{
	padding-top:80px;
	padding-bottom:80px;
}

.choose h3{
	color:#6fdea9;
	padding-bottom:35px;
}

.choose p{
	color:#8b8b8b;
	font-size: 24px;
	line-height: 1.25em;
}

.skills{
		margin-top: 25px;
}

.skills p{
	color:#8b8b8b;
	font-size: 18px;
	line-height: 1.5em;

}

.skillsInput{
	min-height:256px;
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
	font-weight: 300; 
	font-style: normal;
}

input[type=checkbox] {
	visibility: hidden;
}

.checkbox {
	width: 25px;
	position: relative;
}

.checkbox label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
  	left: 0;
	background: #ffffff;
	border:1px solid #6fdea9;
}

#checkboxInput{
	margin-right: 20px;
}


.checkbox label:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 7px;
	border: 3px solid #6fdea9;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.checkbox label:hover::after {
	opacity: 0.5;
}

.checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}


.chooseLine{
	border-right: 1px solid #6fdea9;
}

.choose img{
	padding: 2.5em 0px 2.5em 0px;
}

.signUpButton p{
	color:#ffffff;
}

.signUpTwo h3{
	color:#6fdea9;
}

.signUpTwo p{
	font-size: 18px !important;
}

.signUpTwoInput{
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
	font-weight: 300; 
	font-style: normal;
	color:#2d353e;
	border-radius: 3px 3px;
}

.signUpTwoInput:focus{
	border: 1px solid #6fdea9 !important;
	transition: .2s ease;
	-webkit-transition: .2s ease;
}

::-webkit-input-placeholder {
   color: #cccccc;
   font-family: 'Whitney SSm A', 'Whitney SSm B'; 
	font-weight: 300; 
	font-style: normal;
}

.signUpTwoInput p{
		
}

#smallText{
	font-size: 12px;
}

.pickOne{
	padding-left:5px;
	border-radius: 3px 3px;
	color:#cccccc;
	height:30px;
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
	font-weight: 300; 
	font-style: normal;
	-webkit-appearance: none;
}

.name{
	text-align: center;
}

.profiles{
	background-color:#eef1f3;
}

.profile{
		padding-top:30px;
	padding-bottom:30px;
}

.profile h3{
	padding-left:auto;
	padding-bottom:0px !important;
}

.profile p{
	line-height: 1.75em;
	font-size: 16px;
	color:#2d353e;
}

.profileText{
	border-bottom: 1px solid #2d353e ;
}

.profileText :nth-child(3){
	border-bottom: 0px;
}

.contactButton p{
	color:#ffffff !important;
}

.certIcons{
	display: inline-block;
	max-width:80px;
	padding-right:50px;
	margin: auto !important;
	text-align: center;
	vertical-align: top;
}

.kioskMap{
	border-bottom:1px solid #e5e5e5;
}

.kioskLocation{
	padding-top: 2.2em;
	padding-bottom: 1.666666667em;
}

.thanks p{
	line-height: 1.75em;
}


@media only screen and (max-width: 767px) {

	.hero{
		background-position: right;
	}

	nav li{
		width:100%;
		padding: 1em;
		border-bottom: 1px solid #ffffff;
	}


	
	.search{
	width:100%;
	margin: 0px auto;
	padding-top:20%;

	}

	.search h3{
		padding-top: 10em;
	}

	.choose img{
		width: 30%;
		margin: 0px auto;
	}

	.chooseLine{
	border-bottom: 1px solid #6fdea9;
	border-right:none;

}

	.chooseLine2{
		padding-top: 2em;
	}

	.question{
	padding-bottom:50px;
}

.signUpTwo img{
	max-width:20%;
	padding-right:50px;
}

.signUpTwo img:nth-child(3){
	padding-right: 0px;
}

.profiles img{
	width:80%;
}

.hereToHelp{
	display: none;
}

.skillsInfo img{
	width:30% !important;
	padding-top: 10px;
	padding-bottom:60px;
	margin-left:39% !important;
}

.skillsInfo img:nth-child(5){
	padding-bottom: 0px;
}

.skillsInfo p{
	padding-bottom: 0px;
}

.skillsInfo h3{
	text-align: center;
	line-height: 1.1em;
}

.expand p{
	padding-top: 40px;
	font-size: 24px;
	text-align: center;
}



}

@media only screen and (min-width: 768px) and (max-width: 959px){
	.hero{
		background-position: 0px -40px;
	}
	.search{
	width:80%;
	margin: 0px auto;
	padding-top:20%;

	}

	.search h3{
		width:80%;
		margin: 0px auto;
	}



}

@media only screen and (min-width: 960px) and (max-width: 1500px){
	.hero{
		background-position: 0px -100px;
	}
}

@media only screen and (min-width: 1500px) and (max-width: 30000px){
	.hero{
		background-position: 0px -500px;
	}
}

