
.page-content .container {
    text-align:  left;
}


.ce-bodytext > div {
    margin: 0 0 12px;
}

.ce-bodytext p {
    text-align: left;
}

li {
    text-align: left;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-justify {
    text-align: justify;
}


.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: bottom !important;
}

.post-modern .post-body {
    min-height: 130px;
}

.rd-search-results {
    overflow: overlay;
    padding-bottom: 10px;
}

.post-title {
    height: 50px;
    width:  100%;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
}

.post-title .offset-top-24 {
    margin-top: 26px !important;
}

.post-modern .post-body {
    height: 135px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
}

.parsley-errors-list {
    text-align:  left;
    color:  white;
    background: #b00c28;
    padding-left: 5px;
    margin-left:  10px;
    display: inline-block;
    width: calc(100% - 20px);
    border-radius:  0 0 4px 4px;
}

.powermail_field .checkbox {
    border: 1px solid #bfbfbf;
    width:  100%;
    margin: 0;
    border-radius:  4px;
    background-color: white;
    padding:  4px;
    display: inline-block;
    margin-bottom: -12px;
}

.powermail_field .checkbox label {
    margin-left:  15px;
}

.powermail_field .checkbox input[type=checkbox] {
    height:  15px;
    width:  15px;
    margin: 9px -30px;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.post-4-8 .post-title {
    height: auto;
    display: block;
    overflow: initial !important;
    text-overflow: initial !important;
    white-space: initial !important;
}

.post-4-8 .post-body{
    height: initial !important;
}


.post-4-8 .post-content {
    padding: 12px 20px 12px !important;
}

.thumbnail-classic ~ figcaption {
    text-align: justify;
    font-size: .8em;
    color: gray;
    margin-top: 5px;
}
.ce-textpic {
    padding: 12px 0;
}

.ce-right, .ce-left {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.ce-right .ce-bodytext,
.ce-right .ce-gallery,
.ce-left .ce-bodytext,
.ce-left .ce-gallery{
    flex: 0 0 50%;
}
.ce-right:not(.ce-above):not(.ce-below) .ce-bodytext{
    padding-right: 15px;
}
.ce-left:not(.ce-above):not(.ce-below) .ce-bodytext{
    padding-left: 15px;
}
.ce-right {
    flex-flow: row-reverse;
}
.ce-above {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
}

.ce-below {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
}
.ce-above .ce-gallery,
.ce-below .ce-bodytext {
    padding-bottom: 15px;
}

.ce-intext:not(.ce-nowrap) {
    display: block;
}
.ce-intext:not(.ce-nowrap).ce-left .ce-gallery {
    float: left;
    width: 50%;
    margin-right: 15px;
}
.ce-intext:not(.ce-nowrap).ce-right .ce-gallery {
    float: right;
    width: 50%;
    margin-left: 15px;
}

.ce-bodytext h2 {
    margin-top: 24px;
}

@media screen and (max-width: 800px) {

    .ce-right .ce-bodytext,
    .ce-right .ce-gallery,
    .ce-left .ce-bodytext,
    .ce-left .ce-gallery{
        flex: 0 0 100%;
    }

    .ce-left {
        flex-flow: column-reverse;
    }
    .ce-intext:not(.ce-nowrap).ce-left .ce-gallery,
    .ce-intext:not(.ce-nowrap).ce-right .ce-gallery {
        float: initial;
        width: initial;
        margin: initial;

    }
}

.ce-border .row figure {
    border: 1px solid #ececec;
    border-radius: 0 0 4px 4px;
    margin-bottom: 15px;
}
.ce-media {
    padding-bottom: 15px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ce-right, .ce-left, .ce-above, .ce-below {
        display: block;
    }
}

fieldset {
    border: none !important;
}


.contenttable {
    width: 100%;
}

.contenttable tbody tr:nth-child(2n+2), .contenttable thead tr:nth-child(odd) {
    background-color: lightgray;
}

.external-link-new-window {color: -webkit-link;}

.external-link-new-window:hover {
    opacity: .8;
    color: -webkit-link;
    text-decoration: underline;
}

th, td {
    padding: 6px !important;
}


blockquote {
    font-size: inherit !important;
}
