html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* 2018 Colors */

._color_creamy {
  color: #d6d6be;
}

._color_salmonRed {
  color: #da6969;
}

/* DON'T KNOW IF THIS IS A GOOD I-DEA.... */

@media only screen and (min-width: 1025px) {
  .mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 641px) {
  .phone {
    display: none !important;
  }
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.hidden {
  display: none !important;
}

button:focus {
  outline: 0;
}

.ffam.mont {
  font-family: Montserrat, sans-serif;
}

.ffam.upper {
  text-transform: uppercase;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.flex.fullw {
  width: 100%;
}

.flex.halfw {
  width: 50%;
}

@media only screen and (min-width: 1025px) {
  .flex.deskhalfw {
    width: 50%;
  }
}

.flex.col {
  -ms-flex-direction: column;
      flex-direction: column;
}

.flex.col.reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

.flex.col.centered {
  -ms-flex-align: center;
      align-items: center;
}

.flex.col.righted {
  -ms-flex-align: end;
      align-items: flex-end;
}

.flex.col.spaced > * {
  margin-bottom: 1em;
}

.flex.col.spaced > *:last-child {
  margin-bottom: 0;
}

.flex.col.spaced.lil > * {
  margin-bottom: 0.3em;
}

.flex.col.spaced.lil > *:last-child {
  margin-bottom: 0;
}

.flex.row {
  -ms-flex-direction: row;
      flex-direction: row;
}

.flex.row.reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.flex.row.centered {
  -ms-flex-pack: center;
      justify-content: center;
}

.flex.row.top {
  -ms-flex-align: start;
      align-items: flex-start;
}

.flex.row.middle {
  -ms-flex-align: center;
      align-items: center;
}

.flex.row.righted {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.flex.row.spbet {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.flex.row.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex.row.spaced > * {
  margin-left: 0.6em;
  margin-right: 0.6em;
}

.flex.row.spaced > *:first-child {
  margin-left: 0;
}

.flex.row.spaced > *:last-child {
  margin-right: 0;
}

.flex.grow,
.flex .grow {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.flex.grow2,
.flex .grow2 {
  -ms-flex-positive: 2;
      flex-grow: 2;
}

.fadey {
  transition: opacity 0.6s ease;
}

.fadey.faded {
  opacity: 0;
}

.fullCvr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #16222c;
  padding: 0.4em 0;
}

button.m5 {
  cursor: pointer;
  text-transform: uppercase;
  background-color: #82c0e1;
  transition: background-color 0.1s;
  font-family: Montserrat, sans-serif;
  padding: 1em;
  min-width: 7em;
  border-radius: 0.3em;
  border: none;
}

@media only screen and (min-width: 1025px) {
  button.m5.hvr:hover {
    background-color: #59abd7;
  }
}

button.m5[disabled] {
  cursor: not-allowed;
  background-color: #a9b0b7;
}

@media only screen and (min-width: 1025px) {
  button.m5[disabled].hvr:hover {
    background-color: #a9b0b7;
  }
}

@media only screen and (min-width: 1025px) {
  .hvr.cursor:hover {
    cursor: pointer;
  }
}

.bgc {
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.bgc.yellow {
  background-color: #f0e804;
}

@media only screen and (min-width: 1025px) {
  .bgc.yellow.hvr:hover {
    background-color: #beb803;
  }
}

.bgc.grey {
  background-color: #b7b7b7;
}

@media only screen and (min-width: 1025px) {
  .bgc.grey.hvr:hover {
    background-color: #a5a5a5;
  }
}

.itemcol.gold {
  color: #f7921e;
}

.itemcol.yellow {
  color: #f0e804;
}

.itemcol.liteWarn {
  color: #f5b5b5;
}

.actionBtns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
}

.actionBtns > * {
  margin-left: 1em;
}

.actionBtns button {
  padding: 1.6em 4em;
}

.animLoad9Grid {
  width: 200px;
  height: 200px;
  margin: 1rem;
  clear: both;
}

.animLoad9Grid .animLoad9Cube {
  width: 60px;
  height: 60px;
  background-color: #ff8100;
  margin: 1px 1px 0 0;
  float: left;
  animation: animLoad9CubeGridScaleDelay 1.3s infinite ease-in-out;
}

.animLoad9Grid .animLoad9Cube1 {
  animation-delay: 0.2s;
}

.animLoad9Grid .animLoad9Cube2 {
  animation-delay: 0.3s;
}

.animLoad9Grid .animLoad9Cube3 {
  animation-delay: 0.4s;
}

.animLoad9Grid .animLoad9Cube4 {
  animation-delay: 0.1s;
}

.animLoad9Grid .animLoad9Cube5 {
  animation-delay: 0.2s;
}

.animLoad9Grid .animLoad9Cube6 {
  animation-delay: 0.3s;
}

.animLoad9Grid .animLoad9Cube7 {
  animation-delay: 0.0s;
}

.animLoad9Grid .animLoad9Cube8 {
  animation-delay: 0.1s;
}

.animLoad9Grid .animLoad9Cube9 {
  animation-delay: 0.2s;
}

@keyframes animLoad9CubeGridScaleDelay {
  0%,
  70%,
  100% {
    transform: scale3D(1, 1, 1);
  }

  35% {
    transform: scale3D(0, 0, 1);
  }
}

/*
  paul darkest blue bg: #16212a
  paul med dark blue bg: #1e2a37
  med blue bg: #406080
  orange link:  #fda72e
 */

body {
  margin: 0;
  padding-top: 3.5em;
  font-size: 14px;
  font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  background-color: #233441;
  color: #eee;
}

body a {
  text-decoration: none;
  color: #f0e804;
}

@media only screen and (min-width: 1025px) {
  body a:hover {
    color: #82c0e1;
  }
}

.flex.aic {
  -ms-flex-align: center;
      align-items: center;
}

.flex.jc {
  -ms-flex-pack: center;
      justify-content: center;
}

.flex.grow {
  -ms-flex-positive: 3;
      flex-grow: 3;
}

.lc {
  text-transform: none !important;
}

.tiny {
  font-size: 0.7em !important;
}

#externalBodyWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 7;
      flex-grow: 7;
}

.spread-row-links > * {
  margin: 0 0.5em;
}

.lgspr {
  background-repeat: no-repeat;
  display: block;
}

.lgs_soc {
  width: 64px;
  height: 64px;
  background-image: url(/assets/manhunt/images/external/loginv5soc_spr.png);
}

.lgs_icn {
  width: 100px;
  height: 100px;
  background-image: url(/assets/manhunt/images/external/loginv5icn_spr.png);
}

.lsg_appst {
  transform: scale(0.8);
}

@media only screen and (min-width: 321px) {
  .lsg_appst {
    transform: scale(0.9);
  }
}

@media only screen and (min-width: 801px) {
  .lsg_appst {
    transform: scale(1);
  }

  .lsg_appst.sprite-get-it-on-google-play {
    margin-top: 0.5em;
  }
}

.sprIcn-facebook {
  background-position: -5px -5px;
}

.sprIcn-instagram {
  background-position: -79px -5px;
}

.sprIcn-mh-daily {
  background-position: -5px -79px;
}

.sprIcn-twitter {
  background-position: -79px -79px;
}

.sprIcn-youtube {
  background-position: -153px -5px;
}

.sprite-appstore-logo-footer {
  width: 169px;
  height: 50px;
  background-position: -5px -5px;
}

.sprite-get-it-on-google-play {
  width: 169px;
  height: 50px;
  background-position: -5px -65px;
}

.sprite-icn-crown-orange {
  background-position: -5px -125px;
}

.sprite-icn-star {
  background-position: -115px -125px;
}

.sprite-mh-android {
  background-position: -184px -5px;
}

.sprite-mh-ios {
  background-position: -225px -115px;
}

.sprite-mh-mobile {
  background-position: -225px -225px;
}

.v5-external-footer-wrapper {
  color: #111;
  width: 100%;
  font-size: 0.85em;
  border-bottom: 1px solid #53626f;
  border-top: 1px solid #53626f;
  padding: 2rem 0;
  background: #c1cfd9;
  padding: 1em;
}

@media only screen and (min-width: 641px) {
  .v5-external-footer-wrapper {
    padding: 4em 6em;
  }
}

.v5-external-footer-wrapper a {
  color: #111;
  text-decoration: underline;
}

.v5-external-footer-wrapper a:hover {
  color: #2b2b2b;
}

.v5-external-footer-wrapper .v5-external-footer [data-hook=mhlogobw] {
  margin: 2em 0 4em;
}

.v5-external-footer-wrapper .v5-external-footer [data-hook=appStoreLinks] a .sprite-get-it-on-google-play {
  margin-top: 0 !important;
}

@media only screen and (min-width: 641px) {
  .v5-external-footer-wrapper .ext-foot-txt-links {
    font-size: 1.2em;
  }
}

.v5-external-footer > * {
  margin: 1em 0;
  max-width: 100%;
}

.v5-external-footer-social-links {
  transform: scale(0.8);
}

.v5-external-footer-social-links > * {
  margin: 1em 4em;
}

#floatie {
  position: fixed;
  bottom: 0px;
  right: 1em;
  background-color: #f0e804;
  width: 1.5em;
  height: 1.5em;
  border: 2px #b1ab00 solid;
  color: #b1ab00;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  border-radius: 4px;
  transition: transform 0.2s cubic-bezier(0.59, -0.54, 0.72, 1.59), opacity 0.5s;
  transform: translate(0px, 10px);
  box-shadow: 0 0 10px 0 #666;
  font-family: Montserrat, sans-serif;
  opacity: 0.8;
}

#floatie.fadedOut {
  opacity: 0;
}

@media only screen and (min-width: 801px) {
  #floatie {
    font-size: 38px;
  }
}

#floatie:hover {
  background-color: #b1ab00;
  border-color: #948f00;
  color: #948f00;
  cursor: pointer;
  transform: translate(0px, 4px);
}

nav.topnav {
  z-index: 10;
  padding: 0;
  background: rgba(23, 35, 44, 0.8);
  height: 3.5em;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (min-width: 641px) {
  nav.topnav {
    padding-left: 3em;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

@media only screen and (min-width: 1400px) {
  nav.topnav {
    padding-left: 5em;
  }
}

nav.topnav img {
  height: 1.4em;
}

@media only screen and (min-width: 260px) {
  nav.topnav img {
    height: 2em;
  }
}

.mlp_txt_section {
  padding: 3em 0.5em;
  font-size: 1em;
  line-height: 1.3em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (min-width: 801px) {
  .mlp_txt_section {
    font-size: 1.3em;
    line-height: 1.6em;
    padding: 3em 2em;
  }
}

.mlp_txt_section ul {
  list-style: none;
  -webkit-padding-start: 0;
  text-align: initial;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.2em;
  padding: 0 1em;
}

@media only screen and (min-width: 641px) {
  .mlp_txt_section ul {
    font-weight: bold;
  }
}

.mlp_txt_section ul li {
  margin: 1.4em 0;
}

.mlp_txt_section h1 {
  font-size: 1.9em;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 801px) {
  .mlp_txt_section h1 {
    font-size: 2em;
  }
}

.callout {
  color: #82c0e1;
}

.txt-smaller {
  font-size: 0.85em;
}

.txt-ctr {
  font-size: 1.3em;
  line-height: 1.5em;
}

@media only screen and (min-width: 801px) {
  .txt-ctr {
    font-size: 1.1em;
    line-height: 1.3em;
  }
}

.textBlxWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.textBlxWrap section {
  width: 100%;
  border-top: solid thin #53626f;
}

@media only screen and (min-width: 1025px) {
  .textBlxWrap section.big50 {
    width: 50%;
  }
}

.bigFixedPic {
  background-position-x: center;
  background-position-y: top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-color: rgba(0, 0, 0, 0);
}

#rapid-reg,
#rapid-login,
#regular-reg {
  display: none;
  opacity: 0;
}

#rapid-reg.formShow,
#rapid-login.formShow,
#regular-reg.formShow {
  display: block;
  opacity: 1;
  animation: fadeInFromNone 0.5s ease-out;
}

#rapid-reg button[disabled],
#rapid-login button[disabled],
#regular-reg button[disabled] {
  opacity: 0.9;
  background-color: grey;
  color: black;
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0.5;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

.formContainer {
  background: none;
  max-width: 36em;
  margin: 0 auto;
  padding: 1.1rem 0.9rem;
}

@media only screen and (min-width: 641px) {
  .formContainer {
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 0.3em;
    max-width: 28em;
    margin: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .formContainer {
    width: 40%;
    max-width: 440px;
    min-width: 320px;
    margin: 1.25rem 0 0 1.6rem;
    background: rgba(23, 35, 44, 0.9);
  }

  .formContainer .lsg_appst.sprite-get-it-on-google-play {
    margin-top: 0;
  }
}

.v5-external-footer-wrapper .formContainer .sprite-get-it-on-google-play {
  margin-top: 0 !important;
}

[data-hook=login_register] {
  position: relative;
  padding: 0.5em 0.5em 2em;
  background-color: black;
  background-size: cover;
  transition: background-position-x 0.2s;
}

[data-hook=login_register].newpichid {
  background-position-x: 3000px !important;
}

@media only screen and (min-width: 641px) {
  [data-hook=login_register] {
    min-height: 38em;
    padding-left: 3em;
  }
}

@media only screen and (min-width: 1025px) {
  [data-hook=login_register] {
    min-height: 46em;
  }
}

@media only screen and (min-width: 1400px) {
  [data-hook=login_register] {
    min-height: 56em;
  }
}

[data-hook=login_register].altpic_0 {
  background-color: #15222b;
}

@media only screen and (min-width: 641px) {
  [data-hook=login_register].altpic_0 {
    background-image: url(/assets/manhunt/images/v5/s3imagesNew/login_model_01_800.jpg);
  }
}

@media only screen and (min-width: 1025px) {
  [data-hook=login_register].altpic_0 {
    background-image: url(/assets/manhunt/images/v5/s3imagesNew/login_model_01_1200.jpg);
  }
}

@media only screen and (min-width: 1400px) {
  [data-hook=login_register].altpic_0 {
    background-image: url(/assets/manhunt/images/v5/s3imagesNew/login_model_01_1800.jpg);
  }
}

[data-hook=login_register].altpic_1 {
  background-image: url(/assets/manhunt/images/v5/s3imagesNew/login_model_02_480.jpg);
}

@media only screen and (min-width: 641px) {
  [data-hook=login_register].altpic_1 {
    background-image: url(/assets/manhunt/images/v5/s3imagesNew/login_model_02_800.jpg);
  }
}

@media only screen and (min-width: 1025px) {
  [data-hook=login_register].altpic_1 {
    background-image: url(/assets/manhunt/images/v5/s3imagesNew/login_model_02_1200.jpg);
  }
}

@media only screen and (min-width: 1400px) {
  [data-hook=login_register].altpic_1 {
    background-image: url(/assets/manhunt/images/v5/s3imagesNew/login_model_02_1800.jpg);
  }
}

[data-hook=login_register].altpic_2 {
  background-image: url(/assets/manhunt/images/v5/s3imagesNew/login_model_03_480.jpg);
}

@media only screen and (min-width: 641px) {
  [data-hook=login_register].altpic_2 {
    background-image: url(/assets/manhunt/images/v5/s3imagesNew/login_model_03_800.jpg);
  }
}

@media only screen and (min-width: 1025px) {
  [data-hook=login_register].altpic_2 {
    background-image: url(/assets/manhunt/images/v5/s3imagesNew/login_model_03_1200.jpg);
  }
}

@media only screen and (min-width: 1400px) {
  [data-hook=login_register].altpic_2 {
    background-image: url(/assets/manhunt/images/v5/s3imagesNew/login_model_03_1800.jpg);
  }
}

.altpic_3 {
  background-image: url(/assets/manhunt/images/v5/s3imagesNew/login_model_04_480.jpg);
}

@media only screen and (min-width: 641px) {
  .altpic_3 {
    background-image: url(/assets/manhunt/images/v5/s3imagesNew/login_model_04_800.jpg);
  }
}

@media only screen and (min-width: 1025px) {
  .altpic_3 {
    background-image: url(/assets/manhunt/images/v5/s3imagesNew/login_model_04_1200.jpg);
  }
}

@media only screen and (min-width: 1400px) {
  .altpic_3 {
    background-image: url(/assets/manhunt/images/v5/s3imagesNew/login_model_04_1800.jpg);
  }
}

.altpic_4 {
  background-image: url(/assets/manhunt/images/v5/s3imagesNew/login_model_05_480.jpg);
}

@media only screen and (min-width: 641px) {
  .altpic_4 {
    background-image: url(/assets/manhunt/images/v5/s3imagesNew/login_model_05_800.jpg);
  }
}

@media only screen and (min-width: 1025px) {
  .altpic_4 {
    background-image: url(/assets/manhunt/images/v5/s3imagesNew/login_model_05_1200.jpg);
  }
}

@media only screen and (min-width: 1400px) {
  .altpic_4 {
    background-image: url(/assets/manhunt/images/v5/s3imagesNew/login_model_05_1800.jpg);
  }
}

[data-hook=get_more_with_vip] {
  background-color: #1e2a37;
}

[data-hook=need_more_conv] {
  border-bottom: solid thin #53626f;
  padding: 6em 0.5em 8em;
}

[data-hook=need_more_conv] h1 {
  text-align: center;
}

[data-hook=need_more_conv] .txt-ctr {
  margin-left: 2em;
  margin-right: 2em;
  max-width: 48em;
}

.transSpacer {
  height: 54vw;
  background-image: url(/assets/manhunt/images/v5/s3imagesNew/page_middle_model_400.jpg);
  background-position-x: left;
  background-attachment: unset;
}

@media only screen and (min-width: 641px) {
  .transSpacer {
    background-image: url(/assets/manhunt/images/v5/s3imagesNew/page_middle_model_900.jpg);
    background-position-x: center;
  }
}

@media only screen and (min-width: 1025px) {
  .transSpacer {
    background-image: url(/assets/manhunt/images/v5/s3imagesNew/page_middle_model_1400.jpg);
  }
}

.transSpacer.ptwo {
  height: 48vw;
  background-image: url(/assets/manhunt/images/v5/mhlogin_bears_mob.jpg);
  background-position-x: center;
}

@media only screen and (min-width: 801px) {
  .transSpacer.ptwo {
    background-image: url(/assets/manhunt/images/v5/mhlogin_bears.jpg);
  }
}

.subsection {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 1em 2em;
  font-size: 1.1em;
  min-height: 28em;
}

@media only screen and (min-width: 801px) {
  .subsection {
    -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    font-size: 1.2em;
    padding: 3em 10em;
  }
}

@media only screen and (min-width: 1025px) {
  .subsection {
    padding: 3em;
  }
}

ul.txt-ctr .callout {
  color: #ffedad;
}

[data-hook=mobile_ios_andr] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-top: solid thin #53626f;
  border-bottom: solid thin #53626f;
}

@media only screen and (min-width: 1025px) {
  [data-hook=mobile_ios_andr] {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

[data-hook=mobile_ios_andr] h1 {
  font-size: 1.5em;
  text-align: center;
}

@media only screen and (min-width: 801px) {
  [data-hook=mobile_ios_andr] h1 {
    font-size: 1.6em;
  }
}

[data-hook=mobile_ios_andr] h1 .callout {
  color: #82c0e1;
}

[data-hook=mobile_ios_andr] .txt-ctr {
  line-height: 1.5em;
}

.formElems {
  margin-top: 1em;
  margin-bottom: 1em;
}

.formElems button,
.formElems input {
  padding: 0.8em;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid black;
  font-size: 1.1em;
}

.formElems input {
  width: 100%;
}

.formElems > input:first-child {
  border-top-left-radius: 0.3em;
  border-top-right-radius: 0.3em;
}

.formElems > input:last-child,
.formElems > input.bottomInputGrp {
  border-bottom-left-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
}

.formElems button.m5 {
  border-radius: 0;
  border-bottom-left-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  border-bottom: none;
}

.formElems .pwd-strength-indic {
  min-height: 3em;
  background-color: #2e383f;
  border-bottom: solid 1px black;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0.5em;
}

.formElems .pwd-strength-indic .ps-headerrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.formElems .pwd-strength-indic .ps-heading {
  font-size: 0.8em;
  color: #e8e8e8;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}

.formElems .pwd-strength-indic .ps-eye {
  padding: 0 0 0 3em;
  cursor: pointer;
}

.formElems .pwd-strength-indic .eyeIcon {
  height: 2em;
}

.formElems .pwd-strength-indic .ps-meter {
  height: 2em;
  border: solid thin black;
  margin: 0.5em;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 2;
      flex-grow: 2;
}

.formElems .pwd-strength-indic .meter-bar {
  position: absolute;
  top: 0;
  left: 0;
  background-color: yellow;
  background: linear-gradient(90deg, #ff0000 0%, #fdbb1d 50%, #45fc5a 100%);
  height: 100%;
  width: 100%;
  z-index: 1;
}

.formElems .pwd-strength-indic .meter-bar-cover {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: #2e383f;
}

.formElems .pwd-strength-indic .ps-num {
  font-weight: bold;
  z-index: 10;
}

.formElems .pwd-strength-indic .ps-num.dark {
  color: black;
}

.formElems .pwd-strength-indic .flexrowsb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.formElems .pwd-strength-indic .icm {
  height: initial;
  width: initial;
  position: relative;
  left: 6px;
}

form[name=login],
form[name=rapidreg] {
  max-width: 28em;
  padding: 0 1em 1em;
  background-color: transparent;
  border-radius: 0.3em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

form[name=login] h1,
form[name=rapidreg] h1 {
  margin: 0;
  font-size: 1.6em;
}

form[name=login] h1,
form[name=rapidreg] h1,
form[name=login] h2,
form[name=rapidreg] h2 {
  text-align: center;
  text-shadow: 1px 3px 3px black;
}

form[name=login] h2,
form[name=rapidreg] h2 {
  margin-top: 0;
  font-size: 1.4em;
}

@media only screen and (min-width: 641px) {
  form[name=login],
  form[name=rapidreg] {
    padding: 0 1em;
  }

  form[name=login] h1,
  form[name=rapidreg] h1,
  form[name=login] h2,
  form[name=rapidreg] h2 {
    text-shadow: none;
    text-align: left;
  }
}

#rapidregsubmit {
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  color: #293b4b;
}

#tosagree {
  max-width: 1em;
}

[for=tosagree] {
  width: 100%;
  margin-top: 0.6em;
}

[for=tosagree] > span {
  margin-left: 0.3em;
  padding-top: 0.15em;
  line-height: 1.4em;
  -ms-flex-positive: 4;
      flex-grow: 4;
}

@media only screen and (min-width: 641px) {
  [for=tosagree] > span {
    margin-left: 0;
    padding-top: 0;
    padding-left: 0.3em;
  }
}

#grecapholder.popd {
  padding: 0.7em 0 1em 0;
}

.regFb.err + #grecapholder {
  margin-top: 1em;
}

#pseudolink {
  color: yellow;
  cursor: pointer;
}

.rememberForgot {
  font-size: 0.9em;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (max-width: 640px) {
  .rememberForgot {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0.5em;
  }
}

.rememberForgot input {
  margin-right: 0.5em;
}

#v5-langs-sel-log,
#v5-langs-sel-reg {
  font-size: 16px;
  background-color: white;
}

.goToReg,
.goToRapidReg,
.goToLogin {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}

@media only screen and (min-width: 641px) {
  .goToReg,
  .goToRapidReg,
  .goToLogin {
    margin-left: 0;
    margin-right: 0;
  }
}

.goToReg button,
.goToRapidReg button,
.goToLogin button {
  font-size: 1.1em;
  font-weight: bold;
  width: 100%;
  padding: 1em;
  color: #293b4b;
  transition: letter-spacing 0.5s;
  letter-spacing: initial;
}

.goToReg p,
.goToRapidReg p,
.goToLogin p {
  margin: 0 0 0.6em;
  font-size: 1em;
  text-shadow: 1px 1px #000;
  line-height: 1.6em;
  color: #fff;
  font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}

@media only screen and (min-width: 1025px) {
  .goToReg button.m5:hover,
  .goToRapidReg button.m5:hover,
  .goToLogin button.m5:hover {
    letter-spacing: 6px;
  }
}

button.formToggleBtn {
  border: solid 1px #faf10f;
  background-color: transparent;
  color: #fab731;
  animation: btnanim 9s infinite;
  box-shadow: 0px 0px 6px 0px yellow;
}

@keyframes btnanim {
  0% {
    border-color: #faf10f;
    background-color: transparent;
    color: #fab731;
    box-shadow: 0px 0px 6px 0px yellow;
  }

  25% {
    color: #faf500;
  }

  45% {
    border-color: #fab117;
  }

  47.5% {
    border-color: #2f9ffa;
  }

  50% {
    background-color: transparent;
    color: #fae1da;
    box-shadow: 0px 0px 6px 0px #ff8100;
  }

  70% {
    border-color: #ee4900;
    box-shadow: 0px 0px 6px 0px #ffad4b;
  }

  75% {
    box-shadow: 0px 0px 6px 0px #45ff00;
  }

  80% {
    box-shadow: 0px 0px 6px 0px #ff8100;
  }
}

.lh2em {
  line-height: 2em;
}

.mwid64em {
  max-width: 64em;
}

.mwid100p {
  max-width: 100%;
}

body .v5cmwCurtain {
  position: fixed;
  top: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5000;
  width: 100%;
  padding: 3em 1em 6em 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

body .v5contentModalStd {
  min-width: 14em;
  max-width: 84em;
  min-height: 12em;
  border: solid thin #333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-family: 'Montserrat', sans-serif;
  margin-left: auto;
  margin-right: auto;
  max-height: 93vh;
  overflow: hidden;
}

body .v5contentModalStd.narrow {
  max-width: 36em;
}

body .v5contHeader {
  background-color: #1e2a37;
  padding: 0.8em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  min-height: 3em;
}

body .v5contHeader > * {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

body .v5contHeader .v5cTitleWrap {
  max-width: 85%;
}

body .v5contHeader .v5cTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
  overflow: hidden;
  height: 1.2em;
}

body .v5contHeader .v5cSubtitle {
  margin-left: 1.3em;
}

body .v5contHeader .v5cmwCloseX {
  background: url(/assets/manhunt/images/icn/icn-close-window.png) no-repeat top center;
  background-size: 1.25em 1.25em;
  margin-left: 0.6rem;
  height: 1.25em;
  width: 1.25em;
  opacity: 0.85;
  cursor: pointer;
}

body .v5contHeader .v5cmwCloseX:hover {
  opacity: 1;
}

@media only screen and (min-width: 801px) {
  body .v5contHeader .v5cTitle {
    font-size: 1.2em;
  }
}

body .v5contBody {
  padding: 2em;
  -ms-flex-positive: 8;
      flex-grow: 8;
  background-color: #e2e2e2;
  color: black;
  overflow: auto;
}

body .v5contBody.flexColCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

body .v5contBody a,
body .v5contBody a:visited {
  color: #0000cb;
  text-decoration: underline;
}

[data-hook=about-us-top] {
  position: relative;
  background-image: url(/assets/manhunt/images/v5/mhlogin_kiss_in_leaves_480.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 32em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 2em;
}

@media only screen and (min-width: 700px) {
  [data-hook=about-us-top] {
    background-image: url(/assets/manhunt/images/v5/mhlogin_kiss_in_leaves.jpg);
  }
}

[data-hook=about-us-top] .centerTxt {
  text-align: center;
}

[data-hook=about-us-top] h1 {
  font-size: 1.8em;
  text-shadow: 1px 3px 3px black;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

@media only screen and (min-width: 641px) {
  [data-hook=about-us-top] h1 {
    font-size: 3.1em;
  }
}

[data-hook=mainText] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 1.1em;
}

@media only screen and (min-width: 641px) {
  [data-hook=mainText] {
    font-size: 1.4em;
    padding: 1.8em;
  }
}

[data-hook=mainText] > * {
  width: 100%;
  padding: 1em;
  font-size: 1.1em;
}

[data-hook=mainText] .paragrph {
  line-height: 1.4em;
}

[data-hook=mainText] .sidebar h1:first-child {
  margin-top: 0;
}

[data-hook=mainText] .sidebar .fauxUl h1 {
  font-weight: normal;
  font-size: 1em;
}

[data-hook=mainText] .sidebar .fauxUl h1:before {
  content: '*';
  margin-right: 0.3em;
}

@media only screen and (min-width: 1025px) {
  [data-hook=mainText] {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  [data-hook=mainText] .paragrph {
    width: 60%;
  }

  [data-hook=mainText] .sidebar {
    width: 40%;
  }
}

.regFb {
  padding: 0.9em 0.7em;
  border-bottom: solid thin black;
  transition: opacity 0.5s;
  cursor: pointer;
}

.regFb.err {
  padding-right: 2.5em;
  background: url(/assets/manhunt/images/ui/veniceCross.png) 100% 50% no-repeat #ffffff;
  background-color: #ffa1a1;
  color: #a50c0c;
}

.regFb.succ {
  padding-right: 2.5em;
  background: url(/assets/manhunt/images/ui/veniceTick.png) 98% 50% no-repeat #ffffff;
  background-color: #96ce90;
  color: #0c5a08;
}

.regFb.fadeOut {
  opacity: 0;
}

input:not([type=checkbox]).err {
  padding-right: 2em;
  background: url(/assets/manhunt/images/ui/veniceCross.png) 100% 50% no-repeat #ffffff;
}

input:not([type=checkbox]).succ {
  padding-right: 2em;
  background: url(/assets/manhunt/images/ui/veniceTick.png) 98% 50% no-repeat #ffffff;
}

.loadingIcon {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
}

#g-recaptcha-reset {
  padding: 0.3em 0 0;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-shadow: 1px 1px 2px black;
}

/* NEW RAPID REG FOR MKTG */

#rrmMain {
  z-index: 1;
  -ms-flex-direction: column;
      flex-direction: column;
}

#rrmMain .leftPic {
  overflow: hidden;
  -ms-flex-align: center;
      align-items: center;
}

#rrmMain .leftPic img {
  max-width: 100%;
}

#rrmMain .blockLeft,
#rrmMain .blockRight {
  max-width: 50%;
}

#rrmMain .blockLeft {
  margin: 0.8em;
  display: none;
}

@media only screen and (min-width: 841px) {
  #rrmMain .blockLeft {
    display: -ms-flexbox;
    display: flex;
  }
}

#rrmMain #nuRpText {
  margin: 0 auto 0.5em;
  font-size: 0.9em;
  text-align: center;
  width: 24em;
}

@media only screen and (min-width: 1025px) {
  #rrmMain #nuRpText {
    font-size: 1em;
  }
}

#rrmMain #nuRpText .big,
#rrmMain #nuRpText .biggr {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

#rrmMain #nuRpText .big {
  font-size: 1.3em;
  color: #f5932f;
}

#rrmMain #nuRpText .smallr {
  font-size: 0.9em;
}

#rrmMain #nuRpPicWrp {
  position: relative;
  background-color: transparent;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

#rrmMain #nuRpPicWrp.bordered {
  background-color: #192730;
  border: solid thin black;
}

@keyframes jcoFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#rrmMain .jcoFadeOut {
  animation-name: jcoFadeOut;
  animation-duration: 1s;
}

@keyframes jcoFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#rrmMain .jcoFadeIn {
  animation-name: jcoFadeIn;
  animation-duration: 1s;
}

#rrmMain .rrRadGrp {
  background-color: #283b4b;
  border: none !important;
}

#rrmMain .rrRadGrp .rap-reg-plans-21 {
  color: #e5e4e9;
  border-radius: .1em;
}

#rrmMain .rrRadGrp .rap-reg-plans-21 label {
  background-color: #1b2833;
  margin-top: 0.5em;
}

@media only screen and (min-width: 641px) {
  #rrmMain .rrRadGrp .rap-reg-plans-21 label {
    margin-top: 1em;
  }
}

#rrmMain .rrRadGrp .rap-reg-plans-21 label span.saleprice {
  color: #00f100;
}

#rrmMain .rrRadGrp .rap-reg-plans-21 label .special-free {
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 0.3em;
  font-size: 1.1em;
}

#rrmMain .rrRadGrp .rap-reg-plans-21 label img {
  margin: auto;
  max-width: 100%;
}

@media only screen and (min-width: 641px) {
  #rrmMain .rrRadGrp .rap-reg-plans-21 label img {
    max-width: 75%;
  }
}

#rrmMain .rrRadGrp .rap-reg-plans-21 label.selected {
  border: solid 2px #f5932E;
  background-color: #f5921E;
  color: #2d2d2d;
}

@media only screen and (min-width: 641px) {
  #rrmMain .rrRadGrp .rap-reg-plans-21 label.selected {
    border-width: 4px;
  }
}

#rrmMain .rrRadGrp .rap-reg-plans-21 label.selected.has-sub-banner {
  background-color: transparent;
}

#rrmMain .rrRadGrp .rap-reg-plans-21 label.selected span.saleprice {
  color: #15580a;
}

#rrmMain .rrRadGrp .rap-reg-plans-21 label.selected img {
  width: 100%;
  max-width: 640px;
}

#rrmMain .rrRadGrp .ban-and-descr {
  -ms-flex-positive: 2;
      flex-grow: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

#rrmMain .rrRadGrp .plan-details {
  width: 100%;
  text-align: center;
  padding: 0.66em 0 0;
  color: #a9a9a9;
  font-size: 0.8em;
}

@media only screen and (min-width: 641px) {
  #rrmMain .rrRadGrp .plan-details {
    margin-bottom: -0.5em;
  }
}

#rrmMain .rrRadGrp .plan-details:empty {
  height: 0;
}

#rrmMain .rrRadheader {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: -0.5em;
  color: #f0e805;
  text-transform: uppercase;
}

#rrmMain .form-header {
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  margin-top: 0.3em;
}

@media only screen and (min-width: 1025px) {
  #rrmMain .form-header {
    margin-top: 1em;
  }
}

#rrmMain .blockRight {
  font-size: 0.8em;
  min-width: 30em;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 801px) {
  #rrmMain .blockRight {
    margin-left: 1em;
  }
}

#rrmMain[data-page=rp_reg] {
  min-height: 52em;
}

@media only screen and (max-width: 980px) {
  #rrmMain[data-page=rp_reg] .blockRight {
    margin-left: 0;
  }

  #rrmMain[data-page=rp_reg] .blockLeft,
  #rrmMain[data-page=rp_reg] .blockRight {
    max-width: 100%;
  }
}

@media only screen and (max-width: 30em) {
  #rrmMain .blockRight {
    min-width: 100%;
  }
}

#rrmMain .mobHead {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.3em;
  padding: 0.2em;
  font-size: 1.3em;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 0;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 840px) {
  #rrmMain .mobHead {
    display: none;
  }
}

#rrmMain.mlp_txt_section {
  font-size: 1.3em;
  line-height: 1.6em;
  padding: 1em;
  max-width: 86em;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 640px) {
  #rrmMain.mlp_txt_section {
    font-size: 1.2em;
    padding: 0.3em;
  }
}

@media only screen and (min-width: 1025px) {
  #rrmMain.mlp_txt_section {
    padding: 1em 2em;
  }
}

#rrmMain.mlp_txt_section h1,
#rrmMain.mlp_txt_section ul {
  text-align: left;
  text-shadow: 1px 1px 2px black;
}

#rrmMain.mlp_txt_section ul {
  list-style: disc;
}

#rrmMain.mlp_txt_section ul li {
  margin-left: 2em;
}

#rrmMain.mlp_txt_section ul li:first-child {
  margin-top: 0;
}

#rrmMain.mlp_txt_section .lgspr {
  display: none;
  /* the orange crown */
}

#rrmMain #rappurchTop .blockLeft {
  max-width: 40%;
}

@media only screen and (min-width: 641px) {
  #rrmMain #rappurchTop .blockLeft {
    min-width: 30em;
  }
}

#rrmMain #rappurchTop .blockRight {
  max-width: unset;
  width: auto;
  min-width: 50%;
  -ms-flex-positive: 4;
      flex-grow: 4;
}

#rrmMain #rappurchTop .blockRight form {
  max-width: unset;
}

@media only screen and (min-width: 641px) {
  #rrmMain #rappurchTop .blockRight form {
    font-size: 1.2em;
  }
}

#rrmMain #rappurchTop .blockRight form > div {
  width: 100%;
}

#rrmMain .goToLogin {
  padding: 0 0 1.5em 0;
  text-align: right;
}

#rrmMain .goToLogin a {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.5em;
  border-radius: 0.3em;
}

#rrmMain form#login,
#rrmMain form#rapidreg {
  padding: 0;
  border-radius: 0;
  width: 100%;
}

#rrmMain button.solo {
  border-radius: 0.3em;
}

#rrmMain button.solo[disabled] {
  background-color: grey;
  color: #5a5a5a;
}

#rrmMain .wTopSpace {
  margin-top: 2em;
}

#rrmMain .rrRadGrp {
  position: relative;
  border-radius: 0.3em;
  border-bottom: solid 1px #53626f;
  color: #53626f;
  padding: 0;
}

#rrmMain .rrRadGrp label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 1em 0.3em;
  transition: background-color 0.3s;
}

@media only screen and (min-width: 641px) {
  #rrmMain .rrRadGrp label {
    padding: 1.5em 1em;
  }
}

#rrmMain .rrRadGrp label.selected {
  background-color: #cacaca;
}

#rrmMain .rrRadGrp label input[type=radio] {
  -ms-flex-positive: 0;
      flex-grow: 0;
  width: 1.2em;
  margin-left: 0;
  border: solid 1px black;
  border-radius: 1em;
}

@media only screen and (max-width: 640px) {
  #rrmMain .rrRadGrp label input[type=radio] {
    font-size: 0.7em;
    margin-right: 0.5em;
    visibility: hidden;
    width: 0;
  }
}

#rrmMain .rrRadGrp label span {
  -ms-flex-positive: 3;
      flex-grow: 3;
  width: 40%;
}

#rrmMain .rrRadGrp label span.prices {
  text-align: right;
}

#rrmMain .rrRadGrp label span.linethru {
  text-decoration: line-through;
}

#rrmMain .rrRadGrp label span.saleprice {
  font-weight: bold;
  color: forestgreen;
  margin-left: 0.5em;
}

@media only screen and (max-width: 640px) {
  #rrmMain .rrRadGrp label span {
    width: auto;
  }

  #rrmMain .rrRadGrp label span.prices {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}

#rrmMain .formElems {
  line-height: 1em;
}

#rrmMain .regFb.err {
  padding-right: 0;
  background-image: none;
  border: solid thin #717171;
  border-top: none;
}

#rrmMain .teeny {
  padding: 1em;
  font-size: 0.8em;
  line-height: 1em;
  margin: 0.5em 0 0 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.3em;
}

#rrmMain #join1,
#rrmMain #join2 {
  position: relative;
  transition: opacity 0.5s;
  width: 100%;
}

#rrmMain #join1 {
  z-index: 5;
}

#rrmMain .blockRight.slideTwo #join1 {
  opacity: 0;
  min-height: 40em;
}

#rrmMain .selWrapper {
  background-color: #f1f1f1;
  padding: 0.9em 0.7em;
  color: #53626f;
  border-bottom: 1px solid #53626f;
  -ms-flex-align: center;
      align-items: center;
}

#rrmMain .selWrapper label {
  font-size: 1.2em;
  color: #72787d;
}

#rrmMain select {
  border: none;
  background-color: #f1f1f1;
  font-size: 16px;
  max-width: 100%;
  color: #72787d;
}

#rrmMain select.fullw {
  width: 100%;
}

#rrmMain input.succ {
  background-color: #f1f1f1;
}

#rapidpurchase .selWrapper.err {
  padding-right: 3.2em;
  background: url(/assets/manhunt/images/ui/veniceCross.png) 100% 50% no-repeat #f1f1f1;
}

#rapidpurchase .selWrapper.succ {
  padding-right: 3.2em;
  background: url(/assets/manhunt/images/ui/veniceTick.png) 98% 50% no-repeat #f1f1f1;
}

#rrmMain #toswrapr + .regFb.err {
  border-top: solid thin #717171;
}

#rrmMain .blockRight[data-hook=userispaid] {
  font-size: 1.3em;
  -ms-flex-positive: 3;
      flex-grow: 3;
  margin-bottom: 1em;
  max-width: 100%;
  width: 30em;
  min-width: 20%;
}

#rrmMain .blockRight[data-hook=userispaid] .userIsPaid {
  width: 100%;
  padding: 1em;
  background: rgba(0, 0, 0, 0.6);
}

#rrmMain .blockRight[data-hook=userispaid] .userIsPaid p {
  margin-top: 0;
}

#memshpDeets {
  background-color: rgba(7, 41, 50, 0.8);
  border-radius: 0.3em;
  padding: 0.5em;
}

#memshpDeets .hd {
  font-size: 1.5em;
}

#memshpDeets .prices {
  text-align: right;
}

@media only screen and (max-width: 640px) {
  #memshpDeets {
    width: auto;
  }

  #memshpDeets .prices {
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
}

#memshpDeets .linethru {
  text-decoration: line-through;
}

#memshpDeets .saleprice {
  font-weight: bold;
  margin-left: 0.5em;
}

#rappurchTop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  margin-bottom: 2em;
}

#rappurchTop.alt {
  background-color: #e1e0e1;
  -ms-flex-pack: center;
      justify-content: center;
}

#rappurchBtm {
  background-color: #0b1b29;
  font-size: 0.8em;
}

#rappurchBtm h1 {
  font-size: 1.5em;
  margin: 0;
  padding: 0.5em 0.8em;
  background-color: #1b2732;
}

#as2 {
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  margin-top: -2em;
  margin-bottom: -2em;
  background-color: transparent;
}

@media only screen and (min-width: 321px) {
  #as2 {
    margin-top: 0;
    margin-bottom: -4em;
  }
}

@media only screen and (min-width: 641px) {
  #as2 {
    margin-bottom: 0;
  }
}

.rpSaleBadge {
  position: absolute;
  top: -6em;
  left: 0em;
}

@media only screen and (min-width: 801px) {
  .rpSaleBadge {
    top: 1.5em;
    right: 1.5em;
    left: unset;
  }
}

@media only screen and (min-width: 801px) {
  #rrRadGrp .rpSaleBadge {
    display: none;
    left: unset;
  }
}

.rpSaleTxt {
  color: #325274;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1em;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  font-size: 2em;
  background-color: #f0e805;
  border-radius: 2em;
  padding: 0.6em;
  border: solid 0.1em #293b4b;
  box-shadow: 2px 2px 15px black;
}

.printSaleOff {
  font-size: 1em;
}

html[lang=fr] .rpSaleBadge,
html[lang=pt] .rpSaleBadge {
  top: 0.5em;
  right: 0.5em;
}

html[lang=fr] .rpSaleTxt,
html[lang=pt] .rpSaleTxt {
  min-height: 5em;
  border-radius: 5em;
}

html[lang=fr] .printSaleOff,
html[lang=pt] .printSaleOff {
  font-size: 0.5em;
}

html[lang=es] .rpSaleBadge,
html[lang=de] .rpSaleBadge {
  top: 0.5em;
  right: 0.5em;
}

html[lang=es] .rpSaleTxt,
html[lang=de] .rpSaleTxt {
  min-height: 4em;
  border-radius: 5em;
}

html[lang=es] .printSaleOff,
html[lang=de] .printSaleOff {
  font-size: 0.7em;
}

@media only screen and (min-width: 641px) {
  .mobo {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .dsko {
    display: none;
  }
}

.sentence {
  text-transform: capitalize;
}
