/*** Constants */
/** Blue Brand
$BrandPrimary: #4995c1;
$BrandLight: #4995c1;
$BrandDark: #347398;

/*** Purple Brand
$BrandPrimary: rgb(129, 68, 148);
$BrandLight: rgb(138, 80, 154);
$BrandDark: rgb(109, 46, 131);

*/
/***** Page */
body {
  background-color: #ededed;
  margin-top: 160px;
  color: black; }

body > div:not([class='logo']) {
    max-width: 2000px;
	margin: 0 auto;
}

.content {
  font-size: 1.1rem;
  background: white; }

p {
  text-align: justify; }

a {
  color: #3072b5; }

a:hover {
  text-decoration: none; }

.centered,
.centered p {
  text-align: center !important; }

.inline-padding {
  height: 20px; }

@media screen and (max-width: 992px) {
  .collapsed-padding-md {
    padding-bottom: 20px; } }
@media screen and (max-width: 767px) {
  img.app-image {
    max-width: 250px; }

  .block-sm {
    display: block;
    padding-bottom: 5px; }

  .inline-block-sm:after {
    content: ' ';
    clear: right; } }
.app-store-icons {
  padding: 20px 0; }

.app-store-icons img {
  max-width: 150px;
  margin-top: 10px; }

.form-control.form-check-input {
  width: auto !important;
  display: inline-block;
  margin-left: -1.15rem; }

.tab-pane .form-group:last-child {
  margin-bottom: 0 !important; }

.italic {
  font-style: italic;
  font-family: Palatino; }

.section.watermarked {
  background-image: url("/templates/LornVillagePharmacy/images/watermark.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 400px 400px; }

/***** Buttons */
.btn {
  font-size: 1.15em; }

.btn-outline-brand {
  border: 2px solid #3072b5;
  color: #3072b5;
  font-weight: bold; }

.btn-outline-brand:hover,
.btn-outline-brand:focus {
  background: #3072b5;
  color: white;
  border-color: #3072b5; }

.btn-solid-brand {
  background: #3072b5;
  border: 2px solid #3072b5;
  color: white;
  font-weight: bold; }

.btn-solid-brand:hover,
.btn-solid-brand:focus {
  background: #25598d;
  border: 2px solid #25598d;
  color: white; }

/***** Section Backgrounds */
.white-bg {
  background-color: white; }

.grey-bg {
  background-color: #ededed; }

/***** Logo */
.logo {
  position: absolute;
  top: 0;
  z-index: 10000;
  padding: 0 5px 5px 5px;
  background: transparent;
  pointer-events: none;
  width: 100%; }

.logo-inner {
  padding: 5px;
  background: white;
  display: inline-block;
  pointer-events: all;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 220px;
  height: 220px; }

.logo img {
  width: 210px; }

@media screen and (max-width: 992px) {
  .logo {
    position: static;
    display: block;
    text-align: center;
    padding-top: 20px;
    background: white; }

  .logo img {
    margin: 0 auto; } }
@media screen and (min-width: 993px) {
  .logo-inner {
    border-bottom: 1px solid #efefef;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16); } }
/***** Menu */
.title {
  padding-bottom: 80px;
  text-align: center; }

.title span {
  font-size: 2.7em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  font-family: Palatino;
  color: #3f310a;
  margin: 0;
  margin-bottom: -5px; }

.navbar-brand {
  padding: 20px 0;
  font-weight: bold;
  margin: 0;
  color: black;
  font-family: Palatino; }

ul.navigation-list {
  display: block;
  text-align: right; }

nav.navbar {
  padding-top: 0;
  padding-bottom: 0;
  background: white; }

@media screen and (min-width: 993px) {
  nav.navbar {
    border-bottom: 1px solid #efefef;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16); } }
@media screen and (max-width: 992px) {
  ul.navigation-list {
    display: block;
    text-align: center; }

  ul.navigation-list.visible {
    padding-bottom: 20px; }

  nav.navbar {
    position: static; }

  body {
    margin-top: 0; }

  .title {
    padding: 40px 0; } }
ul.navigation-list li {
  display: inline-block;
  padding: 20px 10px; }

ul.navigation-list li:last-child {
  padding-right: 0; }

ul.navigation-list li a {
  color: #3f310a;
  font-weight: bold;
  font-size: 1.2em; }

ul.navigation-list li a:hover,
ul.navigation-list li a:focus {
  text-decoration: none;
  color: #3072b5;
  /*border: 2px solid $BrandPrimary;
  margin: -8px;
  padding: 6px;
  border-radius: 5px;*/ }

ul.navigation-list li.active a {
  margin: -8px;
  padding: 6px;
  background: #3072b5;
  border-radius: 5px;
  color: white;
  border: 2px solid #3072b5; }

ul.navigation-list li.active a:focus,
ul.navigation-list li.active a:hover {
  border: 2px solid #3072b5; }

@media screen and (max-width: 767px) {
  ul.navigation-list {
    margin-top: 10px; }

  ul.navigation-list li.nav-item {
    display: block;
    padding: 10px 7px; }

  nav.navbar {
    margin-top: -15px;
    padding-top: 15px; } }
.disabled {
  pointer-events: none; }

/***** Nav Toggle */
a.navbar-brand {
  color: #3f310a; }

.nav-toggle {
  display: block;
  margin: 20px auto; }

@media screen and (min-width: 768px) {
  .nav-toggle {
    display: none; } }
@media screen and (max-width: 767px) {
  ul.navigation-list {
    opacity: 0;
    height: 0;
    overflow: hidden; }

  ul.navigation-list.visible {
    opacity: 1;
    height: auto; } }
/***** Slider */
.slider {
  width: 100%;
  height: 500px;
  background: white;
  background-image: url("../img/slider.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat; }

.slide-text {
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 10px;
  color: white;
  text-align: center; }
  .slide-text h3 {
    font-size: 4em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45); }
    .slide-text h3:first-child {
      padding-top: 300px; }
  .slide-text h4 {
    padding-top: 30px;
    font-size: 3em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45); }
  .slide-text h5 {
    padding-top: 40px;
    font-weight: bold; }
    .slide-text h5 a {
      font-weight: bold;
      margin-bottom: 10px; }

@media screen and (max-width: 1000px) {
  .slide-text h3 {
    font-size: 2.5rem; }
    .slide-text h3:first-child {
      padding-top: 50px; }
  .slide-text h4 {
    font-size: 1.75rem; } }
/***** Sections */
.section {
  padding: 80px 0;
  font-size: 1.1rem;
  min-height: 0 !important; }

.section.section-no-top-padding {
  padding-top: 0 !important; }

.section h2, .section h1 {
  margin: 0;
  padding-bottom: 40px;
  color: #3072b5;
  text-align: center;
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .section {
    padding: 40px 0; }

  .section h2 {
    padding-bottom: 20px; } }
.no-bottom-padding {
  padding-bottom: 0 !important; }

/***** Sitemap */
.sitemap {
  padding-bottom: 0 !important;
  text-align: center; }
  .sitemap h4 {
    color: #3072b5;
    padding-bottom: 20px; }
  .sitemap h5 {
    font-style: italic;
    font-family: Palatino;
    font-size: 1.3em; }
  .sitemap a {
    display: block;
    font-size: .8em;
    color: #3072b5; }
  .sitemap .padding {
    height: 15px; }

.associations a {
  display: inline-block; }

#pharmacy-guild {
  height: 40px;
  width: 164px; }

/***** Prescriptions Page */
.prescription-step-row {
  padding-top: 20px;
  padding-bottom: 20px; }

.prescription-step h4 {
  margin: 88px 0; }

.prescription-step-row .prescription-img p {
  text-align: right; }
  @media screen and (max-width: 767px) {
      .prescription-step-row .prescription-img p {
        text-align: center; }
  }
.prescription-step-row .prescription-img img {
  max-width: 400px; }

.prescription-img {
  text-align: right; }

@media screen and (max-width: 767px) {
  .prescription-step {
    text-align: center; }

  .prescription-step h4 {
    margin: 0;
    padding-bottom: 20px; }

  .prescription-img {
    text-align: center; } }
@media screen and (min-width: 768px) and (max-width: 993px) {
  .prescription-step h4 {
    margin: 70px 0; } }
/***** Service Card */
.service-card {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16); }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .service-card .card-text {
    min-height: 110px; } }
.service-card img.service-card-img {
  margin-bottom: 20px;
  width: 200px; }

.service-card p {
  text-align: center; }

.service-card .card-title {
  color: #3072b5; }
.service-card img {
  background-color: #3072b5; }

/***** Hero */
.hero.hero-image {
  height: 600px;
  background-color: #eee;
  background-position: top 50% !important;
  background-size: cover !important; }

@media screen and (max-width: 992px) {
  .hero.hero-image {
    height: 400px;
    background-position-x: center !important; } }
@media screen and (min-width: 1000px) {
  .hero.hero-image {
    background-position: top center;
    height: 800px; } }
/***** Compounding */
.order-nav {
  text-align: center; }

.order-nav ul {
  display: inline-block;
  margin: 0 auto; }

/***** Pills */
ul.nav.nav-pills li.nav-item a.nav-link.active {
  background-color: #3072b5; }
  ul.nav.nav-pills li.nav-item a.nav-link.active:hover {
    color: white; }
ul.nav.nav-pills li.nav-item a.nav-link:hover {
  color: #25598d; }

@media screen and (max-width: 991px) {
  ul.nav.nav-pills li.nav-item {
    width: 100%; } }
/***** Services */
.services a {
  color: #25598d; }

.services-row {
  margin-bottom: 20px; }
  .services-row img {
    margin: 0 auto; }
  .services-row ul {
    list-style-type: none;
    margin: 0; }
    .services-row ul li {
      font-size: 1.3em;
      padding-bottom: .75em;
      color: #25598d; }

@media screen and (max-width: 767px) {
  .services-row img {
    max-width: 300px; }
  .services-row ul {
    padding: 0; }
    .services-row ul li {
      text-align: center; } }
/***** Map */
#map {
  height: 500px; }

.map iframe {
  width: 100%;
  height: 500px; }

/***** Footer */
#contact a.btn-lvp {
  width: 100% !important; }

#contact a.btn-lvp i {
  margin-right: 5px; }

.footer-divder {
  background: #3072b5;
  height: 5px; }

.footer {
  padding-top: 70px;
  padding-bottom: 60px;
  background: #eee; }

.footer span {
  margin: 0;
  font-size: 0.9em; }

/***** Back to top */
#back-to-top {
  float: right;
  margin-top: -8px; }

.footer .back-to-top img {
  width: 38px;
  float: right;
  background: #3072b5; }

.back-to-top {
  cursor: grab; }

@media screen and (max-width: 767px) {
  .copyright {
    display: block;
    text-align: center;
    padding-bottom: 20px; }

  #back-to-top,
  .back-to-top {
    display: block;
    text-align: center;
    float: none !important; }

  .back-to-top img {
    float: none !important; } }
.btn-primary, .btn-lvp {
  background: #3072b5;
  border: 1px solid #3072b5; }

.btn-primary:hover,
.btn-lvp:hover {
  background: #25598d;
  border: 1px solid #25598d; }

.btn-primary:active,
.btn-lvp:active,
.btn-primary:focus,
.btn-lvp:focus {
  background-color: #a1a1a1 !important;
  border-color: #8c8c8c !important; }

/***** Refills */
input.hidden {
  position: absolute;
  top: -10000px; }

.thumbnail {
  height: 300px;
  width: 100%;
  margin-bottom: 15px; }
  .thumbnail img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    display: block;
    border-radius: 3px;
    border: 1px solid #dedede; }
  .thumbnail .thumb-link-wrap {
    text-align: center;
    border: 1px solid #dedede; }
    .thumbnail .thumb-link-wrap a {
      font-size: 6rem;
      display: block; }
  .thumbnail .control-tray {
    margin-top: -60px;
    text-align: right; }
    .thumbnail .control-tray button {
      margin-right: 10px;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); }

@media screen and (max-width: 767px) {
  .thumbnail .control-tray {
    text-align: center; } }
.refill-controls {
  margin-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  width: 100%; }

.canvas {
  padding-top: 15px;
  margin-bottom: 20px;
  max-height: 400px;
  height: 400px;
  overflow-y: scroll;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  margin-top: 5px; }

.script-header {
  color: #3072b5;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 1rem;
  background: #ededed;
  border-radius: 3px; }
  .script-header h3 {
    margin: 0;
    display: inline-block; }
  .script-header button {
    float: right;
    margin-top: -5px; }

@media screen and (min-width: 375px) and (max-width: 400px) {
  .script-header button {
    margin-top: -5px !important; } }
@media screen and (max-width: 400px) {
  .script-header {
    text-align: center; }
    .script-header h3 {
      font-size: 1.5rem; }
    .script-header button {
      float: none;
      font-size: 1rem;
      padding-top: 5px;
      padding-bottom: 5px;
      margin: 0 auto;
      margin-top: 5px; } }
.btn-circle {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 6px 0;
  font-size: 18px;
  line-height: 1.428571429;
  border-radius: 25px; }

#contact .container .row div[class*="col-lg-"] {
  padding-bottom: 10px; }

.hidden {
  display: none; }

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

span.text-block {
  display: block;
}

span.indented {
  margin-left: 1em;
}

span.text-muted {
  color: #6c757d !important;
}

span.text-small {
  font-size: small;
}

span.text-underline {
  text-decoration: underline;
}