﻿/*meyer reset*/
/* http://meyerweb.com/eric/tools/css/reset/
 v2.0 | 20110126
 License: none (public domain)
 */

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	padding-left: .5em;
	list-style-position: inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
img {
}

/*IE fix for <main>*/
main {
	display: block;
}

/*------------------ end reset -----------------   */

/*====================================================*/
/*Setup Typefaces*/
@font-face {
	font-family: 'RalewayRegular';
	src: url('/Content/epipen/fonts/raleway-webfont.eot');
	src: url('/Content/epipen/fonts/raleway-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/epipen/fonts/raleway-webfont.ttf') format('truetype'), url('/Content/epipen/fonts/raleway-webfont.svg#ralewayregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RalewayLight';
	src: url('/Content/epipen/fonts/raleway-light-webfont.eot');
	src: url('/Content/epipen/fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/epipen/fonts/raleway-light-webfont.ttf') format('truetype'), url('/Content/epipen/fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RalewayBold';
	src: url('/Content/epipen/fonts/raleway-bold-webfont.eot');
	src: url('/Content/epipen/fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/epipen/fonts/raleway-bold-webfont.ttf') format('truetype'), url('/Content/epipen/fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RalewayMedium';
	src: url('/Content/epipen/fonts/raleway-medium-webfont.eot');
	src: url('/Content/epipen/fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/epipen/fonts/raleway-medium-webfont.ttf') format('truetype'), url('/Content/epipen/fonts/raleway-medium-webfont.svg#ralewaymedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RalewaySemibold';
	src: url('/Content/epipen/fonts/raleway-semibold-webfont.eot');
	src: url('/Content/epipen/fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/epipen/fonts/raleway-semibold-webfont.ttf') format('truetype'), url('/Content/epipen/fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*====================================================*/
/*=================== SHARED STYLES ==================*/
/*====================================================*/
body {
	/*i think this is only relevant for IE6 and 7 but we will keep it anyways */
	font-size: 100%;
	/*global default typography settings*/
	line-height: 1.5em;
	color: #333;
	font-family: Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
}
/* Default content Section / Header styles */
section > header > h1, section > header > h1 p {/*the h1 p is because now we need sitecore header fields to allow rich text and that causes <p> tags to be occasionally automatically added*/
	color: #8DC63F;
	font-size: 1em;
	font-family: "RalewaySemibold", arial, sans-serif;
	line-height: 1.25;
	padding: 0;/*override default p styles*/
}
section p, section ol li, section ul li {
	color: #333;
	padding: .5em 0;
}
section > img {
	width: 100%;
	height: auto;
}
/* Misc Default Styles*/
a, a:link, a:hover, a:active, a:focus, a:visited {
	color: #00529B;
}
sup {
	vertical-align: top;
	font-size: 66%;
	position: relative;
	top: -0.25em;
}
sub {
	vertical-align: bottom;
	font-size: 66%;
	position: relative;
	bottom: -0.25em;
}
em, i {
	font-style: italic;
}
strong {
	font-weight: bold;
}
/**** MAIN CONTENT STYLES ****/

.content-block {
	min-height: 1em;
}
.content-block > ul, .content-block > ol, .content-block > a, .content-block > p {
	font-size: 0.875em;
	line-height: 1.4;
}
.content-block a, .content-block a:link, .content-block a:focus, .content-block a:visited {
	color: #00529B;
	font-weight: bold;
    text-decoration:none;
    border-bottom: 1px solid;
}
.content-block a:hover {
	color: #0066aa;
}
.content-block ul, .content-block ol, .content-block dl {
	margin-bottom: .75em;
	margin-top: .25em;
}
.content-block ul {
	list-style-type: disc;
	margin: 0 0 .5em;
}
.content-block ol {
	list-style-type: decimal;
	margin: 0 0 .5em;
}
.content-block dt {
	font-weight: bold;
}
.content-block li, .content-block dd {
	margin: 0 0 0.375em .5em;
	padding: 0;
}
.content-block ul ul, .content-block ul ol, .content-block ul dl, .content-block ol ul, .content-block ol ol, .content-block ol dl, .content-block dl ul, .content-block dl ol, .content-block dl dl {
	margin-bottom: 0;
	margin-top: 0;
}
.content-block ol ul, .content-block ul ul {
	list-style-type: circle;
	font-size: 90%;
}

.content-block ol ul li, .content-block ul ul li {
	margin: .5em 0;
}
.content-block ol ol ul, .content-block ol ul ul, .content-block ul ol ul, .content-block ul ul ul {
	list-style-type: square;
}

.shipping-details {
    font-size:0.875em;
} 

/*-----------------------------------------------------*/
/* Icon Styling for Icon Listing on patient stories pages Only
 /*-----------------------------------------------------*/
.icon-listing-title header h1 {
    padding-left: 17px;
}

.floated-img {/*contextual images floated within main page copy*/
	float: left;
	margin-right: 1em;
}

/*-----------------------------------------------------*/
/* Top Bar - Info/HCP links, Login, Share, Search etc.
 /*-----------------------------------------------------*/
#top-bar {
	position: relative;
	z-index: 100;
	min-height: 2.625em;
	/*migrated*/
	box-shadow: 0 0 1em 0 #000000;
	background: #ffffff;
	background-image: -ms-radial-gradient(center, circle farthest-side, #FFFFFF 80%, #D2D2D2 100%);
	background-image: -moz-radial-gradient(center, circle farthest-side, #FFFFFF 80%, #D2D2D2 100%);
	background-image: -o-radial-gradient(center, circle farthest-side, #FFFFFF 80%, #D2D2D2 100%);
	background-image: -webkit-gradient(radial, center center, 80, center center, 477, color-stop(0, #FFFFFF), color-stop(1, #D2D2D2));
	background-image: -webkit-radial-gradient(center, circle farthest-side, #FFFFFF 80%, #D2D2D2 100%);
	background-image: radial-gradient(circle farthest-side at center, #FFFFFF 80%, #D2D2D2 100%);
}
.ie8 #top-bar {
	/*this causes problems for z-indexing -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#666666')";*/
	border-bottom: 1px solid #ededed;
}
#top-bar > div.dynwidth {
}
#top-bar-left ul {
	padding: 1em 0 0 1em;
}
#top-bar-left ul li {
	display: table-cell;
	font-size: .75em;
	border-right: 1px solid black;
	padding: 0 1em;
	line-height: 1.25em;
}
#top-bar-left ul li:last-of-type/* TODO: - does this work in ie8?  */ {
	border: none;
}
#top-bar-left a {
	text-decoration: none;
	color: #000;
	font-family: 'RalewayBold';
	text-align: center;e}
	#top-bar-right {
	float: right;
	margin-top: .6em;
}
#site-search {
	display: inline-block;
}
#search-field {
	width: 7em;
}

/***begin overrides from updates.css - temp - may be redundant - */
#top-bar a {
	font-weight: normal;
}
#top-bar-left ul {
	padding: 0;
	height: auto;
}
#top-bar-left ul li {
	vertical-align: middle;
	border: none;
	padding: 0;
	height: 3.5em;
}
#top-bar-left ul li a {
	border-right: 1px solid black;
	margin: .5em 0;
	padding: 0 1em;
	display: block;
}
#top-bar-left ul li:first-of-type a {
	padding: 0 1em 0 .5em;
}
#top-bar-left ul li:last-of-type a {
	border-right: none;
}
.ie8 #top-bar-left ul li+ li+ li a {
	border-right: none;
}
/*------------------------*/
/* MAIN NAVIGATION */
/*------------------------*/
#home-nav-container {
	position: absolute;
	z-index: 98;
	left: 50%;
	margin-left: -25em; /*EXPLICIT - overridden at 50em breakpoint */
}
#nav-wrap {
	position: relative;
	font-family: 'RalewaySemibold';
	width: 16.25em; /*EXPLICIT*/
	background-color: rgba(155, 155, 155, 0.7); /*TODO: IE8*/
	padding-bottom: .01em; /*TODO:why?*/
}
.ie8 #nav-wrap {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b39B9B9B, endColorstr=#b39B9B9B)";
}
#nav-wrap:after {
	position: absolute;
	z-index: 97;
	background: url('/Content/epipen/images/header-navShadow.png') no-repeat;
	content: " ";
	display: block;
	bottom: -.5625em;
	height: 6.625em;
	left: -.6875em;
	width: 17.625em;
}
.ie8 #ie-hack-d {
	/*using -ie-filter.gradient for background transparency on nav-wrap seems to disrupt nav-wrap:after, so for IE8 we will add a div using JS */
	position: relative;
	z-index: 97;
	background: url('/Content/epipen/images/header-navShadow.png') no-repeat;
	display: block;
	height: 6.625em;
	left: -.695em;
	width: 17.625em;
	bottom: 6em;
}
#nav {
	position: relative;
	z-index: 99;
	background-color: #fff;
	margin: 0 .3125em .3125em .3125em; /*5px*/
}
#nav .nest_tier_2.current_item > a {
	color: #004f96;
}

#nav > ul > li/*ALL TEMP */ {
	font-size: .875em;
	display: block;
}
#nav li > div {
	height: 1.875em;
	padding-top: .5em;
	padding-left: .25em;
	background: #8dc63f;
	/*migrated*/
	background-image: -moz-linear-gradient(top, #8dc63f 20%, #4e9a10 80%);
	background-image: -webkit-linear-gradient(top, #8dc63f 20%, #4e9a10 80%);
	background-image: -ms-linear-gradient(top, #8dc63f 20%, #4e9a10 80%);
	background-image: -o-linear-gradient(top, #8dc63f 20%, #4e9a10 80%);
	background-image: linear-gradient(top, #8dc63f 20%, #4e9a10 80%);
	background-repeat: repeat-x;
}
.ie8 #nav li > div {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8dc63f', endColorstr='#4e9a10')";
}
#nav a {
	color: #fff;
	text-decoration: none;
	height: 2.375em;
}
#nav a:hover {
	color: #004f96;
}
#nav > ul > li > ul > li {
	font-size: .875em;
	font-family: Arial, sans-serif;
	background-color: #A3D063;
	color: #fff;
	padding: .5em;
}
#nav-logo {
	height: 4.5em;
	padding-top: 2em;
	text-align: center;
}
#nav > ul > li > div + ul {
	display: none; /*TODO: should be applied with js */
}
#nav > ul > li > div {
	position: relative;
	min-height: 2.25em;
}
#nav ul {
	padding-left: 0; /*override standard ul padding*/
}
#nav .navhandle {
	position: absolute;
	right: 0;
	top: 0;
	height: 2.75em;
	width: 2em;
	background: url('/Content/epipen/images/nav-handle.png');
}
#nav .navhandle.current {
	background: url('/Content/epipen/images/nav-handle-down.png');
}

#nav-expand-icon {/*only used in mobile states*/
	display: none;
}

.espanol {/*TODO: change to class! */
	margin: 1em 0;
	width: 13.3em;/*temp*/
	position: relative;
}
.espanol .btn-label {
	padding-left: 1.5em;
}

[class='25yearbadge-wrapper'] {
	margin-top: .5em; /**this probably won't work in IE: we should really just change the classname to not begin with a number
	 even though technically its supposed to be only IDs that can't begin with a number */
}
.ie8 [class='25yearbadge-wrapper'] {
	/*because we have an alternate method for rendering nav shadow in IE8, this must be slid back upward*/
	margin-top: -5.5em;
}
/******-----SAFETY INFO-----******/
#safety-info > section {
	margin: 1em;
	line-height: 1.46;
}
#safety-info > section > p {
	font-size: .875em;
	line-height: 1.46;
}
#safety-info a, #safety-info a:link, #safety-info a:focus, #safety-info a:visited {
	color: #00529B;
	font-weight: bold;
}
#safety-info a:hover {
	color: #0066aa;
}

/******-----LEGAL-----******/
#legal {
	color: #555;
	width: 100%;
	background-color: #A7E3F8;
}
#legal-left {
	float: left;
	width: 10em; /*EXPLICIT*/
	margin-top: 1.5em;
}
#legal-left > img {
	margin-left: 1em;
}
#legal-right {
	float: right;
	width: 33em; /*EXPLICIT*/
	margin-right: .5em;
	margin-bottom: 1em;
	margin-top: 1em;
}
#legal-right ul {
	padding-left: 0;
}
#legal-right > p {
	font-size: .6875em;
	line-height: 1.2em;
}
#legal-right > p sup {
	font-size: 85%
}
#legal-right > ul > li {
	display: inline-block;
	font-weight: bold;
}
#legal-right > ul > li > a {
	font-size: .6875em;
	text-decoration: none;
	color: #00529B;
	padding-right: 1.5em;
}

/******----- SITEMAP aka "MEGA MENU" -----******/
#sitemap {
	width: 100%;
	background: url("/Content/epipen/images/darkLinen.jpg") repeat scroll 0 0 #272A2E;
	margin-bottom: 99px;
	padding: 1em 0 2em 0;
	list-style-type: none;
}
.ie8 #sitemap {
	margin-bottom: 4.5em;
}
#sitemap .sitemap-col {
	display: inline-block;
	line-height: 1em;
	padding: 0 .5em;
	vertical-align: top;
	max-width: 8.5em;
}
#sitemap ul {
	/*margin-top: 1em;*/
	padding-left: 0;
}
#sitemap li {
	padding-right: .5em;
	margin: 0 0 .25em .0;
	line-height: 1;
}
#sitemap ul li a {
	color: #8F8D8D;
	text-decoration: none;
	font-size: .875em;
}
#sitemap .sitemap-col ul.mega-pane {
	list-style: none;
	padding-left: 5px;
}
#sitemap .sitemap-col > li {
	margin-left: 0;
}
#sitemap .sitemap-col > li a {
	font-family: "RalewayRegular";
	text-decoration: none;
	color: #E1DADA;
	font-size: .875em;
}

/******-----ISI (Omnibar)-----******/
#bottom-bar {
	font-family: Arial, Helvetica, sans-serif;
	position: fixed;
	bottom: 0;
	width: 100%;
	color: #000;
	font-weight: bold;
	line-height: 1.3em;
	z-index: 101;
	-webkit-box-shadow: 0 0 1em #5b5b5b;
	-moz-box-shadow: 0 0 1em #5b5b5b;
	box-shadow: 0 0 1em #5b5b5b;
	background-color: #ffe580;
	/**/
	height: 99px;
}
/*
 #bottom-bar:after {
 content: " ";
 position: absolute;
 top:0;
 -webkit-box-shadow: 0 0 1em #5b5b5b;
 -moz-box-shadow: 0 0 1em #5b5b5b;
 box-shadow: 0 0 1em #5b5b5b;
 background-color: #ffe580;
 z-index: -10;
 overflow-y:hidden;
 WIDTH: 100%;
 HEIGHT: 100%;
 }*/
.ie8 #bottom-bar {
	zoom: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color='#a0a0a0')";
}
#bottom-bar > div.dynwidth {
	position: relative;
}
#bottom-bar > div.dynwidth > div {
	padding: 4px 15px;
	position: absolute;
	background-color: #ffe580;
	/*top:-1em;*/
	top: 0;
	margin: 0 11px;
}
#bottom-bar > div.dynwidth > div:before {
	content: url('/Content/epipen/images/isi-shadow-left.png');
	position: absolute;
	height: 52px;
	width: 11px;
	left: -11px;
	top: -3px;
}
#bottom-bar > div.dynwidth > div:after {
	content: url('/Content/epipen/images/isi-shadow-right.png');
	position: absolute;
	height: 52px;
	width: 11px;
	right: -11px;
	top: -3px;
}
#bottom-bar p {
	font-size: 14px;
	line-height: 1.2;
	font-weight: normal;
}
#bottom-bar h1 {
	padding-top: 4px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding-right: 6em;
	line-height: 1;
}
#isi-activator {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	top: 4px;
	right: 1.5em;
	padding-right: 15px;
	cursor: pointer;
}
#isi-activator > div {
	background-image: url("/Content/epipen/images/isi-collapse-arrow-up.png");
	width: 10px;
	height: 6px;
	position: absolute;
	right: 0;
	top: 6px;
}

/******----- SUB PAGE STYLES -----******/
.heroimg {
	line-height: 0; /*I forget why I needed this*/
}

/* all sub-pages are divided into left and right columns above a certain viewport width, TBD */
#rcol {
	width: 33.75em; /*EXPLICIT*/
	float: right;
}
#lcol {
	width: 16.25em; /*EXPLICIT*/
	float: right;
}
main, #main {
	padding: 1em;
}

/******-----MISC-----******/

/*Helper class for the responsive framework*/
.dynwidth {
	width: 50em; /*EXPLICIT - overridden at 50em breakpoint*/
	margin: 0 auto;
	min-width:300px;
}

/* The 'jsHook' class lets us set some js variables based on css media queries. */
.jsHook {
	position: relative; /*otherwise z-index cannot be read by webkit browsers*/
	z-index: 99;	/*stores the initial height of the ISI (Omnibar), in PX*/
}

/* buttons and such */
button {
	border: none;
}
.btn {
	font-family: 'RalewaySemibold', sans-serif;
	cursor: pointer;
	position: relative;
	margin: .5em 0;
	color: #fff;
	font-size: .875em;
	padding: .25em .5em;
	border-radius: .25em;
	line-height: 1.25em;
	overflow: hidden;
	white-space: nowrap;
	background: #80b43d;
	background: -moz-linear-gradient(top, #85be43 20%, #7aa938 80%);
	background: -webkit-linear-gradient(top, #85be43 20%, #7aa938 80%);
	background: -ms-linear-gradient(top, #85be43 20%, #7aa938 80%);
	background: -o-linear-gradient(top, #85be43 20%, #7aa938 80%);
	background: linear-gradient(top, #85be43 20%, #7aa938 80%);/*TODO: IE8*/
}

    .btn.disable {      
        background: #d3d3d3;
        background:  linear-gradient();
	    background: -moz-linear-gradient(top, #d3d3d3 20%, #d3d3d3 80%);
	    background: -webkit-linear-gradient(top, #d3d3d3 20%, #d3d3d3 80%);
	    background: -ms-linear-gradient(top, #d3d3d3 20%, #d3d3d3 80%);
	    background: -o-linear-gradient(top, #d3d3d3 20%, #d3d3d3 80%);
	    background: linear-gradient(top, #d3d3d3 20%, #d3d3d3 80%);/*TODO: IE8 */
    }    
    
.btn a {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}
.btn:hover {
	box-shadow: 0 0 .25em #ccc;/*TODO: IE8*/
	background: #54863c;
	background: -moz-linear-gradient(top, #66aa43 20%, #54863c 80%);
	background: -webkit-linear-gradient(top, #66aa43 20%, #54863c 80%);
	background: -ms-linear-gradient(top, #66aa43 20%, #54863c 80%);
	background: -o-linear-gradient(top, #66aa43 20%, #54863c 80%);
	background: linear-gradient(top, #66aa43 20%, #54863c 80%);/*TODO: IE8*/
}
    .btn.disable:hover {      
        background: #d3d3d3;
        background:  linear-gradient();
	    background: -moz-linear-gradient(top, #d3d3d3 20%, #d3d3d3 80%);
	    background: -webkit-linear-gradient(top, #d3d3d3 20%, #d3d3d3 80%);
	    background: -ms-linear-gradient(top, #d3d3d3 20%, #d3d3d3 80%);
	    background: -o-linear-gradient(top, #d3d3d3 20%, #d3d3d3 80%);
	    background: linear-gradient(top, #d3d3d3 20%, #d3d3d3 80%);/*TODO: IE8 */
    } 

.btn-blue {
	background: #1564a9;/*TODO: IE8*/
	background: -moz-linear-gradient(top, #2671b3 20%, #01549c 80%);
	background: -webkit-linear-gradient(top, #2671b3 20%, #01549c 80%);
	background: -ms-linear-gradient(top, #2671b3 20%, #01549c 80%);
	background: -o-linear-gradient(top, #2671b3 20%, #01549c 80%);
	background: linear-gradient(top, #2671b3 20%, #01549c 80%);/*TODO: IE8*/
}
.btn-blue:hover {
	background: #004b91;/*TODO: IE8*/
	background: -moz-linear-gradient(top, #004d95 20%, #00488a 80%);
	background: -webkit-linear-gradient(top, #004d95 20%, #00488a 80%);
	background: -ms-linear-gradient(top, #004d95 20%, #00488a 80%);
	background: -o-linear-gradient(top, #004d95 20%, #00488a 80%);
	background: linear-gradient(top, #004d95 20%, #00488a 80%);/*TODO: IE8*/
}
.btn .btn-icon-right {
	position: absolute;
	right: .5em;
	top: .3em;
}
.btn .btn-icon-left {
	position: absolute;
	left: .5em;
	top: .4em;
}
.btn .btn-label {
	padding-right: 1.5em;
	font-weight: normal;
}
.btn-red {
	background: #da5540;/*TODO: IE8*/
	background: -moz-linear-gradient(top, #dc5641 20%, #b44330 80%);
	background: -webkit-linear-gradient(top, #dc5641 20%, #b44330 80%);
	background: -ms-linear-gradient(top, #dc5641 20%, #b44330 80%);
	background: -o-linear-gradient(top, #dc5641 20%, #b44330 80%);
	background: linear-gradient(top, #dc5641 20%, #b44330 80%);/*TODO: IE8*/
}
.btn-red:hover {
	background: #b64430;/*TODO: IE8*/
	background: -moz-linear-gradient(top, #b64430 20%, #b64430 80%);
	background: -webkit-linear-gradient(top, #b64430 20%, #b64430 80%);
	background: -ms-linear-gradient(top, #b64430 20%, #b64430 80%);
	background: -o-linear-gradient(top, #b64430 20%, #b64430 80%);
	background: linear-gradient(top, #b64430 20%, #b64430 80%);/*TODO: IE8*/
}

.btn-yellow {
	background: #feae04;/*TODO: IE8*/
	background: -moz-linear-gradient(top, #feae04 20%, #d79302 80%);
	background: -webkit-linear-gradient(top, #feae04 20%, #d79302 80%);
	background: -ms-linear-gradient(top, #feae04 20%, #d79302 80%);
	background: -o-linear-gradient(top, #feae04 20%, #d79302 80%);
	background: linear-gradient(top, #feae04 20%, #d79302 80%);/*TODO: IE8*/
}
.btn-yellow:hover {
	background: #e8a20c;/*TODO: IE8*/
	background: -moz-linear-gradient(top, #e8a20c 20%, #c18402 80%);
	background: -webkit-linear-gradient(top, #e8a20c 20%, #c18402 80%);
	background: -ms-linear-gradient(top, #e8a20c 20%, #c18402 80%);
	background: -o-linear-gradient(top, #e8a20c 20%, #c18402 80%);
	background: linear-gradient(top, #e8a20c 20%, #c18402 80%);/*TODO: IE8*/
}

/*hasicon will generate an icon when there is none.*/
.btn.hasicon > a > span:after {
	content: url('/Content/epipen/images/icon-arrow-green.png');
	position: absolute;
	right: .5em;
}
.ie8 .btn.hasicon span:after, .ie9 .btn.hasicon span:after {
	content: url('/Content/epipen/images/icon-arrow-green.png');
	position: absolute;
	right: .5em;
	top: .25em;
}
/*noicon will remove the icon padding in case the button is not supposed to have any icon.*/
.btn.noicon .btn-label {
	padding-right: 0;
}

.nojs-msg {
	color: #505050;
	background: #FFC001;
	font-weight: bold;
	font-size: 1em;
	padding: 1em;
	display: block;
}
.ie8 .nojs-msg {
	padding-top: 0;
	padding-bottom: 0;
}
.red {
	color: red;
}
.inline {
	display: inline-block;
}

.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}

/***** ACCORDION *****/
.accordion {
	width: 100%;
}

.accordion h2 {
	font-family: "RalewaySemibold";
	font-size: .875em;
	background: url('/Content/epipen/images/expando-plus.gif') #97989E;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #ffffff;
	min-height: 2em;
	font-weight: normal;
	margin-bottom: 1.25em;
	padding-top: .5em;
}
.accordion h2 span {
	display: block;
	margin-left: 2.4em;
}
.accordion h2.current {
	cursor: default;
	background: url('/Content/epipen/images/expando-minus.gif') #97989E;
	background-repeat: no-repeat;
}
.accordion .pane {
	display: none; /*TODO: this should be applied with JS */
	color: #333333;
	/**font-size: .8125em; shouldn't set em this high up**/
}
.accordion .pane > div {
	padding-bottom: 1em;
}
.accordion .accordion h2 {
	/*nested accordion header - level 2*/
	min-height: 0;
	color: #68696A;
	background: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25;
}
.accordion > .pane > div > p, .accordion > .pane > div > ol, .accordion > .pane > div > ul, .accordion > .pane > div > a {
	font-size: .8125em;
	line-height: 1.46;
	padding-bottom: .625em;
}
.accordion > .pane > div li {
	padding-bottom: .5em;
}
.accordion .accordion h2 {
	position: relative;
}
.accordion .accordion h2 span {
	/*nested accordion header - level 2*/
	font-size: .9375em;
	font-weight: bold;
	margin-left: 0;
	padding-bottom: 1em;
	padding-right: 1.5em;
	display: inline-block;
	position: relative;
}
.accordion .accordion h2 span:after {
	content: " ";
	background: url('/Content/epipen/images/accordion-inline_closed.png');
	position: absolute;
	top: 2px;
	right: 0;
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
}
.accordion .accordion .accordion h2 span {
	/*nested accordion header - level 3*/
	font-size: .75em;
}
.accordion .accordion .accordion {
	/*starting at level 3, add indentation to make it more readable*/
	padding-left: 1em;
}

.accordion ol {
	list-style: decimal;
	margin-left: 1em;
}
.accordion ul {
	list-style: disc;
	margin-left: 1em;
}
.accordion ol ul {
	list-style: circle;
}
.accordion ol ul ul {
	list-style: square;
}

/***** BREADCRUMBS *****/
/*(TODO:NMC - some of these values are just OK, but they seem to work)*/
.footpath {
	position: relative;
	margin-bottom: 1em;
}
.footpath > span {
	display: inline-block;/*so they wrap properly on mobile*/
	background: #fff;
	font-size: .75em;
	color: #ccc;
	height: 23px;
	padding: 0 .475em;
	margin: 0;
	position: relative;
	border: 1px solid #ccc;
}
.footpath > span a {
	text-decoration: none;
	color: #939393;
	position: relative;
	font-style: italic;
	text-decoration: none;
	padding-left: .25em;
}
.footpath > span a:after {
	background: url('/Content/epipen/images/crumbs-bg.png') no-repeat;
	content: " ";
	height: 24px;
	position: absolute;
	right: -12px;
	width: 7px;
	z-index: 1;
	top: -5px;
}
.footpath > span:last-of-type {
	background: #f0f0f0;
	color: #939393;
}
.footpath > span:last-of-type a {
	font-weight: bold;
	/*font-style:normal; it's on the digitas version but i don't like it*/
}

.footpath > span:last-of-type a:after {
	background: url('/Content/epipen/images/crumbs-bg-last.png') no-repeat;
}

/***** PULL-QUOTES *****/
.pullquote {
	margin: 0 auto;
	max-width: 35em;/*EXPLICIT - makes it look better through intermediary states*/
}
.pullquote-icon-outer, .pullquote-text {
	display: table-cell;
	vertical-align: middle;
}
.pullquote-icon-outer {
	padding-left: 1em;
}
.pullquote-icon-inner {
	float: left;
	width: 5em;
	height: 5em;
	/*background: url('/Content/epipen/images/consumerCallOutsSprite_80x80.png');
	 background-position: 0 -480px; /*TODO:ie8?*/
	margin: 1em 0;
}
.pullquote-text {
	font-size: 1.25em;
	color: #8A8A8A;
	font-family: 'RalewayRegular', sans-serif;
	padding: 1em;
}
.pullquote-text strong {
	/*because of the chosen font... font-weight:bold alone looks odd*/
	font-family: 'RalewaySemibold', sans-serif;
	font-weight: normal;
}
.pullquote-shadow {
	width: 100%;
}
.pullquote-text a, .pullquote-text a:link, .pullquote-text a:hover, .pullquote-text a:active, .pullquote-text a:focus, .pullquote-text a:visited {
	text-decoration: none;
	font-weight: normal;
}

/*GLOBAL callout styles...*/
.callout-inner {
	cursor: pointer; /*currently I am using JS to make entire callout act like a link, using the first href */
	/*TODO convert entire inner to <a>? even though that is illegal by W3C standards? */
}

/*TODO:NMC Remove whichever version of this no longer applies...*/
/*Left-Hand Callouts
 .lclt {
 padding: 2em;
 }
 .lclt img {
 width: 100%;
 }*/
.callout-inner {
	font-size: .75em;
}
.callout-inner a {
	text-decoration: none;
	font-weight: bold;
	line-height: 1.6;
}
.callout-inner a.oa/* 'outer anchor' (the outer of nested <a>'s) */ {
	font-weight: normal;
	color: #555555;
	padding: 0;
	line-height: 1.4;        
}

/*Left-Hand Callouts*/
#lcol .callout {
	padding: 1em;
}
#lcol .callout p/*, #lcol .callout a*/ {
	padding: .375em 0;    
}

#lcol .callout .callout-inner img {
	height: auto;
	width: 100%;
}

/**TABLE Styles (see HCP http://epipen.pub.ciberpgh.com/hcp/about-epipen/dosage-and-administration)**/

table {
	font-size: .875em;
	word-break: break-word;/*TODO: heavy-handed?*/
	border-collapse: separate;
	border-spacing: .125em;
	margin: 0 0 1.25em;
	width: 100%;
}
table img {
	width: 100%;
	height: auto;
}
.table-block {
	padding: 1em .5em;
	position: relative;
	z-index: 100;
	background: #ffffff;
	border: 1px solid #aaa;
	min-height: 10em;
	min-width: 10em;
	margin-bottom: 2em;
	margin-left: 1em;/*to account for the shadow and prevent scrollbars*/
	margin-right: 1em;
}
.table-block h1 {
	color: #8DC63F;
	font-size: 1em;
	line-height: 1.2;
	font-family: "RalewaySemibold", arial, sans-serif;
	padding: 0 .5em .5em .5em;
}
.table-block p {
	padding: 0 .5em .5em;
	line-height: 1.2;
}
.table-block header:after {
	content: " ";
	background: url('/Content/epipen/images/shadow-tl.png');
	position: absolute;
	z-index: -1;
	top: -14px;
	left: -14px;
	height: 167px;
	width: 251px;
}
.table-block header:before {
	content: " ";
	background: url('/Content/epipen/images/shadow-tr.png');
	position: absolute;
	z-index: -1;
	top: -14px;
	right: -14px;
	height: 167px;
	width: 251px;
}
.table-block:after {
	content: " ";
	background: url('/Content/epipen/images/shadow-bl.png');
	position: absolute;
	z-index: -1;
	bottom: -14px;
	left: -14px;
	height: 167px;
	width: 251px;
}
.table-block:before {
	content: " ";
	background: url('/Content/epipen/images/shadow-br.png');
	position: absolute;
	z-index: -1;
	bottom: -14px;
	right: -14px;
	height: 167px;
	width: 251px;
}

.table-block th {
	background: #8DC63F;
	color: #ffffff;
	text-align: left;
	vertical-align: middle;
	border: none;
	outline: none;
	margin: 0;
	padding: .25em .5em;
	line-height: 1.1;
	cellpadding: 0;
}
.table-block tr {
}
.table-block td {
	line-height: 1.2;
	padding: .25em .5em;
	vertical-align: middle;
}
.table-block ul, .table-block ol {
	padding-left: 1em;
}
/*temp only
 .table-block:before, .table-block:after
 {
 z-index: -1;
 position: absolute;
 content: "";
 bottom: 15px;
 left: 0;
 width: 50%;
 top: 80%;
 max-width:300px;
 background: #777;
 -webkit-box-shadow: 0 15px 10px #777;
 -moz-box-shadow: 0 15px 10px #777;
 box-shadow: 0 15px 10px #777;
 -webkit-transform: rotate(-3deg);
 -moz-transform: rotate(-3deg);
 -o-transform: rotate(-3deg);
 -ms-transform: rotate(-3deg);
 transform: rotate(-3deg);
 }
 .table-block:after
 {
 -webkit-transform: rotate(3deg);
 -moz-transform: rotate(3deg);
 -o-transform: rotate(3deg);
 -ms-transform: rotate(3deg);
 transform: rotate(3deg);
 right: 0;
 left: auto;
 }
 */
/*=====================================================*/
/*======================= FORMS =======================*/
/*=====================================================*/
form * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
form > p, form fieldset > p {
	font-size: 12px; /**due to time constraints I can't use em for everything as originally planned*/
	line-height: 1.4;
	padding: 0.5em 0;
}

form fieldset {
	margin-bottom: 1em;
	padding: 0;
	border: none;
}
form fieldset ul li {
	margin: .5em 0;
}
form legend {
	/*note- legend cannot be reliably positioned*/
	font-weight: bold;
	font-size: 12px; /**due to time constraints I can't use em for everything as originally planned*/
	line-height: 1.46;
	margin-bottom: .5em /*(may not work in all browsers)*/
}
form label {
	font-weight: bold;
	font-size: 12px; /**due to time constraints I can't use em for everything as originally planned*/
	line-height: 1.46;
}

/*default custom select boxes*/
form .select-wrapper {
	overflow: hidden;
	width: 18em;
	background: url('/Content/epipen/images/select_bg.png') no-repeat right #fff;
	padding: .625em;
	border: 5px solid #ffffff;
	-webkit-border-radius: .625em;
	-moz-border-radius: .625em;
	border-radius: .625em;
	-webkit-box-shadow: inset 0 2px 2px #e7e7e7;
	-moz-box-shadow: inset 0 2px 2px #e7e7e7;
	box-shadow: inset 0 2px 2px #e7e7e7;/*TODO: IE8*/
}
form .select-wrapper select {
	width: 19.275em;
	background: transparent;
	border: 0px solid #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.ie8 form .select-wrapper {
	border-radius: .625em;
	border: 1px solid #ccc;
	outline: 4px solid #fff;
	margin-right: 5px;
	padding: .875em;
	behavior: url('/Content/epipen/css/PIE.htc');
}
form select {
}
form select {
	/*
	 font-size: 1em;
	 display: block;
	 overflow: hidden;
	 max-width: 100%;
	 min-width: 5em;
	 background-image: url('/Content/epipen/images/select_bg.png');
	 background-position: right -3px;
	 background-repeat: no-repeat;
	 */
}
/*form select:after {
 content: " ";
 background-image: url('/Content/epipen/images/select_bg.png');
 height: inherit;
 width: inherit;
 }
 form select[disabled="disabled"], form select[disabled] {
 background-position: right 2.75em;
 background-color: #e4e4e4;
 cursor: default;
 pointer-events: none;
 }
 */

/*submits and other types of input fields*/
form input[type="submit"] {
	border: none;
}
form input[type="text"], form input[type="tel"], form input[type="password"] {
	border: .3125em solid #FFFFFF;
	border-radius: .625em;
	padding: .875em .625em;
	display: block;
	width: 100%;
	max-width: 22em; /*whatever*/
	box-shadow: 0 2px 2px #d7d7d7 inset;/*TODO: IE8*/
}
.ie8 form input[type="text"], .ie8 form input[type="tel"], .ie8 form input[type="password"] {
	border-radius: .625em;
	border: 1px solid #cccccc;
	outline: .25em solid white;
	margin-bottom: 5px;
	behavior: url('/Content/epipen/css/PIE.htc');
}

form input[type="checkbox"], form input[type="radio"] {
	/*height: 1.5em;
	 width: 1.5em; applying dimensions to inputs causes BIG problems in IE including IE10*/
	float: left;
}
form input[type="checkbox"] + input + span, form input[type="radio"] + span {
	font-weight: normal;
	position: relative;
	top: .1em;
	display: block;
	padding-left: 2em;
}
/*left-floated inputs for radio and checkboxes - overrides will have to be made for inline (i.e. "yes/no" radio questions)*/
form input[type="checkbox"] + div, form input[type="radio"] + div {
	font-weight: normal;
}
/**CLEARFIX FOR CHECKBOXES AND RADIO BUTTONS which are floated left**/
/*mostly needed for IE*/
form input[type="checkbox"] + span:before, form input[type="radio"] + span:before, form input[type="checkbox"] + span:after, form input[type="radio"] + span:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
form input[type="checkbox"] + span:after, form input[type="radio"] + span:after {
	clear: both;
}

form .tooltip {
	position: absolute;
	display: none;
	width: 150px;
	max-width: 300px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #EDEDED;
	border-radius: 5px;
	line-height: 1.2;
	padding: 10px;
}
.dynamic-message {
	font-size: 12px;
	font-weight: bold;
}
.field-validation-error {
	font-size: 12px; /**due to time constraints I can't use em for everything as originally planned*/
	color: red;
	display: block;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

/*the new right floated callout business*/
.right-clt {/*TODO: this aside should be more generic*/
	width: 13em; /*temp*/
	float: right;
	margin-left: 1em;
}
.right-clt > img {
	width: 13em;
	margin-bottom: 1em;
}
/*the grey right-callout content box*/
.right-clt > div {
	font-size: .75em;
	background: #cccccc;
	border-radius: 4px;
	padding: .9em .7em 2em;
}
.right-clt > div > h3 {
	margin: .5em 0 1em 0;
	font-weight: bold;
}
.right-clt ul {
	list-style: disc;
	margin-left: 1em;
}
.right-clt li {
	line-height: 1.25;
	padding-bottom: .75em;
}

/*the large grey popup shape - used for login, etc.*/
.form-widget {
	width: 18em;
	padding: 1em;
	margin: 0 0 1em 0;
	background: #f2f2f2;
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #eaeaea 100%);
	background: -moz-linear-gradient(top, #f2f2f2 0%, #eaeaea 100%);
	background: -o-linear-gradient(top, #f2f2f2 0%, #eaeaea 100%);
	background: linear-gradient(top, #f2f2f2 0%, #eaeaea 100%);
	-webkit-border-radius: .375em;
	-moz-border-radius: .375em;
	border-radius: .375em;
	-webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);/*TODO: IE8*/
}
.form-widget input {
	max-width: 21em;
}
.form-widget p {
	font-size: .75em;
}
.form-widget button {
	position: relative;
	margin: 1em 0;
}

/*FORM ERRORS*/
.field-validation-valid {/**TODO: is this right **/
	color: red;
	display: block;
	font-size: 12px; /**due to time constraints I can't use em for everything as originally planned*/
	font-weight: bold;
}

/*default styles for <select> elements*/

/*tweaks for specific form elements*/
.state-picker {
	/*does this element even exist? display: inline-block;*/
}
.statezip {
	display: table;
	max-width: 22em;
}
.statezip label.state {
	display: table-cell;
}
.state .select-wrapper {
	width: 12.5em;
}
.state .select-wrapper select {
	width: 13.775em;
}
.statezip label.zip {
	display: table-cell;
	width: 12em;
}
.ie8 .statezip label.zip {
	position: relative;
	left: 1em;
}
.expdate {
	/*display:table;*/
}
.expdate legend {
	/*REMINDER - legend cannot be styled reliably. Had to remove to support IE. */
}
.expdate label {
	display: inline-block;
}
.expdate div.dynamic-message.field-validation-error {
	display: block;
	width: 100%;
}

.expdate .month .select-wrapper {
	width: 12em;
}
.expdate .month .select-wrapper select {
	width: 13.275em;
}
.expdate .year .select-wrapper {
	width: 8em;
}
.expdate .year .select-wrapper select {
	width: 9.275em;
}

.ie8 .expdate .month .select-wrapper {
	width: 10em;
}
.ie8 .expdate .month .select-wrapper select {
	width: 7.5em;
}
.ie8 .expdate .year .select-wrapper {
	width: 9.5em;
	margin-right: 0;
	margin-left: 2px;
}
.ie8 .expdate .year .select-wrapper select {
	width: 7em;
}

label.pw {
	display: inline-block;
	width: 48%;
}
.add-device.form-widget button {
	margin-top: -1em;
}
.add-device.form-widget button+ button {
	margin-left: .5em;
}
.add-device.form-widget .expdate {
	margin-top: .5em;
}
.add-device.form-widget .expdate .year {
	margin-left: .9em;
}
.add-device.form-widget .expdate .year label, .add-device.form-widget .expdate .month label {
	font-weight: normal;
	padding: 0.2em 0 0 0.75em;
}
.add-device.form-widget > label[for="expdate"] {
	position: relative;
	top: 0.5em;
}
.ie8 .add-device.form-widget input, .ie8 .add-device.form-widget .select-wrapper {
	border-radius: .625em !important;
	background: #ffffff !important;
	border: 1px solid #aaa;
	outline: none;
	behavior: url('/Content/epipen/css/PIE.htc');
}
/* Device registration */
.registered-devices {
	margin: 20px 0;
}
.device.btn {
	max-width: 300px;
	font-size: .75em;
	white-space: normal;
}
.add-device.form-widget .closebtn {
	float: right;
}
/*MAIN SITE LOGIN*/
.login-share-search {
	height: 1.4375em;
	position: relative;/*TODO: when making mobile state, remove this and the login popup can be positioned relative to the edge of the screen*/
}

.login-btn, .lintel-button {
	font-family: "RalewayBold", arial, sans-serif;
	position: relative;
	float: right;
	height: inherit;
	font-size: .75em;
	color: #4c4d4f;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 .7em;
	margin: 0 .4em 0 0;
	background: #ffd204;
	cursor: pointer;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	text-decoration: none !important;
}
.share-button-wrapper {
	float: right;
	position: relative;
	height: inherit;
	margin-left: 3.1em;
}
.share-btn {
	position: absolute; /*not sure why this is the only way I could get it to obey height?*/
	z-index: 102;
	font-family: "RalewayBold", arial, sans-serif;
	height: inherit;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 .7em;
	background: #ffd204;
	cursor: pointer;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	right: 0;
	font-size: .75em;
}
a.share-btn, a.login-btn, a.lintel-button {
	color: #4c4d4f;
}
.login-btn:hover, .login-btn.active, .share-btn:hover, .share-btn.active, .lintel-button:hover, .lintel-button.active {
	background: #f2f2f2;
	color: #84bc41 !important;
	z-index: 103;
}
.login-btn.active {
	background: #f2f2f2;
	color: #84bc41;
}

.ie8 .login-btn, .ie8 .share-btn, .ie8 .lintel-button {
	padding-bottom: 5px;
}
.login.form-widget, .pwreset.form-widget, .pwreset-step2.form-widget {
	/*login popup*/
	display: none;/*Show with JS*/
	position: absolute;
	left: -17em;
	top: 1.25em;
	z-index: 102;
	padding: 0;
	width: 20em;
}
.login.form-widget .reglinks {
	/*width: 19.75em;*/
	width: 100%;
	position: relative;
	/*left: -1.125em;*/
	border-top: 1px solid #aaa;
	padding: 1em 0 0 0;
}
.login.form-widget .reglinks a {
	font-size: .75em;
	text-decoration: none;
	font-weight: normal;
}
.login.form-widget a.pwreset {
	/*position: relative;
	 top: -4.5em;
	 left: 8em;*/
	position: absolute;
	top: -3em;
	right: 0.1em;
	cursor: pointer;
}
#login-layers {
	position: absolute;
}
#login-layers > div > form > fieldset {
	padding: 1em 1em 0;
	width: 100%;
}
.share.form-widget {
	/*share popup*/
	display: none;/*Show with JS*/
	position: absolute;
	right: 0;
	top: 1.25em;
	z-index: 102;
	padding-bottom: .5em;
	width: 4.5em;
}

.share-email.form-widget {/*don't think this is used anymore*/
	display: none;/*Show with JS*/
	position: absolute;
	right: 0;
	top: 1.3em;
	z-index: 102;
	padding-bottom: 0;
	width: 18em; /**TODO: ? */
}

.pwreset-step2.form-widget {
	line-height: 1.5;
	padding-top: 1em;
}

.pwreset-step2.form-widget > p, .pwreset-step2.form-widget > div {
	padding: 1em 1em 0;
}
.pwreset-step2.form-widget > p+ p {
	padding-top: 0;
}
.pwreset-step2.form-widget > p > span {
	display: inline;
	white-space: pre;
	/*these are so the next thing will work...*/
}
.pwreset-step2.form-widget > p > span:before {
	content: '\A';/*because the html is screwing up the text flow and I can't get to the html to edit it*/
	/*this is like putting a line break before the element...*/
}
.pwreset-step2-email {
	font-weight: bold
}
/*close buttons for login and share popups*/
.form-widget .closebtn {
	cursor: pointer;
	color: #00529B;
	font-size: .75em
}
.login.form-widget .closebtn, .pwreset.form-widget .closebtn, .pwreset-step2.form-widget .closebtn {
	position: absolute;
	right: 16px;
	bottom: 16px;
}
.pwreset.form-widget > p {
	padding: 2em 1em 0;
	line-height: 1.3;
}
.share.form-widget .closebtn {
	position: static;
}
.pwreset-step2.form-widget .closebtn {
	float: right;
	padding-bottom: 1em;
	padding-right: 1em;
	padding-top: 0;
	position: static;
}
/*The LOGIN PAGE (separate from the login popup) */
.login-page h1 {
	font-family: "Raleway", arial, sans-serif;
	font-size: 1.25em;
}
.login-page .left, .login-page .right {
	padding: .5em 0;
	float: left;
	width: 50%;
}
.login-page .left > div, .login-page .right > div {
	border: 1px dotted #ccc;
	padding: .5em;
	margin: .5em;
	min-height: 18em; /*essentially the height of the left div with content
	 only needed if we are to have borders as in the wireframe */
}
.login-page p {
	font-size: .75em;
	margin-top: .5em;
	line-height: 1.46;
}
.login-page > p {
	margin-left: .5em;
}
.login-page a.pwreset {
	font-weight: normal;
	text-decoration: none;
	font-size: .75em;
	padding-left: 1em;
}
.login-page h3 {
	/*NO JS WARNING*/
	font-weight: bold;
	color: #505050;
}

/*SITE SEARCH*/
.site-search {
	float: right;
	position: relative;
	margin: 0 .25em;
	height: 1.4375em;
}
.site-search input[type="text"] {
	font-size: .75em;
	float: left;
	width: 10em;
	height: inherit;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
	background: #fff;
	-webkit-box-shadow: inset 1px 1px 9px -3px #4d4d4c;
	-moz-box-shadow: inset 1px 1px 9px -3px #4d4d4c;
	box-shadow: inset 1px 1px 9px -3px #4d4d4c;/*TODO: IE8*/
	margin-top: 0;
	padding: 0 0 0 .4em;
}

.ie8 .site-search input[type="text"] {
	outline: none;
	line-height: 1.6;
	height: 22px;
	border-radius: none;
	behavior: none;
}
.site-search.inactive input[type="text"] {
	color: #aaaaaa;
}
.site-search input[type="submit"] {
	position: relative;
	float: right;
	margin: 0 0 0 -4px;
	padding: 0;
	width: 28px;
	height: 100%;
	border: none;
	border-left: 1px solid #cccccc;
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	background: #ffd204 url('/Content/epipen/images/search-icon.png') no-repeat;
	-webkit-box-shadow: inset 0px 0px 8px -3px #4d4d4c;
	-moz-box-shadow: inset 0px 0px 8px -3px #4d4d4c;
	box-shadow: inset 0px 0px 8px -3px #4d4d4c; /*TODO: IE8*/
	text-indent: -9999px;
	cursor: pointer;
}

/*search results*/
.search-results-list li {
	list-style: none;
	margin-left: 0;
}
.search-results-list li p {
	padding: 0;
	line-height: 1.4;
}
.search-results-list li h2 a {
	font-size: 14px; /*can't avoid compounding because sitecore adds more <label> elements*/
	text-decoration: none;
}

/*** INTERSTITIAL POPUP ***/
#overlay {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 998;
	background: rgba(0, 0, 0, 0.8);/*TODO: IE8*/
	position: fixed;
	top: 0;
	cursor: pointer;
}
.ie8 #overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d3000000, endColorstr=#d3000000)";
}
#interstitial {
	display: none;
	background: #fff;
	width: 50em;
	position: fixed;
	top: 35%;
	left: 50%;
	margin-left: -25em;
	z-index: 999;
	padding-bottom: 10px;
}
#interstitial .overlay-text {
	padding: 2em;
}
#interstitial .close {
	border: 0;
	outline: 0;
	float: right;
	margin-right: 10px;
	cursor: pointer;
}
#interstitial h2 {
	margin: 5px 0 10px 0;
	color: #8dc63f;
	font-family: "RalewaySemibold", arial, sans-serif;
	font-size: 1.6em;
}
#interstitial p {
	margin: .75em 0;
	line-height: 1.2;
	font-weight: bold;
}
#interstitial .btn a {
	display: block;
}
#interstitial .btn {
	width: 10em;
}

/*** IE HACKS, how fun ***/
.ie9 .login-btn, .ie9 .share-btn, .ie9 .lintel-button, .ie9 #Query, .ie9 #Query + input {
	height: 24px !important;
}

/*==============================================*/
/*** temp / developmental / additions section ***/
/*==============================================*/
section.content-block > p > img {
	width: 100%;
	height: auto;
}
section.content-block > a {
	font-size: .875em;
}
section.content-block {
	margin-bottom: 1em;
    line-height:1.4;   
}
.references {
	padding-top: .5em;
	font-size: .75em !important;
}
.references li {
	padding-bottom: .5em;
}

.ie9 .device-registration-form + .add-device.form-widget {
	display: none;
}

.inline_msg {/*https://mylan.pub.ciberpgh.com/my-epipen/user-profile?step=success*/
	color: #008000;
	font-size: 0.875em;
	font-weight: bold;
}

#content-foundation-area.dynwidth {
	max-width: 784px;/*i don't know why this .dynwidth is not behaving properly, but this fixes it*/
}
#content-foundation-area .content-block {
	padding-right: 8px;
}
#content-foundation-area header h1 {
	padding-left: 8px;
}

/***** Override jquery-ui.css - for the email share popup and HCP interstitial popup *****/
.ui-dialog-title {
	color: #fff;
}
#email-dialog .overlay-text h3 {
	color: #8DC63F !important;
}
#email_ok.btn.hasicon > a > span:after, #email_cancel.btn.hasicon > a > span:after {
	top: .45em;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.email, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.hcpPopup {
	width: 800px !important;
	position: absolute !important;
	left: 50% !important;
	margin-left: -400px !important;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.emailAck {
	width: 260px !important;
	position: absolute !important;
	left: 50% !important;
	margin-left: -130px !important;
	text-align: center;
}

/*video listing component*/
.video-list-item h3 {
    color: #8DC63F;
    font-size: 1em;
    font-family: "RalewaySemibold", arial, sans-serif;
    line-height: 1.25;
    padding: 0;
    padding-bottom:10px;
}
.video-list-item {
    margin-bottom: 15px;
}
.video-list-item .left {
    float: left;
    width: 50%;
    max-width: 200px;
    height: 100%;    
    padding-right:18px;
    box-sizing:border-box;
}
.footnote {
    float:left;
    font-size:0.875em;
}
.footnote  >p {
    font-size:0.875em;
}
.video-list-item .left > img {
    width: 100%;
    height: auto;    
}

/* provides auto-sizing for video thumbnail*/
.video-list-item .left img{
    height:auto;
    width:100%;
}

.video-list-item .right {
    padding-left: 200px;
    line-height:1.4;
}
.video-list-item .right > .inner {
    padding-left:0px;
    font-size:14px;
}
.video-list-item .caption {
    font-size: 13px;
}
.video-list-item .caption a{
    font-weight:bold;  
    text-decoration:none;
    font-size:0.75em;      
}

/*icon-list component*/
.icon-list-item {
    display:table;
    margin-bottom:20px;
}
.icon-list-item .left,
.icon-list-item .right {
    display:table-cell;
    vertical-align:middle;
    padding-left: 20px;
}
.icon-list-item .left img {
    max-width: 4em;
    height: auto;
}
.icon-list-item .right a {
    font-weight:bold;
    text-decoration:none;
    font-size:0.875em;
}

/*=====================================================*/
/*============== ALTERNATE VIEW STATES ================*/
/*=====================================================*/

@media screen and (max-width: 56.25em) {/*900PX - only used for interstitial*/
	#interstitial {
		width: 90%;
		left: 5%;
		top: 2em;
		margin-left: 0;
		line-height: 1.1;
		font-size: 75%;
	}
	#interstitial .overlay-text {
		padding: 1em;
	}
	#interstitial .btn .btn-label {
		font-size: 13px;
	}
	#interstitial .btn .btn-icon-right {
		top: .1em;
	}
}

/*800px - used for email share popup*/
@media screen and (max-width: 836px) {
	.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.email, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.hcpPopup {
		width: 90% !important;
		left: 5% !important;
		margin-left: 0 !important;
	}
}
@media screen and (max-width: 51em) {
	/*this is where we switch the nav, would have done it at narrower width but home page design prevents that because it gets too crowded*/
	main, #main {
		padding: .5em;
	}
	#safety-info > section {
		margin: .5em;
	}
	.dynwidth {
		width: 100%;
	}
	.jsHook {
		float: right;/*tell JS that the mobile state is active (for nav etc.)*/
		/*z-index: 3;*/
	}
	.espanol {
		display: none; /*TODO*/
	}
	[class='25yearbadge-wrapper'] {/*Had to do this because class name begins with a number*/
		margin: 0;
		background: #02529b;
		padding: 0;
	}
	[class='25yearbadge-wrapper'] img {
		margin: 0;
		padding: 0;
		display: block;
	}
	#home-nav-container, #nav-wrap, #nav {
		width: 100%;
		margin: 0;
	}
	#nav-wrap:after {
		display: none;
	}
	#nav-wrap {
		border-bottom: 1px solid #ccc;
		min-width: 300px;
	}
	#home-nav-container {
		position: relative;
		left: 0;
	}
	#nav-logo {
		position: relative;
		right: .5em;
		top: 0;
		text-align: right;
		height: auto;
		padding-top: .5em;
	}
	#nav-logo img {
		margin-left: 3.5em;
	}
	#nav-open-icon {/**Element is created with JS**/
		height: 2.75em;
		width: 2.75em;
		top: .5em;
		display: block;
		position: absolute;
		left: .5em;
		z-index: 3;
		cursor: pointer;
		background: url('/Content/epipen/images/mobile-nav-icon-con.png') #1564a9;
	}
	#nav .navhandle {
		width: 2.75em
	}
	#nav > ul {
		display: none; /*hide the first one by default TODO: shouldn't this happen via JS?*/
	}
	#legal-left {
		/*float: left;*redundant**/
		width: 0;
	}
	#legal-right {
		width: auto;
		float: right;
		margin-left: 10em;
	}
	/*element no longer exists 	#bottom-bar-left > a {
	 margin-left: .5em;
	 }
	 #bottom-bar-left > a, #bottom-bar-right > a {
	 font-size: 0.875em;
	 line-height: 1.2em;
	 margin-top: .5em;
	 }
	 #bottom-bar-right {
	 }*/

	#bottom-bar > div.dynwidth > div {
		margin: 0;
	}
	#bottom-bar > div.dynwidth > div:before {
		display: none;
	}
	#bottom-bar > div.dynwidth > div:after {
		display: none;
	}
}

@media screen and (max-width: 35em) /*560px and less*/ {
	#top-bar-left ul li a {
		font-size: .875em;
		line-height: 1.2;
	}
	/*unfloat so it won't overlap top-left links in firefox */
	#top-bar-right {
		float: none;
		margin-top: 0;
		padding-top: .25em;
	}
	/*all login form widgets align right*/
	#login-layers, .login.form-widget, .pwreset.form-widget, .pwreset-step2.form-widget {
		left: 0;
		right: auto;
	}
	/*legal footer*/
	#legal {
		padding: 1em 0;
	}
	#legal-left, #legal-right {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#legal-right li {
		padding: 0;
	}
	#legal-right ul {
		margin: 0 .5em;
		padding-bottom: 1em;
	}
	#legal-left > *, #legal-right > * {
		margin: 0 1em;
	}
	/*mega-menu*/
	.jsHook {
		text-align: center; /*just an arbitrary setting to tell JS when we are in the smaller mobile state - below 35em - (for mega-menu)*/
	}
	#sitemap {
		padding: 0;
	}
	#sitemap .sitemap-col {
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.mega-head {/*class assigned by JS*/
		position: relative;
	}
	.mega-head a {
		margin-left: .25em;
	}
	.mega-handle {/*element created by JS*/
		cursor: pointer;
		height: 2em;
		width: 2em;
		position: absolute;
		right: .25em;
		top: .125em;
		background: url('/Content/epipen/images/mega-arrow-dn.png');
	}
	.mega-handle.current {
		background: url('/Content/epipen/images/mega-arrow-up.png');
	}
	#sitemap ul li a {
		margin-left: .75em;
	}
	#sitemap .sitemap-col ul {/*.mega-pane*/
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#sitemap .sitemap-col li {/*.mega-head*/
		border-top: 1px solid black;
		width: 100%;
		margin: 0;
		padding: .5em 0;
		position: relative; /*so we can position the .mega-handles*/
	}
	/**end mega-menu**/
	/*element no longer exists #bottom-bar-left > a, #bottom-bar-right > a {
	 font-size: 0.75em;
	 line-height: 1.2em;
	 }
	 #bottom-bar-right {
	 width: 4.75em;
	 }*/
	.floated-img {
		float: none;
	}
}
@media screen and (max-width: 31.75em) /*508px .. arbitrarily chosen for video elements only*/ {
	video {
		width: 100%;
	}    
    /*Changes Made for Video-Item-Listing*/
  
     .video-list-item  .right {
        width:100%; 
        display:block; 
        float:none;
        padding-left:0; 
        font:xx-small;            
    }
   .video-list-item .left {
        width:100%; 
        max-width:none;
        float:none; 
        font:xx-small; 
        padding-left:18px;      
    }


    /*Changes Made for content-block for mobile view*/
     .content-block {
        padding-left:9px;
    }   
}
@media screen and (max-width: 22.5em) /*360px and less*/ {
	.pullquote-icon-outer {
		padding-left: 0;
		display: none;
	}
	/*this is just for the myEpiPlan App page...*/
	table .btn.hasicon > a > span:after {
		display: none;
	}   

}
@media screen and (max-width: 21.625em) /*346px and less*/ {
	.form-widget {
		width: 100%;
		position: relative;
	}
	#login-layers, .login.form-widget, .pwreset.form-widget, .pwreset-step2.form-widget {
		position: relative;
		width: 100%;
		padding-bottom: .1em;
	}
	.login.form-widget, .pwreset.form-widget, .pwreset-step2.form-widget {
		width: 100%;
	}
	.pwreset-step2.form-widget {
		padding-bottom: 2em;
	}    
}

@media screen and (max-width: 20em) /*320px and less*/ {
	#top-bar-left ul li a {
		/*shrink
		 font-size: .75em;
		 line-height: 1.2;
		 */      
	}
    /*Changes Made for Video-Item-Listing*/
  
     .video-list-item  .right {
        width:100%; 
        display:block; 
        float:none;
        padding-left:0; 
        font:xx-small;            
    }
   .video-list-item .left {
        width:100%; 
        max-width:none;
        float:none; 
        font:xx-small; 
        padding-left:16px;      
    }
   /*Changes Made for content-block for mobile view*/
     .content-block {
        padding-left:9px;
    }   
}



/********ISI (Omnibar)********/
@media screen and (max-width: 700px) {
	/*these three values must remain in sync*/
	#bottom-bar {
		height: 115px;
	}
	.jsHook {
		z-index: 115;
	}
	#sitemap {
		margin-bottom: 115px;
	}
}
@media screen and (max-width: 640px) {
	/*below mobile threshold, so shrink font size*/
	#bottom-bar h1 {
		font-size: 12px;
	}
	#bottom-bar p {
		font-size: 11px;
	}

	/*these three values must remain in sync*/
	#bottom-bar {
		height: 82px;
	}
	.jsHook {
		z-index: 82;
	}
	#sitemap {
		margin-bottom: 82px;
	}

}
@media screen and (max-width: 535px) {
	#bottom-bar h1 {
		font-size: 11px;
	}
	#bottom-bar p {
		font-size: 10px;
	}
	/*these three values must remain in sync*/
	#bottom-bar {
		height: 87px;
	}
	.jsHook {
		z-index: 87;
	}
	#sitemap {
		margin-bottom: 87px;
	}
}
@media screen and (max-width: 440px) {
	/*these three values must remain in sync*/
	#bottom-bar {
		height: 100px;
	}
	.jsHook {
		z-index: 100;
	}
	#sitemap {
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 380px) {
	/*these three values must remain in sync*/
	#bottom-bar {
		height: 112px;
	}
	.jsHook {
		z-index: 112;
	}
	#sitemap {
		margin-bottom: 112px;
	}
}
@media screen and (max-width: 330px) {
	/*these three values must remain in sync*/
	#bottom-bar {
		height: 124px;
	}
	.jsHook {
		z-index: 124;
	}
	#sitemap {
		margin-bottom: 124px;
	}
}