/**
 * PADLOCK
 */


.padlock {
    text-align: left;
    color: #000;
    box-sizing: border-box;
    padding: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    display: block;
    margin: 10px 0;
    border: 1px solid #cecfd0;
    border-top: 0;
    border-bottom: 5px solid #006DA3;
}

.padlock-header {
    box-sizing: border-box;
    border: 0;
    vertical-align: baseline;
    font: normal 16px/20px Roboto Condensed,Arial,sans-serif;
    margin: 0 -1px;
    text-align: center;
    padding: 15px;
    background-color: #006DA3!important;
    color: #fff!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#padlock-submit-button {
    min-width: 300px;
    margin: 20px 0 10px;
}

.padlock-header-msg {
    text-align: center;
    color: #fff!important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    vertical-align: baseline;
    line-height: 1.5em;
}

.padlock-success-alert {
    display: none;
    text-align: center;
}

.padlock-form-check:nth-child(2) {
    margin-top: 20px;
}

.text-left {
    color: #000;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-align: left;
    margin-bottom: 4px;
}

.post-inner-content.blocked {
    display: none;
}

.post-inner-content-lead {
    position: relative;
}

.text-left-desc {
    color: #000;
    text-align: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: 400 16px/20px Roboto Condensed,Arial,sans-serif;
    margin-bottom: 9px;
}

.padlock-form-check {
    display: none;
}

.text-left-bar {
    color: #000;
    text-align: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    position: relative;
    background: lightgrey;
    height: 5px;
}

.text-left-bar-progress {
    color: #000;
    text-align: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    position: relative;
    height: inherit;
    border-right: 4px solid #fff;
    background-color: #000;
    width: 15%;
}

.padlock-form-check .form-check-label {
    font-size: 13px;
}

#padlock-submit-button {
    box-sizing: border-box;
    vertical-align: baseline;
    font: normal 16px/20px Roboto Condensed,Arial,sans-serif;
    display: inline-block;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    min-width: 300px;
    text-decoration: none;
    border-radius: 0;
    background-color: #006DA3!important;
    color: #fff!important;
    border: 0;
    margin: 30px 0 50px;
}

#padlock-email-address {
    width: 100%;
}

.padlock-form-required {
    color: red;
    font-weight: 700;
}

.padlock-form-accept__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.padlock-body-container {
    width: 100%;
}

.padlock-main {
    text-align: left;
    color: #000;
    box-sizing: border-box;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    display: flex;
    padding: 50px 30px 0;
}

.padlock-lesser-msg {
    margin-top: 5px;
    font-size: 14px;
}

.padlock-success-alert  {
    margin-bottom: 50px;
}
/**
 * ENDPADLOCK
 */