.top-content {
    display: flex;
    margin-bottom: 5em;
}
.top-content .infobox {
    flex: 2;
    background-color: #ebf3f5;
    border-radius: 5px;
    margin-right: 4em;
    padding: 3em 4em;
}
.top-content .infobox h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 0;
}
.top-content .infobox a {
    margin-top: 1em;
    width: 100%;
    background-color: #37879d;
}
.top-content .infobox .note {
    margin-top: 2em;
    color: #85b6c3;
    font-size: .9em;
}

.top-content .infocontent {
    flex: 3;
    padding: 5px 0;
}

.top-content .infocontent p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-bottom: 1.5em;
}
.top-content .infocontent p a {
    color: #33879E;
    text-decoration: underline;
}
.top-content .infocontent p a:hover {
    text-decoration: none;
}

.top-content .infocontent li {
    margin-bottom: 1em;
}

.top-content + h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 2em;
    padding: 0;
    color: #333;
}
.top-content + h3 + p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 2em;
    padding: 0;
    color: #373737;
}

.form-row {
    margin-bottom: 1em;
}

.form-row label {
    display: block;
    padding: 10px 0;
}

.form-row input {
    display: block;
    padding: 10px;
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 5px;
}

.checklist-section-wrapper {
    display: flex;
    padding: 20px 0;
    border-top: 1px solid #dedede;
}

.checklist-section-wrapper input[type=radio] {
    display: none;
}

.checklist-radio-group {
    white-space: nowrap;
    margin-right: 10px;
}

.checklist-radio-group label span {
    padding: 5px;
    border-radius: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: .8em;
    cursor: pointer;
}

.checklist-radio-group input:checked + .yes {
    background-color: #ebf3f5;
    color: #32879e;
}
.checklist-radio-group input:checked + .no {
    background-color: #f9ece8;
    color: #cf5c39;
}

.checklist-section-box {
    width: 100%;
    padding-left: 20px;
    border-left: 1px solid #dedede;
}

.checklist-section-box section {
    display: flex;
    padding-top: 13px;
}

.checklist-section {
    padding-top: 13px;
}

.checklist-section input[type=checkbox] {
    margin-right: 10px;
}

.checklist-sections {
    flex: 2.9 1;
}

.checklist-related {
    flex: 1 1;
    padding: 20px;
    margin: -30px 0 0 20px;
    background-color: #ebf3f5;
    border-radius: 5px;
}

.checklist-related li a {
    display: inline-block;
    font-size: 13px;
    color: #32879e;
    background: url(../img/icon-doc.svg) no-repeat 0 3px;
    padding-left: 18px;
    text-decoration: underline;
}
.checklist-related a:hover {
    text-decoration: none;
}

.checklist-related ul {
    margin-top: 13px;
}

.checklist-related li {
    padding: 2px 0;
}

.checklist-help {
    text-align: center;
    margin-top: 13px;
    border-top: 1px solid #cae0e5;
    padding-top: 13px;
    font-size: .85em;
}
.checklist-help a {
    color: #32879e;
    text-decoration: underline;
}


.checklist-submit {
    float: right;
    display: block;
    margin-top: 2em;
}
.checklist-submit input[type="submit"] {
    background-color: #33879E !important;
    padding: 11px 20px !important;
}

@media only screen and (max-width: 800px) {
    .top-content {
        display: block;
    }
    .top-content .infobox {
        margin-right: 0;
        margin-bottom: 2em;
    }

    .checklist-section-box section {
        display: block;
    }

    .checklist-related {
        margin: 20px 0 0 0;
    }
}
@media only screen and (max-width: 480px) {
    .top-content .infobox {
        padding: 2em;
    }
}
