@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Lora:700);

/* --------------------- COLORS ---------------------- */

/*- Body Background -*/
body {
 background: #B5A66B;
    font-family: 'Lato', sans-serif;
}

/*- Light Background -*/
.contentWrapper > .inside-padding {
 background: #F4F1DF;
 box-shadow: 0px 1px 5px rgba(99, 99, 99, 0.79);
}

/*- Header/Footer Background and Text Color -*/
#header, #footer, #menubar, #banner:before {
 background: #464b4f;
 color: #ffffff;
}

/*- Logo Border Top Color -*/
#header .w-33:first-child {
    border-top-color: #0a877d;
}

/*- Logo Text Color -*/
a.logo {
    color: #ffffff;
}

/*- Logo Text Color HOVER -*/
a.logo:hover {
    color: #ffffff;
}

/*- Credits Background and Text Color -*/
.credits {
    background: #000;
    color: #ffffff;
}

/*------------------------------- END COLORS -------------------------------*/

a {
    transition: all .2s ease-in-out;
}

.off-33 { margin-left: 33.33334%; }

.responsiveTemplate #pubWrapper .container { max-width: 1200px; }

body {
     font-family: 'Lato', sans-serif;
 font-weight: normal;
 font-size: 16px;
 line-height: normal;
 -webkit-font-smoothing: antialiased;
}

/*---- Navbar ----*/

.ContextBar, a.ContextBar, a.ContextBar:hover {
 color: #ffffff;
 font-size: 18px;
}


/*---- HEADER ----*/

.responsiveTemplate #header > .inside-padding {
 padding: 0px 10px 10px 10px;
}

#header .w-33:first-child {
    border-top-width: 20px;
    border-top-style: solid;
}

#header .w-33:first-child .inside-padding {
        padding: 0.3rem 0 0 0;
}

#header .w-33.off-33 {
    padding-top: 20px;
}

a.logo {
    display: table;
    width: 100%;
}

a.logo:hover {
    text-decoration: none;
    opacity: 0.6;
}

a.logo .logoIcon, a.logo .schoolName {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

.logoIcon img {
    padding-right: 10px;
}

a.logo .schoolName span {
    display: block;
    font-weight: 300;
    text-transform: none;
    font-size: 85%;
}

a.logo .schoolName {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.9em;
}

ul.address {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 600;
}

ul.address a { color: #ffffff; }

ul.address li {
    margin-bottom: 8px;
}

ul.address li span {
    margin-right: 10px;
}

#menubar .row {
 margin: 0px;
}

a#mobile-bar {
    color: #ffffff;
    letter-spacing: 0.06em;
    font-size: 20px;
    padding: 0px 0px 20px;
}

a#mobile-bar span {
    margin-right: 10px;
}

/*---- FOOTER ----*/

.scrollToTop {
    display: block;
    height: 100px;
    text-align: center;
    position: relative;
    z-index: 99;
    color: #464b4f;
    font-size: 38px;
}

.credits {
    text-align: center;
}

.credits .label_skin_corporation {
    font-size: 13px;
}

.credits .label_skin_corporation a {
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
}


/*---- SOCIAL MEDIA ----*/
ul.socialMedia {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

ul.socialMedia li {
    display: inline;
}

ul.socialMedia li a {
    font-size: 20px;
    color: #ffffff;
    width: 25px;
    line-height: 35px;
    margin: 0px 5px 0px 0px;
}

.socialMedia li a:hover {
    text-decoration: none;
}


@media screen and (max-width: 900px) {

 .responsiveTemplate #header > .inside-padding {
    padding: 0px 10px 0px 10px;
 }


}


@media screen and (max-width: 640px) {

 .off-33 { margin: 0px; }

}


@media screen and (max-width: 450px) {

#header .w-33 { margin-bottom: 0px; }

#header .w-33 > .inside-padding {
 padding: 10px;
}

}

/* CUSTOM */

#header h1.schoolName {
    display: none;
}

ul.address li .fa {
    margin-right: 10px;
    font-size: 13px;
}

#header, #footer, #menubar, #banner:before, #theme.subpage #page:before {
    background: #464b4f;
    color: #ffffff;
}

#footer .w-33 {
    display: none;
}

ul.socialMedia li a:hover {
    text-decoration: none;
    opacity: 0.7;
}
