@charset "utf-8";
/* CSS Document */

html {
  scroll-behavior: smooth !important;
}

body {
	margin: 0;
	overflow-x: 0;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
}


*,
*:before,
*:after {
  box-sizing: border-box;
}

/********************
Header
********************/

.nav-header {
	align-items: center;
}

.nav-header .left-nav:nth-child(6) {
	border: 1px solid #000;
	padding: 0 5px;
}

#dropLogin {
    left: -1.65em !important;
}

/********************
Main Banner
********************/

.main-site {
	margin-bottom: 6em;
}

.main-banner {
	position: relative;
    background: #F7F5EF;
    padding-top: 3em;
    border-bottom: 3px solid #000;
}

.main-banner > div.container-lg {
	display: flex;
}

.main-banner img {
    max-width: 600px;
    margin: 3.5em -4em 0 auto;
}

.main-banner .title-section {
    position: relative;
}

.main-banner .title-section h1 {
	font-weight: bold;
    font-size: 46px;
    margin-bottom: .5em;
    top: 40%;
    left: 0;
    transform: translate(0%, -50%);
    position: absolute;
    white-space: nowrap;
}

.main-banner .title-section h2 {
	font-weight: bold;
    font-size: 32px;
}

.main-banner .title-section p {
	font-size: 22px;
    margin-bottom: 2em;
}

.jump-links {
	text-align: center;
}

.jump-links a {
	display: inline-block;
    padding: 1em 10px;
    color: #000;
}

.jump-links a:focus,
.jump-links a:active,
.jump-links a:hover {
	color: #007BA7;
	text-decoration: underline;
}

/********************
cards
********************/

.card-section {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 2em;
}

.card-section .card-wrap:nth-of-type(1) {
	border: 1px solid #D9D9D9;
    grid-column: 1 / span 3;
	display: flex;
	padding: 1.5em;
}

.card-section .card-wrap:nth-of-type(2) {
	border: 1px solid #D9D9D9;
    grid-column: 1 / span 3;
	display: flex;
	padding: 1.5em;
}

.card-section .card-wrap:nth-of-type(3) {
	border: 1px solid #D9D9D9;
    grid-column: 4;
    grid-row: 1 / span 2;
}

.card-section .card-wrap:nth-of-type(1) img {
	height: 60px;
}

.card-section .card-wrap:nth-of-type(2) img {
	height: 60px;
}

.card-section .card-wrap:nth-of-type(3) img {
	width: 100%;
    height: 220px;
    object-fit: cover;
}

.card-section .card-wrap:nth-of-type(1) .card-content {
	margin-left: 4em;
}

.card-section .card-wrap:nth-of-type(1) .card-content p:nth-of-type(1) {
	font-size: 20px;
    margin: 0;
}

.card-section .card-wrap:nth-of-type(1) .card-content h3 {
	font-size: 28px;
    margin: 0.5em 0;
    font-weight: bold;
}

.card-section .card-wrap:nth-of-type(1) .card-content p:nth-of-type(2) {
	font-size: 17px;
    margin: 0 5% 0 0;
	color: #404040;
}

.card-section .card-wrap:nth-of-type(2) .card-content {
	margin-left: 4em;
}

.card-section .card-wrap:nth-of-type(2) .card-content ul {
	font-size: 17px;
    padding: 20px;
	color: #404040;
}

.card-section .card-wrap:nth-of-type(2) .card-content ul li {
	list-style-type: square;
}

.card-section .card-wrap:nth-of-type(2) .card-content p:nth-of-type(1) {
	font-size: 20px;
    margin: 0;
}

.card-section .card-wrap:nth-of-type(2) .card-content h3 {
	font-size: 28px;
    margin: 0.5em 0;
    font-weight: bold;
}

.card-section .card-wrap:nth-of-type(2) .card-content p:nth-of-type(2),
.card-section .card-wrap:nth-of-type(2) .card-content p:nth-of-type(3),
.card-section .card-wrap:nth-of-type(2) .card-content p:nth-of-type(4) {
	font-size: 17px;
    margin-bottom: 1em;
	color: #404040;
}

.card-section .card-wrap:nth-of-type(3) .card-content {
	padding: 1em;
}

.card-section .card-wrap:nth-of-type(3) .card-content p:nth-of-type(1) {
	font-size: 20px;
    margin: 0;
}

.card-section .card-wrap:nth-of-type(3) .card-content h3 {
	font-size: 25px;
    margin: 1em 0;
    font-weight: bold;
}

.card-section .card-wrap:nth-of-type(3) .card-content a {
	color: #007BA7;
	text-decoration: underline;
}

.card-section .card-wrap:nth-of-type(3) .card-content p:nth-of-type(2),
.card-section .card-wrap:nth-of-type(3) .card-content p:nth-of-type(3),
.card-section .card-wrap:nth-of-type(3) .card-content p:nth-of-type(4) {
	font-size: 17px;
    margin-bottom: 1em;
	color: #404040;
}

/********************
cards
********************/

.explore-section h2 {
	text-align: center;
    margin: 3em 0;
	font-size: 34px;
    font-weight: 400;
}

.icons {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 3em;
	margin: 0 0 0 10%;
}

.icon-card {
	display: flex;
    align-items: center;
}

.icon-card img {
	height: 100px;
}

.icons .icon-image {
	height: 80px;
    min-width: 90px;
	display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 1px 1px 4px 3px rgb(0 0 0 / 30%);
	margin-right: 2em;
}

.icons .icon-card:nth-of-type(1) .icon-image img {
	height: 60px;
}

.icons .icon-card:nth-of-type(2) .icon-image img {
	height: 70px;
}

.icons .icon-card:nth-of-type(3) .icon-image img {
	height: 25px;
}

.icons .icon-card:nth-of-type(4) .icon-image img {
	height: 70px;
}

.icons .icon-card:nth-of-type(5) .icon-image img {
	height: 70px;
}

.icons .icon-card:nth-of-type(6) .icon-image img {
	height: 60px;
}

.icons .icon-card:nth-of-type(7) .icon-image img {
	height: 70px;
}

.icons .icon-card:nth-of-type(8) .icon-image img {
	height: 60px;
}

/********************
projects
********************/

.horizontal-line {
	border-width: 3px;
    border-color: #000;
    margin: 3em 0;
}

.project-section div div h3 {
	text-align: center;
    margin: 0 0 1.5em 0;
    font-weight: 600;
    font-size: 34px;
}

.project-container {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5em;
    width: 80%;
    margin: 0 auto;
}

.proj-wrap img {
	width: 100%;
    height: 235px;
}

.proj-wrap span {
	padding: 10px 0;
    display: inline-block;
    font-weight: bold;
}

/********************
benefits
********************/

.benefit-section {
	width: 90%;
    margin: 2em auto;
}

.benefit-section h3 {
	text-align: center;
    margin: 0 0 1.5em 0;
    font-weight: 600;
    font-size: 34px;
}

.benefit-box{
	display: flex;
}

.benefit-image {
    width: 45%;
}

.benefit-promo {
	width: 40%;
}

.benefit-promo h4 {
	font-size: 25px;
    margin: 0 0 1em 0;
	font-weight: 400;
}

.benefit-promo p {
	font-size: 16px;
}

.benefit-promo strong {
	font-size: 17px;
	display: inline-block;
	margin-bottom: .5em;
}

.benefit-promo strong:nth-of-type(2) {
	margin-top: 1.5em;
	display: inline-block;
}

.benefit-section .benefit-box:nth-of-type(1) .benefit-promo,
.benefit-section .benefit-box:nth-of-type(3) .benefit-promo {
	width: 45%;
    margin: 0 0 0 6em;
}

.benefit-section .benefit-box:nth-of-type(1) .benefit-promo {
	margin-top: 1.5em;
}

.benefit-section .benefit-box:nth-of-type(2) .benefit-promo {
	width: 45%;
    margin: 0 6em 0 0;
}

.benefit-section .benefit-box:nth-of-type(2) {
	margin: 10% 0;
}

.bottom-banner h3 {
	text-align: center;
    margin-bottom: 2em;
    font-size: 26px;
}

.bottom-banner img {
	width: 100%;
}

.benefit-section .benefit-box:nth-of-type(1) .benefit-image img {
	display: flex;
    width: 100%;
}

.benefit-section .benefit-box:nth-of-type(2) .benefit-image img {
	display: flex;
    width: 100%;
    margin: 0 auto;
}

.benefit-section .benefit-box:nth-of-type(3) .benefit-image img {
	display: flex;
    width: 100%;
    margin: 0 auto;
}

/********************
Media
********************/

@media only screen and (max-width: 1500px) {
    .main-banner img {
        margin: 3.5em 0 0 auto;
    }
}

@media only screen and (max-width: 1400px) {
	.main-banner img {
		max-width: 530px;
	}
	.main-banner {
		padding: 6em 1em 0;
	}
}

@media only screen and (max-width: 1300px) {
	.main-banner img {
		max-width: 480px;
	}
	.main-banner .title-section h1 {
		font-size: 42px;
	}
	.main-banner .title-section h2 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 1200px) {
	.main-banner img {
		max-width: 450px;
	}
	.main-banner .title-section h1 {
		font-size: 38px;
	}
	.main-banner .title-section h2 {
		font-size: 26px;
	}
	.main-banner .title-section p {
		font-size: 18px;
	}
	.card-section {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 1.5em;
	}
	.card-section .card-wrap:nth-of-type(1) {
		grid-column: 1 / span 2;
	}
	.card-section .card-wrap:nth-of-type(2) {
		grid-column: 1 / span 2;
	}
	.card-section .card-wrap:nth-of-type(3) {
		grid-column: 3;
	}
	.project-container {
		grid-gap: 1.5em;
        width: 90%;
	}
}

@media only screen and (max-width: 1150px) {
	.proj-wrap span {
		height: 65px;
	}
}

@media only screen and (max-width: 1000px) {
	.main-banner img {
		margin: 4em 0 0 auto;
		max-width: 450px;
	}
	.main-banner .title-section h1 {
		font-size: 38px;
	}
	.main-banner .title-section h2 {
		font-size: 26px;
	}
	.main-banner .title-section p {
		font-size: 18px;
	}
	.main-banner > div.container-lg {
		flex-direction: column;
	}
	.title-section {
		white-space: nowrap;
	}
	.card-section .card-wrap:nth-of-type(1) .card-content {
		margin-left: 2em;
	}
	.card-section .card-wrap:nth-of-type(2) .card-content {
		margin-left: 2em;
	}
	.card-section .card-wrap:nth-of-type(2) .card-content h3 {
		font-size: 24px;
	}
    .project-container {
        width: 100%;
	}
}

@media only screen and (max-width: 900px) {
	.main-banner img {
		max-width: 400px;
	}
	.card-section .card-wrap:nth-of-type(1) img {
		height: 40px;
	}
	.card-section .card-wrap:nth-of-type(2) img {
		height: 40px;
	}
	.card-section .card-wrap:nth-of-type(1) .card-content h3 {
		font-size: 24px;
	}
	.card-section .card-wrap:nth-of-type(3) .card-content h3 {
		font-size: 22px;
	}
	.project-section div div h3 {
		margin: 0 0 1em 0;
		font-size: 30px;
	}
	.benefit-section h3 {
		font-size: 30px;
	}
	.benefit-section .benefit-box:nth-of-type(1) .benefit-promo, .benefit-section .benefit-box:nth-of-type(3) .benefit-promo {
		margin: 0 0 0 3em;
	}
	.benefit-section .benefit-box:nth-of-type(2) .benefit-promo {
		margin: 0 3em 0 0;
	}
	.benefit-section {
		width: 100%;
		margin: 2em auto;
	}
}

@media only screen and (max-width: 800px) {
	.project-container {
		grid-template-columns: 1fr 1fr;
		grid-gap: 3em;
	}
	.card-section .card-wrap:nth-of-type(3) img {
		height: 200px;
	}
	.proj-wrap span {
		height: unset;
	}
    .proj-wrap img {
        height: unset;
    }
}

@media only screen and (max-width: 700px) {
	.main-banner img {
		margin: 3em auto 0;
		max-width: 450px;
	}
	.card-section {
		grid-template-columns: 1fr;
	}
	.card-section .card-wrap:nth-of-type(1) {
		grid-column: 1;
	}
	.card-section .card-wrap:nth-of-type(2) {
		grid-column: 1;
	}
	.card-section .card-wrap:nth-of-type(3) {
		grid-column: 1;
		grid-row: 3;
	}
	.card-section .card-wrap:nth-of-type(3) img {
		height: 280px;
		object-position: 80% 20%;
	}
	.benefit-image {
		width: 50%;
	}
	.benefit-section .benefit-box:nth-of-type(1) .benefit-promo, .benefit-section .benefit-box:nth-of-type(3) .benefit-promo {;
		margin: 0 0 0 2em;
	}
	.benefit-section .benefit-box:nth-of-type(2) .benefit-promo {
		width: 50%;
		margin: 0 2em 0 0;
	}
}

@media only screen and (max-width: 600px) {
	.main-banner img {
		margin: 6em auto 0;
		max-width: 450px;
	}
	.title-section {
		white-space: normal;
	}
	.main-banner .title-section h2 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 500px) {
	.main-banner .title-section h1 {
        font-size: 34px;
    }
	.main-banner .title-section p {
        font-size: 15px;
    }
	.main-banner img {
		margin: 4em auto 0;
		max-width: 350px;
	}
	.card-section .card-wrap:nth-of-type(3) img {
		height: 220px;
		object-fit: cover;
	}
	.card-section .card-wrap:nth-of-type(1) img {
		height: 30px;
	}
	.card-section .card-wrap:nth-of-type(2) img {
		height: 30px;
	}
	.card-section .card-wrap:nth-of-type(1) .card-content {
		margin-left: 1em;
	}
	.card-section .card-wrap:nth-of-type(2) .card-content {
		margin-left: 1em;
	}
	.project-section div div h3 {
		font-size: 26px;
	}
	.benefit-section h3 {
		font-size: 26px;
	}
	.benefit-section {
		margin: 0 auto 2em;
	}
	.project-container {
		grid-gap: 2em;
	}
	.proj-wrap span {
		height: 65px;
	}
	.benefit-box {
		flex-direction: column;
	}
	.benefit-image {
		width: 100%;
	}
	.benefit-section .benefit-box:nth-of-type(1) .benefit-promo, .benefit-section .benefit-box:nth-of-type(3) .benefit-promo {
		width: 100%;
		margin: 0;
	}
	.benefit-section .benefit-box:nth-of-type(2) .benefit-promo {
		width: 100%;
		margin: 0;
	}
	.benefit-section .benefit-box:nth-of-type(1) .benefit-promo {
		margin-top: 0;
	}
	.benefit-section .benefit-box:nth-of-type(1) {
		flex-direction: column-reverse;
	}
	.benefit-section .benefit-box .benefit-promo {
		margin-bottom: 2em !important;
	}
	.benefit-section .benefit-box:nth-of-type(3) {
		flex-direction: column-reverse;
	}
	.benefit-promo h4 {
		font-size: 22px;
	}
	.benefit-section .benefit-box:nth-of-type(2) {
		margin: 20% 0;
	}
}

@media only screen and (max-width: 450px) {
	.card-section .card-wrap:nth-of-type(1) img {
		display: none;
	}
	.card-section .card-wrap:nth-of-type(2) img {
		display: none;
	}
	.card-section .card-wrap:nth-of-type(1) .card-content {
		margin-left: 0;
	}
	.card-section .card-wrap:nth-of-type(2) .card-content {
		margin-left: 0;
	}
	.card-section .card-wrap:nth-of-type(3) img {
		height: 180px;
	}
	.card-section .card-wrap:nth-of-type(3) .card-content a {
		margin-top: 2em;
		display: inline-block;
	}
	.card-section .card-wrap:nth-of-type(1) .card-content p:nth-of-type(1) {
		font-size: 18px;
	}
	.card-section .card-wrap:nth-of-type(2) .card-content p:nth-of-type(1) {
		font-size: 18px;
	}
	.card-section .card-wrap:nth-of-type(3) .card-content p:nth-of-type(1) {
		font-size: 18px;
	}
	.jump-links a {
		padding: 1em 5px;
	}
}






















