@charset "UTF-8";
/* Standard Version */
@font-face {
  font-family: "GT Walsheim";
  font-weight: normal;
  font-display: optional;
  src: url("https://cdn.pharmacychecker.com/fonts/gt-walsheim-web.woff");
}
/* Light Version */
@font-face {
  font-family: "GT Walsheim";
  font-weight: 100;
  font-display: optional;
  src: url("https://cdn.pharmacychecker.com/fonts/gt-walsheim-light-web.woff");
}
/* Bold Version */
@font-face {
  font-family: "GT Walsheim";
  font-weight: bold;
  font-display: optional;
  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;
  font-display: optional;
  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;
  font-display: optional;
  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;
  font-display: optional;
  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;
  margin-top: 0.75rem;
}
#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-brand img {
  max-width: 300px;
}
#header .navbar li {
  margin: 0 0.75em;
}
#header .navbar li a {
  color: #2D2D2D;
  display: inline-block;
  padding: 1.25em 0;
  border-bottom: 5px solid transparent;
  -webkit-transition: border-bottom 0.3s ease 0s;
  -moz-transition: border-bottom 0.3s ease 0s;
  -o-transition: border-bottom 0.3s ease 0s;
  transition: border-bottom 0.3s ease 0s;
  font-weight: bold;
  font-size: 1rem;
  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: 0.9em;
}
#header .navbar .dropdown-menu a {
  padding: 0.5em;
}
#header .navbar .dropdown-menu a:hover {
  background-color: transparent;
  color: #346F3E;
}
#header .btn-language {
  display: none;
  margin-left: auto;
}
#header .fa-search {
  color: #6E747A;
  font-size: 1.2rem;
  margin: 0 1rem 0 1.2rem;
}
#header .col-2 > .fa-search {
  float: right;
  padding: 0.6rem 0 0.4rem 0;
  font-size: 2rem;
}
#header .navbar-toggler {
  line-height: unset;
  outline: none;
  padding: 0.5rem 0;
}
#header .navbar-toggler .fa-bars:before {
  color: #6E747A;
  font-size: 2rem;
  margin-left: 0.4rem;
}
#header .language-switcher {
  margin-right: 15px;
}
#header .top {
  padding-top: 25px;
}
#header .mypc-controls {
  position: absolute;
  right: 1rem;
  top: 0.6rem;
}
#header .top-right {
  padding-top: 1rem;
  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;
}

.global-search > .input-group {
  max-width: 100%;
}

.desktop-userway-button {
  cursor: pointer;
  margin-right: 0.95rem;
  height: 36px;
  width: 36px;
  padding: 1px;
  border-radius: 50%;
  background: rgb(52, 111, 62) !important;
}

#dropdown-global-search {
  margin-bottom: 6px;
  height: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#navigation {
  display: none;
}

.ui-autocomplete.ui-front {
  z-index: 100;
}

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

.autocomplete-suggestion {
  cursor: pointer;
  padding: 0.1em 0.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: 1rem;
  }
  #header #logo .subtitle, #header #pharmacy-seal-logo .subtitle {
    font-size: 0.6875rem;
  }
  #header .mypc-nav {
    margin-right: 1.4rem;
  }
}
.mypc-controls {
  max-height: 1.6rem;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease 0s;
  -moz-transition: max-height 0.3s ease 0s;
  -o-transition: max-height 0.3s ease 0s;
  transition: max-height 0.3s ease 0s;
}

#header #logo .subtitle, #header #pharmacy-seal-logo .subtitle {
  max-height: 1rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#header .top {
  -webkit-transition: padding 0.3s ease 0s;
  -moz-transition: padding 0.3s ease 0s;
  -o-transition: padding 0.3s ease 0s;
  transition: padding 0.3s ease 0s;
}
#header .top .top-right {
  -webkit-transition: padding 0.3s ease 0s;
  -moz-transition: padding 0.3s ease 0s;
  -o-transition: padding 0.3s ease 0s;
  transition: padding 0.3s ease 0s;
}

@media (min-width: 992px) {
  .global-search > .input-group {
    width: 500px;
    max-width: 40vw;
  }
  .sticky-header {
    padding-bottom: 150px;
  }
  .sticky-header #header {
    -webkit-transition: max-height 0.3s ease 0s;
    -moz-transition: max-height 0.3s ease 0s;
    -o-transition: max-height 0.3s ease 0s;
    transition: max-height 0.3s ease 0s;
  }
  .sticky-header .navbar .nav-link {
    -webkit-transition: padding 0.3s ease 0s;
    -moz-transition: padding 0.3s ease 0s;
    -o-transition: padding 0.3s ease 0s;
    transition: padding 0.3s ease 0s;
  }
  .sticky-header #header-and-nav-container {
    position: fixed;
    width: 100%;
    margin-left: -15px;
    z-index: 100;
    background-color: white;
  }
  .sticky-header.active #header {
    margin: 0;
    background: white;
    position: relative;
    width: 100%;
    z-index: 100;
  }
  .sticky-header.active #header #logo .subtitle, .sticky-header.active #header #pharmacy-seal-logo .subtitle {
    max-height: 0;
    margin: 0;
  }
  .sticky-header.active #header .mypc-controls {
    max-height: 0;
  }
  .sticky-header.active #header .navbar .nav-link {
    padding-bottom: 10px;
  }
  .sticky-header.active #header .top {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sticky-header.active #header .top .top-right {
    padding-top: 0.5rem;
  }
  .sticky-header.active #header #dropdown-global-search {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  body.drug-pricing-page > .content-wrapper, body.drug-pricing-page > .container > .content {
    margin-top: 62px;
  }
  #header-and-nav-container {
    position: fixed;
    width: 100%;
    margin: 0 0 0 -15px;
    z-index: 100;
    max-width: 100vw;
  }
  #header {
    margin: 0;
    background: white;
    position: relative;
    width: 100%;
    z-index: 100;
  }
  #header #logo, #header #pharmacy-seal-logo {
    align-self: center;
    margin-top: 4px;
    float: none;
    margin: auto;
  }
  #header #logo img, #header #pharmacy-seal-logo img {
    width: 182px;
  }
  #header #logo .subtitle, #header #pharmacy-seal-logo .subtitle {
    display: none;
  }
  #header .language-switcher {
    display: none;
  }
  #header .mypc-controls {
    display: none;
  }
  #header .btn-language {
    display: block;
  }
  #header .navbar {
    padding: 0;
  }
  #header .navbar-nav {
    display: none;
  }
  #header .search {
    display: none;
  }
  #header .top {
    padding-top: 8px;
    padding-bottom: 0;
  }
  #header .center-header-col {
    height: 48px;
    text-align: center;
  }
  #dropdown-global-search .search {
    float: none;
    margin: 2px 10px;
    display: block !important;
  }
  #dropdown-global-search.show {
    height: 48px;
  }
  #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;
    max-height: calc(100vh - 62px);
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    width: 100%;
    right: 0;
    top: -472px;
    z-index: 99;
    -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: top 0.3s ease 0s;
    -moz-transition: top 0.3s ease 0s;
    -o-transition: top 0.3s ease 0s;
    transition: top 0.3s ease 0s;
  }
  #navigation.show {
    top: 62px;
  }
  #navigation .search {
    margin-bottom: 10px;
  }
  #navigation h4 {
    color: silver;
    text-transform: uppercase;
    text-align: left;
    padding-left: 20px;
  }
  #navigation ul {
    padding: 0 0 0 5px;
    list-style-type: none;
    text-align: left;
  }
  #navigation ul.horizontal-ul li {
    display: inline-block;
  }
  #navigation ul.horizontal-ul li:last-child {
    float: right;
    text-align: right;
  }
  #navigation ul.horizontal-ul-50 li {
    width: 50%;
  }
  #navigation ul.horizontal-ul-100 li {
    width: 100%;
  }
  #navigation li {
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    font-weight: bold;
    font-size: 1rem;
  }
  #navigation li a {
    color: #000000;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0.7em 1rem;
  }
  #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: left;
    vertical-align: middle;
  }
}
@media (max-width: 991.98px) {
  .content-wrapper {
    margin-top: 62px;
  }
}
@media (max-width: 575.98px) {
  #header .fa-search {
    margin: 0 0.4rem 0 0.7rem;
  }
}
@media (max-width: 358px) {
  #header #logo, #header #pharmacy-seal-logo {
    margin-right: 0;
  }
}
.footer, .pharmacy-seal-footer {
  z-index: 1;
}

#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: #FFFFFF;
  display: block;
  font-size: 0.875rem;
  padding: 0.4em 0;
}
#footer #footer-menu ul .list-header {
  color: #E6E7E8;
  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: #E6E7E8;
  font-weight: 100;
  font-size: 0.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;
  }
}
.form-wizard label {
  line-height: 100%;
  margin-right: 20px;
  font-weight: bold;
}

.sidebar-block {
  background-color: rgb(240, 240, 240);
  margin: 0 0 1em 0;
  padding: 1em 2em;
}
.sidebar-block h3 {
  color: #2D2D2D !important;
  font-size: 1.5em !important;
  font-weight: normal !important;
  margin: 0.5rem 0 1rem 0 !important;
}

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

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

.div_110454 {
  max-height: 10000px !important;
}

.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;
  }
}
#share-buttons-sidebar {
  transition: bottom 0.5s;
}

@media (min-width: 576px) {
  #share-buttons-sidebar {
    z-index: 100;
    width: 50px;
    top: 40%;
    position: fixed;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  #share-buttons-sidebar {
    z-index: 100;
    width: 100%;
    top: auto;
    bottom: 0;
    position: fixed;
    right: 0;
    left: 0;
  }
  #share-buttons-sidebar.hide-mobile {
    bottom: -50px;
  }
  #share-buttons-sidebar a {
    width: 25%;
  }
}
#share-buttons-sidebar a {
  height: 50px;
  min-width: 50px;
  display: inline-block;
  text-align: center;
  float: right;
  cursor: pointer;
  color: white;
}

#share-buttons-sidebar img {
  margin-top: 10px;
  width: 30px;
}

.share-button-email {
  background: rgb(170, 170, 170);
}

.share-button-email:hover {
  background: rgb(150, 150, 150);
}

.share-button-facebook {
  background: rgb(59, 89, 152);
}

.share-button-facebook:hover {
  background: rgb(40, 70, 130);
}

.share-button-twitter {
  background: rgb(0, 172, 237);
}

.share-button-twitter:hover {
  background: rgb(0, 140, 200);
}

.share-button-pinterest {
  background: rgb(203, 32, 39);
  cursor: pointer;
}

.share-button-pinterest:hover {
  background: rgb(155, 13, 13);
}

/* SiteJabber */
.custom-icon-star2-half-left {
  margin-right: 0 !important;
  overflow: hidden;
}

.custom-icon-star2-half-right {
  margin-left: 0 !important;
  overflow: hidden;
}

/* image social sharing */
.image-social-share {
  height: 36px;
  margin-top: -38px;
  overflow: hidden;
}
.image-social-share a {
  margin-top: 38px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 6px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.image-social-share img {
  margin: 6px !important;
  width: 20px;
}

@media (max-width: 991.98px) {
  .image-social-share a {
    margin-top: 0;
  }
}
.native-image-parent:hover .image-social-share a {
  margin-top: 0;
}

.native-image {
  height: auto !important;
}

/*
.stjr-reviews-carousel-pages__page:first-child, .stjr-reviews-carousel-pagination__dot:last-child {
  display: none !important;
}
*/
#reviewTabWidget #stjr-reviews-tab__button > span {
  color: black !important;
  letter-spacing: 0.5px !important;
  margin-right: 6px;
  font-family: "Arimo", "Helvetica", sans-serif !important;
}

#stjr-reviews-tab__button {
  padding: 10px !important;
}
#stjr-reviews-tab__button > svg {
  margin-right: 0px !important;
}

@media (min-width: 768px) {
  #stjr-reviews-tab__button.stjr-reviews-tab__left {
    left: -134px !important;
  }
}
@media (max-width: 767.98px) {
  #stjr-reviews-tab__button {
    border-radius: 4px !important;
  }
}
#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;
}

.small-label {
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: normal;
}

.h2-home {
  font-size: 2.5em;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}

#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-size: 120%;
  font-weight: normal;
}
#home-search .popular-drugs {
  text-align: center;
}
#home-search .popular-drugs h3 {
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: 100;
  display: inline-block;
}
#home-search .popular-drugs div.btn {
  min-width: 116px;
}
#home-search .savings-slogan h1 {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1em;
}
#home-search .savings-slogan h2 {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1em;
}
#home-search .savings-slogan h3 {
  font-size: 1.4em;
  font-weight: 100;
  color: white;
}

.banner-search .search-field {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 64px;
}
.banner-search .search-field .col {
  padding: 0;
}
.banner-search .search-field input {
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
  color: #6E747A;
  font-size: 1.2em;
  font-weight: 100;
  padding: 0.7em 1em;
  line-height: 34px;
}
.banner-search .search-field button {
  background-color: #433281;
  border-style: none;
  color: #FFFFFF;
  font-size: 1.25em;
  font-weight: bold;
  padding: 0.6em 1em;
  cursor: pointer;
  width: 100%;
  min-height: 60px;
}

.home-values {
  background-color: #E6E7E8;
}
.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 {
  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: 1em;
  -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: 0.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 .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 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 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 .press-feature-container {
  margin: 0px auto;
  width: 100%;
}
#home-press .press-feature {
  display: inline-block;
  margin: 0.5em;
}
#home-press .press-feature img {
  max-width: 200px;
}

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

@media (max-width: 991.98px) {
  #home-press {
    align-items: center;
  }
  #home-press .press-feature-container {
    margin: 0px auto;
    width: 2000px;
    height: 64px;
    overflow: hidden;
    position: relative;
  }
  @keyframes round {
    from {
      left: -240px;
    }
    to {
      left: 2200px;
    }
  }
  #home-press .press-feature:nth-child(1) {
    animation-delay: 0s;
  }
  #home-press .press-feature:nth-child(2) {
    animation-delay: -8s;
  }
  #home-press .press-feature:nth-child(3) {
    animation-delay: -16s;
  }
  #home-press .press-feature:nth-child(4) {
    animation-delay: -24s;
  }
  #home-press .press-feature:nth-child(5) {
    animation-delay: -32s;
  }
  #home-press .press-feature:nth-child(6) {
    animation-delay: -40s;
  }
  #home-press .press-feature:nth-child(7) {
    animation-delay: -48s;
  }
  #home-press .press-feature:nth-child(8) {
    animation-delay: -56s;
  }
  #home-press .press-feature:nth-child(9) {
    animation-delay: -64s;
  }
  #home-press .press-feature:nth-child(10) {
    animation-delay: -72s;
  }
  #home-press .press-feature:nth-child(11) {
    animation-delay: -80s;
  }
  #home-press .press-feature {
    display: inline-flex;
    align-items: center;
    margin: 0.25em;
    position: absolute;
    animation: round 88s infinite;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    left: -240px;
    height: 64px;
  }
  #home-press .press-feature img {
    max-width: 200px;
  }
}
.table-savings {
  width: auto !important;
  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;
}

#home-buying-international p {
  font-size: 1.3rem;
}
#home-buying-international .carousel-item > img {
  height: 551.53px;
}
#home-buying-international .carousel-control-prev-icon,
#home-buying-international .carousel-control-next-icon {
  background: #433281;
  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;
}

#home-search .drug-comparison h1 {
  color: #FFFFFF;
}

@media (min-width: 576px) {
  #home-search .drug-comparison h1 {
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4em;
  }
  .table-savings {
    font-size: 14px;
  }
  #home-accordion .collapse.show, #home-accordion .collapse.mobile-only {
    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: 1em 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: 2.5rem;
  }
  #home-faq-contact h3 {
    margin: 0;
  }
  #home-ask-pharmacychecker .card-body {
    min-height: 320px;
  }
}
@media (min-width: 1200px) {
  .pos-bottom-desktop {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
  }
  .card-home {
    max-width: 1140px;
  }
  .h2-home {
    font-size: 2.5em;
  }
  #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) {
  .h2-home {
    font-size: 1.5em;
  }
  .banner-search .search-field {
    min-height: 46px;
    height: 46px;
  }
  .banner-search .search-field input {
    border-right: none;
    border-radius: 0;
    font-size: 0.9375rem;
    padding: 0.56em 1em;
    height: 42px;
    min-height: 42px;
  }
  .banner-search .search-field button {
    height: 42px;
    min-height: 42px;
    padding: 0;
  }
  #home-search .popular-drugs {
    margin-top: 0.5rem;
  }
  #home-search .popular-drugs h3 {
    color: #FFFFFF;
    font-size: 0.8125rem;
    font-weight: 100;
    display: block;
    text-transform: uppercase;
  }
  #home-search .popular-drugs div.btn {
    min-width: auto;
  }
  #home-search .popular-drugs a {
    font-size: 100%;
  }
  #home-search .savings-slogan h3, #home-search .savings-slogan h1 {
    /*color: black;*/
    font-size: 1rem !important;
    font-weight: 500;
  }
  #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: rgb(142.0259493671, 154.0911392405, 194.6740506329);
    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 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: 100%;
    max-width: 300px;
  }
  #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;
  }
}
#sitejabber-reviews-row, #featured-in-row {
  display: inherit !important;
  order: 2 !important;
}

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

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

.testimonial.blockquote p:empty, .testimonial.blockquote p:empty + footer {
  display: none;
}

#testimonial-form {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease 0s;
  -moz-transition: max-height 0.3s ease 0s;
  -o-transition: max-height 0.3s ease 0s;
  transition: max-height 0.3s ease 0s;
}
#testimonial-form label {
  margin-bottom: 0.3rem;
}
#testimonial-form .errorlist {
  margin-bottom: 0.3rem;
}

#testimonial-form.reveal {
  max-height: 600px;
}

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

.about-online-pharmacies {
  margin-top: 48px;
}

@media (min-width: 992px) {
  .image-float-right {
    float: right;
    margin: 12px 20px 20px 20px;
  }
  .image-float-right ~ p {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .about-online-pharmacies-menu {
    margin-top: 1rem;
    padding: 0;
    overflow: hidden;
    /* background-color: $lightest-grey; */
    text-align: center;
  }
  .about-online-pharmacies-menu ul {
    padding-left: 0;
    width: 100%;
    display: block;
  }
  .about-online-pharmacies-menu .selection-label {
    display: none;
  }
  .about-online-pharmacies-menu li:not(:last-child) {
    padding-right: 6px;
  }
  .about-online-pharmacies-menu li {
    display: inline-flex;
    position: relative;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    width: 19.6%;
    min-width: 204px;
    max-width: 300px;
  }
  .about-online-pharmacies-menu li a, .about-online-pharmacies-menu li a:not([href]) {
    display: block;
    height: 100%;
    width: 100%;
    color: #6E747A;
    font-weight: bold;
    text-align: center;
    padding: 10px 4px;
    text-decoration: none;
    background-color: #EBEBEB;
    cursor: pointer;
  }
  .about-online-pharmacies-menu li a:hover, .about-online-pharmacies-menu li a:not([href]):hover {
    color: #6E747A;
    background-color: #E6E7E8;
  }
}
@media (max-width: 991.98px) {
  .about-online-pharmacies-menu ul {
    list-style-type: none;
    margin-top: 20px;
    padding-left: 0px;
    font-weight: bold;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
  }
  .about-online-pharmacies-menu li {
    float: left;
    border-left: 3px solid #E6E7E8;
    padding-left: 6px;
    margin-bottom: 12px;
    width: 49%;
    color: #0f56c7;
    padding-right: inherit;
    margin-right: inherit;
    border-right: inherit;
  }
}
ul.askpc-section-headers-list {
  padding-left: 0;
  text-align: left;
}
ul.askpc-section-headers-list li {
  display: inline-block;
  width: auto !important;
  min-width: auto;
  max-width: none;
}
ul.askpc-section-headers-list li a {
  padding-left: 20px;
  padding-right: 20px;
}
ul.askpc-section-headers-list h3 {
  display: inline;
}

#back-to-top {
  cursor: pointer;
  background-color: #EBEBEB;
  color: #6E747A;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  padding: 8px 20px;
  font-size: 1rem;
}

#back-to-top:hover {
  background-color: #E6E7E8;
}

.block-sub-nav {
  margin-top: 1rem;
  padding: 0;
  overflow: hidden;
  /* background-color: $lightest-grey; */
  text-align: center;
}
.block-sub-nav ul {
  padding-left: 0;
  width: 100%;
  display: block;
}
.block-sub-nav .selection-label {
  display: none;
}
.block-sub-nav li:not(:last-child) {
  padding-right: 6px;
}
.block-sub-nav li {
  display: inline-flex;
  position: relative;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  width: 19.6%;
  min-width: 204px;
  max-width: 300px;
}
.block-sub-nav li a, .block-sub-nav li a:not([href]) {
  display: block;
  height: 100%;
  width: 100%;
  color: #6E747A;
  font-weight: bold;
  text-align: center;
  padding: 10px 4px;
  text-decoration: none;
  background-color: #EBEBEB;
  cursor: pointer;
}
.block-sub-nav li a:hover, .block-sub-nav li a:not([href]):hover {
  color: #6E747A;
  background-color: #E6E7E8;
}

@media (max-width: 991.98px) {
  .block-sub-nav .selection-label {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    color: #6E747A;
    font-weight: bold;
    text-align: center;
    padding: 6px 4px;
    text-decoration: none;
    background-color: #EBEBEB;
    display: block;
  }
  .block-sub-nav .selection-label i {
    transition: transform 0.3s;
  }
  .block-sub-nav .selection-label.active i {
    transform: rotate(180deg);
  }
  .block-sub-nav ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
  }
  .block-sub-nav ul.active {
    max-height: 600px;
  }
  .block-sub-nav li {
    padding: 0 !important;
    min-width: 100% !important;
  }
  .block-sub-nav li a {
    padding: 6px 4px;
  }
  .block-sub-nav li {
    border-top: 1px solid rgb(176.875, 180, 183.125);
  }
}
.breadcrumbs {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  .breadcrumbs a, .breadcrumbs span {
    font-size: 12px;
  }
}
.active-askpc-nav > a {
  background-color: #346F3E !important;
  color: #FFFFFF !important;
}

.sidebar-panel-of-experts .card .card-title {
  font-weight: bold;
  margin-bottom: 1em;
}
.sidebar-panel-of-experts .card .card-subtitle {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.sidebar-panel-of-experts .card .card-text {
  border-top: 1px solid #E6E7E8;
  padding-top: 0.5em;
}

.author {
  display: flex;
  align-items: center;
}

.author-image {
  display: block;
  margin: -40px 18px 0 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
  width: 80px;
  min-width: 80px;
  height: 80px;
  border: 4px solid #346F3E;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.featured-banner {
  background: #c40f0f;
  position: relative;
  left: -8px;
  top: 10px;
  height: 40px;
  line-height: 40px;
  width: 140px;
  color: white;
  font-weight: bold;
  padding: 0 10px;
  text-align: center;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.featured-banner:before {
  content: "";
  height: 0px;
  width: 0px;
  border: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgb(148.6255924171, 11.3744075829, 11.3744075829);
  position: absolute;
  left: -8px;
  top: 32px;
  z-index: -1;
}

.askpc-question-card {
  /*max-height: 620px;*/
  transition: max-height 0.2s;
  overflow: hidden;
  margin-bottom: 1rem;
}

.askpc-image-box {
  min-height: 200px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.login-registration-toggle-container {
  overflow: hidden;
}

#question-list {
  margin-top: 8px;
}
#question-list li {
  margin-bottom: 0.75em;
}

.read-more {
  display: inline-block;
  white-space: nowrap;
}

.comments {
  width: 100%;
  margin-bottom: 1.5rem;
}
.comments .btn {
  background-color: #346F3E;
  border-color: #346F3E;
}
.comments .btn:hover {
  background-color: rgb(35.7300613497, 76.2699386503, 42.6012269939);
  border-color: rgb(35.7300613497, 76.2699386503, 42.6012269939);
}
.comments .list {
  width: 100%;
}
.comments .list .comments-header {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #555;
}
.comments .list .comments-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: 0.4rem;
  font-size: 0.9rem;
}
.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;
  margin-right: 3rem;
}
.comments .list .comment .comment-reply-btn {
  margin-top: -1.5rem;
  font-weight: bold;
  color: #346F3E;
  float: right;
  cursor: pointer;
}
.comments .list .comment .comment-reply-form {
  margin-left: 1rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s, padding 0.3s;
}
.comments .list .comment .comment-reply-form.active {
  max-height: 320px;
  padding-top: 10px;
}
.comments .list .comment .reply {
  border-top: solid 1px #6E747A;
  padding-top: 8px;
  margin-top: 8px;
  margin-left: 1rem;
}
.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 .comments-header {
  line-height: 2rem;
  text-align: right;
  width: 100%;
}
.comments .new .comments-header div {
  display: inline-block;
}
.comments .new .comments-header .username {
  font-weight: bold;
}
.comments .new .comments-header .subusername {
  font-style: italic;
}
.comments .new .form-group {
  margin-bottom: 0.75rem;
}
.comments .new .form-group .btn {
  width: 125px;
  margin-bottom: 10px;
  float: right;
}

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

.main-panel img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 575.98px) {
  .main-panel img {
    max-width: 100vw;
    margin-left: -15px;
    margin-right: -15px;
  }
  .comment .comment-reply-btn {
    float: none !important;
    text-align: right;
    margin-top: 4px !important;
  }
  .comment .text {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.askpc-internal-ad .title {
  vertical-align: middle;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  color: black;
  text-align: left;
  padding-bottom: 10px;
}

@media (max-width: 1199.98px) {
  .askpc-internal-ad .title {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .askpc-internal-ad .title {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .askpc-internal-ad .title {
    font-size: 14px;
  }
}
.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: 1.2rem auto;
  text-align: center;
}
.confirmation div, .centered-notice div {
  margin: 0.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 label {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.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: 0.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;
  background-color: #346F3E;
  color: #FFFFFF;
}
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%;
}

@media (max-width: 991.98px) {
  table.account-alerts tbody tr.account-alert .operations {
    display: none;
  }
  table.account-alerts tbody tr.account-alert .name-operations {
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
  }
}
.drug-index-page #page-title {
  display: none;
}
.drug-index-page .errorlist {
  margin: 0 0 10px 0;
  padding: 0;
}

.fa-info-circle {
  color: #6E747A;
}

.drug-input-container {
  flex-grow: 1;
}

.dataTables_paginate .paginate_button {
  padding-right: 3px;
}

.drug-pricing-desktop-intro-container {
  min-height: 10rem;
}

.ad-banner-link img {
  min-height: 42px;
}

@media (max-width: 991.98px) {
  .drug-pricing-desktop-intro-container {
    min-height: 0;
  }
}
/* This will hold our placeholder content */
.lazy-loading-text-overlay {
  word-wrap: break-word;
  color: transparent;
  background: linear-gradient(90deg, #f0f0f0 0%, #cacaca 20%, #f0f0f0 40%);
  background-size: 200% 100%;
  animation: text 1.2s 0.5s both, overlay 2s infinite linear;
  border-radius: 2px;
  pointer-events: none;
}

@keyframes text {
  to {
    background-size: 150% 100%;
  }
}
@keyframes overlay {
  0% {
    background-position: 150% 0;
  }
  100% {
    background-position: -150% 0;
  }
}
@keyframes fade-out {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.highlight-animation {
  animation: highlight-fade 2s;
  border-radius: 2px;
}

@keyframes highlight-fade {
  0% {
    background-color: lightyellow;
  }
  100% {
    background-color: transparent;
  }
}
.drug-notice {
  margin-top: 0.2rem;
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
  border-radius: 6px;
  cursor: pointer;
}

.drug-notice-text {
  width: 100%;
}
.drug-notice-text i.drug-notice-icon {
  margin-left: 4px;
}
.drug-notice-text i.fa-caret-down {
  float: right;
  font-size: 150%;
}

.drug-notice-copy {
  max-height: 0;
  overflow: hidden;
}

.drug-notice-container.reveal .drug-notice-copy {
  max-height: 3000px;
  overflow: hidden;
}
.drug-notice-container.reveal .drug-notice-copy p {
  margin-bottom: 0.7rem;
}
.drug-notice-container.reveal i.fa-caret-down {
  transform: rotate(180deg);
}

@media (max-width: 991.98px) {
  .drug-notice {
    margin-left: -11px;
    margin-right: -11px;
    margin-bottom: 4px;
  }
  .drug-pricing-box {
    margin-bottom: 4px;
  }
  .price-comparison-highlight {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 6px !important;
  }
}
.draggable-btn-input-group .active-draggable-btn-button {
  position: absolute;
  left: 3px;
  height: calc(100% - 6px) !important;
  width: calc(100% + 6px);
  margin-top: -3px;
  z-index: 10;
  padding: 0.375rem 0.75rem;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 4px black;
  z-index: 3;
  cursor: default;
  color: white;
}
.draggable-btn-input-group a.draggable-btn-link {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none;
}
.draggable-btn-input-group .draggable-btn-label, .draggable-btn-input-group .draggable-btn-text {
  opacity: 1;
  display: inherit;
}
.draggable-btn-input-group .alt-draggable-btn-label, .draggable-btn-input-group .alt-draggable-btn-text {
  opacity: 0;
  display: none;
}

a.drug-type-link {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none;
}

.drug-type-label, .drug-type {
  opacity: 1;
  display: inherit;
}

.draggable-btn-text, .alt-draggable-btn-text {
  line-height: 1.5em;
}

.alt-drug-type-label, .alt-drug-type {
  opacity: 0;
  display: none;
}

.btn-submit {
  cursor: pointer;
}

.cpc-drug-listings-link-image img {
  max-height: 72px;
}

.ad-banner-horizontal {
  width: 100%;
  /* min-height: 76px; */
  text-align: center;
  margin-top: -10px;
  padding-bottom: 10px;
}
.ad-banner-horizontal a {
  margin: auto;
  width: 729px;
  display: block;
}
.ad-banner-horizontal a:hover {
  text-decoration: none;
}
.ad-banner-horizontal a, .ad-banner-horizontal img, .ad-banner-horizontal .img {
  width: 729px;
  max-width: 100%;
}

.tier-one-flag {
  color: white;
  background-color: #346F3E;
  border-radius: 6px;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 4px;
  white-space: nowrap;
  padding: 0 0.3rem 0 0.3rem;
  cursor: pointer;
  font-family: "Open Sans", "Arial", sans-serif;
}

.sup-circle-icon {
  cursor: pointer;
  margin: 0 0 2.5px 4px;
}

@media (max-width: 575.98px) {
  .ad-banner-horizontal {
    margin: -16px -15px 0 -15px;
    width: calc(100% + 30px);
  }
}
.rounded-right-border {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.custom-qty-input {
  max-width: 0;
  -webkit-transition: max-width 0.2s ease 0s;
  -moz-transition: max-width 0.2s ease 0s;
  -o-transition: max-width 0.2s ease 0s;
  transition: max-width 0.2s ease 0s;
  overflow: hidden;
}
.custom-qty-input input {
  max-width: 100%;
  max-height: 42px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-qty-input.reveal {
  max-width: 50%;
}

.alert-drawer {
  height: 40px;
  width: 100%;
  line-height: 38px;
  font-size: 1.2rem;
  padding: 0rem 0.8rem;
  border-top: solid 1px #433281;
  border-bottom: solid 1px #433281;
  border-radius: 6px;
  /* font-weight: bold; */
  color: #FFFFFF;
  background-color: #433281;
  margin-bottom: 6px;
  margin-left: 4px;
  margin-right: 4px;
}
.alert-drawer i.fa-info-circle {
  margin-left: 4px;
}
.alert-drawer i.fa-caret-down {
  float: right;
  line-height: 38px;
  font-size: 150%;
}

.mobile-intro .mobile-intro-copy {
  max-height: 0;
  overflow: hidden;
}

.mobile-intro.reveal .mobile-intro-copy {
  max-height: 3000px;
  overflow: hidden;
}
.mobile-intro.reveal .mobile-intro-copy p {
  margin-bottom: 0.7rem;
}
.mobile-intro.reveal .alert-drawer i.fa-caret-down {
  transform: rotate(180deg);
}

@media (max-width: 991.98px) {
  .drug-pricing-tab-content {
    display: none;
  }
  .tab-section {
    padding-top: 0 !important;
  }
  .tab-section.reveal .drug-pricing-tab-content {
    display: block;
  }
  .tab-section.reveal .alert-drawer i.fa-caret-down {
    transform: rotate(180deg);
  }
}
.drug-pricing-bottom .row section {
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.drug-pricing-alerts {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease 0s;
  -moz-transition: max-height 0.2s ease 0s;
  -o-transition: max-height 0.2s ease 0s;
  transition: max-height 0.2s ease 0s;
}

.drug-pricing-alerts.reveal {
  max-height: 60px;
}

#price-alert-popup-form .g-recaptcha > div {
  margin: auto;
}
#price-alert-popup-form label {
  margin-bottom: 0;
  margin-top: 6px;
}

#collapsible-strength-box-area {
  max-height: 200px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#collapsible-strength-box-area.hide {
  max-height: 0;
  margin-top: 0;
  padding: 0;
  border: 0px;
  overflow: hidden;
}

#local-pricing .drug-pricing-item {
  max-height: 280px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#local-pricing .drug-pricing-item.hide {
  max-height: 0;
  margin-top: 0;
  padding: 0;
  border: 0px;
}

.drug-pricing-item.local-pharmacies-li {
  max-height: 0;
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.drug-pricing-item.local-pharmacies-li .btn-purple:hover {
  color: white !important;
}
.drug-pricing-item.local-pharmacies-li i {
  cursor: pointer;
}

.local-pharmacies-li.reveal {
  max-height: 280px;
  margin-top: 16px;
  padding-bottom: 18px;
}

.local-pharmacies-link {
  font-weight: bold;
  font-size: 24px;
  color: #2D2D2D !important;
  text-align: center;
  cursor: pointer;
}

#local-pricing-no-results {
  text-align: center;
}

.blurb-extra {
  overflow: hidden;
  max-height: 0px;
  margin-bottom: -14px;
  -webkit-transition: max-height 0.4s ease 0s;
  -moz-transition: max-height 0.4s ease 0s;
  -o-transition: max-height 0.4s ease 0s;
  transition: max-height 0.4s ease 0s;
}
.blurb-extra.show {
  max-height: 860px;
}

.drug-list {
  padding: 0;
  text-justify: distribute;
  word-break: break-word;
  margin-left: -15px;
  margin-right: -15px;
}
.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 {
  /* Drug Tabs */
  /* End Drug Tabs */
  /*
  &-details {
    margin: 20px 0;
  }*/
}
.drug-pricing-page .content {
  margin: 30px 0;
}
.drug-pricing-tabs {
  display: inline-block;
  width: 100%;
  /* Drug Tabs Navigation */
  /* End Drug Tabs Navigation */
  /* Drug Tabs AskPC Partial */
  /* End Drug Tabs AskPC Partial */
  /* Drug Tabs News Partial */
  /* End Drug Tabs News Partial */
  /* Drug Tabs PAPs Partial */
}
.drug-pricing-tabs-nav {
  padding-inline-start: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0;
  position: relative;
  z-index: 1;
}
.drug-pricing-tabs-nav-top {
  display: none;
}
.drug-pricing-tabs-nav-bottom {
  display: block;
}
.drug-pricing-tabs-nav-bottom > ul {
  border-bottom: 2px solid rgb(142.0259493671, 154.0911392405, 194.6740506329);
}
.drug-pricing-tabs-nav li {
  float: left;
  padding: 8px 16px;
  min-width: 100px;
  border-left: 1px solid #E6E7E8;
  border-top: 1px solid #E6E7E8;
  border-right: 1px solid #E6E7E8;
  border-radius: 8px 8px 0 0;
}
.drug-pricing-tabs-nav li a {
  color: #433281;
}
.drug-pricing-tabs-nav li:not(.active-tab):hover {
  background-color: #E6E7E8;
}
.drug-pricing-tabs-nav li:not(.active-tab):hover a {
  text-decoration: none;
}
.drug-pricing-tabs-nav li:not(:last-child) {
  border-right: 0px solid #E6E7E8;
}
.drug-pricing-tabs-nav .active-tab {
  /* font-weight: bold; */
  background-color: #433281;
  z-index: 5;
  border: none;
}
.drug-pricing-tabs-nav .active-tab a {
  color: white !important;
  text-decoration: none;
}
.drug-pricing-tabs .tab-section {
  max-width: 100vw;
  display: none;
  clear: both;
}
.drug-pricing-tabs .tab-section img {
  max-width: 100% !important;
  height: auto !important;
}
.drug-pricing-tabs .tab-section h2 {
  margin-top: 4px !important;
}
.drug-pricing-tabs .tab-subsection {
  padding-bottom: 8px;
}
.drug-pricing-tabs .active-tab-section {
  display: block;
}
.drug-pricing-tabs .askpc-result {
  margin-top: 20px;
}
.drug-pricing-tabs .askpc-result h2 {
  margin-bottom: 0.3em;
}
.drug-pricing-tabs .askpc-result h2 a {
  color: inherit;
}
.drug-pricing-tabs #drug-pricing-info, .drug-pricing-tabs #drug-pricing-news {
  padding-top: 1rem;
}
.drug-pricing-tabs .bulleted-news-list {
  margin-bottom: 2rem;
  padding-inline-start: 20px;
}
.drug-pricing-tabs .bulleted-news-list .drug-news-result {
  margin-top: 14px;
}
.drug-pricing-tabs .bulleted-news-list .drug-news-result a {
  font-weight: bold;
}
.drug-pricing-tabs .bulleted-news-list .drug-news-result p {
  margin-bottom: 0.3rem;
}
.drug-pricing-tabs .pap-details-banner {
  margin-top: 0;
}
.drug-pricing-tabs .pap-details-banner .content {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.drug-pricing-title {
  font-size: 1.125rem !important;
  font-weight: bold !important;
  margin: 0 0 0.1em 0 !important;
}
.drug-pricing-p {
  font-size: 1rem;
}
.drug-pricing-th-quantity {
  padding-left: 10px;
}
.drug-pricing-price {
  padding-left: 10px;
}
.drug-pricing-input-group .w-100-minus-btn {
  width: calc(100% - 46px);
}
.drug-pricing-input-group .zipcode-input-container, .drug-pricing-input-group .quantity-input-container {
  width: calc(50% - 23px);
  font-size: 1.3125rem;
}
.drug-pricing-input-group .zipcode-input-container select, .drug-pricing-input-group .quantity-input-container select {
  height: 45px;
}
.drug-pricing-input-group input, .drug-pricing-input-group select {
  color: black;
  border: none;
  font-size: 1.3125rem;
  padding: 5px 10px;
}
.drug-pricing-input-group option {
  font-size: 1rem;
  padding: 0;
}
.drug-pricing-input-group button {
  color: #FFFFFF;
  background: #433281;
  min-height: 45px;
  min-width: 46px;
}
.drug-pricing-input-group button.find-prices-button {
  margin-top: 7px;
}
.drug-pricing-input-group .fa {
  font-size: 1.3em;
}
.drug-pricing-drugname {
  color: #346F3E !important;
  margin-bottom: 14px !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 {
  position: relative;
  z-index: 2;
}
.drug-pricing-options .btn, .drug-pricing-options select {
  font-size: 1.3125rem;
}
.drug-pricing-options .btn {
  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-shipping-info {
  font-size: 0.85rem;
}
.drug-pricing-search {
  margin: 20px 0 30px 0;
}
.drug-pricing-view-selection {
  font-size: 1rem;
  margin: 10px 0 0 0;
}
.drug-pricing-box {
  background: #E6E7E8;
  padding: 20px 20px 10px;
  position: relative;
  text-align: center;
  border-radius: 6px;
}
.drug-pricing-box-refine-search {
  display: none;
  margin: 0 -15px;
  border-top: solid 1px #2D2D2D;
  border-bottom: solid 1px #2D2D2D;
}
.drug-pricing-box-refine-search p {
  color: #346F3E;
  font-weight: bold;
}
.drug-pricing-box-refine-search .row {
  margin: 0;
}
.drug-pricing-box-refine-search .col-1, .drug-pricing-box-refine-search .col-11 {
  padding: 0;
}
.drug-pricing-box-p {
  font-size: 0.8125rem;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.drug-pricing-box-p-label {
  line-height: 1.5;
  height: 0;
  position: relative;
  top: -1.6rem;
  color: #2D2D2D;
}
.drug-pricing-search {
  display: none;
}
.drug-pricing-purple-bar {
  color: #FFFFFF;
  background: #433281;
  padding-top: 7px;
  padding-bottom: 7px;
}
.drug-pricing-purple-bar a {
  color: #FFFFFF !important;
}
.drug-pricing-col.hide {
  opacity: 0;
}
.drug-pricing-sortable-col {
  padding: 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.drug-pricing-sortable-col a {
  margin-right: 5px;
}
.drug-pricing-sortable-col i {
  position: absolute;
}
.drug-pricing-sortable-col .fa-caret-up {
  top: 0;
}
.drug-pricing-sortable-col .fa-caret-down {
  top: 8px;
}
.drug-pricing-sortable-col .caret-container {
  float: right;
  margin-right: -6px;
}
.drug-pricing-sortable-col.up .fa-caret-up {
  top: 4px;
}
.drug-pricing-sortable-col.up .fa-caret-down {
  display: none;
}
.drug-pricing-sortable-col.down .fa-caret-up {
  display: none;
}
.drug-pricing-sortable-col.down .fa-caret-down {
  top: 4px;
}
.drug-pricing-th-total-price {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.drug-pricing-th-per-unit.hide-on-desktop {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.drug-pricing-th-per-unit.hide-on-desktop:first-child {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.drug-pricing-items-wrapper {
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0;
}
.drug-pricing-item {
  border-bottom: 1px solid #E6E7E8;
  margin-top: 20px;
  padding-bottom: 20px;
}
.drug-pricing-item img {
  max-width: 180px;
}
.drug-pricing-item .fa-info-circle {
  font-size: 1.5rem;
  margin-left: 10px;
}
.drug-pricing-items-wrapper > div:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.drug-pricing-website-link {
  color: #0f56c7 !important;
  display: block;
  float: left;
  font-size: 1.25rem;
  max-width: 90%;
  overflow: hidden;
  /* text-decoration: none; */
  text-overflow: ellipsis;
  /*
  &:hover {
    text-decoration: none;
  }*/
}
.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-find-prices {
  margin-bottom: 20px;
}
.drug-pricing-alert-link {
  font-size: 0.85rem;
  font-weight: bold;
}
.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: 98;
}
.drug-pricing-box-overlay .fa-spinner {
  font-size: 2em;
  margin-top: 12%;
}
.drug-pricing-alerts select {
  border-bottom-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  display: inline-block;
  font-size: 1.25rem;
  height: 2.2em !important;
  margin-right: 15px;
}
.drug-pricing-alerts button {
  font-size: 1.25rem;
}

.axe-drug-details {
  max-width: 900px;
  margin: auto;
}

.drug-pricing-cta a, .drug-pricing-cta form {
  text-align: center;
}
.drug-pricing-cta a:hover, .drug-pricing-cta form:hover {
  text-decoration: none;
}
.drug-pricing-cta a p, .drug-pricing-cta form p {
  font-size: 1.4rem;
  margin-bottom: 6px;
  color: #000000;
}
.drug-pricing-cta a .btn-green, .drug-pricing-cta a .btn-purple, .drug-pricing-cta form .btn-green, .drug-pricing-cta form .btn-purple {
  max-width: 200px;
  margin: auto;
}
.drug-pricing-cta a .btn-green .mobile-price, .drug-pricing-cta a .btn-purple .mobile-price, .drug-pricing-cta form .btn-green .mobile-price, .drug-pricing-cta form .btn-purple .mobile-price {
  font-size: 1.4rem;
}

.drug-pricing-options.local-only .drug-pricing-find-prices h3 {
  display: none;
}
.drug-pricing-options.local-only .drug-pricing-view-selection {
  margin-top: 0;
}
.drug-pricing-options.local-only #drug-pricing-box h3 {
  display: inline;
}
.drug-pricing-options.local-only .drug-pricing-find-prices {
  padding-top: 1px;
}

.drug-pricing-purple-bar {
  min-height: 2rem;
}

@media (max-width: 991.98px) {
  #drug-pricing-info, #drug-pricing-news {
    display: block;
  }
  a.cpc-drug-listings-link-image {
    line-height: 54px;
  }
  .generate-discount-card-link-container, .drug-pricing-cta {
    margin-top: 0;
  }
  .local-pharmacies-li.reveal {
    margin-top: 10px;
  }
  .drug-pricing-options.local-only .drug-pricing-find-prices h3 {
    display: inline;
  }
  .drug-pricing-options.local-only #drug-pricing-box .h3-row, .drug-pricing-options.local-only #drug-pricing-box h3 {
    display: none;
  }
  .drug-pricing-options.local-only .drug-pricing-find-prices {
    padding-top: 20px;
    margin-top: 20px;
  }
  .drug-pricing-options.local-only .drug-pricing-find-prices .alerts-container {
    display: none;
  }
  .drug-pricing-price {
    text-align: center;
  }
  .drug-pricing-shipping-info {
    font-size: 0.8rem;
  }
  .drug-pricing-box {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .drug-pricing-box-overflow-hidden {
    overflow: hidden;
  }
  .drug-pricing-box-overflow-visible {
    overflow: visible;
  }
  .drug-pricing-box-closed {
    max-height: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drug-pricing-box-open {
    max-height: 440px;
  }
  .drug-pricing-box-refine-search {
    padding: 10px;
    display: block;
  }
  .drug-pricing-box-refine-search .upside-down {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .drug-pricing-box-refine-search .container {
    padding: 0;
  }
  .drug-pricing-box-refine-search p {
    text-align: left;
    margin: 4px;
  }
  .drug-pricing-box-refine-search p i {
    margin-right: 10px;
  }
  .drug-pricing-box-refine-search i.fa-angle-down {
    float: right;
    display: block;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
  }
  .drug-pricing-tabs-nav {
    display: inline-block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .drug-pricing-tabs .tab-section {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .drug-pricing-purple-bar {
    background: #433281;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  }
  .blurb-extra.show {
    max-height: none;
  }
  .drug-pricing-price {
    text-align: center;
  }
}
@media (max-width: 375px) {
  .drug-pricing-tabs-nav-top li, .drug-pricing-tabs-nav-bottom li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 375px) {
  .drug-list {
    margin-left: 0;
    margin-right: 0;
  }
  .drug-pricing-box-p {
    margin: 0;
  }
  .ad-banner-link img {
    min-height: 46px;
  }
}
.drug-pricing-header h1 {
  margin-top: 0;
}

@media (min-width: 576px) {
  .drug-pricing-header h1 {
    font-size: 2em;
  }
  .ad-banner-link img {
    min-height: 63px;
  }
}
@media (min-width: 768px) {
  .drug-pricing-header h1 {
    margin-top: 0;
  }
  .drug-list {
    text-align: center;
  }
  .drug-list-menu {
    overflow: hidden;
  }
  .drug-list-menu li {
    display: block;
    font-size: 1rem;
    margin: 1em 0 0 0 !important;
  }
  .drug-list-menu li.letter-filter {
    float: left;
    height: 1.3em;
    width: 15%;
  }
  .drug-pricing-tabs-nav-top {
    display: block;
  }
  .drug-pricing-tabs-nav-bottom {
    display: none;
  }
  .ad-banner-link img {
    min-height: 85px;
  }
}
@media (min-width: 992px) {
  .drug-pricing-options.local-only #drug-pricing-box .alerts-container {
    display: none;
  }
  #local-pricing {
    margin-left: 0;
    margin-right: 0;
  }
  .drug-quantity-and-strength {
    display: inline;
  }
  .drug-pricing-page .content {
    margin: 0;
  }
  .drug-pricing-tabs {
    margin-top: -12px;
  }
  .drug-pricing-header {
    float: left;
    max-width: 55%;
    margin-bottom: 20px;
  }
  .drug-pricing-header p {
    margin-bottom: 14px;
  }
  .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-options {
    float: right;
    width: 40%;
    margin-right: 0;
    margin-left: 0;
  }
  .drug-pricing-search {
    clear: right;
    float: right;
    margin: 40px 0 30px 0;
    width: 40%;
    display: block;
  }
  .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-website-link {
    display: inline;
    float: none;
  }
  .drug-pricing-bottom {
    padding-left: 9%;
    padding-right: 9%;
  }
  .drug-pricing-purple-bar, .drug-pricing-items-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
  .drug-pricing-related-bottom {
    display: none;
  }
  .drug-pricing-items-wrapper > div:last-child {
    border-bottom: 1px solid #E6E7E8;
  }
  .ad-banner-link img {
    min-height: 90px;
  }
}
.mobile-price {
  display: none;
}

.drug-pricing-brand-generic-btn, .drug-pricing-draggable-btn {
  background-color: white;
  margin-top: 1.2rem;
  line-height: 1.5;
  border: none;
  cursor: default !important;
}

@media (max-width: 575.98px) {
  #price-alert-popup-form .min-height-box {
    min-height: 86px;
  }
  .local-pharmacies-li.reveal {
    margin-top: 10px;
  }
  .local-pharmacies-li.reveal .drug-pricing-cta {
    margin-top: -2px;
  }
  .drug-pricing-box, .drug-pricing-box .btn {
    font-size: 1.1rem !important;
  }
  .drug-pricing-brand-generic-btn, .drug-pricing-draggable-btn {
    padding-left: 4px;
    padding-right: 4px;
  }
  .mobile-price {
    display: block;
  }
  .desktop-price {
    display: none;
  }
  .drug-pricing-purple-bar .col-4 {
    padding: 0 10px;
  }
  .drug-pricing-purple-bar .drug-pricing-sortable-col {
    padding-left: 12px;
  }
  .drug-pricing-price {
    padding-left: 0;
    text-align: right;
  }
}
@media (max-width: 399.98px) {
  .w-45-on-mobile {
    width: 45% !important;
  }
  .w-55-on-mobile {
    width: 55% !important;
  }
  .shrink-table-margins-mobile {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  .shrink-table-margins-mobile th, .shrink-table-margins-mobile td {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .drug-pricing-cta .get-discount {
    font-size: 0.8rem;
  }
  .drug-pricing-cta .btn-green, .drug-pricing-cta .btn-purple {
    padding-left: 0.1em;
    padding-right: 0.1em;
  }
}
#local-pricing-popup-background {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

#local-pricing-popup {
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  z-index: 99;
}
#local-pricing-popup .title-box {
  display: inline-block;
}
#local-pricing-popup .title-box h2 {
  display: inline-block;
  font-size: 144%;
}
#local-pricing-popup .fa-times-circle {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 26px;
  cursor: pointer;
}
#local-pricing-popup .drug-pricing-box {
  border-radius: 4px;
  max-width: 620px;
  padding: 20px;
}

@media (min-width: 992px) {
  #drug-pricing-info, #drug-pricing-news {
    border-top: 2px solid #433281;
  }
  #local-pricing-popup .title-box {
    width: 75%;
    text-align: left;
  }
}
.discount-coupon-image {
  border: 4px dashed #346F3E;
  text-align: left;
  width: 500px;
  margin: auto;
  padding: 10px;
}
.discount-coupon-image td {
  padding: 4px 8px 4px 0;
}

.email-discount-card-form, .email-discount-card-success {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.1s;
}

.email-discount-card-success {
  color: green;
}

.email-discount-card-form.reveal, .email-discount-card-success.reveal {
  max-height: 80px;
}

.discount-card-image {
  width: 592px;
  height: 321px;
  border-radius: 30px;
  border: 8px solid #E6E7E8;
  padding: 10px 48px;
  text-align: center;
}

.discount-card-image-title {
  font-size: 36px;
  font-weight: bold;
}

.discount-card-image-inner-box {
  background-color: #E6E7E8;
  border-radius: 14px;
  margin-top: 4px;
  padding: 6px 14px;
  text-align: left;
  font-size: 24px;
}
.discount-card-image-inner-box table {
  width: 100%;
}

.discount-card-image-back-inner-box {
  background-color: #E6E7E8;
  border-radius: 14px;
  margin-top: 4px;
  padding: 10px 6px;
  text-align: left;
  font-size: 20px;
}

.discount-card-image-prefooter {
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.discount-card-image-footer {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 600;
}

.drug-card-image-top {
  display: block;
  float: none;
  text-align: center;
  margin-bottom: 10px;
  text-align: center;
}
.drug-card-image-top img {
  max-width: 100%;
}

.drug-card {
  margin-top: 20px;
}
.drug-card .program-highlights {
  padding: 40px 20px 20px 20px;
  text-align: center;
  background-color: #E6E7E8;
}
.drug-card .program-highlights h2 {
  font-weight: bold;
}
.drug-card .program-highlights p {
  max-width: 600px;
  margin: auto;
  text-align: left;
}
.drug-card .program-highlights ul {
  width: 98%;
  overflow: hidden;
  margin-left: 0;
}
.drug-card .program-highlights ul li {
  font-weight: bold;
  text-align: left;
  min-height: 168px;
  width: 29.333%;
  padding-left: 1%;
  margin-left: 4%;
  float: left;
}
.drug-card .program-highlights ul li i {
  color: #346F3E;
}
.drug-card .program-highlights ul li ul {
  list-style-type: none;
  padding-inline-start: 0;
  padding-left: 0;
}
.drug-card .program-highlights ul li ul li {
  font-weight: normal;
  margin: 0;
  min-height: 0;
  width: auto;
  float: none;
}
.drug-card .our-mission {
  margin-top: 40px;
}
.drug-card .our-mission h2 {
  font-size: 2rem !important;
}
.drug-card-print {
  text-align: center;
  margin-bottom: 10px;
}
.drug-card-print i.fa-print {
  font-size: 1.5rem;
}
.drug-card h1 {
  color: #346F3E;
}

.drug-card-image {
  float: none;
}
.drug-card-image img {
  max-width: 100%;
}

@media (max-width: 1010px) {
  .drug-card .program-highlights > div > ul > li {
    min-height: 0;
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .drug-card .program-highlights > div > ul > li {
    margin-left: 32px;
  }
}
@media (max-width: 991.98px) {
  body .drug-card {
    margin-top: 80px;
  }
  .discount-card-top-row > div {
    max-width: 100%;
  }
  body .content .drug-card {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .drug-card-print i.fa-print {
    font-size: 1.875rem;
  }
  .drug-card-image, .drug-card-image-top {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .drug-card-image-bottom {
    display: none;
  }
}
.drug-card-image-print-view {
  display: none;
  text-align: center;
}
.drug-card-image-print-view .discount-card-image-container {
  border: red 4px dashed;
  border-bottom: none;
  width: 600px;
  margin: auto;
  z-index: 2;
}
.drug-card-image-print-view .discount-card-image-container img {
  z-index: 1;
}

@media print {
  .drug-card-image-print-view {
    display: block;
  }
  .drug-card .program-highlights, .drug-card .our-mission, .drug-card .faqs, .drug-card form {
    display: none;
  }
  .dont-print, .print-discount-card-btn, .drug-card-print, .drug-card-faqs, .drug-card-image, .drug-pricing-box {
    display: none;
  }
  html.print-discount-card, body.print-discount-card {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
  }
  body.print-discount-card #print-discount-card-div {
    display: block;
    z-index: 1000;
    background-color: white;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
}
.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: 0;
}
.pap-details-banner .container .content {
  padding-bottom: 25px;
}
.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;
  }
}
.privacy-popup {
  width: 100%;
  background-color: #EBEBEB;
  position: fixed;
  bottom: -140px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 199;
  padding: 0 10px;
  text-align: center;
  transition: bottom 0.3s;
}
.privacy-popup span {
  line-height: 26px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}
.privacy-popup a {
  padding: 0.3em 1.2em;
  margin-left: 1em;
  display: inline-block;
}
.privacy-popup .close-button-mobile {
  display: none;
}
.privacy-popup .button-container {
  display: inline;
}

@media (max-width: 575.98px) {
  .privacy-popup {
    text-align: left;
  }
  .privacy-popup .button-container {
    display: block;
    text-align: center;
    margin-bottom: 6px;
    width: 100%;
  }
  .privacy-popup .close-button {
    display: none;
  }
  .privacy-popup .btn-grey, .privacy-popup .btn-green {
    display: inline-block;
    width: 40%;
  }
}
.privacy-popup.show {
  bottom: 0;
}

.privacy-popup .close-button {
  position: absolute;
  top: 4px;
  right: 0;
}

.privacy-popup .close-button i {
  color: #6E747A;
}

.popup-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 200;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  transition: opacity 0.5s;
}

.popup {
  width: 600px;
  max-width: 90%;
  position: fixed;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 201;
  text-align: center;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s;
  background-color: #FFFFFF;
  border-radius: 12px;
}
.popup input[type=checkbox] {
  zoom: 1.5;
  vertical-align: -webkit-baseline-middle;
}
.popup h2 {
  font-size: 1.5rem;
}

#generic-popup {
  box-shadow: 0px 1px 18px 0 rgba(0, 0, 0, 0.5) !important;
  height: auto !important;
}
#generic-popup .top-section {
  padding: 12px;
  background-color: #346F3E;
}
#generic-popup .bottom-section {
  font-size: 1.3rem;
}

.popup .subtitle {
  display: inline-block;
  font-size: 1em;
}

@media (max-width: 767.98px) {
  .popup .subtitle {
    font-size: 1rem;
  }
}
.popup.show, .popup-overlay.show {
  opacity: 1;
}

.popup .close-button {
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
}

.popup .close-button i {
  color: #000000;
}

.newsletter-popup .close-button i {
  color: white;
}

.popup form {
  max-width: 400px;
  margin: auto;
}

.popup .btn-grey, .popup .btn-green {
  width: 49%;
}

.newsletter-popup .btn-green {
  margin-right: 0.8%;
}

.newsletter-popup .top-section {
  background-color: #346F3E;
  padding: 40px 20px;
  height: 160px;
}

.newsletter-popup .bottom-section {
  background-color: white;
  padding: 30px 20px;
}

.popup .fa-envelope {
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  transition: top 0.4s;
  top: 0;
}

.newsletter-popup .fa-envelope {
  color: white;
}

#newsletter-popup-envelope.initial {
  top: 10px;
}

@media (max-width: 767.98px) {
  .popup {
    bottom: -300px;
    top: auto;
    max-width: 100%;
    border-radius: 0;
    -webkit-transition: bottom 0.4s ease 0s;
    -moz-transition: bottom 0.4s ease 0s;
    -o-transition: bottom 0.4s ease 0s;
    transition: bottom 0.4s ease 0s;
  }
  .popup.show {
    bottom: 0px;
  }
  .popup .close-button i {
    color: #000000;
  }
  .newsletter-popup h2, .price-alert-popup h2 {
    margin-right: 38px;
    margin-left: 32px;
  }
  .newsletter-popup .top-section, .price-alert-popup .top-section {
    display: none;
  }
  .newsletter-popup .bottom-section, .price-alert-popup .bottom-section {
    padding: 14px 6px;
  }
  .newsletter-popup .btn-grey, .price-alert-popup .btn-grey {
    margin-top: 0.5rem;
    display: none;
  }
  .newsletter-popup .btn-grey, .newsletter-popup .btn-green, .price-alert-popup .btn-grey, .price-alert-popup .btn-green {
    width: 100%;
  }
}
.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;
}

.pharmacy-ratings-container-header {
  background-color: #e6e7e8;
}

.pharmacy-ratings-header h2 {
  font-weight: normal;
}

@media (min-width: 576px) {
  .pharmacy-ratings-header h2 {
    font-size: 1.5em;
  }
}
.header-logo > .logo img {
  max-width: 220px;
}

.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: 0.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;
}
.pharmacy-ratings-container h1 {
  padding-top: 0.5em;
}
.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: 180px;
  margin-left: auto;
  margin-right: auto;
}
.pharmacy-ratings-container .pharmacy-icon-container .pharmacy-icon-image {
  padding-top: 32px;
  height: 110px;
}
.pharmacy-ratings-container .pharmacy-icon-container .pharmacy-icon-image img {
  max-height: 72px;
  max-width: 180px;
}
.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: #3D3D3D;
}
.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, .pharmacy-ratings-container .pharmacy-link-desktop button {
  background-color: #433281;
  color: white;
  display: block;
  height: 60px;
  line-height: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.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;
}

.drawer h2 {
  font-weight: normal;
  font-size: 1.1em;
  background-color: white;
  border-radius: 2px;
  padding: 10px;
  box-shadow: 0 1px 3px 0 rgba(85, 85, 85, 0.5);
  cursor: pointer;
}
.drawer h2 table {
  width: 100%;
}
.drawer h2 i {
  float: right;
}
.drawer h2.active i {
  transform: rotate(-180deg);
}
.drawer div.active {
  max-height: 2000px;
}
.drawer > div {
  padding-left: 10px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease 0s;
  -moz-transition: max-height 0.2s ease 0s;
  -o-transition: max-height 0.2s ease 0s;
  transition: max-height 0.2s ease 0s;
}
.drawer.grey-drawer h2 {
  background-color: #EBEBEB;
}
.drawer.grey-drawer p:last-child {
  margin-bottom: 4px;
}

@media (max-width: 991.98px) {
  .pharmacy-ratings-container-header {
    background-color: white;
  }
  .pharmacy-ratings-header {
    text-align: center;
  }
  .pharmacy-ratings-header .container {
    padding: 0;
  }
  .mobile-drawer h2 {
    font-weight: normal;
    font-size: 1.1em;
    background-color: white;
    border-radius: 2px;
    padding: 10px;
    box-shadow: 0 1px 3px 0 rgba(85, 85, 85, 0.5);
    cursor: pointer;
  }
  .mobile-drawer h2 table {
    width: 100%;
  }
  .mobile-drawer h2 i {
    float: right;
  }
  .mobile-drawer h2.active i {
    transform: rotate(-180deg);
  }
  .mobile-drawer div.active {
    max-height: 2000px;
  }
  .mobile-drawer > div {
    padding-left: 10px;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease 0s;
    -moz-transition: max-height 0.2s ease 0s;
    -o-transition: max-height 0.2s ease 0s;
    transition: max-height 0.2s ease 0s;
  }
  .mobile-drawer.grey-drawer h2 {
    background-color: #EBEBEB;
  }
  .mobile-drawer.grey-drawer p:last-child {
    margin-bottom: 4px;
  }
  .pharmacy-ratings-container #pharmacychecker-seal {
    margin: 0 !important;
  }
  .pharmacy-ratings-container > .container.restricted-width {
    padding-left: 0;
    padding-right: 0;
  }
  .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 {
    padding: 0 15px 10px 15px;
  }
  .pharmacy-ratings-container .pharmacy-info .pharmacy-data .row {
    margin-bottom: 5px;
  }
  .pharmacy-ratings-container .pharmacy-info .pharmacy-data-header {
    color: #2D2D2D;
    font-size: 1rem;
  }
  .pharmacy-ratings-container .pharmacy-info .pharmacy-data-text {
    color: #000;
  }
  .pharmacy-ratings-container .pharmacy-info .pharmacy-data-header, .pharmacy-ratings-container .pharmacy-info .pharmacy-data-text {
    display: inline;
    padding: 0;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    max-width: inherit;
  }
  .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: #433281;
  }
  .pharmacy-ratings-container .pharmacy-link-mobile .pharmacy-web-link a, .pharmacy-ratings-container .pharmacy-link-mobile .pharmacy-web-link button, .pharmacy-ratings-container .pharmacy-link-mobile .pharmacy-web-link i {
    color: white;
    text-decoration: none;
  }
  .pharmacy-ratings-container .pharmacy-link-mobile .pharmacy-profile-link {
    max-height: 45px;
    overflow: hidden;
  }
  .pharmacy-ratings-container .pharmacy-link-mobile .pharmacy-profile-link a, .pharmacy-ratings-container .pharmacy-link-mobile .pharmacy-profile-link button {
    color: #433281;
    text-decoration: underline;
  }
  .pharmacy-ratings-container .pharmacy-link-mobile .pharmacy-profile-link i {
    color: #433281;
  }
}
.grecaptcha-badge {
  z-index: 10;
}

@media screen and (max-width: 767.98px) {
  .grecaptcha-badge {
    position: relative !important;
    bottom: 0 !important;
    right: 0 !important;
    transition: none !important;
    margin: 40px auto 40px auto;
  }
  .rc-anchor-pt {
    display: none !important;
  }
}
.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;
}
.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: #433281;
  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: #433281;
  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 0.2s;
  }
}
.pharmacy-profile-sub-header {
  background-color: #E6E7E8;
  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 {
  background-color: initial !important;
}
.pharmacy-sidebar-content .sidebar-panel .pharmacy-profile-sidebar div.row {
  overflow: hidden;
}
.pharmacy-sidebar-content .sidebar-panel .container {
  background-color: #d8d8d8;
  padding: 0 15px;
  height: 100%;
}
.pharmacy-sidebar-content .sidebar-panel .container .title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.pharmacy-sidebar-content .sidebar-panel .container .info {
  margin-bottom: 1.5rem;
}
.pharmacy-sidebar-content .sidebar-panel .container .info .row {
  margin-bottom: 0.5rem;
}

.pharmacy-profile-mobile-fixed-cta {
  display: none;
  position: fixed;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: top 0.2s ease 0s;
  -moz-transition: top 0.2s ease 0s;
  -o-transition: top 0.2s ease 0s;
  transition: top 0.2s ease 0s;
  top: 0;
  z-index: 10;
  background: white;
}
.pharmacy-profile-mobile-fixed-cta .pharmacy-link {
  text-align: center;
}
.pharmacy-profile-mobile-fixed-cta .pharmacy-link a {
  background-color: #433281;
  color: white;
  display: block;
  height: 2.75rem;
  line-height: 2.75rem;
  margin-left: auto;
  margin-right: auto;
  width: 11rem;
}

.pharmacy-profile-mobile-fixed-cta.reveal {
  top: 62px;
}

.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 i.fa-check.dark-grey {
  color: #2D2D2D;
}
.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: 5px;
}
.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: #2D2D2D;
}

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

.verified-primary-pharmacy {
  padding: 2rem;
}
.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;
}
.pre-footer > .row img, .pharmacy-seal-pre-footer > .row img {
  max-width: 174px;
}

.profile-table-header {
  color: #346F3E;
}

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

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

.dialog-hidden {
  display: none;
}

/* Tablet/Mobile specific style */
@media (max-width: 991.98px) {
  .pharmacy-profile-mobile-fixed-cta {
    display: block;
  }
  .pharmacy-profile-main-header, .pharmacy-seal-main-header {
    padding: 1rem;
    margin-top: 58px;
    text-align: center;
  }
  .pharmacy-profile-main-header .cpc-pharmacy-profile-link img, .pharmacy-seal-main-header .cpc-pharmacy-profile-link img {
    max-width: 174px;
  }
  .pharmacy-profile-main-header .pharmacy-title .pharmacy-name, .pharmacy-seal-main-header .pharmacy-title .pharmacy-name {
    font-size: 1.3rem !important;
  }
  .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: 1.6em;
  }
  .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;
  }
}
@media (max-width: 575.98px) {
  .pharmacy-sidebar-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pharmacy-profile-grid {
    padding: 0;
  }
}
.pharmacy-seal-main-header {
  margin-top: 8px;
  margin-bottom: 14px;
  padding: 12px;
  background: #E6E7E8;
  text-align: center;
}
.pharmacy-seal-main-header p {
  margin: 0.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: 1rem;
  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;
  }
}
@media (min-width: 576px) {
  .green-banner h2, .purple-banner h2 {
    font-size: 1.5em;
  }
}
.light-grey-banner {
  background-color: #E6E7E8;
}

@media (min-width: 400px) {
  .light-grey-banner h1, .green-banner h1, .purple-banner h1, .white-banner h1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 575.98px) {
  .light-grey-banner h1, .green-banner h1, .purple-banner h1, .white-banner h1 {
    font-size: 1.6rem !important;
  }
  .light-grey-banner h2, .green-banner h2, .purple-banner h2, .white-banner h2 {
    font-size: 1.1em !important;
  }
}
.green-banner {
  margin: 0;
  background-color: #346F3E;
}
.green-banner .container .content h1, .green-banner .container .content h2 {
  color: white;
  text-align: center;
}
.green-banner .container .content h2 {
  font-weight: normal;
}

.purple-banner {
  margin: 0;
  background-color: #433281;
}
.purple-banner .container .content h1, .purple-banner .container .content h2 {
  color: white;
  text-align: center;
}
.purple-banner .container .content h2 {
  font-weight: normal;
}
.purple-banner .container .content h1, .purple-banner h2 {
  text-align: left !important;
}

.pharmacy-rating-xbox {
  background-color: inherit !important;
  border-radius: 0 !important;
}
.pharmacy-rating-xbox div i {
  color: #c40f0f;
  font-size: 48px;
}

#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";
  }
}
.mypc-header-title {
  font-size: 2rem;
  line-height: 3rem;
}

.mypc-header-login-link {
  font-size: 0.9rem;
  text-align: right;
  vertical-align: bottom;
  line-height: 0.9rem;
  margin-top: 1.1rem;
}

.mypc-header-subtitle {
  font-size: 1.5rem;
  line-height: 2rem;
}

.mypc-landing-subsection {
  background-color: #f0f0f0;
  border: 1px solid #777;
  width: 100%;
  border-radius: 5px;
}

.mypc-account-form label {
  margin-top: 0.75rem;
}

.mypc-landing-button, .mypc-dashboard-button {
  background-color: #433281;
  border: none;
  color: #FFFFFF;
  max-width: 215px;
  border-radius: 7px;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: bold;
  text-align: center;
  -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);
}
.mypc-landing-button a, .mypc-dashboard-button a {
  color: #FFFFFF !important;
}

.mypc-landing-button-wide, .mypc-dashboard-button-wide {
  max-width: 300px;
}

.mypc-landing-button-narrow, .mypc-dashboard-button-narrow {
  max-width: 100px;
}

.mypc-dashboard-button {
  font-size: 1rem;
}

.mypc-dashboard-button-wide {
  font-size: 1rem;
}

.mypc-dashboard-button-narrow {
  font-size: 1rem;
}

.mypc-question-list .question-date {
  font-size: 0.85rem;
}

.mypc-comment-list .comment-not-approved {
  font-size: 0.85rem;
}

.mypc-small-centered-notice {
  font-size: 0.85rem;
  text-align: center;
}

.mypc-sidebar-user-name {
  position: absolute;
  top: 0.7rem;
  right: 2rem;
  font-size: 1.1rem;
}

.price-alert-search .global-search {
  float: none;
}
.price-alert-search .global-search .input-group {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 399.98px) {
  table.account-alerts {
    margin-left: -15px;
  }
}
@media (max-width: 379.98px) {
  table.account-alerts tbody tr.account-alert td, table.account-alerts tbody tr.account-alert th {
    padding: 4px 6px;
  }
}
@media (max-width: 339.98px) {
  table.account-alerts {
    margin-left: -30px;
  }
}
.sealprogram-form .row {
  margin-top: 1.5em;
}
.sealprogram-form input {
  min-width: 300px;
  max-width: 50%;
}
.sealprogram-form label {
  max-width: 50%;
}
.sealprogram-form label.required:after {
  content: "*";
  color: red;
  margin-left: 5px;
}
.sealprogram-form .form-choices {
  list-style-type: none;
  padding: 0;
}
.sealprogram-form .form-choices li {
  display: inline;
  margin-right: 10px;
}
.sealprogram-form-listinginfo label {
  margin-top: 0;
}
.sealprogram-form-listinginfo .card {
  margin-bottom: 20px;
}

.cpc-drug-bid-table td, .cpc-drug-bid-table th {
  vertical-align: inherit;
}

form .helptext {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.cpc-specific-drug-bid-form > div {
  display: inline-block;
}
.cpc-specific-drug-bid-form > div input {
  width: 100%;
}
.cpc-specific-drug-bid-form .cpcbid-field {
  width: 9%;
}
.cpc-specific-drug-bid-form .url-field {
  width: 50%;
}
.cpc-specific-drug-bid-form .submit-field {
  width: 14%;
}
.cpc-specific-drug-bid-form .submit-field button {
  padding: 10px;
}

.results {
  font-weight: bold;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease 0s;
  -moz-transition: max-height 0.2s ease 0s;
  -o-transition: max-height 0.2s ease 0s;
  transition: max-height 0.2s ease 0s;
}

.results.show {
  max-height: 40px;
}

.loading-spinner-overlay {
  display: none;
}

#local-pricing.loading .local-pricing-drawer {
  display: none;
}
#local-pricing.loading .loading-spinner-overlay {
  display: block;
}

.local-pricing-drawer {
  background-color: #6E747A;
}

.local-pricing-drawer-header {
  background-color: white;
  border: solid 1px #6E747A;
  border-top: none;
  padding: 10px;
}

.local-pricing-help-text, #edit-prescription-text {
  max-height: 60px;
  overflow: hidden;
  display: block;
}

.local-pricing-help-text.hide, #edit-prescription-text.hide {
  max-height: 0px;
  padding: 0;
}

.generate-discount-card-link:hover {
  text-decoration: none;
}
.generate-discount-card-link p {
  font-size: 1.4rem;
  margin-bottom: 6px;
  color: #000000;
}
.generate-discount-card-link .btn-green, .generate-discount-card-link .btn-purple {
  max-width: 200px;
  margin: auto;
}
.generate-discount-card-link .btn-green .mobile-price, .generate-discount-card-link .btn-purple .mobile-price {
  font-size: 1.2rem;
}

.local-pricing-drawer-items {
  list-style-type: none;
  background-color: white;
  padding: 0;
}
.local-pricing-drawer-items .local-pricing-drawer-item {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.local-pricing-drawer-items .local-pricing-drawer-item > div {
  padding: 10px;
  border: solid 1px #6E747A;
  border-top: none;
}

.local-pricing-cta {
  text-align: center;
}
.local-pricing-cta p {
  font-size: 1.4em;
}

.local-pricing-logo {
  min-height: 70px;
  line-height: 70px;
}

@media (max-width: 991.98px) {
  .local-pricing-logo {
    text-align: center;
  }
  .local-pricing-logo h2 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.local-pricing-drawer-items.active .local-pricing-drawer-item {
  max-height: 260px;
}

.local-pricing-drawer-see-more {
  cursor: pointer;
  border-top: none;
  background: rgb(142.0259493671, 154.0911392405, 194.6740506329);
  color: white;
  padding: 6px 0;
}

.dtr-title {
  width: 28%;
  display: inline-block;
  vertical-align: top;
}

.dtr-data {
  width: 68%;
  display: inline-block;
}

.dtr-control {
  padding-left: 40px !important;
}

table thead tr {
  font-weight: bold;
}

table {
  word-break: normal;
  text-align: left;
}

.table-plain tbody tr {
  background: #FFFFFF !important;
}

.table-striped {
  border-color: #dee2e6;
}
.table-striped tbody tr:nth-of-type(odd) {
  background: #FFFFFF;
}
.table-striped tbody tr:nth-of-type(even) {
  background: #ECF4F6;
}

.dataTables_filter input {
  margin-left: 4px;
}

.table-layout-fixed {
  table-layout: fixed;
}

#drug-savings-table_previous.disabled, #drug-savings-table_next.disabled {
  display: none !important;
}

#drug-savings-table_length {
  margin-top: 0.5rem;
}

#drug-savings-table .dtr-details {
  width: 100%;
}
#drug-savings-table .dtr-title {
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
#drug-savings-table .dtr-data {
  width: 100%;
  text-align: center;
  display: inline-block;
}

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;
  background-color: white;
}

.underlined {
  text-decoration: underline;
}

.discreet-link {
  text-decoration: none;
  color: #2D2D2D;
}
.discreet-link:hover {
  color: #2D2D2D;
}

.italicized {
  font-style: italic;
}

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

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

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.w-10 {
  width: 10% !important;
}

.w-85 {
  width: 85% !important;
}

.maxw-100 {
  max-width: 100% !important;
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 1.6em !important;
    line-height: 1.4em;
  }
  /* Make Float: right images full width at a certain point */
  .mobile-full-width {
    width: 100% !important;
    height: auto !important;
    float: none !important;
  }
  .mobile-full-width, .mobile-full-width img {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0.5rem;
  }
}
a {
  color: #0f56c7;
}

.large-p, .large-p p {
  font-size: 1.2rem !important;
  line-height: 2rem !important;
}

h1, h2, h3, h4, h5 {
  font-family: "Arimo", "Helvetica", sans-serif;
}

h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}

h2 {
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 0.1em 0;
}

h4 {
  font-size: 1.1em;
  font-weight: normal;
  margin: 0 0 0.5em 0;
}

h5 {
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 0.5em 0;
}

.container .content {
  padding-bottom: 40px;
}
.container .content p a {
  color: #0f56c7;
}
.container .content .nowrap {
  white-space: nowrap;
}
.container .content .purple-box-link {
  border-radius: 5px;
  background-color: #433281;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0.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: #433281;
  color: #FFFFFF;
}
.container .content #section-title {
  padding-top: 0.5em;
  font-size: 2.5em;
}
.container .content #section-title:empty {
  padding-top: 0;
}
.container .content #page-title + section.row {
  margin-top: 2em;
}
@media (min-width: 400px) {
  .container .content h1.large-h1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 575.98px) {
  .container .content h1.large-h1 {
    font-size: 1.4rem !important;
  }
}

.form-control {
  height: inherit;
}

.bold {
  font-weight: bold;
}

.global-search {
  float: right;
}
.global-search input {
  border: none;
  box-shadow: none;
  padding: 0.5em;
  font-weight: bold;
  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: 0.75em 0.5em;
}

.cta-search-container {
  background: #EBEBEB;
  padding: 0 10px 20px 10px;
  min-width: 100%;
}

@media (min-width: 576px) {
  .cta-search-container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .mobile-top-margin {
    margin-top: 64px;
  }
}
.dropdown-menu {
  right: 0;
  left: auto;
}

.no-border {
  border: none;
}

.no-underline-link:hover {
  text-decoration: none;
}

.no-style-button {
  text-decoration: none;
  display: inline-block;
  border: none;
  background: none;
  cursor: pointer;
}
.no-style-button:focus {
  outline: none;
}

.cta-search .global-search {
  float: none;
}
.cta-search .global-search .input-group {
  margin: auto;
}
.cta-search .global-search button {
  background: #433281;
}
.cta-search .global-search i.fa {
  color: white !important;
}

.purple-border {
  border: 1px solid #433281;
}

.grey-border {
  border: 2px solid #E6E7E8;
}

.btn-white, .btn-grey, .btn-blue, .btn-green, .btn-red, .btn-purple {
  border-radius: 5px;
  color: #FFFFFF;
  padding: 0.5em 1.5em;
  text-align: center;
  text-decoration: none !important;
  word-wrap: normal;
  border: 0;
  cursor: pointer;
  height: auto;
  -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-white:hover, .btn-grey:hover, .btn-blue:hover, .btn-green:hover, .btn-red:hover, .btn-purple:hover {
  color: #FFFFFF;
}

.btn-purple {
  color: #FFFFFF !important;
  background-color: #433281;
  border: 1px solid #433281;
}

.btn-red {
  color: #FFFFFF !important;
  background-color: #c40f0f;
}

.btn-green {
  background-color: #346F3E;
}

.btn-blue {
  color: #FFFFFF !important;
  background-color: #0029FF;
}

.btn-grey {
  background-color: #2D2D2D;
}

.btn-white {
  background-color: white;
  color: #2D2D2D;
  border: 1px solid #433281;
}

.btn-white:hover {
  color: #2D2D2D;
}

.btn-rounded {
  border-radius: 20px;
}

.btn-rectangle {
  padding: 0.88rem;
  border-radius: 0px;
}

.btn-wide {
  width: 260px;
}

@media screen and (max-width: 575.98px) {
  .btn-wide {
    width: 100%;
  }
}
.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;
}

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

.maxw-400 {
  max-width: 400px;
}

.green {
  color: #346F3E !important;
}

.purple {
  color: #433281 !important;
}

.red {
  color: #c40f0f;
}

.short-input input {
  width: 40px;
}

.white {
  color: white;
}

.charcoal {
  color: #737373;
}

.black {
  color: #000000 !important;
}

.angled-grey-background {
  background-image: -webkit-linear-gradient(45deg, #ffffff 55%, #f0f0f0 45%);
}

.lighter-grey-background {
  background: #E6E7E8;
}

.grey-text {
  color: #6E747A;
  font-size: 0.8rem;
}

.absolute-bottom {
  position: absolute;
  bottom: 0;
}

.sm-spacer {
  height: 2rem;
}

.pc-link {
  color: #0f56c7;
  text-decoration: underline;
}

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

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

cite {
  padding: 16px 16px 16px 42px;
  display: block;
  background-color: #E6E7E8;
  border-left: 6px solid #346F3E;
  margin-bottom: 1rem;
}
cite:before {
  content: "“";
  font-family: sans-serif;
  color: #346F3E;
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  left: 28px;
}

.blockquote {
  font-size: 1rem;
}

blockquote.medium-blockquote {
  font-size: 1.6rem;
  color: #6E747A;
}
blockquote.medium-blockquote:before {
  content: "“";
  font-size: 2.6rem;
  width: 0;
  margin-left: -20px;
}
blockquote.medium-blockquote:after {
  content: "”";
}

blockquote.large-blockquote {
  font-size: 2rem;
  color: #6E747A;
}
blockquote.large-blockquote:before {
  content: "“";
  font-size: 2.6rem;
}
blockquote.large-blockquote:after {
  content: "”";
}

.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;
}

.col-12 {
  word-break: break-word;
}

.worldMapContainer {
  position: absolute;
  z-index: -1;
  top: 80px;
  left: 0;
  width: 100%;
}
.worldMapContainer .worldMapImg {
  width: 100%;
  max-width: 1800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.rightChev {
  font-size: 12px;
}

.worldMapContent {
  position: relative;
  z-index: 1;
}
.worldMapContent h1 {
  width: 100%;
  max-width: 498px;
}
.worldMapContent h2 {
  width: 100%;
  max-width: 698px;
}

.pcPricingTable {
  overflow-x: auto;
  margin-top: 2rem;
}
.pcPricingTable thead th {
  border: 1px solid #dee2e6;
  background-color: #433281;
  color: #fff;
  padding: 1.5em 1.2em;
}
.pcPricingTable tbody td {
  border: 1px solid #dee2e6;
  padding: 1.3em 1.2em;
}

.verificationProgramLogo img {
  margin-top: -18px;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: -6px;
}

@media (max-width: 575.98px) {
  .hide-on-xs {
    display: none !important;
  }
  .verificationProgramLogo img {
    margin-bottom: -15px;
  }
  .cls-adjusted-spinner {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .hide-above-sm {
    display: none !important;
  }
  .verificationProgramLogo {
    max-width: 50%;
  }
  .verificationProgramLogo img {
    width: 400px;
    max-width: 100%;
  }
  .applyButtonGroup button {
    max-width: calc(50% - 15px);
  }
  .applyButtonGroup a:nth-child(2) {
    margin-left: 15px;
  }
}
@media (max-width: 991.98px) {
  .hide-on-md {
    display: none !important;
  }
  .worldMapContent .logInButton {
    margin-left: 0;
  }
  .pcPricingTable thead th {
    width: 250px;
    max-width: 30%;
    padding: 1.2em 1em;
  }
}
@media (min-width: 992px) {
  .hide-above-lg {
    display: none !important;
  }
  .worldMapContainer {
    top: 200px;
  }
  .verificationProgramLogo img {
    width: 460px;
  }
}
@media (max-width: 767.98px) {
  .hide-on-sm {
    display: none !important;
  }
  .pcPricingTable tbody td {
    padding: 1.1em 1em;
  }
  .pcPricingTable {
    margin-top: 1rem;
  }
  .textSpan {
    position: unset;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .hide-above-md {
    display: none !important;
  }
  .applyButtonGroup button {
    max-width: calc(50% - 25px);
  }
  .applyButtonGroup a:nth-child(2) {
    margin-left: 25px;
  }
}
@media (max-width: 991.98px) {
  .hide-on-mobile {
    display: none !important;
  }
  .text-center-mobile {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 1.1em;
  }
  #section-title {
    padding-bottom: 0 !important;
    padding-top: 0;
  }
}
@media print {
  body > .container > .content {
    margin: 0;
  }
  body a[title=Sumo], body .sumome-share-client {
    visibility: hidden !important;
  }
  body #header, body #navigation, body #footer {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
