body {
    color: #777777;
}

p {
    margin-bottom: 1em;
}

/*
    HEADERS
*/
h2 {
    font-size: 36px;
}
h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25em;
}
@media screen and (max-width: 767px) {
    h2 {
        font-size: 26px;
        line-height: 1.3em;
    }
}



/*
    SECTIONS
*/
section {
    padding: 36px 0;
}
@media screen and (max-width: 767px) {
    section {
        padding: 12px 0;
    }
}



/*
    NAVBAR
*/
.navbar {
    margin-bottom: 0;
}
.navbar-default {
    background: #FFFFFF;
}
.navbar-brand {
    padding: 14px 0 0 15px;
}
.navbar .navbar-btn {
    margin-left: 20px;
}
a.navbar-toggle-wag {
    float: left;
    padding: 12px 4px 0px 10px;
    font-size: 30px;
    color: #989898;
    text-decoration: none;
    font-weight: normal;
}
a.navbar-toggle-wag:visited {
    color: #989898;
}
.navbar-mobile-walker-link {
    float: right;
    padding: 2px 10px 0 0;
}
.navbar-mobile-walker-link .btn {
    font-size: 13px;
    padding: 8px 9px !important;
    line-height: 1em;
}
.navbar-btn .btn {
    font-size: 14px;
}


/*
    HEADER IMAGES
*/
.image-section {
    position: relative;
    background-image: url('/img/neighborhoods/featured-neighborhood-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-size: 18px;
    height: 500px;
    overflow: hidden;
    text-align: center;
}
.image-section .image-section-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('/img/layout/image-section-shadow.png') bottom repeat-x;
    height: 500px;
    width: 100%;
}
.image-section-home, .image-section-home-shadow {
    height: 350px;
}
.image-section .image-section-shadow.image-section-shadow-dark {
    background: url('/img/layout/image-section-shadow-dark.png') bottom repeat-x;
}
.image-section.image-section-short {
    height: 340px;
}
.image-section.image-section-short .image-section-shadow {
    height: 340px;
}
.image-section.image-section-no-height {
    height: auto;
}
.image-section .header-content-walker-app #application-init,
.image-section .header-content,
.image-section .header-content-lite {
    padding-top: 270px;
}
.image-section-home .header-content-home {
    padding-top: 120px;
}
.image-section .header-content-walker-app #application-start {
    padding-top: 150px;
}
.image-section.image-section-short .header-content {
    padding-top: 240px;
}
.image-section.image-section-no-height .header-content {
    padding-top: 0;
}
.image-section h1 {
    font-size: 46px;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    line-height: 1.1em;
    margin-bottom: 15px;
}
.image-section h2.subtitle {
    font-size: 24px;
    font-weight: 400;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 15px;
}



@media screen and (min-width: 768px) {
    .image-section .btn-lg {
        font-size: 28px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
@media screen and (max-width: 767px) {
    .image-section .header-content-walker-app #application-start {
        padding-top: 40px;
    }
    .image-section .header-content-walker-app #application-init,
    .image-section .header-content,
    .image-section .header-content-lite {
        padding-top: 120px;
        padding-top: 30vh;
    }
    .image-section {
        height: 380px;
    }
    .image-section .image-section-shadow {
        height: 380px;
    }
    .image-section .header-content {
        padding-top: 210px;
    }
    .image-section .header-content-lite {
        padding-top: 160px;
    }
    .image-section.image-section-short {
        height: 250px;
    }
    .image-section.image-section-short .image-section-shadow {
        height: 250px;
    }
    .image-section.image-section-short .header-content {
        padding-top: 190px;
    }
    .image-section h1 {
        font-size: 24px;
    }
}

.image-section .walk-app-phone-bg {
    background: url('/img/walker/phone-screenshot.png') no-repeat bottom left;
    height: 500px;
}




/*
    FOOTER
*/
footer {
    background-color: #616a9b;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 28px;
    padding: 65px 0 80px 0;
}
footer .container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    width: 90%;
}
footer a { color: #fff; }
footer a:hover {
    color: #fff;
    text-decoration: none;
}
footer h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
footer h6 {
    font-size: 13px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 6px;
}
footer hr { border-top: 2px solid hsla(0, 0%, 100%, .21); }
footer .divider { margin-top: 35px; }
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .social-media { margin-bottom: 10px; }
footer .social-media li {
    display: inline-block;
    width: 28px;
}
footer .social-media li img {
    display: block;
    width: 100%;
}
footer .margin-top-md {
    margin-top: 20px;
}
footer .appstores a {
    display: block;
    margin: 0 0 15px 0;
}
footer .list-columns {
    -moz-columns: 4;
    -webkit-columns: 4;
    columns: 4;
}
footer .copyright {
    font-size: 12px;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    footer {
        font-size: 12px;
        font-weight: 300;
        line-height: 24px;
        padding-top: 45px !important;
        padding-bottom: 40px !important;
    }
    footer .copyright {
        line-height: 24px;
        margin-top: 7px;
    }
    footer .social-media { margin-top: 0 !important; }
    footer .copyright:first-child { margin-top: -13px; }
    footer .text-right { text-align: left; }
    footer .list-columns {
        -moz-columns: 2;
        -webkit-columns: 2;
        columns: 2;
    }
}
@media screen and (max-width: 992px) {
    footer { padding-bottom: 40px; }
    footer .social-media { margin-top: 30px; }
    footer .list-columns {
        -moz-columns: 2;
        -webkit-columns: 2;
        columns: 2;
    }
}
@media only screen and (min-width: 601px) {
    footer .container { width: 85%; }
}
@media only screen and (min-width: 993px) {
    footer .container { width: 80%; }
}
footer .neighborhood-links a { opacity: .7; }
footer .neighborhood-links h6 a { opacity: 1; }
footer .visible-xs hr {
    margin-bottom: -10px;
}

/*
    FONTS
*/
.text-lg {
    font-size: 20px;
}
.text-sm {
    font-size: 12px;
}
.text-strong {
    font-weight: 500;
}
.text-shadow {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
.text-light {
    opacity: .7;
}
@media screen and (max-width: 767px) {
    .text-lg {
        font-size: 16px;
    }
}
.underline {
    border-bottom: 1px solid #cecece;
    padding-bottom: 6px;
}



/*
    FORMS
*/
select option.placeholder{
    color: #cacaca;
}







/*
    LISTS
*/
ul.list-spaced li {
    padding-bottom: .4em;
}




/*
BORDERS
*/
.border-gray {
    border: 2px solid #cecece;
}



/*
    MISC
*/
.icon-circle {
    display: inline-block;
    width: 36px;
    height: 36px;
    padding-top: 7px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
    text-align: center;
    font-size: 22px !important;
    color: #FFFFFF;
}
.icon-circle:hover {
    text-decoration: none;
    color: #FFFFFF;
}


/*
    ADD THIS SHARE BUTTONS
*/
.at-share-tbx-element .at-share-btn {
    border-radius: 5px;
    margin-right: 7px !important;
}







/*
    HOME
*/
ul.media-logos li:not(:last-child) {
    padding-right: 10px;
}
ul.media-logos li img {
    margin-bottom: 12px;
}

ul.trust-and-safety li img {
    margin-right: 8px;
}
ul.trust-and-safety li {
    padding-bottom: 10px;
}

/*
    FAQ
*/
.faq-questions h3 {
    font-size: 16px;
    font-weight: bold;
}


/*
    PROMO CODE POPUP
*/
#promoCodeInstructions {
    font-size: 16px;
}


@media(max-width: 991px) {
    .footer-clear {
        clear: both;
    }
}

#rescue-bank-logo {
    max-width: 100%;
}