<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: rgba(123,117,118,0.7);
    font-size: 1em;
    line-height: 1.4;
	font-family: "proxima-nova",sans-serif;
	background-color: black;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.spacer {
	margin: 20px 5% 0px 5%;
	background-color: black;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #A08C7A;
/*    margin: 1em 0; */
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

h1 {
	color: white;
}



/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
/*
body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}
*/
.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
/*    border-bottom: 20px solid #e44d26; */
}

.footer-container,
.main aside {
/*    border-top: 20px solid #e44d26; */
}

.header-container,
.footer-container,
.main aside {
/*    background: #f16529; */
background: black;
}

.title {
	font-family: "chaparral-pro",sans-serif;
    color: white;
	padding-top: 20px;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
	
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: rgba(255,255,255,0.3);
/*    background: #e44d26; */
	border-radius: 50px;
	border: 2px solid rgba(255,255,255,0.3);
}

nav a:hover,
nav a:visited {
/*    color: white;
	border: 2px solid white; */
}

nav a:hover {
/*    text-decoration: underline; */
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}
.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1, h2, h3, h4, h5 {
	color: white;
}

.presents {
	font-family: "chaparral-pro",sans-serif;
	font-size: 0.8em;
	margin: 5% 0 7px 0;
}

.datevenue {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.ticket {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.main-container {
	background: black;
}

.main article header p {
	color: #ada39a;
}

header div {
	padding-bottom: 10px;
}

header div img {
	display: block;
	width: 100%;
	max-width: 436px;
    height: auto;
}

.program_table {
	border: none;
}

.program_label, .program_speaker {
	vertical-align: text-top;
	padding-bottom: 10px;
}

.program_label {
	width: 30%;
	padding-right: 10px;
	color: #BCB6B0;
}

.program_time {
	color: rgba(123,117,118,0.7);
/*	color: #BCB6B0; */
}

.program_title {
	color: #A08C7A;
}

.program_speaker {
	width: 70%;
	color: #BCB6B0;
}

.speaker_container {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 15px 0;
}

.speaker_row {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow:auto; 
}

.speaker_left {
	display: block;
	width: 100%;
	float: left;
	padding-bottom: 15px;
}

.speaker_right {
	display: block;
	width: 100%;
	float: left;
	padding-bottom: 15px;
}

.speaker_left:hover,
.speaker_right:hover,
.speaker_left:focus,
.speaker_right:focus {
    cursor: pointer;
}

.speaker_img {
	display: inline-block;
	position: relative;
	width: 30%;
	max-width: 98px;
	float: left;
	padding-right: 10px;
}

.speaker_img img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.speaker_text {
	display: inline-block;
	position: relative;
	width: 65%;
	float: left;
}

.speaker_name {
	color: #69CAD1;
	font-weight: 700;
}

.speaker_designation {
	font-family:  "chaparral-pro",sans-serif;
	font-style: italic;
	color: #BCB6B0;
}


#register a {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: rgba(255,255,255,0.3);
/*    background: #e44d26; */
	border-radius: 50px;
	border: 2px solid rgba(255,255,255,0.3);
	
}
	
.contact_containerleft {
	display: block;
	width: 100%;
	overflow: auto;
	padding-bottom: 20px;
}

.contact_email, .contact_phone {
	overflow: auto;
	padding-left: 10px;
}

.contact_email {
	padding-bottom: 10px;
}

.contact_email img {
	display: inline-block;
	width: 10%;
	max-width: 22px;
	padding-top: 5px;
	float: left;
}

.contact_email span {
	display: inline-block;
	width: 80%;
	padding-left: 20px;
	float: left;
}

.contact_phone img {
	display: inline-block;
	width: 10%;
	max-width: 22px;
	padding-top: 5px;
	float: left;
}

.contact_phone span {
	display: inline-block;
	width: 80%;
	padding-left: 20px;
	float: left;
}

.contact_containerright table {
	width: 100%;
}

.contact_containerright td {
	vertical-align: top;
	padding-bottom: 10px;
}

#formlabel {
	width: 60px;
	max-width: 60px;
	float: left;
}

#formfield input {
	width: 90%;
	float: right;
}

#formmessage textarea {
	width: 100%;
	padding: 0;
	margin: 0;
	border-style: none;
}

#formsubmit input {
	width: 100%;
}

.footer-container footer {
	color: #BCB6B0;
}

div.ui-btn, input[type="submit"] {
	width: 100%;
    padding: 15px 50px;

    text-align: center;
    text-decoration: none;
    font-weight: bold;
	background: none;
    color: rgba(255,255,255,0.3);
/*    background: #e44d26; */
	border-radius: 50px;
	border: 2px solid rgba(255,255,255,0.3);
	
	float: right;	
}

#contact a {
	text-decoration: none;
	color: #BCB6B0;
}

#sponsors {
	background-color: white;	
}

.sponsorsimg {
    width: 100%;
    margin-left: auto; 
    margin-right: auto;

    text-align: center;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

.sponsorsimg a {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
	padding: 0 20px;
}

.sponsorsimg img {
	max-width: 100%;
	margin: 0 auto;
	dislpay: block;
}

.stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

.bio {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

.bio-header {
	display: block;
	margin: 0 auto;
	padding: 0;
	align-content: center;
	width: 75%;
	overflow: auto;
}

/* Modal Content */
.bio-content {
    background-color: black;
    margin: auto;
    padding: 40px;
/*    border: 1px solid #888; */
    width: 75%;
    overflow: auto; /* Enable scroll if needed */
	border: none;
    color: rgba(123,117,118,0.7);
}

.bio-content p {
	font-size: 0.9em;
}

/* The Close Button */
.close {
    color: rgba(123,117,118,0.7);
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
	color: rgba(255,255,255,0.3);
    text-decoration: none;
    cursor: pointer;
}



/*  =========================================================================
	Gallery Lightbox
	========================================================================= */
	
.gallery-container a {
	width: 100%;
}

.gallery-container a img {
	width: 100%;
	margin-bottom: 20px;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */


@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
	.presents {
		font-size: 1.075em;
	}

    nav a {
        float: left;
        width: 23%;
        margin: 0 0.5%;
        padding: 15px 0%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

	.speaker_img {
		padding-right: 20px;
	}

	.bio-content p {
		font-size: 1em;
	}
	
	.sponsorsimg {
		width: 80%;
	}


/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {
	
	.datevenue {
		display: block;
		width: 50%;
		margin: 0;
		padding: 0;
		float: left;
	}
	
	.ticket {
		display: block;
		width: 50%;
		margin: 0;
		padding: 0;
		float: right;
	}
	
	.contact_containerleft {
		width: 50%;
		float: left;
		padding-bottom: 0px;
	}
	
	.contact_containerright {
		width: 50%;
		float: right;
	}
	
	.sponsorsimg {
		width: 605px;
		text-align: justify;
	}
	
	#ED {
		text-align: center;
	}
	
	.gallery-container a img {
		width: 47%;
		padding-right: 1.5%;
	}
	
	.program_table {
		display: block;
		max-width: 700px;
		margin: 0 auto;
	}
}


@media only screen and (min-width: 845px) { 

/* ====================
    WIDE: CSS3 Effects
   ==================== */

/*
    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }
*/

/* ============
    WIDE: Menu
   ============ */

/*
    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }
	
	nav a {
		-moz-transition:color .2s ease-in;
		-o-transition:color .2s ease-in;
		-webkit-transition:color .2s ease-in;
	
	    padding: 15px 1%;
		
		width: 40%;
		
		color: rgba(255,255,255,0.3);
	    background: #e44d26; 
		border: 2px solid rgba(255,255,255,0.3);
	}
*/
	nav a {
		color: rgba(255,255,255,0.3);
		border: 2px solid rgba(255,255,255,0.3);	
	}
	
	nav a:hover,
	nav a:visited {
	    color: white;
		border: 2px solid white;
	}
	

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
/*        width: 57%; */
    }

    .main aside {
        float: right;
/*        width: 28%; */
    }

	.speaker_left {
		display: block;
		width: 50%;
		float: left;
	}
	
	.speaker_right {
		display: block;
		width: 50%;
		float: right;
	}
	
	#register a {
		color: rgba(255,255,255,0.3);
		border: 2px solid rgba(255,255,255,0.3);	
	}
	
	
	
	#register a:hover,
	#register a:visited {
	    color: white;
		border: 2px solid white;
	}
	
	
	div.ui-btn, input[type="submit"]:hover,
	div.ui-btn, input[type="submit"]:visited {
	    color: white;
		border: 2px solid white;
	}
	
	
	
	
	
	
}


@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
	
	hr {
		width: 1026px;
		margin: 0 auto;	
	}
	
	.bio-content, .bio-header {
		max-width: 1026px;
	}
	
	.gallery-container a img {
		width: 32%;
		padding-right: 1%;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}




/* ---------- FONTS ---------- */
@font-face {
    font-family: 'playfair_displayitalic';
    src: url('../fonts/playfairdisplay-italic-webfont.eot');
    src: url('../fonts/playfairdisplay-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/playfairdisplay-italic-webfont.woff2') format('woff2'),
         url('../fonts/playfairdisplay-italic-webfont.woff') format('woff'),
         url('../fonts/playfairdisplay-italic-webfont.ttf') format('truetype'),
         url('../fonts/playfairdisplay-italic-webfont.svg#playfair_displayitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'playfair_displayregular';
    src: url('../fonts/playfairdisplay-regular-webfont.eot');
    src: url('../fonts/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/playfairdisplay-regular-webfont.woff2') format('woff2'),
         url('../fonts/playfairdisplay-regular-webfont.woff') format('woff'),
         url('../fonts/playfairdisplay-regular-webfont.ttf') format('truetype'),
         url('../fonts/playfairdisplay-regular-webfont.svg#playfair_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}</pre></body></html>