  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: 'Lato', 'Trebuchet MS', Arial, sans-serif;
}
.site-header .h1 {display:none;}
.site-header div.col {text-align: right;}
.siteheader-img img {
    width: 30%;
    padding-top: 1rem;
}

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

/* banner modification */
.siteLogo img {
    width: 7rem;
}
.siteLogo {
    padding: 0.5rem 0 0 9rem;
}
.siteBarContainer {
	display:none !important;
}
.swBanner .headerRight {
    display: none;
}

/* -- */
@media (min-width: 700px) {
  .headerLeft {
    display: block;
    width: 20rem;
  }
 .searchContainer.custom { padding-left: 6rem; }
}
@media (min-width: 767px) { 
.site-header div.row, .site-header div.col { flex-grow: 1;}
.searchContainer.custom { padding-left: 0; }
}

.site-header {
    background-color: #FFFFFF;
	/* light background-color: #fbfbfb; */
    border-top: 0.5rem rgb(31 78 150) solid;
}
.searchContainer.custom .gsc-search-button-v2 {
    border-color: #41484b;
    background-color: #242424;
}
.searchContainer .gsc-search-button-v2 {
    font-size: 0;
    height: 2.2rem;
}
.searchContainer input {
    height: inherit !important;
}
.searchContainer .gsc-control-cse {
    padding: 0;
}
.searchContainer form.gsc-search-box {
    font-size: 13px;
    margin-bottom: 0;
}


 /* ------- 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 !important;font-weight: 100;}
	}

    /* end menu */

.ou-component-image-card .card-image img {
    width: 100% !important;
}
/* People page styles */
.blue-text {color:#004895;}
.lastname {
  text-transform: capitalize;
}
/* Interface of Change styles */
.ioc-teal-text {color:#006467;}
.averia-libre-light {
  font-family: "Averia Libre", system-ui;
  font-weight: 300;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Averia+Libre&display=swap');