/*
Theme Name:     Springs Charter Schools
Theme URI:      http://unionstreetmedia.com/
Description:    A custom theme for Springs Charter Schools
Author:         Dan Mowchan, Scott Nelle
Author URI:     http://unionstreetmedia.com/
Version:        0.1.0
*/
@import url('css/normalize.min.css');
@import url('css/underscores.css');



/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

body {
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

img {
	vertical-align: middle;
}

img.size-full {
	max-width: 100%;
	height: auto;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{
	background: #f8f8f8;
	font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
	width: 100%;
}

a {
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}

/*
 *  Layout 
 */

.wrapper{
	margin: 0 auto;
	width: 90%;
}

#main { min-height: 300px; }
 
/*
 *	Modal
 */

#lean_overlay{
	position: fixed;
    z-index:9999;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}
.modal {
 	display: none;
    width: 600px;
    padding: 1.25em 2em;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.modal div{
	position: relative;
}
.modal a.modal-close{
	position: absolute;
	top: 6px;
	right: 0;
	visibility: hidden;
}
.modal a.modal-close:after{
	text-indent: 9999px;
	content: "X";
	visibility: visible;
	color: #000;
	background: #dad8d6;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	padding: 6px 10px;
	font-weight: bold;
	font-size: 12px;
}
.modal a.modal-close:hover{
	cursor: pointer;
}

/*
 *  Shared Styles
 */
 
h1, h2, h4{
	font-family: "Anivers", Helvetica, sans-serif;
	font-weight: normal;
}
h1{
	font-size: 30px;
	color: #0d4e81;
	margin: 0 0;
}
h2{
	color: #8b8883;
	font-size: 22px;
	font-weight: normal;
}
.subpage h2{
	color: #0d4e81;
	text-transform: uppercase;
}
#main h2.charter-title {
	color: #71b858;
	margin-top: 0;
}
h3,
h3 a{
	color: #575757;
	font-size: 16px;
	margin: 0 0;
	line-height: 1.25em;
	text-decoration: none;
}
h3 a:hover,
h3 a:focus{
	text-decoration: underline;
}
h4{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
}
.anivers{
	font-family: "Anivers", Helvetica, sans-serif;
}
.underscored{
	border-bottom: 5px solid #dad8d6;
	padding: 0 0 4px;
	margin-bottom: 8px;
}
.button{
	padding: 8px 15px;
	display: block;
	background: #f48207 url(img/button-arrow.png) no-repeat right center;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	-webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.24);
	box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.24);
}

.button.orange { background-color: #f58d1f; }
.button.vista-purple { background-color: #7661AA; }
.button.purple { background-color: #a91a78; }
.button.red { background-color: #ed2700; }
.button.yellow { background-color: #f8bf00; }
.button.green { background-color: #71b858; }
.button.light-gray { background-color: #E6E3E0; }
.button.gray { background-color: #8E8F89; }
.button.dark-gray { background-color: #575756; }
.button.navy-blue { background-color: #085086; }
.button.blue { background-color: #00aeef; }
.button.light-blue { background-color: #00aeef; }
.button.teal { background-color: #09c7c7; }

.three-fourths .button {
	width: 40%;
	margin-bottom: .5em;
}

.button:hover {
	opacity: .85;
}

#see-all-news{
	background-color: #00aeef;
}

.live-chat{
	background-color: #00aeef;
}
#see-all-news:hover,
.live-chat:hover {
	background-color: #049fd9;
}
#apply-today{ /* orange */
	background-color: #00aeef;
}
#apply-today:hover {
	background-color: #00a0db;
}
.grey-checkered {
	background: #f2f0ee url(img/pattern.png) repeat top left;
}
.bordered{
	border: 5px solid #e6e3e0;
}
.date{
	font-size: 12px;
	text-transform: uppercase;
	color: #8b8883;
}
a{
	color: #00aeef;
}
.col{
	position: relative;
}

/*
 *  Header
 */
 
#toggle-search{
	display: inline-block;
	width: auto;
	float: right;
	font-size: 12px;
	text-decoration: none;
	background: #fff;
	margin: 6px 5% 0 0;
	padding: 4px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#login-search{
	background: #dad8d6;
}
#login-search ul{
	display: inline-block;
	float: left;
	width: 50%;
	list-style: none;
	padding: 5px 0 9px 5%;
	margin: 0 0;
	text-align: center;
}
#login-search ul li{
	display: inline-block;
	color: #575755;
	font-size: 12px;
}
#login-search ul li+li:before{
	content: "\/";
	margin: 0 6px;
}
#login-search ul li a{
	color: #575755;
	text-decoration: none;
}
#login-search form{
	display: inline-block;
	float: right;
	width: 90%;
	padding: 7px 5% 13px 5%;
	height: 23px;
	display: none;
}
#login-search form input[type=text]{
	width: 92%;
	background: #dad8d6;
	color: #575755;
	text-transform: none;
	font-size: 12px;
	border: none;
	border-bottom: 1px solid #575755;
	padding: 2px 0;
	font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
}
#login-search form input[type=submit]{
	display: inline-block;
	width: 6%;
	height: 22px;
	text-indent: -999em;
	background: url(img/ellipses.png) no-repeat right top;
	border: none;
	margin: 0 0 0 2%;
}
#logo{
	margin: 17px 0 17px;
	float: left;
	display: block;
	width: 288px;
	height: auto;
}
#logo img{
	width: 100%;
	height: auto;
}

#top-menu{
	display: none;
}

a#toggle-main-menu:link {color: #ffffff; text-decoration: none;}
a#toggle-main-menu:active {color: #ffffff; text-decoration: none;}
a#toggle-main-menu:visited {color: #ffffff; text-decoration: none;}
a#toggle-main-menu:hover {color: #ffffff; text-decoration: none;}

#toggle-main-menu{
	/*display: block;*/
	float: right;
	width: auto;
	/*height: 40px;*/
	background: #00a9e8;
	margin: 35px 0 0;
	/*text-indent: -999em;*/
	/*position: relative;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}
#toggle-main-menu span{
	display: block;
	width: 70%;
	margin: 0 15%;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 13px;
}
#toggle-main-menu span+span{
	margin: 6px 15% 0;
}
#toggle-main-menu span+span+span{
	margin: 12px 15% 0;
}
#main-menu{
	display: none;
}
#main-menu ul{
	list-style: none;
	padding: 0 0;
	margin: 0 0;
}
#main-menu ul li{
	
}
#main-menu ul li.dropdown{
	background: url(img/dropdown-arrow.png) no-repeat right 1em;
}
#main-menu ul li+li{
	border-top: 1px solid #555;
}
#main-menu ul li a{
	color: #fff;
	text-decoration: none;
	padding: 0.5em 0.25em;
	display: block;
}
#main-menu ul li ul{
	display: none;
	margin: 0 0 0 1em;
	padding: 0 0 1em;
}
#main-menu ul li ul.grey-checkered{
	background: none;
}
#main-menu ul li ul li a{
	color: #ccc;
}

#mobile-toggles{
	
}
#toggle-top-menu{
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: #555;
	text-decoration: none;
	padding: 0.5em 0;   
	margin: 0 0 1em;
	float: right;
}
#top-menu{
	list-style: none;
	margin: 0 0 1em;
	padding: 0 0;
}
#top-menu li+li{
	margin: 0.5em 0 0;
}
#top-menu li{
	width: 100%;
}
#top-menu li a{
	color: #575756;
	text-decoration: none;
	width: 100%;
	text-align: center;
	display: block;
	border: 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0.5em 0; 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#top-menu li#current a{
	color: #0d4e81;
	border-color: #0d4e81;
}
#top-menu li#staff a{
	color: #71b858;
	border-color: #71b858;
}
#top-menu li#boards a{
	color: #00aeef;
	border-color: #00aeef;
}
#top-menu li#vendors a{
	color: #a91a78;
	border-color: #a91a78;
}

/*
 *  Footer
 */

.footer-container{
	margin: 20px 0 0;
}
#company-information{
	text-align: center;
}
#company-information .two-thirds{
	background: url(img/crest.png) no-repeat center center;
	
}
#company-information .two-thirds ul{
	background: rgba(242,240,238,0.8);
	text-align: center;
	padding: 25px 0 55px;
	list-style: none;
}
#company-information .two-thirds ul li{
	color: #575756;
	padding: 0 0;
	font-size: 14px;
}
#company-information .two-thirds ul li:last-child{
	margin: 10px 0 0;
	font-family: "Anivers", Helvetica, sans-serif;
}
#company-information .two-thirds ul li:last-child a{
	margin: 0 10px 0 0;
}
#company-information .two-thirds ul li:last-child a:last-child{
	margin: 0 0 0 10px;
}
#credits{
	background: #656565;
	height: 65px;
}
#credits img {
	max-width: 100%;
	height: auto;
}

/*
 *  Sidebar Widgets
 */ 

#testimonials{
	background: #71b858 url(img/rectangle-corner.png) no-repeat right top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 13px 17px 30px;
	margin: 23px 0 18px 0;
	position: relative;
}
#testimonials h4{
	margin: 0 0;
	color: #01360e;
}
#testimonials p:before{
	content: open-quote;
	font-family: Arial;
	font-style: italic;
	font-size: 62px;
	position: absolute;
	left: -18px;
	top: 24px;
	color: #8ad270;
}
#testimonials p{
	color: #fff;
	text-indent: 30px;
	margin: 8px 0;
	font-weight: 300;
}
#testimonials span.attribution{
	font-family: "Anivers", Helvetica, sans-serif;
	text-align: right;
	color: #01360e;
	width: 100%;
	display: block;
}

/*
 *  Homepage
 */

#intro{
	padding: 20px 0 24px;
	border-top: 4px solid #fff;
}
#intro p{
	margin: 0 0;
	font-family: "Anivers", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	color: #575757;
}
#intro .button{
	margin: 15px 0;
}
#intro ul{
	list-style: none;
	padding: 0 0;
	margin: 10px 0 0;
}
#intro ul li+li{
	margin: 10px 0 0;
}
#intro ul li a{
	padding: 3px 0 3px 30px;
	background: url(img/ellipses.png) no-repeat 2px -22px;
	color: #575756;
	text-decoration: none;
	font-size: 14px;
}
.news-announcements h2{
	color: #8b8883;
}
.news-item {
	display: inline-block;
	width: 47%;
	margin-right: 2%;
	vertical-align: top;
}
.news-item p, .blog-item p{
	font-size: 13px;
	margin: 6px 0 16px;
}
#our-blog{
	background: url(img/note-paper.png) repeat left bottom;
	margin: 36px 0 0;
	border-top: 1px dotted #dad8d6;
	padding: 17px 16px 24px;
}
#our-blog h2{
	margin: 0 0 10px;
}
#our-blog img{
	float: left;
	width: 20%;
	height: auto;
}
#our-blog .blog-item{
	width: 70%;
	float: right;
}
#our-blog .blog-item p{
	margin: 6px 0 4px;
}


/*
 *  Slideshows
 */
 
#intro-slideshow{
	height: 175px;
	background: #23699c;
}
.slideshow-outer {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideshow-wrapper {
	position: relative;
	overflow: visible !important;
	margin: 0 auto;
	height: 175px;
	width: 100%;
}
#intro-slideshow.cycle-slideshow, #intro-slideshow .cycle-carousel-wrap {
	height: 175px;
	width: 100% !important;
}
#intro-slideshow.cycle-slideshow img{
	width: 100%;
	height: auto;
}
#intro-slideshow .cycle-slide, #intro-slideshow .cycle-sentinel{
	opacity: 0.2 !important;
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}
#intro-slideshow .cycle-slide-active{
	opacity: 1 !important; 
}
.cycle-overlay{
	position: absolute;
	left: 0;
	bottom: 0;
	/*bottom: 40px;
	right: 0;*/
	display: block;
	/*height: 20px;*/
	width: 100%;
	/*background: url(img/slideshow-overlay.png) no-repeat right top;*/
	font-family: Georgia;
	text-align: right;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	/*padding: 10px 5% 30px 0;*/
	margin: 0 0 20px;
	text-shadow: 0px 3px 13px rgba(0, 0, 0, 0.83);
}
.cycle-overlay div {
	background: transparent url(img/slideshow-overlay.png) repeat-y right top;
	position: absolute;
	right: 0;
	bottom: 40px;
	width: 100%;
	padding-right: 5%;
}

.cycle-overlay div a {
	color: #fff;
}
#controls.intro a{
	position: absolute;
	top: 50%;
	margin-top: -25px;
	display: block;
	text-indent: -9999px;
	height: 51px;
	width: 45px;
	background: url(img/slideshow-arrows.png) no-repeat;
}
#slideshow #controls a{
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: block;
	text-indent: -9999px;
	height: 42px;
	width: 37px;
	background: url(img/sm-slideshow-arrows.png) no-repeat;
	z-index: 9999;
}
#controls #prev{
	left: 0;
	background-position: left top;
}
#controls #prev:hover{
	background-position: left bottom;
}
#controls #next{
	right: 0;
	background-position: right top !important;
}
#controls #next:hover{
	background-position: right bottom !important;
}


/*
 *  Subpages
 */

#breadcrumbs{
	
}
#breadcrumbs ul{
	list-style: none;
	padding: 0 0;
	height: 40px;
}
#breadcrumbs ul li{
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	margin: 12px 0;
}
#breadcrumbs ul li+li{
	margin: 0 0 0 8px;
	padding: 0 0 0 16px;
	background: url(img/breadcrumbs-arrow.png) no-repeat left 5px;
}
#breadcrumbs ul li a{
	color: #8b8883;
	text-decoration: none;
}

.subpage .one-fourth{
	margin: 0 0 20px;
}

#toggle-section-menu{
	position: absolute;
	right: 0;
	top: -54px;
	display: block;
	width: 48px;
	height: 40px;
	background: #fff;
	text-indent: -999em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
} 
#toggle-section-menu span{
	display: block;
	width: 70%;
	margin: -8px 15%;
	height: 2px;
	position: relative;
	top: 11px;
	background: #00a9e8;
}
#toggle-main-menu span+span{
	
}
#toggle-main-menu span+span+span{
	
}

.entry-content ul{
	padding: 0 0 0 20px;
}
/*.entry-content ul li{
	list-style: none;
}*/
/*.entry-content ul li:before {
   content: "•";
   font-size: 75%; 
   padding-right: 10px;
   color: #aaa;
}*/

/*
 *  Template A
 */
 
.header-image.box, #page-intro{
	height: 220px;
}
.header-image.box h1{
	text-align: center;
}
.header-image.box h1:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.header-image.box h1 div{
	display: inline-block;
	vertical-align: middle;
	width: 180px;
}
.header-image.box #slideshow, #page-intro #featured-image{
	width: 100%;
	background: #ccc;
	height: auto;
}
.header-image.box #slideshow img{
	width: 100%; 
	height: auto;
}
.header-image.box #controls a{
	top: 50%;
	margin-top: -21px;
}

/*
 *  Template B
 */
 
#page-intro #title{
	background: #f5bd00;
}


/*
 *  Center detail page
 */
 
#center-content{

} 
#center-information{
	margin: 20px 0 0;
	font-size: 12px;
}
#center-information img{
	margin: 10px 0;
	width: 30%;
	height: auto;
	float: left;
}
#center-information h3{
	font-size: 12px;
	text-transform: uppercase;
	color: #0d4e81;
	margin: 10px 0 0;
	width: 60%;
	float: right;
}
#center-information p{
	margin: 0 0 20px;
	width: 60%;
	float: right;
}
#center-information #hours,
.center-separator{
	margin: 12px 0 0;
	padding: 12px 0 0;
	border-top: 1px dotted #bbbab7;
}

/*
 *  Image with Overlay
 */

.header-image.overlay{
	position: relative;
	background: #ccc;
}
.header-image.overlay h1{
	color: #fff;
	background: #0d4e81;
	display: inline-block;
	padding: 12px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 26px;
	line-height: 1;
}

header .light-blue.header-image h1 { background-color: #00aeef; }
header .green.header-image h1 { background-color: #71b858; }
header .purple.header-image h1 { background-color: #a91a78; }
header .yellow.header-image h1 { background-color: #f8bf00; }
header .red.header-image h1 { background-color: #ed2700; }

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 45em) { /* medium */

	/*
	 *  Layout 
	 */
	 
	.col{
		display: inline-block;
		float: left;
	}
	.col+.col{
		margin-left: 4%;
	}
	.one-third, .one-fourth{
		width: 33%;
	}
	.one-half{
		width: 48%;
	}
	.two-thirds, .three-fourths{
		width: 63%;
	}
	.col.place-left{
		margin-left: 0;
	}
	.place-right{
		float: right;
	}

	/*
	 *  Header
	 */

	#login-search form{
		margin: 7px 0 13px 0;
		padding: 0 0 0;
		display: block !important;
	}
	#top-menu li{
		width: 49%;
		float: left;
	}
	#top-menu li+li{
		margin: 0 0 0 2%;
	}
	#top-menu li:nth-child(3){
		margin: 2% 0 0 0;
	}
	#top-menu li:nth-child(4){
		margin: 2% 0 0 2%;	
	}

	#mobile-toggles{
		float: right;
		width: 50%;
	}
	#toggle-top-menu{
		float: right;
		width: 220px;
		margin: 35px 10px 0 0;
	}
	#toggle-main-menu{
		float: right;
	}

	#toggle-search{
		display: none;
	}
	#login-search ul{
		padding: 8px 0 7px 5%;
	}
	#login-search form{
		padding: 0 5%;
		width: 35%;
		height: auto;
	}
	#login-search form input[type=text]{
		width: 90%;
	}
	#login-search form input[type=submit]{
		width: 8%;
	}

	#login-search form ::-webkit-input-placeholder { /* WebKit browsers */
	    color:    #fff;
	}
	#login-search form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	    color:    #fff;
	}
	#login-search form ::-moz-placeholder { /* Mozilla Firefox 19+ */
	    color:    #fff;
	}
	#login-search form :-ms-input-placeholder { /* Internet Explorer 10+ */
	    color:    #fff;
	}

	/*
	 *  Footer 
	 */


	#company-information{
		text-align: left;
	}
	#company-information .two-thirds{
		background: url(img/crest.png) no-repeat 0px 5px;
		min-height: 188px;
	}
	#company-information .two-thirds ul{
		margin: 40px 0 0 175px;
		text-align: left;
		padding: 0 0;
		background: none;
	}
	#company-information .one-third #tools{
		margin: 24px 0 0 0;
		padding: 0 0 0 15px;
		border-left: 1px solid #ccc;
		height: 145px;
		float: left;
		font-size: 12px;
	}
	#company-information .one-third #social{
		float: right;
		margin: 24px 0 0 0;
	}
	#company-information .one-third #social a{
		display: block;
		width: 30px;
		height: 30px;
		text-indent: -9999px;
		background: url(img/social.png) no-repeat left top;
		margin: 0 0 8px;
	}
	#company-information .one-third #social a#twitter{
		background-position: -30px 0;
	}
	#company-information .one-third #social a#youtube{
		background-position: -60px 0;
	}
	#company-information .one-third #social a#instagram{
                background-position: -90px 0;
        }


	#tabs{
		position: fixed;
		bottom: 0;
		right: 160px;
		text-align: center;
		background: url(img/footer-tabs.png) no-repeat left bottom;
		z-index: 100;
	}
	#tabs a{
		display: block;
		height: 31px;
		text-indent: -9999px;
		float: left;
	}
	#tab-apply-today{ width: 116px; }
	#tab-live-chat{ width: 90px; }
	#tab-facebook { width: 56px; }
	#tab-twitter { width: 51px; }
	#tab-youtube { width: 57px; }
	#tab-instagram { width: 57px; }

	/*
	 *  Slideshows
	 */
	#intro-slideshow, .slideshow-wrapper, #intro-slideshow.cycle-slideshow, #intro-slideshow .cycle-carousel-wrap {
		height: 265px;
	}
	#intro-slideshow.cycle-slideshow img{
		width: 100%;
		height: auto;
	}
	#controls.intro a{
		top: 50%;
		margin-top: -21px;
	}

	/*
	 *  Subpages
	 */
	 
	#toggle-section-menu{
		display: none;
	}

	/*
	 *  Template C
	 */

	#center-information h3, #center-information p{
		width: 65%;
	}

}

@media only screen and (min-width: 68.75em){ /* wide */

	/*
	 *  Layout
	 */
	 
	body{
		margin: 0 0 !important;
	}
	#pageslide{
		display: none !important;
	}


	.one-third,.one-fourth,.one-half{
		width: 270px;   
	}
	.two-thirds{
		width: 570px;
	}
	.three-fourths{
		width: 750px;
	}
	.col+.col{
		margin-left: 30px;
	}

	.header-container .wrapper{
		position: relative;
		width: 1000px;
	}
	.main-container .wrapper{
		width: 1070px;
	}
	.main-container.homepage .wrapper{
		width: 870px;
	}
	.footer-container .wrapper{
		width: 1000px;
	}

	/*
	 *  Shared Styles
	 */
	 
	#see-all-news{
		width: 160px;
	}

	.grey-checkered,
	#main-menu ul ul {
		background: #f2f0ee url(img/pattern.png) repeat top left;
	}

	/*
	 *  Header
	 */

	#login-search{
		width: 48%;
		position: absolute;
		left: 52%;
		background: #656565;
		height: 41px;
		z-index: 9999;
	}
	#login-search ul{
		width: 178px;
		padding: 7px 0 7px 28px;
	}
	#login-search form{
		width: 245px;
		padding: 7px 0 13px 28px;
		float: left;
		margin: 0 0 13px 0;
		text-align: right;
	}
	#login-search form input[type=text]{
		width: 212px;
		background: #656565;
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	#login-search form input[type=submit]{
		width: 22px;
		margin: 0 0 0 7px;
	}
	#login-search .clearfix{
		background: url(img/login-search.png) no-repeat left top;
	}

	#logo{
		width: 336px;
		height: 87px;
		margin: 17px 0 25px;
	}

	#toggle-top-menu{
		display: none;
	}

	#top-menu{
		display: block !important;
		float: right;
		margin: -40px 0 0 0;
	}
	#top-menu li{
		display: inline-block;
		font-size: 15px;
		text-transform: uppercase;
		width: auto;
	}
	#top-menu li+li, #top-menu li:nth-child(3), #top-menu li:nth-child(4){
		margin: 0 0 0 32px;
	}
	#top-menu li a{
		padding: 0 15px 0 0;
		width: auto;
		background: url(img/top-menu-arrows.png) no-repeat 100% 8px;
		border: none;
	}
	#top-menu li#current a{
		color: #575656;
	}
	#top-menu li#staff a{
		background-position: 100% -7px;
		color: #575656;
	}
	#top-menu li#boards a{
		background-position: 100% -22px;
		color: #575656;
	}
	#top-menu li#vendors a{
		background-position: 100% -37px;
		color: #575656;
	}
	#top-menu li#current a:hover, #top-menu li#current a:focus{
		color: #0d4e81;
	}
	#top-menu li#staff a:hover, #top-menu li#staff a:focus{
		color: #71b858;
	}
	#top-menu li#boards a:hover, #top-menu li#boards a:focus{
		color: #00aeef;
	}
	#top-menu li#vendors a:hover, #top-menu li#vendors a:focus{
		color: #a91a78;
	}

	#toggle-main-menu{
		display: none;
	}

	#main-menu{
		display: block;
		background: #0d4e81;
		height: 43px;
		width: 100%;
	}
	#main-menu ul{
		list-style: none;
		padding: 0 0;
		margin: 0 auto;
	}
	#main-menu ul li{
		display: inline-block;
		font-size: 17px;
		float: left;
		border-right: 1px solid #11619c;
		position: relative;
	}

	#main-menu ul li.dropdown{
		background: none;
	}
	#main-menu ul li+li{
		border-top: none;
	}
	#main-menu ul li:first-child{
		border-left: 1px solid #11619c;
	}
	#main-menu ul li a{
		display: block;
		padding: 14px 25px 12px;
		line-height: 1;
		text-decoration: none;
		color: #fff;
		text-transform: uppercase;
		background: #0d4e81;
	}
	#main-menu ul li:hover a, #main-menu ul li:focus a{
		background: #00a9e8;
	}
	#main-menu ul li ul{
		display: none;
		margin: 0 0;
		/*width: 260px;*/
		width: auto;
		padding: 22px 12px 10px;
		-webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.24);
		box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.24);
		z-index: 9999;
	}
	#main-menu ul li:hover ul{
		display: block;
		position: absolute;
		left: 0;
		top: 43px;
	}
	#main-menu ul ul li:first-child{
		/* we'll have to override the previous background positioning for each item */
		background: url(img/main-nav-active-arrow.png) no-repeat 10% 0;
		padding: 22px 0 0 0;
		margin: -22px 0 0 0;
	}
	#main-menu ul li ul li, #main-menu ul li ul li:first-child{
		border: none;
	}
	#main-menu ul li ul li+li{
		border-top: 1px solid #e2e0e0;
	}
	#main-menu ul li:hover ul li a, #main-menu ul li:focus ul li a{
		font-size: 15px;
		text-transform: none;
		width: 228px;
		padding: 8px 16px;
		color: #575756;
		background: transparent;
	}
	#main-menu ul li:hover ul li a:hover, #main-menu ul li:focus ul li a:focus{
		color: #00a8e8;
		background: transparent;
	}

	/* tertiary */
	#main-menu ul li ul ul{
		display: block;
		margin: 0 0;
		width: auto;
		padding: 0;
		-webkit-box-shadow:  none;
		box-shadow:  none;
		background: transparent;
	}
	#main-menu ul li:hover ul ul{
		position: static;
		left: auto;
		top: auto;
	}
	#main-menu ul ul ul li{
	 	padding: 0 0 0 1em;
	 	float: none;
	 	display: block;
	}
	#main-menu ul ul ul li:first-child{
		/* we'll have to override the previous background positioning for each item */
		background: transparent;
		padding: 0 0 0 1em;
		margin: 0;
	}

	/*
	 *  Footer
	 */

	#company-information .two-thirds{
		background: url(img/crest.png) no-repeat 45px 5px;
	}
	#company-information .two-thirds ul{
		margin: 35px 0 0 245px;
		text-align: left;
		padding: 0 0;
		background: none;
	}
	#company-information .two-thirds ul li{
		font-size: 15px;
	}
	#company-information .one-third #tools{
		margin: 24px 0 0 0;
		padding: 0 0 0 50px;
	}



	/*
	 *  Homepage
	 */

	#intro p{
		font-size: 22px;

	}
	#intro .one-third{
		width: 216px;
		margin-left: 57px;
	}

	#our-blog{
	}
	#our-blog img{
		width: 148px;
		height: 136px;
	}
	#our-blog .blog-item{
		width: 356px;
	}

	/*
	 *  Home Page slideshow
	 */
	#intro-slideshow{
		height: 437px;
	}
	.slideshow-outer {
		width: auto;
		overflow: hidden;
		position: relative;
	}
	.slideshow-wrapper {
		left: 50% !important;
		position: relative;
		margin-left: -500px !important;
		overflow: visible !important;
		margin: 0 auto;
		height: 437px;
		width: 1000px;
	}
	#intro-slideshow.cycle-slideshow{
		left: -100%;
		width: 3000px !important;
	}
	#intro-slideshow.cycle-slideshow, #intro-sideshow .cycle-carousel-wrap {
		height: 437px;
	}
	#intro-slideshow.cycle-slideshow img{
		width: auto;
		height: auto;
	}
	#intro-slideshow .cycle-carousel-wrap {
		margin-left: 33.33333%!important;
	}
	.cycle-overlay{
		right: auto;
		height: 57px;
		width: 940px;
		font-size: 40px;
		padding: 10px 60px 70px 0;
		margin: 0 0 0 33.33333%;
	}


	/*
	 *  Subpages
	 */
	.subpage .one-fourth{
		margin: 0 0 0;
	}


	/* page header - slideshow */ 
	.header-image.box, #page-intro{
		height: 220px;
	}
	.header-image.box div,
	.header-image.box > img,
	.header-image.box h1{
		display: inline-block;
	}
	.header-image.box h1{
		float: left;
		height: 220px;
		background: #a91a78;
		width: 180px;
		padding: 0 12px;
		margin: 0 10px 0 0; 
		text-align: center;
		font-family: "Anivers", Helvetica, sans-serif;
		font-size: 30px;
		color: #fff;
	}

	.header-image.box #slideshow {
		width: 520px;
		height: 220px;
	}
	.header-image.box #controls a:focus{
		outline-width: 0;
	}

	 #fieldtrip-content{
		display: inline-block;
		float: left;
		/*padding: 0 25px 0 0;*/
		margin: 0 25px 0 0;
		/*border-right: 1px solid #f1efee;*/
	} 
	/*
	 *  Student Center Page
	 */
	 
	#center-content{
		width: 525px;
		display: inline-block;
		float: left;
		/*padding: 0 25px 0 0;*/
		margin: 0 25px 0 0;
		/*border-right: 1px solid #f1efee;*/
	} 
	#center-information{
		padding-left: 25px;
		border-left: 1px solid #f1efee;
		width: 174px;
		display: inline-block;
		float: left;
		font-size: 14px;
		margin: 0 0;
	}
	#center-information img{
		float: none;
		width: 100%;
		height: auto;
	}
	#center-information h3{
		width: auto;
		float: none;
	}
	#center-information p{
		width: auto;
		float: none;
	}
	 
	/*
	 *  Program sub-page
	 */

	#page-intro-overlay h1{
		font-size: 30px;
	}



}

/* home page content */
#intro {
	padding: 14px 0 6px 0;
}

#intro .entry-content {
	margin-top: 0;
}

#slideshow-pager {
	bottom: 2px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 30px;
	line-height: 1;
	position: absolute;
	right: 34px;
	z-index: 99;
}

#slideshow-pager span {
	opacity: 0.4;
}

#slideshow-pager .cycle-pager-active {
	opacity: 1;
}

#slideshow-player {
	position: absolute;
	right: 10px;
	bottom: 8px;
	z-index: 99;
}

.play-pause {
	display: block;
	width: 18px;
	height: 20px;
	text-indent: -9999em;
	background-image: url(img/slideshow-play-pause.png);
	background-repeat: no-repeat;
}

#btn-pause {
	background-position: left top;
}

#btn-pause:hover {
	background-position: left bottom;
}

#btn-play {
	background-position: right top;
}

#btn-play:hover {
	background-position: right bottom;
}

.hide {
	display: none;
}

.cycle-overlay {
	font-size: 2.0em;
}

@media screen and (max-width: 480px) {
	.cycle-overlay {
		font-size: 1.0em;
	}

	.slideshow-outer { /* hide the slideshow */
		display: none;
	}
}

.cycle-caption {
	display: none !important;
}

/* section navigation */
.dd-wrapper {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 400px;
	overflow: hidden;
	padding: 10px 0;
	border-top: 1px solid #f3f2f1;
	background: #fff;
	z-index: 999;
}

.dd-navigation {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

.dd-navigation ul {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 100%;
	top: 0;
}

.dd-wrapper li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
	font-family: "Anivers", Helvetica, sans-serif;
	font-size: 15px;
}

.dd-wrapper li+li{
    border-top: 1px solid #f3f2f1;
}

.dd-wrapper ul li:last-child {
	border-bottom: 1px solid #f3f2f1;
}

.dd-wrapper a {
	display: block;
	color: #575756;
	text-decoration: none;
	padding: 10px 16px;
}

.dd-wrapper li a:hover,
.dd-wrapper li a:focus,
.dd-wrapper li.current_page_item > .disclosure-wrapper > a,
.dd-wrapper li.current_page_item > a,
.dd-wrapper li a.back:hover,
.dd-wrapper li a.back:focus {
	color: #fff;
	background-color: #00a8e8;
}
.dd-wrapper li a.back {
	color: #00a8e8;
}

.has-children > a {
	/*background-image: url('img/subnav-more-arrow.png');
	background-position: right center;
	background-repeat: no-repeat;*/
}

.disclosure-wrapper {
	position: relative;
	padding-right: 40px;
}

.disclosure {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 500;
}

@media only screen and (min-width: 45em) {

    .dd-wrapper {
    	position: relative;
    	width: 250px;
    	overflow: hidden;
    	background: none;
    }
    .dd-navigation ul {
    	width: 250px;
    	left: 250px;
    	top: 0;
    }
}

/* calendar widget */
.gce-widget-grid .gce-calendar .gce-caption {
	margin-bottom: 6px;
	padding: 4px 0;
	color: #fff;
	background-color: #a91a78;
	font-size: 15px;
	text-transform: uppercase;
}

.gce-page-grid .gce-calendar .gce-day-number {
	font-size: 13px !important;
}

.gce-widget-grid .gce-calendar .gce-month-title {
	width: 70%;
}

.gce-widget-grid .gce-calendar .gce-next a,
.gce-widget-grid .gce-calendar .gce-prev a {
	display: block;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	background: transparent url('img/ellipses.png') left -44px no-repeat;
}

.gce-widget-grid .gce-calendar .gce-next a {
	background-position: left -66px;
}

.gce-widget-grid .gce-calendar {
	border-width: 0;
	background: #e8e8e7;
}

.gce-widget-grid .gce-calendar th,
.gce-widget-grid .gce-calendar td {
	border-width: 0;
	padding: 4px 0;
	color: #333;
	font-weight: normal;
	height: auto;
}

.gce-widget-grid .gce-calendar .gce-has-events {
	color: #a91a78;
}

.gce-widget-grid .gce-calendar .gce-has-events.gce-today {
	color: #fff;
	background-color: #a91a78;
}

/* footer crest */
#company-information .wrapper {
	position: relative;
}

#crest-info {
	padding: 40px 0 0 0;
}

a#crest-info-tab.active {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	width: 31px;
	height: 33px;
	background: transparent url('img/crest-tab-up.png') left top no-repeat;
	text-indent: -9999px;
}

#crest-info-tab {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	width: 31px;
	height: 33px;
	background: transparent url('img/crest-tab.png') left top no-repeat;
	text-indent: -9999px;
}

#crest-info-tab:hover {
	cursor: pointer;
	opacity: .8;
}

/* Daily Refreshment */
#daily-refreshment {
	padding: 10px 0;
	font-size: 80%;
}

#daily-refreshment-btn { font-size: 80%; }
a#daily-refreshment-btn.active > img.arrow {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: transparent url('img/crest-tab-up.png') left top no-repeat;
	background-size: 20px 20px;
	border-radius: 5px;
}

#daily-refreshment-btn > img.arrow {
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: transparent url('img/crest-tab.png') left top no-repeat;
	background-size: 20px 20px;
	border-radius: 5px;
}

#daily-refreshment-btn:hover {
	cursor: pointer;
	opacity: .8;
}

#moodle {
	display: inline-block;
	margin-bottom: 24px;
}

/* footer logos */
#credits {
	height: auto;
	padding: 7px 0;
}

.usmbadge {
	margin-right: 60px;
	color: transparent;
}

/* center locator */
/**
 * Google Map
 */
.usm-locator-map,
.location-item {
	margin-bottom: 24px;
}

.location-item {
	border-bottom: 1px solid #eee;
	padding-bottom: 23px;
}

.location-item h4 {
	margin: 0;
}

.location-item-city {
	float: left;
	width: 24%;
	text-transform: uppercase;
	font-family: "Anivers", Helvetica, sans-serif;
	color: #0d4e81;
	font-weight: bold;
}
.location-item-address {
	float: right;
	width: 70%;
}

.location-item-address h4 a {
	text-decoration: none;
	color: #000;
}

/* Student Center Detail */
.center-separator{
	clear: both;
}
#center-information h3 {
	font-size: 1.1em;
}
a.btn-small {
	white-space: nowrap;
	width: 80% !important;
	font-size: 1.0em;
	margin: 0 auto;
}
#center-information .featured img{
	border: 5px solid #e6e3e0;
	max-width: 164px;
	height: auto;
}

/* Staff List Page */
.staff-member {
	display: inline-block;
	vertical-align: top;
	width: 21%;
	margin-right: 3%;
	margin-bottom: 1em;
}

.staff-member img {
	max-width: 100%;
	height: auto;
}

.staff-member p {
	margin: 0 0 .3em 0;
}

@media screen and (max-width: 980px) {
	.staff-member {	width: 29%; }
}

@media screen and (max-width: 480px) {
	.staff-member {	width: 44%; margin-right: 5%; }
}


/* Field Trip List Page */
.field-trip {
	display: inline-block;
	vertical-align: top;
	width: 21%;
	margin-right: 3%;
	margin-bottom: 1em;
}

.field-trip img {
	border: 5px solid #e6e3e0;
	max-width: 100%;
	height: auto;
}

.field-trip p {
	margin: 0 0 .3em 0;
}

@media screen and (max-width: 980px) {
	.field-trip {	width: 29%; }
}

@media screen and (max-width: 480px) {
	.field-trip {	width: 44%; margin-right: 5%; }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print,
	   (-o-min-device-pixel-ratio: 5/4),
	   (-webkit-min-device-pixel-ratio: 1.25),
	   (min-resolution: 120dpi) {

}

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

/*
 * Bullet Indentation Fix
 */
.bullet-indent ol, .bullet-indent li {
    margin: 0;
    padding: 0;
}

.bullet-indent ol {
    counter-reset: foo;
    display: table;
}

ol.bullet-indent li {
    list-style: none;
    counter-increment: foo;
    display: table-row;
}

ol.bullet-indent li::before {
    content: counter(foo) ".";
    display: table-cell;
    text-align: right;
    padding-right: .3em;
}

ul.bullet-indent li {
	list-style: none;
	display: table-row;
}

ul.bullet-indent li::before {
	content: '•';
	display: table-cell;
	text-align: right;
	padding-right: .3em;
}
/* Responsive Google Calendar */
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.responsive-iframe-container object,  
.responsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top-bar {
	text-align: center;
	padding: 10px;
	font: 18px bold;
	color: #ffffff;
	background: -moz-linear-gradient(top,  rgba(242,161,75,1) 0%, rgba(239,143,47,1) 97%, rgba(214,114,21,0.63) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,161,75,1)), color-stop(97%,rgba(239,143,47,1)), color-stop(100%,rgba(214,114,21,0.63)));
	background: -webkit-linear-gradient(top,  rgba(242,161,75,1) 0%,rgba(239,143,47,1) 97%,rgba(214,114,21,0.63) 100%);
	background: -o-linear-gradient(top,  rgba(242,161,75,1) 0%,rgba(239,143,47,1) 97%,rgba(214,114,21,0.63) 100%);
	background: -ms-linear-gradient(top,  rgba(242,161,75,1) 0%,rgba(239,143,47,1) 97%,rgba(214,114,21,0.63) 100%);
	background: linear-gradient(to bottom,  rgba(242,161,75,1) 0%,rgba(239,143,47,1) 97%,rgba(214,114,21,0.63) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a14b', endColorstr='#a1d67215',GradientType=0 );

}

.top-bar a {
	color: #ffffff !important;
}

.staff_bio .bio-job-title {
	margin-top: -1em;
	color: #343434;
}

#company-information address a {
	color: inherit;
	text-decoration: none;
}
#company-information address {
	font-style: normal;
}

/* RSCS Added */
input.icontact-input {
	width: 100%;
	
	padding: .5em .6em;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#alumni-wrapper {
	margin: 23px 0 18px 0;
}

.button-header {
	float: right;
	padding: 4px 6px;
	font-size: 16px;
	width: 180px;
	background-color: #094B81;
	text-transform: none;
}

/* Google Forms Plugin */
.freebirdFormviewerViewHeaderTitle {
	font-size: 32px;
	font-weight: bold;
}

.freebirdFormviewerViewHeaderRequiredLegend, .freebirdFormviewerViewItemsItemRequiredAsterisk {
	color: #ff0000;
}

.freebirdFormviewerViewItemList {
	margin-top: 20px;
}

.freebirdFormviewerViewItemsItemItemTitle {
	font-size: 16px;
	font-weight: bold;
}

.quantumWizTextinputPaperinputInputArea input {
	width: 100%;
	background-image: none !important;
	padding: 5px;
}

.freebirdFormviewerViewItemsItemItem {
	margin: 10px 0;
}

.gform_footer input[type="submit"] {
	border: 0;
	width: 200px;
        padding: 8px 15px;
        display: block;
        background: #00aeef;
        text-decoration: none;
        color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 18px;
        -webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.24);
        box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.24);
}

.bio-portrait {
	width: 200px;
}

.flash-message.error {
	text-align: center;
	background: #ED2700;
	color: #fff;
	padding: 10px 0;
}

.flash-message.error a {
	color: #fff;
	text-decoration: none;
}

.flash-message:hover {
	background: #c41d00;
	text-decoration: underline;
}