.layout-canvas-c {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #FFFFFF;
    border: 0px;
    box-sizing: border-box;
    padding: 0px;
    width: 100%;
}

.layout-canvas-c>.header,
.layout-canvas-c>.section,
.layout-canvas-c>.footer {
    position: relative;
    overflow: hidden;
    width: 100%;
    overflow-wrap: break-word;
}

body {
    color: #333131;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0px auto;
    max-width: 100%;
    background-color: #FFFFFF;
    line-height: 1.5;
    padding: 0px;
}

.header {
    border-bottom: 2px solid #F5F0EE;
}

.body {
    flex-grow: 1;
}

.container {
    background: #ffffff;
    width: 95%;
    max-width: 800px;
    margin: 25px auto 50px;
    flex-grow: 1;
}

.headline {
    padding: 10px;
    text-align: center;
}

.form-content {
    padding: 30px 15px;
}

.your-info {
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #F5F0EE;
    margin: 0 15px 30px;
}

.your-info p {
    text-align: right;
}

.info-column {
    flex: 1 1 50%;
    margin-bottom: 15px;
}

html {
    box-sizing: border-box;
}

*,
::before,
::after {
    box-sizing: inherit;
}

p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
}

a {
    color: #00818f;
    text-decoration: none;
    font-weight: 700;
}

a:hover {
    color: #333131;
    text-decoration: underline;
}

.container h1 {
    font-family: Georgia, serif;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 400;
    color: #333131;
}

.container h2 {
    font-family: Georgia, serif;
    font-size: 24px;
    font-weight: 400;
    color: #333131;
}

.container p {
    font-size: 16px;
    color: #333131;
}

.sentara-logo {
    display: block;
    width: 315px;
    height: auto;
    margin: 30px auto;
}

.shp-logo {
    display: block;
    width: 300px;
    height: auto;
    margin: 30px auto;
}

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

legend.hidden-legend,
label.hidden-label,
.hidden-h1 {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

label,
legend {
    font-weight: 600;
}

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

input,
textarea {
    display: block;
    margin-top: 5px;
    width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.column {
    flex: 1 1 50%;
    margin-bottom: 30px;
}

.half-column {
    flex: 0 0 50%;
    margin-bottom: 30px;
}

.dropdown-column {
    flex: 0 0 50%;
    margin-bottom: 30px;
}

.dropdown-column-full {
    flex: 0 0 100%;
    margin-bottom: 30px;
}

.column-3x {
    flex: 0 0 33.33%;
    margin-bottom: 30px;
}

.form-group,
.radio-group,
.checkbox-group {
    padding-left: 15px;
    padding-right: 15px;
}

.checkbox-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.checkbox-column {
    flex: 1 1 50%;
}

.checkbox-group legend {
    margin-bottom: 15px;
}

.checkbox-group label {
    display: block;
    padding-bottom: 15px;
    font-weight: 400;
}

.checkbox-group input {
    display: inline-block;
    width: auto;
}

input.larger-checkbox {
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    margin: 3px 7px 3px 4px;
}

.form-control {
    color: #333131;
    border-radius: 8px;
    box-shadow: none;
    height: 38px;
    line-height: 38px;
    padding: 8px 12px;
    border: 1px solid #696363;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.long-format {
    line-height: inherit;
    color: #333131;
    border-radius: 8px;
    box-shadow: none;
    padding: 8px 12px;
    border: 1px solid #696363;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    resize: vertical;
}

.form-btn {
    color: #FFFFFF;
    background: #00818f;
    border: 1px solid #00818f;
    border-radius: 24px;
    padding: 12px 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.feedback-btn {
    background: #00818f;
    border: 1px solid #00818f;
}

.success-btn {
    color: #FFFFFF;
    background: #00818f;
    border: 1px solid #00818f;
    border-radius: 24px;
    padding: 12px 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.form-btn:hover,
.success-btn:hover {
    background: #003c43;
    border: 1px solid #003c43;
    color: #ffffff;
    text-decoration: underline;
}

.feedback-btn:hover {
    background: #003c43;
    border: 1px solid #003c43;
}

/* Begin Custom Select */
.custom-select {
    position: relative;
}

.custom-select select {
    background-color: #ffffff;
    color: #333131;
    padding: 8px 12px;
    width: 100%;
    height: 38px;
    border: 1px solid #696363;
    border-radius: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 5px;
    appearance: none;
    outline: none;
    cursor: pointer;
}

.custom-select::after {
    font-family: "Material Icons";
    content: "\e313";
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    color: #333131;
    pointer-events: none;
    margin-top: 5px;
    margin-right: 3px;
}

.row-dob {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.custom-dob {
    width: 30%;
}

select.ship-state {
    display: block;
    float: left;
    margin: 5px 5px 0px 0px;
    color: rgba(0, 0, 0, 0.75);
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px inset;
    height: 32px;
    line-height: 32px;
    border: 1px solid #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 100%;
}

.submit-group {
    padding: 35px 25px 0;
}

#submit {
    appearance: auto;
    -webkit-appearance: none;
}

/* End Custom Select */


/* Begin Custom Radio */

/* The container */
.radio-container {
    display: inline-block;
    position: relative;
    padding-left: 27px;
    margin: 15px 20px 0 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 20px;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #e0e0e0;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked~.checkmark {
    background-color: #00818f;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

/* End Custom Radio */

.footer {
    background: #ffffff;
    color: #333131;
    font-size: 12px;
    margin-bottom: 20px;
}

.footer-links {
    background: #F5F0EE;
    padding: 16px 10px;
    text-align: center;
}

.footer-links a {
    color: #333131;
    font-size: 16px;
}

.footer-links a:hover {
    color: #333131;
}

.footer-container {
    max-width: 1500px;
    margin: 0px auto;
    text-align: center;
    padding: 0 10px;
}

/* Begin Confirmation Page Styles */

.confirmation .form-group {
    padding: 30px 30px 0 !important;
}

.confirmation h2 {
    padding-bottom: 15px;
    text-align: center;
}

/* End Confirmation Page Styles */

/* Begin Member ID Styles */

.member-id-column {
    flex: 0 0 50%;
}

#MemberID1 {
    display: inline-block;
    width: 75%;
}

#MemberID2 {
    width: 20%;
    float: right;
}

/* End Member ID Styles */

@media screen and (max-width: 767px) {
    .form-content {
        padding: 30px 0;
    }

    .footer {
        text-align: center;
    }

    .sentara-logo {
        width: 236px;
        height: auto;
        margin: 25px auto 20px;
    }

    .shp-logo {
        width: 225px;
        height: auto;
        margin: 25px auto 20px;
    }

    .your-info p {
        text-align: left;
    }

    .column,
    .dropdown-column,
    .info-column,
    .checkbox-column,
    .half-column {
        flex: 1 1 100%;
    }

    .column-3x {
        flex: 1 1 100%;
    }

    .confirmation .form-group {
        padding: 30px 15px 0 !important;
    }
    .member-id-column {
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 480px) {
    .mobile-hidden {
        display: none !important;
    }

    .responsive-td {
        width: 100% !important;
        display: block !important;
        padding: 0px !important;
    }
    .footer-links a {
        display: block;
    }
}