header {
  z-index: 500;
}
header .language-switcher-language-url ul.links {
  margin: 0px;
  padding-left: 0px;
}
header .language-switcher-language-url ul.links li > a {
  color: #fff;
  padding: 5px;
  border: 1px solid;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  header .language-switcher-language-url ul.links li > a {
    color: #666;
    border: none;
  }
}
header .language-switcher-language-url ul.links li > a:hover {
  cursor: pointer;
  color: #fff;
  background-color: #bdce1c;
  transition: 0.5s;
}
header .language-switcher-language-url ul.links li > a.is-active {
  display: none;
}
header .branding {
  width: auto;
  margin: 0;
}
header .branding #block-su-alter-branding {
  display: flex;
  align-items: center;
}
header .branding #block-su-alter-branding a:last-child {
  width: 190px;
  line-height: 20px;
  font-weight: 600;
  padding: 0 10px;
  color: #666;
}
header .branding #block-su-alter-branding a:last-child:hover {
  color: #666;
}
@media only screen and (max-width: 1200px) {
  header .branding #block-su-alter-branding a:last-child {
    font-size: 13px;
    width: 160px;
  }
}
header .branding #block-su-alter-child-site-branding {
  display: flex;
  align-items: center;
}
header .branding #block-su-alter-child-site-branding a:last-child {
  width: 190px;
  line-height: 20px;
  font-weight: 600;
  padding: 0 10px;
  color: #666;
}
header .branding #block-su-alter-child-site-branding a:last-child:hover {
  color: #666;
}
@media only screen and (max-width: 1200px) {
  header .branding #block-su-alter-child-site-branding a:last-child {
    font-size: 13px;
    width: 160px;
  }
}
header.header-down .menu-container {
  transform: translateY(-100px);
}
header.header-up .menu-container {
  transform: unset;
}
header .mobile-menu-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .mobile-menu-container > div:last-child {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  header .mobile-menu-container > div:last-child {
    padding-right: 50px;
    height: 100px;
  }
}
header .menu-container {
  background-color: #fff;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 350;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  height: 100px;
}
header .menu-container p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
header .menu-container ul.menu {
  margin: 0px;
  padding-left: 0px;
}
header .menu-container ul.menu li a,
header .menu-container ul.menu li .sub-menu-close {
  position: relative;
  display: block;
  color: #313131;
  font-size: 15px;
  font-weight: 600;
  padding: 38px 0;
}
@media only screen and (max-width: 1200px) {
  header .menu-container ul.menu li a,
  header .menu-container ul.menu li .sub-menu-close {
    font-size: 11px;
  }
}
header .menu-container:not(:first-child):not(:last-child) {
  text-align: center;
}
header .menu-container img {
  max-width: 150px;
  height: auto;
  display: block;
}
header .icon-menu:before,
header .icon-right:before {
  font-size: 30px;
}
header .icon-right:before {
  position: relative;
  top: 0px;
  font-size: 20px;
  font-weight: bold;
}
header .icon-arrow-left:before {
  font-size: 25px;
  position: relative;
  padding-right: 10px;
}

#block-su-alter-site-branding {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 20px;
  font-weight: 600;
  padding: 0 10px;
  color: #666;
}
@media only screen and (max-width: 992px) {
  #block-su-alter-site-branding {
    font-size: 11px;
  }
  #block-su-alter-site-branding a img {
    max-width: 90%;
  }
}

.language-switcher-language-url {
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
  z-index: 99;
}
.language-switcher-language-url ul > li a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 4px 6px;
}
.language-switcher-language-url ul > li a.is-active {
  display: none;
}
.language-switcher-language-url ul > li a:hover {
  color: #bdce1c !important;
  border-color: #bdce1c;
}

.lang-switcher a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 4px 6px;
}
.lang-switcher a.is-active {
  display: none;
}
.lang-switcher a:hover {
  color: #bdce1c !important;
  border-color: #bdce1c;
}

#search-button-icon {
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  #block-searchbox div img {
    filter: invert(40%) sepia(0%) saturate(1%) hue-rotate(135deg) brightness(98%) contrast(96%);
  }
}
@media (min-width: 992px) {
  #block-su-alter-searchbox,
  #block-su-alter-child-searchbox {
    position: absolute;
    top: 32px;
    right: -12px;
    z-index: 99;
    cursor: pointer;
  }
  #block-su-alter-searchbox i,
  #block-su-alter-child-searchbox i {
    color: #fff;
    padding: 5px;
    border: 1px solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
  }
  #block-su-alter-searchbox i:hover,
  #block-su-alter-child-searchbox i:hover {
    cursor: pointer;
    color: #fff;
    background-color: #bdce1c;
    transition: 0.5s;
  }
}
@media (min-width: 992px) {
  .award-body .header-right::after {
    background: #004990;
  }
  header .header-right {
    position: relative;
    height: 100px;
  }
  header .header-right > div {
    padding: 0 5px;
  }
  header .header-right:after {
    content: "";
    position: absolute;
    top: 0;
    left: -21px;
    width: 118px;
    height: 101%;
    transform: skew(-26deg);
    background: #173a6a;
    border-right: solid 2px #c7003c;
    z-index: -1;
  }
  header .header-right li {
    margin-right: 0 !important;
  }
  header .header-right a {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  header .header-right a:before {
    display: none;
  }
  header .header-right #block-su-alter-searchbox,
  header .header-right #block-su-alter-child-searchbox {
    z-index: 99;
    cursor: pointer;
  }
  header .header-right #block-su-alter-searchbox i,
  header .header-right #block-su-alter-child-searchbox i {
    color: #fff;
    padding: 5px;
    border: 1px solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
  }
  header .header-right #block-su-alter-searchbox i:hover,
  header .header-right #block-su-alter-child-searchbox i:hover {
    cursor: pointer;
    color: #fff;
    background-color: #bdce1c;
    transition: 0.5s;
  }
  header .menu-item--expanded:hover > .menu {
    opacity: 1;
    visibility: visible;
  }
  header .menu-item--expanded .menu-item--expanded .menu {
    top: 0;
    left: 100%;
  }
  header .menu-item--expanded .menu-item--expanded:hover .menu {
    opacity: 1;
    visibility: visible;
    z-index: 1000000000000000000000000000;
  }
  header .mobile-menu {
    display: none;
  }
  header .menu-container ul.menu li {
    margin-right: 25px;
    position: relative;
    float: none;
    display: inline-block;
  }
  header .menu-container ul.menu li .sub-menu,
  header .menu-container ul.menu li .back {
    display: none;
  }
  header .menu-container ul.menu li ul {
    background: #fff;
    width: 220px;
    text-align: left;
    position: absolute;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    left: -32px;
    margin: 0;
    -webkit-box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
    -moz-box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
    box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
  }
  header .menu-container ul.menu li ul li {
    display: block;
    margin-right: 0;
  }
  header .menu-container ul.menu li ul li a {
    padding: 12px 15px;
    color: #313131;
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    background: transparent;
  }
  header .menu-container ul.menu li ul li a::after {
    display: none;
  }
  header .menu-container ul.menu li:hover ul {
    z-index: 1000;
    height: auto;
  }
  header .menu-container ul.menu li:hover ul li a {
    color: #222;
  }
  header .menu-container ul.menu li:hover ul li a:before {
    display: none;
  }
  header .menu-container ul.menu li:hover ul li a:hover {
    background: #173a6a;
    color: white;
  }
  header .menu-container ul.menu li:hover > a:before {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    width: 50%;
  }
  header .menu-container ul.menu li.menu-item--expanded a:after {
    content: "\f107";
    position: relative;
    font-family: "FontAwesome";
    padding-left: 6px;
  }
  header .menu-container ul li:hover a {
    color: #313131;
  }
  header.sticky .menu-container {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: fixed;
    background-color: white;
  }
  header.sticky .menu-container img {
    max-width: 150px;
    height: auto;
    display: block;
  }
  .adminimal-admin-toolbar.toolbar-horizontal.toolbar-tray-open header.sticky .menu-container {
    top: 75px;
  }
  .adminimal-admin-toolbar.toolbar-horizontal:not(.toolbar-tray-open) header.sticky .menu-container {
    top: 39px;
  }
}
@media only screen and (max-width: 992px) {
  main {
    padding-top: 100px;
  }
  nav#toolbar-bar {
    position: fixed;
  }
  header {
    position: fixed;
    width: 100%;
  }
  header .branding img {
    height: auto;
    display: inline-block;
  }
  header .language-switcher-language-url {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 992px) and (max-width: 576px) {
  header .language-switcher-language-url {
    padding-left: 0;
  }
}
@media only screen and (max-width: 992px) {
  header .menu-container {
    border: none;
  }
  header .region-header {
    border: none;
  }
  header .mobile-menu {
    cursor: pointer;
    color: #666;
    position: absolute;
    right: 25px;
    top: 35px;
    z-index: 999;
  }
  header .mobile-menu .icon-menu {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  header .mobile-menu.active .icon-menu:before {
    content: "\f101";
    font-size: 25px;
  }
  header .mobile-menu-container {
    overflow: hidden;
  }
  header .mobile-menu-container .navigation,
  header .mobile-menu-container .navigation ul {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  header .mobile-menu-container .navigation {
    left: -1000px;
    width: 100%;
    height: 100%;
    top: 100px;
    position: fixed;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  header .mobile-menu-container .navigation ul {
    width: 100%;
    margin-left: 0px;
  }
  header .mobile-menu-container .navigation ul li {
    display: block;
    padding: 15px;
    border-bottom: 1px solid white;
  }
  header .mobile-menu-container .navigation ul li a,
  header .mobile-menu-container .navigation ul li .sub-menu-close {
    color: white;
    display: block;
    padding: 3px 20px 3px 20px;
    font-size: 20px;
  }
  header .mobile-menu-container .navigation ul li .sub-menu-close {
    cursor: pointer;
    line-height: 24px;
    display: flex;
  }
  header .mobile-menu-container .navigation ul li ul {
    left: 2000px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: #13315c;
  }
  header .mobile-menu-container .navigation ul li ul.sub-menu-show {
    left: 0px;
    z-index: 1;
  }
  header .mobile-menu-container .navigation ul li .sub-menu {
    display: inline-block;
    float: right;
  }
  header .mobile-menu-container.show .navigation {
    left: 0px;
    background: #13315c;
  }
  header.sticky .menu-container {
    background: white;
  }
  .adminimal-admin-toolbar header .mobile-menu-container .navigation {
    top: 123px;
  }
}
.fa-magnifying-glass {
  position: relative;
}
.fa-magnifying-glass::before {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}

.hide {
  display: none;
}

.search-box-open {
  overflow: hidden;
}
.search-box-open .custom-search-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  text-align: center;
  display: flex;
}
.search-box-open .custom-search-box .custom-wrapper {
  display: flex;
  flex: 1;
  align-items: center;
  height: 80px;
  background: white;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.04), 0px 20px 24px 0 rgba(0, 0, 0, 0.04);
}
.search-box-open .custom-search-box .wrapper {
  display: flex;
  flex: 1;
  align-items: center;
  height: 80px;
}
.search-box-open .custom-search-box .wrapper .input-group {
  width: 100%;
  display: flex;
  position: relative;
  height: 50px;
}
.search-box-open .custom-search-box .wrapper .input-group input.form-control {
  height: 48px;
  border: 0;
  text-indent: 20px;
  flex: 20;
  outline: none;
  font-size: 30px;
  line-height: 36px;
  font-weight: lighter;
}
.search-box-open .custom-search-box .wrapper .input-group .input-group-addon {
  color: black;
  font-size: 18px;
  margin: 0;
  background: white;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-box-open .custom-search-box .wrapper .input-group .input-group-addon .fa {
  margin: 0;
  background: white;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-box-open .custom-search-box .wrapper .input-group .input-group-addon i {
  position: relative;
  left: 5px;
  color: black;
  cursor: pointer;
}
.search-box-open .custom-search-box .wrapper .input-group .input-group-addon i::before {
  margin-left: 0;
  font-size: 24px;
}
.search-box-open .custom-search-box .wrapper .search-close {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: white;
  font-size: 28px;
  color: #173a6a;
}
.search-box-open .custom-search-box .wrapper .search-close i {
  font-size: 25px;
  color: white;
}
.search-box-open .custom-search-box .wrapper .search-close .fa {
  margin: 0;
  background: white;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-box-open .custom-search-box .wrapper .fa {
  color: #ffffff;
  font-size: 24px;
  margin: 10px 0;
}
.search-box-open .custom-search-box .wrapper form {
  width: 100%;
  margin: 0 auto;
}

#block-su-alter-site-branding .site-name {
  color: #727578 !important;
}
#block-su-alter-site-branding .site-name:hover {
  color: #727578 !important;
}
#block-su-alter-site-branding .site-name {
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: break-word;
  display: inline-block;
  max-width: 200px;
  line-height: 1.2;
}

/*# sourceMappingURL=header.css.map */
