/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Abel|Open+Sans:400,600,300);

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0
}

.btn, button, input[type=button], input[type=reset], input[type=submit] {
    appearance: none;
    background-color: #2AA969;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: .75em 1.5em;
    text-decoration: none;
    transition: background-color 150ms ease;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.btn:focus, .btn:hover, button:focus, button:hover, input[type=button]:focus, input[type=button]:hover, input[type=reset]:focus, input[type=reset]:hover, input[type=submit]:focus, input[type=submit]:hover {
    background-color: #228754;
    color: #fff
}

.btn:disabled, button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled {
    cursor: not-allowed;
    opacity: .5
}

.btn:disabled:hover, button:disabled:hover, input[type=button]:disabled:hover, input[type=reset]:disabled:hover, input[type=submit]:disabled:hover {
    background-color: #2AA969
}

fieldset {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    margin: 0 0 .75em;
    padding: 1.5em
}

input, label, select {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 1em
}

label {
    font-weight: 600;
    margin-bottom: .375em
}

label.required::after {
    content: "*"
}

label abbr {
    display: none
}

input:not([type]), input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select[multiple=multiple], textarea {
    background-color: #FCFCFC;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    margin-bottom: .75em;
    padding: .5em;
    transition: border-color 150ms ease;
    width: 100%
}

input:not([type]):hover, input[type=color]:hover, input[type=date]:hover, input[type=datetime-local]:hover, input[type=datetime]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, select[multiple=multiple]:hover, textarea:hover {
    border-color: #b1b1b1
}

input:not([type]):focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select[multiple=multiple]:focus, textarea:focus {
    border-color: #2AA969;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06), 0 0 5px rgba(37, 149, 92, .7);
    outline: 0
}

input:not([type]):disabled, input[type=color]:disabled, input[type=date]:disabled, input[type=datetime-local]:disabled, input[type=datetime]:disabled, input[type=email]:disabled, input[type=month]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled, select[multiple=multiple]:disabled, textarea:disabled {
    background-color: #efefef;
    cursor: not-allowed
}

input:not([type]):disabled:hover, input[type=color]:disabled:hover, input[type=date]:disabled:hover, input[type=datetime-local]:disabled:hover, input[type=datetime]:disabled:hover, input[type=email]:disabled:hover, input[type=month]:disabled:hover, input[type=number]:disabled:hover, input[type=password]:disabled:hover, input[type=search]:disabled:hover, input[type=tel]:disabled:hover, input[type=text]:disabled:hover, input[type=time]:disabled:hover, input[type=url]:disabled:hover, input[type=week]:disabled:hover, select[multiple=multiple]:disabled:hover, textarea:disabled:hover {
    border: 1px solid #ddd
}

textarea {
    resize: vertical
}

input[type=search] {
    appearance: none
}

input[type=checkbox], input[type=radio] {
    display: inline;
    margin-right: .375em
}

input[type=checkbox] + label, input[type=radio] + label {
    display: inline-block
}

input[type=file] {
    margin-bottom: .75em;
    width: 100%
}

select {
    margin-bottom: 1.5em;
    max-width: 100%;
    width: auto
}

ol, ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

dl {
    margin-bottom: .75em
}

dl dt {
    font-weight: 700;
    margin-top: .75em
}

dl dd {
    margin: 0
}

table {
    border-collapse: collapse;
    font-feature-settings: "kern", "liga", "tnum";
    margin: .75em 0;
    table-layout: fixed;
    width: 100%
}

th {
    border-bottom: 1px solid #a6a6a6;
    font-weight: 600;
    padding: .75em 0;
    text-align: left
}

td {
    border-bottom: 1px solid #ddd;
    padding: .75em 0
}

td, th, tr {
    vertical-align: middle
}

body {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-feature-settings: "kern", "liga", "pnum";
    line-height: 1.5
}

h1, h2, h3, h4, h5, h6 {
    font-family: Abel, sans-serif;
    font-size: 1em;
    line-height: 1.2;
    margin: 0 0 .75em
}

h1 {
    font-size: 2.25em
}

h2 {
    font-size: 1.75em
}

p {
    margin: 0 0 .75em
}

a {
    color: #2AA969;
    text-decoration: none;
    transition: color 150ms ease
}

a.active, a:active, a:focus, a:hover {
    color: #207f4f
}

hr {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5em 0
}

img, picture {
    margin: 0;
    max-width: 100%
}

html {
    box-sizing: border-box
}

*, ::after, ::before {
    box-sizing: inherit
}

@font-face {
    font-family: icomoon;
    src: url(/fonts/icomoon.eot?ma86m9);
    src: url(/fonts/icomoon.eot?ma86m9#iefix) format("embedded-opentype"), url(/fonts/icomoon.ttf?ma86m9) format("truetype"), url(/fonts/icomoon.woff?ma86m9) format("woff"), url(/fonts/icomoon.svg?ma86m9#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-git-branch:before {
    content: "\f020"
}

.icon-git-compare:before {
    content: "\f0ac"
}

.icon-git-merge:before {
    content: "\f023"
}

.icon-law:before {
    content: "\f0d8"
}

.icon-rocket:before {
    content: "\f033"
}

.icon-split:before {
    content: "\f0c6"
}

.icon-squirrel:before {
    content: "\f0b2"
}

.icon-embed:before {
    content: "\ea7f"
}

.icon-embed2:before {
    content: "\ea80"
}

.icon-terminal:before {
    content: "\ea81"
}

.icon-twitter:before {
    content: "\ea91"
}

.icon-twitter3:before {
    content: "\ea93"
}

.icon-github:before {
    content: "\eab1"
}

.icon-chrome:before {
    content: "\eae5"
}

.icon-firefox:before {
    content: "\eae6"
}

.icon-IE:before {
    content: "\eae7"
}

.icon-opera:before {
    content: "\eae8"
}

.icon-safari:before {
    content: "\eae9"
}

.icon-call_merge:before {
    content: "\e0b3"
}

.icon-insert_invitation:before {
    content: "\e24f"
}

.icon-directions_walk:before {
    content: "\e536"
}

.icon-cancel:before {
    content: "\e5c9"
}

.icon-check_circle:before {
    content: "\e86c"
}

.icon-stars:before {
    content: "\e8d0"
}

.icon-all_inclusive:before {
    content: "\eb3d"
}

.icon-trophy:before {
    content: "\e901"
}

.icon-watch_later:before {
    content: "\e902"
}

.icon-access_time:before {
    content: "\e903"
}

.icon-trending_up:before {
    content: "\e904"
}

.icon-calendar:before {
    content: "\e905"
}

.icon-lamp:before {
    content: "\e906"
}

.icon-text-only:before {
    content: "\e900"
}

.icon-cad-broken-lines-with-text:before {
    content: "\e800"
}

.icon-cad-broken-lines:before {
    content: "\e801"
}

.icon-cad-lines-with-text:before {
    content: "\e824"
}

.ember-modal-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 50
}

.ember-modal-dialog {
    z-index: 50;
    position: fixed
}

.ember-modal-dialog.ember-modal-dialog-in-place {
    position: relative
}

.ember-modal-dialog {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 10px #222;
    padding: 10px
}

.ember-modal-overlay.translucent {
    background-color: rgba(128, 128, 128, .77)
}

body {
    font-size: 18px;
    background-color: #FCFCFC
}

.fancy-separator {
    margin: 1.2rem auto;
    background-color: #333;
    width: 4rem;
    height: .1rem
}

.error {
    color: #E85E5E;
    font-weight: 700;
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem
}

footer {
    margin-bottom: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    background-color: #333
}

.footer {
    background: #264736;
    padding: 3em 1.618em
}

.footer .footer-logo {
    font-size: 3rem;
    margin-bottom: 1em;
    text-align: center;
    color: #FCFCFC
}

.footer .footer-links {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.5em
}

.footer ul {
    -webkit-flex-basis: 13em;
    -moz-flex-basis: 13em;
    flex-basis: 13em;
    -ms-flex-preferred-size: 13em;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    margin-bottom: 3em;
    padding: 0
}

.footer li {
    line-height: 1.5em;
    list-style: none;
    text-align: center
}

.footer li a {
    color: rgba(252, 252, 252, .4);
    text-decoration: none;
    font-weight: 400
}

.footer li a:focus, .footer li a:hover {
    color: #fcfcfc
}

.footer li h3 {
    color: #FCFCFC;
    font-size: 1em;
    margin-bottom: .4em
}

.footer hr {
    border: 1px solid rgba(252, 252, 252, .1);
    margin: 0 auto 1.5em;
    width: 12em
}

.footer p {
    color: rgba(252, 252, 252, .4);
    font-weight: 400;
    font-size: .9em;
    line-height: 1.5em;
    margin: auto;
    max-width: 35em;
    text-align: center
}

.cta {
    padding: 4rem 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    background-color: #2AA969;
    color: #FCFCFC;
    text-align: center
}

.cta section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.cta section::after {
    clear: both;
    content: "";
    display: table
}

.cta section > div {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%
}

.cta section > div:last-child {
    margin-right: 0
}

.cta input[type=email] {
    width: 80%;
    color: #333;
    text-align: center;
    margin: auto auto 2rem;
    font-family: "Open Sans", sans-serif
}

@media screen and (min-width: 750px) {
    .cta input[type=email] {
        width: 40%
    }
}

.cta h1 {
    margin-bottom: 3rem
}

.cta .btn, .cta button, .cta input[type=submit] {
    font-family: Abel, sans-serif;
    border: .2rem solid #FCFCFC
}

.route-faq .main h2, .route-privacy-policy .main h2, .route-terms .main h2 {
    text-align: center
}

.route-faq .main h3, .route-privacy-policy .main h3, .route-terms .main h3 {
    font-size: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    margin: 0 auto
}

.route-privacy-policy, .route-terms {
    font-size: .9rem
}

.route-privacy-policy .main section .policy h3, .route-terms .main section .policy h3 {
    padding-bottom: 1rem;
    padding-top: 2rem
}

.route-privacy-policy h4, .route-terms h4 {
    font-size: 1.25rem;
    padding-top: 1rem
}

.notify-complete {
    transition: color 150ms ease
}

.notify-form {
    padding: 3rem;
    text-align: center;
    display: inline-block;
    color: #333
}

.notify-form h1 {
    font-size: 1.5rem
}

.notify-form input {
    text-align: center
}

.modal {
    width: 90%;
    margin-left: -8px;
    padding: 0
}

@media screen and (min-width: 750px) {
    .modal {
        width: 50%
    }
}

.modal .close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #999
}

.modal .close:hover {
    transition: color 150ms ease;
    color: #333
}

.modal-overlay.translucent {
    background-color: rgba(20, 38, 29, .85)
}

a.secondary {
    color: #999
}

a.secondary:active, a.secondary:focus, a.secondary:hover {
    color: #207f4f
}

.alert-success {
    color: #165736;
    font-weight: 700;
    margin-bottom: 1rem
}

.spinner {
    margin: 0 auto;
    text-align: center
}

.spinner > div {
    width: 2rem;
    height: 2rem;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.page-layout .mini-hero {
    margin-top: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 0;
    background: url(/background-trees-gr-low-de74f49f1313aec3ac028e81816c28d3.jpg) center center/cover no-repeat;
    position: relative
}

.page-layout .mini-hero .home {
    padding: 1rem 0;
    text-align: center
}

.page-layout .mini-hero .home a {
    color: #FCFCFC
}

@media screen and (min-width: 750px) {
    .page-layout .mini-hero .home {
        text-align: left;
        padding: 3rem
    }
}

.page-layout .mini-hero .home h3 {
    font-size: 1.75rem;
    margin: 0 auto;
    padding-top: 1rem;
    display: block
}

@media screen and (min-width: 750px) {
    .page-layout .mini-hero .home h3 {
        padding-top: 0;
        display: inline-block;
        vertical-align: middle
    }
}

.page-layout .mini-hero .home span {
    font-size: 2.5rem;
    padding-right: 1.2rem;
    display: inline-block;
    vertical-align: middle
}

.page-layout .mini-hero nav {
    text-align: center;
    padding: .8rem 2rem;
    font-family: Abel, sans-serif;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background-color: rgba(51, 51, 51, .5)
}

@media screen and (min-width: 750px) {
    .page-layout .mini-hero nav {
        position: absolute;
        right: 0;
        top: 2.5rem;
        border-top-right-radius: 0;
        border-bottom-left-radius: .25rem;
        border-top-left-radius: .25rem
    }
}

.page-layout .mini-hero nav a {
    color: #d6d6d6;
    text-transform: uppercase;
    white-space: nowrap;
    padding: .3rem;
    margin-right: 1rem;
    font-size: 1rem
}

@media screen and (min-width: 750px) {
    .page-layout .mini-hero nav a {
        margin-right: 2rem
    }
}

.page-layout .mini-hero nav a.active, .page-layout .mini-hero nav a:active, .page-layout .mini-hero nav a:focus, .page-layout .mini-hero nav a:hover {
    color: #FCFCFC;
    border-bottom: 2px solid #FCFCFC
}

.page-layout .main {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-bottom: 4rem;
    min-height: 50vh
}

.page-layout .main .layout-section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.page-layout .main .layout-section::after {
    clear: both;
    content: "";
    display: table
}

.page-layout .main .layout-section .wrapper {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-top: 3.5rem
}

.page-layout .main .layout-section .wrapper:last-child {
    margin-right: 0
}

@media screen and (min-width: 750px) {
    .page-layout .main .layout-section .wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%
    }

    .page-layout .main .layout-section .wrapper:last-child {
        margin-right: 0
    }
}

.page-layout .main .layout-section nav {
    text-align: center;
    border: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
    padding: .75rem 1rem;
    font-weight: lighter;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%
}

.page-layout .main .layout-section nav:last-child {
    margin-right: 0
}

@media screen and (min-width: 750px) {
    .page-layout .main .layout-section nav {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        margin-left: 8.5298%
    }

    .page-layout .main .layout-section nav:last-child {
        margin-right: 0
    }
}

.page-layout .main .layout-section nav a {
    color: #3f9469
}

.page-layout .main .layout-section nav a:active, .page-layout .main .layout-section nav a:focus, .page-layout .main .layout-section nav a:hover {
    color: #207f4f;
    border-bottom: 2px solid
}

.page-layout .main .layout-section nav div {
    text-align: left;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%
}

.page-layout .main .layout-section nav div:last-child {
    margin-right: 0
}

@media screen and (min-width: 750px) {
    .page-layout .main .layout-section nav div {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 48.57871%
    }

    .page-layout .main .layout-section nav div:last-child {
        margin-right: 0
    }
}

.page-layout .main .layout-section nav div:last-of-type {
    text-align: right
}

.page-layout .main .layout-section > h2 {
    text-align: center
}

.page-layout .main .layout-section > h3 {
    font-size: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    margin: 0 auto
}

.route-index .header-logo {
    font-size: 4rem
}

.route-index .hero {
    margin-top: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 7rem 1rem 12%;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
    color: #FCFCFC;
    background: url(/background-trees-gr-low-de74f49f1313aec3ac028e81816c28d3.jpg) center center/cover no-repeat
}

.route-index .hero nav {
    position: absolute;
    top: 2rem;
    right: 0;
    padding: .8rem 2rem;
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    font-family: Abel, sans-serif;
    background-color: rgba(51, 51, 51, .5)
}

@media screen and (min-width: 750px) {
    .route-index .hero nav {
        top: 4rem
    }
}

.route-index .hero nav a {
    color: #d6d6d6;
    text-transform: uppercase;
    white-space: nowrap;
    padding: .3rem;
    margin-right: 2rem;
    font-size: 1rem
}

.route-index .hero nav a.active, .route-index .hero nav a:active, .route-index .hero nav a:focus, .route-index .hero nav a:hover {
    color: #FCFCFC;
    border-bottom: 2px solid #FCFCFC
}

.route-index .hero h1 {
    font-size: 3rem;
    margin: 0
}

.route-index .hero h2 {
    font-size: 1.2rem;
    margin-top: 3rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.4
}

.route-index .hero section {
    width: 100%;
    text-align: center;
    padding: 2rem 1rem
}

.route-index .hero .presents {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: .7rem;
    font-weight: 100;
    margin-top: 1rem;
    margin-bottom: 1rem;
    letter-spacing: .5px
}

@media screen and (min-width: 750px) {
    .route-index .hero {
        padding-top: 12%
    }

    .route-index .hero h1 {
        font-size: 4rem
    }

    .route-index .hero h2 {
        font-size: 1.7rem;
        max-width: 70%;
        margin-left: 15%
    }
}

.route-index .benefits {
    padding: 4rem 1rem 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.route-index .benefits h2, .route-index .benefits p {
    text-align: center
}

.route-index .benefits section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.route-index .benefits section::after {
    clear: both;
    content: "";
    display: table
}

.route-index .benefits section .info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%
}

.route-index .benefits section .info:last-child {
    margin-right: 0
}

@media screen and (min-width: 750px) {
    .route-index .benefits section .info {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 17.05961%
    }

    .route-index .benefits section .info:last-child {
        margin-right: 0
    }
}

.route-index .benefits section .items {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding-top: 2rem
}

.route-index .benefits section .items:last-child {
    margin-right: 0
}

@media screen and (min-width: 750px) {
    .route-index .benefits section .items {
        padding-top: 4rem
    }
}

.route-index .benefits section .items .item {
    float: left;
    width: 100%;
    padding: 2rem;
    text-align: center
}

.route-index .benefits section .items .item h3 {
    font-size: 1.25rem;
    color: #165736
}

.route-index .benefits section .items .item p {
    font-weight: 300
}

.route-index .benefits section .items .item [class^=icon-] {
    font-size: 4rem;
    color: #4a8969;
    display: inline-block;
    margin-bottom: 1.5rem
}

@media screen and (min-width: 750px) {
    .route-index .benefits section .items .item {
        width: 33.33333%
    }

    .route-index .benefits section .items .item:nth-of-type(2n) {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd
    }
}

.route-index .pricing {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 4rem;
    border-top: 1px solid #FCFCFC;
    border-bottom: 1px solid #FCFCFC;
    background: url(/background-trees-gr-low-de74f49f1313aec3ac028e81816c28d3.jpg) center center/cover no-repeat local;
    color: #FCFCFC
}

.route-index .pricing section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.route-index .pricing section::after {
    clear: both;
    content: "";
    display: table
}

.route-index .pricing section > h2 {
    text-align: center
}

.route-index .pricing section > .fancy-separator {
    background-color: #FCFCFC
}

.route-index .pricing section .pricing-table {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    color: #333;
    margin-top: 2rem
}

.route-index .pricing section .pricing-table:last-child {
    margin-right: 0
}

.route-index .pricing section .pricing-table > h2 {
    padding: 4rem;
    margin: 0 auto;
    width: 100%;
    color: #FCFCFC;
    text-align: center;
    display: inline-block
}

.route-index .pricing section .pricing-table > h2 > a {
    color: #8ae2b6
}

.route-index .pricing section .pricing-table > h2 > a:hover {
    color: #28a164
}

.route-index .pricing section .pricing-table .pricing-item {
    border-radius: 5px;
    background-color: #FCFCFC;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
    border: 1px solid #ddd;
    padding: 2.5rem;
    text-align: center;
    margin-top: 3rem
}

.route-index .pricing section .pricing-table .pricing-item:last-child {
    margin-right: 0
}

@media screen and (min-width: 750px) {
    .route-index .pricing section .pricing-table .pricing-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%;
        margin-left: 0;
        margin-top: 0
    }

    .route-index .pricing section .pricing-table .pricing-item:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 750px) {
    .route-index .pricing section .pricing-table .pricing-item:nth-of-type(2n+1) {
        margin-top: 2rem;
        min-height: 15rem
    }
}

@media screen and (min-width: 750px) {
    .route-index .pricing section .pricing-table .pricing-item:last-of-type {
        margin-right: 0
    }
}

.route-index .pricing section .pricing-table .pricing-item .btn, .route-index .pricing section .pricing-table .pricing-item button {
    margin-top: 2rem
}

.route-index .pricing section .pricing-table .pricing-item .note {
    margin-top: 1rem
}

.route-index .pricing section .pricing-table .pricing-item h3 {
    text-transform: uppercase;
    font-size: 1.3rem
}

.route-index .pricing section .pricing-table .pricing-item h2 {
    margin: .5rem auto
}

.route-index .pricing section .pricing-table .pricing-item .enterprise-contact-us {
    padding-top: 3rem;
    margin: 0 auto
}

.route-index .pricing section .pricing-table .pricing-item label {
    color: #999;
    font-size: 1rem;
    font-weight: 600
}

.route-index .pricing section .pricing-table .pricing-item > ul {
    padding-bottom: 2rem;
    padding-left: 2rem;
    list-style-type: disc;
    text-align: left
}

.route-index .pricing section .pricing-table .pricing-item > ul .fancy-separator {
    background-color: #999
}

.route-index .pricing section .pricing-table .pricing-item > ul li {
    padding: .5rem 0;
    color: #999;
    font-size: 1rem
}

.route-index .pricing section .pricing-table .pricing-item p {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-style: italic;
    margin: 0 auto;
    font-size: 80%;
    color: #999
}

.route-index .about-us {
    padding: 4rem 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.route-index .about-us section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.route-index .about-us section::after {
    clear: both;
    content: "";
    display: table
}

.route-index .about-us section > div {
    text-align: center;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%
}

.route-index .about-us section > div:last-child {
    margin-right: 0
}

@media screen and (min-width: 750px) {
    .route-index .about-us section > div {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 17.05961%;
        text-align: left
    }

    .route-index .about-us section > div:last-child {
        margin-right: 0
    }
}

.route-index .about-us section > div h1, .route-index .about-us section > div h2, .route-index .about-us section > div p {
    text-align: center
}

.route-index .about-us section > div p {
    font-weight: 300
}

.route-index .about-us section > div p a {
    font-weight: 400
}

.route-index .about-us section > div h3 {
    font-size: 1.5rem;
    color: #165736;
    padding-top: 2rem
}

.route-index .about-us section > div h3 span {
    display: none;
    padding-right: .5rem
}

@media screen and (min-width: 750px) {
    .route-index .about-us section > div h3 span {
        display: inline
    }
}

.route-index .about-us section > div .why-us {
    margin-top: 3rem
}

@media screen and (min-width: 750px) {
    .route-index .about-us section > div .why-us p {
        text-align: left;
        padding-left: 2rem
    }
}

.route-index .about-us section > div .read-more {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-style: italic
}

.route-index .how-it-works {
    margin-left: 1rem;
    margin-right: 1rem;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 1rem 0 0
}

@media screen and (min-width: 1000px) {
    .route-index .how-it-works section {
        display: table;
        width: 100%;
        table-layout: fixed
    }
}

.route-index .how-it-works section .headline {
    font-size: 1.5rem;
    padding: 2rem;
    background: url(/background-trees-gr-low-de74f49f1313aec3ac028e81816c28d3.jpg) left center/cover no-repeat local;
    text-align: center;
    color: #FCFCFC
}

@media screen and (min-width: 1000px) {
    .route-index .how-it-works section .headline {
        display: table-cell;
        width: 33.33333%;
        font-size: 2.75rem;
        vertical-align: middle;
        text-align: left;
        border-bottom-right-radius: 2rem;
        border-top-right-radius: 2rem
    }
}

.route-index .how-it-works section .headline h1 {
    margin: 0 auto
}

.route-index .how-it-works section .how-list {
    padding: 2rem 2rem 0
}

@media screen and (min-width: 1000px) {
    .route-index .how-it-works section .how-list {
        display: table-cell;
        width: 66.66667%;
        margin-right: 0
    }
}

.route-index .how-it-works section .how-list .how-item {
    padding-left: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ddd
}

@media screen and (min-width: 1000px) {
    .route-index .how-it-works section .how-list .how-item {
        height: 15rem;
        float: left;
        width: 50%;
        border-bottom: none;
        padding-bottom: 0
    }

    .route-index .how-it-works section .how-list .how-item:nth-of-type(1) {
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd
    }

    .route-index .how-it-works section .how-list .how-item:nth-of-type(2) {
        border-bottom: 1px solid #ddd
    }

    .route-index .how-it-works section .how-list .how-item:nth-of-type(3) {
        border-right: 1px solid #ddd
    }

    .route-index .how-it-works section .how-list .how-item:nth-of-type(5) {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        height: 13rem;
        width: 100%
    }
}

.route-index .how-it-works section .how-list .how-item .numeral {
    font-size: 3rem;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    color: #c1decf
}

.route-index .how-it-works section .how-list .how-item h3 {
    display: inline-block;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-right: 1.5rem;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 200
}

@media screen and (min-width: 750px) {
    .route-faq .faq-questions {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 79.43148%;
        margin-left: 10.28426%
    }

    .route-faq .faq-questions:last-child {
        margin-right: 0
    }
}

.route-index-contact-us.modal {
    width: 90%
}

@media screen and (min-width: 1000px) {
    .route-index-contact-us.modal {
        width: 50%
    }
}

.route-index-contact-us section {
    padding: 2rem 3rem
}

.route-log-in .form-component {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%
}

.route-log-in .form-component:last-child {
    margin-right: 0
}

@media screen and (min-width: 750px) {
    .route-log-in .form-component {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-left: 25.58941%
    }

    .route-log-in .form-component:last-child {
        margin-right: 0
    }
}

.route-log-in .form-component .error {
    color: #E85E5E;
    font-weight: 700;
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.route-get-started-index {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%
}

.route-get-started-index:last-child {
    margin-right: 0
}

@media screen and (min-width: 750px) {
    .route-get-started-index {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%;
        margin-left: 17.05961%
    }

    .route-get-started-index:last-child {
        margin-right: 0
    }
}

.route-get-started-index h1 {
    text-align: center
}

.route-get-started-index .form-wrapper {
    float: left;
    display: block;
    margin-right: 2.84259%;
    width: 100%
}

.route-get-started-index .form-wrapper:last-child {
    margin-right: 0
}

@media screen and (min-width: 750px) {
    .route-get-started-index .form-wrapper {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 74.10533%;
        margin-left: 12.94733%
    }

    .route-get-started-index .form-wrapper:last-child {
        margin-right: 0
    }
}

.route-setup-project {
    text-align: center
}

.route-setup-project fieldset {
    margin-top: 3rem;
    margin-left: 25.58941%;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    padding: 3rem
}

.route-setup-project fieldset:last-child {
    margin-right: 0
}

.route-setup-project .project-elsewhere {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%
}

.route-setup-project .project-elsewhere:last-child {
    margin-right: 0
}

.route-setup-project .project-elsewhere h3 {
    font-size: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    margin: 0 auto
}

.route-setup-project .modal {
    width: 90%
}

@media screen and (min-width: 1000px) {
    .route-setup-project .modal {
        width: 30%
    }
}

.route-setup-project .modal section {
    padding: 2rem
}

.route-setup-project .modal section h2 {
    margin: 0 auto
}

.route-setup-choose-repo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%
}

.route-setup-choose-repo:last-child {
    margin-right: 0
}

@media screen and (min-width: 750px) {
    .route-setup-choose-repo {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-left: 25.58941%
    }

    .route-setup-choose-repo:last-child {
        margin-right: 0
    }
}

.route-setup-choose-repo h1 {
    text-align: center
}

.route-setup-choose-repo ul h3 {
    font-size: 1.75rem;
    margin: 0 auto
}

.route-setup-choose-repo ul p {
    color: #999;
    font-size: 1rem
}

.route-setup-choose-repo ul li {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 2rem
}

.route-setup-choose-repo ul li:hover {
    background-color: #fff;
    cursor: pointer
}

.route-setup-choose-repo ul li:first-of-type {
    border-left: none;
    border-right: none;
    padding: 0
}

.route-setup-choose-repo ul li:first-of-type:hover {
    background-color: #FCFCFC;
    cursor: default
}

.route-setup-choose-repo ul li.highlight {
    background-color: #e5ede9
}

.route-projects-show h1 {
    color: #165736;
    border-bottom: 1px solid;
    padding-bottom: .5rem;
    margin-bottom: 3rem
}

.route-projects-show .quotes {
    margin-top: 3rem
}

.route-projects-show .quote-option {
    float: left;
    display: block;
    margin-right: 2.84259%;
    width: 100%
}

.route-projects-show .quote-option:last-child {
    margin-right: 0
}

@media screen and (min-width: 750px) {
    .route-projects-show .quote-option {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 48.57871%
    }

    .route-projects-show .quote-option:last-child {
        margin-right: 0
    }
}

.route-projects-show .quote-option fieldset {
    padding: 2.5rem
}

.route-projects-show .quote-option .fancy-separator {
    margin-left: 0
}

.route-projects-show .quote-option .selected-billing {
    color: #2AA969;
    cursor: pointer;
    border-bottom: 1px dotted #2AA969
}

.route-projects-show .quote-option .price {
    font-size: 1.5rem
}

.route-projects-show .error {
    color: #E85E5E;
    font-weight: 700;
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.route-projects-index {
    padding: 0 2rem
}

@media screen and (min-width: 750px) {
    .route-projects-index {
        padding: 0
    }
}

.route-projects-index h2 {
    margin: 0
}

.route-projects-new {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%
}

.route-projects-new:last-child {
    margin-right: 0
}

@media screen and (min-width: 750px) {
    .route-projects-new {
        float: left;
        display: block;
        margin-right: 2.84259%;
        width: 58.86297%;
        margin-left: 20.56852%
    }

    .route-projects-new:last-child {
        margin-right: 0
    }
}