#landing-background {
	background-image: url(../img/zoetrope-building.svg);
    position: fixed;
    width: 100%;
    height: 100vh;
    background-size: 45%;
    background-repeat: no-repeat;
    background-color: black;
    background-position: -16% 62%;
	margin-top: -75px;
}

#landing-content {
	/*width: calc(100% - 480px);*/
	margin: 0 auto;
	position: relative;
	padding-top: 30px;
	padding-bottom: 100px;
}

#landing-content img {
	width: 100%;
}

#landing-content iframe {
	position: relative;
	padding-top: 0px;
	width: 100%;
	height:calc(100vw * .5);
}

#forgot_form, 
#main_login{
	position:relative;
	float:left;
	clear:both;
	width:100%;
	margin-top: 6px;
	margin-bottom: 20px;
	min-height: 100px;
}

#main_login>.meta{
	width: 100%;
	position: relative;
	float:left;
	clear:left;
	margin: 8px 0 0 auto;
}

#main_login>input[type=email], 
#main_login>input[type=text], 
#main_login>input[type=password] {
	width:calc(50% - 12px);
	float:left;
	clear:none;
	font-family: 'Amiri', serif;
	border-radius: 3px;	
	border:none;
	background-color: #fff;
	font-size: 16px;
	padding: 5px 12px;
	color: #999;
	position:relative;
	float:left;
	clear:none;
	margin-top: 8px;
	margin-bottom:0;
	margin-right: 2px;
	line-height: 1.1;
}
#main_login>input[type=email] {
	margin-right: 12px;
}
form#main_login div.remember {
	font-family: 'OpenSans',sans-serif;
	font-size: 10px;
	color:#fff;
	width: 120px;
	position:relative;
	float:left;
	clear:left;
	margin-top: 2px;
	text-align:left;
}
form#main_login div.forgot {
	font-family: 'OpenSans',sans-serif;
	font-size: 10px;
	color:#fff;
	width: 110px;
	position:relative;
	float:right;
	clear:none;
	cursor:pointer;
	margin-top: 2px;
	margin-right:6px;
}
#main_login div.forgot:hover{
	color: #AAA;
}




.landing-article {
	position: relative;
	padding-bottom: 112.5%;
	background: white;
}

.landing-article-image div, .landing-brand-image {
	padding-bottom: 56.25%;
	background-size: cover;
	background-position: center;
}

.landing-article-image {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
}

.landing-article-content {
	background: white;
	padding: 0 8.33333% 8.33333%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	max-height: 75%;
    overflow: hidden;
}

.landing-article-content h3 {
	margin: 0 auto;
    font-family: "Oswald";
    text-transform: uppercase;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
	min-height: 90px;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-align: center;
        align-items: center;
	margin-bottom: calc(16.66667% + 2px);
    -ms-flex-pack: center;
        justify-content: center;
}

.landing-article-content h3 a {
	color: #333;
	transition: all 0.3s;
}

.landing-article-content h3 a:hover, .landing-article-content h3:active {
	color: #e2a718;
	transition: all 0.3s;
}

.landing-article-content p {
	margin: 0 auto;
    font-size: 14px;
    font-family: "NewsCycle";
    line-height: 1;
	position: absolute;
    z-index: 3;
    bottom: 0;
    background: white;
    padding: 8.33333% 0;
    border-top: 1px solid #e2a718;
    width: 83.33334%;
}

.landing-article-content p:before {
	width: 100%;
	height: 20px;
	content: '';
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 80%);
	display: block;
    position: absolute;
    top: -21px;
    left: 0;
}

.landing-article-content p a {
	color: #b9b4af;
	transition: all 0.3s;
}

.landing-article-content p a:hover, .landing-article-content p:active {
	color: #e2a718;
	transition: all 0.3s;
}

.landing-brand-content {
	position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 0 15px 56.25%;
	top: 0;
	left: 0;
}

.landing-brand-content h4 {
	font-family: "NewsCycle";
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    line-height: 1;
    padding: 15px 0 10px;
    border-bottom: 1px solid orange;
    max-width: 100px;
    margin: 0;
}

.landing-brand-content h3 {
	font-family: "Oswald";
    text-transform: uppercase;
    color: white;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 10px 0 0;
    line-height: 1.2;
}

.landing-brand-feature a h3 {
	color: white;
	transition: all 0.3s;
}

.landing-brand-feature a:hover h3, .landing-brand-feature a:active h3 {
	color: #e2a718;
	transition: all 0.3s;
}

.landing-brand-feature.tall .landing-brand-image {
	padding-bottom: 112.5%;
}

.flex-video.widescreen {
    padding-bottom: 56.25%;
    padding-top: 0;
}

.flex-video {
	margin-bottom: 0;
}

#landing-content .row {
	background: black;
	margin: 0 auto;
}

#landing-content .row.news {
	background: white;
	margin: 0 auto;
}

.landing-sidebar {
	padding: 30px 15px;
}

.landing-sidebar.workshops {
	background-color: rgba(110, 13, 13, 0.9);

}

.landing-sidebar h3 {
	font-family: "Oswald";
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	color: #e2a718;
	margin: 0 auto 15px;
	font-size: 24px;
	line-height: 1;
}
.landing-sidebar .news_item h3 {
	font-family: "Oswald";
	-webkit-font-smoothing: antialiased;
	color: #000;
	margin: 0 ;
	font-size: 20px;
	line-height: 1;
}

.landing-sidebar h4 {
	font-family: "Oswald";
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	color: #e2a718;
	margin: 12px 0 0 0;
	font-size: 18px;
	line-height: 1;
}

.landing-sidebar p {
	font-family: "NewsCycle";
	color: #000;
	margin: 6px 0;
	line-height: 1.4;
	font-size: 16px;
}
.landing-sidebar.workshops>p,
.landing-sidebar.workshops .blurb>p {
	font-family: "NewsCycle";
	margin: 6px 0;
	line-height: 1.4;
	font-size: 16px;
	color: #FFF;
}
.landing-sidebar.workshops .blurb .member_name p {
	font-family: "NewsCycle";
	color: #FFF;
}



.landing-sidebar .news_item p.date {
	font-size: 10px;
	line-height: 12px;
	margin: 0;
	font-family: "Oswald";
}

.landing-sidebar .news_item p.more {
	font-family: "Oswald";
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 20px;
}


.landing-sidebar .button {
	font-family: "Oswald";
	color: white;
	font-size: 16px;
	background: none;
	padding: 10px 35px;
	border: 1px solid white;
	margin: 0 0 8px 8px;
	text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
	font-weight: normal;
	float: right;
	clear:none;
}

.landing-sidebar hr {
	background: #e2a718;
	margin: 30px auto;
	height: 1px;
	border: none;
}

.landing-sidebar p.landing-quote {
	font-family: "Amiri";
	font-style: italic;
	font-size: 15px;
}

.landing-user {
	padding-top: 15px;
}

.landing-user img {
	display: inline-block;
	max-width: 50px;
	margin: 0 10px 0 0;
}

.landing-user p {
	width: calc(100% - 60px);
	margin: 7px auto;
	display: inline-block;
	vertical-align: middle;
}

.landing-modal {
	max-width: 1020px;
	margin: 0 auto;
	width: 70%;
	top: 75px;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 9999;
	padding: 0 30px;
	background: none;
	display: none;
}

.landing-modal-close {
	background: url(/landing_050417/img/close-reversed.png);
    height: 27px;
    width: 27px;
	right: 0;
    display: block;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0;
}

.landing-modal.show-modal {
	display: block;
}

.reveal-modal-bg {
    background: rgba(0,0,0,0.8);
}

.reveal-modal-bg.show-bg {
	display: block;
}


.landing-feature {
	position: relative;
}

.tucker_promo a.button,
.landing-feature a.button {
	font-family: "Oswald";
    color: white;
    font-size: 14px;
    background: none;
    padding: 8px 30px;
    border: 1px solid white;
    margin: 0 auto;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    float: none;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	background: rgba(0,0,0,0.2);
}

.button:hover {
    background-color: #333;
}



/** TEMP STYLES **/
.public #header {
    height: 75px;
}


@media only screen and (max-width: 64em) {
	#landing-background {
		background-position: -16% 75%;
	}
	
	.landing-brand-content {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.landing-brand-content h4 {
		padding-top: 10px;
	}
	
	.landing-article-content h3 {
		min-height: 60px;
	}
}


@media only screen and (max-width: 48em) {
	#landing-content {
		padding-bottom: 0;
	}
	
	.landing-sidebar {
		padding-bottom: 140px;
	}
	
	#landing-background {
		background-position: -16% 80%;
	}
	
	#landing-background {
		background-size: 100%;
		margin-top: -195px;
	}
	
	.landing-article-content h3 {
		min-height: 90px;
	}
	
	.landing-article-image div {
		padding-bottom: calc(83.3333% - 60px);
	}
	
	.landing-modal {
		width: 99%;
	}
	
	/** TEMP STYLES **/
	.public #header {
		height: 150px;
	}
	
	#dl-menu {
		top: 0;
	}
}