body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Dustismo, sans-serif;
  color: #b80738;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Dustismo, sans-serif;
  color: #b80738;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Dustismo, sans-serif;
  color: #b80738;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  color: #7e7e7e;
  font-size: 16px;
  line-height: 26px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.nav-link {
  padding: 15px 30px;
  border-bottom: 3px solid transparent;
  color: #f5f5f5;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #fcc22f;
}

.nav-link.w--current {
  border-bottom-style: solid;
  border-bottom-color: #fcc22f;
  color: #fff;
}

.navbar {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  background-color: transparent;
}

.header-bottom {
  height: 100px;
  background-color: #f5f5f5;
}

.header-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  -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;
  border-radius: 50px;
  background-color: #f5f5f5;
  font-family: Icomoon, sans-serif;
  color: #fff;
  text-decoration: none;
}

.header-title {
  color: #f2f2f2;
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
}

.section-title {
  margin-bottom: 70px;
  border-bottom: 1px solid #fcc22f;
  text-align: center;
}

.content {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.section-title-text {
  display: inline-block;
  margin-top: 140px;
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-bottom: 4px solid #fcc22f;
  color: #7e7e7e;
  font-size: 38px;
}

.section {
  padding-bottom: 70px;
}

.section.beige {
  background-color: #f5f5f5;
}

.center {
  text-align: center;
}

.featured {
  margin-top: 140px;
  margin-bottom: 70px;
  padding: 70px;
  background-color: #fff;
}

.featured.beige {
  position: relative;
  margin-top: 70px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #fff;
}

.featured-image {
  margin-top: -140px;
  padding-right: 70px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  margin-bottom: 70px;
  padding: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid #fcc22f;
}

.tabs-menu {
  width: 300px;
  margin-top: -140px;
  border-style: solid solid none none;
  border-width: 1px;
  border-color: #fcc22f;
}

.tabs-content {
  padding-left: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fcc22f;
  background-color: #fff;
  font-family: Dustismo, sans-serif;
  color: #7e7e7e;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
}

.tab-link.w--current {
  background-color: #fcc22f;
  color: #fff;
}

.tab-set {
  position: absolute;
  right: 0px;
  display: none;
  font-family: Icomoon, sans-serif;
  color: #fcc22f;
  font-size: 46px;
  line-height: 28px;
}

.logo-item {
  width: 25%;
  padding: 5px;
  float: left;
}

.logo {
  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: #fff;
}

.sidebar {
  margin-top: -70px;
  margin-bottom: 70px;
  padding-right: 70px;
  padding-left: 70px;
}

.sidebar-content {
  padding: 30px;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #fcc22f;
  background-color: #fff;
}

.sidebar-line {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fcc22f;
}

.sidebar-title {
  margin-bottom: 150px;
  color: #7e7e7e;
  text-transform: uppercase;
}

.form-wrapper {
  width: 100%;
  margin-top: 70px;
}

.field {
  height: 60px;
  margin-bottom: 20px;
  padding: 14px;
  border: 1px solid #f2f2f2;
}

.field:focus {
  border-color: #fcc22f;
}

.textarea {
  max-width: 100%;
  min-height: 250px;
  padding: 14px;
  border: 1px solid #f2f2f2;
}

.textarea:focus {
  border-color: #fcc22f;
}

.submit-button {
  width: 100%;
  height: 60px;
  margin-top: 10px;
  padding: 14px;
  border: 1px solid #b80738;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #b80738;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #b80738;
  color: #fff;
}

.wrapper-sidebar {
  position: absolute;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f2f2f2;
}

.map {
  z-index: 1;
  height: 500px;
}

.footer {
  position: relative;
  z-index: 2;
  margin-top: -70px;
  padding-top: 70px;
  border-bottom: 1px solid #fcc22f;
  background-color: #fff;
  text-align: center;
}

.footer-link {
  display: inline-block;
  height: 50px;
  padding: 12px 30px;
  float: left;
  border-bottom: 3px solid transparent;
  color: #7e7e7e;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  border-bottom-color: #fcc22f;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand {
  margin-top: 12px;
  margin-left: 20px;
}

.footer-set {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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;
  border-radius: 30px;
  background-color: #fcc22f;
  font-family: Icomoon, sans-serif;
  color: #fff;
  text-decoration: none;
}

.header-set-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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;
  border-radius: 30px;
  background-color: #fcc22f;
}

.fixbar {
  position: fixed;
  display: none;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #b80738;
}

.fixbar-brand {
  margin-right: 50px;
  -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;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
  background-color: #b80738;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.utility-page-content {
  display: block;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._404-title {
  color: #fff;
  text-transform: uppercase;
}

.success {
  height: 400px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  direction: ltr;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.corporation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
  color: #a4a4a4;
  font-size: 12px;
  text-align: center;
}

.blank {
  display: inline-block;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Icomoon, sans-serif;
  color: #9a9a9a;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
}

.blank:hover {
  color: #666;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #fcc22f;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  -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;
  border-radius: 25px;
  font-family: Icomoon, sans-serif;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
}

.social-icon.facebook {
  background-color: #3b5998;
}

.social-icon.twitter {
  background-color: #2aa9e0;
}

.social-icon.plus {
  background-color: #d42b00;
}

@media (max-width: 991px) {
  .nav-link:hover {
    border-bottom-color: transparent;
    background-color: #a20430;
  }
  .nav-link.w--current {
    border-bottom-color: transparent;
    color: #fcc22f;
  }
  .featured {
    padding-left: 0px;
  }
  .tabs {
    padding-left: 0px;
  }
  .logo-item {
    width: 33.333%;
  }
  .sidebar {
    padding-left: 0px;
  }
  .menu-button {
    margin-right: 20px;
    border-radius: 30px;
    background-color: #fcc22f;
    color: #f5f5f5;
  }
  .menu-button.w--open {
    background-color: #b80738;
  }
  .nav-menu {
    background-color: #b80738;
  }
  .footer-set {
    top: 20px;
  }
  .fixbar {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: transparent;
  }
  .success {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .featured {
    padding-right: 0px;
  }
  .featured.beige {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .featured-image {
    padding-right: 0px;
  }
  .tabs {
    margin-top: 70px;
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-menu {
    width: 100%;
    margin-top: 0px;
    border-right-style: none;
  }
  .tabs-content {
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .tab-link {
    width: 100%;
    float: left;
  }
  .logo-item {
    width: 50%;
  }
  .sidebar {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .sidebar-content {
    margin-top: 70px;
  }
  .sidebar-title {
    margin-bottom: 70px;
  }
  .form-wrapper {
    margin-top: -20px;
  }
  .wrapper-sidebar {
    position: relative;
    background-color: #fff;
  }
  .footer-nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .success {
    height: auto;
  }
}

@media (max-width: 479px) {
  .footer-set {
    display: none;
  }
}

@font-face {
  font-family: 'Dustismo';
  src: url('../fonts/Dustismo_Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}