/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

.cms_pages {
    width: 100%;
    background: #fff;
    margin: 5% 0;
    padding: 40px;
    box-sizing: border-box;
}

.cms_pages .page-title {
    color: #006E34;
    font-family: "Knockout 31 A", "Knockout 31 B";
}

.cms_pages .block-content, .cms_pages .block-content .field, .form-create-account {
    font-family: "Knockout 30 A", "Knockout 30 B";
    color: #333;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.cms_pages .login-container .block .block-title, .cms_pages .fieldset > .legend {
    color: #574633;
    border-bottom: 1px solid #574633;
    font-family: "Knockout 30 A", "Knockout 30 B";
}
