
body{
  font-family:'Poppins', sans-serif;
  overflow-x:hidden;
}


.navbar-top{
  margin-bottom:0;
  height:107px;
  background-color:#003459;
  border-radius:0;
}
.navbar-top i{
  font-size:27px;
  color:#48a4d6;
}
.navbar-top .navbar-right{
  margin-top:35px;
}
.navbar-top span{
  font-weight:900;
  color:#fff;
}
.navbar-top p, .navbar-top a{
  color:#fff;
}
.navbar-nav{
  margin-left:-10px;
}

.navbar-bottom .navbar-top{
  margin-bottom:0;
  border-radius:0;
}
.navbar-bottom{
  background-color:transparent;
  border:none;
}
.navbar-bottom .navbar-nav li.active a{
  background-color:transparent;
  color:#48a4d6;

}
.navbar-bottom .container{
  background-color:rgba(255,255,255,0.85);
}
.navbar-bottom .navbar-nav li a{
  color:#003459;
  padding:15px 20px;
}

.payment-btn{
  background-color:#94ca40;
  margin-right:-15px;
}
.payment-btn a{
  color:#fff;
}
.header-nav .navbar-nav .payment-btn a{
  color:#fff;
}

.header-nav .navbar-nav li a:hover{
  color:#003459;
  /* font-weight:900; */
  
}
 .navbar-menu > .item {
    position: relative;
    text-align: center;
    transition-duration: 0.25s;
  }
  .navbar-menu > .item::after {
    background-color: #48a4d6;
    bottom: 0;
    height: 5px;
    left: 0;
    position: absolute;
    transition-duration: 0.25s;
    width: 100%;
  }
  .navbar-menu > .item > .link {
    cursor: pointer;
    display: inline-block;
    padding: 15px;
  }
  .navbar-menu.-twitter > .item:hover::after,
  .navbar-menu.-twitter > .item.-active::after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .navbar-menu.-twitter > .item::after {
    content: '';
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }


.header-nav ul li a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  padding: 20px 15px 15px 15px;
  text-transform: uppercase;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-nav .marker {
  position: absolute;
  left: 0%;
  bottom: 5px;
  height: 3px;
  width: 20%;
  background-color: #48a4d6;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar-bottom .dropdown-menu{
  background-color:#fff;
  margin-top:5px!important;
}

.navbar-bottom .dropdown-menu li a{
  color:#003459;
}

.department-dropdown .dropdown-menu{
  overflow-x:hidden;
}

.dropdown-menu{
  overflow:hidden;
}

.payment-btn:hover{
  background-color:#fff;
}
.payment-btn a:hover{
  color:#94ca40;
}

.navbar-top i{
  padding-top:2px;
}


/* ==================================== */

/* Carousel CSS */

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.overlay {
  position: absolute;
  width: 100%;
  height: 67.5%;
  margin-top:-21px;
  z-index: 1;
  background-color: rgba(0,0,0,0.9);
  opacity: .3;
}

.carousel{
	margin-top:-38px;
  height:60%;
  z-index:-9;
	
}
.carousel-inner{
	top:-57px;
}
.carousel-caption{
	text-align: left;
  top:20%;
  z-index:99

}
.carousel .item{
  border-bottom:10px solid #94ca40;
}

.city_video .video-thumb{
  margin-top:15px;
}
.city_video .video-thumb img{
  height:230px;
}

.city_video{
  padding:0;
}
/* .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.9);
    opacity: .3;
} */


/*==============================*/

/*Services*/
.services-container{
      /* The image used */
      background-image:linear-gradient(rgba(0,0,0,0.50),rgba(0,0,0,0.50)), url("images/iStock_000003116897Small.jpg");

      /* Set a specific height */
      
  
      /* Create the parallax scrolling effect */
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }

.services-container .container{
  z-index:9;
}


.jumbotron h2{
  text-transform: uppercase;
  color:#fff;
}


.section-lead {
  max-width: 600px;
  margin: 1rem auto 1.5rem;
}

.service a {
  color: #003459;
  display: block;
}

.service h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #56ceba;
  font-size: 1.3rem;
  margin: 1rem 0 0.6rem;
}

.services-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.services-container h2{
  z-index:9;
}

.service {
  background:rgba(255,255,255,.2);
  margin: 20px;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  -webkit-box-flex: 1;
  flex: 1;
  z-index:9;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

.service i {
  font-size: 4rem;
  margin: 1rem 0;
}

.service1 i,
.service1 h3,
.service1 .cta {
  color: #fff;
}



.service2 i,
.service2 h3,
.service2 .cta {
  color: #fff;
}

.service3 i,
.service3 h3,
.service3 .cta {
  color: #fff;
}



.service .cta span {
  font-size: 0.6rem;
}

.service .cta {
  align-self: flex-end;
}

@media all and (max-width:900px) {
  .services-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.wwd-icon {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-color:rgba(0,0,0,.5);
  margin: 10px auto;
}

.wwd-icon>i {
  margin-top:28%;
  font-size:56px;
}

.service .btn{
  background-color:transparent;
  color:#fff;
  border:1px solid #fff;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.service .btn:hover{
  background-color:#fff;
  color:#003459;
  border:1px solid #fff;
}


.service h3{
  margin:10px 0
}

/*===============================*/

/* About CSS */
.city_about_wrap{
  padding:80px 0px 90px;
  padding-top:0;
}
.city_about_fig{
  padding:0px 100px 70px 0px;
  position: relative;
}
figure{
  float:left;
  width:100%;
  overflow:hidden;
  position: relative;
  display:block;

}
.box:before, .box:after, .box .box-layer{
  content:" ";
  width:20%;
  height:100%;
  position: absolute;
  top:100%;
  opacity: 0.8;
  z-index:1;
}
figure img{
  float:left;
  width:100%;
}
.city_about_video{
  position: absolute;
  right:0px;
  bottom:0px;
  border:10px solid #fff;
  z-index:2;
  margin-bottom:-75%;
}
.overlay2{
  position: relative;
}
/* .overlay2:before{
  content:" ";
  position: absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity: 0.6;
  background-color:#003459;
} */
.border{
  position: relative;
}
.section_heading{
  float:left;
  width:100%;
  padding-left:20px;
  border-left:4px solid #003459;
  line-height:15px;
  margin-bottom:22px;
}
.section_heading span{
  line-height:20px;
  margin:0px 0px 0px;
  display:inline-block;
  position: relative;
  top:-4px;
}
.section_heading h2{
  color:#003459;
  margin:0px 0px;
  line-height:3px;
  font-weight:bold;
}
.border:after, .border:before{
  position: absolute;
  content: " ";
  top:0px;
  left:auto;
  right:0px;
  bottom:0px;
  border-bottom:1px solid #ccc;
  width:285px;
}
.border:after{
  bottom:5px;
}
.city_abou_text{
  margin-bottom:45px;
}
.city_about_text h6{
  margin: 0px 0px 14px 0px;
  font-style: italic;
  line-height:28px;
  font-weight:400;
  color:#333;
}
.city_about_text p{
  line-height:28px;
  margin: 0 0;
}
.city_about_link li{
  margin-bottom:15px;
}
.city_about_link li a{
  font-size:15px;
  font-weight:normal;
}
.city_about_link{
  list-style: none;
}
.section_heading h2{
  margin:0px 0px;
  line-height:35px;
  font-weight:bold;
}

/*Welcome Text*/

.hr-text {
  line-height: 1em;
  font-size:18px;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
}
.hr-text:before {
  content: '';
  background: linear-gradient(to right, transparent, transparent, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
}

.welcome-section{
	background-image:url(img/iStock_000003116897Small.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position-y:55%;

}
.welcome-section p{
	font-size:16px!important;
}

.accessory {
  height: 6px;
  background-image: radial-gradient(closest-side, gray, rgba(128, 128, 128, 0) 100%);
  position: relative;
}

.accessory:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: #bfbfbf;
  height: 12px;
  width: 12px;
  transform: rotate(45deg);
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 4px 0;
  border: 4px solid rgba(255, 255, 255, 0.35);
  background-clip: padding-box;
  box-shadow: -10px 10px 0 rgba(255, 255, 255, 0.15), 10px -10px 0 rgba(255, 255, 255, 0.15);
}

.welcome-section .container{
	background-color:rgba(0,0,0,0.5);
	padding:30px;
	margin:20px 0;
	margin-left:17.7%;
}

.welcome-section h2,.welcome-section h3,.welcome-section p{
	color:#fff;
}

/*==============================*/

.button:focus {
  outline: none;
}

.button {
  text-transform: uppercase;
  float: left;
  min-width: 150px;
  max-width: 250px;
  display: block;
  padding: 1em 2em;
  background: none;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  letter-spacing: 2px;
  color: #003459;
  border-radius:0;
  margin-top:30px;
  font-weight: bold;
  font-size: 16px;
  border: 4px solid;
  cursor: pointer;
}

.button::after {
  content: "";
  background-color: transparent;
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  opacity: 0;
  color: #003459;
  z-index: -1;
}

.button:hover::after {
  opacity: 1;
  background-color:#94ca40;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.button,
.button:after {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.button:hover {
  border: 4px solid #94ca40;
}

.text-section{
  background-color:#E8FDFF;
  margin-bottom:0;
}
.text-section span{
  color:#003459;
  font-weight:900;
}


/*Events CSS*/
.accordion {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left:5px solid #003459;
}
.accordion__control {
  position: relative;
  padding: 1.5rem;
  border: 0.1rem solid #ddd;
  background-color: transparent;
  font-size: 1.8rem;
  font-weight: 700;
}
.accordion__control:not(:first-child) {
  margin-top: 1rem;
}
.accordion__control:hover, .accordion__control--active {
  border-color: #c4c4c4;
  background-color:transparent;
}
.accordion__control:hover {
  cursor: pointer;
}
.accordion__indicator {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.8rem;
}
.accordion__indicator::after {
  content: '\002B';
  color:#bfbfbf
}
.accordion__control--active .accordion__indicator::after {
  content: '\002D';
  font-size: 3rem;
}
.accordion__panel {
  display: none;
  margin-bottom: 1rem;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ddd;
  padding: 2rem;
}
.accordion__indicator{
  border-left: 1px solid #bfbfbf;
  padding-left:20px;
}


/*background and gradient*/


/*container is relative...then the actual thing is absolute so it stays within its on section and doesnt start turf wars with the rest*/
.angled-container {
  position: relative;
  padding:30px;
}

.angled-bg {
  position: absolute;
  background-image:
  linear-gradient(
      to left,
      #003459, #386fa4
  );
  top: 0; left: 0;
  height: 100%; width: 100%;
  /*the layers...z indicated what layer it's on. The blue is under the gradient!*/
  z-index: -2;
}

.angled-bg2 {
  position: absolute;
  background-image:
  linear-gradient(
      to left,
      #003459, #386fa4
  );
  top: 0; left: 0;
  height: 100%; width: 100%;
  /*the layers...z indicated what layer it's on. The blue is under the gradient!*/
  z-index: -3;
}



.angled {
  
  display: none;
}
@media (min-width:768px) {
  .angled {
    position: absolute;
  z-index: -1;
  /*content: "";*/
  right: -50%;
  top: 0;
  height: 100%;
  width: 100%;
  background-image:
  linear-gradient(
      to left,
      #003459, #386fa4
  );
  -webkit-transform: skewX(-40deg);
  -moz-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
  text-decoration: none;
    display: block;
  }
}
.angled-container legend, .angled-container  form p{
  color:#fff!important;
}


input {
  font-family: 'PT Sans Narrow';
  font-size: 20px;
}

.info{
  display: inline-block;
  margin-right: 5px;
}

.info input {
  display: block;
  width: 300px;
  font-size:17px;
  border: 0;
  border-radius: 3px;
  margin: 0 0 10px 0;
  padding: 0px 10px;
  background: #fff;
  color:#666;
}

.info input:last-child {
  margin: 0;
}

.info input:focus {
  background: #eee;
  outline: none;
}

input[type="submit"]{
  vertical-align: top;
  height: 55px;
  width: 130px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background:#94ca40;
  font-family:'Poppins', sans-serif;
  font-size:17px;
  transition: all 0.1s ease;
}

input[type="submit"]:hover{
  color:#fff;
  background:#003459;

}









.cal-event-tile-date, .cal-event-tile-month {
width:100%;
line-height:1em;
margin:0;
padding:0;
color:#fff;
}
.cal-event-tile-date {
font-size:2.3em;
}
.cal-event-tile-month {
font-size:2em;
text-transform: uppercase;
text-align: right;
color:#333;
}

.videoWrapper {
	position: relative;
	padding-bottom: 50.5%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.panel .col-lg-2 div:nth-child(1){
	padding:5px;
	background:#003459;
	border-radius:10px;
}

.calendar .panel{
	border-left:10px solid #003459;
}

.calendar{
  z-index:99;
}


.btn-primary{
  background-color:#94ca40;
	border:none;
	font-size:14px;
	padding:10px;
	border-radius:0;
}


.calendar .btn-primary{
	background-color:#94ca40;
	border:none;
	font-size:14px;
	padding:10px;
	border-radius:0;
}

.calendar{
  padding-top:20px;
  padding-bottom:20px;
}


.office-hours{
	border-left:0;
	background-color:#003459;
	color:#fff;
}


/*===============================*/


/*Footer CSS*/

footer {
  background: #666666;
  padding-top:15px;
  color: #fff;
  margin: 0;
}
footer .centered {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .centered .footer-logo {
  width: 20%;
}
footer .centered .footer-logo img.logo {
  padding: 30px 20px 10px 20px;
  max-width: 100%;
}
footer .centered .footer-contact {
  width: 20%;
}
footer .centered .footer-navigation {
  width: 60%;
}
footer .centered .footer-navigation .footer-links-holder {
  width: 33.33333%;
  position: relative;
  float: left;
  margin: 0;
}
footer .centered .footer-navigation .footer-links-holder .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
}
footer .bottom-bar {
  position: relative;
  text-align: center;
  font-size: .8em;
  text-transform: uppercase;
  background: #333333;
  margin-top:8%;
  padding: 15px 0;
}

/* Responsive Tablet Sizes */
@media only screen and (max-width: 749px) {
  footer .centered {
    flex-wrap: wrap;
  }
  footer .centered .footer-logo {
    max-width: 250px;
    width: 50%;
  }
  footer .centered .footer-contact {
    width: 50%;
    padding: 0 20px;
  }
  footer .centered .footer-navigation {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    padding: 0 20px;
  }
}
/* Responsive Mobile Sizes */
@media only screen and (max-width: 500px) {
  footer .centered .footer-logo {
    width: 100%;
    margin: 0 auto;
  }
  footer .centered .footer-contact {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    width: 100%;
    padding: 0;
  }
  footer .centered .footer-navigation .footer-links-holder h3 {
    margin: 0;
    padding: 10px 20px;
    border-top: #000 1px solid;
    cursor: pointer;
    /* Down Arrows */
  }
  footer .centered .footer-navigation .footer-links-holder h3::after {
    float: right;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: transform .5s;
    transition: transform .5s;
  }
  footer .centered .footer-navigation .footer-links-holder .footer-links {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
  }
  footer .centered .footer-navigation .footer-links-holder.active h3::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  footer .centered .footer-navigation .footer-links-holder.active .footer-links {
    max-height: 10000px;
  }
}
/* Social Icons */
.social {
  text-align: center;
}
.social a {
  display: inline-block;
  padding: 7px;
  width: 35px;
  height: 35px;
  margin: 0 2px;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
}
.social a:hover {
  background: #65c2ed;
}
.social a.linkedin {
  padding: 4px;
}
.social a svg .face, .social a svg .twit, .social a svg .link {
  fill: #000;
}

/* Typography */
.bottom-bar, .bottom-bar a{
	color:#666;
}

/* HTML Set up */
footer {
  background: #191919;
  color: #fff;
  margin: 0;
  @import "https://fonts.googleapis.com/css?family=Open+Sans";
  font-family: 'Open Sans', sans-serif;
}
footer .centered {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .centered .footer-logo {
  width: 20%;
}
footer .centered .footer-logo img.logo {
  padding: 30px 20px 10px 20px;
  max-width: 100%;
}
footer .centered .footer-contact {
  width: 20%;
}
footer .centered .footer-navigation {
  width: 60%;
}
footer .centered .footer-navigation .footer-links-holder {
  width: 33.33333%;
  position: relative;
  float: left;
  margin: 0;
}
footer .centered .footer-navigation .footer-links-holder .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
}
footer .bottom-bar {
  position: relative;
  text-align: center;
  font-size: .8em;
  text-transform: uppercase;
  background: #000;
  padding: 15px 0;
}

/* Responsive Tablet Sizes */
@media only screen and (max-width: 749px) {
  footer .centered {
    flex-wrap: wrap;
  }
  footer .centered .footer-logo {
    max-width: 250px;
    width: 50%;
  }
  footer .centered .footer-contact {
    width: 50%;
    padding: 0 20px;
  }
  footer .centered .footer-navigation {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    padding: 0 20px;
  }
}
/* Responsive Mobile Sizes */
@media only screen and (max-width: 500px) {
  footer .centered .footer-logo {
    width: 100%;
    margin: 0 auto;
  }
  footer .centered .footer-contact {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    width: 100%;
    padding: 0;
  }
  footer .centered .footer-navigation .footer-links-holder h3 {
    margin: 0;
    padding: 10px 20px;
    border-top: #000 1px solid;
    cursor: pointer;
    /* Down Arrows */
  }
  footer .centered .footer-navigation .footer-links-holder h3::after {
    float: right;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: transform .5s;
    transition: transform .5s;
  }
  footer .centered .footer-navigation .footer-links-holder .footer-links {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
  }
  footer .centered .footer-navigation .footer-links-holder.active h3::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  footer .centered .footer-navigation .footer-links-holder.active .footer-links {
    max-height: 10000px;
  }
}
.seal-container{
  padding-top:22px;
}
.seal-container img{
  margin-bottom:10px;
}

/* Social Icons */
.social {
  text-align: center;
}
.social a {
  display: inline-block;
  padding: 7px;
  width: 35px;
  height: 35px;
  margin: 0 2px;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
}
.social a:hover {
  background: #65c2ed;
}
.social a.linkedin {
  padding: 4px;
}
.social a svg .face, .social a svg .twit, .social a svg .link {
  fill: #000;
}

/* Typography */
footer{
  padding:30px 0;
  background-color:#003459;
  padding-bottom:0;
}

.nb-footer{
  padding:10px 0 20px;
}


footer .social-media{
  padding-left:100px;
}

footer li a{
  color:#fff;
  transition: all 0.2s ease;
}

footer li a:hover{
  text-decoration: none;
  color:#94ca40!important;
}
.footer-btn{
  background-color:transparent;
  border:1px solid #fff;
  color:#fff;
  border-radius:0;
}

.nb-footer .footer-single li{
  padding:3px 0;
}

.nb-footer .footer-single li:first-child{
  border-top:none;
}

.nb-copyright {
  padding-top:20px;
  text-align: center;
  color:#fff;
}

.nb-copyright a{
  color:#fff;
}

footer .social-media li{
  list-style:none;
  display:inline-block;
  border:none;
}

footer .social-media li i{
  margin:10px 10px;
  font-size:38px;
}

.nb-footer .social-media li{
  border-top:none!important;
}
footer .social-media li i:hover, .nb-footer .footer-single li:hover{
  color:#94ca40!important;
}

.nb-footer .footer-single .address:hover{
  color:#fff!important;
}

footer img{
  margin-top:-25px;
}

.cd-top i{
  font-size:28px;
  margin-left:-6px;
  margin-top:15px;
}


.cd-top {
  display: inline-flex;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #94ca40;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #94ca40;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
footer .address{
  line-height:16px;
}
footer .phone-number{
  color:#48a4d6;
}

.nb-footer .footer-single .phone-number:hover{
  color:#fff!important;
  text-decoration: none:
}

/*===============================*/
@media(min-width:350px) and (max-width:767px){
  .navbar-default .navbar-brand{
    font-size:17px;
    color:#fff;
  }
  .mobile-padding img{
    margin-bottom:20px;
  }
  .carousel{
    height:auto;
    margin-top:57px;
  }
  .city_about_wrap{
    padding:0px 0px 90px;
  }
  figure{
    float:none;
  }
  .city_about_fig{
    padding:0;
  }
  .city_about_video{
    position:unset;
  }
  .city_about_list{
    margin-top:80%;
  }
  .video-play-button{
    top:78%;
  }
  .navbar-header{
    background-color:#003459;
  }
  .marker{
    display:none;
  }
  .photo-row .col-lg-2{margin:0 20px!important;}
}

@media(max-width:1024px){
  .info input{
    width:235px;
  }
}

@media(min-width:768px) and (max-width:1200px){
  .navbar-bottom .navbar-nav li a{
    font-size:14px;
  }
  .carousel{
    height:auto;
    margin-top:-18px;
  }
  .city_about_wrap{
    padding:0px'
  }
  .city_about_list{
    margin-top:25%;
  }
  .marker{
    display:none;
  }
  .info input{
    width:144px;
  }
}
@media(min-width:1201px) and (max-width:1440px){
  .navbar-bottom .navbar-nav li a{
    font-size:16px;
  }
  .city_about_wrap{
    padding-top:0px;
  }
  .carousel{
    height:auto;
  }
}


@media(max-width:100px){
  .navbar-bottom .navbar-nav li a{
    font-size:13px;
  }
}

.title-BG{
  background-image:url('images/IMG_4912.JPG');
  padding:43px 0;
  color:#fff;
  margin-bottom:50px;
  background-repeat: no-repeat;
  background-size:cover;
}
.title-BG h2{
  margin-left:5px;
}
.navbar-bottom{
  margin-bottom:0;
}
.sticky-footer{
  position:relative;
  width:100%;
  bottom:0;
  left:0;
  margin-top:15%;
}

.green-underline{
  height:4px;
  text-align:left;
  width:15%;
  background-color:#94ca40;
  margin:0;
  margin-bottom:10px;
}
.row select{
  font-size:18px;
  width:50%;
}
.image-wrap{
  overflow:hidden;
  height:100px;
  margin-bottom:10px;
  /* width:125px; */
}
.image-wrap img{
  width:125px;
}

.photo-row .col-lg-2{
  margin:0 19px;
}
.coming-soon{
  padding:40px 0;
  text-align:center;
  width:100%;
  padding-bottom:70px;
}
.links-panel .panel-footer a{
  margin-bottom:10px;
  display:inline-block;
}


.links-panel .panel-footer a:hover{
  text-decoration-line: underline!important;
}


/* FAQS CSS */
.colored-accordion{
  background-color:#94ca40;
  border:none;
  color:#fff;
}
.accordion__panel{
  background-color:#fff;
  color:#333;
}

.colored-accordion h4{
  font-weight:900;
}
.colored-accordion .active{
  display:block;
}


/* ====================== */

/* Events CSS */
  .events-panel i{
    color:#94ca40;
    font-size:24px;
    margin-right:15px;
  }

/* ====================== */

/* Newsletter CSS */
  .newsletter-panel a, .links-panel a{
    color:#5d7e2b;
  }

  .links-panel a{
    margin-right:20px;
  }

  .signup-panel .btn{
    padding:10px 10px;
    height:auto;
  }

  .signup-panel .g-recaptcha{
    margin:15px 0;
  }

/* ====================== */

/* Mayor Council */
  .mayor-council h3, .mayor-council h4{
    display:inline;
  }

  .meeting-list{
    border-left:10px solid #94ca40;
  }

/* ====================== */

/* FOIA Request CSS */

.form-wizard {
	padding: 25px; 
	background: #fff;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	box-shadow: 0px 0px 6px 3px #777;
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}
	
.form-wizard strong { font-weight: 500; }

.form-wizard a, .form-wizard a:hover, .form-wizard a:focus {
	color: #003459;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.form-wizard h1, .form-wizard h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

.form-wizard h3 {
	font-size: 25px;
    font-weight: 300;
    color: #003459;
    line-height: 30px;
	margin-top: 0; 
	margin-bottom: 5px; 
	text-transform: uppercase; 
}

.form-wizard h4 {
	float:left;
	font-size: 20px;
    font-weight: 300;
    color: #003459;
    line-height: 26px;
	width:100%;
}
.form-wizard h4  span{
	float:right;
	font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}

.form-wizard table tr th{font-weight:normal;}

.form-wizard img { max-width: 100%; }

.form-wizard ::-moz-selection { background: #4F8A10; color: #fff; text-shadow: none; }
.form-wizard ::selection { background: #4F8A10; color: #fff; text-shadow: none; }


.form-control {
	height: 44px;
	width:100%;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	position: absolute;
	margin-top: 9px;
	margin-left: -20px;
}

.form-control:focus {
	outline: 0;
	background: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.form-control:-moz-placeholder { color: #888; }
.form-control:-ms-input-placeholder { color: #888; }
.form-control::-webkit-input-placeholder { color: #888; }

.form-wizard label { font-weight: 300; }
.form-wizard label span { color:#48a4d6; }


.form-wizard .btn {
	min-width: 105px;
	height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.form-wizard .btn:hover {
	background:#003459; 
	color: #fff; 
	}
.form-wizard .btn:active { 
	outline: 0; 
	background:#003459; 
	color: #fff; 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none; 
	}
.form-wizard .btn:focus,
.form-wizard .btn:active:focus,
.form-wizard .btn.active:focus { 
	outline: 0; 
	background:#003459; 
	color: #fff; 
}

.form-wizard .btn.btn-next,
.form-wizard .btn.btn-next:focus,
.form-wizard .btn.btn-next:active:focus, 
.form-wizard .btn.btn-next.active:focus { 
background: #386fa4; 
}

.form-wizard .btn.btn-submit,
.form-wizard .btn.btn-submit:focus,
.form-wizard .btn.btn-submit:active:focus, 
.form-wizard .btn.btn-submit.active:focus { 
background: #94ca40; 
}

.form-wizard .btn.btn-previous,
.form-wizard .btn.btn-previous:focus,
.form-wizard .btn.btn-previous:active:focus, 
.form-wizard .btn.btn-previous.active:focus { 
background: #bbb;
}

.form-wizard .success h3{
	color: #4F8A10;
	text-align: center;
	margin: 20px auto !important;
}

.form-wizard .progress-bar {
	background-color: #94ca40;
}

.form-wizard-steps{ 
	margin:auto; 
	overflow: hidden; 
	position: relative; 
	margin-top: 20px;
}
.form-wizard-step{
	padding-top:10px !important;
	border:2px solid #fff;
	background:#ccc;
	-ms-transform: skewX(-30deg); /* IE 9 */
    -webkit-transform: skewX(-30deg); /* Safari */
    transform: skewX(-30deg); /* Standard syntax */
}
.form-wizard-step.active{
	background:#94ca40;
}
.form-wizard-step.activated{
	background:#94ca40;
}
.form-wizard-progress { 
	position: absolute; 
	top: 36px;
	left: 0; 
	width: 100%; 
	height: 0px; 
	background: #94ca40;
}
.form-wizard-progress-line { 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 0px; 
	background: #94ca40; 
}

.form-wizard-tolal-steps-3 .form-wizard-step { 
	position: relative;
	float: left; 
	width: 33.33%; 
	padding: 0 5px; 
}
.form-wizard-tolal-steps-4 .form-wizard-step { 
	position: relative; 
	float: left; 
	width: 33%; 
	padding: 0 5px; 
}
.form-wizard-tolal-steps-5 .form-wizard-step { 
	position: relative;
	float: left;
	width: 20%;
	padding: 0 5px;
}

.form-wizard-step-icon {
	display: inline-block;
	width: 40px; 
	height: 40px; 
	margin-top: 4px; 
	background: #ddd;
	font-size: 16px; 
  color: #777; 
  padding-top:10px;
	line-height: 40px;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
	-ms-transform: skewX(30deg); /* IE 9 */
    -webkit-transform: skewX(30deg); /* Safari */
    transform: skewX(30deg); /* Standard syntax */
}
.form-wizard-step.activated .form-wizard-step-icon {
	background: #fff; 
	border: 1px solid #fff; 
	color: #94ca40; 
	line-height: 38px;
}
.form-wizard-step.active .form-wizard-step-icon {
	background: #fff; 
	border: 1px solid #fff; 
  color: #94ca40; 
  padding-top:10px;
	line-height: 38px;
}

.form-wizard-step p { 
	color: #fff;
	-ms-transform: skewX(30deg); /* IE 9 */
    -webkit-transform: skewX(30deg); /* Safari */
    transform: skewX(30deg); /* Standard syntax */
    margin-left:30px;
}
.form-wizard-step.activated p { color: #fff; }
.form-wizard-step.active p { color: #fff;margin-left:30px; }

.form-wizard fieldset { 
	display: none; 
	text-align: left; 
	border:0px !important
}

.form-wizard-buttons { text-align: right; }

.form-wizard .input-error { border-color: #ea2803;}

/** image uploader **/
.image-upload a[data-action] {
  cursor: pointer;
  color: #555;
  font-size: 18px;
  line-height: 24px;
  transition: color 0.2s;
}
.image-upload a[data-action] i {
  width: 1.25em;
  text-align: center;
}
.image-upload a[data-action]:hover {
  color: #ea2803;
}
.image-upload a[data-action].disabled {
  opacity: 0.35;
  cursor: default;
}
.image-upload a[data-action].disabled:hover {
  color: #555;
}
.settings_wrap{
	margin-top:20px;
}
.image_picker .settings_wrap {
  overflow: hidden;
  position: relative;
}
.image_picker .settings_wrap .drop_target,
.image_picker .settings_wrap .settings_actions {
  float: left;
}
.image_picker .settings_wrap .drop_target {
  margin-right: 18px;
}
.image_picker .settings_wrap .settings_actions {
	float: left;
	margin-top: 100px;
	margin-left: 20px;
}
.settings_actions.vertical a {
  display: block;
}
.drop_target {
	position: relative;
	cursor: pointer;
	transition: all 0.2s;
    width: 250px;
    height: 250px;
    background: #f2f2f2;
    border-radius: 100%;
    margin: 0 auto 25px auto;
    overflow: hidden;
    border: 8px solid #E0E0E0;
}
.drop_target input[type="file"] {
  visibility: hidden;
}
.drop_target::before {
	content: 'Drop Hear';
	font-family: FontAwesome;
	position: absolute;
	display: block;
	width: 100%;
	line-height: 220px;
	text-align: center;
	font-size: 40px;
	color: rgba(0, 0, 0, 0.3);
	transition: color 0.2s;
}
.drop_target:hover,
.drop_target.dropping {
  background: #f80;
  border-top-color: #cc6d00;
}
.drop_target:hover:before,
.drop_target.dropping:before {
  color: rgba(0, 0, 0, 0.6);
}
.drop_target .image_preview {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  position: relative;
  z-index: 2;
}

.form-wizard2 .form-wizard-tolal-steps-4 .form-wizard-step{
  width:50%;
}

/* ========================= */

/* Contact Us */
.contact-container{
  padding-top:2%;
}

.contact-container .contact-panel hr, .contact-container .contact-panel2 hr{
  background-color:#94ca40;
  height:5px;
}

.contact-panel{
  border:none;
  box-shadow:0px 6px 7px rgba(0,0,0,0.3);
}
.contact-panel2{
  border:none;
  box-shadow:0px 6px 7px rgba(0,0,0,0.3);
}
/* ======================= */

.pdf-panel .panel-footer{
  background-color:#48a4d6;
  border-color:1px solid #48a4d6;
}

.pdf-panel .panel-footer a{
  color:#fff;
}

.parks-panel i {
  color:#94ca40;
}
.green-circle{
  background-color:#94ca40;
}
.green-circle i{
  text-align:center;
  color:#fff;
}
.green-circle .fa-address-card{
  margin-left:25%;
}
.green-circle .fa-briefcase{
  margin-left:27%;
}
.green-circle .fa-tint, .green-circle .fa-file-alt{
  margin-left:34%;
}
.green-circle .fa-dollar-sign{
  margin-left:38%;
}
.green-circle .fa-info{
  margin-left:42%;
}

/* Cart CSS */
.remove-btn{
  background-color:#ea2803;
  border:none;
  color:#fff;
}
.cart-panel .panel-footer .btn{
  float:right;
  border-radius:5px;
}
.checkout-btn{
  margin-left:20px;
}
.empty-btn, .checkout-btn{
  background-color:#003459!important;
  height:40px!important;
  text-transform:none!important;
  font-weight:500!important;
  font-size:14px!important;
}
.checkout-btn{
  background-color:#94ca40!important;
  margin-left:30px!important;
}

.cart-panel b{
  text-transform: uppercase;
  font-weight:900;
}
.total-amount{
  margin-top:20px;
  border-top:2px solid rgba(0,0,0,0.1);
}
.payment-row{
  margin-bottom:20px;
}

.checkout3-panel .panel-footer .btn{
  float:right;
}


/* ========================= */

.push{
  height:80px;
}

.contact-container iframe{
  width:100%!important;
}

\