@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic);

/*
font-family: 'Open Sans', sans-serif;
*/

/* --------------------- COLORS ---------------------- */

/*- Menubar Background Color -*/
#menubar {
    background: #2d4a74;
}

/*------------------------------- END COLORS -------------------------------*/

.ContextBar, a.ContextBar, a.ContextBar:hover {
 color: #ffffff;
 font-size: 17px;
    font-weight: 400;
 line-height: 45px;
}

html body {
 font-family: 'Open Sans', sans-serif;
 font-size: 16px;
 line-height: normal;
 color: #4C4E4E;
 -webkit-font-smoothing: antialiased;
}

#menubar {
    width: 100%;
}

#menubar .inside-padding {
 padding: 0px 10px 0px 10px;
}

#menubar .row {
 margin: 0px;
}



/*---- HEADER ----*/
#header.row {
 display: table;
 width: 100%;
 min-height: 500px;
 background-size: cover;
 background-position: center top;
 margin-bottom: 0px;
}

#header > .inside-padding {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
}

.headerContent {
    background: rgba(174, 218, 231, 0.15);
    padding: 30px;
    width: 70%;
    margin: 0px auto;
}

.headerContent a {
 color: #7E8084;
 display: inline-block;
 width: 100%;
}

.headerContent a:hover {
 color: #7E8084;
 text-decoration: none;
 opacity: 0.6;
}

.headerContent a > div {
    margin-bottom: 10px;
}

.headerContent a > div.schoolName {
    margin-bottom: 0px;
}

.headerContent .logo img {
    max-width: 100%;
    max-height: 100%;
    width: 300px;
    height: auto;
    margin: auto;
    display: block;
}


/*--- FOOTER ----*/
#footer {
    background: #333333;
    color: #eeeeee;
    text-align: center;
    font-size: 15px;
}

#footer .phone a { color: #ffffff; }

#footer .inside-padding {
    padding: 30px 10px 30px 10px;
}

#footer .schoolName {
    font-size: 34px;
}

#footer .cityName {
    font-family: 'Minion Pro';
    font-size: 34px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

#footer .cityName img {
    width: 300px;
    height: auto;
}

.credits {
    background: #212121;
    color: #eeeeee;
    text-align: center;
}
.credits a {
 color: #ffffff;
}
.credits a:hover {
 color: #ffffff;
 text-decoration: underline;
}

.subHero {
/* background-position: center center;
 background-size: cover;
 height: 250px;*/
 display: table;
 width: 100%;
text-align: center;
}

.subHero > .inside-padding {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
}

.subHero .headerContent {
 width: auto;
}

.Login .tbl_header {
	background: url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_745675/Templates/loginHeader.png') no-repeat center #393e41;
	color: #fff;
	border: none;
    font-size: 18px;
    padding: 15px 10%;
	width: 80%;
	height: 25px;
    text-align: center;
	display: block;
}