@charset "UTF-8";
#mobileNav {
  display: none;
}
 .mobile-navbar-toggle {
display: none;
 }

.navbar {
/* background: rgba(0,121,194,0.8);
 z-index: 10;
 width: 100%;
 top:100px;
 height: 50px;
 text-transform: uppercase;
 position: fixed;*/
 padding: 0;
}

ul.navbar-nav .nav-item:hover ul {
 display:list-item;
 column-count: 1;
/* min-height: 200px;*/
}


header nav .navbar-nav {
 align-items: center;
}

#navigation {
 overflow: hidden;
}

header.fixed #navigation {
}

header nav .navbar-nav > .nav-item a.nav-link {
 padding-left: .8rem;
 padding-right: .8rem;
}

header.fixed nav .navbar-nav > .nav-item a.nav-link {
  /*padding: .8rem 1.3rem .4rem;*/
}

nav .nav-item {
 /*margin-top: 6px !important;
 padding: 0.35rem .8rem;*/
 transition: background .2s linear;
 list-style: none;
}

nav a {
 text-decoration: none;
 color: #fff;
}
nav ul {
 list-style-type: none;
}
nav .nav-link {
 font-size: 1.1rem;
}

nav .nav-item:hover {
 background-color: #0C80D4;
}
nav .nav-item:hover a {
 color: #fff;
}
nav .active {
 background-color: #0C80D4;
}  
nav .active a {
 color: #fff;
}

ul.navbar-nav ul {
 position: absolute;
 background: rgba(0, 111, 181,0.95);
 color: #fff;
 margin-left: auto;
 margin-right: auto;
 visibility: hidden;
 opacity: 0;
 transition: visibility 0s, opacity 0.2s linear;
 padding: 0.8rem 0 0.8rem 0;
}
header.fixed ul.navbar-nav ul {
 /*top: 35px;*/
}

ul.navbar-nav .nav-item:hover ul {
 visibility: visible;
 opacity: 1;
}
ul.navbar-nav ul a {
 color: #0079C2;
 text-transform: none;
}
ul.navbar-nav ul a:hover {
 color: #f7a100;
 text-transform: none;
}
ul.navbar-nav ul li.active {
 background-color: transparent;
}
ul.navbar-nav ul li.active a {
color: #f7a100;
}
ul.navbar-nav ul .nav-item:hover {
 background-color: transparent;
}

@media only screen and (max-width: 999px) {
 header #logo {
  position: fixed;
  top: 10px;
  left: 15px;
  width: 58px;
  height: 58px;
  margin: 0;
 }
 header .logo {
  height: 58px;
 }

 .mobile-navbar-toggle {
  position: relative;
  z-index: 1000;
  width: 75px;
  height: 40px;
  cursor: pointer;
  display: block;
 }

  .mobile-navbar-toggle .hamburger-inner {
    top: 18px;
    left: 22px;
  }

  .mobile-navbar-toggle .hamburger-inner,
  .mobile-navbar-toggle .hamburger-inner:after,
  .mobile-navbar-toggle .hamburger-inner:before {
    position: absolute;
    width: 33px;
    height: 3px;
    background-color: #fff;
  }

  .mobile-navbar-toggle .hamburger-inner:after,
  .mobile-navbar-toggle .hamburger-inner:before {
    display: block;
    content: "";
    left: 0;
  }

  .mobile-navbar-toggle .hamburger-inner:before {
    top: -10px;
  }

  .mobile-navbar-toggle .hamburger-inner:after {
    top: 10px;
  }

}

@media only screen and (min-width: 1000px) {
  .fixed #logo {
    height: 40px;
    padding: 0;
    margin-top: -20px;
    width: 40px;
  }
  
  .fixed .logo {
    height: 40px;
    width: auto;
  }

  .fixed #topBar {
   height: 60px !important;
   transition: height 0.2s linear;
  }

  .fixed .navbar {

   transition: top 0.2s linear;  

  }
}


@media only screen and (max-width: 650px) {

}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
 
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
 
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
 
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}



/* Sidebar */

.sidr-class-mobileNavHeader {
  position: fixed;
  right: -100%;
  left: 100%;
  top: 0;
  width: 100%;
  height: 70px;
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
  background: #0079C2;
}

.sidr-class-mobileLogo img {
  background: #fff;
}

.sidr-class-mobileLanguage {
  position: absolute;
  right: 100px;
  top: 15px;
  text-align: right;
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
}

.sidr-class-mobileLanguage a {
  color: #fff;
  text-decoration: none;
}

.sidr-class-mobileLanguage a:hover {
    text-decoration: underline;
}

.sidr-class-mobileClose {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 40px;
  height: 40px;
  font-size: 3rem;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  background: url("/img/close.svg") no-repeat center center;
  background-size: 20px;
  transition: background .2s ease;
}

.sidr-class-mobileClose:hover {
  background-size: 30px;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #0079C2;
  color: #fff;
}

.sidr .sidr-inner {
  margin-top: 80px;
  padding: 0 0 15px;
}

.sidr.right {
  left: auto;
  right: -100%;
}

.sidr.left {
  left: -100%;
  right: auto;
}



.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}

.sidr ul li {
  display: block;
  margin: 0;
  
  font-size: 1.1rem;
  line-height: 3;
}

.sidr ul li:hover > a,
.sidr ul li:hover > span, .sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > span {
  color: #fff;
}

.sidr ul li a,
.sidr ul li span {
  padding: 0 0 0 45px;
  display: block;
  text-decoration: none;
  color: #fff;
}

.sidr ul li.sidr-class-active > a,
.sidr ul li li.sidr-class-active > a {
  text-decoration: underline;
}

.sidr ul li ul {
  border-bottom: 0;
  margin: 0;
}

.sidr ul li ul li:hover > a {
  text-decoration: underline;
}




.sidr ul li ul {
  margin: 0;
  position: absolute;
  top: 0;
  right: -100%;
  background: #005C93;
  width: 100%;
  min-height: 100%;
  z-index: 5;
}


.sidr ul li ul li a,
.sidr ul li ul li span {
  color: #fff;
  padding-left: 50px;
}



.sidr-inner > ul {
  margin: 0 0 60px;
}

.sidr-inner > ul > li > a {
  text-transform: uppercase;
}

.sidr-inner > ul > li > a:after {
  content: ' ';
  width: 15px;
  height: 15px;
  background: url(/img/chevron-right.svg) no-repeat center center;
  color: #fff;
  margin-left: 1rem;
  margin: 0 0 -1px 1rem;
  display: inline-block;
  transition: margin .2s ease;
}

.sidr-inner > ul > li > a:hover:after {
  margin-left: 1.5rem;
}


.sidr-class-mobileSubpageClose {
  display: block;
  width: 40px;
  height: 40px;
  background: url(/img/chevron-left.svg) no-repeat center center;
  position: absolute;
  top: 83px;
  left: 5px;
  cursor: pointer;
  transition: background .2s ease;
}

.sidr-class-mobileSubpageClose:hover {
  background-position-x: 0;
}


.sidr-class-mobileSubpageCloseX {
  display: block;
  width: 40px;
  height: 40px;
  background: url(/img/close.svg) no-repeat center center;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  background-size: 20px;
  transition: background .2s ease;
}

.sidr-class-mobileSubpageCloseX:hover {
  background-size: 30px;
}



.sidr ul li.sidr-class-mobileNavHeaderPage {
  margin-top: 80px;
}

.sidr ul li.sidr-class-mobileNavHeaderPage a {
  text-transform: uppercase;
  padding-left: 0;
  margin-left: 50px;
}



.sidr-class-mobileNavFooter {
  padding: 10px 45px 20px;
  position: fixed;
  right: -100%;
  left: 100%;
  bottom: 0;
  width: 100%;
  background: #0079C2;
}

.sidr-class-mobileNavFooter form {
  display: flex;
}

.sidr-class-searchinput {
  background: #fff;
  margin: 0;
  width: 100%;
  max-width: 300px;
  border-radius: 3px;
  border: 0;
  padding: 5px 10px 2px;
}

.sidr-class-searchbtn {
  background: transparent;
  border: 0;
  color: #fff;
  width: 40px;
  margin-left: 10px;
  font-size: 1.3rem;
  line-height: 1;
}

.sidr-class-searchbtn i {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.sidr-class-searchbtn i::before {
  content: "\f002";
}

nav ul li ul .nav-link {
 font-size:1rem;
}


.megamenu-lists {

}

ul.navbar-nav .nav-item:hover ul.megamenu-list {
 display: list-item;
 column-count: 2;
}


.megamenu-list {
 width: 90vw;
 max-width: 1109px;
 margin: 0 0 15px;
 padding: 0;
 list-style: none;
  display: list-item;
 column-count: 2;

}
.megamenu-list:last-child {
 margin: 0;
 border: none
}
.navigation-landscape .megamenu-list {
 margin: -15px 0;
 padding: 20px 0;
 border-right: solid 1px #f0f0f0
}
.navigation-landscape .megamenu-list:last-child {
 border: none
}
.megamenu-list > li > a {
 width: 100%;
 padding: 4px 15px;
 display: inline-block;
 color: #70798b;
 text-decoration: none;

}
.megamenu-list > li > a:hover {
 color: #005b95
}
.megamenu-list li.megamenu-list-title  a {
 font-weight: 700;
 font-size: 1.1rem;
 color: #fff;
 margin-top:  1.5rem ;
}
.megamenu-list li.megamenu-list-title:first-child  a {
 margin-top: 0;
}

.megamenu-list > li.megamenu-list-title > a:hover {
 opacity: 1;
 background-color: transparent;
 color: #fff
}
.megamenu-list > li.megamenu-list-title.active a {
 color: #fff !important;
}

