.is-style-justify-text {
    text-align: justify;
}

.is-style-align-bottom {
    /*justify-content: center;*/
    align-items: flex-end;
}


.is-style-no-bottom-margin {
    margin-bottom: 0;
    line-height: 0;
}

.wp-block-spacer.is-style-s20 {
    height: 20px !important;
}

.wp-block-spacer.is-style-s30 {
    height: 30px !important;
}

.wp-block-spacer.is-style-s40 {
    height: 40px !important;
}

.wp-block-spacer.is-style-s50 {
    height: 50px !important;
}

.wp-block-spacer.is-style-s75 {
    height: 75px !important;
}

.wp-block-spacer.is-style-s100 {
    height: 100px !important;
}

.has-boysen-blue-color {
    color: #187697;
}

.has-boysen-blue-background-color {
    background-color: #187697;
}

.has-grey-color {
    color: #555;
}

.has-grey-background-color {
    background-color: #555;
}

.has-boysen-blue-background-color *, .has-boysen-blue-background-color a:hover,
.has-grey-background-color *, .has-grey-background-color a:hover {
    color: #fff;
}

.has-lightgrey-color {
    color: #f0f0f0;
}

.has-lightgrey-background-color {
    background-color: #f0f0f0;
}

.has-white-color {
    color: #fff;
}

.has-white-background-color {
    background-color: #fff;
}

.has-red-color {
    color: #ff0000;
}

.has-red-background-color {
    background-color: #ff0000;
}

.is-style-background-colors .wp-block-column:not(:first-child) {
    margin-left: 0;
}

.is-style-background-colors .wp-block-column {
    padding: 30px 40px;
    margin: 0 5px 5px 5px;
}

.is-style-background-colors.wp-block-columns {
    max-width: 1180px;
}

.is-style-logos {

}

.is-style-logos figure {
    padding: 10px;
    border: 1px solid #eee;
    margin: 10px;
}

.wp-block-separator.is-style-medium {
    max-width: 300px;
    width: 40%;
    margin: auto;
    border-color: #ccc;
    border-top: none;
}

.wp-block-separator.is-style-wide {
    border-color: #eee;
    border-top: none;
    margin: 25px 0;
}

body .c-accordion__title {
    background: #eee;
    padding: 20px;
    color: #187697;
    font-weight: bold;
    transition: all 0.3s ease-in;
}

body .c-accordion__title:hover {
    background: #e6e6e6;
}

body .is-open .c-accordion__title {
    color: #333;
}

body .c-accordion__title:after {
    color: #187697;
    font-weight: bold;
    content: '\f107';
    right: 20px;
    font-family: fontello;
}

body .is-open .c-accordion__title:after {
    content: '\f106';
}

/* lists */

.page-content ul, ul.block-editor-block-list__block {
    list-style: none;
    padding-left: 0;
}

.page-content ul li:not(.blocks-gallery-item), ul.block-editor-block-list__block li:not(.blocks-gallery-item) {
    position: relative;
    padding-left: 25px;
}

.page-content ul li:not(.blocks-gallery-item):before, ul.block-editor-block-list__block li:not(.blocks-gallery-item):before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #187697;
    left: 5px;
    top: 9px;
}

.page-content ul.is-style-check li:before, ul.block-editor-block-list__block.is-style-check li:before,
.page-content ul.is-style-double li:before, ul.block-editor-block-list__block.is-style-double li:before {
    content: '\e808';
    font-family: fontello;
    background: none;
    border: none;
    left: 3px;
    top: 0;
    color: #187697;
}

.page-content ul.is-style-double li:before, ul.block-editor-block-list__block.is-style-double li:before {
    content: '\f101';
    top: 4px;
}

.page-content ul.is-style-double li:not(:last-child), ul.block-editor-block-list__block.is-style-double li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

.page-content ul.is-style-double li, ul.block-editor-block-list__block.is-style-double li {
    padding: 5px 0 5px 25px;
}

.page-content ul.is-style-double li a, ul.block-editor-block-list__block.is-style-double li a {
    color: #333;
    font-weight: bold;
    transition: all 0.3s ease-in;
    text-decoration: none;
}

.page-content ul.is-style-double li a:hover, ul.block-editor-block-list__block.is-style-double li a:hover {
    padding-left: 10px;
    color: #187697;
}

.page-content ol, ol.block-editor-block-list__block {
    counter-reset: item;
    padding-left: 0;
}

.page-content ol li, ol.block-editor-block-list__block li {
    display: block;
    position: relative;
    padding-left: 25px;
}

.page-content ol li:before, ol.block-editor-block-list__block li:before {
    content: counter(item);
    counter-increment: item;
    color: #187697;
    position: absolute;
    left: 5px;
    top: 0;
    font-weight: bold;
    font-size: 1.1rem;
}

.page-content .has-boysen-blue-background-color ol li:before, .has-boysen-blue-background-color ol.block-editor-block-list__block li:before {
    color: #fff;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    flex-grow: initial;
}

/* quotes */
.wp-block-quote {
    border-left: 2px solid #187697;
    padding: 20px;
    color: #808080;
    font-style: italic;
    line-height: 1;
}

.wp-block-quote p {
    line-height: 180%;
}

.wp-block-quote cite {
    font-size: 0.8rem;
    font-style: normal;
}

#content .wp-block-quote p:first-child {
    margin-top: 0;
}

#content .wp-block-quote.is-style-large {
    position: relative;
    font-size: 1.3rem;
    font-style: italic;
    border: none;
    padding: 20px;
    color: #333;
    font-weight: 300;
}

#content .wp-block-quote.is-style-large cite {
    font-size: 0.8rem;
}

#content .wp-block-quote.is-large p, #content .wp-block-quote.is-style-large p {
    line-height: 1.4;
}

#content .wp-block-quote.is-style-large:before {
    content: '\f10e';
    font-family: fontello;
    font-size: 60px;
    color: #EEEEEE;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
}

#content .wp-block-quote.is-style-large * {
    z-index: 2;
    display: block;
    position: relative;
}

.is-style-vertical-center {
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .is-style-background-colors .wp-block-column {
        margin: 5px 0;
        padding: 20px;
    }

    .wp-block-spacer.is-style-s20 {
        height: 15px !important;
    }

    .wp-block-spacer.is-style-s30 {
        height: 20px !important;
    }

    .wp-block-spacer.is-style-s40 {
        height: 30px !important;
    }

    .wp-block-spacer.is-style-s50 {
        height: 40px !important;
    }

    .wp-block-spacer.is-style-s75 {
        height: 60px !important;
    }

    .wp-block-spacer.is-style-s100 {
        height: 80px !important;
    }
}