/*
 * 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 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #999999;
  line-height: 1.7; }

h1, h2, h3, h4, h5, h6 {
  color: #999999;
  margin-bottom: 0;
  font-weight: 500; }
  h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
    margin-top: 0; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 26px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

a {
  color: #EC008C;
  text-decoration: none; }
  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: .14; }
    .splot-background .splot.splot-4 {
      display: none; }
    .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: 838px;
  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: .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.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; }
      .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 .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;
      /* .fa{
      	display: inline-block;
      	position: absolute;
      	right: 2rem;
      	font-size: 4rem;
      	color: $hpi_pink;
      }	 */ }
      .content-section.dropdown .arrow .hpi-arrow {
        display: inline-block;
        position: absolute;
        right: -30px;
        width: 30px;
        background-image: url("../img/dropdown_arrow.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
        .content-section.dropdown .arrow .hpi-arrow:after {
          content: '';
          display: block;
          padding-bottom: 55%; }
  .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 155px;
    margin: 20px 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-size: 112px auto; }
    .logos .logo.find-your-power > a {
      background-image: url("../img/fyp_logo.png");
      background-size: 80px auto; }
    .logos .logo.quitline-sd > a {
      background-image: url("../img/quitline_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; }

.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; }
    .site-footer .site-footer-iw nav {
      flex: 1 1 auto; }
    .site-footer .site-footer-iw .contact-info {
      flex: 1 1 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: '\2022'; }

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: .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: 1025px) {
  .site-header {
    padding: 40px 50px 5px; }
    .site-header .header-bar {
      width: calc( 50% + 240px );
      right: auto; }

  .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-3 {
    top: 400px;
    right: calc( 50% + 260px ); }
  .splot-background .splot.splot-4 {
    max-width: 700px;
    transform: rotate(175deg);
    top: 770px;
    right: calc( 50% + 450px ); }

  .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: 20px; } }
@media screen and (max-width: 1024px) {
  .youtube-container {
    display: none; }

  .mobile-hosted-video {
    display: block; }
    .mobile-hosted-video .video-play-toggle {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 100;
      opacity: 1;
      visibility: visible;
      pointer-events: all;
      transition: all .2s ease-in-out; }
      .mobile-hosted-video .video-play-toggle > a {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-image: url("../img/hpi_one-page_video_thumbnail_2-Short2.png");
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat; }
      .mobile-hosted-video .video-play-toggle.hide {
        opacity: 0;
        visibility: hidden;
        pointer-events: none; }
    .mobile-hosted-video video {
      width: 100%;
      z-index: 1; }

  .site-footer .contact-info {
    text-align: center;
    margin-left: 0; }
    .site-footer .contact-info span.phone-number, .site-footer .contact-info span.pink-dot {
      display: block; }
    .site-footer .contact-info span.pink-dot {
      font-size: 0; }
  .site-footer .site-footer-iw nav,
  .site-footer .site-footer-iw .contact-info {
    flex: 0 0 100%; }
  .site-footer .site-footer-iw nav {
    text-align: center;
    margin-bottom: 20px; } }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .iw {
    max-width: 770px; }

  .site-header .header-bar {
    right: 356px; }
  .site-header .site-header-inner-wrapper {
    max-width: 770px; }
  .site-header .logo {
    max-width: 160px;
    margin-right: 70px;
    margin-top: 15px; }

  .splot-background .splot {
    width: 70%; }
    .splot-background .splot.splot-1 {
      top: 65px;
      left: 50%;
      margin-left: -160px; }
    .splot-background .splot.splot-2 {
      right: calc( 50% + 220px );
      top: 500px; }
    .splot-background .splot.splot-3 {
      top: 440px;
      right: calc( 50% + 160px ); }

  .content-section.first-pg {
    padding-top: 40px; }
    .content-section.first-pg .content-section-iw > p {
      margin-right: 110px; }
  .content-section.dropdown {
    padding: 0; }
    .content-section.dropdown:after {
      padding-bottom: 5px;
      width: 100%;
      margin-left: 130px; }
    .content-section.dropdown .content-section-iw {
      padding: 50px 0 0; }
  .content-section.headline {
    padding-top: 40px; }
  .content-section.youtube {
    padding-top: 0;
    border-top: none; }
    .content-section.youtube:before {
      display: none; }
    .content-section.youtube:after {
      width: 100%;
      left: 50%;
      margin-left: -385px; }
    .content-section.youtube .content-section-iw {
      margin-bottom: 1px; }
  .content-section.why-hpi {
    padding-bottom: 40px; }
    .content-section.why-hpi .content-section-iw > p {
      margin-right: 204px; }
    .content-section.why-hpi .align-right {
      text-align: right; }
      .content-section.why-hpi .align-right .why-hot-pink {
        margin-right: -40px; }
  .content-section.spaceman {
    display: none; }
    .content-section.spaceman .spaceman-gif {
      background-image: url("../img/drleospacemen_tablet.gif");
      padding-bottom: 50%;
      margin-top: -250px; }
  .content-section.join-our-space {
    padding-bottom: 40px; } }
@media screen and (max-width: 1024px) and (min-width: 971px) {
  .splot-background .splot.splot-1 {
    background-image: url("../img/hpi_ipad_landscape_finalized_splot.png"); }

  .logos .logo {
    flex: 0 0 115px;
    margin: 7px auto; }
    .logos .logo.for-baby-sake > a {
      background-size: 88px auto; }
    .logos .logo.rethink-tobacco > a {
      background-size: 88px auto; }
    .logos .logo.find-your-power > a {
      background-size: 60px auto; }
    .logos .logo.quitline-sd > a {
      background-size: auto 60px; }
    .logos .logo.healthy-sd > a {
      background-size: 95px auto; }
    .logos .logo.got-it-covered > a {
      background-size: 52px auto; } }
@media screen and (max-width: 970px) and (min-width: 768px) {
  .iw {
    max-width: 670px;
    padding: 0 50px; }

  .site-header .header-bar {
    right: 30%; }
  .site-header .logo {
    margin-right: 0; }

  .splot-background .splot.splot-1 {
    top: 69px;
    left: -23%;
    right: auto;
    width: 80%; }
  .splot-background .splot.splot-2 {
    top: 800px;
    transform: rotate(175deg);
    width: 100%;
    left: 60%;
    transition: top .5s ease-in-out; }
    .splot-background .splot.splot-2.mobile-open {
      top: 1105px; }
  .splot-background .splot.splot-3, .splot-background .splot.splot-4 {
    display: none; }

  .content-section.youtube .content-section-iw {
    max-width: 770px; }
  .content-section.why-hpi .content-section-iw > p {
    margin-right: 20%; }
  .content-section.why-hpi .align-right .why-hot-pink {
    margin-right: 0; }
  .content-section.dropdown .content-section-iw {
    padding: 50px 50px 0; }
  .content-section.dropdown.open {
    max-height: 350px; }
  .content-section.dropdown:after {
    left: 50%;
    position: relative;
    margin-left: -285px; }
  .content-section.logo-section .content-section-iw {
    max-width: 710px; }
    .content-section.logo-section .content-section-iw .quick-view-mobile {
      display: block; }
      .content-section.logo-section .content-section-iw .quick-view-mobile .intro-text {
        margin: 0; }
    .content-section.logo-section .content-section-iw .quick-view-desktop {
      display: none; }
  .content-section.spaceman .spaceman-gif {
    margin-top: -180px; }

  .logos .logo {
    margin: 10px 25px; } }
@media screen and (max-width: 767px) {
  .splot-background .splot.splot-1 {
    top: 55px;
    right: 23%;
    left: auto;
    width: 200%; }
  .splot-background .splot.splot-2 {
    top: 771px;
    transform: rotate(175deg);
    width: 170%;
    left: 40%;
    transition: top .5s ease-in-out; }
    .splot-background .splot.splot-2.mobile-open {
      top: 1161px; }
  .splot-background .splot.splot-3, .splot-background .splot.splot-4 {
    display: none; }

  .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; }

  .content-section.first-pg {
    padding-top: 50px; }
  .content-section.why-hpi {
    /* .why-hot-pink{
    	max-width: 240px;
    }
    .large-dash {
    	top: 40%;
    } */ }
  .content-section.headline {
    padding-top: 35px; }
  .content-section.youtube {
    border-top: none;
    padding: 0; }
    .content-section.youtube:before {
      display: none; }
    .content-section.youtube .content-section-iw {
      margin-bottom: 1px; }
  .content-section.why-hpi .why-hot-pink {
    font-size: 26px; }
  .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.dropdown .arrow .hpi-arrow {
      right: 20px; }
  .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 20px; }
  .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/drleospaceman_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 span {
    display: block; }
  .site-footer .mobile-break {
    font-size: 0;
    display: block; } }
@media screen and (max-width: 320px) {
  .splot-background .splot.splot-2 {
    top: 841px; }
    .splot-background .splot.splot-2.mobile-open {
      top: 1354px; } }

/*# sourceMappingURL=style.css.map */
