@charset "UTF-8";
a:link {
	color: #000000;
}
a:visited {
	color: #A09D9D;
}
a:hover {
	color: #878787;
}
a:active {
	color: #878787;
}
body {
    margin-left: 25px;
    margin-top: 25px;
	margin-right: 25px;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 0px;
}
body header {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #000000;
    letter-spacing: 0.5pt;
    margin-bottom: 35px;
    background-size: auto;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 0px;
    position: relative;
    font-style: normal;
    float: left;
    margin-right: 0px;
}
body header a {
	text-decoration: none;
	color: #000000;
}
body header images {
    color: #FFFFFF;
}
body main {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	position: absolute;
	letter-spacing: 0.2pt;
	margin-top: 130px;
}
.h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
}
.h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 15px;
}
form {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #000000;
    letter-spacing: 0.5pt;
    margin-bottom: 35px;
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-right: 65px;
    padding-bottom: 35px;
    padding-left: 20px;
    position: relative;
    font-style: normal;
}
.btn {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 2px solid;
    background-color: white;
    color: black;
    padding: 5px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0;
    font-weight: normal;
}
.default {
    border-color: #e7e7e7;
    border-radius: 0;
    color: black;
}

.default:hover {
    border-radius: 0;
    background: #e7e7e7;
}
invite {
	width: 600px;
	height: auto;
	float: right;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 10px;
	min-width: 600px;
	max-width: 1000px;
	clear: left;
}
.bg-images {
    background-color: #6B6B6B;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer {position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.collapsible {
    background-color: #FFFFFF;
    color: #000000;
    cursor: pointer;
    padding: 10px;
	padding-left: 40px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    overflow-y: scroll;
}

.active, .collapsible:hover {
    background-color: #F2F2F2;
}

.content {
	font-size: 12px;
	padding-left: 40px;
	padding-right: 5px;
    display: none;
    overflow: hidden;
    background-color: #FFFFFF;
}
