/* Global Styles */
* img[src=""] {
  display: none !important;
}

.no-padding {
  padding: 0 !important;
}

.mc {
  margin: 30px 0 30px 0;
}

/* Sub Header with green underline */
.sub-header-gu {
  color: #0078AE;
}

h1 {
  font-size: 2.15em;
}

h2 {
  font-size: 1.75em !important;
}

h3 {
  font-size: 1.6em !important;
}

h1, h2, h3, h4, h5 {
  color: #0078AE !important;
}

.content p, .faq-block, ul, ol {
  color: #696969 !important;
  font-size: 1.125em;
}
.content strong {
  font-size: 1.10em;
}

.content ul, .content ol {
  padding-left: 25px;
}

.main-bg h1 {
  color: #fff !important;
}

.main-bg p, .side-text p {
  color: #fff !important;
}

.nav {
  padding-bottom: 10px;
  position: relative; }
  .nav li a {
    transition: 0.3s; }
    .nav li a:hover {
      background: none !important;
      opacity: 0.6;
      color: #fff;
      transition: 0.3s; }
  .nav > li > a:focus, .nav > li> a:hover {
    background: none !important;
    outline: none;
    text-decoration: none;
    color: #fff;
  } 
  .nav #search-expand .fa-search {
    transition: 0.3s; }
    .nav #search-expand .fa-search:hover {
      color: #67ab3c;
      transition: 0.3s; }

      .m-nav {
        display: none !important;
      }     

.navbar-nav {
  margin: 0;
  position: absolute;
  right: 100px;
  top: 5px; }
  .navbar-nav a {
    color: #fff; }

.overhead-nav {
  position: fixed;
  width: 100%;
  z-index: 9999; }

.home-overlay {
  background: rgba(0, 0, 0, 0.45);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999999; }

.overlay .quick-links p   {
  color: #fff !important;
}

.nav-container {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  margin: 0 auto; }

.nav-container p {
  font-size: 20px; }

.nav-container a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
  border-radius: 3px; }

.nav-container a:after {
  content: '';
  position: absolute;
  background: #fff;
  height: 2px;
  width: 0%;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  transition: 0.35s ease;
  border-radius: 3px; }

.nav-container a:hover:after, .nav-container a:focus:after, .nav-container a:active:after {
  width: 100%; }

.nav-lines {
  position: fixed;
  top: 15px;
  right: 12px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  z-index: 9999999;
  margin: 0 25px 0 25px; }

.nav-lines:hover {
  opacity: 0.7; }

.nav-lines.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff; }

.nav-lines.active .middle {
  opacity: 0;
  background: #fff; }

.nav-lines.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff; }

.nav-lines span {
  background: #fff;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 4px;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
  border-radius: 2px; }

.nav-lines span:nth-of-type(2) {
  top: 13px; }

.nav-lines span:nth-of-type(3) {
  top: 22px; }

.overlay {
  position: fixed;
  background: #333;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 999999; }
  .overlay .nav-clouds {
    color: #fff;
    position: absolute;
    bottom: -330px;
    text-align: center; }

.overlay.open {
  opacity: 0.9;
  visibility: visible;
  height: 100%; }

.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s; }

.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s; }

.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s; }

.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s; }

.overlay nav {
  position: relative;
  height: 20%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  font-weight: 400;
  text-align: center; }

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%; }

.overlay ul li {
  display: block;
  position: relative;
  opacity: 0;
  padding: 15px 0 15px 0;
  font-family: "Pop-Reg", sans-serif;
  text-transform: uppercase; }

.overlay ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  font-size: 1em;
  padding: 0; }

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%; }

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 0%;
  transform: translateX(-100%);
  height: 3px;
  background: #fff;
  transition: 0.35s; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }
.inner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 99999; }

.inner-text p {
  position: absolute;
  text-align: center;
  padding: 15px;
  font-size: 1.2em; }

.inner-text p, .inner-text a {
  color: #fff; }

.navbar-brand {
  padding: 15px !important; }

.navbar-header img {
  width: 120px;
  position: relative;
  z-index: 999; }

.nav-bg-onscroll {
  background: #0078AE;
  background-color: rgba(54, 54, 54, 0.95);
  position: fixed;
  width: 100%;
  transition: all 0.5s; }

/* Expandable Search Button */
#search-expand {
  padding: 15px 20px;
  /* Add the class to the input to expand */ }
  #search-expand .fa-search {
    color: #fff;
    cursor: pointer; }
  #search-expand input {
    visibility: hidden;
    border: none;
    border-radius: 25px;
    width: 0%;
    transition: 0.3s; }
    #search-expand input::placeholder {
      padding: 5px; }
    #search-expand input:focus {
      outline: none; }
  #search-expand .se {
    visibility: visible !important;
    width: 85% !important;
    transition: 0.3s; }

.color-bg {
  background: #0078AE;
  position: relative; }
  .color-bg .clouds {
    position: absolute;
    z-index: 999;
    bottom: -125px; }

.side-text p {
  display: block;
  height: 40px;
  width: 400px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 300px;
  left: -160px;
  color: white;
  transform: rotate(-90deg);
  text-transform: capitalize;
  padding: 0;
  z-index: 999; }

.main-bg {
  box-shadow: inset 0 0 0 2000px rgba(0, 120, 174, 0.4) !important;
  background-size: cover !important;
  background-position: 50% 80% !important;
  height: 100vh;
  width: 100%; }
  .main-bg .jumbotron {
    background: none;
    margin-top: 215px;
    z-index: 999;
    position: relative;
    color: #fff; }
    .main-bg .jumbotron h1 {
      font-size: 2em; }
    .main-bg .jumbotron p {
      font-size: 1.3em; }
    .main-bg .jumbotron a {
      color: #fff;
      border-radius: 0;
      margin-top: 15px;
      padding: 5px 30px;
      margin: 5px;
      border-radius: 5px; }
      .main-bg .jumbotron a img {
        width: 100px;
        transition: 0.3s;
        text-align: center;
        display: inline-block !important;
        margin: 0 auto !important;
      }
      .main-bg .jumbotron a:hover {
        box-shadow: 3px 3px 3px #333;
        transition: 0.3s;
      }
 
  .main-bg .section-overlay-1 {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
  .main-bg .bounces {
    position: absolute;
    bottom: 100px;
    z-index: 1000;
    left: 0;
    right: 0;
    animation: bounce 2s infinite; }
    .main-bg .bounces .fa {
      color: #6CB33F;
      background: #fff;
      border-radius: 50%;
      height: 50px;
      width: 50px;
      line-height: 1.25;
      font-size: 3em;
      transition: 0.3s; }
      .main-bg .bounces .fa:hover {
        color: #0078AE;
        transition: 0.3s; }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
    .main-bg .bounces:hover, .main-bg .bounces:focus {
      color: #6CB33F; }

.color-section-bg .home-section {
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.7) !important;
  background: url("/assets/images/town.png") no-repeat !important;
  background-size: cover !important;
  background: #fff;  
  height: auto;
  width: 100%; }
  .color-section-bg .home-section .container .row {
    padding: 10em 0 5em 0; }
    .color-section-bg .home-section .container .row h2 {
      color: #67ab3c;
      margin-bottom: 30px;
      font-weight: 400; }
    .color-section-bg .home-section .container .row .col-md-4 h2 {
      color: #0078AE;
      margin-top: 40px; }
    .color-section-bg .home-section .container .row .col-md-4 img {
      width: 85px; }
    .color-section-bg .home-section .container .row .quick-links {
      padding: 0 25px 0 25px; }
      .color-section-bg .home-section .container .row .quick-links a {
        color: #696969;
        transition: 0.3s; }
        .color-section-bg .home-section .container .row .quick-links a:hover {
          transition: 0.3s;
          color: #67ab3c;
          text-decoration: none; }
        .color-section-bg .home-section .container .row .quick-links a p {
          padding-top: 7px; }

.flight-widget {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  padding-top: 20px; }
  .flight-widget .controls {
    background: #E3E3E3;
    padding: 15px 0 15px 0; }
    .flight-widget .controls .tab-active {
      transition: 0.3s;
      background: #0078AE !important;
      color: #fff !important; }
  .flight-widget .controls .button-group {
    text-align: center; }
    .flight-widget .controls .button-group a {
      color: #696969;
      background: #fff;
      border-radius: 10.5px;
      padding: 0.6em 9em 0.6em 9em;
      margin: 0 10px 0 10px;
      letter-spacing: 1px; }
      .flight-widget .controls .button-group a:hover, .flight-widget .controls .button-group a:focus {
        text-decoration: none !important;
        outline: none !important; }
  .flight-widget .table > thead > tr > th {
    border-bottom: 1px solid #E3E3E3; }
  .flight-widget tr td, .flight-widget tr th {
    padding: 10px 20px 10px 20px !important;
    color: #696969; }
  .flight-widget tr th {
    color: #A8A8A8;
    font-size: 12px;
    font-weight: 400 !important; }
  .flight-widget tr td:first-child {
    color: #0078AE; }
  .flight-widget #time, .flight-widget #flightNumber,
  .flight-widget #airline, .flight-widget #from,
  .flight-widget #frequency {
    font-weight: 500; }
  #section-1 {
    margin-bottom: 0; }
.home-section-featured {
  overflow: hidden;
  position: relative;
  background: #83b8d9;
  background: -moz-linear-gradient(-45deg, #83b8d9 0%, #0077ae 0%, #0077ae 19%, #83b8d9 73%, #83b8d9 87%, #83b8d9 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #83b8d9), color-stop(0%, #0077ae), color-stop(19%, #0077ae), color-stop(73%, #83b8d9), color-stop(87%, #83b8d9), color-stop(100%, #83b8d9));
  background: -webkit-linear-gradient(-45deg, #83b8d9 0%, #0077ae 0%, #0077ae 19%, #83b8d9 73%, #83b8d9 87%, #83b8d9 100%);
  background: -o-linear-gradient(-45deg, #83b8d9 0%, #0077ae 0%, #0077ae 19%, #83b8d9 73%, #83b8d9 87%, #83b8d9 100%);
  background: -ms-linear-gradient(-45deg, #83b8d9 0%, #0077ae 0%, #0077ae 19%, #83b8d9 73%, #83b8d9 87%, #83b8d9 100%);
  background: linear-gradient(135deg, #83b8d9 0%, #0077ae 0%, #0077ae 19%, #83b8d9 73%, #83b8d9 87%, #83b8d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83b8d9', endColorstr='#83b8d9', GradientType=1 );
  padding: 4em 0 4em 0; }
  .home-section-featured .runway-arrow {
    position: absolute;
    right: -160px;
    top: 135px;
    overflow: hidden; }
  .home-section-featured .card-content {
    background: #ffffff;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px; }
    .home-section-featured .card-content .card-img {
      position: relative;
      overflow: hidden;
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      z-index: 1; }
    .home-section-featured .card-content .card-img img {
      width: 100%;
      height: auto;
      display: block; }
    .home-section-featured .card-content .card-img span {
      position: absolute;
      top: 15%;
      left: 12%;
      background: #1ABC9C;
      padding: 6px;
      color: #fff;
      font-size: 12px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      transform: translate(-50%, -50%); }
    .home-section-featured .card-content .card-desc {
      padding: 0.75em 0 1.8em 0; }
    .home-section-featured .card-content .card-desc .title {
      color: #0078AE;
      font-size: 1.5em;
      line-height: 1.3em;
      margin-top: 0;
      margin-bottom: 10px;
      padding: 5px; }
    .home-section-featured .card-content .card-btn {
      z-index: 5;
      position: relative;
      background-color: #6CB33F;
      color: #fff;
      padding: 0.5em 3em 0.5em 3em;
      margin: 0;
      border: 0;
      border-radius: 22.5px;
      cursor: pointer;
      text-transform: uppercase;
      white-space: normal;
      word-wrap: break-word;
      color: #fff;
      transition: 0.3s; }
      .home-section-featured .card-content .card-btn:hover {
        background: #0078AE;
        text-decoration: none;
        transition: 0.3s; }
    .home-section-featured .card-content a.btn-card {
      text-decoration: none;
      color: #fff; }

.before-footer-bg .home-before-footer {
  background: url("/assets/images/plane-2.png") no-repeat;
  background-position: 50% 100%;
  background-size: cover !important;
  height: 60vh;
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.7) !important; }
  .before-footer-bg .home-before-footer .container .row {
    position: relative;
    padding: 8em 0 4em 0; }
    .before-footer-bg .home-before-footer .container .row .bf-inner-text {
      font-size: 1.5em;
      color: #0d7fb2; }
      .before-footer-bg .home-before-footer .container .row .bf-inner-text h4 {
        font-size: 2em !important;
        color: #0078AE;
        margin-bottom: 0; }
      .before-footer-bg .home-before-footer .container .row .bf-inner-text p {
        color: #0078AE !important;
        padding: 0 0 30px 0; }
        .before-footer-bg .home-before-footer .container .row .bf-inner-text p:after {
          content: "";
          position: absolute;
          z-index: 2;
          width: 11%;
          background-color: #6CB33F;
          display: block;
          height: 7px;
          border-radius: 5px;
          top: 105px; }
    .before-footer-bg .home-before-footer .container .row p:nth-child(2) {
      color: #696969;
      line-height: 1.5;
      font-size: 1.2em; }
    .before-footer-bg .home-before-footer .container .row .btn {
      background: #0078AE;
      color: #fff;
      border-radius: 22.5px;
      padding: 0.3em 3em 0.3em 3em;
      margin: 1em 0;
      transition: 0.3s; }
      .before-footer-bg .home-before-footer .container .row .btn:hover {
        background: #67ab3c;
        transition: 0.3s; }

footer {
  background: #393939;
  padding: 2em 0 2em 0;
  border-top: 2px solid #83B8D9; }
  footer img {
    margin: 0 auto;
    display: block;
    width: 12em; }

.copyright {
  background: #151515;
  color: #fff;
  margin: 0;
  padding: 1em 0 1em 0;
  font-size: 0.8em; }

  /* Subpages */
  #nav-sub {
    list-style: none;
    padding: 10px 0 0 10px;
  }

  #nav-sub li {
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0 5px 0;
  }

  #nav-sub li a {
    color: #696969;
    transition: 0.3s;
  }

  #nav-sub li a:hover {
    text-decoration: none;
    color: #0078AE;
    transition: 0.3s;
  }

  .sub-side-header {
    color: #0078AE;
    font-size: 1.85em;
    margin-bottom: 10px;
  }

  .sub-side-content {
    padding-left: 10px;
  }

  .sub-side-content a {
    font-size: 1em;
    transition: 0.3s;
  }

  .sub-side-content a:hover {
    transition: 0.3s;
  }

  .sub-side-content .fa {
    padding-right: 5px;
    color: #0078AE;
    font-size: 1.85em;
    font-size: 1.3em;
  }

  .right-col-img {
    float: none !important;
  }

  #photoGal {
    width: 65% !important;
  }
  
  #photoGal .carousel-control.left, 
  #photoGal .carousel-control.right {
    background-image: none !important;
  }
  
@media screen and (max-width: 1200px) {
  #section-1.home-section.mc {
    height: auto !important; }

  .flight-widget .controls {
    padding: 15px 0 5px 0; }

  .flight-widget .controls .button-group a {
    line-height: 3.0; } }
@media screen and (max-width: 991px) {
  h2.sub-header {
    color: #fff !important;
    padding: 5px;
    border-radius: 5px;
  }
  .overlay nav {
    height: 75%;
  }
  .overlay .quick-links {   
    padding-top: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .overlay ul li a {
    padding-bottom: 3px;
  }
  .home-section-featured .card-content .card-btn {
    z-index: 5;
    position: relative;
  }
  .color-bg .clouds {
    bottom: -5px !important;
  }
  .overlay ul {
    height: 45% !important; 
  }
  .overlay .quick-links img {
    width: 50px !important;
  }
  .overlay .quick-links {
    margin-top: 15px;
  }
  .overlay .quick-links p {
    color: #fff !important;
    font-size: 12px;
    padding-top: 5px;
  }
  .m-nav {
    display: block !important;
  }
  .m-nav li {
    padding: 6px 0 6px 0 !important;
  }
  .m-nav li a {
    font-size: 18px !important;
  }
  .nav-lines {
    right: -10px;
  }
  .navbar-nav {
    display: none; }

  .main-bg, .before-footer-bg .home-before-footer {
    height: auto !important; }

  .main-bg .jumbotron {
    margin-top: -10px;
    padding-top: 5em;
    padding-bottom: 15em; }

  .main-bg .jumbotron h1, .main-bg .jumbotron p {
    text-align: center; }

  .main-bg .jumbotron a {
    margin: 0 auto;
    margin-top: 25px;
    display: block;
    width: 55%; }

  .color-bg .clouds {
    bottom: -60px; }

  /* Home Section 1 */
  .color-section-bg .home-section .container .row {
    padding-top: 0 !important;
  }

  /* Flight Widget Buttons */
  .flight-widget .controls .button-group a {
    width: 100% !important;
    padding: 10px 35px 10px 35px;
    line-height: 3.5;
  }

  /* Flight Widget */
  #arrivals, #departures, .subpage .table {
    overflow: scroll; }

  /* Cards (Third Section) */
  .home-section-featured .col-md-4 {
    padding: 15px; }

  /* Before Footer Section */
  .home-before-footer .container .row {
    padding: 8em 1em 4em 1em !important; } 
 
  /* Subpages */
  .sub-side-content {
    display: none;
  }
  .section-blue-bg {
    padding: 0 !important;
  }
  .blue-bg-img {
    position: static !important;
  }
  .sub-header {
    height: auto !important;
    background-size:cover !important;
    background-position: 50% 50%; 
    box-shadow: inset 0 0 0 2000px rgba(0, 120, 174, 0.85) !important;
  }
  .sub-header-gu, h1 {
    font-size: 1.55em !important;
  }
  .sub-header-logo {
    position: static !important;
    float: right !important;
    width: 45% !important;
  }
  .subpage .col-md-4 p {
    margin-top: 35px; }  
  .sub-column-img {
    position: static !important;
    float: none !important; }
  .custom-position {
    margin-top: 0;
    padding-left: 0 !important; }
  }
@media screen and (max-width: 767px) {
  .side-text {
    display: none; }

  .color-bg .clouds {
    bottom: 0; }

  .color-section-bg .home-section .container .row {
    padding: 5em 0 5em 0; }

  /* Before Footer Section */
  .before-footer-bg .home-before-footer .container .row .bf-inner-text p:after {
    width: 75%; }

  .before-footer-bg .home-before-footer .container .row .bf-inner-text p {
    padding-bottom: 45px; } 
    #photoGal {
      width: 100% !important; }
}      
  * {
    font-family: 'Source Sans Pro', sans-serif; }

  /* Subpage */

.sub-header-gu {
  position: relative;
  font-size: 2.55em;
  color: #0078AE;
}
.blue-sectiong-bg .row {
  padding: 0;
}

.blue-sectiong-bg ul {
  font-size: 18px;
}

.sub-header-gu:after {
  content: "";
  position: relative;
  z-index: 2;
  width: 115px;
  background-color: #6CB33F;
  display: block;
  height: 7px;
  border-radius: 15px;
  margin: 10px 0 15px 0;
}

.section-blue-bg {
  background: #EFF8FD;
  padding: 0 8em 5em 8em;
}
.section-blue-bg .row {
  padding-top: 35px;
}

.section-blue-bg .sub-header-gu:after {
  display: none;
}

.sub-header-gu img {
  position: absolute;
  float: none;
  left: -80px;
  width: 65px !important;
}

.sub-header .sub-text {
  font-size: 2.55em;
}

.sub-title {
  margin: 0;
  font-size: 2.5em;
  color: #fff !important;
  padding: 2.6em 0 2em 0;
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.subpage .row img {
  width: 70%;
  float: right;
  border-radius: 10px;
}
.subpage-2 .row img {
  width: 100%;
}

.gr-links {
  color: #6CB33F;
  padding: 0 3px;
}

.sub-btn {
  background-color: #6CB33F;
  color: #fff !important;
  padding: 2px 15px 2px 15px !important;
  margin: 10px 0;
  border: 0;
  border-radius: 22.5px !important;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
  color: #fff;
  transition: 0.3s;
}

.sub-btn:hover {
  background: #0078AE !important;
  transition: 0.3s;
}

.custom-position {
  margin-top: 150px;
  padding-left: 55px;
}

/* FAQ Section */

.rotate-45 {
  transform: rotate(45deg);
}

.faq {
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  font-size: 1em;
  transition: 0.4s;
}

.faq-block .btn {
  white-space: normal !important;
  font-size: 1.125em !important;
  border-bottom: 1px solid #E3E3E3;
  position: relative;
}

.faq .fa {
  position: absolute;
  top: 16px;
  right: 0;
}

.ex-section {
  margin: 45px 0 15px 0;
}

button.btn.faq {
  padding-left: 0;
  border-bottom: 1px solid #E3E3E3;
  border-radius: 0;
  background: #fff !important;
}

button.btn.faq.active {
  border-radius: 0 ;
}

button.btn.faq.active:focus, button.btn.faq:focus {
  outline: none ;
  box-shadow: none ;
}

.faq-block .faq {
  text-align: left;
}

.faq .fa {
  float: right;
}

.faq-panel {
  margin: 10px 0 5px 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-left: 25px;
}

/*# sourceMappingURL=main.css.map */


img[src=""], .section-blue-bg:empty {
  display: none !important;
}

.section-blue-bg .row p {
   font-size: 18px;
}
.section-blue-bg .row ul {
   padding-left: 25px;
   font-size: 18px !important;
}
@media screen and (max-width:991px) {
   .section-blue-bg .row {
       padding: 0;
   }
   iframe {
     width: 100% !important;
   }
   .faq-block, .faq-panel {
    font-size: 1em;
    padding: 0 10px;
    }
}

.opp {
  margin-top: -100px;
}
@media screen and (max-width:991px) {
  .opp {
      margin-top: 0;
      margin-bottom: 20px;
  }
}

.btn.active, .btn:active {
  box-shadow: none !important;
}

.ticket-hours {
  margin-top: 25px;
  text-align: center;
}
.ticket-hours h2 {
  margin-bottom: 20px !important;
}

/* EE Simple Search */
.search-results-container {
  padding-top: 5px;
}

.search-results {
  margin: 20px 0;
}

.search-results-container h2 a:hover,
.search-results-container a:hover {
  color: #23527c;
  transition: 0.3s;
  text-decoration: none !important;
}

#searchInput input {
  outline: none; }
#searchInput input[type=search] {
  color: #fff !important;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%; }
#searchInput input::placeholder { color: #fff !important; }  
#searchInput input::-webkit-search-decoration,
#searchInput input::-webkit-search-cancel-button {
  display: none; }
#searchInput input[type=search] {
  margin: 3px;
  height: 10px !important;
  padding: 14px !important;
  content: "\f002";
  font-family: "FontAwesome";
  background: url(/assets/images/search.svg) no-repeat 0px;
  background-size: 35px;
  border: solid 1px #ccc;
  border: none;
  padding: 9px 10px 9px 32px;
  width: 0;
  border-radius: 10em;
  transition: all .5s; }
#searchInput { margin-top: 3px; }  
#searchInput input[type=search]:hover {
  color: #23527c !important;
  cursor: pointer;
}
#searchInput input[type=search]:hover > .fa {
  color: #23527c !important;
}
#searchInput input[type=search]:focus {
  width: 130px;
  background-color: transparent;
  border-color: #66CC75;
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5); }
#searchInput input:-moz-placeholder {
  color: #999; }
#searchInput input::-webkit-input-placeholder {
  color: #999; }
#searchInput #demo-2 input[type=search] {
  width: 11px;
  margin-right: 0;
  padding-left: 10px;
  color: transparent;
  cursor: pointer; }
#searchInput #demo-2 input[type=search]:hover {
  background-color: #2E9FEF; }
#searchInput #demo-2 input[type=search]:focus {
  width: 130px;
  padding-left: 35px !important;
  color: #000;
  background-color: transparent;
  cursor: auto; }
#searchInput input[type=search]:focus {
  color: #fff !important;
  padding-left: 35px !important;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif !important;
}
#searchInput #demo-2 input:-moz-placeholder {
  color: transparent; }
#searchInput #demo-2 input::-webkit-input-placeholder {
  color: transparent; }

.expand {
  display: block !important; }

li.search-social {
  padding-right: 0 !important; }

.no-results {
  color: #696969;
  font-size: 18px;
}

.m-search #searchInput input[type=search]:focus {
  width: 220px;
}