@charset "UTF-8";
/* standard reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0;  vertical-align: baseline; }
/* ________________________________________________________________________________________ */

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: -1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
.clear { clear: both; width: 100%; height: 1px;	margin: 0 0 -1px; }
.fitter { width: 100%; position:relative; overflow:visible; }
a {cursor:pointer; text-decoration: none; }
html { -webkit-font-smoothing: antialiased; /* -webkit-font-smoothing: subpixel-antialiased;  */
/* 	-webkit-text-size-adjust: 100%; */ /* stop webkit from messing with your formatting */
/* 	-webkit-font-smoothing: antialiased; */ /* Fix for webkit rendering */
	-moz-osx-font-smoothing: grayscale;
	  font-smoothing: antialiased;
	text-align: left;  }
div, h1, .boxfix, *:after, *:before, a { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
img { display:block; margin:0; padding: 0; border: none; }
html,body {font-family: 'Cabin'; font-weight: 400;}

video {
   width:100%;
   max-width:80rem;
   height:auto;
}

.videoWrapper {
	  position: relative;
	  padding-bottom: 56.25%; /* 16:9 */
	  height: 0;
	}
	.videoWrapperPortrait {
		  position: relative;
		  padding-bottom: 177.78%; /* 16:9 */
		  height: 0;
		}
	.videoWrapper iframe, .videoWrapperPortrait iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}

