@charset "UTF-8";

h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black, Gadget, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 26px;
	color: #FFF;
	margin-bottom: 0;
	display: inline;
}

h2 {
	font-size: 18px;
	color: #06C;
	margin-bottom: 0;
	display: inline;
}

h3 {
	font-size: 14px;
	color: #06C;
	margin-bottom: 0;
	display: inline;
}

h4 {
	font-size: 14px;
	color: #FFF;
    display: inline;
}

h5 {
	font-size: 13px;
	color: #06C;
    display: inline;
}
a:hover {
	color: #06C;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none;
}

.nav-link {
	display: inline-block;
	line-height: 20px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 35px;
}

.nav-link:last-child {
	margin-right: 0;
}

.nav-link:hover {
	color: #000000;
}

.ribbon-header {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
	background-color: #183669;
	color: #FFFFFF;
	padding: 5px;
	position: relative;
}

.ribbon-header-small {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	background-color: #183669;
	color: #FFFFFF;
	padding: 5px;
	position: relative;
}

.ribbon-text {
	width: 100%; /* Make inner div smaller than the blue box */
	margin: 0 auto; /* Center the inner div horizontally */
	padding: 10px;
	border-radius: 5px;
	box-sizing: border-box; /* Include padding and border in width */
	border-top: 1px dashed #FFFFFF;
	border-right: 1px dashed #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
}

.contact-ribbon {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	background-color: #2d333b;
	color: #FFFFFF;
	padding: 10px;
	border-radius: 4px;
	width: 100%; /* Ensures it spans the full width */
}

.contact-ribbon-small {
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	background-color: #2d333b;
	color: #FFFFFF;
	padding: 10px;
	border-radius: 4px;
	width: 60%;
}