@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?1057be');
  src:  url('fonts/icomoon.eot?1057be#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?1057be') format('truetype'),
    url('fonts/icomoon.woff?1057be') format('woff'),
    url('fonts/icomoon.svg?1057be#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icons-"], [class*=" icons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-quotes-left:before {
  content: "\e977";
}
.icons-quotes-right:before {
  content: "\e978";
}

* {
	box-sizing: border-box;
}
.carousel .slide {
	max-height: none;
	height: 455px;
}

#wrapper {
	table-layout: fixed;
}

.gform_wrapper .top_label .gfield_label, .form-holder label {
    float: none!important;
}

.slide-holder {
	width: 100%;
	height: 100%;
	height: 455px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.carousel .slide:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(91,97,99, .01);
	z-index: 1;
}

.bg-video-holder {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position:absolute;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
}

.bg-video-holder .bg-video {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity .3s ease;
	pointer-events: none;
}

.video-active .bg-video {
	opacity: 1;
}

.carousel-text-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items:  center;
	color: #fff;
	position: relative;
	z-index: 10;
	text-align: center;
	padding: 15px;
}

.carousel-text .border-box {
	max-width: 800px;
	padding: 0 15px;
	position: relative;
	padding: 0 0 7px;
	margin: 0 0 37px;
}

.carousel-text .border-box:after {
	position: absolute;
	content: '';
	background: #ff6d01;
	width: 60px;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

#main .carousel-text h1 {
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	letter-spacing: 0.7px;
	padding: 0;
	margin: 0 0 9px;
}

#main .carousel-text h1:after {
	display: none;
}

.carousel-text {
	font-size: 15px;
	padding: 22px 21px 0;
}

.carousel-text p {
	font-style: italic;
}

.carousel-text .btn-holder {
	max-width: 177px;
	margin: 0 auto;
}

.btn-holder .btn {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	width: 100%;
	margin: 0 0 23px;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 11px 7px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}

.btn-holder .btn:hover {
	background: rgba(255,255,255, .5);
}

.btn-holder .btn.orange {
	background: #ff6d01;
	border-color: #ff6d01;
}

.btn-holder .btn.orange:hover {
	background: rgba(255,109,1, .5);
}

.quote-box {
	margin:0 0 78px;
	color:#72726e;
	background:#fff;
	word-spacing:2px;
	padding:35px 0 36px;
	border-bottom:1px solid #ffbd9b;
	text-align:center;
	font-style:italic;
	font-weight:400;
	font-size:20px;
	line-height:24px;
	position:relative;
	z-index:2;
}

.quote-box a{
	color: inherit;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.quote-box a:hover {
	color: #ff6d22;
}

.quote-box .holder{max-width:570px;}
.quote-box:after{
	position:absolute;
	content:'';
	background:url(images/ico-arrow3.png) no-repeat;
	width:30px;
	height:15px;
	left:50%;
	margin:0 0 0 -15px;
	bottom:-15px;
}

.quote-box blockquote {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.35px;
}

.quote-box blockquote:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "\e977";
	font-family: 'icomoon';
	font-size: 60px;
	color: #eaebeb;
}

.quote-box blockquote q {
	position: relative;
	display: inline-block;
	padding: 3px 10px;
}

.quote-box blockquote q:before,
.quote-box blockquote q:after {
	position: absolute;
	top: 0;
	font-family: 'icomoon';
	font-size: 7px;
	color: #ff6d01;
	display: none;
}

.quote-box blockquote q:before {
	content: "\e977";
	left: 0;
}

.quote-box blockquote q:after {
	content: "\e978";
	right: 0;
}

#footer .footer-frame.home-page {
	border-top: 1px solid #ffbd98;
}
#footer .footer-frame.home-page > .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px 10px 10px;
	width: 100%;
}

.signup-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 2px 0 0;
	width: 100%;
}

.signup-block .btn-holder {
	width: 100%;
}

.signup-block .btn-holder .btn {
	display: block;
	width: 100%;
	margin: 0 0 23px;
	padding: 14px 7px;
	border-color: #ff6d01;
	color: #ff6d01;
	background: #fff;
	height: auto !important;
}

.signup-block .btn-holder .btn:hover {
	background: #ff6d01;
	color: #fff;
}

.signup-block .btn-holder .btn:after {
	display: none;
}

.signup-block .btn-holder .btn.orange {
	color: #fff;
	background: #ff6d01;
}

.signup-block .btn-holder .btn.orange:hover {
	background: #fff;
	color: #ff6d01;
}

.signup-block .social {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

/* social */
.signup-block .social {
	margin:0;
	padding:2px 0 7px;
	width: 100%;
}
.signup-block .social{
	float:none;
	text-align:center;
	font-size:0;
	line-height:0;
	letter-spacing:-4px;
	padding: 0px 12px 21px 0;
}
.social li{
	list-style:none outside;
	float:left;
	margin:0 0 0 15px;
}
.signup-block .social li{
	font-size:15px;
	line-height:24px;
	letter-spacing:0;
	float:none;
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 11px;
}
.social li:first-child{margin:0;}
.social a{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:22px;
	height:22px;
}
.signup-block .social a{
	width:46px;
	height:46px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.signup-block .social .facebook a{background:url(images/ico-social3.png) no-repeat 0 0;}
.signup-block .social .facebook a:hover{background:url(images/ico-social3.png) no-repeat 0 -44px;}

.signup-block .social .youtube a{background:url(images/ico-social3.png) no-repeat -172px 0;}
.signup-block .social .youtube a:hover{background:url(images/ico-social3.png) no-repeat -172px -44px;}

.signup-block .social .linkedin a{background:url(images/ico-social3.png) no-repeat -56px 0;}
.signup-block .social .linkedin a:hover{background:url(images/ico-social3.png) no-repeat -56px -44px;}

.signup-block .social .instagram a{background:url(images/ico-social3.png) no-repeat -115px 0;}
.signup-block .social .instagram a:hover{background:url(images/ico-social3.png) no-repeat -115px -44px;}

.signup-block .social .twitter a{background:url(images/ico-social3.png) no-repeat -230px 0;}
.signup-block .social .twitter a:hover{background:url(images/ico-social3.png) no-repeat -230px -44px;}


#footer .footer-frame.home-page .links-col {
	width: 47%;
	margin: 0 1.5%;
}

#cookie-law-info-bar.bottom-bar {
	padding: 14px 0 16px !important;
	background-color: #f6f4f2 !important;
	color: #9b9b97 !important;
}

html.video-fancybox #fancybox-wrap {
	position: fixed !important;
	width: 100% !important;
	height: 100% !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%);
	-webkit-transition:none;
	transition: none;
}

html.video-fancybox #fancybox-wrap #fancybox-content {
	width: 100% !important;
	height: 100% !important;
}

#header .search-form .text input {
	height: 36px;
}

@media (min-width: 768px) {

	#header .search-form .text input {
		height: 32px;
	}
	.carousel .slide {
		height: 576px;
	}

	.slide-holder {
		height: 576px;
	}

	#main .carousel-text h1 {
		font-size: 44px;
		margin: 0 0 14px;
		line-height: 52px;
	}

	.carousel-text {
		font-size: 20px;
		line-height: 28px;
		padding: 0;
	}

	.carousel-text .btn-holder {
		max-width: none;
		margin: 0;
	}

	.btn-holder .btn {
		width: auto;
		min-width: 185px;
		margin: 0 8px;
	}

	.btn-holder .btn.orange {
		min-width: 177px;
	}

	.carousel-text .border-box {
		margin: 0 0 47px;
	}

	#footer .footer-frame.home-page > .holder {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding: 55px 10px 17px;
	}

	.signup-block {
		-webkit-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
	}

	.signup-block .btn-holder {
		width: 300px;
	}

	.signup-block .social {
		width: 300px;
	}

	#footer .footer-frame.home-page .links-col {
		width: 140px;
		margin: 0 45px 0 0;
	}

	.logo {
		height: 42px;
	}
}

.top-nav ul a {
	font-weight: 700;
}

.search-form.search-form--large {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
	float: none;
	height: auto;
	border: 1px solid #e4e4e4;
}

.search-form.search-form--large input {
	height: 35px;
}

.search-form.search-form--large input[type="submit"] {
	top: 7px;
  right: 8px;
}

.search-form.search-form--large .text {
	width: 100%;
}

@media (min-width: 768px) {
	.search-form input[type="submit"]{
		top:4px;
		right:8px;
	}
	.search-form .text {
		padding: 0 25px 0 0;
	}
	.search-form .text input {
		width: 100%;
	}

	#nav>ul {
		padding: 39px 0 37px;
	}

	.nav-wrap {
		padding-top: 0;
		width: calc(100% - 130px);
	}

	#header {
    padding: 45px 0 0;
	}

	#header > .holder {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.nav-container .slide, .nav-wrap .slider {
    position: static!important;
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: flex-end;
}
}

@media (max-width: 479px) {
	.search-form .text input {
		 width: 100%;
	}
}

@media (max-width: 767px) {
	.search-form .text input {
		width: 100%;
	}

	.search-form .text {
		padding: 0 20px 0 0;
	}

	.search-form.search-form--large .text.parent-active {
    background-position: 99% -124px;
  }
}

@media (min-width: 1024px) {
	#footer .footer-frame.home-page > .holder {
		padding: 55px 0 17px;
	}

	#footer .footer-frame.home-page .links-col {
		width: 160px;
		margin: 0 80px 0 0;
	}
}

@media only screen and (min-width: 641px) {
.gform_wrapper .top_label input.medium {
    width: calc(90% - 8px)!important;
}
}