section{min-height: 100vh}
header {
    background: black;
    color: white;
    /*overflow: hidden;*/
    height:50px;
    position: fixed;
    width: 100%;
    z-index: 100;
}

header nav{float: right;display: block;top: 20px;}

header nav ul {width: 700px; display: flex;font-size: .8rem;justify-content: space-between;}

header li a {
    color: #bbb;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    transition:color .3s ease;
}

header li a:hover {color: #ccc;}

header .logo a {
    height: 50px;
    width: 138px;
    background: url(../img/speedy_logo.svg) center no-repeat;
    text-indent: -5000px;
    display: block;
    background-size:contain;
    float: left;
    top: 0px;
}

.active{color:#fff!important}

.video{width: 100%}

.map {
    background: #f3f3f3;
    height: 500px;
    margin-bottom: 200px;
}

.subsection {
    width: 25%;
    height: 25vw;
    float: left;
}

section .deal-of-the-month {
    position: absolute;
    z-index: 80;
    top: 0;
    width: 100%;
    text-align: center;
    margin-top: 23vw;
    color: white;
}

.deal-of-the-month p {
    width: 360px;
    margin: 20px auto;
}

.contact-page a {color: #777;}

.contact-page .col-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-number { width: 50%;}

.deal-logo{
    height: 170px;
    width: 80px;
    background:url(../img/deal-logo.svg) center no-repeat;
    display: block;
    margin: 0 auto 20px;
    text-indent: -5000px;
}

.close-deal-2 {
    width: 130px;
    font-size: 17px;
    letter-spacing: 0.5px;
    margin: 0 auto;
}

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(62, 80, 111, 0.96);
    z-index: 100;
    color: #fff;
    text-align: center;
}

.overlay > .deal-of-the-month {
  position:fixed;
  width:100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.close-deal {
    /* border: 1px solid; */
    width: 60px;
    height: 60px;
    position: fixed;
    top: 20px;
    right: 20px;
    cursor:pointer;
}

.close-deal div {
    height: 3px;
    background: white;
}

.close-deal div:first-child {
    transform: rotate(45deg);
    top: 27px;
    left: 0px;
}

.close-deal div:last-child {
    transform: rotate(-45deg);
    top: 25px;
}

.box {
    height: 25vw;
    background:#f3f3f3;
    text-align: center;
    border: 10px solid white;
    top: -2px;
}

.box hr {
    display: block;
    height: 1px;
    width: 15vw;
    background: #777;
    border: none;
    position: absolute;
    bottom: 6vw;
    left: 0;
    right: 0;
}

.box i {
    position: absolute;
    top: 6vw;
    left: 0;
    right: 0;
    margin: auto;
    height: 2.8vw;
    width: 100px;
}

.subhead {
    width: 20vw;
    position: absolute;
    top: 10vw;
    font-size: 1.4vw;
    left: 0;
    right: 0;
    margin: auto;
    font-family: roboto condensed;
    height: 7vw;
    color:#777;
    justify-content: center;
    display: flex;
    align-items: center;
}

.box a {
    position: absolute;
    bottom: 2.1vw;
    left: 0;
    right: 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #777;
    border: 1px solid;
    font-size: 0.8vw;
    width: 8vw;
    margin: auto;
    height: 1.5vw;
    line-height: 1.5vw;
    border-radius: 30px;
    font-family: roboto condensed;
    letter-spacing: 1px;
}

.box h3 {
    top: 2.5vw;
    color: #777;
    font-size: 1.5vw;
    font-weight: 300;
}

/*icons*/

.wash-pkg-link .wash-pkg-icon {
    height: 32px;
    width: 32px;
    top: 8px;
}

.wash-pkg-icon {
    clear:both;
    display:inline-block;
    margin-right: 10px;
    top: 12px;
    background: url(../img/icon/wash-pkg-icon.svg) center no-repeat;
    background-size: contain;
}

.wash-pkg-icon-dark {
    clear:both;
    display:inline-block;
    margin-right: 10px;
    top: 12px;
    background: url(../img/icon/wash-pkg-icon-dark.svg) center no-repeat;
    background-size: contain;
}

.speedypass-icon {
    clear:both;
    display:inline-block;
    margin-right: 10px;
    top: 12px;
    background: url(../img/icon/speedypass-icon.svg) center no-repeat;
    background-size: contain;
}

.speedypass-icon-dark {
    clear:both;
    display:inline-block;
    margin-right: 10px;
    top: 12px;
    background: url(../img/icon/speedypass-icon-dark.svg) center no-repeat;
    background-size: contain;
}

.environment-icon {
    clear:both;
    display:inline-block;
    margin-right: 10px;
    top: 12px;
    background: url(../img/icon/environment-icon.svg) center no-repeat;
    background-size: contain;
}

.environment-icon-dark {
    clear:both;
    display:inline-block;
    margin-right: 10px;
    top: 12px;
    background: url(../img/icon/environment-icon-dark.svg) center no-repeat;
    background-size: contain;
}

.location-icon {
    clear:both;
    display:inline-block;
    margin-right: 10px;
    top: 12px;
    background: url(../img/icon/location-icon.svg) center no-repeat;
    background-size: contain;
    height: 3.3vw !important;
}

.location-icon-dark {
    clear:both;
    display:inline-block;
    margin-right: 10px;
    top: 12px;
    background: url(../img/icon/location-icon-dark.svg) center no-repeat;
    background-size: contain;
    height: 3.3vw !important;
}

.piggybank-icon {
    clear:both;
    display:inline-block;
    margin-right: 10px;
    top: 12px;
    background: url(../img/icon/piggybank-icon.svg) center no-repeat;
    background-size: contain;
    height: 3.3vw !important;
}

.money-icon {
    clear:both;
    display:inline-block;
    margin-right: 10px;
    top: 12px;
    background: url(../img/icon/money-icon.svg) center no-repeat;
    background-size: contain;
    height: 3.3vw !important;
}

.worker-icon {
    clear:both;
    display:inline-block;
    margin-right: 10px;
    top: 12px;
    background: url(../img/icon/worker-icon.svg) center no-repeat;
    background-size: contain;
    height: 3.3vw !important;
}

.wash-pkg-link {
    color: #999;
    text-decoration: none;
    font-size: 1.2rem;
}

.header-graphic i {
    height: 40px;
    width: 100px;
    margin: 30px auto;
    top: -5px;
}

.header-graphic {
    min-height: 500px;
    background: #f3f3f3;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

#locations .col-6, #locations h1, #locations a {
    padding-left: 130px;
}

.spacer {
    height: 280px;
    background: #f3f3f3;
}

.speedypass-level {margin-bottom: 40px;}
.price {
    background: #7cd123;
    height: 60px;
    width: 60px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    font-weight: 300;
    font-size: 1.4rem;
    position: absolute;
    z-index: 3;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.43);
    cursor: pointer;
}
.price:after {
    content: 'Per Month';
    font-size: 8px;
    display: block;
    position: absolute;
    text-align: center;
    left: 10px;
    width: 40px;
    height: 30px;
    bottom: -9px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.speedypass-level h3 {
    background: #ccc;
    padding: 10px;
    color: #555;
    font-weight: 300;
    letter-spacing: 2px;
    padding-left: 40px;
    left: 30px;
    top: 9px;
    border-radius: 10px;
    width: 76%;
    font-size: 1.4rem;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    cursor: pointer;
}

.speedypass-level ul {
    background: #f1f1f1;
    padding: 20px 10px 10px;
    left: 42px;
    width: 67%;
    margin-bottom: 20px;
    border-radius: 10px;
    line-height: 1.5;
}

.extra-services strong {
    font-weight: 700;
    margin-top: 10px;
    display: block;
    color: #999;
}

.extra-services {
    font-style: italic;
    color: #6f6f6f;
    font-size: 90%;
}

.speedypass-page .col-8 {height: 780px;}

.steps {display: flex;justify-content: space-between;}
.steps li {
    width: 20%;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.steps li img {width: 100%;}
.steps p {height: 100px;top: 10px;}

#locations .wash-pkg-link i{height: 24px;width: 24px;top: 4px;}

#washpkg svg {
    display: block;
    margin: auto;
}

.wash-pkg-table {
    margin: auto;
    display: block;
}

#faq dt {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.4rem;
}

#faq dd {
     margin-bottom: 30px;
     line-height:1.4
}

.speedypass-cta {
    border: 1px solid;
    width: 200px;
    display: inline-block;
    text-align: center;
    height: 42px;
    line-height: 42px;
    border-radius: 50px;
    text-decoration: none;
}

.how-to {min-height: 400px;margin-top: 20px;}

footer {height: 280px;background: #f9f9f9;}
footer .contain{
    background:url(../img/speedy_logo_light.svg) center right 20px no-repeat;
    background-size:15%;
    overflow:hidden;
}

footer .contain ul {
    float: left;
    width: 200px;
    margin-top: 30px;
    line-height: 1.7;
}

form div {margin-bottom: 20px; overflow: hidden;}

form .col-6 div {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.form-column:first-of-type {padding-right: 20px;}
.form-column:nth-of-type(2) {padding-left: 20px;}
form select {
    height: 42px;
    font-size: 1rem;
    background: white;
    border: 1px solid #ccc;
}
/* Form Icons */
.cal {
    padding-left: 40px!important;
    background: url(../img/form-icons/cal.svg) 10px center no-repeat;
    background-size: 18px;
    border: 1px solid #ccc;
}

.cal:focus {
    padding-left: 40px!important;
    background: url(../img/form-icons/cal.svg) 10px 8px no-repeat;
    background-size: 18px;
    height:40px;
}

[name=org_Goal] {
    background: url(../img/form-icons/dollar.svg) 12px center no-repeat;
    background-size: 10px;
    border:1px solid #ccc;
    padding-left: 40px!important;
}

[name=org_Goal]:focus{
    background:#f9f9f9 url(../img/form-icons/dollar.svg) 12px center no-repeat;
    background-size: 12px;
    height:40px;
}

[name=org_insta] {
    background: url(../img/form-icons/insta.svg) 10px center no-repeat;
    background-size: 18px;
    border:1px solid #ccc;
    padding-left: 40px!important;
}

[name=org_insta]:focus {
    background:#f9f9f9 url(../img/form-icons/insta.svg) 10px center no-repeat;
    background-size: 18px;
    height:40px;
    padding-left: 40px!important;
}

[name=org_facebook] {
    background: url(../img/form-icons/facebook.svg) 10px center no-repeat;
    background-size: 18px;
    border:1px solid #ccc;
    padding-left: 40px!important;
}

[name=org_facebook]:focus {
    background:#f9f9f9 url(../img/form-icons/facebook.svg) 10px center no-repeat;
    background-size: 18px;
    height:40px;
    padding-left: 40px!important;
}

[name=org_twitter] {
    background: url(../img/form-icons/twitter.svg) 10px center no-repeat;
    background-size: 18px;
    border:1px solid #ccc;
    padding-left: 40px!important;
}

[name=org_twitter]:focus {
    background:#f9f9f9 url(../img/form-icons/twitter.svg) 10px center no-repeat;
    background-size: 18px;
    height:40px;
    padding-left: 40px!important;
}

[name=org_URL] {
    background: url(../img/form-icons/website.svg) 10px center no-repeat;
    background-size: 18px;
    border:1px solid #ccc;
    padding-left: 40px!important;
}

[name=org_URL]:focus {
    background:#f9f9f9 url(../img/form-icons/website.svg) 10px center no-repeat;
    background-size: 18px;
    height:40px;
    padding-left: 40px!important;
}

/* Employment Form */

.flex-row {display: flex; justify-content: space-between;}
form .block [type="radio"] {margin-top: 10px;}
form .block label {
    margin-right: 15px;
    top: 1px;
    left: 2px;
}
form label {display: inline-block;}


ul.top-m.bottom-m.bold {line-height: 1.6;}

form > h3 {margin-bottom: 40px;}

/* form{width: 400px;} */

form label{margin-bottom:5px;}

form input[type="text"],
form input[type="email"],
form input[type="num"],
form input[type="date"] {
    padding: 10px 15px;
    font-size: 1rem;
}

form input:focus {
    background: #f9f9f9;
    border: 1px solid #7cd123;
    height: 42px;
}

input[type="submit"] {
    height: 42px;
    background: #fff;
    color: #777;
    border: 1px solid #999;
    font-size: 1rem;
    width: 200px;
    transition: all .3s ease;
}

input[type="submit"]:hover{background: #777; color: #fff; cursor: pointer;}

.radiowrapper {flex-direction: row!important; width: 80px;}
.radiowrapper input {margin-right: 7px;}
.radio {display: flex; flex-direction: row!important;}
.radio > label {width: 100%;}
form input[type=radio]:focus {height: auto;}

.inline-elements {
    display: flex;
    flex-direction: row!important;
    justify-content: space-between;
}

form textarea {
    max-width: 100%;
    min-height: 80px;
    max-height: 140px;
    min-width: 100%;
    border:1px solid #ccc
}

footer .contain ul a{
    text-decoration:none;
    color:#999;
    transition:color .3s ease;
}

footer .contain ul a:hover{color:black;}

.helper {
    visibility: hidden;
    position: absolute;
    left: -5000px;
}

@media only screen and (max-width: 1400px) {
	/*Rules Go Here*/
}

@media only screen and (max-width: 960px) {
	/*Rules Go Here*/
    header{height:80px}
    .subsection .box, .subsection{height: 100vw;width: 100vw;}
    .flex{flex-direction: column;}
    #locations .col-6, #locations h1, #locations a {padding-left: 0px;}
    .contain-sm {padding: 20px;}
    .box i {top: 28vw!important;height: 12vw!important;}
    .box h3 {top: 13vw;font-size: 7.5vw;}
    .subhead {width: 70vw;top: 53vw;font-size: 7vw;}
    .box hr {width: 75vw; bottom: 22vw;}
    .box a {
        bottom: 6.1vw;
        font-size: 4.8vw;
        width: 42vw;
        height: 9.5vw;
        line-height: 9.5vw;
    }
    .header-graphic i {width: 40vw;height: 15vw!important;}
    #speedypass .pad-left-l {padding-left: 0;}
    #speedypass .pad-left-l p {text-align: center;}
    #speedypass h5.bottom-xs {text-align: center;}
    footer .contain{
      background: white url(../img/speedy_logo_light.svg) center bottom 20px no-repeat;
      background-size: 60%;
      padding-bottom: 120px;
    }
    figure.mobile-header{height: 85vh;}
    section .deal-of-the-month {margin-top: 55vw;}
    header .nav-btn {
          height: 24px;
          width: 40px;
          z-index: 5000;
          position: fixed;
          right: 20px;
          top: 34px;
      }

      header .nav-btn div {
          background: white;
          height: 4px;
          margin-bottom: 5px;
          border-radius: 20px;
          transition: all .3s ease;
      }

      .nav-btn.open div:first-child{
        transform: rotateZ(45deg);
        top: 8px;
      }

      .nav-btn.open div:nth-child(2){
        opacity: 0;
      }

      .nav-btn.open div:last-child{
        transform: rotateZ(-45deg);
        top: -10px;
      }

      header .nav-menu {
          position: fixed;
          background: #272727;
          height: calc(100vh - 70px);
          width:100vw;
          left:0;
          top:80px;
          display:flex;
          flex-direction: column;
          justify-content: space-around;
          text-align:center;
          font-size:20px;
          z-index: 500;
          padding:0 0 120px;
          display: none;
      }

      .steps {display: flex;justify-content: space-between; flex-direction: column;}
      .steps li {width: 100%;height: 360px;margin-bottom: 100px;}
      .contact-number { width: 100%;}

}
