/*CSS FOR REDESIGN*/
/* BLOG -----------------------------
---------------------------------- */
/*weird header on the blog page*/
.blog-header-full.page-top-header {display: none;}
/* RIGHT COLUMN ---------------------
---------------------------------- */
.type-docTypeRightColumn {padding: 60px 0;}
.type-docTypeRightColumn .cta-block-content {margin-bottom: 0;}
.blog-right-base {margin-bottom: 60px;}
/*SOCIAL*/
.social-follow-links a:last-of-type { margin-right: 0;}
.social-follow-links {
    text-align: center;
    margin-top: -15px;
    margin-bottom: -15px; /* can't add a selector to outer element, so overriding the right column module padding*/
}
.social-follow-links a {
    margin-right: 60px;
    font-size: 25px;
    margin-top: 30px;
    display: inline-block;
}
/*CALLOUT MODULE*/
.callout-module h4 {margin-bottom: 30px;}
.callout-module .button {margin-top: 30px;}
.callout-module {
    padding: 45px 5%;
    text-align: center;
}
.callout-module div {
    line-height: 1.8em;
}
/*BLOG PREVIEW*/
.blog-teaser, .blog-date, .blog-title {
    text-align: center;
    width: 100%;
}
.blog-post.result .post-social {
	white-space: nowrap;
	line-height: 27px;
	margin-left: 10px;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.blog-post.result .post-social a {
    margin-right: 15px;
    font-size: 18px;
}
.blog-post.result .post-social a.addthis_button_pinterest_share {
	margin-right: 0;
}
/*ARCHIVE*/
.blog-archive-base li { margin-bottom: 20px; }
.blog-archive-base li a {
    font-weight: 700;
    font-size: 14px;
}
.blog-archive-base li a span {
    font-weight: normal;
    margin-left: 10px;
}
.blog-archive-month {margin-top: 10px;}
.blog-archive-month li {margin: 0 0 5px 20px;}
/*TAGS*/
.blog-tag-cloud, .blog-archive-base {margin-top: 60px;}
.blog-tag-cloud li a {
    padding: 11px 15px;
    display: inline-block;
    margin-bottom: 10px;
}
.blog-tag-cloud li {
    display: inline-block;
    margin-right: 5px;
}
@media (max-width: 767px) {
    .blog-post.first {padding: 0;}
    .blog-post.first a > div:not(.teaser-image) {padding: 0 15px;}
}

/* LEFT COLUMN ----------------------
---------------------------------- */
.blog-read-more {
    text-align: center;
    margin-top: 30px;
}
.blog-root-inner {
    display: flex;
    flex-wrap: wrap;
}
/*INDIVIDUAL BLOG PREVIEWS*/
.blog-root .blog-post {
    margin-bottom: 75px;
}
.blog-root .teaser-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.blog-root .teaser-image:after {
    content: '';
    padding-bottom: 66.666%;
    display: block;
}
.blog-title h1 {font-size: 1.5em;}
.blog-title h3 {font-size: 1.25em;}
.blog-title h3, .blog-title h1 {
    line-height: 1.5em;
    margin-bottom: 15px;
    font-family: 'proxima-nova', sans-serif;
    font-weight: bold;
}
.first .blog-date {margin: 20px 0 10px;}
.blog-date {margin-top: 10px;}
.blog-date p {
    color: #806f66;
    font-size: 16px;
    letter-spacing: 3px;
}
/* hide date on post */
.Post .blog-date p { display: none; }

.blog-post .preview {
    display: flex;
    flex-direction: column;
}
.blog-post .blog-teaser a { color: #f2644d; }
@media(min-width: 768px) {
    .first .blog-title h3, .blog-post-content .blog-title h1 {font-size: 2em;}
    /*account for extra space between columns on blog/event/blog post pages*/
}
@media (min-width: 992px) {
    .blog-root {padding-right: 40px;}
    .blog-post-content .col-md-8 { padding-right: 55px;}
}




/* BLOG POST ------------------------
---------------------------------- */
.blog-text .container {
    width: 100%;
    padding: 0;
}
.blog-text ol {
    list-style-type: decimal;
    margin-left: 1.5em;
}
.blog-text ul {
    list-style-type: disc;
    margin-left: 1.5em;
}
.blog-image {width: 100%;}
.blog-text .type-rte p {margin-bottom: 30px;}
.blog-text .type-rte h5 {
    margin-bottom: 25px;
}
.blog-post-content .tags-holder {
    margin-top: 10px;
    margin-bottom: 40px;
}
.blog-post-content .tags-holder .tag-title {
    text-transform: uppercase;
}
.blog-post-content .tags-holder a {
    color: #f2644d;
    font-size: 14px;
    font-weight: 700;
}
.blog-post-content .tags-holder .comma-orange {
    color: #f2644d;
}
.blog-post-content .share-and-comment {
    margin-top: 15px;
}
/*featured posts*/
.featured-post {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.featured-post:last-of-type {margin-bottom: 0;}
.featured-post:first-of-type {margin-top: 55px;}
.featured-image {
    background-size: cover;
    background-position: center;
    flex: 0 0 32.5%;
    min-height: 80px;
    max-height: 100px;
    max-width: 150px;
}
.featured-image:after {
    content: '';
    display: block;
    padding-bottom: 66.66%;
}
.featured-image + .featured-text {padding-left: 20px;}
.featured-text {font-size: 14px;}
.featured-text p {line-height: 1.5em;}
.featured-date {font-weight: 200;}
.featured-title {font-weight: 600;}

/*related-posts*/
.related-post .related-text {text-align: center;}
.related-posts {margin: 55px 0;}
.related-posts h4 {margin-bottom: 50px;}
.related-post .related-date {font-size: 14px;}
.related-post .related-title {font-weight: 600;}
.related-post .related-image { margin-bottom: 10px;}
@media (min-width: 768px) {
    .you-may-also .related-posts > .row {
        width: 100%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .you-may-also .related-post {
        max-width: 33.33%;
        -webkit-flex: 1 1 33%;
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .blog-post-content .tags-holder .tag-title {
        display: block;
        margin-bottom: 10px;
    }
    .blog-text .image-wrapper {margin: 0 -15px;}
    .related-post {
        max-width: 400px;
        margin: 0 auto;
        display: block;
        float: none;
        margin-bottom: 55px;
    }
    .related-post:last-of-type {margin-bottom: 0;}
}
/*facebook comments*/
.blog-facebook-comments {
    margin: 50px -8px;
}
/*share and comment*/
.share-and-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 41px;
    position: relative;
    margin-bottom: 55px;
}
.share-and-comment p {
    margin-right: auto;
    font-size: 14px;
    white-space: nowrap;
}
.share-and-comment .icons {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 4%
}
.addthis_toolbox a {margin-bottom: 0;}
.comment-count * {
    display: inline-block;
    margin: 0 2px;
}
.comment-count {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 120px;
        flex: 0 1 120px;
    text-align: center;
}
/*Prev/next*/
.blog-prev-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
    min-height: 80px;
    margin-bottom: 55px;
}
.blog-prev-next a {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 14px;
}
.blog-prev-next div {
    padding: 10px 20px;
}
.blog-prev-next .next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: right;
}
.blog-prev-next i {
    font-size: 24px;
}
@media (min-width: 768px) {
    .blog-post-content .blog-title, .blog-post-content .blog-date { text-align: left;}
    .blog-prev-next h6 {margin-bottom: 3px;}
    .share-and-comment .icons a {margin-left: 30px;}
}
@media (max-width: 767px) {
    .share-and-comment {
        height: 50px;
        margin-top: 20px;
        justify-content: space-between;
    }
    .share-and-comment p {
        position: absolute;
        top: -28px;
        left: 0;
    }
    .share-and-comment .icons {
        padding: 0 10px 0 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 110px;
            flex: 1 1 110px;
    }
    .blog-prev-next div {
        padding: 10px 3px;
    }
    .comment-count {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 80px;
            flex: 0 1 80px;
    }
}



/* EVENTS ---------------------------
---------------------------------- */
/*add margin top to things that aren't a doctype (these have automatic margins)*/
.event-container .blog-text [class^="type-"]:first-of-type:not(.type-docType) {margin-top: 100px;}
.event-container .blog-text [class^="type-"]:last-of-type:not(.type-docType) {margin-bottom: 100px}
.event-container .blog-text .col-md-12 > .type-media_wide {margin-top: 50px;}
.event-container .blog-text .col-md-12 > .type-media_wide {margin-bottom: 50px}
@media(max-width: 767px) {
    .event-container .blog-text [class^="type-"]:first-of-type:not(.type-docType) {margin-top: 70px;}
    .event-container .blog-text [class^="type-"]:last-of-type:not(.type-docType) {margin-bottom: 70px}
}
.event-headline {
    max-width: 740px;
    margin: 0 auto;
}
.event-headline h2 {
    text-align: center;
    margin-bottom: 30px;
}
.event-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.event-buttons .button2.addtocalendar { background: #eee; }
.social-ghost-buttons {font-size: 14px;}
.social-ghost-buttons a {
    margin-left: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
}
.social-ghost-buttons i {line-height: 37px;}
@media (min-width: 768px) {
    .event-buttons .social-ghost-buttons, .event-buttons .addtocalendar {
        margin-left: 25px;
        margin-right: 25px;
    }
}
@media(max-width: 767px) {
    .event-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .event-buttons .button {margin-bottom: 40px;}
    .event-buttons .button:last-of-type {margin-bottom: 60px;}
    .social-ghost-buttons a {margin-left: 15px;}
}

/* ADD TO CALENDAR ------------------
---------------------------------- */
.addtocalendar var{display: none;}
.addtocalendar a, .addtocalendar a:hover, .addtocalendar, .addtocalendar:hover {transition: none !important}
.atcb-link:hover~ul, .atcb-list:hover{ visibility:visible;}
span.addtocalendar {
    position: relative;
    padding: 0;
    overflow: visible;
}
.addtocalendar .atcb-link {
    color: inherit;
    padding: 11px 19px;
    min-height: 38px;
}
.atcb-link {
    display: block;
    outline: none!important;
    cursor: pointer;
}
.atcb-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 170px;
    z-index: 99;
    box-shadow: 0 0 5px #AAA;
    margin-top: 8px;
    width: 100%;
    padding: 15px 25px 15px 30px;
    background: #fff;
}
ul.atcb-list:before {
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    top: -8px;
    width: 100%;
    left: 0;
}
.atcb-item {
    float: none;
    z-index: 900;
    text-align: left;
    outline: none;
    text-transform: none;
    margin-bottom: 10px;
}
.atcb-item:last-of-type {margin-bottom: 0;}
.atcb-item-link {
    text-decoration: none;
    outline: none;
    display: block;
}

/* MOBILE FILTERS -------------------
---------------------------------- */
.mobile-filters {
    font-size: 14px;
    line-height: 22px;
}
.mobile-filters span {
    font-weight: 600;
    margin: 10px 25px 0 0;
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
}
.mobile-filters i {
    font-size: 10px;
    margin-left: 8px;
}
/*account for hiding/showing p based on if a span filter exists*/
.mobile-filters p {
    position: absolute;
    top: 30px;
    display: none;
}
.mobile-filters span + p {display: block;}
.mobile-filters span:first-of-type {margin-top: 70px}

/*-------------------------------------------------
	NewlandIcons
---------------------------------------------------*/
.share-and-comment [class^="newlandicon"] {
	display: flex;
	justify-content: center;
	align-items: center;
}
.share-and-comment .newlandicon-facebook,
.share-and-comment .newlandicon-twitter { font-size: 0.9em; }
.share-and-comment .newlandicon-email-icon { font-size: 0.72em; }
/*-------------------------------------------------
	Share and Comment section - Sticky
---------------------------------------------------*/
@media(min-width: 1080px) {
	.Post .blog-post-main-content .col-md-8 .blog-text { position: relative; }
	.Post .blog-post-main-content .share-and-comment.mobile-version { display: none; }
	.Post .blog-post-main-content .col-md-8 .blog-text .share-and-comment.sticky-icons {
		border: none;
		position: -webkit-sticky;
		position: -moz-sticky;
		position: -ms-sticky;
		position: -o-sticky;
		position: sticky;
		top: 160px;
		transform: translate(-110px, -5px);
		min-height: 200px;
	}
	.Post .blog-post-main-content .col-md-8  .blog-text .share-and-comment.sticky-icons .icons { flex-direction: column; }
	.Post .blog-post-main-content .col-md-8 .blog-text .share-and-comment.sticky-icons .icons a:not(:first-of-type) { margin-top: 15px; }
	.Post .blog-post-main-content .col-md-8 .blog-text .share-and-comment.sticky-icons + .image-wrapper { margin-top: -270px; }
}
@media (max-width: 1079px) {
	.Post .blog-post-main-content .col-md-8 .blog-text .share-and-comment.sticky-icons { display: none; }
}