#quickLinks {
	display:none;
}


#pane3,
#pane5 {
	background-color:#FFFFFF;
}

@media only screen and (min-width:600px) {
	#box1 { background:url('/images/800/c1.png') center top no-repeat; }
	#box2 { background:url('/images/800/c2.jpg') center top no-repeat; }
	#box5 { background:url('/images/800/c3.jpg') center top no-repeat; }
}

@media only screen and (min-width:400px) and (max-width:599px) {
	#box1 { background:url('/images/600/c1.png') center top no-repeat; }
	#box2 { background:url('/images/600/c2.jpg') center top no-repeat; }
	#box5 { background:url('/images/600/c3.jpg') center top no-repeat; }
}

@media only screen and (min-width:200px) and (max-width:399px) {
	#box1 { background:url('/images/400/c1.png') center top no-repeat; }
	#box2 { background:url('/images/400/c2.jpg') center top no-repeat; }
	#box5 { background:url('/images/400/c3.jpg') center top no-repeat; }
}

@media only screen and (max-width:199px) {
	#box1 { background:url('/images/200/c1.png') center top no-repeat; }
	#box2 { background:url('/images/200/c2.jpg') center top no-repeat; }
	#box5 { background:url('/images/200/c3.jpg') center top no-repeat; }
}

#box1,
#box2,
#box5 {
	background-size:cover;
	-webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover; 
}

.box {
	position:relative;
	height:auto;
}


#box2,
#box4,
#box5,
#box7 {
	padding:0px;
}

#box2 img,
#box5 img {
	width:100%;
}
	


/*
#pane1asdasd,
#pane2,
#pane3,
#pane4,
#pane5,
#pane6,
#pane7,
#pane8,
#pane9,
#pane10 {
  display:none;
  top:0px;
}
*/

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

.overlay .contactInfo {
	display:block;
	position:relative;
}

.overlay .contactInfo .photo {
	display:none;
}

.overlay .contactInfo .content {
	text-align:left;
}

.overlay .contactInfo .content .province {
	font-family:RobotoBoldCondensed;
	font-size:36px;
	color:#0088C7;
	text-transform:uppercase;
	margin-top:0;
	line-height:36px;
}

.overlay .contactInfo .content .building {
	font-family:RobotoBoldCondensed;
	font-size:16px;
	color:#0088C7;
	text-transform:uppercase;
	margin-top:10px;
	line-height:17px;
}

.overlay .contactInfo .content .address {
	font-family:Roboto;
	font-size:15px;
	color:#3B3B3B;
	margin-top:5px;
	line-height:19px;
}

.overlay .contactInfo .content .phone {
	font-family:Roboto;
	font-size:22px;
	font-weight:bold;
	color:#545454;
	margin-top:20px;
	line-height:22px;
}

.overlay .contactInfo .content .email {
	font-family:Roboto;
	font-size:15px;
	color:#0088C7;
	margin-top:10px;
	line-height:15px;
	text-decoration:none;
}

.overlay .contactInfo .content .email:hover {
	text-decoration:underline;
}

.overlay .contactInfo .content .twitter {
	font-family:Roboto;
	font-size:15px;
	color:#3B3B3B;
	margin-top:9px;
	line-height:15px;
	vertical-align:middle;
}

.overlay .contactInfo .content .twitter img {
	vertical-align:middle;
}


.box {
	background-color:#FFFFFF;
}

#box1 {
	background-image:url('/images/os2.png');
	background-repeat:repeat;
	padding-bottom:20px;
}

#box1 .overlay {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:88%;
	margin-top:0;
	padding-top:20px;
}

#box1 .overlay .title {
	font-family:RobotoLight;
	font-size:52px;
	color:#FFFFFF;
	position:relative;
	vertical-align:top;
}

@media only screen and (max-width:300px) {
	#box1 .overlay .title {
		font-family:RobotoLight;
		font-size:42px;
	}
}

#box1 .overlay .form {
	vertical-align:top;
	display:inline-block;
	position:relative;
	margin-top:21px;
}

#box1 .overlay .form input,
#box1 .overlay .form textarea {
	background-color:#FFFFFF;
	padding:10px 4px 9px 16px;
	border-radius:8px;
	border:0;
	text-transform:uppercase;
	color:#0088C7;
	font-family:Roboto;
	font-weight:bold;
	font-size:14px;
	display:block;
	margin-bottom:10px;
}

#box1 .overlay .wskdropdown {
	width:auto;
	margin-bottom:10px;
	display:block;
}

#box1 .overlay .wskdropdown#motivation {
	z-index:10;
}

#box1 .overlay .expanded {
	width:100%;
}

#box1 .overlay .dropdown img {
	vertical-align:middle;
	float:right;
	margin-top:6px;
	margin-right:11px;
}

#box1 .overlay .form {
	width:100%;
}

#box1 .overlay .form .inputWrapper {
	width:100%;
	padding-right:10px;
}

#box1 .overlay .form input {
	width:100%;
	margin-right:0px;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;	
}

#box1 .overlay .form textarea {
	height:95px;
	width:100%;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;	
	padding-top:14px;
	padding-bottom:6px;
	line-height:18px;
}

#box1 .overlay .form .sendmessage {
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	color:#FFFFFF;
	margin-top:-2px;
	border:1px solid #FFFFFF;
	padding:13px 16px 9px 16px;
	border-radius:7px;
	text-transform:uppercase;
	cursor:pointer;
	vertical-align:middle;
}

#box1 .overlay .form .sendmessage:hover {
	background-color:#FFFFFF;
	color:#0088C7;
}

#box1 #scrollHolder {
	width:88%;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top:15px;
}

#box1 #scrollHolder #scroll {
	margin-left:auto;
	margin-right:auto;
	display:block;
	position:relative;
	font-family:RobotoCondensed;
	font-size:18px;
	color:#FFFFFF;
	text-transform:uppercase;
}

#box1 #scrollHolder #scroll img {
	position:relative;
	vertical-align:middle;
	margin-right:5px;
}

#box1 #scrollHolder #scroll span {
	position:relative;
	vertical-align:middle;
}

#box1 #scrollHolder #scroll span.instructions {
	color:#57CAFF;
}
.overlay {
	width:90%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.overlay .thumbnail {
	width:200px;
	display:inline-block;
	margin-right:15px;
	margin-bottom:15px;
	vertical-align:top;
	float:left;
}

.overlay .copy {
	height:auto;
	vertical-align:top;
	display:block;
	font-family:Roboto;
	font-size:15px;
	color:#545454;
}

.overlay .title {
	font-family:RobotoBoldCondensed;
	font-size:36px;
	color:#0088C7;
	text-transform:uppercase;
	margin-top:0;
	margin-bottom:0;
}

.overlay .subtitle {
	font-family:Roboto;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	color:#0088C7;
	margin-top:22px;
}

.overlay p {
	margin-top:21px;
	margin-bottom:0px;
	line-height:20px;
}

.overlay .final {
	margin-top:20px;
	font-family:RobotoMediumItalic;
	font-size:16px;
	line-height:20px;
	color:#545454;
}


