:root {
    --secondary-color: #173f8a;
}
body {
    font-size: 16px;
}
h6 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

h1.title {
    border-bottom: 1px solid #dddddd;
    text-transform: none;
    	font-size: 36px;
	color: var(--secondary-color);
    position: relative;
    padding-bottom: 9px;
}
h1.title:after {
    display: block;
    content: " ";
    position: absolute;
	bottom: -1px;
    width: 100px;
    height: 3px;
    background: #fec60d;
}
.main-container .region-header {
    margin-bottom: 2em;
}

.boldplus{
	font-size: 24px;
	line-height: 1.2em;
	color: var(--secondary-color);
}
.boldplusplus{
	font-size: 32px;
	line-height: 1.2em;
	color: var(--secondary-color);
}
.header-wrapper {
    justify-content: unset;
}
.logo-wrapper {
	margin: 0;
	max-width: 200px;
}
.navbar .logo-wrapper img {
	width: 200px;
}
.site-slogan {
    padding: 25px 50px !important;
}
.search-block-form {
    padding: 0 !important;
    margin-left: auto;
}

.container {
    max-width: 100% !important;
    width: 1396px;
}
#navbar-main::after {
    display: none;
}
.navbar-collapse {
	background-color: var(--secondary-color);
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-item.active, .navbar-expand-lg .navbar-nav .nav-item:hover {
    background: unset;
}
.navbar-expand-lg .navbar-nav .nav-item.active a, .navbar-expand-lg .navbar-nav .nav-item a:hover {
    color: #fec60d;
    padding: 15px 5px 10px;
}
.field--name-body p img {
    margin: 0 5px 10px 0;
    height: revert-layer;
}
.site-footer, .site-footer .region, #block-bb-subtheme-copyright {
    background: #0d244f;
}
@media screen and (max-width: 1200px) {

}

@media screen and (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-item.active, .navbar-expand-lg .navbar-nav .nav-item:hover {
    border-bottom: 5px solid #fec60d;
}
}
@media screen and (max-width: 991px) {
	.site-slogan {
    z-index: unset;
	}
	.search-block-form {
	    margin-top: auto;
	}
	#navbar-main .container {
    max-width: unset !important;
    width: unset;
		}
	ul.navbar-nav {
    border: unset;
    background-color: unset;
}
}

@media screen and (max-width: 767px) {
	.header-wrapper {
		padding: 0;
	}
	.site-slogan .field--name-body {
    margin-top: 0;
}
	.navbar .logo-wrapper img {
    width: 170px;
	}
	.header-wrapper > div:nth-child(2) {
    padding: 20px !important;
	}
	.site-slogan .boldplusplus {
    font-size: 26px;
	}
}
@media screen and (max-width: 540px) {
	.search-block-form {
    margin-top: 5px;
	}
	.header-wrapper > div:nth-child(2) {
		order: 3;
		padding: 0 !important;
		margin-top: 10px;
	}
	.field--name-body p img {
    height: auto;
	}
}

@media screen and (max-width: 420px) {
	#search-block-form {
    justify-content: flex-end;
	}
}
@media screen and (max-width: 400px) {

}