/*@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}*/
/*body.mce-content-body {
    font-size: 16px;
    line-height: 2;
    margin: 16px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}

h2,
h3,
h4,
h5 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #549B99 50%);
    background-repeat: repeat-x;
    background-size: 2px 4px;
    padding: 0 0 6px;
    display: inline;
    margin: 0;
}

    h2:before,
    h3:before,
    h4:before,
    h5:before {
        content: '';
        display: block;
        margin: 16px 0 0;
    }

    h2:after,
    h3:after,
    h4:after,
    h5:after {
        content: '';
        display: block;
        margin: 0 0 16px;
    }

    h1:first-of-type:before,
    h2:first-of-type:before,
    h3:first-of-type:before,
    h4:first-of-type:before,
    h5:first-of-type:before,
    h6:first-of-type:before {
        margin: 0;
    }
*/
/*p,
ol,
ul {
    margin: 0 0 16px;
}*/
.text-format__imagetext .section {
    position: relative;
    border: none !important;
}

.text-format__imagetext .section__image img {
    display: block;
    margin: auto;
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    .text-format__imagetext .section__text {
        margin-top: 16px;
    }
}
/**umb_name:Sub-title (H2)*/
h2 {
    font-size: 26px;
}
/**umb_name:Section Title (H3)*/
h3 {
    font-size: 24px;
}
/**umb_name:Subsection Title (H4)*/
h4 {
    font-size: 18px;
}
/**umb_name:Subsection Title (H5)*/
h5 {
    font-size: 14px;
}
/**umb_name:Text - danger*/
.danger-text {
    color: #A91C11;
    font-weight: 600;
}
/**umb_name:Text - warning*/
.warning-text {
    color: #885610;
    font-weight: 600;
}
/**umb_name:Text - success*/
.success-text {
    color: #016746;
    font-weight: 600;
}
/**umb_name:Alert - Informative*/
.alert-informative {
    display: block;
    padding: 24px 16px 24px 16px;
    margin: 8px 0px;
    color: #383746;
    background-color: #E5F0F9;
    border-top: 4px solid #0072CD;
    /*    border-radius: 8px;
      */
}
/**umb_name:Alert - Warning*/
.alert-warning {
    display: block;
    padding: 24px 16px 24px 16px;
    margin: 8px 0px;
    color: #383746;
    background-color: #FDF3E5;
    border-top: 4px solid #EE8B00;
    /*    border-radius: 8px;
      */
}
/**umb_name:Alert - Danger*/
.alert-danger {
    display: block;
    padding: 24px 16px 24px 16px;
    margin: 8px 0px;
    color: #383746;
    background-color: #FBE9E7;
    border-top: 4px solid #DA2A1C;
    /*    border-radius: 8px;
      */
}
/**umb_name:Info Panel*/
.info-panel {
    display: block;
    padding: 16px;
    margin: 8px 0px;
    color: #383746;
    background-color: #EAEAEA;
    /*    border-radius: 8px;
      */
}
/**umb_name:ImportantPanel*/
.ImportantPanel {
    padding: 24px 16px 24px 16px;
    margin: 8px 0px;
    background-color: #f99696;
    display: block;
}
/**umb_name:KeyPoint*/
.KeyPointPanel {
    padding: 24px 16px 24px 16px;
    margin: 8px 0px;
    background-color: #a8e7ee;
    display: block;
}
/**umb_name:BlockQuote*/
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 1em;
    border-left: 5px solid #eeeeee;
}
/**umb_name:Image text wrap (right)*/
div.image-text-wrap--right img {
    float: right;
    margin-left: 16px;
}

.image-text-wrap--right {
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .image-text-wrap--right img {
        float: none;
        display: block;
        margin: auto;
        margin-bottom: 16px;
    }
}
/**umb_name:Image text wrap (left)*/
div.image-text-wrap--left img {
    float: left;
    margin-right: 16px;
}

.image-text-wrap--left {
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .image-text-wrap--left img {
        float: none;
        display: block;
        margin: auto;
        margin-bottom: 16px;
    }
}
