/* Section Content Styles */

.section-content{
	position: relative;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;    
    padding: 30px;
	width: 100%;
	max-width: 1080px;
	margin:0 auto;
	clear: both;
}
    .section-content > *{
        width: 100%;
    }
    .section-content p{
        width: 100%;
    }

.kt-row-column-wrap .section-content{
    padding: 2vw;
}
.flush > .section-content{
    padding: 0;
}
.sleek .section-content,
.slim .section-content{
    padding: 10px;
}
.fus-box .section-content{
    padding: 0;
}
.faq-item{
    padding: 18px;
    border-radius: 4px;
    margin: 5px 0;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}
.faq-item > *:first-child:not(.fflms-button),
.faq-item > .wp-block-group__inner-container > *:first-child:not(.fflms-button){
    margin-top:0;
}
.faq-item > *:last-child:not(.fflms-button),
.faq-item > .wp-block-group__inner-container > *:last-child:not(.fflms-button){
	margin-bottom:0;
}

.fusblock-section{
    margin: 35px auto;
    max-width:1080px;
}
.fusblock-section.alignfull{
    /*margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);*/
    margin-top: 0;
    margin-bottom: 0;
    max-width:none;
}
.fusblock-section.alignwide{
    max-width: 1350px;
}
.section-content.w-stretch{ max-width: none; }
.section-content.w-wide{ max-width: 1350px; }
.section-content.w-narrow{ /*width: 92%;*/ max-width: 850px; }

.rounded{border-radius: 6px;}
    .rounded.screener:before{border-radius: 6px;}
.rounded-large{border-radius: 12px;}
    .rounded-large.screener:before{border-radius: 12px;}

.wp-block-coblocks-column p {
    margin-bottom: 1em!important;
}





/*--------------------------------------------------------------
0.0 Split Function Content Structure
--------------------------------------------------------------*/

#primary,
.content-contain{
	display:block;
	position: relative;
	padding:0;
	margin:0;
}
section.content-contain{
	background: #fff;
}
/*.wp-block-coblocks-row{
    padding-top: 25px;
    padding-bottom: 25px;
}*/
.row-box{
	position:relative;
	display:block;
	padding:0;
	width: 100%;
	/*max-width:1080px;*/
	margin:0 auto;
	clear: both;
}
section > .row-box{
	display: block;
    padding:0;
	border-spacing: 0;
	clear: both;
}
.row-box:after{
	content: '';
	display: table;
	width: 100%;
}
.content-contain .row-box > .column{
    padding: 0;
}
.injected .row-box{
	max-width:1120px;
}
.row-box.stretch{
	padding:0;
	max-width:none;
}
.row-box.narrow{
	max-width: 900px;
}
.row-box.extra-wide{
	max-width:1200px;
}

.as-table{
	display: table;
	table-layout: fixed;
	width: 100%
}
.as-table > .column{
	display: table-cell;
	width: auto;
	float: none;
}

@media screen and (max-width:45rem){
	.as-table{
		display: block;
	}
	.as-table > .column{
		display: block;
	}
}
.column{
	display:block;
	margin:0 auto;
	padding: 25px;
	vertical-align: top;
	float: left;
}
.column:not(.noMobile){
	width: 100%;
}
    #main .column:first-of-type{padding-top: 0;}
    #main .column:last-of-type{padding-bottom: 0;}

.equal-padding .row-box,
.column.equal-padding{
	padding: 25px;
}
.column > *:first-child:not(.fflms-button),
.fus-box > *:first-child:not(.fflms-button),
.entry-content > *:first-child:not(.fflms-button),
.section-content > *:first-child:not(.fflms-button){
	margin-top:0;
}
.column > *:last-child:not(.fflms-button),
.fus-box > *:last-child:not(.fflms-button),
.section-content > *:last-child:not(.fflms-button){
	margin-bottom:0;
}
.column.header{
	padding-bottom: 30px;
}

.bg-image{
	background-position: center center;
	background-repeat: no-repeat no-repeat;
	background-size: cover;
}
.dimmer,.screener{
    position: relative ;
}
.dimmer:before {
	content: '';
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.screener:before {
	content: '';
	display: block;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    /*opacity: 0.5;*/
}
.column.bg-image.dimmer,
.column.bg-image.screener {
    position: relative;
}
.column.bg-image.dimmer > *,
.column.bg-image.screener > * {
	z-index: 5;
    position: relative;
}

.column blockquote p{
    position: relative ;
	line-height: 1.55;
    z-index: 2;
}
.screener .column blockquote p{
    font-size: 2em;
    line-height: 1.5;
}
.black .column blockquote p{
	color: #fff;
}
.column blockquote p span{
	font-size: 15px;
	text-transform: uppercase;
	line-height: 27px;
	font-style: normal;
	letter-spacing: 2px;
}

.sleek .row-box,
.card .post-info.sleek{
    padding: 0;
}
.vert-space{
	margin-top:30px ;
	margin-bottom:30px;
}
.plus,
.card .post-info.plus{
	padding-top: 40px;
	padding-bottom: 40px;
}
.thick,
.card .post-info.thick{
	padding-top:90px;
	padding-bottom:90px;
}
.fat,
.card .post-info.fat{
	padding-top:160px ;
	padding-bottom:160px;
}
.windowframe,
.card .post-info.windowframe{
    min-height: 100vh;
}
.padding-top-50,
.card .post-info.padding-top-50{
    padding-top: 50px;
}
.padding-bottom-50,
.card .post-info.padding-bottom-50{
    padding-bottom: 50px;
}

.flush,
section.flush > .row-box,
section.flush > .row-box .column,
section > .row-box.flush,
.card .post-info.flush{
	padding:0;
}

.fus-blocks .row-box{
	display: table;
}
.fus-blocks .row-box > .column{
	display: table-cell;
    vertical-align: middle;
	float: none;
}
.fus-blocks .row-box > .column.w25,
.fus-blocks .row-box > .column.w20{
	vertical-align: top;
}
.fus-blocks .row-box > .column.bg-image{
	height: 75vh;
	min-height: 75vh;
}
@media screen and (max-width:783px){
    .fus-blocks .row-box{
		display:block;
		width: 100%;
	}
    .fus-blocks .row-box > .column{
        display: table;
        vertical-align: middle;
        float: none;
        padding: 4vw 10vw;
        margin: 20px 0;
    }    
	.fus-blocks .row-box > .column.bg-image {
    	min-height: 45vh;
    }
    .card .post-info.thick{
        padding-top:20px;
        padding-bottom:20px;
    }    
}/*/mediaquery*/

.steps .row-box > .column:nth-of-type(1){transform: translateY(-20px)}
.steps .row-box > .column:nth-of-type(2){transform: translateY(0px)}
.steps .row-box > .column:nth-of-type(3){transform: translateY(20px)}
.steps .row-box > .column:nth-of-type(4){transform: translateY(40px)}
.steps .row-box > .column:nth-of-type(5){transform: translateY(60px)}
.steps .row-box > .column:nth-of-type(6){transform: translateY(40px)}
.steps .row-box > .column:nth-of-type(7){transform: translateY(20px)}
.steps .row-box > .column:nth-of-type(8){transform: translateY(0px)}

.slant-top:before{
    content: '';
    display: block ;
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0px;
    left: 0;
	background: #cc533b;
    transform: skewY(-3deg) translateY(-50%);
}
.slant-bottom + div + section .row-box{
    padding-top: 80px;
}
.slant-bottom:after{
    content: '';
    display: block ;
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0px;
    left: 0;
    z-index: 5;
	background: #cc533b;
    transform: skewY(3deg) translateY(50%);
}
section.slant-top .row-box { padding-top:40px; }
section.slant-bottom .row-box { padding-bottom:40px; }

.raw-contain{
    width: calc(100% + 10px); 
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    flex-wrap: wrap;
}
.flush .raw-contain{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.card-contain a{
    color: inherit ;
    text-decoration: none;
}
.card-contain{
    display: flex;
    position: relative;
    width: 50%;
	padding:5px;
    vertical-align: top;
}
.card-contain .card{
    display: flex;
	flex-direction: column ;
    margin:0px;
    padding: 0;
	width:100%;
	position: relative;
    
    min-width: 0;
    max-width: none;
    border: none;
    
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;    
}
.card-contain .card.solid{
    background-color: #fff;
}
.card .post-info{
	padding: 20px;
    flex: 1;
}
@media (max-width: 32rem) {
    .card .post-info{
        padding: 12px;
    }
}
    .post-info:empty{
        display: none;
    }
.card-contain a.card:hover{
    box-shadow:  0 0 2px rgba(0,0,0,0.2);
}
.card-contain a.card:hover .post-info{
    background-color:rgba(255,255,255,0.1);
}
.card .post-date{
    font-size: 0.8em;
    margin-top: 0;
}
.card .post-info .bucket-desc{
    flex: 1 0 auto;
    margin-bottom: 6px;
}
.card .post-info > *:first-child{margin-top: 0px;}
.card .post-info > *:last-child{margin-bottom: 0px;}
.card .post-info .team-detail{
	font-size: .85em;
	margin-bottom: 3px;
}
.card .post-info .vsel-meta-date{
	font-size: 1em;
	font-weight: bold;
}
.boxy .card.team .post-info{
    justify-content: flex-end;
}
.card.team .post-info > h2,
.card.team .post-info > h3,
.card.team .post-info > h4{
    flex: 0 0 auto;
    margin-top: 0;
    padding: 0;
}
.boxy.has-image .card.team .post-info:hover{
    background-color: transparent!important;
    background: none!important;
}
.card.ticker .post-info,
.card.ticker .post-info p,
.card.ticker .post-info .vsel-meta-date{
    font-size: .8rem;
    line-height: 1;
	text-align: center;
    font-weight: bold;
}
@media (max-width: 32rem) {
    .card .post-info .team-detail{
        font-size: .7em;
    }    
}

.card.ticker .post-info{
	padding: 10px;
}
.card .post-info > *:nth-last-child(2){
    flex: 1 0 auto;
}
.card .post-info > h2{
	line-height: 1.1;
	margin: 0 0 10px;
}
.card .post-info > h3{
	line-height: 1;
	margin: 0 0 10px;
}
@media (min-width: 32rem) {
    .w33 h2,.w25 h2,.w20 h2,
    .w33 h3,.w25 h3,.w20 h3
    {
    	font-size: 1.35em;
    }    
}
.w12 .extra-content h3{
	font-size: 1em;
	line-height: 1;
	margin: 0 0 2px;
}
    .card .post-info.half-height > h2,
    .card .post-info.half-height > h3{
        font-size: 1.8em;
    	line-height: 1.2;
        font-weight: normal;
    }
    .w50 .card .post-info.half-height > h2,
    .w50 .card .post-info.half-height > h3,
    .w100 .card .post-info.half-height > h2,
    .w100 .card .post-info.half-height > h3{
        font-size: 2.3em;
    }
.card .post-info .meta,
.card .post-info .description,
.card.team .extra-content .meta{
	border-top: 1px rgba(220, 220, 220, 0.7) solid;
    width: 100%;
}
.card .post-info .description{
}
.card .post-info .meta{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.card .post-info .meta > span{
    display: inline-block;
    width: calc(100% * (1 / 3));
    margin-right: auto;
    font-size: 0.7em;
    padding: 5px 8px;
    border-left: 1px rgba(220, 220, 220, 0.7) solid;
}
.card .post-info .meta > span.post-tag-contain{
    margin-right: 0;
}
.card .post-info .meta > span.post-source-contain{
    width: calc(100% * (2 / 3));
}
.card .post-info .meta > span.series-title{
    width: calc(100% * (3 / 5));
}
.card .post-info .meta > span.post-icon{
    width: calc(100% * (1 / 5));
    padding: 5px 0px;
    flex: 1 0;
}
@media screen and (max-width:783px){
    .card .post-info .meta > span{
        width: 50%!important;
    }
}
.card a.fflms-button,
.card .fflms-button {
    margin-bottom: 0;
}

.card.testimonial blockquote p{
	font-size: 1.4em;
    line-height: 1.3em;
}
@media screen and (max-width:783px){
    .card.testimonial blockquote p{
        font-size: 1.15em;
    }
}
.card.horse{
	background-color: #fff;
	color: #444444;
}
.card.gallery-expanded {
    background-color: #ddd;
}

.card.highlight{
    padding: 2vw;
    text-align: center;
}
.card.highlight .post-info{
    align-items: center ;
    display: flex ;
    flex-direction: column ;
    flex: 1 0 auto;
}
.card.highlight .post-info > h2{
    font-size: 1.25em;
    font-weight: bold;
    text-transform: uppercase;
}
.card.highlight .img-container IMG{
    border-radius: 50%;
}
.card.highlight a.fflms-button,
.card.highlight .fflms-button {
    justify-content: center;
}
.no-image,.has-image{
    
}
@media screen and (max-width:783px){
    .card.highlight {
        padding: 2vw;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.1);
        box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
        border-radius: 5px;
    }
    .card.highlight .img-container IMG{
        display: none;
    }
    .card .post-info.half-height > h2,
    .card .post-info.half-height > h3,
    .w50 .card .post-info.half-height > h2,
    .w50 .card .post-info.half-height > h3,
    .w100 .card .post-info.half-height > h2,
    .w100 .card .post-info.half-height > h3{
        font-size: 2em;
    }
}

.team-detail{
    display: block;
}
.vsel-meta-title{
	font-weight: bold;
}
.card-contain.flush,
.flush .card-contain{
	padding: 0;
    position: relative ;
}
.flush .card-contain:before,
.flush .card-contain:after{
    content: '';
    display: block ;
    position: absolute ;
    background-color: #eee;
    z-index: 2;
}
.flush .card-contain:before{
    top: 0px;
    right: -1px;
    width: 1px;
    height: 100%;
}
.flush .card-contain:after{
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
}

/* Card Style: basic-stack */
.basic-stack .post-info{
    display: flex;
    flex-direction: column;
}

/* Card Style: side-by-side */
.side-by-side .card{
    flex-direction: row;
    align-items: center;
}
.side-by-side .post-info{
    padding: 3vw;
    align-self: stretch;
    display: flex;
    flex-direction: column;
}
.side-by-side .img-container{
    flex: 0 0 50%;
}
.side-by-side .card.rounded img{
    border-radius: 6px 0 0 6px;
}

@media screen and (max-width:32rem){
	.side-by-side .card{
		flex-wrap: wrap;
	}
	.side-by-side .card .img-container,
	.side-by-side .card .post-info{
        flex-basis: 100%;
		width: 100%;
	}
	.side-by-side .card .img-container{
        overflow-y: hidden;
        max-height: calc(100vw - 40px);
	}
	.side-by-side.single-item .card .img-container{
        max-height: calc(100vw - 100px);
	}
    .side-by-side .card.rounded img{
        border-radius: 6px 6px 0 0;
    }
}


/* Card Style: boxy */
.boxy .card .post-info{
    flex: 1 0 auto;
}
.boxy .card .post-info{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    text-align: center;
}
/*.has-image .card .post-info{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}*/
.boxy.has-image .card .post-info{
    background-color: rgba(0, 0, 0, 0.0)
}
.boxy .card .post-info > h2,
.boxy .card .post-info > h3{
    font-size: 1.9em;
    line-height: 1.25;
    font-weight: bold;
    text-transform: none;
}
.boxy.has-image .card .post-info > h2,
.boxy.has-image .card .post-info > h3,
.boxy.has-image .card .post-info > h4{
   /* text-shadow: 0 0 15px rgba(0,0,0,0.25);*/
}
.boxy.has-image .card .post-info,
.boxy.has-image .card .post-info > h2,
.boxy.has-image .card .post-info > h3,
.boxy.has-image .card .post-info > h4{
	/*color: #fff;*/
}
.boxy.has-image .card .post-info > h3,
.boxy.has-image .card .post-info > h4{
    
}
@media screen and (max-width:400px){
    .boxy .card .img-container IMG{
        background: none;
        opacity: 0.8;
    }
    .boxy.w33 .card .post-info > h2,
    .boxy.w25 .card .post-info > h2,
    .boxy.w20 .card .post-info > h2,
    .boxy.w33 .card .post-info > h3,
    .boxy.w25 .card .post-info > h3,
    .boxy.w20 .card .post-info > h3{
        font-size: 1.1em;
    }
}

/* Card Style: Minimal */
.minimal .team-detail{
    display: none;
}
.minimal .tile-effects:hover{
    box-shadow: none;
}

/* Card Style: horz-bar */
.horz-bar .card{
    display: flex;
    flex-direction: row;
    margin: 0px;
    width: 100%;
    position: relative;
}
.horz-bar .card .img-container{
    overflow: hidden;
    flex: 0 0 12px;
}
.horz-bar.w100 .card .img-container,
.horz-bar.w50 .card .img-container{
    flex: 0 0 23%;
    min-width: 65px
}
.horz-bar .card.rounded .img-container{
    border-radius: 6px 0 0 6px;
}
.horz-bar .card .img-container IMG{
    height: 100%;
    max-width: unset;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(calc(-50% + 50px));
}
.horz-bar .card.rounded .img-container IMG{
    border-radius: 6px 0 0 6px;
}
.horz-bar .card .post-info{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.horz-bar.no-image .card .post-info{
    border-left: 12px solid #888;
    /*padding-left: calc(12% - 12px + 20px);*/
}
.horz-bar .card .post-info > h2,
.horz-bar .card .post-info > h3{
    flex-grow: 0;
}
.horz-bar.has-image .card .post-info > h2,
.horz-bar.has-image .card .post-info > h3,
.horz-bar.has-image .card .post-info > h4{
   /* text-shadow: 0 0 15px rgba(0,0,0,0.25);*/
}
.horz-bar.has-image .card .post-info > h2,
.horz-bar.has-image .card .post-info > h3,
.horz-bar.has-image .card .post-info > h4{
}
.horz-bar.has-image .card .post-info > h3,
.horz-bar.has-image .card .post-info > h4{
    
}
.horz-bar:not(.w100) .card .post-info .bucket-desc{
    font-size: 0.8em;
}

/*single-item featured stripe*/
.single-item .card{
	display: flex;
	min-height: 100px;
	position: relative;
}
.single-item .card.tile-effects-wide{
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.single-item .card-contain{
    padding-left: 30px;
    padding-right: 30px;
}
.single-item .card a{
	position: relative;
	z-index: 25;
}

.single-item .card .img-container,
.single-item .card .post-info{
	
}
.single-item .card .post-info{
	
}
@media screen and (max-width:32rem){
	.single-item .card{
		flex-wrap: wrap;
	}
	.single-item .card .img-container,
	.single-item .card .post-info{
        flex-basis: 100%;
		width: 100%;
	}
	.single-item .card .post-info{
		
	}
}

/* Podcast Cards */
.card .episode-list{
    display: block;    
    width: 100%;
    margin: 0;
    padding-left: 0;
    font-size: 0.8em;
    list-style-type: none;
    align-items: flex-start;
}
.episode-count + .post-date{
    align-self: center;
    background-color: rgba(255,255,255,0.1); 
    border-radius: 6px;
    padding: 2px 10px;
    width: auto !important;
}
.episode-count{
    flex: 1 0 auto;
}
.card .episode-list .episode-item{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.card .episode-list .episode-item:nth-last-of-type(1){
	opacity: 0.3;
}
.card .episode-list .episode-item:nth-last-of-type(2){
	opacity: 0.7;
}
.card .episode-list .episode-item:nth-of-type(1){
	opacity: 1!important;
}
.card .episode-list .episode-item:nth-of-type(2){
	opacity: 1!important;
}
.card .episode-list .episode-item:focus,
.card .episode-list .episode-item:hover{
	opacity: 1;
}
.card .episode-list .episode-item .post-date{
    flex: 0 0 75px;
    margin-top: 2px;
}
.episode-item a:hover{
    text-decoration: underline ;
}
.episode-item i{
    opacity: 0;
}
.episode-item:hover i{
    opacity: 1;
}
@media (max-width: 900px) {
    .card .post-info .meta {
        flex-wrap: wrap;
    }
}
@media (max-width: 600px) {
    .card .post-info .meta > span,
    .card .post-info .meta > span.series-title{
        width: 50%;
    }
}

/* Rich Slider */
.rich-slider .card{
	display: flex;
	position: relative;
}
.rich-slider .card-contain,
.rich-slider .card-contain .card{
	background-size: cover;
}
.rich-slider .card a{
	position: relative;
	z-index: 25;
    margin-top: 10px;
}
.rich-slider .card h2{
    margin-bottom: 0!important;
}
.rich-slider .card .img-container,
.rich-slider .card .post-info{
	align-self: center;
}
.rich-slider .card .post-info{
    padding: 25px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    /*border-left: 1.5vw #6cab36 solid;*/
    z-index: 1;
}
.rich-slider .card .slide-pre-title,
.rich-slider .card .slide-title,
.rich-slider .card .slide-content{
    /*text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);*/
}
.rich-slider .post-info .has-embed-image{
    margin: auto;
}
    .rich-slider .post-info .has-embed-image:first-of-type{
        margin: auto 0 auto auto;
    }
    .rich-slider .post-info .has-embed-image:last-of-type{
        margin: auto auto auto 0;
    }

@media screen and (max-width:45rem){
    .rich-slider .post-info .has-embed-image:first-of-type{
        margin: auto auto 0;
    }
    .rich-slider .post-info .has-embed-image:last-of-type{
        margin: 0 auto auto;
    }
}

.rich-slider-nav .card-contain{
    width: 100%;
}
.rich-slider-nav .card{
	display: flex;
	min-height: 70px;
	position: relative;
	background-size: cover;
    background-position: center 35%;
    border-width: 1px 1px 0 0;
    border-color: #ccc;
    border-style: solid ;
}
.rich-slider-nav .card-contain:last-of-type .card{
    border-right:0 solid #aaa;
}
.rich-slider-nav .card:before{
    content: '';
    position: absolute ;
	background-color:rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
/*.rich-slider-nav .slick-current .card:before,*/
.rich-slider-nav .card:hover:before{
	background-color:rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;    
}
/*.rich-slider-nav .slick-current .card:before{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
	filter: alpha(opacity=1 * 100);
}*/
.rich-slider-nav .card .slide-title{
	margin: 0em;
}
.rich-slider-nav .card .post-info{
	text-align: center;
	margin: auto;
	font-size: 1.2em;
	font-weight: bold;
    z-index: 1;
}
.rich-slider-nav .post-info{
    position: relative ;
    padding: 5px;
}
/*.rich-slider-nav .slick-current .post-info:after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%); 
    top: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #222;
}*/
.rich-slider-nav .card-contain.slick-slide{
    cursor: pointer;
}
.rich-slider .slider-embed-image{
    max-height: calc(60vh - 60px);
    margin: auto;
}

@media screen and (max-width:27.5em){
	.rich-slider-nav .card .post-info{
		font-size: 12px;
	}
	.rich-slider .slider-embed-image{
		max-height: 35vh;
	}
}

.rich-slider .fus-slide-title-contain {
	font-weight: bold;
	text-transform: uppercase;
}
.rich-slider .slide-title {
	margin: 0 auto 0.25em;
    font-size: 1.8em;
    line-height: 1.2;
    text-transform: none;
    font-weight: bold;
}
.rich-slider .slide-pre-title {
    font-size: 1em;
    letter-spacing:0.2em;
}
.rich-slider .card .slide-content{
    font-size: 0.8em;
}
.rich-slider .slide-content h3 {
    margin: 5px;
}
@media screen and (min-width: 37.5em) {
	.rich-slider .card .post-info{
        padding: 80px;
        margin: auto;
	}    
    .rich-slider .slide-title {
        font-size: 2.6em;
        /*font-weight: normal;*/
    }
    .rich-slider .card .slide-content{
        font-size: 1em;
    }
}
@media screen and (min-width: 65em) {
    .rich-slider .slide-title {
        font-size: 3.3em;
    }
}


/*FLEX*/

.fusblock-section.flex{
	display:flex;
    flex-direction: column;
    justify-content: center;
}
.fusblock-section.flex{
    
}
.flex .row-box{
	display:flex;
	flex-wrap: nowrap;
}
.flex .row-box:after{
    content: unset ;
}
.flex.windowframe .row-box{
    align-items: center;
}
.flex .row-box > .column{
    flex: 1 0 auto;
    align-items: center;
    float: none;
    max-width: 900px;
}
.column.flex{
	display:flex;
	flex-wrap: wrap;
}
.raw-contain.flex{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.flex .card-contain{
    display: flex ;
    float: none;
}
.flex .card-contain > *{
    display: flex ;
	flex-direction: column;
	/*margin:10px;*/
}
.flex .card .post-info{
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
}
.flex .card .post-info .description{
	flex: 1 0 auto;
}


.extra-content{
	background-color: rgba(143, 155, 165, 0.85);
    display: block ;
    position: absolute ;
    bottom: 0;
    width: 100%;
    transform: scale3d(1.0,0.0,1.0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    transform-origin: bottom center;
    padding: 15px;
    text-align: center;
}
    .team .extra-content{
        padding: 10px 10px 0;
    }
.extra-content h3{
    font-size: 1.15em;
}
.column .extra-content p,
.column .extra-content ul{
    font-size: 0.85em;
    line-height: 1.1;
    color: #fff;
}
.column .extra-content p strong{
    color: #eee;
}
.column .extra-content ul{
    margin: 0;
}
.column .extra-content li{
	border-bottom: 1px #ddd solid;
    padding: 2px 0;
}
.card:hover .extra-content{
    transform: scale3d(1.0,1.0,1.0);
}

.card-contain .card.orange{border-bottom: 15px #b96a46 solid;}
.card-contain .card.orange h3{color: #b96a46;}

.card-contain .card.green{border-bottom: 15px #596d1e solid;}
.card-contain .card.green h3{color:#596d1e;}

.card-contain .card.blue{border-bottom: 15px #559094 solid;}
.card-contain .card.blue h3{color:#559094;}

.card-contain .card.purple{border-bottom: 15px #543f6d solid;}
.card-contain .card.purple h3{color:#543f6d;}

.card-contain .card.transit{border-bottom: 15px #003e7e solid;}
.card-contain .card.transit h3{color:#003e7e;}

.card-contain{ width: 100%; }

.noMobile.column.w16,.noMobile.card-contain.w16,.noMobile.sidebar-wrapper.w16{ width:calc(100% / 6); }
.noMobile.column.w20,.noMobile.card-contain.w20,.noMobile.sidebar-wrapper.w20{ width:20%; }
.noMobile.column.w25,.noMobile.card-contain.w25,.noMobile.sidebar-wrapper.w25{ width:25%; }
.noMobile.column.w30,.noMobile.card-contain.w30,.noMobile.sidebar-wrapper.w30{ width:30%; }
.noMobile.column.w33,.noMobile.card-contain.w33,.noMobile.sidebar-wrapper.w33{ width:calc(100% / 3); }
.noMobile.column.w40,.noMobile.card-contain.w40,.noMobile.sidebar-wrapper.w40{ width:40%; }
.noMobile.column.w50,.noMobile.card-contain.w50,.noMobile.sidebar-wrapper.w50{ width:50%; }
.noMobile.column.w60,.noMobile.card-contain.w60,.noMobile.sidebar-wrapper.w60{ width:60%; }
.noMobile.column.w66,.noMobile.card-contain.w66,.noMobile.sidebar-wrapper.w66{ width:66%; }
.noMobile.column.w75,.noMobile.card-contain.w75,.noMobile.sidebar-wrapper.w75{ width:75%; }

@media screen and (min-width:400px){
	.card-contain.w16{ width:calc(100% / 4); }
	.card-contain.w20{ width:calc(100% / 2); }
	.card-contain.w25{ width:50%; }
}

@media screen and (min-width:45em){
	.column.w16,.card-contain.w16,.sidebar-wrapper.w16,.w16{ width:calc(100% / 6); }
	.column.w20,.card-contain.w20,.sidebar-wrapper.w20,.w20{ width:20%; }
	.column.w25,.card-contain.w25,.sidebar-wrapper.w25,.w25{ width:25%; }
	.column.w30,.card-contain.w30,.sidebar-wrapper.w30,.w30{ width:30%; }
	.column.w33,.card-contain.w33,.sidebar-wrapper.w33,.w33{ width:calc(100% / 3); }
	.column.w40,.card-contain.w40,.sidebar-wrapper.w40,.w40{ width:40%; }
	.column.w50,.card-contain.w50,.sidebar-wrapper.w50,.w50{ width:50%; }
	.column.w60,.card-contain.w60,.sidebar-wrapper.w60,.w60{ width:60%; }
	.column.w66,.card-contain.w66,.sidebar-wrapper.w66,.w66{ width:66%; }
	.column.w75,.card-contain.w75,.sidebar-wrapper.w75,.w75{ width:75%; }
}
@media screen and (min-width:900px){
	.card-contain.w16{ width:20%; }
	.card-contain.w20{ width:25%; }
}
@media screen and (min-width:1100px){
	.card-contain.w16{ width:calc(100% / 6); }
	.card-contain.w20{ width:20%; }
	.card-contain.w25{ width:25%; }
}

@media screen and (max-width:400px){
    .column{
        padding: 4vw;
    }
    .flush{
        padding: 0;
    }
    .card-contain.w33,
    .card-contain.w50{
        width: 100%;
        min-height: 85px;
        padding-top: 0;
    }
    .card-contain.w20,
    .card-contain.w25{
        width: 50%;
        min-height: 85px;
        padding-top: 0;
    }
    .img-container > .button {
        bottom: 4px;
        left: 4px;
        right: auto;
        top: auto;
    }
    .button .gallery-contain a[data-count="0"] {
        background-color: rgba(0, 0, 0, .5) ;
        padding: 4px 10px;
        border-radius: 4px;
    }
}

.column.w100,.card-contain.w100,.sidebar-wrapper.w100{ width:100%; }
.column.w100 + .column.w100{ padding-top:0; }

.rounded,
.rounded.billboard-card img,
.wp-block-coblocks-media-card .has-background{
    border-radius: 6px;
}
.card.rounded img{
    border-radius: 6px 6px 0 0;
}

.column.header{padding-bottom: 35px;}
.column.header ~ .column:not(.w100) { padding-top:35px; }
.column.header h1,.column.header h2,.column.header h3,.column.header h4 {margin-bottom: -.17em;}

.content-contain .column h2{
    margin-bottom: .25em;
    max-width: none;
}

.tile-effects{
	box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.tile-effects:hover{
	box-shadow: 0px 2px 24px 1px rgba(0, 0, 0, .1);
}
.tile-effects-wide{
	box-shadow: 0px 5px 60px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;    
}
.tile-effects-wide:hover{
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.style2{
	background-color: #000;
	color: #fff;
}
section.white,
.white,
.white.slant-top:before,.white.slant-bottom:after{
	background: #fff;
	color: #000;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
	color: #000;
}
section.lightgray,
.lightgray,
.lightgray.slant-top:before,.lightgray.slant-bottom:after{
	background: #f2f2f2;
	color: #444;
}
.black,
.black.slant-top:before,.black.slant-bottom:after{
	background: #000;
	color: #fff;
}
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6 {
	color: #fff;
}
section.darkgray,
.darkgray,
.darkgray.slant-top:before,.darkgray.slant-bottom:after{
	background: #4d4d4d;
	color: #fff;
}
.byline-info.darkgray {
	color: #777;
}

@media screen and (max-width:45rem){
	section:not(.keep-cols) .row-box,
	section:not(.keep-cols) .row-box > .column{
		width: 100%;
        flex-wrap: wrap;
	}
	section:not(.keep-cols,.windowframe) .row-box{
		display: flex;
        flex-wrap: wrap;
	}
    .rich-slider .three-quarter-height{
		min-height: calc(95vh - 120px);
	}
    section .row-box > .column.w25,
    section .row-box > .column.w20{
		width: 50%;
	}
}/*/mediaquery*/
@media screen and (max-width:400px){
	section .row-box > .column.w25,
    section .row-box > .column.w20{
		width: 100%;
	}
}/*/mediaquery*/

.stretch > h1,
.stretch > h2,
.stretch > h3{
	margin-top: 0;
	padding-top: 20px;
}

/*  Boxed Style  */

.style-box{
    position: relative ;
    padding-left: 50px;
    padding-right: 50px;    
}
.style-box > *{
    z-index: 2;
    position: relative ;
}
.style-box:before {
    content: '';
    display: block;
    position: absolute;
	background-color: rgba(255, 255, 255, 0.5);
    top: 50%;
    left: 50%;
    width: calc(100% - 30px);
    height: calc(100% + 30px);
    overflow: visible;
    transform: translate(-50%,-50%);
    box-shadow: 0px 1px 50px -5px rgba(0, 0, 0, 0.4);
    z-index: 1;
}


/*
======== IMAGE GRIDs =========
*/
.flex-grid-container {
    display: flex;
    width: 100%;
    justify-items: stretch;
    align-items: stretch;
    justify-content: space-between;
 }
                        
.flex-grid-item {
  position: relative;
    flex: 1;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    overflow: hidden;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
a.flex-grid-item:hover{
    opacity: 0.8;
}
a.flex-grid-item:after{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;    
	content: "\f320";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute ;
    top: 10px;
    right: 10px;
	font-size: 14px;
	/*padding: 4px 10px;*/
	line-height: 1;
	color: #fff;
    border-radius: 20px;
    opacity: 0.5;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
a.flex-grid-item:hover:after{
	transform: scale(1.1);
    transform-origin: center center;
    opacity: 0.9;
}

/*
======== IMAGE GRIDs =========
*/
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr) 2fr repeat(4, 1fr);
    grid-template-rows: 2fr 1fr 3fr;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    justify-items: stretch;
    align-items: stretch;
    height: calc((100vw / 8) * 2.5);
    min-height: 350px;
 }
                        
.grid-item {
  position: relative;
  outline-style: solid;
  outline-color:#fff;
  outline-width: 1px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    overflow: hidden;
}                        
.grid-item.cellA {
}                        
.grid-item.cellB {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}                        
.grid-item.cellC {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 4;
}                        
.grid-item.cellD {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 4;
}                        
.grid-item.cellE {
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 3;
}                        
.grid-item.cellF {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 4;
}                        
.grid-item.cellG {
  grid-column-start: 5;
  grid-column-end: 6;
  grid-row-start: 3;
  grid-row-end: 4;
}                        
.grid-item.cellH {
  grid-column-start: 6;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 2;
}                        
.grid-item.cellI {
  grid-column-start: 7;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 2;
}                        
.grid-item.cellJ {
  grid-column-start: 6;
  grid-column-end: 8;
  grid-row-start: 2;
  grid-row-end: 4;
}                        
.grid-item.cellK {
  grid-column-start: 8;
  grid-column-end: 9;
  grid-row-start: 2;
  grid-row-end: 4;
}                        
.grid-item.cellL {
  grid-column-start: 8;
  grid-column-end: 9;
  grid-row-start: 3;
  grid-row-end: 4;
}

.sub-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    justify-items: stretch;
    align-items: stretch;
 }
    .grid-item.sub-cellA {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }
    .grid-item.sub-cellB {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
    }
.sub-grid.layout2 {
    grid-template-rows: 1fr 3fr;
 }
.sub-grid.layout3 {
 }
    .layout3 .grid-item.sub-cellA {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }
    .layout3 .grid-item.sub-cellB {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }
.sub-grid.layout4 {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr 2fr;
 }
    .layout4 .grid-item.sub-cellA {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    .layout4 .grid-item.sub-cellB {
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }
    .layout4 .grid-item.sub-cellC {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
.sub-grid.layout5 {
}
    .layout5 .grid-item.sub-cellA {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    .layout5 .grid-item.sub-cellB {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }
    .layout5 .grid-item.sub-cellC {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
    }


.grid-slide-contain,
.grid-slide-contain .slick-slide,
.grid-slide{
    height: calc((100vw / 8) * 1.7);
    min-height: calc(350px * (2 / 3));
    width: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.grid-slide-contain.gridhalf ,
.grid-slide-contain.gridhalf .slick-slide,
.gridhalf .grid-slide{
    height: calc((100vw / 8) * 1.25);
    min-height: calc(350px / 2);
}
.grid-slide-contain.gridthird ,
.grid-slide-contain.gridthird .slick-slide,
.gridthird .grid-slide{
    height: calc((100vw / 8) * .9);
    min-height: calc(350px / 3);
}
@media screen and (max-width: 900px) {
    .grid-container {
        grid-template-columns: repeat(3, 1fr) 2fr 1fr;
    }
    .grid-item.cellH,
    .grid-item.cellI,
    .grid-item.cellJ,
    .grid-item.cellK,
    .grid-item.cellL{
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-item.cellE,
    .grid-item.cellF,
    .grid-item.cellG{
        display: none;
    }
}


/* SHORTCODE BUTTON */

/* Main Button Style */
a.fflms-button,
.fflms-button {
    background-color: #888;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
	display: inline-flex;
	overflow: hidden;
	padding: 1px;
	vertical-align: middle;
	margin: 5px 10px 5px 0;
	text-decoration: none;
    border-radius: 30px;
    width: auto;
}
a.fflms-button:not(.color-ghost,.color-white),
.fflms-button:not(.color-ghost,.color-white) {
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3), 0px 4px 0px rgba(0, 0, 0, 0.25),0px 4px 12px rgba(0, 0, 0, 0.3);
}
    .column a.fflms-button:last-of-type,
    .column .fflms-button:last-of-type {
        margin-right: 0;
    }
.flex a.fflms-button,
.flex .fflms-button {
	margin: 10px auto 10px;
}
.column a.fflms-button.aligncenter:first-of-type,
.column .fflms-button.aligncenter:first-of-type {
    margin-left: auto;
}
.column a.fflms-button.aligncenter:last-of-type,
.column .fflms-button.aligncenter:last-of-type {
    margin-right: auto;
}

/*.column a.fflms-button {
    border-bottom:none;
}*/
.fflms-button span {
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 0.9em;
    padding: 5px 14px;
}
@media (max-width: 32rem) {
    .fflms-button span {
        font-size: 0.75em;
        padding: 3px 10px;
    }    
}
.fflms-button img {
	margin: 0;
}
/* Hover */
.fflms-button:hover,
.card:hover .fflms-button {
    opacity: 1;
    text-decoration: none;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3),0px 2px 20px rgba(255, 255, 255, 0.2);
    transform: translateY(3px);
}
/* Active */
.fflms-button:active,
.card:active .fflms-button {
opacity: 0.7;
box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3), 0px 4px 0px rgba(0, 0, 0, 0.25),0px 3px 20px rgba(255, 255, 255, 1)!important;
transform: translateY(3px);
background-color: rgba(166,166,166,1.00);
}
.fflms-button:not(.color-ghost,.color-white):hover {
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.3), 0px 1px 0px rgba(0, 0, 0, 0.5),0px 2px 20px rgba(255, 255, 255, 0.2);
}
.button-icon-right,.button-icon-left{
    -webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.fa-arrow-right{
    -webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.fflms-button:hover .fa-arrow-right,
.card:hover .fflms-button .fa-arrow-right{
    transform: translateX(2px);
}
.fflms-button:hover .button-icon-right,
.card:hover .fflms-button .button-icon-right{
    transform: translateX(2px);
}
/* Active */
.fflms-button:active {
	color:#777777;
}
.flex a.fflms-button.archive {
	margin: 30px 10px 30px auto;
}
.fflms-button.archive{
	margin: 5px auto;
	display: block;
	width: 200px;
	text-align: center;
}
.fflms-button.archive span{
	font-size: 1.35em;
	padding: 12px 28px;
}
.fflms-button.small span {
	font-size: 0.8em;
	padding: 1px 11px;/* align-self: center; */
}
.fflms-button.large span {
	font-size: 1.5em;
	padding: 8px 22px;
}
.fflms-button.color-ghost{
	border: 1px #000000 solid;
	background-color: transparent;
}
.fflms-button.color-ghost span{
	color: #000000;
	font-weight: 300;
}
    .dimmer .fflms-button.color-ghost{
        border: 1px #fff solid;
        background-color: transparent;
    }
    .dimmer .fflms-button.color-ghost span{
        color: #fff;
        font-weight: 300;
    }
.style1 .fflms-button.color-ghost,
.black .fflms-button.color-ghost{
	border: 1px #ffffff solid;
	background-color: transparent;
}
.style1 .fflms-button.color-ghost span,
.black .fflms-button.color-ghost span{
	color: #ffffff;
	font-weight: 300;
}
.fflms-button.color-none {
	background-color:transparent;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none; 
	border:none;
}
.fflms-button.color-none span {
	color:inherit;
}

/* Text Link Style */
a.fflms-button.text-link,
.fflms-button.text-link {
    background-color: transparent!important;
    box-shadow: none!important;
    border-radius: 0;
}
a.fflms-button.text-link span,
.fflms-button.text-link span {
	color: inherit;
}
/* Hover */
a.fflms-button.text-link:hover {
    color: inherit ;
	text-decoration: underline;
    opacity: 1;
    background-color: transparent;
    box-shadow: none;
    transform: none;
}
a.fflms-button.text-link:hover span {
    color: inherit ;
}
/* Active */
.fflms-button.text-link:active {
opacity: 1;
box-shadow: none;
transform: none;
background-color: transparent;
}
/* Active */
.fflms-button.text-link:active {
	color:inherit;
}
.fflms-button.text-link.color-ghost{
	border: 1px #000000 solid;
	background-color: transparent;
}
.fflms-button.text-link.color-ghost span{
	color: #000000;
	font-weight: 300;
}

.fflms-button-rich{
    padding: 5px 0;
}
.fflms-button-rich .card .post-info{
    flex-direction: row;
    align-items: stretch;
}
.fflms-button-rich .card .post-info .inline-img{
    flex:0 1 120px;
    margin-right: 15px;    
}
.fflms-button-rich .card .post-info img{
    max-height: 100px;
}
.fflms-button-rich .card .post-info .content{
    flex: 1;
    padding: 0;
    /*margin: auto;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fflms-button-rich .card .content > *:first-child{
    margin-top: 0;
}
.fflms-button-rich.boxy .card .post-info .content,
.fflms-button-rich.horz-bar .card .post-info .content{
    /*padding: 0 0 0 20px;*/
}
.fflms-button-rich .fflms-button{
    align-self: flex-start;
}
.fflms-button-rich .fflms-button.text-link{
    align-self: flex-end;
}
@media screen and (max-width: 500px) {
    .fflms-button-rich .card .post-info{
        flex-direction: column;
    }
    .fflms-button-rich .card .post-info .inline-img{
        margin-right: auto;
    }
    .fflms-button-rich .card .post-info .content{
        width: 100%;
    }
    .fflms-button-rich.boxy .card .post-info .content,
    .fflms-button-rich.horz-bar .card .post-info .content{
        padding: 0;
    }
}

.pretext{
    display: block;
}

.column .fus-richheader p {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.4em;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 5px;
}
.column .fus-richheader h1 {
	margin-top:0;
}
.column span.fus-richheader,
.pretext {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 5px;
	display: block;
}
.card .pretext{
    color: inherit;
    opacity: 0.6;
    font-size: 0.6em;
    margin-bottom: 0;
}
.section-content > .pretext,
.rich-text.pretext{
    font-size: 20px;
}
.column h1 span.fus-richheader {
	font-size: 0.3em;
}
.column h2 span.fus-richheader {
	font-size: 0.4em;
}
.column h3 span.fus-richheader {
	font-size: 0.5em;
}
.column div.fus-richheader {
	margin-top:0;
}

/* Billboard Card */
.billboard-card{
    display: flex;
    flex-direction: column-reverse;
}
.billboard-info{
    padding: 40px;
}
.billboard-info > *:first-child{ margin-top: 0; }
.billboard-info > *:last-child{ margin-bottom: 0; }
.billboard-info .billboard-desc{
    line-height: 1.6em;
    font-size: 1.1em;
}
.billboard-image picture{
    display: block;
    line-height: 0;
}

@media screen and (max-width:782px){
    .billboard-image{
        position: relative;
        height: 65vw;
        overflow: hidden;
    }
    .billboard-image picture{
        position: absolute;
        margin: 0;
        top: 0px;
        pointer-events: none;
        z-index: 1;
    }
        .content-left picture{right: 0;}
        .content-right picture{left: 0;}
        .content-center picture{left: 50%;transform: translateX(-50%);}
    
    .billboard-image picture img{
        max-width: none;
        height: 75vw;
        -ms-interpolation-mode: bicubic;
        display: inline-block;
        vertical-align: middle;
    }
}
@media screen and (min-width:783px){
    .billboard-card{
        flex-direction: row;
    }
    .billboard-info{
        position: absolute;
        height: 100%;
        padding: 8%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
        .content-left .billboard-info{left: 0;}
        .content-right .billboard-info{right: 0;}
        .content-center .billboard-info{left: 50%;transform: translateX(-50%);}
    
    .billboard-image{
        width: 100%;
    }
    .content-left .billboard-image{
        text-align: right;
    }
    .content-right .billboard-image{
        text-align: left;
    }
    .content-center .billboard-image{
        text-align: center;
    }
}

/* Section Header */

.section-heading{
	display:block;
    margin: 10px 0 20px;
    width: 100%;
}
.flush .section-heading > *{
    padding: 0 20px;
}
.section-heading h2{
	margin-bottom:0!important;
	display:inline-block;
    width: auto;
	padding:5px 0 4px;
	text-transform:uppercase;
	font-size:1.1em;
	letter-spacing:2px;
	font-weight:bolder;
}
.section-heading:after{
	content:'';
	display:block;
	width:100%;
	height:2px;
	background-color:#000;
}
    .section-heading.notVisible{
        display:block;
        margin: 0;
    }
    .section-heading.notVisible h2{
        margin:0!important;
        display:block;
        padding:0!important;
        font-size:0px!important;
    }
    .section-heading.notVisible:after{
        display:none;
    }


/* Google Map Pin Box */

.mapInfoBox{
    /*width: 50vw;*/
    max-width: 600px;
    min-width: 200px;
    padding: 0;
    display: flex;
    align-items: center;
}
.mapInfoBox .thumb {
    width: 120px;
}
.mapInfoBox article {
    flex: 1;
    width: auto;
    font-size: 1em;
    padding: 10px;
}
.mapInfoBox .directions{
    flex: 0 0 50px;
    display: flex;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.mapInfoBox article strong {
    padding: 6px 5px 1px 0;
    margin:0 0 0 0;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1;
}
.mapInfoBox img {
    width: 100%;
    height: auto;
    padding-top:0;
    margin-top:0;
}
.mapInfoBox p {
    margin-bottom: 0px;
}
@media screen and (max-width: 45em) {
    .mapInfoBox .thumb {
        display: none;
    }
}

.unify-img-height .img-container{
	text-align: center;
}
.unify-img-height .img-container img{
	height: 300px;
    object-fit: contain;
}

.img-pointer .card .post-info > *:first-child:before{
    content: '';
    display: block ;
    position: absolute ;
    width: 2px;
    height: 80px;
    left: -10px;
    top: -5px;
    background-color: #6cab36;
    z-index: 2;
    transform: rotate(60deg) translate(0px, -100%);
    transform-origin: top left;
}
.img-pointer .card .post-info > *:first-child:after{
    content: ''; 
    display: block ;
    position: absolute ;
    width: 2px;
    height: calc(100% + 5px);
    left: -10px;
    top: -5px;
    background-color: #6cab36;
    z-index: 2;
}