*,
:before,
:after {
  transition: 0.15s;
}
body {
  position: relative;
  font-size: 1.125em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  counter-reset: counter;
  overflow-x: hidden;
}
form {
  position: relative;
}
form label.field-text {
  position: relative;
  top: 32px;
  left: 13px;
  color: #666666;
}
form label.field-text.active {
  position: relative;
  top: 0;
  left: 0;
  color: unset;
}
a {
  cursor: pointer;
}
.nav-top {
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #262626;
  z-index: 100;
}
.nav-top .nav-wrapper {
  position: relative;
}
.nav-top .nav-wrapper .logo-container {
  padding: 10px 0;
  position: relative;
  height: 100%;
}
.nav-top .nav-wrapper .logo-container img,
.nav-top .nav-wrapper .logo-container svg {
  width: auto;
  height: 80px;
}
.nav-top .nav-wrapper .project-header {
  position: relative;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.nav-top .nav-wrapper .project-header p {
  position: relative;
  margin-bottom: 0;
  padding-top: 30px;
  font-size: 1.5em;
  text-align: center;
}
.nav-top .nav-wrapper .project-header p:before {
  position: absolute;
  content: "";
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 350px;
  background-color: #ffffff;
}
.nav-top.minimized .nav-wrapper .logo-container img,
.nav-top.minimized .nav-wrapper .logo-container svg {
  width: auto;
  height: 60px;
}
.nav-top.minimized .project-header {
  color: #ffffff;
}
.nav-top.minimized .project-header p {
  padding-top: 30px;
  font-size: 1em;
}
.nav-top.minimized .project-header p:before {
  position: absolute;
  content: "";
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 350px;
  background-color: #ffffff;
}
.container {
  position: relative;
  overflow-x: hidden;
}
.container .row {
  z-index: 1;
}
.container h1 {
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}
.container h2 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 2px dotted #000000;
}
.container h3 {
  margin: 20px 0;
  font-weight: 800;
}
.container .project-timeline-wrapper {
  position: relative;
}
.container .project-timeline-wrapper img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
.container .project-timeline-wrapper .timeline-vert {
  display: none;
}
.container .downloadable-wrapper {
  position: relative;
}
.container .downloadable-wrapper h3 {
  text-align: center;
}
.container .downloadable-wrapper img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.container .downloadable-wrapper .survey-wrap {
  border-left: 2px dotted #262626;
}
.download-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
  background-color: #ffffff;
}
.download-wrapper h4 {
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
  color: #ffffff;
  background-color: #262626;
}
.btns-wrapper {
  text-align: center;
}
.section-wrapper {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffffff;
  z-index: 1;
}
.section-wrapper.map-wrap {
  background: linear-gradient(to right, rgba(157, 26, 48, 0.95), rgba(157, 26, 48, 0.95)) no-repeat, url("../img/content/event-location-map.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.section-wrapper div[class="row"] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-wrapper.social-media {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #bfbfbf !important;
}
.section-wrapper.social-media ul {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.75em;
}
.section-wrapper.social-media ul li {
  padding: 0 15px;
  display: inline;
}
.section-wrapper.social-media ul li a {
  color: unset;
  color: #262626;
  transition-duration: 0.05s;
}
.section-wrapper.social-media ul li a:hover {
  color: #9d1a30;
}
.section-wrapper .board-thumb {
  text-align: center;
}
.section-wrapper .board-thumb.vertical {
  height: 280px;
}
.section-wrapper .board-thumb.horizontal {
  height: 200px;
}
.lead-in {
  font-weight: bold;
  color: #9d1a30;
}
.content-left {
  padding-left: 0;
}
.content-right {
  padding-right: 0;
}
.btn-primary {
  margin-top: 20px;
  border-color: #9d1a30;
  background-color: #9d1a30;
  text-transform: uppercase;
  font-weight: 400;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  border-color: #272727;
  background-color: #272727;
}
a {
  color: #9d1a30;
}
a:hover {
  color: #262626;
}
.to-top {
  margin-top: 20px;
  text-align: center;
}
.to-top a {
  position: relative;
  top: 0;
  transition: 0.5s;
}
.to-top a:hover {
  top: -5px;
}
.to-top a i {
  font-size: 2em;
}
iframe {
  width: 100%;
}
iframe.survey {
  height: 600px !important;
}
footer.section-wrapper {
  color: #ffffff;
  background-color: #262626 !important;
}
footer.section-wrapper .container {
  /*transform: skewY(0);*/
}
footer.section-wrapper .container h2 {
  color: #ffffff;
  border-color: #ffffff;
}
footer.section-wrapper .container h4 {
  font-size: 1.5em;
  margin-bottom: 20px;
}
footer.section-wrapper .container a {
  color: #ffffff;
}
footer.section-wrapper .container p {
  margin-bottom: 4px;
}
footer.section-wrapper .container svg .e,
footer.section-wrapper .container svg .f {
  fill: rgba(255, 255, 255, 0.5);
}
footer.section-wrapper .container img,
footer.section-wrapper .container svg {
  max-width: 200px;
}
.feedback-wrapper .btn-wrapper p {
  font-weight: bold;
}
.resources-wrapper .resources figure {
  position: relative;
}
.resources-wrapper .resources figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  padding: 0 10px;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  background-color: rgba(157, 26, 48, 0.8);
}
.resources-wrapper .resources figure figcaption p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.resources-wrapper .resources figure figcaption.active {
  height: 100%;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.modal .modal-dialog .modal-content .modal-header h5.modal-title {
  color: #262626;
  font-weight: bold;
}
.modal .modal-dialog .modal-content .modal-header .btn-container button {
  margin-right: 10px;
}
.modal .modal-dialog .modal-content .modal-body {
  position: relative;
}
.modal .modal-dialog .modal-content .modal-body .carousel {
  margin-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal-body .carousel-inner {
  height: 300px;
}
.modal .modal-dialog .modal-content .modal-body img {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body button {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}
.modal .modal-dialog .modal-content .modal-body h1.call-to-action {
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 10px 0;
  color: #ffffff;
  text-align: center;
  font-weight: 800;
  font-size: 1.5em;
  background-color: #262626;
}
.modal .modal-dialog .modal-content .modal-body h1.call-to-action.maricachi {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #9d1a30;
}
.page-overlay {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.75);
}
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  font-size: 2em;
  font-weight: bold;
  cursor: pointer;
}
.preview-window {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
}
.preview-window img {
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 20px);
}
.preview-window video {
  max-width: 90vw;
  max-height: 90vh;
  margin-bottom: -10px;
}
.preview-window .carousel {
  position: relative;
}
.preview-window .carousel img {
  width: auto;
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 20px);
}
.preview-window .carousel .carousel-control-prev,
.preview-window .carousel .carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  width: 5% !important;
  height: 60px;
  background-color: #c9213d;
}
.carousel-caption,
.carousel-indicators {
  display: none;
}
.banner-image {
  height: 35vh;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-text {
  position: relative;
  margin-bottom: -60px;
  transform: translateY(-50%);
  padding: 50px;
  color: #ffffff;
  background: linear-gradient(#9d1a30, #9d1a30);
  z-index: 10;
}
.hero-text h1 {
  margin-bottom: 0;
  text-align: center;
  font-size: 3em;
  font-weight: 700;
}
.hero-text p {
  font-size: 2em;
}
.main-form-wrapper .title-header h1 {
  margin-top: 20px;
  color: #9d1a30;
  font-weight: bold;
  text-transform: uppercase;
}
.main-form-wrapper .title-header h2 {
  font-size: 1.5em;
  color: #262626;
}
.main-form-wrapper label {
  margin-bottom: 0;
}
.main-form-wrapper .alert-message {
  display: none;
}
.spanish {
  display: none;
  visibility: hidden;
}
.form-submit-wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.form-submit-wrapper img {
  margin-bottom: 20px;
  max-width: 400px;
}
.form-submit-wrapper .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-submit-wrapper .content h1 {
  text-transform: uppercase;
  font-weight: bold;
}
.form-submit-wrapper .content h2 {
  color: #262626;
}
.form-submit-wrapper .content h1,
.form-submit-wrapper .content h2,
.form-submit-wrapper .content h5 {
  text-align: center;
}
.form-submit-wrapper .content button {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.form-submit-wrapper .back-btn {
  color: #9d1a30;
  text-decoration: underline;
  cursor: pointer;
}
.form-submit-wrapper .back-btn:hover {
  color: #262626;
}
.resp-link {
  position: absolute;
  background-color: transparent;
}
.resp-link.station-1.link-01 {
  left: 46%;
  top: 35%;
  width: 40%;
  height: 3%;
}
.resp-link.station-1.link-02 {
  left: 91%;
  top: 28%;
  width: 6%;
  height: 3%;
}
.resp-link.station-3.link-01 {
  left: 46%;
  top: 62%;
  width: 11%;
  height: 2%;
}
.resp-link.station-3.link-02 {
  left: 46%;
  top: 69%;
  width: 11%;
  height: 2%;
}
.resp-link.station-4.link-01 {
  left: 2%;
  top: 20%;
  width: 40%;
  height: 76%;
}
.main-lang button {
  margin-top: 0;
  margin-bottom: 15px;
}
.grade-tabs button.btn-primary {
  padding: 20px;
  width: 100%;
  background-color: #ffffff;
  color: #9d1a30;
  border-style: solid;
  border-color: #9d1a30;
  border-width: 2px 2px 0 2px;
  border-radius: 5px 5px 0 0;
}
.grade-tabs button.btn-primary.active {
  background-color: #9d1a30;
  border-color: #ffffff;
}
.grade-tabs button.btn-primary:hover {
  color: #ffffff;
  border-color: #9d1a30 !important;
  background-color: #9d1a30 !important;
}
.section-wrapper:nth-child(even) {
  background-color: #e5e5e5;
}
.bg-white {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #ffffff;
}
.bg-swatch-1 {
  background-color: #9d1a30;
}
.bg-swatch-2 {
  background-color: #262626;
}
.bg-tracks {
  background: linear-gradient(rgba(0, 117, 222, 0.9), rgba(0, 117, 222, 0.9)), url("../img/content/bg-tracks.jpg") center center no-repeat;
  background-size: cover, cover;
  background-blend-mode: multiply, normal;
}
.pd-top-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
.margin-top {
  margin-top: 20px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.text-white h2,
.text-white h3 {
  border-color: #ffffff;
}
.text-white button,
.text-white > a {
  border: 2px solid #ffffff;
  background-color: transparent;
  text-decoration: none !important;
}
.text-white button:hover,
.text-white > a:hover {
  color: #262626;
  border: 2px solid #ffffff !important;
  background-color: #ffffff !important;
}
.text-white a {
  color: #ffffff;
  text-decoration: underline;
}
.bg-desktop {
  background-color: #f2f2f2;
  background: url("../img/content/bg-color.png") center right no-repeat, url("../img/content/bg-table.jpg") top left no-repeat;
  background-size: 60% 100%, 60% 120%;
}
.bg-worksheet {
  background-color: #262626 !important;
}
.bg-worksheet p {
  font-size: 1.25em;
}
.bg-worksheet p span a {
  color: #ffffff;
}
.bg-worksheet p span.highlight {
  color: #ffffff;
  font-weight: 700;
}
.vid-thumb {
  position: relative;
}
.vid-thumb .vid-desc {
  position: relative;
  left: 0;
  bottom: 0;
  padding: 20px 15px;
  color: #ffffff;
  text-align: center;
  background-color: #262626;
}
.contact-wrapper h2 {
  margin-top: 0;
}
.no-marg-top {
  margin-top: 0;
}
img[src*="ol-logo.png"] {
  margin-bottom: 30px;
}
.modal .modal-logo {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 20px auto;
  width: 300px;
}
.modal h1,
.modal h2 {
  text-align: center;
}
.modal h1 {
  font-size: 1.5em;
}
.fade-in {
  position: relative;
  opacity: 0;
  transition: 1s ease-in-out;
}
.fade-in.active {
  opacity: 1;
}
.fade-right {
  left: -50px;
}
.fade-right.active {
  left: 0;
}
.fade-left {
  right: -50px;
}
.fade-left.active {
  right: 0;
}
.form-pop-text {
  margin-bottom: 15px;
  padding: 20px;
  color: #ffffff;
  background-color: #9d1a30;
}
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: #9d1a30;
  z-index: 2000;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url("../img/logo/btn_cycle_icon.png");
  background-size: 80px 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  opacity: 1;
}
h2.vmr {
  font-size: 2.5em;
}
.vmr p {
  font-size: 1.5em;
}
.count-down {
  font-size: 50px;
  color: #666666;
}
.count-down span {
  margin-left: 15px;
  font-size: 80px;
  font-weight: 800;
  color: #9d1a30;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
button#submit {
  margin-top: 0;
}
img.cycle-icon {
  -webkit-animation: cycle 2s linear infinite;
  animation: cycle 2s linear infinite;
  margin-left: 10px;
  height: 40px;
}
@-webkit-keyframes cycle {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes cycle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.alert-feedback p {
  margin-bottom: 0;
}
.hidden {
  display: none;
  visibility: hidden;
}
.form-submit-content img {
  width: 400px;
}
.form-check input {
  cursor: pointer;
}
.form-check-input {
  clear: left;
}
.form-switch.form-switch-sm {
  padding-left: 60px;
}
.form-switch.form-switch-sm input {
  margin-left: -60px;
}
.form-switch.form-switch-md {
  padding-left: 60px;
}
.form-switch.form-switch-md input {
  margin-top: 0.1em;
  margin-left: -60px;
}
.form-switch.form-switch-lg {
  padding-left: 60px;
}
.form-switch.form-switch-lg input {
  margin-left: -60px;
}
.form-switch.form-switch-xl {
  padding-left: 60px;
}
.form-switch.form-switch-xl input {
  margin-left: -60px;
}
.form-switch.form-switch-sm .form-check-input {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}
.form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}
.form-switch.form-switch-lg .form-check-input {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}
.form-switch.form-switch-xl .form-check-input {
  height: 2.5rem;
  width: calc(4rem + 0.75rem);
  border-radius: 5rem;
}
.icon-bull {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  padding-left: 60px;
}
.icon-bull.ada:before {
  position: absolute;
  left: 0;
  top: -15px;
  content: "";
  width: 3em;
  height: 3em;
  display: inline-block;
  background: url("../img/content/ADA.png");
  background-size: 3em 3em;
}
.icon-bull.rep:before {
  position: absolute;
  left: 0;
  top: -15px;
  content: "";
  width: 3em;
  height: 3em;
  display: inline-block;
  background: url("../img/content/Representative.png");
  background-size: 3em 3em;
}
.icon-bull.ref:before {
  position: absolute;
  left: 0;
  top: -15px;
  content: "";
  width: 3em;
  height: 3em;
  display: inline-block;
  background: url("../img/content/Refreshment.png");
  background-size: 3em 3em;
}
.icon-bull.tra:before {
  position: absolute;
  left: 0;
  top: -15px;
  content: "";
  width: 3em;
  height: 3em;
  display: inline-block;
  background: url("../img/content/Translate.png");
  background-size: 3em 3em;
}
.icon-bull.phn:before {
  position: absolute;
  left: 0;
  top: -5px;
  content: "";
  width: 2em;
  height: 2em;
  display: inline-block;
  background: url("../img/content/Phone.png");
  background-size: 2em 2em;
}
.icon-bull.eml:before {
  position: absolute;
  left: 0;
  top: -5px;
  content: "";
  width: 2em;
  height: 2em;
  display: inline-block;
  background: url("../img/content/Email.png");
  background-size: 2em 2em;
}
.event-head-wrapper {
  position: relative;
}
.event-head-wrapper:before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #9d1a30;
  display: inline-block;
  z-index: 0;
}
.event-head-wrapper .additional-events {
  position: relative;
}
.event-head-wrapper .additional-events p {
  border-color: #9d1a30;
  background: #9d1a30;
}
::selection {
  color: #ffffff;
  background: #9d1a30;
}
.bg-red {
  background-color: #9d1a30;
}
.border-bottom {
  border-bottom: 1px solid #000000 !important;
}
.btn:hover {
  border-color: #262626;
  background-color: #262626;
}
@media only screen and (max-width: 1199px) {
  .nav-top.minimized .nav-wrapper .project-header .project-title h1 {
    font-size: 1.5em;
  }
  .hero-text h1 {
    font-size: 2.75em;
  }
  .grade-tabs button.btn-primary {
    font-size: 0.85em;
  }
}
@media only screen and (max-width: 991px) {
  .content-left {
    padding-left: 0;
    padding-right: 0;
  }
  .content-right {
    padding-right: 0;
    padding-left: 0;
  }
  .nav-top .nav-wrapper .logo-container img,
  .nav-top .nav-wrapper .logo-container svg {
    height: 60px;
  }
  .main-nav-wrapper .main-nav-container .main-nav {
    font-size: 0.82em;
  }
  .main-nav-wrapper .main-nav-container .main-nav ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner-wrapper h1 {
    font-size: 2em !important;
  }
  .banner-wrapper p {
    font-size: 1em !important;
  }
  .bg-desktop {
    background: url("../img/content/bg-color.png") center right no-repeat, url("../img/content/bg-table.jpg") bottom left no-repeat;
    background-size: 60% 100%, 100% 120%;
  }
  .hero-text h1 {
    font-size: 2em;
  }
  .count-down {
    font-size: 40px !important;
  }
  .count-down span {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .content-left {
    padding-left: 0;
    padding-right: 0;
  }
  .content-right {
    padding-right: 0;
    padding-left: 0;
  }
  .survey-wrap {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 2px dotted #262626;
    border-left: none !important;
  }
  .project-timeline-wrapper .timeline-horz {
    display: none;
  }
  .project-timeline-wrapper .timeline-vert {
    display: block !important;
  }
  .banner-wrapper h1 {
    font-size: 2em !important;
  }
  .banner-wrapper p {
    font-size: 1em !important;
  }
  .summary-wrapper ul {
    column-count: 1 !important;
  }
  .summary-wrapper ul .bullet-break {
    display: none;
  }
  .unincorporated ul {
    column-count: 2 !important;
  }
  .resources-wrapper .resources figure {
    position: relative;
  }
  .resources-wrapper .resources figure figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    padding: 0 10px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    background-color: rgba(157, 26, 48, 0.8);
  }
  .resources-wrapper .resources figure figcaption p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .resources-wrapper .resources figure figcaption.active {
    height: 100%;
  }
  .bg-desktop {
    background: url("../img/content/bg-color-vert.png") left bottom no-repeat, url("../img/content/bg-table.jpg") top left repeat-x;
    background-size: 100% 55%, 100% 70%;
  }
  .bg-desktop .desktop img {
    margin-bottom: 100px;
  }
  .bg-desktop .text-white {
    padding-left: 0;
  }
  .grade-tabs {
    padding-bottom: 20px;
  }
  .grade-tabs button.btn-primary {
    border-width: 2px;
    border-radius: 5px;
    font-size: 1em;
  }
  .hero-text h1 {
    font-size: 1.75em;
  }
  .count-down {
    font-size: 30px !important;
  }
  .count-down span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .nav-top .nav-wrapper .logo-container img,
  .nav-top .nav-wrapper .logo-container svg {
    height: 25px;
  }
  .nav-top .nav-wrapper .project-header p {
    font-size: 1em;
  }
  .unincorporated ul {
    column-count: 1 !important;
  }
  .social-media ul {
    font-size: 1em !important;
  }
}
@media only screen and (max-width: 540px) {
  .under-construction img {
    width: 100% !important;
  }
}
@media only screen and (max-width: 470px) {
  .bg-desktop {
    background-size: 100% 60%, 100% 70%;
  }
  .bg-desktop .desktop img {
    margin-bottom: 100px;
  }
  .bg-desktop .text-white {
    padding-left: 0;
  }
  .count-down {
    font-size: 18px !important;
  }
  .count-down span {
    font-size: 35px;
  }
}
@media only screen and (max-width: 430px) {
  .under-construction h1 {
    font-size: 3em !important;
  }
}
@media only screen and (max-width: 420px) {
  .map-social-wrapper img.map-social-logo {
    width: 100% !important;
  }
}
@media only screen and (max-width: 375px) {
  .bg-desktop {
    background-size: 100% 70%, 100% 50%;
  }
  .bg-desktop .desktop img {
    margin-bottom: 100px;
  }
  .bg-desktop .text-white {
    padding-left: 0;
  }
}
