@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic);
/*
font-family: 'Open Sans', sans-serif;
 font-family: "Times New Roman", Georgia, Serif;
*/
#header, .subHero {
  background-image: url("../../Servers/Server_16189/Image/featuredImage.html"); }

/* --------------------- COLORS ---------------------- */
/*- Footer Background and Text Color -*/
#footer {
  background: #0033A0;
  color: #ffffff; }

/*- Footer Phone/Fax Text Color (Should Match Footer) -*/
#footer .phone a {
  color: #ffffff; }

/*- Credits Background and Text Color -*/
.credits {
  background: #161b1c;
  color: #ffffff; }

/*------------------------------- END COLORS -------------------------------*/
.ContextBar, a.ContextBar, a.ContextBar:hover {
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  line-height: 45px;
  color: #666666; }

#pubWrapper {
  color: #ffffff; }

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: #2e3738;
  -webkit-font-smoothing: antialiased; }

#menubar {
  background: #ffffff; }

#menubar .inside-padding {
  padding: 0px 10px 0px 10px; }

#menubar .row {
  margin: 0px; }

/*---- FOOTER ----*/
#footer {
  text-align: center;
  font-size: 13px; }

#footer .phone a {
  color: #A9A9AB; }

#footer .inside-padding {
  padding: 30px 10px 30px 10px; }

#footer .schoolName {
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff; }

#footer .address {
  margin: 10px 0px 5px; }

.credits {
  text-align: center; }

.credits a {
  color: #ffffff; }

.credits a:hover {
  color: #ffffff;
  text-decoration: underline; }

.label_skin_corporation a {
    text-decoration: underline;
}

.label_skin_corporation a:hover {
    text-decoration: none;
}
/* Footer non-discrimination */

#footer .inside-padding {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#footer .inside-padding .right-sec {
    width: 70%;
}

#footer .inside-padding .left-sec {
    width: 30%;
}

#footer .inside-padding .right-sec p {
    font-size: 12px;
    line-height: normal;
    text-align: left;
    padding-left: 20px;
}

#footer .inside-padding .right-sec a {
    text-decoration: underline;
}

#footer .inside-padding .right-sec a:hover, #footer .inside-padding .right-sec a:focus {
    text-decoration: none;
}

@media screen and (max-width: 1000px) {
#footer .inside-padding .left-sec, #footer .inside-padding .right-sec {
   width: 100%;
   text-align: center;
   padding: 10px 0;
}
}

#footer .inside-padding .right-sec a {
  color: #fff;
}