/*--Global Navigation--*/
.mdc-custom__mega-container__child--feature,
.mdc-custom__global-nav {
  background-color: #125184;
  margin-top: -30px;
  height: 50px;
}

.mdc-custom__global-nav nav {
  position: relative;
}

.mdc-custom__global-nav__list {
  overflow: visible;
  z-index: 3;
}

.mdc-custom__global-nav__list li {
  list-style: none;
  line-height: 1.5;
}

.mdc-custom__single-container__child{
 margin-top: 1em;
}

.mdc-custom__single-container__child a:hover{
  color: #eee;
  text-decoration: underline;
}

.mdc-custom__global-nav__list > li .mdc-custom__mega-container__link,
.mdc-custom__global-nav__list > li .mdc-custom__single-container__link,
.mdc-custom__mega-container__title {
  font-family: 'Oswald';
  text-transform: uppercase;
}

.mdc-custom__single-container btn:active {
border-radius: 0!important;
}

.mdc-custom__global-nav__list > li .mdc-custom__mega-container__link,
.mdc-custom__global-nav__list > li .mdc-custom__single-container__link,
.mdc-custom__global-nav__home-icon-link {
  display: block;
  font-size: 1.8rem;
  line-height: 50px;
  padding: 0 3.2rem 0 3.2rem;
  letter-spacing: 1px;
  text-decoration: none;
}

.mdc-custom__mega-container__link:hover,
.mdc-custom__single-container__link:hover {
  text-decoration: none;
}

.mdc-custom__mega-container__link.btn-link,
.mdc-custom__single-container__link.btn-link {
  color: #fff;
}

.mdc-custom__global-nav__list,
.mdc-custom__global-nav__list a,
.mdc-custom__global-nav__list h2,
.mdc-custom__mega-container__item__title {
  color: #fff;
}

.mdc-custom__global-nav__list a {
  font-size: 1.5rem;
}

a.mdc-custom__mega-container__button {
  color: #000;
}

.mdc-custom__global-nav__list > li:hover,
.mdc-custom__global-nav__list > li button[aria-expanded="true"],
.mdc-custom__mega-container > ul,
.mdc-custom__single-container > ul
 {
  background-color:#083960;
}


.mdc-custom__single-container {
  position: relative;
}

.mdc-custom__single-container > ul {
  flex-direction: column;
  width: 190%;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 15px 10px -15px rgba(0,0,0,0.16);
}

.mdc-custom__single-container > ul,
.mdc-custom__single-li-container > ul {
  margin: 0;
}

.mdc-custom__single-container > ul {
  padding: 0;
}

.mdc-custom__single-li-container > ul {
  padding: 0 2.5rem 1.5rem 2.5rem;
}

.mdc-custom__single-container__child {
  display: block;
  flex-basis: 100%;
}


.mdc-custom__mega-container > ul {
  top: 100%;
  left: 0;
  padding: 10px 20px;
  overflow: hidden;
  z-index: 4000;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  box-shadow: 0px 15px 10px -15px rgba(0,0,0,0.16);
}

.mdc-custom__mega-container__child {
  margin: 10px 25px 10px 0;
  display: flex;
  flex-direction: column;
}

.mdc-custom__mega-container__child:last-child {
  margin-right: 0;
}

.mdc-custom__global-nav__list,
.mdc-custom__mega-container__child ul {
  padding-left: 0;
	margin-bottom: 0;
}

.mdc-custom__mega-container__title {
  font-size: 2.4rem;
  font-weight: normal;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #fff;
}

.mdc-custom__mega-container__item__title {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
}

.mdc-custom__mega-container__item--half > li {
  width: 45%;
}

.mdc-custom__mega-container__title,
.mdc-custom__mega-container__description {
  margin-bottom: 1.5rem;
}

.mdc-custom__mega-container__item {
  margin-bottom: 2.5rem;
}

.mdc-custom__mega-container__child--feature {
  background-color: #0f6191;
  border-radius: 5px;
  padding: 3rem;
}

.mdc-custom__mega-container__child--feature .btn {
  color: #212529;
}

.mdc-custom__mega-container__child--feature .mdc-custom__mega-container__title{
  border: 0;
  padding: 0;
}

.mdc-custom__mega-container a:hover{
  color: #fff;
} 

.navbar-light .navbar-toggler {
  background-color: #FFFFFF;
  border: 1px solid transparent;
  border-color: rgb(255, 255, 255);
}

.mdc-custom__global-nav__home-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 1.4rem;
}




/* ------------------------------------------------*/
/* ----------------->>> MOBILE <<<-----------------*/
/* ------------------------------------------------*/

@media (min-width: 1200px ) {

  .mdc-custom__mega-container > ul,
  .mdc-custom__single-container > ul {
    position: absolute;
  }

  .mdc-custom__global-nav__list > li {
    float: left;
  }

  .mdc-custom__mega-container > ul.collapse.show {
    display: flex;
  }

	.navbar-expand-xl .navbar-collapse {
	justify-content: flex-end!important;
  }
	 

}


@media (max-width: 1199px ) {

  .mdc-custom__mega-container__item--half > li {
    width: 100%;
  }

  .mdc-custom__global-nav {
    padding: 1.5rem 0;
  }

  .mdc-custom__global-nav__list > li .mdc-custom__mega-container__link,
  .mdc-custom__global-nav__list > li .mdc-custom__single-container__link {
    width: 100%;
    text-align: left;
  }

  .mdc-custom__mega-container > ul {
    margin: 0;
  }

}


@media (max-width: 991px ) {

.mdc-custom__mega-container__child--feature, .mdc-custom__global-nav {
    background-color: #125184;
    margin-top: 0px;
    height: auto;
  }

.mdc-custom__single-container > ul {
    width: 100%;
}
}


