/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 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;
}
body {
	line-height: 1;
	background:#f7f5f0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

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

p, a {
	font-family:'adobe-caslon-pro', georgia, serif;
	color:#000;
	font-size:16px;
	line-height:1.0em;
}

.container {
	width:calc(100% - 80px);
	margin:0 auto;
	-webkit-animation:fadeIn 1s ease-in;animation:fadeIn 1s ease-in;
}

.container .leftpanel {
	width:30%;
	float:left;
	margin-top:60px;
	margin-right:5%;
}

.container .leftpanel img {
	width:180px;
}

.container .leftpanel .opening {
	margin-top:60px;
}

.container .leftpanel .opening h1 {
	font-size:50px;
	line-height: 1.1em;
	margin-bottom:60px;
}

.container .leftpanel .opening .content {
	width:90%;
}


.container .leftpanel .opening .content p {
	line-height:1.4em;
	margin-bottom:20px;
}

.container .rightpanel {
	width:48%;
	background:url(../assets/03_189_R2.jpg);
	background-position:center;
	background-size:cover;
	height:100vh;
	position:fixed;
	right:17%;
}

.container .footer {
	width:15%;
	float:right;
	height:100vh;
	position:relative;
}

.container .footer2 {
	display:none;
}

.container .footer .links {
	position:absolute;
	bottom:40px;
	right:0;
}

.container .footer ul {
	text-align:right;
	float:right;
	margin-top:30px;
	width:100%;
}

.container .footer ul li {
	line-height:1.6em;
	font-size:14px;
}

.container .footer ul li a:hover {
	opacity:0.3;
	transition:opacity .3s;
}

.container .leftpanel .email input[type=email] {
	border:none;
	background:transparent;
	border-bottom:1px solid black;
	width:100%;
	margin-top:30px;
	padding:12px 0;
	outline:none;
	font-size:14px;
	-webkit-appearance: none;
	border-radius:0;
}

.container .leftpanel .email input[type=submit] {
	border:none;
	background:transparent;
float:right;
	margin-top:-40px;
	padding:10px 0;
	outline:none;
	font-size:14px;
	text-decoration: underline;
	cursor: pointer;
	z-index:9999;
	position:relative;
	outline:none;
}

.container .leftpanel .email input[type=submit]:hover {
	opacity:0.3;
	transition: opacity .3s;
}


.container .leftpanel .email #mc_embed_signup div.mce_inline_error {
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-weight: bold;
    z-index: 1;
    color: red;
    position: absolute;
    margin-top:20px;
	font-family:'adobe-caslon-pro', georgia, serif;
	font-size:14px;
}

.container .leftpanel .email #mc_embed_signup div.response {
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-weight: bold;
    z-index: 1;
    color: #000;
    position: absolute;
    margin-top:20px;
	font-family:'adobe-caslon-pro', georgia, serif;
	font-size:14px;
	width:200px;
}

.container .leftpanel .email #mc_embed_signup div.response a {
	font-family:'adobe-caslon-pro', georgia, serif;
	font-size:14px;
}


/* RESPONSIVE */

@media screen and (max-width:1200px){

.container {
	width:100%;
}

.container .leftpanel {
	width:50%;
	float:left;
	margin-top:60px;
	margin-right:0;
}

.container .leftpanel .opening, .container .leftpanel img {
	margin-left:40px;
}


.container .rightpanel {
	width:50%;
	background:url(../assets/03_189_R2.jpg);
	background-position:center;
	background-size:cover;
	height:100vh;
	position:fixed;
	right:0%;
}


.container .footer {
	display:none;
}

.container .footer2 {
	display:block;
	margin-top:60px;
	margin-bottom:60px;
}

.container .footer2 ul {
	margin-top:10px;
}

.container .footer2 ul li {
	line-height:1.6em;
	font-size:14px;
	display:inline;
	margin-right:20px;
}

.container .footer2 ul li a {
	font-size:14px;
}

.container .footer2 ul li a:hover {
	opacity:0.3;
	transition:opacity .3s;
}

.container .leftpanel .opening h1 {
	font-size:44px;

}

}


@media screen and (max-width:960px){

.container .leftpanel {
	width:50%;
	float:left;
	margin-top:60px;
	margin-right:0;
}

.container .leftpanel .opening h1 {
	font-size:36px;
	margin-bottom:40px;
}

.container .leftpanel .opening {
	margin-top:40px;
}

.container .leftpanel img {
	width:160px;
}

.klaviyo_styling.klaviyo_condensed_embed_Jc4Dm3 input[type=text],
					.klaviyo_styling.klaviyo_condensed_embed_Jc4Dm3 input[type=email],
					.klaviyo_condensed_styling.klaviyo_condensed_embed_Jc4Dm3 input[type=text],
					.klaviyo_condensed_styling.klaviyo_condensed_embed_Jc4Dm3 input[type=email] {
					  margin-top:20px;

					}

}


@media screen and (max-width:720px){

.container {
	margin:0 auto;
	width:88%;
}


.container .rightpanel {
	display:none;
}

.container .leftpanel {
	width:100%;
	float:left;
	margin-top:60px;
}

.container .leftpanel .opening h1 {
	font-size:54px;
	margin-bottom:60px;
}

.container .leftpanel .opening .content {
	width:100%;
}

.container .leftpanel .opening, .container .leftpanel img {
	margin-left:0;
}

.container .footer2 {
	margin-bottom:60px;
}

}	


@media screen and (max-width:460px){
.container .leftpanel .opening h1 {
	font-size:40px;
	margin-bottom:60px;
}

}
