.cms-page {
    font-family: "Open Sans", sans-serif;
}

.cms-cms-reference.cms-page-view .cms-header-content {
    width: 90%;
    margin: auto;
}

.cms-cms-reference.cms-page-view .breadcrumbs .items {
    color: #d61219;
    font-size: 11px;
}

.cms-cms-reference .breadcrumbs .items a {
    color: #d61219;
}

.cms-cms-reference .page-title-wrapper {
    padding-bottom: 10px;
    border-bottom: 1px solid #e3b1b3;
}

.cms-cms-reference .listpagehead {
    color: #d61219;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 39.4px;
    width: 100%;
    margin-top: 0;
}

.cms-page h2 {
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -1px;
    color: #d61219;
    margin: 30px 0;
}

.cms-page h3 {
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -1px;
    color: #d61219;
    margin: 30px 0;
}

.cms-page h4 {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -1px;
    color: #d61219;
    margin: 20px 0;
}

.cms-page h5 {
    color: #d61219;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 16px;
    margin: 15px 0;
}

.cms-page h6 {
    color: #d61219;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 16px;
    margin: 15px 0;
}

.cms-page p {
    font-size: 15px;
    color: #717171;
    line-height: 28px;
    margin-bottom: 20px;
}

.cms-page p a {
    color: #717171;
    font-weight: bold;
}

.cms-page .small-copy {
    font-size: 13px;
}

.cms-page .lead-copy {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.cms-page blockquote {
    font-size: 18px;
    color: #d61219;
    margin-bottom: 30px;
    letter-spacing: 0;
}

.cms-page blockquote p {
    font-size: 17px;
    font-weight: 600;
    color: #d61219;
}

.cms-page blockquote cite {
    font-size: 15px;
    color: #d61219;
}

.cms-page blockquote cite::before {
    content: "- ";
}

.cms-page figure {
    background-color: #f6f7f7;
}

.cms-page figure img {
    object-fit: fill;
    width: 100%;
    height: auto;
}

.cms-page figcaption {
    padding: 25px;
}

.cms-page .ordered-list {
    padding-top: 10px;
    padding-left: 14px;
    margin-bottom: 20px;
}

.cms-page .ordered-list > li {
    font-size: 15px;
    color: #717171;
    line-height: 28px;
}

.cms-page .unordered-list {
    padding-top: 10px;
    padding-left: 14px;
    margin-bottom: 20px;
}

.cms-page .unordered-list > li {
    font-size: 15px;
    color: #717171;
    line-height: 28px;
}

.cms-page hr {
    height: 5px;
    background-color: #f6f7f7;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
}

.cms-split-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.cms-split-right,
.cms-split-left {
    width: 100%;
    height: auto;
}

.cms-split-right {
    margin-top: 20px;
}

.cms-split-container figure,
.cms-split-container figure img {
    height: 100%;
}

.cms-responsive-video {
    overflow: hidden;
    padding-top: 56.25%; /* 16:9*/
    position: relative;
}

.cms-responsive-video iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.cms-button.button-primary {
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #d61219;
    border-radius: 18px;
    width: fit-content;
    padding: 12px 22px;
}

.cms-button.button-primary:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #424242;
}

@media only screen and (max-width: 767px) {
    .cms-cms-reference.cms-page-view .breadcrumbs {
        display: block;
    }
}

@media only screen and (max-width: 798px) {
    .cms-cms-reference .page-wrapper #maincontent {
        width: 90%;
        margin: auto;
        padding: 0;
    }
}

@media only screen and (min-width: 798px) {
    .cms-cms-reference .page-wrapper #maincontent {
        width: 90%;
        padding-left: 0;
        margin: auto;
    }
}

@media only screen and (min-width: 900px) {
    .cms-cms-reference.cms-page-view .breadcrumbs {
        padding-left: 0;
    }

    .cms-split-container {
        flex-direction: row;
        margin-bottom: 20px;
    }

    .cms-split-left {
        margin-right: 15px;
    }

    .cms-split-right {
        margin-left: 15px;
        margin-top: 0;
    }
}

@media only screen and (min-width: 1600px) {
    .cms-cms-reference .page-wrapper #maincontent {
        width: 70%;
        padding-right: 0;
    }

    .cms-cms-reference.cms-page-view .cms-header-content {
        width: 70%;
    }
}
