/* fixes the padding and sizing of the content area to fit our right-area */
#tier4container {
	width: 100% !important;
	background-image: url("/va_files/2012/images/bg-content.png") !important;
	padding-bottom: 0 !important;
}
#tier4container #tier4innerContent {
	width: 100%;
	padding: 0;
	margin-top: 0; 
}
#homeinnerContent {
	width: 100% !important;
	padding-right: 0 !important;
	margin-top: 0 !important;
}
#container {
	background: url("/va_files/2012/images/bg-content.png") repeat-y scroll 0 0 transparent !important;
}
#container #homeContentWrapper {
	background-color: transparent !important;
}
/* fixing the huge padding at bottom of content area */
#innerContentWrapper {
	padding-bottom: 0 !important;
}
/* REMOVING PAGE TITLE */
h2.page-title {
	display:none;
}
.top_link {
	clear: both;
	padding: 20px 0 30px 20px;
}
#tier4container .widget-title {
	/*padding-bottom: 0;*/
}
#homeinnerContent .widget, #homeinnerContent .widget-title {
	width: auto !important;
}
#homeinnerContent .widget {
	margin-left: 5px !important;
}
#widget-email {
    margin-bottom: 20px !important;
    margin-left: 10px !important;
    float: none !important;
}

*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
#widget-email label {
display: none;
}
.widget-email-desc {
	margin-left: 10px;
}
/*.widget a, .widget .figure a {
	padding-right: 0 !important;
}*/
#content-main table tr td {
	font-size: 1em !important;
}
/* fixing their section header font sizes */
#content-main h3 {
	font-size: 1.6em;
}
#content-main h4 {
	font-size: 1.4em;
}
#content-main h5 {
	font-size: 1.2em;
}

/*********************************************** THIS IS OUR STYLES *********************************************/
/* layout of content area */
#content-main .related-column {
	float: right;
	width: 30%;
	min-height: 800px;
	background: url("/va_files/2014/responsive/images/gray_nav_bkgd.png") repeat-x left top;
}
#content-main .content-column {
	float: left;
	width: 70%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
}
#content-main .content-full .content-column {
	width: 100%;

}
#homeContentWrapper #content-main .content-column {
	padding-left: 0;
	padding-top: 20px;
}
/* fix for widget anchors */
.widget-title h4 a, .widget-title h4 a:link, .widget-title h4 a:visited {
	color: #B88447;
	font-family: Georgia,"Times New Roman",Times,serif;
}
#content-main .widget-title h4 {
	font-size: 1.2em;
}
/* Fixes sizing of page titles */
h2.pgtitle {
	font-size: 1.8em;
	padding-top: 20px;
	clear:both;
	overflow: hidden; /* to fix spacing issue on IE */
}
/* TOC at top of content pages */
#content-main .content-column .toc h2, #content-main .content-column .toc h3 {
    color: #369;
    text-transform:uppercase;
    font-size: 1.2em;
    font-weight: normal;
}
.toc {
    border-bottom: 1px solid #999;
    margin-bottom: 25px;
}
#content-main .content-column .toc ul, .related-column .toolbox ul, related-column .contentsbox ul, ul.no-bullets, .no-bullets ul  {
    list-style: none !important;
    list-style-image: none !important;
    margin:0 !important;
    padding:0 !important;
}
#content-main .content-column .toc ul li, #tier4innerContent .toolbox ul li, #tier4innerContent .contentsbox ul li, #tier4innerContent .dosage ul li {
    padding-left:0;
     list-style-type: none;
     margin-bottom: 5px;
}
.toolbox ul li {
    line-height: 1.5em;
    padding-bottom: 15px;
}
/* General templates */
#tier4container #tier4innerContent img {
	margin-bottom: 0;
}
ul.nobullets, .related-column ul, .relatedboxbottom ul, #content-main ul.nobullets, #content-main .related-column ul, #content-main .relatedboxbottom ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 5px 0 10px 0;
}

#content-main .content-column tbody.nobullets ul {
    list-style: none;
    list-style-image: none;
    margin:0;
    padding:0;
}
#content-main .content-column tbody.nobullets ul li {
    margin-bottom:15px;
}
#content-main .content-column ul {
    margin: 0;
    padding-left: 20px;
    /*margin-bottom: 15px;*/
    margin-top: 10px;
    /*list-style-image: url("../images/global/bullet.gif");*/
    list-style: outside none disc;
}
#content-main .content-column ol {
	list-style: outside none decimal;
}
#tier4innerContent li {
	padding-bottom: 10px;
}
#content-main .content-column ul li, #content-main .content-column ol li {
    /*margin-bottom: 10px;*/
    padding-left: 5px;
    padding-bottom: 5px;
}
#content-main .content-column ul li ul, #content-main .content-column ol li ol, #content-main .content-column ul li ol, #content-main .content-column ol li ul {
    margin-top: 10px;
    padding-bottom: .5rem;
	margin-left: 1rem;
}
/* byline */
.byline, .byline p {
    color: #666;
    font-style: italic;
}
#content-main .byline p{
    margin-bottom: 5px;
    padding-bottom: 0;
}
.bylinetop {
    margin-bottom: 25px;
}
.bylinebottom {
    margin-top: 30px;
}
.bylinedocsource {
    
    text-transform:uppercase;
}
/* Box treatments */
/* box treatment */
.boxes {
    width: 100%;
    clear: both;
    margin-bottom: 25px;
}
#content-main .content-column .boxes h3 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding-bottom: 5px;
    text-align:left;
    color: #000000;
    text-transform:none;
}
#content-main .box1 h3 {
    padding: 5px;
    margin-bottom: 0;
    border: 2px solid #E0E9F0;
    border-bottom: 1px solid #E0E9F0;
    text-align: center;
    background-color: #faf3ce;
}
#content-main .content-column .boxes h3.centered {
    text-align:center;
}
.boxfooter {
    font-size: .9em;
}
.box .boxcontent, .box1 .boxcontent, .box2 .boxcontent, .box3 .boxcontent, .box4 .boxcontent {
    padding: 10px 10px 0 10px;
    border: 2px solid #E0E9F0;
    border-top: 0;
    margin-top: 0;
    width: 95%;
    overflow: hidden;
    width: auto;
}
.largefont {
    font-size: 2em;
    font-weight: bold;
}
.box .boxcontent, .box3 .boxcontent, .box4 .boxcontent {
    border-top: 2px solid #E0E9F0;
}
.box2 .boxcontent, .box3 .boxcontent, .box4 .boxcontent {
    padding: 0;
}
.box2 h3, .box4 h4 {
    padding: 5px;
    margin-bottom: 0;
    border: 2px solid #E0E9F0;
    border-bottom: 1px solid #E0E9F0;
    text-align: center;
    background-color: #d8e1e9;
}
.box4 h4 {
    text-align: left;
    border: none;
}
#content-main .content-column .box2 h4, #content-main .content-column .box3 h4, #content-main .content-column .box4 h5 {
    padding: 5px 10px;
    margin: 0;
    border-bottom: 1px solid #E0E9F0;
    border-top: 1px solid #E0E9F0;
    background-color: #eff2f7;
    border-collapse: collapse;
}
#content-main .content-column .box2 h5, #content-main .content-column .box3 h5, #content-main .content-column .box4 h6 {
    padding: 5px 10px;
    margin: 0;
    border-bottom: 1px solid #E0E9F0;
    border-top: 1px solid #E0E9F0;
    border-collapse: collapse;
}
#content-main .content-column .box4 h5 {
    font-style: normal;
}
#content-main .content-column .box4 h6 {
    font-size: 1em;
    color: #1e2d54;
}
#content-main .box2 .boxcontent p, #content-main .box3 .boxcontent p, #content-main .box4 .boxcontent p {
    padding: 10px;
    margin: 0;
    margin-bottom: 0;
}
.box2 .boxcontent ul, .box3 .boxcontent ul,.box2 .boxcontent dl, .box3 .boxcontent dl, .box4 .boxcontent ul, .box4 .boxcontent dl {
    margin: 10px;
}
.box2 .boxcontent ul.nobullets, .box3 .boxcontent ul.nobullets, .box4 .boxcontent ul.nobullets {
    margin: 0;
}
.box2 .boxcontent ul.nobullets li, .box3 .boxcontent ul.nobullets li, .box4 .boxcontent ul.nobullets li {
    margin: 0;
    padding: 10px;
}
.backgroundcolor .boxcontent {
    background-color: #faf3ce;
}
.colorrow {
    border-top: 1px solid #E0E9F0;
    border-bottom: 1px solid #E0E9F0;
    border-collapse: collapse;
    background-color: #faf3ce;
}
.nocolorrow {
    border-top: 1px solid #E0E9F0;
    border-bottom: 1px solid #E0E9F0;
    border-collapse: collapse;
    background-color: #fff;
}

th.green, td.green {
  background-color:#2e8540 !important;
  color:#ffffff !important;
}

th.lt-green, td.lt-green {
  background-color:#e7f4e4 !important;
}


th.red, td.red {
  background-color:#cd2026 !important;
  color:#ffffff !important;
}

th.lt-red, td.lt-red {
  background-color:#f9dede !important;
}

th.gold, td.gold {
  background-color:#fdb81e !important;
  color:#010101 !important;
}

th.lt-gold, td.lt-gold {
  background-color:#fff1d2 !important;
}


/* end new box */
/* popup quiz */
.dropdown .hidden, .browse .hidden, .popquiz .hidden, .expandmenu .hidden {
    left:-10000px;
    position:absolute;
    display:none;
}
.browse a.showDiv, .dropdown a.showDiv {
    text-decoration:none;
    display:block;
}
.popquiz {
     background:url("../images/backgrounds/promo-home-bk.gif") repeat scroll left top #EEEEEE;
border:1px solid #eee;
    padding: 0;
    margin: 40px 0;
    padding: 15px;
        -moz-box-shadow: 2px  2px 2px #ccc;
    -webkit-box-shadow: 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px #ccc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.popquizbutton {
    text-align: center;
}
.popquiz .popquestion, .popquiz .answer {
    margin-top:10px;
    font-size: 1em;
    padding-top: 0px;
}
.popquiz .answer {
    font-weight: bold;
}
.popquiz .answer {
    margin-top:5px;
}
.popquiz input.showQuiz {
    font-size: 1.2em;
    background: url("../images/backgrounds/right-sec-bk.gif") left top repeat-x #369;
    border: none;
    color: #fff;
    padding: 5px;
        -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
/* module navigation */
.module-nav {
    text-align: center;
    margin-top: 25px;
    border: 3px double #ccc;
    padding: 5px;
    clear: both;
}
.module-nav a, .module-nav a:link, .module-nav a:visited {
    color: #fff;
    background-color: #043061;
    padding: 10px 15px;
    text-decoration: none !important;
    display: inline-block;
}
.module-nav a:hover {
	background: url("../images/backgrounds/contents-bk.gif") top left repeat-x #800;
	color: #fff !important;
}
.module-nav a:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.module-nav a:last-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
/* mainContentWrapper box */
.searchfield {
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
    padding-left: 25px;
    padding-top: 0;
    height: 25px;
    width: 100%;
    margin-bottom: 5px;
    background: url("../images/backgrounds/search-field-bk.gif") no-repeat top left #fff;
    color: #666;
    font-size: 1.2em;
}

/** removed  .form_button from below **/
.searchbutton {
    padding: 3px 0;
    color: #043061;
    background: url("../images/backgrounds/search-button-bk.gif") left top repeat-x;
    border: 1px solid #ccc;
    font-size: 1.1em;
    font-weight: normal;
    width: 100%;
    height: 25px;
}
.form_button {
    margin-left: 0;
    font-weight:normal;
}
input.searchbutton:hover, input.form_button:hover {
    color: #fff;
    background: #7DA2C1;
    cursor: pointer;
}
input.searchbutton:focus, input.searchfield:focus  {
	outline: 2px solid #136f7e;
}
.searchbox {
    margin: 20px 0;
    margin-top: 0;
    border: 2px solid #896232;
    background-color: #fff;
    text-align: center;
}
#content-main .searchbox label {
	margin-right: 0;
	display:block;
}
#content-main .searchbox h4 {
    background: url("../images/backgrounds/search-bk.gif") left top repeat-x #CB9966;
    padding: 5px 5px;
    text-align:center;
    color: #fff;
    text-transform: uppercase;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:1.125em;
    letter-spacing:0.083em;
    margin-top: 0;
}
.searchbox form {
    padding: 0;
    text-align: center;
}
#content-main .searchbox p {
    padding: 5px;
    margin: 5px 0;
/* white-space:nowrap; */
}
/* toolbox */
.toolbox {
    margin: 0 10px 0 5px;
    background-color: #fff;
    color: #fff;
    border: 4px solid #E0E9F0;
    padding: 10px 10px 0 10px;
    font-size: 1em;
    text-decoration: none;
    margin-bottom: 20px;
    margin-top: 20px;
}
.toolbox a, .toolbox a:link, .toolbox a:visited {
    text-decoration: none;
    color: #369;
    display:block;
    vertical-align:middle;
    background: none;
    padding-right: 0;
}
.toolbox a img {
    margin: 0 !important;
    padding: 0;
    vertical-align:middle;
    border: none;   
}
#content-main .related-column .toolbox ul {
    padding-bottom: 0;
    margin-bottom: 0;
}
#tier4RightContent .toolbox ul li {
    margin-bottom: 10px;
    padding-bottom: 0;
}
/* contents box */
.contentsbox {
	clear:both;
	margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    border: 4px solid #E0E9F0;
    float:left;
    width: auto;
    background-color: #fff;
}
.contentsboxcontent {
    margin: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
    /*border-bottom: 3px double #ccc;*/
}
#content-main .contentsbox h3 {
    /*border: 3px double #fff;*/
    text-align: center;
    margin-top: 0;
    padding: 5px 0;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family:Georgia,"Times New Roman",Times,serif;
    letter-spacing:0.1em;
    background: url("../images/backgrounds/right-sec-bk.gif") repeat-x scroll left top #336699;
    background: -moz-linear-gradient(center top , #0B5A92 0%, #003F72 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: 700;
}
.contentsbox li, contentsbox li ul li {
    padding: 0 5px 5px 5px;
}
#content-main .contentsbox li.dropdown {
    padding-left: 10px !important;
    text-indent: -10px;
}
#content-main .contentsbox li.dropdown ul li {
    text-indent: 0;
}
.contentsbox a, .contentsbox a:link, .contentsbox a:visited {
    text-decoration: none;
}
#content-main .related-column .contentsbox ul.subitems {
    list-style-image: url("../images/global/contents-arrow.gif");
    padding-left: 15px;
    margin-bottom:0;
    padding-bottom:0;
}
#content-main .related-column .contentsbox ul.subitems li {
    padding:0;
    margin:0;
    margin-bottom:3px;
}
#content-main .prboxcontent h4, #content-main .contentsboxcontent h4, #content-main .boxes .boxcontent h4 {
    color: #800;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}

/****** the above had two sets of margin styles. I removed these, which were first.
    margin-top: 10px;
    margin-bottom: 5px;
 ******/
 
/* subscribe box */
.subscribebox {
    border: 4px double #ccc;
    padding: 10px 10px 5px 10px;
    margin: 20px 10px;
    background-color: #fff;
}
.subscribebox label {
    color: #369;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.25em;
    letter-spacing: 0.083em;
    padding: 0 0 10px 0;
    display: block;
    font-weight: 300;
    /*text-align: center;*/
 
}
.subscribebox input {
    display:block;
}
/* browse topics */
.browse {
    margin: 0;
    margin-top: -20px;
    padding: 0;
}
#content-main .browse h3 {
    padding: 0;
    background-color: #CB9966;
    color: #fff;
    border: 3px double #896232;
    margin-bottom: 0;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing:0.083em;
    margin-top: 0;
}
#content-main .browse a, #content-main .browse a:link, #content-main .browse a:visited {
    color: #fff;
}
.browse .browsetopics {
    margin: 0;
    width: 220px;
    background-color: #369;
    border-top: none;
    left: auto;
    z-index: 2;
}
.dropdownmenu {
    position: relative;
}
#content-main ul.dropdownmenu {
    background-color: transparent;
    padding: 5px 10px;
}
#content-main div.browse:hover h3, #content-main div.sfhover:hover h3 {
    color: #043061;
    background-color: #369;
    cursor: pointer;
    border: 3px solid #369;
}
ul.browsetopics {
	list-style: none;
	list-style-image: none;
}
.browsetopics li {
    padding: 0 10px 10px !important;
    display: block;
    list-style-type: none !important;
}
.prboxcontent {
	padding: 0 10px;
}
/* Columns */
.columns {
    width:100%;
    float:left;
    clear:both;
    margin:0;
    padding:0;
    margin-bottom:25px;
}
.two-column div.column {
    width:48%;
    float:left;
    padding:0;
}
.three-column div.column {
    width:30%;
    float:left;
    padding:0 3px 0 7px;
}
.rightline {
    border-right: 3px double #ccc;
}
.leftline {
    border-left: 3px double #ccc;
}
.section-home {
    background: url("../images/backgrounds/homesec-bk.gif") top left repeat-x;
    border-top: 3px double #ccc;
    padding: 10px 0 15px 0;
    clear:both;
}
.column .section-home {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
}
.homesec img {
    float: right;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 5px !important;
}
.homesec .homesectitle {
	display:inline-block;
	width: 65%;
}
.section-home .two-column .column {
    float:left;
    width: 48%;
    padding-left: 20px;
}
.section-home .two-column .column:first-child {
    padding-left: 0;
}
/* promos for the homepage */
.promo, .promo-home {
    margin: 10px;
    padding: 5px 0 5px 0;
    text-align: center;
    border-top:3px double #ccc;
    margin-bottom: 25px;
    clear:both;
}
.promo-home {
    clear:both;
    background:url("../images/backgrounds/promo-home-bk.gif") repeat-x scroll left top #EEEEEE;
border:1px solid #eee;       
}
.promo .figure, .promo-home .figure {
    margin-bottom: 0;
    padding-top: 10px;
    float:none;
}
.promo-home .figure {
    display:inline;
}
.promo .figure a img, .tableheader img, .promo-home .figure a img, .promo .figure img, .promo-home .figure img {
    border: none;
    vertical-align:middle;
}
.promo-home .figure a img {
    width: 150px;
}
.promo-home .figure:first-child a img {
    padding-left: 0;
}
.prboxcontent .figure, .relatedbox .figure {
    padding-top: 0;
    text-align: center;
    float:none;
}
.prboxcontent .figure .figurefooter, .relatedbox .figure .figurefooter {
    text-align: left;
}
.prboxcontent .figure img, .relatedbox .figure img, .prboxcontent figure a:link img, .prboxcontent .figure a:active img, .prboxcontent .figure a:visited img, .prboxcontent .figure a:hover img, .figure img {
    margin-bottom: 10px !important;
    border: 0 none;
    max-height: 100%;
    max-width: 100%;
}
/* main page audience buttons */
.welcome {
    padding: 0;
    width: 100%;
    float:left;
    margin-bottom: 50px; 
}
.nav-buttons {
    margin: 0;
    padding: 0;
    text-align:center;
}
.left-nav-button, .right-nav-button {
    padding: 0;
    padding-top: 15px;
    float: left;
    height: auto;
    width: 48%;
}
.right-nav-button {
    float: right;
}
.left-nav-button .figure, .right-nav-button .figure {
    padding-top: 10px;
    margin-bottom: 10px;
}
.left-nav-button .figure img, .right-nav-button .figure img {
    border: none;
    -moz-box-shadow: 2px  2px 2px #043061;
    -webkit-box-shadow: 2px 2px 2px #043061;
    box-shadow: 2px 2px 2px #043061;
}
.nav-title a, .nav-title a:link, .nav-title a:visited {
    text-decoration: none;
    color: #003F72;
}
#content-main .content-column h2.nav-title {
    font-family: Arial, Helvetica, sans-serif;
    color: #003F72;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 0;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.nav-title a .italic {
    color: #666;
}
.button {
    text-transform:uppercase;
    float: none;
    text-align: center;
    font-size: 1.2em;
}
#content-main p.button {
    margin: 0;
    padding: 10px;
    background:url("../images/backgrounds/promo-home-bk.gif") repeat-x scroll left top #EEEEEE;
border:3px solid #ddd;   
}
.right-nav-button .nav-title a:hover, .left-nav-button .nav-title a:hover {
    color: #800;
    text-decoration: none;
}
.button a, .button a:link, .button a:visited {
    background: url("../images/backgrounds/welcome-button-bk.gif") repeat-x scroll left top #7DA2C1;
    text-decoration: none;
    color: #fff;
    padding: 5px 15px;
    display: block;
    margin: 15px 0;
    -moz-box-shadow: 3px  3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.learnmore a:hover, .button a:hover {
    background: url("../images/backgrounds/contents-bk.gif") top left repeat-x #800;
}
/* pt and pr audience headers */
.ptheader, .prheader {
    margin-bottom: 0;
}
.ptheader {
    float:left;
    clear:both;
    width: 100%;
    /*margin-bottom: -20px;*/
}
#content-main .content-column .prheader h2, #content-main .content-column .ptheader h2 {
    font-size:1.4em;
    margin-top:0;
    color: #757575;
    margin-bottom:0;
    margin-top: 0;
    padding-bottom: 0;
}
#content-main .ptheader h2 {
    float: left;
}
.ptheader img {
    float: right;
    padding-right: 10px;
}
/* glossary menu */
#content-main ul.page-menu {
    clear:both;
    list-style: none;
    list-style-image: none;
    border: 1px solid #ccc;
    margin: 0;
    margin-bottom: 25px;
    padding: 5px 0;
    text-align: center;
}
#content-main ul.page-menu li {
    display: inline;
    padding: 0 5px !important;
    border-left: 1px solid #ccc;
}
#content-main ul.page-menu li:first-child {
    border-left: none;
}
/* products table */

#content-main .PRODUCTSCONTAINER h2.products-header {
    margin: 0;
    padding: .5rem !important;
    font-weight: bold;
    color: #003f72;
    background-color: #EEF7FE;
    font-size: 1.25rem !important;
	font-family: Arial, Helvetica, sans-serif;

}


#content-main .PRODUCTS {
	margin-bottom: 0;
    border: none !important;
    border-top: 1px solid #dddddd !important;
    display: block;
    clear: both;
	padding-bottom: 20px;
}

#content-main .PRODUCTS .PRODUCT {
	background-color: #ffffff;
}

#content-main .PRODUCTS .ORDER {
	border: none !important;
    margin-top: 1em;
    font-size: 1.25em;
    line-height: 1.35rem;
}

#content-main .PRODUCTS h3 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    margin-top: 1em;
}

#content-main .PRODUCTS h3 a {
	text-decoration:none;
}

#content-main .PRODUCTS h4.available-title {
	font-family: Arial, Helvetica, sans-serif;
    margin: 0.5em 0;
    font-weight: normal;
    font-size: 1em;
    font-style: italic;
}

#content-main .PRODUCTS ul.file-list {
	list-style-type: none;
    padding: 0;
}

#content-main .PRODUCTS li.file-details {
	list-style: none;
    padding: 0;
    margin: 0;
}

#content-main .PRODUCTS p {
	line-height: 1.4 !important;
	margin-bottom: 1.25rem !important;
	font-size: .97rem;
}

#content-main .PRODUCTS .figure {
	display: inline-block;
    float: right;
	margin: 0 0 8px 20px;
}

#content-main .PRODUCTS .product img {
	border: 1px solid #cccccc;
    margin-bottom: 1rem;
}


@media only screen and (max-width: 480px) {


#content-main table.PRODUCTS tr.PRODUCT td {
	float: left;
    display: inline-block;
    width: 100%;
    border-bottom: none !important;
}

#content-main table.ORDER.available-files {
    margin:0;
}


}

/* carousel that is now promotional images */
#content-main #slideshow-wrapper {
    float:left;
    width:100%;
    margin-bottom: 30px;
    padding-right: 0;
    background-color: rgb(51, 103, 153); 
    background: -moz-linear-gradient(center top , rgba(11, 90, 146, 1) 0%, rgba(0, 63, 114, 1) 100%); 
    background: -webkit-linear-gradient(center top , rgba(11, 90, 146, 1) 0%, rgba(0, 63, 114, 1) 100%); /* For Safari 5.1 to 6.0 */
    background: -webkit-gradient(center top , rgba(11, 90, 146, 1) 0%, rgba(0, 63, 114, 1) 100%); /* For Old Webkit*/
    background: -o-linear-gradient(center top , rgba(11, 90, 146, 1) 0%, rgba(0, 63, 114, 1) 100%); /* For Opera 11.1 to 12.0 */
    background: -linear-gradient(center top , rgba(11, 90, 146, 1) 0%, rgba(0, 63, 114, 1) 100%); /* Standard syntax */
    background-repeat: repeat; 
    background-attachment: scroll;
    /* background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , rgba(11, 90, 146, 1) 0%, rgba(0, 63, 114, 1) 100%) repeat scroll 0 0; */
}

#content-main #slideshow-wrapper .slide {
    width:100%;
    height: auto;
}
#content-main #slideshow-wrapper .slideImage-container {
    float:left;
    margin:0;
    padding-right: 0;
    width:50%;
    text-align: center;
}
#content-main #slideshow-wrapper .slideImage {
    margin:0;
    width:100%;
    height: auto;
}
#content-main #slideshow-wrapper .slideImage img {
    -moz-box-shadow: 3px  3px 3px #043061;
    -webkit-box-shadow: 3px 3px 3px #043061;
    box-shadow: 3px 3px 3px #043061;
    margin-right: 35px;
    border: 3px solid #ccc;
    max-width: 100%;
}
#content-main #slideshow-wrapper .slideText {
    float:left;
    margin:0;
    padding:0;
    padding:25px;
    color: #fff;
    width:50%;
}
#content-main #slideshow-wrapper .slideshow-content {
    text-align:left;
    margin:0;
    padding:0;
    padding-bottom: 10px;
    line-height:100%;

}
#content-main #slideshow-wrapper .slideshow-content p {
    font-size:13px;
    margin:0;
    padding-top:5px;
    font-size: 1em !important;
    color: #fff;
}
#content-main #slideshow-wrapper .slideshow-content h3 {
    font-weight:normal;
    margin:0;
    color: #fff;
    font-size: 1.4em !important;
    font-family:Georgia,"Times New Roman",Times,serif;
    padding-right: 15px;
}
#content-main #slideshow-wrapper #slideNavBar {
    text-align:left;
    border:none;
    color: #fff;
    background-color:transparent;
    width:200px;

    position:relative;
    left:250px;
    top:160px;
}

#content-main #slideshow-wrapper #slideNavBar ul {
    list-style:none;
    margin:0;
    padding:0;
}
#content-main #slideshow-wrapper #slideNavBar ul li {
    display:inline;
    margin:0;
    padding:0;
}
#content-main #slideshow-wrapper #slideNavBar ul li a {
    border:none;
    font-weight:normal;
    background-color: #043061;
    text-decoration: none;
    color: #fff;
    padding: 3px 8px;
    display: inline-block;
    margin: 0;
    margin-right: 5px;
}
#content-main #slideshow-wrapper #slideNavBar ul li a:hover {
    border:none;
    background-color: #800;
}
#content-main #slideshow-wrapper #slideNavBar ul li a.selected {
    border:2px solid #7DA2C1;
}
#content-main #slideshow-wrapper p.learnmore {
    margin:0;
    padding:5px 0 0 0;
    width:auto;
}
#content-main #slideshow-wrapper .learnmore a, #content-main #slideshow-wrapper .learnmore a:link, #content-main #slideshow-wrapper .learnmore a:visited {
    background-color: #369;
    text-decoration: none;
    color: #fff;
    padding: 3px 8px;
    border: 1px solid #7DA2C1;
    display: block;
}
#content-main #slideshow-wrapper .learnmore a:hover {
    background-color: #800;
}
.contentsmore {
    color: #666;
}
.contentsmoretop {
    color: #666;
    margin-top: 10px;
}
/* THESE ARE THE NEW COMPLIANT DATA TABLE TAGS */
.tablecontainer {
    margin-bottom: 25px;
}
/*.includeTable .tablecontainer {
        margin-bottom: 0;
        }*/
.datatable {
/* margin-bottom: 20px; */
    border-collapse: collapse;
/* border: 1px solid #848280;  ADDED TO FIX MISSING BORDER IN IE ON WIDE TABLES */
    clear: both;
    margin-top: 15px;
}
.datatable caption, #content-main .content-column .includeTable h3 {
/* color: #3f68a3; */
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0;
    padding-bottom: 5px;
    text-align: left;
    line-height: 1.4;
    color: #369;
}
#content-main .content-column .includeTable h3 {
    font-size: 16px;
}
.datatable td, .datatable th {
    padding: 5px;
    border: 1px solid #848280;
    vertical-align: top;
}
/* TO REMOVE BORDERS FROM <TABLE> ELEMENT INSIDE CELLS, EG. FOR <UL> */.datatable table td, .datatable table th {
    padding: 0;
    border: none;
}
.datatable thead th {
    font-size: 1em !important;
    background-color: #d8e1e9;
    font-weight:500;
    text-align: center;
    vertical-align: middle;
}
.wide thead th {
    font-size: 1em !important;
    padding: 5px 2px;
}
.wide tbody td {
    font-size: 1em !important;
    padding: 5px 2px;
}

#content-main table.smaller th, 
#content-main table.smaller td {
	padding: 0.5rem;
}

#content-main table.smaller thead th, 
  #content-main table.smaller tbody tr td,
  #content-main table.smaller thead th li, 
  #content-main table.smaller tbody tr td li{
  font-size: 0.75em !important;
}

#content-main table.smaller thead th p, 
  #content-main table.smaller tbody tr td p {
  font-size:1.0em !important;
	margin-bottom: 0.25rem;
}

  #content-main table.smaller tbody tr td li {
  	margin-top: 0.25rem;
    margin-bottom: 0rem;
    padding-bottom: 0 !important;
}

.datatable .colorrow {
    background-color: #faf3ce;
}
.datatable .colorcol {
    background-color: #faf3ce;
}
.datatable .colorcell {
    background-color: #eee;
    color: #000 !important;
}
.datatable tfoot td {
    border: none;
    padding: 0;
    padding-top: 3px;
    font-size: 1em;
    color: #606060;
}
.datatable tfoot p {
    margin: 0;
    padding: 0;
}
.rowheader {
    font-weight: bold;
    color:#000000;
    text-align: center;
    background-color: #d8e1e9;
}


.rowheaderleftsm
{
	font-weight: bold;
	color:#000000;
	text-align: center;
	background-color: #b2c3d3;
}

.rowcolor
{
	background-color: #fff;
}

.altrowcolor
{
	background-color: #faf3ce;
}

.hirowcolor
{
	background-color: #eff2f7;
}

.boxcolor
{
	background-color: #faf3ce;
}


.cellheader
{
	font-weight: bold;
	color:#000000;
	text-align: left;
}

.rowheaderright
{
	font-weight: bold;
	color:#000000;
	text-align: right;
	background-color: #b2c3d3;
}

.rowheaderleft
{
	font-weight: bold;
	color:#000000;
	text-align: left;
	background-color: #b2c3d3;
}


tr td.cell ol, tr td.cell ul
{
	margin-left:1.8em;
	padding-left:.7em;
}

td.cell li p.normal
{
	color:#000000;
	text-align: left;
}


td.cellleftsm td.cell
{
	color:#000000;
	text-align: left;
}

td.cellsm td.cell
{
	color:#000000;
	text-align: left;
}

td.cellcentersm td.cell
{
	color:#000000;
	text-align: center;
}

td.cellrightsm td.cell
{
	color:#000000;
	text-align: right;
}

.cell
{
	color:#000000;
	text-align: left;
}

.cellsm
{
	color:#000000;
	text-align: left;
}

.cellcenter
{
	color:#000000;
	text-align: center;
}

.cellcentersm
{
	color:#000000;
	text-align: center;
}


.cellright
{
	color:#000000;
	text-align: right;
}

.cellrightsm
{
	color:#000000;
	text-align: right;
}


.cellleft
{
	color:#000000;
	text-align: left;
}


.cellleftsm
{
	color:#000000;
	text-align: left;
}

.tablefooter
{
font-size: 80%;
	color: #606060;
}


.cellcolor1
{
	background-color:#eee;
}

.cellcolor2
{
	background-color:#ccc;
}

.cellcolor3
{
	background-color:#aaa;
}

/* THIS ENDS THE TABLE TAGS */
/* figure box */
.boxiconnew {
    padding: 10px;
    margin: 15px 0 25px 0;
    background-color: #eee;
    border: 1px solid #aaa;
    float: left;
    width: 100%;
}
.boxiconnew img {
	margin-right: 15px;
	float: left;
}
/* image float styles */
.imageright {
    float: right;
    clear: both;
    margin-left: 20px;
  	margin-bottom:10px;
}
.imageleft {
    float: left;
    clear: both;
    margin-right: 20px;
    margin-bottom:10px;
}
/* media box */
.mediatextcenter	{
	color: #000000;
	text-align:center;
}
.mediatable	{
 	background-color:#AAAAAA; 
 	border:1px solid #AAAAAA;
 }
table.mediatable {
	border-spacing: 1px;
	border-collapse: separate;
}
.flash {
    background-color: #fff;
    padding: 10px;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px;    
}
li p {
	line-height: 1.5em !important;
}
.thumbnail img {
    float: left;
    margin: 0 15px 0 0;
    padding: 0;
    vertical-align: middle;
}
.thumbnail {
    clear: both;
    float: left;
    width: 100%;
}
/* drug profiles */
.pgtitle-drug {
    width: auto;
    float:left;
    color: #1e2d54;
    margin-right:10px;
    line-height: 120%;
}
.drug-class {
    text-align:right;
    font-size: .9em;
    position:relative;

    position:static;  /* needed for IE6 */
}
/* to fix spacing issues with using the definition list */
dl.drug-class {
    margin:0;
    padding:0;

   position:static; /* needed for IE6 */ 
}
.drug {
    clear:both;
}
.drug h3 {
    padding:10px 0 5px 0;
    clear:both;
}
.drug h2 {
    padding:5px 0;
    clear:both;
}
.drug ul {
    margin-bottom: 10px;
}
.drug li {
    margin-bottom:5px;
}
.formulation {
    margin:0;
    padding:0;
    margin-bottom:10px;
}
/* to fix margin problem with IE */div.formulation {
    margin-bottom:0;
}
.formulation h4 {
    padding:5px;
    margin:0;
    background-color:#eff3f7;
    border-top:2px solid #b2c3d3;
    font-size:1.1em;
}
.drug-note {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.form-note {
    margin: 0;
    padding: 0;
    padding-bottom: 0;
}
.dosage {
    margin:0;
    padding:0;
    margin-bottom:10px;
    border: 2px solid #b2c3d3;
    border-top:0;
    clear:both;
    float:left;
    width:99%;
}
#content-main .dosage h4 {
	font-size: 1.3em;
	color: #222;
}
#content-main .dosage p {
    clear:both;
    margin:0;
    padding: 5px;
    background-color:#faf3ce;
    border-top: 2px solid #b2c3d3;
}
#content-main .dose p {
    background-color: #fff;
    border-top: none;
}
#content-main .dosage ul {
    margin:0;
    padding:0;
    padding-bottom: 5px;
    list-style:none;
    list-style-image:none;
    clear:left;
    float:left;
    width:100%;
}
#content-main .dosage ul li {
    clear:both;
    padding:10px 5px;
    border-top: 1px solid #b2c3d3;
}
.dosage ul li h5 {
    width:auto;
    float:left;
    margin-right:15px;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: 5px;
}
.dosage ul li p {
    margin:0;
    padding:0 3px;
    text-align: center;
    font-size:.8em;
    background-color: transparent;
    border-top: none;
    border-bottom: none;
}
.plus {
    width:auto;
    float:left;
    padding:10px 5px;
    font-size:1.4em;
    font-weight:bold;
}
.dose {
    width:auto;
    float:left;
    text-align: center;
    padding-bottom:5px;
}
.dosage-note {
    padding:5px;
    margin:0;
    clear:left;
    font-size:.9em;
    color: #303030;
}
/* to fix background color of paragraph */
p.dosage-note {
    background-color: #fff;
}
.caution {
    padding:0 10px;
    margin-bottom: 10px;
    color: #000;
    border: 1px solid #faf3ce;
    background-color: #faf3ce;
    clear: both;
}
.caution strong {
    font-weight:normal;
}
.caution p {
    margin:10px 0;
}
.instructions {
    clear:both;
    width:100%;
    height:180px;
    border-bottom:1px solid black;
}
.instructions h3 {
    border-bottom:1px solid black;
}
.disclaimer {
    margin-top: 10px;
    font-size:.9em;
}
.disclaimer h3 {
    float:left;
    width:auto;
    font-size:1.1em;
    margin:0;
    padding:0;
    padding-right:5px;
}
.disclaimer span.h3 {
    font-size:1.1em;
    font-weight:bold;
    padding-right:5px;
    color: #1E2D54;
}
.photo-credit {
    margin-top: 50px;
    clear:both;
    line-height: 120%;
    font-size:.8em;
    color: #606060;
}
.seemore {
    text-align: right;
    text-transform: uppercase;
}
.seemore a:link, .seemore a:visited {
    text-decoration: none;
}
.return-button a, .return-button a:visited {
    display: inline-block;
    margin: 18px 20px 0 0;
    padding: 8px 10px;
    background: url("../images/backgrounds/contents-bk.gif") top left repeat-x #800;
    color: #fff;
    border-radius: 8px;
    border: 1px solid #fff;
}
.algorithm {
	margin-bottom: 35px;
	text-align: center;
}

.archive {
    border: 2px solid #c4262e;
    border-radius: 5px;
    clear: both;
    margin-bottom: -25px;
}
.archive h2 {
    background: #c4262e;
    color: white;
    margin-top: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.archive p {
    padding: 10px;
}
.star-blue {
  color: #003f72;

}

.star-gold {
  color: #EBB700;
}
.drug-print input {
	width: 100%;
	height: 40px;
	color: #fff;
	background: #003f72;
	border: 2px solid #003f72;
	border-radius: 5px;
	font-size: 1.2em;
}
.drug-print input:hover {
	background: #c4262e;
	border: 2px solid #c4262e;
}
/********************************************* FIXES FOR RESPONSIVE DESIGN *************************************/
#main .col-md-9 .row .col-md-12 {
	padding-left:0;
	padding-right:0;	
}
#tier4innerContent > p, #homeinnerContent > p {
	display: none;
}
#tier4innerContent {
	padding-left: 0;
	padding-right: 0;
}
#homeinnerContent #content-main .content-column {
	padding-top: 15px;
}
#tier4innerContent ul li ul li {
	font-size: 1em;
}
.related-column .widget {
	float:left;
	min-width: 92%;
}
.widget-title {
	padding: 10px;
	padding-bottom: 0;
}



#content-main ul li p {
	display: inline;
}

div#main-content.content-column ul li a {
	display: inline;
}

@media screen and (max-width: 768px) {

	.tab-accord .tab a {
		width: 100% !important;
		-moz-border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		border-radius: 0 !important;
	}
	.tab-accord .tab a:before {
		content: 'View  ';
	}
	.tab-accord .tab a.current.m:before {
		content:none;
	}
}
@media screen and (max-width: 640px) {
	#main-content, .related-column {
		width: 100% !important;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 25px;
	}
	.widget {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

}
@media screen and (max-width: 450px) {
	.section-home .two-column .column {
		width: 100%;
		 padding-left: 0;
	}
	.rightline {
		border-right: none;
	}
	.left-nav-button, .right-nav-button, #content-main #slideshow-wrapper .slideText,#content-main #slideshow-wrapper .slideImage-container, .searchsubmit, .widget {
		width: 100%;
	}
	#content-main #slideshow-wrapper .slideText {
		padding: 15px;
	}
	.module-nav {
		padding: 0;
		margin: 0;
	}
	div.contentsbox {
		width: 100%;
	}
}

@media screen and (max-width: 320px) {
	.section-home .two-column .column {
		width: 100%;
		padding-left: 0;
	}
	.rightline {
		border-right: none;
	}
	.left-nav-button, .right-nav-button, #content-main #slideshow-wrapper .slideText,#content-main #slideshow-wrapper .slideImage-container, .searchsubmit, .widget {
		width: 100%;
	}
	#content-main #slideshow-wrapper .slideText {
		padding: 15px;
	}
	.module-nav {
		padding: 0;
		border: none;
		margin: 0;
	}
	div.contentsbox {
		width: 100%;
	}	

}

/****TABS*****/
.tab-accord {
	margin-bottom: 25px !important;
}
.tab-accord h3.tab {
	font-size: 1.5em !important;
}
.tab-accord .tab a {
    background: #eee !important;
    background-image: none !important;
    border: none;
    padding: 5px 10px;
    border: 1px solid #ccc;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-weight: normal;
    padding-top: 2px;
}
.tab-accord .tab a:hover {
	color: #900;
}
.tab-accord .tab a.current.m {
	background: #fff !important;
	border-bottom: 1px solid #fff;
}
.tab-accord .pane {
	background: #fff;
	min-height: auto;
	padding: 20px;
	padding-bottom: 0;
	border: 1px solid #ccc;
}
.tab-accord .pane ul li {
	font-size: .95em !important;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*********** New Accordion *************/
.accordionnew {
	background-color: #fff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.4s;
	border: 1px solid #dedede;
	font-size: 1.2em;
}
.accordionall {
	float:right;
	padding: 5px 10px;
	margin-bottom: 0;
	background: #fff;
	border: 1px solid #dedede;
	border-bottom: none;
}
.accordionexpand::before {
	content: "\002B  Expand ";
}
.accordionclose::before {
	content: "\2212  Collapse ";
}
.accordionnew.active, .accordionnew:hover {
	background-color: #eee;
}
.accordionnew:before {
	content: '\002B';
	font-weight: bold;
	float: left;
	margin-right: 5px;
}
.accordionnew.active:before {
	content: "\2212";
}
.accordionpanel {
	padding: 10px 0 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border: 0;
}
.accordionnew.active + .accordionpanel {
	max-height: 100%;
}
.accordionsclose .accordionnew + .accordionpanel {
	max-height: 100%;
}
.accordionsclose .accordionnew:before {
	content: "";
}
.accordionsclose .accordionnew.active, .accordionsclose .accordionnew:hover {
	background-color: #fff;
	cursor: default;
}
  
  /* ************** COLOR FIXES *************/
  
#content-main .home-menu nav a, #content-main .prboxcontent a {
  color: #064F84;
}

.slider .scrollable .items > div .slider-info p a,
  #content-main ul.whats-new a {
  color: #064674 !important;
}



#tier4innerContent {
  dl {
    border-bottom: none !important;
  }
  dt {
    font-size: 1rem;
  }
  dd {
    padding-bottom: 1.2rem;
    font-size: 1rem;
  }
}

#tier4innerContent {
  .content-callout {
    padding: 20px;
    margin: 0 0 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-color: #8b0a03;
  }
  
  .content-callout .callout-heading {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.5rem;
    color: #162e51;
    margin-bottom: 1.6rem;
  }
}

#content-main .accordion-menu > ul > li.patients > h3 > a, #content-main .accordion-menu > ul > li.patients > h3 > span {
    background-color: #F8F1E8;
}

/*********** PRINT FIXES ***************/
@media print {
	.main-header-wrap, #breadCrumbPath, #left-bar-wrap, .drug-print, #footer, .top_link, #content-main .related-column, .ptheader {
		display: none !important;	
	}
	#content-main .content-column {
		width: 100%;
	}
	h1.site-title {
		margin: 0 !important;
		padding: 0 !important;
	}
	h2.pgtitle {
		padding-top: 0;
		margin-top: 0;
	}
	.drug h3 {
		padding: 0;
	}
	dl.drug-class {
		margin-bottom: 0 !important;
	}
	.archive {
		margin-bottom: 20px;
	}
	.accordionnew + .accordionpanel {
		max-height: 100% !important;
	}
	.accordionnew:before {
		content: "" !important;
	}
}