/*=== HEADER ===*/
#header {
    height: 150px;
}
h2 {
	line-height: 30px;
}
.header-wrapper {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 120;
    height: 120px;
    background: transparent;
}
.header-menu .container {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.header-menu .container {
    max-width: 1920px;
    padding-top: 25px;
}
.logo-wrapper {
    width: 200px;
    line-height: 0;
    flex-shrink: 0;
    flex-grow: 0;
    position: absolute;
    top: 5px;
}
.logo-wrapper .logo {
    width: auto;
}
.logo img{
    display: block;
}
.header-menu-right {
    height: 100%;
    display: flex;
    flex-grow: 1;
    padding-right: 25px;
}
.header-menu {
	padding-bottom: 25px;
	padding-top: 25px;
}
.header-menu .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    background: #03264D;
    border-radius: 0;
    border-radius: 10px;
    top: 22px;
    position: relative;
    max-height: 60px;
    background-color: #02425F;
    color: #FFF;
}
.header-menu .btn:hover {
    background: #9DCEEF;
    color: #03264D;
}
#nav-btn,
#nav-close-btn {
    display: none;
    color: #000000;
}
.main-nav, .nav-menu,
.main-nav nav {
    height: 100%;
}
.main-nav {
    margin: 0 auto;
}
.nav-menu {
    display: flex;
}
.nav-menu > li {
    height: 100%;
}
.nav-menu > li:not(:last-child) {
    margin-right: 40px;
}
.nav-menu > li.has-child {
    position: relative;
}
.nav-menu a {
    line-height: 1.2;
}
.nav-menu > li > a {
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    height: 100%;
    color: #000000;
    font-family: 'JosefinSans';
    font-size: 14px;
}
.nav-menu > li > a:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #436843;
    height: 8px;
    opacity: 0;
    visibility: hidden;
}
.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.sub-menu li a:hover {
    color: rgb(153, 153, 153);
}
.sub-menu {
    width: 200px;
    text-align: left;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 100%;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: 0 15px;
    border: solid;
    border-color: rgba(204, 204, 204);
    border-width: 1px;
}
li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.sub-menu li a{
    display: block;
    padding: 5px;
    position: relative;
    font-size: 13px;
}
/* Main Content */
.main-content .content ul:not(:last-child),
.main-content .content ol:not(:last-child){
    margin-bottom: 30px;
    text-align: left;
}
.sub-p {
	font-size: 16px;
    color: #818181;
    padding: 0 25px 0 25px;
}
.main-content .content .btn {
    margin-top: 25px;
}
.main-content .sidebar  {
    width: 420px;
    padding-left: 80px;
}
.sidebar > *:not(:last-child){
    margin-bottom: 120px;
}

.home-banner{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	width: 100%;
	margin-bottom: 50px;
}
.banner-content h1,
.banner-content p {
	text-align: center;
	color: #FFF;
}
.banner-content h1 {
	font-size: 80px;
}
.banner-content p {
	font-size: 22px;
}
.banner-content {
	height: 100%;
	padding-top: 100px;
}


.home-content {
	text-align: center;
}
.home-content h1 {
	text-align: left;
	font-size: 30px;
}
.home-content p {
	font-size: 16px;
	color: rgb(42, 42, 42);
}
.callout-section-wrapper {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 50px;
	text-align: center;
	padding-top: 100px;
}
.callout-section-wrapper h1 {
	color: #FFF;
	font-size: 40px;
}
.callout-section-wrapper p {
	color: #FFF;
	font-size: 25px;
	font-weight: normal;
}
.callout-box {
	width: 350px;
	min-height: 600px;
	margin: 25px;
}
.callout-box-img {
	height: 30%;
	width: 100%;
	background-position: center center;
	background-size: 100px;
	background-repeat: no-repeat;
}
.callout-box-content {
	height: 70%;
	width: 100%;
	color: #FFF;
	text-align: center;
}
.callout-section-wrapper .flexbox {
	justify-content: center;
}
.callout-box-content p {
	font-size: 16px;
}
p {
	line-height: 30px !important;
}

.footer-wrapper {
	height: 150px;
}
.footer-btm {
	margin-top: 65px;
}
.footer-btm p,
.footer-btm a {
	color: rgb(153, 153, 153);
	font-size: 13px;
}
.footer-btm a {
	padding-left: 20px;
	padding-top: 7px;
	text-decoration: underline;
}
.sub-header {
	text-align: left;
    font-size: 30px;
}
	.sub-section-gradient h1{
		text-align: center;
		font-size: 30px;
	}
	.sub-section-gradient {
		width: 100%;
		margin-top: 50px;
		background: linear-gradient(180deg, #ffffff 0%, #e6e6e6 100%);
		max-width: 100%;
		padding-top: 50px;
	}
	.gradient-img-con {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
	}
	.gradient-img {
		width: 40%;
		min-width: 500px;
		margin: 25px;
		height: 350px;
		background-size: cover;
		background-repeat: no-repeat;
		max-width: 1810px !important;
	}
	.sub-section-gradient ul {
		width: 90%;
		text-align: center;
		list-style-type: none !important;
		padding: 50px 0 50px 0;
		border-top: solid;
		border-color: #818181;
		border-width: 1px;
		margin: 0 auto;
		margin-top: 25px;
	}
	.sub-section-gradient p{
		color: #818181;
		text-align: center;
		padding: 0 50px 0 50px;
	}
	.sub-section-gradient h2 {
		color: #818181;
		text-align: center;
		font-size: 22px;
		line-height: 30px;
	}
	.sub-section-gradient ul li {
		text-align: center;
		list-style-type: none !important;
		color: #818181;
	}
#inner .home-banner {
	height: 350px;
}
.home-banner-content p {
	color: #FFF !important;
}
.text-wrapper {
	display: flex;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;		
}
.text-content-body {
	text-align: left;
	min-width: 500px;
	width: 50%;
	padding: 50px;
}
.text-content-body h2 {
	font-size: 30px;
}
.col-right h2{ 
	font-size: 16px;
	color: #818181;
	margin-bottom: 0px;
}
#nav-btn {
    display: none;
}
#nav-close-btn {
	color: #FFF !important;
}