/** PlantySans **/
@font-face {
  font-family: "Planty Sans";
  src: url("../fonts/PlantySans-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Planty Sans";
  src: url("../fonts/PlantySans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Planty Sans";
  src: url("../fonts/PlantySans-SemiBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
main {
  background-color: #fff;
}

.hero {
  min-height: 526px;
  color: #fff;
  position: relative;
  background: #2d548d url("../images/hero-2.jpg") right bottom no-repeat;
}

.hero-teaser {
  color: #fff;
  max-width: 670px;
  margin-bottom: 40px;
}
.hero-teaser h1 {
  font-size: 75px;
  color: #fff;
  line-height: 1.2;
  font-family: "Planty Sans", sans-serif;
  font-weight: 900;
  letter-spacing: normal;
  text-transform: initial;
  letter-spacing: -1.5px;
}
.hero-teaser h1 span {
  font-size: 75px;
}
.hero-teaser h1 sup {
  top: -28px;
  font-size: 40px;
  left: 2px;
}
.hero-teaser p {
  font-size: 23px;
  font-style: italic;
  letter-spacing: -0.5px;
  line-height: 30px;
}

.form-test {
  position: absolute;
  top: 0;
  right: 0;
  width: 442px;
  min-height: 900px;
  height: auto;
  background-color: #fff;
  z-index: 11;
  border-radius: 5px;
  color: #444444;
  padding: 20px;
}
.form-test h4 {
  font-size: 16px;
  line-height: 1.2;
  font-family: "Planty Sans", sans-serif;
  font-weight: 900;
  letter-spacing: normal;
  color: #3b5d8f;
  text-align: left;
  margin-bottom: 0;
}

.registration-intro {
  max-width: 670px;
  font-size: 24px;
  line-height: 30px;
  font-family: "Planty Sans", sans-serif;
  font-weight: normal;
  color: #000;
}
.registration-intro p {
  margin-bottom: 32px;
  font-family: "Planty Sans", sans-serif;
}
.registration-intro ul {
  margin-bottom: 24px;
  padding: 0;
}
.registration-intro ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  line-height: 31px;
}
.registration-intro ul li::marker {
  content: none;
  display: none !important;
}
.registration-intro ul li:before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  height: 32px;
  width: 20px;
  background: url("../images/dots.png") 0px 50% no-repeat;
}

.bottom-banner {
  background: url("../images/hero-1.jpg") 0 0 no-repeat;
}
@media (max-width: 768px) {
  .bottom-banner {
    background: none;
  }
}
.bottom-banner img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bottom-banner img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.swpm-form-builder fieldset {
  margin: 0;
  background-color: transparent !important;
  border: 0 !important;
}
.swpm-form-builder .swpm-legend {
  display: none;
}
.swpm-form-builder ul.swpm-section {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swpm-form-builder ul.swpm-section li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-bottom: 0 !important;
}
.swpm-form-builder ul.swpm-section .swpm-item-address {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.swpm-form-builder ul.swpm-section .swpm-item-checkbox, .swpm-form-builder ul.swpm-section .swpm-item-instructions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.swpm-form-builder ul.swpm-section .swpm-item-checkbox label, .swpm-form-builder ul.swpm-section .swpm-item-instructions label {
  text-transform: uppercase;
}
.swpm-form-builder ul.swpm-section .swpm-item-checkbox .swpm-desc {
  display: none;
}
.swpm-form-builder ul.swpm-section .swpm-item-checkbox label {
  padding-left: 8px;
  font-size: 11px;
}
.swpm-form-builder ul.swpm-section .swpm-item-instructions .swpm-desc {
  display: none;
}
.swpm-form-builder ul.swpm-section .swpm-item-instructions p {
  margin-bottom: 4px;
  font-size: 11px !important;
}
.swpm-form-builder ul.swpm-section .swpm-item-instructions em {
  font-size: 10px;
  font-style: italic;
}
.swpm-form-builder ul.swpm-section #item-swpm-2, .swpm-form-builder ul.swpm-section .swpm-item-password {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: none;
}
.swpm-form-builder ul.swpm-section #item-swpm-4 {
  display: none;
}
.swpm-form-builder [type=text], .swpm-form-builder [type=email], .swpm-form-builder [type=password], .swpm-form-builder [type=tel], .swpm-form-builder [type=url] {
  background-color: #fff !important;
  height: 40px !important;
  padding: 2px 6px !important;
}
.swpm-form-builder select {
  height: 39px !important;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  padding-left: 3px;
}
.swpm-form-builder .swpm-checkbox {
  opacity: 0;
}
.swpm-form-builder label.swpm-desc {
  font-weight: normal;
  font-style: italic;
  color: #444;
}

.swpm-verification .swpm-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

#registration-1 {
  margin-bottom: 0 !important;
}

input[type=submit] {
  cursor: pointer;
  border-radius: 4px;
  line-height: 1.09;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  min-width: 150px;
  color: #fff;
  font-family: Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-stretch: normal;
  font-size: 11px !important;
  font-weight: 500;
  background-color: #001d89;
  border: 1px solid #001d89;
  padding: 14px 10px;
}
/*# sourceMappingURL=member-registration.css.map */