body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Glacialindifference, Verdana, sans-serif;
  color: #8c2699;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  font-family: Glacialindifference, Verdana, sans-serif;
  color: #8c2699;
}

.navigation-bar {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  font-family: Glacialindifference, Verdana, sans-serif;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Glacialindifference, Verdana, sans-serif;
  color: #1f0a52;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  opacity: 1;
  text-align: center;
}

.section.accent {
  background-color: #192024;
}

.white-box {
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #8c2699;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid #8c2699;
  border-radius: 1px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(140, 38, 153, 0.08)), to(#fff)), url('../images/background_desktop_all_2800.jpg');
  background-image: linear-gradient(0deg, rgba(140, 38, 153, 0.08), #fff), url('../images/background_desktop_all_2800.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.hero-heading {
  margin-bottom: 30px;
  font-family: Glacialindifference, Verdana, sans-serif;
  color: #1f0a52;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: capitalize;
}

.hero-subheading {
  position: -webkit-sticky;
  position: sticky;
  margin-bottom: 40px;
  border-radius: 4px;
  background-color: transparent;
  font-family: Merriweather, serif;
  color: #1f0a52;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: none;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  font-family: Glacialindifference, Verdana, sans-serif;
  color: #1f0a52;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-right: 10px;
  padding-bottom: 35px;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #fff;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Glacialindifference, Verdana, sans-serif;
  color: #665f65;
  font-size: 14px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 35%;
  background-color: #8c2699;
  box-shadow: 0 0 0 1px #8c2699;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.container {
  display: block;
}

.heading {
  font-family: Glacialindifference, Verdana, sans-serif;
  color: #1f0a52;
}

.heading-2 {
  font-family: Glacialindifference, Verdana, sans-serif;
  color: #1f0a52;
}

.paragraph {
  font-family: Glacialindifference, Verdana, sans-serif;
  color: #665f65;
  font-size: 16px;
  font-weight: 400;
}

.body {
  background-color: #fff;
}

.paragraph-2 {
  font-family: Glacialindifference, Verdana, sans-serif;
  color: #665f65;
  font-size: 16px;
  font-weight: 400;
}

.heading-3 {
  font-family: Glacialindifference, Verdana, sans-serif;
  color: #1f0a52;
  font-weight: 400;
}

.paragraph-3 {
  font-family: Glacialindifference, Verdana, sans-serif;
  color: #665f65;
  font-weight: 400;
}

.paragraph-4 {
  font-family: Glacialindifference, Verdana, sans-serif;
  color: #665f65;
  font-weight: 400;
}

.heading-4 {
  font-family: Glacialindifference, Verdana, sans-serif;
  color: #1f0a52;
  font-weight: 400;
}

.heading-5 {
  font-family: Glacialindifference, Verdana, sans-serif;
  color: #1f0a52;
  font-weight: 400;
}

.paragraph-5 {
  font-family: Glacialindifference, Verdana, sans-serif;
  color: #665f65;
  font-weight: 400;
}

.container-2 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.image {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 0px;
  box-shadow: 3px 3px 5px 0 #abb7c9;
}

.paragraph-6 {
  position: relative;
  display: block;
  float: none;
  clear: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #1f0a52;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}

.contactlink {
  color: #1f0a52;
  text-decoration: none;
}

.contactlink.phone {
  color: #665f65;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
    background-position: 0px 0px, 100% 50%;
  }

  .hero-subheading {
    position: relative;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
    background-position: 0px 0px, 100% 50%;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    padding-right: 3px;
    padding-left: 3px;
    background-color: transparent;
    font-family: Merriweather, serif;
    font-size: 18px;
    font-weight: 400;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph-6 {
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(140, 38, 153, 0.08)), to(#fff)), url('../images/background_desktop_all_2800.jpg');
    background-image: linear-gradient(0deg, rgba(140, 38, 153, 0.08), #fff), url('../images/background_desktop_all_2800.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .hero-subheading {
    padding-right: 2px;
    padding-left: 2px;
    border-radius: 4px;
    background-color: transparent;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .footer {
    padding-left: 10px;
  }

  .footer-text {
    padding-right: 1px;
    padding-left: 1px;
  }

  .grid-image {
    width: 35%;
  }

  .container-2 {
    display: block;
  }

  .image {
    display: inline-block;
    margin-top: 5px;
    margin-left: 0px;
    box-shadow: 3px 3px 5px 0 #abb7c9;
  }

  .paragraph-6 {
    display: inline-block;
    margin-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
}

@font-face {
  font-family: 'Glacialindifference';
  src: url('../fonts/GlacialIndifference-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}