.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
main h1, main .h1,
.modal__window h1,
.modal__window .h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: MuseoSans-100, "helvetica", arial, sans-serif;
  font-weight: 300;
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: -0.03542rem;
  line-height: 44px;
  line-height: 2.75rem; }
  @media all and (min-width: 992px) {
    main h1, main .h1,
    .modal__window h1,
    .modal__window .h1 {
      font-size: 38px;
      font-size: 2.375rem;
      letter-spacing: -0.03958rem;
      line-height: 40px;
      line-height: 2.5rem; } }
main h2, main .h2,
.modal__window h2,
.modal__window .h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: MuseoSans-100, "helvetica", arial, sans-serif;
  font-weight: 300;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: -0.03125rem;
  line-height: 38px;
  line-height: 2.375rem; }
  @media all and (min-width: 992px) {
    main h2, main .h2,
    .modal__window h2,
    .modal__window .h2 {
      font-size: 34px;
      font-size: 2.125rem;
      letter-spacing: -0.03542rem;
      line-height: 38px;
      line-height: 2.375rem; } }
main h3, main .h3,
.modal__window h3,
.modal__window .h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: MuseoSans-100, "helvetica", arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.025rem;
  line-height: 30px;
  line-height: 1.875rem; }
  @media all and (min-width: 992px) {
    main h3, main .h3,
    .modal__window h3,
    .modal__window .h3 {
      font-size: 28px;
      font-size: 1.75rem;
      letter-spacing: -0.02917rem;
      line-height: 34px;
      line-height: 2.125rem; } }
main h4, main .h4,
.modal__window h4,
.modal__window .h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: -0.02083rem;
  line-height: 26px;
  line-height: 1.625rem; }
  @media all and (min-width: 992px) {
    main h4, main .h4,
    .modal__window h4,
    .modal__window .h4 {
      font-size: 24px;
      font-size: 1.5rem;
      letter-spacing: -0.025rem;
      line-height: 30px;
      line-height: 1.875rem; } }
main h5, main .h5,
.modal__window h5,
.modal__window .h5 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.01875rem;
  line-height: 24px;
  line-height: 1.5rem; }
  @media all and (min-width: 992px) {
    main h5, main .h5,
    .modal__window h5,
    .modal__window .h5 {
      font-size: 20px;
      font-size: 1.25rem;
      letter-spacing: -0.02083rem;
      line-height: 26px;
      line-height: 1.625rem; } }
main h6, main .h6,
.modal__window h6,
.modal__window .h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: -0.02292rem;
  line-height: 44px;
  line-height: 2.75rem; }
  @media all and (min-width: 992px) {
    main h6, main .h6,
    .modal__window h6,
    .modal__window .h6 {
      font-size: 18px;
      font-size: 1.125rem;
      letter-spacing: -0.01875rem;
      line-height: 20px;
      line-height: 1.25rem; } }
main p,
.modal__window p {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: MuseoSans-100, "helvetica", arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -0.01667rem;
  line-height: 22px;
  line-height: 1.375rem; }
  @media all and (min-width: 992px) {
    main p,
    .modal__window p {
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: -0.01667rem;
      line-height: 22px;
      line-height: 1.375rem; } }
main strong,
.modal__window strong {
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 400; }
main ul, main ol,
.modal__window ul,
.modal__window ol {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: MuseoSans-100, "helvetica", arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -0.01667rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding-left: 15px;
  margin-left: 0; }
  @media all and (min-width: 992px) {
    main ul, main ol,
    .modal__window ul,
    .modal__window ol {
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: -0.01667rem;
      line-height: 22px;
      line-height: 1.375rem; } }
  main ul li, main ol li,
  .modal__window ul li,
  .modal__window ol li {
    padding-left: 10px;
    margin-bottom: 10px; }
main a,
.modal__window a {
  font-family: MuseoSans-500, "helvetica", arial, sans-serif;
  font-weight: 400; }

.prescription-header {
  background: #a6d2b7;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px; }
  @media all and (min-width: 768px) {
    .prescription-header {
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 30px;
      padding-right: 30px; } }
  .prescription-header h1, .prescription-header .h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 36px;
    font-size: 2.25rem;
    letter-spacing: -0.0375rem;
    line-height: 40px;
    line-height: 2.5rem; }
    @media all and (min-width: 992px) {
      .prescription-header h1, .prescription-header .h1 {
        font-size: 48px;
        font-size: 3rem;
        letter-spacing: -0.05rem;
        line-height: 54px;
        line-height: 3.375rem;
        width: 80%; } }
    @media all and (min-width: 1200px) {
      .prescription-header h1, .prescription-header .h1 {
        font-size: 58px;
        font-size: 3.625rem;
        letter-spacing: -0.06042rem;
        line-height: 66px;
        line-height: 4.125rem;
        width: 60%; } }
  @media all and (min-width: 768px) {
    .prescription-header {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media all and (min-width: 992px) {
    .prescription-header {
      padding-top: 60px;
      padding-bottom: 60px;
      padding-left: 60px;
      padding-right: 60px; } }
  .prescription-header__create-account {
    background: #a6d2b7; }
    @media all and (min-width: 992px) {
      .prescription-header__create-account {
        background-image: url("images/sign-in-graphic.png");
        background-repeat: no-repeat;
        background-position: top 5px right 60px;
        background-size: 160px; } }
  .prescription-header__confirm-account {
    background: #a6d2b7; }
    @media all and (min-width: 992px) {
      .prescription-header__confirm-account {
        background-image: url("images/sign-in-graphic.png");
        background-repeat: no-repeat;
        background-position: top 5px right 60px;
        background-size: 160px; } }
  .prescription-header__account {
    background: #a6d2b7;
    margin-bottom: 30px; }
    @media all and (min-width: 992px) {
      .prescription-header__account {
        margin-bottom: 60px; } }
    @media all and (min-width: 992px) {
      .prescription-header__account {
        background-image: url("images/sign-in-graphic.png");
        background-repeat: no-repeat;
        background-position: top 5px right 60px;
        background-size: 160px; } }

.icon--icon {
  display: inline;
  font-size: 26px;
  font-size: 1.625rem;
  top: 3px;
  position: relative;
  color: #2E8726;
  position: relative; }
.icon--success {
  display: none;
  font-size: 26px;
  font-size: 1.625rem;
  position: relative;
  color: #2E8726;
  position: relative;
  top: -45px;
  right: 17px;
  float: right; }
.icon--success__row2 {
  top: -35px; }
.icon--show {
  display: none;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  position: relative;
  top: -30px;
  right: 10px;
  float: right;
  cursor: pointer; }
  .icon--show:hover {
    color: #2E8726; }
  .icon--show--signin {
    top: -34px; }

.js .icon--show {
  display: inline; }

.prescription-service__create-account__intro {
  margin-top: 40px;
  margin-bottom: 20px; }
  .prescription-service__create-account__intro p {
    color: #0b8154; }
.prescription-service__create-account__form form {
  background: #ededed;
  padding-top: 0;
  padding-bottom: 0; }
  .prescription-service__create-account__form form button {
    clear: both;
    cursor: pointer; }
    .prescription-service__create-account__form form button.btn--more {
      color: #2E8726;
      background: none;
      text-transform: initial;
      margin-top: 10px;
      padding: 0; }
      .prescription-service__create-account__form form button.btn--more:hover {
        color: #0b8154; }
      .prescription-service__create-account__form form button.btn--more i {
        font-size: 22px;
        font-size: 1.375rem;
        position: relative;
        top: 2px;
        left: -3px; }
    .prescription-service__create-account__form form button.btn--remove {
      color: #030304;
      background: none;
      text-transform: initial;
      margin-top: 30px;
      padding: 0; }
      .prescription-service__create-account__form form button.btn--remove:hover {
        color: #333; }
      .prescription-service__create-account__form form button.btn--remove i {
        font-size: 22px;
        font-size: 1.375rem;
        position: relative;
        top: 2px;
        left: -3px; }
  .prescription-service__create-account__form form .form_error {
    margin-left: -15px;
    margin-right: -15px; }
    @media all and (min-width: 992px) {
      .prescription-service__create-account__form form .form_error {
        margin-left: -30px;
        margin-right: -30px; } }

#add_medication_wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px; }
  #add_medication_wrapper ul li {
    display: inline-block;
    margin-right: 30px; }

.medication__intro {
  margin-bottom: 30px; }
  @media all and (min-width: 992px) {
    .medication__intro {
      margin-bottom: 0; } }
@media all and (min-width: 992px) {
  .medication__title {
    display: none; } }
.medication__row {
  margin-bottom: 30px; }
  @media all and (min-width: 992px) {
    .medication__row {
      margin-bottom: 0; }
      .medication__row label {
        display: none !important; } }
.medication__item__remove {
  display: none;
  float: none;
  clear: both;
  cursor: pointer;
  background: none;
  padding: 0;
  margin: 0;
  color: #030304;
  text-transform: inherit; }
  @media all and (min-width: 992px) {
    .medication__item__remove {
      margin-top: 8px; }
      .medication__item__remove span {
        position: absolute !important;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        width: 1px;
        height: 1px;
        word-wrap: normal; } }
  .medication__item__remove i {
    font-size: 22px;
    font-size: 1.375rem;
    position: relative;
    top: 1px;
    margin-right: 5px; }
  .medication__item__remove:hover {
    color: #333;
    background: none; }

#add_medication_wrapper,
.js #pr_area_other_wrapper,
.js #collection_wrapper,
.js #delivery_wrapper {
  display: none; }

.js #add_medication_wrapper,
.js .medication__item__remove {
  display: block;
  margin-bottom: 20px; }

.prescription-service__confirm-account__intro {
  margin-top: 40px;
  margin-bottom: 20px; }
  .prescription-service__confirm-account__intro p {
    color: #0b8154; }
.prescription-service__confirm-account form {
  background: #ffffff;
  padding-top: 0;
  padding-bottom: 50px;
  margin-right: -15px;
  margin-left: -15px; }
  @media all and (min-width: 992px) {
    .prescription-service__confirm-account form {
      margin-right: -30px;
      margin-left: -30px; } }
  .prescription-service__confirm-account form .line-above:first-child {
    display: none; }
  .prescription-service__confirm-account form .form_item {
    margin-bottom: 10px; }
    @media all and (min-width: 992px) {
      .prescription-service__confirm-account form .form_item {
        padding-left: 30px;
        padding-right: 30px; } }
    .prescription-service__confirm-account form .form_item p {
      margin-top: 0; }
    .prescription-service__confirm-account form .form_item label,
    .prescription-service__confirm-account form .form_item .label {
      margin-bottom: 10px; }
      @media all and (min-width: 992px) {
        .prescription-service__confirm-account form .form_item label-sm,
        .prescription-service__confirm-account form .form_item .label-sm {
          display: none; } }
    .prescription-service__confirm-account form .form_item--label {
      margin-bottom: 0; }
      .prescription-service__confirm-account form .form_item--label label,
      .prescription-service__confirm-account form .form_item--label .label {
        margin-bottom: 0; }
  .prescription-service__confirm-account form button {
    float: none;
    clear: both;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%;
    padding: 20px 30px; }
.prescription-service__confirm-account .form_title {
  margin-right: -15px;
  margin-left: -15px;
  overflow: hidden; }
  .prescription-service__confirm-account .form_title--w-edit h2 {
    display: inline-block;
    max-width: 160px; }
    @media all and (min-width: 768px) {
      .prescription-service__confirm-account .form_title--w-edit h2 {
        max-width: 220px; } }
    @media all and (min-width: 992px) {
      .prescription-service__confirm-account .form_title--w-edit h2 {
        max-width: inherit; } }
  .prescription-service__confirm-account .form_title--w-edit a {
    background-color: #ffffff;
    padding: 5px 15px;
    float: right;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: -0.01458rem;
    line-height: 20px;
    line-height: 1.25rem; }
    @media all and (min-width: 992px) {
      .prescription-service__confirm-account .form_title--w-edit a {
        position: relative;
        right: -20px; } }
    .prescription-service__confirm-account .form_title--w-edit a:hover {
      background-color: #ffffff; }
@media all and (min-width: 992px) {
  .prescription-service__confirm-account .medication__title {
    display: none; } }
.prescription-service__confirm-account .medication__intro--md {
  display: none; }
  @media all and (min-width: 992px) {
    .prescription-service__confirm-account .medication__intro--md {
      display: block; } }
.prescription-service__confirm-account .medication__item {
  margin-bottom: 20px; }
  .prescription-service__confirm-account .medication__item h3 {
    font-family: MuseoSans-100, "helvetica", arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: -0.02083rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 0;
    margin-top: 10px; }
.prescription-service__confirm-account #send {
  background-color: #ffffff;
  padding: 0;
  margin: 0; }
  .prescription-service__confirm-account #send button {
    background-color: #2E8726; }
    .prescription-service__confirm-account #send button:hover {
      background-color: #0b8154; }
@media all and (min-width: 992px) {
  .prescription-service__confirm-account #address,
  .prescription-service__confirm-account #personal {
    min-height: 220px; } }

.prescription-service__notice {
  margin-bottom: 30px; }
  .prescription-service__notice .notice {
    margin-top: -30px;
    padding: 30px 30px 15px 30px;
    background: #d8f1cc; }
.prescription-service__account__intro {
  margin-top: 40px;
  margin-bottom: 20px; }
  .prescription-service__account__intro p {
    color: #0b8154; }
.prescription-service__account .form {
  background: #ffffff;
  padding-top: 0;
  padding-bottom: 50px;
  margin-right: -15px;
  margin-left: -15px; }
  @media all and (min-width: 992px) {
    .prescription-service__account .form {
      margin-right: -30px;
      margin-left: -30px; } }
  .prescription-service__account .form .line-above:first-child {
    display: none; }
  .prescription-service__account .form .form_item {
    margin-bottom: 10px; }
    @media all and (min-width: 992px) {
      .prescription-service__account .form .form_item {
        padding-left: 30px;
        padding-right: 30px; } }
    .prescription-service__account .form .form_item p {
      margin-top: 0; }
    .prescription-service__account .form .form_item label,
    .prescription-service__account .form .form_item .label {
      margin-bottom: 10px;
      font-family: MuseoSans-500, "helvetica", arial, sans-serif;
      font-weight: 400; }
      @media all and (min-width: 992px) {
        .prescription-service__account .form .form_item label-sm,
        .prescription-service__account .form .form_item .label-sm {
          display: none; } }
    .prescription-service__account .form .form_item--label {
      margin-bottom: 0; }
      .prescription-service__account .form .form_item--label label,
      .prescription-service__account .form .form_item--label .label {
        margin-bottom: 0; }
  .prescription-service__account .form button {
    float: none;
    clear: both;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%;
    padding: 20px 30px; }
.prescription-service__account .form_title {
  margin-right: -15px;
  margin-left: -15px;
  overflow: hidden; }
  .prescription-service__account .form_title--w-edit h2 {
    display: inline-block;
    max-width: 160px; }
    @media all and (min-width: 768px) {
      .prescription-service__account .form_title--w-edit h2 {
        max-width: 220px; } }
    @media all and (min-width: 992px) {
      .prescription-service__account .form_title--w-edit h2 {
        max-width: inherit; } }
  .prescription-service__account .form_title--w-edit a {
    background-color: #ffffff;
    padding: 5px 15px;
    float: right;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: -0.01458rem;
    line-height: 20px;
    line-height: 1.25rem; }
    @media all and (min-width: 992px) {
      .prescription-service__account .form_title--w-edit a {
        position: relative;
        right: -20px; } }
    .prescription-service__account .form_title--w-edit a:hover {
      background-color: #ededed; }
@media all and (min-width: 992px) {
  .prescription-service__account .medication__title {
    display: none; } }
.prescription-service__account .medication__intro--md {
  display: none; }
  @media all and (min-width: 992px) {
    .prescription-service__account .medication__intro--md {
      display: block; } }
.prescription-service__account .medication__item {
  margin-bottom: 20px; }
  .prescription-service__account .medication__item h3 {
    font-family: MuseoSans-100, "helvetica", arial, sans-serif;
    font-weight: 300;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: -0.02083rem;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 0;
    margin-top: 10px; }
@media all and (min-width: 992px) {
  .prescription-service__account #address,
  .prescription-service__account #personal {
    min-height: 220px; } }

#suspend.form-block--box {
  background-color: #f7f7dc;
  padding-top: 20px;
  padding-bottom: 10px; }

.error {
  color: #bd0000; }
  .error.captcha {
    padding-bottom: 10px;
    display: block; }

.prescription-form form {
  background: #a6d2b7;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px; }
  @media all and (min-width: 768px) {
    .prescription-form form {
      padding-top: 40px;
      padding-bottom: 20px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media all and (min-width: 992px) {
    .prescription-form form {
      padding-top: 60px;
      padding-bottom: 30px;
      padding-left: 60px;
      padding-right: 60px; } }
  .prescription-form form .form__item {
    margin-bottom: 30px; }
  .prescription-form form .form__error {
    margin-bottom: 30px;
    color: #bd0000;
    padding-left: 17px;
    border-left: 3px solid #bd0000; }
    .prescription-form form .form__error p {
      font-family: MuseoSans-500, "helvetica", arial, sans-serif;
      font-weight: 400; }
    .prescription-form form .form__error a {
      color: #bd0000;
      text-decoration: underline; }
      .prescription-form form .form__error a:hover {
        color: #ff0000; }
  .prescription-form form .form__success {
    margin-bottom: 30px;
    color: #0b8154;
    padding-left: 17px;
    border-left: 3px solid #0b8154; }
    .prescription-form form .form__success p {
      font-family: MuseoSans-500, "helvetica", arial, sans-serif;
      font-weight: 400; }
    .prescription-form form .form__success a {
      color: #0b8154;
      text-decoration: underline; }
      .prescription-form form .form__success a:hover {
        color: #2E8726; }
.prescription-form--sign-in h1, .prescription-form--forgotten-password h1, .prescription-form--reset-password h1 {
  margin-bottom: 40px; }
.prescription-form--sign-in input[type=text],
.prescription-form--sign-in input[type=password], .prescription-form--forgotten-password input[type=text],
.prescription-form--forgotten-password input[type=password], .prescription-form--reset-password input[type=text],
.prescription-form--reset-password input[type=password] {
  padding: 15px; }
  .prescription-form--sign-in input[type=text]::placeholder, .prescription-form--sign-in input[type=text]::-webkit-input-placeholder,
  .prescription-form--sign-in input[type=password]::placeholder,
  .prescription-form--sign-in input[type=password]::-webkit-input-placeholder, .prescription-form--forgotten-password input[type=text]::placeholder, .prescription-form--forgotten-password input[type=text]::-webkit-input-placeholder,
  .prescription-form--forgotten-password input[type=password]::placeholder,
  .prescription-form--forgotten-password input[type=password]::-webkit-input-placeholder, .prescription-form--reset-password input[type=text]::placeholder, .prescription-form--reset-password input[type=text]::-webkit-input-placeholder,
  .prescription-form--reset-password input[type=password]::placeholder,
  .prescription-form--reset-password input[type=password]::-webkit-input-placeholder {
    font-family: MuseoSans-100, "helvetica", arial, sans-serif;
    font-weight: 300;
    color: #666; }
.prescription-form--sign-in ul, .prescription-form--forgotten-password ul, .prescription-form--reset-password ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .prescription-form--sign-in ul li, .prescription-form--forgotten-password ul li, .prescription-form--reset-password ul li {
    margin-right: 30px;
    margin-bottom: 10px;
    display: inline-block; }
    .prescription-form--sign-in ul li a, .prescription-form--forgotten-password ul li a, .prescription-form--reset-password ul li a {
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: -0.01667rem;
      line-height: 20px;
      line-height: 1.25rem;
      font-family: MuseoSans-100, "helvetica", arial, sans-serif;
      font-weight: 300;
      padding-bottom: 5px; }
.prescription-form--sign-in form {
  background: #a6d2b7; }
  .prescription-form--sign-in form button {
    float: none;
    clear: both;
    margin-top: 0;
    padding: 16px 60px;
    background: #2E8726; }
    .prescription-form--sign-in form button:hover {
      background: #0b8154; }
  .prescription-form--sign-in form ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .prescription-form--sign-in form ul li {
      margin-right: 30px;
      margin-bottom: 10px;
      display: inline-block;
      padding-left: 0; }
      .prescription-form--sign-in form ul li a {
        color: #030304;
        border-bottom: 1px solid #2E8726;
        text-decoration: none; }
        .prescription-form--sign-in form ul li a:hover {
          color: #2E8726;
          text-decoration: none; }
  @media all and (min-width: 992px) {
    .prescription-form--sign-in form {
      background-image: url("images/sign-in-graphic.png");
      background-repeat: no-repeat;
      background-position: top 60px right 120px;
      background-size: 280px; } }
.prescription-form--forgotten-password form {
  background: #a6d2b7; }
  .prescription-form--forgotten-password form button {
    float: none;
    clear: both;
    margin-top: 0;
    padding: 16px 60px;
    background: #2E8726; }
    .prescription-form--forgotten-password form button:hover {
      background: #0b8154; }
  .prescription-form--forgotten-password form ul li {
    padding-left: 0; }
    .prescription-form--forgotten-password form ul li a {
      color: #030304;
      border-bottom: 1px solid #2E8726;
      text-decoration: none; }
      .prescription-form--forgotten-password form ul li a:hover {
        color: #2E8726;
        text-decoration: none; }
  @media all and (min-width: 992px) {
    .prescription-form--forgotten-password form {
      background-image: url("images/sign-in-graphic.png");
      background-repeat: no-repeat;
      background-position: top 60px right 120px;
      background-size: 280px; } }
.prescription-form--reset-password form {
  background: #a6d2b7; }
  .prescription-form--reset-password form button {
    float: none;
    clear: both;
    margin-top: 0;
    padding: 16px 60px;
    background: #2E8726; }
    .prescription-form--reset-password form button:hover {
      background: #0b8154; }
  .prescription-form--reset-password form ul li {
    padding-left: 0; }
    .prescription-form--reset-password form ul li a {
      color: #030304;
      border-bottom: 1px solid #2E8726;
      text-decoration: none; }
      .prescription-form--reset-password form ul li a:hover {
        color: #2E8726;
        text-decoration: none; }
  @media all and (min-width: 992px) {
    .prescription-form--reset-password form {
      background-image: url("images/sign-in-graphic.png");
      background-repeat: no-repeat;
      background-position: top 60px right 120px;
      background-size: 280px; } }

/*# sourceMappingURL=service.css.map */
