@charset "UTF-8";
/* CSS Document */

* {margin:0;padding:0;} 

html, body {height: 100%; background-color:#8cb13c;}

.clear {clear:both;}

img {border: none;}

#wrap {
	min-height: 100%;
	width: 100%;
	background: url(../images/bg_2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg.jpg', sizingMethod='scale')";
}

#main {overflow:auto;
	padding-bottom: 75px;}


/*SIGNUP BOX STYLES*/
#wrapper{
	position:absolute;
	right:53px;
	width:336px;  
}  
#toppanel {  
    position: absolute;  
    top: 0;  
    width: 336px;  
    z-index: 25;  
    text-align: right;  
}  
#panel {  
    width: 336px;  
    position: relative;  
    top: 0;  
    height:0;  
    margin-left: auto;  
    margin-right: auto;  
    z-index: 10;  
    overflow: hidden;  
    text-align: left;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}  
#panel_contents {
	background-color:#e51937;
	border-bottom-left-radius:3px;
    height: 100%;  
    width: 336px;  
    position: absolute;  
    z-index: -1;
}
.panel_button {   
    position: relative;
	float:right;  
    width: 220px;  
    height: 42px;
	box-shadow: 0 -5px 0 #e51937, 0 1px 3px rgba(0, 0, 0, 0.3);
    background-color:#e51937;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px; 
    z-index: 15; 
    cursor: pointer;  
}  
.panel_button a {
	display:block;
	padding:2px 18px 0 0;
    text-decoration: none;  
    color: #fff;  
    font-size: 15px;  
    font-weight: 600;  
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}  
.panel_button a:hover {  
	color: #fff;
	text-decoration:none;  
} 
.panel_button img{  
    position: relative;  
    top: 7px;
	padding-left:10px;  
    border: none;  
}
/*SIGNUP BOX STYLES*/


/*SIGNUP FORM STYLES*/
#mc_embed_signup {
	padding:15px 25px 0;
}
#mc_embed_signup h2 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	font-style:italic;
	color:#fff;
	margin-bottom:25px;
	letter-spacing:0.025em;
}
#mc_embed_signup  .mc-field-group {
	margin-bottom:20px;
}
#mc_embed_signup label {
	width:100%;
	display:block;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:0.025em;
	margin-bottom:3px;
	margin-left:3px;
}
#mc_embed_signup input {
	width:265px;
	border:solid 1px #b8112a;
	border-radius:4px;
	padding:6px 10px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	color:#aaa;
	box-shadow:inset 0 2px 3px rgba(0, 0, 0, 0.4);
}
#mc_embed_signup select {
	width:285px;
 }
#mc_embed_signup .button {
	width:auto;
	border:none;
	background-color:#a01126;
	padding:8px 25px;
	margin-top:10px;
	color:#fff;
	box-shadow:none;
	text-transform:uppercase;
	letter-spacing:0.025em;
	cursor:pointer;
}
/*SIGNUP FORM STYLES*/


/* Dropdown control */
.selectBox-dropdown {
	width:auto;
	position: relative;
	border: solid 1px #b8112a;
	line-height: 1.95;
	text-decoration: none;
	color: #000;
	outline: none;
	vertical-align: middle;
	background: #FFF;
	box-shadow:inset 0 2px 3px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	color:#aaa;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
	border-color: #b8112a;
}
.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.selectBox-dropdown .selectBox-label {
	padding: 2px 0 2px 11px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}
.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 47px;
	height: 100%;
	background-image: url(../images/select-arrow.png);
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	min-height: 1em;
	border: solid 1px #b8112a; /* should be the same border width as .selectBox-dropdown */
	background: #FFF;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	color:#aaa;
}
.selectBox-dropdown-menu .default {
	display:none;
}
/* Inline control */
.selectBox-inline {
	min-width: 150px;
	outline: none;
	border: solid 1px #BBB;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}
.selectBox-inline:focus {
	border-color: #666;
}


/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.selectBox-options LI A {
	line-height: 1.5;
	padding: 5px 15px;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
	background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}


/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}



#content {
	position:static;
	margin-left:53px;
	width:815px;
}

#content .logo {
	position:relative;
	left:0;
	width:100px;
	height:80px;
}
#content .headline {
	position:relative;
	left:5px;
	margin-top:20px;
	width:555px;
	height:201px;
	font-family: 'Oswald', sans-serif;
	color: white;
	text-shadow: 0 0 20px rgba(0,0,0,0.25);
	text-transform: uppercase;
	font-size: 5.0em;
	font-weight: bold;
	line-height: 1.2em;
}
#content .headline img {
	width: 100%;
	height: auto;
}
#content .countdown {
	display: none;
	position:relative;
	left:7px;
	margin-top:25px;
}
#content .countdown .time{
	color:#c21017;
	text-align: center;
	height:100px;
}
#content .countdown .time .cd-time {
	width:98px;
	height:98px;
	padding-right:15px;
	background-image:url(../images/countdown-bg.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
}
#content .countdown .time .cd-time .number {
	width:50px;
	margin:9px auto -4px;
	font-family:'Lora', "Times New Roman", Times, serif;
	font-weight:bold;
	color:#fff;
	font-size:42px;
	text-align:center;
	text-shadow:-1px -1px 0px #124c72;
	letter-spacing:0.03em;
}
#content .countdown .time .cd-time .label {
	width:50px;
	margin:auto;
	color:#42a5c9;
	font-family:'Lora', "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:13px;
	letter-spacing:0.2em;
	text-transform:uppercase;
	text-align:center;
}
#content .copy {
	width:460px;
	position:relative;
	left:7px;
	margin-top:30px;
	text-align:left;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	letter-spacing:0.02em;
	line-height:24px;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.15);
}
#content .copy p {
	padding: 0;
	margin: 18px 0 0;
}
#content .copy p em {
	font-style: italic;
	font-weight: 300;
	opacity: 0.65;
}
#content .contact {
	width:496px;
	position:relative;
	left:7px;
	margin-top:25px;
	background-image:url(../images/contact-bg.png);
	background-position:199px top;
	background-repeat:no-repeat;
}
#content .contact .meghan {
	float:left;
	width:146px;
	background-image:url(../images/meghan-photo.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding:156px 0 0 0;
	margin:42px 0 0 30px;
}
#content .contact .anthony {
	float:right;
	width:146px;
	background-image:url(../images/anthony-photo.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding:156px 0 0 0;
	margin:42px 0 0 0;
}
#content .contact ul {
	list-style:none;
	margin:0;
	padding:0;
}
#content .contact ul li {
	float:left;
	margin-left:8px;
	margin-bottom:5px;
}
#content .contact ul li a {
	color:#fff;
	display:block;
	width:120px;
	padding:7px 0 7px 10px;
	margin:0;
	background-color:rgba(50, 50, 50, 0.8);
	border-radius:3px;
	opacity:0.4;
	text-decoration:none;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:0.02em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#content .contact ul li a:hover {
	background-color:#e51937;
	opacity:1.0;
	margin-left:8px;
}
#content .contact ul li a img {
	padding-right:8px;
}
#content .contact .credits {
	float:right;
	width:87px;
	height:69px;
	margin-top:135px;
}
#content .contact .credits a {
	display:block;
	width:87px;
	height:69px;
	background-image:url(../images/credits-link.png);
	opacity:0.2;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
#content .contact .credits a:hover {
	opacity:0.8;
}
#content .registry {
	position:relative;
	left:45px;
	margin-top:25px;
	overflow:hidden;
}
#content .registry .text img {
	float:left;
	margin-top:8px;
	margin-right:10px;
	margin-left:4px;
}
#content .registry .text img.target {
	float:right;
	margin-top:7px;
	margin-right:16px;
	margin-left:5px;
}
#content .registry .text img.right {
	float:right;
	margin-top:8px;
	margin-right:0px;
	margin-left:6px;
}
#content .registry .text .line {
	float:left;
	width:auto;
}
#content .registry a {
	display:block;
	width:352px;
	height:23px;
	overflow:hidden;
	color:#fff;
	text-decoration:none;
	background-color:rgba(229, 25, 55, 0.7);
	border-radius:3px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:8px 0 8px 12px;
	letter-spacing:0.02em;
	line-height:28px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#content .registry a:hover {
	overflow:hidden;
	color:#fff;
	text-decoration:none;
	background-color:#116392;
	cursor: pointer;
}
#content .registry a .text {
	position:relative;
	display:block;
	float:left;
	top:-3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#content .registry a:hover .text {
	position:relative;
	top:-31px;
}
	
#footer {
	position: relative;
	margin-top: -75px;
	height: 75px;
	clear:both;
} 
#footer .old-site {
	position:absolute;
	right:53px;
	bottom:0;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footer .old-site a {
	display:block;
	width:auto;
	color:#adadad;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	padding:8px 15px 10px;
	background-color:rgba(39, 39, 39, 0.6);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration:none;
}
#footer .old-site a emphasis {
	color:#ebebeb;
	font-style:normal;
}
#footer .old-site a:hover {
	background-color:#e51937;
	color:#fff;
	padding:8px 15px 15px 15px;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.15);
}

#fancybox-count {
	float: right;
}
#fancybox-text {
	float: left;
}
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}