:root {
  --AustinRed: #CB003D;
  --AustinWhite: #ffffff;
  --AustinBlack: #333333;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  background-color: red !important;
  color: greenyellow !important;
}
/* line 311, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
/* line 314, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: var(--AustinBlack);
  border-bottom: 4px solid var(--AustinRed);
  padding-bottom: 10px;
}
/* line 320, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
  outline: 1px dashed #FFFFFF;
}
.navbar {
  min-height: 60px;
}
@media (min-width: 992000000px) {
  #FooterLogo {
    background: url('/footer-logo-white.png') no-repeat left center;
    float: left;
    height: 136px;
    width: 155px;
  }
}
#Footer {
  background: url('/footer-bg.jpg') repeat-y center top;
  background-size: cover;
  font-size: 0.9em;
}
#Copyright {
  color: rgba(255, 255, 255, 0.5);
  padding: 18px 0px;
  text-align: left;
  font-size: 0.9em;
  width: 220px;
  float: left;
}
/******************************************
/* Country Acknowledgement
******************************************/
#FooterAcknowledgement {
  align-items: center;
  height: 90px;
  justify-content: center;
  position: relative;
  font-size: 0.9em;
  /* display: flex;
	margin-left: 220px;
	*/
}
#FooterAcknowledgement p {
  font-size: 0.9em;
  margin: 0 0 16px 20px;
  line-height: 1.4em;
  color: #fff;
  opacity: 0.6;
}
#FooterAcknowledgement img {
  height: 25px;
  margin-left: 10px;
  margin-bottom: 32px;
}

/* left navbar style */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 15pxpx;
}
.sidenav a {
    padding: 0px 8px 3px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
    margin-left: 26%;
}
.sidenav a:hover {
    color: #f1f1f1;
    text-decoration: underline !important;
}
.closebtn {
    float: right;
}
.sidenav .closebtn {
    position: relative;
    font-size: 32px;
    margin-left: 0px;
    font-weight: normal;
}
.sublink {
    font-size: 15px;
    font-weight: normal;
    margin-left: 5%;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
   }
    .sidenav a {
        font-size: 18px;
   }
}
#austinNav {
    font-size: 30px;
    cursor: pointer;
    color: black;
    float: left;
}
#austinLogo {
    width: 50%;
    margin-left: 30px;
}
#austinNavbarLogo {
    margin-left: 15%;
    top: 0px;
    width: 25%;
}
.austin-close-logo {
    padding-right: 10px;
    margin: 20px 0px 20px 0px;
}
