.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.navbar {
  margin-top: 0px;
  padding: 15px 20px 10px;
  background-color: #f9be7a;
}

.responsive-menu {
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.navlink {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink:hover {
  background-color: #000;
  color: #fff;
}

.hero {
  height: 100vh;
  background-color: #f9be7a;
}

.hero-grrid {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-heading {
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 43px;
}

.hero-text {
  margin-top: 0px;
  padding-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
}

.h-flex-v-cent-nowrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.icon-float-left-30px {
  width: 40px;
  margin-bottom: 2px;
  padding-top: 2px;
  padding-right: 5px;
  float: left;
}

.v-space-15px {
  display: block;
  padding-top: 7px;
  padding-bottom: 8px;
  clear: both;
}

.hero-slider {
  overflow: visible;
  height: 90%;
  background-color: #f9be7a;
}

.slider {
  position: relative;
  overflow: hidden;
  height: 100%;
  background-color: #f9be7a;
}

.hide-element {
  display: none;
}

.cta {
  padding: 12px 22px;
  background-color: #ad0808;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.cta:hover {
  background-color: #fff;
  color: #000;
}

.section {
  padding: 50px 20px 60px;
  background-color: transparent;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
}

.section.bgcolor1 {
  background-color: #fbfbfb;
}

.section.bgcolor2 {
  background-color: #e2e2e2;
}

.centered-heading-paragraph {
  padding: 10px 5px 20px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}

.section-heading {
  font-family: 'PT Sans', sans-serif;
  font-size: 40px;
  line-height: 43px;
}

.halign-vcentd-spaced {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.centered-content-max-padding {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 5px;
  float: none;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}

.link-unblue-w150px {
  width: 150px;
  font-family: 'PT Sans', sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
}

.centered-content-min-padding {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}

.half {
  width: 45%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
}

.halign-vtop-spaced {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.section-narrow {
  padding: 10px 20px;
}

.section-narrow.seccolor-3 {
  background-color: #192c3a;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.h-flex-vstretched {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.third {
  width: 30%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
}

.footer-link {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  color: #ff0;
  text-decoration: none;
}

.footer-link.w--current {
  text-decoration: none;
}

.credits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 8px;
  background-color: #192c3a;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  text-align: right;
}

.cta-fixed {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f7931e;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.img-grid {
  width: 150px;
}

.mask {
  position: relative;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: scroll;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: 'Droid Serif', serif;
  font-weight: 700;
  text-align: center;
}

.popup-form-wrapper {
  position: static;
  overflow: visible;
  width: 450px;
  max-width: 100%;
  margin: auto;
  padding: 20px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.close-link {
  display: block;
  padding: 2px 6px;
  float: right;
  border-style: none;
  background-color: #f7931e;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.v-space-30px {
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-field {
  height: 50px;
  padding-bottom: 8px;
  border: 1px solid #220aab;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.form-field.hide-element {
  display: none;
}

.cta-button-blue {
  position: relative;
  margin-top: 5px;
  padding: 12px 17px;
  background-color: #13a89e;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  line-height: 22px;
  text-align: left;
  text-transform: uppercase;
}

.thumbnail-img {
  position: relative;
}

.img-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  background-color: transparent;
  color: transparent;
  text-align: center;
  text-decoration: none;
}

.img-overlay:hover {
  background-color: rgba(26, 1, 1, 0.7);
  color: #fff;
}

.cta-small {
  padding: 8px 18px;
  background-color: #ad0808;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-small:hover {
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }

  .responsive-menu {
    background-color: #fff;
  }

  .v-space-15px {
    display: block;
  }

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

  .centered-content-min-padding {
    display: block;
    margin-top: 5px;
    text-align: center;
  }

  .half {
    width: 48%;
  }

  .third {
    width: 30%;
  }

  .close-link {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero {
    height: auto;
    padding: 20px 10px;
  }

  .hero-grrid {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-heading {
    font-size: 35px;
    line-height: 37px;
  }

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

  .centered-heading-paragraph {
    margin-bottom: 1px;
  }

  .section-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .halign-vcentd-spaced {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .centered-content-min-padding {
    display: block;
    text-align: center;
  }

  .half {
    width: 95%;
  }

  .halign-vtop-spaced {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .third {
    width: 40%;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding-left: 5px;
  }

  .modal-wrapper {
    overflow: scroll;
  }
}

@media screen and (max-width: 479px) {
  .hero-grrid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .section-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .third {
    width: 95%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .cta-fixed {
    position: fixed;
    display: inline-block;
    min-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .fixed-call-2 {
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f7931e;
    text-align: center;
    text-decoration: none;
  }

  .fixed-call-2:hover {
    background-color: #000;
  }

  .text-block {
    color: #ff0;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
  }

  .fixed-call {
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #4fce5d;
    text-align: center;
    text-decoration: none;
  }

  .fixed-call:hover {
    background-color: #000;
  }

  .image {
    text-align: center;
  }

  .img-grid {
    width: 100px;
  }

  .modal-wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  }
}

#w-node-ac8c7c33-26e2-a5bc-68b7-2ed125dbdf44-5ad1f6fe {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_22cc0c7f-c1ca-48d6-7ec0-e2b68efba6ab-5ad1f6fe {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ac8c7c33-26e2-a5bc-68b7-2ed125dbdf44-6969ee1e {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_22cc0c7f-c1ca-48d6-7ec0-e2b68efba6ab-6969ee1e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_96d15016-35d4-3dbf-33a9-b4c40fb2e32a-aa94d9eb {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_96d15016-35d4-3dbf-33a9-b4c40fb2e344-aa94d9eb {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_2c83b6fa-8405-36d3-19a5-6dc63d772603-6f9bdbfb {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2c83b6fa-8405-36d3-19a5-6dc63d77261d-6f9bdbfb {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 767px) {
  #w-node-ac8c7c33-26e2-a5bc-68b7-2ed125dbdf44-5ad1f6fe {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_22cc0c7f-c1ca-48d6-7ec0-e2b68efba6ab-5ad1f6fe {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-ac8c7c33-26e2-a5bc-68b7-2ed125dbdf44-6969ee1e {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_22cc0c7f-c1ca-48d6-7ec0-e2b68efba6ab-6969ee1e {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_96d15016-35d4-3dbf-33a9-b4c40fb2e32a-aa94d9eb {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_96d15016-35d4-3dbf-33a9-b4c40fb2e344-aa94d9eb {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_2c83b6fa-8405-36d3-19a5-6dc63d772603-6f9bdbfb {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_2c83b6fa-8405-36d3-19a5-6dc63d77261d-6f9bdbfb {
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
}

