  .col-5-6 {
    width: 83.4%;
}


/* TinyMCE figure styles */
figure.image {
    display: table;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: .5em .25em 0 .25em;
    background: #fff;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image img {
    margin: 8px 8px 0 8px;
    display: table-row;
}

figure.image figcaption {
    text-align: center;
    display: table-caption;
    caption-side: bottom;
    background: white;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0;
    padding: .25em;

}

.iframe-container {
    overflow: hidden;
}

iframe {
    overflow: hidden;
    border-width: 0;
}

.postform {
    clear: both;
}

.iframe-container {
    float: left;
    width: 250px;
}

.articles-container {
    float: right;
    width: calc(100% - 250px);
}

.article-link {
    display: block;
}

.article-date {
    display: inline-block;
    font-size: .9em;
    width: 15em;
    text-align: right;
    float: right;
    padding-top: 1.5em;
}

.article-title {
    display: inline-block;
    font-weight: bold;
    width: calc(100% - 15em);
}

.article-title h4 a {
    line-height: 44px;
    padding-top: 9px;
    padding-bottom: 8px;
}
.center {
    text-align: center;
}

.pagination {
    margin-top: 1em;
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 12px 20px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination a.active {
    background-color: #20558b;
    color: white;
    border: 1px solid #20558b;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

input.news-input {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #20558b;
    box-shadow: none;
    border-radius: 0;
    padding: 7px;
    margin: 10px 5px;
    border: solid 3px #c9c9c9;
    transition: border 0.3s;
    width: 15em;
}

input.news-input:focus,
input.news-input.focus,
input.news-checkbox:checked,
input.news-checkbox.checked{
    border: solid 3px #20558b;
    outline: none;
}

input.news-title-input {
    display: inline-block;
    width: calc(100% - 4em);
}

input.news-checkbox {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #20558b;
    box-shadow: none;
    border-radius: 0;
    padding: 7px;
    margin: 10px 5px;
    border: solid 3px #c9c9c9;
    transition: border 0.3s;
}

label.news-label {
    display: inline-block;
    width: 3.5em;
}

.nrcc-table td.admin-control-cell {
    text-align: center;
}

.nrcc-table td.admin-control-cell a {
    color: black;
}

.col-float-left {
    float: left;
}

.col-float-right {
    float: right !important;
}

.admin-header {
    display: inline;
    margin-top: 40px;
}

.btn-container {
    text-align: center;
}

.btn-new-post {
    margin-top: -10px;
}

.btn-50 {
    width: 46%;
}

@media screen and (max-width: 1600px) {
    .col-float-right, .col-float-right {
        float: none !important;
        display: block;
        width: 100%;
    }

    .collapse-1600 {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .iframe-container {
        float: none;
        width: 250px;
        margin: 5em auto 0 auto;
    }

    .articles-container {
        float: none;
        width: 100%;
    }

    .article-date {
        display: block;
        float: none;
        padding-top: 0;
        padding-bottom: .5em;
        width: inherit;
    }

    .article-title {
        display: block;
        width: inherit;
    }
}

@media screen and (max-width: 600px) {
    figure.align-right, figure.align-left {
        float: none;
        margin: auto;
    }

    .float-right-img, .float-left-img {
        float: none;
        margin: auto;
        display: block;
    }

    .hidden-mobile {
        display: none;
    }

    .pagination a {
        font-size: 85%;
        padding: 3px 5px;
        margin: 0 2px;
    }
}