@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

#overlay {
	background-color: rgba(0,0,0,0.80);
	display: flex;
	clear: none;
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: visible;
	z-index: 10000;
}

.top-content-container, .page-top-content-container {
	display: block;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	background-image: url(media/arrow-overlay4.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0%;
	background-attachment: fixed;
	align-content: center;
}

h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 36px;
	color: rgba(0,0,0,1.00);
	line-height: 42px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 26px;
	color: rgba(0,0,0,1.00);
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 0;
}
h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: rgba(120,41,125,1.00);
	margin-bottom: 0;
}

h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	margin-bottom: 0;
}

p, li {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

li {
	padding-top: 6px;
	padding-bottom: 6px;
}

a {
	color: rgba(120,41,125,1.00);
	font-weight: 600;
}

a:hover {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}

#container-header {
	display: flex;
	float: left;
	clear: none;
	flex-wrap: wrap;
	width: 100%;
	height: 480px;
	align-items: center;
	justify-content: center;
	background-color: rgba(120,41,125,1.00);
	background-image: url(media/arrow-overlay3.png),url(media/page-header-background.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-attachment: fixed;
	margin-top: -102px;
	overflow: hidden;
}

#container-nav {
	display: block;
	clear: none;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.header-image {
	width: 80vw;
	height: auto;
	max-width: 800px;
	max-height: 480px;
	display: block;
}

#header-video {
	z-index: -10000;
}

#sub-container-content {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#content-location-bar {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Open Sans Condensed;
	font-size: calc(16px + 0.4vw);
	font-weight: 600;
	color: rgba(120,41,126,1.00);
}

#content-location-bar-mobile {
	display: none;
}

#content-conference-bar {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Open Sans Condensed;
	font-size: calc(18px + 1.2vw);
	font-weight: 600;
	color: rgba(120,41,126,1.00)
}

#content-conference-bar img {
	padding-top: 10px;
}

#content-main {
	display: block;
	float: left;
	width: 64%;
	min-height: 450px;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 20px;
}

#container-connect {
	display: block;
	float: right;
	width: 24%;
	min-height: 450px;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 20px;
}
#container-connect p, #container-connect h1, #container-connect h2 {
	text-align: center;
}

#container-connect img {
	padding-top: 40px;
	padding-bottom: 0px;
	width: 90%;
}

.page-content-container {
	display: block;
	width: 100%;
	align-content: center;
}

#page-container-content {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 70 auto 0 auto;
}

#content-page {
	display: block;
	float: right;
	width: 70%;
	min-height: 400px;
	padding-right: 5%;
	padding-top: 30px;
	padding-bottom: 30px;
}

#page-sidebar {
	display: block;
	float: left;
	width: 15%;
	height: 200px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 5%;
	padding-right: 5%;
}

#page-sidebar img {
	display: block;
	width: 100%;
}

#content-twitter {
	display: block;
	float: right;
	width: 40%;
	margin-top: 20px;
	margin-right: 3%;
}

#home-video, #page-video {
    position: relative;
	display: flex;
	justify-content: center;
	width: 98%;
	height: 0;
	padding-bottom: 55.25%;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}

#home-video {
	margin-bottom: 40px;
}

.full-width-video {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: 0;
}

#container-why-attend {
	display: block;
	float: left;
	width: 86%;
	margin-bottom: 40px;
	margin-left: 2%;
	margin-right: 2%;
	padding-top: 40px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 20px;
	background-color: rgba(255,255,255,0.80);
	border: 3px solid rgba(120,41,125,1.00);
}

#content-why-attend {
	display: block;
	float: left;
}

#container-photo-nav {
	margin-left: 1%;
	position: relative;
}

#photo-nav1, #photo-nav2, #photo-nav3, #photo-nav4, #photo-nav5, #photo-nav6 {
	display: flex;
	float: left;
	width: 33%;
	height: 18vw;
	min-height: 200px;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	font-family: Open Sans Condensed;
	font-size: calc(12px + 2.5vw);
	font-weight: 600;
	color: rgba(255,255,255,1.00);
	text-shadow: 0px 0px 25px black;
	filter: opacity(0.8);
	filter: grayscale(0.7);
}

#photo-nav1 {
	background-image: url(media/background-session.jpg);
}

#photo-nav2 {
	background-image: url(media/background-venue.jpg);
}

#photo-nav3 {
	background-image: url(media/background-members.jpg);
}

#photo-nav4 {
	background-image: url(media/background-registration.jpg);
}

#photo-nav5 {
	background-image: url(media/background-connect.jpg);
}

#photo-nav6 {
	background-image: url(media/background-sponsor.jpg);
}

#photo-nav1:hover, #photo-nav2:hover, #photo-nav3:hover, #photo-nav4:hover, #photo-nav5:hover, #photo-nav6:hover {
	filter: opacity(1.0);
	filter: grayscale(0.0);
}

#content-sponsor {
	display: block;
	clear: both;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

/*
#content-sponsor {
	visibility: collapse;
	height: 0;
}
*/

#scrollbar2 {
    /* [disabled]background: rgb(255, 255, 255); */
    /* [disabled]background: rgba(255, 255, 255, 0.9); */
    overflow: hidden;
    text-align: center;
}

.home-gold-sponsor1 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}

.home-gold-sponsor2 {
	font-size: 28px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 600;
}
#container-news {
	display: block;
	float: left;
	width: 50%;
}

#content-news1, #content-news2, #content-news3 {
	display: block;
	float: left;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
}

#content-contact {
	display: flex;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Open Sans Condensed;
	font-size: 28px;
	font-weight: 600;
	color: rgba(235,116,12,1.00);
}

#content-contact a {
	color: rgba(120,41,125,1.00);
	text-decoration: none;
	font-size: calc(12px + 1.0vw);
}

#content-contact a:hover {
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}

#container-footer {
	width: 100%;
	display: flex;
	float: left;
	background-color: rgba(51,51,51,1.00);
	background-image: url(media/arrow-overlay2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0%;
	background-attachment: fixed;
	min-height: 100px;
}

#footer-menu {
	display: block;
	width: 94%;
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	font-family: 'Open Sans', sans-serif;
	color: rgba(255,255,255,1.00);
}

#footer-menu p {
	margin-bottom: 6px;
	margin-top: 6px;
	line-height: 16px;
}

#footer-menu a {
	font-size: 11px;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}

#footer-menu a:hover {
	text-decoration: underline;
	color: rgba(235,235,235,1.00);
}

#cta {
	display: block;
	width: 100%;
	text-align: center;
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
	color: rgba(255,255,255,1.00);
	background-color: rgba(121,41,127,1.00);
	font-size: 24px;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	clear:both;
}

#cta:hover {
	background-color: rgba(0,0,0,1.00);
}

.photo-square {
	width: 35%;
	height: auto;
	max-width: 200px;
	min-width: 100px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 30px;
	float: right;
}

.photo-wide {
	width: 100%;
	height: auto;
	max-width: 750px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.home-copy {
	font-size: 18px;
	line-height: 36px;
}

.sponsor {
	display: block;
	width: 90%;
	padding: 5%;
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	font-weight: 400;
}

.sponsor:hover {
	background: rgba(230,230,230,1.00);
}

.sponsor:hover p {
	color: rgba(0,0,0,1.00);
}

.sponsor img  {
	width: 40%;
	height: auto;
	float: right;
	padding-left: 20px;
}

#callout {
	display: block;
	width: 100%;
	text-align: center;
	font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
	color: rgba(255,255,255,1.00);
	background-color: rgba(121,41,127,1.00);
	font-size: 20px;
	font-weight: 600;
	padding: 10px;
}

#callout a:hover {
	color: rgba(255,255,255,1.00);
}

.schedule-time {
	display: block;
	width: 150px;
	float: left;
}

.schedule-activity {
}

#countdown {
    font-family: 'Open Sans', sans-serif;
    color: rgba(255,255,255,1.00);
    font-size: calc(12px + 1vw);
    font-weight: 400;
    display: block;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 10px;
    text-align: center;
    /* [disabled]border: solid 1% rgba(0,0,0,1.00); */
    background-color: #000000;
}

#days, #hours, #minutes, #seconds {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #FFAE00;
	font-size: calc(18px + 2vw);
	font-weight: 700;
}

#highlight {
	display: block;
	float: left;
	background-color: rgba(50,50,50,1.00);
    color: rgba(255,255,255,1.00);
	width: 90%;
	padding: 5%;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 auto;
}

#highlight h3 {
	color: rgba(255,255,255,1.00);
	font-size: 28px;
}

#portrait {
	display: block;
	float: left;
	width: 30%;
	margin: 1%;
	min-width: 100px;
	max-width: 250px;
    font-family: 'Open Sans', sans-serif;
}

#portrait img {
	width: 100%;
	height: auto;
}

#portrait .position {
	font-size: 18px;
	line-height: 18px;
	font-weight: 800;
	text-align: center;
}

#portrait .name {
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}

#portrait .title {
	font-size: 10px;
	line-height: 14px;
	font-style: italic;
	text-align: center;
}

.participant {
	display: block;
	float: right;
	width: 94%;
	padding: 3%;
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	font-weight: 400;
}

.participant:hover {
	background: rgba(230,230,230,1.00);
}

.participant:hover p {
	color: rgba(0,0,0,1.00);
}

.participant-logo {
	width: 40%;
	height: auto;
	float: right;
	padding-left: 20px;
}

.participant-photo {
	display: block;
	width: 20%;
	height: auto;
	padding-right: 5%;
	float: left;
	font-size: 12px;
	line-height: 12px;
}

.participant-photo img {
	width: 100%;
}


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 680px) {

#content-news1, #content-news2, #content-news3 {
	width: 94%;
}

#content-main {
	width: 94%;
	min-height: 0;
	padding-left: 3%;
	padding-right: 3%;
}

#container-connect {
	width: 94%;
	min-height: 0;
	padding-left: 3%;
	padding-right: 3%;
}

#content-twitter {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	height: 400px;
	overflow: hidden;
}
	
#content-page {
	display: block;
	float: left;
	width: 90%;
	min-height: 0;
	padding-left: 5%;
}

#container-news {
	width: 100%;
	background-color: rgba(255,255,255,1.00);
}

#page-sidebar {
	display: none;
}

#content-location-bar {
	display: none;
}

#content-location-bar-mobile {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Open Sans Condensed;
	font-size: calc(14px + 2vw);
	font-weight: 600;
	color: rgba(120,41,126,1.00);
}

.home-copy {
	font-size: 18px;
	line-height: 28px;
}

#container-connect img {
	padding-top: 20px;
	padding-bottom: 0px;
	width: 40%;
}

}