.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 {
  font-size: 16px;
}

.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;
  background-image: -webkit-linear-gradient(270deg, silver, silver);
  background-image: linear-gradient(180deg, silver, silver);
}

.section.section-header {
  position: relative;
  z-index: 200;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(270deg, silver, silver);
  background-image: linear-gradient(180deg, silver, silver);
}

.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 {
  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: 2px;
  margin-bottom: 2px;
}

.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, #dfdfdf, #dfdfdf);
  background-image: linear-gradient(180deg, #dfdfdf, #dfdfdf);
}

.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);
}

.button-search {
  padding: 20px;
  background-image: -webkit-linear-gradient(270deg, #dfdfdf, #dfdfdf);
  background-image: linear-gradient(180deg, #dfdfdf, #dfdfdf);
}

.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 4px 4px 3px;
  background-color: silver;
}

.div-masthead {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: -50px;
  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: #dfdfdf;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .25);
}

.div-calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  -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: 16px;
}

.div-readmore {
  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;
  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;
}

.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-bottom: 16px;
}

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

.ul-quicklinks {
  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;
  -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;
}

.div-quicklink-image {
  width: 48px;
  height: 48px;
  background-image: -webkit-linear-gradient(270deg, #dfdfdf, #dfdfdf);
  background-image: linear-gradient(180deg, #dfdfdf, #dfdfdf);
}

.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, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.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;
  color: #fff;
  font-size: 28px;
}

.text-block-2 {
  color: #fff;
}

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

.text-block-3 {
  text-align: left;
}

.text-news-button {
  font-size: 18px;
}

@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 {
    -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;
    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;
  }
}

@media (max-width: 767px) {
  .text-signin-callout {
    display: none;
  }
  .section {
    padding-right: 16px;
    padding-left: 16px;
  }
  .section.section-header {
    padding-top: 16px;
  }
  .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;
  }
  .button-social {
    margin-right: 4px;
    margin-left: 4px;
  }
  .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;
  }
  .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;
  }
  .button-social {
    margin-right: 4px;
    margin-left: 4px;
  }
  .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;
  }
}

