/* ---------------------------------------------------------------------------
Large device styles over 50.0625em or 801px
-----------------------------------------------------------------------------*/
/*--- HEADER ---*/
.header  /* THIS DIV HOLDS THE first thing on each page; */
{
	margin: 10px auto 13px auto;
	background-color: #fff;
	padding: 0px;
}
.header-container  /* This holds the centered, header container inside the 100% width header but at the same width as the nav, content, footer */
{
	max-width: 70em;
	margin: 0 auto;
	height: auto;
}

.header-extra {
	float:right;
}

.header-container ul {
	list-style-type: none;
	float: right;
	margin: 12px 0px 15px 8px;
	padding: 0px auto;
	background-color: #d2dcef;
    max-width: 100%;
    height: auto;
	border: 1px solid black;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.header li {
	display: inline-block;
	padding: 10px 40px 10px 0px; /* gives spaces around links in nav when in large screen mode */
	margin: 0 auto;
}

.header a {
	color: #000;
	text-decoration: none;
}
	
.header a:hover { color:#00F }  /*from nav on this new site to edit for header */

.fbheader  {
	clear: right;
	float: right;
	position: relative;
	margin-left: 0px;
	margin-right: 12px;
}

/*--- LAYOUT CSS---*/
.themiddle  /* THIS DIV HOLDS THE CONTENT OF THE PAGE between the navigation and the footer; */
{
	margin-top: 0px;
	background-color: #e3e5e9;
	padding-top: 0px;
}

.bigcontentwrapper  /* This is main content div "unique meat" of the webpage and THAT INCLUDES PRIORITYCONTENT AND THE SIDEBAR. Elements inside here will be 2 columns equal height*/
{
	max-width: 70em;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 1em;
} 	/* ----------------------- Container is set to overflow hidden so that a 2 column layout on inside pages have equal height no matter what is inside; has to also combine with the huge negative margin and opposite padding in the prioritycontent and sidebar divs------------------------*/

.prioritycontentNOCOL {
	height: auto;
	overflow: auto;
	background-color: #d2dcef;
	margin: 0 auto;
}

.article {
	background-color: #fff;
}

.article h1 {
	color: #000;
	text-align: center;	
	font-style: italic;
	font-size: 2.25em;
	line-height: .85em;
}

.promo_container { padding: 0px; overflow: hidden; } /* ----------------------- Container is set to overflow hidden so that a 3 column layout on inside pages have equal height no matter what is inside; has to also combine with the huge negative margin and opposite padding in the .promo column divs------------------------*/

.promo_container .promo {
	width: calc(33.333% - 14px); 
	float: left;
	border: 1px solid #174b97;
	margin-top: 6px;
	margin-right: 6px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
    padding-bottom: 99999px;
	margin-bottom: -99999px; /* ----------------------- "promo" container is set to overflow hidden so that the 3 column layout on inside pages have equal height no matter what is inside; has to also combine with the huge negative margin and opposite padding in the .promo column divs------------------------*/
	background-color: white;
}
.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.*/
	
.promo img  { max-width:100%; }

.promo h3 { font-size: 1.1em; margin: 0; }

.promo p { line-height: 1.2em; font-size: .9em; margin-bottom: .5em; }

.promo ul {
	padding: 0;	
	margin: .5em .5em .5em 1em;
}

.small_promo_box {
	padding: 0;
	float: left;
	width: auto;
	background-color: white;
}

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

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

.small_promo_box li {
	display: inline-block;
	float: left;
	margin: .8em 2em;
	background-color: white;
	border: 1px solid #174b97;
	font-size: .8em;
	padding: .4em;
}

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

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

.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: 50%;
	height: auto;
}

.twoCOLlist_right { float: right; }
.twoCOLlist_left { float: left; }

.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;
}

.prioritycontentCOL1   /* This is bigger column with the priority info inside of the bigcontentwrapper on inside pages*/
{
	background-color: #fff;
	float: left;
	width: 74%;
	margin-right: 1%;
}

.prioritycontentCOL1, .sidebarCOL2 
	{		
	    padding-bottom: 99999px;
		margin-bottom: -99999px;
	}  /* ----------------------- "bigcontentwrapper" container is set to overflow hidden so that the 2 column layout on inside pages have equal height no matter what is inside; has to also combine with the huge negative margin and opposite padding in the prioritycontentCOL1 and sidebarCOL2 divs------------------------*/
	  
.sidebarCOL2  /* This is smaller column with the sidebar info inside of the bigcontentwrapper on inside pages*/
{
	background-color: #d2dcef;
	float: left;
	width: 25%;
}
	
.paddedwrap
{ padding: 1.25em;
}  /* --- For anything you want to have a small padding around--*/

/* --END LAYOUT CSS---*/
.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;
}

.sidebar-foot {
	text-align:center;
	margin: 0 auto;
}

/*.anchor:before { 
  display: block; 
  content: " "; 
  margin-top: -3em; 
  height: 3em; 
  visibility: hidden; 
} */

:target {
	position: relative;
    border: 2px solid #D4D4D4;
    background-color: #e5eecc;
	display: inline-block;
}

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

.clear { clear: both; }

/*--- NAVIGATION ---*/
.nav-bar  /* THIS DIV HOLDS THE CONTENT OF THE NAVIGATION between the header and .themiddle section; */
{
	float: none;
	clear: both;
	margin: 10px auto 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	background-image:url(../images/navbkgd.jpg);	
	background-repeat: repeat;
}

.nav-container  /* This holds the centered, nav listing inside the 100% width nav-bar but at the same width as the .bigcontentwrapper */
{
	max-width: 70em;
	margin: 0 auto;
	height: auto;
}

.nav-container ul {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.nav li {
	display: inline;
	padding: 12px 40px 20px 0px; /* gives spaces around links in nav when in large screen mode */
	
}

.nav a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
}
	
.nav a:hover { color:#d2dcef; }


#nav-extra { /* This is a submenu and Facebook link that displays on the top for bigger displays and beneath nav on small screens as .header-extra */
	display: none;
}

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

.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 hr {
    width: 100%;
    font-size: 1px;
    color: #FFF;
    line-height: 1px;
    margin-top: 1px;
    margin-bottom: 10px;
}

.footerwrap { 
	max-width: 70em;
	padding: 1em;
	margin: 0px auto 0px auto;  /* top, right, bottom, left (clockwise) */
	height: auto;
	text-align:center;
}

.footer .col {
	width: calc(33.333% - 14px); 
	float: left;
	border: 0px;
	margin: 6px;
	padding: 0px;
}
