



/* General */

body {
	font-family: 'Roboto', sans-serif;
	background: rgb(0,59,124);
	background: linear-gradient(180deg, rgba(0,59,124,1) 33%, rgba(255,255,255,1) 100%);
}
#content-wrapper {
	max-width: 1300px;
    margin: 0 auto;
	background-color: #fff;
}

/* Header */

.edcenter-header {
    padding-left: 0;
    padding-right: 0;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 54%);
}
.edcenter-header > div:first-child {
    background-color: #012968;
    color: #fff;
	width: 100%;
	margin: 0;
	/* height: 25px; */
    /* display: flex; */
    /* align-content: center; */
    /* line-height: 25px; */
}
.edcenter-header > div:first-child > div {
	display: flex;
    height: 33px;
    align-items: center;
    justify-content: center;
	padding-top: 4px;
}
.edcenter-header > div:first-child > div > span {
	font-size: 16px;
	right: 33px;
    position: relative;
}
.edcenter-header > div:nth-child(2) {
	height: 125px;
	width: 100%;
}
.edcenter-header > div:nth-child(2) > div:first-child {
	display: flex;
    align-items: center;
	padding-left: 50px;
}
.edcenter-header > div:nth-child(2) > div:first-child img {
    width: 335px;
}
/* .edcenter-header > div:nth-child(2) > div:last-child { */
    /* display: flex; */
    /* align-self: center; */
    /* justify-content: flex-end; */
	/* padding-right: 100px; */
/* } */
/* .edcenter-header > div:nth-child(2) > div:last-child img { */
    /* max-width: 197px; */
/* } */
.edcenter-header > div:last-child {
    background-image: url(/images/images-new/header-stripe-divider.png);
    background-repeat: repeat-x;
    height: 6px;
    width: 100%;
    margin: 0;
}

/* header / mobile */

@media (max-width: 991px) { 
	.edcenter-header > div:first-child > div > span {
		 font-size: 11px;
		 right: 0;
		 text-align: center;
	}
}
@media (max-width: 768px) { 
	.edcenter-header > div:nth-child(2) > div:first-child {
		 justify-content: center;
		 padding-left: 30px;
	}
	.edcenter-footer > div:nth-child(2) > div:last-child img {
		padding-top: 5px;
	}
	.edcenter-header > div:first-child > div > span > span {
		 display: inline-block;
	}
	.edcenter-header > div:nth-child(2) {
		height: auto;
		padding: 10px 0;
	}
}




/* Main Content */

.container.main-content {
	margin-top: 40px;
    margin-bottom: 40px;
}


/* Footer */

.edcenter-footer {
	background-color: #012968;
	/* position: absolute; */
    /* bottom: 0; */
	padding: 0;
}
.edcenter-footer > div:first-child {
	background-image: url(/images/images-new/header-stripe-divider.png);
    background-repeat: repeat;
    height: 11px;
    width: 100%;
    margin: 0;
}
.edcenter-footer > div:nth-child(2) {
	min-height: 110px;
	align-content: center;
}
.edcenter-footer > div:nth-child(2) > div:first-child {
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding-left: 45px;
	min-height: 110px;
}
.edcenter-footer > div:nth-child(2) > div:first-child p {
	color: #fff;
	font-size: 12px;
	margin-bottom: 8px;
}
.edcenter-footer > div:nth-child(2) > div:last-child {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 30px;
}
.edcenter-footer > div:nth-child(2) > div:last-child img {
	max-width: 205px;
}
.edcenter-footer > div:nth-child(3) {
	margin: 0;
}
.edcenter-footer > div:nth-child(3) > div {
	color: #fff;
    height: 60px;
    font-size: 12px;
	letter-spacing: 2px;
    /* background-color: #045cbe; */
    background-color: #003b7c;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-left: 30px;

}
.edcenter-footer > div:nth-child(4) {
	height: 16px;
	background-color: #afc0d2;
	margin: 0;
}

/* Footer / mobile */

@media (max-width: 768px) {
	.edcenter-footer > div:nth-child(2) > div:first-child {
		padding-top:20px;
		min-height: auto;
	}
	.edcenter-footer > div:nth-child(2) > div:first-child p {
		text-align: center;
	}
	.edcenter-footer > div:nth-child(2) > div:last-child {
		padding-bottom: 20px;
		justify-content: center;
		padding-left: 60px;
	}
	.edcenter-footer > div:nth-child(3) > div {
		justify-content: center;
		text-align: center;
		padding-left: 15px;
	}
}


