	/* ==================== Responsive ======================= */

@media (min-width: 768px) {


  a.nav-link {
    color: #fff !important;
  }



.news-wrap .col-md-5 {
  flex: 0 0 38%;
  max-width: 38%;
  padding: 0 5px;
}
.news-wrap .col-md-2 {
/*  flex: 0 0 24%;*/
  max-width: 24%;
  padding: 0 5px;
}

  .side-nav-toggle.navbar-toggle {
    display: block;
    position: static;
    background: #A4C40F;
    width: 100%;
    color: #FFF;
    overflow: hidden;
    margin: 0 0 5px;
  }

}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu{
    display: block;
  }

.navbar-wrap {
  padding: 0;
}
.subnav-toggle {
  display: none;
}
.main-nav {
  position: relative;
  width: 100%;
  z-index: 9;
}
.main-nav > li {
  width: 25%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-nav > li > a {
  color: #FEFEFE;
  display: block;
  font-size: 18px;
  height: 56px;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400 !important;
}
.main-nav > li:hover {
  box-shadow: 0 10px 0 #FFFFFF;
}
.sub-nav {
  background-color: rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  display: flex;
  left: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  top: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.sub-nav-col {
  padding: 20px 15px;
  width: 25%;
}
.main-nav > li:hover .sub-nav {
  opacity: 1;
  visibility: visible;
}

}

@media (min-width: 1200px) {


}


/*Desktop Screen 1024px  */

@media only screen and (min-width:992px) and (max-width:1199px) {


.container {
  max-width: 890px;
}
.contact-wrap,
.contact-wrap h3,
.contact-col2 ul li a,
a.social-media-resources {
  font-size: 18px;
}

}


/* Tablet and Mobile Layout: 320px to 991px  */

@media only screen and (max-width:991px) {




.logo {
  padding: 15px 0;
}
.logo img {
  max-width: 220px;
}
.navbar-wrap {
  /* background-color: #DDDDDD; */
  justify-content: flex-end;
  padding-left:0px;
  padding-right:0px;
}

.navbarWrap {
  justify-content: flex-end;
  padding: 0;
}
.navbar-toggler {
  border: medium none;
  height: 34px;
 margin: -130px 25px 0 0;
  outline: medium none !important;
  padding: 0;
  width: 38px;

}

.sidebarMenu {
  margin:0 !important;

}

.navbar-toggler-icon,
.navbar-toggler-icon:before,
.navbar-toggler-icon:after {
  background-color: #D0343A;
  border-radius: 3px;
  height: 4px;
  position: relative;
  width: 100%;
}
.navbar-toggler-icon:before,
.navbar-toggler-icon:after {
  content: "";
  left: 0;
  position: absolute;
  top: -12px;
}
.navbar-toggler-icon:after {
  top: 12px;
}
.main-nav > li {
  position: relative;
}
.main-nav > li:nth-child(1) {
  background-color: rgba(255, 184, 30, 0.95);
}
.main-nav > li:nth-child(2) {
  background-color: rgba(0, 130, 202, 0.95);
}
.main-nav > li:nth-child(3) {
  background-color: rgba(0, 0, 0, 0.95);
}
.main-nav > li:nth-child(4) {
  background-color: rgba(208, 51, 58, 0.95);
}
.sub-nav {
  display: none;
  padding: 0 15px;
}
.main-nav > li > a {
  color: #FFFFFF !important;
  display: block;
  font-size: 16px;
  padding: 15px !important;
  text-transform: uppercase;
}
.subnav-toggle {
  cursor: pointer;
  display: block;
  height: 52px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 9;
}
.subnav-toggle:before,
.subnav-toggle:after {
  background-color: #FFFFFF;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 16px;
  top: 22px;
  width: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.subnav-toggle:after {
  transform: rotate(90deg);
}
.subnav-toggle.open:after {
  transform: rotate(180deg);
}
.sub-nav-col {
  margin-bottom: 15px;
}
a.news-title {
  padding: 0;
}
.contact-wrap {
  padding-bottom: 20px;
}
.contact-wrap .col-md-6 {
  margin-bottom: 30px;
}
.footer-wrap {
  line-height: 1.3;
}

}


/* Tablet Layout: 768px.  */

@media only screen and (min-width:768px) and (max-width:991px) {
.container {
  max-width: 640px;
}
  .social a, .social a:link, .social a:visited, .social a:active  {
    font-size: .77em;
    padding-top: 10px;
  }

  .social a:hover {
    text-decoration: underline;
  }


}


/* Mobile Layout: 480px.  */

@media only screen and (max-width:767px) {

  .icon-bar {
    visibility: hidden;
  }

  .social a, .social a:link, .social a:visited, .social a:active  {
    font-size: .77em;
    padding-top: 10px;
  }

  .social a:hover {
    text-decoration: underline;
  }

.logo img {
  max-width: 200px;
}
.emergency-alerts {
  font-size: 16px;
  padding: 25px 0;
}
.services-wrap .row,
.events-row ,
.news-wrap .row  {
  margin: 0;
}
.services-wrap .col-6 a p {
  font-size: 16px;
}
.news-wrap .col-md-5 {
  margin-bottom: 30px;
}
.contact-col2,
.contact-col2 ul li a,
a.social-media-resources {
  text-align: center;
}

.inner-middle-col {
  border-bottom: 3px dotted #FFB81D;
  border-top: 3px dotted #D0343A;
  border-left: medium none;
  border-right: medium none;
  font-size: 19px;
  margin: 12px 0;
  padding: 25px 15px;
}


}


/* Wide Mobile Layout: 320px.  */

@media only screen and (max-width:479px) {

.left-sidebar {
  padding-right: 65px;
  -webkit-transform: translateX(-165px);
  transform: translateX(-165px);
  width: 230px;
}
.offcanvas-row.active .left-sidebar {
  padding-left: 15px;
  padding-right: 15px;
}
.main-content,
.footer-wrap {
  margin-left: 65px;
  width: calc(100% - 65px);
}
.offcanvas-row.active .main-content,
.offcanvas-row.active .footer-wrap {
  -webkit-transform: translateX(230px);
  transform: translateX(230px);
}
.search-box {
  font-size: 14px;
  height: 38px;
  width: 148px;
}
.offcanvas-btn {
  left: 9px;
}
.offcanvas-toggle {
  height: 46px;
  width: 46px;
}
.offcanvas-toggle .hr-line {
  height: 3px;
  width: 30px;
}
.offcanvas-row.active .offcanvas-toggle .hr-line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateX(6px) translateY(-6px);
  transform: rotate(-45deg) translateX(6px) translateY(-6px);
}
.sidebar-content {
  padding-left: 45px;
}
.left-sidebar ul li a {
  font-size: 16px;
}
.offcanvas-btn > p {
  font-size: 15px;
}
.searchbar {
  padding-bottom: 145px;
}
.logo > a {
  display: inline-block;
  left: -38px;
  position: relative;
}
.logo img {
  max-width: 200px;
}

.emergency-alerts > img {
  width: 36px;
}
.emergency-alerts {
  font-size: 11px;
}
.services-wrap .col-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.section-title > h2 {
  font-size: 50px;
}
.events-details .col-md-6:first-child span,
.events-details .col-md-6:first-child p,
.news-wrap,
.contact-wrap h3,
.contact-wrap,
.contact-col2 ul li a,
a.social-media-resources {
  font-size: 18px;
}
  .news-img {
    margin-bottom: 10px;
  }

  .dot-line {
    height: 35px;
  }

  .news-date {
    margin-bottom: 10px;
  }
  .news-img {
    margin-bottom: 20px;
  }

}

    @media (min-width: 768px) {

      .news-date {
        margin-bottom: 10px;
      }
      .news-img {
        margin-bottom: 20px;
      }

      .bootstrap-vertical-nav {
        margin-top: 50px
      }
      .main-content,
      .footer-wrap {
        /*margin-left: 107px;*/
        /* width: calc(100% - 107px);*/

      }
      .buttonWrapper {
        display: none;
      }
      .inner-middle-col {
        border-left: 3px dotted #D0343A;
        border-right: 3px dotted #FFB81D;
      }

      .inner-middle-col-noright {
        border-left: 3px dotted #D0343A;
      }
      .d-sm-none {
        display: none!important;
      }
      .inner-page-content {
        padding: 45px 0;
      }

      .inner-middle-col {
        padding: 0 30px;
      }

      .news-img > img {
        max-width: 380px;
      }
      .emergency-alerts {
        font-size: 21px;
        padding: 34px 0;
      }

      .alertSymbol{
        height: 44px;
        width: 54px;
      }
    }



    @media (max-width: 768px) {

      .left-sidebar, .offcanvas-btn {
        display: none;
      }
      .main-content, .footer-wrap {
        margin-left: 0px;
        width: 100%
      }

      .inner-middle-col {
        border-left: 0px;
        border-right: 0px;
      }
      .d-sm-none {
        display: block !important;
      }
      .inner-page-content {
        padding: 10px 0;
      }
      .inner-middle-col {
        padding: 25px 30px;
      }

      .emergency-alerts {
        font-size: 15px;
        padding: 10px 0;
      }
      .alertSymbol{
        width: 25px;
      }
    }

    @media (min-width: 992px) {

      .navbar-wrap {
        padding: 0;
      }
      .subnav-toggle {
        display: none;
      }
      .main-nav {
        position: relative;
        width: 100%;
        z-index: 9;
      }
      .main-nav > li {
        width: 25%;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
      }
      .ada-nav > li:nth-child(1) > a {
        background-color: #FFB81E;
      }
      .ada-nav > li:nth-child(2) > a {
        background-color: #0082CA;
      }
      .ada-nav > li:nth-child(3) > a {
        background-color: #000000;
      }
      .ada-nav > li:nth-child(4) > a {
        background-color: #D0333A;
      }
      .ada-nav > li:nth-child(1) .dropdown-menu {
        background-color: rgba(255, 184, 30, 0.95);
        border-top: .6rem solid white !important;
      }
      .ada-nav > li:nth-child(2) .dropdown-menu {
        background-color: rgba(0, 130, 202, 0.95);
        border-top: .6rem solid white !important;
      }
      .ada-nav > li:nth-child(3) .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.95);
        border-top: .6rem solid white !important;
      }
      .ada-nav > li:nth-child(4) .dropdown-menu {
        background-color: rgba(208, 51, 58, 0.95);
        border-top: .6rem solid white !important;
      }
      .main-nav > li > a {
        color: #FEFEFE;
        display: block;
        font-size: 18px;
        height: 56px;
        padding: 15px 0;
        text-align: center;
        text-transform: uppercase;
      }
      .main-nav > li:hover {
        box-shadow: 0 10px 0 #FFFFFF;
      }
      .sub-nav {
        background-color: rgba(0, 0, 0, 0);
        border-top: 10px solid rgba(0, 0, 0, 0);
        display: flex;
        left: 0;
        opacity: 0;
        position: absolute;
        visibility: hidden;
        top: 100%;
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 999;
      }
      .sub-nav-col {
        padding: 20px 15px;
        width: 25%;
      }
      .main-nav > li:hover .sub-nav {
        opacity: 1;
        visibility: visible;
      }
      a.lle-link  {
        paddingt: 0 !important;
        padding: 0 !important;
      }
      a.lle-link:hover, a.lle-link:focus   {
        font-weight: 600 !important;
      }
      .navbar {
        padding: 0px !important;
      }
    }