@keyframes animationRotate{
	0%{-webkit-transform:rotate(0);
	-ms-transform:rotate(0);transform:rotate(0);}
	100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}
	}

@-moz-keyframes animationRotate{
	0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}
	100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}
}

@-webkit-keyframes animationRotate{
	0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}
	100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}
}

@-ms-keyframes animationRotate{
	0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}
	100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}
}
@-o-keyframes animationRotate{
	0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}
	100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}
}


.fy-slideshow-container{
	position:relative;
	width:100%;
	overflow:visible;
	background-color:#000000;
	border:solid #fff;
	border-width:2px 0;}

.fy-slideshow{
	display:block;
	position:relative;
	width:100%;
	min-height:300px;
	z-index:0;
	overflow:hidden;
	-webkit-transition:height 0.3s ease-in-out 0s;
	-moz-transition:height 0.3s ease-in-out 0s;
	-ms-transition:height 0.3s ease-in-out 0s;
	-o-transition:height 0.3s ease-in-out 0s;
	transition:height 0.3s ease-in-out 0s;}


.fy-slideshow .fy-slide{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;-webkit-flex-direction:row;
	-ms-flex-direction:row;flex-direction:row;
	-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;
	flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;
	align-items:center;-webkit-justify-content:center;justify-content:center;
	-ms-flex-pack:center;position:relative;
	background-size:cover;background-repeat:no-repeat;background-position:center center;}



.fy-slideshow .fy-slide .fy-slide-background{
	display:-webkit-box;display:-moz-box;display:-ms-flexbox;
	display:-webkit-flex;display:flex;-webkit-flex-direction:row;
	-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;
	-ms-flex-align:center;align-items:center;-webkit-justify-content:center;
	justify-content:center;-ms-flex-pack:center;position:absolute;
	top:0;left:0;width:100%;height:100%;z-index:1;background-color:#000000;
	background-size:cover;background-position:center;background-repeat:no-repeat;
	-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}



.fy-slideshow .fy-slide .fy-slide-background:before,.fy-slideshow .fy-slide .fy-slide-background:after{
	content:'';position:absolute;left:0;width:100%;z-index:20;}
.fy-slideshow .fy-slide .fy-slide-background:before{
	top:0;right:0;bottom:0;left:0;height:100%;}
.fy-slideshow .fy-slide .fy-slide-background:after{
	bottom:0;height:80%;background-color:transparent;background-image:-moz-linear-gradient(top,rgba(50,54,79,0),rgba(50,54,79,0.6));background-image:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,54,79,0)),to(rgba(50,54,79,0.6)));background-image:-webkit-linear-gradient(top,rgba(50,54,79,0),rgba(50,54,79,0.6));background-image:-o-linear-gradient(top,rgba(50,54,79,0),rgba(50,54,79,0.6));background-image:linear-gradient(to bottom,rgba(50,54,79,0),rgba(50,54,79,0.6));background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0032364f', endColorstr='#9932364f', GradientType=0);}
.fy-slideshow .fy-slide .fy-slide-background.has-no-image:before{
	background-color:rgba(50,54,79,0);}
.fy-slideshow .fy-slide .fy-loading{z-index:-1;color:rgba(255,255,255,0.4);background-color:transparent;top:0;visibility:visible;opacity:1;filter:alpha(opacity=100);-webkit-transition:opacity 0.3s ease-in-out 0s;-moz-transition:opacity 0.3s ease-in-out 0s;-ms-transition:opacity 0.3s ease-in-out 0s;-o-transition:opacity 0.3s ease-in-out 0s;transition:opacity 0.3s ease-in-out 0s;}
.fy-slideshow .fy-slide .fy-caption{
	opacity:0;filter:alpha(opacity=0);-webkit-transform:translateY(36px);
	-ms-transform:translateY(36px);transform:translateY(36px);
	display:block;position:absolute;right:-250px;
	top:160px;width:100%;
	padding:0 45px;z-index:30;
	text-align:center;color:#fff;
	-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;
	-o-user-select:none;user-select:none;-webkit-transition:all 0.6s ease-in-out 0.6s;-moz-transition:all 0.6s ease-in-out 0.6s;-ms-transition:all 0.6s ease-in-out 0.6s;-o-transition:all 0.6s ease-in-out 0.6s;transition:all 0.6s ease-in-out 0.6s;}




@media screen and (max-width: 767px)
{



	.fy-slideshow .fy-slide .fy-caption{padding-left:36px;padding-right:36px;}}
.fy-slideshow .fy-slide .fy-caption:before,.fy-slideshow .fy-slide .fy-caption:after{
	content:'';position:absolute;left:50%;margin-left:0;width:0;height:2px;background-color:#ffc8aa;-webkit-transition:all 0.3s ease-in-out 1.2s;-moz-transition:all 0.3s ease-in-out 1.2s;-ms-transition:all 0.3s ease-in-out 1.2s;-o-transition:all 0.3s ease-in-out 1.2s;transition:all 0.3s ease-in-out 1.2s;
	}
.fy-slideshow .fy-slide .fy-caption:before{top:-36px;}
.fy-slideshow .fy-slide .fy-caption:after{bottom:-36px;}
.fy-slideshow .fy-slide .fy-caption .fy-caption-header h2{color:#fff;}
.fy-slideshow .fy-slide .fy-caption .fy-caption-header h1,.fy-slideshow .fy-slide .fy-caption .fy-caption-header h2,.fy-slideshow .fy-slide .fy-caption .fy-caption-header h3
{margin:0;font-size:36px;}

@media screen and (max-width: 1023px){

	.fy-slideshow .fy-slide .fy-caption .fy-caption-header h1,.fy-slideshow .fy-slide .fy-caption .fy-caption-header h2,.fy-slideshow .fy-slide .fy-caption .fy-caption-header h3{
		font-size:28px;}}



@media screen and (max-width: 767px){


	.fy-slideshow .fy-slide .fy-caption .fy-caption-header h1,.fy-slideshow .fy-slide .fy-caption .fy-caption-header h2,.fy-slideshow .fy-slide .fy-caption .fy-caption-header h3{
			font-size:24px;}}.fy-slideshow .fy-slide .fy-caption .fy-caption-header h1 a,.fy-slideshow .fy-slide .fy-caption .fy-caption-header h2 a,.fy-slideshow .fy-slide .fy-caption .fy-caption-header h3 a{
				color:currentColor;border-bottom-color:rgba(255,255,255,0.2);}
	.fy-slideshow .fy-slide .fy-caption .fy-caption-header h1 a:hover,.fy-slideshow .fy-slide .fy-caption .fy-caption-header h2 a:hover,.fy-slideshow .fy-slide .fy-caption .fy-caption-header h3 a:hover{
				color:#ffc8aa;border-bottom-color:#ffc8aa;}
	.fy-slideshow .fy-slide .fy-caption .fy-caption-content{
					width:50%;margin:9px auto 0;font-size:16px;color:rgba(255,255,255,0.8);}

@media screen and (max-width: 1023px){
	.fy-slideshow .fy-slide .fy-caption .fy-caption-content{width:100%;font-size:14px;}}
	.fy-slideshow .fy-slide .fy-caption .fy-caption-content p{margin:0;line-height:1.75;}
	.fy-slideshow .fy-slideshow-pagination{position:absolute;bottom:0;left:0;padding:0 36px;margin-bottom:36px;text-align:center;}
	.fy-slideshow .fy-slideshow-pagination .swiper-pagination-bullet{width:6px;height:6px;background-color:rgba(14,14,20,0.4);}
	.fy-slideshow .fy-slideshow-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#fff;}

@media screen and (max-width: 479px){



	.fy-slideshow .fy-slideshow-pagination{display:none;}}
	.fy-slideshow .fy-slideshow-prev,.fy-slideshow .fy-slideshow-next{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;justify-content:center;-ms-flex-pack:center;opacity:0;filter:alpha(opacity=0);position:absolute;top:50%;width:80px;height:80px;margin-top:-40px;cursor:pointer;z-index:20;-webkit-transition:all 0.15s ease-in-out 0s;-moz-transition:all 0.15s ease-in-out 0s;-ms-transition:all 0.15s ease-in-out 0s;-o-transition:all 0.15s ease-in-out 0s;transition:all 0.15s ease-in-out 0s;color:rgba(255,255,255,0.4);}

@media screen and (max-width: 767px){


		.fy-slideshow .fy-slideshow-prev,.fy-slideshow .fy-slideshow-next{display:none;}}
		.fy-slideshow .fy-slideshow-prev:hover,.fy-slideshow .fy-slideshow-next:hover{color:rgba(255,255,255,0.6);}
		.fy-slideshow .fy-slideshow-prev.swiper-button-disabled,.fy-slideshow .fy-slideshow-next.swiper-button-disabled
		{opacity:0.2;filter:alpha(opacity=20);}
		.fy-slideshow .fy-slideshow-prev{left:18px;margin-left:36px;}
		.fy-slideshow .fy-slideshow-next{right:18px;margin-right:36px;}
		.fy-slideshow:hover .fy-slideshow-prev,.fy-slideshow:hover .fy-slideshow-next{opacity:1;filter:alpha(opacity=100);}
		.fy-slideshow:hover .fy-slideshow-prev.swiper-button-disabled,.fy-slideshow:hover .fy-slideshow-next.swiper-button-disabled{opacity:0.2;filter:alpha(opacity=20);}
		.fy-slideshow:hover .fy-slideshow-prev{margin-left:0;}.fy-slideshow:hover .fy-slideshow-next{margin-right:0;}
		.fy-slideshow.js-site-slideshow .fy-slide .fy-slide-background.swiper-lazy{
			opacity:0;filter:alpha(opacity=0);}
		.fy-slideshow.js-site-slideshow .fy-slide .fy-slide-background.swiper-lazy.swiper-lazy-loaded{opacity:1;filter:alpha(opacity=100);}
		.fy-slideshow.js-site-slideshow .fy-slide .fy-slide-background.swiper-lazy.swiper-lazy-loaded .fy-loading{opacity:0;filter:alpha(opacity=0);}
		.fy-slideshow.fy-slideshow-one-image .fy-slide .fy-slide-background.fy-lazy.fy-lazy-loaded .fy-loading{opacity:0;filter:alpha(opacity=0);}
		.fy-slideshow .fy-slide.swiper-slide-active .fy-caption{opacity:1;filter:alpha(opacity=100);-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
		.fy-slideshow .fy-slide.swiper-slide-active .fy-caption:before{width:36px;margin-left:-18px;}.fy-slideshow .fy-slide.swiper-slide-active .fy-caption:after{width:36px;margin-left:-18px;}
		.fy-slideshow-badge{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;justify-content:center;-ms-flex-pack:center;position:absolute;bottom:-9px;right:-18px;width:180px;height:180px;padding:36px;z-index:20;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:20px;font-weight:700;text-transform:uppercase;letter-spacing:1px;line-height:normal;text-align:center;color:#464b6e;background-color:#fff;border-radius:50%;box-shadow:0 9px 36px 0 rgba(50,54,79,0.6);}
		.fy-slideshow-badge:before,.fy-slideshow-badge:after{content:'';position:absolute;top:12px;left:12px;width:calc(100% - (36px / 1.5));height:calc(100% - (36px / 1.5));z-index:1;border:2px solid #464b6e;border-radius:50%;-webkit-transition-property:all;-moz-transition-property:all;transition-property:all;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:cubic-bezier(0.5,1.5,1.5,0.5);-moz-transition-timing-function:cubic-bezier(0.5,1.5,1.5,0.5);transition-timing-function:cubic-bezier(0.5,1.5,1.5,0.5);}.fy-slideshow-badge:after{top:18px;left:18px;width:calc(100% - (36px));height:calc(100% - (36px));border-color:rgba(70,75,110,0.4);}

@media screen and (max-width: 1023px)
{.fy-slideshow-badge{width:140px;height:140px;bottom:auto;top:36px;font-size:15px;}
.fy-slideshow-badge:before{top:4px;left:4px;width:calc(100% - (36px / 4.5));height:calc(100% - (36px / 4.5));}
.fy-slideshow-badge:after{top:9px;left:9px;width:calc(100% - (36px / 2));height:calc(100% - (36px / 2));}}
a.fy-slideshow-badge:hover:before{top:6px;left:6px;width:calc(100% - (36px / 3));height:calc(100% - (36px / 3));border-color:#c88c78;}
a.fy-slideshow-badge:hover:after{top:9px;left:9px;width:calc(100% - (36px / 2));height:calc(100% - (36px / 2));border-color:rgba(200,140,120,0.4);}


@media screen and (max-width: 1023px){
	a.fy-slideshow-badge:hover:before{top:2px;left:2px;width:calc(100% - (36px / 9));height:calc(100% - (36px / 9));}
	a.fy-slideshow-badge:hover:after{top:4px;left:4px;width:calc(100% - (36px / 4.5));height:calc(100% - (36px / 4.5));}}

@media screen and (max-width: 1279px){

body.iphone .fy-slideshow{max-height:600px;}}




		.fy-about{padding:72px 0 36px;}
		.fy-about .fy-about-header{position:relative;padding-bottom:18px;margin-bottom:36px;color:#464b6e;}
		.fy-about .fy-about-header:before{content:'';position:absolute;top:100%;left:0;margin-top:-1px;width:72px;height:2px;z-index:0;background-color:#c88c78;}

	@media screen and (max-width: 1023px){
		.fy-about .fy-about-header:before{left:50%;margin-left:-36px;}}
		.fy-about .fy-about-header h2{font-size:24px;}

	@media screen and (max-width: 1023px){
		.fy-about .fy-about-header h2{font-size:21px;}}
		.fy-about .fy-about-description{margin:0;font-size:16px;}
		.fy-about .fy-about-description p{margin-bottom:18px;}
		.fy-about .fy-about-buttons{margin-top:36px;}

	@media screen and (max-width: 1023px){
		.fy-about .fy-about-buttons .fy-button{margin-top:6px;}}
		.fy-about .fy-about-content-column{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;justify-content:center;-ms-flex-pack:center;}
		.fy-about .fy-about-content{position:relative;padding:72px 108px 72px 72px;}

	@media screen and (max-width: 1023px){
		.fy-about .fy-about-content{padding:72px 36px;text-align:center;}}
		.fy-about .fy-about-content:before{content:'';position:absolute;top:18px;left:0;width:100%;height:calc(100% - (36px));z-index:-1;border:solid rgba(70,75,110,0.2);border-width:1px 0 1px 1px;}

	@media screen and (max-width: 1023px){
		.fy-about .fy-about-content:before{left:18px;width:calc(100% - 36px);height:calc(100% - (36px / 2));border-width:1px 1px 0 1px;}}
		.fy-about.has-no-image .fy-about-content:before{border-width:2px;}
		.fy-about .fy-about-image-column{position:relative;min-height:360px;}
		.fy-about .fy-about-image-column:after{content:'';position:absolute;top:18px;right:18px;width:calc(100% - (36px / 2));height:calc(100% - (36px));z-index:20;border:solid rgba(70,75,110,0.2);border-width:1px 1px 1px 0;}

	@media screen and (max-width: 1023px){
		.fy-about .fy-about-image-column:after{top:0;width:calc(100% - (36px));height:calc(100% - (36px / 2));border-width:0 1px 1px 1px;}}
		.fy-about .fy-about-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-color:transparent;background-position:center;background-repeat:no-repeat;background-size:contain;}.fy-form-newsletter{display:inline-block;width:auto;margin:18px auto 0;text-align:center;}
		.fy-form-newsletter .mc4wp-form-fields{display:inline-block;text-align:center;}
		.fy-form-newsletter .mc4wp-form-fields > p{display:inline-block;min-width:260px;margin:0 9px 18px;}
		.fy-form-newsletter .mc4wp-form-fields > p label:first-child{display:block;}
		.fy-form-newsletter h1,.fy-form-newsletter h2,.fy-form-newsletter h3,.fy-form-newsletter h4,.fy-form-newsletter h5,.fy-form-newsletter h6{font-size:21px;text-align:center;margin-bottom:18px;}
		.fy-form-newsletter label{text-align:left;}.fy-form-newsletter input[type='text'],.fy-form-newsletter input[type='email'],.fy-form-newsletter select{display:block;width:100%;padding:15px 18px;font-family:"Droid Sans", "Arial", "Helvetica", sans-serif;font-size:15px;font-weight:300;outline:none;color:rgba(70,75,110,0.6);background-color:transparent;border:2px solid rgba(70,75,110,0.2);border-radius:2px;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
		.fy-form-newsletter input[type='text']::-webkit-input-placeholder,.fy-form-newsletter input[type='email']::-webkit-input-placeholder,.fy-form-newsletter select::-webkit-input-placeholder{color:rgba(70,75,110,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-form-newsletter input[type='text']:-ms-input-placeholder,.fy-form-newsletter input[type='email']:-ms-input-placeholder,.fy-form-newsletter select:-ms-input-placeholder{color:rgba(70,75,110,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-form-newsletter input[type='text']::-moz-placeholder,.fy-form-newsletter input[type='email']::-moz-placeholder,.fy-form-newsletter select::-moz-placeholder{color:rgba(70,75,110,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-form-newsletter input[type='text']:-moz-placeholder,.fy-form-newsletter input[type='email']:-moz-placeholder,.fy-form-newsletter select:-moz-placeholder{color:rgba(70,75,110,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-form-newsletter input[type='text']:focus::-webkit-input-placeholder,.fy-form-newsletter input[type='email']:focus::-webkit-input-placeholder,.fy-form-newsletter select:focus::-webkit-input-placeholder{color:rgba(70,75,110,0.2) !important;}.fy-form-newsletter input[type='text']:focus:-ms-input-placeholder,.fy-form-newsletter input[type='email']:focus:-ms-input-placeholder,.fy-form-newsletter select:focus:-ms-input-placeholder{color:rgba(70,75,110,0.2) !important;}.fy-form-newsletter input[type='text']:focus::-moz-placeholder,.fy-form-newsletter input[type='email']:focus::-moz-placeholder,.fy-form-newsletter select:focus::-moz-placeholder{color:rgba(70,75,110,0.2) !important;}.fy-form-newsletter input[type='text']:focus:-moz-placeholder,.fy-form-newsletter input[type='email']:focus:-moz-placeholder,.fy-form-newsletter select:focus:-moz-placeholder{color:rgba(70,75,110,0.2) !important;}.fy-form-newsletter input[type='text']:focus,.fy-form-newsletter input[type='email']:focus,.fy-form-newsletter select:focus{color:#464b6e;border-color:#464b6e;}.fy-form-newsletter input[type='radio'],.fy-form-newsletter input[type='checkbox']{position:relative;top:-2px;margin:0 4.5px 0 0;}.fy-form-newsletter input[type='radio'] + span,.fy-form-newsletter input[type='checkbox'] + span{margin-right:18px;}.fy-form-newsletter select{width:100%;padding-right:80px;background-image:url('data:image/svg+xml,<?xml version="1.0" ?><svg fill="#464b6e" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/></svg>');background-position:right 18px center;background-repeat:no-repeat;background-size:16px 16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;}.fy-form-newsletter select option{color:#464b6e;}.fy-form-newsletter input[type='submit']{display:block;width:100%;padding:15px 36px;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:1px;outline:none;cursor:pointer;color:#464b6e;background-color:transparent;border:2px solid #c88c78;border-radius:2px;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}.fy-form-newsletter input[type='submit']:hover,.fy-form-newsletter input[type='submit']:focus{color:#fff;background-color:#c88c78;border-color:#c88c78;}.fy-form-newsletter .mc4wp-alert{display:block;margin-top:18px;padding:18px 36px;color:#fff;border:2px solid #fff;}.fy-form-newsletter .mc4wp-alert p{margin:0;}.fy-newsletter{position:relative;padding:108px 0;text-align:center;color:rgba(255,255,255,0.6);background-color:#464b6e;}.fy-newsletter .fy-newsletter-heading{margin:0;color:#ffc8aa;}.fy-newsletter .fy-newsletter-content p{margin:0;}.fy-newsletter .fy-newsletter-footer{color:rgba(255,255,255,0.4);font-style:italic;}.fy-newsletter .fy-newsletter-footer p{margin:0;}.fy-newsletter label{color:rgba(255,255,255,0.4);}.fy-newsletter input[type='text'],.fy-newsletter input[type='email'],.fy-newsletter select{color:rgba(255,255,255,0.6);background-color:transparent;border-color:rgba(255,255,255,0.2);}.fy-newsletter input[type='text']::-webkit-input-placeholder,.fy-newsletter input[type='email']::-webkit-input-placeholder,.fy-newsletter select::-webkit-input-placeholder{color:rgba(255,255,255,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-newsletter input[type='text']:-ms-input-placeholder,.fy-newsletter input[type='email']:-ms-input-placeholder,.fy-newsletter select:-ms-input-placeholder{color:rgba(255,255,255,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-newsletter input[type='text']::-moz-placeholder,.fy-newsletter input[type='email']::-moz-placeholder,.fy-newsletter select::-moz-placeholder{color:rgba(255,255,255,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-newsletter input[type='text']:-moz-placeholder,.fy-newsletter input[type='email']:-moz-placeholder,.fy-newsletter select:-moz-placeholder{color:rgba(255,255,255,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-newsletter input[type='text']:focus::-webkit-input-placeholder,.fy-newsletter input[type='email']:focus::-webkit-input-placeholder,.fy-newsletter select:focus::-webkit-input-placeholder{color:rgba(255,255,255,0.2) !important;}.fy-newsletter input[type='text']:focus:-ms-input-placeholder,.fy-newsletter input[type='email']:focus:-ms-input-placeholder,.fy-newsletter select:focus:-ms-input-placeholder{color:rgba(255,255,255,0.2) !important;}.fy-newsletter input[type='text']:focus::-moz-placeholder,.fy-newsletter input[type='email']:focus::-moz-placeholder,.fy-newsletter select:focus::-moz-placeholder{color:rgba(255,255,255,0.2) !important;}.fy-newsletter input[type='text']:focus:-moz-placeholder,.fy-newsletter input[type='email']:focus:-moz-placeholder,.fy-newsletter select:focus:-moz-placeholder{color:rgba(255,255,255,0.2) !important;}.fy-newsletter input[type='text']:focus,.fy-newsletter input[type='email']:focus,.fy-newsletter select:focus{color:#fff;border-color:#fff;}.fy-newsletter select{background-image:url('data:image/svg+xml,<?xml version="1.0" ?><svg fill="#fff" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/></svg>');}.fy-newsletter input[type='submit']{color:#fff;background-color:transparent;border:2px solid #ffc8aa;}.fy-newsletter input[type='submit']:hover,.fy-newsletter input[type='submit']:focus{color:#464b6e;background-color:#ffc8aa;border-color:#ffc8aa;}.fy-footer .fy-form-newsletter label{color:rgba(255,255,255,0.4);}.fy-footer .fy-form-newsletter input[type='text'],.fy-footer .fy-form-newsletter input[type='email'],.fy-footer .fy-form-newsletter select{color:rgba(255,255,255,0.6);background-color:transparent;border-color:rgba(255,255,255,0.2);}.fy-footer .fy-form-newsletter input[type='text']::-webkit-input-placeholder,.fy-footer .fy-form-newsletter input[type='email']::-webkit-input-placeholder,.fy-footer .fy-form-newsletter select::-webkit-input-placeholder{color:rgba(255,255,255,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-footer .fy-form-newsletter input[type='text']:-ms-input-placeholder,.fy-footer .fy-form-newsletter input[type='email']:-ms-input-placeholder,.fy-footer .fy-form-newsletter select:-ms-input-placeholder{color:rgba(255,255,255,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-footer .fy-form-newsletter input[type='text']::-moz-placeholder,.fy-footer .fy-form-newsletter input[type='email']::-moz-placeholder,.fy-footer .fy-form-newsletter select::-moz-placeholder{color:rgba(255,255,255,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-footer .fy-form-newsletter input[type='text']:-moz-placeholder,.fy-footer .fy-form-newsletter input[type='email']:-moz-placeholder,.fy-footer .fy-form-newsletter select:-moz-placeholder{color:rgba(255,255,255,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-footer .fy-form-newsletter input[type='text']:focus::-webkit-input-placeholder,.fy-footer .fy-form-newsletter input[type='email']:focus::-webkit-input-placeholder,.fy-footer .fy-form-newsletter select:focus::-webkit-input-placeholder{color:rgba(255,255,255,0.2) !important;}.fy-footer .fy-form-newsletter input[type='text']:focus:-ms-input-placeholder,.fy-footer .fy-form-newsletter input[type='email']:focus:-ms-input-placeholder,.fy-footer .fy-form-newsletter select:focus:-ms-input-placeholder{color:rgba(255,255,255,0.2) !important;}.fy-footer .fy-form-newsletter input[type='text']:focus::-moz-placeholder,.fy-footer .fy-form-newsletter input[type='email']:focus::-moz-placeholder,.fy-footer .fy-form-newsletter select:focus::-moz-placeholder{color:rgba(255,255,255,0.2) !important;}.fy-footer .fy-form-newsletter input[type='text']:focus:-moz-placeholder,.fy-footer .fy-form-newsletter input[type='email']:focus:-moz-placeholder,.fy-footer .fy-form-newsletter select:focus:-moz-placeholder{color:rgba(255,255,255,0.2) !important;}.fy-footer .fy-form-newsletter input[type='text']:focus,.fy-footer .fy-form-newsletter input[type='email']:focus,.fy-footer .fy-form-newsletter select:focus{color:#fff;border-color:#fff;}.fy-footer .fy-form-newsletter select{background-image:url('data:image/svg+xml,<?xml version="1.0" ?><svg fill="#fff" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/></svg>');}.fy-footer .fy-form-newsletter input[type='submit']{color:#fff;background-color:transparent;border:2px solid #ffc8aa;}.fy-footer .fy-form-newsletter input[type='submit']:hover,.fy-footer .fy-form-newsletter input[type='submit']:focus{color:#32364f;background-color:#ffc8aa;border-color:#ffc8aa;}.fy-footer{position:relative;width:100%;padding:0;margin:0;text-align:center;font-family:"Droid Sans", "Arial", "Helvetica", sans-serif;color:rgba(255,255,255,0.6);background-color:#32364f;-webkit-transition:margin-left 0.3s ease-in-out 0s;-moz-transition:margin-left 0.3s ease-in-out 0s;-ms-transition:margin-left 0.3s ease-in-out 0s;-o-transition:margin-left 0.3s ease-in-out 0s;transition:margin-left 0.3s ease-in-out 0s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.fy-footer a:not(.fy-button){color:rgba(255,255,255,0.6);border-bottom:1px solid rgba(255,255,255,0.2);}.fy-footer a:not(.fy-button):hover{color:#ffc8aa;border-bottom-color:#ffc8aa;}.fy-footer .fy-button{padding-top:10px;padding-bottom:10px;background-color:transparent;border-color:#ffc8aa;}.fy-footer .fy-button:hover{color:#32364f;background-color:#ffc8aa;}.fy-footer .fy-footer-widget-area{padding:72px 0 36px;}
		@media screen and (min-width: 1024px){.fy-footer .fy-footer-widget-area .fy-widget-column{max-width:33.333%;min-width:33.333%;padding:1px;}}@media screen and (max-width: 1023px){.fy-footer .fy-footer-widget-area .fy-widget{margin-bottom:72px;}}.fy-footer .fy-footer-copyright-area{padding:72px 0 108px;border-top:1px solid rgba(255,255,255,0.1);}.fy-footer .fy-footer-about address{display:inherit;margin:0;}.fy-footer .fy-footer-themeby{margin-top:9px;color:rgba(255,255,255,0.4);}.fy-footer .fy-footer-themeby a{color:rgba(255,255,255,0.4);}.fy-footer .fy-footer-themeby a:hover{color:#ffc8aa;}.fy-footer .fy-socials{padding:18px 36px;}.fy-footer .fy-socials a{border:0;}.fy-footer .fy-footer-navigation{padding:18px 36px;}.fy-footer .fy-footer-navigation ul{margin-left:0;}.fy-footer .fy-footer-navigation ul li{display:inline-block;position:relative;padding-right:18px;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;}.fy-footer .fy-footer-navigation ul li:before{content:'';display:inline-block;position:relative;top:-3px;width:8px;height:2px;margin-right:18px;margin-left:-4px;background-color:#ffc8aa;}.fy-footer .fy-footer-navigation ul li:first-child:before{display:none;}.fy-footer .fy-footer-navigation ul li:last-child{padding-right:0;}@media screen and (max-width: 767px){.fy-footer .fy-footer-navigation ul li{display:block;padding:6px 0;}.fy-footer .fy-footer-navigation ul li:before{position:absolute;top:100%;left:50%;margin-left:-4px;}.fy-footer .fy-footer-navigation ul li:first-child:before{display:block;}.fy-footer .fy-footer-navigation ul li:last-child:before{display:none;}}.fy-footer .fy-footer-copyright{padding:18px 36px;}body.blog .fy-post-column:first-child{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%;max-width:100%;}.fy-post{position:relative;}.fy-post.fy-post-category{height:100%;text-align:center;border-bottom:54px solid transparent;}.fy-post.fy-post-category:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;border:1px solid rgba(70,75,110,0.2);-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}.fy-post.fy-post-category:not(.sticky):before{box-shadow:0 0 18px 0 rgba(70,75,110,0.2);}.fy-post.fy-post-category:not(.sticky):hover:before{box-shadow:0 9px 36px 0 rgba(70,75,110,0.3);}.fy-post.fy-post-category .fy-post-image a img{border:solid rgba(70,75,110,0.1);border-width:1px 1px 0;}.fy-post .fy-post-container{position:relative;padding:36px;z-index:1;}.fy-post .fy-post-header{margin-bottom:18px;}.fy-post .fy-post-header h2,.fy-post .fy-post-header h3{margin:0;font-size:21px;}.fy-post .fy-post-header h2 a,.fy-post .fy-post-header h3 a{border-bottom:2px solid rgba(70,75,110,0.1);}.fy-post .fy-post-header h2 a:hover,.fy-post .fy-post-header h3 a:hover{border-color:#c88c78;}.fy-post .fy-post-categories{margin:0 0 9px;color:#c88c78;}.fy-post .fy-post-categories a{font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:1px;color:#c88c78;}.fy-post .fy-post-categories a:hover{color:#464b6e;}.fy-post .fy-post-image{position:relative;overflow:visible;z-index:1;}.fy-post .fy-post-image:before{content:'';position:absolute;top:100%;left:0;width:100%;height:3px;z-index:1;background-color:#c88c78;border-top:1px solid #fff;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}.fy-post .fy-post-image a{display:block;overflow:hidden;-webkit-transition:height 0.3s ease-in-out 0s;-moz-transition:height 0.3s ease-in-out 0s;-ms-transition:height 0.3s ease-in-out 0s;-o-transition:height 0.3s ease-in-out 0s;transition:height 0.3s ease-in-out 0s;}.fy-post .fy-post-image a:before{opacity:0;filter:alpha(opacity=0);content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;background-color:rgba(255,255,255,0);-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}.fy-post .fy-post-image a.fy-lazy-parent-loaded:before,.fy-post .fy-post-image a.fy-lazy-parent-loaded:after{opacity:1;filter:alpha(opacity=100);}.fy-post .fy-post-image a:hover:before{background-color:rgba(255,255,255,0.2);}.fy-post .fy-post-image a img{display:block;width:100%;max-width:100%;height:auto;margin:0;padding:0;}.fy-post .fy-post-media{position:relative;}.fy-post .fy-post-media:before{content:'';position:absolute;top:100%;left:0;width:100%;height:2px;z-index:1;background-color:#c88c78;}.fy-post .fy-post-media.fy-post-gallery:before{margin-top:0;left:2px;width:calc(100% - 2px);}.fy-post .fy-post-media .fy-post-image{margin:0 0 2px;}.fy-post .fy-post-media .fy-post-image:before{display:none;}.fy-post .fy-post-media .fy-post-image a{padding:0;border:0;margin:0;}.fy-post .fy-post-media-category:before{left:2px;width:calc(100% - 2px);margin-top:0;}.fy-post .fy-post-media-category .fy-post-image:before{display:none;}.fy-post .fy-post-media-category .fy-post-image a:hover:before{background-color:transparent;}.fy-post .fy-post-media-category:hover .fy-post-image a:before{background-color:rgba(255,255,255,0.2);}.fy-post .fy-post-image-counter{opacity:0;filter:alpha(opacity=0);display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;justify-content:center;-ms-flex-pack:center;position:absolute;bottom:18px;left:18px;width:96px;height:96px;padding:18px;z-index:20;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:13px;font-weight:300;text-transform:uppercase;letter-spacing:1px;line-height:normal;text-align:center;color:#fff;background-color:rgba(200,140,120,0.8);border-radius:50%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-transition:background-color 0.3s ease-in-out 0s;-moz-transition:background-color 0.3s ease-in-out 0s;-ms-transition:background-color 0.3s ease-in-out 0s;-o-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;}.fy-post .fy-post-image-play{opacity:0;filter:alpha(opacity=0);display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;justify-content:center;-ms-flex-pack:center;position:absolute;top:50%;left:50%;width:96px;height:96px;border-radius:50%;z-index:20;color:#fff;background-color:rgba(200,140,120,0.8);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:background-color 0.3s ease-in-out 0s;-moz-transition:background-color 0.3s ease-in-out 0s;-ms-transition:background-color 0.3s ease-in-out 0s;-o-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;}.fy-post .fy-post-image a:hover .fy-post-image-counter,.fy-post .fy-post-image a:hover .fy-post-image-play{background-color:#c88c78;}.fy-post .fy-post-excerpt{max-width:100%;*zoom:1;}.fy-post .fy-post-excerpt:before,.fy-post .fy-post-excerpt:after{content:'';display:block;height:0;clear:both;visibility:hidden;font-size:0;}.fy-post .fy-post-excerpt:after{clear:both;}.fy-post .fy-post-excerpt:after{content:'';display:block;height:0;clear:both;visibility:hidden;font-size:0;}.fy-post .fy-post-excerpt p{font-size:15px;margin-bottom:36px;line-height:26px;-ms-word-wrap:break-word;word-wrap:break-word;}.fy-post .fy-post-date{margin-top:0;padding-top:0;}.fy-post .fy-post-map{margin-top:36px;margin-bottom:36px;}.fy-post .fy-post-status{font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:1px;}.fy-post .fy-post-footer .fy-button{position:relative;margin-top:18px;color:#464b6e;}.fy-post .fy-post-footer .fy-button:hover{color:#fff;}.fy-post-meta{font-size:0;}@media screen and (max-width: 767px){.fy-post-meta{text-align:center;margin-bottom:18px;}}.fy-post-meta li{display:inline-block;position:relative;list-style:none;margin-right:3px;margin-bottom:3px;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:1px;}.fy-post-meta li a{display:block;padding:4px 9px;line-height:normal;color:rgba(70,75,110,0.6);border:2px solid rgba(70,75,110,0.1);border-radius:2px;}.fy-post-meta li a:hover{color:#c88c78;}.fy-post-meta li.fy-post-meta-comments a{position:relative;text-align:center;}.fy-post-meta li.fy-post-meta-comments a:before,.fy-post-meta li.fy-post-meta-comments a:after{content:'';top:100%;left:50%;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;}.fy-post-meta li.fy-post-meta-comments a:before{border-color:transparent;border-top-color:rgba(70,75,110,0.1);margin-top:2px;border-width:4px;margin-left:-4px;}.fy-post-meta li.fy-post-meta-comments a:after{border-color:transparent;border-top-color:#fff;border-width:3px;margin-left:-3px;}.fy-post-share{font-size:0;}@media screen and (max-width: 767px){.fy-post-share{text-align:center;}}.fy-post-share li{display:inline-block;position:relative;list-style:none;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:1px;}.fy-post-share li a{display:block;padding:6px;margin-right:3px;line-height:0;border:2px solid rgba(70,75,110,0.1);border-radius:2px;}.fy-post-share li a .fy-icon{display:inline-block;}.fy-post-share li a .fy-icon .icon{float:left;width:24px;height:24px;clear:both;}.fy-post-share li a:hover{border-color:#c88c78;}.fy-post-taxonomies{margin:0;color:#464b6e;}.fy-post-taxonomies + .fy-post-taxonomies{margin-top:18px;}.fy-post-taxonomies h3{padding-bottom:0;margin-bottom:9px;font-size:19px;}.fy-post-taxonomies a{font-size:13px;color:#464b6e;}.fy-post-taxonomies a:hover{color:#c88c78;}.fy-post-taxonomies .fy-terms{font-size:0;}.fy-post-taxonomies .fy-terms li{display:inline-block;margin-right:3px;margin-bottom:3px;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:1px;}.fy-post-taxonomies .fy-terms li a{display:block;position:relative;padding:4px 9px;line-height:normal;border:2px solid rgba(70,75,110,0.1);border-radius:2px;}.fy-post-taxonomies .fy-terms li .fy-separator{display:none;}.fy-post.sticky{padding:0;margin-left:0 !important;margin-bottom:0;border-width:0 0 54px 0;border-color:transparent;}.fy-post.sticky:before{box-shadow:0 6px 72px 0 rgba(70,75,110,0.3);}.fy-post.sticky .fy-post-image a:after{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;justify-content:center;-ms-flex-pack:center;content:'';position:absolute;top:18px;right:18px;width:36px;height:36px;z-index:30;color:#fff;border-radius:50%;background-color:rgba(200,140,120,0.8);background-repeat:no-repeat;background-position:center;background-image:url('data:image/svg+xml,<?xml version="1.0" ?><svg fill="#fff" height="18" viewBox="0 0 18 18" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M9 11.3l3.71 2.7-1.42-4.36L15 7h-4.55L9 2.5 7.55 7H3l3.71 2.64L5.29 14z"/></svg>');-webkit-transition:background-color 0.3s ease-in-out 0s;-moz-transition:background-color 0.3s ease-in-out 0s;-ms-transition:background-color 0.3s ease-in-out 0s;-o-transition:background-color 0.3s ease-in-out 0s;transition:background-color 0.3s ease-in-out 0s;}.fy-post.sticky .fy-post-image a:hover:after{background-color:#c88c78;}.fy-post.sticky .fy-post-header h2,.fy-post.sticky .fy-post-header h3{font-size:28px;}@media screen and (max-width: 767px){.fy-post-menu{text-align:center;}}.fy-post-menu.fy-post-menu-category{padding:36px 0;border-bottom:36px solid transparent;margin:0;height:100%;text-align:left;border-bottom:1px solid rgba(70,75,110,0.2);}@media screen and (max-width: 767px){.fy-post-menu.fy-post-menu-category{text-align:center;}}.fy-post-menu .fy-post-header{position:relative;margin:0;color:#464b6e;*zoom:1;}.fy-post-menu .fy-post-header:before,.fy-post-menu .fy-post-header:after{content:'';display:block;height:0;clear:both;visibility:hidden;font-size:0;}.fy-post-menu .fy-post-header:after{clear:both;}.fy-post-menu .fy-post-header:after{content:'';display:block;height:0;clear:both;visibility:hidden;font-size:0;}.fy-post-menu .fy-post-header h2,.fy-post-menu .fy-post-header h3{display:inline-block;position:relative;margin:0;font-size:19px;line-height:normal;z-index:20;}.fy-post-menu .fy-post-header h2 a,.fy-post-menu .fy-post-header h3 a{position:relative;z-index:1;border:0;}.fy-post-menu .fy-post-header h2 span,.fy-post-menu .fy-post-header h3 span{position:relative;background-color:#fff;}.fy-post-menu .fy-post-header h2 span:after,.fy-post-menu .fy-post-header h3 span:after{content:'';position:absolute;bottom:0;left:100%;height:10px;border-right:9px solid #fff;}@media screen and (max-width: 767px){.fy-post-menu .fy-post-header h2,.fy-post-menu .fy-post-header h3{display:block;padding-right:0;}.fy-post-menu .fy-post-header h2 span,.fy-post-menu .fy-post-header h3 span{display:block;}.fy-post-menu .fy-post-header .fy-post-line{display:none;}}.fy-post-menu .fy-post-prices{position:relative;padding-left:9px;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:15px;font-weight:700;line-height:normal;z-index:20;color:rgba(70,75,110,0.6);background-color:#fff;}@media screen and (max-width: 767px){.fy-post-menu .fy-post-prices{display:block;padding-left:0;margin-top:9px;text-align:center;background-color:transparent;}}.fy-post-menu .fy-post-line{position:absolute;left:0;bottom:7px;width:100%;height:2px;z-index:1;border-bottom:1px dotted rgba(70,75,110,0.2);}@media screen and (min-width: 768px){.fy-post-menu .fy-post-image-column{max-width:160px;}}.fy-post-menu .fy-post-image{margin-bottom:0;}.fy-post-menu .fy-post-image:before{display:none;}@media screen and (max-width: 767px){.fy-post-menu .fy-post-image{margin-bottom:18px;}}.fy-post-menu .fy-post-image img{width:480px;height:360px;}.fy-post-menu .fy-post-excerpt,.fy-post-menu .fy-post-content{padding-top:6px;}.fy-post-menu .fy-post-excerpt p,.fy-post-menu .fy-post-content p{font-size:14px;line-height:1.75;margin-bottom:0;color:rgba(70,75,110,0.6);}.fy-post-menu .fy-post-badges-column{max-width:50%;text-align:right;}@media screen and (max-width: 767px){.fy-post-menu .fy-post-badges-column{max-width:none;text-align:center;}}.fy-post-menu .fy-post-badges{margin-top:9px;}.fy-post-menu .fy-post-badges ul{font-size:0;}.fy-post-menu .fy-post-badges ul li{display:inline-block;padding:4px 11px;margin-right:3px;margin-bottom:3px;line-height:normal;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:1px;color:#fff;background-color:#c88c78;white-space:nowrap;border-radius:2px;}.fy-post-menu .fy-post-ingredients{margin-top:9px;margin-bottom:0;}.fy-post-menu .fy-post-ingredients .fy-terms{margin-top:0;}.fy-post-menu .fy-post-ingredients .fy-terms li{padding:0;color:#464b6e;line-height:normal;}.fy-post-menu .fy-post-ingredients .fy-terms li a{display:inline-block;padding:0;margin:0;color:#464b6e;border:0;}.fy-post-menu .fy-post-ingredients .fy-terms li a:hover{color:#c88c78;}.fy-post-menu .fy-post-ingredients .fy-terms li .fy-separator{display:inline-block;}.fy-post-menu .fy-post-ingredients .fy-terms li:last-child .fy-separator{display:none;}.fy-post-menu.fy-no-thumbnail.fy-no-content.fy-no-ingredient.fy-no-badge{padding:18px 0;}.fy-post-menu.fy-no-thumbnail.fy-no-ingredient.fy-no-badge{padding:18px 0;}.fy-post-menu.fy-no-prices .fy-post-line{display:none;}@media screen and (min-width: 768px){.fy-post-event:nth-child(even) .fy-post-image-column{-webkit-order:2;-ms-flex-order:2;order:2;}.fy-post-event:nth-child(even) .fy-post-content-column{-webkit-order:1;-ms-flex-order:1;order:1;}}.fy-post-event.fy-post-category .fy-post-location{margin-top:9px;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:1px;color:#464b6e;}.fy-post-event .fy-post-header{margin-top:18px;}.fy-post-event .fy-post-header .fy-post-date{display:block;margin-bottom:6px;color:#c88c78;}.fy-post-event .fy-post-image{margin:0;}.fy-post-event .fy-post-location .fy-post-location-title{color:#464b6e;margin-bottom:18px;}.fy-post-event .fy-event-meta{margin-bottom:18px;}.fy-post-event .fy-event-meta li{padding:0 18px;margin:0;}.fy-post-event .fy-event-meta li:before{content:'';position:absolute;top:50%;left:0;width:8px;height:2px;margin-top:-1px;margin-left:-4px;background-color:rgba(70,75,110,0.2);}.fy-post-event .fy-event-meta li:first-child:before{display:none;}.fy-post-event .fy-post-tickets{font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:1px;}.fy-post-event .fy-post-tickets .fy-tickets-status{display:block;}.fy-post-event .fy-post-tickets .fy-tickets-price{display:block;margin-bottom:18px;font-size:20px;color:#464b6e;}.fy-post-event .fy-post-media{margin-bottom:72px;}.fy-post-event.fy-post-event-past .fy-post-header h1{font-size:21px;}.fy-post-event.fy-post-event-past .fy-post-header .fy-post-date{font-size:15px;}.fy-main.fy-sidebar-active .fy-post-gallery-single .fy-post-image-column{-webkit-flex-basis:33.333%;-ms-flex-preferred-size:33.333%;flex-basis:33.333%;width:33.333%;max-width:33.333%;}@media screen and (max-width: 767px){.fy-main.fy-sidebar-active .fy-post-gallery-single .fy-post-image-column{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%;max-width:50%;}}.fy-post-quote blockquote,.fy-post-quote .fy-blockquote{margin:0;padding:36px;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:24px;font-weight:700;text-transform:uppercase;letter-spacing:1px;line-height:1;color:#464b6e;background-color:transparent;background-image:none;}.fy-post-quote blockquote p,.fy-post-quote .fy-blockquote p{margin:0;font-size:24px;}.fy-post-quote blockquote .fy-cite,.fy-post-quote .fy-blockquote .fy-cite{margin-top:18px;font-size:15px;font-weight:400;font-style:normal;color:rgba(70,75,110,0.6);}.fy-post-quote blockquote .fy-cite a,.fy-post-quote .fy-blockquote .fy-cite a{color:rgba(70,75,110,0.6);}.fy-post-quote blockquote .fy-cite a:hover,.fy-post-quote .fy-blockquote .fy-cite a:hover{color:#464b6e;}.fy-post-quote .fy-post-content p{font-size:24px;}.fy-post-quote-single .fy-blockquote{padding:0;font-size:28px;}.fy-post-quote-single .fy-blockquote .fy-cite{font-size:16px;}.fy-post-search{padding:18px 0;border-bottom:1px solid rgba(70,75,110,0.2);}.fy-post-search .fy-post-header{margin-bottom:6px;}.fy-post-search .fy-post-header h2{font-size:21px;}.fy-post-search .fy-post-image{margin-bottom:0;}@media screen and (max-width: 479px){.fy-post-search .fy-post-image{margin-bottom:18px;}}.fy-post-search .fy-post-excerpt p{margin-bottom:0;}.fy-post-search .fy-post-image-counter{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}.fy-post-single{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;border:0;}.fy-post-single:last-child .fy-line{display:block;}.fy-post-single .fy-post-header h1{margin-top:36px;margin-right:0;font-size:36px;}.fy-post-single .fy-post-content{font-size:16px;}.fy-post-single .fy-post-content p{font-size:inherit;}.fy-post-single .fy-post-prices{padding-left:0;}.fy-post-single .fy-post-image{margin-bottom:36px;}.fy-post-single .fy-post-media{margin-bottom:36px;}.fy-post-single .fy-post-media .wp-audio-shortcode,.fy-post-single .fy-post-media .wp-video-shortcode{width:100%;}.fy-post-single .fy-post-media.fy-post-video{margin-top:0;}.fy-post-menu-single .fy-post-image{margin-bottom:36px;}.fy-post-menu-single .fy-post-prices{color:#464b6e;font-size:28px;line-height:1;background-color:transparent;}.fy-post-menu-single .fy-post-badges{position:relative;margin-top:0;margin-bottom:36px;}.fy-post-menu-single .fy-post-badges ul{position:relative;display:inline-block;}.fy-post-menu-single .fy-post-badges ul:before{content:'';position:absolute;top:0;left:-10%;width:120%;height:100%;z-index:0;}.fy-post-menu-single .fy-post-badges ul li{position:relative;z-index:20;font-size:14px;}.fy-post-menu-single .fy-post-content{padding:0;margin-bottom:36px;}.fy-post-gallery-single .fy-post-image{margin:0 0 2px;}body.ie .fy-post-gallery-single .fy-flex-column-33{padding-left:0;}.fy-post-attachment-single .fy-post-meta{margin-bottom:0;}.fy-post-attachment-single .attachment a{border:0;}.fy-term-item .fy-term-header{margin:18px 0;padding:54px 0;text-align:center;border-bottom:3px double rgba(70,75,110,0.2);}.fy-term-item .fy-term-header h1,.fy-term-item .fy-term-header h2{margin:0;font-size:32px;color:#c88c78;}.fy-term-item .fy-term-description{margin-top:9px;font-size:15px;color:#464b6e;}.fy-term-item.fy-term-item-1 .fy-term-header{padding-top:0;margin-top:0;border-top:0;}.fy-term-item.fy-term-item-1 .fy-term-header h1{margin-top:0;}.fy-term-card{position:relative;min-height:200px;margin-bottom:54px;text-align:center;overflow:hidden;color:#464b6e;background-color:#fff;box-shadow:0 0 18px 0 rgba(70,75,110,0.2);-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}.fy-term-card:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;border:1px solid rgba(70,75,110,0.2);-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}.fy-term-card .fy-term-header{position:relative;padding-top:200px;z-index:1;}.fy-term-card .fy-term-header h2{font-size:17px;}.fy-term-card .fy-term-header a{display:block;padding:18px 36px;color:#464b6e;}.fy-term-card .fy-term-image{position:absolute;top:1px;left:1px;width:calc(100% - 2px);height:200px;z-index:1;}.fy-term-card .fy-term-image .fy-image{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}.fy-term-card:hover{box-shadow:0 9px 36px 0 rgba(70,75,110,0.3);}.fy-term-card:hover .fy-term-header a{color:#c88c78;}.fy-comments{display:block;margin-top:36px;padding-top:36px;border-top:3px double rgba(70,75,110,0.2);}.fy-comments .fy-comments-header{color:#464b6e;padding-bottom:36px;margin-bottom:36px;border-bottom:1px solid rgba(70,75,110,0.2);}.fy-comments .fy-comments-no{padding-bottom:36px;margin-bottom:36px;border-bottom:1px solid rgba(70,75,110,0.2);}.fy-comments .fy-comments-logged-in-as{margin-top:18px;}.fy-comments .fy-comments-form .comment-reply-title{color:#464b6e;}.fy-comments .fy-comments-form .fy-comments-form-author,.fy-comments .fy-comments-form .fy-comments-form-email{display:block;width:50%;padding:0 18px 18px;}.fy-comments .fy-comments-form .fy-comments-form-author{float:left;padding-left:0;}.fy-comments .fy-comments-form .fy-comments-form-email{float:right;padding-right:0;}.fy-comments .fy-comments-form .fy-comments-form-comment{*zoom:1;}.fy-comments .fy-comments-form .fy-comments-form-comment:before,.fy-comments .fy-comments-form .fy-comments-form-comment:after{content:'';display:block;height:0;clear:both;visibility:hidden;font-size:0;}.fy-comments .fy-comments-form .fy-comments-form-comment:after{clear:both;}.fy-comments .fy-comments-form .fy-comments-form-comment:after{content:'';display:block;height:0;clear:both;visibility:hidden;font-size:0;}.fy-comments .fy-comments-form #cancel-comment-reply-link{float:right;margin-top:10px;opacity:1;filter:alpha(opacity=100);}@media screen and (max-width: 767px){.fy-comments .fy-comments-form #fy-comments-submit{margin:0 auto;}}.fy-comments .fy-comments-list{margin-bottom:36px;}.fy-comments .fy-comments-list .fy-comment{position:relative;}.fy-comments .fy-comments-list .fy-comment .fy-line{margin-top:18px;margin-bottom:18px;}.fy-comments .fy-comments-list .fy-comment .fy-comment-avatar{width:48px;height:48px;}.fy-comments .fy-comments-list .fy-comment .fy-comment-avatar img{width:48px;height:48px;}.fy-comments .fy-comments-list .fy-comment .fy-comment-body p{margin-bottom:18px;}.fy-comments .fy-comments-list .fy-comment .fy-comment-body .fy-comment-header .fy-comment-author{padding:0;margin:0 0 18px;font-size:17px;color:#464b6e;}.fy-comments .fy-comments-list .fy-comment .fy-comment-body .fy-comment-header .fy-comment-author a{border-bottom:2px solid rgba(70,75,110,0.1);}.fy-comments .fy-comments-list .fy-comment .fy-comment-body .fy-comment-header .fy-comment-author a:hover{border-color:#c88c78;}.fy-comments .fy-comments-list .fy-comment .fy-comment-body .fy-comment-header .fy-comment-meta{margin-top:-18px;}.fy-comments .fy-comments-list .fy-comment .fy-comment-body .fy-comment-header .fy-comment-meta .fy-comment-date a{padding:0;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:1px;color:rgba(70,75,110,0.6);border-bottom:1px solid transparent;}.fy-comments .fy-comments-list .fy-comment .fy-comment-body .fy-comment-header .fy-comment-meta .fy-comment-date a:hover{color:#c88c78;border-color:#c88c78;}.fy-comments .fy-comments-list .fy-comment .fy-comment-body .fy-comment-toolbar{text-align:right;}.fy-comments .fy-comments-list .fy-comment .fy-comment-body .fy-comment-toolbar a{padding:0;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:1px;color:rgba(70,75,110,0.6);border-bottom:1px solid transparent;}.fy-comments .fy-comments-list .fy-comment .fy-comment-body .fy-comment-toolbar a:hover{color:#c88c78;border-color:#c88c78;}.fy-comments .fy-comments-list .fy-comment .fy-comment-body .fy-comment-content p{font-size:15px;}.fy-comments .fy-comments-list .fy-comment .fy-comment-body .fy-comment-content blockquote p{font-size:18px;line-height:31px;}@media screen and (max-width: 1023px){.fy-comments .fy-comments-list .fy-comment .fy-comment-body .fy-comment-content blockquote p{font-size:16px;line-height:28px;}}@media screen and (max-width: 767px){.fy-comments .fy-comments-list .fy-comment .fy-comment-body .fy-comment-content blockquote p{font-size:15px;line-height:26px;}}.fy-comments .fy-comments-list .fy-comment .fy-comment-body .fy-comment-text{margin-top:18px;}.fy-comments .fy-comments-list .fy-comment.depth-2,.fy-comments .fy-comments-list .fy-comment.depth-3,.fy-comments .fy-comments-list .fy-comment.depth-4,.fy-comments .fy-comments-list .fy-comment.depth-5{margin-left:66px;}@media screen and (max-width: 1023px){.fy-comments .fy-comments-list .fy-comment.depth-2,.fy-comments .fy-comments-list .fy-comment.depth-3,.fy-comments .fy-comments-list .fy-comment.depth-4,.fy-comments .fy-comments-list .fy-comment.depth-5{margin-left:36px;}}@media screen and (max-width: 767px){.fy-comments .fy-comments-list .fy-comment.depth-2,.fy-comments .fy-comments-list .fy-comment.depth-3,.fy-comments .fy-comments-list .fy-comment.depth-4,.fy-comments .fy-comments-list .fy-comment.depth-5{margin-left:12px;}}.fy-comments .fy-comments-list .fy-comment.bypostauthor{position:relative;padding:0;border:0;margin-bottom:2px;}.fy-comments .fy-comments-list .fy-comment.bypostauthor:before{content:'';position:absolute;bottom:0;right:0;width:0;height:0;z-index:0;border-style:solid;border-color:transparent #c88c78 #c88c78 transparent;border-width:9px;}.fy-comments .fy-comments-list .fy-comment.bypostauthor .fy-comment-header .fy-comment-author{color:#c88c78;}.fy-comments .fy-comments-list .fy-comment.bypostauthor .fy-comment-header .fy-comment-author a{color:#c88c78;}.fy-pagination{position:relative;width:100%;padding:0 144px;margin:36px auto 0;text-align:center;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;}@media screen and (max-width: 767px){.fy-pagination{padding:0;}}.fy-pagination .prev,.fy-pagination .next{position:absolute;top:0;}@media screen and (max-width: 767px){.fy-pagination .prev,.fy-pagination .next{position:relative;top:0;width:100%;margin:18px 0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}.fy-pagination > a,.fy-pagination > span{display:inline-block;padding:12px 18px;margin-right:0;margin-bottom:4px;text-decoration:none;color:#464b6e;background-color:transparent;border-radius:2px;}.fy-pagination > a{color:#464b6e;background-color:transparent;box-shadow:inset 0 0 0 2px rgba(70,75,110,0.1);-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}.fy-pagination > a:hover{color:#c88c78;}.fy-pagination > a.prev{left:0;}.fy-pagination > a.next{right:0;}.fy-pagination > span.current{color:#fff;background-color:#464b6e;box-shadow:inset 0 0 0 2px #464b6e;}.fy-pagination-post{width:100%;margin:36px auto 0;text-align:center;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;text-transform:uppercase;letter-spacing:1px;}.fy-pagination-post > a{display:inline-block;padding:9px 18px;margin:0 18px;text-decoration:none;color:#464b6e;background-color:transparent;border-radius:2px;box-shadow:inset 0 0 0 2px rgba(70,75,110,0.1);-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}.fy-pagination-post > a:hover{color:#c88c78;}body.search-results .fy-pagination{margin-top:72px;}.fy-widget{position:relative;margin:0 0 36px;}.fy-widget a{-ms-word-wrap:break-word;word-wrap:break-word;}.fy-widget ul{list-style:none;}.fy-widget img{max-width:100%;height:auto;}.fy-widget label{display:block;}.fy-widget input[type='text'],.fy-widget input[type='email'],.fy-widget select{display:block;width:100%;padding:15px 18px;font-family:"Droid Sans", "Arial", "Helvetica", sans-serif;font-size:15px;font-weight:300;outline:none;color:rgba(70,75,110,0.6);background-color:#fff;border:2px solid rgba(70,75,110,0.2);-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;-webkit-appearance:none;-moz-appearance:none;appearance:none;}.fy-widget input[type='text']::-webkit-input-placeholder,.fy-widget input[type='email']::-webkit-input-placeholder,.fy-widget select::-webkit-input-placeholder{color:rgba(70,75,110,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-widget input[type='text']:-ms-input-placeholder,.fy-widget input[type='email']:-ms-input-placeholder,.fy-widget select:-ms-input-placeholder{color:rgba(70,75,110,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-widget input[type='text']::-moz-placeholder,.fy-widget input[type='email']::-moz-placeholder,.fy-widget select::-moz-placeholder{color:rgba(70,75,110,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-widget input[type='text']:-moz-placeholder,.fy-widget input[type='email']:-moz-placeholder,.fy-widget select:-moz-placeholder{color:rgba(70,75,110,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-widget input[type='text']:focus::-webkit-input-placeholder,.fy-widget input[type='email']:focus::-webkit-input-placeholder,.fy-widget select:focus::-webkit-input-placeholder{color:rgba(70,75,110,0.2) !important;}.fy-widget input[type='text']:focus:-ms-input-placeholder,.fy-widget input[type='email']:focus:-ms-input-placeholder,.fy-widget select:focus:-ms-input-placeholder{color:rgba(70,75,110,0.2) !important;}.fy-widget input[type='text']:focus::-moz-placeholder,.fy-widget input[type='email']:focus::-moz-placeholder,.fy-widget select:focus::-moz-placeholder{color:rgba(70,75,110,0.2) !important;}.fy-widget input[type='text']:focus:-moz-placeholder,.fy-widget input[type='email']:focus:-moz-placeholder,.fy-widget select:focus:-moz-placeholder{color:rgba(70,75,110,0.2) !important;}.fy-widget input[type='text']:focus,.fy-widget input[type='email']:focus,.fy-widget select:focus{border-color:#464b6e;}.fy-widget input[type='submit']{display:block;width:100%;margin-top:18px;padding:15px 36px;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:1px;outline:none;cursor:pointer;color:#464b6e;background-color:transparent;border:2px solid #c88c78;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}.fy-widget input[type='submit']:hover,.fy-widget input[type='submit']:focus{color:#fff;background-color:#c88c78;}

		.fy-widget .fy-widget-title{position:relative;padding:18px 0 9px;margin:0 0 36px;font-size:14px;}.fy-widget .fy-widget-content{margin-bottom:18px;font-size:14px;line-height:1.75;}.fy-widget .fy-widget-content p{line-height:1.75;}.fy-widget .fy-post{padding-bottom:36px;margin-bottom:36px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(70,75,110,0.1);}.fy-widget .fy-post:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0;}.fy-widget .fy-post .fy-post-excerpt p{margin-bottom:36px;}.fy-widget .fy-post.sticky{border:2px solid #c88c78;box-shadow:0 0 0 0 rgba(70,75,110,0);}.fy-widget.widget_search .fy-field{margin:0;}.fy-widget.widget_recent_entries ul,.fy-widget.widget_recent_comments ul,.fy-widget.widget_meta ul{margin-left:0;}.fy-widget.widget_recent_entries ul li,.fy-widget.widget_recent_comments ul li,.fy-widget.widget_meta ul li{margin-bottom:9px;}.fy-homepage-widget-area .fy-widget .fy-widget-title{position:relative;padding:0;}.fy-homepage-widget-area .fy-widget .fy-widget-title span{position:relative;padding:0 18px;z-index:1;background-color:#fff;}.fy-homepage-widget-area .fy-widget .fy-widget-title:before{content:'';position:absolute;top:50%;left:0;width:100%;height:1px;z-index:0;background-color:rgba(70,75,110,0.1);}.fy-sidebar .fy-widget{padding:36px;margin-bottom:54px;border:1px solid rgba(70,75,110,0.2);}.fy-sidebar .fy-widget .fy-widget-title{padding:0 0 18px 0;margin-top:-6px;color:#464b6e;}.fy-sidebar .fy-widget .fy-widget-title:before,.fy-sidebar .fy-widget .fy-widget-title:after{content:'';position:absolute;width:100%;height:1px;left:0;bottom:0;background-color:rgba(70,75,110,0.2);}.fy-sidebar .fy-widget .fy-widget-title:before{width:50%;left:0;height:2px;background-color:#c88c78;}.fy-sidebar .fy-widget .fy-post-date a{color:rgba(70,75,110,0.4);}.fy-sidebar .fy-widget .fy-post-date a:hover{color:rgba(70,75,110,0.6);}.fy-sidebar .fy-widget .fy-post{border-bottom-color:rgba(70,75,110,0.1);}.fy-sidebar .fy-widget.widget_search{padding:36px;}.fy-sidebar .fy-widget.widget_search .fy-widget-title{position:relative;padding-top:0;top:-6px;}.fy-footer .fy-widget{margin-top:0;margin-bottom:72px;}.fy-footer .fy-widget label{color:#fff;}.fy-footer .fy-widget input[type='text'],.fy-footer .fy-widget input[type='email']{color:rgba(255,255,255,0.6);background-color:transparent;border-color:rgba(255,255,255,0.2);}.fy-footer .fy-widget input[type='text']::-webkit-input-placeholder,.fy-footer .fy-widget input[type='email']::-webkit-input-placeholder{color:rgba(255,255,255,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-footer .fy-widget input[type='text']:-ms-input-placeholder,.fy-footer .fy-widget input[type='email']:-ms-input-placeholder{color:rgba(255,255,255,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-footer .fy-widget input[type='text']::-moz-placeholder,.fy-footer .fy-widget input[type='email']::-moz-placeholder{color:rgba(255,255,255,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-footer .fy-widget input[type='text']:-moz-placeholder,.fy-footer .fy-widget input[type='email']:-moz-placeholder{color:rgba(255,255,255,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-footer .fy-widget input[type='text']:focus::-webkit-input-placeholder,.fy-footer .fy-widget input[type='email']:focus::-webkit-input-placeholder{color:rgba(255,255,255,0.2) !important;}.fy-footer .fy-widget input[type='text']:focus:-ms-input-placeholder,.fy-footer .fy-widget input[type='email']:focus:-ms-input-placeholder{color:rgba(255,255,255,0.2) !important;}.fy-footer .fy-widget input[type='text']:focus::-moz-placeholder,.fy-footer .fy-widget input[type='email']:focus::-moz-placeholder{color:rgba(255,255,255,0.2) !important;}.fy-footer .fy-widget input[type='text']:focus:-moz-placeholder,.fy-footer .fy-widget input[type='email']:focus:-moz-placeholder{color:rgba(255,255,255,0.2) !important;}.fy-footer .fy-widget input[type='text']:focus,.fy-footer .fy-widget input[type='email']:focus{color:#fff;border-color:#fff;}.fy-footer .fy-widget input[type='submit']{color:#fff;border-color:#ffc8aa;}.fy-footer .fy-widget input[type='submit']:hover,.fy-footer .fy-widget input[type='submit']:focus{color:#32364f;background-color:#ffc8aa;border-color:#ffc8aa;}.fy-footer .fy-widget .fy-widget-title{position:relative;padding:0;color:#ffc8aa;}.fy-footer .fy-widget .fy-widget-title span{position:relative;padding:0 18px;z-index:1;background-color:#32364f;}.fy-footer .fy-widget .fy-widget-title:before{content:'';position:absolute;top:50%;left:0;width:100%;height:1px;z-index:0;background-color:rgba(255,255,255,0.1);}.fy-footer .fy-widget .fy-post-date a{color:rgba(255,255,255,0.6);}.fy-footer .fy-widget .fy-post-date a:hover{color:#fff;}.fy-footer .fy-widget .fy-post{border-bottom-color:rgba(255,255,255,0.1);}.fy-footer .fy-widget .fy-post.sticky{padding:18px;border-color:#ffc8aa;}.fy-widget.widget_call_to_action{position:relative;min-height:140px;text-align:center;overflow:hidden;color:#fff;background-color:#32364f;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}

		.fy-widget.widget_call_to_action .fy-widget-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-position:center;background-repeat:no-repeat;background-size:cover;}
		.fy-widget.widget_call_to_action .fy-widget-image:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6);-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}
		.fy-widget.widget_call_to_action .fy-widget-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;justify-content:center;-ms-flex-pack:center;position:absolute;top:0;left:0;width:100%;height:100%;padding:0 36px;z-index:20;-webkit-transition-property:'all';-moz-transition-property:'all';transition-property:'all';-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;transition-duration:0.6s;-webkit-transition-timing-function:cubic-bezier(0.5,1.5,1.5,0.5);-moz-transition-timing-function:cubic-bezier(0.5,1.5,1.5,0.5);transition-timing-function:cubic-bezier(0.5,1.5,1.5,0.5);}.fy-widget.widget_call_to_action .fy-widget-title{padding:0 0 9px;margin:0;line-height:normal;font-size:18px;}@media screen and (max-width: 1279px){.fy-widget.widget_call_to_action .fy-widget-title{font-size:15px;}}.fy-widget.widget_call_to_action .fy-widget-title a{color:#fff;}.fy-widget.widget_call_to_action .fy-widget-title a:hover{color:#ffc8aa;}.fy-widget.widget_call_to_action .fy-widget-content{margin-bottom:0;color:rgba(255,255,255,0.8);}.fy-widget.widget_call_to_action .fy-widget-content p{margin:0;}.fy-widget.widget_call_to_action .fy-button-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;justify-content:center;-ms-flex-pack:center;position:absolute;top:100%;left:0;width:100%;height:100%;padding:0 36px;-webkit-transition-property:'all';-moz-transition-property:'all';transition-property:'all';-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;transition-duration:0.6s;-webkit-transition-timing-function:cubic-bezier(0.5,1.5,1.5,0.5);-moz-transition-timing-function:cubic-bezier(0.5,1.5,1.5,0.5);transition-timing-function:cubic-bezier(0.5,1.5,1.5,0.5);}.fy-widget.widget_call_to_action .fy-button-container .fy-button.fy-button-border{color:#fff;background-color:transparent;border-color:#ffc8aa;}.fy-widget.widget_call_to_action .fy-button-container .fy-button.fy-button-border:hover{color:#32364f;background-color:#ffc8aa;}.fy-widget.widget_call_to_action:hover .fy-widget-image:before{background-color:rgba(50,54,79,0.6);}.fy-widget.widget_call_to_action:hover .fy-widget-container.fy-widget-has-button{top:-100%;}.fy-widget.widget_call_to_action:hover .fy-widget-container.fy-widget-has-no-button{top:0;}.fy-widget.widget_call_to_action:hover .fy-button-container{top:0;}.fy-sidebar .fy-widget.widget_call_to_action,.fy-footer .fy-widget.widget_call_to_action{padding:108px 36px 36px;min-height:0;}.fy-sidebar .fy-widget.widget_call_to_action .fy-widget-title,.fy-footer .fy-widget.widget_call_to_action .fy-widget-title{color:#fff;}.fy-sidebar .fy-widget.widget_call_to_action .fy-widget-title:before,.fy-sidebar .fy-widget.widget_call_to_action .fy-widget-title:after,.fy-footer .fy-widget.widget_call_to_action .fy-widget-title:before,.fy-footer .fy-widget.widget_call_to_action .fy-widget-title:after{display:none;}.fy-sidebar .fy-widget.widget_call_to_action .fy-widget-title span,.fy-footer .fy-widget.widget_call_to_action .fy-widget-title span{padding:0;background-color:transparent;}.fy-sidebar .fy-widget.widget_call_to_action .fy-widget-title a,.fy-footer .fy-widget.widget_call_to_action .fy-widget-title a{color:#fff;border-bottom-color:rgba(255,255,255,0.2);}.fy-sidebar .fy-widget.widget_call_to_action .fy-widget-title a:hover,.fy-footer .fy-widget.widget_call_to_action .fy-widget-title a:hover{color:#ffc8aa;border-bottom-color:#ffc8aa;}.fy-sidebar .fy-widget.widget_call_to_action .fy-widget-container,.fy-footer .fy-widget.widget_call_to_action .fy-widget-container{position:relative;padding:36px 0;}.fy-sidebar .fy-widget.widget_call_to_action .fy-button-container,.fy-footer .fy-widget.widget_call_to_action .fy-button-container{position:relative;padding:0 0 36px;}.fy-sidebar .fy-widget.widget_call_to_action:hover .fy-widget-image:before,.fy-footer .fy-widget.widget_call_to_action:hover .fy-widget-image:before{background-color:rgba(50,54,79,0.6);}.fy-widget.widget_opening_hours .fy-day{padding:4px 0;border-bottom:1px dotted rgba(70,75,110,0.1);*zoom:1;}.fy-widget.widget_opening_hours .fy-day:before,.fy-widget.widget_opening_hours .fy-day:after{content:'';display:block;height:0;clear:both;visibility:hidden;font-size:0;}.fy-widget.widget_opening_hours .fy-day:after{clear:both;}.fy-widget.widget_opening_hours .fy-day:after{content:'';display:block;height:0;clear:both;visibility:hidden;font-size:0;}.fy-widget.widget_opening_hours .fy-day:last-of-type{border-bottom:0;}.fy-sidebar .fy-widget.widget_opening_hours .fy-day{border-bottom-color:rgba(70,75,110,0.1);}.fy-footer .fy-widget.widget_opening_hours .fy-day{border-bottom-color:rgba(255,255,255,0.1);}.fy-widget.widget_recent_posts .fy-post-header,.fy-widget.widget_recent_events .fy-post-header{margin-bottom:18px;}.fy-widget.widget_recent_posts .fy-post-header h3,.fy-widget.widget_recent_posts .fy-post-header h4,.fy-widget.widget_recent_posts .fy-post-header h5,.fy-widget.widget_recent_events .fy-post-header h3,.fy-widget.widget_recent_events .fy-post-header h4,.fy-widget.widget_recent_events .fy-post-header h5{font-size:15px;line-height:26px;}.fy-widget.widget_recent_posts .fy-post-header h3 > a,.fy-widget.widget_recent_posts .fy-post-header h4 > a,.fy-widget.widget_recent_posts .fy-post-header h5 > a,.fy-widget.widget_recent_events .fy-post-header h3 > a,.fy-widget.widget_recent_events .fy-post-header h4 > a,.fy-widget.widget_recent_events .fy-post-header h5 > a{border-bottom-width:1px;}.fy-widget.widget_recent_posts .fy-post-excerpt p,.fy-widget.widget_recent_events .fy-post-excerpt p{font-size:14px;margin-bottom:18px;}.fy-widget.widget_recent_posts .fy-post-date,.fy-widget.widget_recent_events .fy-post-date{display:block;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:13px;font-weight:300;text-transform:uppercase;letter-spacing:1px;}.fy-widget.widget_recent_posts .fy-post-date a,.fy-widget.widget_recent_events .fy-post-date a{border-bottom:none;}.fy-widget.widget_recent_posts .fy-blockquote{padding-left:0;padding-right:0;}.fy-widget.widget_recent_events .fy-post-header{margin-bottom:9px;}.fy-widget.widget_recent_events .fy-post-date{margin-bottom:9px;font-size:14px;font-weight:700;}.fy-sidebar .fy-widget.widget_recent_posts .fy-post-header h3 > a,.fy-sidebar .fy-widget.widget_recent_posts .fy-post-header h4 > a,.fy-sidebar .fy-widget.widget_recent_posts .fy-post-header h5 > a,.fy-sidebar .fy-widget.widget_recent_events .fy-post-header h3 > a,.fy-sidebar .fy-widget.widget_recent_events .fy-post-header h4 > a,.fy-sidebar .fy-widget.widget_recent_events .fy-post-header h5 > a{color:rgba(70,75,110,0.6);}.fy-sidebar .fy-widget.widget_recent_posts .fy-post-header h3 > a:hover,.fy-sidebar .fy-widget.widget_recent_posts .fy-post-header h4 > a:hover,.fy-sidebar .fy-widget.widget_recent_posts .fy-post-header h5 > a:hover,.fy-sidebar .fy-widget.widget_recent_events .fy-post-header h3 > a:hover,.fy-sidebar .fy-widget.widget_recent_events .fy-post-header h4 > a:hover,.fy-sidebar .fy-widget.widget_recent_events .fy-post-header h5 > a:hover{color:#c88c78;}.fy-footer .fy-widget.widget_recent_posts .fy-post-header h3 > a,.fy-footer .fy-widget.widget_recent_posts .fy-post-header h4 > a,.fy-footer .fy-widget.widget_recent_posts .fy-post-header h5 > a,.fy-footer .fy-widget.widget_recent_events .fy-post-header h3 > a,.fy-footer .fy-widget.widget_recent_events .fy-post-header h4 > a,.fy-footer .fy-widget.widget_recent_events .fy-post-header h5 > a{color:#fff;}.fy-footer .fy-widget.widget_recent_posts .fy-post-header h3 > a:hover,.fy-footer .fy-widget.widget_recent_posts .fy-post-header h4 > a:hover,.fy-footer .fy-widget.widget_recent_posts .fy-post-header h5 > a:hover,.fy-footer .fy-widget.widget_recent_events .fy-post-header h3 > a:hover,.fy-footer .fy-widget.widget_recent_events .fy-post-header h4 > a:hover,.fy-footer .fy-widget.widget_recent_events .fy-post-header h5 > a:hover{color:#ffc8aa;}.fy-widget.widget_nav_menu,.fy-widget.widget_categories,.fy-widget.widget_archive{font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;text-transform:uppercase;letter-spacing:1px;}.fy-widget.widget_nav_menu ul,.fy-widget.widget_categories ul,.fy-widget.widget_archive ul{margin-left:0;list-style-type:none;}.fy-widget.widget_nav_menu ul li,.fy-widget.widget_categories ul li,.fy-widget.widget_archive ul li{border-bottom:1px dashed rgba(70,75,110,0.2);}.fy-widget.widget_nav_menu ul li:last-child,.fy-widget.widget_categories ul li:last-child,.fy-widget.widget_archive ul li:last-child{border:0;}.fy-widget.widget_nav_menu ul li a,.fy-widget.widget_categories ul li a,.fy-widget.widget_archive ul li a{display:inline-block;padding:0;margin:9px 0;line-height:normal;border-bottom-width:1px;border-bottom-color:transparent;}.fy-widget.widget_nav_menu ul li ul li:before,.fy-widget.widget_categories ul li ul li:before,.fy-widget.widget_archive ul li ul li:before{content:'\2013';}.fy-widget.widget_nav_menu ul li ul li a,.fy-widget.widget_categories ul li ul li a,.fy-widget.widget_archive ul li ul li a{margin-left:9px;}.fy-widget.widget_nav_menu ul li ul li ul li,.fy-widget.widget_categories ul li ul li ul li,.fy-widget.widget_archive ul li ul li ul li{margin-left:18px;}.fy-sidebar .fy-widget.widget_nav_menu ul li.current-cat > a,.fy-sidebar .fy-widget.widget_categories ul li.current-cat > a,.fy-sidebar .fy-widget.widget_archive ul li.current-cat > a{color:#b96d54;}.fy-sidebar .fy-widget.widget_nav_menu ul li.current-cat > a:hover,.fy-sidebar .fy-widget.widget_categories ul li.current-cat > a:hover,.fy-sidebar .fy-widget.widget_archive ul li.current-cat > a:hover{color:#c88c78;border-bottom-color:#c88c78;}.fy-footer .fy-widget.widget_nav_menu ul li.current-cat a,.fy-footer .fy-widget.widget_categories ul li.current-cat a,.fy-footer .fy-widget.widget_archive ul li.current-cat a{color:#ffc8aa;border-bottom-color:rgba(255,200,170,0.2);}.fy-footer .fy-widget.widget_nav_menu ul li.current-cat a:hover,.fy-footer .fy-widget.widget_categories ul li.current-cat a:hover,.fy-footer .fy-widget.widget_archive ul li.current-cat a:hover{color:#ffc8aa;border-bottom-color:#ffc8aa;}.fy-widget.widget_tag_cloud .tagcloud > a{display:inline-block;padding:4px 9px;margin:0 -2px 2px 0;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:12px !important;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#464b6e;background-color:transparent;border:2px solid rgba(70,75,110,0.1);border-radius:2px;}.fy-widget.widget_tag_cloud .tagcloud > a:hover{color:#c88c78;border-color:#c88c78;}.fy-footer .fy-widget.widget_tag_cloud .tagcloud > a{color:#fff;border-color:rgba(255,255,255,0.1);}.fy-footer .fy-widget.widget_tag_cloud .tagcloud > a:hover{color:#ffc8aa;border-color:#ffc8aa;}.fy-widget.widget_calendar #wp-calendar{width:100%;}.fy-widget.widget_calendar #wp-calendar caption{padding:0 0 18px 0;margin:-12px 0 18px;text-align:left;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-weight:700;font-size:16px;text-transform:uppercase;letter-spacing:1px;}@media screen and (max-width: 1023px){.fy-widget.widget_calendar #wp-calendar caption{font-size:16px;}}.fy-widget.widget_calendar #wp-calendar tbody td{padding:3px;text-align:center;background-color:rgba(70,75,110,0.04);}.fy-widget.widget_calendar #wp-calendar tbody td a{font-weight:700;color:#464b6e;}.fy-widget.widget_calendar #wp-calendar tbody td a:hover{color:#c88c78;border-color:#c88c78;}.fy-widget.widget_calendar #wp-calendar tbody .pad{background-color:transparent;}.fy-widget.widget_calendar #wp-calendar tfoot #next,.fy-widget.widget_calendar #wp-calendar tfoot #prev{padding-top:18px;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-weight:700;font-size:15px;text-transform:uppercase;letter-spacing:1px;}.fy-widget.widget_calendar #wp-calendar tfoot #next{text-align:right;}.fy-widget.widget_calendar #wp-calendar tfoot #prev{text-align:left;}.fy-sidebar .fy-widget.widget_calendar #wp-calendar caption{position:relative;color:#464b6e;}.fy-sidebar .fy-widget.widget_calendar #wp-calendar caption:before,.fy-sidebar .fy-widget.widget_calendar #wp-calendar caption:after{content:'';position:absolute;width:100%;height:1px;left:0;bottom:0;background-color:rgba(70,75,110,0.2);}.fy-sidebar .fy-widget.widget_calendar #wp-calendar caption:before{width:50%;left:0;height:2px;background-color:#c88c78;}.fy-widget #sb_instagram .sb_instagram_header{padding:0 !important;}.fy-widget #sb_instagram .sbi_header_link{border:0;}.fy-widget #sb_instagram .sbi_bio{padding:9px 0;border-top:9px solid transparent;}.fy-widget #sb_instagram #sbi_load .sbi_load_btn,.fy-widget #sb_instagram #sbi_load .sbi_follow_btn a{display:block;width:100%;margin:9px 0 0 0;padding:10px 36px;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:1px;color:#464b6e !important;background-color:transparent;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}.fy-widget #sb_instagram #sbi_load .sbi_load_btn:hover,.fy-widget #sb_instagram #sbi_load .sbi_load_btn:focus,.fy-widget #sb_instagram #sbi_load .sbi_follow_btn a:hover,.fy-widget #sb_instagram #sbi_load .sbi_follow_btn a:focus{color:#fff !important;background-color:#c88c78 !important;}.fy-widget #sb_instagram #sbi_load .sbi_follow_btn{display:block;margin:0;}.fy-widget #sb_instagram #sbi_load .sbi_follow_btn a{border:2px solid #c88c78;}.fy-widget #sb_instagram #sbi_images{display:block;width:calc(100% + (36px / 1.5));padding:6px !important;margin-left:-12px;margin-right:-12px;}.fy-widget #sb_instagram #sbi_images .sbi_photo{border:0;}.fy-widget.widget_mc4wp_form_widget .mc4wp-form{padding:0;margin:0;width:100%;}.fy-widget.widget_mc4wp_form_widget .mc4wp-form-fields{display:block;}.fy-widget.widget_mc4wp_form_widget .mc4wp-form-fields > p{display:block;min-width:0;margin:0;}.g-recaptcha{display:block;margin-bottom:36px;*zoom:1;}.g-recaptcha:before,.g-recaptcha:after{content:'';display:block;height:0;clear:both;visibility:hidden;font-size:0;}.g-recaptcha:after{clear:both;}.g-recaptcha:after{content:'';display:block;height:0;clear:both;visibility:hidden;font-size:0;}@media screen and (max-width: 767px){.g-recaptcha > div > div{width:100% !important;text-align:center;}}.fy-form-submit .g-recaptcha{margin:0;}@media screen and (max-width: 767px){.fy-form-submit .g-recaptcha{margin-bottom:36px;}}.wp-video{width:100% !important;height:auto !important;background:transparent !important;*zoom:1;}.wp-video:before,.wp-video:after{content:'';display:block;height:0;clear:both;visibility:hidden;font-size:0;}.wp-video:after{clear:both;}.wp-video:after{content:'';display:block;height:0;clear:both;visibility:hidden;font-size:0;}.wp-video .mejs-container,.wp-video .mejs-embed,.wp-video .mejs-embed body{background:transparent !important;}.wp-video .mejs-container{width:100% !important;height:auto !important;padding-top:57%;}.wp-video .mejs-container .mejs-overlay,.wp-video .mejs-container .mejs-poster{width:100% !important;height:100% !important;}.wp-video .mejs-container .mejs-overlay:hover .mejs-overlay-button,.wp-video .mejs-container .mejs-poster:hover .mejs-overlay-button{background-position:0 0;}.wp-video .mejs-container .mejs-mediaelement .me-plugin{width:100% !important;height:100% !important;}.wp-video .mejs-container .mejs-mediaelement video,.wp-video .mejs-container .mejs-mediaelement embed{position:absolute;top:0;left:0;bottom:0;right:0;width:100% !important;height:100% !important;}











*,*:after,*:before{box-sizing:border-box;}
ul{padding:0;margin:0;list-style:none;}
ul ul{list-style-type:circle;}
ul.fy-list-square{list-style-type:square;}
ul.fy-list-circle{list-style-type:circle;}
ul.fy-list-disc{list-style-type:disc;}
ul.fy-list-none{margin-left:0;list-style:none;}
ul.fy-list-square ul,ul.fy-list-circle ul,ul.fy-list-disc ul{list-style:inherit;}
ol{padding:0;margin:0;}
ol ol li{list-style-type:upper-alpha;}
ol ol ol li{list-style-type:lower-alpha;}
ul.fy-list-inline{margin-left:0;list-style:none;}
ul.fy-list-inline > li{display:inline-block;margin-left:-2px;margin-right:-2px;}
ul.fy-list-inline > li:first-child{margin-left:0;}ul.fy-list-inline > li:last-child{margin-right:0;}
nav ul{list-style:none;}input,select{vertical-align:middle;}
p{margin:0 0 36px;line-height:1.75;}
p.fy-lead{font-size:16px;}.fy-blockquote{padding:36px;margin:0 0 36px;font-size:16px;color:#416eb4;quotes:none;}
.fy-blockquote:before,.fy-blockquote:after{content:'';}
.fy-blockquote .fy-cite{display:block;font-size:75%;color:rgba(14,14,20,0.75);}
.fy-blockquote .fy-cite:before{content:'\2013\00A0';color:rgba(14,14,20,0.75);}
.fy-blockquote .fy-cite a{color:rgba(14,14,20,0.75);}
.fy-blockquote .fy-cite a:before{color:rgba(14,14,20,0.75);}
.fy-blockquote .fy-cite a:hover{color:#0e0e14;}
.fy-blockquote .fy-cite a:hover:before{color:#0e0e14;}
.fy-address{display:block;margin-bottom:36px;font-style:normal;}
hr{box-sizing:content-box;height:0;}
code,kbd,pre,samp{font-family:"Courier 10 Pitch", Courier, monospace;}
pre{display:block;padding:36px;margin-bottom:36px;line-height:24px;overflow:auto;white-space:-moz-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;-ms-word-wrap:break-word;word-wrap:break-word;background-color:#fff;*zoom:1;}
pre:before,pre:after{content:'';display:block;height:0;clear:both;visibility:hidden;font-size:0;}
pre:after{clear:both;}
pre:after{content:'';display:block;height:0;clear:both;visibility:hidden;font-size:0;}abbr[title],
.fy-abbr[title]{cursor:help;border-bottom:1px dotted;}b,strong,.fy-strong{font-weight:700;}
i,em,.fy-italic{font-style:italic;}small,.fy-small{font-size:80%;}
sup,sub{position:relative;vertical-align:baseline;height:0;font-size:12px;line-height:0;}
sup{top:-0.5em;}sub{bottom:-0.25em;}audio:not([controls]),
.fy-audio:not([controls]){display:none;height:0;}audio,
.fy-audio,video,.fy-video,canvas,.fy-canvas,progress,
.fy-progress{display:inline-block;vertical-align:baseline;}
::selection{text-shadow:none;color:#fff !important;background-color:#416eb4;}
::-moz-selection{text-shadow:none;color:#fff !important;background-color:#416eb4;}
img::selection{background:transparent;}img::-moz-selection{background:transparent;}
input::selection,textarea::selection,select::selection{-webkit-text-fill-color:#fff !important;}
input:-webkit-autofill::selection,textarea:-webkit-autofill::selection,select:-webkit-autofill
::selection{-webkit-text-fill-color:#fff !important;}.clearfix:after{content:'';display:block;height:0;clear:both;visibility:hidden;font-size:0;}
* html .clearfix{zoom:1;}
*:first-child + html .clearfix{zoom:1;}
.fy-float-left{float:left;}.fy-float-right{float:right;}
.fy-display-block{display:block;}
.fy-display-block-center{display:block;margin-left:auto;margin-right:auto;}
.fy-align-left{text-align:left;}.fy-align-center{text-align:center;}
.fy-align-right{text-align:right;}.fy-align-justify{text-align:justify;}
.fy-show{display:block;visibility:visible;}.fy-hide{display:none;visibility:hidden;}
.fy-hidden{visibility:hidden;}.fy-visible{visibility:visible;}.fy-padding-small{padding:18px 18px !important;}.fy-padding,.fy-padding-medium{padding:36px 36px !important;}.fy-padding-large{padding:54px 54px !important;}.fy-padding-0{padding:0 !important;}.fy-padding-top{padding-top:36px !important;}.fy-padding-top-0{padding-top:0 !important;}.fy-padding-right{padding-right:36px !important;}.fy-padding-right-0{padding-right:0 !important;}.fy-padding-bottom{padding-bottom:36px !important;}.fy-padding-bottom-0{padding-bottom:0 !important;}.fy-padding-left{padding-left:36px !important;}.fy-padding-left-0{padding-left:0 !important;}.fy-padding-vertical-0{padding-top:0 !important;padding-bottom:0 !important;}.fy-padding-horizontal-0{padding-right:0 !important;padding-left:0 !important;}.fy-margin-small{margin:18px 18px !important;}.fy-margin,.fy-margin-medium{margin:36px 36px !important;}.fy-margin-large{margin:54px 54px !important;}.fy-margin-0{margin:0 !important;}.fy-margin-top{margin-top:36px !important;}.fy-margin-top-0{margin-top:0 !important;}.fy-margin-right{margin-right:36px !important;}.fy-margin-right-0{margin-right:0 !important;}.fy-margin-bottom{margin-bottom:36px !important;}.fy-margin-bottom-0{margin-bottom:0 !important;}.fy-margin-left{margin-left:36px !important;}.fy-margin-left-0{margin-left:0 !important;}@media (max-width: 767px){.fy-phone-show{display:block;}.fy-phone-hide{display:none;}}@media (min-width: 768px) and (max-width: 1023px){.fy-tablet-show{display:block;}.fy-phone-show,.fy-desktop-show,.fy-desktop-wide-show{display:none;}.fy-tablet-hide{display:none;}}@media (min-width: 1024px) and (max-width: 1279px){.fy-desktop-show{display:block;}.fy-phone-show,.fy-tablet-show,.fy-desktop-wide-show{display:none;}.fy-desktop-hide{display:none;}}@media (min-width: 1280px){.fy-desktop-wide-show{display:block;}.fy-phone-show,.fy-tablet-show,.fy-desktop-show{display:none;}.fy-desktop-wide-hide{display:none;}}@media (min-width: 1600px){.fy-desktop-super-wide-show{display:block;}.fy-phone-show,.fy-tablet-show,.fy-desktop-show,.fy-desktop-wide-show{display:none;}.fy-desktop-super-wide-hide{display:none;}}@media print{.fy-print-show{display:block;}.fy-print-hide{display:none;}}.fy-image{display:block;vertical-align:middle;border:0;}.fy-image-responsive{display:block;vertical-align:middle;border:0;max-width:100%;height:auto;}.fy-image-rounded{display:block;vertical-align:middle;border:0;border-radius:2px;}.fy-image-circle{display:block;vertical-align:middle;border:0;border-radius:50%;}.fy-form{display:block;}.fy-field{position:relative;padding:0;margin:18px 0 36px;}.fy-field:before,.fy-field:after{content:'';position:absolute;top:100%;left:0;}.fy-field:before{width:0;height:2px;background-color:transparent;z-index:1;-webkit-transition-property:width;-moz-transition-property:width;transition-property:width;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-in-out;-moz-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;}.fy-field:after{width:100%;height:2px;background-color:rgba(70,75,110,0.2);z-index:0;-webkit-transition:none 0.3s ease-in-out 0s;-moz-transition:none 0.3s ease-in-out 0s;-ms-transition:none 0.3s ease-in-out 0s;-o-transition:none 0.3s ease-in-out 0s;transition:none 0.3s ease-in-out 0s;}.fy-label{display:inline-block;padding:0;margin:0;font-size:15px;font-weight:300;color:rgba(70,75,110,0.6);cursor:pointer;}.fy-label.fy-required{font-size:0.750em;}.fy-input{display:block;width:100%;margin:0;padding:15px 18px;-webkit-appearance:normal;-moz-appearance:normal;appearance:normal;font-family:"Droid Sans", "Arial", "Helvetica", sans-serif;font-size:15px;font-weight:300;line-height:normal;color:rgba(70,75,110,0.6);background-color:#fff;border:0;-webkit-transition-property:color, background-color, border-color, box-shadow;-moz-transition-property:color, background-color, border-color, box-shadow;transition-property:color, background-color, border-color, box-shadow;-webkit-transition-timing-function:ease-in-out;-moz-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s;}.fy-input:focus{outline:none;color:#464b6e;border-color:#464b6e;background-color:#fff;box-shadow:0 0 8px 2px rgba(14,14,20,0);}.fy-input::-moz-focus-inner{border:0;padding:0;}.fy-input[disabled],.fy-input[readonly],fieldset[disabled] .fy-input{opacity:1;filter:alpha(opacity=100);cursor:default;border-width:2px;border-color:rgba(70,75,110,0.2);color:rgba(70,75,110,0.6);background-color:#fff;}.fy-input.fy-field-large{padding:18.75px 18px;font-size:15px;}.fy-input.fy-field-medium{padding:15px 18px;font-size:14px;}.fy-input.fy-field-small{padding:11.25px 18px;font-size:13px;}.fy-input.fy-field-warning{color:#ae5d54;border-color:#ae5d54;}.fy-input.fy-field-error{color:#c84650;border-color:#c84650;}.fy-input.fy-field-success{color:#3cb478;border-color:#3cb478;}textarea.fy-textarea{height:auto;line-height:24px;overflow:auto;resize:vertical;}select.fy-select{width:100%;padding-right:80px;background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMC8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvVFIvMjAwMS9SRUMtU1ZHLTIwMDEwOTA0L0RURC9zdmcxMC5kdGQnPjxzdmcgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjAiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHBvaW50cz0iMjEsOC41IDEyLDE3LjUgMyw4LjUgIiBzdHJva2U9IiM3ZDhiYTEiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+');background-position:right 18px center;background-repeat:no-repeat;background-size:20px 20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;}select.fy-select::-ms-expand{display:none;}select.fy-select optgroup{font-weight:700;}.fy-checkbox,.fy-radio{display:inline-block;position:relative;top:-1px;padding:0 0 0 36px;margin-right:18px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer;box-sizing:border-box;}.fy-checkbox + .fy-checkbox,.fy-radio + .fy-radio{margin-top:0;margin-left:18px;}.fy-input-number::-webkit-inner-spin-button,.fy-input-number::-webkit-outer-spin-button{height:auto;}.fy-input-color{display:block;padding:0 2px;height:50px;}.fy-input-range{display:block;width:100%;}.fy-input-search{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;box-sizing:border-box;}.fy-input-search::-webkit-search-cancel-button,.fy-input-search::-webkit-search-decoration{-webkit-appearance:none;-moz-appearance:none;appearance:none;}.fy-field-description{display:block;margin:18px 0;opacity:0.75;filter:alpha(opacity=75);}.fy-field-description-inline{display:inline;margin:0 18px;opacity:0.75;filter:alpha(opacity=75);}.fy-fieldset{margin:0;padding:0;border:0;}.fy-fieldset .fy-legend{padding:0;font-size:15px;font-weight:700;color:#0e0e14;border:0;}.fy-field-picker .fy-input{cursor:pointer;}.fy-field-icon .fy-icon{position:absolute;bottom:15px;right:0;margin-top:-12px;z-index:1;cursor:pointer;color:rgba(70,75,110,0.6);}.fy-field-icon .fy-icon .icon{float:left;fill:currentColor;}.fy-field-icon .fy-icon .icon .shape{fill:currentColor;}.fy-field-icon .fy-input{position:relative;z-index:1;}.fy-field-icon.field-active .fy-icon{color:#464b6e;}.fy-field.field-active:before{width:100%;background-color:#464b6e;}.fy-field.field-active .fy-input{color:#464b6e;}.fy-field.field-filled:after{background-color:#464b6e;-webkit-transition:none 0.3s ease-in-out 0s;-moz-transition:none 0.3s ease-in-out 0s;-ms-transition:none 0.3s ease-in-out 0s;-o-transition:none 0.3s ease-in-out 0s;transition:none 0.3s ease-in-out 0s;}.fy-field.field-filled .fy-input{color:#464b6e;border-color:transparent;}.fy-field.field-filled .fy-field-description{display:none;opacity:0;filter:alpha(opacity=0);-webkit-transition:none 0.3s ease-in-out 0s;-moz-transition:none 0.3s ease-in-out 0s;-ms-transition:none 0.3s ease-in-out 0s;-o-transition:none 0.3s ease-in-out 0s;transition:none 0.3s ease-in-out 0s;}.fy-field.field-error:before,.fy-field.field-error:after{background-color:#c84650;}.fy-button{display:inline-block;position:relative;padding:15px 36px;margin:0 0;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:15px;font-weight:700;white-space:nowrap;vertical-align:top;color:#fff;background-color:#416eb4;background-image:none;border:none;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:2px;-webkit-transition-property:color, background-color, border-color, opacity;-moz-transition-property:color, background-color, border-color, opacity;transition-property:color, background-color, border-color, opacity;-webkit-transition-timing-function:ease-in-out;-moz-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s;}.fy-button:hover,.fy-button:focus{color:#fff;background-color:#c84b4b;}.fy-button::-moz-focus-inner{border:0;padding:0;}.fy-button + .fy-button{margin-left:2px;}.fy-button.float-right{margin-right:0;margin-left:2px;}.fy-button.float-right + .fy-button{margin-right:0;margin-left:2px;}.fy-button.fy-button-block{display:block;width:100%;text-align:center;}.fy-button.fy-button-block + .fy-button-block{margin-top:2px;}.fy-button.fy-button-huge{padding:21px 50px;font-size:16px;}.fy-button.fy-button-large{padding:18px 43px;font-size:15px;}.fy-button.fy-button-medium{padding:15px 36px;font-size:14px;}.fy-button.fy-button-small{padding:12px 29px;font-size:13px;}.fy-button.fy-button-micro{padding:9px 22px;font-size:12px;}.fy-button.fy-button-primary{color:#fff;background-color:#416eb4;}.fy-button.fy-button-primary:hover,.fy-button.fy-button-primary:focus{color:#fff;background-color:#c84b4b;}.fy-button.fy-button-inverse{color:#fff;background-color:#c84b4b;}.fy-button.fy-button-inverse:hover,.fy-button.fy-button-inverse:focus{color:#fff;background-color:#416eb4;}.fy-button.fy-button-warning{color:#fff;background-color:#ae5d54;}.fy-button.fy-button-warning:hover,.fy-button.fy-button-warning:focus{color:#fff;background-color:#9e534b;}.fy-button.fy-button-error{color:#fff;background-color:#c84650;}.fy-button.fy-button-error:hover,.fy-button.fy-button-error:focus{color:#fff;background-color:#bc3842;}.fy-button.fy-button-delete{color:#fff;background-color:#be4d51;}.fy-button.fy-button-delete:hover,.fy-button.fy-button-delete:focus{color:#fff;background-color:#b14145;}.fy-button.fy-button-success{color:#fff;background-color:#3cb478;}.fy-button.fy-button-success:hover{color:#fff;background-color:#36a16b;}.fy-button.fy-button-notice{color:#fff;background-color:#383850;}.fy-button.fy-button-notice:hover,.fy-button.fy-button-notice:focus{color:#fff;background-color:#2e2e41;}.fy-button.fy-button-outline{color:#416eb4;background-color:transparent;box-shadow:inset 0 0 0 0 #416eb4;}.fy-button.fy-button-outline:hover,.fy-button.fy-button-outline:focus{color:#fff;background-color:#416eb4;}.fy-button.fy-button-outline.fy-button-primary{color:#416eb4;background-color:transparent;box-shadow:inset 0 0 0 0 #416eb4;}.fy-button.fy-button-outline.fy-button-primary:hover,.fy-button.fy-button-outline.fy-button-primary:focus{color:#fff;background-color:#416eb4;box-shadow:inset 0 0 0 0 #416eb4;}.fy-button.fy-button-outline.fy-button-light{color:#fff;background-color:transparent;box-shadow:inset 0 0 0 0 #fff;}.fy-button.fy-button-outline.fy-button-light:hover,.fy-button.fy-button-outline.fy-button-light:focus{color:#416eb4;background-color:#fff;box-shadow:inset 0 0 0 0 #fff;}.fy-button[type="reset"],.fy-button[type="submit"]{cursor:pointer;}.fy-button.fy-button-disabled,.fy-button[disabled],.fy-button[disabled=disabled]{color:#fff;background-color:#c8c8d9;cursor:not-allowed;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.fy-button.fy-button-disabled:hover,.fy-button.fy-button-disabled:focus,.fy-button[disabled]:hover,.fy-button[disabled]:focus,.fy-button[disabled=disabled]:hover,.fy-button[disabled=disabled]:focus{cursor:not-allowed;}.fy-button-group{position:relative;display:inline-block;vertical-align:middle;}.fy-button-group > .fy-button{float:left;position:relative;margin-left:0;margin-right:1px;text-align:center;}.fy-button-group > .fy-button:first-child:not(:last-child){border-bottom-right-radius:0 !important;border-top-right-radius:0 !important;}.fy-button-group > .fy-button:last-child:not(:first-child){margin-right:0;border-bottom-left-radius:0 !important;border-top-left-radius:0 !important;}.fy-button-group > .fy-button:not(:first-child):not(:last-child){border-radius:0 !important;}.fy-button-group > .fy-button:hover,.fy-button-group > .fy-button:focus,.fy-button-group > .fy-button:active,.fy-button-group > .fy-button.active{z-index:2;}.fy-button-group.fy-button-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed;border-spacing:2px 0;}.fy-button-group.fy-button-group-justified > .fy-button{float:none;display:table-cell;}.fy-flex-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;margin:0;}.fy-flex-container.fy-flex-container-reverse{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-flex-wrap:wrap-reverse;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;}.fy-flex-container.fy-flex-container-column{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.fy-flex-container.fy-flex-container-column-reverse{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-flex-wrap:wrap-reverse;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;}.fy-flex-container.fy-flex-container-top{-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}.fy-flex-container.fy-flex-container-center{-webkit-align-items:center;-ms-flex-align:center;align-items:center;}.fy-flex-container.fy-flex-container-bottom{-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;}.fy-flex-container.fy-flex-container-stretch{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;}.fy-flex-container.fy-flex-container-baseline{-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;}.fy-flex-container.fy-flex-container-initial{-webkit-align-items:initial;-ms-flex-align:initial;align-items:initial;}.fy-flex-container [class^="fy-flex-column"],.fy-flex-container [class*=" fy-flex-column"]{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-box-flex:0;-moz-box-flex:0;-ms-flex-positive:0;-ms-flex-negative:0;}.fy-flex-container .fy-flex-column-auto{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;width:auto;max-width:100%;}.fy-flex-container .fy-flex-column-100{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%;max-width:100%;}.fy-flex-container .fy-flex-column-95{-webkit-flex-basis:95%;-ms-flex-preferred-size:95%;flex-basis:95%;width:95%;max-width:95%;}.fy-flex-container .fy-flex-column-90{-webkit-flex-basis:90%;-ms-flex-preferred-size:90%;flex-basis:90%;width:90%;max-width:90%;}.fy-flex-container .fy-flex-column-85{-webkit-flex-basis:85%;-ms-flex-preferred-size:85%;flex-basis:85%;width:85%;max-width:85%;}.fy-flex-container .fy-flex-column-80{-webkit-flex-basis:80%;-ms-flex-preferred-size:80%;flex-basis:80%;width:80%;max-width:80%;}.fy-flex-container .fy-flex-column-75{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%;max-width:75%;}.fy-flex-container .fy-flex-column-70{-webkit-flex-basis:70%;-ms-flex-preferred-size:70%;flex-basis:70%;width:70%;max-width:70%;}.fy-flex-container .fy-flex-column-66{-webkit-flex-basis:66.666%;-ms-flex-preferred-size:66.666%;flex-basis:66.666%;width:66.666%;max-width:66.666%;}.fy-flex-container .fy-flex-column-65{-webkit-flex-basis:65%;-ms-flex-preferred-size:65%;flex-basis:65%;width:65%;max-width:65%;}.fy-flex-container .fy-flex-column-60{-webkit-flex-basis:60%;-ms-flex-preferred-size:60%;flex-basis:60%;width:60%;max-width:60%;}.fy-flex-container .fy-flex-column-55{-webkit-flex-basis:55%;-ms-flex-preferred-size:55%;flex-basis:55%;width:55%;max-width:55%;}.fy-flex-container .fy-flex-column-50{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%;max-width:50%;}.fy-flex-container .fy-flex-column-45{-webkit-flex-basis:45%;-ms-flex-preferred-size:45%;flex-basis:45%;width:45%;max-width:45%;}.fy-flex-container .fy-flex-column-40{-webkit-flex-basis:40%;-ms-flex-preferred-size:40%;flex-basis:40%;width:40%;max-width:40%;}.fy-flex-container .fy-flex-column-35{-webkit-flex-basis:35%;-ms-flex-preferred-size:35%;flex-basis:35%;width:35%;max-width:35%;}.fy-flex-container .fy-flex-column-33{-webkit-flex-basis:33.333%;-ms-flex-preferred-size:33.333%;flex-basis:33.333%;width:33.333%;max-width:33.333%;}.fy-flex-container .fy-flex-column-30{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%;width:30%;max-width:30%;}.fy-flex-container .fy-flex-column-25{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%;max-width:25%;}.fy-flex-container .fy-flex-column-20{-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;flex-basis:20%;width:20%;max-width:20%;}.fy-flex-container .fy-flex-column-15{-webkit-flex-basis:15%;-ms-flex-preferred-size:15%;flex-basis:15%;width:15%;max-width:15%;}.fy-flex-container .fy-flex-column-10{-webkit-flex-basis:10%;-ms-flex-preferred-size:10%;flex-basis:10%;width:10%;max-width:10%;}.fy-flex-container .fy-flex-column-5{-webkit-flex-basis:5%;-ms-flex-preferred-size:5%;flex-basis:5%;width:5%;max-width:5%;}@media only screen and (max-width: 1599px){.fy-flex-container .fy-flex-column-desktop-wide-auto{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;width:auto;max-width:100%;}.fy-flex-container .fy-flex-column-desktop-wide-100{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%;max-width:100%;}.fy-flex-container .fy-flex-column-desktop-wide-90{-webkit-flex-basis:90%;-ms-flex-preferred-size:90%;flex-basis:90%;width:90%;max-width:90%;}.fy-flex-container .fy-flex-column-desktop-wide-80{-webkit-flex-basis:80%;-ms-flex-preferred-size:80%;flex-basis:80%;width:80%;max-width:80%;}.fy-flex-container .fy-flex-column-desktop-wide-75{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%;max-width:75%;}.fy-flex-container .fy-flex-column-desktop-wide-70{-webkit-flex-basis:70%;-ms-flex-preferred-size:70%;flex-basis:70%;width:70%;max-width:75%;}.fy-flex-container .fy-flex-column-desktop-wide-66{-webkit-flex-basis:66.666%;-ms-flex-preferred-size:66.666%;flex-basis:66.666%;width:66.666%;max-width:66.666%;}.fy-flex-container .fy-flex-column-desktop-wide-60{-webkit-flex-basis:60%;-ms-flex-preferred-size:60%;flex-basis:60%;width:60%;max-width:60%;}.fy-flex-container .fy-flex-column-desktop-wide-50{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%;max-width:50%;}.fy-flex-container .fy-flex-column-desktop-wide-40{-webkit-flex-basis:40%;-ms-flex-preferred-size:40%;flex-basis:40%;width:40%;max-width:40%;}.fy-flex-container .fy-flex-column-desktop-wide-33{-webkit-flex-basis:33.333%;-ms-flex-preferred-size:33.333%;flex-basis:33.333%;width:33.333%;max-width:33.333%;}.fy-flex-container .fy-flex-column-desktop-wide-30{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%;width:30%;max-width:30%;}.fy-flex-container .fy-flex-column-desktop-wide-25{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%;max-width:25%;}.fy-flex-container .fy-flex-column-desktop-wide-20{-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;flex-basis:20%;width:20%;max-width:20%;}.fy-flex-container .fy-flex-column-desktop-wide-10{-webkit-flex-basis:10%;-ms-flex-preferred-size:10%;flex-basis:10%;width:10%;max-width:10%;}.fy-flex-container .fy-flex-column-desktop-wide-0{-webkit-flex-basis:0%;-ms-flex-preferred-size:0%;flex-basis:0%;width:0;max-width:0;}.fy-flex-container .fy-flex-column-desktop-wide{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;width:auto;max-width:100%;}}@media only screen and (max-width: 1279px){.fy-flex-container .fy-flex-column-desktop-auto{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;width:auto;max-width:100%;}.fy-flex-container .fy-flex-column-desktop-100{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%;max-width:100%;}.fy-flex-container .fy-flex-column-desktop-90{-webkit-flex-basis:90%;-ms-flex-preferred-size:90%;flex-basis:90%;width:90%;max-width:90%;}.fy-flex-container .fy-flex-column-desktop-80{-webkit-flex-basis:80%;-ms-flex-preferred-size:80%;flex-basis:80%;width:80%;max-width:80%;}.fy-flex-container .fy-flex-column-desktop-75{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%;max-width:75%;}.fy-flex-container .fy-flex-column-desktop-70{-webkit-flex-basis:70%;-ms-flex-preferred-size:70%;flex-basis:70%;width:70%;max-width:75%;}.fy-flex-container .fy-flex-column-desktop-66{-webkit-flex-basis:66.666%;-ms-flex-preferred-size:66.666%;flex-basis:66.666%;width:66.666%;max-width:66.666%;}.fy-flex-container .fy-flex-column-desktop-60{-webkit-flex-basis:60%;-ms-flex-preferred-size:60%;flex-basis:60%;width:60%;max-width:60%;}.fy-flex-container .fy-flex-column-desktop-50{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%;max-width:50%;}.fy-flex-container .fy-flex-column-desktop-40{-webkit-flex-basis:40%;-ms-flex-preferred-size:40%;flex-basis:40%;width:40%;max-width:40%;}.fy-flex-container .fy-flex-column-desktop-33{-webkit-flex-basis:33.333%;-ms-flex-preferred-size:33.333%;flex-basis:33.333%;width:33.333%;max-width:33.333%;}.fy-flex-container .fy-flex-column-desktop-30{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%;width:30%;max-width:30%;}.fy-flex-container .fy-flex-column-desktop-25{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%;max-width:25%;}.fy-flex-container .fy-flex-column-desktop-20{-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;flex-basis:20%;width:20%;max-width:20%;}.fy-flex-container .fy-flex-column-desktop-10{-webkit-flex-basis:10%;-ms-flex-preferred-size:10%;flex-basis:10%;width:10%;max-width:10%;}.fy-flex-container .fy-flex-column-desktop-0{-webkit-flex-basis:0%;-ms-flex-preferred-size:0%;flex-basis:0%;width:0;max-width:0;}.fy-flex-container .fy-flex-column-desktop{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;width:auto;}}@media only screen and (max-width: 1023px){.fy-flex-container .fy-flex-column-tablet-auto{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;width:auto;max-width:100%;}.fy-flex-container .fy-flex-column-tablet-100{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%;max-width:100%;}.fy-flex-container .fy-flex-column-tablet-90{-webkit-flex-basis:90%;-ms-flex-preferred-size:90%;flex-basis:90%;width:90%;max-width:90%;}.fy-flex-container .fy-flex-column-tablet-80{-webkit-flex-basis:80%;-ms-flex-preferred-size:80%;flex-basis:80%;width:80%;max-width:80%;}.fy-flex-container .fy-flex-column-tablet-75{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%;max-width:75%;}.fy-flex-container .fy-flex-column-tablet-70{-webkit-flex-basis:70%;-ms-flex-preferred-size:70%;flex-basis:70%;width:70%;max-width:70%;}.fy-flex-container .fy-flex-column-tablet-66{-webkit-flex-basis:66.666%;-ms-flex-preferred-size:66.666%;flex-basis:66.666%;width:66.666%;max-width:66.666%;}.fy-flex-container .fy-flex-column-tablet-60{-webkit-flex-basis:60%;-ms-flex-preferred-size:60%;flex-basis:60%;width:60%;max-width:60%;}.fy-flex-container .fy-flex-column-tablet-50{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%;max-width:50%;}.fy-flex-container .fy-flex-column-tablet-40{-webkit-flex-basis:40%;-ms-flex-preferred-size:40%;flex-basis:40%;width:40%;max-width:40%;}.fy-flex-container .fy-flex-column-tablet-33{-webkit-flex-basis:33.333%;-ms-flex-preferred-size:33.333%;flex-basis:33.333%;width:33.333%;max-width:33.333%;}.fy-flex-container .fy-flex-column-tablet-30{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%;width:30%;max-width:30%;}.fy-flex-container .fy-flex-column-tablet-25{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%;max-width:25%;}.fy-flex-container .fy-flex-column-tablet-20{-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;flex-basis:20%;width:20%;max-width:20%;}.fy-flex-container .fy-flex-column-tablet-10{-webkit-flex-basis:10%;-ms-flex-preferred-size:10%;flex-basis:10%;width:10%;max-width:10%;}.fy-flex-container .fy-flex-column-tablet-0{-webkit-flex-basis:0%;-ms-flex-preferred-size:0%;flex-basis:0%;width:0;max-width:0;}.fy-flex-container .fy-flex-column-tablet{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;width:auto;max-width:100%;}}@media only screen and (max-width: 767px){.fy-flex-container .fy-flex-column-phone-auto{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;width:auto;max-width:100%;}.fy-flex-container .fy-flex-column-phone-100{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%;max-width:100%;}.fy-flex-container .fy-flex-column-phone-90{-webkit-flex-basis:90.00%;-ms-flex-preferred-size:90.00%;flex-basis:90.00%;width:90%;max-width:90%;}.fy-flex-container .fy-flex-column-phone-80{-webkit-flex-basis:80%;-ms-flex-preferred-size:80%;flex-basis:80%;width:80%;max-width:80%;}.fy-flex-container .fy-flex-column-phone-75{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%;max-width:75%;}.fy-flex-container .fy-flex-column-phone-70{-webkit-flex-basis:70%;-ms-flex-preferred-size:70%;flex-basis:70%;width:70%;max-width:70%;}.fy-flex-container .fy-flex-column-phone-66{-webkit-flex-basis:66.666%;-ms-flex-preferred-size:66.666%;flex-basis:66.666%;width:66.666%;max-width:66.666%;}.fy-flex-container .fy-flex-column-phone-60{-webkit-flex-basis:60%;-ms-flex-preferred-size:60%;flex-basis:60%;width:60%;max-width:60%;}.fy-flex-container .fy-flex-column-phone-50{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%;max-width:50%;}.fy-flex-container .fy-flex-column-phone-40{-webkit-flex-basis:40%;-ms-flex-preferred-size:40%;flex-basis:40%;width:40%;max-width:40%;}.fy-flex-container .fy-flex-column-phone-33{-webkit-flex-basis:33.333%;-ms-flex-preferred-size:33.333%;flex-basis:33.333%;width:33.333%;max-width:33.333%;}.fy-flex-container .fy-flex-column-phone-30{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%;width:30%;max-width:30%;}.fy-flex-container .fy-flex-column-phone-25{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%;max-width:25%;}.fy-flex-container .fy-flex-column-phone-20{-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;flex-basis:20%;width:20%;max-width:20%;}.fy-flex-container .fy-flex-column-phone-10{-webkit-flex-basis:10%;-ms-flex-preferred-size:10%;flex-basis:10%;width:10%;max-width:10%;}.fy-flex-container .fy-flex-column-phone-0{-webkit-flex-basis:0%;-ms-flex-preferred-size:0%;flex-basis:0%;width:0;max-width:0;}.fy-flex-container .fy-flex-column-phone{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;width:auto;max-width:100%;}}@media only screen and (max-width: 479px){.fy-flex-container .fy-flex-column-phone-min-auto{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;width:auto;max-width:100%;}.fy-flex-container .fy-flex-column-phone-min-100{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;width:100%;max-width:100%;}.fy-flex-container .fy-flex-column-phone-min-90{-webkit-flex-basis:90.00%;-ms-flex-preferred-size:90.00%;flex-basis:90.00%;width:90%;max-width:90%;}.fy-flex-container .fy-flex-column-phone-min-80{-webkit-flex-basis:80%;-ms-flex-preferred-size:80%;flex-basis:80%;width:80%;max-width:80%;}.fy-flex-container .fy-flex-column-phone-min-75{-webkit-flex-basis:75%;-ms-flex-preferred-size:75%;flex-basis:75%;width:75%;max-width:75%;}.fy-flex-container .fy-flex-column-phone-min-70{-webkit-flex-basis:70%;-ms-flex-preferred-size:70%;flex-basis:70%;width:70%;max-width:70%;}.fy-flex-container .fy-flex-column-phone-min-66{-webkit-flex-basis:66.666%;-ms-flex-preferred-size:66.666%;flex-basis:66.666%;width:66.666%;max-width:66.666%;}.fy-flex-container .fy-flex-column-phone-min-60{-webkit-flex-basis:60%;-ms-flex-preferred-size:60%;flex-basis:60%;width:60%;max-width:60%;}.fy-flex-container .fy-flex-column-phone-min-50{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%;max-width:50%;}.fy-flex-container .fy-flex-column-phone-min-40{-webkit-flex-basis:40%;-ms-flex-preferred-size:40%;flex-basis:40%;width:40%;max-width:40%;}.fy-flex-container .fy-flex-column-phone-min-33{-webkit-flex-basis:33.333%;-ms-flex-preferred-size:33.333%;flex-basis:33.333%;width:33.333%;max-width:33.333%;}.fy-flex-container .fy-flex-column-phone-min-30{-webkit-flex-basis:30%;-ms-flex-preferred-size:30%;flex-basis:30%;width:30%;max-width:30%;}.fy-flex-container .fy-flex-column-phone-min-25{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;width:25%;max-width:25%;}.fy-flex-container .fy-flex-column-phone-min-20{-webkit-flex-basis:20%;-ms-flex-preferred-size:20%;flex-basis:20%;width:20%;max-width:20%;}.fy-flex-container .fy-flex-column-phone-min-10{-webkit-flex-basis:10%;-ms-flex-preferred-size:10%;flex-basis:10%;width:10%;max-width:10%;}.fy-flex-container .fy-flex-column-phone-min-0{-webkit-flex-basis:0%;-ms-flex-preferred-size:0%;flex-basis:0%;width:0;max-width:0;}.fy-flex-container .fy-flex-column-phone-min{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;width:auto;max-width:100%;}}.fy-flex-container [class^="fy-flex-column"].fy-flex-grow-0,.fy-flex-container [class*=" fy-flex-column"].fy-flex-grow-0{-webkit-flex-grow:0;flex-grow:0;}.fy-flex-container [class^="fy-flex-column"].fy-flex-grow-1,.fy-flex-container [class*=" fy-flex-column"].fy-flex-grow-1{-webkit-flex-grow:1;flex-grow:1;}.fy-flex-container [class^="fy-flex-column"].fy-flex-grow-2,.fy-flex-container [class*=" fy-flex-column"].fy-flex-grow-2{-webkit-flex-grow:2;flex-grow:2;}.fy-flex-container [class^="fy-flex-column"].fy-flex-grow-3,.fy-flex-container [class*=" fy-flex-column"].fy-flex-grow-3{-webkit-flex-grow:3;flex-grow:3;}.fy-flex-container [class^="fy-flex-column"].fy-flex-grow-4,.fy-flex-container [class*=" fy-flex-column"].fy-flex-grow-4{-webkit-flex-grow:4;flex-grow:4;}.fy-flex-container [class^="fy-flex-column"].fy-flex-grow-5,.fy-flex-container [class*=" fy-flex-column"].fy-flex-grow-5{-webkit-flex-grow:5;flex-grow:5;}.fy-flex-container [class^="fy-flex-column"] .fy-flex-row,.fy-flex-container [class*=" fy-flex-column"] .fy-flex-row{display:block;position:relative;padding:36px;}.fy-flex-container [class^="fy-flex-column"] .fy-flex-row.fy-padding-small,.fy-flex-container [class*=" fy-flex-column"] .fy-flex-row.fy-padding-small{padding:18px !important;}.fy-flex-container [class^="fy-flex-column"] .fy-flex-row.fy-padding,.fy-flex-container [class^="fy-flex-column"] .fy-flex-row.fy-padding-medium,.fy-flex-container [class*=" fy-flex-column"] .fy-flex-row.fy-padding,.fy-flex-container [class*=" fy-flex-column"] .fy-flex-row.fy-padding-medium{padding:36px !important;}.fy-flex-container [class^="fy-flex-column"] .fy-flex-row.fy-padding-large,.fy-flex-container [class*=" fy-flex-column"] .fy-flex-row.fy-padding-large{padding:54px !important;}.fy-flex-container [class^="fy-flex-column"] .fy-flex-row.fy-padding-0,.fy-flex-container [class*=" fy-flex-column"] .fy-flex-row.fy-padding-0{padding:0 !important;}.fy-flex-container{margin-left:-36px;}.fy-flex-container .fy-flex-container:first-child:nth-last-child(1){padding-bottom:0;}.fy-flex-container .fy-flex-container:last-child{padding-bottom:0;}.fy-flex-container [class^="fy-flex-column"],.fy-flex-container [class*=" fy-flex-column"]{padding-left:36px;}.fy-flex-container [class^="fy-flex-column"] > .fy-flex-row,.fy-flex-container [class*=" fy-flex-column"] > .fy-flex-row{margin-bottom:36px;}.fy-flex-container.fy-flex-gutter-0{margin-left:0;}.fy-flex-container.fy-flex-gutter-0 > [class^="fy-flex-column"],.fy-flex-container.fy-flex-gutter-0 > [class*=" fy-flex-column"]{padding-left:0;}.fy-flex-container.fy-flex-gutter-0 > [class^="fy-flex-column"] > .fy-flex-row,.fy-flex-container.fy-flex-gutter-0 > [class*=" fy-flex-column"] > .fy-flex-row{margin-bottom:0;}.fy-flex-container.fy-flex-gutter-1{margin-left:-2px;}.fy-flex-container.fy-flex-gutter-1 > [class^="fy-flex-column"],.fy-flex-container.fy-flex-gutter-1 > [class*=" fy-flex-column"]{padding-left:2px;}.fy-flex-container.fy-flex-gutter-1 > [class^="fy-flex-column"] > .fy-flex-row,.fy-flex-container.fy-flex-gutter-1 > [class*=" fy-flex-column"] > .fy-flex-row{margin-bottom:2px;}.fy-flex-container.fy-flex-gutter-xxsmall{margin-left:-4.5px;}.fy-flex-container.fy-flex-gutter-xxsmall > [class^="fy-flex-column"],.fy-flex-container.fy-flex-gutter-xxsmall > [class*=" fy-flex-column"]{padding-left:4.5px;}.fy-flex-container.fy-flex-gutter-xxsmall > [class^="fy-flex-column"] > .fy-flex-row,.fy-flex-container.fy-flex-gutter-xxsmall > [class*=" fy-flex-column"] > .fy-flex-row{margin-bottom:4.5px;}.fy-flex-container.fy-flex-gutter-xsmall{margin-left:-9px;}.fy-flex-container.fy-flex-gutter-xsmall > [class^="fy-flex-column"],.fy-flex-container.fy-flex-gutter-xsmall > [class*=" fy-flex-column"]{padding-left:9px;}.fy-flex-container.fy-flex-gutter-xsmall > [class^="fy-flex-column"] > .fy-flex-row,.fy-flex-container.fy-flex-gutter-xsmall > [class*=" fy-flex-column"] > .fy-flex-row{margin-bottom:9px;}.fy-flex-container.fy-flex-gutter-small{margin-left:-18px;}.fy-flex-container.fy-flex-gutter-small > [class^="fy-flex-column"],.fy-flex-container.fy-flex-gutter-small > [class*=" fy-flex-column"]{padding-left:18px;}.fy-flex-container.fy-flex-gutter-small > [class^="fy-flex-column"] > .fy-flex-row,.fy-flex-container.fy-flex-gutter-small > [class*=" fy-flex-column"] > .fy-flex-row{margin-bottom:18px;}.fy-flex-container.fy-flex-gutter-medium{margin-left:-36px;}.fy-flex-container.fy-flex-gutter-medium > [class^="fy-flex-column"],.fy-flex-container.fy-flex-gutter-medium > [class*=" fy-flex-column"]{padding-left:36px;}.fy-flex-container.fy-flex-gutter-medium > [class^="fy-flex-column"] > .fy-flex-row,.fy-flex-container.fy-flex-gutter-medium > [class*=" fy-flex-column"] > .fy-flex-row{margin-bottom:36px;}.fy-flex-container.fy-flex-gutter-large{margin-left:-54px;}.fy-flex-container.fy-flex-gutter-large > [class^="fy-flex-column"],.fy-flex-container.fy-flex-gutter-large > [class*=" fy-flex-column"]{padding-left:54px;}.fy-flex-container.fy-flex-gutter-large > [class^="fy-flex-column"] > .fy-flex-row,.fy-flex-container.fy-flex-gutter-large > [class*=" fy-flex-column"] > .fy-flex-row{margin-bottom:54px;}.fy-flex-container.fy-flex-gutter-xlarge{margin-left:-108px;}.fy-flex-container.fy-flex-gutter-xlarge > [class^="fy-flex-column"],.fy-flex-container.fy-flex-gutter-xlarge > [class*=" fy-flex-column"]{padding-left:108px;}.fy-flex-container.fy-flex-gutter-xlarge > [class^="fy-flex-column"] > .fy-flex-row,.fy-flex-container.fy-flex-gutter-xlarge > [class*=" fy-flex-column"] > .fy-flex-row{margin-bottom:108px;}.fy-flex-container.fy-flex-gutter-xxlarge{margin-left:-144px;}.fy-flex-container.fy-flex-gutter-xxlarge > [class^="fy-flex-column"],.fy-flex-container.fy-flex-gutter-xxlarge > [class*=" fy-flex-column"]{padding-left:144px;}.fy-flex-container.fy-flex-gutter-xxlarge > [class^="fy-flex-column"] > .fy-flex-row,.fy-flex-container.fy-flex-gutter-xxlarge > [class*=" fy-flex-column"] > .fy-flex-row{margin-bottom:144px;}.fy-flex-order-1{-webkit-order:1;-ms-flex-order:1;order:1;}.fy-flex-order-2{-webkit-order:2;-ms-flex-order:2;order:2;}.fy-flex-order-3{-webkit-order:3;-ms-flex-order:3;order:3;}@media only screen and (max-width: 1279px){.fy-flex-order-desktop-1{-webkit-order:1;-ms-flex-order:1;order:1;}.fy-flex-order-desktop-2{-webkit-order:2;-ms-flex-order:2;order:2;}.fy-flex-order-desktop-3{-webkit-order:3;-ms-flex-order:3;order:3;}}@media only screen and (max-width: 1023px){.fy-flex-order-tablet-1{-webkit-order:1;-ms-flex-order:1;order:1;}.fy-flex-order-tablet-2{-webkit-order:2;-ms-flex-order:2;order:2;}.fy-flex-order-tablet-3{-webkit-order:3;-ms-flex-order:3;order:3;}}@media only screen and (max-width: 767px){.fy-flex-order-phone-1{-webkit-order:1;-ms-flex-order:1;order:1;}.fy-flex-order-phone-2{-webkit-order:2;-ms-flex-order:2;order:2;}.fy-flex-order-phone-3{-webkit-order:3;-ms-flex-order:3;order:3;}}.fy-embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden;}.fy-embed-responsive iframe,.fy-embed-responsive embed,.fy-embed-responsive object{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0;}.fy-embed-responsive.fy-embed-responsive-16by9{padding-bottom:56.25%;}.fy-embed-responsive.fy-embed-responsive-4by3{padding-bottom:75%;}html{max-width:100vw;overflow-x:hidden;background-color:#fff;}body{max-width:100vw;padding:0;margin:0;overflow-x:hidden;font-family:"Droid Sans", "Arial", "Helvetica", sans-serif;font-size:14px;line-height:1.75;color:rgba(70,75,110,0.6);background-color:#fff;-webkit-tap-highlight-color:rgba(14,14,20,0);}a{cursor:pointer;text-decoration:none;color:#464b6e;-webkit-transition-property:color, background-color, border-color;-moz-transition-property:color, background-color, border-color;transition-property:color, background-color, border-color;-webkit-transition-timing-function:ease-in-out;-moz-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s;}a .underline{-webkit-transition:border-color 0.3s ease-in-out 0s;-moz-transition:border-color 0.3s ease-in-out 0s;-ms-transition:border-color 0.3s ease-in-out 0s;-o-transition:border-color 0.3s ease-in-out 0s;transition:border-color 0.3s ease-in-out 0s;}a:hover{color:#c88c78;}fieldset{padding:0;margin:0;border:0;}figure{padding:0;margin:0;}p{line-height:28px;}.fy-hide{display:none !important;visibility:hidden !important;padding:0;margin:0;}.fy-line{margin:36px 0;border-top:1px solid rgba(70,75,110,0.2);}.fy-line-dotted{margin:36px 0;border-top:1px dotted rgba(70,75,110,0.2);}.fy-line-double{margin:36px 0;border-top:3px double rgba(70,75,110,0.2);}.fy-position-relative{position:relative;}@media only screen and (max-width: 767px){[class^="fy-flex-column"] .fy-align-right,[class*=" fy-flex-column"] .fy-align-right{text-align:center !important;}}::selection{text-shadow:none;color:currentColor !important;background-color:rgba(70,75,110,0.1);}::-moz-selection{text-shadow:none;color:currentColor !important;background-color:rgba(70,75,110,0.1);}img::selection{background:transparent;}img::-moz-selection{background:transparent;}input::selection,textarea::selection,select::selection{-webkit-text-fill-color:currentColor !important;background-color:rgba(70,75,110,0.1);}input:-webkit-autofill::selection,textarea:-webkit-autofill::selection,select:-webkit-autofill::selection{-webkit-text-fill-color:currentColor !important;background-color:rgba(70,75,110,0.1);}.fy-alert{display:block;padding:18px 36px;margin-bottom:18px;text-align:center;color:#464b6e;background-color:rgba(70,75,110,0.05);border:1px solid #464b6e;}.fy-alert.fy-alert-success{color:#3cb478;background-color:rgba(60,180,120,0.05);border:1px solid #3cb478;}.fy-alert.fy-alert-error{color:#c84650;background-color:rgba(200,70,80,0.05);border:1px solid #c84650;}label,.fy-label{font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:1px;line-height:2.275;color:rgba(70,75,110,0.6);-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}.fy-label-error{display:block;padding:6px 0;font-size:13px;color:#c84650;}.fy-field{margin-bottom:18px;font-family:"Droid Sans", "Arial", "Helvetica", sans-serif;font-size:15px;font-weight:300;border-width:0 0 2px 0;border-color:rgba(70,75,110,0.2);}.fy-field:before,.fy-field:after{display:none;}.fy-field .fy-input{border:2px solid rgba(70,75,110,0.2);border-radius:2px;-webkit-appearance:none;-moz-appearance:none;appearance:none;}.fy-field .fy-input::-webkit-input-placeholder{color:rgba(70,75,110,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-field .fy-input:-ms-input-placeholder{color:rgba(70,75,110,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-field .fy-input::-moz-placeholder{color:rgba(70,75,110,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-field .fy-input:-moz-placeholder{color:rgba(70,75,110,0.4) !important;-webkit-transition:color 0.3s ease-in-out 0s;-moz-transition:color 0.3s ease-in-out 0s;-ms-transition:color 0.3s ease-in-out 0s;-o-transition:color 0.3s ease-in-out 0s;transition:color 0.3s ease-in-out 0s;}.fy-field .fy-input:focus::-webkit-input-placeholder{color:rgba(70,75,110,0.2) !important;}.fy-field .fy-input:focus:-ms-input-placeholder{color:rgba(70,75,110,0.2) !important;}.fy-field .fy-input:focus::-moz-placeholder{color:rgba(70,75,110,0.2) !important;}.fy-field .fy-input:focus:-moz-placeholder{color:rgba(70,75,110,0.2) !important;}.fy-field input[type='time']{color:rgba(70,75,110,0.4);height:52px;}.fy-field .fy-icon{bottom:18px;right:18px;color:rgba(70,75,110,0.2);}.fy-field.field-active .fy-label{color:#464b6e;}.fy-field.field-active .fy-input{border-color:#464b6e;}.fy-field.field-active input[type='time']{color:rgba(70,75,110,0.6);}.fy-field.field-active .fy-icon{color:rgba(70,75,110,0.2);}select{width:100%;padding-right:80px;background-image:url('data:image/svg+xml,<?xml version="1.0" ?><svg fill="#464b6e" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/></svg>');background-position:right 18px center;background-repeat:no-repeat;background-size:16px 16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;}select option{color:#464b6e;}textarea{max-height:60vh;min-height:72px;resize:vertical;overflow:auto;overflow-x:hidden;}textarea::-webkit-scrollbar{width:5px;}textarea::-webkit-scrollbar-track{background-color:rgba(14,14,20,0);}textarea::-webkit-scrollbar-thumb{background-color:rgba(14,14,20,0.25);}textarea::-webkit-scrollbar-thumb:hover{background-color:rgba(14,14,20,0.5);}.fy-form-submit{margin-top:36px;}@media screen and (max-width: 767px){.fy-form-submit{text-align:center;}.fy-form-submit .fy-align-right{text-align:center;}}.fy-field.fy-field-search{position:relative;margin:0;}.fy-field.fy-field-search .fy-button{position:absolute;top:50%;right:0;height:100%;padding:0 18px;margin:0;color:rgba(70,75,110,0.4);background-color:transparent;box-shadow:0 0 0 0 rgba(14,14,20,0);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}.fy-field.fy-field-search .fy-button .icon{position:relative;top:2px;display:inline-block;width:20px;height:20px;}.fy-field.fy-field-search .fy-button:hover,.fy-field.fy-field-search .fy-button:focus{color:#464b6e;}.fy-button{padding:15px 36px;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:15px;text-transform:uppercase;letter-spacing:1px;color:#fff;background-color:#c88c78;border:2px solid transparent;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}.fy-button:hover,.fy-button:focus{color:#fff;background-color:#b96d54;}.fy-button.fy-button-small{padding-top:10px;padding-bottom:10px;}.fy-button.fy-button-xsmall{padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:0;}.fy-button.fy-button-icon,.fy-button.fy-button-icon-small{padding-left:60px;}.fy-button.fy-button-icon .icon,.fy-button.fy-button-icon-small .icon{position:absolute;top:50%;left:18px;margin-top:-12px;margin-right:36px;}.fy-button.fy-button-icon .icon .shape,.fy-button.fy-button-icon-small .icon .shape{fill:currentColor;}.fy-button.fy-button-icon-small .icon{width:18px;height:18px;margin-top:-9px;}.fy-button.fy-button-flat{color:rgba(70,75,110,0.6);background-color:transparent;}.fy-button.fy-button-flat:hover{color:#464b6e;}.fy-button.fy-button-border{padding-top:10px;padding-bottom:10px;color:#464b6e;background-color:transparent;border-color:#c88c78;}.fy-button.fy-button-border:hover{color:#fff;background-color:#c88c78;}.fy-back-to-top{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;justify-content:center;-ms-flex-pack:center;position:fixed;width:64px;height:64px;right:18px;bottom:-100%;z-index:80;color:rgba(70,75,110,0.6);background-color:#fff;box-shadow:0 3px 18px 0 rgba(14,14,20,0.2);-webkit-transition:all 1.2s ease-in-out 0s;-moz-transition:all 1.2s ease-in-out 0s;-ms-transition:all 1.2s ease-in-out 0s;-o-transition:all 1.2s ease-in-out 0s;transition:all 1.2s ease-in-out 0s;}@media screen and (max-width: 767px){.fy-back-to-top{right:9px;}}.fy-back-to-top:hover{color:#464b6e;background-color:#fff;box-shadow:0 6px 36px 0 rgba(14,14,20,0.4);}.fy-back-to-top.active{bottom:0;}svg.icon{fill:currentColor;-webkit-transition-property:fill;-moz-transition-property:fill;transition-property:fill;-webkit-transition-timing-function:ease-in-out;-moz-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;transition-duration:0.3s;}svg.icon .shape{fill:currentColor;-webkit-transition-property:fill, opacity;-moz-transition-property:fill, opacity;transition-property:fill, opacity;-webkit-transition-timing-function:ease-in-out;-moz-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;transition-duration:0.3s;}.fy-loading{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;position:absolute;top:-1000vh;left:0;width:100%;height:100%;z-index:80;text-align:center;visibility:hidden;overflow:hidden;opacity:0;filter:alpha(opacity=0);-webkit-transition-property:opacity;-moz-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:ease-in-out;-moz-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;transition-duration:0.3s;color:currentColor;}.fy-loading .fy-loader{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;justify-content:center;-ms-flex-pack:center;width:36px;height:36px;border-radius:36px/2;}.fy-loading .fy-loader .fy-spinner .icon{width:24px;height:24px;}.fy-loading.fy-loading-small .fy-loader .fy-spinner .icon{width:16px;height:16px;}.fy-loading .fy-spinner{display:inline-block;text-align:center;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-animation-name:animationRotate;-moz-animation-name:animationRotate;-ms-animation-name:animationRotate;-o-animation-name:animationRotate;animation-name:animationRotate;-webkit-animation-duration:0.6s;-moz-animation-duration:0.6s;-ms-animation-duration:0.6s;-o-animation-duration:0.6s;animation-duration:0.6s;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;-ms-animation-timing-function:linear;-o-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;}.fy-loading .fy-spinner .icon{width:18px;height:18px;}.fy-loading .fy-spinner .icon .shape{fill:currentColor;}body.loading-active .fy-loading{top:0;visibility:visible;opacity:1;filter:alpha(opacity=100);-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-ms-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:0.3s;-moz-animation-duration:0.3s;-ms-animation-duration:0.3s;-o-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-ms-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-delay:0;-moz-animation-delay:0;-ms-animation-delay:0;-o-animation-delay:0;animation-delay:0;}.fy-lazy{position:relative;z-index:1;-webkit-backface-visibility:hidden;}.fy-lazy-parent{position:relative;}.fy-lazy-parent .fy-loading{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;visibility:visible;opacity:0.5;filter:alpha(opacity=50);}.fy-lazy-parent .fy-loading .fy-loader{color:currentColor;background-color:transparent;}.fy-lazy-parent .fy-loading .fy-loader .fy-spinner .icon{width:12px;height:12px;}.fy-lazy-parent.fy-lazy-parent-loaded .fy-loading{opacity:0;filter:alpha(opacity=0);display:none;}.fy-lazy-parent.fy-lazy-parent-loaded .fy-post-image-counter,.fy-lazy-parent.fy-lazy-parent-loaded .fy-post-image-play{opacity:1;filter:alpha(opacity=100);}.fy-canvas{display:block;max-width:100%;min-width:320px;padding-bottom:72px;}.fy-main{display:block;}@media screen and (min-width: 1024px){.fy-main.fy-sidebar-active{max-width:70%;}}@media screen and (max-width: 1023px){.fy-main.fy-sidebar-active{max-width:60%;}}@media screen and (max-width: 767px){.fy-main.fy-sidebar-active{max-width:100%;}}.fy-centerer{display:block;width:1208px;margin:0 auto;}@media screen and (max-width: 1280px){.fy-centerer{width:100%;padding-right:36px;padding-left:36px;}}@media screen and (max-width: 479px){.fy-centerer{padding-right:18px;padding-left:18px;}}.fy-centerer-half{display:block;width:696px;margin:0 auto;}@media screen and (max-width: 768px){.fy-centerer-half{width:100%;padding-right:36px;padding-left:36px;}}@media screen and (max-width: 767px){.fy-centerer-half{padding-right:18px;padding-left:18px;}}.fy-centerer .fy-centerer{padding:0;}.fy-centerer .fy-centerer-half{padding:0;}.fy-sidebar{position:relative;color:rgba(70,75,110,0.6);background-color:#fff;}@media screen and (max-width: 767px){.fy-sidebar{margin-top:72px;}}.fy-sidebar a:not(.fy-button){color:rgba(70,75,110,0.6);border-bottom:1px solid rgba(70,75,110,0.2);}.fy-sidebar a:not(.fy-button):hover{color:#464b6e;border-bottom-color:#464b6e;}.fy-sidebar .fy-blockquote .fy-cite:before{color:#464b6e;}.fy-sidebar .fy-blockquote .fy-cite a{color:#464b6e;}.fy-sidebar .fy-blockquote .fy-cite a:hover{color:#c88c78;}.fy-header{display:block;position:relative;padding:0;text-align:center;color:rgba(255,255,255,0.6);background-color:#464b6e;background-position:center center;background-repeat:no-repeat;background-size:cover;}@media screen and (max-width: 1023px){.fy-header{padding-bottom:36px;}.fy-header .fy-align-right{text-align:center;}}.fy-header.has-header-image:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-color:rgba(70,75,110,0.8);}.fy-header.has-header-image .fy-address{position:relative;z-index:1;}.fy-header .fy-address{margin:0;text-align:left;}@media screen and (max-width: 1023px){.fy-header .fy-address{text-align:center;margin:9px 0;}}.fy-header .fy-address a{color:rgba(255,255,255,0.6);border-bottom:1px solid rgba(255,255,255,0.2);}.fy-header .fy-address a:hover{color:#ffc8aa;border-color:rgba(255,200,170,0.6);}.fy-header .fy-socials{padding:0;text-align:right;}@media screen and (max-width: 1023px){.fy-header .fy-socials{text-align:center;margin:9px 0;}}.fy-header .fy-socials ul li a{color:rgba(255,255,255,0.6);}.fy-header .fy-socials ul li a:before{border:2px solid rgba(255,255,255,0.1);}.fy-header .fy-socials ul li a:hover{color:#ffc8aa;}.fy-header .fy-socials ul li a:hover:before{border-color:#ffc8aa;}.fy-header.fy-header-left .fy-address{text-align:right;}@media screen and (max-width: 1023px){.fy-header.fy-header-left .fy-address{text-align:center;}}.fy-logo{display:block;width:100%;margin:0 auto;text-align:center;}.fy-logo-default{padding:36px 0;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:36px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#ffc8aa;border:0;}@media screen and (max-width: 1023px){.fy-logo-default{font-size:28px;}}@media screen and (max-width: 767px){.fy-logo-default{font-size:24px;}}.fy-logo-default a{display:inline-block;max-width:100%;padding:0 36px;text-align:center;line-height:normal;color:#ffc8aa;border:0;}.fy-logo-default a:hover{color:#fff;}.fy-logo-image{max-width:100%;padding:18px 0;}.fy-logo-image > a{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;justify-content:center;-ms-flex-pack:center;border:0;margin:0 auto;}@media screen and (max-width: 767px){.fy-logo-image > a{max-width:240px;}}@media screen and (max-width: 479px){.fy-logo-image > a{max-width:180px;}}.fy-logo-image > a > img{height:auto;}@media screen and (max-width: 767px){.fy-logo-image > a > img{max-width:240px;}}@media screen and (max-width: 479px){.fy-logo-image > a > img{max-width:180px;}}.fy-socials{display:inline-block;padding:36px;text-align:right;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.fy-socials ul li{display:inline-block;padding:4px 0;}.fy-socials ul li a{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;justify-content:center;-ms-flex-pack:center;position:relative;width:44px;height:44px;overflow:visible;color:#fff;}.fy-socials ul li a:before{content:'';position:absolute;top:50%;left:50%;width:100%;height:100%;z-index:1;background-color:transparent;border:2px solid rgba(255,255,255,0.1);border-radius:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all 0.15s ease-in-out 0s;-moz-transition:all 0.15s ease-in-out 0s;-ms-transition:all 0.15s ease-in-out 0s;-o-transition:all 0.15s ease-in-out 0s;transition:all 0.15s ease-in-out 0s;}.fy-socials ul li a .fy-icon{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;justify-content:center;-ms-flex-pack:center;position:relative;z-index:20;color:currentColor;border-color:transparent;width:44px;height:44px;}.fy-socials ul li a .fy-icon .icon{float:left;}.fy-socials ul li a:hover{color:#32364f;}.fy-socials ul li a:hover:before{border-width:4px;border-color:#ffc8aa;}.fy-navigation{position:relative;width:100%;text-align:center;color:#ffc8aa;background-color:#464b6e;border-top:1px solid rgba(255,255,255,0.1);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.fy-navigation:hover{z-index:70;}.fy-navigation > .fy-navigation{width:100%;padding:0;border:0;}.fy-navigation > ul{display:block;width:1208px;margin:0 auto;font-size:0;}@media screen and (max-width: 1280px){.fy-navigation > ul{width:100%;padding-right:36px;padding-left:36px;}}@media screen and (max-width: 479px){.fy-navigation > ul{padding-right:18px;padding-left:18px;}}.fy-navigation > ul:before{content:'';position:absolute;top:0;left:-10000%;width:10000vw;height:100%;z-index:20;background-color:#464b6e;}.fy-navigation > ul > li{position:relative;display:inline-block;font-size:15px;}.fy-navigation > ul > li a{display:block;position:relative;padding:36px 18px;z-index:20;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:15px;font-weight:700;letter-spacing:1px;text-transform:uppercase;cursor:pointer;color:#ffc8aa;}.fy-navigation > ul > li a:hover{color:#fff;}.fy-navigation > ul > li > a{background-color:#464b6e;}.fy-navigation > ul > li > a:before{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:#fff;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}.fy-navigation > ul > li > a:hover{color:#fff;}.fy-navigation > ul > li > a:hover:before{width:100%;left:0;}.fy-navigation > ul > li.important{margin:0 18px;}.fy-navigation > ul > li.important > a{color:#464b6e;}.fy-navigation > ul > li.important > a:before{display:none;}.fy-navigation > ul > li.important > a:after{content:'';position:absolute;top:50%;left:0;width:100%;height:36px;z-index:-1;background-color:#ffc8aa;border-radius:2px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}.fy-navigation > ul > li:hover > a{color:#fff;}.fy-navigation > ul > li:hover > a:before{width:100%;left:0;}.fy-navigation > ul > li:hover.important > a{color:#464b6e;}.fy-navigation > ul > li:hover.important > a:after{background-color:#fff;}.fy-navigation > ul > li.current-menu-item > a,.fy-navigation > ul > li.current_page_item > a,.fy-navigation > ul > li.current_page_parent > a{color:#fff;}.fy-navigation > ul > li.current-menu-item.important > a,.fy-navigation > ul > li.current_page_item.important > a,.fy-navigation > ul > li.current_page_parent.important > a{color:#464b6e;}.fy-navigation > ul > li.current-menu-item.important > a:after,.fy-navigation > ul > li.current_page_item.important > a:after,.fy-navigation > ul > li.current_page_parent.important > a:after{background-color:#fff;}.fy-navigation > ul > li ul{opacity:0;filter:alpha(opacity=0);position:absolute;top:-1000vh;left:0;min-width:240px;margin-top:-36px;z-index:1;text-align:left;color:#464b6e;background-color:#fff;-webkit-transition-property:opacity, margin-top;-moz-transition-property:opacity, margin-top;transition-property:opacity, margin-top;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:cubic-bezier(0.5,1.5,1.5,0.5);-moz-transition-timing-function:cubic-bezier(0.5,1.5,1.5,0.5);transition-timing-function:cubic-bezier(0.5,1.5,1.5,0.5);box-shadow:0 3px 18px 0 rgba(14,14,20,0.2);}.fy-navigation > ul > li ul li{display:block;position:relative;font-size:14px;border-bottom:1px solid rgba(70,75,110,0.1);}.fy-navigation > ul > li ul li:first-child{border-top:1px solid rgba(70,75,110,0.1);}.fy-navigation > ul > li ul li a{padding:12px 18px;font-size:14px;color:#464b6e;}.fy-navigation > ul > li ul li a:hover{color:#c88c78;background-color:rgba(70,75,110,0.04);}.fy-navigation > ul > li ul li ul{left:100%;}.fy-navigation > ul > li ul li.important > a{color:#fff;}.fy-navigation > ul > li ul li.important > a:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-color:#c88c78;}.fy-navigation > ul > li ul li:hover > ul{opacity:1;filter:alpha(opacity=100);top:0;margin-top:0;}.fy-navigation > ul > li:hover > ul{opacity:1;filter:alpha(opacity=100);top:100%;margin-top:0;}.fy-navigation > ul > li:last-child > ul{left:auto;right:0;}.fy-navigation > ul > li:last-child > ul li > ul{left:auto;right:100%;}@media screen and (min-width: 1024px){.fy-navigation.is_stuck{position:fixed !important;top:0;left:0;width:100%;z-index:60;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.fy-navigation.is_stuck > ul{width:100%;padding:0;}.fy-navigation.is_stuck > ul > li > a{padding-top:18px;padding-bottom:18px;}.fy-navigation.is_stuck.is-hidden{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);}}body.admin-bar .fy-navigation.is_stuck{margin-top:32px;}@media screen and (max-width: 782px){body.admin-bar .fy-navigation.is_stuck{margin-top:46px;}}@media screen and (max-width: 600px){body.admin-bar .fy-navigation.is_stuck{margin-top:0;}}@media screen and (max-width: 1023px){.fy-navigation-container{position:fixed;top:0;left:0;width:100%;height:100%;min-height:100vh;overflow-x:hidden;overflow-y:auto;text-align:center;z-index:60;background-color:rgba(70,75,110,0.96);opacity:0;filter:alpha(opacity=0);-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition-property:opacity;-moz-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;transition-duration:0.6s;-webkit-transition-timing-function:ease-in-out;-moz-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s;}.fy-navigation-container > .fy-navigation{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;justify-content:center;-ms-flex-pack:center;min-height:100vh;padding:72px 0;background-color:transparent;border:0;}.fy-navigation-container > .fy-navigation > ul{float:none;display:block;max-width:80%;}.fy-navigation-container > .fy-navigation > ul:before{display:none;}.fy-navigation-container > .fy-navigation > ul > li{display:block;width:100%;margin:0;text-align:center;}.fy-navigation-container > .fy-navigation > ul > li:before{display:none;}.fy-navigation-container > .fy-navigation > ul > li > a{display:inline-block;padding:6px 36px;font-size:24px;background-color:transparent;}.fy-navigation-container > .fy-navigation > ul > li > a:before{display:none;}.fy-navigation-container > .fy-navigation > ul > li ul{display:none;position:relative;top:0;padding-top:18px;padding-bottom:18px;margin-top:0;margin-bottom:18px;min-width:0;opacity:1;filter:alpha(opacity=100);text-align:center;border:solid rgba(255,255,255,0.2);border-width:1px 0;background-color:transparent;box-shadow:0 0 0 0 rgba(14,14,20,0);}.fy-navigation-container > .fy-navigation > ul > li ul li a{padding:3px 36px;font-size:14px;color:rgba(255,255,255,0.6);background-color:transparent;border:0;}.fy-navigation-container > .fy-navigation > ul > li ul li a:hover{color:#fff;background-color:transparent;}.fy-navigation-container > .fy-navigation > ul > li.current-menu-item > ul,.fy-navigation-container > .fy-navigation > ul > li.current_page_item > ul,.fy-navigation-container > .fy-navigation > ul > li.current_page_parent > ul{display:block;}}.fy-navigation-trigger{display:none;position:absolute;width:54px;height:54px;top:50%;right:0;margin-top:-27px;z-index:80;cursor:pointer;color:#fff;}@media screen and (max-width: 1023px){.fy-navigation-trigger{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;justify-content:center;-ms-flex-pack:center;}}@media screen and (max-width: 767px){.fy-navigation-trigger{right:-18px;}}body.navigation-active{position:fixed;overflow-y:scroll;}body.navigation-active .fy-navigation-container{opacity:1;filter:alpha(opacity=100);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}body.navigation-closing .fy-navigation-container{opacity:0;filter:alpha(opacity=0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}.fy-header.has-header-image .fy-navigation{background-color:transparent;}.fy-header.has-header-image .fy-navigation > ul:before{background-color:transparent;}.fy-header.has-header-image .fy-navigation > ul > li > a{background-color:transparent;}.fy-header.has-header-image .fy-navigation > ul > li ul{margin-top:0;}.fy-header.has-header-image .fy-navigation.is_stuck{background-color:#464b6e;}h1,h2,h3,h4,h5,h6{margin:0;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-weight:700;line-height:1.5;text-transform:uppercase;letter-spacing:1px;-ms-word-wrap:break-word;word-wrap:break-word;}h1{font-size:36px;}h2{font-size:28px;}h3{font-size:24px;}h4{font-size:21px;}h5{font-size:19px;}h6{font-size:17px;}.fy-heading{position:relative;padding:36px 0;margin-bottom:54px;text-align:center;color:#464b6e;background-color:rgba(70,75,110,0.04);border-bottom:1px solid rgba(70,75,110,0.2);}.fy-heading.fy-heading-empty{height:0;padding:0;border:0;}.fy-heading h1{margin:0;font-size:36px;}.fy-heading .fy-post-date{display:block;color:#c88c78;}.fy-heading .fy-post-date .fy-post-time{display:block;letter-spacing:normal;font-size:18px;color:#464b6e;}.fy-heading .fy-post-meta{display:block;color:rgba(70,75,110,0.6);}.fy-heading .fy-post-meta a{color:rgba(70,75,110,0.6);}.fy-heading .fy-post-meta a:hover{color:#464b6e;}.fy-content-heading{position:relative;padding:0;margin-bottom:72px;text-align:center;color:rgba(70,75,110,0.6);}.fy-content-heading h2,.fy-content-heading h3{font-size:24px;}.fy-content-heading h2 a,.fy-content-heading h3 a{color:rgba(70,75,110,0.6);}.fy-content-heading h2 a:hover,.fy-content-heading h3 a:hover{color:#c88c78;}.fy-content-heading h2 span,.fy-content-heading h3 span{position:relative;padding:0 18px;z-index:1;background-color:#fff;}.fy-content-heading:before{content:'';position:absolute;top:50%;left:0;width:100%;height:1px;z-index:0;background-color:rgba(70,75,110,0.2);}.fy-footer-heading{position:relative;padding:0;margin-bottom:18px;text-align:center;color:#ffc8aa;}.fy-footer-heading h2,.fy-footer-heading h3{font-size:21px;}.fy-page-content,.fy-post-content,.fy-comment-content{*zoom:1;}.fy-page-content:before,.fy-page-content:after,.fy-post-content:before,.fy-post-content:after,.fy-comment-content:before,.fy-comment-content:after{content:'';display:block;height:0;clear:both;visibility:hidden;font-size:0;}.fy-page-content:after,.fy-post-content:after,.fy-comment-content:after{clear:both;}.fy-page-content:after,.fy-post-content:after,.fy-comment-content:after{content:'';display:block;height:0;clear:both;visibility:hidden;font-size:0;}.fy-page-content a:not(.fy-button),.fy-post-content a:not(.fy-button),.fy-comment-content a:not(.fy-button){color:#464b6e;border-bottom:1px solid rgba(70,75,110,0.2);}.fy-page-content a:not(.fy-button):hover,.fy-post-content a:not(.fy-button):hover,.fy-comment-content a:not(.fy-button):hover{color:#c88c78;border-color:#c88c78;}.fy-page-content p,.fy-post-content p,.fy-comment-content p{font-size:16px;margin-bottom:36px;line-height:28px;-ms-word-wrap:break-word;word-wrap:break-word;}.fy-page-content img,.fy-post-content img,.fy-comment-content img{max-width:100%;height:auto;}.fy-page-content h1,.fy-page-content h2,.fy-page-content h3,.fy-post-content h1,.fy-post-content h2,.fy-post-content h3,.fy-comment-content h1,.fy-comment-content h2,.fy-comment-content h3{color:#464b6e;}.fy-page-content h1,.fy-page-content h2,.fy-page-content h3,.fy-page-content h4,.fy-page-content h5,.fy-page-content h6,.fy-post-content h1,.fy-post-content h2,.fy-post-content h3,.fy-post-content h4,.fy-post-content h5,.fy-post-content h6,.fy-comment-content h1,.fy-comment-content h2,.fy-comment-content h3,.fy-comment-content h4,.fy-comment-content h5,.fy-comment-content h6{margin-bottom:18px;}.fy-page-content strong,.fy-post-content strong,.fy-comment-content strong{color:#464b6e;}.fy-page-content blockquote,.fy-post-content blockquote,.fy-comment-content blockquote{margin:0 0 36px;padding:72px 108px;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:24px;text-transform:uppercase;letter-spacing:1px;line-height:42px;color:#464b6e;background-color:rgba(70,75,110,0.06);background-image:url('data:image/svg+xml,<?xml version="1.0" ?><svg fill="#464b6e" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z"/></svg>');background-position:36px 36px;background-repeat:no-repeat;}@media screen and (max-width: 1023px){.fy-page-content blockquote,.fy-post-content blockquote,.fy-comment-content blockquote{padding-left:72px;padding-right:72px;padding-bottom:72px;font-size:21px;line-height:36px;}}@media screen and (max-width: 767px){.fy-page-content blockquote,.fy-post-content blockquote,.fy-comment-content blockquote{padding-left:36px;padding-right:36px;padding-bottom:36px;font-size:19px;line-height:33px;}}.fy-page-content blockquote p,.fy-post-content blockquote p,.fy-comment-content blockquote p{margin:0;font-family:inherit;font-size:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;}.fy-page-content blockquote cite,.fy-post-content blockquote cite,.fy-comment-content blockquote cite{display:block;margin-top:12px;font-size:14px;color:#464b6e;}.fy-page-content ul,.fy-page-content ol,.fy-post-content ul,.fy-post-content ol,.fy-comment-content ul,.fy-comment-content ol{margin-bottom:36px;list-style-position:inside;}.fy-page-content ul ul,.fy-page-content ul ol,.fy-page-content ol ul,.fy-page-content ol ol,.fy-post-content ul ul,.fy-post-content ul ol,.fy-post-content ol ul,.fy-post-content ol ol,.fy-comment-content ul ul,.fy-comment-content ul ol,.fy-comment-content ol ul,.fy-comment-content ol ol{margin-left:36px;margin-bottom:0;}.fy-page-content address,.fy-post-content address,.fy-comment-content address{margin-bottom:36px;font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:1px;font-style:normal;}.fy-page-content pre,.fy-post-content pre,.fy-comment-content pre{margin-top:0;background-color:transparent;border:1px solid rgba(70,75,110,0.2);}@media screen and (max-width: 767px){.fy-page-content pre,.fy-post-content pre,.fy-comment-content pre{padding:18px;}}.fy-page-content ins,.fy-post-content ins,.fy-comment-content ins{background-color:rgba(70,75,110,0.1);text-decoration:none;}.fy-page-content table,.fy-page-content th,.fy-page-content td,.fy-post-content table,.fy-post-content th,.fy-post-content td,.fy-comment-content table,.fy-comment-content th,.fy-comment-content td{border:1px solid rgba(70,75,110,0.2);}.fy-page-content table,.fy-post-content table,.fy-comment-content table{text-align:left;margin-bottom:36px;border-width:2px;}.fy-page-content table th,.fy-page-content table td,.fy-post-content table th,.fy-post-content table td,.fy-comment-content table th,.fy-comment-content table td{padding:9px 18px;}.fy-page-content table th,.fy-post-content table th,.fy-comment-content table th{font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;text-transform:uppercase;letter-spacing:1px;color:#464b6e;}.fy-page-content dl,.fy-post-content dl,.fy-comment-content dl{margin-bottom:36px;}.fy-page-content dl dt,.fy-post-content dl dt,.fy-comment-content dl dt{font-weight:700;color:#464b6e;}.fy-page-content dl dd,.fy-post-content dl dd,.fy-comment-content dl dd{margin-left:36px;}.fy-page-content{padding:0 0 36px;}.fy-page-content-empty{font-family:"Roboto Condensed", "Arial", "Helvetica", sans-serif;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:1px;text-align:center;}.fy-homepage{position:relative;z-index:1;}@media screen and (min-width: 1024px){.fy-homepage .fy-homepage-call-to-action .fy-widget-column{max-width:33.333%;min-width:33.333%;}}@media screen and (min-width: 768px) and (max-width: 1023px){.fy-homepage .fy-homepage-call-to-action .fy-widget-column{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;min-width:50%;}}.fy-homepage .fy-homepage-call-to-action .fy-widget-column .fy-widget{margin:0;border-bottom:2px solid #fff;}.fy-homepage .fy-homepage-widget-area{padding-top:72px;}@media screen and (min-width: 1280px){.fy-homepage .fy-homepage-section{max-width:33.333%;min-width:33.333%;}}.fy-homepage .fy-homepage-posts,.fy-homepage .fy-homepage-events{padding:72px 0 0;}.fy-homepage .fy-homepage-posts .fy-post-column,.fy-homepage .fy-homepage-events .fy-post-column{min-width:33.333%;}@media screen and (min-width: 1024px){.fy-homepage .fy-homepage-posts .fy-post-column,.fy-homepage .fy-homepage-events .fy-post-column{max-width:50%;}}.fy-homepage .fy-homepage-posts .fy-post .fy-post-header h2,.fy-homepage .fy-homepage-posts .fy-post .fy-post-header h3,.fy-homepage .fy-homepage-events .fy-post .fy-post-header h2,.fy-homepage .fy-homepage-events .fy-post .fy-post-header h3{font-size:21px;}@media screen and (max-width: 767px){.fy-homepage .fy-homepage-posts .fy-post .fy-post-footer .fy-align-right,.fy-homepage .fy-homepage-events .fy-post .fy-post-footer .fy-align-right{text-align:right;}}.fy-homepage .fy-homepage-widget-area{text-align:center;}body.page-template-template-homepage-php .fy-footer{margin-top:0;}












.mejs-container{margin-bottom:36px;}.mejs-container a{border:0;}
.mejs-container .mejs-controls{background:#464b6e !important;background-image:none;}
.mejs-container .mejs-controls .mejs-time-rail{border-radius:0;}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total{background:#fff;border-radius:0;}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded{background-color:#e6e6e6;border-radius:0;}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current{background-color:#c88c78;border-radius:0;}
.mejs-container .mejs-controls 
.mejs-horizontal-volume-slider 
.mejs-horizontal-volume-total,
.mejs-container 
.mejs-controls 
.mejs-horizontal-volume-slider 
.mejs-horizontal-volume-current{border-radius:0;}.gallery 
.gallery-item a{border:0;}



@media screen and (max-width: 767){
	.fy-slideshow-container{
		height:100%;
		max-height:685px;		
	}
	.fy-slideshow .fy-slide{
		height:655px;	
	}
}

@media screen and (max-width: 1023px){
	.fy-slideshow-container{
		height:100%;
		max-height:685px;	
	}
	.fy-slideshow .fy-slide{
		height:650px;	
	}
}

@media screen and (max-width: 1279px){
	.fy-slideshow-container{
		height:100%;
		max-height:685px;	
	}
	.fy-slideshow .fy-slide{
		height:650px;	
	}
}

@media screen and (min-width: 1279px){
	.fy-slideshow-container{
		height:100%;
		max-height:685px;	
	}
	.fy-slideshow .fy-slide{
		height:680px;	
	}
}
