.news-list-date	{
	font-size: smaller;
	color: gray;
}

.footer-logo-wrapper	{
	position: relative;
    height: 120px;
}
.some-footer {
	text-align: center;
}

.some-footer i, .social-media i {
    font-size: 30px;
    margin-right: 10px;
    color: #015e9e;
}

.some-footer-name {
    display: inline-block;
    margin-right: 20px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.news-page-item a > span	{
	padding: 0.4rem;
}

.myriad-b-c	{
	font-family: myriad-pro-condensed, sans-serif !important;
	font-weight: 700 !important;
	font-style: normal !important;
}

.myriad-b-c a	{
	font-family: myriad-pro-condensed, sans-serif !important;
	font-weight: 700 !important;
	font-style: normal !important;
}


.form-wrapper label	{
	font-family: myriad-pro, sans-serif !important;
	font-weight: 300 !important;
}

.myriad-r	{
	font-family: myriad-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.myriad-l	{
	font-family: myriad-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
}


h1, h2, h3	{
	font-family: myriad-pro-condensed, sans-serif !important;
	font-weight: 700 !important;
	font-style: normal !important;
}

h4, a	{
	font-family: myriad-pro, sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
	/*font-size: 1rem;*/
}


h5, h6, p, li {
	font-family: myriad-pro, sans-serif !important;
	font-weight: 300 !important;
	font-style: normal !important;
}

h2	{
	color: #005496;
	font-size: 3rem;
}

.myriad-b-c-light, .myriad-b-c-light a	{
	font-family: myriad-pro-condensed, sans-serif !important;
	font-weight: 300 !important;
	font-style: normal !important;
}


@media (min-width: 991.98px)  {
	h1	{
		font-size: 3.2rem
	}
}


.small-h1 {
	font-size: 2.5rem;
}

.lg-font {
	font-size: 2rem !important;
}

.text-uppercase	{
	text-transform: uppercase;
}

.red-link-btn	{
	text-transform: uppercase;
    background: #ed1c24;
    text-align: center;
    padding: 0.5rem 1rem;
	color: white !important;
	opacity: 1;
	transition: 0.15s;
}

.red-link-btn:hover	{
	opacity: 0.8;
	transition: 0.15s;
}


.header-logo, .footer-logo	{
	margin-top: 3rem;
	margin-bottom: 1rem;
	position: relative;
}

.header-logo-img	{
	width: 40%;
	background: white;
	padding: 1px 0;
}

.footer-logo-img	{
	width: 40%;
	background: #e7e7e8;
	padding: 1px 0;
}

.header-bands, .footer-bands	{
	position: absolute;
	height: 100%;
	width: 1000%;
	top: 0;
	left: -100%;
	z-index: -1;
}

.header-bands-blue, .footer-bands-blue	{
	background: #005496;
	height: 40%;
}

.header-bands-red, .footer-bands-red	{
	background: #ed1c24;
	height: 40%;
}

.header-bands-divider, .footer-bands-divider	{
	height: 20%;
}



@media (max-width: 374px) {
	.header-logo-img, .footer-logo-img	{
		width: 90vw;
	}
}

@media (min-width: 375px) and (max-width: 575.98px) {
	.header-logo-img, .footer-logo-img	{
		width: 73vw;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.header-logo-img, .footer-logo-img	{
		width: 60vw;
	}
}

@media (min-width: 767.98px) and (max-width: 991.98px) {
	.header-logo-img, .footer-logo-img	{
		width: 50vw;
	}
}

@media (min-width: 991.98px)  {
	.header-logo-img, .footer-logo-img	{
		width: 40%;
	}
}



.menu > li	{
	display: inline-block;
	padding: 1rem;
}

.menu > li > a	{
	color: #005496;
	position: relative;
	text-decoration: none;
}

.menu > li > a:before	{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -2px;
	left: 0;
	background-color: #005496;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.menu > li > a:hover:before	{
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.submenu	{
	list-style: none;
	position: absolute;
	background: white;
	z-index: 100;
	padding: 1rem;
}

.submenu > li	{
	padding: 0.5rem;
	min-width: 200px;
}

.submenu.level3	{
	position: relative;
}

.js-submenu	{
	box-shadow: 16px 14px 18px -22px rgba(0,0,0,0.75);
	max-height: 0;
	transition: all 0.15s ease-out;
	overflow: hidden;
	opacity: 0;
}

.js-menu-item:hover .js-submenu	{
	max-height: 500px;
	transition: all 0.25s ease-in;
	opacity: 1;
}

.mobile-menu-container	{
	display: none;
	position: absolute;
	width: 100%;
	top: 44px;
	background: white;
	z-index: 100;
}

.mobile-menu-container button	{
	background: white;
}

.mobile-menu, .mobile-submenu	{
	list-style: none;
}

.mobile-menu-item	{
	border-bottom: 1px solid lightgray;
	cursor: pointer;
}

.mobile-menu-item.last	{
	border-bottom: none !important;
}

.mobile-menu-item button	{
	border: none;
	float: right;
}
.mobile-menu-item button:focus	{
	outline: none;
}

.mobile-submenu	{
	display: none;
}

.open-mobile-menu	{
	position: absolute;
	right: 0px;
	height: 120%;
	top: -4px;
	background: white;
	border: none;
	font-size: 2.3rem;
	line-height: 2.3rem;
	padding: 0 1rem;
}

.open-mobile-menu:focus	{
	outline: none;
}

.open-mobile-menu i	{
	width: 35px;
}

.open-search-btn	{
	background: transparent;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	color: #1b508e;
	font-size: 150%;
	padding: 0.5rem;
	opacity: 1;
	transition: all 0.15s ease-out;
}

.open-search-btn:hover	{
	opacity: 0.8;
	transition: all 0.15s ease-out;
}

.open-search-btn:focus	{
	outline: none;
}

.search-popup	{
	display: none; 
	background: white;
	position: fixed;
	top: 20vh;
	left: 0;
	width: 100%;
	padding: 3rem;
	z-index: 1000;
}

.search-underlay	{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.30);
	z-index: 100;
}

.search-popup input	{
	width: 100%;
	border-radius: 10px;
}

.search-popup button {
	float: right;
	border: none;
	font-size: 120%;
}

.search-popup h5	{
	text-align: center;
}



.big-banner	{
	color: white;
}

.big-banner-img	{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.big-banner-bg	{
	position: absolute;
	height: 100%;
	width: 1000%;
	top: 0;
	left: -100%;
	background: #005496;
	z-index: -1;
}


.big-banner-link	{
	width: 48%;
}

.big-banner-link-container	{
	width: 75%;
}

@media (max-width: 991px) {
	.big-banner-link-container	{
		width: 100%;
	}
}

@media (max-width: 767px) {
	.big-banner-link	{
		width: 100%;
	}
	.big-banner-img	{
		height: auto;
		max-height: 350px;
	}
	.big-banner.container	{
		max-width: 100%;
	}
}


@media (max-width: 374px) {
	.open-mobile-menu {
		position: absolute;
		left: 12px;
		height: 38px;
		top: 57px;
		background: white;
		border: none;
		font-size: 2rem;
		line-height: 2rem;
		z-index: 101;
		border-radius: 6px;
		padding: 0px 8px;
		max-width: 51px;
	}
	.mobile-menu-container	{
		top: 44px;
		padding-top: 4rem;
	}
}



.icon-links-img	img {
	width: 60%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.icon-links-link a	{
	color: #005496 !important;
	border: 2px solid #1b508e;
	text-transform: uppercase;
	font-size: 1rem;
	width: 100%;
	padding: 0.9rem 0;
	display: block;
}

.icon-links-link a:hover	{
	color: #c20e1a !important;
}

.icon-links-link a:hover .icon-links-img img	{
	transform: scale(1.1);
}	

.border-bottom-light	{
	border-bottom: 1px solid lightgray
}

@media (max-width: 768px) {
	.icon-links-img img {
		max-width: 140px;
	}
	.icon-links-link a	{
		max-width: 290px;
		margin: 0 auto;
	}
}


.frontpage-news-title	{
	position: absolute;
	width: 100%;
	bottom: 0;
}

.frontpage-news-title h4	{
	margin-bottom: 0;
	display: block;
	width: 100%;
	font-size: large;
	text-transform: uppercase;
	background: rgba(0, 83, 148, 0.76) !important;
	color: white !important;
	padding: 1rem 0.5rem;
}

.frontpage-news-ingress	{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1.5rem 1rem;
	background: rgba(0, 83, 148, 0.76);
	height: 100%;
	color: white;
	opacity: 0;
	transition: 0.25s;
	display: flex;
	align-items: center;
}

.frontpage-news-ingress p	{
	width: 100%;
}

.frontpage-news-item:hover .frontpage-news-ingress	{
	opacity: 1;
	transition: 0.25s;
}

.frontpage-news-img img	{
	height: 100%;
    width: 100%;
    object-fit: cover;
	transition: 0.25s;
}

.frontpage-news-item:hover	.frontpage-news-img img {
	transform: scale(1.1);
	transition: 0.25s;
}

.frontpage-news-item	{
	min-height: 350px;
}

.frontpage-news-img {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.icon-infotext	{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1.5rem 1rem;
	background: rgba(0, 83, 148, 0.76);
	height: 100%;
	color: white;
	opacity: 0;
	transition: 0.25s;
	display: flex;
	align-items: center;
}

.icon-links-item:hover	.icon-infotext	{
	opacity: 1;
	transition: 0.25s;
}

.icon	{
	transition: 0.25s;
}

.icon-links__title {
	font-size: 42px;
}

.icon-links-item:hover .icon	{
	transform: scale(1.1);
	transition: 0.25s;
}

.icon-links-img	{
	position: relative;
}

.subscribe-container	{
	position: absolute;
	top: calc(100% + 16px);
	right: 0;
	z-index: 10;
}

.subscribe-container > div	{
	position:relative;
}

.subscribe-container a	{
	position: absolute;
	/*right: 0;*/
	right: 1rem;
}

.editor h1	{
	color: #005496;
}

.editor	{
	width: 100%;
}



li h3.news-title a {
	font-family: myriad-pro-condensed, sans-serif !important;
	font-weight: 700 !important;
    font-style: normal !important;
	
}
