/*!
 * E1 Schools - March 2015
 * Overwite Bootstrap styles
 */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

body {
	background-color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 19px;
	color: #21B14A;
}

a, strong, b {
	color: #22B14A;
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

#greenBanner {
	background-color: #22B14A;
}


#greenBanner ul, #whiteBanner ul {
	margin-bottom: 0;
}

#greenBanner ul li {
	border-right: 1px solid #FFF;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#greenBanner ul li:last-child, #whiteBanner ul li:last-child {
	border-right: none;
}

#greenBanner ul li a {
	color: #FFF;
	font-weight: 500;
}

#whiteBanner {
	background-color: #FFF;
}

#whiteBanner ul li {
	border-right: 1px solid #21B14A;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#whiteBanner ul li a {
	color: #21B14A;
	font-weight: 500;
}

#homepageImage {
	background-image: url('../files/homepage-headers/1.jpg');
	background-size: cover;
	height: 557px;
	border-bottom: 6px solid #FFF;
	background-position: center center;
}

#homepageImage .e1Logo {
	margin-top: 330px;
}

#contentImage {
	background-image: url('../files/homepage-headers/1.jpg');
	background-size: cover;
	height: 228px;
	border-bottom: 6px solid #FFF;
	background-position: center center;
}

#contentImage .e1Logo {
	margin-top: 10px;
}

#greenHeader {
	background-color: #22B14A;
	border-top: 2px solid #4ADD73;
	border-bottom: 2px solid #4ADD73;
}

#greenHeader h2 {
	font-style: italic;
	color: #FFF;
	margin-bottom: 20px;
	font-weight: 300;
}

#q {
	font-size: 14px;
	margin-top: 20px;
}

.extraPadding, .ep {
	padding-top: 20px;
	padding-bottom: 20px;
}

.schoolLogo {
	text-align: center;
}

.schoolLogo img {
	height: 90px;
}

.schoolLogoLink {
	text-align: center;
	font-size: 18px;
}

#footer {
	background-color: #CFF5DA;
	border-top: 24px solid #22B14A;
	margin-top: 20px;
}

.pageContent {
	padding-top: 20px;
}  

.pageContent h1, .pageContent h2, .pageContent h3, .pageContent h4 {
	font-weight: 500;
}  

.pageContent h1:first-child, .pageContent h2:first-child {
	margin-top: 0;
}  

.leadSchool {
	background-color: #cff5da;
	border-radius: 6px;
}

.schoolHighlight {
	background-color: #1FB14A;
	padding: 4px;
	color: #FFF;
}

.schoolHighlight a {
	color: #FFF;
}

.schoolHighlight p {
	line-height: 1.1;
	min-height: 43px;
}

.schoolHighlight p a {
	font-size: 16px;
	font-weight: 300;
}

.schoolHighlight h3 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.schoolHighlightPicture {
	width: 100%;
	height: 196px;
	overflow: hidden;
	background-color: #CFF5DA;
}

.schoolHighlightPicture img {
	width: 100%;
}

.schoolHighlightLogo {
	max-height: 45px;
}

.schoolHighlightDetails {
	background-color: #FFF;
}

.schoolHighlightDetails a {
	color: #22B14A;
}

.schoolHighlightDetails h4 {
	margin-top: 4px;
	margin-bottom: 0px;
	font-size: 16px;
}

.schoolHighlightDetails h5 {
	margin-top: 0;
	margin-bottom: 0;
}

.schoolHighlightDetails h5 a {
	font-weight: 300;
	font-size: 13px;
}

.copyright {
	font-size: 14px;
	font-weight: 500;
}

.homepage-highlights {
	border-top: 1px solid #22B14A;
	margin-top: 30px;
	padding-top: 30px;
}

.docviewer {
	width: 100%; 
	height: 500px; 	
}

#loadingDocViewer {
	text-align: center;
	font-size: 14pt;
	margin-bottom: 20px;
}

#loadingDocViewer img {
	margin-right: 10px;
}

.img-thumb {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	max-width: 100%;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
}

.homepage-highlight img {
	max-width: 100%;
}

.notice {
	border: 2px solid #22b14a;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 16px;
	padding: 6px 10px 6px 10px;
}