/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */



body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 14px; 
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 20px; 
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/newbg.png) no-repeat center center;
    background-size: cover;
}
.intro-headerMain {
    padding-top: 50px; 
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 10%;

}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}




.logo{
    height: 60px;
}

.button{
    text-decoration:  none;
    padding:5px 15px; 
    background:#19bcb2; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-width: 40%;
    text-align: center;
    color: white;
}
.buttonHeader{
        text-decoration: none;
    padding: 5px 15px;
    background: #19bcb2;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: white;
    font-size: 19px;
    max-width: 375px;
    margin: 40px auto;
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
  margin: 0 20px !important;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #40e0d0;
}
.option-input:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}


.inline-block{
    display: inline-block;
}

.radio{
        padding: 0px 20px;
}

h1{
    color:#19bcb2;
}

.woodBackground {
    background-color: grey;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.white{
  background-color: #f8f8f8;
}
.boxFixed{
    position: fixed;
    left: 7%;
    top: 30%;
    padding: 60px;
    width: 87%;
}
.box{
    /*position: fixed;*/
    left: 7%;
    top: 30%;
    padding: 60px;
    width: 87%;
}
@media(max-width:767px) {
  .box{
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
  }
}
.text-align{
  text-align:center;
}
.backgroundFade{
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
}

.backgroundFadeBox{
  z-index: 103;
}

#map{
  height:100%;
  width: 100%;
}

.contentPadding{
  padding:60px;
}
body{
  height: 89vh;
}
#grid{
  overflow-y: scroll;
  height: 89vh;
}
.checkmark{
  width:  300px;
}
@media(max-width:767px) {
  .checkmark{
    width:  55%;
  }
}
/********* Listing Grid ***********/
.priceBox{
    position: absolute;
    margin-top: .5em;
    padding: 1em;
    z-index: 1;
    background: #00B2A9;
    color: white;
    font-size: 15px;
    box-shadow: 5px 0 5px 1px black;
}
.gridItem{
  height: 200px;
  width: 100%;
  background-color: darkgrey;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.locationBox{
  position: relative;
  top: 150px;
  padding: .5em;
  font-size: 15px;
  width: 360px;
  background: #00B2A9;
    color: white;
}
.addressBox{
    background: gainsboro;
    padding-left: 20px;
    padding: 10px;
    color:#222222;
}
/*.addressBox:hover{
    background: #00B2A9;
    padding-left: 20px;
    padding: 20px;
    color: white;
}*/
.successMessage{
  background-color: #83da83;
    color: #076307;
    padding: 5px;
    border-radius: 5px;
}

.errorMessage{
    background-color: #da5858;
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
}
/*******/
#viewlisting{
   padding-top: 25px;
}
.listingimage{
  width:70%;
}

.fullwidthForm form input{
  width: 100%;
}
.fullwidthForm form input[type=radio]{
  width: auto;
}
/********** Naviagtion ***********/

#logo{
  width: 120px;
}

.navbar-header{
      height: 80px;
}
@media (min-width: 768px){
    .navbar-collapse .navbar-nav{
      height: 78px;
    }
}
.navbar-fixed-top {
    min-height: 80px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 80px;
}

@media (max-width: 767px) {
    .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;}
}

.nav .active a {
    background: #11bbb1 !important;
}
.navbar-inverse{
  margin-bottom: 0px;
  border-radius: 0px; 
  color: white;
  z-index: 103;
}

/****/
#grid a{
  text-decoration: none;
}

.bodyContainer{
  min-height: 82vh;
}

.nav-bar{
  border-radius: 0px;

}
.nav-bar li a p {
  color: white;
}

.required{
color:red;
}

@media(max-width: 992px){
      #grid{
        display: none;
      }
      #map{
        display: block;
      }
      #toggleMap{
        display: inherit;
      }
      .mobileMessageMap{
        display: block !important;
      }
    }

    @media(min-width: 992px){
      #grid{
        display: block !important;
      }
      #toggleMap{
        display: none !important;
      }
      #map{
        display: block !important;
      }
      
    }

    .toggle{
        background-color: red;
        position: fixed;
        bottom: 0;
        position: fixed;
        bottom: 10px;
        padding: 25px 8px;
        display: inline-block !important;
        z-index: 80;
        font-size: 12px !important;
        color: white !important;
        border-radius: 50%;
        background-color: #00B2A9;
        cursor: pointer;
        left: 47%;
        }
  .triangle{
    width:100%;
  }
  .darkFullWidthContainer{
    background-color: #f5f5f5;
    width: 100%;
    color:#222;
  }

  .darkFullWidthContainer h2{
    color:#19bcb2;
  }
  .lightFullWidthContainer{
    color:#222;
    width: 100%;
  }
  .lightFullWidthContainer h2{
    color:#19bcb2;
  }
  .number{
    font-size:60px;
    text-align: center;
  }
   .featured img{
      width: 300px;
      margin:30px 0px;
      height: 100px;
        margin: 0px 30px;
    }

    .featured li{
      list-style: none;
      display: inline;
    }

    ul .featured li{
      display: inline;
    }

    .markets img{
      max-width: 100%;
      padding-bottom: 10px;
    }

    .dark{
      background: #222;
      color: #19bcb2;
    }

    .steps div{
          padding: 0 30px;
        text-align: center;
    }

    .buttonless{
          margin: auto;
    padding: 30px 0;
    color: #19bcb2;
    font-size: 25px;
    text-align: center;
    }
    .featured img {
    margin: 10px;
}

a{
  color: #19bcb2;
}
a:hover{
  color: #19bcb2;
}

div{
  font-size:16px;
}

/***** Accordian *******/
.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}
.field {
    width: 180px;
    margin-top: 12px;
}

.confirmButton{
      background: #43c943;
    color: white;
    border: none;
    padding: 5px 10px;
}
.denyButton{
    background: #c94343;
    color: white;
    border: none;
    padding: 5px 10px;
  }

.searchBar #address {
    width: 65%;
    height: 45px;
    font-size: 25px;
    color: #222;
}

.searchBar .searchButton {
     height: 45px;
    text-decoration: none;
    padding: 5px 15px;
    background: #19bcb2;
    border: 0 none;
    cursor: pointer;
font-size: 25px;
    text-align: center;
    color: white;
}

@media(max-width:767px){
  .searchBar .mobile{
    display: inline-block;
  }
  .searchBar .desktop{
    display: none;
  }
}
@media(min-width:767px){
  .searchBar .mobile{
    display: none;
  }
  .searchBar .desktop{
    display: inline-block;
  }
}
.sticky-footer{
  position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}
.sticky-header{
  position: absolute;
    top: 0;
    width: 100%;
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #11bbb1; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/**
/
/Bootstrap stepwizard
/*

/*@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');*/
.stepwizard-step p {
  margin-top: 0px;
  color:#666;
}
.stepwizard-row {
  display: table-row;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  background: white;
  padding-top: 10px;
  margin-bottom: 10px;
}
.stepwizard-step button[disabled] {
  /*opacity: 1 !important;
  filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
  opacity:1 !important;
  color:#bbb;
}
.stepwizard-row:before {
  top: 24px;
  bottom: 0;
  position: absolute;
  content:" ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;

}
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.panel-primary>.panel-heading {
  background-color: #101010;
  border-color: #101010;
}
.panel-primary{
  border-color: #101010;
}
.wizard{
  margin-top: 10%;
  padding-top:10px;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100% - (.5rem * 2));
}
@media (min-width: 576px){
  
    .modal-dialog-centered {
      height: calc(100% - (1.75rem * 2));
  }
}

.headline{
  font-size: 6rem;
    font-weight: 200;
    line-height: 1.2;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
 }
 .overlay:target {
  visibility: visible;
  opacity: 1;
 }
 
 .popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
 }
 
 .popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
 }
 .popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
 }
 .popup .close:hover {
  color: #06D85F;
 }
 .popup .content {
  max-height: 30%;
  overflow: auto;
 }
 
 @media screen and (max-width: 700px){
  .popupBox{
  width: 70%;
  }
  .popup{
  width: 70%;
  }
 }

 /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 200px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  margin: 25px auto;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card-inner > *{
  padding: 50px;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: white;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: lightgrey;
  color: black;
  transform: rotateY(180deg);
}
section.features .row {
  margin-bottom: 30px;
}
section.features img {
  box-shadow: 5px 10px 18px #888888;
}
.resource-header{
  background: url('../img/parkinglotbg.jpg');
  height: 100%;
  max-height: 500px;
}

.resource-container{
  margin-top: -150px;
  background: white;
}
.resource-header p{
      font-size: 60px;
    color: white;
    text-align: center;
    padding-top: 80px;
    padding: 80px 10px;
}
.ebook-img{
  width:100%;
}
.ebook-container{

  padding: 50px;
}
/*.ebook-container p{
      position: absolute;
    top: 470px;
}
.ebook-container .button{
      position: absolute;
    top: 600px;
}
.ebook-container h2{
      position: absolute;
    top: 200px;
}
.ebook-container img{
      position: absolute;
    top: 0px;
}*/

table.vehicles input {
  margin-right: 10px;
  width: 90%;
}
table.vehicles tr {
  margin-bottom: 10px;
}
input.error {
  border: red 1px solid;
}
label.error {
  color: red;
}
.billingDisplayACH .form-group {
  margin: 0;
}
.billingDisplayACH .form-group input {
  width: inherit;
}

.engt-text-red-accessible {
  display: none !important;
}
