.signup-hero {
    position: relative;
    padding-bottom: 75px;
    margin-bottom: 15px;
}

.social-signup {
    text-align: center;
    margin-bottom: 75px;
}

.email-signup {
    text-align: center;
}

.social-spacer {
    display: inline-block;
    width: 40px;
}

#callouts {
    padding: 0 0 75px 0;
}

.hero-arrow {
    position: absolute;    
    background: url('../bundles/glcommon/images/sprites.png') no-repeat;
    background-position: 0 -74px;
    width: 44px;
    height: 21px;
    margin-left: -22px;
    bottom: -21px;
    left: 50%;
}

.email-signup {
    padding-bottom: 60px;
    margin: 0 auto;
    float: none;
}

.email-signup-step-2 {
    display: none;
}

.email-form-creds {
    overflow: auto;
    padding-bottom: 35px;
    border-bottom: 1px dashed #33a7ae;
    text-align: left;
}

.email-form-creds label {
    font-size: 18px;
    color: #777777;
}

.email-form-creds input {
    font-size: 16px;
    color: #777777;
    padding: 5px;
    margin: 9px 0 10px;
    width: 100%;
}

#fos_user_registration_form_plainPassword_second {
    margin-bottom: 0;
}

.captcha-wrapper {
    padding: 35px 0;
    text-align: center;
}

.captcha-wrapper span.math {
    font-size: 16px;
    margin-top: 6px;
    display: inline-block;
}

.captcha-wrapper input {
    font-size: 13px;
    color: #777777;
    padding: 8px 15px;
}

.captcha-wrapper .terms {
    text-align: left;
    padding-left: 40px;
}

.captcha-wrapper .terms p {
    margin-top: 30px;
}

/* User Nav */
#user-nav-wrapper {
    margin-bottom: 25px;
}

#user-nav ul {
    margin: 0;
    padding: 0;
}

#user-nav a:hover {
    color: #fff;
    border: 0;
    border-bottom: none;
}

#user-nav li {
    position: relative;
    float: left;
}

#user-nav a {
    letter-spacing: 0.45px;
    display: block;
    position: relative;
    padding: 22px 0;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding-right: 60px;
    border-bottom: none;
}

#user-nav .active:before,
#user-nav a:before {
    position: absolute;   
    display:block;   
    opacity: 0;
    content: " "; 
    background: url('../bundles/glcommon/images/sprites.png') no-repeat;
    background-position: -44px -73px;
    margin-left: -40px;
    width: 19px;
    height: 10px;
    bottom: 10px;
    left: 50%;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#user-nav .active:before,
#user-nav a:hover:before {
    opacity: 1;
    bottom: -8px;
}

/* SETTINGS */

#undefined-sticky-wrapper .side-menu {
    width: 300px;
}

/* Dashboard */
/* ========= */

#view-history {
    color: #999;
    font-size: 13px;
    margin-bottom: 20px;
}

#view-history .last-login {
    padding: 20px 0;
}

#view-history .history-filter-wrapper {
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: right;
    text-transform: uppercase;
}

#view-history .filter-btn {
    float: right;
}

#view-history .filter-by {
    letter-spacing: 0.35px;
    float: right;
    margin-top: 10px;
    margin-right: 15px;
}

#view-history .history-filter-wrapper button {
    margin-left: 10px;
}

.history-table {
    margin-bottom: 40px;
}

.history-table a {
    border-bottom: none;
}

.help-link-wrapper {
    padding: 20px 0;
    text-align: right;
}

.status-row {
    border: 1px solid #e0eaeb;
    border-top: 0;
    overflow: auto;
    padding: 15px 20px;
}

.status-row:first-child {
    border-top: 1px solid #e0eaeb;
}

.status-date {
    text-align: right;
}

.statuses-wrapper {
    margin-bottom: 60px;
}

#discover-organizations {
    background: #dff5f7;
    padding-top: 15px;
}

#discover-organizations .ob-track-visual {
    background: #d2e9eb;
}

.inner-nav-section {
    border: 1px solid #e0eaeb;
    margin-bottom: 70px;
}

.page-title {
    margin-bottom: 35px;
}

.padded-section {
    border-bottom: 1px solid #e0eaeb;
    padding: 35px;
}

.padded-section textarea {
    margin-right: 0;
}

.update-profile {
    padding: 25px;
    background: #f4f7f7;
    text-align: right;
}

.change-pass-container .form-field {
    padding-bottom: 0;
}

.change-pass-container .form-field label {
    padding-bottom: 0;
}

.my-interests h2 {
    padding-bottom: 10px;
}

.checkbox-grid {
    padding-top: 25px;
}

.checkbox-grid .grid-50 {
    padding-left: 0;    
}

.checkbox-grid .grid-50 label {
    padding-bottom: 20px;
}

.delete-image {
    float: right;
}

.organization-image {
    max-width: 100%;
    height: auto;
}

.organization-image-wrapper {
    margin-top: 35px;
    text-align: center; 
}

.media-wrapper {
    margin-bottom: 35px;
}

/* Taller text areas */
.field-fullDescription textarea,
.field-missionStatement textarea,
.news-and-events textarea {
    min-height: 200px;
}

.field-posted > div {
    display: inline;
}

.field-posted > div .selectize-control {
    width: 14.666666667%;
}

.post-info table {
    width: 100%;
}

/* View All Posts */

.back-btn-section {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

/* Edit Organization Post */

.back-btn-section button {
    float: left;
}

.back-btn-section .ui-btn-danger {
    margin-left: 15px;
}

.edit-post-info .field-type .selectize-control {
    width: 42.5%;
}

.post-edit-section input, .post-edit-section .ui-select, .post-edit-section textarea {
    width: 65%;
}

.post-edit-section .field-type .selectize-control {
    width: 67.5%;
}

.post-edit-section .field-posted .selectize-control {
    width: 22.5%;
}

.video-wrapper {
    width: 100%;
}

textarea.embed {
    width: 100%;
    min-height: 61px;
    box-sizing: border-box;
    font-size: 12px;
}

.copy-to-clipboard {
    float: right;
}

/* Settings */
.change-password-container{
    display: none;
}

/* Invite Friends */
.invite-friends {
    margin-top: 25px;
}

.invite-btn {
    margin-top: 25px;
}

.delete-button {
    text-align: right;
}

/* Responsive :: Tablet */
/* ==================== */
/* Tablet Landscape */
@media screen and (min-width : 768px) and (max-width : 1024px) {
    /* Sign Up */
    .email-signup {
        padding-bottom: 40px;
    }

}

/* Tablet Portrait */
@media screen and (min-width : 768px) and (max-width: 1023px) {
    /* Sign Up */
    .answer-math {
        width: 70%;
    }

    /* My Account */
    #user-nav {
        width: 92%;
        margin: 0 4%;
    }

    #user-nav a {
        padding-right: 53px;
    }

    #view-history h1 {
        font-size: 30px;
        margin-top: 10px;
    }
    
    .inner-nav-top.page-title {
        padding-left: 3%;
    }

    .main-settings-content {
        width: 60%;
        margin-left: 3%;
    }

    .sticky-menu {
        padding-right: 0px;
        padding-left: 15px;
    }

    .side-menu header.settings {
        padding: 15px 8px 15px 56px;
    }

}

@media screen and (max-width: 767px) {

    .simple-header {
        padding: 20px 0 25px;
    }

    .dark-background h1 {
        text-align: center;
        line-height: 1.1;
        margin-bottom: 15px;
    }

    #callouts {
        padding: 0 0 25px 0;
    }

    .social-signup {
        margin-bottom: 30px;
    }

    .social-signup .ui-btn {
        margin-right: 0;
    }

    .social-signup .ui-btn-facebook {
        margin-bottom: 15px;
    }


    .social-signup .ui-btn-facebook,
    .social-signup .ui-btn-twitter {
        padding-right: 19px;
        padding-left: 19px;
    }

    .email-heading {
        padding-top: 20px;
    }

    .email-signup-button {
        padding-right: 24px;
        padding-left: 24px;
        margin-bottom: 25px;
    }

    .email-signup {
        padding-bottom: 0;
    }
    
    .email-form-creds input {
        font-size: 16px;
        color: #777777;
        padding: 5px;
        margin: 5px 0 10px;
        width: 95%;
    }

    .captcha-wrapper span.math {
        margin-top: 0;
        text-align: left;
    }

    .answer-math {
        font-size: 16px;
        color: #777777;
        padding: 5px;
        margin: 5px 0 10px;
        width: 90%;
    }

    .sign-up-btn {
        text-align: center;
    }

    .sign-me-up {
        width: 100%;
        margin: 5px 0 0;
    }

    /* User Nav */
    #user-nav-wrapper {
        margin-bottom: 25px;
    }

    #user-nav ul {
        margin: 0;
        padding: 0;
    }

    #user-nav a:hover {
        color: #fff;
        border: 0;
        border-bottom: none;
    }

    #user-nav li {
        text-align: center;
        float: none;
    }

    #user-nav a {
        display: inline-block;
        padding-right: 0px;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    
    #user-nav a:hover,
    #user-nav a.active {
        opacity: .5;
    }

    #user-nav .active:before,
    #user-nav a:before {
        display: none;
    }

    .page-title {
        margin-left: 30px;
        margin-right: 30px;
    }

    .form-field label,
    .form-field.textarea label  {
        width: 100%;
    }

    .form-field input,
    .form-field textarea {
        width: 92%;
    }

    .update-profile button {
        width: 100%;
    }

    /* Side Menu */
    /* ========= */

    .side-menu {
        margin-left: 0;
    }

}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2) {

    .hero-arrow {
        background: url('../bundles/glcommon/images/sprites-2x.png') no-repeat;
        background-position: 0 -74px;
        background-size: 161px auto;
    }

    #user-nav .active:before,
    #user-nav a:before {
        background: url('../bundles/glcommon/images/sprites-2x.png') no-repeat;
        background-position: -44px -73px;
        background-size: 161px auto;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

}

/* Because we don't have a complete header/footer, we need some corrective
 * styles to fill in the holes */

header.primary {
    padding-top: 25px;
}

footer.primary {
    padding-top: 0;
}

.simple-content {
    padding-top: 50px;
}

.padded-section {
    overflow: visible;
    position: relative;
}

fieldset {
    border: none;
    padding: none;
    margin: none;
}

strong {
    color: #33a7ae;
}

.donation-progress a {
    display: block;
    padding: 15px;
    border: 1px solid #e0eaeb;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
    color: #777;
    cursor: default;
}

.donation-progress .step-indicator {
    position: absolute;
    left: 15px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid #e0eaeb;
    text-align: center;
    line-height: 30px;
    background-color: #FFF;
}

.donation-progress .description {
    display: inline-block;
    margin-left: 40px;
}

.donation-progress .active {
    border-color: #e4ebec;
    background-color: #f4f7f7;
    color: #33a7ae;
}

.donation-selector {
    padding: 0;
    margin: 1em 0;
}

.donation-selector button {
    margin-right: 20px;
    padding: 13px 20px;
    border-radius: 5px;
    border: 1px solid #e0eaeb;
    background-color: #f4f7f7;
    color: #33a7ae;
    font-size: 18px;
    text-transform: none;
}

.donation-selector .active {
    border-color: #33a7ae;
}

.donation-message strong {
    color: #33a7ae;
    border-bottom: 2px solid #e0eaeb;
    padding: 2px 4px;
    font-size: 1.2em;
}

.field-cardType.selected .ui-btn {
    opacity: .4;
}

.field-cardType .ui-btn,
.data-preview .payment-cardType {
    background: url(../bundles/gldonation/img/sprite-credit-cards.png);
    width: 48px;
    height: 32px;
    text-indent: -999em;
    overflow: hidden;
    border-radius: 4px;
    padding: 0;
    margin-right: 10px;
    border-color: #FFF;
    cursor: pointer;
}

.field-cardType .ui-btn.active {
    border-color: #33a7ae;
    opacity: 1;
}

.field-cardType input {
    display: none;
}

.field-cardType .cardType-visa,
.data-preview .cardType-visa {
    background-position: 0 0;
}

.field-cardType .cardType-amex,
.data-preview .cardType-amex {
    background-position: -48px 0;
}

.field-cardType .cardType-mastercard,
.data-preview .cardType-mastercard {
    background-position: -96px 0;
}

.field-cardType .cardType-discover,
.data-preview .cardType-discover {
    background-position: -144px 0;
}

.data-preview {
    margin-top: 1em;
    display: none;
    overflow: hidden;
}

.data-preview .payment-cardType,
.data-preview .payment-other {
    float: left;
}

.trigger-edit-data {
    position: absolute;
    right: 35px;
    top: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    background: url(../bundles/gldonation/img/icon-edit.png) no-repeat 2px 2px;
    padding-left: 20px;
}

.logo-just-give {
    margin-top: 2em;
    margin-left: .5em;
}

.error {
    border: 1px solid #f99;
    background: #FAD7D7;
    margin-bottom: 25px;
    padding: 25px;
    display: inline-block;
    width: 90%;
}

.field-error,
.field-error .selectize-input {
    border-color: #ed3456 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 86, 52, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(237, 86, 52, 0.6);
}

.field-error.selectize-control {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Responsive :: Tablet */
/* ==================== */
/* Tablet Landscape */
@media screen and (min-width : 768px) and (max-width : 1024px) {

    

}

/* Tablet Portrait */
@media screen and (min-width : 768px) and (max-width: 1023px) {

    .donation-selector button {
        width: 45%;
        margin: 4% 2%;
    }


    .donation-progress a {
        display: block;
        padding: 15px;
        border: 1px solid #e0eaeb;
        border-radius: 5px;
        margin-bottom: 15px;
        position: relative;
        color: #777;
        cursor: default;
    }
    
}

/* Responsive :: Mobile */
/* ==================== */
@media screen and (max-width: 767px) {

    .donation-selector button {
        width: 45%;
        margin: 4% 2%;
    }

    .form-donation-payment .padded-section h2{
        width: 93%;
    }
    
    .field-cardType .ui-btn, .data-preview .payment-cardType {
        margin-right: 7px;
        display: inline-block;
    }

    .form-field .selectize-control {
        width: 100%;
    }

}