html, body {
    min-height: 100%;
}

body {
    background: linear-gradient(to bottom, rgba(178, 201, 82, .15), rgba(28, 109, 206, 0.15));
    position: relative;
    z-index: -1;
    font-family: "DM Sans", sans-serif !important;
}

.gradient-container {
    padding-top: 88px;
    padding-bottom: 150px;
    display: flex;
    justify-content: space-around;
}

.gradient-container h2 {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -1px;
}

.gradient-container p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 24px;
}

.gradient-container label {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}

#section-content label {
    font-weight: normal;
}

.pullout-box {
    -webkit-box-shadow: 0 4px 8px 0 rgba(26, 46, 59, 0.3);
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(26, 46, 59, 0.3);
    background-color: #ffffff;
    padding: 20px 40px 40px;
    width: 440px;
}

.pullout-box.start-sub {
    padding: 20px;
}

.pullout-box.start-sub .btn-primary {
    display: block;
    height: fit-content;
}

.gradient-container label {
    font-weight: 400;
}

.gradient-container input {
    height: 40px;
    border-width: 1px;
    border-radius: 5px;
}
input[name=confirm] {
    height: auto;
    margin-right: 6px;
}
.checkbox-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #fff;
    border-radius: 3px;
    border: 1px solid #D2D5D9;
    display: inline-block;
    vertical-align: top;
    width: 13px;
    height: 13px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    border: 1px solid #6C8C00;
    background-color: #6C8C00;
    color: #FFFFFF;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: small;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f00c";
}

.btn-primary {
    background-color: #c2e64c !important;
    border-color: #c2e64c;
    border-radius: 5px;
    border-width: 1px;
    color: #1A2E3B;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    height: 40px;
    pointer-events: all;
    cursor: pointer;
}

.gradient-container button.btn,
.gradient-container a.btn {
    padding: 8px 20px;
}

.btn-primary.disabled,
button.btn.disabled {
    color: #1a2e3b;
    opacity: 0.5;
    pointer-events: none;
}

.btn-primary:hover {
    background-color: #accc43;
}

.btn.btn-secondary {
    color: #FFFFFF;
    background-color: #1a2e3b;
    border: 1px solid #1a2e3b;
    font-size: 14px;
    font-weight: bold;
}

.btn.btn-secondary:hover {
    background-color: #000000;
    border-color: #000000;
}

.btn.btn-secondary.reversed {
    color: #1a2e3b;
}

.btn.btn-secondary.reversed:hover {
    color: #000000;
}

.btn.reversed,
.btn.reversed:hover {
    background-color: transparent;
}

a.btn.btn-alt {
    padding-right: 0;
}

.gradient-container a {
    text-decoration: underline !important;
}
.checkbox-inline a {
    text-decoration: none !important;
}

.gradient-container .btn.btn-alt {
    position: absolute;
    right: 0;
}

.gradient-container.hey-o-bible  {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    margin-top: -40px;
}

.gradient-container.hey-o-bible .header img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../png/logo-600.png);
    background-size: contain;
}
.gradient-container.hey-o-bible .header img {
    margin-bottom: 30px;
}
.gradient-container.hey-o-bible .header  {
    display: block;
    max-width: 600px;
}

.gradient-container.hey-o-bible .pullout-box {
    width: 600px;
}

.gradient-container.hey-o-bible .pullout-box .description {
    margin-bottom: -8px;
}

@media screen and (max-width: 576px) {
    .gradient-container.hey-o-bible .pullout-box  {
        width: 100%;
    }
}

.error-message {
    border: 1px solid #e0311c;
    border-radius: 4px;
    border-left-width: 4px;
    align-content: center;
    padding: 15px 20px;
    background-color: rgba(224, 49, 28, 0.05);
}

#buffer {
    height: 60px;
}