@charset "UTF-8";

.superscript {
/* used for SM symbol class */
position: relative;
bottom: 0.5em;
font-size: 0.5em;
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	background-color: #000066;
	margin: 0;
	padding: 0;
	color: #FFF;
	background-image: url(../_source/seal_1c_20a.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.body {
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #FFF;
	padding-left: 10px;
}

p {
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

.prefoot p {
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

a img { 
	border: none;
}

a:link {
	color: #FFCC00;
	border:none;
	text-decoration:none;
}
a:visited {
	color: #FFCC00;
	border:none
}
a:hover, a:active, a:focus {
	color: #FFCC00;
	border:none
}

.footer a:link {
	font-size: 10px;
	color: #FFF;
	
}

.footer a:visited {
	color: #FFF;
	border:none
}

.footer .table .tableheader a:link {
	font-size: 11px;
	color: #FC0;
	text-align:center;
}

.footer .table .tableheader a:visited {
	font-size: 11px;
	color: #FC0;
	text-align:center;
}

.footer .table .tableheader a:hover {
	font-size: 11px;
	color: #FC0;
	text-align:center;
}

.container {
	width: 960px;
	margin: 0 auto;
	z-index: 1000
}

.header {
	height: 152px;
	background-image: url(../_source/banner_text.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1040;
}

.content {
	padding: 10px 0;
	background: -moz-linear-gradient(left,  hsla(0,0%,100%,0.2) 0%, hsla(0,0%,100%,0) 50%, hsla(0,0%,100%,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(0,0%,100%,0.2)), color-stop(50%,hsla(0,0%,100%,0)), color-stop(100%,hsla(0,0%,100%,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  hsla(0,0%,100%,0.2) 0%,hsla(0,0%,100%,0) 50%,hsla(0,0%,100%,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  hsla(0,0%,100%,0.2) 0%,hsla(0,0%,100%,0) 50%,hsla(0,0%,100%,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  hsla(0,0%,100%,0.2) 0%,hsla(0,0%,100%,0) 50%,hsla(0,0%,100%,0.2) 100%); /* IE10+ */
	background: linear-gradient(to right,  hsla(0,0%,100%,0.2) 0%,hsla(0,0%,100%,0) 50%,hsla(0,0%,100%,0.2) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#33ffffff',GradientType=1 ); /* IE6-9 */
}

.prefooter {
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
	background: #1b179e; /* Old browsers */
	background: -moz-linear-gradient(top,  #1b179e 0%, #110e7c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b179e), color-stop(100%,#110e7c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1b179e 0%,#110e7c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1b179e 0%,#110e7c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1b179e 0%,#110e7c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1b179e 0%,#110e7c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b179e', endColorstr='#110e7c',GradientType=0 ); /* IE6-9 */
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #06F;
	border-right-color: #06F;
	border-left-color: #06F;
	border-bottom-color: #06F;
}

.precontent {
	color: #FFF;
	text-align: center;
	font-size: 18px;
}

.table {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	clear: both;
	padding: 10px;
	/*	margin-right:15%; */
	margin-bottom: 10px;
	/*	margin-left:5%;  */
	background: #000066; /* Old browsers */
	background: -moz-linear-gradient(top,  #000066 0%, #1b179e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000066), color-stop(100%,#1b179e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000066 0%,#1b179e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000066 0%,#1b179e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000066 0%,#1b179e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000066 0%,#1b179e 100%); /* W3C */


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000066', endColorstr='#1b179e',GradientType=0 ); /* IE6-9 */


}

.table .tableheader {
	font-size: 12px;
	font-weight: bold;
	color: #FC0;
}

.yellow {
	color:#FC0;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0;
	}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 0px;
	clear: both;
	z-index: -1;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#navbar {
	position: absolute;
	left: 0px;
	top: 150px;
	height: 50px;
	width: 100%;
	z-index: -5000;
	background: -moz-linear-gradient(top,  hsla(240,100%,20%,0.7) 0%, hsla(0,0%,0%,0.7) 99%, hsla(0,0%,0%,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(240,100%,20%,0.7)), color-stop(99%,hsla(0,0%,0%,0.7)), color-stop(100%,hsla(0,0%,0%,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  hsla(240,100%,20%,0.7) 0%,hsla(0,0%,0%,0.7) 99%,hsla(0,0%,0%,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  hsla(240,100%,20%,0.7) 0%,hsla(0,0%,0%,0.7) 99%,hsla(0,0%,0%,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  hsla(240,100%,20%,0.7) 0%,hsla(0,0%,0%,0.7) 99%,hsla(0,0%,0%,0.7) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  hsla(240,100%,20%,0.7) 0%,hsla(0,0%,0%,0.7) 99%,hsla(0,0%,0%,0.7) 100%); /* W3C */


	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000066', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FC0;
}

#navbar2 {
	left: 0%;
	top: 150px;
	height: 50px;
	width: 100%;
	vertical-align: middle;
}

#navbar2 ul{
	z-index: 9000;
}

/***************************************************************
==================== Social Media Buttons ======================
***************************************************************/

#MenuBar #linkedin {
	display: block;
	width: 32px;
	height: 32px;
	background: none;
	background-image: url(../_source/social_media_buttons/linkedin.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
	margin-top: 8px;
	padding-right: 0px;
	padding-left: 5px;
}

#MenuBar #linkedin:hover { 
	background-position: 0 -32px;
	
}

#MenuBar #linkedin:active { 
	background-position: 0 -64px;
}

#MenuBar #linkedin span
{
	position: absolute;
	top: -999em;
}

#MenuBar #facebook {
	display: block;
	width: 32px;
	height: 32px;
	background: none;
	background-image: url(../_source/social_media_buttons/facebook.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
	margin-top: 8px;
	padding-right: 0px;
	padding-left: 5px;
}

#MenuBar #facebook:hover { 
		background-position: 0 -32px;	
}

#MenuBar #facebook:active { 
	background-position: 0 -64px;
}

#MenuBar #facebook span
{
	position: absolute;
	top: -999em;
}

#MenuBar #twitter {
	display: block;
	width: 32px;
	height: 32px;
	background: none;
	background-image: url(../_source/social_media_buttons/twitter.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
	margin-top: 8px;
	padding-right: 0px;
	padding-left: 5px;
}

#MenuBar #twitter:hover { 
		background-position: 0 -32px;
	
}

#MenuBar #twitter:active { 
	background-position: 0 -64px;
}

#MenuBar #twitter span
{
	position: absolute;
	top: -999em;
}

#MenuBar #blog {
	display: block;
	width: 32px;
	height: 32px;
	background: none;
	background-image: url(../_source/social_media_buttons/blog.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
	margin-top: 8px;
	padding-right: 0px;
	padding-left: 5px;
}

#MenuBar #blog:hover { 
		background-position: 0 -32px;
	
}

#MenuBar #blog:active { 
	background-position: 0 -64px;
}

#MenuBar #blog span
{
	position: absolute;
	top: -999em;
}

#MenuBar #googleplus {
	display: block;
	width: 32px;
	height: 32px;
	background: none;
	background-image: url(../_source/social_media_buttons/googleplus.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
	margin-top: 8px;
	padding-right: 0px;
	padding-left: 5px;
}

#MenuBar #googleplus:hover { 
		background-position: 0 -32px;
	
}

#MenuBar #googleplus:active { 
	background-position: 0 -64px;
}

#MenuBar #googleplus span
{
	position: absolute;
	top: -999em;
}

#MenuBar #youtube {
	display: block;
	width: 32px;
	height: 32px;
	background: none;
	background-image: url(../_source/social_media_buttons/youtube.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
	margin-top: 8px;
	padding-right: 0px;
	padding-left: 5px;
}

#MenuBar #youtube:hover { 
		background-position: 0 -32px;
	
}

#MenuBar #youtube:active { 
	background-position: 0 -64px;
}

#MenuBar #youtube span
{
	position: absolute;
	top: -999em;
}

/***************************************************************
==================== MENU SCRIPT STYLES =======================
***************************************************************/

#MenuBar  {
	background-color:transparent;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	padding:0;
	border:none
}

.MenuBar br { 
	display:none;
}
.MenuBarLeftShrink {
	float: left;
	width: auto;
}
.MenuBarRightShrink {
	float: right;
	width: auto;
}
.MenuBarFixedLeft {
	float: left;
	width: 80%;
}
.MenuBarFixedCentered {
	float: none;
	width: 80%;
	margin-left:auto;
	margin-right:auto;
}
.MenuBarFixedCentered br {
	clear:both;
	display:block;
}
.MenuBarFixedCentered .SubMenu br {
	display:none;
}
.MenuBarFullwidth {
	float: left;
	width: 100%;
}

.MenuBar .MenuBarView {
	width: 100%;
}

/* Top level menubar items*/
#MenuBar .MenuItemContainer {
	padding: 0px 0px 0px 0px; 
	margin: 0;
	border:none;
	z-index: 999;
	
}
#MenuBar .MenuBarView > .MenuItemContainer:last-child {
	float: right;
}
#MenuBar  .MenuItem {
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 0px;
	border:none
}
#MenuBar  .MenuItemFirst {
	padding-left: 10px 
}
#MenuBar .MenuItemLast {
	border:none
}

#MenuBar  .MenuItem  .MenuItemLabel{
	text-align: center;
	line-height: 1.4em;
	color: #ffffff;
	background-color: transparent;
	width: 10em;
	width: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 16px;
	padding-left: 10px;
	border:none
}

/* First level submenu items */
#MenuBar .SubMenu  .MenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	background-color: transparent;
	padding: 0px 2px 0px 0px;
	border:none
}
#MenuBar  .SubMenu .MenuItemFirst {
}
#MenuBar  .SubMenu .MenuItemFirst .MenuItemLabel{
	padding-top: 6px; 
}
#MenuBar .SubMenu .MenuItemLast {
}
#MenuBar .SubMenu .MenuItemLast .MenuItemLabel{
	padding-bottom: 6px; 
}
#MenuBar .SubMenu .MenuItem .MenuItemLabel{
	text-align:left;
	line-height:1em;	
	background-color:transparent;
	color:#ffffff;
	padding: 6px 12px 6px 5px; 
	width: 7em;
	width:auto; 
}

/* Hover states for containers, items and labels */
#MenuBar .MenuItemHover {
	background: #000066; /* Old browsers */

	background: -moz-linear-gradient(top,  #000066 0%, #000000 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000066), color-stop(100%,#000000)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  #000066 0%,#000000 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #000066 0%,#000000 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  #000066 0%,#000000 100%); /* IE10+ */

	background: linear-gradient(to bottom,  #000066 0%,#000000 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000066', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ 
}

#MenuBar .MenuItemWithSubMenu.MenuItemHover .MenuItemLabel{
	color: #FFCC00;
}
#MenuBar .MenuItemHover .MenuItemLabel{
	background-color: transparent;
	color: #FFCC00;
}
#MenuBar .SubMenu .MenuItemHover {
	background: #000066; /* Old browsers */

	background: -moz-linear-gradient(top,  #000066 0%, #000000 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000066), color-stop(100%,#000000)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top,  #000066 0%,#000000 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top,  #000066 0%,#000000 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top,  #000066 0%,#000000 100%); /* IE10+ */

	background: linear-gradient(to bottom,  #000066 0%,#000000 100%); /* W3C */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000066', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#MenuBar .SubMenu .MenuItemHover .MenuItemLabel{
	background-color: transparent;
	color: #FFCC00;
}
/* Submenu properties -- First level of submenus */
#MenuBar .SubMenuVisible {
	background-color: #000066;
	min-width:100%;  
}
#MenuBar.MenuBar .SubMenuVisible {
	top: 100%;
	left:0px; 
	z-index:10;
}
#MenuBar.MenuBarVertical .SubMenuVisible {
	top: 0px;	
	left:100%;
	min-width:0px;
}
#MenuBar .MenuLevel1 .SubMenuVisible {
	background-color: #000066;
	min-width:0px;
	top: 0px;
	left:100%;0
}

#right { 
float:right; 
margin: 0 auto;
/* display: inline-block;
/*  padding-right:10px; */
/* table-width:400px;
table-height:600px; */
width:255px;
height:374px;
border:solid;
/* color:#369; */
color:#fff;
z-index: 1000;
}

.accordion {
	padding: 0 10px 15px;
}

.accordion .collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}

.accordion .collapse:not(.show) {
    display: none;
}

.accordion .accordion-item {
	border: 1px solid #d6dee6;
	border-radius: 8px;
    overflow: hidden;
}

.accordion .accordion-item + .accordion-item {
	margin: 15px 0 0;
}

.accordion .accordion-item .accordion-button {
	padding: 15px;
	width: 100%;
	display: flex;
    align-items: center;
	cursor: pointer;
	border: 0;
	font: 600 16px/1.4 Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	text-align: left;
	background-color: #d6dee6;
}

.accordion .accordion-item .accordion-button::after {
	content: "";
	width: 20px;
	height: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 20px;
    transition: transform 0.2s ease-in-out;
	margin-left: auto;
}

.accordion .accordion-item .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

.accordion .accordion-item .accordion-body {
	padding: 15px 5px;
}

.accordion.design-2 .accordion-item .accordion-button {
	background: none;
    color: #FFC000;
}

.accordion.design-2 .accordion-item .accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.ul-list {
	margin-left: 15px;
	padding-left: 15px;
	list-style: disc;
}

.footer .footer-menu {
	background: linear-gradient(to bottom,  #000066 0%,#1b179e 100%);
}

.footer .row {
	display: flex;
    flex-wrap: wrap;
	margin: 0 -8px 10px;
    padding: 10px 0;
    box-sizing: border-box;
}

.footer .col {
	width: 16.66666667%;
	flex: 0 0 auto;
}

.footer .col ul {
	padding: 0;
	list-style: none;
}

.footer .col ul li {
    text-align: left;
	font-size: 10px;
}

.footer .col ul li,
.footer .col ul li a {
	font-size: 10px;
}

.footer .col ul li + li {
    margin: 6px 0 0;
}

.footer .col h4,
.footer .col h4 a {
	font-size: 12px;
	color: #FC0;
	text-align: center;
	margin: 0;
	padding: 0;
}

.footer .col h4 {
	margin: 0 0 8px;
}

.footer .col {
	padding: 0 8px;
	box-sizing: border-box;
}

.footer .col + .col {
	border-left: 1px solid #03f;
}

#navbar2 .MenuBar > .fltlft > li.MenuItemContainer:nth-of-type(3) .SubMenu .SubMenuView > li.MenuItemContainer:nth-of-type(2) {
	white-space: normal;
    min-width: 190px;
}

#navbar2 .MenuBar > .fltlft > li.MenuItemContainer:nth-of-type(3) .SubMenu .SubMenuView > li.MenuItemContainer:nth-of-type(2) span {
	line-height: 15px;
}

ol.ul-list {
    list-style: decimal;
}

.MenuItemContainer .SubMenu {
	background-color: #000066;
	min-width: 100%;
}

.MenuItemContainer:hover .SubMenu {
	top: calc(100% - 3px);
	left: 0;
	z-index: 10;
}

.MenuItemContainer:hover > .MenuItem {
	background: linear-gradient(to bottom, #000066 0%,#000000 100%);
}

.MenuItemContainer:hover > .MenuItem,
.MenuItemContainer:hover > .MenuItem span.MenuItemLabel {
	color: #FFCC00 !important;
}

#MenuBar .MenuItemContainer.SocialIcons a {
	width: 25px;
	height: 50px;
	display: inline-block;
	margin: 0 8px;
}

#MenuBar .MenuItemContainer.SocialIcons a svg {
	height: 50px;
}

#MenuBar .MenuItemContainer.SocialIcons a.twitterIcon svg {
	width: 20px;
}

#MenuBar .MenuItemContainer.SocialIcons a.facebookIcon svg {
	width: 22px;
}

#MenuBar .MenuItemContainer.SocialIcons a.linkedinIcon svg {
	width: 25px;
}

#MenuBar .MenuItemContainer.SocialIcons a.envelopeIcon svg {
	width: 23px;
}

#MenuBar .MenuItemContainer.SocialIcons a.envelopeIcon {
	margin: 0 8px 0 5px;
	padding-left: 14px;
	position: relative;
}

#MenuBar .MenuItemContainer.SocialIcons a.envelopeIcon::before {
    content: '';
    width: 1px;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 6px;
    bottom: 6px;
}

#MenuBar .MenuItemContainer.SocialIcons a svg path {
	transition: 0.3s linear;
}

#MenuBar .MenuItemContainer.SocialIcons a svg path {
	fill: #8babca;
}

#MenuBar .MenuItemContainer.SocialIcons a.envelopeIcon svg path {
	fill: #ffffff;
}

#MenuBar .MenuItemContainer.SocialIcons a:hover svg path {
    fill: #FFCC00;
}

sup.sup {
	font-weight: 600;
}