/* ---------------------------------------------------------------------------
Styles for PORTRAIT orientation on MEDIUM devices and for ALL SMALL DEVICES between 3.125em and 31.3125em or 50px and 500 px
-----------------------------------------------------------------------------*/
/*--- HEADER ---*/
.header  /* THIS DIV HOLDS THE first thing on each page; */
{
	display:none;
}
.header2  /* THIS DIV HOLDS THE first thing on each page; */
{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	padding-top: 0px;
}
.header-container  /* This holds the centered, header container inside the 100% width header but at the same width as the nav, content, footer */
{
	width: 100%;
	margin: 0 auto;
	height: auto;
}

.header-container ul {
	float: none;
	clear: both;
	margin: 1em auto;
	padding: 0px;
	text-align: center;
	background-color: #d2dcef;
    width: 95%;
    height: auto;
	border: 1px solid black;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	overflow:hidden;
}

.header li {
	display: inline-block;
	padding-top: .5em; /* gives spaces around links in nav when in large screen mode */
	padding-right: .6em; /* gives spaces around links in nav when in large screen mode */
	padding-bottom: .5em; /* gives spaces around links in nav when in large screen mode */
    padding-left: .6em;
	font-size: .8em;
}

.header a {
	color: #000;
	text-decoration: none;
	vertical-align: text-top;
}

.header ul img {
    width:20%;
	height:auto;
	float:left;
	vertical-align: text-bottom;
}

.header img {
    display: block;
    margin: auto;
}

.fbheader  {
	clear: both;
	float: none;
	position: relative;
	margin-top: 3px;
	margin-bottom: 3px;
}


/*--- LAYOUT CSS---*/
.themiddle  /* THIS DIV HOLDS THE CONTENT OF THE PAGE between the navigation and the footer; */
{
	margin-top: 40px;
}

.bigcontentwrapperONLY  /* Use this only if main content div "unique meat" of the webpage is WITHOUT A SIDEBAR */
{
	max-width: 100%;
	margin: 0 auto;
	overflow: auto;
}

.prioritycontentCOL1   /* This is bigger column with the priority info inside of the bigcontentwrapper on inside pages*/
{
	float: none;	
	clear: both;	
	width: 100%;
	height: auto;
	margin: 0 auto;
}

 
.sidebarCOL2  /* This is smaller column with the sidebar info inside of the bigcontentwrapper on inside pages*/
{
	float: none;
	clear: both;	
	width: 100%;
	height: auto;
	background-color: #d2dcef;
}

.sidebarCOL2 a /* This is links for smaller column with the sidebar info inside of the bigcontentwrapper on inside pages*/
{
	color: #000;
	text-decoration: none;
	font-size: .9em;
}

.sidebarCOL2 a:hover /* This is hover links for smaller column with the sidebar info inside of the bigcontentwrapper on inside pages*/
{
	color:#999;
	text-decoration: underline;
}

.sidebarCOL2 h3 /* This is h3 for smaller column with the sidebar info inside of the bigcontentwrapper on inside pages*/
{
	text-decoration: underline dotted;
	font-weight: bold;
}

.sidebarCOL2 ul 
{
	height:auto; list-style-type:none; padding: 0;
}

.sidebarCOL2 ul li
{
    text-indent: -.8em;
    padding-left: .8em;
}
.sidebarCOL2 img 
{
	margin: 0 auto;
	float: none;
	clear:both;
}

:target {
	position: relative;
    border-left: 4px double #009eff;
	margin: .2em .2em .2em .5em;
	padding: .2em .2em;
	display: inline-block;
}

.paddedwrap
{ padding: 1em;
}  /* --- For anything you want to have a small padding around--*/

/* --END LAYOUT CSS---*/

.img-responsive { max-width: 100%; }

.img-regular-display {
 	float: clear;
	margin: .3em;
	border: 1px solid black;	
	max-width: 100%;
	height: auto;
}

.clear { clear: both; }

/*--- FORM FORMATTING ---*/

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  width: 85%;
}
/* -- */

.article { padding: 10px 10px 10px 10px; }

.article h1 {
	font-size: 1.125em;
	font-weight: 700;
	line-height: 2em;
}

.promo_container { padding: 0px; margin: 0; }

.promo_container .promo  {
	width: auto; /* now takes full width available by parent instead off the 33% on larger screens */
	float: none;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0px;
	background-color: white;
	height: auto;
	overflow: auto;
}
.promo img  { max-width:80px; float:left; padding:0px; margin-right: 5px;}
.promo_container .promo .content { 
	padding: 10px 10px 5px 10px; } /* takes into account the small image on the left and flushing text to the image now.*/
	
.small_promo_box {
	padding: 0;
	float: none;
	width: auto;
	background-color: white;
}

.small_promo_box img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.small_promo_box ul {
	padding: .8em;
	list-style-type:none;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

.small_promo_box li {
	float: none;
	margin: .5em;
	background-color: white;
	border: 1px solid #174b97;
	font-size: .8em;
	padding: .4em;
}

.big_promo {
	padding: .5em;
	margin: .8em auto;
	width: 90%;
	overflow: auto;
	background-color: white;
	border: 1px solid #174b97;
	display: block;
}

.big_promo_p, .big_promo_h4{
	float: left;
	margin: .2em;
}

.big_promo img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	float: left;
}

.big_promo ul {
	padding: .6em;
	list-style-type: square;
	margin: 0 auto;
	height: auto;
	text-align: left;
}

.big_promo li {
	float: left;
	margin: .3em 1em;
	background-color: white;
	font-size: 1em;
	padding: .4em;
}

.twoCOLlist_right, .twoCOLlist_left {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.twoCOLlist_right { float: none; }
.twoCOLlist_left { float: none; }

.twoCOLlist_right ul, .twoCOLlist_left ul {
	padding: .3em;
	margin: 0 auto;
	height: auto;
	text-align: left;
}

.twoCOLlist_right li, .twoCOLlist_left li {
	display: block;
	margin: .7em .4em;
	padding: .1em;
	font-size: .8em;
}
	
/*--- NAVIGATION ---*/
/*test nav toggle menu*/
.nav {
	position: fixed;
	z-index: 1;
	top:0;
	right: 0;	
	width: 100%;
	background-color: #004699;
}
.nav .navControl {
	display: none;
	cursor: pointer;
}
.nav span {
    display: none;
}
.nav .dropdown {
    text-align: center;
}
.nav .dropdown li {
	margin: 0;
	display: inline-block;
}
.nav .dropdown a {
    padding: 0;
    border-right: 0;
    margin-right: 10px;
    font-size: 0.8em;
}
.nav .dropdown li:last-child a {
    margin-right: 0;
}
.nav .dropdown ul {
    display: none;
} /*ends test unique*/


.nav-bar  /* THIS DIV HOLDS THE CONTENT OF THE NAVIGATION between the header and .themiddle section; */
{ 
	padding: 2px 0px 2px 0px;
	background-image:url(../images/navbkgd.jpg);	
	background-repeat: repeat;
	margin: 0px;
 }
.nav-container ul {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.nav-container ul li {
	margin:0px;
	padding: 0px;
	display: block;
	position: relative;
	z-index: 1;
}
.navigation a {
	color: #a6abc5;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin: 7px;
	padding: 9px;
	border: 1px solid #a6abc5;
	background: url(../images/nav_mobile_arrow.png) no-repeat right 15px center; /* background arrow with link */
	/* next three are ways to do rounded corners; browsers flags to first two; the first one is for firefox and the webkit is for chrome, safari, and i think IE; think last one is how it is supposed to just work since CSS3 isn't everywhere yet to support it*/
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.navigation a:hover { color:#fff; background-color: rgba(255,255,255,.15); } /*type will be white, rgba will make it transparent with values and lastly the amount of transparency - .15 is 85% opacity, for example */

#nav-extra {
	display: block;
}

/*--- FOOTER ---*/
.footer { /* THIS DIV HOLDS THE CONTENT OF THE FOOTER at the very end of the page after .themiddle section; */
	font-size: .75em; color: #9ba0bd; height: auto; background-image:url(../images/navbkgd.jpg); background-image: repeat; border-top: 1px solid #a6abc5;  margin: 0; padding: 0; width:100%;
}

.footerwrap { 
	max-width: 95%;
	margin: 0px auto 0px auto;  /* top, right, bottom, left (clockwise) */
	text-align:center;
}
	
footer .col {
	width: auto; 
	float: none;
	border: 0px;
	margin: 2px;
	padding: 0px;
}
.footer a { color: #FFFFFF; text-decoration: none;}

.footer a:hover { color: #9ba0bd; }

.footer ul { height:auto; list-style-type:none; margin:0; padding:0;}

.footer ul li {
	 padding-bottom: .9em;
}

.footer hr {
    width: 100%;
    font-size: 1px;
    color: #FFF;
    line-height: 1px;
    margin-top: 1px;
    margin-bottom: 10px;
}