div#hpb {
    font-size: 16px;
    color: #333;
  }
  
  #hpb p {
    line-height: 1.4;
  }
  
  #hpb img {
    max-width: 100%;
  }
  
  #hpb .sectionTitle{
    font-size: 3.5rem;
    line-height: 1;
    font-family: 'proxima_novabold', Helvetica, Arial, sans-serif;
  }
  
  #hpb hr {
    margin: 1.5rem 0 2rem;
    height: 1px;
    border-top: 1px;
    background-color: transparent;
    color: #aaa;
    border-style: dotted;
  }
  
  #hpb ul {
    padding-left: 18px;
  }
  
  #hpb img {
    max-width: 100%;
  }
  
  /* #hpb h1,
  #hpb h2,
  #hpb h3,
  #hpb h4,
  #hpb h5,
  #hpb h6, */
  #hpb .h1,
  #hpb .h2,
  #hpb .h3,
  #hpb .h4,
  #hpb .h5,
  #hpb .h6,
  #hpb .leagueGothic {
    margin: 0 auto 1rem;
    font-family: 'league-gothic', Arial, san-serif;
    color: #a6d4f0;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
  }
  
  #hpb .alt {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 1.2;
  }
  
  #hpb h1.alt,
  #hpb .h1.alt,
  #hpb h2.alt,
  #hpb .h2.alt,
  #hpb h3.alt,
  #hpb .h3.alt,
  #hpb h4.alt,
  #hpb .h4.alt,
  #hpb h5.alt,
  #hpb .h5.alt,
  #hpb h6.alt,
  #hpb .h6.alt {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    color: #333;
    letter-spacing: 0px;
    text-transform: none;
  }
  
  /* #hpb h1, */
  #hpb .h1 {
    font-size: 7rem;
  }
  
  #hpb h1.alt,
  #hpb .h1.alt {
    font-size: 4.5rem;
  }
  
  /* #hpb h2, */
  #hpb .h2 {
    font-size: 6rem;
  }
  
  #hpb h2.alt,
  #hpb .h2.alt {
    font-size: 4rem;
  }
  
  /* #hpb h3, */
  #hpb .h3 {
    font-size: 4rem;
  }
  
  #hpb h3.alt,
  #hpb .h3.alt {
    font-size: 3.5rem;
  }
  
  #hpb .pageTitle {
    font-weight: 700;
    color: #333;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: inherit;
    font-family: 'proxima-nova';
  }
  
  /* #hpb h4, */
  #hpb .h4 {
    font-size: 3rem;
  }
  
  #hpb h4.smaller {
    font-size: 2.7rem;
  }
  
  #hpb h4.alt,
  #hpb .h4.alt {
    font-size: 2.7rem;
  }
  
  /* #hpb h5, */
  #hpb .h5 {
    font-size: 2.5rem;
  }
  
  #hpb h5.alt,
  #hpb .h5.alt {
    font-size: 1.8rem;
  }
  
  /* #hpb h6, */
  #hpb .h6 {
    font-size: 2.0rem;
  }
  
  #hpb h6.alt,
  #hpb .h6.alt {
    font-size: 1.5rem;
  }
  
  #hpb a {
    color: #007BB4;
    text-decoration: underline;
  }
  
  #hpb a.alt {
    text-decoration: none;
    font-weight: 700;
  }
  
  #hpb a:hover {
    color: #01A2ED;
  }
  
  #hpb .headline {
    display: block;
    margin: 2rem 0;
    text-align: center;
    color: #333;
    line-height: 1;
  }
  
  
  #hpb .pageScrollToButton {
    z-index: 999999;
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #be1924;
    color: #fff;
    padding: .5rem 1.25rem;
    font-size: 1.6rem;
    border-radius: 50px;
  }
  
  #hpb .pageScrollToButton:hover {
    color: #fff;
  }
  
  
  #hpb .sectionCopy {
    margin-bottom: 1rem;
  }
  
  #hpb .sectionBlock {
    padding: 2rem;
  }
  
  #hpb .sectionBlockAlt {
    padding: 2rem 0;
  }
  
  #hpb .sectionBlock.left {
    padding-left: 0;
  }
  
  #hpb .sectionBlock.right {
    padding-right: 0;
  }
  
  #hpb .sectionTitle {
    margin: 0 0 .5rem;
    line-height: 1.15;
    color: #333;
    font-weight: 700;
    display: block;
  }
  
  #hpb .sectionTitle.leagueGothic {
    font-size: 4.5rem;
    font-weight: 400;
    margin: 0;
  }
  
  #hpb .sectionTitle.bigger {
    font-size: 6.5rem;
  }
  
  #hpb .sectionSubtitle {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 1rem;
  }
  
  #hpb .button {
    cursor: pointer;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 1.25rem;
  }
  
  #hpb .progressStepsContainer {
    max-width: 650px;
    margin: 0 auto;
  }
  
  #hpb .progressSteps {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
  
  #hpb .progressSteps li {
    display: inline-block;
  }
  
  /*NORMAL GRAY WIZARD*/
  #hpb .progressSteps li span {
    background: none repeat scroll 0 0 #e0e0e0;
    color: #666666;
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 130px;
    margin-right: 12px;
  }
  
  /*NORMAL GRAY ARROW LEFT SIDE*/
  #hpb .progressSteps li span:before {
    border-bottom: 19px solid #e0e0e0;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-top: 16px solid #e0e0e0;
    content: "";
    height: 0;
    left: -12px;
    position: absolute;
    top: 0;
    width: 0;
  }
  
  /*NORMAL GRAY ARROW RIGHT SIDE*/
  #hpb .progressSteps li span:after {
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 12px solid #e0e0e0;
    position: absolute;
    content: "";
    top: 0px;
    right: -12px;
  }
  
  /*FIRST LIST ITEM DOES NOT NEED THE LEFT SHAPED ATTACHMENT*/
  #hpb .progressSteps li:first-child span {
    border-left: 0 none !important;
    border-radius: 20px 0 0 20px !important;
    padding-left: 5px;
  }
  
  #hpb .progressSteps li:first-child span:before {
    border: 0 none !important;
  }
  
  /*LAST LIST ITEM DOES NOT NEED RIGHT SHAPE TRIANGLE*/
  #hpb .progressSteps li:last-child span {
    border-left: 0 none !important;
    border-radius: 0 20px 20px 0px !important;
  }
  
  /*NO NEED OF ARROWS ON RIGHT FOR TRIANGLE*/
  #hpb .progressSteps li:last-child span:after {
    border: none !important;
  }
  
  /* = COMPLETED STEPS
  ----------------------------*/
  
  #hpb .progressSteps .completedStep span {
    background: #e12137;
    color: #fff;
  }
  
  #hpb .progressSteps .completedStep span:before {
    border-top: 16px solid #e12137;
    border-bottom: 19px solid #e12137;
  }
  
  #hpb .progressSteps .completedStep span:after {
    border-left: 12px solid #e12137;
  }
  
  /* = ACTIVE STEPS
  ----------------------------*/
  #hpb .progressSteps .activeStep span {
    background: #be1924;
    color: #fff;
  }
  
  #hpb .progressSteps .activeStep span:before {
    border-bottom: 19px solid #be1924;
    border-top: 16px solid #be1924;
  }
  
  #hpb .progressSteps .activeStep span:after {
    border-left: 12px solid #be1924;
  }
  
  #hpb .whiteBackground {
    background-color: #fff;
  }
  
  #hpb .grayBackground {
    background-color: #f1f1f1;
  }
  
  #hpb .redBackground {
    background-color: #be1924;
  }
  
  #hpb .noMargin {
    margin: 0;
  }
  
  #hpb .noPadding {
    padding: 0;
  }
  
  #hpb .whiteColor {
    color: #fff !important;
  }
  
  #hpb .center,
  #hpb .textAlignCenter {
    text-align: center !important;
  }
  
  #hpb .right,
  #hpb .textAlignRight {
    text-align: right;
  }
  
  #hpb .left,
  #hpb .textAlignLeft {
    text-align: left;
  }
  
  #hpb .modal-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #222;
    color: white;
    overflow: scroll;
  }
  
  #hpb .modal-container .modal-close {
    position: fixed;
    top: 20px;
    right: 25px;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.1);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 56px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
  }
  
  #hpb .modal-container .modal-box {
    margin: 0 auto;
    width: 90%;
    max-width: 800px;
  }
  
  #hpb .modal-container .modal-box.bbybookbg {
    margin: 0 auto;
    width: 90%;
    max-width: 550px;
  }
  
  #hpb .modal-container .modal-box .modal-content {
    padding: 80px 0;
  }
  
  #hpb .modal-content {
    background-color: transparent;
    border: none;
  }
  
  @media screen and (max-width: 768px) {
  
    #hpb .sectionTitle {
      line-height: 1.1;
    }
  
    /* #hpb h1, */
    #hpb .h1 {
      font-size: 4.5rem;
    }
  
    #hpb h1.alt,
    #hpb .h1.alt {
      font-size: 3rem;
    }
  
    /* #hpb h2, */
    #hpb .h2 {
      font-size: 96px;
      font-size: 4rem;
    }
  
    #hpb h2.alt,
    #hpb .h2.alt {
      font-size: 2.6rem;
    }
  
    /* #hpb h3, */
    #hpb .h3 {
      font-size: 3rem;
    }
  
    #hpb h3.alt,
    #hpb .h3.alt {
      font-size: 2.25rem;
    }
  
    /* #hpb h4, */
    #hpb .h4 {
      font-size: 2.5rem;
    }
  
    #hpb h4.alt,
    #hpb .h4.alt {
      font-size: 2rem;
    }
  
    /* #hpb h5, */
    #hpb .h5,
    #hpb .sectionTitle {
      font-size: 1.8rem;
    }
  
    #hpb h5.alt,
    #hpb .h5.alt {
      font-size: 1.4rem;
    }
  
    /* #hpb h6, */
    #hpb .h6 {
      font-size: 1.8rem;
    }
  
    #hpb h6.alt,
    #hpb .h6.alt {
      font-size: 1.25rem;
    }
  
    #hpb .sectionTitle.leagueGothic {
      font-size: 3.5rem;
      font-weight: 400;
      margin: 0;
      margin-bottom: .5rem;
    }
  
    #hpb .progressSteps li span {
      width: 65px;
      font-size: .9rem;
    }
  }
  
  @media screen and (max-width: 768px) {
  
    #hpb .toggleControl,
    #hpb .toggleControl.footerToggle {
      display: block;
    }
  
    #hpb .toggleTarget,
    #hpb .toggleTargetMobile {
      display: none;
      transition-property: all;
      transition-duration: .5s;
      transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    }
  }