.wp-editor {
    font-size: 16px;
    line-height: 1.5
}

.wp-editor a {
    color: #005a84;
    font-weight: bold;
}

.wp-editor a:hover,
.wp-editor a:focus,
.wp-editor a:active {
    color: #3d3d3d
}

.wp-editor img {
    max-width: 100%;
    height: auto
}

.wp-editor .alignleft {
    float: left;
    margin: 10px 25px 25px 0
}

.wp-editor .alignright {
    float: right;
    margin: 10px 0 25px 25px
}

.wp-editor .aligncenter {
    margin: 0 auto;
    float: none;
    text-align: center;
    display: block;
    clear: both;
    margin-bottom: 20px
}

.wp-editor h1 {
    font-size: 32px;
    margin-bottom: 10px
}

.wp-editor h2 {
    font-size: 26px;
    margin-bottom: 10px
}

.wp-editor h3 {
    font-size: 22px;
    margin-bottom: 10px
}

.wp-editor h4, .wp-editor h5, .wp-editor h6 {
    font-size: 18px;
    margin-bottom: 10px
}

.wp-editor p {
    margin-bottom: 10px
}

.wp-editor ol {
    margin-bottom: 20px
}

.wp-editor ol li {
    list-style: decimal outside none;
    margin-left: 23px
}

.wp-editor ul {
    margin-bottom: 20px;
    list-style: disc inside
}

.wp-editor ul li {
    padding-left: 0
}

.wp-editor blockquote {
    font-size: inherit;
    font-style: italic;
    margin-bottom: 30px
}

.wp-editor table {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%
}

.wp-editor table th {
    background: #ccc;
    vertical-align: top;
    padding: 7px 20px;
    font-weight: 400;
    text-transform: uppercase
}

.wp-editor table td {
    vertical-align: top;
    padding: 5px 20px;
    font-size: 14px
}


.wp-editor dl {
    margin-bottom: 20px
}

.wp-editor blockquote {
    font-size: inherit;
    font-style: italic;
    margin-bottom: 20px
}

.subtitle {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 20px
}

.content-page {
    margin: 50px 0
}

.content-page .wp-editor h2, .content-page .wp-editor h3, .content-page .wp-editor h4, .content-page .wp-editor h5, .content-page .wp-editor h6 {
    text-transform: uppercase;
    font-family: 'Montserrat', "Open Sans", Arial, Helvetica, sans-serif
}

.content-page .wp-editor p,
.content-page .wp-editor ul li,
.content-page .wp-editor ol li {
    font-size: 1.125rem;
    font-weight: normal;
    /* line-height: 30px; */
    margin-bottom: 0
}

.content-page .wp-editor p + p {
    margin-top: 30px
}

.content-page .wp-editor img.alignleft {
    margin: 0 20px 20px 0
}

.content-page .wp-editor img.alignright {
    margin: 0 0 20px 20px
}

@media only screen and (min-width: 1200px) {
    .content-page .wp-editor .descript {
        overflow: hidden
    }

    .content-page .wp-editor p {
        overflow: hidden
    }
}

/*# sourceMappingURL=css/maps/editor-style.css.min.map */
