@import url(/css/reset.css);
@import url(/css/text.css);
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

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

/* #Site Styles
================================================== */
html {
	height:100%
}
body {
	font: 12px/16px Arial, sans-serif;
	color: #888;
	background: #fff url(/img/ui/bg.gif) repeat-x top center;
	height:100%;
}

.resizeimg {max-width: 100%;height: auto;}

.flexmiddle {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}

/* #Page Styles
================================================== */
.holding {font-family:'Aeonik-Regular', Arial, sans-serif}
.holding b {font-family:'Aeonik-Bold', Arial, sans-serif;font-weight:normal}

.holding .banner {width:100%;height:100vh;background:#000 url(/img/content/holding/introbg.jpg) no-repeat 50% 50%;background-size:cover;position: relative;color:#fff;display:flex;justify-content:flex-end;align-items:flex-end}
.holding .banner .logo {width:215px;height:auto;margin:0 auto 20px auto;padding-left:15px}
.holding .banner .bannertext {text-align:center;font-size:25px;line-height:30px;margin:10vw;position: relative;z-index:1000}
.holding .banner video {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position: 50% 50%;}


.holding .gallery {width:100%;height:100vh;position: relative;color:#fff}
.holding .gallery .slide {width:100%;height:100vh;position: relative;background:50% 50% no-repeat;background-size: cover;}
.holding .caption {text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);position: absolute;bottom:20px;right:20px}
.holding .slidecontrols {position:absolute;bottom:0;left:0;width:100%;z-index:1000}
.holding .slidearrows {display:flex}
.holding .slidearrow {width:40px;height:40px;background:50% 50% no-repeat;background-size:contain;margin:0 20px 20px 0;cursor:pointer}
.holding .slidearrow.prevarrow {background-image:url(/img/content/holding/leftarrow.svg)}
.holding .slidearrow.nextarrow {background-image:url(/img/content/holding/rightarrow.svg)}

.holding .download {background:url(/img/content/holding/dlbg@2x.jpg) 50% 50% no-repeat #A2002E;background-size:cover;color:#fff;font-size:25px;line-height:30px;padding:2.5vw 0}
.holding .download a {text-decoration:none;display:inline-block;border-bottom:3px solid #fff;color:#fff;padding-bottom:5px;padding-right:50px;background:right center url(/img/content/holding/download.svg) no-repeat;background-size:20px auto}
.holding .download a.play {background-image:url(/img/content/holding/play.svg);background-size:auto 20px}
.holding .download a:hover {border-color:#000}
.holding .redstriplinks {display:flex;}
.holding .redstriplinks div {margin-right:4vw}
.holding .redstriplinks div:last-child {margin-right:0}

.holding .footer {padding:5vw 0 10vw 0;color:#2B2828;}
.holding .footer a {color:#2B2828;}
.holding .footer p {font-size:14px;line-height:25px}
.holding .footer h2 {border-bottom:1px solid #707070;font-size:17px;line-height:17px;text-transform: uppercase;padding-bottom:20px;margin-bottom:30px;font-family:'Aeonik-Bold', Arial, sans-serif;font-weight:normal}
.holding .footer b {text-transform: uppercase;}
.holding .agentlogo {display:block;background:left center no-repeat;background-size:contain;height:80px;width:80%;margin-bottom:30px;max-width:250px}


/****************************************************
* Misc
****************************/
/*hide social stuff and headings on prettyphoto*/
.ppt {display:none !important}
.pp_social {display:none !important}
.pp_description {display:none !important}

.smallText { font-size: 11px; }
.smallprint {
	font-size: 11px;
	color: #BBBDC0;
}
.smallprint a { color: #BBBDC0; }
.padTop { margin-top: 30px; }
.largeText { font-size: 13px; }

.superscript {vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;}
.subscript {vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: 0.4em;}
	
.vmiddle {position: relative;top: 50%;  -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);  transform: translateY(-50%);}

.caps {text-transform:uppercase;letter-spacing:0.1em}
.num {text-align:right}



/* #Media Queries
================================================== */
	
	/* biggest desktop */
	@media only screen and (max-width: 1230px) {
		.holding .download {font-size:16px;line-height:20px;}
	}
	
	/* bigger desktop */
	@media only screen and (max-width: 1229px) {}

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

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

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.holding .banner {justify-content:center}
		.holding .banner .bannertext {font-size:16px;line-height:20px}
		
		.holding .download {padding:20px 0}
		.holding .download a {margin-top:20px}
		
		.holding .footer {margin:20px 0 40px 0}
		.agentcol {padding-bottom:30px}
		.holding .redstriplinks {flex-direction:column}
		.holding .redstriplinks div {margin-bottom:20px}
	}

	/* 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) {}


/* #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: '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; }
*/

@font-face {
    font-family: 'Aeonik-Regular';
    src: url('/webfonts/Aeonik-Regular.woff2') format('woff2'),
        url('/webfonts/Aeonik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aeonik-Bold';
    src: url('/webfonts/Aeonik-Bold.woff2') format('woff2'),
        url('/webfonts/Aeonik-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
