body {
	/*padding-top: 179px;*/
	font-family: 'Libre Franklin', Arial, Helvetica, sans-serif;
	color: #03345f;
}
body#sign-in {
	padding-top: 1rem;
}

}
/*@media (max-width: 991.98px) {
body {
	padding-top: 132px;
}
}*/

/*h1, h2, h3, h4, h5, h6 {
  font-family: 'Libre Franklin', Arial, Helvetica, sans-serif;
}*/

h2, .h2 {
	font-size: 1.875rem;
	font-weight:700;
}

h3, .h3 {
	font-size: 1.5rem;
	font-weight:700;
}

h4, .h4 {
	font-size: 1.125rem;
	font-weight:600;
}

h6, .h6 {
	font-weight:700;
}

.display-4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.lead {
	font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25;
}

@media only screen and (min-width: 480px) {
  .display-4 {
    font-size: 1.5rem;
  }
  
	.lead {
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.25;
	}
}


@media only screen and (min-width: 768px) {
  .display-4 {
    font-size: 1.875rem;
  }
  
	.lead {
		font-size: 1.5rem;
		font-weight: 400;
		line-height: 1.25;
	}
}


a {
    color: #03345f;
}

a:hover {
    color: #81b3fc;
}

a.white {
    color: #FFF;
}

a.white:hover {
    color: #03345f;
}

hr.dark {
	border-bottom: #053563 1px solid;
}

@media (max-width: 991px) {
.container {
    max-width: 100%;
}
}

.list-inline-item:not(:last-child) {
    margin-right: 1rem;
}

ul.list-inline a {
	text-decoration:underline;
}

.btn, .btn-lg {
	border-radius: 0;
}

.btn-xs, .btn-group-xs > .btn {
	font-size: 0.75rem;
	padding: 0.25rem 0.5rem;
	font-weight: 500;
}

.card {
	background-color: #d6e7f7;
    background-clip: border-box;
    border: 3px solid #d6e7f7;
    border-radius: 0;
}

.card a:hover {
	text-decoration: none;
}

.card-img-top {
	background-color: #fff;
}

.card-img-top img {
	height: 100%;
    max-height: 200px;
	margin:auto;
}

.card h4 {
	font-size: 1.25rem;
}

.card-generic {
	font-size: 1.125rem;
}

.card-price {
	font-size: 1.5rem;
	font-weight: 700;
}

.card-count {
	
}

.card-unit-price {
	font-style:italic;	
}

.btn-primary {
	background-color: #153355;
	border-color: #153355;
}

.btn-primary:hover {
	background-color: #81b3fc;
	border-color: #81b3fc;
}

.btn-primary.disabled, .btn-primary:disabled {
	background-color: 	hsl(212, 60%, 21%);
	border-color: 	hsl(212, 60%, 21%);
}

.btn.disabled, .btn:disabled {
	cursor: not-allowed;
}

.custom-select {
	font-size: 0.875rem;
	border-radius: 0;
}

.custom-select + .input-group-append > button {
	font-size: 0.875rem;
	color: #03345f;
    background-color: transparent;
    border-color: transparent;
}

.custom-select + .input-group-append > button:hover, .custom-select + .input-group-append > button:active, .custom-select + .input-group-append > button:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active {
	color: #81b3fc;
    background-color: transparent;
    border-color: transparent;
	box-shadow: none;
}

button.bg-soft-orange:hover {
	color: #FFFFFF;
	background-color: #81b3fc;
}

.dropdown-toggle-left {
  white-space: nowrap;
}

.dropdown-toggle-left::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.order-summary dt, .order-summary dd {
	font-size: 0.875rem;
}

.order-summary dt {
	font-weight: 400;
}

.order-summary dd {
	text-align: right;
	margin-bottom: 0.25rem;
}

.order-details {
	font-size: 0.875rem;
}

.order-details a, a.change {
	font-size: 0.625rem;
	text-transform:uppercase;
	font-weight:700;
}

.order-details .flex-row {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.order-disclaimer {
	font-size: 0.625rem;
}

table, .table, thead, .table th {
	border-top: none;
}

.table-sm {
	font-size: 0.875rem;
}

table.current-accounts {
	color: #03345f;
	font-size: 0.75rem;
	margin-bottom: 0;
}

.payment-accounts {
	font-size: 0.875rem;
}

.payment-accounts p {
	margin-bottom: 0;
}

/* Hero */
#hero .input-group-lg > .form-control {
	font-size: 1.5rem;
	border: 1px solid #214a82;
	border-radius: 0.5rem 0 0 0.5rem;
}

#hero .input-group > .input-group-append > .btn {
	border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.btn-outline-secondary {
	color: #FFF;
	background-color: #153355; 
	border-color: #214a82;
}

.btn-outline-secondary:hover {
	background-color: #81b3fc; 
	border-color: #81b3fc;
}

.bg-medium-dark-blue .btn-outline-secondary {
	background-color: #214a82; 
}

.cover-background-top {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-image: url(/img/pharmacists.jpg);
}

.rounded-lg {
    border-radius: 1rem !important;
}

.badge-secondary {
	background-color: #fed375;
	color: #04325d;
}

@media only screen and (max-width: 767px) {
	ol.carousel-indicators {
		margin-bottom: 0.5rem;
	}
}

/* Main page */
.card-text {
	font-size: 1.5rem;
	line-height: 1.25;
}

a.stretched-link {
	font-weight: 700;
}

.why-order span {
	font-size: 1.5rem;
	font-weight:700;
	color: #04325d;
	background-color: #fed375;
	border-radius: 50%/50%;
    padding: 0.25rem 1rem;
    display: inline-block;
}

.why-order p {
	font-size: 1.5rem;
}

.why-order a {
	text-decoration:underline;
}

#popular-brands a {
	font-size: 1.5rem;
	font-weight: 500;
}

.breadcrumb {
	background-color: transparent;
	padding: 0.75rem 0.5rem 0.75rem 0;
	font-size: 0.875rem;
}

.breadcrumb-item.active {
	color: #03345f;
}

ul.alpha-search {
	margin-bottom: 0;
}

/* Search */
ul.list-inline.alpha-search a {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 700;
	text-decoration:none;
}

ul.list-inline.alpha-search a:hover {
	text-decoration:underline;
}


.alpha-search .list-inline-item {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	position: relative;
    width: 100%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.alpha-search .list-inline-item:not(:last-child) {
	margin-right: 2rem;
}

#search-results h4 {
	font-size: 1.25rem;
}

#search-results h4 span {
	font-size: 1rem;
	font-weight: 400;
}

#search-results p {
	font-size: 1rem;
	font-weight: 600;
	font-style: italic;
	margin-bottom:0;
}

#search-results .btn {
	background-color: #092f5c;
	border-radius: 0;
	border-color: #092f5c;
	padding: 1rem;
}

#search-results .btn:hover {
	background-color: #fed375;
	border-color: #fed375;
	color: #04325d;
}

.product-header h2 {
	font-size: 2rem;
}

.product-header h2 span {
	font-size: 1.125rem;
	font-weight:400;
}

.product-header h3 {
	font-size: 1.5rem;
	font-weight:400;
}

.product-header h3 span {
	font-size: 1.125rem;
	font-weight:300;
	font-style:italic;
}

.product-header a.more-info {
	font-sixe: 1.125rem;
	font-weight: 700;
}

.product-header a.more-info:hover {
	text-decoration:none;
}

.product-header a.more-info img {
	padding-right: 0.25rem;
}

.other-dosages {
	font-size: 1.125rem;
	font-weight:600;
}

.other-dosages span {
	font-weight: 300;
}

.other-dosages a {
	padding-left: 1rem;
	text-decoration: underline;
}

.brand-header {
	font-size: 1.875rem;
	font-weight: 700;
	padding: 1.5rem 1rem;
}

.product-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px) {
.product-card {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}
}

.product-card .card {
	border: 0;
	margin-bottom: 15px;
}

@media (min-width: 576px) {
.product-card .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-left: 15px;
}
}

.product-card .card-header, .product-card .card-header:first-child {
	border-bottom: 0;
	border-radius: 0;
}

.product-card .form-control {
	color: #03345f;
	font-size: 0.875rem;
	border: 0;
    border-radius: 0;
}

.product-card .btn-lg {
	border-radius: 0;
	font-weight:700;
}

.product-card .btn-primary {
	background-color: #214a82;
	border-color: #214a82;
}

.product-card .btn-secondary {
	background-color: #214a82;
	border-color: #214a82;
}

.product-card .btn-primary:hover, .product-card .btn-secondary:hover {
	background-color: #81b3fc;
	border-color: #81b3fc;
}

.product-card li img {
	vertical-align: baseline;
}

.product-img {
	width: 30%;
    align-self: flex-start;
    float: left;
    max-height: 100%;
    max-width: 100%;
}

.product-details {
	display:inline-block;
	position: relative;
    width: 70%;
}

.product-details p.rx-req {
	font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
}

.special-product-message {
	display: inline-block;
	background-color: #fed375;
	color: #04325d;
	padding: 0.5rem;
}

.refill-products {
	font-size: 0.875rem;
}

.refill-products .card-title {
	font-weight:600;
}

.refill-products .card span {
	font-size: 0.6875rem;
	font-weight:600;
}

.refill-products .card .price em {
	font-size: 0.75rem;
}

.faq .card {
    background-color: white;
    border: 1px solid #09bfcc;
    border-radius: calc(0.25rem - 1px);
}

.faq .card-header {
    background-color: #09bfcc;
}

.faq .btn-link, .faq .btn-link:hover {
    font-weight: 500;
    color: white;
}


/* Account */
.account-deck p.card-text {
    font-size: 0.75rem;
}

.account-deck .card:hover {
    background-color: #fed375;
	border-color: #fed375; 
}

.account-deck a:hover {
	text-decoration:none;
	color: #092F5C;
}

.profile-table .list-group-item, .subscriptions-table .list-group-item {
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.profile-table dl, .subscriptions-table dl, .subscriptions-table dt, .subscriptions-table dd {
	font-size: 0.75rem;
	margin-bottom: 0;
}

.profile-table dt {
	font-size: 0.75rem;
}

.profile-table dd {
	font-size: 0.875rem;
	margin-bottom: 0;
}

.modal-footer-left {
	justify-content: flex-start;
}


/* Navbars */
.navbar-brand {
	margin-right: 4rem;
	/* NEW */
	font-weight: 500;
	line-height: 2.875rem;
}

.navbar-light .navbar-brand { /* NEW */
	color: #03345f;
}

.navbar-secondary {
  /*margin-top:120px;*/
  font-size: 1rem;
}

.navbar-secondary .navbar-nav .nav-link {
  color: #FFF;
}

.navbar-secondary .navbar-nav .nav-link:hover, .navbar-secondary .navbar-nav .nav-link:focus, .navbar-tertiary .navbar-nav .nav-link:hover, .navbar-tertiary .navbar-nav .nav-link:focus {
  color: #81b3fc;
}

.navbar-secondary .navbar-nav .show > .nav-link,
.navbar-secondary .navbar-nav .active > .nav-link,
.navbar-secondary .navbar-nav .nav-link.show,
.navbar-secondary .navbar-nav .nav-link.active {
  color: #81b3fc;
}

.navbar-secondary .nav {
	display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.navbar-secondary .nav::-webkit-scrollbar {
  display: none;
}

.navbar-secondary .nav {
  -ms-overflow-style: none;
}

.navbar-secondary .nav li.nav-item {
	flex: 0 0 auto;
}

.navbar-secondary .nav .nav-link {
  color: #FFF;
}

.navbar-secondary .nav .nav-link:hover, .navbar-secondary .nav .nav-link:focus, .navbar-tertiary .nav .nav-link:hover, .navbar-tertiary .nav .nav-link:focus {
  color: #81b3fc;
}

.navbar-secondary .nav .show > .nav-link,
.navbar-secondary .nav .active > .nav-link,
.navbar-secondary .nav .nav-link.show,
.navbar-secondary .nav .nav-link.active {
  color: #81b3fc;
}

.navbar-tertiary {
  font-size: 0.75rem;
  font-weight:700;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media only screen and (min-width: 768px) {
.navbar-tertiary {
    font-size: 1rem;
  }
}


.navbar-tertiary .navbar-nav .nav-link {
  color: #FFF;
  padding: 0.125rem 1rem;
  border-right: #FFF 3px solid;
}

.navbar-tertiary .navbar-nav .nav-item.active .nav-link {
  border-right: #81b3fc 3px solid;
}

.navbar-tertiary .navbar-nav .nav-item:last-of-type .nav-link {
  border-right: none;
}

.navbar-tertiary .navbar-nav .show > .nav-link,
.navbar-tertiary .navbar-nav .active > .nav-link,
.navbar-tertiary .navbar-nav .nav-link.show,
.navbar-tertiary .navbar-nav .nav-link.active {
  color: #81b3fc;
}

.navbar-secondary .navbar-nav .primary > .nav-link, .navbar-secondary .nav .primary > .nav-link {
	font-weight:700;
}

.navbar-secondary .navbar-toggler {
  color: #FFF;
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-secondary .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-secondary .navbar-text {
  color: #FFF;
}

.navbar-secondary .navbar-text a {
  color: #fff;
}

.navbar-secondary .navbar-text a:hover, .navbar-secondary .navbar-text a:focus {
  color: #81b3fc;
}

/*.navbar-primary {
	z-index: 1040;
	margin-top: 47px;
}

@media (max-width: 991.98px) {
.navbar-primary {
	z-index: 1040;
	margin-top: 0;
}
}*/

.navbar-primary .form-inline, .navbar-primary .input-group {
	flex-grow: 1;
}



.navbar-primary .form-control {
  height: calc(2em + 0.75rem + 2px);
  padding: 0.5rem 1rem;
  color: #092f5c;
  background-color: #d6e7f7;
  border: none;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.navbar-primary .form-control:focus {
  color: #092f5c;
  border-color: #214a82;
  outline: none;
  box-shadow: none;
}

.navbar-primary .form-control::-webkit-input-placeholder {
  color: #092f5c;
}

.navbar-primary .form-control::-moz-placeholder {
  color: #092f5c;
}

.navbar-primary .form-control:-ms-input-placeholder {
  color: #092f5c;
}

.navbar-primary .form-control::-ms-input-placeholder {
  color: #092f5c;
}

.navbar-primary .form-control::placeholder {
  color: #092f5c;
}
.navbar-primary .form-control:focus::-webkit-input-placeholder {
  color: #092f5c;
}

.navbar-primary .form-control:focus::-moz-placeholder {
  color: #092f5c;
}

.navbar-primary .form-control:focus:-ms-input-placeholder {
  color: #092f5c;
}

.navbar-primary .form-control:focus::-ms-input-placeholder {
  color: #092f5c;
}

.navbar-primary .form-control:focus::placeholder {
  color: #FFF;
}

.navbar-light .navbar-text a {
	    color: #03345f;
}

.navbar-light .navbar-nav .nav-link {
	color: #214a82;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #81b3fc;
}

.navbar-primary .btn-outline-secondary {
	color: transparent;
    border-color: transparent;
	border-radius: 0.5rem;
    background-color: #d6e7f7;
	background-image:url(../img/search-button-sm.png);
	background-position:right;
	background-repeat:no-repeat;
	min-width: 3rem;
}
.navbar-primary .btn-outline-secondary:hover, .navbar-primary .btn-outline-secondary:hover {
	color: transparent;
    background-color: #d6e7f7;
    border-color: transparent;
}
.navbar-primary .btn-outline-secondary:focus {
	box-shadow: none;
}

.navbar-primary .btn-outline-secondary:not(:disabled):not(.disabled):active, .navbar-primary .btn-outline-secondary:not(:disabled):not(.disabled).active, .navbar-primary .show > .btn-outline-secondary.dropdown-toggle {
	color: transparent;
    background-color: #d6e7f7;
    border-color: transparent;
	box-shadow: none;
}

.navbar-toggler {
	padding: 0.25rem 0.25rem;
}

.navbar-toggler-icon {
	font-size: 1rem;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='5 5 20 20' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(33, 74, 130, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.dropdown-menu {
	z-index: 1100;
	border-color: #d6e7f7;
	border-radius: 0.5rem;
}

.dropdown-item {
	color: #03345f;
}

.dropdown-item:hover, .dropdown-item:focus {
	color: #092f5c;
    background-color: #d6e7f7;
}

.nav-link.nav-link-image {
	padding: 0;
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link.nav-link-image {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand-lg .navbar-nav .nav-link.nav-cart-count {
    padding-right: 0;
}

}

.nav-cart-count {
	right: 0.5rem;
}
.nav-cart-count span {
	background-color: #fed375;
	border-radius: 50%/50%;
	padding: 0.25rem 0.5rem;
}

.navbar.navbar-mobile {
	/*justify-content: normal;*/
	white-space:nowrap;
	padding: 0.5rem 0.5rem;
}

.navbar.navbar-mobile .navbar-brand {
	margin-left: 0;
	margin-right: 1rem;
	/* NEW */
	font-size: 1rem;
}

.navbar-mobile .form-control {
	border: 1px solid #214a82;
}

.navbar-mobile .input-group > .input-group-append > .btn {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.navbar-mobile .navbar-text {
	font-size: 0.875rem;
}

.navbar-mobile .navbar-text a:first-child {
	margin-right: 0.5em;
}

.nav-item small {
	display: block;
    padding: 0.625rem 1rem 0;
    color: #81b3fc;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 70%;
}
/* end Navbars */

.nav.flex-column li.nav-item {
	font-size:0.875rem;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

.circled-num-orange {
	background-color: #fed375;
    border-radius: 50%/50%;
    padding: 0.25rem 0.75rem;
    height: 2rem;
    width: 2rem;
    text-align: center;
}


/*
	* Cart
*/

.price-line {
	border-bottom: #053563 1px solid;
    font-size: 0.75rem;
}

.cart-item-price {
	font-weight:700;
}

.list-group-item {
	border: 0;
}
.list-group-item:first-child, .list-group-item:last-child {
	border-radius: 0;
}


/*
	* Sign-in
*/
.form-signin {
    width: 100%;
    max-width: 350px;
    padding: 1.5rem;
    margin: 0 auto;
}
.btn-new {
	background-color: #09bfcc;
	color: #FFF;
}
.btn-new:hover {
	background-color: #fed375;
	color: #04325d;
}

label {
	margin-bottom: 0.125rem;
	font-size: 0.875rem;
    font-weight: 600;
}

/* 
*	File upload 
*/
.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}

.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}

/*
 * Footer
 */
.page-footer {
  padding: 0 0 2.5rem 0;
  color: #FFF;
  background-color: #0d273e;
}

.page-footer h6 {
	margin-bottom: 1.275rem;
}

.page-footer a {
	color: #FFF;
}

.page-footer .list-unstyled {
	line-height: 2;
}

.page-footer p:last-child {
  margin-bottom: 0;
}

div.mouse-print {
	border-top: #81b3fc 1px solid;
	font-size: 0.75rem;
}

.mouse-print {
	font-size: 0.6875rem;
}

#chat-bubble {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    width: 60px;
	height: 60px;
	line-height: 60px;
    border-radius: 50%;
	background-color: #fed375;
	background-image: url("../img/chat.png");
	background-repeat: no-repeat;
	background-size: contain;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
