/* Colors */
/* Header Module */
/* Brand Bar Module */
/* Theme Options Module */
/* STANFORD BRAND BARS ******************** */
/* ----- Global Header --------------- */
#global-header {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
  color: white !important;
  padding: 0;
  font-size: 15px !important;
  background-color: #8c1515;
  font-weight: 400 !important;
  -webkit-box-shadow: inset 0px -4px 8px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px -4px 8px -2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -4px 8px -2px rgba(0, 0, 0, 0.2);
}

#global-header .container {
  padding: 4px 0 0 0;
  height: 26px;
}

#global-header img {
  width: 153px;
  height: 22px;
}

#global-header a:focus,
#global-header a:active,
#global-footer a:focus,
#global-footer a:active {
  outline: thin dotted white;
}

/* ----- Top Menu -------------------- */
#top-menu h2,
#top-menu h3 {
  display: none;
}

#top-menu .content {
  text-align: right;
}

#top-menu .content p {
  margin: 0;
}

#top-menu .content a {
  color: #e3dfd5;
}

#top-menu .content a:hover {
  color: white;
}

#top-menu .content ul {
  float: right;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1em;
}

#top-menu .content ul ul {
  display: none;
}

#top-menu .content ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0 0 0 1em;
}

#top-menu .content ul li.last {
  border: none;
}

#top-menu .content form {
  margin: 0;
}

#top-menu .content #user-login-form {
  text-align: right;
}

#top-menu .content #block-webauth-webauth-login-block {
  text-align: right;
}

/* ----- Global Footer --------------- */
#global-footer {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
  padding: 0;
  background-color: #8c1515;
  color: #e3dfd5 !important;
  font-size: 15px !important;
  line-height: 1em !important;
  font-weight: 400 !important;
  padding: 30px 0 0 0;
  width: auto;
  height: 90px;
  -webkit-box-shadow: inset 0px 4px 8px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 4px 8px -2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 4px 8px -2px rgba(0, 0, 0, 0.2);
}

#global-footer img {
  width: 105px;
  height: 49px;
}

#global-header a,
#global-footer a {
  font-weight: 400 !important;
  color: #e3dfd5;
  text-decoration: none;
  border-bottom: 0;
}

#bottom-menu a,
#bottom-menu .tel {
  color: #e3dfd5;
  text-decoration: none;
}

#bottom-menu a:hover,
#bottom-menu a:focus,
#global-header a:hover,
#global-footer a:hover,
#global-header a:focus,
#global-footer a:focus {
  color: white;
  text-decoration: underline;
}

#bottom-menu ul {
  margin: 0;
  padding: 5px 0 0 0px;
  line-height: 1em;
}

#bottom-menu ul li {
  float: left;
  list-style: none;
  margin: 0 17px 0 0;
  padding: 0;
}

#bottom-menu ul li:last-child {
  margin: 0;
}

#copyright {
  margin-top: -20px;
}

#copyright .copyright-links {
  margin-left: 17px;
}

p.vcard {
  font-size: 13px;
}

/* ----- Sticky Global Footer --------------- */
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -90px auto;
}

/* Set the fixed height of the push div */
#push {
  height: 90px;
}

body.admin-menu {
  height: calc(100% - 29px);
}

/* ----- Responsive brand bars --------------- */
@media (max-width: 640px) {
  /* Top Menu */
  #top-logo {
    clear: both;
  }

  #top-menu {
    margin: 1em 0 0 0;
  }

  #top-menu .content ul {
    float: left;
    display: inline;
    margin: 0;
    padding: 0 1em 0 0;
  }

  #top-menu .content ul li {
    margin: 0;
    padding: 0 1em 0 0;
  }

  #top-menu .content ul ul {
    display: none;
  }
}
@media (max-width: 767px) {
  #global-header .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  #global-footer {
    margin: 0px;
    padding-bottom: 10px;
    width: auto;
    height: auto;
  }

  #bottom-logo {
    display: block;
    float: left;
    width: 49%;
    margin-right: 2%;
    padding-top: 30px;
    text-align: center;
  }

  #bottom-menu {
    display: block;
    float: left;
    width: 49%;
    margin-right: 0;
  }

  #bottom-menu ul {
    margin-bottom: 25px;
  }

  #bottom-menu ul li {
    float: none;
  }

  #copyright {
    margin-top: 0;
    margin-bottom: 15px;
  }

  #copyright .copyright-links {
    display: block;
    margin-left: 0;
  }

  p.vcard {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  #top-menu {
    max-width: 50% !important;
    float: right;
    margin-top: -30px;
  }
}
@media (max-width: 320px) {
  #bottom-logo {
    float: none;
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    text-align: center;
  }

  #bottom-menu {
    float: none;
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }

  #bottom-menu ul li {
    margin: 0;
  }
}
/* ----- Print ----------------------- */
@media print {
  #top-menu,
  #global-footer {
    display: none !important;
  }
}
/* SITE TITLE AND LOGO ********************************* */
/* ----- Header ---------------------- */
/* ----- Logo ------------------------ */
#header #logo {
  display: table-cell;
  padding: 0 10px 0 0;
  vertical-align: bottom;
  margin: 0;
  float: none;
  border-right: 1px solid #2E2D29;
}

#header #logo img {
  max-width: 180px;
}

#header #logo.site-logo {
  border: none;
}

/* ----- Site Title and Slogan ------- */
.site-name,
#site-title-first-line,
#site-title-second-line,
#site-slogan {
  font-family: 'Source Sans Pro', sans-serif !important;
}

#name-and-slogan {
  display: table-cell;
  padding: 0;
  vertical-align: bottom;
  height: auto;
  width: 100%;
}

#name-and-slogan.with-logo {
  padding-left: 10px;
}

#site-name,
#site-title-first-line,
#site-title-second-line {
  font-size: 31px;
  color: #3f3c30;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2em;
}

.two-lines #site-name,
.two-lines #site-title-first-line,
.two-lines #site-title-second-line {
  font-size: 25px;
  letter-spacing: 0;
  line-height: 1.15em;
}

#site-name a,
#site-name a:hover,
#site-name a,
#site-name a:focus,
#site-title-first-line a,
#site-title-first-line a:hover,
#site-title-first-line a:focus,
#site-title-second-line a,
#site-title-second-line a:hover,
#site-title-second-line a:focus {
  color: #3f3c30;
  text-decoration: none;
}

#site-name,
#site-title-first-line {
  margin-bottom: -6px;
  margin-top: -6px;
}

#site-title-second-line {
  margin-bottom: -5px;
  margin-top: 4px;
}

#site-slogan {
  font-size: 16px;
  color: #3f3c30;
  line-height: 1.2em;
  font-style: italic;
  margin-bottom: -3px;
  margin-top: 6px;
}

#site-title-first-line.site-title-uppercase {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: -6px;
}

#site-title-first-line.site-title-uppercase a,
#site-title-first-line.site-title-uppercase a:hover {
  font-weight: 600 !important;
}

#site-title-second-line.site-title-underneath {
  font-size: 25px;
  letter-spacing: 0;
  line-height: 1.15em;
  margin-top: 8px;
}

@media (max-width: 480px) {
  /* Header */
  #name-and-slogan {
    display: block;
    padding: 0px;
  }

  #header #logo {
    display: none;
    border: none;
    text-align: left;
  }

  #header #logo.logo-mobile {
    display: block;
    margin-bottom: 10px;
    padding-right: 10px;
  }

  #name-and-slogan.with-logo {
    padding: 0px;
  }

  #site-name,
  #site-slogan {
    text-align: left;
  }

  #site-slogan {
    font-size: 16px;
    line-height: 20px;
  }

  #site-name,
  #site-title-first-line,
  #site-title-second-line {
    font-size: 24px;
  }

  #wrap.site-title-underneath #site-title-second-line {
    padding-left: 0px;
  }

  #site-title-second-line.site-title-underneath {
    position: static;
  }

  #wrap.site-title-underneath #header .container {
    padding-bottom: 0px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #wrap.site-title-underneath #site-title-second-line {
    padding-left: 10px;
  }
}
/* ADMIN SHORTCUTS ********************************* */
#admin-shortcuts {
  background: #4D4F53;
  margin: 0px;
  padding: 8px 10px 3px 10px;
  color: white;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#admin-shortcuts .nav {
  margin: 0;
  padding: 0;
}

#admin-shortcuts ul.menu a,
#admin-shortcuts .content a {
  background: #4D4F53;
  color: #fff;
  padding: 3px 10px;
}

#admin-shortcuts ul.menu a:hover,
#admin-shortcuts ul.menu a:focus,
#admin-shortcuts ul.menu a:active,
#admin-shortcuts .content a:hover,
#admin-shortcuts .content a:focus,
#admin-shortcuts .content a:active {
  background: #222;
  border-radius: 5px;
}

#admin-shortcuts ul.menu > li > a:hover,
#admin-shortcuts ul.menu > li > a:active,
#admin-shortcuts .content > ul > li > a:hover,
#admin-shortcuts .content > ul > li > a:active {
  background: #222;
  border-radius: 10px;
}

#admin-shortcuts ul.menu,
#admin-shortcuts .content ul {
  background: #4D4F53;
}

#admin-shortcuts ul.menu li,
#admin-shortcuts .content ul li {
  display: inline-block;
  margin: 0;
}

#admin-shortcuts ul.menu li ul,
#admin-shortcuts .content ul li ul {
  display: none;
}

#admin-shortcuts ul.menu li:hover ul,
#admin-shortcuts .content ul li:hover ul {
  display: block;
  position: absolute;
  width: 200px;
}

#admin-shortcuts ul.menu ul li,
#admin-shortcuts .content ul ul li {
  display: block;
}

#admin-shortcuts ul.menu ul a,
#admin-shortcuts .content ul ul a {
  padding-left: 20px;
}

#admin-shortcuts ul.menu .caret,
#admin-shortcuts .content .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}

/* THEME OPTIONS ************************** */
/* Header background image text color styles */
.header-bkg.header-bkg-text-light #site-name a,
.header-bkg.header-bkg-text-light #site-name a:hover,
.header-bkg.header-bkg-text-light #site-name a:active,
.header-bkg.header-bkg-text-light #site-title-first-line a,
.header-bkg.header-bkg-text-light #site-title-first-line a:hover,
.header-bkg.header-bkg-text-light #site-title-first-line a:active,
.header-bkg.header-bkg-text-light #site-title-second-line a,
.header-bkg.header-bkg-text-light #site-title-second-line a:hover,
.header-bkg.header-bkg-text-light #site-title-second-line a:active,
.header-bkg.header-bkg-text-light #site-slogan,
.header-bkg.header-bkg-text-light .site-login,
.header-bkg.header-bkg-text-light .site-login a {
  color: white;
  text-shadow: black 0 0 2px;
}

.header-bkg.header-bkg-text-light #header #logo {
  border-color: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 3px 0 3px -3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 3px 0 3px -3px;
  box-shadow: rgba(0, 0, 0, 0.8) 3px 0 3px -3px;
}

.header-bkg.header-bkg-text-light #header #logo.site-logo {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.header-bkg.header-bkg-text-dark #site-name a,
.header-bkg.header-bkg-text-dark #site-name a:hover,
.header-bkg.header-bkg-text-dark #site-name a:active,
.header-bkg.header-bkg-text-dark #site-title-first-line a,
.header-bkg.header-bkg-text-dark #site-title-first-line a:hover,
.header-bkg.header-bkg-text-dark #site-title-first-line a:active,
.header-bkg.header-bkg-text-dark #site-title-second-line a,
.header-bkg.header-bkg-text-dark #site-title-second-line a:hover,
.header-bkg.header-bkg-text-dark #site-title-second-line a:active,
.header-bkg.header-bkg-text-dark #site-slogan,
.header-bkg.header-bkg-text-dark .site-login,
.header-bkg.header-bkg-text-dark .site-login a {
  color: black;
  text-shadow: white 0 0 2px;
}

.header-bkg.header-bkg-text-dark #header #logo {
  border-color: black;
  -webkit-box-shadow: rgba(255, 255, 255, 0.6) 3px 0 3px -3px;
  -moz-box-shadow: rgba(255, 255, 255, 0.6) 3px 0 3px -3px;
  box-shadow: rgba(255, 255, 255, 0.6) 3px 0 3px -3px;
}

.header-bkg.header-bkg-text-dark #header #logo {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Header background image full-bleed for front page setting */
.front.header-bkg.header-bkg-image.header-bkg-style-frontbleed .header {
  background-image: none;
  background: transparent;
}

body.front.header-bkg-style-frontbleed {
  background-color: transparent;
  background-position: left top;
  background-repeat: repeat;
  background-attachment: fixed !important;
  background-size: cover !important;
}

body.front.header-bkg-style-frontbleed .main {
  background: transparent;
}
