@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: 16px/22px 'Trim Light', Arial, sans-serif;
	color: #fff;
	background: #F14E2D;
	height:100%;
	transition:background 1s;
}

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



/* #Page Styles
================================================== */
b {font-weight:normal;font-family:'Trim Medium'}
.holdingintro {min-height:100vh;display:flex;flex-direction:column}
.holdinglogo {display:flex;align-items:center;justify-content: center;transition:opacity 1.5s}
.holdinglogo img {width:80vw;max-width:365px;padding:4vh 0}
.holdingvideo {flex:1 1;display:flex;align-items:center;justify-content: center;}
.downarrow {flex:0 0 60px;background:50% 50% no-repeat url(/img/content/downarrow.svg);background-size:auto 20px;transition:opacity 1.5s}
iframe {width:90vw;aspect-ratio: 16 / 9;max-height:80vw}

.holdingfooter {background:#465252;text-align:center;padding:5vw}
.holdingfooter a {color:#fff}
.holdingfooter a:hover {text-decoration: none;}
.footerhead {font-size:30px;line-height:1.2em;margin-bottom:5vw}
.agentlogo {display:inline-block;width:167px;height:21px;background:50% 50% no-repeat;background-size:contain;margin-bottom:20px}

.siren {font-size:14px;margin-top:5vw}

body.video-playing {background:#000}
.video-playing .holdinglogo, .video-playing .downarrow {opacity:0.3}

@media (min-aspect-ratio: 8/5) {
  iframe {width:auto;height:70vh}
}

/****************************************************
* 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) {}
	
	/* bigger desktop */
	@media only screen and (min-width: 1100px) and (max-width: 1229px) {}

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

	/* 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) {
		.holdingfooter {padding:10vw}
		.footerhead {font-size:24px;line-height:1.2em;margin-bottom:10vw}
	}

	/* 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: 'Trim Light';
	    src: url('/fonts/Trim-Light.woff') format('woff'),
	         url('/fonts/Trim-Light.woff2') format('woff2');
	    font-weight: normal;
	    font-style: normal; }
		
@font-face {
	    font-family: 'Trim Medium';
	    src: url('/fonts/Trim-Medium.woff') format('woff'),
	         url('/fonts/Trim-Medium.woff2') format('woff2');
	    font-weight: normal;
	    font-style: normal; }
