.hide-page-content-column {
    margin: auto;
    max-width: 1240px;
    padding: 24px 12px; }
.hide-page-content-column h2 {
    margin: 0 0 8px;
    font-size: 24px; }
@media screen and (min-width: 800px) {
    .hide-page-content-column {
        padding: 24px; } }

@media screen and (min-width: 800px) {
    .hide-page-inner-columns-wrapper {
        display: flex;
        align-items: flex-start; }
    .hide-page-inner-columns-wrapper .hide-page-left-col {
        flex-grow: 1;
        padding-right: 24px; }
    .hide-page-inner-columns-wrapper .hide-page-section:last-of-type {
        margin-bottom: 0; }
    .hide-page-inner-columns-wrapper .hide-page-aside {
        width: 300px;
        flex: none; } }

.hide-page-section,
.hide-page-aside {
    background-color: #FFFFFF;
    padding: 24px;
    border: 1px solid #E4E4E4; }
.hide-page-section h3,
.hide-page-aside h3 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.33; }
.hide-page-section h4,
.hide-page-aside h4 {
    font-size: 14px;
    margin: 0 0 8px; }
.hide-page-section p,
.hide-page-aside p {
    font-size: 14px;
    margin: 0 0 16px; }
.hide-page-section .btn-primary,
.hide-page-aside .btn-primary {
    display: inline-block;
    font-size: 14px; }

.hide-page-learn-section ol {
    list-style: none;
    padding-left: 0; }

.hide-page-section {
    margin-bottom: 24px; }

.hide-page-aside {
    font-size: 0; }
.hide-page-aside label {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 6px; }
.hide-page-aside select {
    padding: 10px;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #9b9b9b;
    border-radius: 4px;
    margin-bottom: 19px; }
body {
    display: flex;
    justify-content: center;
}
.note {
    border: 1px dashed #ccc;
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    line-height: 1.6;
    margin: 1em;
    padding: 1em;
    max-width: 900px;
}
.note h1,
.note h2 {
    text-align: left; }
.note h1 + p,
.note h2 + p {
    margin-top: 0; }
.note h1 {
    font-size: 140%;
    margin-top: 0; }
.note h2 {
    font-size: 110%;
    margin-bottom: .25em; }
.note ul {
    margin: 0;
    padding-left: 1.5em; }
.note li {
    margin-bottom: .5em; }
.note p {
    margin: 1.5em 0; }
.note .logo {
    font-style: italic;
    margin-bottom: 0; }
.note .logo img {
    margin-right: .5em;
    vertical-align: middle; }
.note .contact-info {
    border: 1px solid #000;
    font-size: 90%;
    padding: .25cm;
}
.note.medium {
    font-size: 14pt;
}
.note.medium .logo img {
    height: 32px;
    width: 35px;
}
.note.small .logo img {
    height: 24px;
    width: 26px;
}
