/*
Red (AAA):     #811A31 rgb(129, 26, 49)
Blue (AAA):    #7EE5CE rgb(126, 229, 206)
Purple (AAA):  #532E7F (83, 46, 127)

-----------------------------------------------------------------------------*/
header {
  z-index: 1000;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: fixed;
  -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, .3);
  -ms-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, .3);
  -o-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, .3);
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, .3);
  background-color: rgba(255, 255, 255, 1);
}
/* Invisible bits
-----------------------------------------------------------------------------*/
#skip, #skip:hover, #skip:visited {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #0000EE;
}
#skip a:active, #skip a:focus {
  position: static;
  width: auto;
  height: auto;
}
.topOffset {
  padding-top: 110px;
}
#topOffsetAdmin {
  padding-top: 140px;
}
/* ADMIN
-----------------------------------------------------------------------------*/
#admin {
  background: #444;
  overflow: hidden;
  text-align: right;
}
#admin-nav a {
  display: inline-block;
  padding: 6px 6px 4px 6px;
  text-align: center;
}
#admin-nav img {
  height: 18px;
  width: auto;
}
#admin-nav a:hover, #admin-nav a:focus {
  background: rgba(255, 255, 255, .3);
}
/* NOTICES
-----------------------------------------------------------------------------*/
#notice {
  background: #811A31;
  color: #FFF;
  text-align: center;
  padding: 6px 0 6px 0;
  font-size: 1rem;
  line-height: 1.1rem;
}
#notice a {
  color: #FFF;
  text-decoration: underline;
}
#notice a:hover, #notice a:focus {
  text-decoration: none;
}
#admin-notice-bg {
  position: fixed;
  z-index: 100000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
#admin-notice {
  background-color: #FFF;
  margin: 5% auto;
  padding: 24px;
  width: 40%;
  border-radius: 4px;
}
#admin-notice .body {
  margin: 18px 0 0 0;
}
#admin-notice h2 {
  border: none;
  margin: 6px 0 12px 0;
  padding: 0;
}
#admin-notice .close {
  color: #555;
  float: right;
  font-size: 2rem;
  margin: 0 0 6px 0;
}
#admin-notice .close:hover, .close:focus {
  color: #222;
  text-decoration: none;
  cursor: pointer;
}
#cookie-notice {
  text-align: center;
  position: fixed;
  bottom: 0%;
  width: 100%;
  padding: 24px;
  background-color: rgba(255, 255, 255, .8);
  border-top: 1px solid #D0E4E5;
}
/* Accessibiltiy Bar
-----------------------------------------------------------------------------*/
#font_size {
  background: #555;
  text-align: right;
  font-size: .9rem;
  line-height: .9rem;
  border-bottom: 1px solid #999;
}
#font_size a {
  color: #AAA !important;
  display: inline-block;
  padding: 7px 14px 7px 14px;
}
#font_size a:hover, #font_size a:focus {
  color: #EEE;
  text-decoration: none;
  background: #111;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd img {
  font-size: .1rem;
  line-height: .0rem;
}
.goog-te-gadget {
  font-size: .1rem;
  line-height: .0rem;
  color: #333;
}
.goog-te-gadget a img {
  display: none;
  height: 1;
  width: 1;
}
.goog-te-combo {
  background: #CCC;
  font-size: .9rem;
}
.fixed-con {
  z-index: 9724790009779558 !important;
  background-color: #CCC;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  z-index: 9724790009779 !important;
  top: 0;
  left: unset;
  right: -5px;
  display: none !important;
  border-radius: 50%;
  border: 2px solid #333;
}
.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
  width: 1px;
  height: 1px;
}
.goog-logo-link, .gskiptranslate, .goog-te-gadget span, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, div#goog-gt- {
  display: none !important;
}
.goog-te-gadget {
  color: transparent !important;
  font-size: 0px;
}
.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}
#google_translate_element select {
  background: #CCC;
  color: #555;
  border: none;
  margin: 0 0 0 0;
  padding: 6px;
  font-size: .9rem;
  font-weight: 400;
  width: 160px;
  float: right;
}
/* NAV
-----------------------------------------------------------------------------*/
#navClick {
  z-index: 1001;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 6px 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
}
#navTouch {
  display: none;
}
#home {
  width: 30%;
  float: left;
}
#home a:hover, #home a:focus {
  background: none;
}
#home img {
  margin: 19px 0 0 0;
  width: 90%;
  height: 20%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#home img:hover, #home img:focus {
  -webkit-transform: scale(.95);
  -moz-transform: scale(.95);
  -ms-transform: scale(.95);
  -o-transform: scale(.95);
  transform: scale(.95);
}
/* Click nav
-----------------------------------------------------------------------------*/
#headerNav {
  float: right;
  width: 70%;
}
.extraNav {
  overflow: hidden;
  padding: 0 0 8px 18px;
  font-size: .9rem;
  line-height: .9rem;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: right;
  border-bottom: 1px solid #CCC;
}
.extraNav a {
  display: inline-block;
  padding: 6px 9px 6px 9px;
  margin: 0 0 0 8px;
  border: 1px solid #CCC;
  color: #555;
  border-radius: 2px;
}
.extraNav a:hover, #extraNav a:focus {
  background: rgba(129, 26, 49, 1);
  color: #FFF;
  border: 1px solid rgba(129, 26, 49, 1);
  text-decoration: none;
}
.extraNav img {
  width: 9px;
  height: auto;
  margin: 0 8px 0 0;
}
#menu {
  padding: 0;
  margin: 0 0 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: right;
}
#menu a {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5rem;
  display: inline-block;
  text-decoration: none;
  padding: 12px 24px 12px 24px;
  text-align: center;
}
#menu a:hover, #menu a:focus {
  background: #811A31;
  color: #FFF;
}
#navAt {
  background: #555;
  color: #FFF;
}
/* Desktop (regular)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  #menu a {
    font-size: 1.2rem;
    line-height: 1.3rem;
    padding: 12px 12px 12px 12px;
  }
}
/* Mobile
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 749px) {
  .topOffset {
    padding-top: 77px;
  }
  #topOffsetAdmin {
    padding-top: 107px;
  }
  #admin-nav a {
    padding: 4px 8px 4px 8px;
  }
  #admin-nav img {
    height: 14px;
  }
  #font_size .container {
    width: 99%;
  }
  #navClick {
    display: none;
  }
  #navTouch {
    display: block;
  }
  #home {
    width: 60%;
    float: left;
    text-align: left;
  }
  #home img {
    margin: 12px 0 0 12px;
    height: 32px;
    width: 218px;
  }
  .dropbtn {
    background-color: #EEE;
    border-right: 1px solid #999;
    color: #333;
    padding: 16px;
    border: none;
    cursor: pointer;
  }
  .dropdown {
    position: relative;
    display: inline-block;
    float: right;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #F9F9F9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .dropdown-content a {
    color: #444;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #CCC;
  }
  .dropdown-content a:hover, .dropdown-content a:focus {
    background-color: #F1F1F1;
  }
  .dropdown:hover .dropdown-content, .dropdown:focus .dropdown-content {
    display: block;
  }
  .dropdown:hover .dropbtn, .dropdown:focus .dropbtn {
    background-color: #532E7F;
  }
  .extraNav {
    background-color: #EFEFEF;
    padding: 0;
  }
  .extraNav a {
    padding: 12px 16px;
    margin: 0;
    border-radius: 0;
    border-bottom: 1px solid #FFF;
  }
  #admin-notice {
    width: 80%;
  }
}