body {
	background: #022549;
}

header {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F4F4F4;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	margin-top: 10px;
}

.hd_bg {
	background: #0082C3 url(../images/bg_header.jpg) center center;
}

main {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
	margin-bottom: 15px;
}

a {
	color: #022549;
	text-decoration: none;
}

a:hover {
    color: #004E87;
    text-decoration: none;
}

.menu_top_links a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #054687;
}

.menu_top_links a:hover {
	color: #F3F3F3;
	text-decoration: none;
}

.bg_top_links {
	background-color: #13527C;
	padding: 5px;
	color: #FFFFFF;
}

.bg_top_links a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #13527C;
}

img {
	color:#000000;
	background-color: #FFFFFF;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	transform: rotate(-90deg);
	text-decoration: none;
	color: #F1F1F1;
} 

.dropdown-menu > li > a {
    color: #fff;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #fff;
	text-align: left;
	list-style: none;
	background-color: #212529;
	background-clip: padding-box;
	border: none;
	border-radius: 0px; 
}

.leftMenu {
	text-align: left;
	display: inline;
	list-style: none;
	line-height: 28px;
}

.leftMenu li {
	border-bottom: 1px dotted #333333;
}

/*
.leftMenu h3 {
font: bold 16px Verdana;
color: #111;
padding-left: 5px;
}

.leftMenu li a {
font: bold 13px Verdana;
color: #333;
padding: 5px;
text-decoration: none;
display: block;
}

.leftMenu li a:hover {
font: bold 13px Verdana;
color: #fff;
padding: 5px;
text-decoration: none;
display: block;
background-color: #4778B2;
}*/

.logo_min {
	margin-top: 5px;
	margin-bottom: 25px;
	background-color: #F4F4F4;
}

.top_links {
	text-align: right;
	margin-bottom: 5px;
	margin-top: 15px;
	height: 100px;
}

.menu_top_links {
	text-align: right;
	list-style: none;
	white-space: nowrap;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	font-style: italic;
	margin-top: 20px;
	font-weight: bold;
}

.menu_top_links li {
	white-space: nowrap;
	margin-right: 50px;
}

.menu_top_links img {
	width: 32px;
	height: auto;
}

h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.admusl {
	text-align: right;
}
@media (max-width: 480px) {
	.logo_iabg {
		width: 95%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.logo_min {
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		margin-bottom: 0px;
	}
	.top_links {
		margin-bottom: 5px;
		width: 75%;
		margin-top: 0px;
		height: 100px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.menu_top_links {
		margin-top: 15px;
	}
	.admusl {
		text-align: left;
	}
	.cc_page img {
		max-width: 99%;
		height: auto;
	}
}

.gray_r {
	background-color: #F3F3F3;
	border-radius: 15px;
	padding: 15px;
	margin: 7px;
}

.gray_r img {
	max-width: 100%;
	height: auto;
}

img {
	max-width: 100%;
	height: auto;
}

.marketing img {
	max-width: 100%;
	height: auto;
}

body {
    color: #022549;
}

.bg-dark {
	background-color: #13527C !important;
}

.navbar {
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-dark .navbar-nav .nav-link {
	color: rgb(255, 255, 255);
}

@media (min-width: 768px) {
.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
	font-weight: 600;
	letter-spacing: 1px;
}
}

.logo_iabg {
	width: 460px;
	height: auto;
	background-color: transparent;
	margin-top: 5px;
}

.navbar-dark .navbar-toggler {
	color: #ffffff;
	border-color: none;
}

h3.modal-title {
	font-size: 16px;
	font-weight: bold;
}

.table {
	color: unset;
}

.webcf {
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
}

.webcf a {
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 1px;
}

.webcf a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

