/**
 * Note that these styles are loaded *after* common styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */

section.sw2019-section, main.main > p, main.main > .wp-block-media-text {
    padding: 0 30px;
    max-width: 1200px;
    margin: auto;
}

section.sw2019-section h1, section.sw2019-section h2, section.sw2019-section h3, section.sw2019-section p, main.main > p, main.main > .wp-block-media-text {
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #111111;
}

section.sw2019-title {
    margin-top: 88px;
    margin-bottom: 33px;
    text-align: center;
    border-bottom: 6px solid #ccc;
    padding-top: 33px;
    padding-bottom: 33px;
}

section.sw2019-title h1 {
    color: #181818;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;
}

section.sw2019-title p {
    font-size: 18px;
    margin-bottom: 0px;
}

section.sw2019-section-title h2 {
    font-size: 24px;
    padding-bottom: 5px;
    border-bottom: 3px solid #ff6200;
    margin-top: 30px;
    font-weight: bold;
}

main.main > p {
    font-size: 18px;
    margin-bottom: 15px;
}

main.main > p a {
    color: #006482;
    text-decoration: none;
}


main.main > .wp-block-media-text {
    align-items: start;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 33px;
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
}

main.main > .wp-block-media-text p {
    margin-bottom: 5px;
}

main.main > .wp-block-media-text ul {
    margin-bottom: 5px;
    margin-top: 0px;
}

main.main > .wp-block-media-text li {
    margin-bottom: 5px;
}

main.main > .wp-block-media-text .wp-block-media-text__content {
    padding-right: 0px;
    padding-left: 0px;
}

main.main > .wp-block-media-text strong {
    font-weight: bold;
    font-size: 16px;
}

main.main > .wp-block-media-text ul {
    padding-left: 15px;
}

section.sw2019-final-plea {
    background-color: #eeeeee;
    padding: 46px 30px;
    margin-top: 60px;
    display: grid;
    grid-template-columns: minmax(auto, 805px) auto;
}

section.sw2019-final-plea h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
}

section.sw2019-final-plea .actions a {
    background-color: #81c23c;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 16px;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
    margin-right: 10px;
    text-decoration: none;
    line-height: 45px;
}

section.sw2019-final-plea .actions a.btnOrange {
    background-color: #ff6200;
}

section.sw2019-final-plea .actions a.btnInvert {
    background-color: #ffffff;
    color: #ff6200;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 2px solid;
}

section.sw2019-final-plea .contact p {
    font-size: 16px;
    line-height: 21px;
}

section.sw2019-final-plea .contact strong {
    font-weight: bold;
}