/* Standard Version */
@font-face {
  font-family: 'GT Walsheim';
  font-weight: normal;
  src: url("https://cdn.pharmacychecker.com/fonts/gt-walsheim-web.woff"); }

/* Light Version */
@font-face {
  font-family: 'GT Walsheim';
  font-weight: 100;
  src: url("https://cdn.pharmacychecker.com/fonts/gt-walsheim-light-web.woff"); }

/* Bold Version */
@font-face {
  font-family: 'GT Walsheim';
  font-weight: bold;
  src: url("https://cdn.pharmacychecker.com/fonts/gt-walsheim-bold-web.woff"); }

/* Standard Italicized Version */
@font-face {
  font-family: 'GT Walsheim';
  font-weight: normal;
  font-style: italic;
  src: url("https://cdn.pharmacychecker.com/fonts/gt-walsheim-regular-oblique-web.woff"); }

/* Light Italicized Version */
@font-face {
  font-family: 'GT Walsheim';
  font-weight: 100;
  font-style: italic;
  src: url("https://cdn.pharmacychecker.com/fonts/gt-walsheim-light-oblique-web.woff"); }

/* Bold Italicized Version */
@font-face {
  font-family: 'GT Walsheim';
  font-weight: bold;
  font-style: italic;
  src: url("https://cdn.pharmacychecker.com/fonts/gt-walsheim-bold-oblique-web.woff"); }

#header {
  border-bottom: 2px solid #346F3E;
  padding: 0;
  -webkit-box-shadow: 0 2px 0 0 rgba(200, 200, 200, 0.25);
  -moz-box-shadow: 0 2px 0 0 rgba(200, 200, 200, 0.25);
  box-shadow: 0 2px 0 0 rgba(200, 200, 200, 0.25); }
  #header #logo, #header #pharmacy-seal-logo {
    float: left;
    padding: 0; }
    #header #logo .subtitle, #header #pharmacy-seal-logo .subtitle {
      color: #6E747A;
      font-size: 0.75rem;
      font-weight: bold; }
  #header .navbar {
    float: right;
    padding: 0; }
    #header .navbar li {
      margin: 0 .75em; }
      #header .navbar li a {
        color: #2D2D2D;
        display: inline-block;
        padding: 1.25em 0;
        border-bottom: 5px solid transparent;
        font-weight: bold;
        font-size: 0.9375rem;
        white-space: nowrap; }
    #header .navbar li.active > a, #header .navbar li > a:hover {
      color: #346F3E;
      border-bottom-color: #346F3E; }
    #header .navbar .dropdown-menu {
      padding: 1em;
      font-size: .9em; }
      #header .navbar .dropdown-menu a {
        padding: .5em; }
      #header .navbar .dropdown-menu a:hover {
        background-color: transparent;
        color: #346F3E; }
  #header .btn-language {
    display: none;
    font-size: 0.9em;
    font-weight: 600;
    margin-left: auto; }
  #header .fa-search {
    color: #6E747A;
    font-size: 1.2rem;
    margin: 0 1rem 0 1.2rem; }
  #header .navbar-toggler {
    line-height: unset;
    outline: none;
    padding: .25rem 0; }
    #header .navbar-toggler .fa-bars:before {
      color: #6E747A; }
  #header .language-switcher {
    margin-right: 15px; }
  #header .top {
    padding-top: 25px; }
  #header .top-right {
    float: right;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

#navigation {
  display: none; }

.autocomplete-suggestions {
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  overflow: auto; }

.autocomplete-suggestion {
  cursor: pointer;
  padding: .1em .25em;
  white-space: nowrap;
  overflow: hidden; }

.autocomplete-selected {
  color: #346F3E;
  background: #E6E7E8; }

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #346F3E; }

.autocomplete-group {
  padding: 2px 5px; }

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000; }

@media (max-width: 1199.98px) {
  #header .navbar li a {
    font-size: 0.75rem; }
  #header #logo .subtitle, #header #pharmacy-seal-logo .subtitle {
    font-size: 0.6875rem; } }

@media (max-width: 991.98px) {
  body > .content-wrapper, body > .container > .content {
    margin-top: 60px; }
  #header {
    background: white;
    position: fixed;
    width: 100%;
    z-index: 1000; }
    #header #logo, #header #pharmacy-seal-logo {
      align-self: center;
      margin-top: 4px; }
      #header #logo img, #header #pharmacy-seal-logo img {
        width: 140px; }
      #header #logo .subtitle, #header #pharmacy-seal-logo .subtitle {
        display: none; }
    #header .language-switcher {
      display: none; }
    #header .btn-language {
      display: block; }
    #header .navbar {
      padding: 0; }
    #header .navbar-nav {
      display: none; }
    #header .search {
      display: none; }
    #header .top {
      padding-top: 10px;
      padding-bottom: 10px; }
  #navigation {
    background: white;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    right: -105%;
    top: 59px;
    z-index: 100;
    -webkit-box-shadow: -8px 0px 20px -5px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: -8px 0px 20px -5px rgba(0, 0, 0, 0.62);
    box-shadow: -8px 0px 20px -5px rgba(0, 0, 0, 0.62);
    -webkit-transition: right 0.2s ease 0s;
    -moz-transition: right 0.2s ease 0s;
    -o-transition: right 0.2s ease 0s;
    transition: right 0.2s ease 0s; }
    #navigation.show {
      right: 0; }
    #navigation .search {
      margin-bottom: 10px; }
    #navigation section {
      padding: 12px 15px 0; }
    #navigation h4 {
      color: silver;
      text-transform: uppercase;
      font-size: 0.75em; }
    #navigation ul {
      padding: 0;
      list-style-type: none; }
    #navigation li {
      font-weight: bold;
      font-size: 12px;
      margin: 10px 0 0 0; }
      #navigation li a {
        color: #000000;
        text-decoration: none; }
        #navigation li a:active, #navigation li a:hover {
          color: #346F3E; }
    #navigation section.share-social {
      background: #346F3E;
      color: white;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #navigation section.share-social h4 {
        color: white; }
      #navigation section.share-social ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between; }
      #navigation section.share-social a {
        background: white;
        border-radius: 50%;
        color: #346F3E;
        display: inline-block;
        font-size: 1rem;
        padding: 2px 7px;
        width: 30px;
        height: 30px;
        text-align: center;
        vertical-align: middle; } }

@media (max-width: 575.98px) {
  .content-wrapper {
    margin-top: 60px; }
  #header .fa-search {
    margin: 0 0.4rem 0 0.7rem; } }

@media (max-width: 358px) {
  #header #logo, #header #pharmacy-seal-logo {
    margin-right: 0; }
    #header #logo img, #header #pharmacy-seal-logo img {
      width: 113px; }
  #header .btn-language {
    margin: 0; } }

#footer {
  background-color: #2D2D2D; }
  #footer #footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #footer #footer-menu ul a, #footer #footer-menu ul .list-header {
      color: #DDDDDD;
      display: block;
      font-size: 0.875rem;
      padding: .4em 0; }
    #footer #footer-menu ul .list-header {
      color: #6E747A;
      font-size: 0.8125rem;
      font-weight: bold;
      min-height: 3em;
      text-transform: uppercase; }
  #footer #footer-menu > .separator:before {
    content: '';
    border-bottom: 1px solid #6E747A;
    display: block;
    margin: 20px 0; }
  #footer #copyright {
    background-color: #2D2D2D;
    color: #DDDDDD;
    font-weight: 100;
    font-size: .9em; }
    #footer #copyright p {
      font-size: 0.875rem;
      margin: 0; }
  #footer .social li .fa-stack {
    line-height: 1.7em;
    width: 1.8em; }
  #footer .social li a .fa-circle {
    color: #FFFFFF;
    font-size: 1.5rem; }
  #footer .social li a .fa:not(.fa-circle):before {
    color: #2D2D2D;
    font-size: 0.8rem; }

@media (max-width: 1199.98px) {
  #footer #footer-menu ul {
    margin-bottom: 20px; }
    #footer #footer-menu ul .list-header {
      min-height: 4em; } }

@media (max-width: 767.98px) {
  #footer #footer-menu {
    padding-top: 25px !important;
    font-size: 1.125rem; }
  #footer #copyright {
    font-size: 1rem;
    text-align: center; }
    #footer #copyright p {
      margin: 20px 0; } }

#sidebar-layout .sidebar-block {
  background-color: #f0f0f0;
  margin: 0 0 1em 0;
  padding: 1em 2em; }
  #sidebar-layout .sidebar-block h3 {
    color: #2D2D2D;
    font-size: 1.5em;
    font-weight: normal;
    margin: 1em 0; }

#sidebar-layout .sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  #sidebar-layout .sidebar-menu li {
    margin: 1em 0; }
  #sidebar-layout .sidebar-menu li.active a {
    font-weight: bold; }

#sidebar-layout .social li {
  margin: 0 .25em; }

.social {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .social li {
    display: inline-block;
    margin: 0 5px;
    text-align: center; }
    .social li a {
      color: #2D2D2D; }
      .social li a .fa-circle {
        color: #FFFFFF;
        font-size: 1.5rem; }
      .social li a .fa:not(.fa-circle):before {
        color: #346F3E;
        font-size: 0.8rem; }
    .social li .fa-stack {
      line-height: 1.4em;
      width: 1.5em; }

@media (max-width: 575.98px) {
  #home-social {
    display: none; } }

#doctor-carousel {
  margin-bottom: 20px;
  text-align: center; }
  #doctor-carousel .card {
    margin: 35px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3); }
  #doctor-carousel .card-title {
    font-size: 1rem;
    font-weight: bold; }
  #doctor-carousel .carousel-indicators {
    bottom: -40px; }

#home-social {
  background-color: #346F3E; }
  #home-social a {
    color: #346F3E; }
  #home-social .social {
    margin: 15px 0 0 0; }
    #home-social .social li:last-child {
      margin-right: 23px; }
    #home-social .social li a .fa-circle {
      color: #FFFFFF;
      font-size: 1.5rem; }
    #home-social .social li a .fa:not(.fa-circle):before {
      color: #346F3E;
      font-size: 0.8rem; }

#home-search {
  background-color: #346F3E; }
  #home-search a {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: underline; }
  #home-search .drug-comparison h1 {
    color: #FFFFFF;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4em; }
  #home-search .search-field {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    #home-search .search-field .col {
      padding: 0; }
    #home-search .search-field input {
      border: none;
      background: none;
      box-shadow: none;
      outline: none;
      color: #6E747A;
      font-size: 1.2em;
      font-weight: 100;
      padding: .7em 1em; }
    #home-search .search-field button {
      background-color: #432E83;
      border-style: none;
      color: #FFFFFF;
      font-size: 1.25em;
      font-weight: bold;
      padding: .6em 1em;
      cursor: pointer;
      width: 100%; }
  #home-search .popular-drugs h3 {
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: 100; }
  #home-search .savings-slogan h2 {
    color: #FFFFFF;
    font-size: 2.215rem;
    font-weight: 500;
    line-height: 1em;
    margin: 35px 0 60px 0; }

#home-values .values-title {
  padding: 2em 0 1.5em;
  width: 100%;
  text-align: center;
  font-size: 2em;
  font-weight: bold; }

#home-values .value-label {
  padding: 25px 0;
  font-size: 1.5em;
  font-weight: bold; }

#home-values .value-description {
  padding: 0 3em 2em;
  font-size: 1.05em; }

#home-values .round-icon {
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 115px;
  height: 115px;
  line-height: 115px;
  margin-left: auto;
  margin-right: auto; }

.card-home-values {
  background-color: #E6E7E8; }

#home-verification-upper .verification-column.verification-primary {
  background-color: #e7f1fb; }

#home-verification-upper .verification-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  #home-verification-upper .verification-column h3 {
    width: 100%;
    font-size: 1.85em;
    font-weight: bold;
    text-align: center;
    margin-top: 1.85em;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    margin-bottom: 0; }
  #home-verification-upper .verification-column h4 {
    font-size: 1.5em;
    line-height: 1.35em;
    margin: .75em auto 1em;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    -webkit-flex-grow: 10;
    -moz-flex-grow: 10;
    -ms-flex-grow: 10;
    flex-grow: 10;
    vertical-align: top; }
  #home-verification-upper .verification-column .verification-program-logo {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    margin-left: auto;
    margin-right: auto; }
  #home-verification-upper .verification-column a.verification-link {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    margin-bottom: 1.7em;
    height: 2.5em; }

#home-ask-pharmacychecker {
  background-color: #E6E7E8; }
  #home-ask-pharmacychecker h3 {
    font-size: 2em;
    font-weight: bold;
    color: #432E83; }
    #home-ask-pharmacychecker h3 .header-highlight {
      color: #346F3E; }
  #home-ask-pharmacychecker .expertise-text {
    font-size: 1.3em; }
  #home-ask-pharmacychecker .card {
    -webkit-box-shadow: 0 9px 19px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 9px 19px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0 9px 19px -13px rgba(0, 0, 0, 0.75); }
    #home-ask-pharmacychecker .card .card-title {
      font-size: 1.25em;
      font-weight: bold; }

#home-faq-contact {
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em; }
  #home-faq-contact h3 {
    color: #346F3E;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 1em 0;
    text-align: center; }
  #home-faq-contact .faq-contact-option {
    color: #346F3E;
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0 1em; }

#home-verification-lower {
  background-color: #346F3E;
  color: #FFFFFF; }
  #home-verification-lower h3 {
    width: 100%;
    font-size: 1.85em;
    font-weight: bold;
    text-align: center;
    margin-top: 1.5em; }
  #home-verification-lower h4 {
    font-size: 1.3em;
    line-height: 1.5em;
    margin-top: 1.25em;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%; }
  #home-verification-lower .verification-program-logo {
    width: 50%;
    margin-left: auto;
    margin-right: auto; }
  #home-verification-lower .requirements-grid {
    margin: 2.5em 0 2em;
    font-size: 1.05em; }
    #home-verification-lower .requirements-grid .requirements-column {
      line-height: 2.4em;
      padding-left: 2em; }
      #home-verification-lower .requirements-grid .requirements-column ul {
        margin-bottom: 0; }
        #home-verification-lower .requirements-grid .requirements-column ul li i {
          font-size: 1.6em;
          line-height: 1.5em;
          margin-left: -41px;
          margin-right: 0.3em;
          color: #FDCF3B; }
  #home-verification-lower .btn-wrapper {
    display: none; }

#home-advocacy {
  background-color: #E6E7E8;
  padding-top: 3em;
  padding-bottom: 3em; }
  #home-advocacy h2 {
    font-weight: bold;
    margin: 0 0 .5em 0; }
  #home-advocacy h4 a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.25rem; }
  #home-advocacy p {
    font-size: 1.1em;
    line-height: 1.75; }
  #home-advocacy .advocacy-icon {
    width: 100%; }

#home-press {
  align-items: center; }
  #home-press h2 {
    font-weight: bold;
    font-size: 1.5em;
    margin: 0; }
  #home-press .press-feature {
    display: inline-block;
    margin: .25em; }

#home-savings .h2-home {
  display: none; }

.table-savings {
  border: none;
  font-size: 0.6875rem;
  text-align: left;
  /* first column is left-aligned */ }
  .table-savings thead th {
    border: none; }
  .table-savings th, .table-savings td {
    text-align: right;
    vertical-align: middle; }
  .table-savings tr > th:first-child, .table-savings tr > td:first-child {
    text-align: left; }
  .table-savings a {
    text-decoration: text-underline; }
  .table-savings tbody tr:nth-of-type(odd) {
    background: #FFFFFF; }
  .table-savings tbody tr:nth-of-type(even) {
    background: #ECF4F6; }
  .table-savings thead tr th:nth-child(4), .table-savings tbody tr td:nth-child(4) {
    display: none; }

#home-buying-international h2 {
  color: #346F3E; }

#home-buying-international p {
  font-size: 1.3rem; }

#home-buying-international .carousel-control-prev-icon,
#home-buying-international .carousel-control-next-icon {
  background: #432E83;
  height: 62px;
  width: 62px;
  line-height: 62px; }

#home-buying-international .carousel-control-prev {
  left: -95px; }

#home-buying-international .carousel-control-next {
  right: -95px; }

#home-buying-international .carousel-indicators {
  bottom: -65px; }

#home-buying-international .carousel-indicators li {
  height: 16px;
  width: 16px; }

#home-buying-international .carousel-control-next-icon:before {
  font-family: FontAwesome;
  content: "\f0da";
  /* fa-caret-right */
  font-size: 55px;
  color: #FFFFFF; }

#home-buying-international .carousel-control-prev-icon:before {
  font-family: FontAwesome;
  content: "\f0d9";
  /* fa-caret-left */
  font-size: 55px;
  color: #FFFFFF; }

@media only screen and (max-width: 670px) {
  #home-buying-international .carousel-control-prev-icon,
  #home-buying-international .carousel-control-next-icon {
    height: 45px;
    width: 45px; }
  #home-buying-international .carousel-control-prev {
    left: 0; }
  #home-buying-international .carousel-control-next {
    right: 0; }
  #home-buying-international .carousel-control-next-icon:before {
    font-size: 45px; }
  #home-buying-international .carousel-control-prev-icon:before {
    font-size: 45px; } }

@media only screen and (max-width: 576px) {
  #home-buying-international .carousel-control-prev-icon,
  #home-buying-international .carousel-control-next-icon {
    height: 35px;
    width: 35px; }
  #home-buying-international .carousel-control-prev {
    left: 0; }
  #home-buying-international .carousel-control-next {
    right: 0; }
  #home-buying-international .carousel-control-next-icon:before {
    font-size: 35px; }
  #home-buying-international .carousel-control-prev-icon:before {
    font-size: 35px; } }

.card-verification .card-body-home {
  padding-top: 0;
  padding-bottom: 0; }

.card-verification .btn-purple-verification {
  font-size: 1.125rem;
  margin-bottom: 1.7em; }

@media (min-width: 576px) {
  .table-savings {
    font-size: 14px; }
    .table-savings thead tr th:nth-child(4), .table-savings tbody tr td:nth-child(4) {
      display: table-cell;
      font-weight: bold; }
  #home-accordion .collapse.show {
    display: none;
    /* don't show open accordion sections that are not shared between small and large devices */ }
  #home-accordion .collapse {
    display: block;
    /* for mobile accordion content that's shared w/ larger devices, display them */ }
  .card-home {
    border: none;
    border-radius: 0;
    display: none;
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 540px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  .card-body-home {
    padding: 3em 0; }
  .card-header-home {
    display: none; }
  .card-home-values .card-body-home {
    padding: 0; }
  .btn-purple-verification {
    font-size: 1.5rem; }
  #home-savings .h2-home {
    display: block; }
  /* refactor later? */
  .card-savings,
  .card-home-values,
  .card-verification {
    display: block; } }

@media (min-width: 768px) {
  .card-home {
    max-width: 720px; }
  #home-ask-pharmacychecker .card-body {
    min-height: 410px; } }

@media (min-width: 992px) {
  .table-savings td {
    font-size: 1rem; }
  .card-home {
    max-width: 960px; }
  #home-savings .h2-home {
    font-size: 2rem; }
  #home-faq-contact h3 {
    margin: 0; }
  #home-ask-pharmacychecker .card-body {
    min-height: 320px; } }

@media (min-width: 1200px) {
  .card-home {
    max-width: 1140px; }
  .home_page .container .content h2 {
    font-size: 2em; }
  .h2-home {
    font-size: 2em; }
  #home-ask-pharmacychecker .card-body {
    min-height: 250px; }
  #home-verification-lower .requirements-grid .requirements-column ul li {
    min-height: 4em;
    line-height: 1.2em; } }

@media (max-width: 575.98px) {
  #home-social {
    display: none; }
  #home-search {
    background-color: white; }
    #home-search .drug-comparison h1 {
      color: black;
      font-size: 1.4rem; }
    #home-search .popular-drugs h3 {
      display: none; }
    #home-search .savings-slogan h2 {
      color: black;
      font-size: 1.4rem;
      font-weight: 500; }
    #home-search .search-field input {
      border-top: 2px solid gray;
      border-bottom: 2px solid gray;
      border-left: 2px solid gray;
      border-right: none;
      border-radius: 0;
      font-size: 0.9375rem;
      height: 54px;
      padding: .56em 1em; }
  #home-accordion {
    display: block;
    margin-left: -15px;
    margin-right: -15px; }
    #home-accordion .card {
      border: none;
      border-bottom: 1px solid #FFFFFF;
      border-radius: 0; }
    #home-accordion .card-header {
      background: #6E747A;
      border-radius: 0;
      color: #FFFFFF; }
    #home-accordion .btn-link {
      align-items: center;
      color: #FFFFFF;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      font-size: 1.3rem;
      justify-content: space-between;
      line-height: 1.4em;
      padding: 0;
      text-align: left;
      text-decoration: none;
      white-space: normal; }
      #home-accordion .btn-link span {
        margin-right: 50px; }
      #home-accordion .btn-link .toggle-symbol:before {
        content: "\f077";
        /* fa-chevron-up */ }
      #home-accordion .btn-link.collapsed .toggle-symbol:before {
        content: "\f078";
        /* fa-chevron-down */ }
    #home-accordion .card-body.secondary {
      background: #949FC8;
      border-bottom: 1px solid #6E747A; }
      #home-accordion .card-body.secondary:last-child {
        border-top: none; }
      #home-accordion .card-body.secondary span {
        margin-left: 1em; }
  #home-verification-lower {
    padding-top: 50px;
    padding-bottom: 50px; }
    #home-verification-lower h3 {
      font-size: 1.3em;
      margin-top: 0; }
    #home-verification-lower h4 {
      font-size: 0.975em;
      padding: 0; }
    #home-verification-lower .requirements-grid .requirements-column {
      font-size: 0.9em;
      line-height: 1em;
      padding-left: 0; }
      #home-verification-lower .requirements-grid .requirements-column ul {
        margin-left: 35px; }
        #home-verification-lower .requirements-grid .requirements-column ul li i {
          margin-left: -35px; }
    #home-verification-lower .verification-program-logo {
      height: 8em;
      width: 75%; }
    #home-verification-lower .btn-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center; }
    #home-verification-lower .btn-purple {
      border-radius: 0;
      border: 1px solid #FFFFFF;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 0.95em;
      font-weight: bold;
      margin: 0 20px;
      padding: 13px; }
  .home_page .content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .home_page .content-wrapper > *:not(#home-verification-lower) {
    display: none;
    order: 3; }
  .home_page .content-wrapper > #home-search {
    display: block;
    order: 1; }
  .home_page .content-wrapper > #home-verification-lower {
    display: block;
    order: 2; }
  .home_page .content-wrapper > #home-accordion {
    display: block; } }

@media (max-width: 991.98px) {
  #home-buying-international .carousel-control-prev {
    left: 0; }
  #home-buying-international .carousel-control-next {
    right: 0; } }

#faq-list li {
  margin: 1em 0; }

.testimonials-h2 {
  font-size: 1.1em !important;
  font-weight: bold !important;
  margin: 0 0 .1em 0 !important; }

.image-float-right {
  margin: 12px 0; }

@media (min-width: 992px) {
  .image-float-right {
    float: right;
    margin: 12px 20px 20px 20px; }
    .image-float-right ~ p {
      margin-top: 10px; } }

.sidebar-panel-of-experts .card .card-title {
  font-weight: bold;
  margin-bottom: 1em; }

.sidebar-panel-of-experts .card .card-subtitle {
  font-size: .9em;
  margin-bottom: 1em; }

.sidebar-panel-of-experts .card .card-text {
  border-top: 1px solid #E6E7E8;
  padding-top: .5em; }

#question-list li {
  margin-bottom: .75em; }

.comments {
  width: 100%;
  margin-bottom: 1.5rem; }
  .comments .list {
    width: 100%; }
    .comments .list .header {
      font-size: 2rem;
      font-weight: bold;
      text-align: left;
      width: 100%;
      border-bottom: 1px solid #555; }
      .comments .list .header .login-link {
        float: right;
        font-size: 1rem;
        font-weight: normal; }
    .comments .list .comment {
      background-color: #EEE;
      margin: 1rem 0.5rem 0.5rem;
      padding: 0.6rem 1rem 0.75rem; }
      .comments .list .comment .byline {
        margin-bottom: .5rem; }
        .comments .list .comment .byline .username {
          display: inline;
          font-weight: bold; }
        .comments .list .comment .byline .comment-link {
          float: right; }
      .comments .list .comment .text {
        margin-left: 1rem;
        font-size: 0.9rem; }
    .comments .list .comment.message {
      background-color: #b9eebc; }
    .comments .list .empty {
      margin-top: 2rem;
      margin-bottom: 2rem;
      text-align: center;
      width: 100%; }
  .comments .new {
    margin-top: 1.5rem;
    border-top: 1px solid #555;
    width: 100%; }
    .comments .new .header {
      line-height: 2rem;
      text-align: right;
      width: 100%; }
      .comments .new .header div {
        display: inline-block; }
      .comments .new .header .username {
        font-weight: bold; }
      .comments .new .header .subusername {
        font-style: italic; }
    .comments .new .form-group {
      margin-bottom: .75rem; }
      .comments .new .form-group .btn {
        width: 125px;
        float: right; }

form .question-form-field {
  margin-bottom: 1rem; }

.centered-title {
  width: 100%;
  text-align: center;
  font-size: 3rem !important;
  font-weight: 400 !important;
  line-height: 1.5em;
  margin-top: 1.5rem  !important; }

.confirmation, .centered-notice {
  margin: 3rem auto;
  text-align: center; }
  .confirmation div, .centered-notice div {
    margin: .5rem; }
  .confirmation form, .centered-notice form {
    margin-top: 1.5rem; }
    .confirmation form input[type=button].cancel-button, .centered-notice form input[type=button].cancel-button {
      margin-left: 0.5rem; }

.account-form {
  max-width: 400px;
  margin: 2rem auto 3rem; }
  .account-form .g-recaptcha > div {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem; }
  .account-form ul {
    list-style: none;
    padding-left: 0; }
    .account-form ul li {
      margin-top: 1rem; }
      .account-form ul li .forgot-password {
        width: 100%;
        text-align: center;
        font-size: .85rem; }
      .account-form ul li ul.errorlist {
        padding-left: 0; }
        .account-form ul li ul.errorlist li {
          border: 1px solid red;
          background: lightpink;
          padding: 0.25rem 0.5rem;
          margin-bottom: 1rem;
          margin-top: 2rem; }
    .account-form ul li.btn-container {
      margin-top: 1rem;
      text-align: center; }
      .account-form ul li.btn-container .btn-purple {
        min-width: 125px; }

.account-form.alert {
  max-width: 600px; }
  .account-form.alert div {
    text-align: center; }
    .account-form.alert div input[type=button].cancel-button {
      margin-left: 0.5rem; }

.account-form.medium {
  max-width: 500px;
  margin: 1.5rem auto 1.5rem; }

.account-form.wide {
  max-width: 100%; }

table.account-alerts {
  width: 100%;
  border: 1px solid #555;
  margin-bottom: 0.5rem; }
  table.account-alerts tbody {
    display: table-row-group; }
    table.account-alerts tbody tr.account-alert {
      display: table-row; }
      table.account-alerts tbody tr.account-alert th {
        text-align: center;
        font-weight: bold; }
      table.account-alerts tbody tr.account-alert td, table.account-alerts tbody tr.account-alert th {
        display: table-cell;
        border: 1px solid #555;
        padding: 0.5rem 0.75rem; }
      table.account-alerts tbody tr.account-alert .dosage {
        text-align: center; }
      table.account-alerts tbody tr.account-alert .frequency {
        text-align: center; }
      table.account-alerts tbody tr.account-alert .next {
        text-align: center; }
      table.account-alerts tbody tr.account-alert .operations {
        text-align: center; }

.account-alert-list-limit {
  font-size: 0.9rem;
  margin-bottom: 2rem;
  text-align: center;
  width: 100%; }

.drug-index-page #page-title {
  display: none; }

.drug-index-page .errorlist {
  margin: 0 0 10px 0;
  padding: 0; }

.btn-submit {
  cursor: pointer; }

.drug-list {
  padding: 0;
  text-justify: distribute; }
  .drug-list-popular, .drug-list-beginning-with {
    margin-bottom: 50px; }
  .drug-list-search input, .drug-list-search .input-group-text {
    border-radius: 0; }
  .drug-list-menu {
    text-align: justify; }
    .drug-list-menu li {
      display: block;
      font-size: 1.25rem;
      margin: 0 0.2em !important; }
      .drug-list-menu li.letter-filter {
        display: inline-block;
        text-align: center; }
  .drug-list-item {
    margin-left: 0;
    margin-right: 0; }
    .drug-list-item:nth-of-type(odd) {
      background: #ECF4F6; }
    .drug-list-item:nth-of-type(even) {
      background: #FFFFFF; }
  .drug-list-col {
    display: inline-block;
    padding: 7px; }
  .drug-list-other {
    border-left: 1px solid #000000;
    word-wrap: break-word; }

.drug-pricing-page .content {
  margin: 30px 0;
  padding-top: 20px; }

.drug-pricing-title {
  font-size: 1.125rem !important;
  font-weight: bold !important;
  margin: 0 0 .1em 0 !important; }

.drug-pricing-p {
  font-size: 0.9375rem; }

.drug-pricing-range-desktop {
  display: none;
  margin-bottom: 10px; }

.drug-pricing-input-group {
  margin: 15px 0; }
  .drug-pricing-input-group input {
    font-size: 1.3125rem;
    padding: 5px 10px; }
  .drug-pricing-input-group button {
    color: #FFFFFF;
    background: #432E83; }
  .drug-pricing-input-group .fa {
    font-size: 1.3em; }

.drug-pricing-drugname {
  color: #346F3E !important; }

.drug-pricing-recall a {
  color: #3572b0 !important; }

.drug-pricing-blurb-desktop {
  display: none;
  margin-bottom: 15px; }

.drug-pricing-blurb-mobile {
  display: block;
  margin-bottom: 15px; }

.drug-pricing-related-top {
  display: none; }

.drug-pricing-options .btn, .drug-pricing-options select {
  font-size: 1.3125rem; }

.drug-pricing-options .btn {
  border: 1px solid #000000;
  color: #000000 !important;
  text-transform: none; }

.drug-pricing-options .btn-disabled {
  border: none;
  cursor: default !important;
  color: #6E747A !important; }

.drug-pricing-options .dropdown-toggle {
  background: #FFFFFF !important;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden; }

.drug-pricing-options select {
  height: 2em !important; }

.drug-pricing-search {
  margin: 20px 0 30px 0; }

.drug-pricing-view-selection {
  font-size: 1rem;
  margin: 20px 0 0 0; }

.drug-pricing-box-p {
  font-size: 0.6875rem;
  margin: 0;
  text-align: center;
  text-transform: uppercase; }

.drug-pricing-list {
  margin: 20px 0; }

.drug-pricing-green-bar {
  color: #FFFFFF;
  background: #346F3E;
  padding-top: 5px;
  padding-bottom: 5px; }
  .drug-pricing-green-bar a {
    color: #FFFFFF !important; }

.drug-pricing-items-wrapper {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.drug-pricing-item {
  border-bottom: 1px solid #E6E7E8;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .drug-pricing-item .fa-info-circle {
    color: #6E747A;
    font-size: 1.5rem;
    margin-left: 10px; }
  .drug-pricing-item .btn-purple {
    font-size: 1rem;
    padding: .5em .75em; }

.drug-pricing-items-wrapper > div:last-child {
  border-bottom: none;
  margin-bottom: 0; }

.drug-pricing-website-link {
  color: #3572b0 !important;
  display: block;
  float: left;
  font-size: 1.25rem;
  max-width: 90%;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis; }
  .drug-pricing-website-link:hover {
    text-decoration: none; }

.drug-pricing-details {
  margin: 20px 0; }

.drug-pricing-cta {
  text-align: right; }

.drug-pricing-related-item {
  font-size: 1.5rem;
  border-bottom: 1px solid #E6E7E8;
  padding-top: 10px;
  padding-bottom: 10px; }

.drug-pricing-disclaimer {
  padding: 20px 0; }

.drug-pricing-box {
  background: #E6E7E8;
  padding: 20px 20px 10px;
  position: relative;
  text-align: center; }

.drug-pricing-find-prices {
  margin-bottom: 20px; }

.drug-pricing-alert-link {
  font-size: 0.85rem;
  padding-top: 10px; }

.drug-pricing-box-overlay {
  background: rgba(0, 0, 0, 0.25);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100; }
  .drug-pricing-box-overlay .fa-spinner {
    font-size: 2em;
    margin-top: 16%; }

.drug-pricing-alerts select {
  border-bottom-right-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  display: inline-block;
  font-size: 1.25rem;
  height: 2.2em !important;
  margin-right: 15px; }

.drug-pricing-alerts button {
  font-size: 1.25rem; }

.drug-card {
  border: 1px dashed black;
  padding: 10px;
  margin: 0 auto;
  max-width: 510px; }
  .drug-card-page .content {
    padding: 20px 0; }
  .drug-card-header {
    text-align: center;
    position: relative;
    word-wrap: break-word; }
  .drug-card-print {
    position: absolute;
    right: 0;
    top: 0; }
    .drug-card-print a {
      color: #6E747A !important;
      font-size: 0.75rem; }
    .drug-card-print i.fa-print {
      font-size: 1.5rem; }
  .drug-card-h1 {
    color: #346F3E;
    font-size: 1.375rem !important; }
  .drug-card-logo {
    vertical-align: top; }
  .drug-card-top {
    margin-bottom: 10px;
    text-align: center; }
  .drug-card-drug-info {
    list-style-type: none;
    margin: 0;
    padding: 0 10px 5px 10px; }
  .drug-card-main {
    font-size: 1.125rem;
    text-align: center;
    overflow: hidden; }
  .drug-card-disclaimer {
    font-size: 0.75rem;
    line-height: 1.2em;
    text-align: left; }
  .drug-card-disclaimer-top {
    border: 1px solid black;
    padding: 5px;
    margin-bottom: 20px; }
  .drug-card-details {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.9375rem;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0; }
    .drug-card-details li {
      border: 1px solid black;
      float: left;
      height: 75px;
      padding: 10px 5px;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-width: 105px;
      margin: 5px 2.5px 0 2.5px; }
    .drug-card-details em {
      font-weight: bold; }
  .drug-card-disclaimer-bottom {
    margin: 10px 0; }
  .drug-card-footer {
    margin-top: 20px; }

@media (min-width: 375px) {
  .drug-pricing-item .btn-purple {
    font-size: 1.125rem;
    padding: 1em 1.125em; }
  .drug-pricing-box-p {
    font-size: 0.8125rem;
    margin: 0; } }

@media (min-width: 768px) {
  .drug-list {
    text-align: left; }
    .drug-list-menu {
      overflow: hidden; }
      .drug-list-menu li {
        display: block;
        font-size: 1rem;
        margin: 1em 0 !important; }
        .drug-list-menu li.letter-filter {
          float: left;
          height: 1.3em;
          width: 15%; }
  .drug-card-h1 {
    font-size: 1.75em; }
  .drug-card-print {
    font-size: 1rem; }
    .drug-card-print i.fa-print {
      font-size: 1.875rem; }
  .drug-card-top {
    border-bottom: 1px solid black;
    margin-bottom: 10px;
    text-align: left; }
  .drug-card-drug-info {
    border-left: 1px solid black;
    display: inline-block; }
  .drug-card-details {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 992px) {
  .drug-pricing-page .content {
    margin: 0; }
  .drug-pricing-header {
    float: left;
    max-width: 55%; }
  .drug-pricing-range-desktop {
    display: block; }
  .drug-pricing-range-mobile {
    display: none; }
  .drug-pricing-related-top {
    display: block;
    margin-top: 10px; }
    .drug-pricing-related-top h3 {
      font-weight: bold;
      font-size: 1rem !important;
      margin: 0; }
    .drug-pricing-related-top p.list {
      font-weight: normal;
      margin-bottom: 10px; }
  .drug-pricing-blurb-desktop {
    display: block; }
  .drug-pricing-blurb-mobile {
    display: none; }
  .drug-pricing-link {
    color: #3572b0 !important; }
  .drug-pricing-options {
    float: right;
    width: 40%; }
  .drug-pricing-search {
    clear: right;
    float: right;
    margin: 40px 0 30px 0;
    width: 40%; }
  .drug-pricing-list {
    clear: both; }
  .drug-pricing-website, .drug-pricing-details {
    margin: 0; }
  .drug-pricing-item {
    padding-bottom: 20px; }
    .drug-pricing-item .fa-info-circle {
      float: none;
      margin-left: 10px; }
    .drug-pricing-item .btn-purple {
      display: block;
      font-size: 1.25rem;
      padding: 0.75em 1.125em; }
  .drug-pricing-website-link {
    display: inline;
    float: none; }
  .drug-pricing-disclaimer {
    padding: 30px 9%; }
  .drug-pricing-bottom {
    padding-left: 9%;
    padding-right: 9%; }
  .drug-pricing-related-bottom {
    display: none; }
  .drug-pricing-items-wrapper > div:last-child {
    border-bottom: 1px solid #E6E7E8; } }

@media print {
  .drug-card-print {
    display: none; } }

.pap-details-h1 {
  margin-top: 2.1875rem !important; }

.pap-details-h2 {
  font-size: 1.25rem !important; }

.pap-details-banner {
  background: #E6E7E8;
  margin-top: 60px;
  padding-bottom: 30px; }

.pap-details-card {
  margin-top: 35px; }

.pap-details-submit {
  margin-top: 10px;
  width: 100%; }

.pap-details-form {
  margin-top: 40px; }

.pap-details-program {
  padding: 30px 0; }
  .pap-details-program .card {
    margin: 30px 0; }

@media (min-width: 992px) {
  .pap-details-banner {
    margin-top: 0; } }

.messages {
  margin: 0 auto; }
  .messages .message {
    padding: 0.25rem 0.75rem;
    margin-top: 1.5rem;
    text-align: center; }
  .messages .message.debug {
    background-color: #ebebeb;
    border: 1px solid #a0a0a0; }
  .messages .message.success {
    background-color: #d1ffd6;
    border: 1px solid #98b499; }
  .messages .message.info {
    background-color: #fbffd1;
    border: 1px solid #b0b48e; }
  .messages .message.warning {
    background-color: #fff0d4;
    border: 1px solid #b4a595; }
  .messages .message.error {
    background-color: #ffdad8;
    border: 1px solid #b49897; }

@media (max-width: 991.98px) {
  .messages {
    margin-top: 6rem;
    margin-bottom: -2rem; } }

.pharmacy-ratings-header.desktop {
  background-color: #e6e7e8;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem; }
  .pharmacy-ratings-header.desktop h1 {
    font-size: 1.5rem;
    margin-bottom: 1.2rem; }
  .pharmacy-ratings-header.desktop h2 {
    font-size: 1rem;
    margin-bottom: 1.2rem;
    font-style: italic; }
  .pharmacy-ratings-header.desktop h3 {
    font-size: 1rem; }

.pharmacy-ratings-header.mobile {
  margin-top: 58px;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  text-align: center; }
  .pharmacy-ratings-header.mobile .container {
    padding: 0; }
  .pharmacy-ratings-header.mobile h1 {
    font-size: 1.05rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.4rem; }
  .pharmacy-ratings-header.mobile h2 {
    font-size: 0.95rem;
    font-style: italic;
    margin-bottom: 1rem; }
  .pharmacy-ratings-header.mobile h3 {
    font-size: 0.95rem;
    text-align: left; }

.pharmacy-ratings-footer {
  background-color: #e6e7e8;
  text-align: center; }
  .pharmacy-ratings-footer .upper-footer {
    margin-top: 0.5rem; }
    .pharmacy-ratings-footer .upper-footer .learn {
      font-size: 2.1rem;
      margin-bottom: 0.5rem; }
    .pharmacy-ratings-footer .upper-footer .learn-description {
      font-size: 0.9rem; }
  .pharmacy-ratings-footer .rogue {
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 1rem; }
    .pharmacy-ratings-footer .rogue .title {
      font-weight: bold; }
    .pharmacy-ratings-footer .rogue .link {
      margin-top: .75rem;
      width: 200px;
      margin-left: auto;
      margin-right: auto; }
      .pharmacy-ratings-footer .rogue .link a {
        color: white;
        text-decoration: none; }

.pharmacy-ratings-container {
  background-color: #e6e7e8;
  padding-top: 15px; }
  .pharmacy-ratings-container .pharmacy-rating {
    background-color: white;
    border-radius: 2px;
    min-height: 150px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(85, 85, 85, 0.5);
    -moz-box-shadow: 0 1px 3px 0 rgba(85, 85, 85, 0.5);
    box-shadow: 0 1px 3px 0 rgba(85, 85, 85, 0.5); }
  .pharmacy-ratings-container .pharmacy-label {
    padding-left: 20px;
    font-size: 0.9rem;
    font-weight: lighter; }
  .pharmacy-ratings-container .pharmacy-icon-container {
    width: 174px;
    margin-left: auto;
    margin-right: auto; }
    .pharmacy-ratings-container .pharmacy-icon-container .pharmacy-icon-image {
      padding-top: 40px;
      height: 110px; }
    .pharmacy-ratings-container .pharmacy-icon-container .pharmacy-profile-link {
      font-size: 0.8rem;
      text-decoration: underline; }
  .pharmacy-ratings-container .pharmacy-info .pharmacy-title {
    font-size: 1.25rem;
    line-height: 60px; }
  .pharmacy-ratings-container .pharmacy-info .pharmacy-data {
    color: #777; }
  .pharmacy-ratings-container .pharmacy-info .pharmacy-data-header {
    font-size: 0.9rem;
    font-weight: bold; }
  .pharmacy-ratings-container .pharmacy-info .pharmacy-data-text {
    font-size: 1rem;
    font-weight: lighter; }
  .pharmacy-ratings-container .pharmacy-link-desktop {
    border-left: 1px solid #bbb;
    padding-top: 45px;
    text-align: center; }
    .pharmacy-ratings-container .pharmacy-link-desktop a {
      background-color: #432E83;
      color: white;
      display: block;
      height: 60px;
      line-height: 60px;
      margin-left: auto;
      margin-right: auto;
      width: 60%; }

.pharmacy-rating-checkbox {
  background-color: #346F3E;
  border-radius: 50%;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px; }
  .pharmacy-rating-checkbox div {
    background-color: #ddd;
    border-radius: 50%;
    height: 24px;
    margin-left: 3px;
    margin-top: 3px;
    width: 24px; }
    .pharmacy-rating-checkbox div i {
      color: #346F3E;
      line-height: 20px;
      font-size: 33px; }

@media (max-width: 991.98px) {
  .pharmacy-ratings-container .pharmacy-ratings-list {
    padding: 0; }
  .pharmacy-ratings-container .pharmacy-icon-container {
    margin-left: 25px; }
    .pharmacy-ratings-container .pharmacy-icon-container .pharmacy-icon-image {
      height: auto;
      padding-top: 10px; }
  .pharmacy-ratings-container .pharmacy-info {
    margin-top: 10px; }
    .pharmacy-ratings-container .pharmacy-info .pharmacy-data .row {
      margin-bottom: 5px; }
    .pharmacy-ratings-container .pharmacy-info .pharmacy-data-header {
      color: #888;
      font-size: 1rem;
      font-weight: lighter;
      text-align: right;
      padding-right: 10px; }
    .pharmacy-ratings-container .pharmacy-info .pharmacy-data-text {
      color: #000;
      padding-left: 0; }
  .pharmacy-ratings-container .pharmacy-link-mobile {
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #D0CBE0;
    font-size: 0.9rem;
    text-align: center; }
    .pharmacy-ratings-container .pharmacy-link-mobile .col-6 {
      padding: 0; }
      .pharmacy-ratings-container .pharmacy-link-mobile .col-6 i {
        padding-left: 2px; }
    .pharmacy-ratings-container .pharmacy-link-mobile .pharmacy-web-link {
      background-color: #432E83; }
      .pharmacy-ratings-container .pharmacy-link-mobile .pharmacy-web-link a, .pharmacy-ratings-container .pharmacy-link-mobile .pharmacy-web-link i {
        color: white;
        text-decoration: none; }
    .pharmacy-ratings-container .pharmacy-link-mobile .pharmacy-profile-link a {
      color: #432E83;
      text-decoration: underline; }
    .pharmacy-ratings-container .pharmacy-link-mobile .pharmacy-profile-link i {
      color: #432E83; } }

.pharmacy-profile-main-header, .pharmacy-seal-main-header {
  background-color: #fff;
  padding: 2rem; }
  .pharmacy-profile-main-header .header-content, .pharmacy-seal-main-header .header-content {
    padding-top: 10px;
    padding-bottom: 10px; }
  .pharmacy-profile-main-header .pharmacy-title, .pharmacy-seal-main-header .pharmacy-title {
    font-size: 2rem; }
    .pharmacy-profile-main-header .pharmacy-title .pharmacy-name, .pharmacy-seal-main-header .pharmacy-title .pharmacy-name {
      font-size: 2rem;
      display: inline-block;
      line-height: 1.5rem; }
    .pharmacy-profile-main-header .pharmacy-title .pharmacy-rating-checkbox, .pharmacy-seal-main-header .pharmacy-title .pharmacy-rating-checkbox {
      text-align: left;
      display: inline-block;
      margin-left: 1.5rem;
      position: relative;
      padding-top: 3px;
      right: unset;
      top: unset; }
      .pharmacy-profile-main-header .pharmacy-title .pharmacy-rating-checkbox .checkbox-inner, .pharmacy-seal-main-header .pharmacy-title .pharmacy-rating-checkbox .checkbox-inner {
        margin-top: 0;
        background-color: #fff; }
        .pharmacy-profile-main-header .pharmacy-title .pharmacy-rating-checkbox .checkbox-inner i, .pharmacy-seal-main-header .pharmacy-title .pharmacy-rating-checkbox .checkbox-inner i {
          position: absolute; }
  .pharmacy-profile-main-header .pharmacy-link, .pharmacy-seal-main-header .pharmacy-link {
    text-align: center; }
    .pharmacy-profile-main-header .pharmacy-link a, .pharmacy-seal-main-header .pharmacy-link a {
      background-color: #432E83;
      color: white;
      display: block;
      height: 2.75rem;
      line-height: 2.75rem;
      margin-left: auto;
      margin-right: auto;
      width: 11rem; }
  .pharmacy-profile-main-header .pharmacy-sub-link, .pharmacy-seal-main-header .pharmacy-sub-link {
    text-align: center;
    padding-top: 0.25rem; }
    .pharmacy-profile-main-header .pharmacy-sub-link a, .pharmacy-seal-main-header .pharmacy-sub-link a {
      color: #432E83;
      font-size: 0.9rem; }

@media (min-width: 992px) {
  .sticky {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%; }
  .pharmacy-profile-main-header.sticky, .sticky.pharmacy-seal-main-header {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transition: box-shadow .2s; } }

.pharmacy-profile-sub-header {
  background-color: #999999;
  font-size: 0.95rem;
  margin-bottom: 3.5rem;
  padding: 1.1rem; }
  .pharmacy-profile-sub-header .sub-header-label {
    font-weight: bold;
    margin-bottom: 0.25rem; }

.pharmacy-sidebar-content .sidebar-panel {
  padding: 0; }
  .pharmacy-sidebar-content .sidebar-panel .pharmacy-profile-sidebar div.row {
    overflow: hidden; }
  .pharmacy-sidebar-content .sidebar-panel .container {
    background-color: #d8d8d8;
    padding: 1.5rem;
    height: 100%; }
    .pharmacy-sidebar-content .sidebar-panel .container .title {
      font-size: 1.3rem;
      font-weight: bold;
      margin-bottom: 1.5rem; }
    .pharmacy-sidebar-content .sidebar-panel .container .info {
      font-size: 0.9rem;
      margin-bottom: 1.5rem; }
      .pharmacy-sidebar-content .sidebar-panel .container .info .row {
        margin-bottom: 0.5rem; }

.main-panel-pharmacy-profile {
  padding: 0; }
  .main-panel-pharmacy-profile .profile-grid {
    width: 100%;
    border: 2px solid black;
    margin-bottom: 1.5rem; }
    .main-panel-pharmacy-profile .profile-grid i.fa-check, .main-panel-pharmacy-profile .profile-grid i.fa-star {
      color: #346F3E; }
    .main-panel-pharmacy-profile .profile-grid tr {
      border: 2px solid black; }
      .main-panel-pharmacy-profile .profile-grid tr td, .main-panel-pharmacy-profile .profile-grid tr th {
        border: 2px solid black; }
      .main-panel-pharmacy-profile .profile-grid tr th {
        color: #6d6d6d;
        font-weight: bold;
        padding-left: 0.25rem; }
      .main-panel-pharmacy-profile .profile-grid tr td {
        padding-left: 1rem;
        font-size: 0.85rem; }
      .main-panel-pharmacy-profile .profile-grid tr td:first-child, .main-panel-pharmacy-profile .profile-grid tr th:first-child {
        width: 60%; }
      .main-panel-pharmacy-profile .profile-grid tr td:last-child, .main-panel-pharmacy-profile .profile-grid tr th:last-child {
        width: 40%;
        text-align: center;
        padding-left: 0; }
    .main-panel-pharmacy-profile .profile-grid tr:nth-child(odd) {
      background-color: #f3f3f3; }
  .main-panel-pharmacy-profile .profile-grid:last-child {
    margin-bottom: 0; }
  .main-panel-pharmacy-profile .profile-grid.dark tr th {
    color: #000; }

.pharmacy-products-sold {
  background-color: #d8d8d8;
  padding: 2rem;
  margin-bottom: 1.5rem;
  margin-top: 2.5rem; }
  .pharmacy-products-sold .pad-left {
    padding-left: 2rem; }
  .pharmacy-products-sold .products-sold-label {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3rem; }
  .pharmacy-products-sold .products-sold-header-label {
    font-weight: bold; }

.verified-primary-pharmacy {
  padding: 2rem;
  border-bottom: 2px solid #ddd;
  margin-bottom: 1rem; }
  .verified-primary-pharmacy .verified-header {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    font-weight: bold; }
  .verified-primary-pharmacy .primary-pharmacy-info {
    padding-bottom: 0.5rem; }
    .verified-primary-pharmacy .primary-pharmacy-info div div {
      margin-bottom: 0.5rem; }

.other-verified-pharmacies {
  padding: 0 2rem 2rem; }
  .other-verified-pharmacies .verified-header {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    font-weight: bold; }
  .other-verified-pharmacies .other-pharmacy-info, .other-verified-pharmacies .other-pharmacy-hidden {
    padding-bottom: 1.5rem; }
    .other-verified-pharmacies .other-pharmacy-info div div, .other-verified-pharmacies .other-pharmacy-hidden div div {
      margin-bottom: 0.5rem; }
  .other-verified-pharmacies .narrow-spacer {
    margin-bottom: 2rem;
    margin-top: 2rem;
    width: 80%;
    border-bottom: 2px solid #ddd;
    margin-left: auto;
    margin-right: auto; }

.pre-footer, .pharmacy-seal-pre-footer {
  padding: 1rem 0 5rem;
  text-align: center; }
  .pre-footer > .row, .pharmacy-seal-pre-footer > .row {
    margin-left: auto;
    margin-right: auto; }

.profile-dialog-link {
  color: #346F3E;
  cursor: pointer; }

.profile-dialog-link.purple {
  color: #432E83; }

.dialog-hidden {
  display: none; }

/* Mobile specific style */
@media (max-width: 991.98px) {
  .pharmacy-profile-main-header, .pharmacy-seal-main-header {
    padding: 1rem;
    margin-top: 58px;
    text-align: center; }
    .pharmacy-profile-main-header .pharmacy-title .pharmacy-name, .pharmacy-seal-main-header .pharmacy-title .pharmacy-name {
      font-size: 1.3rem; }
    .pharmacy-profile-main-header .pharmacy-title .pharmacy-rating-checkbox, .pharmacy-seal-main-header .pharmacy-title .pharmacy-rating-checkbox {
      display: none; }
    .pharmacy-profile-main-header .pharmacy-countries, .pharmacy-seal-main-header .pharmacy-countries {
      font-size: 0.95rem; }
    .pharmacy-profile-main-header .pharmacy-link, .pharmacy-seal-main-header .pharmacy-link {
      margin-top: 1rem; }
  .pharmacy-profile-sub-header {
    margin-bottom: 0; }
    .pharmacy-profile-sub-header .sub-header-info {
      margin-bottom: 0.65rem; }
      .pharmacy-profile-sub-header .sub-header-info .sub-header-label {
        margin-bottom: 0; }
    .pharmacy-profile-sub-header .sub-header-info:last-child {
      margin-bottom: 0; }
  .pharmacy-sidebar-content {
    margin-top: 0 !important; }
    .pharmacy-sidebar-content .sidebar-panel .pharmacy-profile-sidebar {
      margin-bottom: 1.75rem; }
    .pharmacy-sidebar-content .sidebar-panel .container {
      height: auto; }
  .pharmacy-products-sold {
    margin-top: 1.5rem;
    margin-bottom: 0; }
  .verified-primary-pharmacy .content {
    margin-top: 0 !important; }
  .other-verified-pharmacies .content {
    margin-top: 1rem !important; } }

.pharmacy-seal-main-header {
  margin-top: 8px;
  margin-bottom: 18px;
  padding: 12px;
  background: #E6E7E8; }
  .pharmacy-seal-main-header p {
    margin: .6em auto; }
  .pharmacy-seal-main-header .pharmacy-title {
    font-weight: bold; }

#pharmacy-seal-logo {
  margin: 20px auto; }

.pharmacy-seal-pre-footer p {
  margin: 12px; }

.pharmacy-seal-pre-footer .logo {
  margin-top: 12px; }

.pharmacy-seal-footer #copyright {
  margin-bottom: 30px; }

.pharmacy-seal-footer-links {
  margin-bottom: 30px; }

.pharmacy-seal-footer-links a {
  color: #2D2D2D; }

.pharmacy-seal-translation-btn {
  margin-bottom: 20px; }

.pharmacy-feedback-main-header {
  background-color: #d8d8d8;
  padding: 2rem 0; }
  .pharmacy-feedback-main-header .feedback-title {
    font-size: 2rem;
    line-height: 1.5em; }
  .pharmacy-feedback-main-header .website-name {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem; }
  .pharmacy-feedback-main-header .number-of-ratings {
    margin-bottom: 0.75rem; }
  .pharmacy-feedback-main-header .star-rating {
    margin-bottom: 0.15rem; }
    .pharmacy-feedback-main-header .star-rating i {
      color: #346F3E;
      margin-right: 0.15rem;
      margin-top: 0.25rem;
      font-size: 1.2rem; }
  .pharmacy-feedback-main-header .write-review-spacer {
    font-size: 2rem; }
  .pharmacy-feedback-main-header .write-review-box {
    background: #FFFFFF;
    width: 80%;
    margin-left: auto;
    padding: 1rem 2rem 1.5rem; }
    .pharmacy-feedback-main-header .write-review-box .write-review-label {
      padding: 0;
      font-size: 1.6rem; }
    .pharmacy-feedback-main-header .write-review-box .write-review-link {
      margin-top: 1.25rem;
      text-align: center; }
      .pharmacy-feedback-main-header .write-review-box .write-review-link a {
        color: #FFFFFF; }

.pharmacy-feedback-container {
  background-color: #f7f7f7; }
  .pharmacy-feedback-container .feedback-container-title {
    font-size: 1.4rem;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem; }
  .pharmacy-feedback-container .feedback-comment {
    margin-top: 0.5rem; }
  .pharmacy-feedback-container .feedback-block {
    border: 1px solid black;
    background-color: #FFFFFF;
    padding: 1rem 0.5rem;
    margin-left: 0;
    margin-right: 0; }
  .pharmacy-feedback-container .no-feedback, .pharmacy-feedback-container .loading-feedback {
    text-align: center; }
  .pharmacy-feedback-container .feedback-list {
    -webkit-animation: linear 2s;
    animation: linear 2s; }
  .pharmacy-feedback-container .feedback-item {
    font-size: 0.9rem;
    margin-bottom: 1rem; }
  .pharmacy-feedback-container .item-star-rating {
    text-align: right;
    color: #346F3E;
    font-size: 1rem; }
  .pharmacy-feedback-container .show-more-button {
    text-align: center; }
  .pharmacy-feedback-container .feedback-item-label {
    font-weight: bold;
    color: #666666; }
  .pharmacy-feedback-container .hidden-item {
    display: none; }
  .pharmacy-feedback-container .show-more-button {
    margin: 1.5rem 0 1.5rem; }

.pharmacy-feedback-prefooter {
  background-color: #f7f7f7;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem; }
  .pharmacy-feedback-prefooter .prefooter-text {
    font-size: 1.25rem;
    margin-bottom: 1.25rem; }

/* Mobile specific style */
@media (max-width: 1199.98px) {
  .pharmacy-feedback-main-header .write-review-box {
    margin-left: unset;
    width: 100%; } }

@media (max-width: 991.98px) {
  .pharmacy-feedback-main-header {
    margin-top: 2.5rem; }
    .pharmacy-feedback-main-header .feedback-title {
      text-align: center; }
  .pharmacy-feedback-container .item-star-rating {
    text-align: center;
    margin-top: 0.5rem; } }

.new-pharmacy-feedback-title {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.75rem; }

.new-pharmacy-feedback-form {
  margin-bottom: 2.5rem; }
  .new-pharmacy-feedback-form i.fa-star-o {
    color: #000000; }
  .new-pharmacy-feedback-form i.fa-star {
    color: #346F3E; }
  .new-pharmacy-feedback-form i {
    font-size: 1.25rem; }
  .new-pharmacy-feedback-form .form-control {
    margin-bottom: 1.5rem; }
  .new-pharmacy-feedback-form .btn-purple {
    margin-top: 1.25rem; }

.new-pharmacy-feedback-info {
  padding-left: 2rem;
  padding-right: 2rem; }
  .new-pharmacy-feedback-info .info-website-name {
    font-weight: bold; }

.new-pharmacy-feedback-too-recent {
  margin-top: 3rem;
  text-align: center; }
  .new-pharmacy-feedback-too-recent .too-recent-warning {
    font-size: 1.5rem; }
  .new-pharmacy-feedback-too-recent .too-recent-date {
    font-size: 1.25rem; }
  .new-pharmacy-feedback-too-recent .too-recent-back {
    font-size: 1rem; }

.new-pharmacy-feedback-verify {
  margin-top: 4rem;
  text-align: center; }
  .new-pharmacy-feedback-verify .verify-main {
    font-size: 1.5rem; }
  .new-pharmacy-feedback-verify .verify-sub {
    font-size: 1.25rem; }

.new-pharmacy-feedback-success {
  margin-top: 4rem;
  text-align: center; }
  .new-pharmacy-feedback-success .success-main {
    font-size: 1.5rem; }
  .new-pharmacy-feedback-success .success-sub {
    font-size: 1.25rem; }

@media (max-width: 991.98px) {
  .new-pharmacy-feedback-info {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1.5rem; } }

#breakpoint-helper {
  background: rgba(0, 0, 0, 0.3);
  color: white;
  bottom: 10px;
  font-size: 1rem;
  padding: 5px;
  position: fixed;
  right: 10px; }
  #breakpoint-helper::after {
    content: 'XS'; }

@media (min-width: 576px) {
  #breakpoint-helper::after {
    content: 'SM'; } }

@media (min-width: 768px) {
  #breakpoint-helper::after {
    content: 'MD'; } }

@media (min-width: 992px) {
  #breakpoint-helper::after {
    content: 'LG'; } }

@media (min-width: 1200px) {
  #breakpoint-helper::after {
    content: 'XL'; } }

html {
  height: 100%; }

body {
  background-color: #FFFFFF;
  color: #2D2D2D;
  font-family: "Open Sans", "Arial", sans-serif;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  body > .container, body > .container-fluid {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  body > .footer, body > .pharmacy-seal-footer {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    flex-grow: 0; }
  body > .header {
    flex-grow: 0; }

.underlined {
  text-decoration: underline; }

.italicized {
  font-style: italic; }

.centered {
  margin-left: auto;
  margin-right: auto; }

.centered-text {
  text-align: center; }

.container .content {
  padding-bottom: 40px; }
  .container .content a {
    color: #346F3E; }
  .container .content .nowrap {
    white-space: nowrap; }
  .container .content .purple-box-link {
    border-radius: 5px;
    background-color: #432E83;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #FFFFFF;
    padding: .5em 1.5em;
    text-decoration: none;
    -webkit-box-shadow: 0 5px 7px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 5px 7px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0 5px 7px -6px rgba(0, 0, 0, 0.75); }
  .container .content .btn-purple {
    background-color: #432E83;
    color: #FFFFFF; }
  .container .content #section-title {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 2em;
    font-weight: normal; }
  .container .content #page-title {
    font-size: 1.75em;
    font-weight: bold;
    margin: 0 0 .5em 0; }
  .container .content #page-title + section.row {
    margin-top: 2em; }
  .container .content h1, .container .content h2, .container .content h3, .container .content h4, .container .content h5 {
    font-family: 'Arimo', 'Helvetica', sans-serif; }
  .container .content h1 {
    font-size: 1.75em;
    font-weight: bold;
    margin: 0 0 .5em 0; }
  .container .content h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 .5em 0; }
  .container .content h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 .1em 0; }
  .container .content h4 {
    font-size: 1.1em;
    font-weight: normal;
    margin: 0 0 .5em 0; }
  .container .content h5 {
    font-size: 1em;
    font-weight: normal;
    margin: 0 0 .5em 0; }

.bold {
  font-weight: bold; }

.global-search {
  float: right; }
  .global-search input {
    border: none;
    box-shadow: none;
    padding: .5em;
    font-weight: 100;
    outline: none; }
  .global-search button {
    cursor: pointer;
    outline: none;
    background: none;
    border: none;
    border-left: 1px solid #DDDDDD; }
  .global-search .input-group {
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF; }
    .global-search .input-group .fa {
      color: #346F3E;
      margin: .75em .5em; }

.btn-purple {
  background-color: #432E83;
  border-radius: 5px;
  color: #FFFFFF;
  padding: .5em 1.5em;
  text-align: center;
  text-decoration: none !important;
  word-wrap: normal;
  -webkit-box-shadow: 0 5px 7px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 5px 7px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0 5px 7px -6px rgba(0, 0, 0, 0.75); }
  .btn-purple:hover {
    color: #FFFFFF; }

.btn-purple-verification {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  font-size: 1.5em;
  font-weight: bold;
  height: 2.5em; }

.carousel-indicators-round li {
  color: white;
  border-radius: 50%;
  border: 2px solid #346F3E;
  height: 13px;
  width: 13px; }
  .carousel-indicators-round li.active {
    background: #346F3E; }

.green {
  color: #346F3E; }

.pc-link {
  color: #346F3E;
  text-decoration: underline; }

.h2-home {
  color: #432E83;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 .5em 0; }

.try-instead {
  margin: 2em 0;
  text-align: center; }
  .try-instead a {
    display: inline-block;
    margin: 1em; }

.errorlist {
  color: #ff0000;
  font-size: 1rem;
  list-style-type: none;
  padding: 0; }

.blockquote {
  font-size: 1rem; }

.news-list {
  padding: 0;
  list-style-type: none; }
  .news-list li {
    margin-bottom: 0.75rem; }
  .news-list .date {
    font-weight: 400;
    padding-right: 0.25rem;
    white-space: nowrap; }

@media (max-width: 575.98px) {
  .container .content #section-title {
    padding-bottom: 0; } }

@media print {
  body > .container > .content {
    margin: 0; }
  body #header, body #navigation, body #footer {
    display: none; } }
