/************************************************************************/
/**  GLOBAL  **/
* {
  box-sizing: border-box;
  font-family: Gill Sans;
  font-family: 'Gill Sans W01'; }

.wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box; }

.wrap1 {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box; }

.wrap2 {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box; }

.wrap3 {
  width: 92%;
  max-width: 1800px;
  margin: 0 auto;
  box-sizing: border-box; }

.wrap4 {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box; }

.columns1 {
  float: left;
  width: 100%; }

.columns2 {
  float: left;
  width: 50%; }

.columns3 {
  float: left;
  width: 33.3%; }

.columns4 {
  float: left;
  width: 25%; }

.columns5 {
  float: left;
  width: 20%; }

/************************************************************************/
/**  GLOBAL ELEMENTS **/
h2 {
  font-size: 40px;
  font-family: Gill Sans;
  font-family: 'Gill Sans W01';
  color: #1f294d; }

*:focus {
  outline: 0 !important; }

a {
  text-decoration: none;
  color: #fff; }

/************************************************************************/
/**  FOOTER  **/
#slider {
  height: 100px;
  width: 100%;
  position: relative;
  bottom: 12px;
  /* was 0 */ }

.open {
  bottom: 110px !important; }

/* was 120 */
.transition {
  transition: bottom 0.3s ease-out; }

.slidebutton {
  height: 32px;
  width: 80px;
  margin-left: 50px; }

.slidebutton button {
  border: none;
  padding: 5px 20px;
  background-color: #fff;
  background-color: #ff7200;
  color: #fff;
  font-weight: 400;
  font-family: Gill Sans;
  font-size: 20px;
  border-radius: 15px 15px 0 0;
  z-index: 999999 !important; }

#signupslider {
  position: fixed;
  bottom: -80px;
  width: 200px;
  margin-left: calc(50vw - 100px);
  z-index: 999999 !important; }

.slidecontent {
  width: 500px;
  margin-left: -150px;
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 20px 20px 0 0;
  background-color: #1f294d;
  z-index: 999999 !important; }

.slidecontent p {
  margin: 0;
  padding-top: 10px;
  text-align: center;
  color: #fff;
  font-family: 'Gill Sans' !important;
  font-weight: 300;
  z-index: 999999 !important; }

.sliderform {
  margin-top: 10px;
  width: 75%;
  height: 56px;
  margin-left: 10%;
  background-color: #1f294d;
  padding: 18px 0 18px 24px;
  z-index: 999; }
  .sliderform h3 {
    width: 0%;
    color: #fff;
    font-family: 'Gill Sans';
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    display: inline;
    padding-right: 5%;
    display: none; }
  .sliderform input {
    width: 72%;
    color: #000;
    font-family: 'Gill Sans';
    display: inline;
    border: none;
    height: 30px;
    margin-top: -5px;
    background-color: white;
    z-index: 100; }
  .sliderform ::placeholder {
    padding-left: 5px; }
  .sliderform button {
    width: 18%;
    text-align: center;
    background-color: green;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-family: 'Gill Sans';
    font-weight: 300;
    padding: 5px 10px;
    font-size: 17px;
    float: right;
    margin-right: 12px;
    margin-top: -30px; }

/*--------------------- GENERAL ----------------------*/
#home .columns2:first-of-type {
  width: 30%; }

#home .columns2:last-of-type {
  width: 70%; }

/*--------------------- HEADER ----------------------*/
header {
  width: 100%;
  height: 550px; }

header img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 95%; }

.overlay {
  position: relative;
  bottom: 80px;
  left: 70px; }

.overlay p {
  color: #fff;
  text-shadow: -1px -1px 0 #000,   1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 60px;
  font-family: Gill Sans;
  font-family: 'Gill Sans W01';
  font-weight: 300; }

.overlayheader {
  width: 94%;
  margin-left: 3%;
  position: absolute;
  top: 00px;
  left: 00px;
  padding-top: 20px; }

.overlayheader .header-logo img {
  width: 50%;
  height: auto;
  float: left;
  margin-top: 0px; }

.overlayheader .header-name p {
  font-family: 'Gill Sans W01';
  font-weight: 300;
  color: #fff;
  text-shadow: -1px -1px 0 #000,   1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  float: left;
  font: normal 500 3.0vw/1.15 Gill Sans W01, Arial;
  padding-left: 20px;
  display: none; }

/*--------------------- MAIN ----------------------*/
#main {
  background: url("../img/background-logo-large.png");
  background-size: cover;
  background-position: center 100px;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  padding-top: 100px;
  margin-top: -100px; }

/*--------------------- HOME CATEGORY MENU ----------------------*/
#guestmenu {
  width: 90%;
  margin-left: 10%; }

#guestmenu ul, .mobileshow select {
  width: 100%; }

#guestmenu li, .mobileshow select {
  color: #fff;
  background-color: #1f294d;
  list-style-type: none;
  border-bottom: 2px solid #c79e57;
  padding: 18px 0px 18px 24px;
  text-transform: uppercase;
  font-family: Gill Sans;
  font-family: 'Gill Sans W01'; }
  #guestmenu li:last-of-type, .mobileshow select:last-of-type {
    border-bottom: 0px; }

.mobileshow .selectbox select {
  padding: 0; }

.selectbox {
  background-color: #1f294d;
  width: 90%;
  margin-left: 10%;
  height: 70px; }

.mobileshow .selectbox .columns22 {
  width: 40%;
  float: left; }

.mobileshow .selectbox .columns22:last-of-type {
  width: 60%; }

.mobileshow .selectbox .columns22 p {
  color: #fff;
  font-family: 'Gill Sans W01';
  font-size: 36px;
  font-weight: 300;
  padding-left: 5%;
  padding-top: 15px; }

.mobileshow .selectbox .columns22 select {
  background-color: #fff;
  color: #000;
  border: none;
  height: 30px;
  margin-top: 20px;
  width: 95%; }

.mobileshow .selectbox .columns22 select option {
  color: #fff;
  background-color: #1f294d; }

/*--------------------- UPDATE FORMS GENERAL  ----------------------*/
.forminner {
  padding-bottom: 50px; }

#updateform label {
  font-family: Gill Sans;
  font-family: 'Gill Sans W01';
  font-size: 20px;
  padding-left: 12px;
  width: 100%; }

#updateform input,
#updateform textarea,
#updateform select {
  margin-top: 8px;
  padding: 6px 0 6px 12px;
  font-family: Gill Sans;
  font-family: 'Gill Sans W01';
  font-weight: 300;
  color: #444;
  font-size: 20px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff; }

#updateform button {
  /*background-color: green;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 25px;
  font-family: Gill Sans;
  font-weight: 200;
  border: none;*/ }

#updateform h3 {
  font-family: Gill Sans;
  font-family: 'Gill Sans W01';
  font-size: 20px;
  padding-left: 12px;
  width: 100%; }

.textarea {
  width: 100%;
  min-height: 300px; }

pre {
  white-space: pre-wrap; }

input#catchFile {
  width: 70%; }

.icon-area {
  height: 200px; }

.icon-area img {
  width: 125px !important; }

a[href$='.pdf'] {
  display: inline-block;
  background: transparent url(../img/icon-pdf.png) center left no-repeat;
  width: 150px;
  height: 170px;
  color: #000;
  padding-top: 170px;
  margin-left: 10px; }

img[src$='.pdf']:first-of-type {
  display: none; }

a[href$='.docx'] {
  display: inline-block;
  background: transparent url(../img/icon-docx.png) center left no-repeat;
  width: 150px;
  height: 170px;
  color: #000;
  padding-top: 170px;
  margin-left: 10px; }

a {
  font-family: Gill Sans;
  font-family: 'Gill Sans W01';
  font-weight: 300;
  font-size: 18px; }

/*
button.deletebutton {
background-color: white;
color: #000;
border-radius: 25px;
border: none;
font-family: Gill Sans;
padding-top: 4px;
font-size: 10px;
float: right;
}
*/
button.deletebutton {
  text-align: center;
  background-color: red;
  border: none;
  border-radius: 20px;
  color: #fff;
  font-family: 'Gill Sans W01';
  font-weight: 500;
  padding: 8px 15px;
  font-size: 16px;
  float: right;
  margin-left: 5px;
  margin-top: 40px; }

#categorymenu button.deletebutton {
  text-align: center;
  background-color: red;
  border: none;
  border-radius: 20px;
  color: #fff;
  font-family: 'Gill Sans W01';
  font-weight: 500;
  padding: 8px 20px;
  font-size: 16px;
  float: right;
  margin-right: 12px;
  margin-top: -31px; }

#updateheadertitle input {
  background-color: transparent;
  color: #fff;
  font-family: Gill Sans;
  font-family: 'Gill Sans W01';
  font-weight: 300;
  font-size: 60px;
  padding: 0 20px; }

#updateheadertitle input:focus {
  background-color: #000; }

[title~=Live] {
  display: none; }

[title~=Withheld] {
  position: relative;
  top: -5px;
  background-color: #fff;
  border-radius: 25px;
  border: 2px solid red;
  color: red;
  font-size: 15px;
  padding: 3px 12px 5px 12px; }

[title^="Pen"] {
  position: relative;
  top: -5px;
  background-color: #fff;
  border-radius: 25px;
  border: 2px solid green;
  color: green;
  font-size: 15px;
  padding: 3px 12px 5px 12px; }

button.updatebutton {
  background-color: green;
  border: none;
  border-radius: 20px;
  color: #fff;
  font-family: Gill Sans;
  font-family: 'Gill Sans W01';
  font-weight: 500;
  padding: 7px 11px 7px 12px;
  font-size: 15px; }

#updateheaderimage {
  background-color: #eee;
  font-family: Gill Sans;
  font-family: 'Gill Sans W01';
  font-weight: 300;
  font-size: 15px;
  text-align: center;
  padding: 0px 5px 20px 5px;
  border-radius: 30px; }

#updateheaderimage input {
  width: 60%;
  margin-left: 5%;
  margin-right: 5%;
  border: 1px solid #fff;
  text-align: center; }

#updateheaderimage h3 {
  padding-top: 15px;
  margin-bottom: 15px;
  font-family: Gill Sans;
  font-family: 'Gill Sans W01';
  font-weight: 500;
  color: #000; }

.anchor {
  display: block;
  height: 550px;
  /*same height as header*/
  margin-top: -550px;
  /*same height as header*/
  visibility: hidden; }

#button {
  display: inline-block;
  background-color: #1f294d;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 6px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff; }

#button:hover {
  cursor: pointer;
  background-color: #333; }

#button:active {
  background-color: #555; }

#button.show {
  opacity: 1;
  visibility: visible; }

/* Styles for the content section */
.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9; }

@media (min-width: 500px) {
  .content {
    width: 43%; }

  #button {
    margin: 30px; } }
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5; }

.content h3 {
  font-style: italic;
  color: #96a2a7; }

.selectbox {
  display: none; }

#accordion-complete {
  width: 80%;
  margin-left: 10%; }

#categorycontainer #accordion-complete {
  width: 90%;
  margin-left: 10%; }

#accordion-complete h2 {
  margin-bottom: 20px; }

#subcategorycontainer .accordion-container {
  position: relative;
  width: 100%; }
  #subcategorycontainer .accordion-container .accordion-item {
    overflow: hidden;
    margin-bottom: 0px; }
    #subcategorycontainer .accordion-container .accordion-item.show {
      background-color: transparent; }
      #subcategorycontainer .accordion-container .accordion-item.show .head {
        /*i {&::before{content:url('../img/icon-up.png');
        }}*/ }
        #subcategorycontainer .accordion-container .accordion-item.show .head i::before {
          content: "LESS INFO";
          background-color: #1f294d;
          color: #fff;
          font-size: 16px;
          padding: 10px 20px;
          border-radius: 25px; }
      #subcategorycontainer .accordion-container .accordion-item.show .body {
        display: block; }
    #subcategorycontainer .accordion-container .accordion-item .head {
      display: flex;
      align-items: center;
      border-radius: 5px;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      /*
        content:url('./img/icon-pdf.png'); /* with class ModalCarrot ??
        position:relative; /*or absolute
        z-index:100000; /*a number that's more than the modal box
        left:-50px;
        top:10px;
      */ }
      #subcategorycontainer .accordion-container .accordion-item .head i {
        /*&::before{content:url('../img/icon-down.png');
            float: right;
            padding-right: 50px;
        }}*/ }
        #subcategorycontainer .accordion-container .accordion-item .head i::before {
          content: "MORE INFO";
          background-color: #1f294d;
          float: right;
          color: #fff;
          font-size: 16px;
          padding: 10px 20px;
          border-radius: 25px; }
      #subcategorycontainer .accordion-container .accordion-item .head h6 {
        font-family: Gill Sans;
        font-family: 'Gill Sans W01';
        font-weight: 300;
        font-size: 30px;
        color: #1f294d;
        border-top: 3px solid #c79e57;
        padding-top: 25px;
        width: 100%;
        margin: 15px 0 0 0; }
    #subcategorycontainer .accordion-container .accordion-item .body {
      display: none;
      overflow: hidden;
      height: 0; }
      #subcategorycontainer .accordion-container .accordion-item .body .wrapper {
        position: relative;
        overflow: hidden;
        padding-top: 10px;
        padding-bottom: 0px; }
        #subcategorycontainer .accordion-container .accordion-item .body .wrapper pre {
          padding-bottom: 50px; }
        #subcategorycontainer .accordion-container .accordion-item .body .wrapper p, #subcategorycontainer .accordion-container .accordion-item .body .wrapper pre {
          margin: 0;
          color: #1f294d;
          line-height: 1.1;
          font-family: Gill Sans;
          font-family: 'Gill Sans W01';
          font-size: 20px;
          font-weight: 100;
          width: 90%; }
          #subcategorycontainer .accordion-container .accordion-item .body .wrapper p a, #subcategorycontainer .accordion-container .accordion-item .body .wrapper pre a {
            color: #1f294d;
            line-height: 1.4;
            font-family: Gill Sans;
            font-family: 'Gill Sans W01';
            font-size: 20px;
            font-weight: 200; }
        #subcategorycontainer .accordion-container .accordion-item .body .wrapper img {
          width: 10%;
          margin: 20px 0; }

#addcategorytitle,
#addsubcategorytitle {
  margin-top: 20px;
  width: 90%;
  height: 56px;
  margin-left: 10%;
  background-color: #1f294d;
  padding: 18px 0 18px 24px; }
  #addcategorytitle h3,
  #addsubcategorytitle h3 {
    width: 30%;
    color: #fff;
    font-family: Gill Sans;
    font-family: 'Gill Sans W01';
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    display: inline;
    padding-right: 5%; }
  #addcategorytitle input,
  #addsubcategorytitle input {
    width: 40%;
    color: #000;
    font-family: Gill Sans;
    font-family: 'Gill Sans W01';
    display: inline;
    border: none;
    height: 30px;
    margin-top: -5px;
    border-right: 10px; }
  #addcategorytitle button,
  #addsubcategorytitle button {
    width: 70px;
    text-align: center;
    background-color: green;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-family: Gill Sans;
    font-family: 'Gill Sans W01';
    font-weight: 300;
    padding: 5px 10px;
    font-size: 17px;
    float: right;
    margin-right: 12px;
    margin-top: -5px; }

#addsubcategorytitle {
  width: 100%;
  margin-left: 0%; }
  #addsubcategorytitle button {
    width: 120px;
    margin-right: 20px; }
  #addsubcategorytitle input {
    width: 50%; }

#categorycontainer .accordion-container {
  position: relative;
  background-color: #1f294d;
  width: 100%;
  border-top: 2px solid #c79e57;
  color: #fff; }
  #categorycontainer .accordion-container .accordion-item {
    overflow: hidden;
    margin-bottom: 0px; }
    #categorycontainer .accordion-container .accordion-item a {
      font-family: Gill Sans;
      font-family: 'Gill Sans W01';
      font-size: 18px;
      font-weight: 300;
      width: 80%;
      text-transform: uppercase;
      padding: 18px 0 19px 24px; }
    #categorycontainer .accordion-container .accordion-item.show {
      background-color: transparent; }
      #categorycontainer .accordion-container .accordion-item.show .head {
        /*i {&::before{content:url('../img/icon-up.png');
        }}*/ }
        #categorycontainer .accordion-container .accordion-item.show .head i::before {
          content: "LESS INFO";
          background-color: #1f294d;
          color: #fff;
          font-size: 16px;
          padding: 10px 20px;
          border-radius: 25px; }
      #categorycontainer .accordion-container .accordion-item.show .body {
        display: block; }
    #categorycontainer .accordion-container .accordion-item .head {
      display: flex;
      align-items: center;
      border-radius: 5px;
      font-size: 16px;
      font-weight: bold;
      cursor: pointer;
      /*
        content:url('./img/icon-pdf.png'); /* with class ModalCarrot ??
        position:relative; /*or absolute
        z-index:100000; /*a number that's more than the modal box
        left:-50px;
        top:10px;
      */ }
      #categorycontainer .accordion-container .accordion-item .head i {
        /*&::before{content:url('../img/icon-down.png');
            float: right;
            padding-right: 50px;
        }}*/ }
        #categorycontainer .accordion-container .accordion-item .head i::before {
          content: "MORE INFO";
          background-color: #1f294d;
          float: right;
          color: #fff;
          font-size: 16px;
          padding: 10px 20px;
          border-radius: 25px; }
      #categorycontainer .accordion-container .accordion-item .head h6 {
        width: 70px;
        text-align: center;
        margin: 12px 0;
        background-color: blue;
        border: none;
        border-radius: 20px;
        color: #fff;
        font-family: Gill Sans;
        font-family: 'Gill Sans W01';
        font-weight: 500;
        padding: 8px 5px 7px 10px;
        font-size: 16px;
        float: right;
        margin-right: 12px; }
    #categorycontainer .accordion-container .accordion-item .body {
      display: none;
      overflow: hidden;
      height: 0; }
      #categorycontainer .accordion-container .accordion-item .body .wrapper {
        position: relative;
        overflow: hidden;
        padding-top: 0px;
        padding-bottom: 10px; }
        #categorycontainer .accordion-container .accordion-item .body .wrapper input, #categorycontainer .accordion-container .accordion-item .body .wrapper p, #categorycontainer .accordion-container .accordion-item .body .wrapper pre {
          margin: 0;
          color: #1f294d;
          line-height: 1.4;
          font-family: Gill Sans;
          font-family: 'Gill Sans W01';
          font-size: 12px;
          font-weight: 300;
          width: 60%;
          padding-left: 20px;
          margin-left: 20px;
          padding: 5px 0 5px 5px; }
        #categorycontainer .accordion-container .accordion-item .body .wrapper img {
          width: 10%;
          margin: 20px 0; }

.update #subcategorycontainer .accordion-container .accordion-item.show .head i::before {
  background-color: blue;
  content: "CLOSE";
  font-weight: 500; }

.update #subcategorycontainer .accordion-container .accordion-item .head i::before {
  background-color: blue;
  content: "EDIT";
  font-weight: 500; }

#categorycontainer .accordion-container .columns2:first-of-type {
  width: 85%; }

#categorycontainer .accordion-container .columns2:last-of-type {
  width: 15%; }

body.update .accordion-container .accordion-item.show .head i::before {
  content: "CLOSE"; }
body.update .accordion-container .accordion-item .head i::before {
  content: "EDIT"; }

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6; }

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7; }

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in; }

.parsley-errors-list.filled {
  opacity: 1; }

/***  MEDIA QUERIES  ***/
/*****************   BELOW 1500  *****************/
@media (max-width: 1500px) {
  #holding p {
    width: 60%;
    margin-left: 20%;
    margin-top: 200px;
    color: #222;
    font-size: 26px;
    text-align: center;
    font-family: Gill Sans;
    font-family: 'Gill Sans W01';
    font-weight: 300; }

  .overlay {
    position: relative;
    bottom: 90px; }

  #guestmenu a {
    font-size: 16px; }

  #subcategorycontainer h2 {
    font-size: 30px; }

  #subcategorycontainer .accordion-container .accordion-item .head h6 {
    font-size: 22px; }

  a[href$='.pdf'] {
    background-size: 100px 119px; }

  a[href$='.docx'] {
    background-size: 100px 119px; } }
/*****************   ABOVE 1180  *****************/
@media (min-width: 1180.01px) {
  #holding {
    display: none; } }
/*****************   BELOW 1180  *****************/
@media (max-width: 1180px) {
  .overlay {
    bottom: 80px; }

  #site {
    display: none; }

  #holding {
    display: inline; }

  h2 {
    font-size: 24px; }

  #subcategorycontainer .accordion-container .accordion-item .head h6 {
    font-size: 20px;
    font-weight: 500; }

  a[href$='.pdf'] {
    background-size: 80px 96px; }

  a[href$='.docx'] {
    background-size: 80px 96px; }

  #subcategorycontainer .accordion-container .accordion-item.show .head i::before {
    content: "\f077";
    padding: 10px;
    margin-top: -7px; }

  #subcategorycontainer .accordion-container .accordion-item .head i::before {
    font-family: FontAwesome;
    content: "\f078";
    padding: 10px;
    margin-top: -7px; }

  .overlayheader .header-name p {
    font: normal 500 4.0vw/1.15 Gill Sans W01, Arial; }

  .overlayheader .header-logo img {
    width: 60%;
    /*  height: auto;
      float: left;
      margin-top: 0px;*/ } }
/*****************   BELOW 900  ******************/
@media (max-width: 900px) {
  .desktopshow {
    display: none; }

  .mobileshow select {
    display: inline; }

  .selectbox {
    background-color: #1f294d;
    width: 90%;
    margin-left: 10%;
    height: 70px;
    display: block; }

  header {
    position: fixed;
    height: 350px;
    top: 0px;
    z-index: 100; }

  header img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: 80% 95%;
    position: relative; }

  .overlay {
    bottom: 55px;
    left: 50px; }

  .overlay p {
    font-size: 36px; }

  #guestmenu {
    margin-top: 400px; }

  #home .columns2:first-of-type {
    width: 90%;
    margin-bottom: 50px; }

  #home .columns2:last-of-type {
    width: 100%; }

  #subcategorycontainer {
    position: relative;
    z-index: 50;
    padding-bottom: 100px;
    padding-bottom: 0px; }

  .anchor {
    height: 400px;
    /*same height as header*/
    margin-top: -400px;
    /*same height as header*/ } }
/*****************   BELOW 690  ******************/
@media (max-width: 690px) {
  header {
    height: 150px; }

  header img {
    height: 0px;
    object-position: 50% 0px; }

  #accordion-complete {
    width: 90%;
    margin-left: 5%; }

  .overlayheader {
    display: inline; }

  .selectbox {
    height: 140px;
    width: 90%;
    margin-left: 5%; }

  .mobileshow .selectbox .columns22 {
    width: 90%;
    margin-left: 5%; }

  .mobileshow .selectbox .columns22 p {
    text-align: center;
    padding-left: 0; }

  .mobileshow .selectbox .columns22:last-of-type {
    width: 95%; }

  .mobileshow .selectbox .columns22 select {
    height: 40px;
    width: 95%; }

  .overlay {
    position: relative;
    bottom: 38px;
    left: 0px;
    display: none; }

  .overlay p {
    width: 100%;
    text-align: center;
    font-size: 28px; }

  .overlayheader .header-name p {
    font: normal 500 4.0vw/1.15 Gill Sans W01, Arial;
    padding-left: 5px;
    padding-top: 7px; }

  .overlayheader .header-logo img {
    width: 80%; }

  #home .columns2:first-of-type {
    width: 100%; }

  #guestmenu {
    margin-top: 160px;
    width: 94%;
    margin-left: 3%; }

  #guestmenu a {
    font-size: 13px; }

  #subcategorycontainer h2 {
    font-size: 20px; }

  #subcategorycontainer .accordion-container .accordion-item .head h6 {
    font-size: 16px; }

  a[href$='.pdf'] {
    background-size: 100px 119px; }

  a[href$='.docx'] {
    background-size: 100px 119px; }

  .anchor {
    height: 200px;
    /*same height as header*/
    margin-top: -200px;
    /*same height as header*/ }

  #subcategorycontainer .accordion-container .accordion-item .body .wrapper pre {
    width: 100%; }

  /*
  a[href$='.pdf'],
  a[href$='.docx'] {    
  background-size: 55%;
  width: 90%;
  font-size: 16px;
  padding-top: 140px;
  } 
  
  a p {
  font-size: 16px !important;
  
  word-wrap: break-word;
  }
  
  
  .icon-area img {width: 62.5px !important;}
  */
  .icon-area .columns3 {
    width: 100%; } }
/*****************   BELOW 390  ******************/
