.destination #wrapper {
  padding-top: 0;
}

.float_parent {
  display: block;
  position: relative;
}

.float_in_margin {
  display: none;
}
@media (min-width: 767px) {
  .float_in_margin {
    display: block;
    position: absolute;
    z-index: 99999999999;
    width: 12vw;
    max-width: 300px;
    right: 25vw;
    top: 20px;
  }
}

#submission_thanks {
  display: none;
  font-size: 18px;
}
@media (min-width: 767px) {
  #submission_thanks {
    width: 50%;
  }
}

.section--formblock {
  padding-top: 40px !important;
}

.cs__formblock h4 {
  font-size: 1.6em;
  color: #48494a;
  margin-bottom: 0.6em;
}
.cs__formblock input[type=text], .cs__formblock input[type=email] {
  width: 100%;
  padding: 7px 9px;
  border: 2px solid #56FF70;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 8px;
  margin-bottom: 25px;
  font-family: "SharpSansBook", sans-serif;
  font-size: 18px;
  color: #969696;
}
@media (min-width: 767px) {
  .cs__formblock input[type=text], .cs__formblock input[type=email] {
    width: 50%;
  }
}
.cs__formblock h3, .cs__formblock button {
  color: #969696;
  font-size: 4.6vw;
  margin-bottom: 10px;
}
@media (min-width: 400px) {
  .cs__formblock h3, .cs__formblock button {
    font-size: 20px;
  }
}
@media (min-width: 400px) and (min-width: 767px) and (min-width: 1200px) {
  .cs__formblock h3, .cs__formblock button {
    font-size: 18px;
  }
}
.cs__formblock select {
  width: 100%;
  padding: 7px 9px;
  border: 2px solid #56FF70;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 8px;
  margin-bottom: 25px;
  font-family: "SharpSansBook", sans-serif;
  font-size: 18px;
  color: #969696;
}
@media (min-width: 767px) {
  .cs__formblock select {
    width: 50%;
  }
}
.cs__formblock button {
  font-family: "SharpSansBook", sans-serif;
  border: none;
  color: #545453;
  padding: 15px 60px;
  background-color: #56FF70;
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
}

.section--textblock.fullwidth-1 .cs__textblock h4 {
  margin-bottom: 0 !important;
}
.section--textblock.fullwidth-1 .cs__textblock h4 + p {
  margin-top: 1.8em;
}
@media (min-width: 767px) {
  .section--textblock.fullwidth-1 .cs__textblock {
    width: 75% !important;
  }
}
@media (min-width: 767px) and (min-width: 1200px) {
  .section--textblock.fullwidth-1 .cs__textblock {
    width: 62.5% !important;
  }
}

.section--stripsblock {
  padding-top: 16px !important;
}
.section--stripsblock .strip {
  padding: 20px 0;
  border-top: 4px solid #56FF70;
}
@media (min-width: 456px) {
  .section--stripsblock .strip {
    display: flex;
    align-items: center;
  }
}
.section--stripsblock .strip:first-child {
  border-top: 0;
}

.section--textblock + .section--textblock.fullwidth-1 {
  /*padding-top: 40px !important;*/
}

.section--textblock.removeTopMargin-1 {
  padding-top: 40px !important;
}

.section--panelsblock {
  padding-top: 25px !important;
}
@media (min-width: 1200px) {
  .section--panelsblock {
    padding-top: 40px !important;
  }
}

.section--panelsblock {
  padding-top: 25px !important;
}
@media (min-width: 1200px) {
  .section--panelsblock {
    padding-top: 40px !important;
  }
}

@media (min-width: 767px) {
  .cs__panelsblock, .cs__stripsblock, .cs__formblock {
    width: 75%;
    margin-left: 12.5%;
  }
}
@media (min-width: 767px) and (min-width: 1200px) {
  .cs__panelsblock, .cs__stripsblock, .cs__formblock {
    width: 62.5%;
    margin-left: 18.75%;
  }
}

.stripIcon {
  width: 70%;
}

.iconWrap {
  margin-bottom: 10px;
  width: 50%;
  max-width: 150px;
}
@media (min-width: 456px) {
  .iconWrap {
    flex-basis: 30%;
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .iconWrap {
    flex-basis: 20%;
  }
}

.stripContent {
  flex-basis: 70%;
}
@media (min-width: 456px) {
  .stripContent {
    flex-basis: 70%;
  }
}
@media (min-width: 767px) {
  .stripContent {
    flex-basis: 80%;
  }
}
@media (min-width: 1024px) {
  .stripContent {
    display: flex;
  }
}

.stripHeading {
  padding-right: 20px;
}
.stripHeading h3 {
  font-size: 24px;
}
@media (min-width: 1024px) {
  .stripHeading {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .stripText {
    width: 75%;
  }
}

.cs__panelsblock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 300px;
}
.cs__panelsblock.panel-align-center {
  text-align: center;
}
.cs__panelsblock.panel-align-center .panel {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 456px) {
  .cs__panelsblock {
    max-width: 460px;
  }
}
@media (min-width: 1024px) {
  .cs__panelsblock {
    max-width: 100%;
  }
}
.cs__panelsblock .panel {
  width: 100%;
  max-width: 220px;
  border: 4px solid #56FF70;
  padding: 16px;
  margin-bottom: 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.cs__panelsblock .panel .headingIconWrap {
  padding: 5px;
  padding-bottom: 30px;
}
.cs__panelsblock .panel .headingIcon {
  width: 100%;
}
.cs__panelsblock .panel .logoWrap {
  display: flex;
  align-items: flex-end;
}
.cs__panelsblock .panel .logo {
  width: 100%;
}
.cs__panelsblock .panel h3 {
  font-size: 22px !important;
}
.cs__panelsblock .panel .panelText {
  padding-bottom: 20px;
}
@media (min-width: 456px) {
  .cs__panelsblock .panel {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .cs__panelsblock .panel {
    width: 23.5%;
  }
}

.panelText, .stripText {
  font-size: 4.6vw;
  line-height: 1.25em;
}
@media (min-width: 400px) {
  .panelText, .stripText {
    font-size: 20px;
    line-height: 1.25em;
  }
}
@media (min-width: 400px) and (min-width: 767px) and (min-width: 1200px) {
  .panelText, .stripText {
    font-size: 18px;
    line-height: 1.25em;
  }
}

.article--header {
  color: #48494a;
  border-top: 1px solid #56FF70;
  margin-top: 4vw;
  padding-top: 15px;
}

.article--header h1 {
  font-size: 1.6em;
  color: #48494a;
  margin-top: 40px;
  margin-bottom: 4vw;
}

.article--header h4 {
  color: #48494a;
  float: left;
}

.article--header h4.num {
  color: #56FF70;
  float: right;
}

.article--header strong {
  color: #48494a;
  font-family: "SharpSansSemibold";
}

.article--header img {
  margin-top: 20px;
}

.articles--grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.article .section--textblock, .article .section--imageblock {
  padding-top: 7vw;
}

.article .section--textblock + .section--textblock {
  padding-top: 6.5vw;
}

.article .articles--grid {
  margin-top: 8vw;
}

.article img.width_10cols {
  margin-left: 0;
}

.article--stub {
  display: block;
  margin-bottom: 9vw;
}

.article--stub h3 {
  line-height: 1.4em;
  margin-top: 3vw;
}

.article--stub h5 {
  font-size: 0.8em;
  color: #56FF70;
  margin-top: 1.5em;
}

.article--stub img {
  width: 100%;
}

.articles--intro {
  margin-bottom: 2em;
  margin-top: 6vw;
}

.articles--intro h1 {
  color: #56FF70;
  font-size: 36px;
  margin-bottom: 0.2em;
}

.articles--intro p {
  color: #48494a;
  font-size: 24px;
  line-height: 1.2em;
}

.articles--intro h4 {
  color: #48494a;
  margin-bottom: 0.4em;
}

.alt {
  display: none;
}

.footer--logos {
  margin-top: 10px;
}

.footer--logos img {
  width: 40px;
  margin-bottom: 20px;
  margin-right: 10px;
}

footer .footer-sub .footer__col {
  width: 100%;
}

@media (max-width: 530px) {
  .section--imageblock.padded {
    padding-top: 64px !important;
  }
}
@media (min-width: 400px) {
  .article--stub {
    font-size: 18px;
  }

  .article--stub {
    width: 48.44%;
  }
}
@media (min-width: 767px) {
  footer .footer-sub .footer__col {
    width: 60%;
  }

  footer .footer-sub .footer__col.thin {
    width: 40%;
  }

  .footer--logos {
    margin-top: 0;
  }

  .footer__col.padded {
    margin-top: 40px;
  }

  .footer--logos img {
    display: block;
    width: 45px;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .footer__cols {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .alt {
    display: initial;
  }

  .not-alt {
    display: none;
  }

  .article--stub {
    width: 22.7%;
  }

  .articles .article--stub:first-child {
    width: 48.44%;
  }

  .articles--intro {
    width: 48.44%;
  }

  .article--stub {
    font-size: 14px;
  }

  .article img.width_10cols {
    width: 75%;
    margin-left: 12.5%;
  }

  .article .section--textblock.align-right .cs__textblock {
    float: right;
    margin-left: 0;
    margin-right: 12.5%;
  }
}
@media (min-width: 1200px) {
  footer .footer-sub .footer__col {
    width: 50%;
  }

  footer .footer-sub .footer__col.thin {
    width: 50%;
  }

  .footer--logos img {
    width: 50px;
    margin-bottom: 25px;
  }

  .article--stub {
    font-size: 18px;
  }

  .article--header h1 {
    font-size: 36px;
  }

  .article img.width_10cols {
    margin-left: 18.75%;
  }

  .article .section--textblock.align-right .cs__textblock {
    margin-right: 6.25%;
  }
}

/*# sourceMappingURL=extra.css.map */
