.page-break-section {
    background-color: transparent !important;
}

@media (min-width: 992px) {
    .page-break-section {
        max-width: 60%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.LiveForm .label_hidden {
    display: none;
}

.Field input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.Field select,
.Field textarea {
    width: 100%;
    min-height: 42px;
    padding: 5px 10px;
    border: 1px solid #515151;
}

.Field input[type=checkbox] {
    width: 1rem;
    height: 1rem;
    position: relative;
    top: 0.25rem;
    margin: 0 0.5rem 0 0;

    +label {
        margin: 0;
        font-weight: 300;
    }
}

.Field textarea {
    min-height: 200px;
}

.Field-Label-Top,
.Field-SubLabel-Container {
    font-family: "Ubuntu", sans-serif;
    display: block;
    font-weight: 300;
    padding: 0px;
    margin-bottom: 0.5rem;
    line-height: 1.35;
}

.Field.Phone .Field-SubLabel-Container {
    display: none;
}

.Field-SubLabel-Container {
    margin-bottom: 0.75rem;
    margin-top: 0.25rem;
    font-size: 0.875rem;
}

.Field.Required .Field-Label-Top::after {
    content: '*';
    margin-left: 0.25rem;
    color: red;
}

.Field.Address table {
    margin: 0 -10px;
    width: calc(100% + 20px);

    td {
        padding: 0 10px;
    }
}

.LiveForm .Field.FieldSpacing,
.LiveForm .Field.Heading {
    padding: 0 10px 20px;
}

.page-break-section {
    margin-left: -10px;
    margin-right: -10px;
}

.LiveForm .Field.Heading h2 {
    margin: 2rem 0 1rem;
    padding: 0 0 1rem 0;
    border-bottom: 1px solid currentColor;
    color: #284256;
}

.error {
    color: red;
    font-style: italic;
}

.Field input[type=submit] {
    background-color: #284256;
    color: #fff !important;
    border: 1px solid #284256;
    border-radius: 0;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1em;
    padding-bottom: 0.6em;
    padding-left: 1.6em;
    padding-right: 1.6em;
    padding-top: 0.6em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: color 0.2s ease-out, background-color 0.2s ease-in, border-color 0.2s ease-in;
    white-space: inherit;
}

.Field input[type=submit]:hover {
    background-color: #1d2f3e;
    border-color: #1d2f3e;
}