.close-btn {
  opacity: 1;
  position: relative;
}
.close-btn:before, .close-btn:after {
  position: absolute;
  top: 0;
  content: " ";
  height: 28px;
  width: 2px;
  background-color: white;
}
.close-btn:before {
  transform: rotate(45deg);
}
.close-btn:after {
  transform: rotate(-45deg);
}

.content {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .content {
    width: 1020px;
  }
}
@media screen and (min-width: 1400px) {
  .content {
    width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .content {
    width: 900px;
  }
}
@media screen and (max-width: 991px) {
  .content {
    width: 800px;
  }
}

.center, .column-flex, .verticle-center, .horizontal-center {
  display: flex;
}

.center {
  justify-content: center;
  align-items: center;
}

.column-flex {
  flex-direction: column;
}

.horizontal-center {
  justify-content: center;
}

.verticle-center {
  align-items: center;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.fl-100 {
  flex-basis: 100%;
}

.center-text {
  text-align: center;
}

@media screen and (max-width: 545px) {
  header#header {
    margin-top: 0;
  }
}
header#header:after {
  content: "";
  height: 2px;
  background-color: #a39377;
  bottom: 0;
  width: 100%;
  display: block;
}
header .covid-update {
  background-color: #a39377;
  position: absolute;
  bottom: 0;
  z-index: 0;
  padding: 1px 5px;
  right: 158px;
  text-transform: uppercase;
}
@media screen and (max-width: 545px) {
  header .covid-update {
    position: fixed;
    top: 0;
    bottom: auto;
    width: 100%;
    left: 0;
    padding: 11px 5px;
    z-index: 12;
  }
}
header .covid-update a {
  color: #fff;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  font-family: "open_sans";
  font-style: 13px;
}

@media screen and (max-width: 545px) {
  section.covid-update > img {
    margin-top: 60px;
  }
}
section.covid-update img {
  width: 100%;
  margin-bottom: 25px;
}
section.covid-update i {
  color: #6a6e72;
}
@media screen and (max-width: 545px) {
  section.covid-update p, section.covid-update i {
    text-align: left;
  }
}
section.covid-update p span {
  color: #2f5d86;
}
section.covid-update .content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 545px) {
  section.covid-update .content ul {
    padding-left: 20px !important;
  }
}
section.covid-update .content ul li {
  color: #6a6e72;
  line-height: 1.7;
  font-size: 16px;
  font-family: "open_sans";
}
@media screen and (max-width: 545px) {
  section.covid-update .content ul li {
    text-align: left;
  }
}
section.covid-update .content ul li p {
  text-align: left;
}
section.covid-update .content h1.title-section01 {
  margin: 40px 0;
}
section.covid-update .content h2 {
  color: #6a6e72;
  font-family: "open_sans";
  font-size: 26px;
  padding: 0px 0 25px;
  margin-top: 0;
}
@media screen and (max-width: 545px) {
  section.covid-update .content h2 {
    text-align: center;
  }
}
section.covid-update .content .row {
  margin-bottom: 40px;
}
@media screen and (max-width: 545px) {
  section.covid-update .content .row {
    margin-left: 5px;
    margin-right: 5px;
  }
  section.covid-update .content .row > * {
    padding: 0;
  }
}
section.covid-update .content .row-2, section.covid-update .content .row-7 {
  text-align: center;
}
section.covid-update .content .row-4 {
  margin-bottom: 30px;
}
section.covid-update .content .row-7 img {
  display: block;
  margin: 0 auto 40px;
  max-width: 180px;
}

/*# sourceMappingURL=covid-update.css.map */
