/* CSS Document */
.nodisplay {
  display: none; }

.custom_btn {
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  background: #d00a2d;
  text-align: center;
  color: #fff;
  padding: 0 2em;
  border-radius: 2px;
  -webkit-transition: 0.24s all ease;
  -o-transition: 0.24s all ease;
  transition: 0.24s all ease;
  line-height: 32px;
  max-height: 32px;
  font-family: inherit; }
  .custom_btn:hover, .custom_btn:active {
    background: #bd0929;
    -webkit-box-shadow: 0px 4px 24px rgba(159, 8, 34, 0.25);
    box-shadow: 0px 4px 24px rgba(159, 8, 34, 0.25);
    color: #f2f2f2; }

#allergy_solution_center_hero {
  position: relative;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  height: 300px;
  background: #fff url(https://s3.amazonaws.com/media.riteaid.com/Home/Home%20Page%20Hero/2018/180325/hero-banner_allergy-solution-center-180325_final.jpg) no-repeat center center/cover;
  border-bottom: 1px solid #61b33b;
  max-width: 965px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 16px; }
  @media (max-width: 767px) {
    #allergy_solution_center_hero {
      height: auto; } }
  #allergy_solution_center_hero header {
    display: none; }
    @media (max-width: 767px) {
      #allergy_solution_center_hero header {
        display: block;
        background: green;
        padding-bottom: 33.333%;
        height: 0;
        width: 100%; }
        #allergy_solution_center_hero header img {
          width: 100%;
          height: auto; } }
  #allergy_solution_center_hero .allergy_solution_center_hero--content {
    position: absolute;
    left: 417px;
    top: -1px;
    width: 500px;
    height: 320px;
    z-index: 13;
    padding-left: 60px;
    padding-top: 32px; }
    @media (max-width: 992px) {
      #allergy_solution_center_hero .allergy_solution_center_hero--content {
        left: 33.333%;
        width: 400px; } }
    @media (max-width: 767px) {
      #allergy_solution_center_hero .allergy_solution_center_hero--content {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
        padding: 0;
        padding: 5vw 0 10vw 5vw;
        background: #fff; } }
    #allergy_solution_center_hero .allergy_solution_center_hero--content span, #allergy_solution_center_hero .allergy_solution_center_hero--content h2, #allergy_solution_center_hero .allergy_solution_center_hero--content p {
      z-index: 10;
      position: relative;
      margin: 0; }
    #allergy_solution_center_hero .allergy_solution_center_hero--content svg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 0; }
      @media (max-width: 767px) {
        #allergy_solution_center_hero .allergy_solution_center_hero--content svg {
          display: none; } }
    #allergy_solution_center_hero .allergy_solution_center_hero--content span {
      font-size: 16px;
      color: black;
      font-weight: bold;
      line-height: 1.2;
      text-align: left;
      width: 360.654px;
      z-index: 16;
      margin-bottom: 16px; }
    #allergy_solution_center_hero .allergy_solution_center_hero--content h2 {
      font-size: 96px;
      color: #61b33b;
      font-weight: bold;
      line-height: 0.75;
      text-align: left;
      z-index: 17;
      margin: 0; }
      #allergy_solution_center_hero .allergy_solution_center_hero--content h2 span {
        display: block;
        color: #a6b2a1;
        font-weight: 400;
        margin-top: 20px;
        font-size: 48px;
        margin-bottom: 0; }
    #allergy_solution_center_hero .allergy_solution_center_hero--content p {
      color: #000;
      font-size: 24px; }
  #allergy_solution_center_hero .custom_btn {
    position: absolute;
    bottom: 1em;
    right: 1em;
    z-index: 144; }
    @media (max-width: 767px) {
      #allergy_solution_center_hero .custom_btn {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 1em 5vw;
        display: block;
        max-width: 144px; } }
