body {
  font-family: Vollkorn, serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

h2 {
  margin: 10px 0px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin: 0px 0px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Vollkorn, serif;
  font-size: 15px;
  line-height: 22px;
}

.login-button {
  display: inline-block;
  margin-top: 0px;
  padding: 15px 33px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 7px;
  background-color: #619f43;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 19px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}

.login-button:hover {
  background-color: #fff;
}

.login-button.form {
  margin-top: 23px;
  margin-bottom: 24px;
  padding-right: 54px;
  padding-left: 54px;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  color: #7ec4bd;
}

.login-button.form:hover {
  background-color: rgba(126, 196, 189, 0.34);
}

.header {
  height: 650px;
  padding: 0px 10px 98px;
  background-image: url('../images/Banner.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
  background-color: black;
  color: #fff;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

/*.header.project-page {
  padding-top: 77px;
  padding-bottom: 77px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 209, 198, 0.55)), to(rgba(100, 209, 198, 0.55))), url('../images/lake.jpg');
  background-image: linear-gradient(180deg, rgba(100, 209, 198, 0.55), rgba(100, 209, 198, 0.55)), url('../images/lake.jpg');
}
*/
.navbar {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: transparent;
  color: transparent;
}

.nav-link {
  margin-top: 23px;
  margin-left: 34px;
  padding: 0px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.nav-link:hover {
  border-bottom-color: #7ec4bd;
}

.logo-title {
  margin-top: 13px;
  float: left;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.logo-img {
  margin-right: 18px;
  float: left;
}

.main-heading {
  margin-top: 75px;
  font-family: 'Oswald stencil webfont', sans-serif;
  font-size: 72px;
  line-height: 55px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 6px 6px 6px #000;
}

.divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  background-color: #fff;
}

.divider.grey {
  margin-bottom: 43px;
  background-color: rgba(0, 0, 0, 0.09);
}

.main-subtitle {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Oswald, sans-serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 28px;
  line-height: 28px;
  font-style: normal;
}

.hompage-section-1 {
  padding-top: 60px;
  padding-bottom: 65px;
  background-color: #000;
  text-align: center;
}

.about-text {
  width: auto;
  margin-right: 100px;
  margin-bottom: 30px;
  margin-left: 100px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.homepage-section-2 {
  position: static;
  top: 0px;
  height: 600px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/Image-3.jpg');
  background-position: 0% 30%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.homepage-section-2.grey {
  background-color: #f5f5f5;
}

.homepage-section-2.contact {
  background-color: #7ec4bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 196, 189, 0.87)), to(#7ec4bd)), url('../images/footer-bg.jpg');
  background-image: linear-gradient(180deg, rgba(126, 196, 189, 0.87), #7ec4bd), url('../images/footer-bg.jpg');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.homepage-section-2.footer {
  background-color: #000;
}

.grey-icon-wrapper {
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.project-wrapper {
  position: relative;
  bottom: 0px;
  display: block;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
  color: #333;
  text-decoration: none;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  margin-bottom: 21px;
  border-radius: 100%;
}

.role {
  margin-bottom: 16px;
  font-family: Vollkorn, serif;
  font-size: 17px;
  font-style: italic;
}

.social-link {
  width: 29px;
  height: 29px;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-title {
  margin-bottom: 7px;
}

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

.quote-icon {
  margin-bottom: 37px;
}

.arrow {
  width: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #e3e3e3;
  font-size: 30px;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  width: 50%;
  padding: 30px 34px 29px;
  text-align: center;
}

.testimonial-slide.left-border {
  border-left: 2px solid rgba(0, 0, 0, 0.04);
}

.mask {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.team-row {
  margin-bottom: 20px;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 33px;
}

.from {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #ababab;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 95px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  margin-bottom: 15px;
  opacity: 0.4;
}

.contact-text {
  color: #212121;
  font-size: 17px;
}

.link {
  color: #1c1c1c;
}

.social-wrapper {
  display: block;
  margin-bottom: 11px;
  margin-left: 33%;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: left;
  text-decoration: none;
}

.social-wrapper:hover {
  opacity: 0.43;
}

.footer-text {
  color: hsla(0, 0%, 100%, 0.4);
}

.social-link-text {
  display: inline-block;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  height: 57px;
  margin-bottom: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 0px solid #000;
  background-color: hsla(0, 0%, 100%, 0.2);
  box-shadow: inset 3px 0 0 0 transparent;
  color: #7ec4bd;
  font-size: 18px;
  font-style: italic;
}

.field:focus {
  box-shadow: inset 3px 0 0 0 #7ec4bd;
}

.field.large {
  height: 127px;
}

.field.darker {
  background-color: hsla(0, 0%, 100%, 0.18);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.form-wrapper {
  padding-right: 20%;
  padding-left: 20%;
}

.success-message {
  padding-top: 82px;
  padding-bottom: 82px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  background-color: transparent;
  color: #7ec4bd;
}

.project-info {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.project-title {
  margin-bottom: 4px;
}

.grow-row {
  margin-bottom: 42px;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  margin-bottom: 10px;
  border-radius: 100%;
}

.div-block {
  position: relative;
  top: 0px;
  display: block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  border-style: solid;
  border-width: 6px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('../images/Screen-Shot-2020-04-02-at-3.48.00-PM.png');
  background-position: 50% 7%;
  background-size: 125px;
}

.button-2 {
  padding: 10px 30px 15px;
  border: 1px none #000;
  border-radius: 6px;
  background-color: #fff;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 24px;
}

.header-container {
  position: static;
  margin-top: 140px;
  padding-top: 0px;
}

.text-block {
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 54px;
}

.login-button-nav {
  margin-top: 14px;
  margin-left: 40px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.text-block-2 {
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 37px;
  text-align: left;
}

.text-block-3 {
  margin-right: 220px;
  padding-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
  white-space: normal;
}

.hompage-section-3 {
  height: auto;
  padding-bottom: 0px;
}

.container-2 {
  position: static;
  margin-top: -77px;
}

.text-block-4 {
  position: relative;
  width: 700px;
  margin: 0px auto 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.image {
  position: relative;
  top: 0px;
  z-index: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 25px;
}

.icon {
  color: #fff;
}

.section-2 {
  position: static;
  height: 400px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/Footer-clouds2x.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.footer {
  position: static;
  padding: 40px 0px;
  background-color: white;
  border-top: solid 4px #5F9E43;
  /*background-color: #5F9E43;
  background-image: url('../images/Footer-clouds2x.png');
  background-position: 50% 100%;
  background-size: 1440px;*/
}

.column {
  position: static;
  margin-top: 35px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.columns {
  position: relative;
  left: 0%;
  top: 258px;
  right: 0%;
  bottom: 0%;
  max-width: none;
  margin-right: 112px;
  margin-left: 112px;
  font-family: Montserrat, sans-serif;
}

.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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  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;
}

.text-block-5 {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-block-7 {
  font-size: 13px;
}

.text-block-8 {
  margin-top: 5px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
}

.header-subpage {
  height: 400px;
  padding: 0px 10px 98px;
  background-image: url('../images/1585857717425-NEMWN7VNT9KO3XK68I0G.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

/*.header-subpage.project-page {
  padding-top: 77px;
  padding-bottom: 77px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 209, 198, 0.55)), to(rgba(100, 209, 198, 0.55))), url('../images/lake.jpg');
  background-image: linear-gradient(180deg, rgba(100, 209, 198, 0.55), rgba(100, 209, 198, 0.55)), url('../images/lake.jpg');
}*/

.section-registration {
  padding-top: 40px;
  padding-bottom: 0px;
}

.registration-header-container {
  position: static;
}

.container-2-copy {
  position: static;
  margin-top: -77px;
}

.text-block-9 {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 44px;
  line-height: 44px;
  text-align: center;
}

.text-block-10 {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin: 0px auto;
    padding: 20px 10px;
  }
  .nav-link:hover {
    border-bottom-color: transparent;
  }
  .main-heading {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
  }
  .homepage-section-2 {
    background-position: 0% -15%;
  }
  .project-wrapper:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .social-wrapper {
    margin-left: 30%;
  }
  .menu-button {
    margin-top: 7px;
    padding: 10px;
    font-size: 32px;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #7ec4bd;
  }
  .nav-menu {
    background-color: transparent;
  }
  .login-button-nav {
    margin-left: 20px;
  }
  .text-block-2 {
    margin-right: 40px;
    margin-bottom: 10px;
    margin-left: 40px;
    font-size: 29px;
  }
  .text-block-3 {
    margin-right: 152px;
    margin-left: 40px;
    padding-top: 0px;
  }
  .text-block-4 {
    width: auto;
    margin-bottom: 0px;
  }
  .image {
    display: block;
  }
  .footer {
    height: 226px;
    /*background-image: url('../images/Footer-clouds2x.png');
    background-size: 900px;
    background-repeat: no-repeat;*/
  }
  .column {
    margin-top: 30px;
  }
  .columns {
    top: 160px;
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
  }
  .text-block-5 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 22px;
  }
  .text-block-6 {
    font-size: 12px;
    line-height: 20px;
  }
  .text-block-7 {
    font-size: 9px;
    line-height: 10px;
  }
  .text-block-8 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 18px;
  }
  .header-subpage {
    height: 250px;
    background-position: 50% 96%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
  .logo-title {
    margin-top: 6px;
  }
  .logo-img {
    width: 50px;
  }
  .main-heading {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .hompage-section-1 {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .x-icon {
    margin-bottom: 21px;
  }
  .homepage-section-2 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .grey-icon-wrapper {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }
  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }
  .testimonial-slide {
    width: 100%;
  }
  .testimonial-slide.left-border {
    border-left-width: 0px;
  }
  .icon-wrapper {
    height: 85px;
  }
  .icon-wrapper._2 {
    margin-top: 37px;
  }
  .social-wrapper {
    margin-left: 0%;
    text-align: center;
  }
  .form-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }
  .menu-button {
    margin-top: 0px;
  }
  .member {
    padding-bottom: 47px;
  }
  .grow-row {
    margin-bottom: 0px;
  }
  .screenshot {
    width: 90%;
  }
  .login-button-nav {
    position: relative;
    margin-right: auto;
    margin-left: 0px;
    float: left;
  }
  .text-block-2 {
    margin-top: 60px;
    margin-bottom: 100px;
    margin-left: 40px;
  }
  .text-block-3 {
    margin-right: 20px;
    margin-left: 40px;
    padding-top: 0px;
    color: #fff;
  }
  .text-block-4 {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .image {
    display: block;
  }
  .footer {
    height: 207px;
    /*background-image: url('../images/Footer-clouds2x.png');
    background-size: 900px;
    background-repeat: no-repeat;*/
  }
  .columns {
    top: 140px;
  }
  .text-block-5 {
    margin-top: 0px;
    font-size: 16px;
  }
  .text-block-8 {
    margin-top: 0px;
    font-size: 14px;
  }
  .column-2 {
    margin-top: 10px;
  }
  .column-3 {
    margin-top: 10px;
  }
  .header-subpage {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .text-block-9 {
    margin-bottom: 10px;
    font-size: 34px;
  }
}

@media screen and (max-width: 479px) {
  .main-heading {
    margin-top: 40px;
    font-size: 34px;
    line-height: 38px;
  }
  .about-text {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 17px;
  }
  .homepage-section-2 {
    padding-top: 0px;
    background-position: 98% 0%;
  }
  .grey-icon-wrapper {
    display: block;
  }
  .form-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }
  .nav-menu {
    padding: 20px;
    background-color: #000;
    color: #fff;
  }
  .login-button-nav {
    margin-left: 0px;
    float: left;
  }
  .text-block-2 {
    margin-top: 20px;
    margin-left: 20px;
  }
  .text-block-3 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
  }
  .text-block-4 {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .container-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer {
    height: 210px;
    /*background-image: url('../images/Footer-clouds2x.png');
    background-size: 800px;
    background-repeat: no-repeat;*/
  }
  .column {
    margin-top: 34px;
  }
  .columns {
    display: none;
  }
  .text-block-5 {
    display: block;
  }
  .text-block-8 {
    display: block;
  }
  .column-2 {
    display: block;
  }
  .column-3 {
    display: block;
  }
  .section-registration {
    padding-top: 20px;
  }
  .text-block-9 {
    font-size: 24px;
  }
}

@font-face {
  font-family: 'Oswald stencil webfont';
  src: url('../fonts/Oswald-Stencil-webfont.eot') format('embedded-opentype'), url('../fonts/Oswald-Stencil-webfont.woff') format('woff'), url('../fonts/Oswald-Stencil-webfont.ttf') format('truetype'), url('../fonts/Oswald-Stencil-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
    font-family: "HelveticaNeueLTPro75Bold";
    src: url("../app-Fonts/webfontkit_Helvetica/helveticaneueltpro-bd-webfont.eot");
    src: url("../app-Fonts/webfontkit_Helvetica/helveticaneueltpro-bd-webfont.eot?iefix") format("eot"),
         url("../app-Fonts/webfontkit_Helvetica/helveticaneueltpro-bd-webfont.woff") format("woff"),
         url("../app-Fonts/webfontkit_Helvetica/helveticaneueltpro-bd-webfont.ttf") format("truetype"),
         url("../app-Fonts/webfontkit_Helvetica/helveticaneueltpro-bd-webfont.svg#webfontqCgATdbH") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueLTPro45Light";
    src: url("../app-Fonts/webfontkit_Helvetica/helveticaneueltpro-lt-webfont.eot");
    src: url("../app-Fonts/webfontkit_Helvetica/helveticaneueltpro-lt-webfont.eot?iefix") format("eot"),
         url("../app-Fonts/webfontkit_Helvetica/helveticaneueltpro-lt-webfont.woff") format("woff"),
         url("../app-Fonts/webfontkit_Helvetica/helveticaneueltpro-lt-webfont.ttf") format("truetype"),
         url("../app-Fonts/webfontkit_Helvetica/helveticaneueltpro-lt-webfont.svg#webfontLm5M2jvF") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueLTPro35Thin";
    src: url("../app-Fonts/webfontkit_Helvetica/helveticaneueltpro-th-webfont.eot");
    src: url("../app-Fonts/webfontkit_Helvetica/helveticaneueltpro-th-webfont.eot?iefix") format("eot"),
         url("../app-Fonts/webfontkit_Helvetica/helveticaneueltpro-th-webfont.woff") format("woff"),
         url("../app-Fonts/webfontkit_Helvetica/helveticaneueltpro-th-webfont.ttf") format("truetype"),
         url("../app-Fonts/webfontkit_Helvetica/helveticaneueltpro-th-webfont.svg#webfontE3PX1ZEo") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueLTPro65Medium";
    src: url("../app-Fonts/webfontkit_Helvetica_Full/helveticaneueltpro-md-webfont.eot");
    src: url("../app-Fonts/webfontkit_Helvetica_Full/helveticaneueltpro-md-webfont.eot?iefix") format("eot"),
         url("../app-Fonts/webfontkit_Helvetica_Full/helveticaneueltpro-md-webfont.woff") format("woff"),
         url("../app-Fonts/webfontkit_Helvetica_Full/helveticaneueltpro-md-webfont.ttf") format("truetype"),
         url("../app-Fonts/webfontkit_Helvetica_Full/helveticaneueltpro-md-webfont.svg#webfontJ2reeYUQ") format("svg");
    font-weight: normal;
    font-style: normal;
}
