.nav-bar {
    margin-top: 20px;
    margin-bottom: 20px;
}

article {
    padding-right: 10px;
}

.flip-card {
    -webkit-perspective: 1000;
    perspective: 1000;
    border: 0;
    background: transparent;
}

.flip-card:hover .flip-card-inner,
.flip-card.hover .flip-card-inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-card,
.flip-card-inner-front,
.flip-card-inner-back {
    width: 100%;
    height: 20rem;
}

.flip-card-inner {
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-inner-front,
.flip-card-inner-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.flip-card-inner-front {
    background: url(https://images.pexels.com/photos/179124/pexels-photo-179124.jpeg?w=940&h=650&auto=compress&cs=tinysrg) 0 0 no-repeat;
    z-index: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flip-card-inner-front span {
    width: 100%;
    text-align: center;
    background: rgba(254, 254, 254, 0.8);
    padding: 0.25rem 0;
    font-size: 1.25rem;
    font-weight: bold;
}

.flip-card-inner-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background: #cacaca;
    padding: 1rem;
}

.flip-card-inner-back-title {
    font-weight: bold;
}

.flip-card-inner-back-text {
    line-height: 1.3;
}

.posts-panel {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    float: none !important;
    margin: 1.25rem 0.625rem;
    background-color: #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.2);
}

.posts-panel::before,
.posts-panel::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.posts-panel::after {
    clear: both;
}

@media print, screen and (min-width: 40em) {
    .posts-panel {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.posts-panel:last-child:not(:first-child) {
    float: right;
}

.posts-panel,
.posts-panel:last-child {
    float: none;
}

.posts-panel .panel-header {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    border-bottom: 0.25rem solid #e6e6e6;
}

.posts-panel .panel-header::before,
.posts-panel .panel-header::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.posts-panel .panel-header::after {
    clear: both;
}

@media print, screen and (min-width: 40em) {
    .posts-panel .panel-header {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.posts-panel .panel-header:last-child:not(:first-child) {
    float: right;
}

.posts-panel .panel-header,
.posts-panel .panel-header:last-child {
    float: none;
}

.posts-panel .panel-header .panel-title {
    margin: 0;
    padding: 0.9375rem 0;
    color: #8a8a8a;
    font-size: 1.625rem;
}

.posts-panel .panel-content {
    padding: 0.9375rem 0;
}

.posts-panel .pinned-post,
.posts-panel .posts-list {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
}

.posts-panel .pinned-post::before,
.posts-panel .pinned-post::after,
.posts-panel .posts-list::before,
.posts-panel .posts-list::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.posts-panel .pinned-post::after,
.posts-panel .posts-list::after {
    clear: both;
}

.posts-panel .pinned-post:last-child:not(:first-child),
.posts-panel .posts-list:last-child:not(:first-child) {
    float: right;
}

.posts-panel .pinned-post,
.posts-panel .pinned-post:last-child,
.posts-panel .posts-list,
.posts-panel .posts-list:last-child {
    float: none;
}

.posts-panel .posts-list .post-item:not(:last-child) {
    border-bottom: 0.0625rem solid #e6e6e6;
}

.posts-panel .post-item {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0.9375rem 0;
}

.posts-panel .post-item::before,
.posts-panel .post-item::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.posts-panel .post-item::after {
    clear: both;
}

.posts-panel .post-item .post-thumbnail {
    display: block;
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .posts-panel .post-item .post-thumbnail {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.posts-panel .post-item .post-thumbnail:last-child:not(:first-child) {
    float: right;
}

.posts-panel .post-item .post-thumbnail img {
    width: 100%;
    height: auto;
}

.posts-panel .post-item .post-text {
    width: 66.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
    .posts-panel .post-item .post-text {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.posts-panel .post-item .post-text:last-child:not(:first-child) {
    float: right;
}

.posts-panel .post-item .post-text p {
    margin: 0;
}

.posts-panel .post-item .post-title {
    font-size: 1.625rem;
}

.posts-panel .post-item .post-meta {
    color: #8a8a8a;
    font-size: 0.875rem;
}

.posts-panel .post-item .meta {
    display: inline-block;
    margin-right: 0.9375rem;
}

.posts-panel .post-item .meta-icon,
.posts-panel .post-item .meta-text {
    display: inline-block;
    padding-right: 0.3125rem;
}

.posts-panel .post-item .post-read-more {
    display: block;
    font-size: 0.875rem;
}

.posts-panel .post-item .post-read-more .fa {
    padding: 0 0.3125rem;
}

.posts-panel .pinned-post .post-item {
    border-bottom: 0.0625rem solid #e6e6e6;
}

.posts-panel .pinned-post .post-thumbnail {
    display: block;
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.posts-panel .pinned-post .post-thumbnail::before,
.posts-panel .pinned-post .post-thumbnail::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.posts-panel .pinned-post .post-thumbnail::after {
    clear: both;
}

@media print, screen and (min-width: 40em) {
    .posts-panel .pinned-post .post-thumbnail {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.posts-panel .pinned-post .post-thumbnail:last-child:not(:first-child) {
    float: right;
}

.posts-panel .pinned-post .post-thumbnail,
.posts-panel .pinned-post .post-thumbnail:last-child {
    float: none;
}

.posts-panel .pinned-post .post-thumbnail img {
    width: 100%;
    height: auto;
}

.posts-panel .pinned-post .post-text {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-top: 0.9375rem;
}

.posts-panel .pinned-post .post-text::before,
.posts-panel .pinned-post .post-text::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.posts-panel .pinned-post .post-text::after {
    clear: both;
}

@media print, screen and (min-width: 40em) {
    .posts-panel .pinned-post .post-text {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.posts-panel .pinned-post .post-text:last-child:not(:first-child) {
    float: right;
}

.posts-panel .pinned-post .post-text,
.posts-panel .pinned-post .post-text:last-child {
    float: none;
}

@media screen and (max-width: 39.9375em) {
    .posts-panel .posts-list .post-title {
        font-size: 1.125rem;
    }

    .posts-panel .posts-list .post-meta {
        font-size: 0.75rem;
    }

    .posts-panel .posts-list .post-summary {
        font-size: 0.75rem;
    }

    .posts-panel .posts-list .post-read-more {
        display: none;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .posts-panel .posts-list .post-title {
        font-size: 1.25rem;
    }

    .posts-panel .posts-list .post-meta {
        font-size: 0.875rem;
    }

    .posts-panel .posts-list .post-summary {
        font-size: 0.875rem;
    }
}

.posts-panel.grid .pinned-post,
.posts-panel.grid .posts-list {
    width: 50%;
    float: left;
    padding-right: 0;
    padding-left: 0;
}

.posts-panel.grid .pinned-post:last-child:not(:first-child),
.posts-panel.grid .posts-list:last-child:not(:first-child) {
    float: right;
}

@media screen and (max-width: 39.9375em) {
    .posts-panel.grid .pinned-post,
    .posts-panel.grid .posts-list {
        max-width: 75rem;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        float: left;
        padding-right: 0;
        padding-left: 0;
    }

    .posts-panel.grid .pinned-post::before,
    .posts-panel.grid .pinned-post::after,
    .posts-panel.grid .posts-list::before,
    .posts-panel.grid .posts-list::after {
        display: table;
        content: ' ';
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .posts-panel.grid .pinned-post::after,
    .posts-panel.grid .posts-list::after {
        clear: both;
    }

    .posts-panel.grid .pinned-post:last-child:not(:first-child),
    .posts-panel.grid .posts-list:last-child:not(:first-child) {
        float: right;
    }

    .posts-panel.grid .pinned-post,
    .posts-panel.grid .pinned-post:last-child,
    .posts-panel.grid .posts-list,
    .posts-panel.grid .posts-list:last-child {
        float: none;
    }
}

.posts-panel.grid .pinned-post .post-item {
    border: 0;
}

.posts-panel.grid .posts-list .post-title {
    font-size: 1.125rem;
}

.posts-panel.grid .posts-list .post-meta {
    font-size: 0.75rem;
}

.posts-panel.grid .posts-list .post-summary {
    font-size: 0.75rem;
}

.posts-panel.grid .posts-list .post-read-more {
    display: none;
}

.marketing-site-content-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.marketing-site-content-section .button.round {
    border-radius: 5000px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.marketing-site-content-section .marketing-site-content-section-img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}

.marketing-site-content-section .marketing-site-content-section-img img {
    width: 100%;
}

@media screen and (min-width: 40em) {
    .marketing-site-content-section .marketing-site-content-section-img {
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }
}

.marketing-site-content-section .marketing-site-content-section-block {
    padding: 1rem;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background: #e6e6e6;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (min-width: 40em) {
    .marketing-site-content-section .marketing-site-content-section-block {
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        padding: 2rem;
    }
}

.marketing-site-content-section-block-header {
    font-size: 24px;
}

.marketing-site-content-section-block-subheader {
    font-size: 13px;
}

@charset "UTF-8";

.card-article-hover {
    box-shadow: 0px 0px 7px #888888;
}

.card-article-hover .card-section {
    width: 90%;
    background: #fff;
    margin: 0 auto;
    padding-top: 25px;
    margin-top: -3rem;
    z-index: 2;
}

.card-article-hover .card-section .article-subtext {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
}

.card-article-hover .card-section .article-title {
    font-weight: bold;
    font-family: ‘Georgia’, serif;
    font-size: 1.5rem;
    color: #000;
}

.card-article-hover .card-section .article-desc {
    font-family: ‘Georgia, serif;
    font-size: 1rem;
}

.card-article-hover .card-divider {
    background: #fff;
}

.card-article-hover .card-divider .author {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #59c1f2;
}

.card-article-hover .hover-border {
    height: 10px;
    width: 450px;
    background: #544747;
    width: 0;
    transition: width 1s ease;
}

.card-article-hover:hover .hover-border {
    height: 10px;
    width: 450px;
    transition: width 1s ease;
}

.card-article-hover .author {
    color: navy;
}

.card-article-hover .avatar {
    border-radius: 50%;
    margin: 0 1rem;
}

.card-article-hover .meta-data {
    text-transform: uppercase;
}