:root {
  --oxford-blue: #092342;
  --red-crush: #ff414d;
  --white: white;
  --cyprus: #002d40;
  --blue-munsell: #048ba8;
  --dark-red: #970101;
  --eerie-black: #272727;
  --midnight-blue: #141a46;
  --black: black;
  --dark-khaki: #c5b357;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #fff;
  text-align: center;
  flex-direction: column;
  margin-top: auto;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  color: #2d3338;
  text-shadow: none;
  margin: 10px 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 69px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}

h2 {
  text-shadow: none;
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-shadow: none;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

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

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

p {
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.beta-form-button {
  border: 3px none var(--oxford-blue);
  background-color: var(--red-crush);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 9px;
  width: 75%;
  height: 54px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 29px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s;
  display: block;
  box-shadow: 0 2px 10px 3px #002d404d;
}

.beta-form-button:hover {
  border-color: var(--cyprus);
  background-color: var(--red-crush);
  color: var(--white);
  transform: scale(1.1);
  box-shadow: 0 2px 19px 3px #002d4066;
}

.subtitle {
  color: var(--blue-munsell);
  text-shadow: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 35px;
  display: none;
}

.beta-form-field {
  border: 3px solid var(--oxford-blue);
  background-color: var(--white);
  color: #27272780;
  text-align: justify;
  text-transform: none;
  height: 54px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 200;
  transition: none;
  box-shadow: 1px 1px 5px #00000080;
}

.beta-form-field:focus {
  box-shadow: inset 0 0 0 2px #00caf2;
}

.beta-form-field.message {
  height: 250px;
}

.sign-up-form {
  width: 415px;
  margin: 35px auto 66px;
  display: block;
}

.social-widget {
  float: left;
  width: 100px;
  transition: opacity .3s;
}

.social-widget.full-opacity {
  opacity: 1;
}

.social-widget-wrapper {
  width: 223px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: block;
}

.social-widget-wrapper.thank-you {
  width: 216px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  display: block;
}

.success-message {
  background-color: var(--cyprus);
  border-radius: 2px;
  padding: 20px;
  transition: all .3s;
}

.spread-word {
  color: #fff9;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.error-message {
  background-color: var(--dark-red);
  border-radius: 2px;
  padding-bottom: 5px;
}

.content-wrapper {
  width: 60%;
  display: inline-block;
}

.header-section {
  text-align: center;
  background-color: #e0ddd7;
  height: 100%;
  padding-top: 104px;
}

.footer-section {
  background-color: var(--cyprus);
  color: #7e7c87;
  flex-direction: column;
  margin-top: auto;
  padding-top: 38px;
  padding-bottom: 34px;
  font-family: Poppins, sans-serif;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.copyright {
  color: #ffffff85;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.bars-wrapper {
  background-color: #1abc9c;
  height: 7px;
}

.bar {
  float: left;
  background-color: #1abc9c;
  width: 14.285%;
  height: 7px;
}

.bar._2 {
  background-color: #f2ca27;
}

.bar._3 {
  background-color: #e67e22;
}

.bar._4 {
  background-color: #16a085;
}

.bar._5 {
  background-color: #2980b9;
}

.bar._6 {
  background-color: #e74c3c;
}

.bar._7 {
  background-color: #a366bc;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 20px;
  display: block;
}

.image-crop {
  height: 260px;
  overflow: hidden;
}

.social-section {
  text-align: center;
  padding-top: 58px;
  padding-bottom: 58px;
}

.share-btn {
  width: 61px;
  margin-left: 14px;
  margin-right: 14px;
  display: inline-block;
}

.share-wrapper {
  margin-top: 32px;
}

.refer {
  color: #ffffff96;
}

.align-right {
  text-align: right;
}

.social-btn {
  opacity: .44;
  margin-left: 17px;
  transition: all .2s;
}

.social-btn:hover {
  opacity: 1;
}

.logo {
  color: #fff;
  letter-spacing: 8px;
  text-shadow: none;
  border: 8px solid #fff;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
  padding: 21px;
  font-weight: 700;
  display: inline-block;
}

.about {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
}

.section-title {
  float: left;
  color: var(--cyprus);
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: none;
  width: 50%;
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  display: block;
}

.beta-line {
  float: left;
  background-color: var(--midnight-blue);
  color: var(--cyprus);
  width: 25%;
  height: 1px;
  margin-top: 45px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.logohero {
  margin-top: 20px;
  box-shadow: 1px 1px 10px #002d4080;
}

.btn_radio_label, .btn_radio {
  text-align: left;
}

.beta-form-select {
  border: 3px solid var(--oxford-blue);
  background-color: var(--white);
  color: #00000080;
  height: 54px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 200;
  display: block;
  box-shadow: 1px 1px 10px #00000040;
}

.text-block {
  color: var(--dark-red);
  text-align: center;
  padding-top: 20px;
  font-family: Shadows Into Light, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: none;
}

.body {
  background-image: url('../images/joanna-kosinska-1_CMoFsPfso-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  height: 100%;
  padding-top: 50px;
  display: flex;
}

.image {
  filter: invert();
}

.body-2, .body-3 {
  background-image: url('../images/joanna-kosinska-1_CMoFsPfso-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
}

.airtable-embedded {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.html-embed.iframe {
  width: 100%;
  min-height: 550px;
}

.div-block-2 {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.checkbox-label {
  color: var(--eerie-black);
  text-align: left;
  font-family: Poppins, sans-serif;
  display: none;
}

.checkbox-field {
  padding-top: 20px;
  font-family: Poppins, sans-serif;
}

.checkbox-field._2nd {
  padding-top: 0;
}

.hyperlink {
  color: var(--cyprus);
}

.hyperlink:hover {
  color: var(--red-crush);
  text-decoration: none;
}

.section-header-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-text {
  color: var(--eerie-black);
  text-align: left;
  border-radius: 10px;
  max-width: 50%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.paragraph {
  color: var(--cyprus);
  text-align: left;
  flex-wrap: wrap;
  padding: 0 40px 40px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.paragraph.thanks {
  text-align: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}

.header-title {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  display: flex;
}

.container-2 {
  display: none;
}

.social-icon-link-3 {
  opacity: .36;
  width: 20px;
  margin-right: 12px;
  transition: opacity .2s;
}

.social-icon-link-3:hover {
  opacity: .9;
}

.footer-legal-div {
  flex-direction: row;
  justify-content: center;
  margin-top: auto;
  padding-bottom: 10px;
  display: flex;
}

.footer-link {
  opacity: 1;
  color: #fff;
  letter-spacing: .3px;
  margin-bottom: -5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  opacity: 1;
  color: #f09;
  text-decoration: none;
}

.footer-link.w--current {
  opacity: 1;
}

.footer-link.legal {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: auto;
  padding-left: 10px;
  font-size: 10px;
  font-weight: 400;
}

.footer-link.legal:hover {
  text-decoration: underline;
}

.image-4 {
  max-height: 20px;
}

.social-link-group {
  text-align: center;
  margin-bottom: 10px;
  display: none;
}

.footer-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.social-icon-link {
  opacity: .36;
  width: 20px;
  margin-right: 10px;
  transition: opacity .2s;
}

.social-icon-link:hover {
  opacity: .9;
}

.social-icon-link.footer {
  display: none;
}

.image-5, .image-6, .image-7, .image-8 {
  filter: invert();
}

.paragraph-h2 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.paragraph-header {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.paragraph-3 {
  color: var(--eerie-black);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.paragraph-h3 {
  padding-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.paragraph-3-light {
  color: var(--white);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.paragraph-4, .heading {
  color: var(--eerie-black);
  font-family: Poppins, sans-serif;
}

.heading-2 {
  color: var(--eerie-black);
}

.div-block-3 {
  color: var(--oxford-blue);
}

.fixed-background {
  z-index: -1;
  background-image: url('../images/kelly-sikkema-N3o-leQyFsI-unsplash_saturated.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.fixed-background.body-subpage {
  background-image: url('../images/repeating_background_v4.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.footer-copy {
  opacity: 1;
  color: #fff;
  letter-spacing: .3px;
  margin-bottom: -5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer-copy:hover {
  opacity: 1;
  color: #f09;
  text-decoration: none;
}

.footer-copy.w--current {
  opacity: 1;
}

.footer-copy.legal {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: auto;
  padding-left: 0;
  font-size: 10px;
  font-weight: 400;
}

.footer-copy.legal:hover {
  text-decoration: underline;
}

.link-block-4 {
  padding-top: 20px;
}

.text-field {
  border-radius: 3px;
  margin-bottom: 15px;
}

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

.button {
  color: #fff;
  text-align: center;
  background-color: #f09;
  border: 1px solid #0000;
  border-radius: 3px;
  margin-left: 20px;
  padding: 11px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.button:hover {
  color: #00746b;
  background-color: #fff;
}

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

.button.contact {
  background-color: #00746b;
  width: 100%;
  margin-left: 0;
}

.button.contact:hover {
  color: #f09;
  background-color: #fff;
  border-style: solid;
  border-color: #00746b;
}

.social-icon-link-2 {
  opacity: .36;
  width: 20px;
  margin-right: 10px;
  transition: opacity .2s;
}

.social-icon-link-2:hover {
  opacity: .9;
}

.recaptcha {
  margin-bottom: 15px;
}

.mwm-social-link-group {
  text-align: center;
  margin-bottom: 10px;
  display: none;
}

.post-content {
  width: 95%;
  margin-bottom: 20px;
  padding: 20px 20px 0;
}

.success-text {
  margin-bottom: 0;
  font-size: 17px;
}

.h3 {
  color: #00746b;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  text-decoration: none;
}

.h3:hover {
  text-decoration: underline;
}

.heading-9 {
  margin-top: 40px;
}

.post-wrapper {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 95%;
  min-width: 95%;
  margin: auto auto 30px;
  padding: 10px 0 0;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f;
}

.post-wrapper.contact {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.success-message-2 {
  background-color: #f0f0f0;
  border-radius: 3px;
  padding-top: 49px;
  padding-bottom: 49px;
}

.logo-2.linkedin:hover, .logo-2.apple:hover {
  filter: invert(75%);
}

.logo-2.twitter:hover {
  filter: invert(80%);
}

.logo-2.ig:hover {
  filter: invert(50%);
}

.image-2 {
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.horizontal-rule {
  text-align: center;
  background-color: #00000040;
  align-self: flex-end;
  width: 150px;
  height: 1px;
  max-height: 2px;
  margin-top: 20px;
  display: none;
}

.heading-contact {
  text-align: left;
  text-transform: none;
  width: 75%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 27px 0 10px 10px;
}

.success-message-3 {
  background-color: var(--oxford-blue);
  text-align: center;
  text-transform: capitalize;
  margin-top: 100px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  margin: 11px 35px 35px;
  padding-right: 0;
  display: flex;
}

.submit-button {
  background-color: var(--oxford-blue);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 5px;
  width: 150px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 0;
  font-family: Roboto Condensed, sans-serif;
}

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

.button-close {
  color: #4c4c4c;
  cursor: pointer;
  padding: 15px;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-close:hover {
  color: #9f0dd5;
  text-decoration: none;
}

.error-message-2 {
  background-color: var(--dark-red);
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
}

.div-block {
  display: flex;
}

.div-block.social-holder {
  justify-content: flex-end;
  width: 100%;
  display: none;
}

.div-contact-header {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.socialmedia_icons {
  align-self: center;
  margin-top: 20px;
  padding-right: 15px;
}

.div-contact-sheet {
  border-radius: 10px;
  width: 800px;
  height: 565px;
  margin: 20px auto auto;
  padding-top: 22px;
  display: block;
  position: static;
  inset: 0%;
}

.text-field-normal {
  color: #00000080;
  text-transform: none;
  font-family: Poppins, sans-serif;
}

.form-block {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
}

.text-area-normal {
  height: 300px;
  min-height: 150px;
  font-family: Poppins, sans-serif;
}

.div-floating-paper {
  background-color: #fff;
  border-radius: 10px;
  width: 1024px;
  margin: 20px auto 40px;
  padding-top: 22px;
  display: block;
  position: static;
  inset: 0%;
  box-shadow: 0 0 20px #40404069;
}

.div-floating-paper.thanks {
  padding-top: 0;
}

.html-embed-2 {
  display: block;
}

.button-2 {
  background-color: var(--oxford-blue);
}

.application-button {
  border: 3px solid var(--oxford-blue);
  background-color: var(--oxford-blue);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: 250px;
  height: 54px;
  margin-top: 20px;
  margin-left: -1px;
  padding: 4px 29px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: block;
  box-shadow: 0 8px 20px 1px #00000059;
}

.application-button:hover {
  border-color: var(--oxford-blue);
  background-color: var(--white);
  box-shadow: none;
  color: var(--oxford-blue);
}

.div-application-button {
  flex-direction: column-reverse;
  align-items: center;
  display: flex;
}

.accordian-wrapper {
  margin-bottom: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.accordian-question {
  color: var(--black);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.accordian-answer {
  color: var(--cyprus);
  text-align: left;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.accordian-item {
  overflow: hidden;
}

.accordian-item-trigger {
  cursor: pointer;
  margin-bottom: 20px;
}

.accordion-question {
  color: var(--cyprus);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.accordion-question:hover {
  color: var(--red-crush);
  text-decoration: underline;
}

.bold-text {
  font-weight: 500;
}

.paragraph-5 {
  color: var(--black);
  text-align: left;
}

.hyperlink---faq {
  color: var(--black);
}

.hyperlink---faq:hover {
  color: var(--blue-munsell);
  text-decoration: none;
}

.footer-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-legal-div-2 {
  flex-direction: row;
  justify-content: center;
  margin-top: auto;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    background-image: url('../images/kelly-sikkema-N3o-leQyFsI-unsplash-2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .subtitle {
    text-shadow: none;
    font-size: 29px;
  }

  .content-wrapper {
    width: 81%;
  }

  .container {
    padding-left: 57px;
    padding-right: 57px;
  }

  .social-btn {
    transition: all .2s;
  }

  .social-btn:hover {
    opacity: .8;
  }

  .section-title {
    text-shadow: none;
    width: 50%;
    font-size: 21px;
  }

  .beta-line {
    width: 25%;
  }

  .text-block {
    padding-top: 20px;
  }

  .page-text {
    max-width: 80%;
  }

  .header-title {
    width: 75%;
  }

  .footer-legal-div {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-link.legal {
    margin-right: 0;
    padding-left: 10px;
  }

  .social-link-group {
    display: none;
  }

  .footer-wrapper {
    width: 100%;
  }

  .social-icon-link {
    padding-top: 10px;
    padding-bottom: 20px;
    display: block;
  }

  .body-5 {
    padding-top: 0;
  }

  .body-7 {
    background-image: url('../images/kelly-sikkema-N3o-leQyFsI-unsplash-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .footer-copy.legal {
    margin-right: 0;
    padding-left: 0;
  }

  .link-block-4 {
    padding-top: 0;
  }

  .social-icon-link-2 {
    padding-top: 10px;
    padding-bottom: 20px;
    display: block;
  }

  .mwm-social-link-group {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .post-content {
    margin-bottom: 0;
  }

  .post-wrapper {
    margin-bottom: 20px;
  }

  .post-wrapper.contact {
    width: 90%;
  }

  .div-contact-sheet, .div-floating-paper {
    width: 700px;
  }

  .footer-wrapper-2 {
    width: 100%;
    margin-top: 20px;
  }

  .footer-legal-div-2 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 65px;
  }

  .subtitle {
    text-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 43px;
  }

  .sign-up-form {
    margin-bottom: 64px;
  }

  .content-wrapper {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-section {
    padding-top: 37px;
  }

  .footer-section {
    padding-top: 23px;
    padding-bottom: 23px;
    font-family: Poppins, sans-serif;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .logo, .section-title {
    text-shadow: none;
  }

  .footer-legal-div {
    flex-flow: column wrap;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-link.legal {
    justify-content: center;
    align-self: center;
    margin-right: auto;
    padding-bottom: 10px;
    display: flex;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-copy.legal {
    justify-content: center;
    align-self: center;
    margin-right: auto;
    padding-bottom: 10px;
    display: flex;
  }

  .link-block-4 {
    padding-top: 0;
  }

  .button {
    margin-left: auto;
  }

  .post-content {
    padding: 20px 20px 0;
  }

  .post-wrapper {
    margin-bottom: 20px;
    margin-left: auto;
  }

  .post-wrapper.contact {
    width: 95%;
  }

  .success-message-3 {
    background-color: var(--oxford-blue);
    margin-top: 120px;
  }

  .error-message-2 {
    background-color: var(--dark-red);
    text-align: center;
    margin-top: 59px;
    padding-bottom: 10px;
  }

  .div-contact-sheet {
    width: 500px;
    margin-bottom: 100px;
  }

  .div-floating-paper {
    width: 500px;
  }

  .text-block-2 {
    text-transform: none;
    font-family: Poppins, sans-serif;
    font-weight: 200;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-legal-div-2 {
    flex-flow: column wrap;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-position: 50%;
  }

  h2 {
    text-shadow: none;
    font-size: 30px;
    line-height: 31px;
  }

  p {
    text-shadow: none;
    font-size: 20px;
  }

  .beta-form-button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
    margin-left: 0;
  }

  .subtitle {
    text-shadow: none;
    padding-bottom: 36px;
    font-size: 22px;
    line-height: 26px;
  }

  .beta-form-field {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
    font-size: 14px;
  }

  .sign-up-form {
    width: 100%;
    margin-top: 22px;
  }

  .social-widget {
    width: 96px;
  }

  .social-widget-wrapper {
    width: 221px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .copyright {
    text-align: center;
    margin-bottom: 16px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-crop {
    height: auto;
    margin-bottom: 40px;
  }

  .social-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .align-right {
    text-align: center;
  }

  .social-btn {
    margin-right: 17px;
  }

  .logo {
    text-shadow: none;
    font-size: 43px;
  }

  .section-title {
    color: var(--eerie-black);
    letter-spacing: 4px;
    text-shadow: none;
    width: 75%;
    font-size: 19px;
    line-height: 22px;
  }

  .beta-line {
    width: 12%;
  }

  .text-block {
    display: block;
  }

  .checkbox-label {
    color: var(--white);
    display: none;
  }

  .checkbox-field {
    background-color: #0000;
  }

  .hyperlink.light {
    color: var(--midnight-blue);
  }

  .page-text {
    max-width: 95%;
    display: flex;
  }

  .paragraph {
    width: 98%;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 14px;
  }

  .header-title {
    width: 100%;
  }

  .footer-legal-div {
    place-content: center;
    align-self: center;
    width: 100%;
  }

  .footer-link.legal {
    margin-left: auto;
    margin-right: auto;
  }

  .social-icon-link {
    padding-bottom: 0;
  }

  .image-9 {
    max-width: 80%;
  }

  .paragraph-3 {
    color: var(--midnight-blue);
  }

  .body-subpage, .body-5 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .footer-copy.legal {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-4 {
    align-self: center;
    margin-top: 0;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field.text-area {
    min-height: 210px;
  }

  .button {
    margin-left: auto;
  }

  .button.contact {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .mwm-social-link-group {
    margin-bottom: 0;
  }

  .post-content {
    width: 100%;
  }

  .h3 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    display: flex;
  }

  .heading-9 {
    font-size: 24px;
  }

  .post-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .post-wrapper.contact {
    width: 95%;
  }

  .image-2 {
    margin-top: 0;
    margin-left: 0;
  }

  .heading-contact {
    text-align: center;
    padding: 0;
    font-size: 24px;
  }

  .success-message-3 {
    margin-top: 100px;
  }

  .form {
    margin-left: 0;
    margin-right: 0;
  }

  .submit-button {
    margin-left: 20px;
  }

  .div-contact-header {
    flex-direction: column;
  }

  .div-contact-sheet {
    width: 250px;
    height: 400px;
  }

  .div-floating-paper {
    width: 90%;
  }

  .application-button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
    margin-left: 0;
  }

  .accordian-wrapper {
    overflow: hidden;
  }

  .footer-legal-div-2 {
    place-content: center;
    align-self: center;
    width: 100%;
  }
}


