﻿BODY {
  margin: 0;
  padding: 0;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  z-index: 65538 !important;
}

BODY, TD, input, select, textarea, .normalText, tr.normalText td, table.normalText td, table.normalText th, p {
  font-family: 'Open Sans', sans-serif;
  font-stretch: normal;
  font-size: 15px;
  color: #777;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: normal;
}

  BODY.normal {
    background-color: #fff;
    margin: 10px;
    padding: 10px;
  }

h1, .header {
  font-family: 'Lora';
  color: #000;
  font-size: 24pt;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  font-weight: 500;
  display: block;
  line-height: 1.5 !important;
}

h2, .header2 {
  font-family: 'Lora';
  color: #000;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 21pt;
  letter-spacing: 1px;
  font-weight: 400;
  display: block;
  line-height: 1.5 !important;
}

h3, .header3 {
  margin: 0;
  padding: 0;
  font-size: 18pt;
  letter-spacing: 1px;
  font-weight: 400;
  display: block;
  line-height: 1.5 !important;
}

h4, .header4 {
  margin: 0 0 3px 0;
  padding: 0;
  font-size: 14pt;
  letter-spacing: 1px;
  font-weight: 400;
  display: block;
  line-height: 1.5 !important;
}


ul, ol {
  margin: 10px 0 0 0;
  padding: 0;
}

li {
  margin: 0 0 10px 30px;
}

*:focus {
  outline: 0;
}

.highlight {
  background-color: #FFEC9D;
  border: 1px solid var(--company-color1);
  padding: 10px 10px 10px 35px;
  color: var(--company-color1);
  border-radius: 8px;
  position: relative;
}

  .highlight::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f06a';
    position: absolute;
    left: 10px;
    top: 5px;
    color: var(--company-color1);
    font-size: 20px;
  }

hr {
  height: 1px;
  background-color: silver;
  border: none;
}

a:link, a:visited {
  color: var(--company-color1);
  text-decoration: none;
  transition: color .2s
}

a:hover {
  color: silver;
}

a.light:link, a.light:visited {
  color: white;
  text-decoration: none;
}

a.light:hover {
  color: silver;
}


a.underlined {
  text-decoration: underline;
}

.textShadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
}

.lined {
  border-bottom: 1px solid silver;
}

.weight300 {
  font-weight: 300
}

.weight400 {
  font-weight: 400
}

.weight500 {
  font-weight: 500
}

.weight600 {
  font-weight: 600
}

.weight700 {
  font-weight: 700
}

/* ======================== BUTTONS =============================== */
a.button:link, a.button:visited, input.button[type=submit], button.button, div.button {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 8px;
  font-size: 15px;
  font-weight: 600;
  transition: all .3s;
  cursor: pointer;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 2px
}

a.smallButton:link, a.smallButton:visited, input.smallButton[type=submit], input.smallButton[type=button], button.smallButton, div.smallButton {
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  padding: 1px 5px;
  font-size: 9px;
  font-weight: 500;
  transition: all .2s;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
/*  border-radius: 4px;*/
}


  a.button.gray:link,
  a.smallButton.gray:link,
  a.button.gray:visited,
  a.smallButton.gray:visited,
  input.button.gray[type=submit],
  input.smallButton.gray[type=submit],
  button.button.gray,
  button.smallButton.gray,
  div.button.gray,
  div.smallButton.gray {
    color: #FFF;
    border: 1px solid var(--company-color3);
    background-color: var(--company-color3);
    /*    color: var(--company-color3);
    border: 2px solid var(--company-color3);
    background-color: transparent;*/
  }

    a.button.gray:hover,
    a.smallButton.gray:hover,
    input.button.gray[type=submit]:hover,
    input.smallButton.gray[type=submit]:hover,
    button.button.gray:hover,
    button.smallButton.gray:hover,
    div.button.gray:hover,
    div.smallButton.gray:hover {
      background-color: #FFF !important;
      color: var(--company-color3) !important;
      border: 1px solid var(--company-color3) !important;
      /*      background-color: var(--company-color3) !important;
      color: #FFF;*/
    }

    a.button.gray.reverse:link,
    a.smallButton.gray.reverse:link,
    a.button.gray.reverse:visited,
    a.smallButton.gray.reverse:visited,
    input.button.gray.reverse[type=submit],
    input.smallButton.gray.reverse[type=submit],
    button.button.gray.reverse,
    button.smallButton.gray.reverse,
    div.button.gray.reverse,
    div.smallButton.gray.reverse {
      background-color: #FFF;
      color: var(--company-color3);
      border: 1px solid var(--company-color3);
      /*      color: #FFF;
      border: 2px solid var(--company-color3);
      background-color: var(--company-color3);*/
    }

      a.button.gray.reverse:hover,
      a.smallButton.gray.reverse:hover,
      input.button.gray.reverse[type=submit]:hover,
      input.smallButton.gray.reverse[type=submit]:hover,
      button.button.gray.reverse:hover,
      button.smallButton.gray.reverse:hover,
      div.button.gray.reverse:hover,
      div.smallButton.gray.reverse:hover {
        color: #FFF !important;
        border: 1px solid var(--company-color3) !important;
        background-color: var(--company-color3) !important;
        /*        background-color: transparent !important;
        color: var(--company-color3) !important;*/
      }

  a.button.red:link,
  a.smallButton.red:link,
  a.button.red:visited,
  a.smallButton.red:visited,
  input.button.red[type=submit],
  input.smallButton.red[type=submit],
  button.button.red,
  button.smallButton.red,
  div.button.red,
  div.smallButton.red {
    background-color: var(--company-color1);
    color: #FFF;
    border: 1px solid #FFF;
    /*    color: var(--company-color1);
    border: 2px solid var(--company-color1);
    background-color: transparent;*/
  }

    a.button.red:hover,
    a.smallButton.red:hover,
    input.button.red[type=submit]:hover,
    input.smallButton.red[type=submit]:hover,
    button.button.red:hover,
    button.smallButton.red:hover,
    div.button.red:hover,
    div.smallButton.red:hover {
      color: var(--company-color1) !important;
      border: 1px solid var(--company-color1) !important;
      background-color: transparent;
      /*      background-color: var(--company-color1) !important;
      color: #FFF;*/
    }

    a.button.red.reverse:link,
    a.smallButton.red.reverse:link,
    a.button.red.reverse:visited,
    a.smallButton.red.reverse:visited,
    input.button.red.reverse[type=submit],
    input.smallButton.red.reverse[type=submit],
    button.button.red.reverse,
    button.smallButton.red.reverse,
    div.button.red.reverse,
    div.smallButton.red.reverse {
      color: var(--company-color1);
      border: 1px solid var(--company-color1);
      background-color: #FFF;
      /*      color: #FFF;
      border: 2px solid var(--company-color1);
      background-color: var(--company-color1);*/
    }

      a.button.red.reverse:hover,
      a.smallButton.red.reverse:hover,
      input.button.red.reverse[type=submit]:hover,
      input.smallButton.red.reverse[type=submit]:hover,
      button.button.red.reverse:hover,
      button.smallButton.red.reverse:hover,
      div.button.red.reverse:hover,
      div.smallButton.red.reverse:hover {
        background-color: var(--company-color1) !important;
        color: #FFF !important;
        /*        background-color: transparent !important;
        color: var(--company-color1) !important;*/
      }

    a.button.white:link,
  a.smallButton.white:link,
  a.button.white:visited,
  a.smallButton.white:visited,
  input.button.white[type=submit],
  input.smallButton.white[type=submit],
  button.button.white,
  button.smallButton.white,
  div.button.white,
  div.smallButton.white {
    color: var(--company-color3);
    border: 1px solid #FFF;
    background-color: #FFF;
    /*color: #FFF;
      border: 2px solid #FFF;
      background-color: transparent;*/
  }

    a.button.white:hover,
    a.smallButton.white:hover,
    input.button.white[type=submit]:hover,
    input.smallButton.white[type=submit]:hover,
    button.button.white:hover,
    button.smallButton.white:hover,
    div.button.white:hover,
    div.smallButton.white:hover {
      color: var(--company-color1) !important;
      background-color: transparent;
      /*      background-color: #FFF !important;
      color: var(--company-color1);*/
    }

    a.button.white.reverse:link,
    a.smallButton.white.reverse:link,
    a.button.white.reverse:visited,
    a.smallButton.white.reverse:visited,
    input.button.white.reverse[type=submit],
    input.smallButton.white.reverse[type=submit],
    button.button.white.reverse,
    button.smallButton.white.reverse,
    div.button.white.reverse,
    div.smallButton.white.reverse {
      color: #FFF;
      border: 1px solid #FFF;
      background-color: transparent;
      /*      color: var(--company-color1);
      border: 2px solid #FFF;
      background-color: #FFF;*/
    }

      a.button.white.reverse:hover,
      a.smallButton.white.reverse:hover,
      input.button.white.reverse[type=submit]:hover,
      input.smallButton.white.reverse[type=submit]:hover,
      button.button.white.reverse:hover,
      button.smallButton.white.reverse:hover,
      div.button.white.reverse:hover
      div.smallButton.white.reverse:hover {
        background-color: #FFF !important;
        color: var(--company-color1) !important;
        /*        background-color: transparent !important;
        color: #FFF !important;*/
      }
/* ======================== OVERLAY ===============================*/

#overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.80);
  z-index: 5;
  font-size: 14pt;
  padding: 10px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

/* ======================== ACCORDION ===============================*/
.cms_accordionHeader .cms_accordionIcon {
  position: absolute;
  z-index: 500;
  margin: auto;
  top: 2px;
  bottom: 0;
  background-size: contain;
  width: 8px;
  height: 20px;
  transform-origin: center;
  transition: transform .2s;
}

  .cms_accordionHeader .cms_accordionIcon::before {
    position: absolute;
    content: '\f0da';
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
  }

  .cms_accordionHeader .cms_accordionIcon.caretLight {
    color: white;
  }

  .cms_accordionHeader .cms_accordionIcon.caretDark {
    color: var(--company-purple);
  }

  .cms_accordionHeader .cms_accordionIcon.expanded {
    transform: rotate(90deg);
  }

  .cms_accordionHeader .cms_accordionIcon.rightJust {
    right: 12px;
  }

  .cms_accordionHeader .cms_accordionIcon.leftJust {
    left: 12px;
  }

/* ======================== PhotoGallery ===============================*/
.cms_photoGallery .caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.80);
  font-size: 14pt;
  padding: 10px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  text-align: center
}

.lg-outer .lg-image {
  max-width: 80% !important
}

/* ============================= AUTO POPUP ============================ */
.cms_autopopup .controls {
  padding: 3px 10px;
}

  .cms_autopopup .controls a.close {
    color: white;
  }

  .cms_autopopup .controls label {
    color: white;
    font-size: 13px;
  }

/* ============================= FRAMEWORK ============================ */
/* ============================= FRAMEWORK ============================ */
/* ============================= FRAMEWORK ============================ */

/* This class is used in CMS and should not change its name */
.CMScontentWidth {
  max-width: 1200px;
}

header {
  box-sizing: border-box;
  position: relative;
  z-index: 1000;
  background-color: #FFF;
  height: 173px;
}

  header #absolute {
    z-index: 1000;
    position: absolute;
    width: 100%;
    top: 0;
    background-color: #FFF;
    box-shadow: 0 6px 24px rgba(0,0,0,.12);
  }

  header #topbar {
    height: 48px;
    background-color: var(--company-color1);
    transition: height .2s
  }

    header #topbar > div {
      padding: 0 20px;
      justify-content: flex-end
    }

    header #topbar .item:not(:last-child) {
      margin-right: 35px;
    }

    header #topbar a {
      color: white;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 2px;
      transition: font-size .2s
    }

      header #topbar a i {
        font-size: 20px;
        padding-right: 2px
      }

  header #menubar {
    height: 125px;
    justify-content: flex-end;
    transition: height .2s
  }

  header #logo {
    padding: 10px;
    margin-right: auto;
  }

    header #logo img {
      width: 100%;
      vertical-align: top;
      max-width: 400px;
      transition: max-width .2s
    }

  header.fixed #absolute {
    position: fixed;
  }

  header.fixed.scrolled {
  }

    header.fixed.scrolled #logo img {
      max-width: 350px;
    }

    header.fixed.scrolled #topbar {
      height: 37px;
    }

      header.fixed.scrolled #topbar a {
        font-size: 12px;
      }

        header.fixed.scrolled #topbar a i {
          font-size: 20px;
        }

    header.fixed.scrolled #menubar {
      height: 112px;
      justify-content: flex-end;
    }


/* ========================== SUBMENUS =========================== */
.submenu .submenuHeader {
  color: black;
  font-size: 20px;
  font-weight: 900;
  padding: 10px 5px 5px 10px;
  display: block;
  text-transform: uppercase;
  font-family: var(--smartmenu-font-family);
}

.submenu > a {
  font-family: var(--smartmenu-font-family);
  box-sizing: border-box;
  padding: 5px;
  display: block;
  box-sizing: border-box;
  color: #BBBBBB;
  margin: 0;
  padding: 15px 24px;
  font-size: 14pt;
  font-weight: 800;
  letter-spacing: 1px;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 1px solid #EAEAEA;
}

.submenu a:hover {
  color: black;
}

.submenu a.selected {
  color: black;
}


/* ==================== FOOTER ======================== */
footer {
  background: var(--company-color1);
  padding: 30px
}

  footer .inner {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: white
  }

    footer .inner > div {
      margin: 20px;
    }

  footer a {
    color: white !important;
    transition: color .2s
  }

    footer a:hover {
      color: #000 !important;
    }

  footer i {
    font-size: 25px
  }

  /* Footer Menu */
  footer #footerMenu {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }

    footer #footerMenu a:link,
    #footerMenu a:visited {
      text-decoration: none;
      color: white !important;
      display: block;
      margin: 8px 0;
      font-family: var(--smartmenu-font-family);
      transition: color .2s
    }

    footer #footerMenu a:hover {
      color: silver !important;
    }

  footer img#logo {
    width: 100%;
    max-width: 250px;
    filter: brightness(0) invert(1);
  }

  footer #footerMenu .main a {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase
  }

  footer #footerMenu .sub a {
    font-weight: 300;
    font-size: 15px;
    text-transform: none
  }

  footer #footerMenu .divider {
    border-top: 1px solid #ddd;
  }

  footer #footerMenu > div {
    flex: 1;
    margin: 12px;
    min-width: 100px;
    max-width: 200px;
  }

  footer #copyright {
    margin-top: 40px;
    text-align: center;
    color: white;
    font-size: 11px
  }

/* ==================== OTHER ======================== */
.overflow-effect::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 25px;
  background-color: #FFF;
}

/* ==================== NEWS ======================== */
.newsItemVertical {
  display: flex
}

.newsItemHorizontal {
}

.newsItemVertical.mobile {
  display: block
}

.newsItemVertical .newsSocialIcons {
  font-size: 18px;
}

.newsItemVertical .newsImageHolder {
  margin-right: 20px;
  max-width: 300px;
}

.newsItemVertical .newsImage img {
  width: 100%;
}

.newsItemVertical.mobile .newsImageHolder {
  margin-right: 0;
  max-width: 400px
}

.newsSeparator {
  border-top: 1px solid silver;
  margin: 30px 0;
}

.newsItemVertical .readMore {
  text-align: right;
  margin-top: 20px;
}

/* boxes */
.newsBoxes {
  display: grid;
}

  .newsBoxes .newsBox .title {
    display: block;
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
    margin-bottom: 5px;
    border-bottom: 1px solid var(--company-color1);
  }

  .newsBoxes .newsBox img {
    width: 100%;
    object-fit: cover
  }

  .newsBoxes .newsBox .teaser {
    text-align: left
  }

    .newsBoxes .newsBox .teaser .expander {
      font-family: Consolas;
      font-size: 14px;
      cursor: pointer;
      color: var(--company-color1);
    }

  .newsBoxes .newsBox .readMore {
    margin-top: 5px;
    font-weight: bold;
    text-align: center
  }

/*News vertical*/
.newsItemVertical {
  display: flex
}

  .newsItemVertical.mobile {
    display: block
  }

  .newsItemVertical .title {
    display: block;
    font-weight: bold;
    font-size: 14pt;
    margin: 10px 0;
  }

  .newsItemVertical .newsSocialIcons {
    font-size: 18px;
  }

  .newsItemVertical .newsImageHolder {
    margin-right: 20px;
    max-width: 300px;
  }

  .newsItemVertical .newsImage img {
    width: 100%;
  }

  .newsItemVertical.mobile .newsImageHolder {
    margin-right: 0;
    max-width: 400px
  }

.newsSeparator {
  border-top: 1px solid silver;
  margin: 30px 0;
}

.newsItemVertical .readMore {
  text-align: right;
  margin-top: 20px;
}

/*Events*/
.eventBoxes {
  display: grid;
}

  .eventBoxes .eventBox .title {
    display: block;
    font-weight: bold;
    font-size: 14pt;
    margin: 10px 0;
  }

  .eventBoxes .eventBox img {
    width: 100%;
    object-fit: cover
  }

  .eventBoxes .eventBox .teaser .expander {
    font-family: Consolas;
    font-size: 14px;
    cursor: pointer;
    color: black
  }

  .eventBoxes .eventBox .date,
  .eventBoxes .eventBox .time,
  .eventBoxes .eventBox .location {
    margin-bottom: 10px
  }

    .eventBoxes .eventBox .date i,
    .eventBoxes .eventBox .time i,
    .eventBoxes .eventBox .location i {
      font-size: 20px;
      vertical-align: middle;
      margin-right: 5px;
    }

  .eventBoxes .eventBox .readMore {
    font-weight: bold
  }

/* Events vertical */
.eventItemsVertical {
  display: flex
}

  .eventItemsVertical .title {
    font-weight: bold;
    font-size: 14pt;
    margin-bottom: 10px
  }

  .eventItemsVertical .date, .eventItemsVertical .time {
    font-size: 18px;
    margin: 10px 0
  }

  .eventItemsVertical.mobile {
    display: block
  }

  .eventItemsVertical .socialIcons {
    font-size: 18px;
  }

  .eventItemsVertical .imageHolder {
    margin-right: 20px;
    max-width: 300px;
  }

  .eventItemsVertical .image img {
    width: 100%;
  }

  .eventItemsVertical.mobile .imageHolder {
    margin-right: 0;
    max-width: 400px
  }

eventItemsVertical .separator {
  border-top: 1px solid silver;
  margin: 30px 0;
}

.eventItemsVertical .readMore {
  text-align: right;
  margin-bottom: 20px;
}

/*Calendar*/
.calendarBoxes {
  display: grid;
}

  .calendarBoxes .calendarBox .title {
    display: block;
    font-weight: bold;
    font-size: 14pt;
    margin: 10px 0;
  }

  .calendarBoxes .calendarBox img {
    width: 100%;
    object-fit: cover
  }

  .calendarBoxes .calendarBox .teaser .expander {
    font-family: Consolas;
    font-size: 14px;
    cursor: pointer;
    color: var(--company-color1);
  }

  .calendarBoxes .calendarBox .date,
  .calendarBoxes .calendarBox .time,
  .calendarBoxes .calendarBox .location {
    margin-bottom: 10px
  }

    .calendarBoxes .calendarBox .date i,
    .calendarBoxes .calendarBox .time i,
    .calendarBoxes .calendarBox .location i {
      font-size: 20px;
      vertical-align: middle;
      margin-right: 5px;
    }

  .calendarBoxes .eventBox .readMore {
    font-weight: bold
  }

/* Calendar vertical */
.calendarItemsVertical {
  display: flex
}

  .calendarItemsVertical .title {
    font-weight: bold;
    font-size: 14pt;
    margin-bottom: 10px
  }

  .calendarItemsVertical .date, .calendarItemsVertical .time {
    font-size: 18px;
    margin: 10px 0
  }

  .calendarItemsVertical.mobile {
    display: block
  }

  .calendarItemsVertical .socialIcons {
    font-size: 18px;
  }

  .calendarItemsVertical .imageHolder {
    margin-right: 20px;
    max-width: 300px;
  }

  .calendarItemsVertical .image img {
    width: 100%;
  }

  .calendarItemsVertical.mobile .imageHolder {
    margin-right: 0;
    max-width: 400px
  }

calendarItemsVertical .separator {
  border-top: 1px solid silver;
  margin: 30px 0;
}

.calendarItemsVertical .readMore {
  text-align: right;
  margin-bottom: 20px;
}

/* Calendar Print View ========================================== */

#calendarPrintView {
  padding: 10px
}

  #calendarPrintView h3 {
    font-family: 'Lora', sans-serif;
    font-weight: normal;
    font-size: 16pt;
    margin: 0
  }

  #calendarPrintView .event {
    margin: 2px;
    border-radius: 3px;
    padding: 2px;
  }

    #calendarPrintView .event span {
      display: block;
      font-size: 10px;
    }

  #calendarPrintView .categories > div {
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    padding: 2px 5px;
    margin-right: 3px;
    border-radius: 3px;
  }

  #calendarPrintView .calendarTitle td {
    font-weight: 600;
    font-size: 13pt;
  }

/* Calendar Year View ========================================== */

#calendarYearView h3 {
  font-family: 'Lora', sans-serif;
  font-weight: normal;
  font-size: 16pt;
  margin: 0
}

#calendarYearView .smallText, #calendarYearView tr.smallText td, #calendarYearView table.smallText td, #calendarYearView table.smallText th {
  font-size: 12px;
}

.jconfirm.jconfirm-ppc .jconfirm-bg {
  background-color: rgba(0, 0, 0, .5)
}

/* ==================== ERROR PAGES ======================== */
body.errorPage {
  background: radial-gradient(black 15%, transparent 16%) 0 0, radial-gradient(black 15%, transparent 16%) 8px 8px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px, radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
  background-color: #0A3049;
  background-size: 16px 16px;
  line-height: 1.5;
  font-size: 12pt;
  text-align: center;
  padding: 15px;
}

#errorPageContent {
  max-width: 550px;
  padding-top: 8vw;
  color: white;
  margin: 0 auto;
}

  #errorPageContent h1 {
    margin: 20px 0;
    font-size: 16pt;
    text-transform: uppercase;
    font-weight: 600;
  }

  #errorPageContent a {
    color: white;
    font-weight: 600;
  }

    #errorPageContent a:hover {
      color: silver;
    }

  #errorPageContent #img {
    margin: 0 auto;
    max-width: 300px;
    height: 75px;
    background-image: url('/Themes/Glass/Logo.png');
    background-size: contain;
    background-repeat: no-repeat;
  }

  #errorPageContent .errorInfo {
    font-size: 10px;
    padding: 5px;
    margin-top: 35px;
    text-align: left;
    color: gray
  }

/* ======================== RESPONSIVE ===============================*/
/* ======================== RESPONSIVE ===============================*/
/* ======================== RESPONSIVE ===============================*/

@media screen and (max-width: 875px) {

  header #topbar > div {
    justify-content: center
  }

  header #topbar a,
  header.fixed.scrolled #topbar a {
    font-size: 13px;
    letter-spacing: 1px;
  }


    header #topbar a i,
    header.fixed.scrolled #topbar a i {
      font-size: 15px;
    }

  footer .inner {
    display: block;
  }

    footer .inner > div {
      margin: 50px 0;
      text-align: center;
    }

      footer .inner > div > div {
        justify-content: center;
      }
}

@media screen and (max-width: 500px) {
  header {
    height: 137px;
  }

    header #topbar {
      height: 37px;
    }

    header #menubar {
      height: 100px !important;
    }

    header.fixed.scrolled #menubar {
      height: unset;
    }

    header #logo {
      display: flex;
      align-items: center
    }

      header #logo img,
      header.fixed.scrolled #logo img {
        max-width: 315px;
      }

  h1 {
    font-size: 18pt
  }

  .item {
    margin-right: 10px !important;
    margin-left: 5px
  }

    .item i {
      display: none;
    }
}


/********FROM OLD SITE*********/
/* ACS CALENDAR BAND */
.CalendarList {
  display: flex;
  flex-wrap: wrap;
}

.FullCalendar {
  flex: 1;
  margin:10px;
}


.FullCalendar .CalendarList {
  display: block;
}

.CalendarList .CalendarDay {
  margin: 0;
  box-sizing: border-box;
  width:90px;
}

.CalendarList .CalendarDay:before { /* line between rows */
  /* content: "";

  left: -20%;
  width: 800%;
 
  border-bottom: 1px solid #6d6d6d;
  content:"";
  position: absolute;
  border-bottom: 1px solid black;
  top: -1px;*/
}

.EventSeparator {
  padding: 10px 0 10px 0;
}

.CalendarBand .CalendarShowAllContainer {
  position: relative;
  top: 26px;
  float: right;
  z-index: 10;
}

.CalendarList .calContainer {
  margin-bottom: 10px;

}

.CalendarList .CalendarDay .day {
  /* margin-left: -10px;*/
  font-weight: 700; /* bold */
  font-size: 35px;
  text-transform: uppercase;
  color: #00304e;
  float: left;
  line-height: 50px;
  padding-right: 5px
}

.CalendarList .CalendarDay .dayOfWeekMonthContainer {
  display: initial;
  margin-left: 5px;
  margin-top: 15px;
  line-height: initial;
}

  .CalendarList .CalendarDay .dayOfWeekMonthContainer .dayOfWeek {
    display: block;
    font-size: 15px;
    font-weight: 700; /* bold */
    text-transform: uppercase;
    color: #00304e;
  }

  .CalendarList .CalendarDay .dayOfWeekMonthContainer .month {
    margin-top: 3px;
    font-size: 14px;
    font-weight: 400; /* book/demi (light?) */
    text-transform: uppercase;
    color: #00304e;
  }

  .CalendarList .events .eventTitle {
    margin-top: 16px;
    font-weight: 700; /* book/demi (light?) */
    color: #00304e;
  }

  .CalendarList .events .eventDescription {
    display:none
  }

.CalendarList .events .MoreEntries {
  display: inline-block;
  margin-top: 14px;
}

.CalendarList .CalendarSeparator {
  /*display: none;*/
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  padding-top: 20px
}

.calHeader {
  border-bottom: 1px solid black;
  font-size: 20pt;
  margin-bottom:15px;
}

.calendarContainer {
  max-width: 250px;
}

.calendarNavigation {
  background-color: #00314f;
  padding: 0 5px 5px 5px;
}

  .calendarNavigation A:link, .calendarHeader A:visited {
    color: White;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
  }

  .calendarNavigation A:hover {
    color: #c99530;
    font-weight: bold;
    font-size: 12pt;
    text-decoration: none;
  }

table.calendar {
  border-collapse: separate;
}

  table.calendar .calendarTitle td {
    font-size: 15px;
  }


  table.calendar th, table.calendar td {
    padding: 3px;
    font-size: 13px;
    text-align: center;
  }

.calendarDayHeader {
  color: #00314f;
  background-color: #FFFFFF;
  font-weight: bold;
}

.calendarWeekendDay {
  background-color: #FFFFFF;
}

.calendarSelector a:link, .calendarSelector a:visited {
  color: #00314f;
  text-decoration: none;
  font-weight: bold;
}

.calendarSelector a:hover {
  color: #c99530;
  text-decoration: underline;
}

.calendarDay {
  background-color: #D7D8DA;
  border-collapse: separate;
}

  .calendarDay a:link, .calendarDay a:visited {
    color: #B1B1B1;
    text-decoration: none;
  }

  .calendarDay a:hover {
    color: #B1B1B1;
    text-decoration: underline;
  }

.calendarOtherMonthDay {
  background-color: #F4F4F4;
}

  .calendarOtherMonthDay a, .calendarOtherMonthDay a:visited {
    color: #CFCFCF;
    text-decoration: none;
  }

    .calendarOtherMonthDay a:hover {
      color: #CFCFCF;
      text-decoration: none;
    }

.calendarToday {
  font-weight: bold;
}

  .calendarToday a:link, .calendarToday a:visited {
    color: #cb8119;
    text-decoration: none;
  }

  .calendarToday a:hover {
    text-decoration: underline;
  }

.calendarHasContent {
  background-color: #00314f;
  padding: 3px;
}

  .calendarHasContent a:link, .calendarHasContent a:visited {
    color: white;
    text-decoration: none;
  }

  .calendarHasContent a:hover {
    text-decoration: underline;
  }

.calendarHasContentToday {
  background-color: #c99530;
  font-weight: bold;
}

  .calendarHasContentToday a:link, .calendarHasContentToday a:visited {
    color: #FFF;
    text-decoration: none;
  }

  .calendarHasContentToday a:hover {
    color: #FFF;
    text-decoration: underline;
  }

  .panCalendar {
    display:flex;
  }

@media (max-width: 767px) {
  .CalendarList {
    display: block;
    width: 100%;
    max-width: 720px;
    /*   text-align: center;*/
  }

    .CalendarList .CalendarDay {
      display: block;
      max-width: 720px;
      margin: 0 10px;
    }

    .CalendarList .CalendarSeparator {
      display: block;
      margin-top: 10px;
      margin-bottom: 20px;
    }
    .panCalendar {
      flex-direction:column-reverse;
    }
}
