/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; width: 100%;}

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #565656; color: #fff; text-shadow: none; }
::selection { background: #565656; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

@import url("http://hello.myfonts.net/count/279fba");

  
@font-face {font-family: 'TrendSansFive';src: url('webfonts/279FBA_0_0.eot');src: url('webfonts/279FBA_0_0.eot#iefix') format('embedded-opentype'),url('webfonts/279FBA_0_0.woff') format('woff'),url('webfonts/279FBA_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'TrendSansOne';src: url('webfonts/279FBA_1_0.eot');src: url('webfonts/279FBA_1_0.eot#iefix') format('embedded-opentype'),url('webfonts/279FBA_1_0.woff') format('woff'),url('webfonts/279FBA_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'TrendSansTwo';src: url('webfonts/279FBA_2_0.eot');src: url('webfonts/279FBA_2_0.eot#iefix') format('embedded-opentype'),url('webfonts/279FBA_2_0.woff') format('woff'),url('webfonts/279FBA_2_0.ttf') format('truetype');}
 

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

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

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
  

font-family: "ff-ernestine-web-pro",sans-serif;
font-style: normal;
font-weight: 300;

font-family: "ff-ernestine-web-pro",sans-serif;
font-style: normal;
font-weight: 400;

font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 300;

font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 400;

font-family: "brandon-grotesque",sans-serif;
font-style: normal;
font-weight: 500;

font-family: "brandon-grotesque",sans-serif;
font-style: italic;
font-weight: 500;

 ========================================================================== */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

html {
	min-width: 845px;
}

nav {
	width: 100%;
	height: 85px;
	background-color: #464646;
}

nav ul {
	width: 845px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 35px;
}

nav ul li {
	width: 159px;
	float: left;
	margin-right: 10px;
	text-align: center;
	font-size: 18px;
	font-family: TrendSansOne; 
	font-weight: normal; 
	font-style: normal;
	color: #ffffff;
}

nav ul li a,
nav ul li a:active,
nav ul li a:visited {
	text-decoration: none;
	color: #ffffff;
}

nav ul li span.date {
	border: 2px solid #f0652f;
	padding: 8px;
	padding-top: 10px;
}

nav ul li a:hover {
	color: #f0652f;
}

#main-banner {
	width: 100%;
	overflow-x: hidden;
}

#main-banner div.credit {
	width: 845px;
	margin-right: auto;
	margin-left: auto;
}

#main-banner p.credit {
	width: 845px;
	text-align: right;
	position: absolute;
	font-size: 12px;
	color: #c0421f;
}

#main-banner p.credit a,
#main-banner p.credit a:visited,
#main-banner p.credit a:active {
	text-decoration: none;
	color: #c0421f;
}

#main-banner p.credit a:hover {
	color: #98351a;
}

ul.rows  {
	width: 2550px;
	height: 165px;
	margin-top: 5px;
	padding-left: 0px;
	margin-left: -1275px;
	margin-bottom: 0px;
	position: relative;
	left: 50%;
}

ul.rows li {
	width: 165px;
	height: 165px;
	margin-right: 5px;
	float: left;
	list-style: none;
}

ul.rows li:last-of-type {
	margin-right: 0px;
}

ul.rows li.logo {
	width: 505px;
}

ul.rows li img {
	width: 100%;
	height: 100%;
}

ul.rows li img.light {
	background-color: #efeee4;
}

ul.rows li img.dark {
	background-color: #dad9cf;
}

ul.rows li img.logo {
	background-color: #689aca;
}

#about_conference {
	width: 100%;
	background-color: #f0652f;
	margin-top: 5px;
}

.content {
	width: 845px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

h1 {
	font-size: 24px;
	font-family: TrendSansOne; 
	font-weight: normal; 
	font-style: normal;
	color: #ffffff;
}

h2 {
	font-size: 16px;
	font-family: TrendSansOne; 
	font-weight: normal;
	font-style: normal;
	color: #000000;
	padding-top: 20px;
}

h2 a,
h2 a:visited,
h2 a:active {
	color: #000000;
	text-decoration: none;
}

h2 a:hover {
	color: #474747;
}

p {
	width: 720px;
	font-size: 18px;
	font-family: "pt-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

span.under {
	border-bottom: 1px solid #ffffff;
}

#speakers {
	width: 100%;
	background-color: #efeee4;
	margin-top: 5px;
}

#speakers .content,
#events-section .content {
	padding-bottom: 0px;
}

#speakers h1,
#events-section h1,
#partners h1  {
	color: #f0652f;
}

#speakers span.under {
	border-color: #f0652f;
}

#speakers ul {
	width: 840px;
	height: 1065px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	background-color: #efeee4;
}

#speakers ul li {
	float: left;
	display: inline-block;
	list-style: none;
	background-color: #efeee4;
	margin-left: 120px;
	padding-top: 25px;
}

#speakers ul li:nth-of-type(3n+1) {
	margin-left: 0px;
}

#speakers ul li img {
	width: 200px;
	height: 200px;
}

#speakers ul li h3 {
	width: 200px;
	text-align: center;
	font-size: 16px;
	font-family: TrendSansOne; 
	font-weight: normal; 
	font-style: normal;
	color: #689aca;
	padding-top: 5px;
	margin-bottom: 5px;
}

#speakers ul li h3 a,
#speakers ul li h3 a:visited,
#speakers ul li h3 a:active {
	color: #689aca;
	text-decoration: none;
}

#speakers ul li h3 a:hover {
	color: #44778f;
}

#speakers ul li h4 {
	width: 200px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	font-family: "pt-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #595959;
	padding-top: 0px;
	margin-top: 5px;
}

#speakers ul li h4 a,
#speakers ul li h4 a:visited,
#speakers ul li h4 a:active {
	color: #595959;
	text-decoration: none;
}

#speakers ul li h4 a:hover {
	color: #689aca;
}

#quote {
	width: 100%;
	background-color: #689aca;
	margin-top: 5px;
}

h5 {
	width: 800px;
	text-align: center;
	font-size: 14px;
	font-family: TrendSansOne; 
	font-weight: normal; 
	font-style: normal;
	line-height: 2;
	letter-spacing: 1.5px;
	color: #fff;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 0px;
}

h6 {
	width: 800px;
	text-align: center;
	font-size: 18px;
	font-family: TrendSansOne; 
	font-weight: normal; 
	font-style: normal;
	color: #fff;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 50px;
}

#events-section {
	width: 100%;
	background-color: #efeee4;
	margin-top: 5px;
}

#events-section a {
	color: #f0652f;
	text-decoration: none;
}

#events-section ul {
	width: 840px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	background-color: #efeee4;
}

#events-section ul li {
	float: left;
	display: inline-block;
	list-style: none;
	background-color: #efeee4;
	margin-left: 80px;
	padding-top: 25px;
}

#events-section ul li:nth-of-type(4n+1) {
	margin-left: 0px;
}

#events-section ul li img {
	width: 150px;
	height: 150px;
}

#events-section ul li h3 {
	width: 150px;
	text-align: center;
	font-size: 14px;
	font-family: TrendSansOne; 
	font-weight: normal; 
	font-style: normal;
	color: #464646;
	padding-top: 5px;
	margin-bottom: 5px;
}

#events-section ul li h4 {
	width: 150px;
	text-align: center;
	font-size: 14px;
	font-family: "pt-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #464646;
	padding-top: 0px;
	margin-top: 5px;
}

#events-section ul li h4 a,
#events-section ul li h4 a:visited,
#events-section ul li h4 a:active {
	color: #464646;
	text-decoration: none;
}

#events-section ul li h4 a:hover {
	color: #f0652f;
}

#register,
#details {
	width: 100%;
	background-color: #464646;
	margin-top: 5px;
	height: 200px;
}

#details {
	height: 530px;
}

#register h2,
#details h2 {
	width: 440px;
	margin-top: 0px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	float: left;
	margin-right: 0px;
	line-height: 1.5;
	padding-top: 16px;
}

#details h2 {
	width: 400px;
	color: #639fb9;
	margin-bottom: 0px;
}

#details h3 {
	width: 400px;
	margin-top: 0px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	float: left;
	margin-right: 0px;
	line-height: 1.5;
	padding-top: 4px;
	font-family: "pt-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
}

#details h3 a,
#details h3 a:visited,
#details h3 a:active {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

#details h3 a:hover {
	color: #c8c7c9;
}

.location {
	width: 400px;
	height: 200px;
	margin-left: 0px;
	margin-top: 10px;
}

#register-button,
#right-side,
#left-side {
	width: 400px;
	height: 70px;
	float: left;
	margin-top: 22px;
}

#right-side,
#left-side {
	height: 350px;
	margin-top: 0px;
}

#left-side {
	margin-right: 36px;
}

#register-button a h1 {
	width: 300px;
	height: 65px;
	background-color: #f0652f;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	padding-top: 20px;
	text-align: center;
}

#register-button a h1:hover {
	background-color: #c0421f;
}

#register-button a,
#register-button a:visited,
#register-button a:active {
	text-decoration: none;
}

#partners {
	width: 100%;
	background-color: #efeee4;
	margin-top: 5px;
}

#partners .content {
	padding-bottom: 20px;
}

#sponsor-logos {
	width: 845px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}

#sponsor-logos a {
	display: block;
}

#sponsor-logos .row-1,
#sponsor-logos .row-2 {
	width: 100%;
	height: 90px;
	margin-bottom: 20px;
}

#sponsor-logos .row-1 a {
	width: 408px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	background-color: #dad9cf;
	float: left;
	margin-right: 20px;
}

#sponsor-logos .row-1 a:last-of-type {
	margin-right: 0px;
}

#sponsor-logos .row-1 a img {
	width: 380px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}


#sponsor-logos a img {
	width: 205px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}

#sponsor-logos .row-2 a {
	width: 265px;
	height: 90px;
	margin-right: 20px;
	float: left;
	background-color: #dad9cf;
}

#sponsor-logos .row-2 a:last-of-type {
	margin-right: 0px;
}

#sponsor-logos .row-2 a img {
	margin-left: 30px;
}

#the-rest {
	width: 100%;
	background-color: #689aca;
	margin-top: 5px;
}

#the-rest p {
	width: 780px;
	margin-bottom: 40px;
}

#the-rest p a,
#the-rest p a:visited,
#the-rest p a:active {
	font-weight: 600;
	color: #000000;
	text-decoration: none;
}

#the-rest p a:hover {
	color: #474747;
}

/* Event Templates */

#event-template {
	background-color: #efeee4;
}

#event-template.orange {
	background-color: #f0652f;
}

#event-template div.main-image {
	width: 845px;
	height: 350px;
	background-color: #689aca;
}

.main-image img {
	width: 125px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	display: block;
}

.main-image h1 {
	width: 80%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	display: block;
	padding: 0;
	padding-top: 130px;
}

.main-image h2 {
	width: 80%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	display: block;
	padding: 0;
}

.main-image h2.sub {
	font-family: "pt-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
}

#the-schedule {
	width: 100%;
	margin-top: 5px;
	background-color: #f0652f;
}

#each-day,
#day-break {
	width: 100%;
	background-color: #efeee4;
	margin-top: 5px;
}

#day-break {
	background-color: #689aca;
}

#day-break .content {
	padding-top: 20px;
	padding-bottom: 20px;
}

#day-break h1 {
	color: #efeee4;
}

#each-day h1 {
	color: #689aca;
}

#each-day h2 {
	margin-bottom: 0px;
}

#each-day h3 {
	font-family: TrendSansOne; 
	font-weight: normal; 
	font-style: normal;
	font-size: 14px;
	color: #A6A6A6;
	margin-top: 4px;
}

#each-day h3 a,
#each-day h3 a:visited,
#each-day h3 a:hover,
#each-day h3 a:active {
	text-decoration: none;
	color: #A6A6A6;
}

#each-day h3 a:hover {
	color: #b5b5b5;
}

#each-day .under {
	border-color: #689aca;
}

#each-day p a,
#each-day p a:visited,
#each-day p a:hover,
#each-day p a:active {
	text-decoration: none;
	color: #f0652f;
}

#each-day p a:hover {
	color: #c0421f;
}

/*iframe,
embed,
object {
  max-width: 100%;
}

 video {
  max-width: 100%;
  height: auto;
}

.video {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
*/



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}