#commissionDisclaimer {
    font-size: 0.85rem;
    text-align: center;
    line-height: 1.75;
}

.imgDisclaimer {
    font-size: 0.743rem;
    font-style: italic;
    text-align: right;
    line-height: normal;
    margin-top: 3px;
}

.containerHeader {
    display: none;
}

.containerBody {
    margin-bottom: 0;
    margin-top: 0;
}

html,
body {
    background-color: #fff;
    max-width: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #000;
}

.sectionSiteInfo {
    display: none;
}

header {
    display: none;
}

.smallText {
    font-size: 13px;
    color: #888;
    text-align: center;
}

.blueText {
    color: #326b9a;
}

h1,
h2,
h3,
h4 {
    color: #000;
    font-weight: 600;
}

p {
    margin-bottom: 18px;
}

h1 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    letter-spacing: -.05rem;
    line-height: 1.3;
    opacity: 1;
}

h2 {
    font-size: 28px;
    margin: 15px 0 20px;
}

h3 {
    font-size: 22px;
    margin-bottom: 32px;
}

.container {
    max-width: 1024px;
    padding: 0px 10px 48px;
}

.img-responsive {
    margin: auto;
}

.authorBox {
    border-bottom: 1px solid #00a5fa;
    border-top: 1px solid #00a5fa;
    padding: 8px 0;
    display: flex;
    align-items: center;
    margin: 24px 0;
}

.authorImg {
    border-radius: 100%;
    max-width: 35px;
    margin-right: 16px;
}

.authorBox p {
    margin: 0;
    font-size: 14px;
}

.seenOn {
    padding: 10px 0;
    margin: 0 auto 10px;
    border-bottom: 1px solid #ddeefe;
}

.seenOn .smallText {
    font-size: 12px;
}

.quoteBox {
    background-color: #eee;
    padding: 24px;
    border-left: 4px solid #069;
    margin: 24px 0;
}

.link {
    color: #1580f2;
    font-weight: 600;
}

.newOldBox {
    padding: 20px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    margin: 0 auto 18px;
    width: 90%;
}

.newOldBox img {
    margin: 0;
    width: 100%;
}

.stateImage {
    fill: #3b8546;
}

.stateImage:hover {
    opacity: .8;
}

.leave-behind {
    fill: #3b8546;
}

.leave-behind:hover {
    opacity: .8;
}

svg {
    fill: #fff;
    margin: 30px 0;
}

.bottomAdds {
    text-align: center;
    margin-top: 96px;
    border-bottom: 1px solid #d1d5db;
}

.bottomAdds .smallText {
    font-size: 12px;
}

.lines {
    border-top: 1px solid #d1d5db;
}

.noLine {
    font-size: 14px;
}

.footer {
    background-color: #002d5b;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.greenButton {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    width: 100%;
    margin: auto;
    max-width: 400px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    background: #7ac143;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
}

@media (max-width:767px) {
    .container {
        padding: 10px 10px 20px;
    }

    h1 {
        font-size: 32px;
        margin-top: 0;
    }

    .smallText {
        margin-bottom: 0;
    }

    .newOldBox {
        flex-direction: column;
    }

    .noLine {
        padding: 0;
    }

    .bottomAdds {
        margin: 12px 0 0;
    }
}