@font-face {
  font-family: "Gotham Regular";
  src: url("../vitalift/fonts/GothamBookRegular.ttf"); /* IE9 Compat Modes */
}

@font-face {
  font-family: "Arvil";
  src: url("../vitalift/fonts/Arvil_Sans.ttf");
}

@font-face {
  font-family: "Din Regular";
  src: url("../vitalift/fonts/DINPro-Regular_13937.ttf");
}

@font-face {
  font-family: "Din Bold";
  src: url("../vitalift/fonts/DINPro-Bold_13934.ttf");
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../vitalift/fonts/MyriadPro-Regular.otf");
}

@font-face {
  font-family: "Gotham Bold";
  src: url("../vitalift/fonts/Gotham-Bold.ttf");
}

@font-face {
  font-family: "Proxima_Nova_light";
  src: url("../fonts/proximanova-light-webfont.eot");
  src: url("../fonts/proximanova-light-webfont.woff") format("woff"), url("../fonts/proximanova-light-webfont.ttf") format("truetype"), url("../fonts/proximanova-light-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Proxima_Nova_lightItalic";
  src: url("../fonts/proximanova-lightitalic-webfont.eot");
  src: url("../fonts/proximanova-lightitalic-webfont.woff") format("woff"), url("../fonts/proximanova-lightitalic-webfont.ttf") format("truetype"),
    url("../fonts/proximanova-lightitalic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Proxima_Nova_Regular";
  src: url("../fonts/proximanova-reg-webfont.eot");
  src: url("../fonts/proximanova-reg-webfont.woff") format("woff"), url("../fonts/proximanova-reg-webfont.ttf") format("truetype"), url("../fonts/proximanova-reg-webfont.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Proxima_Nova_SemiBold";
  src: url("../fonts/proximanova-sbold-webfont.eot");
  src: url("../fonts/proximanova-sbold-webfont.woff") format("woff"), url("../fonts/proximanova-sbold-webfont.ttf") format("truetype"), url("../fonts/proximanova-sbold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tiempos Headline Medium';
  src: url("../fonts/TiemposHeadline-Medium.otf");
}

@font-face {
  font-family: 'Tiempos Headline Light';
  src: url("../fonts/TiemposHeadline-Light.otf");
}

@font-face {
  font-family: 'Tiempos Headline Regular';
  src: url("../fonts/TiemposHeadline-Regular.otf");
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.ttf")
}

@font-face {
  font-family: 'Lato Bold';
  src: url("../fonts/Lato-Bold.ttf")
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #f2f1f1;
  font-family: "Lato Bold", "Proxima_Nova_Regular", Arial, sans-serif;
  font-weight: 300;
  color: #54565A;
}
.line-through {
  text-decoration: line-through;
}
/*NAVBAR*/
.navbar {
  border-bottom: 2px solid #cecece;
  padding: 1.5rem 1rem 0;
  min-height: 100px;
  background: #625e5d;
  color: #fff;
}

.navbar a {
  color: #3cb64b;
}
.navbar-text {
  text-align: right;
  float: right;
  padding-bottom: 0px;
}
.navbar-text > span {
  color: #5f5daa;
  font-weight: bold;
}
.main-section h1 {
  font-family: "Tiempos Headline Medium", "Proxima_Nova_Light", Arial, sans-serif;
  text-align: center;
  margin-bottom: 15px;
  font-size: 34px;
  width: 100%;
  color: #625e5d;
  letter-spacing: 1px;
}
.main-section h2 {
  margin-bottom: 30px;
  color: #625e5d;
  font-size: 24px;
  margin: 0 auto 30px auto;
  text-align: center;
  font-family: "Lato Bold", "Proxima_Nova_Light", Arial, sans-serif;

}
.main-section ul {
  font-family: "Lato", "Proxima_Nova_Light", Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 0.9em;
}
.main-section .membership_copy {
  font-family: "Lato", "Proxima_Nova_Light", Arial, sans-serif;
}
.main-section .membership_benefits {
  margin-bottom: 5px;
}
.hidden-sm-up {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 20px 0;
}
.hidden-sm-up h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 auto;
  font-size: 2rem;
}
.row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.row .row {
  margin-top: 0px;
  margin-bottom: 0px;
}
.main-section p {
  font-size: 1rem;
  letter-spacing: 1px;
}
.responsive-image {
  width: 100%;
  height: auto;
}
.purple-check {
  position: absolute;
  top: 13px;
  left: 11px;
  display: none;
  z-index: 10;
}
.purple-check.checked {
  display: block;
}
#hack {
  display: block;
  position: relative;
  height: 50px;
  width: 50px;
  z-index: 100;
  cursor: pointer;
  margin: auto;
  /* display: block; */
  /* position: absolute; */
  /* height: 50px; */
  /* width: 50px; */
  /* z-index: 100; */
  /* cursor: pointer; */
}
.active {
  display: block;
}
.icon-img {
  max-width: 100%;
  height: auto;
}
.icon1{
  margin-bottom: 20px;
}
.icon2{
  margin-bottom: 29px;
}
.icon3{
  margin-bottom: 28px;
}
input[type="checkbox"] {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
}
input[type="checkbox"]:before {
  content: "";
  background: url(../images/checkbox.png);
  display: inline-block;
  height: 45px;
  width: 45px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 150;
}

input[type="checkbox"]:focus {
  outline: none;
}
input[type="checkbox"].checked:before {
  background-image: url(../img/check.png);
}
button[type="button"] {
  text-transform: uppercase;
  text-align: center;
  border-style: none;
  border-radius: 30px;
  /* padding: 10px 25px; */
  width: 66%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  display: block;
  border-radius: 100px;
  background-color: #ff9e32;
  color: #fff;
  margin: auto;
  font-weight: 300;
}
button[type="button"] > a {
  color: #fff;
}
button[type="button"] > a:hover {
  text-decoration: none;
}
.rejoinButton {
  font-family: "Lato Bold", "Proxima_Nova_Light", Arial, sans-serif;
  display: block;
  padding: 10px 25px;
}
label {
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: text-top;
  text-align: center;
  line-height: 1.1em;
}
label:after {
  content: "";
  width: 0;
  height: 60%;
  position: absolute;
  border: 1px solid black;
  top: 12px;
  right: 20px;
}
label > span {
  letter-spacing: 8px;
  text-transform: uppercase;
  font-size: 2.5rem;
}
.main-jar {
  max-width: 100%;
  max-height: 330px;
  display: block;
  margin: 0 auto;
}
.subscription {
  /* background: linear-gradient(rgba(210, 231, 244, 1) 0%, rgba(219, 238, 249, 1) 33%, rgba(228, 244, 253, 1) 55%, rgba(219, 238, 249, 1) 71%, rgba(210, 231, 244, 1) 100%); */
  background: #ECE9E0;
  padding: 15px 10px;
  border-radius: 25px;
  margin-right: 0px;
  margin-left: 0px;
}
.subscription > .col-md-2 {
  padding-right: 45px;
  padding-left: 0px;
}
.subscription > .col-md-9 {
  padding-right: 10px;
}
.subscription p {
  font-size: 0.9rem;
  letter-spacing: 1px;
  line-height: 1.1em;
  margin-bottom: 0px;
  display: inline-table;
  vertical-align: text-top;
  font-family: "Lato", "Proxima_Nova_Light", Arial, sans-serif;
}
.main-section .badges {
  margin-top: 20px;
}
.badges img {
  width: 60%;
  display: block;
  margin: 10px auto;
}
.badges p {
  text-align: center;
  color: #625e5d;
  font-size: 0.9em !important;
}
.card {
  box-shadow: 0 0 10px #8c8c83;
  border: initial;
}
.card-deck {
  margin-bottom: 75px;
}
.card-header {
  font-family: "Proxima_Nova_SemiBold", Arial, sans-serif;
  background-color: #54565A;
  color: #fff;
  min-height: 100px;
}
.card-header:first-child,
.card {
  border-radius: 0px;
}
.card-header > h2 {
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.7rem;
  letter-spacing: 2px;
}

.card-header .smallerText {
  font-size: 0.7em;
}
.card-block {
  color: #000;
}
.card-block h3 {
  font-weight: bold;
  font-size: 40px;
  color: #5e5f61;
  font-family: "Proxima_Nova_SemiBold", Arial, sans-serif;
  letter-spacing: 1px;
}
.card-block h4,
.card-block h6 {
  font-size: 1.3rem;
  margin-bottom: 0px;
  font-family: "Lato", "Proxima_Nova_Light", Arial, sans-serif;
  letter-spacing: 1px;
}
.card-block h5 {
  margin-bottom: 0;
}
.card-block h7 {
  font-family: "Lato", "Proxima_Nova_Light", Arial, sans-serif;
  margin-bottom: 25px;
  font-size: 1.2rem;
}

.card-block p {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Proxima_Nova_SemiBold", Arial, sans-serif;
  letter-spacing: 1px;
}
.card-block small {
  font-size: 18px;
}
.card-block small:after {
  content: "";
  display: block;
  border: 1px solid black;
  margin: 20px auto;
  width: 25px;
}
#salebanner {
  background-size: cover;
  background: url(../img/rejoin.png) no-repeat center center;
  height: 49px;
  width: 100%;
}
.salebanner-m {
  display: none;
  background: #f71700;
  height: 49px;
  width: 100%;
  text-align: center;
}
.salebanner-gold {
  color: #f8e956;
}
.salebanner-text {
  color: white;
}
@media (max-width: 1200px) {
  label {
    font-size: 1.5rem;
    line-height: 1.3em;
  }
  label:after {
    right: 12px;
  }
  .purple-check {
    /* top: 20px; */
    /* left: 22px; */
  }
}

@media (max-width: 990px) {
  /* input[type="checkbox"] { */
  /*   right: 4px; */
  /*   top: 6px; */
  /* } */
  label:after {
    right: 0px;
  }
  label > span {
    font-size: 2rem;
  }
  .subscription p {
    font-size: 0.8rem;
  }
  .purple-check {
    /* top: 20px; */
    /* left: 14px; */
  }
  .card-header .smallerText {
    font-size: 0.5em;
  }
}

@media (max-width: 768px) {
  .subscription p {
    font-size: 0.6rem;
  }
  label {
    position: relative;
    font-size: 1.4rem;
  }
  label:after {
    right: -7px;
  }
  label > span {
    font-size: 1.7rem;
  }
  .navbar {
    text-align: center;
    margin-bottom: 10px;
  }
  .navbar-text {
    text-align: center;
    float: none;
  }
  .main-section h1,
  h2 {
    text-align: center;
  }
  .main-jar {
    margin: 15px auto 10px;
  }
  .purple-check {
    /* left: 17px; */
  }
  #salebanner {
    display: none;
  }
  .salebanner-m {
    display: block;
  }
}
@media (max-width: 576px) {
  .card-deck {
    margin-bottom: 40px;
  }
  .active {
    display: block !important;
  }
  .card-block {
    display: none;
  }
  label:after {
    right: -9px;
  }
  .purple-check {
    /* left: 20px; */
  }
  .card-header .smallerText {
    font-size: 0.7em;
  }
}
@media (max-width: 320px) {
  /* input[type="checkbox"] { */
  /*   right: 15px; */
  /*   width: 25px; */
  /*   height: 25px; */
  /* } */
  input[type="checkbox"]:before {
    /* width: 25px; */
    /* height: 25px; */
  }
  label {
    font-size: 1rem;
  }
  label:after {
    right: -7px;
  }
  label > span {
    font-size: 1.2rem;
    letter-spacing: 6px;
  }
  .subscription > .col-md-9 {
    padding-right: 0px;
  }
  .purple-check {
    /* left: 9px; */
    /* top: 9px; */
  }
}

header p {
  background: url("https://hearthealthdangers.com/vitapulse/img/pn-logo.png") no-repeat;
  padding-left: 700px;
  height: 60px;
}

footer {
  font-family: "Lato", "Proxima_Nova_Light", Arial, sans-serif;
  letter-spacing: 1px;
  background-color: #54565A;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
}
footer a,
footer a:hover,
footer a:visited {
  text-decoration: none;
  color: #fff;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-width: 1px 0px 0px;
  border-style: solid none none;
  border-color: #eee -moz-use-text-color -moz-use-text-color;
}
