/*COLORS: 802629 - maroon 001d60 - blue e6e4ec - light-blue f3f2f6 - light-light blue */ 
/*test1234*/
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700); 
@import url(https://fonts.googleapis.com/css?family=Open+Sans); @font-face {
    font-family: 'Simplifica';
    src: url('fonts/simplifica.eot');
    src: url('fonts/simplifica.eot?#iefix') format('embedded-opentype'), url('fonts/simplifica.svg#Simplifica') format('svg'), url('fonts/simplifica.woff') format('woff'), url('fonts/simplifica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* =Reset
-------------------------------------------------------------- */
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 {
    font-family: 'Open Sans',sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    color: #001d60; /* blue */
    line-height: 1.4em;
}
em, strong, p {
    font-family: 'Open Sans', sans-serif;
}
span {
    color: #802629; /* maroon */
}
strong {
    font-weight: bold;
}
html {
    background: no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    line-height: 1;
    background: #FFF;
    min-width: 100%;
    overflow-x:hidden;
    
}
ul {
    list-style: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
.wpb_content_element blockquote p {
    font-size: 20px;
    line-height: 1.8em;
    max-width: 700px;
    margin: 0 auto;
    text-shadow: 0 2px 2px #000;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: 100;
    text-align: left;
}
h1,
h1 span,
h1 a:link,
h1 a:visited,
h2,
h2 span,
h2 a:link,
h2 a:visited,
h3,
h3 span,
h3 a:link,
h3 a:visited,
h4,
h4 span,
h4 a:link,
h4 a:visited,
h5,
h5 span,
h5 a:link,
h5 a:visited,
h6,
h6 span,
h6 a:link,
h6 a:visited {
    color: #001d60; /* blue */
    font-family: 'Open Sans', sans-serif;
}
h1 {
    text-transform: uppercase;
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 10px;
    font-weight:bolder;
}
@media (max-width: 767px) {
    h1{
        font-size:2em;
    }
}
h1 span {
        line-height: 1em;
        color: #802629; /* maroon */
    }
h2 {
    line-height: 1em;
    margin: 10px 0 5px 0;
    text-transform: uppercase;
    color: #802629; /* maroon */
    font-weight: bold;
    font-size: 1.8em;
}
h3 {
    color: #802629; /* maroon */
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.6em;
    margin-bottom: 10px;
}
h4,
h4 span {
    font-size: 1.6em;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    font-weight: bold;
}
h4 span {
        font-size: 1em;
        color: #802629; /* maroon */
    }
h5 {
    font-size: 1.5em;
    font-weight: normal;
    color: #802629; /* maroon */
    text-transform: none;
}
h6 {
    color: #001d60; /* blue */
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom: 20px;
}
html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:link, a:visited,
a:link strong, a:visited strong {
    color: #802629; /* maroon */
    text-decoration: none;
}
a:active, a:hover,
a:active strong, a:hover strong {
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
}
hr {
    border: 0;
    height: 0;
    margin: 20px 0;
    border-top: 1px solid #001d60; /* blue */
    border-bottom: 1px solid #001d60; /* blue */
}
.clear {
    clear: both;
}

/*Master Page Header*/
header {
    border: 0;
}
.row.searchbar {
    background-color: #802629;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height:2em;
}
.search_input{
    font-size:.75em;
    line-height:1em;
}
.logoRow {
    
    vertical-align: middle;
}
.logoRow img{
    padding:1em;
    max-width:100%;
    height:auto;
}
.fullHeight {
    height: 100%;
}

/* Nav */
.menuBar {
    width: 100%;
    background-color: #001d60;
    color: white;
}
ul.nav.navbar-nav.mainMenu>li {
    font-size:.9em;
    text-transform:uppercase;
}
@media (max-width: 1070px) {
    ul.nav.navbar-nav.mainMenu>li {
        font-size:.7em;
    }
}
.navbar-nav>li>.dropdown-menu{
    background-color:#001d60;
}
@media (min-width: 768px) {
    ul.nav.navbar-nav.mainMenu > li > a {
        border-right: 1px solid white;
    }
}
ul.nav.navbar-nav.mainMenu>li>a, ul.nav.navbar-nav.mainMenu>li>a:link, ul.nav.navbar-nav.mainMenu>li>a:visited, ul.nav.navbar-nav.mainMenu>li>a:active {
      color:white;
  }
ul.nav.navbar-nav.mainMenu>li>a:hover, ul.nav.navbar-nav.mainMenu>li>a:focus{
    color:white;
    background-color:#802629;
}
.navbar-nav {
    width: 100%;
    text-align: center;
}
@media (min-width: 768px){
    .navbar-nav > li {
        display:inline-block;
    }
}
.navbar-nav > li {
    float: none;
    margin-left: 0;
    margin-right: 0;
}
.navbar-nav > li > a {
    margin-left: -3px;
    padding-top: 18px;
    line-height: 1.4em;
    
}
.navbar-default .navbar-nav>.active>a {
    background-color:#802629;
}
nav {
    margin-bottom:0;
}
.dropdown-menu>li>a{
    background-color:#001d60;
    color:white;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:active, .dropdown-menu>li>a:focus{
    background-color:##802629;
}
.dropdown-menu>ul{
    background-color:#001d60;
}

/*Master Footer*/
footer {
    width:100%;
    margin:0;
    position:fixed;
    bottom:0px;
    background-color:#802629;
    color:white;
    text-align:center;
    padding-top:.5em;
    padding-bottom:.5em;
    font-size:.75em;
}
footer a, footer a:active, footer a:link, footer a:hover, footer a:visited {
    color:white;
    padding:1em;
    
}
footer p {
    color:white;
}
footer li {
    display:inline;
    color:white;
}

/*Main Content*/
article {
    padding-bottom:2em;
    padding-left:0;
    padding-right:0;
}
input[type=submit],
input[type=reset],
input[type=button]{
	width:200px;
	background-color:#802629; /* maroon */
	border:none;
	color:#fff;
	font-size:1.3em;
	font-weight:100;
	font-family:'Open Sans',sans-serif;
}
.content{
	position:relative;
    padding-top:2em;
	/*margin:30px auto 60px auto;*/
    background-color:#e6e4ec;
}
.content .span_6:first-of-type{
	padding-right:50px;
}
.content p{
	margin:0 0 20px 0;
	color:#001d60; /* blue */
}
.content p img{
	max-width:100%;
	margin:10px 0;
}
.content ul{
	margin:0;
	padding:0;
}
.content ul li{
	margin: 10px 0;
	list-style-position: outside;
	list-style: none;
	padding-left: 1.5em;
	text-indent: -1em;	
	color:#001d60; /* blue */
}
.content ul li:before{
	content: "> ";
	color: #802629; /* maroon */;
	margin-right: 5px;
}
.content ul li a{
	color:#001d60; /* blue */
	font-weight:normal;
}
.content ul li a span{
	color:#802629; /* maroon */
	font-weight:bold;
}
.content p.doc-link a{
	display: block;
	padding-left: 40px;
	background-image: url('/images/icon_doc.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 37px;
	color: #802629;
	font-weight: bold;
	text-transform: uppercase;
	min-height:37px;
}
.content p.doc-link a span{
	display:block;
	color:#802629; /* maroon */
	font-weight:normal;
	font-size:0.8em;
}
.content .offset_box{
	margin:-200px 0 50px 50px;
	padding:30px;
	background-color:#fff;
	border:1px #ccc solid;
	z-index:300;
	overflow:visible;
}
@media (min-width: 990px) {
    .mobile_only {
        display: none;
        text-align:center;
    }
   
}
@media (max-width: 989px){
    .no_mobile {
        display:none;
    }

}
.page_content {
    max-width:1120px;
    margin-left:auto;
    margin-right:auto;
    word-wrap: break-word;
}
.page_content ul{
	margin:0;
	padding:0;
}
.page_content ul li{
	margin: 10px 0;
	list-style-position: outside;
	list-style: none;
	padding-left: 1.5em;
	text-indent: -1em;	
	color:#001d60; /* blue */
}
.page_content ol{
	margin:0;
	padding:0;
}
.page_content ol li{
	margin: 10px 0;
	list-style-position: inside;
	padding-left: 1.5em;
	text-indent: -1em;	
	color:#001d60; /* blue */
}
.page_content ul li:before{
	content: "> ";
	color: #802629; /* maroon */;
	margin-right: 5px;
}
.page_content ul li a{
	color:#001d60; /* blue */
	font-weight:normal;
}
.page_content ul li a span{
	color:#802629; /* maroon */
	font-weight:bold;
}
.page_content .offset_box{
	margin:-200px 0 0px 0px;
	padding:30px;
	background-color:#fff;
	border:1px #ccc solid;
	z-index:300;
	overflow:visible;
}
.page_content .offset_box p {
    padding-top:1em;
    font-size:.9em;
}
@media (max-width: 767px) {
    .page_content{
        padding-left:2em;
        padding-right:2em;
    }
    .page_content p{
        text-align:justify;
    }
    .content{
        padding-left:2em;
        padding-right:2em;
    }
} 

/*Home Page*/
.home-splash {
    min-width:100%;
    margin:0;
    padding:0;
    background-image:url('/images/header_splash.jpg');
    background-repeat:no-repeat;
    background-size:100%;
    background-size:cover;
   
}
.access {
    background:rgb(30,30,97);
	background:rgba(30,30,97,0.6);
	/* For IE 5.5 - 7 */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#991E1E61, endColorstr=#991E1E61);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#991E1E61, endColorstr=#991E1E61)";
	margin:30px 0;
	padding:30px 50px;
    float:left;
}

.access .login{
	padding:0 0 30px 0;
}
.access h3{
	display:inline-block;
	line-height:1em;
	font-size:1.8em;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
}
.access .login h3{
	padding:0 40px 0 0;
	background-image:url(/images/back_login.png);
	background-size:auto 80%;
	background-position:100% 4px;
	background-repeat:no-repeat;
}
.access p{
	padding:0;
	color:#fff;
}
.access p a{
	color:#fff;
}
.access input{
	display:block;

    padding-top:1.5em;
    padding-bottom:1.5em;
	padding-left:10px;
    padding-right:10px;
    margin-left:80px;
}
.access input[type=text],
.access input[type=password]{
	font-size:1em;
	font-weight:normal;
	width:400px;
	border:1px #ccc solid;
	background:#fff;


}
.notices {
    float: right;
    height: 576px;
    width: 500px;
    text-align: center;
}
@media (max-width: 1050px){
    .access  {
        padding: 30px 30px;
        width: 100%;
    }
}
@media (max-width: 767px){
    .access {
        padding: 30px 10px;
    }
    .access input[type=text], .access input[type=password] {
        width: 18em;
    }
    .notices {
        float: left;
        height: 100%;
        padding: 15px;
    }
}

.video_header {
    width: 100%;
    text-align:center;
}
.video_header h5 {
margin-top:2em;
margin-bottom:2em;
}
.news{
	background-color:#f3f2f6; /* light-light blue */
	padding:20px;
}
.news ul{
	margin:0;
	padding:0;
}
.news ul li{
	margin: 10px 0;
	list-style-position: outside;
	list-style: none;
	padding-left: 1.5em;
	text-indent: -1em;	
}
.news ul li:before{
	content: "> ";
	color: #802629; /* maroon */;
	margin-right: 5px;
}
.news ul li a{
	color:#001d60; /* blue */
	font-weight:normal;
}
.news ul li a span{
	
	color:#802629; /* maroon */
	font-weight:bold;
}

/*Registration*/
.register_form{
	padding:2em;
	border:1px #aaa solid;
	overflow:hidden;
    margin-top:1em;
}
.register_form label{
	font-size:1.3em;
}
.register_form label span{
	display:block;
	font-weight:bold;
	font-size:0.7em;
}
.register_form input[type=checkbox]:not(old),
.register_form input[type=radio   ]:not(old){
  
  margin:0;
  padding:0;
  opacity:0;
}
.register_form input[type=checkbox]:not(old) + label,
.register_form input[type=radio   ]:not(old) + label{
  display:inline-block;
  margin-left:-28px;
  padding-left:28px;
  background:url('/images/check_off.png') no-repeat 0 0;
  line-height:24px;
}
.register_form input[type=checkbox]:not(old):checked + label{
  background:url('/images/check_on.png') no-repeat 0 0;
}
.register_form input[type=radio]:not(old):checked + label{
  background:url('/images/check_on.png') no-repeat 0 0;
}
.register_form .form_option{
	display:inline-block;
	float:left;
	margin-right:40px;
    vertical-align:middle;
    width:100%;
}
.register_form .form_option:last-of-type{
	margin-right:0;
}
.register_form .submit_next{
	width:100px;
	height:50px;
	text-indent:-9999px;
	background-color:transparent;
	background-image:url('/images/button_next.png');
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:100%;
	cursor:pointer;
}
.register_form select,
.register_form input[type=text]{
    border:1px solid #aaa;
    border-radius:0;
    background-color:#fff;
    min-width:75px;
    padding:3px 10px 3px 3px;
    margin-right:10px;
    font-size:13px;
    height:30px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.register_form select{
    background-image:url('/images/back_select.png');
    background-repeat:no-repeat;
    background-position:98% 50%;
    background-size:auto 100%;
}
.register_form input[type=text]{
	height:24px;
}
.registration_accountlist input[type="radio"]{
    float:left;
}
.registration_accountlist input[type="checkbox"]{
    float:left;
}
.registration_accountlist label {
    float:left;
    width:80%;
}
.reg_left label {
    color:#802629;
    width:10em;
}
.reg_right label {
    color:#802629;
    width:10em;
}
.reg_left span {
    color:#802629;
    width:10em;
}
.reg_right span {
    color:#802629;
    width:10em;
}

/*FAQ*/
.faq_answer_visible{
	display:block;
	visibility:visible;
	color:#802629;
	margin-left:50px;
}
.faq_answer_hidden{
	display:none;
	visibility:hidden;
}

/*Reports and Statistics*/
.countyList ul {
    padding:0;
    margin: 0;
}
.countyList li {
    float: left;
    width: 25%;
}
@media (max-width: 767px) {
    .countyList li {
        float:left;
        width: 50%;
    }
}

/*MED Calculator*/
*[id^='ctl00_phBody_ddlDrugName']{
    width:10em;
}
*[id^='ctl00_phBody_ddlStrength']{
    margin-left:2em;
}
*[id^='ctl00_phBody_txtMultiplier']{
    width:4em;
}
*[id^='ctl00_phBody_txtQuantity']{
    width:4em;
}
*[id^='ctl00_phBody_txtDays']{
    width:4em;
}
*[id^='ctl00_phBody_txtDailyMED']{
    width:4em;
}
@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}
@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}  
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/* Portal */
.portal_menu_panel
{
    color:#fff;
    border:1px solid #fff;
    height:25px;
    background-color:#001d60;
}
.portal_menu_item{
    color:#fff;
    font-size:0.9em;
    display:block;
    text-align:center;
}
.portal_content_panel
{
    margin-left:120px;
}

.highcharts_container {
    width:100%; 
    height:400px;
    margin-top:2em;
    margin-bottom:2em;
}

.highmaps_container {
    height:500px;
    min-width: 310px;
    max-width: 800px;
    margin-top:2em;
    margin-bottom:2em;
    margin-left:auto;
    margin-right:auto;
}


/*css form med calc aspx page*/
@media (max-width: 992px){

    #medCalcHeaders {
        display: none;
        position: absolute;
		top: -9999px;
		left: -9999px;
    }

     #medCalcHeader {
        display: none;
        position: absolute;
		top: -9999px;
		left: -9999px;
    }

    .strength::before {
        content: "Strength: ";
        padding-right:0px;
    }

    .drugname::before{
        content: "Drug Name: ";
         padding-right:10px;
    }

    .multiplier::before{
        content: "Multiplier: ";
        padding-right:8px;
    }

    .quantity::before{
        content: "Quantity:";
        padding-right:15px;
    }

    .days::before{
        content: "Days: ";
        padding-right:43px;
    }
     .dailyMED::before{
        content: "Daily MED: ";
        padding-right:3px;
    }

}