body {
  padding-left: 0;
  padding-right: 0;
  background-image: none;
  font-family: 'proxima-nova' !important;
}

.green {
  color: #617061 !important;
}

.red {
  color: #760000 !important;
}

.purple {
  color: #91278F !important;
}

.violet {
  color: #5B2180 !important;
}

.dark-red {
  color: #231F20 !important;
}

.white {
  color: white !important;
}

.dark-gray {
  color: #231F20 !important;
}

.black {
  color: black !important;
}

.proxima {
  font-family: 'proxima-nova' !important;
}

.proxima-sans {
  font-family: 'proxima-nova', sans-serif !important;
}

.garamond {
  font-family: 'adobe-garamond-pro' !important;
}

.source-sans {
  /*font-family: 'source-sans' !important;*/
}

h3 {
  font-family: 'adobe-garamond-pro' !important;
}



#hero h1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
}

#hero h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
}

#sold-out-alert h4 {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
}

#sold-out-alert h3 {
  font-size: 20px;
  line-height: 36px;
}

.description h3,
#small-items .modal-inner .description h3 {
  font-size: 42px;
  line-height: 36px;
  font-weight: normal;
}

.description h4,
#small-items .modal-inner .description h4,
#small-items .modal-inner .speaker-description h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
}

.description p,
#small-items .modal-inner .description p {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

.description .cases,
#small-items .modal-inner .description .cases {
  font-family: 'proxima-nova';
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.description .language {
  font-family: 'proxima-nova';
  font-size: 18px;
  line-height: 14px;
  font-weight: bold;
}

.description .reg-desc b {
  font-size: 18px;
  text-transform: none;
}

.description p.small,
.description span.small,
.description .calculation,
#small-items .modal-inner .description p.small,
#small-items .modal-inner .description span.small,
#small-items .modal-inner .description .calculation {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}

.endorsements p.large {
  font-size: 24px;
  line-height: 36px;
}

.endorsements h4 {
  font-family: 'adobe-garamond-pro';
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

.endorsements p.small{
  font-size: 14px;
  line-height: 18px;
}

#offer-details h2,
#small-items h2,
#checkout-modal h2,
#error-modal h2,
#addon-error-modal h2 {
  font-size: 36px;
  line-height: 36px;
  /*font-weight: bold;*/
}

#small-items p.large,
#checkout-modal p.large,
#error-modal p.large,
#addon-error-modal p.large {
  font-size: 18px;
  line-height: 26px;
}

#small-items h3,
#small-items h4 {
  font-size: 18px;
  line-height: 22px;
}

#small-items h4 {
  font-weight: normal;
}

#small-items h3 {
  font-weight: bold;
}

#small-items a {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}

#offer-details li,
#offer-details p {
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
}

#footer a {
  font-size: 12px;
  line-height: 18px;
}


@media(min-width: 768px){
  #hero h1 {
    font-size: 36px;
    line-height: 40px;
  }

  #hero h4 {
    font-size: 18px;
    line-height: 24px;
  }

  #sold-out-alert h3 {
    font-size: 30px;
  }

  #sold-out-alert h4 {
    line-height: 30px;
  }

  #offer-details h2,
  #small-items h2,
  #checkout-modal h2,
  #error-modal h2,
  #addon-error-modal h2 {
    font-size: 48px;
  }

  #checkout-modal h2,
  #error-modal h2,
  #addon-error-modal h2 {
    font-size: 48px;
    line-height: 48px;
  }

  #small-items p.large,
  #checkout-modal p.large,
  #error-modal p.large,
  #addon-error-modal p.large {
    font-size: 20px;
  }

}

@media(min-width: 992px){
  #hero h1 {
    font-size: 48px;
    line-height: 56px;
  }

  #sold-out-alert h3 {
    font-size: 36px;
    line-height: 55px;
  }

  #sold-out-alert h4 {
    font-size: 24px;
  }

  .modal-endorsements p.large {
    font-size: 36px;
    line-height: 48px;
  }
}

@media(min-width: 1200px){
  #hero h1 {
    font-size: 72px;
    line-height: 72px;
  }

  #hero h4 {
    font-size: 30px;
    line-height: 72px;
  }

  #sold-out-alert h4 {
    font-size: 26px;
  }
}
