.account form.account_form input[type=text], 
.account form.account_form input[type=password], 
.account form.account_form textarea,
.account form.account_form select {
    margin-bottom: 0 !important;
}

.account form.account_form .gfield {
    margin-bottom: 1em;
}

.account form.account_form .gfield::after {
    content: "";
    clear: both;
    display: table;
}

.account form.account_form .gfield_description {
    display: block;
}

.account form.account_form label,
.account form.account_form label.gfield_label_before_complex {
    color: #999;
    display: block;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 12px;    
    margin-bottom: 1em;
    text-transform: uppercase;
}

.account form.account_form input[type='file'] {}

.account form.account_form input[type='file']::file-selector-button {
    background: #fff;
    border: 0;
    color: #000;   
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 15px; 
    font-weight: bold; 
    padding: 8px;
}

.account form.account_form input[type='file']::file-selector-button:hover {
    background: #fcfcfc;
    cursor: pointer;
}

.account form.account_form .gform-field-label--type-inline {
    display: inline-block;
    margin-bottom: 0;
}

.account form.account_form .gform_hidden, 
.account form.account_form label.gform-field-label--type-sub {
    display: none;
}

.account form.account_form .ginput_password {
    display: block;
    margin-bottom: 1em;
}

.account form.account_form .ginput_password:last-of-type {
    margin-bottom: 0;
}

.account form.account_form .ginput_complex [class*=ginput_address] {
    display: block;
    margin-bottom: 1em;
}

.account .gform_submission_error {
    margin-bottom: 1em;
}

.account .gfield_html {
    padding: 2em;
    text-align: center;
}

.account .gfield--type-consent label {
    display: inline-block;
}

.account .gfield--type-consent {
    margin-bottom: 1em;
}

.account .gfield--type-consent .ginput_container_consent {
    display: flex;
    margin-bottom: 1em;
}

.account .gfield--type-consent .gfield_consent_label {
    margin-left: 0.7em;
}

.account .gfield--type-consent .validation_message {
    font-size: 14px;
    margin-top: 0;
}

.account-modal {
    display: none;
    align-items: center;
    justify-content: center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.account-modal.active {
    display: flex;
}

.account-modal:after {
    background: rgba(0, 0, 0, 0.8);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.account-modal-content {
    background-color: #F2F1EE;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: bold;
    font-size: 14px;
    max-width: 730px;
    padding: 64px 1em 2em 1em;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) {
    .account-modal-content {
        font-size: 16px;
        padding: 3em;
    }
}

.account-modal-content p:last-child {
    padding: 0;
}

.close.account-modal-close {
    appearance: none;
    background-color: transparent;
    border: 0;    
    font-family: inherit;
    font-size: 16px;    
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.close.account-modal-close:before, 
.close.account-modal-close:after {
    background-color: #A23D3B;
    width: 4px;
}

.account-button {
    background-color: #A23D3B;
    border: 0;
    border-radius: 24px;
    color: #d1dfc9;
    cursor: pointer;    
    display: inline-block;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.1em;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .account-button {
        padding: 1em 2em;
    }
}

.account-button.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.account-button:hover {
    background: #ac5351;
    color: #F2F1EE;
}

.account-button-cancel {
    background-color: #D0CFCD;
    color: #F2F1EE;
}

.account-button-cancel:hover {
    background-color: #D0CFCD;
    color: #F2F1EE;
}

.account-cancellation {
    align-items: stretch;
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
}

.account-cancellation .arrow {
    border: solid #ac5351;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 6px;
    margin-left: 0.4em;
}

.account-cancellation .right {
    transform: rotate(-45deg);
}

.account-renewal {
    display: flex;
    flex: 1;
    flex-direction: column;    
    text-align: center;
}

.account-renewal-header {
    line-height: 1.2em;
    padding: 0 1em;
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .account-renewal-header {
        margin-bottom: 1em;
        padding: 0 1.7em;
    }
}

.account-renewal-heading {
    font-size: 16px;
    font-weight: 800;    
    line-height: 1.2em;
    margin: 0 0 0.7em 0;
}

@media only screen and (min-width: 992px) {
    .account-renewal-heading {
        font-size: 20px;
        padding: 0 1.4em;
    }
}

.account-renewal-pricing {
    color: #A23D3B;
    font-size: 20px;
    font-weight: 800;   
    line-height: 1em;
    margin: 0 0 0.7em 0; 
    padding: 0 1em;
}

.account-renewal-pricing s {
    color: #989894;
}

.account-renewal-details {
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 0 1em 0;
    padding: 0 1em;
}

.account-renewal-list {
    display: none;
    list-style: none;
    margin: 0 0 0.4em 0;
    padding: 0;
    text-align: left;
}

@media only screen and (min-width: 992px) {
    .account-renewal-list {
        display: block;
    }
}

.account-renewal-list li {
    background: url('/wp-content/themes/pedalingnowhere/img/v4/checklist.png') no-repeat 2px 7px;
    background-size: 12px;        
    font-size: 14px;
    font-style: italic;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 1.2em 24px;
}

.account-renewal-cancel {
    align-items: center;
    display: flex;
    font-weight: 800;
    justify-content: center;
    padding-top: 1em;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.account-renewal-cancel p {
    font-weight: normal;
    font-size: 14px;
}