/*
 * Combined front-end stylesheet.
 *
 * animate-subset.css + owl.carousel.min.css + owl.theme.default.min.css +
 * hero-lcp.css, concatenated into one file.
 *
 * The origin spends ~150ms of server think-time on every request regardless of
 * file size, so on this host the number of render-blocking requests matters far
 * more than their weight. Four separate <link>s cost roughly 600ms of serial
 * latency before first paint; this costs one.
 *
 * Edit the source files under assets/vendor/ and assets/css/hero-lcp.css, then
 * regenerate with tools/build-css.sh.
 */

/* ---------- animate-subset.css ---------- */
@charset "UTF-8";
/*!
 * Animate.css subset - http://daneden.me/animate
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 * Copyright (c) 2013 Daniel Eden
 *
 * The full library is ~57 KB of render-blocking CSS defining around ninety
 * animations. Every `.wow` element on this site uses either `fadeIn` or
 * `fadeInUp` and nothing else, so only those are kept here. If a new animation
 * class is ever added in the editor, add its keyframes to this file (or swap
 * back to the full animate.css in taoo_front_end_assets()).
 */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

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

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

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

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

/* ---------- owl.carousel.min.css ---------- */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* ---------- owl.theme.default.min.css ---------- */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* ---------- hero-lcp.css ---------- */
/*
 * Accessibility and Largest Contentful Paint fixes.
 *
 * Loaded after style.css; see taoo_front_end_assets() in functions.php.
 */

/*
 * Visually hidden text.
 *
 * assets/sass/07-utilities/a11y.scss defines this, but it never made it into
 * the compiled style.css that actually ships, so the class was inert - which
 * left header.php's "Skip to content" link unstyled. Restored verbatim from the
 * Sass source.
 */
.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.skip-link:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*
 * The accessibility widget trigger is a <button> now rather than a focusable
 * <div>; keep it looking exactly as it did.
 */
#accessibilityWidget {
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
	font: inherit;
	letter-spacing: inherit;
	color: inherit;
	text-align: inherit;
	line-height: inherit;
	cursor: pointer;
}

/*
 * Hero heading reveal.
 *
 * The home page H1 used to be animated by WOW.js, which sets
 * `visibility: hidden` on every `.wow` element and only reveals it once
 * wow.js has downloaded and run. That made the heading the Largest
 * Contentful Paint element at 6.8s. The same staggered fade-up is done
 * here in CSS so the text is painted in the first frame and the animation
 * is decoration rather than a prerequisite for content being visible.
 */
.inner_hero__title-line {
	display: inline-block;
	animation: taooHeroFadeUp 1s both;
}

.inner_hero__title-line:nth-child(1) { animation-delay: 0.00s; }
.inner_hero__title-line:nth-child(2) { animation-delay: 0.10s; }
.inner_hero__title-line:nth-child(3) { animation-delay: 0.20s; }
.inner_hero__title-line:nth-child(4) { animation-delay: 0.30s; }
.inner_hero__title-line:nth-child(5) { animation-delay: 0.40s; }
.inner_hero__title-line:nth-child(6) { animation-delay: 0.50s; }
.inner_hero__title-line:nth-child(7) { animation-delay: 0.60s; }
.inner_hero__title-line:nth-child(8) { animation-delay: 0.70s; }
.inner_hero__title-line:nth-child(9) { animation-delay: 0.80s; }
.inner_hero__title-line:nth-child(10) { animation-delay: 0.90s; }
.inner_hero__title-line:nth-child(11) { animation-delay: 1.00s; }
.inner_hero__title-line:nth-child(12) { animation-delay: 1.10s; }

/*
 * Matches animate.css's fadeInUp (the keyframes WOW.js used to apply here), so
 * the motion is unchanged from before; only the start time moved earlier.
 */
@keyframes taooHeroFadeUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/*
 * Reserve the hero image's box before it loads so the heading does not shift.
 */
.inner_hero__picture {
	display: block;
}

@media (prefers-reduced-motion: reduce) {
	.inner_hero__title-line {
		animation: none;
	}
}
