.body-bg {
  background-image: url('../images/background.jpg');
  background-position: 50% 50%;
  background-size: 115%;
  background-attachment: fixed;
}

.main {
  display: block;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.header_section {
  margin-top: 20px;
  margin-bottom: 20px;
}

.header_section.squeeze {
  display: block;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 20px;
}

.menu-item {
  margin-right: 3px;
  margin-left: 3px;
  padding: 7px 20px;
  border: 2px solid #ffc662;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(153, 0, 0, 0.67)), to(rgba(153, 0, 0, 0.67))), url('../images/galaxy-red-cropped.jpg');
  background-image: linear-gradient(180deg, rgba(153, 0, 0, 0.67), rgba(153, 0, 0, 0.67)), url('../images/galaxy-red-cropped.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
  cursor: pointer;
}

.menu-item:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(121, 0, 0, 0.67)), to(rgba(121, 0, 0, 0.67))), url('../images/galaxy-red-cropped.jpg');
  background-image: linear-gradient(180deg, rgba(121, 0, 0, 0.67), rgba(121, 0, 0, 0.67)), url('../images/galaxy-red-cropped.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.menu {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #ffc662;
  font-size: 14px;
}

.menu-item_wrapper {
  padding-top: 5px;
  float: right;
}

.content_section {
  padding: 10px 75px 50px;
  background-image: url('../images/content-bg3.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: repeat-y;
}

.content_section.squeeze {
  display: block;
  width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 65px;
  padding-left: 65px;
}

.h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  color: #940000;
  font-size: 45px;
  line-height: 1.3;
  text-align: center;
}

.h1.h1_small {
  margin-bottom: auto;
  font-size: 39px;
}

.h1.h1_small.h1_sub {
  margin-top: auto;
  color: #000;
}

.h1.h1_small.h1_sub.margin {
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 500;
}

.h1.h1_big {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 70px;
}

.h1.h1_squeeze {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  font-size: 46px;
  line-height: 1.2;
}

.h1.h1_squeeze.h1_smaller {
  font-size: 43px;
}

.h1.h1_ty {
  margin-bottom: 55px;
  font-size: 52px;
}

.h1.margin-top {
  margin-top: 10px;
  font-size: 43px;
  line-height: 1.21;
}

.p-text {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

.h3 {
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
}

.h3.h3_list {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 19px;
}

.aiden {
  margin-top: 40px;
  margin-bottom: 50px;
}

.aiden-img {
  display: block;
  width: 230px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.cta-main {
  width: 100%;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(121, 0, 0, 0.68)), to(rgba(121, 0, 0, 0.68))), url('../images/galaxy-red-cropped.jpg');
  background-image: linear-gradient(180deg, rgba(121, 0, 0, 0.68), rgba(121, 0, 0, 0.68)), url('../images/galaxy-red-cropped.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.cta-main:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(121, 0, 0, 0.55)), to(rgba(121, 0, 0, 0.55))), url('../images/galaxy-red-cropped.jpg');
  background-image: linear-gradient(180deg, rgba(121, 0, 0, 0.55), rgba(121, 0, 0, 0.55)), url('../images/galaxy-red-cropped.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.cta-main.cta-squeeze {
  display: block;
  width: 96%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.cta-text {
  display: inline-block;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.34);
}

.column {
  padding-right: 5px;
}

.footer_section {
  margin-top: 30px;
  margin-bottom: 25px;
}

.footer {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.footer-link {
  margin-right: 10px;
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #ffc662;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

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

.footer_text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

.h3_steps {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 27px;
  line-height: 1.2;
  text-align: center;
}

.color_red {
  color: #940000;
}

.steps_wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.steps {
  display: inline-block;
}

.arrow {
  width: 98px;
}

.wheel_container {
  display: block;
  width: 90%;
  margin: 20px auto 50px;
}

.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.listbox_wrapper {
  width: 100%;
  float: left;
}

.listbox {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tick-img {
  width: 33px;
  margin-right: 15px;
  float: left;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.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;
}

.video-frame {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

.top-logo {
  display: block;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.squeeze_text {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.4;
  text-align: justify;
}

.squeeze_text.margin-top {
  margin-top: 44px;
}

.squeeze-input {
  display: block;
  width: 96%;
  height: 40px;
  margin: 10px auto;
  border-style: none;
  border-radius: 5px;
  font-family: Muli, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
}

.squeeze-input.firstname {
  display: inline-block;
  width: 47%;
  margin-left: 12px;
}

.squeeze-input.lastname {
  display: inline-block;
  width: 47%;
  margin-left: 12px;
}

.reading-ecover {
  display: block;
  margin: 30px auto;
}

.birth_month {
  display: inline-block;
  width: 30%;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px none #000;
}

.birth_wrapper {
  margin-top: 20px;
}

.aiden-bio {
  width: 27%;
  margin-right: 20px;
  margin-bottom: 5px;
  float: left;
}

.underline {
  text-decoration: underline;
}

.imgdisplay {
  height: 520px;
}

.timed-form_section {
  display: block;
  width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.timed-form-area {
  display: block;
  margin-top: -200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 25px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.strikethrough {
  text-decoration: line-through;
}

.video_play_btn {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.deluxe_numerology {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.free-bonus {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.bullet {
  width: 25px;
  margin-right: 10px;
  float: left;
}

.addtocart_wrapper {
  padding-right: 25px;
  padding-bottom: 5px;
  padding-left: 25px;
  background-image: url('../images/content-bg3.png');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.addtocart_column1 {
  display: inline-block;
  width: 49%;
  margin-top: -50px;
  padding-right: 15px;
  float: left;
}

.addtocart_column2 {
  width: 50%;
  margin-top: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  float: left;
}

.addtocart_h3 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: center;
}

.cta_addtocart {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #fc0;
  border-radius: 9px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(121, 0, 0, 0.68)), to(rgba(121, 0, 0, 0.68))), url('../images/galaxy-red-cropped.jpg');
  background-image: linear-gradient(180deg, rgba(121, 0, 0, 0.68), rgba(121, 0, 0, 0.68)), url('../images/galaxy-red-cropped.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 100ms cubic-bezier(.55, .055, .675, .19);
  transition: all 100ms cubic-bezier(.55, .055, .675, .19);
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fc0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.cta_addtocart:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 0, 0, 0.68)), to(rgba(73, 0, 0, 0.68))), url('../images/galaxy-red-cropped.jpg');
  background-image: linear-gradient(180deg, rgba(73, 0, 0, 0.68), rgba(73, 0, 0, 0.68)), url('../images/galaxy-red-cropped.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.cta_addtocart.margin {
  margin-bottom: 50px;
}

.cta_addtocart.margin.full {
  width: 90%;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.3;
}

.div-block {
  background-color: #fff;
}

.timed-form-content {
  display: block;
  width: 80%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-right: 45px;
  padding-left: 45px;
  border: 10px solid #790000;
  background-image: url('../images/content-bg3.png');
  background-position: 50% 50%;
  background-size: 103%;
}

.deluxe_numerology_img {
  width: 31%;
  margin-top: 15px;
  padding-right: 25px;
  float: left;
}

.listbox_wrapper2 {
  display: block;
  width: 69%;
  float: left;
}

.bullet-img {
  width: 40px;
  margin-right: 10px;
  margin-bottom: 25px;
  float: left;
}

.numerology_report_wrapper {
  margin-top: 25px;
  margin-bottom: 45px;
}

.numerology_report_dl_img {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.listbox3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.listbox_wrapper3 {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.progress-bar {
  position: relative;
  height: 40px;
  margin-bottom: 16px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7a336;
  border-radius: 10px;
}

.progress-bar-animation {
  position: relative;
  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;
  border-radius: 8px;
  background-image: linear-gradient(164deg, #ad7728, #e09f41);
}

.diagonal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
}

.progress {
  width: 1900px;
  min-width: 1900px;
}

.overlay-text {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  margin-top: 11px;
  margin-bottom: 17px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.inside-text {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

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

.inside-text.center.note {
  color: #181717;
  font-size: 14px;
  font-weight: 500;
}

.button {
  display: block;
  width: 83%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 23px;
  padding-bottom: 23px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffb50b), color-stop(35%, #ffb50b), color-stop(84%, #ffd00f));
  background-image: linear-gradient(0deg, #ffb50b, #ffb50b 35%, #ffd00f 84%);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.57);
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.button.smaller_button {
  position: relative;
  overflow: hidden;
  width: 90%;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 22px;
  line-height: 26px;
}

.button.smaller_button.white-background {
  padding: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffb50b), color-stop(35%, #ffb50b), color-stop(84%, #ffd00f));
  background-image: linear-gradient(0deg, #ffb50b, #ffb50b 35%, #ffd00f 84%);
  box-shadow: 0 5px 7px -4px rgba(0, 0, 0, 0.57);
}

.button-text {
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.button-text.arrow {
  display: block;
  width: 100%;
  padding: 20px 44px 20px 15px;
  background-image: url('../images/right-chevron.svg');
  background-position: 98% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.button-text.arrow.smaller {
  background-size: 30px;
  font-size: 19px;
}

.button-wrapper {
  overflow: hidden;
}

.embed-video-wrapper {
  display: block;
  -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;
}

.embed-video {
  height: 100%;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
}

@media screen and (max-width: 991px) {
  .main {
    width: 100%;
  }
  .header_section.squeeze {
    width: 100%;
  }
  .menu-item {
    padding-right: 10px;
    padding-left: 10px;
  }
  .content_section {
    padding-right: 35px;
    padding-left: 35px;
  }
  .top-logo {
    width: 75%;
  }
  .aiden-bio {
    width: 34%;
  }
  .timed-form_section {
    width: 100%;
  }
  .addtocart_column1 {
    width: 42%;
    margin-top: -20px;
  }
  .addtocart_column2 {
    width: 56%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .main {
    width: 100%;
  }
  .header_section.squeeze {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .menu-item_wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .content_section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content_section.squeeze {
    width: 100%;
    padding-right: 55px;
    padding-left: 55px;
  }
  .h1.h1_ty {
    margin-bottom: 35px;
    font-size: 45px;
  }
  .h3 {
    text-align: center;
  }
  .h3.h3_list {
    text-align: justify;
  }
  .footer {
    width: 90%;
  }
  .top-logo {
    width: 75%;
  }
  .birth_month {
    width: 30%;
    margin-right: 7px;
    margin-left: 7px;
  }
  .aiden-bio {
    width: 40%;
  }
  .timed-form-area {
    width: 100%;
  }
  .addtocart_column1 {
    display: block;
    width: 90%;
    margin-top: -55px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .addtocart_column2 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .addtocart_h3 {
    text-align: center;
  }
  .timed-form-content {
    width: 95%;
  }
  .deluxe_numerology_img {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .listbox_wrapper2 {
    width: 100%;
  }
  .progress-bar {
    height: 35px;
    padding: 4px;
  }
  .inside-text {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 21px;
  }
  .button {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .button.smaller_button {
    padding: 15px 25px;
    font-size: 18px;
    line-height: 24px;
  }
  .button.smaller_button.white-background {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .button-text.arrow {
    padding: 15px 25px;
    background-size: 25px;
  }
  .button-text.arrow.smaller {
    background-size: 25px;
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .main {
    width: 100%;
  }
  .header_section.squeeze {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .menu-item {
    margin-right: 1px;
    margin-left: 1px;
    padding: 4px 10px;
    border-width: 1px;
    border-radius: 5px;
    font-size: 11px;
  }
  .menu {
    font-size: 12px;
    line-height: auto;
  }
  .menu-item_wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    float: none;
    text-align: center;
  }
  .content_section {
    padding-right: 25px;
    padding-left: 25px;
    background-size: 100%;
  }
  .content_section.squeeze {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .h1 {
    margin-top: 20px;
    margin-bottom: 20px;
/*    font-size: 35px;*/
    font-size: 29px  !important;
  }
  .h1.h1_squeeze {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 38px;
    line-height: 1.3;
  }
  .h1.h1_squeeze.h1_smaller {
    font-size: 37px;
  }
  .h1.h1_ty {
    margin-bottom: 35px;
    font-size: 42px;
  }
  .h3 {
    font-size: 18px;
    text-align: center;
  }
  .h3.h3_list {
    text-align: justify;
  }
  .aiden {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .aiden-img {
    width: 200px;
  }
  .cta-text {
    font-size: 27px;
  }
  .cta-text.cta-text-squeeze {
    font-size: 20px;
  }
  .footer {
    width: 90%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .footer-link {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .row {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .royal_numerology_logo {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .tick-img {
    margin-right: 5px;
    margin-bottom: 20px;
  }
  .top-logo {
    width: 90%;
  }
  .squeeze-input.firstname {
    width: 96%;
    margin-left: 5px;
  }
  .squeeze-input.lastname {
    width: 96%;
    margin-left: 5px;
  }
  .birth_month {
    width: 29%;
    margin-right: 5px;
    margin-left: 5px;
  }
  .aiden-bio {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
    float: none;
  }
  .imgdisplay {
    height: 400px;
  }
  .video_play_btn {
    width: 50px;
  }
  .addtocart_wrapper {
    background-repeat: repeat-y;
  }
  .addtocart_column1 {
    margin-top: -45px;
    padding-right: 0px;
  }
  .addtocart_column2 {
    margin-bottom: 5px;
    padding-left: 0px;
  }
  .cta_addtocart {
    width: 100%;
    margin-top: 15px;
/*    font-size: 22px;*/
    font-size: 15px;
  }
  .timed-form-content {
    padding-right: 15px;
    padding-left: 15px;
    border-width: 5px;
  }
  .bullet-img {
    margin-bottom: 5px;
  }
  .listbox3 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .button-text.arrow {
    padding-right: 30px;
  }
  .button-text.arrow.smaller {
    padding-left: 20px;
    background-size: 22px;
    font-size: 17px;
    line-height: 19px;
  }
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

