.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  background-color: #f9f9f9;
  font-family: 'Public Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 12px;
}

a {
  color: #ff4e81;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #637381;
}

li {
  width: 100%;
  margin-bottom: 8px;
  color: #ff4e81;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.section {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
}

.container {
  width: 90%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.container.narrow {
  max-width: 700px;
}

.form {
  width: 100%;
}

.heading_row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pure_romance {
  width: 240px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ashley_madison {
  width: 280px;
  margin-bottom: -3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.plus {
  margin-bottom: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
}

.form_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gender_field {
  margin-right: 18px;
  margin-bottom: 0px;
}

.gender_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.label {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 400;
}

.label.gender {
  margin-right: 12px;
  margin-bottom: 0px;
  color: #637381;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.input {
  width: 100%;
  max-width: 300px;
  margin-bottom: 0px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.gender_group {
  width: 100%;
  margin-bottom: 19px;
}

.email_group {
  width: 100%;
  margin-bottom: 25px;
}

.checkbox_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_element {
  width: 100%;
  max-width: 300px;
}

.gender_label {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.terms_label {
  padding-right: 3px;
  color: #637381;
  font-size: 15px;
  line-height: 18px;
  font-weight: 200;
}

.terms_link {
  margin-bottom: 2px;
  color: #ff4e81;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
}

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

.overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 101;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #000;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform 400ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 400ms cubic-bezier(.645, .045, .355, 1);
  transition: transform 400ms cubic-bezier(.645, .045, .355, 1), -webkit-transform 400ms cubic-bezier(.645, .045, .355, 1);
  color: #eee;
}

.terms_heading {
  width: 100%;
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.overlay_close {
  position: fixed;
  left: auto;
  top: 20px;
  right: 30px;
  bottom: auto;
  z-index: 101;
  display: none;
  width: 30px;
  height: 30px;
  padding: 5px;
  -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;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.24);
  cursor: pointer;
}

.ui_close_icon {
  width: 16px;
  height: 16px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.terms_text {
  width: 100%;
  font-size: 14px;
}

.x_wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.success-message {
  background-color: transparent;
}

.error-message {
  background-color: transparent;
}

.partner_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 28px;
  -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;
  border-radius: 25px;
  background-color: #ff4e81;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  cursor: pointer;
}

.main_row {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.error {
  position: absolute;
  width: 205px;
  height: 56px;
  margin-top: -23px;
  margin-left: 8px;
  background-image: url('../images/fillout.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.checkbox {
  margin-top: 2px;
}

.sub_subhead {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}

.sub_heading {
  width: 100%;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 34px;
  font-weight: 900;
}

.html-embed {
  width: 100%;
}

.legal_text {
  width: 100%;
  margin-bottom: 6px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #8e8d96;
  font-size: 10px;
  line-height: 12px;
}

.links_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.legal_link {
  font-size: 11px;
  line-height: 11px;
  text-decoration: none;
}

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

.dot {
  width: 6px;
  height: 6px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #e0e0e0;
}

.info_col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.branding_col {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  min-height: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ffe9f5;
}

.legal_row {
  width: 100%;
  padding: 22px;
  background-color: #fafafa;
}

.vert_line {
  width: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d8d8d8;
}

.sub_ashley_logo {
  width: 220px;
  margin-bottom: 29px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content_wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo_row {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 36px;
  padding-top: 15px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.am_logo {
  width: 240px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ae_logo {
  width: 112px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading_img {
  width: 33vw;
  max-width: 380px;
  margin-bottom: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand_img {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 64%;
  background-image: url('../images/hero.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.get_group {
  width: 100%;
  max-width: 380px;
  padding-top: 6px;
  padding-right: 16px;
  padding-left: 16px;
  border: 2px solid #ff4e81;
  border-radius: 6px;
}

.get_heading {
  position: relative;
  top: -15px;
  width: 172px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffeaf5;
  color: #ff4e81;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.un_list {
  width: 100%;
  margin-bottom: 15px;
}

.h3_heading {
  width: 100%;
  max-width: 400px;
  margin-bottom: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.info_top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.info_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 1px solid #e9e9e9;
}

.privacy_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.privacy_img {
  width: 88px;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.times {
  display: none;
  width: 15px;
}

.promo_code {
  font-family: 'Playfair Display', sans-serif;
  color: #ff4e81;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.promo_details {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.viewer_height {
  width: 100%;
}

.legal_col {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.same_link {
  color: #8e8d96;
}

.same_link:hover {
  color: #ff4e81;
}

@media (max-width: 991px) {
  .section {
    min-height: 0vh;
  }
  .heading_row {
    z-index: 1;
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .overlay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .main_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .info_col {
    width: 100%;
  }
  .branding_col {
    position: relative;
    width: 100%;
    height: 530px;
    min-height: 0px;
  }
  .content_wrap {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .logo_row {
    margin-bottom: 68px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .am_logo {
    width: 240px;
    margin-bottom: 2px;
  }
  .ae_logo {
    position: relative;
    top: -6px;
    width: 120px;
  }
  .heading_img {
    width: 311px;
    max-width: none;
  }
  .brand_img {
    position: absolute;
    height: 90%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-position: 50% 0%;
  }
  .get_group {
    max-width: 316px;
  }
  .times {
    display: block;
    width: 13px;
    margin-right: 11px;
    margin-bottom: 6px;
    margin-left: 11px;
  }
  .promo_details {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .branding_col {
    height: 382px;
  }
  .logo_row {
    left: 3%;
    top: 44px;
    margin-bottom: 23px;
  }
  .am_logo {
    width: 227px;
  }
  .ae_logo {
    width: 110px;
  }
  .heading_img {
    left: 10%;
    top: 136px;
    width: 80%;
    min-width: 227px;
  }
  .brand_img {
    width: 100%;
    height: 85%;
    background-position: 50% 0%;
  }
  .get_group {
    padding-right: 3px;
    padding-left: 3px;
  }
  .promo_details {
    padding-right: 17px;
    padding-left: 17px;
  }
}

@media (max-width: 479px) {
  li {
    font-size: 18px;
    line-height: 22px;
  }
  .heading_row {
    width: 100%;
    padding-left: 0px;
  }
  .main_row {
    height: auto;
  }
  .legal_text {
    padding-left: 0px;
    text-align: center;
  }
  .info_col {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
  }
  .branding_col {
    height: auto;
  }
  .content_wrap {
    position: relative;
    height: auto;
  }
  .logo_row {
    left: 0%;
    top: 25px;
    right: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading_img {
    left: 0px;
    top: 115px;
    right: 0px;
    width: 80%;
    min-width: 300px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .brand_img {
    position: relative;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: 100% 0%;
  }
  .get_group {
    max-width: none;
  }
  .get_heading {
    background-color: #f9f9f9;
  }
  .h3_heading {
    font-size: 18px;
    line-height: 22px;
  }
  .info_top {
    padding-top: 31px;
  }
  .info_bottom {
    padding-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .privacy_img {
    margin-bottom: 13px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .times {
    margin-bottom: 1px;
  }
  .promo_code {
    font-size: 20px;
  }
  .promo_details {
    width: 100%;
    padding-top: 42px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f9f9f9;
  }
  .viewer_height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

