@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	overflow-x: hidden;
	color: #000;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
}


*,
*:before,
*:after {
  box-sizing: border-box;
}

/********************
Header
********************/

.nav-list li:nth-of-type(2) a {
	text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #EE0000;
    text-decoration-thickness: 4px;
}

/*********************
Banner
*********************/

.banner-section {
	position: relative;
	z-index: -10;
}

.banner-section img {
	width: 100%;
    height: 500px;
}

/*********************
Main
*********************/

main {
	text-align: center;
}

.item-wrapper {
	margin: 3em 10em;
	text-align: left;
}

.item-wrapper h3 {
	font-size: 34px;
	text-align: center;
	margin: 2em 0;
	color: #002060;
}

.item-wrapper p {
	letter-spacing: 1px;
	font-size: 16px;
}

.item-wrapper p:not(:last-of-type) {
	margin-bottom: 2em;
}

/*********************
Banner
*********************/

.bottom-banner {
	background: #DEEBF7;
    padding: 3em;
}

.bottom-banner div div h2 {
	width: 70%;
    margin: 0 auto;
	margin-bottom: 1em;
    color: #002060;
	font-size: 37px;
}

.bottom-banner div div p {
	width: 70%;
    margin: 0 auto;
	letter-spacing: 1.5px;
}

.bottom-banner div div p:nth-of-type(1) {
	margin-bottom: 2em;
}

/*********************
Banners
*********************/

.promo-section h4 {
	margin: 2.5em 0;
    font-size: 32px;
    color: #002060;
}

.promo-banner {
    display: flex;
    align-items: center;
    padding: 0 2em;
}

.promo-section .promo-banner:nth-of-type(1) {
	margin-bottom: 3em;
	background: #BDD7EE;
}

.promo-section .promo-banner:nth-of-type(2) {
	background: #FBE5D6;
}

.promo-banner p {
	text-align: left;
    margin: 1em 3em;
}


/*********************
Topics
*********************/

.topics-section h2 {
	margin: 4em 0;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
}

.topics-container {
	border: 1px solid #D9D9D9;
	margin-bottom: 4em;
}

.topics {
	padding: 3em 4em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 2em;
	grid-column-gap: 2em;
}

.topics div {
	display: flex;
    align-items: center;
}

.topics div img {
	height: 110px;
    min-width: 140px;
	max-width: 140px;
	box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.4);
}

.topics div a {
	color: #0070C0;
    text-decoration: underline;
    padding: 0 20px;
	text-align: left;
}

/*********************
Media
*********************/

@media only screen and (max-width: 1400px) {
	.banner-section img {
		height: 450px;
	}
}

@media only screen and (max-width: 1300px) {
	.banner-section img {
		height: 400px;
	}
}

@media only screen and (max-width: 1200px) {
	.topics {
		padding: 1em;
	}
	.bottom-banner div div h2 {
		width: 80%;
	}
	.bottom-banner div div p {
		width: 80%;
	}
	.item-wrapper {
		margin: 3em 6em;
	}
	.promo-section h4 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 1100px) {
	.topics {
		grid-column-gap: 1em;
	}
	.topics div img {
		height: 95px;
		min-width: 130px;
		max-width: 130px;
	}
}

@media only screen and (max-width: 1000px) {
	.topics {
		grid-template-columns: 1fr 1fr;
	}
	.banner-section img {
		height: 380px;
	}
	.bottom-banner div div h2 {
		width: 90%;
		font-size: 28px;
	}
	.bottom-banner div div p {
		width: 90%;
	}
}

@media only screen and (max-width: 900px) {
	.item-wrapper {
		margin: 3em 4em;
	}
	.promo-section h4 {
		font-size: 24px;
	}
	.item-wrapper h3 {
		font-size: 28px;
	}
	.banner-section img {
		height: 350px;
	}
}

@media only screen and (max-width: 800px) {
	.bottom-banner div div h2 {
		width: 100%;
		font-size: 26px;
	}
	.bottom-banner div div p {
		width: 100%;
		font-size: 15px;
	}
	.promo-section h4 {
		font-size: 22px;
	}
	.promo-banner img {
		height: 150px;
	}
	.topics-section h2 {
		font-size: 22px;
		margin: 2.5em 0;
	}
	.banner-section img {
		height: 330px;
	}
}

@media only screen and (max-width: 700px) {
	.topics {
		grid-template-columns: 1fr;
	}
	.bottom-banner {
		padding: 2em 1em;
	}
	.item-wrapper {
		margin: 3em 2em;
	}
	.promo-section h4 {
		font-size: 19px;
	}
	.promo-banner p {
		margin: 1em 2em;
		font-size: 15px;
	}
	.banner-section img {
		height: 300px;
		object-fit: cover;
	}
	.bottom-banner div div h2 {
		font-size: 23px;
	}
}

@media only screen and (max-width: 600px) {
	.item-wrapper h3 {
		font-size: 24px;
		margin: 1em 0;
	}
	.item-wrapper {
		margin: 3em 0;
	}
	.banner-section img {
		height: 270px;
	}
}

@media only screen and (max-width: 500px) {
	.bottom-banner div div h2 {
		font-size: 20px;
	}
	.item-wrapper h3 {
		font-size: 22px;
	}
	.promo-banner {
		padding: 0 1em;
	}
	.banner-section img {
		height: 250px;
	}
}

@media only screen and (max-width: 450px) {
	.promo-banner {
		flex-direction: column;
	}
	.banner-section img {
		height: 230px;
	}
	.bottom-banner .container-lg {
		padding: 0 !important;
	}
}

@media only screen and (max-width: 400px) {
	.topics div img {
		height: 80px;
		min-width: 110px;
		max-width: 110px;
	}
	.topics div a {
		font-size: 15px;
	}
	.banner-section img {
		height: 200px;
	}
}





