/* Stylish */

* {
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #3B3B3B;
    font-family: "Source Sans Pro", serif;
    -webkit-font-smoothing: antialiased;
    margin: 0px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

ul {
    padding: 0px;
}

ul li {
    list-style: none;
}

.fat {
    font-weight: 700;
}

input[type=checkbox] {
    position: absolute;
    left: -9999px;
    top: -9999px;
}


/* Let’s Go! */

h1 {
    font-weight: 400;
    font-size: 65px;
    margin: 0px 0px 25px;
    text-shadow: rgba(0, 0, 0, 0.25) 0px 1px 4px;
}

h2 {
    font-weight: 400;
    font-size: 45px;
    margin: 0px 0px 30px;
}

.wrapper {
    text-align: center;
}

.wrapper > * {
    display: flex;
    padding: 80px 0px;
}

.container {
    margin: auto;
    flex: 1;
    max-width: 1200px;
    padding: 0px 60px;
}

.intro {
    text-align: left;
    background: #0072BA url(../img/intro-bg.jpg) 50% 30%;
    background-size: cover;
    color: #fff;
    flex-flow: column;
    min-height: 75vh;
    padding: 0px;
}

.header {
    display: flex;
    width: 100%;
    flex: 0 125px;
    align-items: center;
    justify-content: space-between;
}

.header a {
    text-decoration: none;
}

.logo {
    letter-spacing: -1px;
    justify-content: flex-start;
    font-size: 28px;
    text-transform: lowercase;
    font-weight: 700;
    color: #fff;
}

.logo span {
    font-size: 20px;
    font-weight: 600;
    color: #91CC4E;
}

.nav {
    display: flex;
    justify-content: space-between;
}

.nav a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    margin-left: 30px;
    -webkit-transition: all 125ms;
    -moz-transition: all 125ms;
    -o-transition: all 125ms;
    transition: all 125ms;
}

.nav a:hover {
    color: #91CC4E;
}


.nav a.btn {
    display: none;
    cursor: pointer;
}

.mob-nav {
    display: none;
}

.mob-nav.active {
    display: flex;
    flex-flow: column;
    padding: 30px 0px;
    line-height: 40px;
    background: #91CC4E;
}

.mob-nav a {
    text-decoration: none;
    font-weight: 600;
    color: #fff;
}

.welcome {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.welcome .txt,
p {
    font-size: 20px;
    line-height: 35px;
}

.welcome .form {
    margin-top: 35px;
}

form {
    position: relative;
}

.form {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.field {
    float: left;
    width: 250px;
    height: 60px;
    border: solid 1px #fff;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    font-family: "Source Sans Pro", serif;
    font-size: 20px;
    color: #3B3B3B;
    padding-left: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
    -webkit-transition: all 125ms;
    -moz-transition: all 125ms;
    -o-transition: all 125ms;
    transition: all 125ms;
}

.field:focus {
    outline: none;
    border: solid 1px #91CC4E;
}

.act-btn {
    float: left;
    width: 250px;
    height: 60px;
    color: #fff;
    background: #91CC4E !important;
    border: none !important;
    -webkit-border-radius: 0px 5px 5px 0px !important;
    -moz-border-radius: 0px 5px 5px 0px !important;
    border-radius: 0px 5px 5px 0px !important;
    font-family: "Source Sans Pro", serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
    -webkit-transition: all 125ms;
    -moz-transition: all 125ms;
    -o-transition: all 125ms;
    transition: all 125ms;
}

.act-btn:hover {
    cursor: pointer;
    background: #86BB49 !important;
}

label.error {
    position: absolute;
    left: 0px;
    bottom: -30px;
}

small a {
	color:#fff;
}

.steps {
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.steps ul li {
    font-size: 17px;
}

.steps ul li:nth-child(2) {
    font-weight: 600;
    font-size: 20px;
    color: #3B3B3B;
    margin: 50px 0px 25px;
}

.steps ul li:last-child {
    margin: 0px 35px;
    color: #6D6D6D;
}

.last-trips {
    text-align: left;
    background: url(../img/last-trips.jpg);
    background-size: cover;
    color: #fff;
}

.last-trips h2 {
    font-weight: 700;
}

.last-trips ul li {
    font-size: 25px;
    line-height: 50px;
}

.faq h2 {
    color: #3B3B3B;
}

.faq dl {
    display: flex;
    flex-flow: column;
    max-width: 400px;
    line-height: 30px;
    margin: auto;
}

.faq dl dt {
    flex: 1 50%;
    border-bottom: solid 1px #dadada;
    font-size: 20px;
    text-align: left;
    padding: 15px 0px;
}

.faq dl dt:before {
    content: "+";
    font-weight: 600;
    color: #91CC4E;
    margin-right: 20px;
}

.faq dl dt:last-child {
    border: none;
}

.faq a {
    cursor: pointer;
    color: #3B3B3B;
    text-decoration: none;
    -webkit-transition: all 125ms;
    -moz-transition: all 125ms;
    -o-transition: all 125ms;
    transition: all 125ms;
}

.faq a:hover {
    color: #91CC4E;
}

.faq dt.active:before {
    content: "–";
}

.faq dl dd {
    flex: 1 50%;
    font-size: 20px;
    text-align: left;
    color: #6D6D6D;
    padding: 15px 0px;
}


.signup {
    background: url(../img/signup.jpg);
    background-size: cover;
    color: #fff;
}

.signup h2 {
    text-shadow: rgba(0, 0, 0, 0.25) 0px 1px 4px;
}

.signup .form {
    justify-content: center;
}

.footer {
    height: 110px;
    padding: 0px;
    background: #3B3B3B;
    color: #6D6D6D;
    justify-content: center;
}

.footer .inner {
    display: flex;
    width: 100%;
    max-width: 1200px;
    align-items: center;
    justify-content: space-between;
}

.footer a {
    color: #6D6D6D;
    text-decoration: none;
    -webkit-transition: all 125ms;
    -moz-transition: all 125ms;
    -o-transition: all 125ms;
    transition: all 125ms;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
}


/* Confirm */

.dirty-wrap {
    display: flex;
    height: 100vh;
}

.center-box {
    margin: auto;
    max-width: 1200px;
    background: #fff;
    padding: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.center-box p {
    color: #6D6D6D;
}

.center-box p span {
    color: #3B3B3B;
    font-weight: 600;
}

.center-box a {
    text-decoration: none;
    color: #91CC4E;
}

.center-box .logo {
    color: #3B3B3B;
}

.full-blue {
    position: absolute;
    background: rgba(0, 114, 186, 0.75);
    width: 100vw;
    height: 100vh;
    z-index: -5;
}

.full-green {
    position: absolute;
    background: rgba(145, 204, 78, 0.75);
    width: 100vw;
    height: 100vh;
    z-index: -5;
}

.full-bg {
    position: absolute;
    background: #0072BA url(../img/intro-bg.jpg);
    background-size: cover;
    width: 100vw;
    height: 100vh;
    z-index: -10;
}


/* Responsiveness */

@media only screen and (max-width: 1024px) {
    .container {
        padding: 0px 55px;
    }

    .intro {
        min-height: 85vh;
    }
}

@media only screen and (max-width: 720px) {
    .form {
        flex-flow: column;
        align-items: flex-start;
    }

    .center-box {
        padding: 50px;
    }
}

@media only screen and (max-width: 667px) {
    .nav a.link {
        display: none;
    }

    .nav a.btn {
        display: block;
    }

    .steps {
        flex-flow: column;
    }

    .steps ul:nth-child(2) {
        margin: 60px 0px;
    }

    .steps ul li:nth-child(2) {
        margin: 25px 0px 10px;
    }

    .last-trips {
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .wrapper > * {
        padding: 60px 0px;
    }

    .intro {
        padding: 0px;
        min-height: 100vh;
    }

    .footer {
        padding: 0px;
    }

    .container {
        padding: 0px 40px;
    }

    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 40px;
    }

    .break {
        display: none;
    }

    .last-trips ul li {
        font-size: 20px;
        line-height: 40px;
    }

    .faq ul li {
        font-size: 17px;
        text-align: left;
    }

    .welcome .txt,
    p {
        font-size: 17px;
        line-height: 28px;
    }

    .field,
    .act-btn {
        width: 225px;
    }
}

@media only screen and (max-width: 525px) {
    .container {
        padding: 0px 25px;
    }

    .field,
    .act-btn {
        width: 100%;
        display: block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .act-btn {
        margin-top: 10px;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 35px;
    }

    .center-box {
        padding: 40px;
    }
}

@media only screen and (max-width: 414px) {
    h1 {
        font-size: 45px;
    }

    .center-box {
        padding: 30px;
    }
}
