@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap');

/* Table of Content
==================================================
	#Site Variables
	#Site Styles
	#UIKit Styles
	#Page Styles
	#Media Queries
	#Font-Face */
	

/* #Site Variables
================================================== */
@import 'variable.php';


/* #Site Styles
================================================== */
*				{ outline:none; }
html, body		{ color:var(--text); font-size:16px; font-weight:300; font-family:var(--primary-font); line-height:1.5rem; overflow-x:hidden; }

.aligncenter 	{ text-align:center; }
.alignleft		{ text-align:left; }
.alignright		{ text-align:right; }
	img.aligncenter { float:none; display:block; margin:0 auto 15px; }
	img.alignleft	{ float:left; margin-right:15px; }
	img.alignright	{ float:right; margin-left:15px; }

.w900 			{ font-weight:900; }
.w800			{ font-weight:800; }
.w700			{ font-weight:700; }
.w600			{ font-weight:600; }
.w500			{ font-weight:500; }
.w400			{ font-weight:400; }
.w300			{ font-weight:300; }
.w200			{ font-weight:200; }
.w100			{ font-weight:100; }

.font10			{ font-size:1.0em; }
.font12			{ font-size:1.2em; }
.font15			{ font-size:1.5em; }
.font18			{ font-size:1.8em; }
.font20			{ font-size:2.0em; }
.font25			{ font-size:2.5em; }
.font30			{ font-size:3.0em; }
.font35			{ font-size:3.5em; }
.font40			{ font-size:4.0em; }
.font45			{ font-size:4.5em; }

.s1				{ letter-spacing:.1em; }
.s2				{ letter-spacing:.2em; }
.s3				{ letter-spacing:.3em; }
.s4				{ letter-spacing:.4em; }
.s5				{ letter-spacing:.5em; }

.lh0			{ line-height:1em; }
.lh1			{ line-height:1.1em; }
.lh2			{ line-height:1.2em; }
.lh3			{ line-height:1.3em; }
.lh4			{ line-height:1.4em; }
.lh5			{ line-height:1.5em; }

h1, h2, h3, h4	{ font-family:var(--secondary-font); color:inherit; line-height:1em; }

h1				{ font-size:2.75em; }
h2				{ font-size:1.75em; text-transform:uppercase; font-weight:700; font-family:var(--primary-font);  }
h3				{ font-size:1em; text-transform:uppercase; letter-spacing:.4em;  }
h4				{ font-size:.875em; }

h4 + p 			{ margin-top:-10px; }

b, strong, .uk-text-bold	{ font-weight:800; }

.font-secondary { font-family:var(--secondary-font); }

a, .uk-link		{ color:var(--primary); }
	a:hover, .uk-link:hover { color:inherit; text-decoration:underline; }

/* #UIKit Styles
================================================== */
.uk-container-alt	{ padding:0 2%; }

.uk-text-primary 	{ color:var(--primary) !important; }
.uk-text-secondary 	{ color:var(--secondary) !important; }
.uk-text-light		{ color:var(--light) !important; }
.uk-text-dark 		{ color:var(--dark) !important; }
.uk-text-contrast	{ color:var(--white) !important; }

.uk-background-primary, .uk-section-primary { background:var(--primary); color:var(--white) !important; }
.uk-background-secondary, .uk-section-secondary { background:var(--secondary); color:var(--white) !important; }

.uk-button { position:relative; font-size:.875em; font-weight:300; font-family:var(--secondary-font); letter-spacing:.3em; border-radius:0px; text-transform:uppercase; background:#fff; border:2px solid #f2f2f2; color:var(--dark); }
.uk-button-primary, .uk-active>.uk-button, .uk-button-primary > a { background:var(--primary); color:var(--white); border-color:var(--primary); }
.uk-button-secondary, .uk-button-secondary > a { background:var(--secondary); color:var(--white); border-color:var(--secondary); }

.uk-button:before { content:''; position:absolute; top:3px; left:3px; width:calc(100% - 7px); height:calc(100% - 7px); border:1px solid #fff; }

.uk-button-primary:hover { background:var(--primary); opacity:0.85; text-decoration:none; }
.uk-button-secondary:hover { background:var(--secondary); opacity:0.85; text-decoration:none; }

.uk-button-text { line-height:1.5; padding:0 0 2px; background:none; color:var(--primary); border:0; height:auto; font-size:90%; font-weight:600; text-transform:uppercase; }

.uk-overlay-gradient { background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0) 100%); }
.uk-overlay-primary { background: rgba(20,82,88,.9); }
.uk-overlay-secondary { background: rgba(0,0,0,.2); }


.steps { margin:25px 0; }
	.steps:before { position:absolute; content:''; display:block; width:100%; height:5px; background:var(--primary); top:-10px; }
	.steps:after { position:absolute; content:''; display:block; width:100%; height:5px; background:var(--primary); bottom:-10px; }


/* #Page Styles
================================================== */


/* Header */
.header { position:absolute; top:0; left:0; width:100%; z-index:2; }
	.header .logo { max-width:250px; }
	.header nav { float:right; margin-top:2%; border-top:2px solid var(--primary); border-bottom:2px solid var(--primary); }
		.header .uk-navbar-nav>li>a { font-family:var(--secondary-font); height:50px; text-transform:uppercase; font-weight:500; color:var(--navigation); font-size:1em; letter-spacing:.1em; }
		.header .uk-navbar-nav>li>a:hover { color:var(--primary); }
		.header .uk-navbar-toggle { height:50px; }
		.header [class*=uk-navbar-dropdown-bottom] { margin-top:0; }
	
.slideshow:before { content:''; position:absolute; z-index:1; display:block; width:100%; height:50%; top:0; left:0; background: rgb(255,255,255); background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%); }

.slideshow-overlay { background:rgba(255,255,255,0.8); border:1px solid #fff; padding:25px; }
	.slideshow-overlay:before { content:''; position:absolute; display:block; width:calc(100% + 10px); height:calc(100% + 10px); top:-6px; left:-6px; border:1px solid #fff; }

.page-title h1.uk-text-primary { color:#fff !important; font-size:4em; }

.cta { padding-top:1px; }
	.cta > div { padding-right:1px; }

.footer { font-size:1em; text-transform:uppercase; }
	.footer .logo { width:200px; }
	.footer nav {}
		.footer .uk-navbar-nav>li>a { font-family:var(--primary-font); height:40px; font-weight:600; color:var(--dark); font-size:1.125em; }
		.footer .uk-navbar-nav>li>a:hover { color:var(--primary); }
		.footer [class*=uk-navbar-dropdown-bottom] { display:none; }

.embed-container { position:relative; padding-bottom:56.25%; overflow:hidden; max-width:100%; height:auto; } 
	.embed-container iframe, .embed-container object, .embed-container embed { position:absolute; top:0; left:0; width:100%; height:100%; }

.uk-offcanvas-bar { padding:20px 0; }
	.uk-offcanvas-bar .uk-nav-default>li>a { padding:10px 20px; color:var(--white); font-size:1.125em; text-transform:uppercase; border-bottom:1px solid #000; }
	.uk-offcanvas-bar ul.uk-nav-sub { background:#000; }
	.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a { padding:5px 20px; }
	
	
.border:before { position:absolute; content:''; top:10px; left:10px; width:calc(100% - 22px); height:calc(100% - 22px); border:1px solid #fff; z-index:2; }

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		html, body { font-size:14px; }
		
		.header .logo { max-width:200px; }
		
		.hero-video { margin-bottom:5px; }
		.hero-video .slideshow-overlay { padding:5px; }
		.hero-video .uk-position-center { top:75%; }
		.hero-video canvas { height:350px; }
		.hero-video h1 { font-size:1.5em; }
		.hero-video p { font-size:.8em; }
		
		.special canvas { height:400px; }
		.special .uk-container-alt img { max-width:150px; }
		
		.page-title canvas { min-height:250px; }
		.page-title h1.uk-text-primary { font-size:2em; }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.header .logo { max-width:150px; }
		
		.popover-icon { width:30px; }
		
		.footer .s3 { letter-spacing:.1em; }
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextCyr-Bold.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextCyr-Medium.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextCyr-Demi.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Demi.woff') format('woff'),
        url('../fonts/AvenirNextCyr-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextCyr-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNextCyr-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/