/* CSS Document */

.navbar-brand {
   
    padding: 0 15px;
}

/* Need to add navbar-brand padding at responsive media query */


.navbar-custom {
    background: #bf3930 none repeat scroll 0 0;
    border: medium none;
    font-weight: 700;
}

.navbar-custom {
    background: #bf3930 none repeat scroll 0 0;
    border: medium none;
    font-weight: 700;
}

.red-banner-custom {
    background: #bf3930 none repeat scroll 0 0;
    border: medium none;
    font-weight: 700;
	text-align: center;
	text-color: white;
	height:75px;
	  padding-top: 20px;
      padding-bottom: 10px;
}

#libraryMap {height:500px;width:100%;max-width:700px}
ul#filtered li {list-style-type:none;margin-left:-15px;}

ul#filtered  p {display:none !important}


ul#filtered li:nth-of-type(odd) {background-color:#ececec;list-style-type:none}

ul#filtered li img {display:none;height:auto;max-width:100%}

#filteredcontainer {width:100%;max-width:700px;max-height:600px !important;overflow-y:auto}

.text-area {font-size:30px}
.lyl-hero {
	background-image:url("../img/2026/ACLA-2026-LYL-hero_1200-x-630.jpg");
    background-repeat:no-repeat;
    background-size:cover;
	width:100%
	}
	
	



@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .navbar-right {
  margin-right:0px !important
  }
  
	  
}

@media (max-width: 767px) {

.lyllogo {

}

.navbar-custom {padding-bottom:5px;padding-top:5px}
 
}