﻿body 				{height: 100%;
					width: 100%;
					margin:0;
					background-color: #ECEAE7;}

/*********** MAIN NAV MENU **********/

nav {
	background: #0A4168;
	width: 100%;
	height: 33px;
	margin: 0px;
	padding: 0px;
	font-family: NotoSans,Verdana;
	font-weight: 600;
	overflow: hidden;
}
nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
nav ul li {
	display: inline-block;/*KEEPS <LI> HORIZONTAL */;
	line-height: 25px;
}
nav ul li:hover {
	/* HOVER OVER MAIN MENU */
	background-color: #126383;/*CORNERSTONE BLUE */
}
/* MAIN NAV LINKS */
nav ul li a {
	display: block;
	float: left;
	list-style: none;
	padding: 4px 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
/********** 2ND LEVEL DROP DOWN **********/
nav ul li ul {
	display: none;/*HIDES THE DROP DOWN MENU*/
}
nav ul li ul li {
	width: 100%;
}
nav ul li ul li a {
	color: black;/*COLOR BEFORE HOVER */
}

/* HOVER STYLING */
nav ul li:hover ul {
	/* HOVER OVER THE SUB UL */
	width: 225px;
	display: list-item;
	position: absolute;
	margin-left: -40px;
	margin-top: 33px;/*DONT CHANGE*/;
	background-color: #f7f7f7;
	box-shadow: 1px 1px 2px #666666;
	border-radius: 2px;
}
nav ul li:hover ul li {
	position: relative;
	display: block;
	float: left;
	background-color: #F7F7F7;
}
nav ul li:hover ul li a {
	/* HOVER OVER SUB MENU LIST ITEMS */
	display: block;
	margin-left:0px;
	color: #000000;/* BLACK */;
	font-weight: normal;
	padding: 0px;
	font-size: 14px;
	line-height: 30px;
	border-left: none !important;
	border-right: none !important;
	width:100%
}
nav ul li:hover ul li a:hover {padding-left:0px;
	/* HOVER OVER SUB MENU LINKS */
	color: #FFFFFF;/* WHITE */;
	font-weight: bold;
	background-color:#126383;}
	
	
/* ******************* HEADER CODE *******************/
/* ******************* HEADER CODE *******************/
/* ******************* HEADER CODE *******************/
/* ******************* HEADER CODE *******************/
/* ******************* HEADER CODE *******************/
.sticky-header {
	display: table;
	position: relative;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}
.header-space			{height:0px}

/* LOGO & BANNER CODE */
.logo {
	width: 320px;
	height: 100px;
	margin-top:auto;
	margin-bottom:auto;
}

/* - HEADER BANNER*/
#header-banner {
	display: inline-block;
	float: right;
	width: 350px;
	height: auto;
	margin-top: .5em;
	margin-bottom:auto;
	margin-right: 1em;
	padding: 3px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	border-radius: 5px;
	box-shadow: 3px 3px 10px #333333;
}

.banner-text {
	font-family: "Open Sans", arial, helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #333333;
}


#header-banner.mobile {display: none;}


}
/********** PAGE & CONTENT HEIGHTS, WIDTHS & PADDING #ECEAE7**********/
	
}
#pagewrapper {
	width: 100%;
	
}
.pagebox {
	background-color: #FFFFFF;
	max-width: 1100px;
	margin: 0 auto;
}
#contentbox {
	max-width: 100%;
	padding: 10px 50px 30px 50px;
}
#content {
	max-width: 100%;
}
/*MAIN CONTENT*/
/* DEFAULTS - MARGINS SPACING */
table, tr, td {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}
/* TABLE FOR RESOURCES PAGE */
.table-resources {
	margin: 10px;
	width: 100%;
	text-align: justify;
}
.table-resources tr, td {
	padding: 0px 40px 50px 0px;
}
/* DEFAULTS - ALIGNMENT */
.td-center {
	text-align: center;
}
.td-top {
	vertical-align: top;
}
.center-div {
	margin-left: auto;
	margin-right: auto;
}

/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */
body, div, table {
	color: #292929;
	font-family: NotoSans,Verdana;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.5;
}
.title {
	color: #292929;
	font-size: 28px;
	font-family: NotoSans,Verdana;
	font-weight: 700;
	
}
.subtitle {
	color: #0A4168;
	font-size: 25px;
	font-family: NotoSans,Verdana;
	letter-spacing: -.02em;
	margin-bottom:2px;

	}
.smalltitle {
	color: #0A4168;
	font-size: 21px;
	font-family: NotoSans,Verdana;
	margin-bottom:2px;
		
}
.resourcestitle{
	color: #0A4168;
	font-size: 16px;
	font-family: NotoSans,Verdana;
	letter-spacing:-.019em;
	text-align:left;
	
}
.glossarytitle {
	color: #0A4168;
	font: 17px;
	font-family: NotoSans,Verdana;
	margin-bottom: 0px;
	padding-top: 0;
}
.embedded-style {
	display: inline-block;
	color: #292929;
	font-family: NotoSans,Verdana;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.55;
	padding: 0px;
	margin: 0px;
}

/* LIST */
.list {
	display: inline-block;
	float: none;
	color: #292929;
	font-size: 15px;
	font-weight: 600;
	line-height: 150%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
}
.list li {
	text-indent: 10px;
}
/* IMAGES, FLOATS AND IMAGE SPACING */

.rimage {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	text-align:center;
}

.img-float {
	float: left;
	margin: 3px 20px 3px 0px;
}
.img-float-right {
	float: right;
	margin: 3px 0px 3px 20px;
}


.divclear {
	height: 1px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	margin: 0px;
}
/* PAGE LINES & BORDERS */

.page-splits {
	line-height: 1px;
	width: 100%;
	font-size: 1px;
	height: 1px;
	background-color: transparent;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 0px;
	background-image: linear-gradient(to right, #FFFFFF, #A09D93, #A09D93, #A09D93, #FFFFFF);
	border-top: #A09D93 .5px solid;
}
.page-splits-home {
	margin-top: 30px;
	border-top: 1px solid #C4C2BC;
}
.splits-xtramargin {
	margin-top: 30px;
	margin-bottom: 30px;
}
/********* HOME PAGE CODE **********/
/* HOME PAGE UPPER 2 COLUMN TEXT CONTENT */
#contentbox-home {
	max-width: 100%;
	margin: 0 auto;
	padding: 0px 25px 0px 25px;
}
.homecontent-outer {
	background-color: transparent;
	max-width: 99%;
	margin: 0 auto;
}
.homecontent {
	float: left;
	max-width: 50%;
	margin: 0px auto 0px auto;
}
.subtitle-index {
	color: #4A6DA7;
	font-size: 25px;
	font-family: NotoSans,Verdana;
	letter-spacing: -.02em;
	font-weight: bold;
}
.content-left {
	border-width: 1px;
	font-size: 17px;
	padding: 20px 30px 10px 30px;
	border-right: 1px solid #C4C2BC;
}
.content-right {
	font-size: 17px;
	padding: 20px 30px 10px 30px;
}
/* HOME 3 BOX COLUMNS */
.introbox {
	float: left;
	width: 33.33%;
}
.introtitle {
	font-size: 19px;
	color: #FFFFFF;
	font-weight: 600;
	text-align: center;
	padding: 10px 6px 10px 6px;
	margin: 10px 0px 30px 0px;
	background-color: #A09D93;
	border: solid #CCCCCC;
	border-width: 3px 0px 0px 0px;
	border: 1px solid #999999;
	border-radius: 5px;
	box-shadow: 3px 3px 10px #333333;
}
.introbox-text {
	font-size: 17px;
	line-height: 160%;
	padding: 0px 0px 5px 0px;
	text-align: left;
	margin-bottom: 30px;
}
.embedded-style-home {
	display: inline-block;
	color: #292929;
	font-family: NotoSans,Verdana;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.55;
	padding: 0px;
	margin: 0px;
}
.introbox-inner {
	background-color: transparent;
	text-align: center;
	padding: 25px 0px 10px 0px;
	margin: 10px 0px 50px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.introbox-left {
	display: block;
	margin-left: 20px;
	margin-right: 20px;
}
.introbox-center {
	display: block;
	margin-left: 20px;
	margin-right: 20px;
}
.introbox-right {
	display: block;
	margin-left: 20px;
	margin-right: 20px;
}
.boxes2 {
	text-align: left; /*LOWER BOXS TEXT*/;
	color: red;
	background-color: transparent;
	border: solid #C0C0C0;
	border-width: 2px 0px 2px 0px;
	padding: 6px 2px 6px 2px;
	margin: 0px;
}
/* BOXES2 LINK STYLING */
.boxes2 a {
	font-size: 14.5px;
	color: #0A4168;
	text-decoration: none;
}
.boxes2 a:visited {
}
.boxes2 a:hover {
	color: red;
}
.boxes2 a:active {
}

/* TABLE FOR LOGOS FOR EXPERIENCE PAGE.HTM (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 24%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* FOOTER */
.footerbox {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: solid #000000;
	border-width: 0px;
	background-color: #223C57;
	background-position: left top;
}
.footerbox, .footerbox div, .footerbox table {
	color: #FFFFFF;
}
.footer-pad {
	padding: 35px 10px 20px 10px;
}
div.footer-title {
	color: #FFFFFF;
	font-size: 17px;
	font-family: NotoSans,Verdana;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 3px;
	border-bottom: #4B7AA9 2px solid;
}
table.footer-links td {
	text-align: left;
	padding: 5px 50px 5px 40px;
}
.footer-links {
	width: 85%;
	max-width: 900px;
	font-size: 15px;
	line-height: 35px;
}
.footerlinks-1 {
	width: 33%;
	border-left: #316981 1px solid;
	border-right: #316981 1px solid;
}
.footerlinks-2 {
	width: 33%;
	border-right: #316981 1px solid;
}
.footerlinks-3 {
	width: 33%;
	border-right: #316981 1px solid;
}
.footer-copyright {
	padding: 14px 10px 14px 10px;
	margin: 0px 0px 0px 0px;
	background: rgba(0,0,0,0.10);
	border: solid #4B7AA9;
	border-width: 1px 0px 0px 0px;
}
.copyright-text {
	color: #FFFFFF;
	font: 11px "Open Sans", arial, sans-serif;
}
/* FOOTER LINK COLORS */
.footerbox a:link, .footerbox a:visited, .footerbox a:active {
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
}
.footerbox a:hover {
	color: #83DCFC;
	text-decoration: underline;
	white-space: nowrap;
}
.phonetitle {
	color: #000000;
	font: 14px "Open Sans", arial, sans-serif;
	font-weight: 700;
	line-height: normal;
}
.contact-select {
	color: #223C57;
	font-weight: normal;
	margin: 6px 0px 6px 0px;
}
.form-box {
	margin: 20px 0px 10px 50px;
}
/* FAQ PAGE */
.faq-box {
	display: none;
	margin: 0;
	padding: 10px 20px;
	border: #999999 0px solid;
}
/* AUDIT PAGE TEXT */
.audit-page {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 2px;
	text-align: center;
	background-color: #C0C0C0;
	width: 75%;
}
/* HIDE DROP MENU AND ITEMS FOR PRINTING */
@media print			
{
.printhide {
	display: none;
}
}
/*--------------------MEDIA QUERIES--------------------*/
/*--------------------MEDIA QUERIES--------------------*/
/*--------------------MEDIA QUERIES--------------------*/


/*--SCREENSIZE #1--* MAX 890--*/
@media handheld and (max-width:890px),screen and (max-width:890px)
{
.logo					{width:249.60px;
						height:auto;}

			
.banner-text 			{font-size: .9em;}
						
#contentbox {
	padding: 10px 10px 50px 10px;
}
.title {
	font-size: 26px;
	line-height: 120%;
}
.subtitle {
	font-size: 23px;
	letter-spacing: -.02em;
}
.subtitle-index {
	font-size: 21px;
	letter-spacing: .02em;
}
.smalltitle {
	font: 23px;
}
.introbox-inner {
	margin-bottom: 15px;
}
.introtitle {
	font-size: 17px;
}
.introbox-text {
	font-size: 16px;
}
.embedded-style-home {
	font-size: 16px;
}
.boxes2 {
	font-size: 17px;
}
.content-pad {
	padding: 0px 40px 0px 40px;
}
}
/*--SCREENSIZE #2--* MAX 768--*/
@media handheld and (max-width:768px), screen and (max-width:768px)
{
.logo					{width:214px;
						height:auto;}

#header-banner 			{width: 320px;
						height: auto;
						margin-top:.4em;}						
.banner-text 			{font-size: .8em;
}
.title {
	font-size: 24px;
	line-height: 110%;
}
.subtitle {
	font-size: 18px;
}
.smalltitle {
	font-size: 18px;
}
.content-left {
	font-size: 14px;
	padding: 10px 15px 10px 15px;
}
.content-right {
	font-size: 14px;
	padding: 10px 15px 10px 15px;
}
.boxes2 {
	font-size: 16px;
}
.introbox-inner {
	padding: 0px 0px 5px 0px;
}
.homecontent-outer {
	max-width: 901px;
}
.embedded-style-home {
	font-size: 14px;
}
}
/*--SCREENSIZE #3--* MAX 700--*/
@media handheld and (max-width:700px),screen and (max-width:700px)
{
.logo					{width:194px;
						height:auto;}

#header-banner 			{width: 250px;
						height: auto;
						margin-top:.35em;}
					
.banner-text 			{font-size: .7em;}


#contentbox {
	padding: 5px 0px 50px 0px;
}
.content-pad {
	padding: 10px 20px 10px 20px;
}
.subtitle {
	font-size: 16px;
}
.subtitle-index {
	font-size: 18px;
	letter-spacing: .02em;
}
.smalltitle {
	font-size: 16px;
}
.boxes2 {
	font-size: 14px;
}
.introbox-text {
	font-size: 14px;
}
}
/*--SCREENSIZE #4--* MAX 640--*/
@media handheld and (max-width:640px), screen and (max-width:640px)
{
.logo						{width:176px;
							height:auto;}


#header-banner				{width: 250px;
							height: auto;}
						
.banner-text 				{font-size:.65em;}

#header-banner.desktop 		{display: none;}
#header-banner.mobile 		{display: block;
							margin-top:auto;
							margin-bottom:auto}

.content-right				{display:none;}

.content-left 				{width:300px;
							border:none}

	
.title {
	font-size: 23px;
	line-height: 105%;
}
.subtitle {
	font-size: 16px;
}
.smalltitle {
	font-size: 14px;
}
.introbox {
	width: 100%;
	float: none;
	margin: 0 auto;
}
.footerbox {
	display: none;
}
}

/*--SCREENSIZE #5--* MAX 440--*/
@media handheld and (max-width:600px), screen and (max-width:600px)
{
						#header-banner.mobile 	{display: none;}}

