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

.flex-norm-gs {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.flexrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

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

.flexrow.start {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

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

.flexrow.flexsb {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

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

.flexrow.stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.flexcol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

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

.flexcol.start {
  -ms-flex-align: start;
      align-items: flex-start;
}

.flexcol.flexsb {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

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

.noflexwrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

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

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

#v5-external-header-wrapper {
  width: 100%;
  background: rgba(30, 42, 55, 0.85) none repeat scroll 0 0;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 0.5rem;
}

@media only screen and (max-width: 1024px) {
  #v5-external-header-wrapper {
    padding: 0.1rem 1.5rem !important;
  }
}

@media only screen and (min-width: 641px) {
  #v5-external-header-wrapper {
    padding: 0.1rem 4rem;
  }
}

@media only screen and (min-width: 1400px) {
  #v5-external-header-wrapper {
    padding: 0.1rem 7.2rem;
  }
}

#v5-external-header {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

#v5-external-mh-logo {
  display: block;
  background: rgba(0, 0, 0, 0) url(/assets/manhunt/images/v5/logo-full.png) no-repeat scroll left center / 30% auto;
  text-decoration: none;
  width: 40%;
  height: 2.9rem;
}

@media only screen and (max-width: 640px) {
  #v5-external-mh-logo {
    background: rgba(0, 0, 0, 0) url(/assets/manhunt/images/v5/logo-full.png) no-repeat scroll left center / 90% auto !important;
  }
}

@media only screen and (min-width: 641px) {
  #v5-external-mh-logo {
    background: rgba(0, 0, 0, 0) url(/assets/manhunt/images/v5/logo-full.png) no-repeat scroll left center / 50% auto;
  }
}

@media only screen and (min-width: 1400px) {
  #v5-external-mh-logo {
    background: rgba(0, 0, 0, 0) url(/assets/manhunt/images/v5/logo-full.png) no-repeat scroll left center / 30% auto;
  }
}

#v5-external-footer-wrapper {
  width: 100%;
  font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  border-bottom: 1px solid #53626f;
  border-top: 1px solid #53626f;
  padding: 2rem 0;
  background: #c1cfd9;
}

#v5-external-footer {
  margin: 8rem auto 9rem auto;
  width: 60%;
  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;
  color: #273b4a;
}

@media only screen and (max-width: 800px) {
  #v5-external-footer {
    margin: 2rem auto 4rem auto;
    width: 95%;
  }
}

@media only screen and (min-width: 801px) {
  #v5-external-footer {
    margin: 2rem auto 4rem auto;
    width: 90%;
  }
}

@media only screen and (min-width: 1025px) {
  #v5-external-footer {
    margin: 2rem auto 6rem auto;
    width: 70%;
  }
}

@media only screen and (min-width: 1400px) {
  #v5-external-footer {
    margin: 8rem auto 9rem auto;
    width: 60%;
  }
}

#v5-external-footer-logo {
  width: 100%;
  background: url('/assets/manhunt/images/external/logo-external-footer.png') no-repeat left center;
  background-size: contain;
  height: 3.3rem;
  max-width: 16rem;
  margin-bottom: 2.2rem;
  /*.respo_phone({
    padding: 1rem 1rem 1.8rem 1rem !important;
    margin-bottom: 3rem !important;
  });
  .respo_tablet_small({
    margin: 2rem auto 6rem auto !important;
    width: 90% !important;
  });*/
}

@media only screen and (max-width: 1024px) {
  #v5-external-footer-logo {
    height: 3rem;
    max-width: 15rem;
    margin-bottom: 4rem;
  }
}

@media only screen and (min-width: 1025px) {
  #v5-external-footer-logo {
    height: 3.3rem;
    max-width: 16rem;
    margin-bottom: 2.2rem;
  }
}

#v5-appstore-img-external-footer {
  background: url('/assets/manhunt/images/external/appstore-logo-footer.png') no-repeat center center;
  background-size: contain;
  width: 100%;
  max-width: 200px;
  height: 50px;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  margin-bottom: 1.1rem;
}

@media only screen and (max-width: 1024px) {
  #v5-appstore-img-external-footer {
    height: 3.1rem;
    max-width: 14rem;
    margin-bottom: 3.6rem;
  }
}

@media only screen and (min-width: 1025px) {
  #v5-appstore-img-external-footer {
    height: 3.1rem;
    max-width: 14rem;
    margin-bottom: 1.1rem;
  }
}

#v5-external-footer-social-links {
  width: 100%;
  max-width: 800px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media only screen and (max-width: 1024px) {
  #v5-external-footer-social-links {
    width: 90%;
    max-width: 90%;
    margin-bottom: 5rem;
  }
}

@media only screen and (min-width: 1025px) {
  #v5-external-footer-social-links {
    width: 80%;
    max-width: 800px;
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 1400px) {
  #v5-external-footer-social-links {
    width: 60%;
    max-width: 800px;
    margin-bottom: 4rem;
  }
}

.v5-external-footer-social-icn {
  height: 4.5rem;
  width: 25%;
  text-decoration: none;
  text-shadow: none;
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

.icn-fb {
  background: rgba(0, 0, 0, 0) url('/assets/manhunt/images/icn/icn-facebook.png') no-repeat scroll center center / 28% auto;
  background-size: 20% auto;
}

@media only screen and (max-width: 1024px) {
  .icn-fb {
    background: rgba(0, 0, 0, 0) url('/assets/manhunt/images/icn/icn-facebook.png') no-repeat scroll center center / 32% auto;
    background-size: 32% auto;
  }
}

@media only screen and (min-width: 1025px) {
  .icn-fb {
    background: rgba(0, 0, 0, 0) url('/assets/manhunt/images/icn/icn-facebook.png') no-repeat scroll center center / 28% auto;
    background-size: 26% auto;
  }
}

@media only screen and (min-width: 1400px) {
  .icn-fb {
    background: rgba(0, 0, 0, 0) url('/assets/manhunt/images/icn/icn-facebook.png') no-repeat scroll center center / 32% auto;
    background-size: 32% auto;
  }
}

.icn-twit {
  background: rgba(0, 0, 0, 0) url('/assets/manhunt/images/icn/icn-twitter.png') no-repeat scroll center center / 28% auto;
  background-size: 20% auto;
}

@media only screen and (max-width: 1024px) {
  .icn-twit {
    background: rgba(0, 0, 0, 0) url('/assets/manhunt/images/icn/icn-twitter.png') no-repeat scroll center center / 32% auto;
    background-size: 32% auto;
  }
}

@media only screen and (min-width: 1025px) {
  .icn-twit {
    background: rgba(0, 0, 0, 0) url('/assets/manhunt/images/icn/icn-twitter.png') no-repeat scroll center center / 28% auto;
    background-size: 25% auto;
  }
}

@media only screen and (min-width: 1400px) {
  .icn-twit {
    background: rgba(0, 0, 0, 0) url('/assets/manhunt/images/icn/icn-twitter.png') no-repeat scroll center center / 32% auto;
    background-size: 32% auto;
  }
}

.icn-yt {
  background: rgba(0, 0, 0, 0) url('/assets/manhunt/images/icn/icn-youtube.png') no-repeat scroll center center / 28% auto;
  background-size: 28% auto;
}

@media only screen and (max-width: 1024px) {
  .icn-yt {
    background: rgba(0, 0, 0, 0) url('/assets/manhunt/images/icn/icn-youtube.png') no-repeat scroll center center / 31% auto;
    background-size: 31% auto;
  }
}

@media only screen and (min-width: 1025px) {
  .icn-yt {
    background: rgba(0, 0, 0, 0) url('/assets/manhunt/images/icn/icn-youtube.png') no-repeat scroll center center / 30% auto;
    background-size: 30% auto;
  }
}

@media only screen and (min-width: 1400px) {
  .icn-yt {
    background: rgba(0, 0, 0, 0) url('/assets/manhunt/images/icn/icn-youtube.png') no-repeat scroll center center / 31% auto;
    background-size: 31% auto;
  }
}

.icn-insta {
  background: rgba(0, 0, 0, 0) url('/assets/manhunt/images/icn/icn-instagram.png') no-repeat scroll center center / 28% auto;
  background-size: 20% auto;
}

@media only screen and (max-width: 1024px) {
  .icn-insta {
    background: rgba(0, 0, 0, 0) url('/assets/manhunt/images/icn/icn-instagram.png') no-repeat scroll center center / 32% auto;
    background-size: 32% auto;
  }
}

@media only screen and (min-width: 1025px) {
  .icn-insta {
    background: rgba(0, 0, 0, 0) url('/assets/manhunt/images/icn/icn-instagram.png') no-repeat scroll center center / 28% auto;
    background-size: 23% auto;
  }
}

@media only screen and (min-width: 1400px) {
  .icn-insta {
    background: rgba(0, 0, 0, 0) url('/assets/manhunt/images/icn/icn-instagram.png') no-repeat scroll center center / 32% auto;
    background-size: 32% auto;
  }
}

.icn-mhdaily {
  background: rgba(0, 0, 0, 0) url('/assets/manhunt/images/icn/icn-mh-daily.png') no-repeat scroll center center / 28% auto;
  background-size: 29% auto;
}

@media only screen and (max-width: 1024px) {
  .icn-mhdaily {
    background: rgba(0, 0, 0, 0) url('/assets/manhunt/images/icn/icn-mh-daily.png') no-repeat scroll center center / 50% auto;
    background-size: 50% auto;
  }
}

@media only screen and (min-width: 1025px) {
  .icn-mhdaily {
    background: rgba(0, 0, 0, 0) url('/assets/manhunt/images/icn/icn-mh-daily.png') no-repeat scroll center center / 30% auto;
    background-size: 30% auto;
  }
}

@media only screen and (min-width: 1400px) {
  .icn-mhdaily {
    background: rgba(0, 0, 0, 0) url('/assets/manhunt/images/icn/icn-mh-daily.png') no-repeat scroll center center / 50% auto;
    background-size: 50% auto;
  }
}

#v5-external-footer-site-map {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.6rem;
  font-family: 'Montserrat', sans-serif;
}

.v5-external-footer-site-link {
  line-height: 1.6em;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0 8px;
  margin-bottom: 1.2rem;
  text-decoration: underline;
  color: #273b4a;
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

#v5-external-footer-langs {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.2rem;
  font-family: 'Montserrat', sans-serif;
}

#v5-external-footer-langs .separator {
  line-height: 0.5rem;
  font-size: 0.65rem;
  font-weight: normal;
  padding: 0 0.7rem;
}

.v5-external-footer-lang {
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #273b4a;
  font-size: 0.5rem;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.8rem;
}

#v5-external-footer-copyright {
  width: 100%;
  margin-bottom: 1.1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #53626f;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1.2rem;
}

#v5-external-footer-disclaimer-block {
  color: #53626f;
  font-size: 0.7rem;
  line-height: 1.2rem;
  font-weight: 400;
  text-align: center;
}

#v5-external-footer-scroll-top {
  width: 100%;
}

.scroll-top {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  visibility: visible;
  opacity: 1;
  transition: opacity .3s 0s, visibility 0s 0s;
  text-decoration: none;
  color: #f0e804;
  height: 50px;
  width: 50px;
  background: rgba(240, 232, 4, 0.8) url('/assets/manhunt/images/icn/icn-arrow-up.png') no-repeat center center;
  background-size: 35%;
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 1rem;
}

#v5-external-footer-modal-wrapper {
  display: none;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 100%;
  height: 100%;
  background: rgba(30, 42, 55, 0.85) none repeat scroll 0 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

#v5-external-footer-modal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 4rem auto;
  width: 50rem;
  height: 100%;
  font-size: 1.3rem;
  line-height: 1.3em;
  text-align: left;
  overflow: hidden;
  background-color: #ccc !important;
  border: 1px solid #999;
  max-height: 80vh;
  overflow-y: auto;
  padding: 1rem;
  border-radius: 15px;
  max-width: 100%;
}

#internal-wrap {
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(center top, #ffffff, #e4e5ea);
  background-repeat: repeat-x;
  border: 1px solid #999;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 8px;
  overflow-y: auto;
}

#footer-modal-title-div {
  width: 100%;
  padding: 2rem 2rem 1rem 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

#footer-modal-title {
  width: 100%;
  color: #007dc5;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
}

#footer-modal-dismiss-btn {
  text-align: right;
  width: 100%;
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  padding: 0;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  opacity: 0.2;
  text-shadow: 0 1px 0 #ffffff;
  margin-right: 1rem;
}

#footer-modal-dismiss-btn:hover {
  opacity: 1;
}

#footer-modal-content {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  line-height: 1.3em;
  padding: 1rem 2rem 2rem 2rem;
}
