/*
Theme Name: Enrollment Resources Client
Theme URI: http://enrollmentresources.com
Author: Enrollment Resources
Author URI: http://enrollmentresources.com
Description: Description
Version: 1.0
Template: er-2015
Tags:
*/

/*
Place custom styles here
*/

/* Fix background repeat */

body {
	background-repeat: repeat;

}

/*CSS for rows with added class 'light-text'.  Purpose: to make text on a dark background lighter */

.light-text h1,
.light-text h2,
.light-text h3,
.light-text h4,
.light-text h5,
.light-text h6
{
	color: rgba(251, 251, 251, 0.8)
}

.light-text a{
	color: rgba(228, 25, 45, 0.8);
}

.light-text p{
	color: rgba(238, 238, 238, 0.8);
}


/* Header specific CSS for Brownson(not in Customizer) */

@media only screen and (max-width: 40em) {

		aside#text-11 span.hide-mobile {
			display: none;
		}

		aside#text-11 span.show-mobile {
			display: inline;
		}

		aside#ctext-11 {
			word-spacing: 0.25em;
		}

		aside#text-11 {
			max-width: 100%;
			width: 100%;
		}

		aside#text-11  {
			text-align: center;
			font-size: 0.9em;
		}
	}

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

			aside#text-11 span.hide-mobile {
				display: inline-block;
				margin-left: 0.35em;
			}

			aside#text-11 span.show-mobile {
				display: none;
			}
	}

	@media only screen and (min-width: 64.063em) {
		.top-bar-section .has-dropdown > a::after {
			content: "";
			display: block;
			width: 0px;
			height: 0px;
			margin-top: 0px;
			top: 47%; /* 38px;*/
			right: -10%; /*-10px;*/
			border-width: 5px;
			border-style: solid inset inset;
			border-image: initial;
			border-color: rgba(255, 255, 255, 0.75) transparent transparent;
		}
	}

/* Header and Footer custom background */

#header .wrapper {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #37499e  0%, #314097  40%, #071971  100%) repeat scroll 0 0;
}

#footer {
   background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #3b499d  0%, #071973  100%) repeat scroll 0 0;
}

/* header phone style */

#header .phone {

	color: #f00;
	font-size: 2rem;
}

#header .phone a, #header .phone a:hover, #header .phone a:active {
	color: #fff;
}

/* top nav bar */


li#menu-item-search {
	display: none;
}

/* h1 ... h6 google font Oswald */

#main .inner-wrap h1,
#main .inner-wrap h2,
#main .inner-wrap h3,
#main .inner-wrap h4,
#main .inner-wrap h5,
#main .inner-wrap h6 {

	font-weight: 500;
	color: #333;
}

#main .inner-wrap h2 {
	font-size: 34px;
}

#main .inner-wrap h3,
#main .inner-wrap h4,
#main .inner-wrap h5,
#main .inner-wrap h6 {
	font-size: 28px;
}

/* form style */

#er-form {
	background-color: #ececec;
	color: #282828;
}

#er-form label {
	font-weight: bold;
	font-size: 0.75rem;
}

#er-form .chk-questions-wrap label {
	font-weight: normal;
	line-height: 2rem;
	font-size: 1rem;
}

#er-form input[type=text], #er-form input[type=email], #er-form textarea, #er-form select {
	border: 1px solid #969696;
	border-radius: 0;
}


/* START CSS for Contact accordion */

.contact-accordion .accordion-heading-icon-closed::before,
.contact-accordion .accordion-heading-icon-open::before {
	font-family: FontAwesome;
	font-size: 1.75rem;
	line-height: 100%;
	color: #000000;
	display: block;
	float: right;
}

.contact-accordion .accordion-heading-icon-closed::before {
	content: "\f107";
}

.contact-accordion .accordion-heading-icon-open::before {
	content: "\f106";
}
/* END CSS for SPA accordion */

/* Accordion FORMS specific CSS */

.accordion form#tour-form .submit {
	background: #2272bd;
}

form#book-a-tour-form .opt-in,
.accordion form#going-to-school-form .opt-in {
	margin-bottom: 1rem;
}

form#book-a-tour-form .opt-in p,
.accordion form#going-to-school-form .opt-in p {
	font-size: 0.7rem;
	margin-bottom: 0;
}

/* program banner */
.program-banner-top {
	border: 1px solid #c9c9c9;
	background: #f9f9f9;
	padding: 1em;
	margin-bottom: 1em;
}

.program-banner-source-img {
	text-align: right;
}

.program-banner-source-img img {
	max-width: 120px;
	vertical-align: text-bottom;
}

#main .inner-wrap .program-banner-top h6 {
	font-size: 90%;
	line-height: 100%;
	margin: 0.2em 0;
}

.program-banner-icon {
	display: inline-block;
	letter-spacing: 0.1em;
}

@media only screen and (min-width: 40.063em) {
	.program-banner-top h6 br {
		display: none;
	}

	.program-banner-icon {
		margin-left: 1em;
	}
}

/* header military friendly logo */
#header-military-friendly {
	height: 100px;
	width: 100px;
}

@media only screen and (max-width: 40em) {
	#header-military-friendly {
		width: 80px;
		height: 80px;
	}
}

.va-button a {
	background-color: #E4192A !important;
	color: #fff !important;
}

.text-dark-shadow {
	text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

.text-light-shadow {
	text-shadow: 2px 2px 2px rgba(255,255,255,0.75);
}

.box-dark-shadow {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

.box-light-shadow {
	box-shadow: 2px 2px 2px rgba(255,255,255,0.75);
}
