/* === HEADER === */
header #header #header-height {
  min-height: 100px;
}

header #header #header-height:after {
  content: "";
  min-height: inherit;
}

/* === STICKY HEADER === */
header #header-sticky a:focus,
header #header-sticky a:active,
header #header-sticky a:hover,
header #header-sticky button:focus,
header #header-sticky button:active,
header #header-sticky button:hover {
  outline: 2px solid #fff !important;
}

header #header-sticky {
  background: #003041;
  box-shadow: 0px 6px 21px -5px rgba(11, 6, 31, 0.47);
  -webkit-box-shadow: 0px 6px 21px -5px rgba(11, 6, 31, 0.47);
  -moz-box-shadow: 0px 6px 21px -5px rgba(11, 6, 31, 0.47);
  color: #fff;
  left: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 20;
}

header #header-sticky div.region-primary-menu-sticky {
  margin-left: auto;
}

header #header-sticky.sticky {
  top: 0 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* === MAIN SEARCH === */
#web-main-search #web-search {
  background-color: #e6e6e6;
  border: 1px solid #000;
  border-radius: 0;
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#web-main-search .input-group-text {
  background-color: #e6e6e6;
  border: 1px solid #000;
  border-left: 0;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0;
}

#web-main-search #web-search-button {
  border: 0;
  padding: 0;
}

/* === MOBILE SEARCH === */
#mobile-main-search {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 20px 0;
}

#mobile-main-search #mobile-search {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#mobile-main-search .input-group-text {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  border-left: 0;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0;
}

#mobile-main-search #mobile-search-button {
  border: 0;
  padding: 0;
}



/* === STICKY SEARCH === */
#sticky-search-button {
  padding: 0;
}

#sticky-search-button>em {
  color: #fff;
  font-size: 25px;
}

/* === SOCIAL NETWORK STICKY === */
#social-network-sticky {
  background-color: #003041;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  box-shadow: 0px 6px 21px -5px rgba(11, 6, 31, 0.47);
  -webkit-box-shadow: 0px 6px 21px -5px rgba(11, 6, 31, 0.47);
  -moz-box-shadow: 0px 6px 21px -5px rgba(11, 6, 31, 0.47);
  padding: 8px 5px;
  position: absolute;
  right: 0;
  top: 120px;
}

#social-network-sticky a:focus,
#social-network-sticky a:active,
#social-network-sticky a:hover {
  outline: 2px solid #fff !important;
  outline-offset: 1px !important;
}

#social-network-sticky span.fa-stack {
  color: #003041;
  font-size: 1em;
}

#social-network-sticky a.twitter em.fa-circle {
  color: #000000;
}

#social-network-sticky a.facebook em.fa-circle {
  color: #3b5998;
}

#social-network-sticky a.youtube em.fa-circle {
  color: #c4302b;
}

#social-network-sticky a.instagram em.fa-circle {
  color: #f56040;
}

#social-network-sticky a.linkedin em.fa-circle {
  color: #2D64BC;
}

#social-network-sticky a.twitter em.fa-x-twitter,
#social-network-sticky a.facebook em.fa-facebook-f,
#social-network-sticky a.youtube em.fa-youtube,
#social-network-sticky a.instagram em.fa-instagram {
  font-size: 22px;
}

#social-network-sticky .fa-stack-background {
  color: #fff !important;
  font-size: 38px;
  margin-top: -1px;
}

/* === MAIN MENU === */
#navigation {
  background-color: #003041;
}

#navigation div.navigation ul.navbar-nav li>a {
  color: #fff;
  font-size: 1em;
  line-height: 20px;
  padding: 12px 14px;
  text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1500px) {
  #navigation div.navigation ul.navbar-nav li>a {
    font-size: 15px;
  }
}

#navigation div.navigation ul.navbar-nav li>a.is-active,
#navigation div.navigation ul.navbar-nav li>a:hover,
#navigation div.navigation ul.navbar-nav li>a:focus,
#navigation div.navigation ul.navbar-nav li>a:active {
  background-color: #e6e6e6;
  color: #003041 !important;
}

@media (max-width: 991.9px) {
  #navigation div.navigation ul.navbar-nav {
    float: left;
    margin: 15px 0;
    width: 100%;
  }

  #navigation div.navigation ul.navbar-nav li>a {
    padding: 10px;
    text-transform: none;
  }
}

/* === STICKY MENU === */
#navbar-sticky {
  padding: 0;
}

#navbar-sticky div.navigation ul.navbar-nav li>a {
  color: #ffffff;
  font-size: 0.85em;
  padding: 8px 12px;
  text-transform: uppercase;
}

#navbar-sticky div.navigation ul.navbar-nav li>a.is-active,
#navbar-sticky div.navigation ul.navbar-nav li>a:hover,
#navbar-sticky div.navigation ul.navbar-nav li>a.focus,
#navbar-sticky div.navigation ul.navbar-nav li>a.active {
  background-color: #e6e6e6;
  color: #003041 !important;
}

.navbar-brand {
  margin-left: 0;
  margin-right: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.navbar-brand>em {
  color: #fff;
  font-size: 2em;
}

button.navbar-toggler {
  border: none;
  height: 40px;
  padding: 0;
  width: 40px;
}

button.navbar-toggler span.line {
  background: #fff;
  border-radius: 4px;
  display: block;
  height: 5px;
  position: relative;
  transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;
  width: 40px;
}

button.navbar-toggler span.line.middle {
  margin-top: 6px;
}

button.navbar-toggler span.line.bottom {
  margin-top: 6px;
}

button.navbar-toggler[aria-expanded="true"] span.line.top {
  transform: rotate(45deg);
}

button.navbar-toggler[aria-expanded="true"] span.line.middle {
  display: none;
}

button.navbar-toggler[aria-expanded="true"] span.line.bottom {
  margin-top: -5px !important;
  transform: rotate(-45deg);
}
