h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 30px;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #003d3d;
  font-size: 16px;
  text-decoration: underline;
}

.wrapper-main {
  border-style: none;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.body {
  background-image: -webkit-linear-gradient(270deg, #dfdfdf, #dfdfdf);
  background-image: linear-gradient(180deg, #dfdfdf, #dfdfdf);
}

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-footer-column {
  margin-right: 16px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 225px;
  -ms-flex: 1 0 225px;
  flex: 1 0 225px;
}

.h4-footer-column {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 18px;
}

.list-item {
  text-transform: none;
  list-style-type: none;
}

.div-signin {
  position: relative;
  z-index: 250;
  display: none;
  padding: 4px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-linear-gradient(270deg, silver, silver);
  background-image: linear-gradient(180deg, silver, silver);
  box-shadow: 0 0 9px 0 #000;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.text-signin-callout {
  margin-left: 6px;
  padding: 0px;
}

.a-signin-button {
  padding-right: 8px;
  padding-left: 8px;
  border: 1px none #000;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #dfdfdf, #dfdfdf);
  background-image: linear-gradient(180deg, #dfdfdf, #dfdfdf);
}

.div-wrapper {
  position: relative;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.section {
  padding-right: 48px;
  padding-left: 48px;
}

.section.section-footer {
  position: relative;
  z-index: 0;
  display: block;
  margin-top: 0px;
  padding-top: 8px;
  padding-bottom: 36px;
  border-top: 2px solid #22cdcc;
  background-image: -webkit-linear-gradient(270deg, #d6f6f6, #d6f6f6);
  background-image: linear-gradient(180deg, #d6f6f6, #d6f6f6);
}

.section.section-header {
  position: relative;
  z-index: 200;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0) 48%, rgba(0, 0, 0, .5)), url('../images/P4020022_HDR_LOW.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 48%, rgba(0, 0, 0, .5)), url('../images/P4020022_HDR_LOW.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.section-main {
  position: relative;
  z-index: 100;
  margin-top: 0px;
  padding-top: 96px;
  padding-bottom: 0px;
}

.ul-nav-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
}

.li-nav-main {
  padding: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.li-nav-main.li-search {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}

.nav {
  position: relative;
  z-index: 10;
  margin-bottom: 96px;
  padding-bottom: 0px;
}

.ul-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}

.nav-dropdown-toggle {
  padding-right: 20px;
}

.li-nav {
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 2px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}

.li-nav.nav-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 200px;
  -ms-flex: 1 0 200px;
  flex: 1 0 200px;
}

.nav-dropdown {
  margin-right: 0px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.nav-item {
  text-align: center;
}

.form-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-search {
  margin-bottom: 0px;
}

.button-submit-search {
  background-color: silver;
}

.input-search {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px none #dfdfdf;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #000;
}

.button-search {
  padding: 20px;
  background-image: -webkit-linear-gradient(270deg, #cb3538, #cb3538);
  background-image: linear-gradient(180deg, #cb3538, #cb3538);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.button-search:hover {
  background-image: -webkit-linear-gradient(270deg, #e2363a, #e2363a);
  background-image: linear-gradient(180deg, #e2363a, #e2363a);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-masthead {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-siteid {
  display: block;
  height: 72px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 72px;
  -ms-flex: 0 0 72px;
  flex: 0 0 72px;
  background-image: -webkit-linear-gradient(270deg, silver, silver);
  background-image: linear-gradient(180deg, silver, silver);
}

.div-masthead-child {
  display: block;
  float: left;
}

.div-masthead-child.div-social {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 44.999%;
  margin-bottom: 0px;
}

.div-masthead-child.div-siteid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: none;
}

.div-masthead-child.div-tagline {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-siteid {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.heading-2 {
  margin-right: 8px;
  margin-bottom: 4px;
  text-align: right;
}

.ul-nav-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  list-style-type: none;
}

.button-social {
  width: 2.5em;
  height: 2.5em;
  margin: 8px 8px 4px;
  background-color: transparent;
  background-image: url('../images/social-google.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-social.button-facebook {
  background-image: url('../images/social-facebook.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-social.button-facebook:hover {
  background-image: url('../images/social-facebook-hover.png');
}

.button-social.button-twitter {
  background-image: url('../images/social-twitter.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-social.button-twitter:hover {
  background-image: url('../images/social-twitter-hover.png');
}

.button-social.button-google:hover {
  background-image: url('../images/social-google-hover.png');
}

.div-masthead {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: -50px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 175px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
}

.div-calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.div-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-news-item {
  margin-right: 16px;
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 225px;
  -ms-flex: 1 0 225px;
  flex: 1 0 225px;
}

.button-paymybill {
  position: static;
  display: inline-block;
  padding: 16px;
  border-radius: 8px;
  background-image: -webkit-linear-gradient(270deg, silver, silver);
  background-image: linear-gradient(180deg, silver, silver);
  text-align: left;
}

.div-news-wrapper {
  margin-top: 8px;
  margin-bottom: 36px;
}

.div-readmore {
  margin-top: 16px;
  text-align: center;
}

.div-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.button-menushow {
  display: none;
}

.button-menushow {
  display: none;
  margin-bottom: 0px;
  padding-bottom: 8px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
}

.nav-dropdown-list.w--open {
  border-top: 2px solid #8a8a8a;
  background-color: #dfdfdf;
}

.div-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, silver, silver);
  background-image: linear-gradient(180deg, silver, silver);
  text-align: center;
}

.slider-main {
  display: block;
  max-width: 900px;
  min-width: 900px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 20px;
}

.slide {
  display: inline-block;
}

.div-slider-spacer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-siteid-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-siteid-child.div-siteid-logo {
  height: 200px;
  max-width: 200px;
  min-width: 200px;
}

.div-calendar-child {
  margin-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ul-footer-list {
  list-style-type: none;
}

.h3 {
  text-align: left;
}

.h3.h3-calendar {
  margin-top: 36px;
  margin-bottom: 24px;
}

.div-news-button {
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 0px;
  background-color: #ffb55f;
}

.div-news-button.w--current {
  background-color: #fd9a27;
}

.ul-quicklinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.li-quicklink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.div-quicklink-image {
  position: static;
  overflow: visible;
  width: 64px;
  height: 64px;
  background-image: none;
}

.div-quicklink-image.div-pay-image {
  background-image: url('../images/icon-pay.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-quicklink-image.div-museum-image {
  background-image: url('../images/icon-museum.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-quicklink-image.div-contact-image {
  background-image: url('../images/icon-contact.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-quicklink-image.div-login-image {
  background-image: url('../images/icon-login.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.h4-quicklinks-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 12px;
}

.li-calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.calendar-date {
  padding: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 72px;
  -ms-flex-preferred-size: 72px;
  flex-basis: 72px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #cb3538, #cb3538);
  background-image: linear-gradient(180deg, #cb3538, #cb3538);
}

.calendar-text {
  margin-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h2-date {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
}

.text-block-2 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.h4-calendar {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 21px;
  text-align: left;
}

.text-block-3 {
  font-family: Lato, sans-serif;
  text-align: left;
}

.p-news {
  font-family: Lato, sans-serif;
}

.text-news-button {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.li-footer-list {
  margin-top: 8px;
}

.p-footer-list {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-style: italic;
}

.button-quicklink {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 82px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/icon-pay.png');
  background-position: 0px 50%;
  background-size: 64px;
  background-repeat: no-repeat;
  font-weight: 900;
  text-align: right;
  text-decoration: none;
}

.button-quicklink.button-quicklink-pay {
  background-size: 64px;
}

.button-quicklink.button-quicklink-pay:hover {
  background-image: url('../images/icon-pay-hover.png');
  background-size: 64px;
}

.button-quicklink.button-quicklink-museum {
  background-image: url('../images/icon-museum_1.png');
  background-size: 48px;
}

.button-quicklink.button-quicklink-museum:hover {
  background-image: url('../images/icon-museum-hover.png');
  background-size: 48px;
}

.button-quicklink.button-quicklink-contact {
  background-image: url('../images/icon-contact.png');
  background-size: 61px;
}

.button-quicklink.button-quicklink-contact:hover {
  background-image: url('../images/icon-contact-hover.png');
  background-size: 61px;
}

.button-quicklink.button-quicklink-login {
  background-image: url('../images/icon-login.png');
  background-size: 48px;
}

.button-quicklink.button-quicklink-login:hover {
  background-image: url('../images/icon-login-hover.png');
  background-size: 48px;
}

.a-dropdown {
  background-image: -webkit-linear-gradient(270deg, #dfdfdf, #dfdfdf);
  background-image: linear-gradient(180deg, #dfdfdf, #dfdfdf);
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.a-dropdown:hover {
  background-image: -webkit-linear-gradient(270deg, #f0f0f0, #f0f0f0);
  background-image: linear-gradient(180deg, #f0f0f0, #f0f0f0);
}

@media (max-width: 991px) {
  .section {
    padding-right: 24px;
    padding-left: 24px;
  }
  .section.section-header {
    padding-top: 16px;
  }
  .ul-nav {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-dropdown-toggle {
    width: 100%;
  }
  .li-nav {
    margin-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .li-nav.nav-search {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-dropdown {
    width: 100%;
  }
  .div-masthead-child.div-siteid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-masthead-child.div-tagline {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-2 {
    margin-right: 8px;
  }
  .div-links-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .button-menushow {
    display: block;
    color: #000;
    font-size: 36px;
    text-align: right;
  }
  .nav-dropdown-list.w--open {
    position: static;
  }
  .div-slider-wrapper {
    display: block;
  }
  .slider-main {
    width: 100%;
    max-width: none;
    min-width: 0px;
  }
  .div-slider-spacer {
    display: none;
    width: 0px;
  }
  .ul-quicklinks {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .li-quicklink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .text-signin-callout {
    display: none;
  }
  .section {
    padding-right: 16px;
    padding-left: 16px;
  }
  .section.section-header {
    padding-top: 16px;
  }
  .nav {
    margin-bottom: 36px;
  }
  .ul-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .li-nav.nav-search {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-masthead-child.div-social {
    width: 100%;
  }
  .div-masthead-child.div-siteid {
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .div-masthead-child.div-tagline {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h1-siteid {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-2 {
    text-align: center;
  }
  .ul-nav-social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-masthead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .button-menushow {
    display: block;
  }
  .button-menushow {
    display: block;
  }
  .nav-dropdown-list.w--open {
    position: static;
  }
  .div-news-button {
    display: inline-block;
    width: 100%;
  }
  .ul-quicklinks {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .li-quicklink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (max-width: 479px) {
  .section.section-header {
    padding-top: 16px;
  }
  .ul-nav {
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .li-nav.nav-search {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-masthead-child.div-social {
    width: 100%;
  }
  .div-masthead-child.div-siteid {
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .div-masthead-child.div-tagline {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .heading-2 {
    text-align: center;
  }
  .ul-nav-social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-masthead {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-calendar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-menushow {
    display: block;
  }
  .slider-main {
    height: 200px;
  }
  .ul-quicklinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

