h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: 'Lato', 'Trebuchet MS', Arial, sans-serif;
}
.site-header {
    padding: 1rem;
	background-color: transparent;
    border-top: 0;
}
.siteheader-img img{
  display:block !important;
	float: right;
}
.site-header .d-flex div:nth-child(3n) {
	display: none;
}

.siteheader-img img {
    width: 100%;
}

@media (min-width: 700px){
.siteheader-img img {
    width: 75%;
}}

@media (min-width: 900px){
.siteheader-img img {
    width: 80%;
}}

@media (min-width: 1300px){
.siteheader-img img {
    width: 90%;
}}

 /* ------- Mega Menu ------- */
.megaMenu.container-fluid {
    background: #003266;
}

.megaMenu .dropdown-menu.megamenu.show {
    border-top: #1e63a1 0.5rem solid;
	top: -2px;
}
.megaMenu .nav-link {
	text-transform: uppercase;
	color: #fcfcfc !important;
}
.megaMenu .megamenu {
	background: #ffffff;
	font-size: 1.1rem;
	padding: 2rem;
}
.megaMenu .megamenu ul {
    list-style: none;
    border-left: 3px solid #ffc107;
    margin-left: 0.5rem;
    padding-left: 1rem;
	line-height: 1.5rem;
}
.megaMenu .megamenu a:link,
.megaMenu .megamenu a:visited {
	color: #000;
}
.megaMenu .megamenu a:hover {
	text-decoration: none;
}
.megaMenu .megamenu li:hover {
	/* border-bottom: solid 2px #00bcd4;*/
	text-decoration: none;
	background:#eee;
	transition: 0.3s;
}
.megaMenu .title.h3 {
    padding-bottom: 0.5rem;
}
.megaMenu p.h4 {
    font-weight: 600;
    font-size: 1.4rem;
}
.megaMenu p.text-small {
    font-size: 0.9rem;
    height: 2.5rem;
}

.megaMenu .navbar-nav {
    text-align: left;
}
.megaMenu .nav-item.show {
    background: transparent;
}

.megaMenu a.nav-link:hover {
    background: #022141;
	transition: 0.5s;
}

@media (min-width: 767.98px) { 
.megaMenu .navbar-nav {
    text-align:right;
}
.megaMenu .nav-item.show {
	background: #1e68a9;
}}

.megamenu li {
    padding: 0.5rem;
    border-bottom: 1px solid #eee;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fcfcfc !important;
}

/* @media all and (min-width: 992px) { */
@media all and (min-width: 767.98px) {
		.navbar{ padding-top: 0; padding-bottom: 0; }
		.navbar .has-megamenu{position:static!important;}
		.navbar .megamenu{left:0; right:0; width:100%;}
		.navbar .nav-link{padding: 0.6rem 1.5rem !important;font-weight: 100;}
	}

    /* end menu */