/**************************************************
		Content
 **************************************************

	To change before deployment:
		add VHX embed


	01. Browser Reset
	02. Basic styles
	03. General
	04. Header
	05. Intersections
	06. Loading bar
	07. Hero
	07b. Subtitle Animations
	08. Quotes
	09. Trailer
	10. Shortinfo
	11. Donate
	12. Contributors
	13. Screening guide
	14. This is Not a Riot
	15. Quote tiles
	16. Further info
	17. Join Us
	18. Footer
	19. Animations


/**************************************************
	01. Browser Reset
 **************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, 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,
figure, figcaption, footer, header, hgroup, 
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}



/**************************************************
	02. Basic Styles
 **************************************************/

:root {
	font-size: 16px;
	line-height: 1.6;
}

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 16px;
}

body {
	color: #3A3B40;;
	font-family: "Roboto", Roboto, sans-serif;
	font-weight: 200;
	line-height: 1.6;				/*	41.6px	*/
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: auto;
	hanging-punctuation: force-end;
}

.clearfix::after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

.wrapper {
	position: relative;
	top: -75px;
	margin-bottom: -75px;
}

h1, h2, h3, h4, h5, h6, .alpha, .beta, .gamma, .delta, .epsilon, .zeta {
	-webkit-column-break-after: avoid;
	-moz-column-break-after: avoid;
	break-after: avoid;
}

p {
	margin-bottom: 1.6em;
	hanging-punctuation: force-end;
}

p:last-child, p:empty {
	margin-bottom: 0;
}

ul, ol {
	list-style-type: none;
	list-style-position: outside;
}

img {
	outline: 0;
	display: block;
}

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

strong, b {
	font-weight: 500;
}

em, i {
	font-style: oblique;
}

a, a:link, a:visited, a:active, a:focus {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	outline: none;
}

sup, sub {
	font-size: 0.8em;
	line-height: 1em;
	vertical-align: super
}

sub {
	vertical-align: sub;
}

span.citename {
	font-family: "Roboto", Roboto, sans-serif;
	font-style: normal;
	font-weight: 700;
}

span.citeroman {
	font-family: "Roboto", Roboto, sans-serif;
	font-style: normal;
	font-weight: 400;
}

span.citeitalic {
	font-family: "Roboto", Roboto, sans-serif;
	font-style: italic;
	font-weight: 400;
}

/**************************************************
	03. General
 **************************************************/

.acumin-em {
	letter-spacing: .4px;
}

.button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 204px;
	height: 84px;

	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1;
	text-align: center;
	color: transparent;
	cursor: pointer;

	-webkit-transition: background 0.5s ease;
	   -moz-transition: background 0.5s ease;
	     -o-transition: background 0.5s ease;
			transition: background 0.5s ease;
}

.button a,
.button a:link,
.button a:visited,
.button a:active,
.button a:focus,
.button a:hover,
a.button,
a.button:link,
a.button:visited,
a.button:active,
a.button:focus,
a.button:hover,
.hero-info a,
.hero-info a:link,
.hero-info a:visited,
.hero-info a:active,
.hero-info a:focus,
.hero-info a:hover {
	color: transparent;
}

.sm-btn {
	width: 26px;
	height: 26px;
	background-size: 26px 26px;
	background-repeat: no-repeat;
	cursor: pointer;

	-webkit-transition: background 0.3s ease;
	   -moz-transition: background 0.3s ease;
	     -o-transition: background 0.3s ease;
			transition: background 0.3s ease; 
}

.sm-btn.facebook-btn { background-image: url(../img/socialmedia/facebook.svg); }
.sm-btn.facebook-btn:hover { background-image: url(../img/socialmedia/facebook_alt.svg); }
.sm-btn.instagram-btn { background-image: url(../img/socialmedia/instagram.svg); }
.sm-btn.instagram-btn:hover { background-image: url(../img/socialmedia/instagram_alt.svg); }
.sm-btn.twitter-btn { background-image: url(../img/socialmedia/twitter.svg); }
.sm-btn.twitter-btn:hover { background-image: url(../img/socialmedia/twitter_alt.svg); }


*[class*="georule"] {
	border-style: solid;
}

*[class*="georule"][class$="top"] {
	border-top-width: 12px;
	border-image-slice: 12 0;
	border-image-repeat: round stretch;
}

*[class*="georule"][class$="right"]	 {
	border-right-width: 12px;
	border-image-slice: 0 12;
	border-image-repeat: stretch round;
}

*[class*="georule"][class$="bottom"] {
	border-bottom-width: 12px;
	border-image-slice: 12 0;
	border-image-repeat: round stretch;
}

*[class*="georule"][class$="left"]	 {
	border-left-width: 12px;
	border-image-slice: 0 12;
	border-image-repeat: stretch round;
}

*[class*="georule"][class$="ital"] {
	border-bottom-width: 12px;
	border-image-slice: 12 0;
	border-image-repeat: round stretch;
}

.georule-red-top,
.georule-red-bottom {
	-moz-border-image: url(../img/georule_red.svg);
	-webkit-border-image: url(../img/georule_red.svg);
	-o-border-image: url(../img/georule_red.svg);
	border-image-source: url(../img/georule_red.svg);
	animation: georulered 2s linear infinite;
}

.georule-blue-top,
.georule-blue-bottom {
	-moz-border-image: url(../img/georule_blue.svg);
	-webkit-border-image: url(../img/georule_blue.svg);
	-o-border-image: url(../img/georule_blue.svg);
	border-image-source: url(../img/georule_blue.svg);
	animation: georuleblue 2s linear infinite;	
}

.georule-blue-bottom-ital {
	font-style: italic !important;
	-moz-border-image: url(../img/georule_blue.svg);
	-webkit-border-image: url(../img/georule_blue.svg);
	-o-border-image: url(../img/georule_blue.svg);
	border-image-source: url(../img/georule_blue.svg);
	animation: georuleblue 2s linear infinite;
}

.georule-purple-top,
.georule-purple-bottom {
	-moz-border-image: url(../img/georule_purple.svg);
	-webkit-border-image: url(../img/georule_purple.svg);
	-o-border-image: url(../img/georule_purple.svg);
	border-image-source: url(../img/georule_purple.svg);
}

.georule-black-left,
.georule-black-right {
	-moz-border-image: url(../img/georule_black_vert.svg);
	-webkit-border-image: url(../img/georule_black_vert.svg);
	-o-border-image: url(../img/georule_black_vert.svg);
	border-image-source: url(../img/georule_black_vert.svg);
}

.georule-black-top,
.georule-black-bottom {
	-moz-border-image: url(../img/georule_black.svg);
	-webkit-border-image: url(../img/georule_black.svg);
	-o-border-image: url(../img/georule_black.svg);
	border-image-source: url(../img/georule_black.svg);
}

*[class*='georule-large'][class$="-bottom"] {
	padding-right: 16px;
	-webkit-clip-path: inset(0 16px 0 0);
	clip-path: inset(0 16px 0 0);
}

.georule-large-black-bottom {
	-moz-border-image: url(../img/georule_large_black.svg);
	-webkit-border-image: url(../img/georule_large_black.svg);
	-o-border-image: url(../img/georule_large_black.svg);
	border-image-source: url(../img/georule_large_black.svg);
}

.georule-large-white-bottom {
	-moz-border-image: url(../img/georule_large_white.svg);
	-webkit-border-image: url(../img/georule_large_white.svg);
	-o-border-image: url(../img/georule_large_white.svg);
	border-image-source: url(../img/georule_large_white.svg);
}

.georule-large-red-left, .georule-large-red-right {
	-moz-border-image: url(../img/georule_large_red_vert.svg);
	-webkit-border-image: url(../img/georule_large_red_vert.svg);
	-o-border-image: url(../img/georule_large_red_vert.svg);
	border-image-source: url(../img/georule_large_red_vert.svg);
}

		@-moz-keyframes georuleblue {
		0%  {-moz-border-image-source: url(../img/georule_blue.svg);}
		25%  {-moz-border-image-source: url(../img/georule_blue.svg);}
		26% {-moz-border-image-source: url(../img/georule_blue_inv.svg);}
		50% {-moz-border-image-source: url(../img/georule_blue_inv.svg);}
		51%  {-moz-border-image-source: url(../img/georule_blue.svg);}
		75%  {-moz-border-image-source: url(../img/georule_blue.svg);}
		76% {-moz-border-image-source: url(../img/georule_blue_inv.svg);}
		100% {-moz-border-image-source: url(../img/georule_blue_inv.svg);}
		}

		@-webkit-keyframes georuleblue {
		0%  {-webkit-border-image-source: url(../img/georule_blue.svg);}
		25%  {-webkit-border-image-source: url(../img/georule_blue.svg);}
		26% {-webkit-border-image-source: url(../img/georule_blue_inv.svg);}
		50% {-webkit-border-image-source: url(../img/georule_blue_inv.svg);}
		51%  {-webkit-border-image-source: url(../img/georule_blue.svg);}
		75%  {-webkit-border-image-source: url(../img/georule_blue.svg);}
		76% {-webkit-border-image-source: url(../img/georule_blue_inv.svg);}
		100% {-webkit-border-image-source: url(../img/georule_blue_inv.svg);}
		}

		@keyframes georuleblue{
		0%  {border-image-source: url(../img/georule_blue.svg);}
		25%  {border-image-source: url(../img/georule_blue.svg);}
		26% {border-image-source: url(../img/georule_blue_inv.svg);}
		50% {border-image-source: url(../img/georule_blue_inv.svg);}
		51%  {border-image-source: url(../img/georule_blue.svg);}
		75%  {border-image-source: url(../img/georule_blue.svg);}
		76% {border-image-source: url(../img/georule_blue_inv.svg);}
		100% {border-image-source: url(../img/georule_blue_inv.svg);}
		}
		
		@-moz-keyframes georulered {
		0%  {-moz-border-image-source: url(../img/georule_red.svg);}
		25%  {-moz-border-image-source: url(../img/georule_red.svg);}
		26% {-moz-border-image-source: url(../img/georule_red_inv.svg);}
		50% {-moz-border-image-source: url(../img/georule_red_inv.svg);}
		51%  {-moz-border-image-source: url(../img/georule_red.svg);}
		75%  {-moz-border-image-source: url(../img/georule_red.svg);}
		76% {-moz-border-image-source: url(../img/georule_red_inv.svg);}
		100% {-moz-border-image-source: url(../img/georule_red_inv.svg);}
		}

		@-webkit-keyframes georulered {
		0%  {-webkit-border-image-source: url(../img/georule_red.svg);}
		25%  {-webkit-border-image-source: url(../img/georule_red.svg);}
		26% {-webkit-border-image-source: url(../img/georule_red_inv.svg);}
		50% {-webkit-border-image-source: url(../img/georule_red_inv.svg);}
		51%  {-webkit-border-image-source: url(../img/georule_red.svg);}
		75%  {-webkit-border-image-source: url(../img/georule_red.svg);}
		76% {-webkit-border-image-source: url(../img/georule_red_inv.svg);}
		100% {-webkit-border-image-source: url(../img/georule_red_inv.svg);}
		}

		@keyframes georulered{
		0%  {border-image-source: url(../img/georule_red.svg);}
		25%  {border-image-source: url(../img/georule_red.svg);}
		26% {border-image-source: url(../img/georule_red_inv.svg);}
		50% {border-image-source: url(../img/georule_red_inv.svg);}
		51%  {border-image-source: url(../img/georule_red.svg);}
		75%  {border-image-source: url(../img/georule_red.svg);}
		76% {border-image-source: url(../img/georule_red_inv.svg);}
		100% {border-image-source: url(../img/georule_red_inv.svg);}
		}

@media (min-width: 600px) {
	.wrapper {
		padding: 15px;
	}

	*[class*="georule"][class$="top"] {
		border-top-width: 12px;
	}

	*[class*="georule"][class$="right"]	 {
		border-right-width: 13px;
	}

	*[class*="georule"][class$="bottom"] {
		border-bottom-width: 12px;
	}

	*[class*="georule"][class$="left"]	 {
		border-left-width: 13px;
	}

	*[class*='georule-large'][class$="-bottom"] {
		padding-right: 25px;
		-webkit-clip-path: inset(0 32px 0 0);
		clip-path: inset(0 32px 0 0);
	}
	
	*[class*="georule"][class$="ital"] {
		border-bottom-width: 12px;
	}
}

@media (max-width: 899px) {
	.quote-tile .georule-large-red-right,
	.quote-tile .georule-large-red-left {
		border-right-width: 0;
		border-left-width: 12px;
	}
}

@media (min-width: 900px) {
	.sm-btn {
		width: 17px;
		height: 17px;
		background-size: 17px 17px;
	}
}

/**************************************************
	04. Header
 **************************************************/
 
 /* HEADER */
 

	.fixedheader {
	position: fixed;
	display: block;
	top: -75px;
	width: 100vw;
	height: 65px;
	background-color: #fff;
	overflow: visible;
	text-indent: 7px;
	transition: top 0.2s ease-in-out; 
	z-index: 999;
	}
	
	.fixedheader-smlscrn {
	position: fixed;
	display: none;
	top: 0;
	width: 100vw;
	height: 65px;
	background-color: #fff;
	overflow: visible;
	text-indent: 7px;
	transition: top 0.2s ease-in-out; 
	z-index: 999;
	}
			
	@media only screen and (max-height: 600px) {
		.fixedheader-smlscrn {
			display: block;
		}
		.fixedheader {
			display: none !important;	
		} 
		
	}
	
	.triggerClass {
	float:left;
	display: none;
	}

		@media only screen and (max-height: 400px){
			.triggerClass {
				float:none;
			}
		}
	
	span.headertitle {
	font-family: "canada-type-gibson", sans serif;
	font-weight: 600;
  	font-style: normal;
  	text-align: left;
  	font-size: 10px;
  	letter-spacing: 4px;
  	line-height: 72px;
  	color: #a5945c;
  	display: inline-block;
	}
	
	@media only screen and (max-width: 1020px) {
			span.headertitle {
				font-size: 8px;
				line-height: 73px;
				}
			}
	@media only screen and (max-width: 899px) {
			span.headertitle {
				display: none;
				}
			}
	
	.fixedheader:after, .fixedheader-smlscrn:after {
	content: '';
	background-image: url('../img/geoedge_white_seg.svg');
	background-size: auto 140%;
	background-position: center bottom;
	background-repeat: repeat-x;
	position: absolute;
	bottom: -10px;
	width: 101%;
	height: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 12;
	}
	
	.floating-menu {
	position: fixed;
    top: 10px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: rgba(255,255,255,.3);
    z-index: 1100;
	}
	
	@media only screen and (max-width: 900px) {
			.floating-menu {
				right: 10px;
			}
	}
	
	@media only screen and (max-height: 600px) {
			.floating-menu {
				display: none;
			}
	}
	
/* HEADER LOGO */

	#awakelogo {
	background-image: url('../img/logo_blk.svg');
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 170px;
	height: 75px;
	}
	
	#awakelogo a {
    width: 170px;
    height: 75px;
    display: block;
	}
	
/* HAMBURGER*/
	
	.hamburger3_overlay {
		  position: absolute;
		  width: 48px;
		  top: 7px;
		  right: 1vw;
		  margin-right: -10px;
		  z-index: 999;
		  }
		  
	.hamburger-float-overlay {
		  position: absolute;
		  width: 48px;
		  top: -3px;
		  right: 1px;
		  z-index: 999;
		  }
		  
	@media only screen and (max-width: 1020px) {
			.hamburger3_overlay {
				margin-right: 0px;
			}
	}
					
	.hamburger3_overlay_1col {
		  display: none;
		  }
		
	
	.c-hamburger3 {
		  display: block;
		  position: absolute;
		  right: 0px;
		  overflow: hidden;
		  margin: 0;
		  padding: 0;
		  width: 48px;
		  height: 48px;
		  font-size: 0;
		  text-indent: -9999px;
		  appearance: none;
		  box-shadow: none;
		  border-radius: none;
		  border: none;
		  cursor: pointer;
		  transition: background 0.3s;
		}

	.c-hamburger3:focus {
		  outline: none;
		}

	.c-hamburger3 span {
		  display: block;
		  position: absolute;
		  top: 28px;
		  left: 12px;
		  right: 12px;
		  height: 2px;
		  background-color: #000;
		}

	.c-hamburger3 span::before,
	.c-hamburger3 span::after {
		  position: absolute;
		  display: block;
		  left: 0;
		  width: 100%;
		  height: 2px;
		  background-color: #000;
		  content: "";
		}

	.c-hamburger3 span::before {
		  top: -7px;
		}

	.c-hamburger3 span::after {
		  bottom: -7px;
		}


	.c-hamburger3--htx {
		  background-color: rgba(0, 0, 0, 0);
		}

	.c-hamburger3--htx span {
		  transition: background 0s 0.3s;
		}

	.c-hamburger3--htx span::before,
	.c-hamburger3--htx span::after {
		  transition-duration: 0.3s, 0.3s;
		  transition-delay: 0.3s, 0s;
		}

	.c-hamburger3--htx span::before {
		  transition-property: top, transform;
		}

	.c-hamburger3--htx span::after {
		  transition-property: bottom, transform;
		}

	/* active state, i.e. menu open */

	.c-hamburger3--htx.is-active {
		  background-color: rgba(0, 0, 0, 0);
		}

	.c-hamburger3--htx.is-active span {
		  background: rgba(0, 0, 0, 0);
		}

	.c-hamburger3--htx.is-active span::before {
		  top: 0;
		  transform: rotate(45deg);
		  background-color: #fff;
		}

	.c-hamburger3--htx.is-active span::after {
		  bottom: 0;
		  transform: rotate(-45deg);
		  background-color: #fff;
		}

	.c-hamburger3--htx.is-active span::before,
	.c-hamburger3--htx.is-active span::after {
		  transition-delay: 0s, 0.3s;
		}

	.hide-circle {
		background-color: rgba(0,0,0,0) !important;
	}
	
	/* TOP NAV */

	.nav {
    width: 100vw;
    height: 65px;
    position: fixed;
    top: 0px;
    left: 0;
    padding:0;
    overflow:visible;
    background-color: #a5945c;
    z-index: 1000;
	}
	
	@media only screen and (min-width: 899px) {
			.nav {
				width: calc(100vw - 30px);
				margin: 0 15px ;	
			}
		} 
		
	.menu-up {
		top: 0 !important;
	}
	
	.menu-down {
		top: 0 !important;
	}
	
	.nav:after {
	content: '';
	background-image: url('../img/geoedge_a5945c_seg.svg');
	background-size: auto 140%;
	background-position: center bottom;
	background-repeat: repeat-x;
	position: absolute;
	bottom: -10px;
	width: 100%;
	height: 10px !important;
	left: 50%;
	transform: translateX(-50%);
	z-index: 101;
	}

	.menu {
	position: relative;
	line-height:0;
	display: block;
	line-height:0;
	width: 95%;
	height: 65px;
	padding-top: 0px;
	
	margin: 3px auto 0px auto;
	border:0;
	overflow:visible;
	background-color: none;
	z-index: 100;
	}
	
		@media only screen and (min-width: 550px) and (max-width: 1020px) {
				.menu {
					width: 93%;
					padding-left: 18px;	
				}
			}
		
		@media only screen and (max-width: 549px) {
			.menu {
				width: 88%;	
			}
		}
	
		@media only screen and (max-width:300px) {
				.menu {
					width: 95%;	
				}
			}
	
	#menu1, #menu2, #menu3, #menu4, #menu5  {
	position: relative;
	border:0;
	width: auto;
	height: 65px;
	display: inline-table;
	padding-top: 1px;
	background-color: none;
	z-index: 120;
	}
	
	#menu1, #menu2, #menu3, #menu4  {
	margin-right: 2vw;
	float:left;
	}
	
	#menu5  {
	margin-left: 2vw;
	margin-right: 45px;
	float:right;
	}
	
	#menu4  {
	display: none;
	}
	
	@media only screen and (max-width:549px) {

				#menu2, #menu3 {
					display: none;	
				}
				#menu4 {
					display: block;	
				}
				#menu1, #menu4 {
					margin-right: 3vw;	
				}
				#menu5 {
					margin-left: 0;	
				}
			}

	span.menuitem {
	font-family: "canada-type-gibson", sans serif;
	font-weight: 400;
  	font-style: normal;
  	text-transform: uppercase;
  	font-size: 10px;
  	letter-spacing: 4px;
  	line-height: 65px;
  	color: #fff;
  	opacity: .8;
  	text-align: center;
  	padding-top: 2px;
  	padding-bottom: 8px; 
	}
	
	span.menuitem:hover {
	opacity: 1;
	webkit-transition: 100ms;
	-moz-transition: 100ms;
	-o-transition: 100ms;
	transition: 100ms;	
	}
	
	@media only screen and (min-width:301px) and (max-width:549px) {
				span.menuitem {
					font-weight: 600;
					letter-spacing: 2px;	
				}
			}
	@media only screen and (max-width:318px) {
				span.menuitem {
					font-weight: 600;
					font-size: 9px;
					letter-spacing: 1px;	
				}
			}
	
	span.menuitem:before {
	content: '';
	background-image: url('../img/arrowhead-l-wht.svg');
	background-size: 10px auto;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	width: 20px;
	height: 18px;
	top: 25px;
	left: -15px;
	opacity: .5;
	}
	
		@media only screen and (max-width:549px) {
				span.menuitem:before {
					-webkit-transform: rotate(90deg);
					-moz-transform: rotate(90deg);
					-ms-transform: rotate(90deg);
					-o-transform: rotate(90deg);
					transform: rotate(90deg);
					top: 13px;
					left: 35%;
					opacity: 0;	
				}
			}

	span.menuitem:hover:before {
	opacity: 1.0;
	webkit-transition: 100ms;
	-moz-transition: 100ms;
	-o-transition: 100ms;
	transition: 100ms;
	}
	
	.hide {
	display: none;
	}
	
	@media only screen and (max-height:600px) {
		.nav, menu, #menu1, #menu2, #menu3, #menu4, #menu5  {
			height: 82px;
		}
		#menu5 {
			margin-right: 0;
		}
		span.menuitem {
			line-height: 82px;
		}
		span.menuitem:before {
			top: 33px;
		}
		.nav {
			top: 65px;
			z-index: 100;
		}
		.menu {
		    margin: 8px auto 0px auto;
		}
	}

/**************************************************
	05. Intersections
 **************************************************/

.divider {
	width: 100vw;
/*	position: relative;
	overflow: hidden; */
}

.divider-bridge {
	background-image: url('../img/photography/bridge-1912x1015.jpg');
	background-size: cover;
	background-position: center;
	background-color: #272727;
  	background-blend-mode: luminosity;
	height: 100vw;
	padding: 0 0 1.5rem;
	margin: -15px 0 15px 0px;
}

@media (max-width: 1902px) { .divider-bridge {background-image: url('../img/photography/bridge-1902x1010.jpg');}} @media (max-width: 1826px) { .divider-bridge {background-image: url('../img/photography/bridge-1826x969.jpg');}} @media (max-width: 1752px) { .divider-bridge {background-image: url('../img/photography/bridge-1752x930.jpg');}} @media (max-width: 1682px) { .divider-bridge {background-image: url('../img/photography/bridge-1682x893.jpg');}} @media (max-width: 1614px) { .divider-bridge {background-image: url('../img/photography/bridge-1614x857.jpg');}} @media (max-width: 1536px) { background-image: url('../img/photography/bridge-1536x815.jpg');}} @media (max-width: 1462px) { .divider-bridge {background-image: url('../img/photography/bridge-1462x776.jpg');}} @media (max-width: 1370px) { .divider-bridge {background-image: url('../img/photography/bridge-1370x727.jpg');}} @media (max-width: 1283px) { .divider-bridge {background-image: url('../img/photography/bridge-1283x681.jpg');}} @media (max-width: 1183px) { .divider-bridge {background-image: url('../img/photography/bridge-1183x628.jpg');}} @media (max-width: 1086px) { .divider-bridge {background-image: url('../img/photography/bridge-1086x577.jpg');}} @media (max-width: 975px) { .divider-bridge {background-image: url('../img/photography/bridge-975x518.jpg');}} @media (max-width: 853px) { .divider-bridge {background-image: url('../img/photography/bridge-853x453.jpg');}} @media (max-width: 707px) { .divider-bridge {background-image: url('../img/photography/bridge-707x375.jpg');}} @media (max-width: 542px) { .divider-bridge {background-image: url('../img/photography/bridge-542x288.jpg');}} @media (max-width: 320px) { .divider-bridge {background-image: url('../img/photography/bridge-320x170.jpg');}}

.bridge-anim {
	background-color: transparent;
	-webkit-transition: 3s;
	-moz-transition: 3s;
	transition: 3s;
}

.anim-trgt-bridge {
	position: absolute;
	top: 90%;
	left: 0;
	width: 10px;
	height: 1px;
}

.divider-hill {
	position: relative;
	height: calc(50vh - 15px);
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem;
	overflow: hidden;
}

.divider-teargas {
	height: 100vw;
	margin: -15px 0 0 0px;
	background-color: #c82028;
}

.divider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.divider-hill img {
	object-position: 50% 17%;
	padding-top: 20vh;
	transform: scale(1.2);
}

.divider-hill-anim {
	padding-top: 0 !important;
	transform: none !important;
	-webkit-transition: 2s;
	-moz-transition: 2s;
	transition: 2s;
}

.divider-hill-anim-trgt {
	position: absolute;
	top: 40%;
	left: 0;
	width: 10px;
	height: 1px;
}

.divider-teargas img {
	opacity: 0;
}

.teargas-anim {
	opacity: 1 !important;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.claim,
.claim-small {
	display: inline-block;
	margin: 16rem auto;
	font-family: "canada-type-gibson", "Canada Type Gibson", sans-serif;
	letter-spacing: 5.75px;
}

.not-a-riot {
	position: relative;
	height: 100vh;
	margin: 0;
}

.not-a-riot img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.join {
	min-height: 100vh;
	width: 100vw;
	display: block;
	left: 0;
	top: 0;
}

@media (min-width: 600px) {
	.divider {
		margin-left: -15px;
	}

	.join {
		min-height: 50vh;
	}
}


@media (max-width: 899px) and (orientation: landscape) {
	.not-a-riot {
		min-height: 450px;
		width: 100vw;
	}

	.not-a-riot .flexible {
		display: none;
	}

	.divider-teargas, .join {
		width: 100vw;
		height: 100vh;
	}
	
	.divider-bridge {
	height: 100vh;
	}

}

@media (max-width: 899px) and (orientation: portrait) {
	.divider-bridge {
	height: 50vh;
	}

}

@media (max-width: 749px) and (orientation: landscape) {
	.not-a-riot {
		min-height: initial;
	}
}

@media (min-width: 900px) {
	.divider {
		width: 100%;
		margin: 15px auto;
	}

	.divider-bridge {
		height: calc(50vh - 15px);
		margin: -15px auto 15px;
	}

	.divider-teargas {
		height: 100vw;
		margin: -15px auto 0;
	}

	.not-a-riot {
		height: calc(100vh - 30px);
		min-height: 690px;
	}

	.not-a-riot .claim {
		width: 100%;
		font-size: 9rem;
		margin: 0 0 0 13px;
	}

	.not-a-riot .claim span {
		display: inline;
	}

	.not-a-riot .claim-small .georule-large-white-bottom:first-child {
		padding-right: 1px;
	}

	.not-a-riot .claim-small span:nth-child(1),
	.not-a-riot .claim-small span:nth-child(2) {
		border-bottom: 0;
	}

	.not-a-riot .claim span:nth-child(1) {
		padding-right: 32px;
	}

	.not-a-riot .claim span:nth-child(2) {
		margin-left: -55px;
		padding-right: 0;
		padding-left: 60px;
	}

	.not-a-riot .claim span:nth-child(4) {
	}

	.not-a-riot .claim span:nth-child(5) {
		margin-left: -57px;
		padding-right: 0;
		padding-left: 20px;
	}

	.not-a-riot .claim span:nth-child(6) {
		margin-left: -55px;
		padding-right: 29px;
		padding-left: 60px;
	}

	.join .claim {
		width: auto;
		font-size: 4.975rem;
		letter-spacing: 6.25px;
		padding-bottom: 6px;
		padding-right: 23px;
		margin-right: -27px;
		margin-left: -5px;
	}

	.join .claim br.flexible {
		display: none;
	}

	.join .claim span {
		border-width: 0;
		padding-right: 0;
		-webkit-clip-path: none;
		clip-path: none;
	}

	.divider-teargas {
		height: calc(50vh - 15px);
	}
}

@media (min-width: 960px) {
	.join .claim {
		font-size: 5.375rem;
	}
}

@media (min-width: 1200px) {
	.not-a-riot .claim {
		font-size: 6.1875rem;
	}

	.not-a-riot .flexible {
		display: none;
	}

	.not-a-riot .claim-small {
		display: none;
	}

	.not-a-riot .claim-large {
		display: block;
	}
}

@media (min-width: 1800px) {

	.join .claim {
		font-size: 7.1875rem;
	}
}

@media (min-width: 2200px) {
	.join .claim {
		font-size: 13.375rem;
	}
}

/**************************************************
	06. Loading bar
 **************************************************/

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 5px;

	-webkit-transition: opacity 0.5s ease;
	   -moz-transition: opacity 0.5s ease;
	     -o-transition: opacity 0.5s ease;
	        transition: opacity 0.5s ease;
}

.header .progress {
	width: 0;
	height: 100%;
	background-color: #32BBD5;
}

.header.ready .progress {
	opacity: 0;
	pointer-events: none;
}

.js .header .backtotop {
	position: fixed;
	top: 1.5rem;
	right: 1.5rem;
	width: 41px;
	height: 41px;
	cursor: pointer;
	opacity: 0;

	background: url(../img/returnarrow_blue.png) no-repeat 0 0;
	background-size: 100% 100%;

	-webkit-transition: opacity 0.5s ease;
	   -moz-transition: opacity 0.5s ease;
	     -o-transition: opacity 0.5s ease;
	        transition: opacity 0.5s ease;
}

.js .backtotop.inview {
	opacity: 1;
}



/**************************************************
	07. Hero
 **************************************************/

.hero {
	width: 100%;
	height: 100vh;
	background-color: #fff;
}

.hero .teaser {
	position: relative;
	height: 100vh;
	background-color: #fff;
}

.hero .video-container {
	position: relative;
	height: 100vh;
	overflow: hidden;
	background-color: #fff;
}

.hero .video-container img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 0%;
	z-index: 2;

	-webkit-transition: opacity 2.5s ease;
	   -moz-transition: opacity 2.5s ease;
	     -o-transition: opacity 2.5s ease;
	        transition: opacity 2.5s ease;
}

.hero.ready .video-container img {
	opacity: 0;
	pointer-events: none;
}

.hero.video-over .video-container img {
	opacity: 1;
}

.hero .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
	object-position: 50% 50%;
	background-color: #fff;
}

.js .hero:not(.ready) .video-container video {
	opacity: 0;
}

.js .hero.video-over .video-container video {
	opacity: 1;
}

.hero .movie-logo {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 550px;
	transform: translate(-50%, -50%);

	-webkit-transition: opacity 0.5s 0.5s ease;
	   -moz-transition: opacity 0.5s 0.5s ease;
	     -o-transition: opacity 0.5s 0.5s ease;
	        transition: opacity 0.5s 0.5s ease;
}

.hero.ready .movie-logo {
	opacity: 0;
	pointer-events: none;
}

.hero.video-over .movie-logo {
	opacity: 1;
}

.hero .movie-logo img {
	width: 100%;
	height: auto;
}

.hero .hero-info {
	position: absolute;
	z-index: 4;
	left: 50%;
	bottom: 60px;
	transform: translateX(-50%);
	width: 100%;
}
				
.hero .watch-now {
	margin: 0 auto 5px;
	background-image: url(../img/buttons/btn_watchnow.svg);

	font-size: 0.825rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

.watch-now.button a {
    height: 100%;
    width: 100%;
}

.hero .watch-now.local-screenings {
	background-image: url(../img/buttons/btn_localscreenings.svg);
}

.hero .watch-now:hover {
	background-image: url(../img/buttons/btn_watchnow_alt.svg);
}

.hero .watch-now.local-screenings:hover {
	background-image: url(../img/buttons/btn_localscreenings_alt.svg);
}

.watch-now-tint {
	background-image: url(../img/buttons/btn_tint.svg);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	margin: 0 auto 0px;
	width:204px;
	height:84px;
	opacity: .15;
	z-index: -1;
	}

.hero .subline {
	display: flex;
	justify-content: center;
	align-items: center;

	-webkit-transition: opacity 0.5s ease;
	   -moz-transition: opacity 0.5s ease;
	     -o-transition: opacity 0.5s ease;
	        transition: opacity 0.5s ease;
}

.hero.ready .subline {
	opacity: 0;
	pointer-events: none;
}

.hero.video-over .subline {
	-webkit-transition: opacity 1s 2.5s ease;
	   -moz-transition: opacity 1s 2.5s ease;
	     -o-transition: opacity 1s 2.5s ease;
	        transition: opacity 1s 2.5s ease;
	opacity: 1;
}

.hero .subline-left {
	position: absolute;
	top: calc(-70vh + 32px);
	left: 12%;
	display: flex;
	justify-content: flex-start;
	width: 118px;
	flex-shrink: 0;
	flex-grow: 0;
}

.hero .subline-right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	flex-shrink: 0;
	flex-grow: 0;
}

.hero-info .subline-right {
	position: absolute;
	top: calc(-70vh + 40px);
	left: -6%;
	flex-direction: row-reverse;
}

.hero-info-small .subline-right {
	display: none;
}

.hero .subline-center {
	flex-shrink: 0;
	flex-grow: 0;
}

.hero .watch-trailer {
	background-image: url(../img/buttons/btn_watchthetrailer.svg);
	background-size: cover;
}

.hero .watch-trailer:hover { background-image: url(../img/buttons/btn_watchthetrailer_alt.svg); }

.hero .premier {
	display: inline-block;
	
	font-weight: 400;
	font-size: 1.125rem;
	letter-spacing: 1.5px;
	line-height: 1;
	color: #FFF;
}

.hero .premier:not(.netflix) {
	padding: 5px 0;
	margin-right: 30px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-transform: uppercase;
	font-family: "rift", Rift, sans-serif;
}

.hero .premier.netflix {
	display: none;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 0 14px;
}

.hero .premier.netflix span {
	font-family: 'Roboto', Roboto, sans-serif;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 7px;
}

.hero .premier.netflix span a {
	color: #FFF;
}

.hero .premier.netflix img {
	width: 30vw;
	height: auto;
}

.hero .premier .date {
	font-weight: 600;
	letter-spacing: .8px;
}

.hero .social-media {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: calc(8.1074925vw + 20px);
	padding: 0 1.2rem;
	border-left: 1px solid #fff;
}

.hero .sm-btn {
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
}

.hero .sm-btn + .sm-btn {
	margin-left: 0.5rem;
}

.hero .sm-btn.facebook-btn { background-image: url(../img/socialmedia/facebook_white.svg); }
.hero .sm-btn.instagram-btn { background-image: url(../img/socialmedia/instagram_white.svg); }
.hero .sm-btn.twitter-btn { background-image: url(../img/socialmedia/twitter_white.svg); }

.hero .scroll-down,
.hero .scroll-down-small {
	position: absolute;
	top: calc(100vh - 36px);
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../img/scrolldown.svg);

	cursor: pointer;

	-webkit-transition: background 0.5s ease;
	   -moz-transition: background 0.5s ease;
	     -o-transition: background 0.5s ease;
			transition: background 0.5s ease;
}

.hero .scroll-down-small {
	position: static;
	margin-bottom: 10px;
	transform: none;
}

.js .hero .scroll-down:hover,
.js .hero .scroll-down-small:hover {
	background-image: url(../img/scrolldown_alt.svg);
}


.hero .hero-info-small {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
	background-color: #373737;
}


.hero-info-small .hero-info-top {
	position: relative;
	top: 40px;
	left: calc(50% - 128px);

	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	width: 240px;
}

.hero-info-small .hero-info-top .premier {
	margin: 0 auto calc(50vh - 222px);
	width: 200px;
}

.hero-info-small .hero-info-top .hero-info-tribeca {
	width: 50%;
}

.hero-info img,
.hero-info-small img {
	width: 100%;
}

.hero-info-small .hero-info-middle {
	width: 240px;
	margin-bottom: calc(50% - 257px);
}

.hero-info-small .subline-left {
	display: none;
}

.hero-info-small .subline-center {
	width: 100%;
}

.hero .watch-now,
.hero .watch-trailer {
	width: 204px;
	height: 84px;
	background-size: 100% 100%;
}

.hero .subline-right-top {
    top: 90px;
    right: 5%;
    z-index: 15;
}

.hero .subline-right-top {
	position: absolute;
	display: block;
	top: 68px;
	width: 30%;
	min-width: 100px;
	max-width: 150px;
	height: 70px;
	right: 3%;
	z-index: 15;
}

.hero .subline-left-top {
	background-image: url('../img/tribeca.svg');
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	left: 5%;
	top: 68px;
	width: 90px;
	height: 85px;
	z-index: 15;
}

.hero .watchnow-sml-ls,
.hero .trailer-sml-ls {
	position: absolute;
	bottom: 60px;
	width: 204px;
	height: 84px;
	z-index: 15;
	display: none;
}

.hero .watchnow-sml-ls a,
.hero .trailer-sml-ls a {
	display: block;
	width: 204px;
	height: 84px;
}

.hero .watchnow-sml-ls {
	background-image: url('../img/buttons/btn_watchnow.svg');
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	left: 50%;
	margin-left: 10px;
}

.hero .trailer-sml-ls {
	background-image: url('../img/buttons/btn_watchthetrailer.svg');
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	right: 50%;
	margin-right: 10px;
}

.hero .watchnow-sml-ls:hover {
	background-image: url('../img/buttons/btn_watchnow_alt.svg');
	webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.hero .trailer-sml-ls:hover {
	background-image: url('../img/buttons/btn_watchthetrailer_alt.svg');
	webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.subline-up, .subline-down {
	display: block;
}

@media (orientation: landscape) and (max-height: 600px) {
	.hero .watch-now, .hero .watch-trailer {
		display: none;
	}
	
	.hero .watchnow-sml-ls,
	.hero .trailer-sml-ls {
		display: block;
	}
	
}

@media (min-width: 350px) {
	.hero .subline-right-top {
		top: 68px;
	}
	
	.hero .subline-left-top {
		top: 68px;
	}
	
	.subline-up {
		top: 68px !important;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		transition: 300ms;
	}
	.subline-down {
		top: 100px !important;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		transition: 300ms;
	}
}

@media (max-height: 600px) {
	.hero .movie-logo {
	display: none;
	}

	.hero, .hero .teaser, .hero .video-container {
	height: 100vh;
	}
	
	.hero .hero-info-small {
	height: calc(100vh - 70px);
	min-height: calc(100vh - 70px);
	}
	
	.hero .hero-info {
    bottom: 75px;
	}
	
	.hero .scroll-down {
	display: none;
	}
	
	.watch-now-tint {
	display: none;
	}
	
	.hero .video-container img {
    padding-top: 50px;
	}
	
	.hero .subline-right-top {
		top: 90px;
	}
	
	.hero .subline-left-top {
		top: 90px;
	}
	
	.subline-up {
		display: block;
	}
	.subline-down {
		display: block;
	}
}

@media (max-width: 749px) {
	.hero .video-container {
		z-index: 3;
		clip-path: inset(0px 0px 0vh 0px);
		-webkit-transition: clip-path 0.8s ease;
		   -moz-transition: clip-path 0.8s ease;
	    	 -o-transition: clip-path 0.8s ease;
				transition: clip-path 0.8s ease;
	}

	.hero .video-container.slide-out {
		clip-path: inset(0px 0px 100vh 0px);
	}

	.hero .movie-logo {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 550px;
	transform: translate(-50%, -50%);
	opacity: 0;
	animation-name: fadein;
		animation-duration: 2s;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;
		-webkit-animation-delay: 1.5s; /* Chrome, Safari, Opera */
		animation-delay: 1.5s;
	}
		
	.hero .subline-right {
		display: none;
	}
	
	.hero .subline-center {
		margin: 0 auto;
	}
	
	.hero .subline-left {
		display: none;
	}

	.hero .premier.netflix {
		width: 100%;
		padding: 0;
	}

	.hero .premier.netflix img {
		width: 25vw;
		max-width: 120px;
	}
	
	.hero .subline-left {
		right: 6%;
		left: auto;
	}

	
	.hero .sm-btn {
		margin: 4px 10px;
	}
	
	.hero .social-media-top {
		top: 100px;
        bottom: auto;
		right: 5%;
		z-index: 15;
		position: absolute;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}

@media (max-width: 749px) and (orientation: landscape) {
	.hero {
		width: 100vw;
	}

	.hero .movie-logo {
		width: 45%;
		max-width: 350px;
	}

	.hero .hero-info {
		bottom: 50px;
	}

	.hero-info-small .hero-info-top {
		flex-wrap: nowrap;
		left: calc(50% - 120px);
	}

	.hero-info-small .hero-info-top .premier {
		margin: 0 20px 0 0;
	}	

	.hero .subline-left {
		display: none;
	}

	.hero .hero-info .subline-left {
		padding-right: 100px;
	}

	.hero-info .subline-right {
		display: none;
	}

	.hero-info-tribeca {
		display: none;
	}

	.hero-info-small .hero-info-middle {
		width: 80%;
		max-width: 550px;
	}

	.hero-info-bottom {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-bottom: 10px;
	}

	.hero-info-bottom .watch-now-button {

	}

	.hero-info-bottom .subline-center {
		width: auto;
		padding-left: 20px;
	}
	
}

@media (min-width: 600px) {
	.hero {
		width: 100vw;
		margin: -15px 0 0 -15px;
	}
	
	.hero .subline-left-top {
		width: 120px;
	}
}


@media (min-width: 750px) {
	.hero {
		width: 100vw;
		margin: -15px 0 0 -15px;
	}

	.hero .watch-now {
		margin: 0 auto 10px;
	}

	.hero .hero-info-small {
		display: none;
	}

	.hero .subline-left {
		display: flex;
		position: static;
		justify-content: flex-end;
		width: calc(50% - 135px);
		padding: 0;
		margin: 0 30px 0 0;
	}

	.hero .subline-left img {
		width: auto;
	}

	.hero .subline-right {
		display: flex;
		position: static;
		margin-left: 30px;
		width: calc(50% - 135px);
		flex-direction: row;
	}
	
	.hero .subline-left-top {
		display: none;
	}

	.hero .subline-right-top {
		display: none;
	}
	
	.hero .premier.netflix img {
		width: 142px;
	}

	.hero .social-media {
		padding: 0 1rem;
		height: 2.25rem;
		border-right: 1px solid #fff;
	}

	.hero .sm-btn {
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
	}

	.hero .premier.netflix + .social-media {
		border-left: 1px solid #fff;
	}
	
	.hero .social-media-top {
		top: 70px;
		}
		
	.socmedia-down {
		top: 100px !important;
		-webkit-transition: 0.3s ease;
		   -moz-transition: 0.3s ease;
	    	 -o-transition: 0.3s ease;
				transition: 0.3s ease;  
		}
}

@media (max-width: 900px) {
	.hero .scroll-down,
	.hero .scroll-down-small {
		top: calc(100vh - 50px);
	}
	
}

@media (min-width: 900px) {
	.hero {
		width: 100%;
		height: calc(100vh - 15px);
		margin: 0 auto;
	}

	.hero .teaser {
		height: 100%;
	}

	.hero .video-container {
		height: calc(100% - 15px);
	}

	.hero-info {
		bottom: 50px;
	}

	.hero .premier {
		font-size: 1.5625rem;
	}

	.hero .subline {
		margin: 0;
	}

	.hero .movie-logo {
		width: 50%;
	}

	.hero .scroll-down {
		bottom: 0;
	}
	
	.hero .social-media-top {
		top: 60px;
		}
	.socmedia-down !important {
		top: 90px;
		-webkit-transition: 0.3s ease;
		   -moz-transition: 0.3s ease;
	    	 -o-transition: 0.3s ease;
				transition: 0.3s ease; 
		}

}

@media (min-width: 1000px) {
	.hero .premier.netflix {
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
    }
}

@media (max-width: 1000px) and (orientation: landscape), (max-width: 700px) and (orientation: portrait) {
	.hero .social-media {
		display: none
	}
	
	.hero .sm-btn {
		margin: 0 10px;
	}
	
}

@media (min-width: 750px) and (max-width: 1000px) and (orientation: landscape) {
	.hero .social-media-top {
		position: absolute;
		right: 14px;
		height: 2rem;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
		z-index: 15;
		}
	.socmedia-up {
		top: 60px !important;
		-webkit-transition: 0.3s ease;
		   -moz-transition: 0.3s ease;
	    	 -o-transition: 0.3s ease;
				transition: 0.3s ease;
		}
}

@media (min-width: 1200px) {

	.hero .movie-logo {
		width: 35%;
	}
}


@media (max-height: 750px) and (orientation: landscape) {
	.hero .movie-logo {
		width: 33%;
	}
}

@media (max-height: 600px) and (orientation: landscape) {
	.hero .subline-right {
		display: none;
	}
	
	.hero .subline-center {
		margin: 0 auto;
	}
	
	.hero .subline-left {
		display: none;
	}

	.hero .premier.netflix {
		width: 100%;
		padding: 0;
		border-left: none;
		border-right: none;
	}

	.hero .premier.netflix img {
		width: 25vw;
		max-width: 120px;
	}
	
	.hero .sm-btn {
		margin: 4px 10px;
	}
	
	.hero .subline-left-top {
		display: block;
	}
	
	.hero .subline-right-top {
		display: block;
	}
	
	.hero .social-media-top {
		top: 100px;
        bottom: auto;
		right: 5%;
		z-index: 15;
		position: absolute;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}

@media (max-height: 600px) and (min-width: 900px) {
	.hero .social-media-top {
		bottom: 30px;
	}
}

/**************************************************
	07b. Subtitle Animations
 **************************************************/

#notdreaming,
#awake,
#somethingnew,
#somethingold,
#warriors,
#watch {
	position: absolute;
	display: block;
	opacity: 0;
	top: 50%; 
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-family: "acumin-pro", Acumin Pro, sans-serif;
	font-size: 4vw;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -.1px;
	text-align: center;
	z-index: 15;
}

#notdreaming {
	-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
	animation-delay: 1s;
}

#awake {
	-webkit-animation-delay: 4.5s; /* Chrome, Safari, Opera */
	animation-delay: 4.5s;
}

#somethingnew {
	-webkit-animation-delay: 8s; /* Chrome, Safari, Opera */
	animation-delay: 8s;
}

#somethingold {
	-webkit-animation-delay: 12s; /* Chrome, Safari, Opera */
	animation-delay: 12s;
}

#warriors {
	-webkit-animation-delay: 16s; /* Chrome, Safari, Opera */
	animation-delay: 16s;
}

#watch {
	-webkit-animation-delay: 16s; /* Chrome, Safari, Opera */
	animation-delay: 20s;
}

.subsanimation {
		animation-name: subtitle;
		animation-duration: 3s;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;
}

@-moz-keyframes subtitle {
		0%   {opacity: 0;}
		10% {opacity: 1;}
		90% {opacity: 1;}
		100% {opacity: 0;}
		}

		@-webkit-keyframes subtitle {
		0%   {opacity: 0;}
		10% {opacity: 1;}
		90% {opacity: 1;}
		100% {opacity: 0;}
		}

		keyframes subtitle {
		0%   {opacity: 0;}
		10% {opacity: 1;}
		90% {opacity: 1;}
		100% {opacity: 0;}
		}
		
.subs-up {
	margin-top: 0;
}

.subs-down {
	margin-top: 18px;
}
		
@media (max-width: 768px) {
	#notdreaming,
	#awake,
	#somethingnew,
	#somethingold,
	#warriors
	#watch {
		display:none;
	}
}
		

/**************************************************
	08. Quotes
 **************************************************/

.quote-awake {
	position: relative;
	width: 100%;
	height: calc(50vh + 15px);
	opacity: 0;
}

.quote-awake span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	display: block;
	font-family: "aria-text-g2", aria text g2, serif;
	font-weight: 400;
	font-size: 1.375rem;
	white-space: pre;
}

.quote-pyramid {
	width: 100%;
	max-width: 860px;
	margin: 4rem auto 4.25rem;
}

.quote-pyramid blockquote {
	text-align: center;
	line-height: 2.1;
}

.quote-pyramid blockquote span {
	display: block;
	font-family: "aria-text-g2", aria text g2, serif;
	font-weight: 400;
	font-size: 0.75rem;
}

.quote-pyramid blockquote span:first-child {
	font-family: "canada-type-gibson", "Canada Type Gibson", sans-serif;
	font-size: 0.6375rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 0.8px;
}

.quote-pyramid blockquote span:nth-child(2) {
	display: block;
	font-family: "aria-text-g2", aria-text-g2, serif;
	font-weight: 400;
	font-size: 0.75rem;
	letter-spacing: 0px;
	word-spacing: 0px;
}

.quote-pyramid blockquote span:nth-last-child(2):before {
	content: '';
	display: block;
	width: 195px;
	height: 24px;
	background: url(../img/tipis.png) no-repeat 0 0;
	background-size: 100% 100%;
	margin: 0.375rem auto;
}

.quote-pyramid cite {
	display: block;
	margin-top: 28px;
	font-family: "nimbus-sans", "Nimbus Sans", sans-serif;
	font-size: 0.6375rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

@media (max-width: 599px) {
	padding: 0 30px; {
	}

}

.quote-watched {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2rem auto 2rem;
	min-height: calc(50vh - 15px);
}

.quote-watched span br.flexible {
	display: none;
}

.quote-watched span br.flexible:nth-child(2) {
	display: none;
}

.quote-inner {
	font-family: "canada-type-gibson", "Canada Type Gibson", sans-serif;
	font-size: 1.75rem;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 2px;
	text-align: center;
	padding: 0 10px;
}

.quote-watched span {
	line-height: 1.6;
}

@media (max-width: 350px) {
	.quote-awake span {
    font-size: 1.2rem;
	}
}

@media (min-width: 600px) {
	.quote-pyramid blockquote span, .quote-pyramid blockquote span:nth-child(2) {
		font-size: .9rem;
	}

	.quote-pyramid blockquote span:first-child {
		font-size: 0.8125rem;
	}

	.quote-pyramid cite {
		font-size: 0.7rem;
	}

/*	.quote-watched {
		margin: 2rem auto -2rem;
	} */

	.quote-inner {
		font-size: 2rem;
		padding: 0;
	}

	.quote-awake span {
		font-size: 42px;
	}

	.quote-watched span br.flexible:nth-child(1),
	.quote-watched span br.flexible:nth-child(3),
	.quote-watched span br.flexible:nth-child(4) {
		display: inline;
	}
}

@media (max-width: 899px) and (orientation: landscape) {
	.quote-awake {
	height: 100vh;
	}

}

@media (max-width: 899px) and (orientation: portrait) {
	.quote-awake {
	height: 50vh;
	}

}


@media (min-width: 900px) {
	.quote-inner {
		font-size: 2.25rem;
	}

	.quote-watched span + span {
		margin-top: 10px;
	}

	.quote-watched span br.flexible:nth-child(2) {
		display: inline;
	}

	.quote-watched span br.flexible:nth-child(1),
	.quote-watched span br.flexible:nth-child(3) {
		display: none;
	}
}


@media (min-width: 1200px) {
	.quote-pyramid {
		max-width: 860px;
	}

	.quote-inner {
		font-size: 3.125rem;
	}
}

@media (min-width: 1800px) {
	.quote-inner {
		font-size: 3.75rem;
	}
}


/**************************************************
	09. Trailer
 **************************************************/

.trailer {
	position: relative;
	width: 100%;
	margin: 4.375rem auto 0;

	box-sizing: border-box;
	border-style: solid;
	border-width: 0px 0px 20px;
	-moz-border-image: url(../img/sawtooth-light-bottom.svg) 40 0 round;
	-webkit-border-image: url(../img/sawtooth-light-bottom.svg) 40 0 round;
	-o-border-image: url(../img/sawtooth-light-bottom.svg) 40 0 round;
	border-image: url(../img/sawtooth-light-bottom.svg) 40 0 round;
}

.trailer:before {
	content: '';
	display: block;
	background-color: #EEF0EC;
	position: absolute;
	top: -1rem;
	left: 0;
	width: 100%;
	height: 1rem;
}

.trailer-inner {
	width: 100%;
	height: 0;
	background-color: #EEF0EC;
	padding-bottom: 56.25%;
}

.trailer iframe {
	position: absolute;
	left: 15px;
	width: calc(100% - 30px);
	height: 100%;
}


@media (min-width: 600px) {
	.trailer {
		border-bottom: 0px;
	}

	.trailer:before {
		display: none;
	}

	.trailer-inner {
		background-color: transparent;
	}

	.trailer iframe {
		left: 0px;
		width: 100%;
	}
}

@media (min-width: 1800px) {
	.trailer {
		width: 80%;
	}
}


/**************************************************
	10. Shortinfo
 **************************************************/

.shortinfo {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: calc(100% - 30px);
	max-width: 465px;
	margin: 0 auto;
}

.shortinfo .info-text {
	width: 100%;
	max-width: 465px;
	flex-grow: 0;
	flex-shrink: 0;
	padding: 0 0 1.25rem;
	margin-bottom: 1.25rem;

	font-family: "Roboto", serif;
	font-weight: 400;
	font-size: 0.87rem;
	letter-spacing: .1px;
	line-height: 1.32;
}

.shortinfo .pie-chart {
	width: 100px;
	height: 100px;
	flex-shrink: 0;
	flex-grow: 0;
	margin-left: -4px;
}

.shortinfo .pie-chart img {
	width: 100%;
	height: 100%;
}

.shortinfo .proceeds {
	padding-left: 1rem;
	margin-left: 1rem;
	font-family: "Roboto", Roboto, sans serif;
	font-weight: 600;
	font-size: 0.82rem;
  	letter-spacing: .15px;
	line-height: 1.23;
}


.shortinfo .proceeds .percentage {
	display: inline-block;
	margin: 1.6875rem 0 2.47rem -.3rem;
	font-family: "canada-type-gibson", "Canada Type Gibson", sans-serif;
	font-weight: 600;
	font-size: 4.25rem;
	line-height: 0;
	letter-spacing: -5px;
	font-kerning: normal;
}

.shortinfo .proceeds .percentage span {
	letter-spacing: 0;
}

.shortinfo .proceeds p:last-child {
	margin-top: -0.5625rem;
}

.prcnt {
position: relative;
display: inline-block;
left: 0px;
top: 0px;
line-height: 95px;
float: left;
height: auto;
width: 40%;
	
}

.proceedstext {
position: relative;
display: inline-block;
top: 0px;
margin-top: -4px;
float: right;
width: 52%;
	
}



@media screen and (max-width: 599px) {
	.shortinfo .info-text {
		text-align: center;
	}

	.shortinfo .pie-chart {
		width: 160px;
		height: 160px;
		margin: 0 calc(50% - 80px);
	}

	.shortinfo .proceeds {
		width: 170px;
		margin: 2rem auto 0;
		padding: 2rem 0 0;
		text-align: center;
		border-top-width: 6px;
		border-left-width: 0;
		border-image-slice: 12 0;
		border-image-repeat: round stretch;

		-moz-border-image: url(../img/georule_black.svg);
		-o-border-image: url(../img/georule_black.svg);
		border-image-source: url(../img/georule_black.svg);

	}

}

@media (max-width: 599px) {
	.shortinfo .proceeds .percentage {
		font-size: 4.5rem;
	}
	.prcnt {
		margin-top: 15px;
		line-height: 0px;
		width: 100%
	}
	.proceedstext {
		margin-top:0px;
		display: block;
		width: 100%;
		float: none;
	}
}

@media (min-width: 600px) {
	.shortinfo .info-text {
		width: 465px;
		max-width: initial;
	}

	.shortinfo .proceeds {
		width: 280px;
		font-size: 0.82rem;
	}

	.shortinfo .proceeds p:last-child {
		hyphens: auto;
	}

	.shortinfo .pie-chart {
		width: 156px;
		height: 156px;
		margin-left: -16px;
	}
	.shortinfo .proceeds .percentage {
		font-size: 3.3rem;
	}
	.prcnt {
		line-height: 78px;
	}
	.proceedstext {
		margin-top: -4px;
	}
}

@media (min-width: 1000px) {
	.shortinfo {
		width: 100%;
		max-width: 940px;
		flex-wrap: nowrap;
		padding: 2rem 0 0;
	}

	.shortinfo .info-text {
		width: 443px;
		text-align: left;
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}

	.shortinfo .pie-chart {
		width: 153px;
		height: 153px;
		margin: 0;
	}

	.shortinfo .proceeds {
		width: 300px;
		min-height: 135px;
	}

	.shortinfo .proceeds p:last-child {
		hyphens: none;
	}
	.shortinfo .proceeds .percentage {
		font-size: 3.55rem;
	}
	.prcnt {
		line-height: 78px;
	}
	.proceedstext {
		margin-top: -7px;
	}
}


@media (min-width: 1200px) {
	.shortinfo {
		max-width: 1135px;
	}

	.shortinfo .info-text {
		width: 558px;
	}

	.shortinfo .pie-chart {
		width: 163px;
		height: 163px;
		margin-top: -.5rem;
	}

	.shortinfo .proceeds {
		width: auto;
		column-gap: 0.25rem;
		margin-left: 1.25rem;
	}
	.shortinfo .proceeds .percentage {
		font-size: 4.2rem;
	}
	.prcnt {
		line-height: 95px;
	}
	.proceedstext {
		margin-top: -7px;
	}
}



/**************************************************
	11. Donate
 **************************************************/

.donate {
	width: 100%;
	margin: 1.5rem auto;
	background-color: #EEF0EC;

	border-style: solid;
	border-width: 20px 0px 0px;
	-moz-border-image: url(../img/sawtooth-light-top.svg) 40 0 round;
	-webkit-border-image: url(../img/sawtooth-light-top.svg) 40 0 round;
	-o-border-image: url(../img/sawtooth-light-top.svg) 40 0 round;
	border-image: url(../img/sawtooth-light-top.svg) 40 0 round;
}

.donate-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 40px 0;
	
}

.donate-text {
	max-width: 344px;
    margin: 0 auto;
	padding: 0 1rem;
	box-sizing: border-box;

	text-transform: uppercase;
	font-family: "nimbus-sans-condensed", "Nimbus Sans Condensed", sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: .4px;
	line-height: 1;
	text-align: center;
}

.donate-emphasize {
	display: block;
	color: #AC262C;
	font-weight: 700;
}

.donation-form {
	margin: 30px auto 0;
}

.donation-input {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 215px;

	font-family: "canada-type-gibson", "Canada Type Gibson", sans-serif;
	font-size: 37px;
	font-weight: 400;
}

.donation-input {
	display: none;
}

.donation-currency {
	width: 60px;
	height: 3.5rem;
	padding: 2rem 0;
	clear: both;
	overflow: hidden;
}

.donation-currency:before {
	content: '';
	display: block;
	width: 20px;
	height: 100%;
	margin-top: -1px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	float: left;
}

.donation-currency div {
	float: left;
	height: calc(100% + 40px);
	margin-top: -20px;
	border-left: 1px solid #000;
}

.donation-currency span {
	display: block;
	width: 39px;
	height: calc(100% - 40px);
	margin: 20px 0 0 -1px;
	border-left: 1px solid #EEF0EC;

	text-align: right;
	font-weight: 800;
	line-height: 1.33333;
	font-size: 2.5rem;
	background-color: #FFF;
}

.donation-input input {
	border: 0;
	width: 106px;
	height: 3rem;
	padding: 0.25rem 1.25rem 0.25rem 0;

	text-align: right;
	font-family: "canada-type-gibson", "Canada Type Gibson", sans-serif;
	font-size: 2.5rem;
	background-color: #FFF;
}

.donation-after {
	float: left;
	width: 1px;
	height: calc(3.5rem + 40px);
	border-left: 1px solid #000;
}

.donation-after:after {
	content: '';
	display: block;
	width: 20px;
	height: calc(100% - 40px);
	margin: 20px 0 0 -1px;

	border-left: 1px solid #FFF;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	float: left;
}

.donation-submit { background-image: url(../img/buttons/btn_donate.svg); }
.donation-submit:hover { background-image: url(../img/buttons/btn_donate_alt.svg); }


@media (min-width: 600px) {
	.donate {
		max-width: 940px;
		height: 150px;
		border-top: 0px;
	}

	.donate-inner {
		flex-wrap: nowrap;
		flex-direction: row;
		padding: 0;
	}

	.donate-inner:before,
	.donate-inner:after {
		content: '';
		display: block;
		width: 77px;
		height: 150px;
		flex-grow: 0;
		flex-shrink: 0;
		background: #fff;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-image: url(../img/donate_arrow_before.png);
		background-size: 100% 100%;
	}

	.donate-inner:after {
		position: relative;
		width: 80px;
		margin-left: -24px;
		background-image: url(../img/donate_arrow_after.png);
		background-size: 100% 100%;
	}

	.donate-text {
		text-align: right;
	}

	.donate-text .flexible {
		display: none;
	}

	.donate-emphasize {
		display: inline;
	}

	.donation-form {
		position: relative;
		z-index: 2;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0;
	}
}



@media (min-width: 900px) {
	.donate-text {
		max-width: 100%;
		flex-shrink: 0;
		flex-grow: 0;
	}

	.donate-text .flexible:not(:nth-child(3)) {
		display: inline;
	}

	.donation-input {
		width: 251px;
	}

	.donation-form {
		width: calc(100% - 665px);
		flex-shrink: 0;
		flex-grow: 0;
	}

	.donation-currency {
		width: 111px;
	}

	.donation-currency span {
		padding-left: 51px;
	}

	.donation-input input {
		width: 118px;
	}
}


@media (min-width: 1200px) {
	.donate {
		max-width: 1135px;
	}

	.donate-inner {
		width: 100%;
		overflow: hidden;
	}

	.donate-inner:after {
		margin-left: -180px;
	}

	.donate-text {
		font-size: 1.4rem;
	}

	.donation-form {
		width: calc(100% - 655px);
	}
}

@media (min-width: 1300px) {
	.donate-inner {
		width: calc(100% + 4.75rem);
	}
}


/**************************************************
	12. Contributors
 **************************************************/

.contributors {
	width: calc(100% - 30px);
	margin: 2.5rem auto 4.125rem;
	padding: 1rem 0;
}

.contributors-heading {
	margin-bottom: 1.25rem;
	padding-bottom: 2.375rem;
	font-family: "nimbus-sans", Nimbus Sans, sans-serif;
	font-weight: 700;
	font-size: 1.12rem;
	letter-spacing: 0px;
	line-height: 1;
	border-bottom: 1px solid #BFB5AF;
}

.contributors-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.contributor {
	width: 50%;
}

.contributor-name {
	margin-bottom: 1.25rem;
	text-transform: uppercase;
	font-family: "canada-type-gibson", "Canada Type Gibson", sans-serif;
	font-weight: 600;
	font-size: 0.8rem;
	letter-spacing: 1.2px;
	line-height: 1;
}

.contributor-bio {
	font-family: "Roboto", Roboto, sans serif;
	font-weight: 400;
	font-size: 0.78125rem;
	letter-spacing: .1px;
	line-height: 1.32;
}

.contributor:nth-child(1),
.contributor:nth-child(2) {
	border-top: 0;
}

.contributor:nth-child(3),
.contributor:nth-child(4),
.contributor:nth-child(5),
.contributor:nth-child(6) {
	padding-top: 1.5rem;
	margin-top: 3.5rem;
}

.contributor:nth-child(2n+1) > * {
	padding-right: 20px;
}

.contributor-bio a,
.contributor-bio a:link,
.contributor-bio a:visited,
.contributor-bio a:active {
	font-weight: bold;
	letter-spacing: .4px;
}

.contributor-bio a:hover {
}

.contributor-info {
	margin-top: 0.625rem;
}

.contributor-img {
	width: 65px;
	height: 65px;
	margin: 0 0.625rem;
}

.contributor-img:before {
	content: '';
	display: block;
	width: 52%;
	height: 0px;
	margin: 0 0 0.8125rem 25%;
	border-top: 1px solid #000;
}

.contributor-img img {
	width: 100%;
	height: 100%;
}

.contributor-sm {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 1.75rem;
}

.contributor-sm .sm-btn {
	margin-right: 0.5rem;
}


@media (min-width: 600px) {
	.contributors {
		width: calc(100% - 90px);
	}

	.contributors-heading {
		padding-bottom: 3.375rem;
	}

	.contributor-info {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
}


@media (min-width: 1000px) {
	.contributors {
		width: 100%;
		max-width: 940px;
		padding: 0.5rem 0;
	}

	.contributors-list {
/*		max-width: 860px;
		margin-left: 40px; */
	}

	.contributor {
		width: 33.3333333%;
	}

	.contributor:nth-child(1) > *,
	.contributor:nth-child(4) > * {
		padding-right: 20px;
	}

	.contributor:nth-child(2) > *,
	.contributor:nth-child(5) > * {
		padding: 0 10px;
	}

	.contributor:nth-child(3) > *,
	.contributor:nth-child(6) > * {
		padding-left: 20px;
	}

	.contributor:nth-child(1),
	.contributor:nth-child(2),
	.contributor:nth-child(3) {
		border-top: 0;
	}

	.contributor:nth-child(3) {
		margin-top: 0;
		padding-top: 0;
	}

	.contributor:nth-child(4),
	.contributor:nth-child(5),
	.contributor:nth-child(6) {
		padding-top: 1.5rem;
		margin-top: 3.5rem;
	}
}

@media (min-width: 1200px) {
	.contributors {
		max-width: 1135px;
	}

	.contributors-list {
		max-width: none;
		margin-left: 0;
	}

	.contributor {
		width: 15.5%;
	}

	.contributor:nth-child(4),
	.contributor:nth-child(5),
	.contributor:nth-child(6) {
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
	}

	.contributor > * {
		padding: 0 !important;
	}
}


/**************************************************
	13. Screening guide
 **************************************************/

.screening-guide {
	width: 100vw;
	background-color: #EEF0EC;
	border-style: solid;
	border-width: 0px 0px 20px;
	-moz-border-image: url(../img/sawtooth-light-bottom.svg) 40 0 round;
	-webkit-border-image: url(../img/sawtooth-light-bottom.svg) 40 0 round;
	-o-border-image: url(../img/sawtooth-light-bottom.svg) 40 0 round;
	border-image: url(../img/sawtooth-light-bottom.svg) 40 0 round;
}

.newsandscreenings {
	width: 100vw;
	background-color: #EEF0EC;
	border-style: solid;
	border-width: 20px 0px 0px;
	-moz-border-image: url(../img/sawtooth-light-top.svg) 40 0 round;
	-webkit-border-image: url(../img/sawtooth-light-top.svg) 40 0 round;
	-o-border-image: url(../img/sawtooth-light-top.svg) 40 0 round;
	border-image: url(../img/sawtooth-light-top.svg) 40 0 round;
}

.screening-guide-inner {
	width: 100%;
	height: 100%;
	padding: 45px 15px 45px 15px;
	box-sizing: border-box;
}

.screening-guide .host,
.newsandscreenings .host {
	display:block;
	position: relative;
	max-width: 70%;
	font-family: "aria-text-g2", Aria Text G2, serif;
	font-size: 1rem;
	line-height: 1.1;
	letter-spacing: -.1;
	margin: 0 auto 1.6rem;
}

.host a,
.host a:link,
.host a:visited,
.host a:active,
.host a:hover,
.host a:focus {
	color: #20C8DF;
}

.host a:hover {
	text-decoration: underline;
}

.screening-guide .host span,
.newsandscreenings .host span {
	display: table;
}

.screening-guide .download-guide {
	margin: 40px auto 0;
	background: url('../img/buttons/btn_download_screening.svg') no-repeat 0 0;
}

.screening-guide .download-guide:hover {
	background: url('../img/buttons/btn_download_screening_alt.svg') no-repeat 0 0;
}

.newsandscreenings .localscreenings {
	margin: 0 auto;
	background: url('../img/buttons/btn_localscreenings.svg') no-repeat 0 0;
}

.newsandscreenings .localscreenings:hover {
	background: url('../img/buttons/btn_localscreenings_alt.svg') no-repeat 0 0;
}

@media (min-width: 318px) {
	.screening-guide .host,
	.newsandscreenings .host {
		font-size: 1.4rem;
	}
}

@media (min-width: 318px) and (max-width: 350px) {
	.host a, .host a:link, .host a:visited, .host a:active, .host a:hover, .host a:focus {
    color: #20C8DF;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
	}
	.screening-guide .host {
		display: block;
	}
	
	.screening-guide .host span {
		display: block;
	}
}

@media (min-width: 600px) {
	.screening-guide,
	.newsandscreenings {
		margin-left: -15px;
	}

	.screening-guide-inner {
		padding: 72px 45px;
	}

	.screening-guide .download-guide,
	.newsandscreenings .localscreenings {
		margin-left: calc(100% - 205px);
	}

	.screening-guide .host,
	.newsandscreenings .host {
		display: table;
		font-size: 28px;
	}
}

@media (max-width: 899px) {
	.screening-guide .host span,
	.newsandscreenings .host span {
		margin: 0 auto;
	}

	.screening-guide .host + a,
	.newsandscreenings .host + a {
		margin: 0 auto;
	}
	
	.screening-guide .host,
	.newsandscreenings .host {
	text-align: center;
	}
	
	.screening-guide .host, .newsandscreenings .host {
    max-width: 90%;
	}	
}


@media (min-width: 900px) {
	.newsandscreenings {
		width: 100%;
		margin: 0;
	}
	
	.screening-guide {
		width: 100%;
		margin: 15px 0 0 0;
	}

	.screening-guide-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 72px 0;
		max-width: calc(100% - 90px);
		margin: 0 auto;
		border-bottom: 0;
	}

	.screening-guide .host,
	.newsandscreenings .host {
		font-size: 31px;
	}

	.screening-guide .host,
	.screening-guide .download-guide,
	.newsandscreenings .host,
	.newsandscreenings .download-guide {
		margin: 0;
	}
	
	.screening-guide .host,
	.newsandscreenings .host {
		max-width: 65%;
	}
}

@media (min-width: 1000px) {
	.screening-guide-inner {
		max-width: 900px;
		margin: 0 auto;
	}
}


@media (min-width: 1200px) {
	.screening-guide-inner {
		padding: 72px 0;
		max-width: 1135px;
		margin: 0 auto;
	}
	
	.screening-guide .host,
	.newsandscreenings .host {
		max-width: 70%;
	}
}


/**************************************************
	14. This is not a riot
 **************************************************/
 
 .riot-container {
 	display: block;
 	width: 100%;
 	height: 100%;
 } 
 
 .riot-headline {
	background-size: 85% auto;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
 }
 
 .this {
 	background-image: url('../img/riot-head-oneline-A.svg');
 	opacity: 0;
 	z-index: 12;
 }
 
 .this-anim {
 	animation-name: fadein;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0s;
 	-moz-animation-delay: 0s;
 	animation-delay: 0s;
 }
 
 .is {
 	background-image: url('../img/riot-head-oneline-B.svg');
 	opacity: 0;
 	z-index: 13;
 }
 
 .is-anim {
 	animation-name: fadein;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-delay: .2s;
 	-moz-animation-delay: .2s;
 	animation-delay: .2s;
 }
 
 .not {
 	background-image: url('../img/riot-head-oneline-C.svg');
 	opacity: 0;
 	z-index: 14;
 }
 
 .not-anim {
 	animation-name: fadein;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-delay: .4s;
 	-moz-animation-delay: .4s;
 	animation-delay: .4s;
 }
 
 .not-a {
 	background-image: url('../img/riot-head-oneline-D.svg');
 	opacity: 0;
 	z-index: 15;
 }
 
 .not-a-anim {
 	animation-name: fadein;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-delay: .6s;
 	-moz-animation-delay: .6s;
 	animation-delay: .6s;
 }
 
 .riot {
 	background-image: url('../img/riot-head-oneline.svg');
 	opacity: 0;
 	z-index: 16;
 }
 
 .riot-anim {
 	animation-name: fadein;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	-webkit-animation-delay: .8s;
 	-moz-animation-delay: .8s;
 	animation-delay: .8s;
 }
 
 .anim-trgt-riot {
 	position: absolute;
 	top: 50%;
 	left: 0;
 	width: 10px;
 	height: 1px;
 }
 
 
 	@media (max-width: 599px) and (orientation: portrait) {
 		.riot-headline {
			background-size: auto 85%;
		}
		
		.this {
			background-image: url('../img/riot-head-stacked-A.svg');
		 }
 
		 .is {
			background-image: url('../img/riot-head-stacked-B.svg');
		 }
 
		 .not {
			background-image: url('../img/riot-head-stacked-C.svg');
		 }
 
		 .not-a {
			background-image: url('../img/riot-head-stacked-D.svg');
		 }
 
		 .riot {
			background-image: url('../img/riot-head-stacked.svg');
		 }
 	
 	}
 	
 	@media (min-width: 600px) and (orientation: portrait) {
 		.riot-headline {
			background-size: auto 70%;
		}
		
		.this {
			background-image: url('../img/riot-head-stacked-A.svg');
		 }
 
		 .is {
			background-image: url('../img/riot-head-stacked-B.svg');
		 }
 
		 .not {
			background-image: url('../img/riot-head-stacked-C.svg');
		 }
 
		 .not-a {
			background-image: url('../img/riot-head-stacked-D.svg');
		 }
 
		 .riot {
			background-image: url('../img/riot-head-stacked.svg');
		 }
 	
 	}


/**************************************************
	15. Quote tiles
 **************************************************/

.quote-tiles {
	width: 100vw;
}

.quote-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

.quote-tile {
	width: 100vw;
	height: 50vh;
}

.qtetile-anim {
	animation: fadein-slide-l 1s ease-out forwards;
}

.quote-tile-img {
	height: 100vw;
	background-color: #c82028;
	overflow: hidden;
}

.quote-tile-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	opacity: 0;
}

.qteimg-anim {
	opacity: 1 !important;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

.quote-row:nth-child(1) .quote-tile-img img {
	object-position: 18% 50%;
}

.quote-row:nth-child(2) .quote-tile-img img {
	object-position: 80% 50%;
}

.quote-row:nth-child(3) .quote-tile-img img {
	object-position: 80% 50%;
}

.quote-tile-text, .quote-tile-text-left {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
	padding: 0 0 0 16px;
	color: #C82028;
	height: auto;
	overflow: hidden;
}

.text-right .quote-tile-text {
	align-items: flex-start;
}

.text-left .quote-tile-text-left {
	align-items: flex-end;
}

.quote-tile-text .quote-tile-void,
.quote-tile-text-left .quote-tile-void {
	width: 100%;
	height: 100%;
	min-height: 2rem;
	flex-grow: 1;
}

.quote-tile-text .quote-tile-text-inner,
.quote-tile-text-left .quote-tile-text-inner {
	padding: 0 25px;
	width: calc(100% - 50px);
}

.quote-tile-text-inner {
	width: calc(100% - 150px);
}

.quote-tile-text blockquote,
.quote-tile-text-left blockquote {
	font-family: "aria-text-g2", Aria Text G2, serif;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 700;
	margin-top: 4rem;
	letter-spacing: -.2px;
	opacity: 0;
	margin-left: 10px;
}

.quote-tile-text blockquote br.flexible,
.quote-tile-text-left blockquote br.flexible {
	display: none;
}

.quote-tile-text cite,
.quote-tile-text-left cite {
	display: inline-block;
	margin-top: 2.1875rem;
	font-family: "nimbus-sans", Nimbus Sans, sans-serif;
	font-style: normal;
	font-size: 0.65rem;
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	word-spacing: 0.025em;
}

.geomrule-vert-red-left,
.geomrule-vert-red-right,
.geomrule-vert-red-top,
.geomrule-vert-red-bottom {
    background-image: url('../img/georule_large_red_vert.svg');
    background-size: 18px auto;
    background-repeat: repeat-y;
    position: absolute;
    width: 18px;
    height: 100%;
    z-index: 10;	
	}
	
.geomrule-vert-red-left {
    background-position: left top;
    top: 0px;
    left: 39px;
	}
	
.geomrule-vert-red-right {
    background-position: left top;
    top: 0px;
    left: 39px;
	}
	
.geomrule-vert-red-top {
    background-position: left top;
    top: 7.7rem;
    left: 39px;
	}
	
.geomrule-vert-red-bottom {
    background-position: left bottom;
    bottom: 7.8rem;
    left: 39px;
	}
	
@media (max-width: 599px) {
	.quote-tile-text .quote-tile-text-inner,
	.quote-tile-text-left .quote-tile-text-inner {
	width: calc(100% - 80px);
	}
	
	.geomrule-vert-red-left,
	.geomrule-vert-red-right,
	.geomrule-vert-red-top,
	.geomrule-vert-red-bottom {
    background-size: 16px auto;
    width: 16px;	
	}
	
	.geomrule-vert-red-left {
    left: 28px;
	}
	
	.geomrule-vert-red-right {
    left: 28px;
	}
	
	.geomrule-vert-red-top {
    left: 28px;
	}
	
	.geomrule-vert-red-bottom {
    left: 28px;
	}
	
	.quote-tile-img {
    border-top: 5px solid #ac262c;
    border-bottom: 5px solid #ac262c;
    }
    
    .quote-tile-text .quote-tile-text-inner,
	.quote-tile-text-left .quote-tile-text-inner {
	padding: 0 0 0 55px;
	}
	
	.quote-tile-text blockquote,
	.quote-tile-text-left blockquote {
	padding-right: 5px;
	}
	
	.quote-tile-text-left blockquote {
    font-size: 1.45rem;
    }
  
}

@media (max-width: 899px) {
	.quote-row {
	overflow: hidden;
	}

	.quote-row:first-child .quote-tile-void:first-child {
		border-width: 0;
	}
	
	.quote-tile-text, .quote-tile-text-left {
	position: relative;
	display: table;
	height: auto;
	}
	
	.quote-tile-text-inner {
	padding-left:30px;
	}

	.quote-tile-text .quote-tile-void,
	.quote-tile-text-left .quote-tile-void {
		width: 100%;
		height: 100%;
		min-height: 7.5rem;
	}
	
	.quote-tile-text blockquote,
	.quote-tile-text-left blockquote {
		margin-top: 0;
	}
	
	.quote-tile-text .quote-tile-void,
	.quote-tile-text-left .quote-tile-void {
	width: calc(100% - 10px);
	}
	
	.quote-tile-text .quote-tile-text-inner:after {
	margin-top: 7.5rem; 	
	}
	
	.quote-tile-text .quote-tile-text-inner:before,
	.quote-tile-text-left .quote-tile-text-inner:before {
	margin-bottom: 7.5rem; 	
	}	
	 	
	.quote-tile-img {
    border-top: 6px solid #ac262c;
    border-bottom: 6px solid #ac262c;
    }
	
}

@media (min-width: 600px) and (max-width: 899px) {
	.quote-tile-text-left {
		padding: 0 0 0 60px;
	}
}

@media (min-width: 600px) {
	.quote-tiles {
		margin-left: -15px;
	}

	.quote-tile-text {
		padding: 0 0 0 60px;
	}
	
	.quote-tile-text-left {
		padding: 0 25 0 60px;
	}

	.quote-row .quote-tile-void {
		
	}

	.quote-tile-text .quote-tile-text-inner {
		width: calc(100% - 100px);
		padding: 0 0px 0 35px;
	}
	
	.quote-tile-text-left .quote-tile-text-inner {
	width: calc(100% - 60px);
	}

	.quote-tile-text blockquote,
	.quote-tile-text-left blockquote {
		font-size: 1.6875rem;
	}

	.quote-tile-text blockquote br.flexible,
	.quote-tile-text-left blockquote br.flexible {
		display: inline;
	}

	.quote-row:last-child .quote-tile-void:last-child {
		border-left: 0;
	}
	
	.quote-tile-text-left .quote-tile-text-inner {
		padding: 0 35px;
	}
}

@media (max-width: 899px) and (orientation: landscape) {
	.quote-tile-img {
		height: 100vh;
	}
}

@media (min-width: 900px) {
	.quote-tiles {
		width: 100%;
		margin: 0;
	}

	.quote-tile {
		width: 50%;
		height: 50vw;
	}

	.quote-row {
		flex-direction: row;
	}

	.quote-row.text-left {
		flex-direction: row-reverse;
	}

	.quote-tile-img {
		height: 50vw;
	}

	.quote-tile-text {
		padding: 0 0 0 2.625rem;
	}
	
	.quote-tile-text-left {
		padding: 0 2.625rem 0 0;
	}
	
	.quote-tile-text-left .quote-tile-text-inner {
		padding: 0 25px 0 0px;
		width: calc(100% - 75px);
	}

	.quote-tile-text-inner {
		width: calc(50vw - 165px);
		max-width: 830px;
	}

	.quote-tile-text blockquote,
	.quote-tile-text-left blockquote {
		font-size: 1.22rem;
		line-height: 1.05;
	}

	.quote-tile-text .quote-tile-void:last-child,
	.quote-tile-text-left .quote-tile-void:last-child {
		border-width: 0;
	}

	.quote-row:nth-child(1) .quote-tile-img img {
		object-position: 30% 50%;
	}
	
	.geomrule-vert-red-left {
    background-position: left top;
    top: 0;
    left: auto;
    right: 35px;
	}
	
	.geomrule-vert-red-right {
    background-position: left top;
    top: 0px;
    left: 35px;
	}
	
	.geomrule-vert-red-top {
    background-position: left top;
    top: 12vw;
    left: 35px;
	}
	
	.geomrule-vert-red-bottom {
    background-position: left bottom;
    top: -11.5vw;
    left: auto;
    right: 35px;
	}
	
	.geomrule-vert-red-left,
	.geomrule-vert-red-right,
	.geomrule-vert-red-top,
	.geomrule-vert-red-bottom {
    background-size: 10px auto;
    width: 10px;	
	}
}

@media (min-width: 1050px) {
	.quote-tile-text blockquote,
	.quote-tile-text-left blockquote {
		font-size: 1.45rem;
	}
	.text-right .quote-tile-text .quote-tile-void:first-child,
	.text-right .quote-tile-text .quote-tile-text-inner,
	.text-right .quote-tile-text-left .quote-tile-void:first-child,
	.text-right .quote-tile-text-left .quote-tile-text-inner {
		padding-left: 35px;
	}

	.text-left .quote-tile-text .quote-tile-void:first-child,
	.text-left .quote-tile-text .quote-tile-text-inner,
	.text-left .quote-tile-text-left .quote-tile-void:first-child,
	.text-left .quote-tile-text-left .quote-tile-text-inner {
		padding-right: 0px;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	.quote-tile-text-inner {
		width: calc(50vw - 200px);
	}
	
	.quote-tile-text {
		padding: 0 0 0 2.625rem;
	}

	.quote-tile-text {
		padding: 0 4rem;
	}
	
	.quote-tile-text-left {
		padding: 0 2.625rem 0 0;
	}

	.quote-tile-text blockquote,
	.quote-tile-text-left blockquote {
		font-size: 1.5rem;
	}

	.quote-tile-text cite,
	.quote-tile-text-left cite {
		margin-top: 3.25rem;
	}

	.quote-tile-text cite .flexible,
	.quote-tile-text-left cite .flexible {
		display: none;
	}
	
	.geomrule-vert-red-left {
    right: 46px;
	}
	
	.geomrule-vert-red-right {
    left: 46px;
	}
	
	.geomrule-vert-red-top {
    left: 46px;
	}
	
	.geomrule-vert-red-bottom {
    right: 46px;
	}
	
	.geomrule-vert-red-left,
	.geomrule-vert-red-right,
	.geomrule-vert-red-top,
	.geomrule-vert-red-bottom {
    background-size: 12px auto;
    width: 12px;	
	}
}

@media (min-width: 1500px) {
	
	.quote-tile-text blockquote,
	.quote-tile-text-left blockquote {
		font-size: 2rem;
	}
	
	.geomrule-vert-red-left,
	.geomrule-vert-red-right,
	.geomrule-vert-red-top,
	.geomrule-vert-red-bottom {
    background-size: 14px auto;
    width: 14px;	
	}
}

@media (min-width: 1900px) {
	.quote-tile-text,
	.quote-tile-text-left {
		padding: 0 110px;
	}
	
	.quote-tile-text .quote-tile-text-inner {
    width: 67%;
    margin: 0 auto;
    padding-left: 10% !important;
	}

	.quote-tile-text cite,
	.quote-tile-text-left cite {
		margin-top: 5.75rem;
	}
	
	.geomrule-vert-red-left,
	.geomrule-vert-red-right,
	.geomrule-vert-red-top,
	.geomrule-vert-red-bottom {
    background-size: 16px auto;
    width: 16px;	
	}
}

@media (min-width: 2200px) {
	
	.quote-tile-text .quote-tile-text-inner {
    width: 55%;
    margin: 0 auto;
	}
	
	.geomrule-vert-red-left {
    right: 65px;
	}
	
	.geomrule-vert-red-right {
    left: 65px;
	}
	
	.geomrule-vert-red-top {
    top: 9.8vw;
    left: 65px;
	}
	
	.geomrule-vert-red-bottom {
    bottom: -13.5vw;
    right: 65px;
	}
	
	.geomrule-vert-red-left,
	.geomrule-vert-red-right,
	.geomrule-vert-red-top,
	.geomrule-vert-red-bottom {
    background-size: 18px auto;
    width: 18px;	
	}
}

@media (min-width: 2500px) {
	.quote-tile-text .quote-tile-text-inner {
    width: 50%;
    margin: 0 auto;
    padding-left: 15% !important;
	}
}



/**************************************************
	16. Further info
 **************************************************/

.further-info {
	margin: 3.5rem auto;
}

.further-info-top,
.further-info-bottom {
	width: 90%;
	max-width: 850px;
	margin: 0 auto;
}

.further-info-top {
	margin-bottom: 3.625rem;
}

.further-info-column {
	margin-bottom: 3.625rem;
}

.further-info-column > .further-info-text {
	width: 100%;
}

.further-info-header {
	padding: 1.25rem 0 2.75rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #BFB5AF;
}

.further-info h4 {
	font-family: "nimbus-sans", Nimbus Sans, Gibson, san-serif;
	font-size: 1.12rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.2px;
}

.further-info-text,
.further-info-text-bottom {
	font-size: 0.9375rem;
	letter-spacing: .1px;
	line-height: 1.32;
	font-weight: 400;
}

.further-info-text p:first-child,
.further-info-text-bottom p:first-child {
	margin-bottom: 1.32em;
}

@media (max-width: 550px) {
	.further-info-bottom {
	width: 90%;
	}

}

@media (min-width: 550px) {
	.further-info-top,
	.further-info-column {
		width: 85%;
		margin: 0 auto 3.625rem;
	}
}


@media (min-width: 550px) and (max-width: 600px) {
	.further-info-bottom {
	width: 100%;
	}

}

@media (min-width: 600px) {
	.further-info-top,
	.further-info-column {
		width: 75%;
		margin: 0 0 3.625rem;
	}
		
	.further-info {
		margin: 3.5rem auto 6.75rem;
		width: calc(100% - 90px);
	}

	.further-info-top, .further-info-bottom  {
		width: auto;
	}

	.further-info-top .further-info-text {
		column-count: 2;
		column-gap: 1.5rem;
	}

	.further-info-bottom {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		flex-wrap: wrap;
	}

	.further-info-column {
		width: 47.5%;
	}
	
	.further-info-column > .further-info-text {
		width: calc(100% - 1.5rem);
	}
	
	.further-info-column > .further-info-text-bottom {
		width: 100%;
	}

	.further-info-column:last-child {
		width: 100%;
	}

	.further-info-column:last-child > .further-info-text {
		width: 100%;
		column-count: 2;
		column-gap: 1.5rem;
	}

}

@media (min-width: 700px) {
	.further-info-column {
		width: 48%;
	}

}

@media (min-width: 900px) {
	.further-info-column {
		width: 48.5%;
	}

}

@media (min-width: 950px) {
	.further-info-top {
    margin: 0 auto 3.625rem;
	}

}

@media (min-width: 1200px) {
	.further-info-top,
	.further-info-bottom {
		max-width: 1135px;
	}

	.further-info-column {
		width: 31%;
	}

	.further-info-column:last-child {
		margin-top: 0;
		width: 31%;
	}

	.further-info-column:last-child > .further-info-text {
		column-count: 1;
	}
	
	.further-info-column:last-child > .further-info-text-bottom {
		column-count: 1;
	}
}

/**************************************************
	17. Join Us
 **************************************************/
 
 	.joinus {
 	display: block;
 	max-width: 100vw;
 	height: 100vh;
 	}
 	
 	.joinus-container {
 	position: relative;
 	display: block;
 	width: 100%;
 	height: 100%;
 	}
 	
 	.joinus-headline {
	background-size: 90% auto;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
 	}
 	
 	.will {
		background-image: url('../img/joinus-head-oneline-A.svg');
		opacity: 0;
		z-index: 12;
	 }
 
	 .will-anim {
		animation-name: fadein;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		-webkit-animation-delay: 0s;
		-moz-animation-delay: 0s;
		animation-delay: 0s;
	 }
 
	 .you {
		background-image: url('../img/joinus-head-oneline-B.svg');
		opacity: 0;
		z-index: 13;
	 }
 
	 .you-anim {
		animation-name: fadein;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		-webkit-animation-delay: .2s;
		-moz-animation-delay: .2s;
		animation-delay: .2s;
	 }
 
	 .join {
		background-image: url('../img/joinus-head-oneline-C.svg');
		opacity: 0;
		z-index: 14;
	 }
 
	 .join-anim {
		animation-name: fadein;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		-webkit-animation-delay: .4s;
		-moz-animation-delay: .4s;
		animation-delay: .4s;
	 }
 
	 .us {
		background-image: url('../img/joinus-head-oneline.svg');
		opacity: 0;
		z-index: 15;
	 }
 
	 .us-anim {
		animation-name: fadein;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		-webkit-animation-delay: .6s;
		-moz-animation-delay: .6s;
		animation-delay: .6s;
	 }
 
	 .anim-trgt-joinus {
		position: absolute;
		top: 50%;
		left: 0;
		width: 10px;
		height: 1px;
	 }
 	
 	@media (max-width: 599px) and (orientation: portrait) {
 		.joinus-headline {
			background-size: auto 85%;
		}
		.will {
			background-image: url('../img/joinus-head-stacked-A.svg');
		 }
 
		 .you {
			background-image: url('../img/joinus-head-stacked-B.svg');
		 }
 
		 .join {
			background-image: url('../img/joinus-head-stacked-C.svg');
		 }
 
		 .us {
			background-image: url('../img/joinus-head-stacked.svg');
		 }
 	}
 	
 	@media (min-width: 600px) and (orientation: portrait) {
 		.joinus-headline {
			background-size: auto 70%;
		}
		.will {
			background-image: url('../img/joinus-head-stacked-A.svg');
		 }
 
		 .you {
			background-image: url('../img/joinus-head-stacked-B.svg');
		 }
 
		 .join {
			background-image: url('../img/joinus-head-stacked-C.svg');
		 }
 
		 .us {
			background-image: url('../img/joinus-head-stacked.svg');
		 }
		
		.further-info-column > .further-info-text {
			width: calc(100% - 1.3rem);
		}
 	
 	}
 	
 	@media (min-width: 899px) and (orientation: landscape) {
 		.joinus {
		height: 50vh;
		}
 	
 	}
 	
	
/**************************************************
	18. Footer
 **************************************************/

.footer-info {
	width: 100vw;
	padding: 30px 8% 74px;
	box-sizing: border-box;
	background-color: #EEF0EC;
}

.footer-info-top {
	width: 100%;
    margin: 0 auto 30px;
}

.footer-info-top-inner {
	font-family: "canada-type-gibson", gibson-semibold, Gibson semibold, san-serif;
	max-width: 920px;
	margin: 10px auto;
	font-size: 1rem;
	letter-spacing: .1px;
	line-height: 1.2;
	font-weight: 600;
}

.footer-info-bottom {
	width: calc(100% - 30px);
	margin: 0 auto 30px;
}

.footer-info h4,
.footer-info-bottom {
	margin-bottom: 1.1em;
	font-family: "canada-type-gibson", gibson-semibold, Gibson semibold, san-serif;
	font-size: 1.2rem;
	line-height: .8;
	font-weight: 600;
	letter-spacing: -0.2px;
}

span.downloadcta, .guide-size {
	font-family: "nimbus-sans", "Nimbus Sans", Nimbus Sans, sans-serif;
	font-size: 1rem;
	font-weight: 600;
}

.guide-size {
	line-height:1.2;
}

.footer-info-bottom .cta {
	padding-right: 1rem;
	margin: 0 auto 30px;
}

.footer-info-bottom .cta ul {
	font-family: "Roboto", "roboto", Roboto, sans-serif;
	font-size: 1rem;
	line-height: 1.1;
	font-weight: 400;
	letter-spacing: 0.1px;
}

.footer-info-bottom .cta ul li {
	background: url('../img/bullet_arrow.svg') no-repeat 0 0;
	background-size: 1rem 1rem;
	padding: 0 0 0 2.375rem;
}

.footer-info-bottom .cta ul li + li {
	margin-top: 1.1em;
}

.footer-info-bottom .guide {
	margin: 0 auto;
	width: 204px;
}

.footer-info-bottom .guide-text {
	padding-bottom: 0.75rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #777;
}

.footer-info-bottom .guide h4 {
	margin: 0;
}

.footer-info-bottom .guide h4 br {
	display: none;
}

.footer-info-bottom .guide-size {
	display: block;
}

.footer-info-bottom .guide-download {
	background: url('../img/buttons/btn_download.svg') no-repeat 0 0;
}

.footer-info-bottom .guide-download:hover {
	background: url('../img/buttons/btn_download_alt.svg') no-repeat 0 0;
}

.footer-reachout {
	width: 100vw;
	padding: 0 10px;
	box-sizing: border-box;
	border-style: solid;
	border-width: 20px 0px 0px;
	-moz-border-image: url(../img/sawtooth.svg) 40 0 round;
	-webkit-border-image: url(../img/sawtooth.svg) 40 0 round;
	-o-border-image: url(../img/sawtooth.svg) 40 0 round;
	border-image: url(../img/sawtooth.svg) 40 0 round;

	background-color: #272727;
	color: #FFF;
}

.footer-reachout-inner {
	display: block;
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 10px 24px;
	box-sizing: border-box;
}

.footer-reachout .leftcol {
	margin: 0 auto;
}

.footer-reachout .rightcol {
	width: 100%;
	margin: 0 auto;
}

.footer-reachout .footer-logo {
	width: 170px;
	margin: 0 auto 50px;
}

.footer-reachout .footer-logo img {
	width: 100%;
	height: auto;
}

.footer-reachout .copyright, .footer-reachout .sitecredit {
	position: relative;
	display: block;
	width: 100%;
	font-size: 0.5625rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	text-align:center;
}

.footer-reachout .copyright {
	margin-top: 40px;
}

.footer-reachout .rightcol .legal,
.footer-reachout .rightcol .links {
	position: relative;
	font-size: 0.6rem;
	font-weight: 600;
	line-height: 2.8;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	text-align:center;
}

.footer-reachout .rightcol .legal {
	float: left;
}

.footer-reachout .rightcol .links {
	float: right;
}

.footer-reachout .mailinglist {
	width: 100%;
	display: block;
	padding: 1rem 0;
	margin: 0 0 20px;
}

.footer-reachout .cta-newsletter {
	margin-bottom: 20px;
	font-size: 16px;
	text-indent: 10px;
	line-height: 16px;
	font-weight: 400;
	height: 3rem;
	padding: 14px 0 14px 0;
	border: 3px solid #474747;
	border-radius: 4px;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	background-color: #474747;
	white-space: nowrap;
}

input[type=text]:focus {
    background-color: #fff;
}

.cta-newsletter a,
.cta-newsletter a:link,
.cta-newsletter a:visited,
.cta-newsletter a:active,
.cta-newsletter a:focus {
	color: #FFF;
	text-decoration: none;
}

.cta-newsletter a:hover {
	text-decoration: underline;
}

.footer-reachout .form {
}

.footer-reachout .mail-input-container {
	width: 235px;
	height: 57px;
	background: url(../img/buttons/btn_email_bg.png) no-repeat 0 0;
	background-size: 235px 57px;
}

.footer-reachout .mail-input-container input {
	position: relative;
	width: 197px;
	height: 35px;
	top: 11px;
	left: 19px;
	box-sizing: border-box;
	border: 0;
	padding: 5px 10px;
	background-color: #EEF0EC;
}

.footer-reachout .legal ul.legall, 
.footer-reachout .legal ul.linkl,
.footer-reachout .legal ul.legalr, 
.footer-reachout .legal ul.linkr {
	position: relative;
	text-align: center;
}

.footer-reachout .legal ul.legall li, 
.footer-reachout .legal ul.linkl li,
.footer-reachout .legal ul.legalr li, 
.footer-reachout .legal ul.linkr li {
	text-align: center;
}

.footer-reachout .links a {
	color: #FFFFFF;
}

.footer-reachout .legal,
.footer-reachout .legal a {
	color: #EFC24E;
}

@media (min-width: 550px) {
	.footer-info-top-inner {
		font-size: 18px;
	}

	.footer-info-bottom {
		width: calc(100% - 30px);
		margin: 0;
		display: block;
		margin: 0 auto;
	}

	.footer-info h4, .footer-info-bottom {
		font-size: 1.25rem;
	}
	
	span.downloadcta, .guide-size {
		font-size: 1rem;
	}
	
	.footer-reachout .rightcol .legal {
    margin-left: 10%;
	}
	
	.footer-reachout .rightcol .links {
    margin-right: 10%;
	}
}

@media (min-width: 600px) {
	.footer-info,
	.footer-reachout {
		margin-left: -15px;
		margin-bottom: -15px;
	}
	
	.footer-reachout .rightcol .legal {
    margin-left: 15%;
	}
	
	.footer-reachout .rightcol .links {
    margin-right: 15%;
	}
	
	.footer-info-bottom .cta {
    width: 90%;
	}
}


@media (min-width: 800px) {
	.footer-info-top {
		width: 100%;
		max-width: 920px;
	}

	.footer-info-bottom {
		width: 90%;
		max-width: 920px;
	}

	.footer-info-bottom .cta {
		margin: 0;
		display:inline-block;
	}

	.footer-reachout-inner {
		padding: 50px 0 24px;
	}	

	.footer-reachout .rightcol {
		min-width: 300px;
		border-top: 0;
		width: auto;
	}

	.footer-reachout .mailinglist {
		padding: 0 0 0.75rem 0;
	}

	.footer-info-bottom .cta ul li {
		background-size: 16px 16px;
	}

	.footer-info-bottom .guide {
		position: relative;
		display:inline-block;
		top: -30px;
		width: 12rem;
		height: calc(100% - 42px);
		margin-top: 0px;
		padding-left: 1.5rem;
		border-left: 1px solid #BFB5AF;
	}
	
	.footer-info-bottom .guide-text {
		margin-bottom: 3rem;
	}
	
	.footer-info-bottom .cta {
		width: 58%;
	}
}

@media (max-width: 899px) {
	.footer-info-bottom .guide {
		margin-top: 40px;
	}

	.footer-reachout .rightcol {
		display: block;
	}

	.footer-reachout .legal a {
		color: #FFF;
	}
}

@media (max-width: 549px) {
	.footer-info-bottom .guide {
		margin-top: 40px;
	}
}

@media (min-width: 900px) {
	.footer-info {
		width: 100%;
		margin-left: 0px;
		padding: 30px 45px 74px;
	}

	.footer-info-bottom .guide h4,
	.footer-info-bottom .guide-size {
		padding: 0 2rem 0 0px;
	}

	.footer-reachout {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 0px;
	}

	.footer-reachout .mail-input-container {
		width: 277px;
		background-size: 277px 57px;
	}

	.footer-reachout .mail-input-container input {
		width: 231px;
		left: 23px;
	}

	.footer-reachout .copyright {
		margin-top: 2rem;
	}
	
	.footer-reachout .rightcol .legal {
    margin-left: 25%;
	}
	
	.footer-reachout .rightcol .links {
    margin-right: 25%;
	}
}

@media (min-width: 1200px) {
	.footer-info {
		padding: 30px calc(50% - 567.5px) 74px;
	}

	.footer-info-top-inner {
		max-width: 920px;
		margin: 10px auto;

		font-size: 20px;
		letter-spacing: .1px;
		line-height: 1.1;
	}

	.footer-info-bottom .guide {
		width: 12rem;
		padding-left: 1.5rem;
		top: -35px;
	}
	
	.footer-info-bottom .guide-text {
	margin-bottom: 1.4rem;
	}

	.footer-info-bottom .guide h4,
	.footer-info-bottom .guide-size {
		padding: 0 4rem 0 0px;
	}

	.footer-reachout-inner {
		max-width: 920px;
	}
	
	.footer-reachout .rightcol .legal {
    margin-left: 20%;
	}
	
	.footer-reachout .rightcol .links {
    margin-right: 20%;
	}
}


/**************************************************
	19. Animations
 **************************************************/
 
		@-moz-keyframes fadein {
		0%   {opacity: 0;}
		100% {opacity: 1;}
		}

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

		keyframes fadein {
		0%   {opacity: 0;}
		100% {opacity: 1;}
		}
		
		
		@-moz-keyframes fadein-slide-l {
		0%   {opacity: 0; margin-left: 10px}
		100% {opacity: 1; margin-left: 0;}
		}

		@-webkit-keyframes fadein-slide-l {
		0%   {opacity: 0; margin-left: 10px}
		100% {opacity: 1; margin-left: 0;}
		}

		keyframes fadein-slide-l {
		0%   {opacity: 0; margin-left: 10px}
		100% {opacity: 1; margin-left: 0;}
		}
		
		
		@-moz-keyframes fadein-slide-r {
		0%   {opacity: 0; margin-right: 10px}
		100% {opacity: 1; margin-right: 0;}
		}

		@-webkit-keyframes fadein-slide-r {
		0%   {opacity: 0; margin-right: 10px}
		100% {opacity: 1; margin-right: 0;}
		}

		keyframes fadein-slide-r {
		0%   {opacity: 0; margin-right: 10px}
		100% {opacity: 1; margin-right: 0;}
		}




