/*!
Theme Name: Fusion Web
Theme URI: http://underscores.me/
Author: Steve Hardin
Author URI: http://checksteveout.com
Description: Showcase stable of horses and their riders.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fusion-web
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Fusion Web is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*SVG LOGO COLORS*/

.logo-color-blue{
    fill:#2460a7;
}
.logo-color-gray{
    fill:#646464;
}
.logo-color-white path{
    fill:#ffffff!important;
}
.cls-1{
    fill:#888;
}

li.bright > span {
    display: inline-block;
}

.alert-message,
.redirect-message,
.long-message{
    box-shadow: inset 0px 0px 4px rgba(0,0,0,0.4)
}
.content-contain.alert-message .row-box > .column,
.content-contain.redirect-message .row-box > .column,
.content-contain.long-message .row-box > .column{
    padding: 30px;
}
.alert-message:after,
.redirect-message:after {
    content: '';
    display: block;
    height: 4px;
    background-color: #acf04d;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -2px;
    z-index: 101;
	-webkit-animation: alert 500ms infinite;
	-moz-animation: alert 500ms infinite;
	-ms-animation: alert 500ms infinite;
	-o-animation: alert 500ms infinite;
	animation: alert 500ms infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}
.alert-message:after{
    background-color: #fff;
}
.message-banner .section-content:after {
    content: '';
    display: block;
    background-color: #acf04d;
    position: absolute;
    width: 2px;
    height: 80%;
    left: 0;
    top: 10%;
    z-index: 101;
	-webkit-animation: alert 500ms infinite;
	-moz-animation: alert 500ms infinite;
	-ms-animation: alert 500ms infinite;
	-o-animation: alert 500ms infinite;
	animation: alert 500ms infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}
/* keyframes */
@-webkit-keyframes alert {
	0%   {opacity:0;}
	50%   {opacity:.9;}
	100% {opacity:0;}
}

@-moz-keyframes alert {
	0%   {opacity:0;}
	50%   {opacity:.9;}
	100% {opacity:0;}
}

@-ms-keyframes alert {
	0%   {opacity:0;}
	50%   {opacity:.9;}
	100% {opacity:0;}
}

@-o-keyframes alert {
	0%   {opacity:0;}
	50%   {opacity:.9;}
	100% {opacity:0;}
}

@keyframes alert {
	0%   {opacity:0;}
	50%   {opacity:.9;}
	100% {opacity:0;}
}

.led {
	display: inline-block;
	position: relative;
	margin: 0 5px 0 0;
	width: 7px; height: 7px;
	border-radius: 50%;
	background-color: rgb(255, 136, 115);
	box-shadow: inset 0px 1px 0px rgba(0,0,0,.1);
	-webkit-animation: led .8s infinite;
	-moz-animation: led .8s infinite;
	-ms-animation: led .8s infinite;
	-o-animation: led .8s infinite;
	animation: led .8s infinite;
}

/* keyframes */
@-webkit-keyframes led {
	0%   {opacity:.4;}
	25%  {opacity:.6;}
	50%  {opacity:.8;}
	75%  {opacity:1;}
	100% {opacity:.2;}
}

@-moz-keyframes led {
	0%   {opacity:.4;}
	25%  {opacity:.6;}
	50%  {opacity:.8;}
	75%  {opacity:1;}
	100% {opacity:.2;}
}

@-ms-keyframes led {
	0%   {opacity:.4;}
	25%  {opacity:.6;}
	50%  {opacity:.8;}
	75%  {opacity:1;}
	100% {opacity:.2;}
}

@-o-keyframes led {
	0%   {opacity:.4;}
	25%  {opacity:.6;}
	50%  {opacity:.8;}
	75%  {opacity:1;}
	100% {opacity:.2;}
}

@keyframes led {
	0%   {opacity:.4;}
	25%  {opacity:.6;}
	50%  {opacity:.8;}
	75%  {opacity:1;}
	100% {opacity:.2;}
}



.clear-fix{
	display:block;
	height:0;
	clear:both;
	line-height:0;
	font-size:1px;
}
.preclear{
	position: relative;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

.callout{
	font-style: italic;
	font-size: 2.25em;
	opacity: 0.7;
	margin: .1em 0 .25em;
}

blockquote p{
	font-size: 2em;
}
.stripe-title{
	display: block;
	width: 100%;
	text-align: center;
    font-size: 2em;
	letter-spacing: .2em;
	line-height: 1.2em;
	text-transform: uppercase;
	padding: 5px 0;
	margin-bottom: 10px;
}
.flush .stripe-title{
	width: auto;
	padding: 10px 0 5px;
	margin-bottom: -25px;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom: none;
	text-align: center;
	z-index: 30;
	position: relative;
	font-size: 2em;
	line-height: 1em;
	letter-spacing: .1em;
}
h3.stripe-title{
	font-size: 1.25em;
}
.column h3 {
    margin-bottom: 5px;
}
.column h2 + h3 {
    margin-top: 0px;
}

/*
============================
Sub-Nav
============================
*/

#sub-nav{
	text-align: center;
	position: relative;
	z-index: 990;
	-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;
}
#sub-nav.stickytop + div{
	margin-top: 50px;
}
#sub-nav.stickytop{
	width: 100%;
	position: fixed;
	top: 0;
}
#sub-nav ul{
	margin: 0 0 0 auto;
	padding: 0;
	display: table;
}
#sub-nav ul li{
	display:table-cell;
	list-style-type: none;
}
#sub-nav ul li a{
	padding: 13px 17px;
	font-size: 12px;
	display: inline-block;
	white-space:nowrap;
	text-decoration: none;
}
#sub-nav ul li a{
    position: relative ;
}
#sub-nav ul li a.active:after,
#sub-nav ul li a:hover:after,
#sub-nav ul li a:active:after{
	content: '';
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    position: absolute ;
    background-color: rgba(0, 0, 0, 0.25);
}
#sub-nav ul li a > *{
	display: none;
}
@media screen and (max-width:62rem){
	#sub-nav ul li a i.fa{
		display: none;
	}
	#sub-nav ul li.back-to-top a i.fa{
		display: block;
	}
}
@media screen and (min-width:45rem){
	#sub-nav ul li a .text{
		display: block;
	}
}
@media screen and (max-width:45rem){
	#sub-nav ul li a .bullet{
		display: block;
		font-size: 1.3em;
		padding: 0 5px;
	}
}
@media screen and (max-width:33px){
	#sub-nav{
		overflow-x: scroll;
		overflow-y: hidden;
	}
	#sub-nav.stickytop:after{
		content: ' ';
		display: block;
		position:fixed;
		right: 0;
		top: 0;
		width: 20px;
		height: 50px;
		z-index: 1002;
		opacity: 0.5;
		background-image: url(/wp-content/themes/fusion-foundry/assets/right-scroll-border.png);
		background-repeat: no-repeat;
		background-position: center right;
	}
}
	
/*
============================
Section-Nav
============================
*/

.section-nav{
	text-align: center;
	position: relative;
	z-index: 990;
	-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;
}
.section-nav.stickytop + div{
	margin-top: 50px;
}
.section-nav.stickytop{
	width: 100%;
	position: fixed;
	top: 0;
}
.section-nav ul{
	margin: 0 auto;
	padding: 0;
	display: table;
}
.section-nav ul li{
	display:table-cell;
	list-style-type: none;
}
.section-nav ul li a{
	padding: 13px 17px;
	font-size: 12px;
	display: inline-block;
	white-space:nowrap;
	text-decoration: none;
}
.section-nav ul li a{
    position: relative ;
}
.section-nav ul li a.active:after,
.section-nav ul li a:hover:after,
.section-nav ul li a:active:after,
.section-nav ul li.current_page_item a:after,
.section-nav ul li.current-menu-item a:after{
	content: '';
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    position: absolute ;
    background-color: rgba(0, 0, 0, 0.25);
}
.section-nav ul li a > *{
	display: none;
}
@media screen and (max-width:62rem){
	.section-nav ul li a i.fa{
		display: none;
	}
	.section-nav ul li.back-to-top a i.fa{
		display: block;
	}
}
@media screen and (min-width:45rem){
	.section-nav ul li a .text{
		display: block;
	}
}
@media screen and (max-width:45rem){
	.section-nav ul li a .bullet{
		display: block;
		font-size: 1.3em;
		padding: 0 5px;
	}
}
@media screen and (max-width:33px){
	.section-nav{
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.section-nav.stickytop:after{
		content: ' ';
		display: block;
		position:fixed;
		right: 0;
		top: 0;
		width: 20px;
		height: 50px;
		z-index: 1002;
		opacity: 0.5;
		background-image: url(/wp-content/themes/fusion-foundry/assets/right-scroll-border.png);
		background-repeat: no-repeat;
		background-position: center right;
	}
}
	
/*
============================
JUMPER-Nav
============================
*/

.jumper-nav{
    display: flex;
    text-align: center;
	position: relative;
	z-index: 990;
	-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;
}
.jumper-nav.stickytop + div{
	margin-top: 50px;
}
.jumper-nav.stickytop{
	width: 100%;
	position: fixed;
	top: 0;
}
.jumper-nav ul{
    margin: 0 auto;
    padding: 8px;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 50px;
}
.jumper-nav ul li{
    display: block ;
    margin: 0 .2em!important;
    white-space: nowrap;
}
.jumper-nav ul li .fflms-button{
    box-shadow: unset;
    margin: 0;
    opacity: 0.7;
}
/* Hover */
.jumper-nav ul li .fflms-button:hover,
.jumper-nav ul li .fflms-button:active {
    opacity: 1;
    transform: translateY(0);
}
.jumper-nav ul li .fflms-button.small span{
    font-size: 0.6.5em;
    padding: 2px 9px;
    text-transform: uppercase;
}
.jumper-nav ul li a > .bullet{
	display: none;
}



.thick-blocks {
  -webkit-column-count: 2;
  -webkit-column-gap:   0px;
  -moz-column-count:    2;
  -moz-column-gap:      0px;
  column-count:         2;
  column-gap:           0px;  
}
.thick-blocks {
	line-height: 0;
}
.thick-blocks a.block-single {
  /* Just in case there are inline attributes */
  width: 100% !important;
  /*height: auto !important;*/
	height: 300px;
	height: 60vh;
	padding: 0;
	position: relative;
	display: block;
	border-bottom: none!important;

	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
/*	background-size: 110%;*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
a.bg0{
	background-color: rgba(0, 69, 99,1)!important;
}
a.bg1{
	background-color: #000000!important;
}
a.bg2{
	background-color: #444444!important;
}
a.bg3{
	background-color: #888888!important;
}
a.bg4{
	background-color: #222222!important;
}
a.color1,
a:link.color1,
a:visited.color1{
	color: #ffffff;
}
.thick-blocks .block-single:hover{
	background-color: #000000!important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
/*	background-size: 114%;*/
}
.thick-blocks .block-single .block-copy-container{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: table;
	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.thick-blocks .block-single:hover .block-copy-container{
	background-color: #000000;
}
.thick-blocks .block-single .block-copy-container .block-copy{
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	text-shadow: 0px 0px 1px #000000;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.thick-blocks .block-single:hover .block-copy-container .block-copy{
	text-shadow: 0px 0px 0px #000000;
}

/*@media (min-width: 1200px) {
  .thick-blocks {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}*/
@media (max-width: 33rem) {
  .thick-blocks {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
  .thick-blocks .block-single {
  border-bottom: 2px #ffffff solid !important;
  }
	
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	/*box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);*/
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.row-box > .column > .wp-block-kadence-rowlayout.alignwide .kt-row-layout-inner,
.row-box > .column .entry-content > .wp-block-kadence-rowlayout.alignwide .kt-row-layout-inner{
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display:table; table-layout:fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.img-container{
	line-height: 0;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
h2.widget-title {
	font-size: 1.2em;
    font-weight: bold;
}
.widget_nav_menu li.menu-item{
	margin: 10px 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

.lead .column:first-of-type > p:first-of-type,
.column.lead > p:first-of-type,
p.lead{
	font-size: 1.4em;
}
@media (max-width: 32rem) {
    .lead .column:first-of-type > p:first-of-type,
    .column.lead > p:first-of-type,
    p.lead{
        font-size: 1.25em;
        line-height: 1.25;
    }
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.title-contain{
	width: 100%;
	clear: both;
	padding: 0;
    background-color: rgba(246, 246, 246, 0.95);
    opacity: 1;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    position: absolute;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	top: 0;
    z-index: 998;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.title-contain .row-box{
	display: flex;
	width:100%;
	padding: 0 25px;
	flex-direction:row;
	justify-content:space-between;
    align-items:center;
}
.title-contain .row-box:after{
	content:unset;
}
@media screen and (max-width:32rem){
    .title-contain .row-box{
        padding-right: 0;
    }
}
.title-contain .row-box > *{
	flex: 1 1 auto;
	margin: 0 auto;
}
.title-contain .section-nav ul{
	display: flex;
	text-align: right;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
.title-contain .section-nav ul li{
	display: inline-block;
}
.title-contain .section-nav ul li a{
	padding: 10px 10px;
}
@media screen and (max-width:32rem){
    .title-contain .section-nav ul li a{
        padding: 8px 4px;
    }    
}
.post-header .post-thumbnail{
	line-height: 0;
}
.post-header .post-thumbnail IMG{
	width: 100%;
	line-height: 0;
}
.bg-color-gray{
     -moz-filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
     -o-filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
     -webkit-filter: grayscale(100%);
     filter: gray;
     filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
}
.hero-shot{
	position: relative;
	padding: 0;
	overflow: hidden;
	z-index: 1;
	background: #fff url('/wp-content/themes/fusion-foundry/assets/images/pattern-01-BG-full.png') center center no-repeat;
	background-size: cover;
	min-height: 90vh;
}
	.hero-shot.background-fit{
        overflow: visible;
        min-height: unset!important;
	}
	.hero-shot.half-height{
		min-height: 50vh;
	}
	.hero-shot.quarter-height{
		min-height: 25vh
	}
	.full-height{
		min-height: 90vh!important
	}
	.half-height{
		min-height: 50vh!important
	}
    .card .half-height.post-info{
		padding: 3vw 3.5vw;
	}
	.quarter-height{
		min-height: 25vh!important
	}
    .three-quarter-height{
		min-height: calc(85vh - 120px);
	}
    .card .three-quarter-height.post-info{
		padding: 3vw 3.5vw;
	}

/*article.hentry{
    min-height:50vh;
    border: 1px rgba(255, 255, 255, 0.2) solid;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    border-radius: 6px;	
}
*/
.single article.hentry{
    /*padding: 4vw;*/
    /*padding: 50px;*/
	padding: 0;
    z-index: 1;
    position: relative;
}
.single-podcast article.hentry{
    padding: 30px;
    margin: 30px 30px 70px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.15);
}
#breadcrumbs{
    padding: 10px;
    font-size: 0.8em;
}
#breadcrumbs i{
    margin: 0 5px;
}
.blur-bg{
    -webkit-backdrop-filter: saturate(280%) blur(30px);
    backdrop-filter: saturate(280%) blur(30px);
}
.has-header-image.hang-first-element .row-box > .column:first-of-type {
    margin-top: -25vh;
    background-color: rgba(255, 255, 255, 0.65);
    z-index: 1;
    position: relative;
    -webkit-backdrop-filter: saturate(280%) blur(30px);
    backdrop-filter: saturate(280%) blur(30px);
    min-height:50vh;
    /*border: 1px rgba(255, 255, 255, 0.2) solid;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    border-radius: 6px;*/
}


.page-title{
	margin: 0;
	padding: 7px 0;
	letter-spacing: .05em;
	text-transform: uppercase;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.title-contain.stickytop{
	width: 100%;
	position: fixed;
	top: 0;
    opacity: 1;
}
.title-contain .page-title{
	font-size: 20px;
    font-weight: bold;
    text-transform: none;
}
.title-contain.stickytop .page-title{
	font-size: 16px;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
.single-event .entry-title {
	border-bottom: 1px #ddd solid;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.clear-padding{
	display:block;
	height:50px;
	clear:both;
	line-height:0;
	font-size:1px;
}
@media screen and (max-width:33rem){
	.clear-padding{
		height:0 !important;
	}
}/*/mediaquery*/

.seo-hidden{
	display:block;
	position:fixed !important;
	left:-99995px !important;
	width:1px !important;
	height:1px !important;
	overflow:hidden !important;
}
img{max-width:100%;}

p:empty,
article:empty,
.column:empty{
	display:none!important;
}

#slides{position:relative;}
.prev-slide,
.prev-slide:link,
.prev-slide:visited,
.next-slide,
.next-slide:link,
.next-slide:visited {
	display: inline-block;
	position: absolute;
	box-sizing: border-box;
	padding: 0;
	font-size: 50px;
	width: 49%;
	color: rgba(255, 255, 255, 0);
	text-decoration: none;
}
.next-slide .fa-fw,
.prev-slide .fa-fw{
	padding: 0 0 5px;
}
.prev-slide:hover,
.prev-slide:active,
.prev-slide:focus,
.next-slide:hover,
.next-slide:active,
.next-slide:focus {
	color: rgba(255, 255, 255, 1.0);
	outline: none;
	text-decoration:none;
}

.legalese{display:block;font-size:10px;}

.tile-container {
	margin: 20px;
}
.tile-container div.tile {
    padding:0;
    margin:20px 2%;
    display:inline-block;
    width:45%;
	vertical-align: top;
	background-color:transparent;
	color: #ffffff;
	/*border-top: 3px #004563 solid;*/
	position: relative;
	text-align: center;
}
.tile-container div.tile-33 {
    padding:0;
    margin:20px 2%;
    display:inline-block;
    width:28%;
	vertical-align: top;
	background-color:transparent;
	color: #ffffff;
	/*border-top: 3px #004563 solid;*/
	position: relative;
	text-align: center;
}
.tile-container h2{
	text-align: left!important;
}
.tile-container a IMG{
	opacity: 0.2;
}
.tile-container div.tile span {
	position: absolute;
	bottom: 42%;
	left: 0;
	right: 0;
	padding: 15px;
	font-size: 24px;
	text-transform: uppercase;
}
@media only screen and (max-width:45rem){
	.tile-container div.tile,.tile-container div.tile-33 {
		padding:0;
		margin:10px 0;
		display:inline-block;
		width:100%;
	}
	.tile-container {
		margin: 20px 0;
	}
	.tile-container IMG{
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
	.tile-container div.tile span {
		bottom: 0;
		font-size: 26px;
		line-height: 1em;
		text-align: left;
	}
}

/* CTA Link Styles */

.watermark-link{
	display: block;
	text-align: right;
	color: rgba(122,122,122,0.48);
	font-size: 1em;
	font-weight: 800;
	line-height: .5;
}

/* TABS */


.tabs-nav {
    margin: 0;
}
.tabs-nav ul {
    list-style: none;
    margin: .6em 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.tabs-nav li {display: inline-block;}
.tabs-nav a {
    display: block;
    padding: 5px 10px;
    border: 2px solid transparent;
    text-decoration: none;
    text-transform: uppercase ;
    letter-spacing: 0.15em;
}.tabs-nav a:hover {
    border-bottom-color: #ccc;
}
.tabs-nav a.active {
    border-bottom-color: #ca0406;
}
section.tab {
    display: none;
    margin-bottom: 15px;
    padding: 15px 0;
}
section.tab.active {display: block;}


.current{
-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
}


/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ffffff;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

#map-canvas{
	height:66vh;
	min-height: 300px;
	width:100%;
}
.map-canvas-directions{
	position: absolute;
	bottom: -15px;
	left: 50%;
	background-color: #f4f4f4;
	padding: .3em .7em;
	font-size: 1.1rem;
	transform: translateX(-50%);
	box-shadow: rgba(0,0,0,0.5) 0px 1px 0.15em 0em;
	-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;
	z-index: 2;
	cursor: pointer;
}
.map-canvas-directions:hover{
	background-color: #fff;
	box-shadow: rgba(0,0,0,0.5) 0px 1px 0.4em 0em;
}

.fus-box{
    padding: 1vw;
    margin: 0;
}
.fus-box > *:first-child{
    margin-top: 0;
}
.fusblock-section.highlight{
    border-left:6px solid #888;
}
/*--------------------------------------------------------------
0.0 PAGE-SPECIFIC
--------------------------------------------------------------*/

#page #call-to-action{
	text-align:center;
}
#page #call-to-action{
	font-size:1em;
	font-weight:300;
	margin: 0;
}
@media screen and (max-width:45rem){
	#page #call-to-action{font-size:1.15em;}
}/*/mediaquery*/

.sidebar-social-box.bars{
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 40px;
    background-color: #eee;
}
.sidebar-social-box.bars a{
    display: flex ;
    flex-direction: column ;
    text-align: center ;
    width: 38px;
    bottom: 0px;
    position: absolute ;
    z-index: 2;
}
.sidebar-social-box.bars a span{
    margin-top: auto ;
}

.sidebar-social-box.bars a:nth-child(1){
    left: 40px;
    background-color: #fff000;
    height: calc(60px * .8);
 animation: social-bounce-1 2s infinite;
 -webkit-animation: social-bounce-1 2s infinite;
 -moz-animation: social-bounce-1 2s infinite;
 -o-animation: social-bounce-1 2s infinite;
}

.sidebar-social-box.bars a:nth-child(2){
    left: 80px;
	background-color: #00ff78;
    height: calc(80px * .8);
 animation: social-bounce-2 2.5s infinite;
 -webkit-animation: social-bounce-2 2.5s infinite;
 -moz-animation: social-bounce-2 2.5s infinite;
 -o-animation: social-bounce-2 2.5s infinite;
}
.sidebar-social-box.bars a:nth-child(3){
    left: 120px;
	background-color: #91edf2;
    height: 50px;
}
 
@keyframes social-bounce-1 {
 0% {height: calc(60px * .8);} 
 10% {height: calc(100px * .8);}
 25% {height: calc(70px * .8);}
 30% {height: calc(90px * .8);}
 45% {height: calc(58px * .8);}
 50% {height: calc(96px * .8);}
 55% {height: calc(60px * .8);}
 75% {height: calc(110px * .8);}
 80% {height: calc(70px * .8);}
 90% {height: calc(90px * .8);}
 100% {height: calc(60px * .8);}
}
@keyframes social-bounce-2 {
 0% {height: calc(80px * .8);} 
 10% {height: calc(60px * .8);}
 25% {height: calc(58px * .8);}
 30% {height: calc(80px * .8);}
 45% {height: calc(65px * .8);}
 50% {height: calc(90px * .8);}
 55% {height: calc(65px * .8);}
 75% {height: calc(58px * .8);}
 80% {height: calc(77px * .8);}
 90% {height: calc(70px * .8);}
 100% {height: calc(80px * .8);}
}
 
/*.metaslider .ms-image img {
    -webkit-transform: translateX(-1%) scale(1.05);
    transform: translateX(-1%) scale(1.05);
	-webkit-animation: slider-pan 17s infinite;
	animation: slider-pan 17s infinite;
	-webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.metaslider .flex-active-slide img {
}
@keyframes slider-pan {
 from {
    transform: translateX(1%) scale(1.05);
  }
  to {
    transform: translateX(-1%) scale(1.05);
  }
}

*/


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.simcal-calendar-list .simcal-events{
    display: flex ;
    flex-wrap: wrap;
    
}
.simcal-calendar-list .simcal-event{
    flex: 0 0 33.33%;
    display: flex;
}
@media screen and (max-width:45rem){
    .simcal-calendar-list .simcal-event{
        flex: 0 0 50%;
    }
}
@media screen and (max-width:33rem){
    .simcal-calendar-list .simcal-event{
        flex: 0 0 100%;
    }
}
.simcal-calendar-list .simcal-event-details {
    margin: 5px;
    padding: 10px;
    background: rgba(247, 247, 247, 0.07);
    display: flex;
    flex-direction: column;
    flex: 1;
    border: 1px rgba(240, 240, 240, 0.1) solid;
}
.simcal-calendar-list .simcal-event-start-date{
    font-weight: bolder;
    text-transform: uppercase;
}
.simcal-calendar-list .simcal-default-calendar-list ul.simcal-events li.simcal-event{
    margin: 0!important;
}
.simcal-calendar-list .simcal-event h3{
    font-size: 1.25em;
    line-height: 1;
    margin-top: 0;
}
.simcal-calendar-list .simcal-default-calendar-list .simcal-event-details p:first-of-type {
    flex: 1 0 auto; 
}
.simcal-calendar-list .simcal-default-calendar-list .simcal-event-details p:last-of-type {
    margin:0;
}
.simcal-calendar-list .simcal-events-list-container > p{
    text-align: center;
}
.simcal-calendar-list .simcal-day-label{
    display: none
}

.message-banner,
.message-alert,
.redirect-message,
.alert-message{
    display: none;
}
.fancybox-slide .message-banner,
.fancybox-slide .message-alert,
.fancybox-slide .redirect-message,
.fancybox-slide .alert-message{
    width: auto;
    height: auto;
}

.message-banner .msg-title,
.message-alert .msg-title,
.redirect-message .msg-title,
.alert-message .msg-title{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.closed .msg-title{
    font-size: 1.5em;
}

.msg-close{
    position: absolute;
    top: 10px; right: 10px;
    width: auto;
}
.msg-close{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.rotated { 
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}
.msg-close:hover{
    opacity: 0.8;
    cursor: pointer;
}