* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.navbarVU {
  background-color: #000735;
  /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
}

.navbarVU .center{
 margin-left: auto;
 width: 70em;
 margin-right: auto;
}

.ifac .rowVU {
 margin: 0 auto; 
 width: 70em;
    
}

/* Pop Up Search Bar Styles */
.ifac .navbarVU .top{
  background-color:#000735;
  position:relative;
  display:block;
  width:100%;
  height:30px;
}

.ifac .navbarVU .main-nav__search-icon{
display: inline-block; 
top: .45em;
}

.ifac .navbarVU i{
  font-size:25px;
}

.ifac .navbarVU form{
  display:none;
  background:#ffd923;
  padding:20px 42px;
  text-align:center;
  position:relative;
  transition:background-color 500ms linear;
}

.ifac .navbarVU .sbtn{
  font-size:36px;
  color:#000735;
  font-family: "Font Awesome 5 Free";
}

.ifac .navbarVU input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.6);
  font-family: "Roboto", sans-serif;
   font-weight: 300;
}

.ifac .navbarVU .main-nav__search-icon{
  text-decoration:none;
  background-color:#000735;
  color:#ffd923;
  -webkit-transition: background-color 250ms ease-out, ;
  -moz-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}

/*End of SearchBar Style */

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 230px;
    right: 5px;
    background: #000735;
    height: 70px;
    width: 70px;
}

.navbarVU .dropdownVU {
  display: inline;
}

.navbarVU .dropdownVU .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
  cursor: pointer;
  font-weight: bold;
}

.ifac .navbarVU .columnVU a{
  border-bottom: 3px solid rgba(255,255,255,.0);
}

.ifac .navbarVU .columnVU a:hover{
  border-bottom-color: #ffd923;
}

.ifac .dropdownVU .dropbtn {
  border-bottom: 3px solid rgba(255,255,255,.0);
}

.ifac .dropdownVU:hover .dropbtn {
  border-bottom-color: #ffd923;
}

.navbarVU .dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(255,255,255,.9);
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 30;
}


.navbarVU .dropdownVU:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.navbarVU .columnVU {
  float: left;
  width: 33.00%;
  padding: 5px;
}

.navbarVU .columnVU a {
  float: none;
  color: #000735;
  padding: 16px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  text-align: left;
}

.navbarVU .columnVU a:hover {
  text-decoration: none;
}

/* Clear floats after the columns */
.navbarVU.rowVU:after {
  content: "";
  display: table;
  clear: both;


  .navbarVU .contentVU{
    width: 0;
  }
}


/* The stickyVU class is added to the navbar with JS when it reaches its scroll position */
.stickyVU {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}

.stickyVU_SignIn {
  position: fixed;
  top: 55px;
  width: 100%;
  z-index: 30;
}

@media screen and (min-width: 1025px) {
  .navbarVU .center {
    display: -webkit-box !important;
  }
  
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1025px) {
  .navbarVU .columnVU {
    width: 100%;
    height: auto;
	padding: 0px;
  }
  
  .navbarVU .fillVU {
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden
  }
  .navbarVU .fillVU img {
      flex-shrink: 0;
      min-width: 100%;
      min-height: 100%
  }
}

/* Styles that hide things in the theme */
.vinu .vu-navbar .nav-filler {
    display: none;
}

#vu-header-spacer{
    padding-top: 0px !important;
}