@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic);

/*
font-family: 'Open Sans', sans-serif;
*/

/* --------------------- COLORS ---------------------- */

/*- Page Border Color -*/
.contentWrapper {
    border-color: #dd0000;
}

/*- Footer Background and Text Color -*/
#footer {
    background: #dd0000;
    color: #ffffff;
}

/*------------------------------- END COLORS -------------------------------*/

body .inside-padding, .responsiveTemplate #pubWrapper .container { max-width: 2000px; }

.contentWrapper {
    padding: 15px;
    border-width: 15px;
    border-style: solid;
}

a {
    transition: all .2s ease-in-out;
}

.portletEditMode a, .designMode a {
    transition: none;
}

html body {
 font-family: 'Open Sans', sans-serif;
 font-size: 16px;
 line-height: normal;
 color: #3b4040;
 -webkit-font-smoothing: antialiased;
}

/*---- HEADER ----*/
#menubar .row {
    display: table;
    width: 100%;
    margin-bottom: 0px;
    z-index: 4;
    position: relative;
}

#menubar .logo {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}

#menubar .RadMenu {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

#menubar {
    position: relative;
    background-image: url(../../../common/resources/designportfolio/sitethemes/butterscotch/banner-1.jpg);
    background-size: cover;
    background-position: top center;
    height: 250px;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 20px;
    overflow: hidden;
}

#menubar:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.logoContent a {
    display: table;
}

.logoContent a:hover {
 color: #ffffff;
 text-decoration: none;
 opacity: 0.6;
}

.logoContent a div {
    display: table-cell;
    vertical-align: middle;
}

#menubar .schoolName {
    color: #ffffff;
    font-weight: 700;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 40px;
    line-height: .8em;
}

#menubar .schoolName span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 60%;
}

.motto {
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.motto .inside {
    display: table;
    width: 100%;
    height: 100%;
}

.motto .inside div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.motto span {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    padding: 25px 0px 25px 0px;
    border: 5px solid #ffffff;
    width: 70%;
    display: block;
    margin: 0px auto;
}

/*---- FOOTER ----*/

#footer > .inside-padding {
    display: table;
    width: 100%;
    padding: 35px 10px 35px 10px;
    box-sizing: border-box;
}

.footer-left, .footer-right {
    display: table-cell;
    vertical-align: middle;
}

#footer .phone a { color: #ffffff; }

.footer-right {
    text-align: right;
}

#footer .schoolName {
    color: #ffffff;
    font-weight: 700;
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 30px;
    line-height: 26px;
}

#footer .schoolName span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 70%;
}

.footer-left .inside {
    display: table;
}

.footer-left .inside .logo {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}

.footer-left .inside .schoolName {
    display: table-cell;
    vertical-align: middle;
}

ul.socialMedia {
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-align: right;
}

ul.socialMedia li {
    display: inline;
}

ul.socialMedia li a {
    color: #ffffff;
    font-size: 25px;
    margin: 0px 15px 0px 15px;
    display: inline-block;
}

ul.socialMedia li a:hover {
    opacity: 0.6;
    text-decoration: none;
}

.credits {
    background: #333333;
    color: #dddddd;
    text-align: center;
}
.credits a {
 color: #ffffff;
}
.credits a:hover {
 color: #ffffff;
 text-decoration: underline;
}

@media screen and (max-width: 1250px) {

 #menubar .row, #menubar .logo, #menubar .RadMenu { display: block; }
 .logoContent a { margin: 0px auto 20px; }

}

@media screen and (max-width: 730px) {

 #menubar .logo { padding-right: 0px; }
 .logoContent a { display: block; text-align: center; }
 .logoContent a div { display: block; }


 #footer > .inside-padding {
    display: block;
    width: auto;
    padding: 35px 10px 35px 10px;
    box-sizing: border-box;
}

.footer-left .inside {
 margin: 20px auto;
 display: block;
}

.footer-left .inside .logo {
 display: block; 
 vertical-align: middle; 
 padding-right: 10px; 
}

.footer-left .inside .schoolName {
   display: block; 
   vertical-align: middle; 
}

.footer-left, .footer-right {
    display: block;
    text-align: center;
}

ul.socialMedia { text-align: center; }

}

.label_skin_corporation a:hover {
 text-decoration: none;
}

li#login {
    display: none !important;
}