/*
	Theme Name: Muse
	Theme URI: http://museglobalschoolca.com
	Description: Custom Wordpress theme for MUSE Global
	Version: 2.0
	Author: Eric Richards
	Author URI: http://4-mile.com
	Tags: HTML5, CSS3, jQuery, custom, mobile, responsive

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

* {
	outline: none !important;
	}
html,body {
	width: 100%;
	height: 100%;
    }
body {
	position: relative;
	padding: 0;
	margin: 0;
	min-width: 100%;
	font-family: "Gotham A", "Gotham B", arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 35px;
	color: #5f6971;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;	
	}
img {
	padding: 0; 
	margin: 0;
	border: 0;
	}
a {
	color: #46279c;
	outline: none;
    transition: all 0.2s linear;
 	text-decoration: none;
 	font-weight: 700;
   }
a:hover {
	color: #0072ad;
	outline: none;
    transition: all 0.2s linear;
	text-decoration: none;
   	}
ul {
	padding: 0 0 15px 15px;
	margin: 0 0 0 0;
	list-style: url(images/bullet.png);
	}
ul li {
	padding: 0 0 20px 10px;
	margin: 0;
	float: none;
	}
ol {
	padding: 0 0 15px 20px;
	margin: 0;
	}
ol li {
	padding: 0;
	margin: 0;
	float: none;
	}
p {
	padding: 0 0 30px 0;
	margin: 0;
	}
sup {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
	font-size: 14px; 
	line-height: 14px;
	}	
strong,
b {
	font-weight: 700;
	}
hr {  
	padding: 0 0 0 0;
	margin: 21px 0 21px 0;
	height: 1px;
	border: none;
	border-bottom: 1px solid #000;
	}
h1 {
 	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 88px;
	line-height: 88px;
	color: #000;
	font-weight: normal;
	font-style: normal;	
	}
h2 {
 	padding: 0 0 40px 0;
	margin: 0 0 0 0;
	font-size: 43px;
	line-height: 42px;
	color: #46279c;
	font-weight: 700;
	}
h3 {
 	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 36px;
	line-height: 42px;
	color: #0072ad;
	font-weight: 700;
	text-transform: uppercase;
	}


/* css for site structure ----------------------------------------------------------------------------------------*/
.outer {
	width: 100%;
	}
.container {
	position: relative;
	margin: 0 auto 0 auto;
	width: 96%;
	padding: 125px 2% 70px 2%;
	max-width: 1206px;
	}


/* css for header ----------------------------------------------------------------------------------------------- */
.alert {
	display: none;
	background: #46279c; 
	color: #fff; 
	text-align: center; 
	width: 100%; 
	padding: 10px 0 10px 0; 
	font-size: 14px; 
	line-height: 18px;
	}
.alert h1,
.alert h2, 
.alert h3,
.alert a { 
	color: #fff; 
	}
	
#top {
	position: relative;
	width: 100%;
	height: 32px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(images/bg-topnav.jpg);
	}
	#top ul {
		text-align: right;
		padding: 0 10% 0 0;
		margin: 0;
		overflow: hidden;
		list-style: none;
		}
	#top ul li {
		padding: 8px 0 7px 0;
		margin: 0;
		display: inline-block;
		vertical-align: top;
		font-size: 0;
		line-height: 0;
		}
	#top ul li a {
		padding: 15px 18px 13px 18px;
		margin-right: -6px;
		margin-left: -6px;
		font-size: 14px;
		line-height: 17px;
		font-weight: 700;
		color: #fff;
		text-transform: uppercase;
		white-space: nowrap;
		background: #a537a6;
		}
	#top ul li a:hover {
		background: #5f6971;
		}

#header {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	}
.logo {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	}
	.logo .container {
		padding-top: 40px;
		}
	.logo img {
		width: 100%;
		max-width: 242px;
		height: auto;
		}
		

/* css for slider ----------------------------------------------------------------------------------------------- */
	
.slider {
	position: relative;
	width: 100%;
	height: auto;
	}
	.slider-bottom {
		position: relative;
		}	
	.slider img {
		width: 100%;
		height: auto;
		}
	.slide-text {
		position: absolute;
		bottom: 60px;
		left: 50%;
		transform: translate(-50%, 0%);
		color: #fff;
		text-align: center;
		font-size: 24px;
		line-height: 34px;
		width: 75%;
		transition: all 0.2s linear;
		}
		.slider-wrap2 .slide-text {
			bottom: 18%;
			}
	.slide-text .banner-title,
	.slide-text h1,
	.slide-text h2 {
	 	padding: 0 0 0 0;
		margin: 0 0 0 0;
		font-weight: 200;
		font-size: 6vw;
		line-height: 6vw;
		white-space: nowrap;
		color: #fff;
		transition: all 0.2s linear;
		font-weight: normal;
		font-style: normal;	
		}	
		.slider-wrap2 .slide-text h2 {
			font-size: 5vw;
			line-height: 5vw;
			}
		.slide-text a {
			color: #fff;
			}	
		.slide-text a:hover {
			color: #c9c9c9;
			}	
	.slide-sub-text2 {
		height: 80px;
		margin-top: 40px;
		padding: 0 5% 0 5%;
		}		
	.slide-sub-text {
		height: 120px;
		padding: 0 5% 0 5%;
		font-size: 24px;
		line-height: 34px;
		margin-top: 40px;
		}
		@media screen and (min-width: 1500px) {
			.slide-text .banner-title,
			.slide-text h1,
			.slide-text h2 {
				font-size: 94px;
				line-height: 90px;
				}
			.slider-wrap2 .slide-text h2 {
				font-size: 84px;
				line-height: 80px;
				}
			}	


/* css for home ------------------------------------------------------------------------------------------------- */

.home-intro {
	text-align: center;
	padding-bottom: 0px;
	width: 80%;
	margin: 0 auto;
	}
	.home-intro h2 {
		width: 75%;
		margin: 0 auto;
		}

.bg-who {
	padding: 50px 0 30px 0;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	}	
	.bg-who .container {
		padding: 55px 2% 45px 2%;
		}
	.bg-who img {
		margin: 20px 0 0 0;
		}	
	.bg-who h2 {
		color: #fff;
		}

.bg-gray {
	background: #5f6971;
	color: #fff;
	text-align: center;
	}
	.bg-gray .container {
		padding: 75px 2% 100px 2%;
		}
	.bg-gray h2 {
		color: #fff;
		text-transform: uppercase;
		}

.wide-photo {
	position: relative;
	min-height: 625px;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	}
	.photo-text {
		text-align: center;
		position: absolute;
		top: 50%; 
		left: 50%;
		width: 65%; 
		transform: translate(-50%, -50%); 
		}
	.wide-photo h2 {
		color: #fff;
		text-transform: uppercase;
		}

.circles-link {
	position: relative;
	display: inline-block;
	margin: 40px 0 0 0;
	width: 150px;
	height: 150px;
	border-radius: 75px;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	background: #46279c;
	font-weight: 400;
	}
	.circles-text {
		text-align: center;
		position: absolute;
		top: 50%; 
		left: 50%; 
		transform: translate(-50%, -50%); 
		}	
	.circles-link:hover {
		color: #fff;
		}

.four-square {
	float: left;
	width: 50%;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	}
	.four-square img {
		width: 100%;
		height: auto;
		}

.purple-form {
	padding: 50px 0 0px 0;
	background: #46279c;
	color: #fff;
	text-align: center;
	}	
	.purple-form .container {
		padding: 50px 2% 80px 2%;
		}
	.purple-form h2 {
		padding: 0 0 15px 0;
		color: #fff;
		font-weight: 400;
		}
	.purple-form p {
		padding: 0 0 0 0;
		}


.winshade {
	position: relative;
	}
	.container-winshade {
		padding: 95px 2% 80px 2%;
		}
	.winshade-maintitle {
		margin-bottom: 0;
		padding-bottom: 20px;
		}	
	.winshade-title {
		position: relative;
		float: left;
		width: 80%;
		height: 100px;
		padding: 0 5% 0 0;
		font-size: 36px;
		line-height: 36px;
		color: #46279c;
		font-weight: 700;
		text-transform: uppercase;
		text-align: left;
		}
		.winshade-center {
			position: absolute;
			top: 51%; 
			transform: translateY(-50%); 
			}
	.winshade-text {
		text-align: left;
		font-size: 22px;
		line-height: 32px;
		width: 100%;
		padding: 0 0 50px 0;
		display: none;
		}
		.bio-photo {
			float: left;
			margin: 0 3% 50px 0;
			width: 20%;
			}
			.bio-photo img {
				max-width: 211px;
				width: 100%;
				height: auto;
				}
		.bio-text {
			float: left;
			margin: 80px 0 50px 0;
			width: 77%;
			}
			.position {
				padding: 0 0 40px 0;
				font-size: 32px;
				line-height: 42px;
				color: #0072ad;
				}
	.plus {
		position: absolute;
		right: 0;
		top: 55px;
		width: 52px;
		height: 52px;
		background: url(images/plus.png) no-repeat center center;
		background-size: 52px 52px;
		cursor: pointer;
		}
	.minus {
		position: absolute;
		right: 0;
		top: 55px;
		width: 52px;
		height: 52px;
		background: url(images/minus.png) no-repeat center center;
		background-size: 52px 52px;
		cursor: pointer;
		}
	.dots-blue {
		margin: 20px 0 20px 0;
		height: 10px;
		border: none;
		background: url('images/dots-blue.png');
		background-size: 5px;
		background-position: bottom left;
		background-repeat: repeat-x;
		}
		.first-dots-blue {
			margin: 0 0 20px 0;
			}
		

.info-block {
	position: relative;
	float: left;
	width: 19%;
	padding-right: 1%;
	margin: 20px 0 50px 0;
	}
	.info-three-col {
		width: 32%;
		margin: 15px 0 0px 0;
		}
	.info-photo {
		font-size: 0;
		line-height: 0;
		}
	.info-photo img {
		width: 100%;
		height: auto;
		}
	.info-title {
		margin: 0;
		height: 100px;
		position: relative;
		font-size: 22px;
		line-height: 22px;
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
		width: 100%;
		text-align: center;
		}
		.info-center {
			position: absolute;
			width: 90%;
			padding: 0 5% 0 5%;
			top: 49%; 
			transform: translateY(-50%); 
			}
	.bottom-text {
		margin: 50px 0 20px 0;
		}
	.wasc-logo {
		margin: 100px 0 20px 0;
		}
		
			
.two-col-photo {
	width: 100%;
	}
	.two-col-photo img {
		width: 100%;
		height: auto;
		}
.two-col-photo div {
	float: left;
	width: 49%;
	margin-right: 2%;
	}		
	.two-col-photo div:nth-of-type(2) {
		margin-right: 0%;
		}


.bg-purple {
	background: #46279c;
	color: #fff;
	}		
.bg-ltblue {
	background: #0072ad;
	color: #fff;
	}		
.bg-gray {
	background: #5f6971;
	color: #fff;
	}		
.bg-blue {
	background: #0040a2;
	color: #fff;
	}		
.bg-green {
	background: #00753b;
	color: #fff;
	}		
.bg-pink {
	background: #a537a6;
	color: #fff;
	}		


/* css for forms ------------------------------------------------------------------------------------------------ */
input[type='tel'],
input[type='email'],
input[type='text'] {
	float: left !important;
	vertical-align: top !important;
	padding: 4px 0 3px 3% !important;
	margin: 0 !important;
	height: 40px !important;
	width: 100% !important;
	border-radius: 0 !important;
	border: 1px solid #c2c5ce !important;
	outline: none !important;
	background: #fff !important;
	font-size: 15px !important;
	line-height: 15px !important;
	color: #5f6971 !important;
	transition: all 0.2s linear !important;
	}
textarea {
	float: left !important;
	vertical-align: top !important;
	padding: 15px 0 3px 1% !important;
	margin: 0 !important;
	height: 125px !important;
	width: 100% !important;
	border-radius: 0 !important;
	border: 1px solid #c2c5ce !important;
	outline: none !important;
	background: #fff !important;
	font-size: 15px !important;
	line-height: 15px !important;
	color: #5f6971 !important;
	transition: all 0.2s linear !important;
	}
select {
	padding: 0 0 0 10px !important;
	margin: 0 0 0 0 !important;
	width: 100% !important;
	height: 40px !important;
	border-radius: 0 !important;
	border: 1px solid #c2c5ce !important;
	outline: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('images/nav-arrow-down.png') !important;
	background-position: right 10px center !important;
	background-repeat: no-repeat !important;
	background-color: #fff !important;
	font-size: 15px !important;
	line-height: 15px !important;
	color: #5f6971 !important;
	transition: all 0.2s linear !important;
	}
input[type='submit'] {
	float: right !important;
	padding: 5px 45px 5px 45px !important;
	max-width: 130px !important;
	margin: 0 1% 0 0 !important;
	height: 36px !important;
	border: none !important;
	text-align: center !important;
	cursor: pointer !important;
	border-radius: 3px !important;
	background: #a537a6 !important;
	font-size: 14px !important;
	line-height: 14px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	color: #fff !important;
	text-transform: uppercase !important;
	transition: all 0.2s linear !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	}
::placeholder {
	color: #5f6971 !important;
	}

.contact-form {
	margin: 0 !important;
	padding: 0 !important;
	}
.contact-form label {
	display: none !important;
	}	
.contact-form .gfield {
	width: 24% !important;
	margin: 0 1% 10px 0 !important;
	padding: 0 !important;
	float: left !important;
	clear: none !important;
	}	
.contact-form .wide-field {
		width: 49% !important;
		}
.contact-form .gfield--type-textarea {
	width: 99% !important;
	margin: 0 1% 0 0 !important;
	padding: 0 !important;
	float: none !important;
	}

		
/* css for video ------------------------------------------------------------------------------------------------ */
.video-container {
	padding: 50px 0 30px 0;
	background-image: url(images/About-MUSE-Virtual-School-Video-Virtual-School.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	}	
.video {
	margin: 0 0 22px 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	}
	.small-video {
		margin: 0 auto;
		text-align: center;
		width: 75%;
		padding-top: 42.25%; 
		}
	.video-button {
		margin-top: 175px; 
		margin-bottom: 50px;
		}
		.video-button img {
			max-width: 360px; 
			height: auto;
			border-radius: 6px;
			}	
iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	}	
	.map-iframe iframe {
		position: relative;
		top: inherit;
		left: inherit;
		bottom: inherit;
		right: inherit;
		width: 100%;
		height: 600px;
		}	
		.map-paragraph {
			text-align: center;
			margin: 20px 0 0 0;
			}
	.video-home { 
		position: relative; 
		padding-bottom: 56.25%; /* 16:9 */ 
		height: 0; 
		}
.video-home img { 
	position: absolute; 
	display: block; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	z-index: 20; 
	cursor: pointer; 
	}
.video-home:after { 
	content: ""; 
	position: absolute; 
	display: block; 
    background: url(play-button.png) no-repeat 0 0; 
    top: 45%; 
    left: 45%; 
    width: 46px; 
    height: 36px; 
    z-index: 30; 
    cursor: pointer; 
    } 
.video-home iframe { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	}
.video-home.player img { 
	display: none; 
	}
.video-home.player:after { 
	display: none; 
	}
.video-text {
	padding: 40px 0 70px 0;
	}
	.video-text h3 {
		color: #5f6971;
		font-size: 20px;
		font-weight: bold;
		}
		
		
/* css for popups ----------------------------------------------------------------------------------------------- */
.video-play {
	cursor: pointer;
	color: #46279c;
	}
.popup-bck {
	display: none;
	background-color: rgba(0, 0, 0, .7);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 99998;
	cursor: default;
	}
.popup-box {
	display: none;
	opacity: 0;
	position: fixed;
	padding: 0;
	left: 49%;
	top: 46%;
	width: 69%;
	max-width: 1172px;
	transform: translate(-50%,-50%); 
	z-index: 99999;
	cursor: default;
	}
.close-popup {
	position: absolute;
	top: -40px;
	right: -40px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background: url(images/close.png) no-repeat;
	background-size: 35px 35px;
	}

			
/* css for contact ---------------------------------------------------------------------------------------------- */
.contact-form {
	margin: 50px 0 0 0;
	}
.map {
	margin: 25px 5% 400px 5%;
	}
.map iframe {
	margin: 0 auto 0 auto;
	max-width: 95%;
	max-height: 450px;
	}


/* css for footer ----------------------------------------------------------------------------------------------- */
#footer {
	position: relative;
	padding: 70px 0 0 0; 
	background: #46279c;
	width: 100%;
	color: #fff;
	text-align: center;
	}
	#footer .container {
		padding: 50px 2% 100px 2%;
		}
	#footer h2 {
		color: #fff;
		}		
.footer-blue {
	padding: 50px 0 0px 0;
	background: #0072ad;
	color: #fff;
	text-align: center;
	}	
	.footer-blue .container {
		padding: 50px 2% 100px 2%;
		}
.silhouette img {
	max-height: 375px;
	width: auto;
	}

#footer-black {
	position: relative;
	padding: 20px 0 30px 0; 
	background: rgba(0, 0, 0, 1);
	width: 100%;
	color: #fff;
	text-align: center;
	}
	#footer-black .footer-container {
		padding: 90px 2% 60px 2%;
		}
	#footer-black h2 {
		padding: 0 0 7px 0;
		color: #fff;
		font-size: 28px;
		line-height: 32px;
		font-weight: 400;
		text-transform: uppercase;
		}
	#footer-black p {
		padding: 0 0 37px 0;
		}
	#footer-black ul {
		padding: 10px 0 0 0;
		margin: 0;
		list-style: none;
		}
	#footer-black ul li {
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
		padding: 0 20px 30px 20px;
		text-transform: uppercase;
		}
	#footer-black form {
		padding: 0 6% 0 6%;
		}	
	#footer-black a {
		font-weight: 400;
		font-size: 15px; 
		line-height: 17px;
		color: #fff;
		}	
	#footer-black a:hover {
		color: #a482e4;
		}
	#footer-black hr {
		margin: 65px 6% 19px 6%;
		border-bottom: 1px solid #494747;
		}	
#footer-black #copyright {
	margin: 8px 0 0 0;
	display: inline-block;
	font-size: 14px;
	}
#footer-black .privacy {
	display: inline-block;
	padding: 0 0 0 20px;
	font-size: 14px;
	}	
#footer-black .footer-social {
	margin: 50px 0 0 0 !important;
	}
	#footer-black .footer-social li {
		width: 40px;
		height: 40px;
		padding: 0 7px 0 7px !important;
		margin: 0;
		}
#footer-black .address1 {
	width: 100%;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 22px;
	line-height: 28px;
	}	
	#footer-black .address1  a {
		font-size: 22px;
		line-height: 28px;
		font-weight: bold;
		}	
		
			
/* -------------------------------------------------------------------------------------------------------------- */
/* css for animations ------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------- */

.animation-element {
	position: relative;
	transition: .6s all ease;
	}
.slow {
	transition: 1.2s all ease;
	}
.delay1 {
	-webkit-transition-delay: .1s; 
    transition-delay: .1s;
	}
.delay2 {
	-webkit-transition-delay: .2s; 
    transition-delay: .2s;
	}
.delay3 {
	-webkit-transition-delay: .3s; 
    transition-delay: .3s;
	}
.delay4 {
	-webkit-transition-delay: .4s; 
    transition-delay: .4s;
	}
.delay5 {
	-webkit-transition-delay: .5s; 
    transition-delay: .5s;
	}
.delay6 {
	-webkit-transition-delay: .6s; 
    transition-delay: .6s;
	}
.fade-in {
	opacity: 0;
	}
.fade-in.in-view {
	opacity: 1;
	}
.slide-left {
	opacity: 0;
	-webkit-transform: translateX(120px);
	-ms-transform: translateX(120px);
	transform: translateX(120px);
	}
.slide-right {
	opacity: 0;
	-webkit-transform: translateX(-120px);
	-ms-transform: translateX(-120px);
	transform: translateX(-120px);
	}
.slide-up {
	opacity: 0;
	-webkit-transform: translateY(120px);
	-ms-transform: translateY(120px);
	transform: translateY(120px);
	}
.slide-left.in-view,
.slide-right.in-view,
.slide-up.in-view {
	opacity: 1;
	-webkit-transform: translate3d(0, 0 , 0);
	-ms-transform: translate3d(0, 0 , 0);
	transform: translate3d(0, 0 , 0);
	}
.grow {
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	}
.grow.in-view {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
.text-highlight {
	color: inherit;
	}
.text-highlight.in-view {
	color: #34a31f;
	}
.rotate {
	opacity: 0;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);   
	transform: rotateY(180deg);
	display: inline-block;
	}
	
			
/* css for misc items --------------------------------------------------------------------------------------------*/
.clear {
	float: none;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	}
.alignnone {
	margin-top: 40px;
	margin-bottom: 40px;
	}	
.aligncenter {
	margin: 0 auto 0 auto;
	text-align: center;
	}
.center-text {
	text-align: center;
	}		
.center-logo {
	margin: 0 auto 0 auto;
	text-align: center;
	}	
.alignright {
	padding: 5px 0 15px 15px;
	margin: 0 !important;
	float: right;
	}
.alignleft {
	padding: 5px 15px 15px 0;
	margin: 0 !important;
	float: left;
	}
.hidden {
	display: none;
	}	
.mobile {
	display: none;
	}
.desktop {
	display: inherit;
	}







@media only screen 
and (max-width : 767px) {
body {
	font-size: 16px;
	line-height: 26px;
	}
p {
	padding: 0 0 30px 0;
	margin: 0;
	}
hr {  
	margin: 21px 0 21px 0;
	}
h1 {
	margin: 0 0 0 0;
	font-size: 44px;
	line-height: 54px;
	}
h2 {
	margin: 0 0 0 0;
	font-size: 26px;
	line-height: 26px;
	}
h3 {
	margin: 0 0 0 0;
	font-size: 22px;
	line-height: 22px;
	}


/* css for site structure ----------------------------------------------------------------------------------------*/
.container {
	padding: 50px 5% 5px 5%;
	width: 90%;
	}
.mobile {
	display: inherit;
	}					
.desktop {
	display: none;
	}					 

.logo img {
	max-width: 200px;
	}


/* css for home ------------------------------------------------------------------------------------------------- */

.slide-text {
	bottom: 10px;
	}
		
.bg-who .container {
	padding: 15px 2% 5px 2%;
	}
	
.bg-gray .container {
	padding: 55px 2% 50px 2%;
	}

.four-square {
	float: none;
	width: 100%;
	}

.purple-form .container {
	padding: 20px 2% 60px 2%;
	}

.container-winshade {
	padding: 95px 2% 80px 2%;
	}
	
.winshade-title {
	font-size: 26px;
	line-height: 26px;
	}
	.winshade-text {
		font-size: 16px;
		line-height: 26px;
		padding: 0 0 0 0;
		}
		.bio-photo {
			float: none;
			margin: 0 0 10px 0;
			width: 100%;
			}
			.bio-photo img {
				max-width: 150px;
				}
		.bio-text {
			float: none;
			margin: 30px 0 50px 0;
			width: 100%;
			}
		.position {
			padding: 0 0 40px 0;
			font-size: 16px;
			line-height: 26px;
			}
	.plus {
		top: 55px;
		width: 32px;
		height: 32px;
		background-size: 32px 32px;
		}
	.minus {
		top: 55px;
		width: 32px;
		height: 32px;
		background-size: 32px 32px;
		}
	.dots-blue {
		margin: 20px 0 20px 0;
		}
		.first-dots-blue {
			margin: 0 0 20px 0;
			}

		
.info-block {
	width: 49%;
	padding-right: 1%;
	margin: 0px 0 10px 0;
	}
	.info-three-col {
		width: 49%;
		margin: 0px 0 10px 0;
		}
	.info-title {
		font-size: 18px;
		line-height: 18px;
		}
	.bottom-text {
		margin: 40px 0 0px 0;
		}
	.wasc-logo {
		margin: 70px 0 10px 0;
		}
		
.two-col-photo div {
	float: none;
	width: 100%;
	margin-right: 0;
	}		

input[type='tel'],
input[type='email'],
input[type='text'] {
	margin: 0 0 10px 0 !important;
	}
textarea {
	margin: 0 0 10px 0 !important;
	}
select {
	margin: 0 0 0px 0 !important;
	}
.contact-form .gfield {
	width: 100% !important;
	margin: 0 0 10px 0 !important;
	float: none !important;
	}	
.contact-form .wide-field {
	width: 100% !important;
	margin: 0 0 10px 0 !important;
	float: none !important;
	}

#footer-black .footer-container {
	padding: 50px 2% 20px 2%;
	}
#footer-black ul li {
	padding: 0 20px 10px 20px;
	}
#footer-black .footer-social {
	margin: 50px 0 0 0 !important;
	}
#footer-black .address1 {
	margin: 0 auto;
	width: 70%;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	}	
	#footer-black .address1  a {
		font-size: 16px;
		line-height: 26px;
		}	
	
}
