@charset "UTF-8";
/*
 * Hot Pink, Ink One-Page site
 */
html {
  font-size: 62.5%;
  font-family: "futura-pt", sans-serif;
  line-height: 1.8;
}

body {
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
}

p, li {
  font-size: 16px;
  font-size: 1.6rem;
  color: #6e6e6e;
  line-height: 1.7;
}
.grey-bg-height p, .grey-bg p, .site-footer p, .grey-bg-height li, .grey-bg li, .site-footer li {
  color: #ADADAD;
}

p:last-child {
  margin-bottom: 0;
}

.large {
  font-size: 1.2em;
}

.no-margin-bottom {
  margin-bottom: 0;
}
.no-margin-bottom + p, .no-margin-bottom + ul {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #6e6e6e;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 0;
}
.grey-bg-height h1, .grey-bg h1, .site-footer h1, .grey-bg-height h2, .grey-bg h2, .site-footer h2, .grey-bg-height h3, .grey-bg h3, .site-footer h3, .grey-bg-height h4, .grey-bg h4, .site-footer h4, .grey-bg-height h5, .grey-bg h5, .site-footer h5, .grey-bg-height h6, .grey-bg h6, .site-footer h6 {
  color: #ADADAD;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  color: #EC008C;
  text-decoration: none;
}
a:hover {
  color: #FF57BB;
}
.site-footer a:hover {
  color: white;
}

* {
  box-sizing: border-box;
}

.iw {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 7px;
}

.smaller-iw {
  position: relative;
  max-width: 564px;
  margin: 0 auto;
  padding: 0;
}

.contain {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}

.site-header {
  position: relative;
  padding: 30px 10px 0;
  text-align: right;
  background-color: rgba(255, 255, 255, 0);
}
.site-header .site-header-inner-wrapper {
  max-width: 1000px;
}
.site-header .logo {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 230px;
}
.site-header .logo a {
  display: block;
  background-image: url("../img/hot_pink_logo.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.site-header .logo a:after {
  content: "";
  display: block;
  padding-bottom: 42.15%;
}
.site-header .header-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 180px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.site-header .header-bar .block {
  height: 3px;
}
.site-header .header-bar .block.blue {
  background-color: #027DC5;
}
.site-header .header-bar .block.green {
  background-color: #669800;
}
.site-header .header-bar .block.orange {
  background-color: #FF6600;
}
.site-header .header-bar .block.pink {
  background-color: #EC008C;
}
.site-header .header-bar .block.block-1 {
  flex: 0 0 30.34%;
}
.site-header .header-bar .block.block-2 {
  flex: 0 0 11.91%;
}
.site-header .header-bar .block.block-3 {
  flex: 0 0 13.03%;
}
.site-header .header-bar .block.block-4 {
  flex: 0 0 7.75%;
}
.site-header .header-bar .block.block-5 {
  flex: 0 0 12.58%;
}
.site-header .header-bar .block.block-6 {
  flex: 0 0 23.6%;
}

.behind-splot-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.behind-splot-bg .bg-size {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.splot-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}
.splot-background .splot {
  position: absolute;
  width: 100%;
  max-width: 1052px;
  background-position: center center;
  background-size: 100% auto;
  opacity: 0.14;
}
.splot-background .splot.black {
  background-image: url("../img/splot_black.png");
}
.splot-background .splot.pink {
  background-image: url("../img/splot_pink.png");
}
.splot-background .splot.rev {
  transform: scaleX(-1);
}
.splot-background .splot:after {
  content: "";
  display: block;
  padding-bottom: 50.76%;
}

.youtube-container,
.mobile-hosted-video {
  max-width: 825px;
  position: relative;
}
.youtube-container:before,
.mobile-hosted-video:before {
  content: "";
  display: block;
  padding-bottom: 42.1%;
  z-index: 1;
  pointer-events: none;
}
.youtube-container video,
.youtube-container iframe,
.mobile-hosted-video video,
.mobile-hosted-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
}

.mobile-hosted-video {
  display: none;
  /* .play-pause {
  	position: absolute;
  	top: 0;
  	right: 0;
  	left: 0;
  	bottom: 0;
  	background-color: rgba( 0, 0, 0, 0 );
  	z-index: 1000;
  } */
}

.grey-bg {
  background-color: rgba(0, 0, 0, 0.8);
}

.content-section {
  padding: 20px;
  position: relative;
  z-index: 101;
}
.content-section .intro-text {
  line-height: normal;
  padding-bottom: 0.3em;
  margin-top: 0;
}
.content-section .pink-text {
  color: #EC008C;
}
.content-section .light-pink-text {
  color: #FF57BB;
}
.content-section .bold-transparent-pink-text {
  font-weight: bold;
  color: rgba(236, 0, 140, 0.2);
}
.content-section.border-bottom {
  position: relative;
}
.content-section.border-bottom:after {
  content: "";
  display: block;
  width: calc( 50% + 505px );
  position: absolute;
  border-bottom: 2px solid #EC008C;
  right: 0;
  bottom: 0;
}
.content-section.youtube {
  border-top: 1px solid #EC008C;
  overflow: hidden;
  padding: 50px 0 0;
}
.content-section.youtube .content-section-iw {
  padding: 0;
}
.content-section.youtube:before, .content-section.youtube:after {
  content: "";
  display: block;
  width: calc( 50% + 505px );
  position: absolute;
}
.content-section.youtube:before {
  top: 0;
  right: 0;
  padding-bottom: 50%;
  background-image: url("../img/bg_paint_stripe.png");
  background-position: top right;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.content-section.youtube:after {
  border-bottom: 1px solid #EC008C;
  right: 0;
  bottom: 0;
}
.content-section .center {
  text-align: center;
}
.content-section.why-hpi {
  position: relative;
}
.content-section.why-hpi .dash {
  color: #FF57BB;
}
.content-section.why-hpi .large-dash {
  color: #EC008C;
  font-weight: normal;
  vertical-align: text-bottom;
  position: absolute;
  left: 0;
  top: 62%;
  transform: translateY(-50%);
  line-height: 1.4;
}
.content-section.why-hpi .why-hot-pink {
  position: relative;
  text-align: left;
  margin-top: 0;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 35px;
  background-image: url("../img/question_box.svg");
  background-position: top right;
  background-size: 35px auto;
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 1.2;
  cursor: pointer;
}
.content-section.why-hpi .why-hot-pink:hover {
  color: white;
}
.content-section .plus-sign {
  color: #FF57BB;
  font-weight: normal;
}
.content-section.dropdown {
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s ease-in-out;
}
.content-section.dropdown:after {
  content: "";
  display: block;
  border-bottom: 2px solid #EC008C;
  padding-bottom: 25px;
  margin-left: 180px;
}
.content-section.dropdown .content-section-iw {
  padding: 50px 7px 0;
}
.content-section.dropdown.open {
  max-height: 320px;
}
.content-section.dropdown .arrow {
  height: 4rem;
}
.content-section.dropdown .arrow .fa {
  display: inline-block;
  position: absolute;
  right: 2rem;
  font-size: 4rem;
  color: #EC008C;
}
.content-section.logo-section .content-section-iw {
  padding: 40px 0;
}
.content-section.logo-section .content-section-iw .quick-view-mobile {
  display: none;
}
.content-section.logo-section .intro-text {
  padding-top: 10px;
}
.content-section.join-our-space {
  z-index: 99;
}
.content-section.spaceman {
  background-color: transparent;
  z-index: 100;
  pointer-events: none;
  padding: 0;
}
.content-section.spaceman .spaceman-gif {
  padding-bottom: 52.25%;
  background-image: url("../img/drleospaceman.gif");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 100;
}
.content-section.spaceman:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 30%;
  max-height: 202px;
  bottom: 17%;
  background-color: #DADBDB;
  z-index: 1;
}

.logos {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.logos .logo {
  position: relative;
  background-color: white;
  display: inline-block;
  flex: 0 0 160px;
  margin: 5px auto;
  border-bottom: 4px solid white;
}
.logos .logo:after {
  content: "";
  display: block;
  padding-bottom: 61.8%;
}
.logos .logo.green {
  border-color: #669800;
}
.logos .logo.orange {
  border-color: #FF6600;
}
.logos .logo.blue {
  border-color: #027DC5;
}
.logos .logo.pink {
  border-color: #EC008C;
}
.logos .logo > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 70% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.logos .logo.for-baby-sake > a {
  background-image: url("../img/for_babys_sake_logo.svg");
  background-size: 113px auto;
}
.logos .logo.rethink-tobacco > a {
  background-image: url("../img/rethink_logo.svg");
  background-image: 112px auto;
}
.logos .logo.find-your-power > a {
  background-image: url("../img/findyourpower_logo.png");
  background-size: 80px auto;
}
.logos .logo.quitline-sd > a {
  background-image: url("../img/sdquitline_logo.png");
  background-size: auto 80px;
}
.logos .logo.healthy-sd > a {
  background-image: url("../img/healthysd_logo.svg");
  background-size: 136px auto;
}
.logos .logo.got-it-covered > a {
  background-image: url("../img/got_it_covered_logo.svg");
  background-size: 66px auto;
}
.logos .logo.avoid-opioid-sd > a {
  background-image: url("../img/avoidopioidsd_logo.png");
  background-size: 124px auto;
}
.logos .logo.be-tobacco-free > a {
  background-image: url("../img/betobaccofree_logo.png");
  background-size: 126px auto;
}
.logos .logo.sddoh > a {
  background-image: url("../img/sddoh_logo.png");
  background-size: 78px auto;
}
.logos .logo.good-and-healthy-sd > a {
  background-image: url("../img/goodandhealthysd_logo.png");
  background-size: 93px auto;
}
.logos .logo.cor-health-sd > a {
  background-image: url("../img/corhealth_logo.png");
  background-size: 78px auto;
}
.logos .logo.black-hills-corp > a {
  background-image: url("../img/blackhillscorp_logo.png");
  background-size: 84px auto;
}

.site-footer {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 0;
}
.site-footer .site-footer-iw {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.site-footer .site-footer-iw nav {
  flex: 1 1 auto;
}
.site-footer .site-footer-iw .contact-info {
  flex: 0 0 auto;
}
.site-footer .site-footer-iw .google-partner {
  flex: 0 0 92px;
  margin-left: 10px;
}
.site-footer .site-footer-iw .google-partner a {
  display: block;
}
.site-footer .site-footer-iw .google-partner a img {
  max-width: 92px;
  width: auto;
  height: auto;
}
.site-footer .contact-info {
  margin-left: 10px;
  text-align: center;
}
.site-footer .contact-info .phone-number a {
  color: #FF57BB;
}
.site-footer .contact-info .phone-number a:hover {
  color: white;
}
.site-footer p {
  margin: 0;
}
.site-footer .pink-dot {
  margin: 0 5px;
  color: #FF57BB;
}
.site-footer .pink-dot:before {
  content: "•";
}

nav ul {
  list-style: none outside none;
  margin: 0;
  font-size: 0;
  padding: 0;
}
nav ul li {
  display: inline-block;
  margin: 2px;
  font-size: 18px;
  font-size: 1.8em;
  position: relative;
  max-width: 29px;
  width: 100%;
}
nav ul li a {
  display: block;
  opacity: 0.5;
}
nav ul li a:hover {
  opacity: 1;
}
nav ul li a i {
  display: block;
  padding-bottom: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
nav ul li a i.hpi-fb {
  background-image: url("../img/footer_icon_facebook.svg");
}
nav ul li a i.hpi-yt {
  background-image: url("../img/footer_icon_youtube.svg");
}
nav ul li a i.hpi-em {
  background-image: url("../img/footer_icon_email.svg");
}

@media screen and (min-width: 1024px) {
  .splot-background .splot.splot-1 {
    top: 63px;
    left: 50%;
    margin-left: -170px;
  }
  .splot-background .splot.splot-2 {
    right: calc( 50% + 300px );
    top: 530px;
  }
  .splot-background .splot.splot-2.lower {
    top: 2050px;
  }
  .splot-background .splot.splot-3 {
    top: 400px;
    right: calc( 50% + 260px );
  }
  .splot-background .splot.splot-4 {
    max-width: 700px;
    transform: rotate(175deg);
    top: 770px;
    right: calc( 50% + 450px );
  }

  .site-header {
    padding: 40px 50px 5px;
  }
  .site-header .header-bar {
    width: calc( 50% + 240px );
    right: auto;
  }

  .content-section {
    padding: 50px 0;
  }
  .content-section.first-pg {
    padding: 40px 0 20px;
  }
  .content-section.youtube {
    padding: 50px 20px 0;
  }
  .content-section.youtube .content-section-iw {
    padding: 0 7px;
  }
  .content-section.youtube:before {
    padding-bottom: 10%;
  }
  .content-section.dropdown {
    padding: 0;
  }
  .content-section.headline {
    padding: 60px 0 50px;
  }
  .content-section .desktop-break {
    display: block;
  }
  .content-section .extra-mobile-break {
    display: none;
  }
  .content-section.spaceman {
    margin-top: -30%;
  }
  .content-section.why-hpi {
    padding: 40px 0;
  }
  .content-section.why-hpi .align-right {
    margin-bottom: -115px;
    position: absolute;
    right: 2rem;
    top: 20px;
  }
  .content-section.join-our-space {
    padding-top: 70px;
    margin-bottom: 50px;
  }

  .align-left {
    float: left;
    margin-right: 5em;
  }

  .logos {
    justify-content: space-between;
  }

  .site-footer .contact-info {
    text-align: left;
  }
  .site-footer .contact-info .address {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .behind-splot-bg {
    display: none;
  }

  .grey-bg-height {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .contain {
    max-width: 425px;
  }

  .iw {
    padding: 0;
  }

  .site-header .logo {
    max-width: 180px;
  }

  .splot-background .splot.splot-1 {
    top: 55px;
    right: 23%;
    left: auto;
    width: 200%;
  }
  .splot-background .splot.splot-2 {
    top: 691px;
    transform: rotate(175deg);
    width: 170%;
    left: 40%;
    transition: top 0.5s ease-in-out;
  }
  .splot-background .splot.splot-2.mobile-open {
    top: 1134px;
  }
  .splot-background .splot.splot-3, .splot-background .splot.splot-4 {
    display: none;
  }

  .youtube-container {
    display: none;
  }

  .mobile-hosted-video {
    display: block;
  }
  .mobile-hosted-video video {
    width: 100%;
  }

  .content-section.first-pg {
    padding-top: 30px;
  }
  .content-section.why-hpi .why-hot-pink {
    max-width: 240px;
  }
  .content-section.why-hpi .large-dash {
    top: 40%;
  }
  .content-section.headline {
    padding-top: 35px;
  }
  .content-section.dropdown {
    padding: 0;
  }
  .content-section.dropdown .content-section-iw {
    padding-top: 20px;
  }
  .content-section.dropdown.open {
    max-height: 500px;
  }
  .content-section.dropdown:after {
    margin: 0;
    left: 0;
    right: 0;
  }
  .content-section.logo-section .content-section-iw {
    padding: 0 0 20px 0;
  }
  .content-section.logo-section .content-section-iw .quick-view-mobile {
    display: block;
  }
  .content-section.logo-section .content-section-iw .quick-view-desktop {
    display: none;
  }
  .content-section.logo-section .content-section-iw .intro-text {
    text-align: center;
    padding-bottom: 15px;
  }
  .content-section.logo-section .logos .logo {
    flex: 0 0 175px;
    margin: 10px auto;
  }
  .content-section .dfy-mobile {
    text-align: right;
  }
  .content-section .extra-mobile-break {
    display: block;
  }
  .content-section.join-our-space h3 {
    margin-top: 0;
  }
  .content-section.spaceman {
    margin-top: -15%;
  }
  .content-section.spaceman .spaceman-gif {
    padding-bottom: 65.25%;
    background-image: url("../img/spaceman_mobile.gif");
    background-position: right center;
    background-size: 80% auto;
    background-repeat: no-repeat;
    position: relative;
    z-index: 100;
  }
  .content-section.spaceman:before {
    bottom: 37%;
  }

  .site-footer .contact-info {
    text-align: center;
    margin-left: 0;
  }
  .site-footer .contact-info span {
    display: block;
  }
  .site-footer .contact-info span.pink-dot {
    font-size: 0;
    margin: 5px 0;
  }
  .site-footer .mobile-break {
    font-size: 0;
    display: block;
  }
  .site-footer .site-footer-iw nav,
.site-footer .site-footer-iw .contact-info,
.site-footer .site-footer-iw .google-partner {
    flex: 0 0 100%;
    margin: auto;
  }
  .site-footer .site-footer-iw nav {
    text-align: center;
    margin-bottom: 20px;
  }
  .site-footer .site-footer-iw .google-partner {
    margin-top: 10px;
    text-align: center;
  }
  .site-footer .site-footer-iw .google-partner a {
    display: inline-block;
  }
}
@media screen and (max-width: 420px) {
  .content-section.logo-section .logos .logo {
    flex: 0 0 47%;
    max-width: 175px;
  }
}

/*# sourceMappingURL=style.css.map */
