
.banner.m-t0r0 {
    top: 0;
    right: 0;
}
.banner.m-abs {
    
}
.page__in {
    position: relative;
    display: flex;
}
.banner>div {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}
.banner.pos-100 {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
}
.postWrapper[data-v-0eff5120] {
    position: relative;
    padding: 10px;
}
.post[data-v-0eff5120] {
    transition: background .2s, border-color .2s;
}
.post__image[data-v-0eff5120] {
    flex: 0 1 0;
}
.post__image__frame[data-v-0eff5120] {
    display: inline-block;
    width: 272px;
    height: 141px;
    box-sizing: border-box;
    margin-right: 1em;
    border: 1px solid #473e26;
    background: #151e2c;
    overflow: hidden;
    transition: border-color .2s;
}
.post__image__frame img[data-v-0eff5120] {
    display: block;
    margin: -8px 0 0 0;
    width: 100%;
}
.post__details[data-v-0eff5120] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
}
.post__details__heading[data-v-0eff5120] {
    flex: 0;
    margin: 0 0 0.2em 0;
    font-family: "Noto Sans", sans-serif;
    font-size: 1em;
    text-transform: uppercase;
}
.post__details__body[data-v-0eff5120] {
    flex: 1;
    overflow: hidden;
    font-size: 14px;
}
.post__details__meta[data-v-0eff5120] {
    display: flex;
    flex-direction: row;
    flex: 0 1 20%;
    font-size: .9em;
    line-height: 30px;
}
.post__details__meta__date[data-v-0eff5120] {
    display: inline-block;
    height: 26px;
}
.post__details__meta__author[data-v-0eff5120] {
    flex: 1;
    text-align: right;
}
.postWrapper[data-v-0eff5120]:after {
    content: "";
    display: block;
    height: 1px;
    background: #36455c;
}
.table__cell_side_center {
    width: 80%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.leftn {
    width: 25%;
}
.col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0.6em;
}
.panel[data-v-ad060992] {
    position: relative;
    padding: 32px;
    box-sizing: border-box;
}
.panel--fullHeight[data-v-ad060992] {
    height: 100%;
}
.archiveLinks h3 {
    margin: 0;
}
.panel--transparent[data-v-ad060992] {
    border-radius: 5px;
    background: rgba(210, 233, 247, 0.04);
}
.archiveLinks__link {
    display: block;
    padding: 0.5em 2em;
    margin: 0.2em -2em;
}
.col-xs-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0.6em;
}
.containers {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1100px;
}
.blog-post-header {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 20px 20px 75px 125px;
    min-height: 500px;
    height: 40vh;
}
.blog-post-header>div {
    position: relative;
    max-width: 60%;
    z-index: 20;
}
.single-post ul, .single-post ol {
    color: #545454;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 18px;
}
.blog-post-categories {
    display: flex;
    flex-direction: row;
    margin: 0!important;
    padding: 0!important;
    list-style: none;
}
.single-post li {
    margin-bottom: 10px;
}
.blog-post-categories li {
    position: relative;
    margin: 0 20px 5px 0;
    color: #fff;
}
.blog-post-categories li:after {
    position: absolute;
    top: 0;
    right: -10px;
    content: "|";
    color: #fff;
}
.blog-post-title {
    color: #fff;
    font-size: 64px;
    letter-spacing: 0;
    line-height: 72px;
}
.single-post .vc_row {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 0 0px;
    max-width: 1200px;
}
.breadcrumbs-container {
    margin: 0 0 60px;
    padding: 20px 0 0;
}
.vc_col-sm-8 {
    width: 66.66666667%;
}
@media all and (max-width: 1000px) {
.news {
    width: 100%;
}
.table__cell_side_center {
    width: 100%;
}
.leftn {
    width: 100%;
}
.page__in {
    position: relative;
    display: flex;
    flex-direction: column;
}
}
@media (max-width: 550px) {
.post[data-v-0eff5120] {
    display: flex;
    flex-direction: column;
}
.post__image__frame[data-v-0eff5120] {
    width: 100%;
    height: 100%;
}
}
@media all and (min-width: 1140px) {
.news {
    width: 1140px;
    margin: 0 auto;
}
}