@charset "UTF-8";
body {
	background: #f2f3f7;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	/* disable selection */
	/*
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	*/
}
.disease-title {
	background-image: -webkit-linear-gradient(282deg, rgba(222,93,160,1.00) 0%, rgba(245,91,83,1.00) 100%);
	background-image: -moz-linear-gradient(282deg, rgba(222,93,160,1.00) 0%, rgba(245,91,83,1.00) 100%);
	background-image: -o-linear-gradient(282deg, rgba(222,93,160,1.00) 0%, rgba(245,91,83,1.00) 100%);
	background-image: linear-gradient(168deg, rgba(222,93,160,1.00) 0%, rgba(245,91,83,1.00) 100%);
	border-radius: 12px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	overflow: hidden;
	padding: 20px;
	position: relative;
	width: 95%;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 29px !important;
	color: aliceblue;
	margin-top: 45px;
rgba(123,14,16,1.00)
}
.input-box {
	background: #434A54;
	border-radius: 5px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	overflow: hidden;
	position: relative;
	width: 95%;
	text-align: left;
	margin-top: 7px;
}
.text-input {
	position: relative;
	margin-top: 20px;
	margin-bottom: -10px;
}
.text-input input[type="number"] {
	display: inline-block;
	width: 100%;
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border: 1px solid lightgray;
	border-radius: 3px;
	padding: 10px 10px 10px 100px;
}
.text-input input[type="number"] + label {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	color: white;
	border-radius: 3px 0 0 3px;
	padding: 0 20px;
	background: #E03616;
}
.text-input input[type="text"] {
	display: inline-block;
	width: 100%;
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border: 1px solid lightgray;
	border-radius: 3px;
	padding: 10px 10px 10px 100px;
}
.text-input input[type="text"] + label {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	color: white;
	border-radius: 3px 0 0 3px;
	padding: 0 20px;
	background: #E03616;
}
/**
 * Component: Dropdown
 * --------------------------------------------------
 */
.c-dropdown {
	position: relative;
	display: inline-block;
	text-align: left;
}
.c-dropdown__list {
	margin: 5px 0 0 0;
	padding: 6px 0;
	list-style: none;
	position: absolute;
	top: 125%;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	border-radius: 3px;
	background: #fff;
	-webkit-transition: opacity .25s linear, top .25s linear;
	transition: opacity .25s linear, top .25s linear;
}
.c-dropdown.is-open .c-dropdown__list {
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.c-dropdown__item {
	padding: 6px 12px;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	color: #434A54;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: background-color .25s linear;
	transition: background-color .25s linear;
}
.c-dropdown__item:hover {
	background-color: #E6E9ED;
}
/**
 * Component: Button
 * --------------------------------------------------
 */
.c-button {
	-webkit-appearance: none;
	margin: 0;
	border: 0;
	overflow: visible;
	font: inherit;
	text-transform: none;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.c-button:hover, .c-button:focus {
	outline: none;
	text-decoration: none;
}
.c-button:not(:disabled) {
	cursor: pointer;
}
/**
 * Component: Button
 * Modifier: Dropdown
 * --------------------------------------------------
 */
.c-button--dropdown {
	padding: 6px 34px 6px 12px;
	background-color: #967ADC;
	color: #E6E9ED;
	font-size: 14px;
	line-height: 20px;
	min-height: 32px;
	border-radius: 3px;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
.c-button--dropdown:hover {
	background-color: #AC92EC;
}
.c-button--dropdown:after {
	content: "";
	position: absolute;
	top: 14px;
	right: 11px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #E6E9ED;
}
.order-title {
	background: white;
	border-radius: 12px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	overflow: hidden;
	padding: 10px;
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 7px;
	font-size: 20px;
}
.order-content {
	background: white;
	border-radius: 12px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	overflow: hidden;
	padding: 20px;
	position: relative;
	width: 100%;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 20px;
}
/**
 * Component: Footer
 * --------------------------------------------------
 */
.footer {
	background-color: #DE3823;
	border-radius: 0;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	padding: 20px;
	width: 100%;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-size: 11px;
	color: aliceblue;
	bottom: 0px;
	right: 0px;
	left: 0px;
	text-align: center;
	text-decoration: none;
	margin-top: 7px;
	height: 122px;
rgba(123,14,16,1.00)
}
a:link, a:visited {
	background-color: #f44336;
	color: white;
	padding-top: 8px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 8px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-left: -50px;
	margin-right: -50px;
}
/**
 * Component: Bottom navigation
 * --------------------------------------------------
 */
/*Menu Old Bottom
.menu {
	position: fixed;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background-color: #434A54;
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: aliceblue;
	font-size: 12px;
	padding-top: 7px;
}
*/
.menu {
	position: fixed;
	box-shadow: 0 4px 8px rgba(0,0,0,0.15), 0 2px 1px rgba(0,0,0,0.10);
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 40px;
	background-color: #434A54;
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: aliceblue;
	font-size: 12px;
	padding-top: 7px;
}
.menu-link {
	opacity: 0.6;
}
.calSub {
	text-align: right;
	color: aliceblue;
	opacity: .5;
	font-size: 12px;
	font-style: italic;
}
.fluid-cal-title {
	background-image: -webkit-linear-gradient(269deg, rgba(105,48,109,1.00) 5.72%, rgba(165,102,139,1.00) 100%);
	background-image: -moz-linear-gradient(269deg, rgba(105,48,109,1.00) 5.72%, rgba(165,102,139,1.00) 100%);
	background-image: -o-linear-gradient(269deg, rgba(105,48,109,1.00) 5.72%, rgba(165,102,139,1.00) 100%);
	background-image: linear-gradient(181deg, rgba(105,48,109,1.00) 5.72%, rgba(165,102,139,1.00) 100%);
	border-radius: 12px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.quantity-cal-title {
	background-image: -webkit-linear-gradient(270deg,rgba(55,132,234,1.00) 0%,rgba(40,101,185,1.00) 47.46%,rgba(1,41,104,1.00) 98.80%);
	background-image: -moz-linear-gradient(270deg,rgba(55,132,234,1.00) 0%,rgba(40,101,185,1.00) 47.46%,rgba(1,41,104,1.00) 98.80%);
	background-image: -o-linear-gradient(270deg,rgba(55,132,234,1.00) 0%,rgba(40,101,185,1.00) 47.46%,rgba(1,41,104,1.00) 98.80%);
	background-image: linear-gradient(180deg,rgba(55,132,234,1.00) 0%,rgba(40,101,185,1.00) 47.46%,rgba(1,41,104,1.00) 98.80%);
}
.drug-dose-title {
	background-image: -webkit-linear-gradient(90deg, rgba(253,231,76,1.00) 0%, rgba(234,224,73,1.00) 45.78%, rgba(155,197,61,1.00) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(253,231,76,1.00) 0%, rgba(234,224,73,1.00) 45.78%, rgba(155,197,61,1.00) 100%);
	background-image: -o-linear-gradient(90deg, rgba(253,231,76,1.00) 0%, rgba(234,224,73,1.00) 45.78%, rgba(155,197,61,1.00) 100%);
	background-image: linear-gradient(0deg, rgba(253,231,76,1.00) 0%, rgba(234,224,73,1.00) 45.78%, rgba(155,197,61,1.00) 100%);
}
.list-single {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: white;
	margin-bottom: 22px;
}
.list-single-box {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	text-align: left;
	padding-top: 5px;
	background-color: white;
	margin-bottom: 18px;
}
.list-single-image {
	padding-left: 2px;
	padding-top: 10px;
	margin-top: -5px;
}
a.class2:link, a.class2:visited {
	margin-left: -10px;
	margin-right: -50px;
}
A.class2:link {
	text-decoration: none;
	color: blue;
}
A.class2:visited {
	text-decoration: none;
	color: blue;
}
A.class2:hover {
	text-decoration: none;
	color: blue;
}
A.class2:active {
	text-decoration: none;
	color: blue;
}
A.list-link:link {
	text-decoration: none;
	color: blue;
}
A.list-link:visited {
	text-decoration: none;
	color: blue;
}
A.list-link:hover {
	text-decoration: underline;
	color: blue;
}
A.list-link:active {
	text-decoration: none;
	color: blue;
}
div.drug-list-h:hover {
	opacity: .3;
}
.main-link {
	text-align: center;
	opacity: 0.6;
}
a.main-link:link, a.main-link:visited {
	background-color: #434A54;
	color: white;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 25%;
}
.rx-note-title {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	margin-left: -20px;
	text-decoration: underline;
}
a.goBack:link, a.goBack:visited {
	background-color: #434A54 !important;
	color: white;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	text-decoration: none;
	margin-right: 0px;
	width: 100%;
	opacity: 0.8;
	border-radius: 4px;
	margin-top: 40px;
}
.disease-dx {
	background-color: #5BC0EB;
	border-radius: 12px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	overflow: hidden;
	padding: 6px;
	position: relative;
	width: 95%;
	height: 55px;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 25px;
	color: aliceblue;
	margin-top: 10px;
	margin-bottom: -5px;
rgba(123,14,16,1.00)
}
.disease-content {
	background: white;
	border-radius: 12px;
	box-shadow: 0 14px 28px rgba(220,220,220,0.25), 0 10px 10px rgba(0,0,0,0.22);
	overflow: hidden;
	padding: 20px;
	position: relative;
	width: 100%;
	text-align: left;
	margin-top: -10px;
	margin-bottom: 80px;
	font-size: 13px;
	-webkit-box-shadow: 0 14px 28px rgba(220,220,220,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.rx-exp-title {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	margin-left: -12px;
	text-decoration: underline;
	font-size: 13px;
}
.order-explanation {
	background: #DDDDDD;
	border-radius: 12px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	overflow: hidden;
	padding: 20px;
	position: relative;
	width: 100%;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 20px;
	font-size: 13px;
}
a.linkToDrug:link, a.linkToDrug:visited {
	background-color: transparent;
	color: #0D4FB7;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	text-decoration: none;
	margin-right: -15px;
	margin-left: -15px;
	opacity: 0.8;
}
.drugNote {
	font-size: 13px;
	font-style: italic;
	padding-left: 20px;
	padding-right: 10px;
}
a.accordionBtn:link, a.accordionBtn:visited {
	background-color: transparent;
	color: #022731;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	text-decoration: none;
	margin-right: -15px;
	margin-left: -15px;
}
.pharmacology {
	font-size: 15px;
	line-height: 150%;
	display: none;
}
.aboutImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.dose-box {
	background: white;
	border-radius: 5px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	overflow: hidden;
	position: relative;
	width: 95%;
	text-align: left;
	margin-top: 7px;
	padding-bottom: 25px;
}
.sponsored {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 13px;
	line-height: 97%;
	display: none;
}
.menuIcon {
	widows: 24px;
	height: 24px;
	margin-left: auto;
}
.contactSuccess {
	background-color: #4FB34A;
	border-radius: 0;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	padding: 20px;
	width: 100%;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-size: 13px;
	color: aliceblue;
	bottom: 0px;
	right: 0px;
	left: 0px;
	text-align: center;
	text-decoration: none;
	margin-top: 7px;
	margin-bottom: 30px;
}
.contactError {
	background-color: #DE3823;
	border-radius: 0;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	padding: 20px;
	width: 100%;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-size: 13px;
	color: aliceblue;
	bottom: 0px;
	right: 0px;
	left: 0px;
	text-align: center;
	text-decoration: none;
	margin-top: 7px;
	margin-bottom: 30px;
}
a.tryAgain:link, a.tryAgain:visited {
	background-color: transparent;
	color: white;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	text-decoration: underline;
	margin-right: -15px;
	margin-left: -15px;
}
.instrList {
	text-align: center;
	background-color: rgba(41,148,93,1.00);
}
.list-instr {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFF8DD;
}
.stage {
	background-color: #FEEA93;
	padding-left: 2px;
	border-radius: 15px;
	margin-top: 10px;
}
.stage-desc {
	padding-top: 8px;
	padding-bottom: 20px;
}
.inst-warning {
	background-color: red;
	text-align: center;
	font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', 'monospace';
	font-size: 20px;
	color: white;
	font-weight: bold;
	letter-spacing: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
}
a.divLink {
	width: 100%;
	text-align: left;
	padding-left: 20px;
	top: 0;
	left: 0;
	margin-left: 0px;
	background-color: white;
	color: black;
	text-decoration: none;
	/* Makes sure the link doesn't get underlined */
	z-index: 10;
	/* raises anchor tag above everything else in div */
	background-color: white;
	/*workaround to make clickable in IE */
	opacity: 1;
	/*workaround to make clickable in IE */
	filter: alpha(opacity=0);/*workaround to make clickable in IE */
}
.displayNone {
	display: none;
}
/*Fraction */
.frac {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	letter-spacing: 0.1em;
	text-align: center;
}
.frac > span {
	display: block;
	padding: 0.01em;
}
.frac span.bottomFrac {
	border-top: thin solid black;
	margin-top: -1px;
}
.SponProd {
	background: #EAEAEA;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	position: relative;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	letter-spacing: 1px;
}
.adMobSpace {
	padding-bottom: 49dp;
}
.coolBanner {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}
.quoteComma {
	font-size: 20px;
	font-weight: bold;
}
.quoteSP {
	background-color: rgba(255,255,255,0.60);
	padding: 5px;
}
/*-- Apgar --*/
.apgar {
	background-color: rgba(76,140,240,.20);
}
.apgarIn {
	display: none;
}
.apgarIn:checked + label {
	background: -webkit-linear-gradient(top, #4D90FE, #4787ED);
	color: white;
	box-shadow: 0 1px 1px rgba(0,0,0,.65), 0 1px 0 rgba(255,255,255,.1) inset;
	text-shadow: 0 -1px 0 rgba(0,0,0,.6);
}
.apgarL {
	cursor: pointer;
	text-align: center;
	line-height: normal;
	height: 100%;
	padding: 4px;
	width: 100%;
}
.apgarL:last-child {
	margin-right: 0;
}
.apgarL:hover {
	background: rgba(77, 144, 254, .5);
}
.apgarHead {
	padding-top: 5px;
}
.apgarRed {
	background-color: rgba(251,43,36,1.00);
	text-align: center;
	line-height: normal;
	height: 30px;
	padding: 4px;
	width: 100%;
	opacity: 0.3;
}
.apgarGreen {
	background-color: rgba(104,175,59,1.00);
	text-align: center;
	line-height: normal;
	height: 30px;
	padding: 4px;
	width: 100%;
	opacity: 0.3;
}
.apgarYellow {
	background-color: rgba(247,187,44,1.00);
	text-align: center;
	line-height: normal;
	height: 30px;
	padding: 4px;
	width: 100%;
	opacity: 0.3;
}
.apgAct {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	border-radius: 5px;
	opacity: 1;
}

.inst-explanation {
	background-color: #86CC26;
	text-align: center;
	font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', 'monospace';
	font-size: 20px;
	color: white;
	font-weight: bold;
	letter-spacing: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.drug-title {
	background-image: -webkit-linear-gradient(282deg, rgba(222,93,160,1.00) 0%, rgba(245,91,83,1.00) 100%);
	background-image: -moz-linear-gradient(282deg, rgba(222,93,160,1.00) 0%, rgba(245,91,83,1.00) 100%);
	background-image: -o-linear-gradient(282deg, rgba(222,93,160,1.00) 0%, rgba(245,91,83,1.00) 100%);
	background-image: linear-gradient(168deg, rgba(222,93,160,1.00) 0%, rgba(245,91,83,1.00) 100%);
	border-radius: 12px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	overflow: hidden;
	padding: 20px;
	position: relative;
	width: 95%;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 29px !important;
	color: aliceblue;
	margin-top: 7px;
rgba(123,14,16,1.00)
}

.coolDrugBanner {
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}

.instTop {
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	background-image: url(img/banners/drug-bg.png); 
	font-size: 30px; 
	font-weight: bold;
	text-align: center;
	height: 130px;
	padding-top: 30px;
}

.growthImg {
	width: 200%;
	max-width: 200px;
}
