/*
	HOTPRESS FRAMEWORK
	Site:
	By:Steven Waller
	Created:
*/
@import url(reset.css);
@import url(hotpress-module-styles.css);
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Arial, 'Liberation Sans', Helvetica, FreeSans, sans-serif;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/* Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h4, h5, h6 {
	color:#333;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif
}
h1 {
	font-family: 'NeutraTextBold';
	line-height:1;
	color:#18429c;
	text-transform: uppercase;
	font-size: 36px;
}
body#home h1 {
	font-size: 17px;
	font-family: 'NeutraTextDemi';
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #062361;
}
h2 {
	color: #062361;
	font-family: 'NeutraTextBold';
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
	color:#333;
	text-decoration:none;
}
h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active, h5 a:hover, h5 a:active, h6 a:hover, h6 a:active {
	color:#000;
	text-decoration:none;
}
/* Spacing
----------------------------------------------------------------------------------------------------*/
p, dl, hr, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote, form {
	margin-bottom: 20px;
}
ol li {
	list-style: decimal;
	list-style-position:inside;
	padding-bottom:10px;
}
ol li li {
	padding-left:25px;
}
ol ol {
	margin-bottom:0;
	padding-top:10px;
}
ul li {
	padding-left:15px;
	padding-bottom:10px;
	background:url(images/bullet.gif) no-repeat left 9px;
}
ul li li {
	padding-left:25px;
}
ul ul {
	margin-bottom:0;
	padding-top:10px;
}
ul.safety-topics li {
	padding-bottom: 0;
}
/* General Elements
----------------------------------------------------------------------------------------------------*/
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
a:link, a:visited {
	text-decoration:underline;
	color:#b11302;
}
a:hover, a:active {
	text-decoration:none;
	color:#3056A7;
	outline:none;
}
a:focus {
	outline:none;
}
button {
	margin:0;
	padding:0;
	border:none;
	text-align:center;
	text-transform:uppercase;
	background:transparent;
	cursor:pointer;
}
address span {
	display:block;
	margin:0 0 10px 0;
}
blockquote {
	background:transparent url(images/blockquote.gif) no-repeat scroll 2px top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	padding-left:40px;
	float:left;
}
/* Background
----------------------------------------------------------------------------------------------------*/
body {
	width: 100%;
	margin: 0 auto;
	background: url(images/bg-wave.gif) no-repeat center bottom;
	padding-bottom: 148px;
}
#container {
	width: 960px;
	margin: 0 auto;
	border: 1px solid #e1e1e0;
	border-top: none;
	overflow:hidden;
}
#content-wrapper {
	width: 958px;
	overflow: hidden;
}
/* Header
----------------------------------------------------------------------------------------------------*/
#header {
	width: 960px;
	margin: 0 auto;
	height: 90px;
	overflow: hidden;
}
#logo {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	
}
#logo a:link, #logo a:visited {
	background: url(images/logo-caic.gif) no-repeat;
	width: 381px;
	height: 76px;
	display: block;
	text-indent: -9999px;
	float: left;
	font-size: 0;
}
#logo a:hover, #logo a:active {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
/* Utility Bar
----------------------------------------------------------------------------------------------------*/

#utility-links {
	overflow: hidden;
	float: right;
	margin-bottom: 10px;
}
#utility-links ul {
	margin:0;
	overflow:auto;
}
#utility-links ul li {
	display:inline;
	float:left;
	list-style:none;
	padding: 0 10px;
	background: url(images/utility-bar.gif) no-repeat right 8px;
}
#utility-links ul li.utility-last {
	background: none;
	padding-right: 0;
}
#utility-links ul li a:link,  #utility-links ul li a:visited {
	color: #18429c;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#utility-links ul li a:hover,  #utility-links ul li a:active {
}
#search {
	float: right;
	clear: right;
	width: 326px;
}
#search-input {
	float: left;
}
#search-input input {
	color: #8f783d;
	font-size: 14px;
	height:21px;
	border: 1px solid #d3d2b4;
	width: 250px;
	background: #f9f9f3;
	font-family: 'NeutraTextDemiItalic';
	padding-left: 6px;
	padding-right: 6px;
}
#search-btn {
	background: url(images/search-btn.gif) repeat-x;
	height:25px;
	width: 62px;
	float: left;
}
/* Main Nav
----------------------------------------------------------------------------------------------------*/
#main-nav {
	overflow: hidden;
	width: 958px;
	height: 51px;
	margin: 0 0 0 1px;
	background: transparent url(images/nav-bg.png) repeat-x;
}
#main-nav ul {
	margin:0;
	overflow:hidden;
	height: 51px;
}
#main-nav ul li {
	display:inline;
	float:left;
	list-style:none;
	padding: 0;
	background: url(images/nav-bar.png) no-repeat left top;
	height: 51px;
}
#main-nav ul li#nav-first {
	background: none;
	padding-left: 4px;
}
#main-nav ul li#selected a {
	background: url(images/nav-selected.png) no-repeat center top;
}
#main-nav ul li a:link,  #main-nav ul li a:visited {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'TradeGothicBold';
	font-size: 14px;
	padding: 17px 13px 0;
	height: 34px;
	display: block;
}
#main-nav ul li a:hover,  #main-nav ul li a:active {
}
/* Sub Nav
----------------------------------------------------------------------------------------------------*/
#sub-nav {
	overflow: hidden;
}
#sub-nav ul {
	margin:0;
	overflow:hidden;
}
#sub-nav ul li {
	display:block;
	list-style:none;
	padding: 0;
	background: none;
	border-bottom: 1px solid #e2e2e2;
	padding-left: 4px;
}
#sub-nav ul li#sub-nav-first {
	background: none;
	border-bottom: 2px solid #b8b8b8;
}
#sub-nav ul li#sub-nav-first a:link,  #sub-nav ul li#sub-nav-first a:visited {
	color: #000;
	font-size: 18px;
	font-family: 'NeutraTextBold';
	text-transform: uppercase;
}
#sub-nav ul li a:link,  #sub-nav ul li a:visited {
	color: #b11302;
	text-transform: capitalize;
	text-decoration: none;
	font-family: 'NeutraTextDemi';
	font-size: 16px;
	padding: 6px 0;
	display: block;
}
#sub-nav ul li a:hover,  #sub-nav ul li a:active {
	color: #420600;
}
/* Columns / Wrappers 
----------------------------------------------------------------------------------------------------*/

.col_4 {
	float: left;
	width: 218px;
	margin: 10px 13px 10px 0;
}
	.custom-content {
		background: #F2F2F2;
		border: solid 1px #E4E4E4;
		float: left;
		padding: 10px;
		width: 198px;
	}
		.custom-content h2 {
			border-bottom: 1px solid lightGrey;
                        padding-left: 58px;
		}
                .custom-content h2.cal-title {
                        background: url("images/icon-cal.png") no-repeat scroll -8px -5px transparent;
padding-top:15px;
padding-bottom:15px;
                }
.news {
         width: 400px;
}
#main-content {
	float:  left;
	width: 650px;
	margin: 20px;
}
#main-content.oneColumn {
	width: 930px;
}
#main-content.oneColumn h2 {
	font-size: 21px;
}
#side-bar {
	float: right;
	width: 250px;
	margin: 20px 18px 20px 0;
}

.sidebar-float {
	float: right;
	width: 250px;
	margin: 20px 18px 20px 0;

}	
/*searchMask****/
#searchMask {
	background: none repeat scroll 0 0 #F9F9F9;
	border: 1px solid #E3E3E3;
	padding: 20px 10px 16px 20px;
	/*width: 50%;*/
	width: 432px;
	float:left;
}
#searchMask form {
	margin:0;
}
#searchMask label {
	font-weight:bold;
}
#searchMask .formRow {
	float:left;
	width:100%;
}
#searchMask .formColumn {
	float:left;
	margin-right:10px;
}
#searchMask .formColumn.or {
	font-size: 15px;
	font-weight: bold;
	padding: 22px 0 15px;
	color: #18429C;
}
#searchMask input, #searchMask select {
	margin-top:5px;
}
#searchMask select.long {
	width:365px;
}
#searchMask input.submit {
	margin-top:25px;
}
/*register*/
#register, #account, #login, #update {
	width:330px;
	float:left;
	margin-right:20px;
}
#account {
	width:258px;
}
#register, #login, #update {
	background: none repeat scroll 0 0 #F9F9F9;
	border: 1px solid #E3E3E3;
	padding: 10px;
}
#register p, #register h2, #newLocation p, #newLocation h2, #login p, #login h2, #update p, #update h2, #editLocation p, #editLocation h2 {
	margin-bottom:5px;
}
#register .formRow, #newLocation .formRow, #login .formRow, #update .formRow, #editLocation .formRow {
	float:left;
	width:100%;
	margin-top: 5px;
}
#newLocation .formRow.section, #editLocation .formRow.section {
	margin-top: 30px;
}
#register .formColumn, #newLocation .formColumn, #update .formColumn, #editLocation .formColumn {
	width:165px;
	float:left;
}
#register input.long, #newLocation input.long, #newLocation textarea, #login input.long, #update input.long, #editLocation input.long, #editLocation textarea {
	width:308px;
}
#newLocation .formColumn.submit, #editLocation .formColumn.submit {
	width: 140px;
}
#newLocation .formColumn.long, #editLocation .formColumn.long {
	color: #666666;
	padding: 38px 0 0 5px;
	width: 465px;
}
#register input.register, #newLocation input.submit, #login input.submit, #update input.submit, #editLocation input.submit {
	margin-top:30px;
}
#register label, #newLocation label, #editLocation label {
	font-weight:bold;
}
p.sectionHeader {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
/*locationTable*/
#locationTable {
	width:100%;
	float:left;
	margin:30px 0;
}
#main-content.oneColumn #locationTable {
	 width: 922px;
	float:left;
	margin:0 0 15px;
}
#locationTable h2 {
	margin-bottom:5px;
	border-bottom: 1px solid #E3E3E3;
	padding:10px 0;
}
#locationTable .tableHead .tableColumn{
	background: none repeat scroll 0 0 #E3E3E3;
    padding: 5px 8px 3px;
	height:22px;
	font-weight: bold!important;
    text-transform: uppercase;	
}
#locationTable .tableRow {
	width:100%;
	float:left;
	border-bottom: 1px solid #E3E3E3;
	padding:10px 0;
}
#locationTable .tableColumn {
	float:left;
	padding:0 8px;
}
#locationTable .tableColumn.name {
	font-weight:bold;
	font-size:14px;
}
#main-content.oneColumn #locationTable .tableColumn.name {
	font-size:12px;	
	font-weight:normal;
}
#locationTable .tableColumn.address {
	color:#333;
}
#locationTable .tableColumn.name, #locationTable .tableColumn.address {
	width:225px;
}
#locationTable .tableColumn.long {
	width:200px;
}
#locationTable .tableColumn.vaccines{
	width:133px;	
}
#locationTable .tableColumn.available {
	width:149px;	
}
#locationTable .tableColumn.cost {
	width:40px;

}

#webappsearchresults11882 {
	width: 922px;	
}

#locationTable .tableColumn.empty {
	width:119px;
	text-align:center;
	padding:0;
	height: 30px;
}
#locationTable .tableColumn.vaccines, #locationTable ul.js-vac-name li {
	text-align: right;
}
#locationTable ul li{
		list-style:none;
		background:none;
		padding:0;
 }
#locationTable .submit {
	margin:30px 0 15px;
}
#locationTable a {
    color: #B11302;
    font-size: 11px;
    text-decoration: none;
}
#locationTable.small .tableColumn{
	width:80px;
		
}
#locationTable.small .tableColumn.long {
    width: 120px;
}
#locationTable.small .tableColumn.empty {
    width: 80px;
}
#locationTable.small .tableColumn.available {
    width: 90px;
}
/*side*/
#loginAccount,#newsletter  {
	background: none repeat scroll 0 0 #F9F9F9;
	border: 1px solid #E3E3E3;
	padding: 10px;
	margin-top:20px;
	color:#666;
}

#cta-btns {
	margin-top: 20px;	
}
#newsletter h2{
    font-size: 15px;
    margin-bottom: 8px;
}
form#cta
{
    margin-bottom:2px;
}
#newsletter input#_EmailAddress
{
    float:left;
    height: 20px;
    margin-right: 5px;
}

/* Content
----------------------------------------------------------------------------------------------------*/

#find-vaccine {
	background: #f2f2f2;
	border: solid 1px #e4e4e4;
	overflow: hidden;
	padding: 5px;
	width: 238px;
	margin-left: 8px;
}
a#btn-find-vaccine {
	background: url(images/btn-find-vaccine.gif) no-repeat center center;
	width: 206px;
	height: 52px;
	display: block;
	text-indent: -9999px;
	font-size: 0;
	margin: 5px auto 15px;
}


a#btn-submit-clinic  {
	background: url(images/btn-submit-clinic.gif) no-repeat center center;
	width: 206px;
	height: 52px;
	display: block;
	text-indent: -9999px;
	font-size: 0;
	margin: 5px auto 15px;
}

a#btn-group {
	background: url(images/btn-group.gif) no-repeat center center;
	width: 206px;
	height: 52px;
	display: block;
	text-indent: -9999px;
	font-size: 0;
	margin: 5px auto 15px;
}
a#btn-educational {
	background: url(images/btn-promotional.gif) no-repeat center center;
	width: 206px;
	height: 52px;
	display: block;
	text-indent: -9999px;
	font-size: 0;
	margin: 5px auto 15px;
}

#find-vaccine h2 {
	text-align: center;
	border-bottom: 1px solid #d3d3d3;
	margin: 0 0 10px;
}
#find-vaccine ul {
	float: left;
	width: 113px;
	padding: 0 0 0 5px;
}
#find-vaccine ul li {
	padding: 0 0 12px 0;
	background: none;
	line-height: 12px;
	text-decoration: none;
}
/*table*/
table.vaccineFinder {
	width:920px;
}
table.vaccineFinder th {
	text-transform:uppercase;
	padding: 5px 8px 3px;
	background:#E3E3E3;
}
table.vaccineFinder td {
	padding: 10px 8px;
	border:0;
}
table.vaccineFinder tr {
	border-bottom:1px solid #E3E3E3;
}
table.vaccineFinder td.last {
	vertical-align:middle;
	padding:10px 20px;
}
table.vaccineFinder th {
	border:0;
}
table.vaccineFinder a {
	font-size: 11px;
	color: #b11302;
	text-decoration: none;
}
table.vaccineFinder ul li {
	padding:0;
	background:none;
}
table.vaccineFinder ul.js-vac-name li, table.vaccineFinder th.right {
	text-align:right;
}
/*pagination*/
table#pagination {
	margin:0 auto;
}
table#pagination td {
	color:#333;
	border:0;
	padding:0 8px;
}
table#pagination a, table#pagination a:hover {
	text-decoration:none;
}
/*result details*/
.stButton .sharethis {
	text-transform:none;
}
div.otherInformation, div.getDirections {
	float:left;
	width:50%;
}
div.getDirections table {
	border:1px solid #E3E3E3;
}
div.getDirections table td {
	border:0;
}
input#js-map-to {
	width: 345px !important;
}
input#js-map-from {
	width: 390px !important;
}
/* Links */

#find-vaccine a:link, #find-vaccine a:visited {
	font-size: 11px;
	color: #b11302;
	text-decoration: none;
}
body#home #blog-list a:link, body#home #blog-list a:visited, body#home #faqs a:link, body#home #faqs a:visited {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#btn-download-your-flu-toolkit, #btn-order-marketing-materials, #btn-post-your-clinic-on-our-site {
	display: block;
	color: #000;
	font-size: 15px;
	font-family: 'NeutraTextDemi';
	text-decoration: none;
	height: 34px;
	padding: 10px 0 10px 45px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e3e3e3;
}
#btn-download-your-flu-toolkit {
	background: url(images/btn-download-your-flu-toolkit.gif) no-repeat center left;
}
#btn-order-marketing-materials {
	background: url(images/btn-order-marketing-materials.gif) no-repeat center left;
}
#btn-post-your-clinic-on-our-site {
	background: url(images/btn-post-your-clinic-on-our-site.gif) no-repeat center left;
}
a.btn-arrow:link, a.btn-arrow:visited {
	background: url(images/btn-arrow.gif) no-repeat right center;
	color: #b11302;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 17px;
}
/* Footer Contact
----------------------------------------------------------------------------------------------------*/
#footer-contact {
	float: left;
	clear: both;
	background: url(images/footer-contact.gif) repeat-x;
	height: 61px;
	margin: 0 1px 1px;
	padding: 15px 20px 10px;
	width: 918px;
	overflow:hidden;
}
span#contact-header {
	font-size: 18px;
	color: #fff;
	font-family: 'NeutraTextDemiItalic';
	text-transform: uppercase;
}
span#contact-phone {
	font-family: 'TradeGothicBold';
	color: #fff;
	font-size: 30px;
	line-height: 1;
}
span#contact-hours {
	font-family: 'TradeGothicBold';
	color: #fff;
	font-size: 14px;
	margin-left: 3px;
}
#footer-contact p {
	float: right;
	color: #abbfe9;
	font-size: 11px;
	width: 510px;
	margin-top: 15px;
	display:inline;
	padding:0;
}

#footerLeft {
	float:left;
}

/* Footer
----------------------------------------------------------------------------------------------------*/
#footer {
	overflow:hidden;
	width:  960px;
	margin: 5px auto;
	padding:  0;
	clear: left;
}
#footer ul {
	margin:0;
	overflow:auto;
	display:block;
	float:left;
 width:;
}
#footer ul li {
	display:inline;
	float:left;
	list-style:none;
	padding:0 8px;
	font-size:10px;
	text-transform:uppercase;
	background: url(images/footer-bar.gif) no-repeat left center;
}
#footer ul li#footer-first {
	background:none;
	padding-left:0;
}
#footer ul li a:link,  #footer ul li a:visited {
	text-decoration:none;
	color: #8b7135;
}
#footer ul li a:hover,  #footer ul li a:active {
	color: #6e5723;
}
#hotpress-link {
	display:block;
	margin:0;
 width:;
	float:right;
}
#hotpress-link a:link,  #hotpress-link a:visited {
	display:block;
	width: 129px;
	height: 13px;
	background:url(images/hotpress.gif) no-repeat left top;
	text-indent:-9999px;
	float:right;
}
#hotpress-link a:hover,  #hotpress-link a:active {
	opacity: .8;
}
/* Hero
----------------------------------------------------------------------------------------------------*/

.hero {
	position:relative;
	overflow: hidden;
	margin: 0 auto;
 height:331px;
 width:958px;
 z-index:2;
}
.hero-images {
	position:absolute;
 width:958px;
 height:331px;
	overflow:hidden;
z-index: 3;
	right:0;
	top: 0;
}
.hero-images ul {
	margin:0;
	padding:0;
	overflow: hidden;
}
.hero-images li {
	position:absolute;
	list-style:none;
	background:none;
	margin:0;
	padding:0;
	display:none;
	overflow: hidden;
}
.hero-divider {
 background: url(images/hero-bg.png) no-repeat bottom left;
 z-index:5;
	display: block;
 width:958px;
 height:44px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.hero-descriptions {
	position:absolute;
	top:65px;
	left: 25px;
 z-index:3;
 width:458px;
 height:192px;
	padding: 0;
 background: url(images/hero-description.png) no-repeat;
}
.hero-descriptions ul {
	position:relative;
	margin:0;
	padding:0;
}
.hero-descriptions li {
	position:absolute;
	list-style:none;
	background:none;
	margin:0;
 padding: 15px;
 width:;
	display:none;
}
.hero-controls {
	position:absolute;
 bottom: 90px;
	right: 485px;
 z-index:4;
	display: block;
}
.hero-controls ul {
	margin:0;
	padding:0;
	overflow:hidden;
}
.hero-controls li {
	float:left;
	margin:0 0 0 4px;
	padding:0;
	list-style:none;
	width: 13px;
	height: 13px;
	background: none;
	text-indent: -9999px;
	font-size: 0;
}


.hero-controls a:link,  .hero-controls a:visited {
	background: url(images/hero-controls.gif) no-repeat bottom left;
	width: 13px;
	height: 13px;
	overflow: hidden;
	display: block;
}
.hero-controls a:hover,  .hero-controls a:active {
	background: url(images/hero-controls.gif) no-repeat top left;
}
.hero-controls li.current a:link,  .hero-controls li.current a:visited,  .hero-controls li.current a:hover,  .hero-controls li.current a:active {
	background: url(images/hero-controls.gif) no-repeat top left;
}
#slideshow .hero-descriptions, #slideshow .hero-descriptions p {
	color:#000;
	margin-bottom:5px;
}
#slideshow .hero-descriptions h1 {
font-family: 'NeutraTextDemi';
 font-size: 18px;
 color: #062361;
	background: none;
	height: auto;
	text-transform: none;
	border-bottom: none;
	line-height: 22px;
}
#slideshow .hero-descriptions a {
font-family: 'NeutraTextDemi';
 font-size:14px;
 color: #b11302;
	text-decoration: none;
	text-transform: uppercase;
}
/* Inner Hero
----------------------------------------------------------------------------------------------------*/
#hero-inner {
	width: 958px;
	margin: 0 1px;
	height: 240px;
	overflow: hidden;
	position: relative;
}
#hero-inner-bg {
	background: transparent url(images/hero-inner-bg.png) no-repeat;
	position: relative;
	z-index: 2;
	width: 958px;
	height: 240px;
	float: left;
}
#hero-inner h1 {
	position: relative;
	z-index: 3;
	top: -160px;
	left: 20px;
	float: left;
	width: 490px;
}
#hero-inner img {
	position: absolute;
	float: right;
	z-index: 1;
	top: 0;
	right: 0;
}
/* Misc
----------------------------------------------------------------------------------------------------*/
.align-right {
	float:right;
	margin:0 0 10px 10px;
	display:inline;
}
.align-left {
	float:left;
	margin:0 10px 10px 0;
	display:inline;
}
.hide {
	display:none;
}
.show {
	display:block;
}
.test {
	border:1px solid red;
}
.last {
	background: none !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
}


/* Fonts
----------------------------------------------------------------------------------------------------*/

@font-face {
 font-family: 'NeutraTextDemiItalic';
 src: url('../fonts/neutratextdemiitalic-webfont.eot');
 src: local('Neutra Text'), local('NeutraTextDemiItalic'),  url('../fonts/neutratextdemiitalic-webfont.woff') format('woff'),  url('../fonts/neutratextdemiitalic-webfont.ttf') format('truetype'),  url('../fonts/neutratextdemiitalic-webfont.svg#webfontZSa3XWGe') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'NeutraTextDemi';
 src: url('../fonts/neutratextdemi-webfont.eot');
 src: local('Neutra Text'), local('NeutraTextDemi'),  url('../fonts/neutratextdemi-webfont.woff') format('woff'),  url('../fonts/neutratextdemi-webfont.ttf') format('truetype'),  url('../fonts/neutratextdemi-webfont.svg#webfontyQNjYhIB') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'NeutraTextBold';
 src: url('../fonts/neutratextbold-webfont.eot');
 src: local('Neutra Text'), local('NeutraTextBold'),  url('../fonts/neutratextbold-webfont.woff') format('woff'),  url('../fonts/neutratextbold-webfont.ttf') format('truetype'),  url('../fonts/neutratextbold-webfont.svg#webfont2SB66qtk') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'TradeGothicBold';
 src: url('../fonts/tradegothic-bold-webfont.eot');
 src: local('TradeGothic'), local('TradeGothicBold'),  url('../fonts/tradegothic-bold-webfont.woff') format('woff'),  url('../fonts/tradegothic-bold-webfont.ttf') format('truetype'),  url('../fonts/tradegothic-bold-webfont.svg#webfont8rcof21T') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'NeutraTextBook';
 src: url('../fonts/neutratextbook-webfont.eot');
 src: local('Neutra Text'), local('NeutraTextBook'),  url('../fonts/neutratextbook-webfont.woff') format('woff'),  url('../fonts/neutratextbook-webfont.ttf') format('truetype'),  url('../fonts/neutratextbook-webfont.svg#webfontSJVkDin2') format('svg');
 font-weight: normal;
 font-style: normal;
}


.vaccineInfoT a {
	font-family: 'NeutraTextDemi';
}
