/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* #Basic Styles
================================================== */
html, body {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
}

.content {
	flex: 1 0 auto;
}

.footer {
	flex-shrink: 0;
}



body {
	background: #dfdfdf;
	background-image: url(../images/sitebackground.png);
	background-size: 1920px 1518px;
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	font-size: 18px;
	font-family: "Futura PT W01 Book", Arial,sans-serif;
	color: #6F6F6F;
	line-height: 140%;
	position: relative;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	body {
		background-image: url(../images/sitebackground2x.png);
	}
}


/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 2px;
	color: #6F6F6F;
	font-family: "Futura PT W01 Demi",Arial,sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 21px;
}

h2.large {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p {
	margin: 0 0 25px 0;
}

p img {
	margin: 0;
	max-width: 100%;
}

p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}

em {
	font-style: italic;
}

cite {
	display: block;
	padding: 0 30px 0px 0;
	background-image: url(../images/closequote.png);
	background-position: bottom right;
	background-repeat: no-repeat
}

.cite {
	font-style: italic;
	display: block;
	padding: 7px 0 0 30px;
	background-image: url(../images/openquote.png);
	background-position: top left;
	background-repeat: no-repeat;
}

small {
	font-size: 80%;
}

pre {
	padding: 0.6rem;
	font-size: 80%;
	background-color: #F5F5F5;
	border-radius: 0.25em;
	margin-bottom: 25px;
	overflow-x: auto;
}

sup {
	vertical-align: text-top;
	font-size: 60%;
}

/*	Blockquotes  */
/*
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
*/

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}


/* #Links
================================================== */
a, a:visited {
	text-decoration: none;
	outline: 0;
	color: #5991BF;
}

a:hover, a:focus {
	text-decoration: underline;
}

p a, p a:visited {
	line-height: inherit;
}


/* #Lists
================================================== */
ul, ol {
	margin-bottom: 20px;
}

ul {
	list-style: disc outside;
	margin-left: 35px;
}

ol {
	list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}

ul.square {
	list-style: square outside;
}

ul.circle {
	list-style: circle outside;
}

ul.disc, ul.sectionmenu {
	list-style: disc inside;
}

ul ul, ul ol,
ol ol, ol ul {
	margin: 0px 0 20px 30px;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
	margin-bottom: 0px;
}

li {
	line-height: 140%;
	margin-bottom: 0px;
}

ul.large li {
	line-height: 21px;
}

li p {
	line-height: 21px;
}

/* #Images
================================================== */

img.rwdimage {
	max-width: 100%;
	height: auto;
}

.leftimage {
	float: left;
	margin: 0 0.5em 0.5em 0px;
}

.rightimage {
	float: right;
	margin: 0 0px 0.5em 0.5em;
}

.centerimage {
	text-align: center;
	margin: 0 0 0.5em 0px;
}

.caption {
	position: relative;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	padding-top: 3px;
}


/* #Buttons
================================================== */

.button, .buttonblue,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background-color: #275278;
	display: inline-block;
	font-size: 22px;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 15px;
	line-height: normal;
	padding: 12px 15px;
	max-width: 100%;
	box-shadow: 0px 3px 6px #00000029;
	font-family: "Futura PT W01 Demi",Arial,sans-serif;
}

.button:hover, .buttonblue:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background-color: #0C4774;
}

.button:active, .buttonblue:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	background-color: #0C4774;
}

.buttonblue {
	padding: 0;
}

.buttonblue a {
	padding: 12px 15px;
	display: block;
}

a.videobutton {
	top: -7px;
	position: relative;
	border-width: 0;
	color: #fff;
	background-color: #275278;
	font-size: 22px;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 15px;
	line-height: normal;
	padding: 12px 15px;
	max-width: 100%;
	box-shadow: 0px 3px 6px #00000029;
	font-family: "Futura PT W01 Demi",Arial,sans-serif;
	font-size: 18px;
	padding: 8px 18px;
	float: right;
	clear: both;
	margin: 0 0 13px 30px;
}

a.videobutton:hover {
	background-color: #0C4774;
	text-decoration: none;
}

a.videobutton img {
	vertical-align: -10%;
}

.umbraco-forms-navigation .btn.primary {
	border-width: 0;
	color: #fff;
	font-size: 24px;
	padding: 10px 24px;
	float: right;
	margin-right: 32px;
}

.umbraco-forms-field.googlerecaptcha {
	display: block;
	height: 90px;
}

.umbraco-forms-field.recaptcha2 label {
	width: 93px;
}

.buttonyellow {
	background-color: #ffd659;
	color: rgba(0,0,0,0.8);
	display: inline-block;
	font-size: 20px;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 15px;
	line-height: normal;
	font-family: "Futura PT W01 Demi",Arial,sans-serif;
	box-shadow: 0px 3px 6px #00000029;
}

.buttonyellow a {
	color: #6F6F6F;
	padding: 5px 25px;
	display: block;
}

.buttonyellow:hover {
	background-color: #FBE5A2;
}

.buttonyellow:active {
	background-color: #FBE5A2;
}

.buttongreen {
	background-color: #97C024;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
	font-size: 22px;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 15px;
	line-height: normal;
	font-family: "Futura PT W01 Demi",Arial,sans-serif;
}

.buttongreen a {
	padding: 10px 12px;
	display: block;
}

.buttongreen:hover {
	background-color: #708F1B;
}

.buttongreen:active {
	background-color: #708F1B;
}

.buttongrey {
	background-color: #838488;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
	font-size: 22px;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 15px;
	line-height: normal;
	font-family: "Futura PT W01 Demi",Arial,sans-serif;
}

.buttongrey a {
	padding: 10px 12px;
	display: block;
}

.buttongrey:hover {
	background-color: #6F7073;
}

.buttongrey:active {
	background-color: #6F7073;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.button a, .buttonblue a, .buttonyellow a {
	color: #000000;
	text-transform: uppercase;
}

.button a:hover, .buttonblue a:hover, .buttonyellow a:hover {
	color: #6F6F6F;
	text-decoration: none;
}

.button span, .buttonblue span, .buttonyellow span {
}

.button img, .buttonblue img, .buttonyellow img, .buttongreen img, .buttongrey img {
	display: block;
	max-width: 100%;
	height: auto;
}

.tabs {
	border-top: 1px solid #e0e0e0;
	margin-bottom: 18px;
}

.tab {
	width: 100%;
	overflow: hidden;
}

.tab-label {
	margin: 18px 0;
	width: auto;
	display: flex;
	justify-content: space-between;
	padding: 0;
	cursor: pointer;
	color: #6F6F6F;
	font-family: "Futura PT W01 Demi",Arial,sans-serif;
	font-size: 18px;
}

.tab-label:hover {
}

.tab-label::after {
	content: "\276F";
	width: 1em;
	height: 1em;
	text-align: center;
	transition: all .35s;
}

.tab-content {
	max-height: 0;
	padding: 0 30px;
	background: white;
	transition: all .35s;
	border-bottom: 1px solid #e0e0e0;
}

.tab-content *:first-child {
	margin-top: 18px;
}

.tab-content h4 {
	display: inline;
	margin: 0;
}

.tab-content .see-also {
}

.tab-content .see-also span {
}

.tab-content .see-also span:not(:last-child):after {
	content: " | ";
}

.tab-close {
	display: flex;
	justify-content: flex-end;
	padding: 0;
	font-size: 0.75em;
	cursor: pointer;
}

.tab-close:hover {
}

.tab input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

input:checked + .tab-label {
}

input:checked + .tab-label::after {
	transform: rotate(90deg);
}

input:checked ~ .tab-content {
	max-height: 100vh;
}



/* #Forms
================================================== */

.form1 {
	margin: 0 0 50px 0;
	width: 410px
}

@media only screen and (max-width: 980px) {
	.form1 {
		width: 400px;
	}
}

fieldset {
	margin-bottom: 10px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #CDCDCD;
	padding: 7px 4px 5px 4px;
	outline: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font: 12px Arial,sans-serif;
	color: #777777;
	margin: 0;
	width: 250px;
	max-width: 100%;
	display: block;
	float: right;
	margin: 5px 0 2px 10px;
	background: #fff;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #8D8D8D;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}

textarea {
	min-height: 60px;
}

label,
legend {
	font-size: 16px;
	font-weight: normal;
	margin-top: 9px;
	display: inline-block;
	width: 125px;
	line-height: 1.1em;
}

select {
	width: 260px;
}

input[type="checkbox"] {
	display: inline;
	margin-left: 20px;
}

label span,
legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}

.required input, .required select, .required textarea {
	border: 1px solid #5991BF;
}

/*.required label::after {
	content: ' \273B';
	color: #FF9933;
} */
.required label {
	font-weight: bold;
}

.g-recaptcha {
	float: right;
	clear: both;
}

.form1-legend {
	display: none;
}

.form1-nav {
	height: 50px;
	margin-top: 3px;
}

.form1-nextbutton {
	float: right;
	clear: both;
	margin-top: 20px;
}

button.form1-nextbutton {
	border-width: 0;
	color: #fff;
	font-size: 24px;
	padding: 10px 24px;
}

.form1-error, .form1-field-error {
	color: #FF9933;
	margin: 0 0 15px 0;
}

.form1-field-error {
	clear: both;
	width: 306px;
	float: right;
	margin-bottom: 2px;
}

.form1-helptext {
	font-size: 15px;
	width: 257px;
	float: right;
	clear: both;
	color: #777777;
	font-size: 16px;
	line-height: 1.1em;
}

.form1-formbreak {
	display: block;
	height: 2px;
	margin: 15px 0;
	overflow: hidden;
	background-color: #e8e8e8;
}

option {
	line-height: 0.9em;
}

/* #Misc
================================================== */
.remove-bottom {
	margin-bottom: 0 !important;
}

.half-bottom {
	margin-bottom: 10px !important;
}

.add-bottom {
	margin-bottom: 20px !important;
}

table {
	width: 100%;
	table-layout: fixed;
	overflow-wrap: break-word;
	line-height: 1.2;
	margin-bottom: 15px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}

table th, table td {
	padding: 7px 25px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	vertical-align: middle;
}

table th {
	text-align: left;
}

table tr td.right, table tr th.right {
	text-align: right;
}

table tr.highlight {
	font-weight: bold;
	background-color: #ffecb3;
}

table tr small {
	padding: 0 0 0 5px;
}

@media only screen and (max-width: 980px) {
	table tr small {
		padding: 0;
		display: none;
	}
}

table tr td:nth-child(even), table tr th:nth-child(even) {
	background-color: #FFF6D9;
}

table tr.highlight td:nth-child(even), table tr.highlight th:nth-child(even) {
	background-color: #ffecb3;
}

ul.footnote {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

ul.footnote li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	line-height: 1em;
}

ul.footnote li:before {
	content: "*";
	text-indent: 0;
	display: inline-block;
	width: 1.5em;
}

/* #Site Styles
================================================== */

.container {
	width: 960px;
	margin: 0px auto 0 auto;
}

.header {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 910px;
	height: 55px;
	padding: 20px 25px;
	margin-bottom: 15px;
	background-color: #32668B;
	box-shadow: 6px 6px 6px #00000029;
}

.logo {
	height: 45px;
}

.logo, .slogan {
	display: block;
}

.slogan {
	display: none;
}

.toppanel {
	background-color: #ffffff;
	box-shadow: 6px 6px 6px #00000029;
	margin-bottom: 15px;
}

.toppanelpad {
	padding: 40px;
}

@media only screen and (max-width: 490px) {
	.toppanelpad {
		padding: 25px;
	}
}

.loginbut {
	float: right;
	clear: right;
	z-index: 3;
	margin: 10px;
	margin-right: 0;
}

.loginbut a {
	padding: 8px 30px;
	display: block;
	font-size: 16px;
}


.header header a {
	display: inline-block;
}

#nav {
	position: absolute;
	top: -2px;
	right: 150px;
	width: 610px;
	float: right;
	margin: 2px 8px;
}

#nav ul {
	display: block;
	list-style: none;
	margin: 0;
	float: right;
	height: 38px;
	line-height: 38px;
	font-family: "Futura PT W01 Medium",Arial,sans-serif;
	font-size: 15px;
}

#nav li {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	margin: 0 10px;
	max-width: 90px;
	text-align: center;
}

#nav li a, nav li a:visited {
	display: inline-block;
	color: #ffffff;
	text-transform: uppercase;
	vertical-align: middle;
}

#nav li a:hover {
	text-decoration: none;
}


input[type=checkbox]#overlay-input {
	display: none;
}

#overlay {
	visibility: visible;
}

@media only screen and (max-width: 980px) {
	#nav {
		right: 0;
		margin: 0;
	}

	body {
		/* width: 100vw;
			  height: 100vh; */
		animation: bugfix infinite 1s;
		-webkit-animation: bugfix infinite 1s;
	}

	@keyframes bugfix {
		from {
			padding: 0;
		}

		to {
			padding: 0;
		}
	}

	@-webkit-keyframes bugfix {
		from {
			padding: 0;
		}

		to {
			padding: 0;
		}
	}

	#overlay-button {
		position: absolute;
		margin: 0;
		right: 45px;
		top: 15px;
		width: 35px;
		z-index: 1005;
		padding: 20px 10px;
		cursor: pointer;
		user-select: none;
	}

	#overlay-button span {
		height: 4px;
		width: 35px;
		border-radius: 2px;
		background-color: rgba(255,255,255,.8);
		position: relative;
		display: block;
		transition: all .2s ease-in-out;
	}

	#overlay-button span:before {
		top: -10px;
		visibility: visible;
	}

	#overlay-button span:after {
		top: 10px;
	}

	#overlay-button span:before, #overlay-button span:after {
		height: 4px;
		width: 35px;
		border-radius: 2px;
		background-color: rgba(255,255,255,.8);
		position: absolute;
		content: "";
		transition: all .2s ease-in-out;
	}

	#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
		background: #ffffff;
	}

	input[type=checkbox]:checked#overlay-input ~ #overlay {
		visibility: visible;
	}

	input[type=checkbox]:checked#overlay-input ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
		background: transparent;
	}

	input[type=checkbox]:checked#overlay-input ~ #overlay-button span:before {
		transform: rotate(45deg) translate(7px, 7px);
		opacity: 1;
	}

	input[type=checkbox]:checked#overlay-input ~ #overlay-button span:after {
		transform: rotate(-45deg) translate(7px, -7px);
	}

	#overlay {
		height: 100vh;
		width: 100vw;
		min-width: 340px;
		min-height: 100%;
		background: rgba(0,0,0,.92);
		z-index: 1002;
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
	}

	#overlay.active {
		visibility: visible;
	}

	#overlay ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-align: center;
		height: 100vh;
		width: 100vw;
		padding-left: 0;
		list-style-type: none;
	}

	#overlay ul li {
		padding: 1em;
		max-width: 50vw;
		line-height: 140%;
	}

	#overlay ul li a {
		color: rgba(255,255,255,.8);
		text-decoration: none;
		font-size: 1.25em;
	}

	#overlay ul li a:hover {
		color: #ffffff;
	}
}

@media only screen and (max-width: 490px) {
	#overlay-button {
		top: 10px;
	}
}

.breadcrumb {
	background: none;
	box-shadow: none;
}

.breadcrumb ul {
	padding: 0;
	margin: 0;
	line-height: 16px;
}

.breadcrumb ul li {
	display: inline-block;
	list-style: none;
	background-color: rgba(225,225,225,.5);
	font-size: 16px;
}

.breadcrumb ul li a {
	font-weight: bold;
}

.breadcrumb ul li:before {
	content: '\25ba';
	color: #b0b0b0;
	padding: 0 7px 0 0;
	font-size: 13px;
}

.breadcrumb ul li:first-child::before {
	content: none;
	padding: 0;
}

@media only screen and (max-width: 490px) {
	.breadcrumb ul {
		padding: 0 10px;
	}
}

.header + .toppanel {
	margin-top: 105px;
}

@media only screen and (max-width: 980px) {
	.header {
		left: 0;
		width: 100%;
		padding: 15px;
		display: block;
		height: 45px;
	}

	.header + .toppanel {
		margin-top: 85px;
	}
}

@media only screen and (max-width: 490px) {
	.header {
		height: 35px;
	}

	.header + .toppanel {
		margin-top: 75px;
	}
}

.anchor[id]::before {
	content: '';
	display: block;
	height: 105px;
	margin: -105px 0 0;
}

@media only screen and (max-width: 980px) {
	.anchor[id]::before {
		height: 105px;
		margin: -105px 0 0;
	}
}

@media only screen and (max-width: 490px) {
	.anchor[id]::before {
		height: 95px;
		margin: -95px 0 0;
	}
}

.videopanel {
	background-image: url('/images/Video.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin: 25px 0;
}

.youtubevideo {
	padding: 4% 7%;
}


.pharmacyfeature {
	margin-bottom: 15px;
	position: relative;
}

.pharmacyfeature img {
	display: block;
}

.pharmacyfeature1 {
	position: absolute;
	right: 0;
	top: -74px;
}

.pharmacyfeature3 {
	float: right;
}

.pharmacyfeature .loginbut {
	position: absolute;
	right: 0;
	top: -88px;
}

.feature {
	margin-bottom: 15px;
	position: relative;
	height: 360px;
}

.webapplication {
	position: absolute;
	top: 0;
	left: 0;
}

.webapplicationdesc {
	position: absolute;
	top: 202px;
	left: 46px;
	width: 300px;
	font-size: 14px;
	line-height: 125%;
	text-align: center;
	color: #ffffff;
	font-family: "Futura PT W01 Demi",Arial,sans-serif;
}

.mobileapplication {
	position: absolute;
	left: 455px;
	top: 0;
}

.mobileapplicationdesc {
	position: absolute;
	top: 30px;
	right: 226px;
	width: 200px;
	font-size: 14px;
	line-height: 125%;
	text-align: right;
	color: #305979;
	font-family: "Futura PT W01 Demi",Arial,sans-serif;
}

.quote:nth-child(even) {
	direction: rtl;
}

.quote img {
	border-radius: 50%;
	object-fit: cover;
	width: 200px;
	height: 200px;
	box-shadow: 3px 3px 12px #00000050, 0px 0px 1px #00000028;
	filter: grayscale(100%);
	opacity: 0.8;
}

.quote .islogo img {
	height: 200px;
	border-radius: 0;
	box-shadow: none;
	object-fit: contain;
}

.quote .quoteimage {
	width: 250px;
	text-align: center;
	margin: 0 0 0 100px;
}

.quote:nth-child(even) .quoteimage {
	margin: 0 100px 0 0;
}

.quote .quotetext {
	width: 380px;
	text-align: left;
}

.quote:nth-child(even) .quotetext {
	text-align: right;
}

.quote .quoteimage, .quote .quotetext {
	direction: ltr;
	padding: 20px;
	display: inline-block;
	vertical-align: middle;
}

.quote blockquote {
}

.quote blockquote p {
	font-size: 30px;
	line-height: 120%;
	quotes: "\201C""\201D""\2018""\2019";
	padding: 0 30px 10px 30px;
	margin: 0 0 5px 0;
}

.quote blockquote p:before {
	content: open-quote;
	display: inline;
	height: 0;
	line-height: 0;
	left: -10px;
	position: relative;
	top: 30px;
	color: #ccc;
	font-size: 2.5em;
}

.quote blockquote p:after {
	content: close-quote;
	display: inline;
	height: 0;
	line-height: 0;
	left: 10px;
	position: relative;
	top: 35px;
	color: #ccc;
	font-size: 2.5em;
}

.quote blockquote footer {
	font-weight: bold;
	padding: 0 30px;
}

.quote blockquote footer cite {
	display: inline;
	font-weight: normal;
	font-style: normal;
	padding: 0;
}

.quote .buttonyellow {
	margin: 30px 30px 0 30px;
	font-size: 15px;
}

@media only screen and (max-width: 980px) {
	.quote .quoteimage, .quote .quotetext,
	.quote:nth-child(even) .quoteimage, .quote:nth-child(even) .quotetext {
		width: 360px;
		text-align: center;
	}

	.quote .quoteimage, .quote:nth-child(even) .quoteimage {
		margin: 0;
	}

	.quote img {
		width: 175px;
		height: 175px;
	}

	.quote blockquote p {
		font-size: 30px;
		padding: 10px 20px;
	}
}

@media only screen and (max-width: 490px) {
	.quote .quoteimage, .quote .quotetext,
	.quote:nth-child(even) .quoteimage, .quote:nth-child(even) .quotetext {
		width: 250px;
	}

	.quote img {
		width: 150px;
		height: 150px;
	}

	.quote blockquote p {
		font-size: 26px;
		padding: 10px 0;
	}
}

.newfeature {
	margin: 20px;
	min-height: 315px;
}

.newfeature .pdmwebapp {
	float: left;
	width: 420px;
	padding-right: 40px;
}

.newfeature .downloadios {
	position: relative;
	top: 250px;
	display: inline-block;
	padding: 20px 5px 0px 5px;
}

.newfeature .downloadios img {
	height: 42px;
}

.newfeature .downloadandroid {
	position: relative;
	top: 250px;
	display: inline-block;
	padding: 20px 5px 0px 5px;
}

.newfeature .downloadandroid img {
	height: 42px;
}

.newfeature h1 {
	font-size: 30px;
	line-height: 120%;
	float: right;
	width: 350px;
	text-align: right;
	position: relative;
	bottom: 40px;
}

.newfeature .buttonyellow {
	float: right;
	position: relative;
	top: -40px;
}

.newfeature .buttonyellow a {
	text-transform: none;
}

@media only screen and (max-width: 980px) {
	.newfeature {
		text-align: center;
	}

	.newfeature .pdmwebapp {
		float: unset;
	}

	.newfeature .downloadios {
		top: unset;
	}

	.newfeature .downloadandroid {
		top: unset;
	}

	.newfeature h1 {
		bottom: unset;
		text-align: center;
		width: inherit;
		margin-top: 20px;
	}

	.newfeature .buttonyellow {
		float: unset;
		top: unset;
	}
}

@media only screen and (max-width: 490px) {
	.newfeature .downloadios img {
		height: auto;
		width: 140px;
	}

	.newfeature .downloadandroid {
		padding-top: 0;
	}
}

.functions {
	text-align: center;
}

.function {
	display: inline-block;
	width: 250px;
	padding: 20px;
	text-align: center;
}

.function .funcimg {
	display: block;
	height: 200px;
	overflow: hidden;
}

.function .funcimg.grouped {
	height: 120px;
	padding-bottom: 80px;
}

.function img {
	width: 200px;
	padding-top: 8px;
	transition: width 0.5s, padding 0.5s, filter 0.5s, opacity 0.5s;
}

.function .funcimg.grouped img {
	width: 120px;
}

.function .funcimg.grouped .group {
	padding-top: 10px;
	height: 60px;
	overflow: hidden;
	display: block;
}

.function .funcimg.grouped .group img {
	filter: grayscale(100%);
	opacity: 0.7;
	width: auto;
	max-width: 65px;
	max-height: 50px;
	padding: 0 5px;
}

.function .funchead {
	display: block;
	height: 64px;
	position: relative;
	border-bottom: 2px solid #6F6F6F;
	overflow: hidden;
}

.function .funchead h2 {
	font-size: 23px;
	width: 100%;
	position: absolute;
	bottom: 0;
	margin-bottom: 10px;
	transition: color 0.5s;
}

.function .funcpara {
	display: block;
	height: 110px;
	overflow: hidden;
}

.function .funcpara p {
	display: block;
	margin: 10px 0 0 0;
	transition: color 0.5s;
}

.function a:hover {
	text-decoration: none;
}

.function a:hover img {
	width: 220px;
	padding: 0px;
}

.function a:hover .grouped img {
	width: 135px;
	padding: 0px;
}

.function a:hover .grouped .group img {
	filter: grayscale(0%);
	opacity: 1;
}

.function a .funcpara p {
	color: #6F6F6F;
}

.function a .funcpara p strong {
	color: #5991BF;
}

.function a:hover .funcpara p strong {
	text-decoration: underline;
}

@media only screen and (max-width: 490px) {
	.functions.toppanelpad {
		padding: 25px 0;
	}

	.newfeature .downloadandroid {
		padding-top: 0;
	}
}

.functiondetail .funcimg {
	display: inline-block;
	width: 140px;
	padding-right: 25px;
	vertical-align: top;
}

.functiondetail .funcimg img {
	width: 140px;
}

.functiondetail .funcdet {
	display: inline-block;
	width: 700px;
}

.functiondetail .funcdet h2 {
	padding-bottom: 10px;
	border-bottom: 2px solid #6F6F6F;
}


.functiondetail .grouped {
	display: block;
	padding-left: 165px;
}

.functiondetail .grouped img {
	width: auto;
	max-width: 150px;
	max-height: 70px;
	padding: 25px 30px 0 0;
}

@media only screen and (max-width: 980px) {
	.functiondetail .funcdet {
		display: inline-block;
		width: 100%;
	}
	.functiondetail .grouped {
		display: block;
		padding: 0;
		text-align: center;
	}

	.functiondetail .grouped img {
		margin: 0 auto;
		display: block;

	}
}

.footerfeature {
	margin: 0 180px;
	height: 100px;
}

.footerfeature .pdmwebapp {
	float: left;
	height: 100px;
	padding-right: 40px;
}

.footerfeature .downloadios {
	position: relative;
	top: 35px;
	display: inline-block;
	padding: 20px 5px 0px 5px;
}

.footerfeature .downloadios img {
	height: 42px;
}

.footerfeature .downloadandroid {
	position: relative;
	top: 35px;
	display: inline-block;
	padding: 20px 5px 0px 5px;
}

.footerfeature .downloadandroid img {
	height: 42px;
}

.footerfeature h1 {
	font-size: 30px;
	line-height: 120%;
	float: right;
	width: 350px;
	text-align: right;
	position: relative;
	bottom: 40px;
}

.footerfeature .buttonyellow {
	position: relative;
	font-size: 18px;
	top: -70px;
	left: 5px;
}

.footerfeature .buttonyellow a {
	text-transform: none;
	width: 240px;
	text-align: center;
	padding: 5px 20px;
}

@media only screen and (max-width: 980px) {
	.footerfeature {
		margin: 0 40px;
		height: 160px;
		text-align: center;
	}

	.footerfeature .pdmwebapp {
		float: left;
	}

	.footerfeature .downloadios {
		top: unset;
		float: right;
		padding: 0;
	}

	.footerfeature .downloadios img {
		height: auto;
		width: 140px;
	}

	.footerfeature .downloadandroid {
		top: unset;
		float: right;
		padding: 0;
	}

	.footerfeature h1 {
		bottom: unset;
		text-align: center;
		width: inherit;
		margin-top: 20px;
	}

	.footerfeature .buttonyellow {
		float: unset;
		top: unset;
		margin: 20px 0 0 0;
		left: 0;
	}

	.footerfeature .buttonyellow a {
		width: 280px;
	}
}

@media only screen and (max-width: 490px) {
	.footerfeature {
		height: auto;
		margin: 0 0px;
	}

	.footerfeature .pdmwebapp {
		float: none;
		margin: 0 0 15px 0;
		padding: 0 40px;
	}

	.footerfeature .downloadandroid, .footerfeature .downloadios {
		float: none;
		padding: 0 40px;
	}

	.footerfeature .downloadandroid {
		padding-top: 0;
	}

	.footerfeature .buttonyellow {
		float: none;
		top: unset;
		margin: 20px 0 0 0;
		left: 0;
	}

	.footerfeature .buttonyellow a {
		width: auto;
	}
}

.previous {
	float: left;
	text-align: left;
}

.next {
	float: right;
	text-align: right;
}

.previous, .next {
	width: 420px;
}

.previous a, .next a {
	font-size: 15px;
	line-height: 1.25em;
}

.previous h4, .next h4 {
	margin-bottom: 3px;
}

.previous a:hover, .next a:hover {
	text-decoration: none;
}

.previous a:hover p, .next a:hover p {
	text-decoration: underline;
}

.previous p, .next p {
	margin-bottom: 0;
	max-height: 54px;
	overflow: hidden;
}

.previous h4:before {
	content: '\25c4';
	color: #b0b0b0;
	padding: 0 7px 0 0;
	font-size: 13px;
}

.next h4:after {
	content: '\25ba';
	color: #b0b0b0;
	padding: 0 0 0 7px;
	font-size: 13px;
}

@media only screen and (max-width: 980px) {
	.previous, .next {
		width: 180px;
	}
}

@media only screen and (max-width: 490px) {
	.previous, .next {
		width: 125px;
	}
}

.notfound {
	width: 980px;
	padding: 100px 200px;
	/*height: 100vh;*/
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.notfound h1 {
	color: #ffffff;
	font-size: 120px;
	text-shadow: 3px 3px 12px #00000020, 1px 1px 1px #00000010;
	line-height: 0.8em;
}

.notfound h2 {
	font-size: 28px;
}

.notfound p span {
}

@media only screen and (max-width: 980px) {
	.notfound {
		padding: 80px;
	}
}

@media only screen and (max-width: 490px) {
	.notfound {
		padding: 40px;
	}
}


.fbleft {
	margin: 0 25px 0 0;
	float: left;
}

.fbright {
	margin: 0 25px 0 0;
	float: right;
}

.toppanel .fbleft, .toppanel .fbright {
	margin-bottom: 25px;
}

.fbhalf {
	width: 427px;
}

.fbborder1 {
	background-color: #f0f0f0;
}

.fbborder1 .fbpad {
	padding: 20px 20px 5px 20px;
}

.extrapad {
	padding: 10px 0 0px 0;
}

.downloadfreeandroidapp, .downloadfreeiosapp {
	margin-left: 15px;
}

.downloadfreeapparrow {
	margin-bottom: 15px;
}

.bottompanel {
	background: #ffffff;
	box-shadow: 6px 6px 6px #00000029;
	margin-bottom: 15px;
}

.bottompanelpad {
	padding: 10px 25px;
}

.footer {
	width: 920px;
	background-color: #32668B;
	box-shadow: 6px 6px 6px #00000029;
	margin: 0px auto 0px auto;
	padding: 25px 20px 25px 20px;
}

.footerlogo {
	float: right;
	width: 120px;
	margin: 10px 25px;
}

@media only screen and (max-width: 980px) {
	.footerlogo {
		width: 60px;
		margin-left: 0;
	}
}

.quicklinks h5 {
	color: #ffffff;
	font-size: 18px;
}

.quicklinks a, .quicklinks a:visited {
	color: rgba(255,255,255,0.8);
}

.awards {
	text-align: right;
	margin-bottom: 15px;
}

.awards a {
	margin-right: 15px;
	display: inline-block;
}

.linksgroup {
	float: left;
}

.quicklinks {
	float: left;
	color: #999999;
	margin-left: 25px;
	margin-right: 25px;
}

.quicklinks h5 {
	margin-bottom: 8px;
}

.copy {
	float: right;
	text-align: right;
	margin-right: 25px;
	font-size: 15px;
	line-height: 145%;
	color: rgba(255,255,255,0.6);
}

.copy p {
	margin: 30px 0 0 0;
}

.copy a {
	color: #ffffff;
	text-decoration: none;
}

.blogarchive {
	margin: 0px 0 20px 0;
	padding-top: 20px;
	position: relative;
}

.blogmenuitem {
	margin-bottom: 2px;
}

.rssbutton {
	margin: 0 0 20px 20px;
}

.spacer {
	height: 20px;
	overflow: hidden;
}

.spacer2, .spacer3 {
	height: 15px;
	overflow: hidden;
}

.spacer3 {
	margin-top: 17px;
}

.blogsum {
	margin-top: 20px;
}

.pagespacer {
	width: 960px;
	height: 54px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/pagebreak.gif);
	position: relative;
	top: -10px;
	left: -25px;
	margin-bottom: 15px;
}

.pagespacer2 {
	width: 960px;
	height: 54px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/pagebreak2.gif);
	position: relative;
	top: -10px;
	left: -25px;
	margin-bottom: 15px;
}

.recentblogs {
	clear: both;
}

.recentblog {
	float: left;
	margin: 17px 20px 20px 0;
	height: 177px;
	width: 284px;
	overflow: hidden;
	position: relative;
}

.recentblog .commentdate {
	display: none;
}

.recentblogsep {
	float: left;
	width: 23px;
	height: 197px;
	background-image: url(../images/verticalbar.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

.recentblog h3 {
	height: 47px;
	overflow: hidden;
	font-size: 18px;
}

.recentblog p {
	line-height: 145%;
	height: 85px;
	overflow: hidden;
}

.recentblog div {
	position: absolute;
	bottom: 8px;
}

.recentblog div a {
	color: #ACACAB;
}

.recentblog div img {
	vertical-align: middle;
}

.googlemap {
	margin-bottom: 20px;
}

.cell-right {
	text-align: right;
}

.cell-left {
	text-align: left;
}

.cell-center, .cell-centre {
	text-align: center;
}

.nosidemargin, .leftimage.nosidemargin, .rightimage.nosidemargin {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.nobottommargin, .leftimage.nobottommargin, .rightimage.nobottommargin {
	margin-bottom: 0 !important;
}

.floatleft {
	float: left;
	margin: 0 15px 15px 0;
}

.floatright {
	float: right;
	margin: 0 0 15px 15px;
}

.floatcenter {
	margin: 0 auto 15px auto;
}

.sitemap {
	margin-bottom: 16px;
	margin-right: 16px;
}

.sitemaproot a:link, .sitemaproot a:visited {
	font-size: 13px;
	font-weight: bold;
}

.sitemaproot, .sitemapbranch {
	margin: 3px 0px 3px 0;
	color: #808080;
}

.sitemaproot {
}

.sitemapbranch {
	background-image: url(../images/smbranch.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 10px;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#pleasewait {
	height: 200px;
	position: relative;
	margin-bottom: 80px;
	width: 100%;
	background: #FFFFFF url(../images/loading.gif) no-repeat center center;
}

#pleasewait div {
	padding-top: 140px;
	text-align: center;
}

#panel-highlight {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border: 1px dashed #155ABD;
}

#hov-arrow {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 19px;
	height: 13px;
	background-image: url(../images/admin/hov-arrow.gif);
	background-repeat: no-repeat;
}

.hideshow {
	display: none;
}

.hbreak, .pagebreak {
	height: 0px;
	clear: both;
	margin: 0px 0;
	overflow: hidden;
}

.hovereffect {
	opacity: 1;
	transition: opacity;
	transition-timing-function: ease-out;
	transition-duration: 100ms;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 100ms;
}

.hovereffect:hover {
	opacity: .8;
	transition: opacity;
	transition-timing-function: ease-out;
	transition-duration: 100ms;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 100ms;
}

#crumbtrail {
	clear: both;
	margin-bottom: 30px;
	margin-top: 25px;
}

#currency_converter {
	width: 80%;
	margin: 0 auto;
}

#currency_converter_calculator_subscribe_form_input {
	clear: both;
	text-align: right;
	padding-top: 10px;
}

#currency_converter_calculator_subscribe_form_input input {
	color: #fff;
}

#currency_converter_menu_links {
	display: none;
}

#currency_converter_curr_amount_form_input input {
	width: 270px;
}



/* #Page Styles
================================================== */


/* #Font-Face
================================================== */

/*
@font-face {
    font-family: '"Futura PT W01 Demi"';
    src: url('../fonts/SofiaProLight-webfont.eot');
    src: url('../fonts/SofiaProLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SofiaProLight-webfont.woff2') format('woff2'),
         url('../fonts/SofiaProLight-webfont.woff') format('woff'),
         url('../fonts/SofiaProLight-webfont.ttf') format('truetype'),
         url('../fonts/SofiaProLight-webfont.svg#"Futura PT W01 Demi"') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

@font-face {
	font-family: "Futura PT W01 Book";
	src: url("../fonts/1059698/aafdd021-88d4-41d8-8e15-fe91f83e4b17.woff2") format("woff2"),url("Fonts/1059698/81d44d4b-ac07-4ad4-8cdd-4df771a3c1c3.woff") format("woff");
}

@font-face {
	font-family: "Futura PT W01 Demi";
	src: url("../fonts/1059728/848602e3-bda3-4b1c-976b-fe26eecfab31.woff2") format("woff2"),url("Fonts/1059728/e4eacf8d-aba1-40d4-9597-1198e91dcf00.woff") format("woff");
}

@font-face {
	font-family: "Futura PT W01 Medium";
	src: url("../fonts/1059752/f7552419-a773-41ab-ae4a-b12b1d853f02.woff2") format("woff2"),url("Fonts/1059752/83e72918-97c3-41cd-8a7d-4056788a00f0.woff") format("woff");
}


/* #RWD Styles
================================================== */


/* #Mobile (Landscape)
    ================================================== */

/* Note: Design for a width of 480px */

@media only screen and (max-width: 980px) {
	.container {
		width: 480px;
	}

	.footer {
		width: auto; /* 440px; */
	}
	/*.toppanelpad {margin:0 15px;}*/
	.bottompanelpad {
		margin: 0 15px;
		padding: 0;
	}

	.loginbut {
		display: none;
	}

	.logo {
		height: 38px;
	}

	.slogan {
		width: 450px;
	}

	.pharmacyfeature1 {
		position: relative;
		float: right;
		clear: left;
		top: 0;
		width: 260px;
	}

	.pharmacyfeature3 {
		width: 425px;
	}

	.pharmacyfeature .loginbut {
		display: none;
	}

	.feature {
		height: 740px;
	}

	.webapplication {
		left: 29px
	}

	.webapplicationdesc {
		left: 83px;
	}

	.mobileapplication {
		left: 6px;
		top: 400px;
	}

	.mobileapplicationdesc {
		width: 200px;
		left: auto;
		right: 229px;
		top: 420px;
	}

	.pagespacer, .pagespacer2 {
		display: none;
	}

	.fbhalf {
		float: none;
		width: 400px;
		margin-left: 0;
		margin-right: 0;
		clear: both;
	}

	.extrapad .buttonyellow {
		width: 450px;
		margin-bottom: 0px;
	}

	.extrapad .buttonyellow img {
		margin: 0 auto;
	}

	.extrapad .downloadfreeapparrow {
		width: 244px;
		height: 88px;
	}

	.quicklinks {
		margin-bottom: 20px;
	}

	.copy {
		float: none;
		text-align: left;
		margin: 0 25px;
		clear: both;
	}

	.awards {
		text-align: left;
		clear: both;
	}

	.awards a {
		margin-left: 15px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 520px) {
	.container {
		width: 480px;
		margin-top: 0;
	}
}


/*  #Mobile (Portrait)
    ================================================== */

/* Note: Design for a width of 320px */

@media only screen and (max-width: 490px) {
	#nav {
		width: 195px;
	}

	.container {
		width: 340px;
	}

	.logo {
		height: 30px;
	}

	.footer {
		width: auto /*300px;*/
	}

	.pharmacyfeature1 {
		width: 168px;
	}

	.pharmacyfeature3 {
		width: 272px;
	}

	.feature {
		height: 530px;
	}

	.webapplication {
		left: 0px
	}

	.webapplicationdesc {
		top: 148px;
		left: 20px;
		width: 250px;
		font-size: 12px;
	}

	.mobileapplication {
		left: 5px;
		top: 300px;
	}

	.mobileapplicationdesc {
		width: 140px;
		left: auto;
		right: 141px;
		top: 296px;
		font-size: 11px;
	}

	.fbhalf {
		width: 290px;
	}

	.extrapad {
		padding-bottom: 10px;
	}

	.extrapad .buttonyellow {
		width: 290px;
	}

	.extrapad .downloadfreeapparrow {
		width: 154px;
		height: 53px;
	}

	.extrapad .downloadfreeandroidapp, .extrapad .downloadfreeiosapp {
		width: 43px;
		padding: 5px;
	}

	.extrapad .buttongrey a, .extrapad .buttongreen a {
		padding: 0;
	}

	.button, .buttonblue,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		font-size: 18px;
	}

	table th, table td {
		font-size: 80%;
		padding: 5px 15px;
	}

	.form1 {
		width: 290px
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		width: 282px;
		float: none;
		margin-left: 0px;
	}

	label,
	legend {
		display: block;
		margin-bottom: 5px;
		width: auto;
	}

	select {
		width: 100%;
	}

	.form1-field-error {
		width: 290px;
		float: none;
		text-align: left;
	}
l