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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

p.glaheading {
    font-size: 1.3em;
    color: #FFF;
}

body {
	line-height: 1
}



strong {font-weight: bold;}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

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

button.btn.join:hover {
    opacity: 0.9;
}

button.btn.watch {
    background: none;
    border: 3px solid;
    color: #eee;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.mq-tracker {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2em;
	line-height: 2em;
	z-index: 9000;
	background-color: #FFBC67;
	opacity: .8
}


.content p a {
    text-decoration: underline !important;
    font-weight: bold;
}


.mq-tracker:after {
	content: 'min-width: 320px;';
	position: absolute;
	bottom: 0;
	left: 10px;
	color: black
}

@media (min-width: 410px) {
	.mq-tracker {
		background-color: #DA727E
	}
	.mq-tracker:after {
		content: 'min-width: 500px [mobile-wide]';
		color: white
	}
}

@media only screen and (min-width: 640px) {
	.mq-tracker {
		background-color: #AC6C82
	}
	.mq-tracker:after {
		content: 'min-width: 640px [tablet]'
	}
}

@media only screen and (min-width: 768px) {
	.mq-tracker {
		background-color: #685C79
	}
	.mq-tracker:after {
		content: 'min-width: 768px [tablet-wide]'
	}
}

@media only screen and (min-width: 1024px) {
	.mq-tracker {
		background-color: #455C7B
	}
	.mq-tracker:after {
		content: 'min-width: 1024px [desktop]'
	}
}

@media only screen and (min-width: 1366px) {
	.mq-tracker {
		background-color: #FFBC67
	}
	.mq-tracker:after {
		content: 'min-width: 1200px [desktop-wide]';
		color: black
	}
}

@media only screen and (min-width: 1600px) {
	.mq-tracker {
		background-color: #DA727E
	}
	.mq-tracker:after {
		content: 'min-width: 1600px [desktop-wider]';
		color: white
	}
}

@media only screen and (min-width: 1800px) {
	.mq-tracker {
		background-color: #AC6C82
	}
	.mq-tracker:after {
		content: 'min-width: 1800px [desktop-widest]'
	}
}

@font-face {
	font-family: "Gotham";
	src: url('https://domorewithlessfilm.com/fonts/GothamBook_gfi.eot');
	src: url('https://domorewithlessfilm.com/fonts/GothamBook_gfi.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamBook_gdi-1429355548.ttf') format('truetype');
	font-weight: 300
}

@font-face {
	font-family: "Gotham";
	src: url('../fonts/gotham-medium-1429508898.eot');
	src: url('../fonts/gotham-medium-&1429508898.eot#iefix') format('embedded-opentype'), url('../fonts/gotham-medium-1429508898.ttf') format('truetype');
	font-weight: 400
}

@font-face {
	font-family: "Gotham";
	src: url('../fonts/GothamBold-1429401250.eot');
	src: url('../fonts/GothamBold-&1429401250.eot#iefix') format('embedded-opentype'), url('../fonts/GothamBold-1429401250.ttf') format('truetype');
	font-weight: 600
}

@font-face {
	font-family: "Interstate Condensed";
	src: url('../fonts/Interstate-BoldCondensed-1429347864.eot');
	src: url('../fonts/Interstate-BoldCondensed-&1429347864.eot#iefix') format('embedded-opentype'), url('../fonts/Interstate-BoldCondensed-1429347864.ttf') format('truetype');
	font-weight: 600
}

@font-face {
	font-family: "Interstate Condensed";
	src: url('../fonts/interstateregularcondensed-webfont-1430092464.eot');
	src: url('../fonts/interstateregularcondensed-webfont-&1430092464.eot#iefix') format('embedded-opentype'), url('../fonts/interstateregularcondensed-webfont-1430092464.ttf') format('truetype');
	font-weight: 400
}


.gotham-font,
.button-wrapper .btn,
.email-signup-wrapper input,
html {
	font-family: "Gotham", sans-serif
}

.interstate-cond-font,
#donate-modal .copy h2,
.content h2,
.content h3,
section.thanks .copy {
	font-family: "Interstate Condensed", sans-serif
}

.serif {
	font-family: serif
}

.cursive {
	font-family: cursive
}

h1,
h2,
h3,
h4,
h5,
p,
li {
	line-height: 1.5em;
	margin-bottom: .5em
}

p,
li {
	margin-bottom: 1em
}

.btn,
button,
input[type="text"],
input[type="search"],
input[type="submit"],
input[type="date"],
input[type="phone"] {
	-webkit-appearance: none;
	outline: none
}

@media only screen and (min-width: 1024px) {
	.btn:hover,
	button:hover,
	input[type="text"]:hover,
	input[type="search"]:hover,
	input[type="submit"],
	input[type="date"]:hover,
	input[type="phone"]:hover {
		opacity: .9
	}
}

.left {
	float: left
}

.right {
	float: right
}

.absolute-centered,
#donate-modal {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.button-wrapper {
	text-align: center
}

.button-wrapper .btn {
	display: inline-block;
	background-color: #eeeeee;
	color: #000;
	border: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	border-radius: 20px;
	padding: 1.3em 2em 1.4em;
	min-width: 100px;
}

@media only screen and (min-width: 1024px) {
	.button-wrapper .btn {
		cursor: pointer
	}
}

.copy-only .copy:after,
.copy-with-media .copy:after {
	content: "";
	display: block;
	background: #eeeeee;
	width: 54px;
	height: 4px;
	margin-top: 20px;
}

.copy-only .media,
.copy-with-media .media {
	margin-top: 1.5em
}

.copy-only.black-copy,
.copy-with-media.black-copy {
	color: #000
}

.copy-only.black-copy .copy:after,
.copy-with-media.black-copy .copy:after {
	background-color: #000
}

@media only screen and (min-width: 768px) {
	.copy-only .copy:after,
	.copy-with-media .copy:after {
		width: 84px
	}
}

.social a:active span {
	color: #eeeeee
}

.social .icon {
	width: 30px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	padding-right: .8em
}

.social .icon~span {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 400
}

@media only screen and (min-width: 640px) {
	.social li {
		display: inline-block
	}
	.social a:active span {
		color: #a5a5a5
	}
	.social .icon {
		padding-right: 6px;
		width: 20px
	}
	.social .icon~span {
		color: #eeeeee;
		letter-spacing: 1px;
		font-size: 11px
	}
}

@media only screen and (min-width: 1024px) {
	.social a:hover span {
		color: #a5a5a5
	}
}

@media only screen and (min-width: 640px) {
	.copy-only .copy {
		padding-left: 30%
	}
}

@media only screen and (min-width: 768px) {
	.copy-only .copy {
		padding-left: 35%
	}
}

@media only screen and (min-width: 1024px) {
	.copy-only .copy {
		padding-left: 60%
	}
}

@media only screen and (min-width: 640px) {
	.copy-with-media .media {
		margin-top: 3em
	}
}

@media only screen and (min-width: 768px) {
	.copy-with-media .copy {
		padding-right: 25%
	}
	.copy-with-media .media {
		margin-top: 4em
	}
}

@media only screen and (min-width: 1024px) {
	.copy-with-media .copy,
	.copy-with-media .media {
		display: inline-block;
		vertical-align: middle
	}
	.copy-with-media .copy {
		width: 44%;
		padding: 0 5% 0 0
	}
	.copy-with-media .media {
		width: 55%;
		margin-top: 0
	}
}

.media.image .tablet {
	display: none
}

@media only screen and (min-width: 640px) {
	.media.image .mobile {
		display: none
	}
	.media.image .tablet {
		display: block
	}
}

.gla-video-wrapper {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	position: fixed;
	margin: auto;
	top: 1000px;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	z-index: -1
}

@media only screen and (min-width: 1024px) {
	.gla-video-wrapper {
		max-width: 800px
	}
}

#donate-modal {
	position: fixed;
	z-index: -1;
	opacity: 0;
	background-color: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out
}

#donate-modal.on {
	z-index: 300;
	opacity: 1;
	height: 100%
}

#donate-modal .thanks {
	display: none
}

#donate-modal .copy {
	padding: 2em 2em .6em 2em
}

#donate-modal .copy h2 {
	margin-top: 2em;
	color: #eeeeee;
	font-size: 33px;
	line-height: 1em
}

#donate-modal .button-wrapper {
	padding: 0 2em;
	text-align: left
}

#donate-modal .btn {
	margin-right: 1em;
	background-color: #eeeeee;
	margin-bottom: 1.5em
}

#donate-modal .btn:last-of-type {
	margin-right: 0
}

@media only screen and (min-width: 768px) {
	#donate-modal {
		background-color: rgba(0, 0, 0, 0.2)
	}
	#donate-modal .wrapper {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #000;
		width: 780px;
		height: 435px
	}
	#donate-modal .wrapper .copy {
		padding: 3em 3em 0.6em 3em
	}
	#donate-modal .wrapper p {
		width: 100%;
		overflow: hidden
	}
	#donate-modal .wrapper.thanks .copy {
		padding-top: 5em
	}
	#donate-modal .wrapper.thanks p {
		width: 400px
	}
}

.email-signup-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	height: 65px;
	margin: auto;
	z-index: -1;
	opacity: 0;
	display: none;
	font-weight: 400;
}

@media only screen and (min-width: 768px) {
	.email-signup-wrapper {
		top: 0;
	}
}

.email-signup-wrapper #mc_embed_signup {
	width: 90%;
	margin: 0 auto;
	max-width: 500px;
	*zoom: 1
}

.email-signup-wrapper #mc_embed_signup:after {
	content: "";
	display: table;
	clear: both
}

.email-signup-wrapper input {
	outline: none;
	float: left;
	padding: 2.5em .5em;
	vertical-align: middle;
	font-size: 16px;
	cursor: pointer;
}

.email-signup-wrapper input:hover {
opacity:0.8   }

.email-signup-wrapper input[type="email"] {
	background-color: rgb(255 255 255 / 7%);
	color: #eeeeee;
	text-transform: uppercase;
	border: 1px solid black;
	width: -moz-calc(100% - 110px);
	width: -webkit-calc(100% - 110px);
	width: calc(100% - 110px);
	text-align: center;
}

.email-signup-wrapper input[type="email"]:-moz-placeholder {
	color: #eeeeee
}

.email-signup-wrapper input[type="email"]::-moz-placeholder {
	color: #eeeeee
}

.email-signup-wrapper input[type="email"]:-ms-input-placeholder {
	color: #eeeeee
}

.email-signup-wrapper input[type="email"]::-webkit-input-placeholder {
	color: #eeeeee
}

.email-signup-wrapper input[type="submit"] {
	color: black;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid black;
	display: inline-block;
	width: 110px;
	position: relative;
	left: -1px
}

* {
	box-sizing: border-box
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

html {
	min-width: 320px;
	height: 100%;
	font-size: 13px;
	font-weight: 300
}

@media (min-width: 410px) {
	html {
		font-size: 15px
	}
}

body {
	background: #000;
	color: #a5a5a5;
	letter-spacing: 2px
}

body .copy.wrapper ul,
body .copy.wrapper ol {
	margin-left: 1em
}

body .copy.wrapper li {
	list-style-type: disc
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-top: 4vh;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 76%;
}

.content {
	padding: 19% 7%
}

.content h2,
.content h3 {
	font-size: 28px;
	margin-bottom: 0
}

.content h2 {
	color: #eeeeee
}

.content img {
	width: 100%
}

.content p a {
	/* color: #eeeeee; */
}

.content p a:active {
	border-bottom: 1px dotted #eeeeee;
	padding-bottom: 4px
}

@media (min-width: 410px) {
	.content h2,
	.content h3 {
		font-size: 32px
	}
}

@media only screen and (min-width: 768px) {
	.content {
		padding: 19% 12%
	}
}

@media only screen and (min-width: 1024px) {
	.content {
		padding: 185px 3%;
		margin: 0 auto;
		max-width: 1100px
	}
	.content h2,
	.content h3 {
		line-height: 1em;
		margin-bottom: 10px
	}
}

@media only screen and (min-width: 1366px) {
	.content {
		max-width: 1200px
	}
}

@media only screen and (min-width: 1600px) {
	.content {
		max-width: 1400px
	}
}

header {
	position: absolute;
	top: 0;
	left: 0;
	display: none
}

header .logo {
	display: none
}

@media only screen and (min-width: 768px) {
	header {
		display: block;
		width: 100%;
		z-index: 10;
		background-color: transparent;
		-moz-transition: top 200ms ease-in-out;
		-o-transition: top 200ms ease-in-out;
		-webkit-transition: top 200ms ease-in-out;
		transition: top 200ms ease-in-out
	}
	header.pre-sticky {
		background-color: #000;
		top: -64px;
		left: 0;
		width: 100%
	}
	header.pre-sticky .logo {
		-moz-transition: opacity 400ms ease-in-out 400ms;
		-o-transition: opacity 400ms ease-in-out 400ms;
		-webkit-transition: opacity 400ms ease-in-out;
		-webkit-transition-delay: 400ms;
		transition: opacity 400ms ease-in-out 400ms
	}
	header.sticky {
		position: fixed;
		top: 0
	}
	header.sticky .logo {
		opacity: 1
	}
	header .logo {
		display: block;
		width: 200px;
		height: 38px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		margin: auto;
		opacity: 0
	}
	header .content {
		padding: 30px 30px 15px;
		overflow: hidden;
		*zoom: 1
	}
	header .content li {
		display: inline-block;
		margin-right: 2em;
		font-size: 11px
	}
	header .content li span {
		font-size: 11px
	}
	header .content .social {
		float: left;
		width: 400px
	}
	header .content nav {
		display: block;
		float: right;
		vertical-align: middle;
		text-transform: uppercase;
		color: #a5a5a5;
		font-weight: 400;
		color: #eeeeee
	}
}

@media only screen and (min-width: 1024px) {
	header .content {
		max-width: none;
		padding: 30px
	}
	header .content li {
		margin-bottom: 0
	}
	header .content nav {
		display: block;
		text-align: right
	}
	header .content nav a:hover {
		color: #ccc;
	}
	header .content nav li {
		margin-left: 2em;
		margin-right: 0
	}
	header .logo {
		width: 200px;
		height: 36px
	}
	header .logo img {
		display: block
	}
	header .logo img.tiny-logo {
		display: none
	}
}

section.hero {
	background-image: url("../images/home-hero-mobile.jpg");
	background-size: cover;
	background-position: center bottom;
	min-height: 480px;
	position: relative
}

section.hero .content {
	position: absolute;
	width: 100vw;
	height: 276px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	bottom: 65vh;
}

section.hero .content .mobile-wide {
	display: none
}

section.hero .button-wrapper {
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 6vh;
	left: 0;
}

section.hero .button-wrapper .btn {
	width: 260px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

section.hero .button-wrapper .join {
	margin-top: 2em;
}

section.hero img {
	-moz-transition: opacity 400ms ease-in-out 600ms;
	-o-transition: opacity 400ms ease-in-out 600ms;
	-webkit-transition: opacity 400ms ease-in-out;
	-webkit-transition-delay: 600ms;
	transition: opacity 400ms ease-in-out 600ms
}

section.hero img.hidden,
section.hero img.off {
	opacity: 0
}

@media (min-width: 410px) {
	section.hero .content {
		width: 90vw;
	}
}

@media only screen and (min-width: 640px) {
	section.hero {
		background-image: url("../images/home-hero-tablet.jpg");
		min-height: 800px
	}
	section.hero .content {
		width: 550px;
		height: 140px;
		padding-top: 0;
		padding-bottom: 0;
		bottom: 25%
	}
	section.hero .content .mobile {
		display: none
	}
	section.hero .content .mobile-wide {
		display: block
	}
	section.hero .button-wrapper {
		display: none
	}
}

@media only screen and (min-width: 768px) {
	section.hero {
		background-image: url("../images/home-hero-desktop.jpg")
	}
	section.hero .content {
		max-width: 800px;
		width: 100%;
		bottom: 40%
	}
	section.hero .button-wrapper {
		display: block;
		bottom: 8%
	}
	section.hero .button-wrapper .btn {
		display: inline-block
	}
	section.hero .button-wrapper .join {
		display: inline-block;
		margin-left: 40px
	}
}

@media only screen and (min-width: 1024px) {
	section.hero .content {
		bottom: 41%;
	}
}

section.mailing-list .content {
	padding-bottom: 0;
	padding-top: 0
}

section.mailing-list .watch {
	display: none
}

section.mailing-list .join {
	visibility: hidden
}

@media only screen and (min-width: 640px) {
	section.mailing-list .watch {
		display: inline-block;
		margin-right: 3em
	}
	section.mailing-list .join {
		visibility: visible
	}
}

@media only screen and (min-width: 768px) {
	section.mailing-list {
		display: none
	}
}

section.about {
	background-image: url("../images/home-about-mobile.jpg");
	background-size: cover
}

section.about .film {
	padding-bottom: 100%
}

section.about .film .media.video {
	margin-bottom: 40px
}

section.about .route,
section.about .hiking {
	color: #000
}

section.about .route {
	padding-top: 33%
}

section.about .route .media {
	padding: 10% 0 0
}

section.about .hiking {
	padding-bottom: 60%
}

section.about .map {
	padding-top: 0;
	padding-bottom: 0
}

@media only screen and (min-width: 640px) {
	section.about {
		background-image: url("../images/home-about-tablet.jpg");
		background-position: center top
	}
	section.about .film {
		padding-bottom: 0
	}
	section.about .route {
		padding-top: 84%;
		padding-bottom: 5%
	}
	section.about .hiking {
		padding-top: 5%;
		padding-bottom: 66%
	}
	section.about .hiking .copy {
		padding-left: 0;
		padding-right: 15%
	}
}

@media only screen and (min-width: 768px) {
	section.about .route {
		padding-top: 66%
	}
	section.about .hiking {
		padding-bottom: 57%
	}
}

@media only screen and (min-width: 1024px) {
	section.about {
		background-image: url("../images/home-about-desktop.jpg")
	}
	section.about .film {
		padding-top: 10%
	}
	section.about .route {
		padding-top: 48%
	}
	section.about .route h3 {
		margin-top: 25%;
		padding-top: 25%
	}
	section.about .hiking .copy {
		padding-right: 56%
	}
	section.about .map {
		width: 80%
	}
}

@media only screen and (min-width: 640px) {
	section.friends .content {
		padding-top: 0
	}
}

@media only screen and (min-width: 1024px) {
	section.friends {
		margin-top: -28%;
		padding-top: 16%
	}
}

section.directors {
	background-color: #201b1e
}

section.thanks {
	background-image: url("../images/thanks-mobile.jpg");
	background-size: cover;
	padding-bottom: 85%;
	background-position: bottom center
}

section.thanks .copy {
	text-align: center;
	width: 240px;
	font-size: 18px;
	margin: 0 auto
}

@media only screen and (min-width: 640px) {
	section.thanks {
		background-image: url("../images/thanks-tablet.jpg");
		padding-bottom: 41%
	}
	section.thanks .copy {
		width: 320px
	}
}

@media only screen and (min-width: 768px) {
	section.thanks .copy {
		font-size: 1.2em
	}
}

@media only screen and (min-width: 1024px) {
	section.thanks {
		background-image: url("../images/thanks-desktop.jpg");
		background-size: 100% auto;
		background-repeat: no-repeat;
		padding-bottom: 42%
	}
	section.thanks .content {
		padding: 10% 3% 0
	}
	section.thanks .copy {
		font-size: 24px;
		width: 400px;
		position: relative;
		top: -25px;
		font-weight: 400
	}
}

footer .content {
	padding-top: 8%;
	padding-bottom: 8%;
	text-align: center
}

footer .content .social {
	display: inline-block;
	width: 180px;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 3em
}

footer .content li {
	margin-bottom: 2em
}

footer .content li:last-of-type {
	margin-bottom: 0
}

footer .copy {
	text-align: center;
	letter-spacing: 0
}

footer .tiny-logo {
	display: none
}

div#click-to-dismiss {
    background-color: #000000fc;
}

@media (min-width: 410px) {
	footer .copy {
		letter-spacing: 1px
	}
}

@media only screen and (min-width: 640px) {
	footer .social .icon {
		width: 30px
	}
	footer .social .icon~span {
		font-size: inherit
	}
}

@media only screen and (min-width: 768px) {
	footer .content {
		position: relative;
		overflow: hidden;
		*zoom: 1;
		width: 100%;
		max-width: none;
		padding: 24px 30px 16px;
		font-size: 12px
	}
	footer .content .social {
		display: none
	}
	footer .content p {
		margin-bottom: 12px;
	}
	footer .content .copyright {
		float: left
	}
	footer .content .photography {
		float: right
	}
	footer .tiny-logo {
		display: block;
		width: 73px;
		height: 30px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
}
