/* CSS Document */
.page {
  padding-top: 0 !important;
}
.home-wrapper {
	overflow: hidden;
}
.home-banner {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 585px;
  background-color: #1D1D1D;
}
.home-banner:before {
  content: '';
  position: absolute;
  z-index: 10;
  height: 80%;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.home-banner > .slider-wrapper {
  position: relative;
  z-index: 2;
}
.home-banner > .slider-wrapper .slick-slide .slick-bnn {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  min-height: 585px;
}
.home-banner > .slider-wrapper .slick-slide .slick-bnn > span.parallax {
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home-banner .text-content {
  position: absolute;
  z-index: 99;
  /*left: 3vw;
  right: 3vw;*/
  bottom: 0;
  /*max-width: 735px;*/
  opacity: 0;
  filter: alpha(opacity=0);
}

.home-banner .public-notices{
	vertical-align: bottom;
	padding-bottom: 20px;
}

.home-banner .public-notices h3{
	color: #8ebb65;
    font-size: 1.7em;
    background: #ffffff;
    border-radius: 5px;
    padding: 5px;
	display: inline-block;
    font-weight: bold;
}

.home-banner .public-notices h3 a{color:#8ebb65; font-size: 18px; letter-spacing: 1px; font-weight: normal!important; padding: 10px;}
.home-banner .public-notices h3 a:hover{color:#C6FC94;}

.home-banner.ready .text-content {
  /*bottom: 100px;*/
	top: 36%;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s, bottom 0.8s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s, bottom 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, bottom 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, bottom 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}

/*.home-banner .text-content .row .cta-buttons{
    vertical-align: bottom;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
	margin-top: 15px;
	max-width: 960px;
}
.cta-buttons .row{
	
}
.cta-buttons .row .btn-layout{
    font-size: 18px;
	width: 100%;
}*/
.hp-cta-buttons {
    text-align: center;
    margin-top: -10%;
    z-index: 99;
}
.homepage-cta {
    background: #fff;
    border-radius: 10px;
	padding: 30px;
	border: 1px solid #8ab662;
	margin-bottom: 45px;
}

.homepage-cta span{
	border-radius: 900px;
    border: 1px solid #8ebb65;
    /*display: inline-block;
    padding: 20px;
    margin-top: -18%;
    background: #fff;*/
	width: 92px;
    margin: -75px auto 0 auto;
    background: #fff;
    height: 92px;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.homepage-cta p{color:#494949;height:90px;}
.homepage-cta i{
	color:#8ebb65;
	font-size: 4em;  
}

@media(max-width:1000px){
  .homepage-cta p{
 
  height:auto;
}
}

.homepage-cta h3{
	font-size: 2.5em;
    color: #8ebb65;
}
.home-banner .search-form {
  position: relative;
  padding-right: 85px;
  margin-bottom: 3vw;
}
.home-banner .search-form:before {
  content: 'SEARCH';
  position: absolute;
  font-size: 48px;
  color: #86b55c;
  font-weight: 900;
  margin-left: 10px;
}
.home-banner .search-form input[type="text"] {
  height: 74px;
  border-color: #fff;
  padding-left: 210px;
  font-style: italic;
}
.home-banner .search-form button[type="submit"] {
  position: absolute;
  right: 0;
  cursor: pointer;
  font-size: 30px;
  color: #fff;
  border-style: initial;
  background-color: #0f81c3;
  border-color: #0f81c3;
  height: 74px;
  width: 80px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.home-banner .search-form button[type="submit"]:hover {
  background-color: #00b4f0;
  border-color: #00b4f0;
}
.home-banner h3 {
  color: #fff;
  /*font-size: 30px;*/
	font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 30px 0 0;
}
.home-banner h2 {
  /*font-size: 40px;*/
	font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0;
}
.home-banner .bottom {
  border-top: solid 2px #fff;
  padding-top: 10px;
  max-width: 350px;
	margin-bottom: 0;
}

.home-banner .bottom li {
  color: #fff;
  padding: 0 5px;
  vertical-align: middle;
}
.home-banner .bottom li a.pause,
.home-banner .bottom li a.forward {
  color: #fff;
  display: inline-block;
  padding: 7px 0;
}

/*=========================================== INFO SCETION ======================================================*/
.info-section {
  padding: 40px 0 80px;
  /*position: relative;*/
  background-color: #e5e5e5;
  border-bottom: solid 1px #fff;
}
.info-section span.parallax {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(../img/bnn-info.jpg);
  background-position: center;
  background-size: cover;
}
.info-section .container {
  position: relative;
  z-index: 3;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.info-section.ready .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.info-section .btn-layout {
  color: #0f81c3;
  padding: 5px;
  font-weight: 900;
  letter-spacing: 0;
  margin-top: 20px;
  border-color: transparent;
  background-color: transparent;
}
.info-section .btn-layout:hover {
  color: #00b4f0;
  border-color: transparent;
  background-color: transparent;
}
.info-section li {
  margin-bottom: 23px;
}
.info-section span.fa-li {
  color: #0f81c3;
}
.info-section .filter-tabs li {
  font-size: 23px;
  font-weight: 900;
  margin-right: 10px;
}
.info-section .filter-tabs li i {
  font-size: .8em; 
  vertical-align: middle;
  margin-top: -.3em;
}
.info-section .filter-tabs li a.actived {
    color: #7f7f7f;
}
.info-section .filter-tabs li:not(:last-child):after {
  content: '|';
  color: #0f81c3;
  margin-left: 10px;
}
.info-section .list-view,
.info-section .calendar-view {
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.info-section .list-view.actived,
.info-section .calendar-view.actived {
	height: auto;
	opacity: 1;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}
.info-section .list-view strong {
	display: block;
}


/*=========================================== 3 BUTTONS SCETION ======================================================*/
.btnrow {
  display: flex;
          justify-content: space-around;
          gap: 20px;
          flex-wrap: wrap;
          position: relative;
          z-index: 3;
          padding-right: 5%;
          padding-left: 5%;
          padding-bottom:4%
      }

      .portal-button {
          background-color: white;
          border-radius: 8px;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          text-align: center;
          padding: 20px;
          width: 30%;
          min-width: 280px;
          transition: transform 0.3s;
          border-top: 5px solid #8ebb66;
          text-decoration: none;
          color: inherit;
      }

      .portal-button:hover {
          transform: translateY(-5px);
      }

      .portal-icon {
          font-size: 40px;
          margin-bottom: 10px;
      }

      .portal-title {
          font-size: 24px;
          font-weight: bold;
          margin: 10px 0;
      }

      .portal-description {
          font-size: 16px;
          color: #555;
      }

      @media (max-width: 768px) {
          .portal-button {
              width: 100%;
          }
      }

/*=========================================== MAP SCETION ======================================================*/
.map-section {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 100px 3vw;
}
.map-section .container-fluid {
  position: relative;
  z-index: 3;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.map-section.ready .container-fluid {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.map-section h2.h1-style {
  margin-bottom: 50px;
}
.map-section  li {
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 17px;
}
.map-section span.fa-li {
  color: #0f81c3;
}
.map-section .map-wrapper {
  position: absolute;
  top: 0; bottom: 0; right: -25px;
  width: 75%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.map-section.ready .map-wrapper {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s, right 0.8s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s, right 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, right 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, right 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.map-section .map-wrapper iframe {
  width: 100%;
  height: 100%;
}
/*=========================================== WELCOME SCETION ======================================================*/
.welcome-section {
  padding: 180px 0 120px;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #131313;
}
.welcome-section span.parallax {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(../img/bnn-footer.jpg);
  background-position: center;
  background-size: cover;
}
.welcome-section .container {
  position: relative;
  z-index: 3;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.welcome-section.ready .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.welcome-section h2 {
  color: #fff;
  text-transform: uppercase;
}
.welcome-section p {
  color: #fff;
}


/*=========================================== RESPONSIVE ======================================================*/
@media (max-width: 1480px) {
  .map-section .map-wrapper {
    height: 100%;
   	width: 70%;
  }
}
@media (max-width: 1100px) {
  .info-section .filter-tabs li {
  	font-size: 18px;
  	margin-bottom: 0;
  }
  .map-section .map-wrapper {
  	width: 60%;

  }
}
@media (max-width: 991px) {
	.home-banner:before{height: 100%;}
  .home-banner .search-form {
      padding-right: 60px;
      margin-bottom: 20px;
  }
  .home-banner .search-form:before {
    font-size: 28px;
    margin-top: 6px;
  }
  .home-banner .search-form input[type="text"] {
    height: 55px;
    padding-left: 130px;
  }
  .home-banner .search-form button[type="submit"] {
    font-size: 20px;
    height: 55px;
    width: 55px;
  }
  .home-banner h2 {
    /*font-size: 35px;*/
	  font-size: 20px;
  }
}
@media (max-width: 768px) {
  .home-banner h2 {
    font-size: 18px;
  }
  .info-section .filter-tabs li {
  	font-size: 16px;
  }
  .map-section {
  	padding: 40px 0 1px;
  }
  .map-section .map-wrapper {
   	position: relative;
   	height: 600px;
  	width: 100%;
  }
}
@media (max-width: 768px) and (min-width: 440px) {
  .map-section .map-wrapper {
  	margin-top: 30px;
  }
  .map-section li {
  	line-height: 28px;
  	float: left;
  	width: 50%;
  }
}