/* COLORS */
/* #FF432D */


/* Load fonts */


@font-face {
    font-family: 'GT America Regular';
    src: url('/fonts/GT-America-Standard-Regular.eot');
    src: url('/fonts/GT-America-Standard-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/GT-America-Standard-Regular.woff') format('woff'),
        url('/fonts/GT-America-Standard-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'GT America Regular Italic';
    src: url('/fonts/GT-America-Standard-Regular-Italic.eot');
    src: url('/fonts/GT-America-Standard-Regular-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/GT-America-Standard-Regular-Italic.woff') format('woff'),
        url('/fonts/GT-America-Standard-Regular-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT America Medium';
    src: url('/fonts/GT-America-Standard-Medium.eot');
    src: url('/fonts/GT-America-Standard-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/GT-America-Standard-Medium.woff') format('woff'),
        url('/fonts/GT-America-Standard-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'GT America Medium Italic';
    src: url('/fonts/GT-America-Standard-Medium-Italic.eot');
    src: url('/fonts/GT-America-Standard-Medium-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/GT-America-Standard-Medium-Italic.woff') format('woff'),
        url('/fonts/GT-America-Standard-Medium-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT America Bold';
    src: url('/fonts/GT-America-Standard-Bold.eot');
    src: url('/fonts/GT-America-Standard-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/GT-America-Standard-Bold.woff') format('woff'),
        url('/fonts/GT-America-Standard-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'GT America Bold Italic';
    src: url('/fonts/GT-America-Standard-Bold-Italic.eot');
    src: url('/fonts/GT-America-Standard-Bold-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/GT-America-Standard-Bold-Italic.woff') format('woff'),
        url('/fonts/GT-America-Standard-Bold-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}





/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
	line-height: normal;
}

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

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-family: 'GT America Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	border: 0;
	box-sizing: content-box;
	height: 0;
	border-bottom: 1px solid #AFB7A9;
	width: 100%;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

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

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

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

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.navbar,
.nav-drop ul,
.text-slider ul,
.vertical-list ul,
.summary,
.parties,
.mobile ul,
.sponsor-gallery .scroll-bar-wrap,
.block ul,
.footer-nav ul,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header:after,
.navbar:after,
.info-biz .row:after,
.heading:after,
.infoblock:after,
.events .event:after,
.event-heading:after,
.columns:after,
.testimonials:after,
.sponsor-gallery .mask:after,
.sponsor-gallery .scroll-bar-wrap:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

.social-networks > * {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.social-networks.sticky > li {
	display: block;
	position: relative;
	margin-bottom: 10px;
}

.social-networks:after {
	content: "";
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/*
* {
	max-height: 1000000px;
}
*/

body {
	color: black;
	background: #fff;
	font-family: "GT America Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
}

img {
	border-style: none;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
.h {
	font-family: "Chronicle Display A", "Chronicle Display B", Georgia, serif;
	font-weight: 400;
	margin: 0 0 .5em;
	color: inherit;
}

h2,
.h2,
h3,
.h3,
h5,
.h5,
h6,
.h6
{
	font-family: 'GT America Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 .5em;
	color: inherit;
}


em {
	font-family: 'GT America Regular Italic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	}


h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 27px;
	line-height: 1;
}

h3,
.h3 {
	font-family: 'GT America Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 27px;
	color: black;
}

h4,
.h4 {
	font-size: 21px;
	margin: 0;
	padding: 0;
	font-weight: normal;
/* 	font-family: 'GT America Bold', "Helvetica Neue", Helvetica, Arial, sans-serif; */
	margin: 0 0 .5em 0;
	color: #FF432D;
}

h5,
.h5 {
	font-size: 16px;
	font-family: 'GT America Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #FF432D;
	
}

h6,
.h6 {
	font-size: 16px;
	font-family: 'GT America Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #FF432D;
	margin: 1em 0;
}

p {
	margin: 0 0 1em;
}

a {
	color: #FF432D;
	text-decoration: none;
}

p a {
	font-family: 'GT America Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p strong a:after, b a:after, ul strong a:after, ul b a:after, ol strong a:after, ol b a:after {
	content: ' \2192';
}

.register p strong a:after, .register b a:after {
	content: '';
}

p a:hover {
	text-decoration: underline;
	color: #757575;
}

a:hover {
	color: #757575;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #FF432D;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #757575;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #FF5650;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #FF5650;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #FF5650;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #FF5650;
}

select {
	-webkit-border-radius: 0;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

body {

}

#wrapper {
	overflow: hidden;
}

#header {
	background: white;
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: auto;
	/* display: flex; */
	padding: 20px !important;
	transition: padding ease-in-out 500ms, background ease-in-out 500ms, transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
}

	#header .navbar > li > a, #header .navbar > li::after, #header .nav-drop a {
			
		}
		
	
h1.logo a {
	/* text-indent: -999px;	 */
}	
		
.logo svg {
	width: 127px;
	height: 37px;
}


/* Black on hover */

@media (min-width: 768px) {
	
	
.headroom {
    will-change: transform;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}

#header.headroom--pinned {
	background: black;
}

	#header.headroom--pinned .logo {
		filter: invert(100%);
		-webkit-filter: invert(100%);

	}
	

	
	#header.headroom--pinned .navbar > li > a, #header.headroom--pinned .navbar > li::after, #header.headroom--pinned .nav-drop a {
			color: white;
		}

#header.headroom--top {
	background: white;
}

	#header.headroom--top .logo {
		filter: none;
		-webkit-filter: none;
	}
	
	#header.headroom--top .navbar > li > a, #header.headroom--top .navbar > li::after, #header.headroom--top .nav-drop a {
			color: black;
		}


	#header.active {
		background: black;
		padding-bottom: 165px !important;
		transition: padding ease-in-out 500ms, background ease-in-out 500ms, transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
		}
	
	
		#header.active .logo {
			filter: invert(100%);
			-webkit-filter: invert(100%);
		}
		
		#header.active .navbar > li > a, #header.active .navbar > li::after, #header.active .nav-drop a {
			color: white;
		}
		
		#header.active .nav-drop a.active, 
		#header.active .navbar > li > a.active, 
		#header.active .exhibit .navbar > li > a.active {
			color: #FF432D;
		}
	
}
	

@media (max-width: 768px) {
	
	#header {
		position: absolute;
	}
	
	body {
		float: none;
	}


	#content > .text {
		color: black;
		margin: 24px 0 42px 0 !important;	
	}

	
	body.nav-active #header .logo {
		filter: invert(100%);
			-webkit-filter: invert(100%);
	}
	
	#header .logo {
		float: left;
	}
	
	#header .dates {
		display: block;
	}
	
	.nav-drop a {
		color: white !important;
	}
	
	h3, .h3, form[name="semlist"] .event input.btn {
		font-size: 23px !important;
	}
	
	
} /* end max width 768 */





.exhibit #header {
	background: rgba(24, 53, 71,1);

}

.logo {
	color: #183547;
	letter-spacing: 1px;
	font: 600 11px/15px "Whitney A", "Whitney B", Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-left: -4px;
}

.exhibit .logo{
	color: #FFF;
}

.logo a {
	display: inline-block;
	vertical-align: middle;
}

.logo img {
	max-width: 100%;
	height: auto;
}

.logo .slogan {
	display: block;
	font-style: normal;
	letter-spacing:0.2px;
}

.nav-active {
	overflow: hidden;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener span {
	background: white;
}

.nav-active .nav-opener:hover:before,
.nav-active .nav-opener:hover:after,
.nav-active .nav-opener:hover span {
	background: #757575;
}

.nav-active .nav-block {
	max-height: 90vh;
	overflow-y: auto;
	max-height: 100vh;
}

.resize-active .nav-block {
	-webkit-transition: none;
	transition: none;
}


@media (max-width: 768px) {

	.nav-block {
	
		max-height: 0;
		overflow: hidden;
		
		-webkit-transition: max-height .3s linear;
		transition: max-height .3s linear;
		position: fixed;
		top: 73px;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2;
		z-index: -1;
		padding-top: 10vh;
	}
	
	


}

body.nav-active .nav-block {
	background: black;
}



.nav-block .social-networks {
	margin: 17px 16px 0 18px;
}

.nav-block .social-networks li {
	margin: 0 4px 4px 0;
	width: 18px;
	height: 18px;
	position: relative;
}

.nav-block .social-networks a {
	color: #6493B2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.navbar {
/*
	margin: 17px 20px 17px 18px;
	border: 1px solid #6493B2;
*/
}

.navbar > li {
	position: relative;
/* 	border-top: 1px solid #6493B2; */
}

.navbar > li:first-child {
	border-top: none;
}

.navbar > li > a {
	color: #fff;
	display: block;
	padding: 13px 40px 13px 15px;
	text-decoration: none;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

#header.headroom--pinned .navbar > li > a:hover,
#header.headroom--top .navbar > li > a:hover,
.navbar > li > a:hover,
.exhibit .navbar > li > a:hover {
	color: #FF5650;
}

/*
.navbar > li > a:after {
	content: "\e902";
	color: #FF5650;
	font: 13px/1 icomoon;
	position: absolute;
	top: 18px;
	right: 15px;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}
*/

.navbar .hover.has-drop-down a:after {
	background-position: -18px 0;
}

.navbar .hover .nav-drop {
	max-height: 600px;
}

.navbar .hover .register {
	color: #fff;
}

/*
.navbar .has-drop-down a:after {
	background: url("../images/general/sprite.png") no-repeat 0 0;
	content: "";
	width: 13px;
	height: 13px;
	top: 17px;
	right: 18px;
}
*/

.navbar .register {
	}



.nav-drop {
	max-height: 0;
	font-size: 16px;
	line-height: 17px;
	overflow: hidden;
	-webkit-transition: max-height .3s linear;
	transition: max-height .3s linear;
}

.nav-drop ul {
	padding: 7px 15px 16px;
}

.nav-drop li {
	padding-top: 9px;
}

.nav-drop li:first-child {
	padding-top: 0;
}

.nav-drop a {
	color: black;
	text-decoration: none;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}


.nav-drop a:hover, #header.active .nav-drop a:hover {
	color: #FF5650;
}

.nav-opener {
	width: 28px;
	height: 20px;
	position: absolute;
	top: 26px;
	right: 20px;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	background: #757575;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: black;
	content: "";
	width: 28px;
	height: 4px;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	position: absolute;
	top: 0;
	left: 0;
}

.nav-opener:after {
	top: 16px;
}

.nav-opener span {
	top: 8px;
}

.text-slider {
	background: #54585A;
	padding: 60px 0 0;
	overflow: hidden;
}

.text-slider ul {
	color: #76797A;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 56px;
	line-height: 56px;
	margin-top: -6px;
	white-space: nowrap;
	clear: both;
	text-align: center;
	position: relative;
}

.text-slider ul.left-anim {
	float: right;
	margin-right: -500px;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.text-slider ul.right-anim {
	float: left;
	margin-left: -500px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.text-slider.animated ul.left-anim.line1 {
	-webkit-animation: to-left 6s 0s ease;
	animation: to-left 9s 0s ease;
}

.text-slider.animated ul.right-anim.line2 {
	-webkit-animation: to-right 8s 0s ease;
	animation: to-right 9s 0s ease;
}

.text-slider.animated ul.left-anim.line3 {
	-webkit-animation: to-left 7s 0s ease;
	animation: to-left 8s 0s ease;
}

.text-slider.animated ul.right-anim.line4 {
	-webkit-animation: to-right 6s 0s ease;
	animation: to-right 7s 0s ease;
}

.text-slider.animated ul.right-anim.line5 {
	-webkit-animation: to-right 5s 0s ease;
	animation: to-right 6s 0s ease;
}

.text-slider.animated ul.left-anim.line6 {
	-webkit-animation: to-left 4s 0s ease;
	animation: to-left 5s 0s ease;
}

.text-slider.animated ul.right-anim.line7 {
	-webkit-animation: to-right 7s 0s ease;
	animation: to-right 9s 0s ease;
}

.text-slider li {
	display: inline;
	position: relative;
	padding-right: 10px;
}

.text-slider li:last-child:after {
	display: none;
}

.text-slider li:after {
	content: "";
	background: #76797A;
	width: 6px;
	height: 8px;
	position: absolute;
	right: 0;
	bottom: 14px;
}

.text-slider h1 {
	color: #FF5650;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 57px;
	line-height: 61px;
	margin-bottom: 0;
}

.text-slider .holder {
	margin-left: -149px;
}

.text-slider .mark {
	color: #FF5650;
}

.text-slider .mark:after {
	background: #FF5650;
}

#main {
	background: #fde9ea;
	background: white;`
}

#main h1 {
	font: 400 32px/36px "Chronicle Display A", "Chronicle Display B", Georgia, serif;
	font: 400 32px/36px "GT America Medium", sans-serif;
	margin-bottom: 15px;
}

#main h2 {
	margin-bottom: 1px;
}

#main h3 {
	margin-bottom: 0;
}

#main h4 {

}

#main .h1 {
	color: #fff;
	font-weight: 300;
	font-size: 40px;
	line-height: 44px;
	display: block;
	margin-bottom: 10px;
}

#main .h1 strong {
	font-weight: 600;
}

#main .h3 {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	display: block;
	margin-bottom: 4px;
}

#main .name {
	font: 22px/26px "Chronicle Text G1 A", "Chronicle Text G1 B", Georgia, serif;
	margin-bottom: 14px;
}

#main .social h1 {
	line-height: 21px;
	margin-bottom: 25px;
}

#main .column h2 {

}



#main .block h3 {
	font-size: 22px;
	line-height: 26px;
}

#content {
	font-weight: 300;
	padding: 0px 20px 25px;
}

#content .text {
	letter-spacing: 0;
}

	#content .text  img {
		width: 100%;
		height: auto;
		margin: 16px 0;
	}

#content h1 {
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 20px;
	letter-spacing: 0;
	border-top: 2px solid #FF432D;
	border-bottom: 2px solid #FF432D;
	padding-bottom: 35px;
	color: #FF432D;
}

#content h2,
.exhibit h2 {
	color: #FF432D;
	border-top: 2px solid #FF432D;
	border-bottom: 2px solid #FF432D;
	margin: 80px 0 0 0;
	padding: 6px 0 24px 0;
}

.section.sponsor h2{
		padding-top: 50px;
}

#content > .text {
	color: black;
}

#content > .text u {
	color: #FF432D; 
}

#content > .text p {
	margin-bottom: 0;
}

#content .text .event p a{
	color: #FF432D;
	text-decoration: none;
}

#content > .text p a, h3 a {
	color: black;
	text-decoration: underline;
	font-family: "GT America Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content > .text p a strong {
	text-decoration: none;
	color: #FF432D; 
}

#content > .text p strong a:after {
	content: ' \2192';
}

#content > .text p a:hover{
	color: #FF432D;
}

table.people-list	{letter-spacing:0; width: 100%;border-bottom: 1px solid #ccc; margin-bottom: 42px; }
table.people-list tr{ margin-top: 5px; padding: 7px 0; display:block; border-top: 1px solid #ccc;}
table.people-list td{ padding: 0; display:inline-block; vertical-align: top;}
.three-column td {width: 100%; }
.four-column td {width: 100%; }


table.people-list {
	color: #757575;
}

table.people-list td:first-child {
	color: #000;
}



@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}


.arrow {
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -15px;
	width: 20px;
	z-index:500;
	text-decoration: none;
}

.arrow:before{
	content: "\e906";
	color: #FFF;
	font: 20px/1 icomoon;
}

.arrow.white:before{
color: #FDE9EA;
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

.section {
	padding: 30px 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.section.animation{
	padding-bottom: 0;
}
.section.animation img{
	width: auto;
	height: auto;
	max-height: 450px;
	display: block;
	margin: 0 auto;
}

.section.intro{
	background: #FFF;
}

.section.intro .holder{
	padding: 0;
}



.home #main .section.intro h2,
.home #main .section.exhibitor h2{
	color: #FF5650;
}

.section.intro p,
.section.exhibitor p{
	color: #FFF;
}

.exhibit .section.intro p{
	color: #183547;
	font-size: 16px;
	line-height: 24px;
}

.section.intro .btn,
.section.exhibitor .btn{
	width: 100%;
	max-width: none;
}
.section.planner{
	background: #FDE9EA;
}

.section.login{
	background: none;
	padding: 50px 0 0 0;
}
.section.login .columns{
	margin: 0;
	padding: 0;
}
.section.login .columns .col{
	width: 50%;
	margin-right: 4%;
}
.section.login .columns .col + .col{
	padding-top: 0;
	width: 35%;
}

.section.login .columns::after {
	display:none;
}

#main .section.planner h2{
	font-size: 36px;
	line-height: 50px;
	margin-top: 10px;
	font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", Georgia, serif;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #1D48EF;
}

#main .section.planner ul{ margin: 0 0 15px;  border-bottom: 1px solid #FFF;}
#main .section.login ul{ margin: 0 0 15px -20px; }

#main .section.planner li{
	list-style: none;
	color: #000;

}


#main .section.login li{
	list-style: disc;
	padding: 10px 0;
	color: #000;
}

.button {
	background: #FF432D;
	width: 100%;
	margin: 16px 0;
	padding: 48px;
	display: block;
	text-align: center;
	color: white;
	font-family: 'GT America Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.button:hover {
	background: #757575;
	text-decoration: none;
	color: white;
}

.button:after {
	content: ' \2192';
	
}

#main .section.planner a:hover{background: #54585A;}

.section.light-gray {
	color: #A6BBC8;
	font-weight: 300;
}

.section.speaker {
	background: #FFF;
}

.section.feature {
	background: #FDE9EA;
	color: #183547;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 36px;
}

.section.exhibitor h1 {
	color: #A6BBC8;
}

.section.seminar p{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 31px;
	color: #1D48EF;
}

.section.exhibitor .btn{
	width: 100%;
}

.section.sponsor {
	background: #fff;
	letter-spacing: 0;
}

.section.sponsor p {
	margin-bottom: 43px;
	color: #183547;
}

.section.booth {
	background: #183547;
	letter-spacing: 0;
}

.section.seminar {
	padding: 0;
}

.section.social {
	color: #1D48EF;
	font-family: "Whitney A", "Whitney B", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 600;
	background: #FFF;
}

.section.social h1 {
	color: #FF5650;
	font-weight: 400;
}

.section.social .social-networks {
	font-size: 33px;
}

.section.social .social-networks a {
	position: relative;
	z-index: 1;
}

.section.social .social-networks a:after {
	content: "";
	width: 30px;
	height: 32px;
	border-radius: 8px;
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: -1;
}

.section.date {
	background: #FFF;
	min-height: none;
	padding: 50px 0;
}

.section.date h2 {
	color: #1D48EF;
}

.section.date h3 {
	color: #FF5650;
}

.section .container {
	height: 100%;
	white-space: nowrap;
}

.section .container:after {
	content: "";
	width: 1px;
	min-height: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: -1px;
}

.section .container-holder {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.section.intro .container-holder,
.section.exhibitor .container-holder {
	width: 48%;
	padding: 2%;
	margin: 30px 0 0 0;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	float: right;
	background: #183547;
}

.exhibit .section.intro .container-holder{
	background: #FFF;
	margin-top: 60px;
}

.section.seminar .container-holder{
	width: 33%;
}

#main .section.seminar h3{
	font-size: 32px;
	line-height: 45px;
	color: #FFF;
	margin-bottom: 30px;
}

.section.exhibitor .container-holder {
	float: left;
}

.section .container-holder .column .image-holder img{
  max-height: 210px;
}
.section h1 {
	color: #1D48EF;
}

.section.advisory h1 {
	color: #FF5650;
}

.section .hashtag {
	font: 600 72px/76px "Chronicle Text G1 A", "Chronicle Text G1 B", Georgia, serif;
	font-family:
	display: block;
	margin-bottom: 28px;
	opacity: .67;
}

.info-biz {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0;
	margin-top: -10px;
	word-spacing: 0;
}

.info-biz .text {
	color: #fff;
	max-height: 0;
	font: 13px/20px "Whitney A", "Whitney B", Arial, "Helvetica Neue", Helvetica, sans-serif;
	overflow: hidden;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.info-biz .item {
	background: #183547;
	color: #FF5650;
	padding: 9px 11px 11px;
	margin-bottom: 4px;
	position: relative;
}

.info-biz .item:hover .text {
	max-height: 700px;
}

.info-biz .title {
	font-weight: 400;
	font-family: "Chronicle Display A", "Chronicle Display B", Georgia, serif;
}

.info-biz .slogan {
	font-style: normal;
	font-weight: 400;
	font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", Georgia, serif;
}

.info-biz .more {
	right: 14px;
}

.advisory {
	padding: 25px 0 36px;
}

.advisory h2 {
	color: #FF5650;
	font-size: 27px;
}

.advisory table {
	width: 100%;
	text-align: left;
	margin: -8px 0 28px;
	border-bottom: 1px solid #ccc;
}

.advisory table tr {
	border-top: 1px solid #ccc;
	padding: 7px 0;
	display: block;
}

.advisory table td {
	padding: 0;
}

.advisory table td:last-child {
	color: #757575;
	font-weight: 400;
}

.advisory table th {
	font-weight: normal;
}

.advisory table th,
.advisory table td{
	width: 100%;
	display: inline-block;
}

.advisory table strong {
	font-weight: 600;
}

.advisory .container {
	white-space: normal;
}

.vertical-list {
	background: #183547;
	height: 100%;
	padding: 9px 11px 11px;
	margin-bottom: 5px;
}

.vertical-list ul {
	border-top: 1px solid #1D48EF;
}

.vertical-list li {
	padding: 4px 0;
	border-bottom: 1px solid #1D48EF;
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .3s ease-in;
	transition: color .3s ease-in;
	font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", Georgia, serif;
}


.vertical-list .h3 {
	color: #FF5650;
}

.heading {

}

.heading time {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 4px;
}


.events {
	margin-bottom: 120px;
}

.events-no-heading {
	width: 100%;
	border-top: 2px solid #FF432D;
}

.image-col {
	width: 140px;
}

.image-holder {
	height: 100%;
	text-align: left;
	display: block;
	float: left;
	margin: 0 0 64px 0;
	}

/*
.events {
	font: 13px/17px "Whitney A", "Whitney B", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.events > p {
	font: 18px/24px "Whitney A", "Whitney B", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #183547;
	letter-spacing: 0;
}
*/

.events > p a{ color: #FF432D; text-decoration:none;}

.events > p a:hover{ color: #757575; text-decoration:none; }

.events > p a:after {
	content: ' \2192';
}

.events .event.accordion {
	background: #fff;
	border-bottom: 2px solid #FF432D;
}

/*
	.events.sponsors .event {
		border-bottom: none;
	}
*/

.events .heading {
/* 	padding: 6px 0 24px 0; */
	position: relative;
}

.heading.keynote{
				float: left;
				margin: 17px 17px 17px 230px;
}



.events .heading time {
	color: #FF5650;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 17px;
	display: block;
	padding: 0;
	margin-bottom: 0;
	font-weight: 600;
	letter-spacing: 1px;
}

.events .description {
	color: black;
/* 	display: none; */
	margin-bottom: 0px;
}

.events .description a {

}

.events .description a:hover {

}

.events .description a:hover {

}

.events .description .holder {
/* 	overflow: hidden; */
	padding-right: 0;
}

.event .text{
	padding: 0;
}

.events .summary{

}

.event .text ul{
		list-style: disc;
		margin-left: 0;
		padding-left: 0;
		margin-top: 24px;
}
.event .text li{
		display: list-item;
		padding: 5px 0;
		margin-left: 20px;
}

.event .text .image-downloads li{
	display: table-block;
	float: left;
	border: none;
	margin: 0;
	padding: 0;
	list-style: none;
}



.event .text .image-downloads li a{
	display: block;
	background: #EEE;
	margin-right: 24px;
	margin-bottom: 24px;
	height: 297.33px;
	width: 297.33px;
	padding: 10px;
	text-align: center;
}

.event .text .image-downloads li:nth-child(3n+3) a {
	margin-right: 0;	
}

.event .text .image-downloads li a:hover{
	background-color: #CCC;
}
.event .text .image-downloads li img{
	max-height: 250px;
	max-width: 250px;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.events .columns {
	padding-bottom: 10px;
	margin-bottom: 17px;
}

.event-heading {
	position: relative;
	padding: 0;
}

.event-heading.keynote{
	height: auto;
	min-height: 260px;
}

.event-heading .details-btn {
	color: #FF5650;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 8px;
	line-height: 1;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	right: 10px;
	bottom: 14px;
}




.event-heading .details-btn span {
	display: none;
}

.event {
	position: relative;
}

.event p {
	margin-bottom: 10px;
	letter-spacing: normal;
	font-size: 16px;

}

.event .heading.keynote p{
	font-size: 16px;
	line-height: 20px;
}



.event a.details-btn:hover{
	color: #FFF;
	background-color: #1D48EF;
}

.event .btn {
	margin-bottom: 5px;
	color: #FFF;
	text-decoration: none;
}

.event .btn:hover {
	color: #FFF;
	text-decoration: none;
}

.register-container{width: 215px; height: 60px; position: relative; top: 0; left: 17px;}

.event .register.btn {
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	width: 204px;
	height: 45px;
}

.event .register-container span.right-edge{
	transform: skewY(30deg);
	background: #fde9ea;
	width: 15px;
	height: 51px;
	display: block;
	position: absolute;
	right: 0;
	top: 4px;
}

.event .register-container span.bottom-edge{
	transform: skewX(30deg);
	background: #fde9ea;
	width: 211px;
	height: 15px;
	display: block;
	bottom: 0;
	left: 4px;
}

.event input.btn{
	margin: 0 20px 0 0;
	width: 200px;
}

.event input.btn:hover {
	color: #FFF;
}

.event.open img {
	margin: 21px 0;
}

.event.open li img {
	float: none;
	margin: 10px 30px 10px 0;
	width: 150px;
	height: auto;
	vertical-align: middle;
}

.event .title,
.event .dates {
	display: block;
	text-transform: capitalize;
}

.event .title{color: #FF5650;}

.event .dates{color: #1D48EF;}

.event .holder {
	padding-right: 22px;
}

.event .image-holder {
}

.event .image-holder.speaker {
	width: 250px;
}

.event .image-holder.speaker img{
	width: 250px;
}

.event .heading {

}

.summary li {
}

.summary time,
.summary address,
.summary .price {
	
}

.summary .title {
	color: #FF432D;
	
}

.summary .price {
	margin-bottom: 15px;
}

.parties {
	color: #54585A;
	padding: 0 10px;
}

.parties li {
	background: #AFB7A9;
	padding: 9px 12px 11px;
	margin-bottom: 3px;
	position: relative;
}

.parties h4 {
	color: #FF5650;
}

.parties address {
	font-style: normal;
	font-weight: 600;
}

.parties p {
	margin-bottom: 0;
}

.parties .title {
	color: #FF5650;
	font: 18px/20px "Chronicle Text G1 A", "Chronicle Text G1 B", Georgia, serif;
	display: none;
}

.parties .detail {
	max-height: 0;
	overflow: hidden;
	letter-spacing: 0;
	word-spacing: 3px;
	line-height: 20px;
	-webkit-transition: max-height .3s linear;
	transition: max-height .3s linear;
}

.parties .active .detail {
	max-height: 500px;
	padding: 9px 2px 12px;
}

.parties .active .more:after {
	content: "\e908";
}

.info {
	color: rgba(30, 35, 34, .71);
	font: 16px/24px "Whitney A", "Whitney B", Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 0;
	word-spacing: 2px;
}

.info h2 {
	color: #1D48EF;
	font-weight: 400;
}

.info p {
	margin-bottom: 0;
	color: #183547;
}

.info .btn {
	max-width: 172px;
}

.col {

	margin-bottom: 20px;
}

.col p {
	margin-bottom: 22px;
}

.column {
	background: none;
	width: 50%;
	min-height: 102px;
	overflow: hidden;
	letter-spacing: 0;
	word-spacing: 1px;
	float: left;
}

.column .description{
	width: 210px;
}

.column.coral .description a {
	background: #FF5650;
}

.column.midnightBlue .description a {
	background: #183547;
}

.column.dustyBlue .description a {
	background: #6493B2;
}

.column.bronze .description a {
	background: #63594D;
}

.column.coolGray .description a {
	background: #AFB7A9;
}

.column.blush .description a {
	background: #fde9ea;
}

.column .description a:hover {
	background: #1D48EF;
}
.column .description a:after {
	content: "\e902";
	color: rgba(255, 255, 255, 1);
	font: 12px/1 icomoon;
	display: block;
	margin: 8px 0 0 2px;
	position: absolute;
	bottom: 15px;
}

.column .description a {
	color: #fff;
	font: 28px/33px "Chronicle Text G1 A", "Chronicle Text G1 B", Georgia, serif;
	text-decoration: none;
	font-weight: 500;
	font-size: 23px;
	line-height: 27px;
	padding: 11px 55px 11px 15px;
	height: 210px;
	width: 210px;
	display: block;
	position: relative;
}

.column .image-holder {
	display: none;
}

.column .description {
	overflow: hidden;
}

.screenshots {
	color: #fff;
	max-width: 338px;
	font: 13px/20px "Whitney A", "Whitney B", Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

.screenshots img {
	width: 100%;
 	margin: 0;
	float: right;
	position: relative;

}

.screenshots img+img {
	margin: -20px 0 0 20px;
	z-index: 10;
}

.search-form {
	position: relative;
	margin-bottom: 62px;
}

.search-form input[type="search"],
.search-form input[type="text"] {
	width: 100%;
	color: #FF5650;
	font-size: 18px;
	line-height: 20px;
	display: block;
	padding: 16px 45px 14px 18px;
	box-sizing: border-box;
}

.search-form input[type="search"]:focus,
.search-form input[type="text"]:focus {
	outline: none;
}

.search-form button[type="submit"] {
	background: none;
	height: 60px;
	width: 60px;
	color: #76797A;
	font-size: 22px;
	padding: 0;
	border: none;
	position: absolute;
	top: 0;
	right: 20px;
}

.search-form button[type="submit"]:focus {
	outline: none;
}

.search-form button[type="submit"]:hover {
	color: #FF5650;
}

.testimonials {
	margin-bottom: 2px;
}

.testimonials blockquote {
	font: 14px/20px "Whitney A", "Whitney B", Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding-bottom: 38px;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.testimonials blockquote:last-child {
	margin-bottom: 0;
}

.testimonials cite {
	color: #FF5650;
	font: 23px/27px "Chronicle Text G1 A", "Chronicle Text G1 B", Georgia, serif;
	display: block;
	padding-right: 20px;
	margin-bottom: 4px;
	position: relative;
}

.testimonials q {
	display: block;
	margin-bottom: 15px;
}

.testimonials q:before,
.testimonials q:after {
display: none;
}

.testimonials .holder {
	background: #fde9ea;
	color: #183547;
	word-spacing: 2px;
	letter-spacing: 0;
	padding: 10px 15px 16px;
	position: relative;
}

.testimonials h5{
	font-family: "Whitney A", "Whitney B", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FF5650;
}

.testimonials p{
	font-weight: 800;
	margin-bottom: 50px;
}

.testimonials .btn {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.testimonials .btn:after {
	font-size: 9px;
	top: 18px;
	right: 13px;
}

.testimonials blockquote .image-holder{
	background-color: #fde9ea;
}

.testimonials .image-holder img {
	width: 100%;
	max-width: 440px;
	background: #FF5650;
}

.proverb {
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

.proverb:after {
	content: "";
	width: 1px;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.caption {
	color: #fff;
	width: 100%;
	height: 100%;
	font-size: 40px;
	line-height: 50px;
	font-weight: 300;
	white-space: nowrap;
}

.caption:after {
	content: "";
	height: 100%;
	width: 1px;
	display: inline-block;
	vertical-align: middle;
	margin-right: -1px;
}

.caption blockquote {
	width: 80%;
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", Georgia, serif;
}

.caption q {
	display: block;
	margin-bottom: 20px;
}

.caption cite {
	text-transform: uppercase;
	font-style: normal;
	font: 600 11px/15px "Whitney A", "Whitney B", Arial, "Helvetica Neue", Helvetica, sans-serif;
	display: block;
	letter-spacing: 1px;
}

.caption .holder {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
}

.caption .text {
	display: block;
	padding: 14px 20px 26px;
	border: 1px solid #A6BBC8;
}

.caption .btn {
	width: 100%;
}

.banner img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.sponsor-gallery {
	position: relative;
}

.sponsor-gallery .mask {
	position: relative;
	margin: 0 -20px 0;
}

.sponsor-gallery .slideset {
	width: 200px;
	margin: 0 auto;
	white-space: nowrap;
	letter-spacing: -3px;
}

.sponsor-gallery .slideset .slick-list {
	overflow: visible;
}

.sponsor-gallery .slideset .slick-track {
	width: auto !important;
	float: left;
}

.sponsor-gallery .slideset .slide {
	text-align: center;
	padding: 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	float: none;
	letter-spacing: 0;
	-webkit-transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
}

.sponsor-gallery .slideset .slide a {
	outline: none;
	display: block;
	opacity: .5;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.sponsor-gallery .slideset .slide a:hover {
	opacity: 1;
}

.sponsor-gallery .slideset .slide img {
	max-width: none;
	max-height: 170px;
	display: inline-block;
	vertical-align: top;
	-webkit-transform: scale(.46);
	-ms-transform: scale(.46);
	transform: scale(.46);
	-webkit-transition: -webkit-transform .5s ease;
	transition: transform .5s ease;

}

.sponsor-gallery .slideset .slide.prev-slide {
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
}

.sponsor-gallery .slideset .slide.next-slide {
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
}

.sponsor-gallery .slideset .slide.slick-center a {
	opacity: 1;
}

.sponsor-gallery .slideset .slide.slick-center img {
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
}

.sponsor-gallery .scroll-bar-wrap {
	background: none;
	width: 100%;
	height: 10px;
	overflow: hidden;
}

.sponsor-gallery .scroll-bar::after {
	content: '';
	height: 1px;
	background: #757575;
	display: block;
	width: 100%;
	position: absolute;
	top: 8px;
}

.sponsor-gallery .scroll-bar-wrap .scroll-bar {
	position: relative;
	height: 100%;
}

.sponsor-gallery .scroll-bar-wrap .ui-slider-handle {
	background: #757575;
	position: absolute;
	top: 0;
	height: 100%;
	width: 30px;
	-ms-touch-action: none;
	touch-action: none;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 8px;
}

.block {
	font: 13px/17px "Whitney A", "Whitney B", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.block ul {
	letter-spacing: 0;
	margin: 9px 0 24px;
}

.block li {
	margin-bottom: 6px;
}

.block time {
	display: block;
	overflow: hidden;
}

.block strong {
	width: 145px;
	font-weight: 600;
	float: left;
	color: #183547;
}

.block span {
	float: left;
	color: #6493B2;
}

#footer {

	padding: 28px 0;
}

#footer address {
	font-style: normal;

}

#footer address .title {
	display: block;
}

#footer .footer-nav a {
	color: #a29a88;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 10px 0;
	text-decoration: none;
	color: #FF5650;
}

#footer .holder a{
 color: #a29a88;
}

#footer .holder a:hover{
	color: #25282A;
	text-decoration: underline;
}

#footer .footer-nav a:hover {
	color: #1D48EF;
	opacity: 1;
}

#footer a:hover span:before{
	color: #1D48EF;
	opacity: 1;
}

#footer p {

}

#footer .column {
	background: transparent;
	width: 100%;
	min-height: 0;
	float: none;
	padding: 0;
	border-top: 1px solid #a29a88;
	margin: 0;
}

#footer .social-networks {
	margin-bottom: -4px;
}

#footer .social-networks a {
	color: #FF5650;
	opacity: 1;
}

#footer .logo {
	margin: 0 0 26px;
	padding: 0;
}

#footer-logo p {
	color: #757575;
	padding-top: 2em;
}

#footer .holder {
	padding: 32px 0 8px;
}

#footer .copyright a {
	color: #25282A;
	text-decoration: none;
}

.footer-nav {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

.footer-nav li {
	border-bottom: 1px solid #a29a88;
	position: relative;
}


.footer-nav a:hover {

}

.footer-nav a:after {
	content: "\e902";
	color: #FF5650;
	font: 13px/1 icomoon;
	position: absolute;
	top: 9px;
	right: 0;
}

.footer-nav a:hover:after{
	color: #1D48EF;
}

.copyright {
	color: #25282A;
	display: block;
	padding-right: 5px;
	margin-bottom: 20px;
}

.container {
	padding: 0 20px;
}

.image-holder img {
width: auto;
height: auto;
}

.image-holder img.small-event-img{
	max-height: 110px;
	max-width: 80%;
}

.parallax-holder {
	position: relative;
	z-index: 1;
}

.bg-stretch {
	display: none !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.bg-stretch img {
	width: 100%;
	height: auto;
}

.social-networks {
	font-size: 30px;
	line-height: 1;
}

.social-networks a {
	line-height: 1;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.social-networks a:hover {
	opacity: .5;
}

.social-networks.sticky{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 18px;
	z-index: 8888;
}

.social-networks.sticky a{
}

.social-networks.sticky li:hover{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}






.more {
	text-decoration: none;
	font: 13px/1 icomoon;
	position: absolute;
	top: 17px;
	right: 8px;
}

.more:hover {
	opacity: .7;
}

.more:after {
	content: "\e907";
	display: table-cell;
	vertical-align:middle;
}

.bg-frame {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?5ktmye');
    src:    url('../fonts/icomoon.eot?5ktmye#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?5ktmye') format('truetype'),
        url('../fonts/icomoon.woff?5ktmye') format('woff'),
        url('../fonts/icomoon.svg?5ktmye#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-vine:before {
    content: "\e900";
}
.icon-pinterest:before {
    content: "\e901";
}
.icon-arrow:before {
    content: "\e902";
}
.icon-linkedin:before {
    content: "\e903";
}
.icon-instagram {
    background: url(../images/2018/instagram.svg) no-repeat top left;
    background-size: 100% 100%;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 0;
    right: 0;
    
}
.icon-facebook {
    background: url(../images/2018/facebook.svg) no-repeat top left;
    background-size: 100% 100%;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 0;
    right: 0;
}




.icon-arrow-bottom:before {
    content: "\e906";
}
.icon-plus:before {
    content: "\e907";
}
.icon-minus:before {
    content: "\e908";
}
.icon-cross:before {
    content: "\e909";
}
.icon-search:before {
    content: "\e90f";
}
.icon-twitter {
    background: url(../images/2018/twitter.svg) no-repeat top left;
    background-size: 100% 100%;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 0;
    right: 0;
}

/*
@media (max-width: 768px) {
1
.icon-facebook, .icon-twitter, .icon-instagram {
	position: relative;
}

}
*/

.icon-snapchat:before {
    content: "\e911";
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.overlay {
   background:transparent;
   position:relative;
   width:100%;
   height:400px; /* your iframe height */
   top:400px;  /* your iframe height */
   margin-top:-400px;  /* your iframe height */
}


.hotels-iframe{
	height: 860px;
}

#divTopLeft{
	background: none;
	padding: 10px;
	width: 140px !important;
}

.home #ads{background: #FFF;}

#ads{display: none; padding: 1px 0 42px 0;}

#ads-mobile{display: block; width: 320px; margin: 10px auto;}

#main .section.social h3{
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	font-family: "Chronicle Display A", "Chronicle Display B", Georgia, serif;
	letter-spacing: 0;
	color: #FFF;
}

.section .hashtag {
	font-size: 32px;
	line-height: 41px;
	margin: 10px 0 15px;
	color: #FFF;
	font-weight: 400;
	font-family: "Chronicle Display A", "Chronicle Display B", Georgia, serif;
	opacity: 1;
	letter-spacing: 0;
	display: block;
}

.column .image-holder {
	width: 210px;
	height: 210px;
	display: block;
	float: left;
	overflow: hidden;
}

.column .image-holder.right {
	float: right;
	margin-left: 20px;
}

.column .image-holder.left{
	float: left;
	margin-right: 20px;
}

.animation-wrapper{position: relative; width: auto; max-width: 1000px; height: 100vh; display: table; overflow: visible; margin: 0 auto; }

.animation-container{position: absolute; top: 50%; transform: translateX(-50%) translateY(-70%); width: 1000px; height: 450px; display: block;}

.letter {display: inline-block; position: absolute;}

/* The animation code */
@keyframes neocon-n1 {
    from {top: 600px; left: -1000px;}
    to {top: 0; left: 0;}
}

@keyframes neocon-e {
    from {top: 1500px; left: 3000px;}
    to {top: 183px; left: 110px;}
}

@keyframes neocon-o1 {
    from {top: -1000px; left: 2000px;}
    to {top: 66px; left: 244px;}
}

@keyframes neocon-c {
    from {top: 1000px; left: -1000px;}
    to {top: 23px; left: 428px;}
}

@keyframes neocon-o2 {
    from {top: 1000px; left: 3000px;}
    to {top: 266px; left: 581px;}
}

@keyframes neocon-n2 {
    from {top: -1000px; left: 3000px;}
    to {top: 43px; left: 786px;}
}

@keyframes headline {
    from {opacity: 0; bottom: -50px;}
    to {opacity:1; bottom: 50px;}
}

.n-1{
	z-index: 0;
	left: 0;
	top: 0;
	animation-name: neocon-n1;
  animation-duration: 5s;
}

.e{
	z-index: 7;
	left: 110px;
	top: 183px;
	animation-name: neocon-e;
  animation-duration: 6s;
}

.o-1{
	z-index: 1;
	left: 244px;
	top: 66px;
	animation-name: neocon-o1;
  animation-duration: 5s;
}

.c{
	z-index: 3;
	left: 428px;
	top: 23px;
	animation-name: neocon-c;
  animation-duration: 4s;
}

.o-2{
	z-index: 5;
	left: 581px;
	top: 266px;
	animation-name: neocon-o2;
  animation-duration: 5s;
}

.n-2{
	z-index: 4;
	left: 786px;
	top: 43px;
	animation-name: neocon-n2;
  animation-duration: 5s;
}

.headline {
	opacity: 1;
	display: block;
	padding: 20px;
}

.headline br{
	display: block;
}

.headlineFade{
		opacity: 1;
		animation-name: headline;
}

.headline span{
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #FF5650;
}

.headline h1:first-child,
.headline h1:last-child,
.headline span:last-child{
	padding: 0;
	margin: 0;
	border: none;
}

#main .headline h1{
	font: 400 22px/26px "Chronicle Text A", "Chronicle Text B", Georgia, serif;
	color: #FF5650;
	text-align: center;
}

#main .headline h1 span{
	text-transform: uppercase;
	color: #1D48EF;
	letter-spacing: 3px;
}


.register #main h3{
	width: 75%;
}

.register .dark-gray span::before{
	display: inline-block;
	content: '•';
	padding-right: 5px;
}

.hidden-anchor{
	display:block;
  padding-top:300px;
  margin-top:-300px;
}

.col-container-2{
	width: 100%;
	padding: 20px;
	background: #FFF;
}

.exhibit-col1,
.exhibit-col2{
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.exhibit p.intro{
	color: #183547;
	font-size: 27px;
	line-height: 36px;
	white-space: normal;
	text-align: left;
}

.exhibit-col1 p,
.exhibit-col2 p{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 15px !important;
	color: #183547;
}

.exhibit .proverb h2{
	color: #FFF;
}

.exhibit .proverb .caption blockquote {
    font-size: 24px;
    line-height: 30px;
}

.exhibit-col1{
	margin-right: 3%;
}

.booth a{
	color: #A6BBC8;
}

.booth a:hover{
	color: #1D48EF;
	text-decoration: underline;
}

.booth .info-biz .row{
	margin: 0;
}

.booth .exhibit-col1{
	/* overflow: hidden; */
	width: 50%;
	margin: 0;
	float: left;
}

.booth .exhibit-col2{
	background: #FFF;
	padding: 20px;
	width: 50%;
	float: left;
}

#main .booth .exhibit-col2 h4{
	color: #1D48EF;
	margin-top: 0;
}

.booth .exhibit-col2 ul{
	margin: 0 0 20px 0;
	padding: 0;
}

.booth .exhibit-col2 li:first-child{
	border-top: 1px solid #6493B2;
}

.booth .exhibit-col2 li{
	list-style: none;
	font-size: 16px;
	line-height: 24px;
	color: #183547;
	padding: 7px 0;
	border-bottom: 1px solid #6493B2;
}



.img-full-width{
	width: 100%;
	height: auto;
}

.exhibit #main h1{
	color: #ff5650;
}

.exhibit #main h4{
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
	color: #FF5650;
	letter-spacing: 1px;
}

a.neo,
a.neo-nce{
	width: 100%;
	padding: 30px;
	display: block;
	background: #FF5650;
	margin: 10px 0;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

a.neo-nce{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff5650+0,183547+100 */
	background: #ff5650; /* Old browsers */
	background: -moz-linear-gradient(left, #ff5650 0%, #183547 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ff5650 0%,#183547 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ff5650 0%,#183547 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5650', endColorstr='#183547',GradientType=1 ); /* IE6-9 */}

a.neo img,
a.neo-nce img{
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
}

img.neocon-logo{height: 40px; width: auto;}
img.neocon-east-logo{height: 60px; width: auto;}

a.neo:hover,
a.neo-nce:hover{
	width: 100%;
	padding: 30px;
	display: block;
	background: #1D48EF;
}

.section p.underline{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #6493B2;
}

.exhibit .info-biz .item {
	padding: 5px 20px;
}

.exhibit .info-biz .item.white{
	padding: 15px 20px;
}

.exhibit #main .info-biz .item h4{
	color: #FFF;
	white-space: normal;
	text-align: left;
	border-bottom: 1px solid #6493B2;
	margin-bottom: 0;
	padding-bottom: 10px;
	line-height: 18px;
}

.exhibit #main .info-biz .item.dusty h4{
	border-bottom: 1px solid #183547;
}

.exhibit .info-biz .item ul{
	margin: 0;
	padding: 0;
}

.exhibit .info-biz .item ul li{
	list-style: none;
	margin: 0;
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid #6493B2;
	padding: 5px 0;
	text-align: left;
}

.exhibit .info-biz .item a{
	display: block;
	width: 100%;
	padding: 10px;
	background: #ff5650;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 0.5px;
	text-align: center;
	white-space: normal;
	text-decoration: none;
	margin-top: 20px;
}

.exhibit .info-biz .item a:hover{
	background: #1D48EF;
}

.item.white{
	background-color: #FFF;
}

.item.dusty{
	background-color: #6493B2;
}

.exhibit .info-biz .item.dusty ul li{
	border-bottom: 1px solid #183547;
}

.exhibit .info-biz .image-holder{
	overflow: hidden;
}

.block-1,
.block-2,
.block-3,
.block-4,
.block-5,
.block-6,
.block-7,
.block-8{
	display: inline-block;
	clear: both;
	width: 100%;
	margin-top: 0;
	padding-top: 20px;
}

.midnight p,
.dusty p,
.bronze p,
.coral p,
.reflex p{
	margin-bottom: 5px !important;
}

.block-1 .block-item{
	width: 100%;
}

.block-2 .block-item{
	width: 50%;
}

.block-3 .block-item{
	width: 33.33%;
}

.block-4 .block-item,
.block-7 .block-item,
.block-8 .block-item{
	width: 25%;
}

.block-5 .block-item{
	width: 20%;
}

.block-6 .block-item{
	width: 16.6%;
}

.block-item{
	display: inline-block;
	float: left;
	padding: 0;
	vertical-align: top;
	margin-bottom: 55px;
}

.block-item ul{
	margin: 0;
	padding: 0;
	position: relative;
}

.block-item li{
	margin: 0;
	padding: 7px 20px 7px 0;
	list-style: none;
	font-size: 16px;
	line-height: 24px;
	position: relative;
}

.block-item li:after,
.block-item li:first-child::before{
	content:'';
	display: block;
	width: 30px;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left:0;
}

.block-item li:first-child::before{
	bottom: auto;
	top: 0;
}

.block-item span{
	font-size: 55px;
	font-family: "Chronicle Display A", "Chronicle Display B", Georgia, serif;
	margin-bottom: 20px;
	display: block;
}

.block-item quote{
	font-size: 24px;
	line-height: 32px;
}

.midnight,
#main .midnight h2	{ color: #183547; margin-bottom: 15px;}
.exhibit .midnight > div {border-top: 1px solid #183547;}
.midnight .block-item li:after,
.midnight .block-item li:first-child::before {background:  #183547;}

.dusty,
#main .dusty h2		{ color: #6493B2; margin-bottom: 15px;}
.exhibit .dusty > div {border-top: 1px solid #6493B2;}
.dusty .block-item li:after,
.dusty .block-item li:first-child::before {background:  #6493B2;}
.dusty p{color: #6493B2!important;}

.coral,
#main .coral h2			{ color: #FF5650; margin-bottom: 15px;}
.exhibit .coral > div {border-top: 1px solid #FF5650;}
.coral .block-item li:after,
.coral .block-item li:first-child::before {background:  #FF5650;}

.bronze,
#main .bronze h2			{ color: #63594D; margin-bottom: 15px;}
.exhibit .bronze > div {border-top: 1px solid #63594D;}
.bronze .block-item li:after,
.bronze .block-item li:first-child::before {background:  #63594D;}

.reflex,
#main .reflex h2	{ color: #1D48EF; margin-bottom: 15px;}
.exhibit .reflex > div {border-top: 1px solid #1D48EF;}
.reflex .block-item li:after,
.reflex .block-item li:first-child::before {background:  #1D48EF;}

#main .event .text h3{

}

#main .event.open .text h3{

}

#main h3.logo-subhead{
	margin: 30px 0 10px 0;
}

@media (min-width: 480px) {
	.mobile {
		margin: 0 auto;
	}
}


@media (min-width: 768px) {
	body {
	
	
	}
#ads{display: block;}

#ads-mobile{display: none;}
	#header {
		padding: 0;
	}



	.event .register.btn {
		position: relative;
		bottom: 0;
		left: -4px;
	}

	.register-container{width: 215px; height: 60px; position: absolute; top: 155px; left: 228px;}

	.logo {
		width: 118px;
		letter-spacing: 0;
		word-spacing: 2px;
		font-size: 8px;
		line-height: 10px;
		float: left;
		margin-left: 0;
		padding: 8px 10px;
	}

	.nav-active {
		overflow: auto;
	}

	.nav-active .nav-block {
		max-height: none;
	}

	.nav-block {
		background: none;
		max-height: none;
		font-size: 15px;
		line-height: 19px;
		position: static;
		overflow: visible;
		font-size: 14px;
line-height: 14px;
position: absolute;
bottom: 0;
right: 0;
	}

	.nav-block .social-networks {
		display: none;
	}

	#nav {
		max-width: 75%;
		height: 25px;
		width: 75%;
			position: relative;

			right: 0;
		float: right;

		/* align-self: flex-end; */
	}

	#nav.splash{

		}

	#nav.splash a{
		font: 400 20px/26px "Whitney A", "Whitney B", Arial, "Helvetica Neue", Helvetica, sans-serif;
	  margin: 18px 30px 19px 10px;
		}

	#nav.splash .navbar > li {margin: 0;}

	.navbar {
		margin: 0 -10px 0 0;
		margin: 0;
		border: none;
	}

	.navbar > li {
		float: left;
		margin: 16px 16px 0 0;
		border-top: none;
	}

	/* .navbar > li:last-child {
		margin: 0;
	}*/

	.navbar > li > a {
		color: black;
		padding: 0;
	}

	.exhibit .navbar > li > a {
		color: #FFF;
		padding: 0;
	}

	.navbar > li > a:after {
		display: none;
	}

	.navbar > li > a.active, #header.headroom--top .navbar > li > a.active, #header.headroom--pinned .navbar > li > a.active  {
		color: #757575;
	}

	.navbar > .hover > a {
		color: #1D48EF;
	}

	.navbar > .hover .nav-drop {
		display: block;
	}

	.navbar .register,
	.navbar .register,
	.exhibit .navbar .register {
		color: #FF432D;
		font-family: 'GT America Bold';
		margin-top: 0;
	}
	
	#header.headroom--top .navbar .register, #header.headroom--pinned .navbar .register {
		color: #FF432D;
		}
	
	
	
	#header.active .navbar .register { color: #FF432D;	}

	#header.active .navbar .register:hover { color: white;	}

	.nav-drop {
/*  		background: rgba(255,0,0,.5); */ 
		width: 184px;
		max-height: none;
		text-align: center;
		font-size: 10px;
		line-height: 14px;
		display: none;
		padding: 5px;
/*
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
*/
		overflow: visible;
		position: absolute;
		top: 37px;
		left: -10px;
/* 		left: 50%; */
		z-index: 2;
	}

	.nav-drop:before {
		background: url(../images/general/bg.png);
		height: 0;
		content: "";
		position: absolute;
		top: -22px;
		right: 0;
		left: 0;
	}

	.nav-drop ul {
		padding: 0;
	}

/*
	.nav-drop ul:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent transparent #183547;
		border-width: 0 8px 9px 9px;
		margin-left: -10px;
		position: absolute;
		top: -9px;
		left: 50%;
	}
*/

	.nav-drop li {
		padding: 0 0 0 10px;
		text-align: left;
	}

	.nav-drop li:first-child {
		border-top: none;
	}
	
	.nav-drop li:last-child a {
		padding-bottom: 15px;
	}

	.nav-drop a {
		display: block;
		padding: 12px 5px 10px;
	}

	.nav-drop .hover a {
		opacity: 1;
		color: #FF432D;
	}

	.nav-opener {
		display: none;
	}

	.text-slider {
		padding-top: 150px;
	}

	.text-slider ul,
	.text-slider h1 {
		font-size: 80px;
		line-height: 80px;
	}

	.text-slider li:after {
		bottom: 19px;
	}

	.text-slider h1 {
		margin-bottom: 4px;
	}

	.text-slider .holder {
		margin-left: -210px;
	}

	#main h2 {
		margin-bottom: 0;
	}

	#main h3 {
	}

	#main h4 {

	}

	#main .h1 {
		font-size: 80px;
		line-height: 84px;
		margin-bottom: 0;
	}

	#main .h3 {
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 6px;
	}

	#main .name {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 0;
	}

	#main .column h2 {
	}



	#main .block h3 {
		font-size: 18px;
		line-height: 20px;
	}

	#main .section.seminar h3{
		font-size: 47px;
		line-height: 58px;
	}

	#content {
		max-width: 960px;
		padding: 100px 23px 55px;
		margin: 0 auto;
	}

	#content h2 {
		margin-bottom: 8px;

	}

	#content > .text {
		margin-bottom: 37px;
	}

	#content .event .text {
		margin-bottom: 0;
	}

	.section {
		/* min-height: 450px; */

	}

	.section.exhibitor p {
		margin-bottom: 19px;
	}

	.section.social .social-networks {
		font-size: 42px;
		margin-right: -9px;
	}

	.section.social .social-networks li {
		margin-right: 9px;
	}

	.section.social .social-networks a:after {
		width: 40px;
		height: 40px;
	}

	.section.date .columns {
		margin: 20px -8px;
	}

	.info-biz {
		margin-top: 40px;
	}

	.info-biz [class^="col-"] {
		float: left;
		padding: 0 7px;
		margin-bottom: 15px;
	}

	.info-biz .col-1 {
		width: 25%;
	}

	.info-biz .col-2 {
		width: 33.33%;
	}

	.info-biz .col-3 {
		width: 41.67%;
	}

	.info-biz .col-4 {
		width: 50%;
	}

	.info-biz .col-5 {
		width: 75%;
	}

	.info-biz .col-6 {
		width: 66.67%;
	}

	.info-biz .row {
		margin: 0 -7px;
	}

	.exhibit .info-biz .col-1,
	.exhibit .info-biz .col-2,
	.exhibit .info-biz .col-3 {
		width: 33.33%;
	}

	.info-biz .row .row:last-child [class^="col-"] {
		margin-bottom: 0;
	}

	.info-biz .item {
		height: 100%;
		text-align: center;
		white-space: nowrap;
		padding: 0;
		margin-bottom: 0;
	}

	.info-biz .item:after {
		content: "";
		width: 1px;
		height: 100%;
		display: inline-block;
		vertical-align: middle;
		margin-right: -1px;
	}

	.info-biz .item:hover .text {
		opacity: 1;
		cursor:pointer;
	}

	.info-biz .text {
		background: #1D48EF;
		color: #FFF;
		max-height: none;
		opacity: 0;
		text-align: left;
		text-transform: none;
		letter-spacing: 0;
		font-size: 12px;
		line-height: 17px;
		padding: 14px 16px;
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.info-biz .holder {
		display: inline-block;
		vertical-align: middle;
		white-space: normal;
	}

	.info-biz .title {
		color: #FF5650;
		font-size: 80px;
		line-height: 1;
		font-weight: 400;
		display: block;
	}

	.info-biz .slogan {
		color: #FFF;
		font-size: 25px;
		line-height: 27px;
		font-weight: 400;
	}

	.info-biz .more {
		top: auto;
		bottom: 0;
		right: 0;
		width: 40px;
		height: 40px;
	}

.advisory h1 {
	font-size: 60px;
	line-height: 65px;
}



	.advisory table {
		margin: 0 0 44px;
	}

	.advisory table tr {
		padding: 0;
	}

	.advisory table td {
		padding: 3px 0 2px;
	}

	.advisory table td:last-child {
		width: 40.7%;
	}

	.advisory table td:nth-child(2) {
		width: 30.7%;
	}

	.advisory table th {
		width: 26.5%;
		padding: 3px 0 2px 0;
	}

	.advisory .btn.dark-gray {
		font-size: 32px;
		line-height: 36px;
		padding: 14px 10px 14px 20px;
	}

	.vertical-list {
		margin-bottom: 0;
		font-weight: 400;
		font-size: 25px;
		line-height: 28px;
		padding: 16px 16px 5px;
	}

	.vertical-list li {
		padding: 5px 0;
		border-bottom-width: 1px;
		color: #FFF;
	}

	.heading {
		max-width: 293px;
		font-size: 18px;
		line-height: 20px;
		border: 1px solid #b6c3c4;
		border-top-width: 2px;
		border-bottom: none;
	}

	.heading time {
		width: 159px;
		float: right;
		margin-bottom: 0;
		padding: 8px 15px 10px;
	}

	.heading .name {
		overflow: hidden;
		padding: 8px 2px 10px 17px;
		border-right: 1px solid #b6c3c4;
	}

	.infoblock {
	}

.three-column td {width: 32%; }
.four-column td {width: 24%; }

table.people-list tr{
	padding: 0;
}

table.people-list td{
	padding: 7px 7px 7px 0;
}

	.events .heading {
		max-width: none;
		padding: 0;
		margin-bottom: 9px;
		border: none;
		overflow: hidden;
	}

form[name="semlist"] .heading{
	padding: 0;
}
form[name="semlist"] header{position: relative;}
form[name="semlist"] h3{float:left;}
/* form[name="semlist"] input.btn, .register input.btn{position: absolute; } */
form[name="CFForm_1"] input.btn,
form[name="pressreg"] input.btn,
form[name="regStep2"] input.btn,
form[name="mLsignup"] input.btn,
.register input.btn[value="Complete Registration"],
.register input.btn[value="Add More Sessions"],
.register input.btn[value="Submit Payment"],
.register input.btn[value="Processing"]
	{position: relative; margin-bottom: 50px;}

form[name="travel"] input.btn {position: relative; margin-left: 20px; margin-bottom: 50px;}

.events .heading.keynote {
max-width: 34%;
}
	.events .heading br {
		display: none;
	}

	.events .event {
		width: 100%;
		float: none;
		margin-bottom: 5px;
	}

	.events .description .holder {
		border: none;
		padding: 0;
		border-left: 2px solid #FF432D;
		width: 800px;
		float: right;
	}

	.events .columns {
		padding: 0 9px 16px;
		margin: -14px 0 33px;
	}

	.events .active .details-btn,
	.events .opener .active .details-btn,
	.events .opener:hover .details-btn {
		display: none;
	}

	.event-heading.opener:hover .details-btn:after{color: #FFF;}

/* 	.events .opener:hover{cursor: pointer;} */



	.events .active .details-btn:after {
		content: "\e909";
		color: #fff;
	}



	.event-heading time {
		float: none;
		padding: 0;
	}

	.event-heading .details-btn {
		display: none;
	}

	.event-heading .details-btn:after {
		font-size: 10px;
		position: absolute;
		bottom: 8px;
		right: 4px;
		color: #FFF;
		display: none;
	}

	.event-heading .details-btn span {
		display: block;
		-webkit-transform: rotate(90deg) translateX(3px) translateY(-11px);
		-ms-transform: rotate(90deg) translateX(3px) translateY(-11px);
		transform: rotate(90deg) translateX(3px) translateY(-11px);
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0;
	}

	.event {
		width: auto; /* was 74.6% */
		float: left;
	}

	.event .holder {
		padding: 0 20px 0 0;
	}

	.event .image-holder {
		height: 100%;
		text-align: left;
		display: block;
		float: left;
		margin: 0 0 24px 0;
	}
	
	.event .image-col {
		width: 140px;
		float: left;
	}

.heading.keynote{
	margin: 17px 17px 17px 250px;
}

.event .image-holder.speaker{
  	width: 250px;
	float: left;
	margin: 0;
	position: absolute;
}
.event .image-holder.speaker img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 250px;
	height: auto;
}

.event .image-holder.sponsor{
  width: 180px;
		margin: 17px 34px 17px 17px;
		float: right;
}

.event .image-holder.sponsor span{
  padding: 5px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #a29a88;
	border: 1px solid #a29a88;
	text-align: left;
	width: 100%;
	display: block;
}

.event .image-holder.sponsor ul{
margin: 0;
padding: 0;
width: 100%;
min-height: 150px;
border: 1px solid #a29a88;
margin-top: -1px;
}
.event .image-holder.sponsor li{
	  padding: 20px;
			border-top: 1px solid #a29a88;
			display: block;
			width: 100%;

}

.event .image-holder.sponsor li:last-child{
	  padding: 15px 50px;
}

.event .image-holder.sponsor li:first-child{
   border-top: 0;
	 padding: 20px;
}

	.event .description {
		padding: 0;
	}

	.event .text {

		overflow: hidden;
		position: relative;
	}

	.event .btn {
		max-width: 185px;
		margin-bottom: 5px;
	}

	.events .summary {
		list-style: none;
		width: 100%;
		margin-bottom: 0;
		columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
	}

	.summary li {
		padding: 14px 17px 10px;
		break-inside: avoid-column;
	}

	.summary li:nth-child(odd) {

	}

	.summary li:last-child {
		border-bottom: none;
	}

	.summary time,
	.summary address,
	.summary .price {
		
	}

	.summary .title {
		font-size: 10px;
	}

	.parties {
		color: #fff;
		width: 50%;
		float: left;
		padding: 0 8px;
	}

	.parties li {
		padding: 10px 28px 9px 13px;
		margin-bottom: 2px;
	}

	.parties address {
		color: #A6BBC8;
		display: block;
		padding-bottom: 7px;
		margin-bottom: 6px;
		border-bottom: 1px solid #A6BBC8;
	}

	.parties .detail {
		background: #25282A;
		width: 221px;
		max-height: none;
		overflow: visible;
		font-weight: 400;
		font-size: 10px;
		line-height: 16px;
		word-spacing: 1px;
		padding: 10px 16px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: opacity .3s linear;
		transition: opacity .3s linear;
		opacity: 0;
		position: absolute;
		top: 50% !important;
		left: auto !important;
		right: 41px;
		z-index: 1;
	}

	.parties .detail:after {
		content: "";
		width: 0;
		height: 0;
		margin-top: -9px;
		border-style: solid;
		border-width: 9px 0 9px 9px;
		border-color: transparent transparent transparent #25282A;
		position: absolute;
		top: 50%;
		right: -9px;
	}

	.parties .title {
		display: block;
	}

	.parties .more:hover {
		color: #25282A;
		opacity: 1;
	}

	.parties .more:hover + .detail {
		top: 50% !important;
		left: auto !important;
		opacity: 1;
	}

	.parties .active .detail {
		padding: 10px 16px;
		opacity: 1;
	}

	.parties .active .more {
		color: #25282A;
	}

	.parties .active .more:hover {
		color: #FF5650;
		opacity: 1;
	}

	.parties .active .more:after {
		content: "\e907";
	}

	.info {
		width: 33.33%; /* was 25.4% */
		font-size: 14px;
		line-height: 20px;
		float: left;
	}

	.info .holder {
		padding: 13px 20px 6px 14px;
		border-left: 1px solid #FF5650;
	}

	.info .btn {
		width: 270px;
		max-width: 270px;
		margin: 20px 0 20px 0;
	}

	.columns {
/* 		margin-top: -4px; */
	}

	.col {
		width: 60%;
		float: left;
		padding: 0;
	}

	.col + .col {
		width: 38%;
		padding-top: 28px;
		margin-left: 2%;
	}

	.column {
		width: 440px;
		min-height: 0;
		margin: 0 20px 20px 0;
	}


	.column h2:after {
		font-size: 8px;
	}

	.mobile {
		background-size: 185px;
		max-width: 185px;
		font-size: 10px;
		line-height: 16px;
		padding: 46px 20px 58px;
	}

	.mobile p {
		margin-bottom: 2px;
	}

	.mobile ul {
		margin-bottom: 5px;
	}

	.mobile li {
		padding: 0 10px 4px;
	}

	.mobile li:nth-child(odd) {
		border-top-width: 2px;
	}

	.mobile .heading {
		margin-bottom: 11px;
		border: none;
	}

	.mobile .image-holder {
		width: 42px;
		margin-right: 12px;
	}

	.mobile .title {
		font-size: 18px;
		line-height: 20px;
	}

	.mobile .btn {
		padding: 10px 13px;
	}

	.search-form input[type="search"],
	.search-form input[type="text"] {
		font-size: 32px;
		line-height: 37px;
		padding: 18px 63px 18px 22px;
	}

	.search-form button[type="submit"] {
		font-size: 44px;
		top: 14px;
		right: 17px;
	}

	.testimonials {
		margin: 22px -7px 0 -8px;
	}

	.testimonials blockquote {
		width: 33.33%;
		max-width: none;
		font-size: 14px;
		line-height: 20px;
		float: left;
		margin: 0;
		padding: 0 7px 31px 8px;
	}

	.testimonials cite {
		font-size: 18px;
		line-height: 20px;
	}

	.caption {
		max-width: 960px;
		font-size: 58px;
		line-height: 1;
		margin: 0 auto;
	}

	.caption blockquote {
		width: auto;
		max-width: 600px;
		font-weight: 400;
		font-size: 32px;
		line-height: 35px;
	}

	.caption q {
		margin-bottom: 32px;
	}

	.caption q br {
		display: none;
	}

	.caption .holder {
		max-width: 462px;
		padding: 0 23px;
	}

	.caption .text {
		padding: 16px 25px 24px;
	}

	.caption .btn {
		max-width: 226px;
	}

	.banner {
		max-width: 728px;
		display: block;
		margin: 8px auto;
	}

	.banner.interior{
	/*	margin-top: 20px;   */
	}

	.sponsor-gallery .mask {
		margin: 0 -23px 4px;
	}

	.sponsor-gallery .scroll-bar-wrap {
		height: 8px;
	}

	.sponsor-gallery {
		padding-top: 11px;
	}

	.block {
		width: 25%;
		float: left;
		padding: 0 8px;
	}

	.block ul {
		margin-top: 6px;
	}

	.block strong {
		float: none;
		display: block;
	}

	.block span {
		float: none;
	}

	#footer {
		padding: 39px 0;
	}

	#footer address {
		line-height: 15px;
		margin-bottom: 17px;
	}

	#footer .columns {
		border: none;
		margin-top: 0;
	}

	#footer .column {
		width: 48%;
		float: left;
		border-bottom: 1px solid #a29a88;
	}

	#footer .column + .column {
		margin-left: 4%;
	}

	#footer .column:first-child {
		border-bottom: none;
		border-left: none;
	}

	#footer .social-networks {
		text-align: left;
		font-size: 24px;
		padding: 8px 0 20px;
	}

	#footer .social-networks li {
		margin-right: 4px;
	}

	#footer .logo {
		width: 81px;
		float: none;
		margin-bottom: 18px;
	}

	#footer .holder {
		padding: 16px 0 8px;
	}

	.footer-nav a {
		padding: 13px 0 14px 0;
	}

	.footer-nav a:after {
		font-size: 10px;
		top: 13px;
		right: 0;
	}

	.copyright {
		line-height: 15px;
		padding-right: 10px;
		margin-bottom: 16px;
	}

	.container {
		max-width: 960px;
		margin: 0 auto;
		padding: 0 23px;
	}

	.social-networks:after {
		display: none;
	}









	.more {
		top: 13px;
		right: 12px;
	}

	.hotels-iframe{
		height: 700px;
	}

	.event-heading.keynote {
		padding: 0;
		position: relative;
		height: auto;
	}

	.section.seminar p{
		font-size: 32px;
		line-height: 45px;
	}

	#main .section.social h3{
		font-size: 32px;
		line-height: 41px;
	}

	.section .hashtag {
		font-size: 32px;
		line-height: 41px;
		margin: 30px 0 15px;
		letter-spacing: -4px;
	}


}

@media (min-width: 768px) {
	body {
		
		
	}
	
	body #content > .text {
		font-size: 27px;
		line-height: 1.3;
		margin-bottom: 84px;
	}

	#header {
		padding: 0;
	}

	.headline {
		position: absolute;
		bottom: 50px;
		left: 0;
		right: 0;
		opacity: 0;
		z-index: 600;
	  animation-duration: 2s;
		text-align: center;
		padding: 0;
	}

	.headlineFade{
			opacity: 1;
			animation-name: headline;
	}

	.headline h1{ display: inline-block; }

	.headline h1:first-child{
		padding-right: 10px;
		margin-right: 10px;
		border-right: 1px solid #FF5650;
	}

	.headline h1:last-child{
		padding-left: 10px;
		margin-left: 10px;
		border-left: 1px solid #FF5650;
	}



	.animation-mobile{display: none;}

	.logo {
		width: auto;
		font-size: 11px;
		line-height: 23px;
		padding: 0;
	}
	
	.dates {
		float: left;
		margin: 0 0 0 20px;
		height: 25px;
		position: relative;
		min-width: 120px;
	}
	
		.dates p {
			font-size: 16px;
			line-height: 16px;
			margin: 0;
			padding: 0;
			color: #757575;	
			position: absolute;
			bottom: 0;
			}

	.nav-block {
		font-size: 16px;
		line-height: 16px;
		position: absolute;
		bottom: 0;
		right: 0;
		
	}

	.navbar > li {
		margin: 0 9px;
	}
	
	.navbar > li:last-child {
		margin-right: 0px;
	}
	
		.navbar > li::after {
			content: '/';
			display: block;
			position: absolute;
			top: 0;
			right: -13px;
			color: black;
		}
		
		.navbar > li:last-child:after {
			content: '';
		}

	.navbar .register,
	.exhibit .navbar .register {
		margin: 0;
		padding: 0;
	}

	.nav-drop {
				width: 238px;
		font-size: 16px;
		line-height: 20px;
		padding: 0;
		top: 25px; /*20px line height + 5px*/
		top: 15px;
		padding-top: 10px;
	}


/*

	.nav-drop:before {
		background: rgba(0,255,0,.5);
		height: 28px;
		top: 0px;
	}
	

	.nav-drop ul:before {
		margin-left: -15px;
		border-width: 0 11px 11px 12px;
		top: -11px;
	}
*/

	.nav-drop a {
		padding: 0;
	}

	.text-slider {
		padding-top: 150px;
	}
	
	
	#page-nav {
		position: fixed;
		margin-left: 980px;
	}
	
		#content #page-nav h2 {
			border: none;
			color: black;
			font-size: 16px;
			padding: 0;
			margin: 0;
			font-family: 'GT America Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
		}
	
		#page-nav ul {
			margin: 0;
			padding: 0;
			}
			
			#page-nav ul li {
				padding: 0;
				margin: 0;
				list-style: none;
				font-size: 16px;
				line-height: 1.2;
				color: black;
			}
			
				#page-nav ul li a {
					color: #FF432D;
					font-family: 'GT America Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
				}
				
				#page-nav ul li a:hover {
					color: #757575;
				}
	

	.text-slider ul,
	.text-slider h1 {
		font-size: 85px;
		line-height: 95px;
	}

	.text-slider li:after {
		bottom: 25px;
	}

	.text-slider .holder {
		margin-left: -267px;
	}

	#main h1 {
		font-size: 60px;
		line-height: 65px;
		color: #FF432D;
	}

.exhibit #main .section.intro h1{
	float: left;
	color: #FF5650;
	white-space: normal;
	width: 48%;
	margin-top: 60px;
}


.exhibit #main .section.intro h2{
	font-size: 27px;
	line-height: 36px;
	font-family: "Whitney A", "Whitney B", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
	margin-top: 0;
	padding-top: 0;
	text-transform: inherit;
	letter-spacing: 0;
	color: #183547;
}

.home #main h2{

}

	#main h3 {
		margin: 27px 0;
	}

#main .event h3 {

}

#main .event .keynote h3{
	  margin-bottom: 0;
}
#main .event .keynote h4{
  margin-bottom: 10px;
	color: #6493B2;
}

.events .heading.keynote {
max-width: 42%;
min-height: 260px;
}

.event .register.btn{
	height: 45px;
}

.register-container{width: 215px; height: 60px; position: absolute; top: 155px; left: 228px;}

	#main h4 {

	}

	#main .name {
		font-size: 23px;
		line-height: 27px;
	}

	#main .h1 {
		font-size: 85px;
		line-height: 111px;
		margin-bottom: -3px;
	}

	#main .h3 {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 9px;
	}


	#main .column h2 {

	}

	#main .block h3 {
		font-size: 22px;
		line-height: 26px;
	}

	#content {
		padding: 134px 10px 50px;
	}

	#content h1 {
		font-size: 60px;
		line-height: 65px;
		margin-bottom: 20px;
		letter-spacing: 0;
		border-top: 2px solid #FF432D;
		border-bottom: 2px solid #FF432D;
		padding-bottom: 40px;
	}

	#content h2 {
		margin: 80px 0 0 0;
		padding: 6px 0 32px 0;
	}

	.register #content table h2{
		padding: 0;
	}


	#content > .text {
		margin-bottom: 0;
	}

	.section {
		/* min-height: 600px; */
		padding: /* 75px */ 0 0 100px 0;
	}

	.section.exhibitor p {
		margin-bottom: 25px;
	}

	.section.social .social-networks {
		font-size: 45px;
		margin-right: -15px;
		margin-top: 10px;
	}

	.section.social .social-networks li {
		margin-right: 15px;
	}

	#main .section.social h3{
		font-size: 27px;
		line-height: 36px;
		letter-spacing: 0;
		color: #FFF;
	}

	.section.social .social-networks a:after {
		width: 51px;
		height: 51px;
	}

	.section.date .columns {
		margin: 28px -8px;
	}

	.section .hashtag {
		font-size: 150px;
		line-height: 150px;
	}

	.info-biz {
		margin-top: 58px;
	}

	.exhibit .info-biz {
		margin-top: 10px;
	}

	.info-biz [class^="col-"] {
		padding: 0 10px;
		margin-bottom: 21px;
	}

	.info-biz .row {
		margin: 0 -10px;
	}

	.info-biz .text {
		font-size: 16px;
		line-height: 22px;
		padding: 18px 21px;
	}

	.info-biz .title {
		font-size: 88px;
		line-height: 1;
		letter-spacing: -2px;
		font-family: "Chronicle Display A", "Chronicle Display B", Georgia, serif;
	}

	.advisory {

	}

	.advisory p {
		margin-bottom: 43px;
	}

	.exhibit .advisory p{
		font-size: 24px;
		line-height: 30px;
		margin: 40px 0;
	}

	.exhibit .advisory p strong{
		color: #6493B2;
	}

	.exhibit .advisory a{
		color: #FFF;
	}

	.exhibit .advisory a:hover{
		color: #FF5650;
		text-decoration: underline;
	}

	.advisory table {

	}

	.advisory table td {
		padding: 6px 0 3px;
	}

	.advisory .btn.dark-gray {
		font-size: 42px;
		line-height: 46px;
		padding: 17px 10px 17px 20px;
	}

	.vertical-list {
		font-size: 24px;
		line-height: 28px;
		padding: 23px 20px 5px;
	}

	.vertical-list li {
		padding: 8px 0;
	}

	.heading {
		max-width: 410px;
		font-size: 23px;
		line-height: 27px;
		border-width: 1px;
	}

	.heading time {
		width: 220px;
		padding: 11px 23px;
	}

	.heading .name {
		padding: 11px 23px;
	}

	.infoblock {
		border-width: 1px;
	}

	.events .event.accordion {
		padding-bottom: 18px; /*20px - 2px border*/
		border-bottom: 2px solid #FF432D;
	}
	
		.events .event.open {
			padding-bottom: 0;
			border-bottom: none;
		}
	

	.events.sponsors .event {

	}


	.events .heading {
		padding-top: 7px;
		margin: 0;
		padding: 20px 0;
	}
	
		#main .events .heading h3 {
			margin: 0;
		}

	.events .heading time {
		font-weight: 600;
		font-size: 13px;
		line-height: 17px;
		margin-bottom: 6px;
	}

	.events .columns {
		padding: 0 10px 16px;
		margin: -15px 0 45px;
	}

	.event-heading {
		padding: 0px;
	}

	.event-heading .details-btn {
		width: 25px;
		font-size: 10px;
		right: -25px;
	}

	.event-heading .details-btn:after {
		font-size: 11px;
		right: 6px;
	}

	.event-heading .details-btn span {
		-webkit-transform: rotate(90deg) translateX(2px) translateY(-14px);
		-ms-transform: rotate(90deg) translateX(2px) translateY(-14px);
		transform: rotate(90deg) translateX(2px) translateY(-14px);
	}

	.event .holder {
		padding: 0 23px 0 0;
	}

	.event .image-holder {
		width: 140px;
	}

	.event .image-holder.sponsor{
  		width: 180px;
		margin: 17px;
	}

	.event.accordion .text {
		font-size: 16px;
		line-height: 20px;
		padding: 0 0 24px 24px;
		position: relative;
	}
	
	.events .event.open .text {
		padding: 21px 0 21px 0;
	}
	
	.events .event.faq .text {
		padding: 0 0 21px 0;
	}
	
	.events .event.faq {
		margin: 0;
		padding: 0;
		border: none;
	}
	
	.events .event.faq h4 {
		margin-top: 21px;
	}
	
	.event strong.subhead {
		color: #FF432D;
		display: block;
		padding: 0 0 16px 24px;	
	}

.event .description .text{

}

.event .image-holder.speaker{
  width: 300px;
}
.event .image-holder.speaker img{
	width: 300px;
}

	.event .text p {
		margin-bottom: 25px;
	}
	.event .text p:last-child{
		margin-bottom: 0;
				}

	.event .btn {
		max-width: 240px;
	}

	.summary li {
		padding: 0 2% 16px 24px;
		display: block;
	}



		
	.summary li span, .summary li strong {
		color: #FF432D;
	}
	
	.summary li strong {
		display: block;
	}

	.parties {
		padding: 0 10px;
	}

	.parties li {
		padding: 12px 38px 12px 19px;
		margin-bottom: 3px;
	}

	.parties address {
		padding-bottom: 8px;
		margin-bottom: 11px;
	}

	.parties .detail {
		width: 285px;
		font-size: 13px;
		line-height: 20px;
		padding: 14px 18px 16px;
		right: 54px;
	}

	.parties .detail:after {
		border-width: 11px 0 11px 11px;
		right: -11px;
	}

	.parties .title {
		font-size: 23px;
		line-height: 27px;
	}

	.parties .active .detail {
		padding: 14px 18px 16px;
	}

	.parties .active .more {
		color: #25282A;
	}

	.parties .active .more:hover {
		color: #FF5650;
		opacity: 1;
	}

	.parties .active .more:after {
		content: "\e907";
	}

	.info {
		font-size: 16px;
		line-height: 25px;
	}

	.info .holder {
		padding: 0 0 6px 40px;
		margin-left: -1px;
		border-width: 1px;
	}

	.column h2:after {
		font-size: 11px;
	}

	.column .description {
	}

	.mobile {
		background-size: 240px;
		max-width: 240px;
		font-size: 13px;
		line-height: 20px;
		padding: 59px 28px 75px;
		margin: 7px 0 0;
		height: 435px;
	}

	.mobile p {
		margin-bottom: 4px;
	}

	.mobile li {
		padding: 3px 10px 4px;
	}

	.mobile li:nth-child(odd) {
		border-top-width: 1px;
	}

	.mobile .heading {
		margin-bottom: 15px;
	}

	.mobile .image-holder {
		width: 55px;
		margin-right: 14px;
	}

	.mobile .title {
		font-size: 23px;
		line-height: 27px;
		font-weight: 700;
	}

	.mobile .btn {
		padding: 15px 16px 13px;
	}

	.search-form input[type="search"],
	.search-form input[type="text"] {
		font-size: 42px;
		line-height: 46px;
		padding: 25px 85px 23px 29px;
	}

	.search-form button[type="submit"] {
		font-size: 58px;
		top: 24px;
		right: 21px;
		overflow: visible;
	}

	.testimonials {
		margin: 22px -10px 0;
	}

	.testimonials blockquote {
		font-size: 16px;
		line-height: 21px;
		padding: 0 10px 40px;
	}

	.testimonials cite {
		font-size: 23px;
		line-height: 27px;
	}

	.testimonials q {
		margin-bottom: 17px;
	}

	.testimonials .btn {
	}

	.caption {
		font-size: 75px;
		line-height: 75px;
		padding: 0 10px;
	}

	.caption blockquote {
		max-width: 750px;
		font-size: 38px;
		line-height: 48px;
	}

	.caption q {
		margin-bottom: 20px;
	}

	.caption cite {
		font-size: 13px;
		line-height: 17px;
	}

	.caption .holder {
		max-width: 541px;
		padding: 0;
	}

	.caption .text {
		padding: 23px 33px 31px;
	}

	.caption .btn {
		max-width: 293px;
	}

	.banner {
		margin: 10px auto;
	}

	.banner.interior{
		margin-top: 30px;
	}

	.home .banner.interior{
		border: 1px solid #666;
	}

	.sponsor-gallery .mask {
		margin: 0 -20px 50px;
	}

 .event .sponsor-gallery .mask {
				margin: 0 -20px 10px;
 }
	.sponsor-gallery .scroll-bar-wrap {
		height: 15px;
	}

	.sponsor-gallery {
		padding-top: 0;
	}
 .event .sponsor-gallery{
					padding: 0;
	}
	.block {
		font-size: 16px;
		line-height: 22px;
	}

	.block ul {
		margin-top: 9px;
	}

	.block li {
		margin-bottom: 8px;
	}

	#footer {
		padding: 52px 0;
	}

	#footer address {
		line-height: 20px;
		margin-bottom: 15px;
	}

	#footer .holder {
		padding: 21px 0 8px;
	}

	#footer .social-networks {
		height: 55px;
		font-size: 25px;
		padding: 11px 0;
		margin-right: -8px;
	}

	#footer .social-networks li {
		margin-right: 2px;
	}

	#footer .logo {
		width: 106px;
		margin-bottom: 20px;
	}

	#footer .footer-nav a {
		padding: 12px 0;
	}

	.footer-nav a:after {
		font-size: 13px;
		top: 12px;
		right: 0;
	}

	.copyright {
		line-height: 20px;
		padding-right: 20px;
		margin-bottom: 15px;
	}

	.container {
		padding: 0 10px;
	}






	.more {
		font-size: 16px;
		top: 0;
		right: 0;
		display:table;
		height: 50px;
		width:50px;
		text-align:center;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 950px) {
	.info .btn {
		width: auto;
		max-width: none;
	}

	.column {
		width: 23%;
		margin-right: 2%;
		height: auto;
		display: inline-block;
		float: left;
		overflow: hidden;
	}

	.column:last-child {
		margin-right: 0;
	}
	.column .image-holder.right,
	.column .image-holder.left {
		display: none;
	}
	.section.animation img{
		width: 100%;
		margin: 75px 0 30px;
	}

	.exhibit .advisory p{
		font-size: 18px;
		line-height: 24px;
		margin: 20px 0;
	}

}

@media (max-width: 1023px) {
	.text-slider .js-anim-text {
		width: 700px;
	}
	.animation-wrapper{display: none;}
	.animation-mobile{display: block;}
}

@media (max-width: 767px) {
	.text-slider .js-anim-text {
		width: 300px;
	}

	.section.win-height:not(.full-height) {
		height: auto !important;
	}

	.info-biz .same-height {
		height: auto !important;
	}

	.info-biz .hidden {
		display: none;
	}

	.infoblock .holder {
		height: auto !important;
	}

	#footer .column:first-child {
		height: auto !important;
	}

	#footer .column:last-child{
		border-top: none;
	}

	.same-height {
		min-height: 0 !important;
	}

	.social-networks.sticky{
		display: none;
	}

	.text-slider{padding-top: 150px;}

	.arrow{display:none;}

	.info .btn{
		width: 240px;
		margin-bottom: 20px;
	}

	.heading.keynote{
		margin: 17px;
	}

.sponsor-gallery .slideset .slide img {
	-webkit-transform: scale(.2);
	-ms-transform: scale(.2);
	transform: scale(.2);

}


.sponsor-gallery .slideset .slide.slick-center img {
	-webkit-transform: scale(.4);
	-ms-transform: scale(.4);
	transform: scale(.4);
}

.screenshots img + img{
	margin: 20px 0 0;
}

.section.login .columns .col,
.section.login .columns .col + .col{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.section.exhibitor .container-holder,
.section.intro .container-holder,
.section.seminar .container-holder{
	display: block;
	width: 100%;
	padding: 6%;
}

.column {
	width: 100%;
	margin-right: 0;
	height: auto;
	display: block;
	float: left;
	overflow: hidden;
	min-height: 0;
}

.column .description{
	width: 100%;
	margin-bottom: 10px;
}

.column .description a{
	width: auto;
	height: auto;
}

.column .description a::after {
	display: inline-block;
	margin-left: 15px;
	margin-top: 4px;
}
.event.open img{
	margin: 0;
	width: 35%;
	height: auto;
}

.event .text{ padding: 0px; }

#content .event.keynote .text {
	margin-left: 0 !important;
}

.exhibit #main h1{
	margin-top: 100px;
	white-space: normal;
}

.exhibit .section.intro .container-holder{
	margin-top: 20px;
}

.exhibit #main .section.intro h2{
	font-size: 27px;
	line-height: 36px;
	font-family: "Whitney A", "Whitney B", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
	margin-top: 0;
	padding-top: 0;
	text-transform: inherit;
	letter-spacing: 0;
	color: #183547;
}

.exhibit-col1,
.exhibit-col2,
.booth .exhibit-col1,
.booth .exhibit-col2{
	width: 100%;
}

.booth .exhibit-col1{
	display: none;
}

.block-1 .block-item,
.block-2 .block-item,
.block-3 .block-item,
.block-4 .block-item,
.block-5 .block-item,
.block-6 .block-item,
.block-7 .block-item,
.block-8 .block-item{ width: 100%;}

.block-1,
.block-2,
.block-3,
.block-4,
.block-5,
.block-6,
.block-7,
.block-8 .block-item{ padding-top: 0;}

.block-item{border-bottom: 1px solid #DDD; margin: 10px 0 0 0; padding: 10px 0;}
.block-item span{font-size: 50px; width: 30%; padding-top: 7px; display: inline-block; vertical-align: top;}
.block-item ul{width: 65%; display: inline-block; vertical-align: top; list-style-type: disc;}

.block-item li:first-child{padding-top: 0;}

.block-item li::after, .block-item li:first-child::before{
	display: none;
}

}



@media print {
	* {
		background: none !important;
		color: #000 !important;
		height: auto !important;
	}

	.btn,
	#nav,
	.more,
	.banner,
	.sponsor,
	.social,
	.mobile,
	.bg-stretch,
	.footer-nav,
	.text-slider,
	.search-form,
	.seminar,
	.column h2:after,
	.text-slider,
	.social-networks {
		display: none;
	}

	.win-height,
	.same-height {
		height: auto !important;
	}

	.section {
		padding: 0 !important;
		border-bottom: 1px solid #333;
		margin-bottom: 20px;
		min-height: 0;
	}

	.heading,
	.infoblock,
	.info .holder,
	.heading .name,
	.event .holder,
	#footer .column {
		border: none;
	}

	#wrapper {
		max-width: 940px;
		margin: 0 auto;
	}

	.logo {
		margin: 0;
	}

	#header {
		padding: 10px 0 0;
		margin-bottom: 10px;
	}

	.container {
		padding: 0;
	}

	#main .name,
	.heading time,
	.event .holder,
	.info .holder {
		padding: 0;
	}

	body {
		font-size: 24px;
		line-height: 28px;
	}

	.col,
	#footer .column {
		width: 100%;
		float: none;
		padding: 0;
	}

	.feature {
		margin-bottom: 0;
	}

	.feature .columns {
		margin-bottom: 15px;
	}

	.testimonials {
		padding-bottom: 20px;
	}

	.testimonials blockquote {
		max-width: none;
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 10px;
	}

	.testimonials blockquote:hover .holder {
		margin: 0;
		padding: 0 10px;
	}

	.testimonials blockquote q {
		margin-bottom: 0;
	}

	.testimonials cite:after {
		display: none;
	}

	.testimonials .image-holder {
		max-width: 150px;
		float: left;
	}

	.testimonials .image-holder img {
		max-width: 100%;
		width: auto;
	}

	.testimonials .holder {
		overflow: hidden;
		position: static;
		margin: 0;
		padding: 0 10px;
	}

	.vertical-list {
		padding: 0;
	}

	.vertical-list li:last-child {
		border-bottom: none;
	}

	.contain-holder {
		display: block;
	}

	.caption {
		padding: 0;
	}

	.caption:after {
		display: none;
	}

	.caption blockquote {
		width: auto;
		max-width: none;
		text-align: left;
		padding: 0 20px;
	}

	.caption blockquote q {
		margin-bottom: 20px;
	}

	.caption .holder {
		max-width: none;
	}

	.caption .text {
		border: none;
	}

	.heading {
		font-size: 16px;
		line-height: 20px;
	}

	#main h1 {
		margin-bottom: 7px;
	}

	#main h4 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 5px;
	}

	#main .h1 {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	#main .name {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	#main .date h2,
	#main .advisory h2 {
		font-size: 52px;
		line-height: 56px;
	}

	#content {
		padding: 0 10px;
	}

	#content h2 {
		font-size: 32px;
		line-height: 36px;
	}

	#content > .text {
		margin-bottom: 20px;
	}

	.column {
		width: 100%;
		min-height: 0;
		float: none;
		margin-bottom: 5px;
	}

	.column br {
		display: none;
	}

	.column .image-holder {
		display: none;
	}

	.column .description {
		padding: 0;
	}

	.events .event {
		margin-bottom: 20px;
		border-bottom: 1px solid #000;
	}

	.events .columns {
		padding: 0;
	}

	.event .image-holder {
		max-width: 150px;
		width: auto;
		text-align: left;
		margin-right: 10px;
	}

	.event .description {
		max-height: none;
		padding: 0;
		position: static !important;
	}

	.event .heading {
		padding: 0;
	}

	.event-heading {
		padding: 0;
		margin-bottom: 0;
	}

	.event-heading .details-btn {
		display: none;
	}

	.summary {
		max-width: 25%;
		float: left;
		border: none;
		margin-right: 15px;
	}

	.summary li {
		padding: 5px 0;
		border-bottom: 1px solid #333;
	}

	.summary li:nth-child(odd) {
		border-width: 1px;
	}

	.summary li:last-child {
		border: none;
	}

	.parties {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0;
	}

	.parties li {
		padding: 0;
		margin-bottom: 10px;
	}

	.parties .detail {
		width: 100%;
		max-height: none;
		color: #333;
		padding: 0;
		opacity: 1;
		position: static !important;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.parties .detail:after {
		display: none;
	}

	.info-biz {
		margin: 0;
	}

	.info-biz [class^="col-"] {
		width: 100%;
		float: none;
	}

	.info-biz .item {
		text-align: left;
		padding: 0;
	}

	.info-biz .image-holder {
		display: none;
	}

	.info-biz .text {
		max-height: none;
		padding: 0;
		position: static;
		opacity: 1;
	}

	.info-biz .title,
	.info-biz .slogan {
		text-transform: none;
		font-size: 22px;
		line-height: 26px;
		display: inline-block;
		vertical-align: top;
	}

	#footer {
		padding: 10px 0 0;
	}

	#footer .columns {
		border: none;
	}

	#footer .holder {
		padding: 0;
	}

	#footer address,
	#footer .copyright,
	#footer .logo {
		margin-bottom: 15px;
	}

	.section p,
	.section.exhibitor p,
	.col p {
		margin-bottom: 10px;
	}
}

@-webkit-keyframes to-left {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
}

@keyframes to-left {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
}

@-webkit-keyframes to-right {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@keyframes to-right {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}


/* line 3, clingify.scss */
.js-clingify-ztransform, .js-clingify-wrapper {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

/* Baseline selectors */
/* line 10, clingify.scss */
.js-clingify-wrapper {
  width: 100%;
}

/* line 14, clingify.scss */
.js-clingify-locked {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99999;
}


.dates {
	float: left;
	margin: 0 0 0 20px;
	height: 25px;
	position: relative;
	min-width: 120px;
}

.dates p {
	line-height: 1;
	margin: 0;
	padding: 0;
	color: #757575;
	position: absolute;
	bottom: 0;
}

/* Advanced selectors */

/********************************************************************************** Home page 2018 */

section.grid {
	width: 100%;
	background: url('../images/2018/hero2.jpg') no-repeat top center #FF432D;
	background-size: 100% auto;
	padding-top: 20vw;
	padding-bottom: .75vw;
}

section.grid p a:hover {
	text-decoration: none;
	opacity: .5;
}

.grid-inner {
/* 	width: 95.5vw; */
	width: 97vw;
	margin: 0 auto 0 auto;	
}

.grid-row {
	overflow: hidden;
	width: 100%;
/* 	border-top: 2px solid white; */
	margin-bottom: .75vw;
	position: relative;
/* 	background: lightyellow; */
}


	.grid-row:after {
		content: '';
		position: absolute;
		display: block;
		width: 95.5vw;
		height: 2px;
		background: white;
		top: 0;
		left: .75vw;
	}

	.grid-item {
		float: left;
		box-sizing: border-box;
		min-height: 500px;
		margin: 0.75vw 0;
		padding-bottom: 500em;
		margin-bottom: -500em;
		position: relative;
	}	
	
		.grid-row .grid-item:after {
			content: '';
			position: absolute;
			display: block;
			height: 100%;
			width: 2px;
			background: white;
			top: 0;
			right: 0;
		}
		
	
	div.grid-row div.grid-item:last-child:after {
		background: none;
	}
	
		.grid-item-inner {
			padding: 0 .75vw;
		}
		

	.grid-item.grid-5 {
/* 		width: 39.6673125vw; */
		width: 40.4166875vw;
		
	}
		
	.grid-item.grid-2 {
		width: 16.1666875vw;
	}
	
	.grid-item.grid-10 {
		width: 72.75vw;
	}
	
	.grid-item.grid-3 {
		width: 24.25vw;
	}
	
	.grid-item.grid-4 {
		width: 32.3333125vw;
	}
	
	
.hero-details {
	margin-top: 64px;
	border-top: 2px solid white;

}
	
	
.hero-details-inner {
	box-sizing: border-box;
	width: 19.08334375vw;
	float: left;
	margin-top: 0.75vw;
	margin-right: 0.75vw;
		padding-bottom: 500em;
	margin-bottom: -500em;
	position: relative;
}

.hero-details-inner:nth-child(even) {
/* 	left: 19.83334375vw; */
	margin-right: 0;
}

.hero-details-inner:nth-child(odd):after {
			content: '';
			position: absolute;
			display: block;
			height: 100%;
			width: 2px;
			background: white;
			top: 0;
			right: 0;
		}
		
		
@media (max-width: 1024px) {  
	
	.hero-details {
		border-top: none;
		margin-top: 0;
	}
	
	.hero-details-inner { 
		width: 100%;
		margin-right: 0;
		padding-top: 4px;
		border-top: 2px solid white;
	}
	
	.hero-details-inner:nth-child(odd):after {
		width: 0px;
		}
		

		

	
}
	

	
/********************************************************************************** Home page typography */
	
#main section.grid h2, #main section.grid h1, #main section.grid .countdown span  {
	font-family: 'GT America Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: white;
	font-size: 4.5vw;
	line-height: 1;
	margin-bottom: 2vw;
}

#main #content.home h2 {
	font-size: 54px;
	font-family: 'GT America Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FF432D;
	margin: 0;
	padding: 0;
	border: none;
}

section.grid p {
	color: white;
	font-size: 28px;
	width: 70%;
	margin: 0 0 1em 0;
}	

section.grid p a {
	color: white;
}

section.grid p a:after {
	content: ' \2192';
}

	section.grid .slide-caption p a:after {
		content: none !important;
	}
	

/********************************************************************************** Countdown */

#main section.grid .countdown div {

}

#main section.grid .countdown h2 {
	margin-bottom: 0;
}

section.grid .countdown p {
	width: 100%;
	max-width: 100% ;
	padding: 0;
	
}

#main section.grid .countdown div:last-of-type {
	border-bottom: none;
}

ul.countdown {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.countdown li {
	border-bottom: 2px solid white;
	padding-bottom: 0;
}



ul.countdown li:last-of-type {
	border-bottom: none;
}


/********************************************************************************** Video */

.video-container {
	width: 100%;
	padding-top: 56.25%; /* aspect ratio of video */
	position: relative;
	margin-bottom: .75vw;
}

.grid-item.video video {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin-bottom: 1em;
}

.grid-item.video video.video-preview {
	z-index: 2;
}

.playing {
	opacity: 0;
	transition: opacity linear 500ms, visibility linear 0ms;
	visibility: hidden;
	transition-delay: 0, 500ms;
}

.paused {
	opacity: 1;
	transition: opacity linear 500ms;
	visibility: visible;
	transition-delay: 0, 0;
}

#play {
	z-index: 3;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 0 50px 86.6px;
	border-color: transparent transparent transparent rgba(255,255,255,.8);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#play, .grid-item.video video  {
	cursor: pointer;
}

.grid-item.video p {
	margin: 0;
}

/********************************************************************************** Slideshow */

.grid-slideshow-sizer {
	display: block;
	position: relative;
	background: lightpink;
	width: 38.9166875vw;
	padding-top: 56.25%;
	
}



.slide {
	width: 100%;
/* 	position: static !important; */
}
	
	.slide-img {

	}
	
		.slide-img img {
			width: 100%;
			height: auto;
			
		}
		
	.slide-caption {
		
	}
	
	.cycle-pager strong a {
		color: white;
		font-size: 32px;
	}
	

	
.slick-arrow {
	display: block;
	position: absolute;
	top: 45%;
	z-index: 9999;
	background: none;
	border: none;
	color: white;
	opacity: 0;
	padding: 12px;
	font-size: 28px;
	transition: opacity 200ms ease-in-out;
}


@media (max-width: 1440px) {
	
		.slick-arrow { font-size: 20px;}
	
	}

.slick-arrow:focus {
	opacity: 1;
}

.slick-arrow:focus {
	background: #000;
	border-radius: 12px;
	margin: 0 12px 0 12px;
}

.grid-slideshow:hover .slick-arrow {
	opacity: 1;
	transition: opacity 200ms ease-in-out;
}

.slick-next.slick-arrow {
	right: 32.3333125vw;
}
	

.carousel-home {
	position: relative;
}




	

/********************************************************************************** Blog */

.grid-item.blog p {
	margin: 0;
}

.grid-item.blog p a {
	display: inline-block;
	margin-bottom: 1em;
}

.btn.blog {
	width: 48%;
	float: left;
}

.btn.blog.prev {
	margin-right: 2%;
}

.btn.blog.next {
	float: right;
}


.btn.blog.next:after {
	content: '';
	display: block;
	clear: both;
}

.prev-next-blog {
	display: block;
	clear: both;
	margin: 64px 0;
}

/********************************************************************************** About NeoCon */

.aboutNeoCon .grid-item-inner {
	padding-bottom: 200px;
}

.aboutNeoCon h2 {
	max-width: 90%;
}

/********************************************************************************** Sponsors */

#content.home {
	padding-top: 42px;
}

.home .sponsor-gallery {
	margin-top: 42px;
}


@media (min-width: 1024px) {

	#content.home {
		padding-right: 0;
		padding-left: 0;
	}

}

.carousel.logos {
	width: 100%;
	margin-top: 64px;
}

.carousel.logos .carousel-controls {
	border-top: 1px solid #cccccc;
}

	.carousel.logos .carousel-controls button {
		background: none;
		border: none;
		padding: 0;
		color: #757575;
		cursor: pointer !important;
		font-size: 16px;
		
	}

		.carousel.logos .carousel-controls button:hover {
			color: #cccccc !important;
		}
	
	.carousel.logos .carousel-controls .play {
		display: none;
	}
	
	.carousel.logos .carousel-controls span {
		color: #757575;
		padding: 0 2px 0 0;
	}
	
	.carousel.logos .carousel-controls span:after {
		content: ' /';
	}
	
	.carousel.logos .carousel-controls span:last-child:after {
		content: '';
	}

.carousel.logos .carousel-item {
	text-align: center;
	height: 250px;

}

	.carousel.logos .carousel-item a {
		display: block;
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 24px 0;
	}

	.carousel.logos .carousel-item img {
		max-width: 250px;
		max-height: 250px;
		
	}
	
.carousel-inner {
	width: 100%;
	
}

/********************************************************************************** Footer */

#footer-logo {
	padding-bottom: 24px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 24px;
}

	#footer-logo img {
			
	}
	
#footer .logo {
	opacity: .5;
}


#footer ul, #footer div.footer-col {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
}

	#footer ul li a, div.footer-col a {
		color: #757575;
	}
	
	#footer ul li a:hover, div.footer-col a:hover {
		color: black;
	}
	
	#footer ul li a.orange, div.footer-col a.orange {
		color: #FF432D;
		font-family: 'GT America Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
	#footer ul li a.orange:hover, div.footer-col a.orange:hover {
		color: black;
	}
	
	#footer ul li a.orange:after, div.footer-col a.orange:hover {
		content: ' \2192';
	}

.the-mart {
	float: left;
	width: 100%;
	margin-top: 96px;
	color: #ccc;
}

.the-mart p, .the-mart address, .the-mart a {
	color: #757575;
}

.the-mart p {
	margin-bottom: 1em;
}

.the-mart p a {
	color: #757575;
	font-weight: normal;
	font-family: 'GT America Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content > .text p strong a {
	color: #FF432D;
	text-decoration: none;
}

#content > .text p strong a:hover {
	color: #757575;
}

/********************************************************************************** Show Info */

#content {  }

.show-info  {
	
}

.show-info .column {
	width: 297.3333333333px;
	margin: 0 24px 0 0;
	position: relative;
	overflow: visible;
}

	.show-info .column:after {
		content: '';
		position: absolute;
		display: block;
		height: 100%;
		width: 2px;
		background: #FF432D;
		top: 0;
		right: -13px;
	}

.show-info .column:last-child {
	margin-right: 0px;
	border: none;
}

	.show-info .column:last-child:after {
		width: 0;
		background: none;
	}


#content .column h2, #content .column h3 {
	color: #FF432D;
	font-family: 'GT America Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2em;
	width: 70%;
}

	#content .column p {
		width: 80%;
	}

#show-hero {
	width: 100%;	
	position: relative;
	padding-top: 67.70833333%;
}

#content #show-hero h2 {
	font-family: "GT America Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 106px;
	margin: 0;
	padding: 0;
	border: none;
	position: absolute;
	top: 0;
	width: 80%;
	line-height: 1;
	z-index: 2;
}

#show-hero img {
	position: absolute;
	top: 30%;
	right: 0;
	bottom: 0;
	width: 618px;
}

#show-hero {
	margin-top: 80px;
}

/********************************************************************************** Dates */

#content section.date h2 {
	margin-bottom: 42px;
}

section.date div {
	float: left;
	width: 50%;
	margin: 0 0 21px 0;
	padding: 0;
	list-style: none;
}

section.date div strong {
	color: #FF432D;
}

	section.date div ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

section.date ul span.day, section.date ul span.time {
	display: inline-block;
	
}

section.date ul li {
	display: block;
	line-height: 1.3;
}

section.date ul li time {
	display: block;
	width: 100%;
	position: relative;
	
}

section.date ul span.time { 
	position: absolute;
	left: 50%;
	}
	
div.future-dates p {
	margin: 0;
}


/********************************************************************************** The Team */


#content.team .events {
	margin-top: 42px;
}

#content.team .events .event {
	padding: 0;
	border: none;
	
}

#content.team .events .event .text {
	padding: 0;
	border: none;
	}
	
#content.team h3 {
	color: #FF432D;
}

/********************************************************************************** Hotel & Travel */

iframe#googlemap {
	width: 100%;
	height: 500px;
	border: none;
	margin: 42px 0 21px 0;
}

/********************************************************************************** CEU */

div.advisory-committee {
	margin-top: 42px;
}

.advisory-committee .event {
	float: none;
}

.advisory-committee table.people-list td {
	padding-bottom: 1em;
}

/* keynotes */

.event.keynote h2 {
	line-height: 1.3;
}


.event.keynote h2 span {
	font-family: 'GT America Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	max-width: 100%;
	display: inline-block;
}

.event.keynote h2 span.presentationType {
	font-size: 16px;
}

.event.keynote h2 span.presentationTitle {
	font-family: 'GT America Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.event.keynote .image-col {
	width: 297px;
}
.event.keynote .image-holder {
	width: 100%;
}

.event.keynote .image-holder img {
	width: 100%;
	height: auto;
}

.events .event.keynote .description .holder {
	width: 616px;
}

.events .event.keynote .description {
	margin-top: 24px;
}


.text .sponsors img {
	max-width: 80px;
	max-height: 80px;
	height: auto;
	width: auto;
	display: inline-block;
}

.sponsors {
	margin-top: 21px;
}

.sponsors ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.event .text .sponsors ul li {
	display: inline-block;
	margin: 0 42px 0 0;
	border: none;
	padding: 0;
}

.event .text .sponsors span {
	display: inline-block;
	margin-bottom: 0;
	color: #757575;
}

.keynote-description {
	max-height: 11.3em;
}

.read-more {
	font-family: 'GT America Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}

.read-more:after {
	content: ' ↓';
}

.read-more.close:after {
	content: ' ↑';
}

/********************************************************************************** Press */

.press.events .event {
	padding-bottom: 0;
	border: none;
}

.event.press  {
	margin-top: 24px;
}

.event.press h3 {
	max-width: 80%;
	}

.event.press h3 a {
	text-decoration: none;
}

.event.press h3 a:after {
	content: ' \2192';
}


.event.press h3 a:hover {
	color: #757575;
}


.event .text li {
	list-style: none;
	margin-left: 0;
	padding: 0;
}


a.orange {
	color: #FF432D;
}

.event.press h3 a.orange:hover {
	color: #757575;
}


.press .text a {
	color: black;
	display: block;
	margin-bottom: 1.5em;
	-webkit-column-break-inside: avoid;
}

.press .text a:hover {
	color: #757575;
}


.press  .text a:after {
	content: ' \2192';
}

#main .press h3 {
	margin-bottom: 7px;
}

a.press-clip:hover h3 {
	color: #757575;
}

a.press-clip p {
	font-family: 'GT America Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a.press-clip p:after {
	content: ' \2192';
}

.pagination-container {
	margin-top: 32px;
}


.pagination {
	display: block;
	border-top: 1px solid #cccccc;
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;
}

.pagination li {
	display: inline-block;
	padding: 0 3px 0 5px;
	
}

.pagination li:after {
	content: ' /';
	color: #808080;
}

.pagination li:last-child:after {
	content: '';
}

.pagination li a, .pagination li.disabled a {
	color: #808080;
}

.pagination li a:hover {
	color: #cccccc;
}

.pagination li.disabled a:hover {
	color: #808080;
}

.pagination li.active a {
	color: black;
}




/********************************************************************************** Access */

/*
#content.access .event.open img {
	max-width: 100px;
	max-height: 100px;
	margin: 0 12px 24px 0;
	
}
*/

#content .col-50 {
	width: 50%;
	float: left;
}

#content .col-50 p, #content .col-50 h3, #content .col-50 h4, #content .col-50 h5 {
	width: 90%;
}


/********************************************************************************** Contact Form */

#contactForm label {
	display: block;
	padding-bottom: 12px;
}

#contactForm .colLeft {
	width: 30%;
	float: left;
	box-sizing: border-box;
	padding-right: 24px;
	
}

#contactForm .colRight {
	width: 70%;
	box-sizing: border-box;
	float: right;
}

#contactForm input, #contactForm textarea, #contactForm select {
	background: #eee;
	border: none;
	width: 100%;
	margin-bottom: 12px;
}

#contactForm textarea {
	min-height: 300px;
}

#contactForm input[type="submit"] {
	background: none;
	width: auto;
	padding: 0;
	float: right;
	color: #FF432D;
}

#contactForm input[type="submit"]:hover {
	color: #757575;
}

#response {
	display: none;
}


/********************************************************************************** Exhibitor Portal */


.exhibitor-portal .portal-accordion .heading h3 {
	color: #757575;
	float: left;
}


.accordion-status {
	float: right;
	width: 18px;
	height: 18px;
	position: relative;
	top: 2px;
	transition: transform ease-in-out 200ms;
}

.accordion-status:before, 
.accordion-status:after {
  position: absolute;
  left: 9px;
  content: ' ';
  height: 18px;
  width: 2px;
  background-color: #757575;
}
.accordion-status:before {
  transform: rotate(90deg);
}
.accordion-status:after {
  transform: rotate(180deg);
}


.portal-accordion h3 {
	cursor: pointer;	
}
	

.exhibitor-portal .portal-accordion:hover h3 {
	color: #FF432D;
}

.exhibitor-portal .portal-accordion .ui-accordion-header-active h3 {
	color: #FF432D;
}

.ui-accordion-header-active .accordion-status {
	transform: rotate(45deg);
}

.events.exhibitor-portal > .portal-accordion {
	padding-bottom: 0px;
/* 	border-top: 1px solid #ccc; */
	border-bottom: 1px solid #ccc;
	margin: 0;
}

/*
.events.exhibitor-portal > .portal-accordion ~ .portal-accordion  {
	border-top: none;
}

.events.sponsors > .portal-accordion {
	border-top: 2px solid #FF432D;
}

.events.sponsors > .portal-accordion ~ .portal-accordion  {
	border-top: none;
}
 
*/
.events.exhibitor-portal .event.portal-accordion .text {
	padding: 0 0 64px 0;
}

.exhibitor-portal div.text ul{
	width: 100%; 
	display: inline-block; 
	vertical-align: top; 
	list-style-type: disc;
	}

.exhibitor-portal div.text li {
	display: inline-block;
	padding: 0 3px 0 5px;
	
}

/*
*/

.exhibitor-portal div.event:first-child {
/* 	border-top: 1px solid #ccc; */
}

.exhibitor-portal .intro p {
	margin-top: 48px;
	font-family: 'GT America Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 27px;
}

.exhibitor-portal .intro p a:after {
	content: ' \2192';
}

#main .exhibitor-portal > h3 {
	color: #FF432D;
	cursor: default !important;
}

.intro {
/* 	padding-bottom: 42px; */
}

#content.exhibitor-portal-container h2 {
	border: none;
	background: #FF432D;
	color: white;
	margin: 0 0 1px 0;
	padding: 24px;
	cursor: pointer;
}

#content.exhibitor-portal-container .events .heading {
	padding-right: 24px;
}

#content.exhibitor-portal-container h2:hover {
	background: #757575;

}

#content.exhibitor-portal-container .events {
	padding-bottom: 64px;
	margin-bottom: 0;
}

#content.exhibitor-portal-container .intro {
	padding-bottom: 0px;
}


#content.exhibitor-portal-container h2 .accordion-status:before, 
#content.exhibitor-portal-container h2 .accordion-status:after {
	background-color: white;
	}
	
.ui-state-focus { outline: none; }

.exhibitor-portal-container .event .text ul {
	margin-top: 0;
	}

.exhibitor-portal-container .event .text li {
	list-style: disc;
	display: list-item;
	padding: 5px 0;
	margin-left: 20px;
	}


/********************************************************************************** MailChimp */

#mc_embed_signup  {
	padding: 0;
}

#mc_embed_signup input {
	display: block;
	width: 100%;
	margin-bottom: 1em;
	border: 1px solid #ccc;
}

#mc_embed_signup label {
	display: block;
	padding: 1em 0;
}

.indicates-required {
	padding: 1em 0;
	color: #757575;
}

#mc_embed_signup input#mc-embedded-subscribe.button {
	border: none;
}

/********************************************************************************** Seminar Placeholder */

#content.seminar img {
	width: 100%;
	height: auto;
}


/********************************************************************************** Register */

#content.register h4 {
	padding-top: 1em;
}

/**********************************************************************************  Blog */

#content.blog header h1 {
	margin-bottom: 96px;
}


#main .blog h4 {
	font-size: 60px;
	margin-bottom: 14px;
	
}

.featured-image img {
	width: 100%;
}

.meta  {
	color: #FF432D;
}

.meta, .featured-image, .articleBody {
	margin-bottom: 1em;
}

a.more-blog:after {
	content: ' \2192';
}

.articleBody h4 {
	border: none;
	
}

#main .blog article {
	margin-bottom: 96px;
}

.blog footer {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 2em;
}

.blog footer span, .blog footer span a {
	color: #757575;
}

.blog footer span a:hover {
	color: black;
}

header strong.categories {
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}

header .categories a {
	
}

.blog nav {
	font-size: 27px;
	text-align: right;
}

.blog nav a {
	color: #757575;
}

.blog nav a:hover {
	color: black;
}

.blog nav span.current {
	color: black;
}

.blog aside {
	border-top: 2px solid #FF432D;
	margin-top: 42px;
	padding-top: 12px;
}

.blog aside:after {
	content: '';
	display: block;
	clear: both;
}

.blog aside ul {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0;
	list-style: none;
}

	.blog aside ul li  {
		font-size: 27px;
		margin: 0;
		padding: 0;
		display: block;
	}
	
#content.blog a:hover h1 {
	color: #757575;
	
}

#content.blog h1 span {
	font-family: 'GT America Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.archive ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.archive article ul li a:after {
	content: ' \2192';
}


.articleBody img {
	width: 100%;
	height: auto;
}

.articleBody img.center {
	display: block;
	width: 70%;
	height: auto;
	margin: 0 auto;
}


.articleBody h6 {
	font-weight: normal;
	text-align: center;
	font-family: 'GT America Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #757575;
}

/**********************************************************************************  Apply to Exhibit */

#main #content.apply-to-exhibit .open .text p {
/* 	font-size: 27px; */
}

a.register-button {
	display: block;
	width: 100%;
	padding: 32px 0;
	background: #FF432D;
	text-align: center;
	color: #fff;
	
}

a:hover.register-button {
	text-decoration: none;
	background: black;
	color: white;
	
}

a.register-button:after {
	content: ' \2192';
}

#main #content.apply-to-exhibit .open .open-col {
	width: 50%;
	float: left;
}

#main #content.apply-to-exhibit .open .open-col ul {
	margin: 0;
}

.apply-to-exhibit .event.open img {
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

.apply-to-exhibit h3 a {
	color: #FF432D;
	text-decoration: none;
	
}

.apply-to-exhibit h3 a:hover {
	color: #757575;
}

.apply-to-exhibit h3 a:after {
	content: ' \2192';
}



#main #content.apply-to-exhibit .open ul h3 {
	margin-top: 0;
}

#main #content.apply-to-exhibit .open ul h3, #main #content.apply-to-exhibit .open ul li, #main #content.apply-to-exhibit .open ul p {
	max-width: 90%;
}

ul > strong {
	display: block;
	color: #FF432D;
	padding-bottom: 12px;
}


body #content > .text {
	font-size: 27px;
	line-height: 1.3;
}

#content .event.keynote .text {
	margin-left: 24px;
}

.keynote-description {
/* 	margin-left: 24px; */
}




a.anchor {
	display: block;
    position: relative;
    top: -100px;
}


#content.register .text {
	margin-top: 32px;
}


#content.register .events {
	margin-bottom: 0;
}

.btn, input.btn {
	background: #FF432D;
	display: block !important;;
	margin: 0 0 16px 0 !important;;
	color: #fff;
	font-size: 27px !important;;
	text-align: center;
	padding: 32px 0 !important;
	width: 100%;
	font-family: 'GT America Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 0 !important;
}

.btn span {
	font-family: 'GT America Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	font-size: 16px;
}

.btn:hover {
	background: #757575;
	color: white;
}


/********************************************************************************** Registration page */

#content.register table.people-list tr {
	border-top: none;
}

#content.register .form-control {
	font-size: 16px;
}

#content.register p {
	font-size: 16px;
}

#content.register p a {
	color: #FF432D;
	font-family: 'GT America Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}

body #content.register > .text {
	margin-bottom:32px;
}

#content.register label {
	font-weight: normal;
}

#content.register .form-control {
	box-shadow: none;
}

#content.register input[type="submit"].btn {
	width: 100% !important;
	max-width: 100% !important;
}

#content.register #regStep2 label {
	font-weight: normal;
/* 	border-top: 1px solid #ccc; */
/* 	width: 100%; */
	padding: 8px 0;
}

#content.register #regStep2 .form-group {
	margin-bottom: 28px;
}

#content.register #regStep2 .controls {
	color: #757575;
	line-height: 1.5;
}

form[name="semlist"] .heading time {
	display: none !important;
}

form[name="semlist"] h3 {
	margin-top: 32px !important;
}

form[name="semlist"] .event input.btn {
	width: auto !important;
	margin: 0 !important;
	max-width: 100% !important;
	background: white;
	color: #FF432D;
	padding: 0 !important;
	top: 22px !important;
	right: 0 !important;
	border-radius: 0 !important;
}

form[name="semlist"] .event input.btn:after {
	content: ' \2192';
}

form[name="semlist"] .description {
	padding-bottom: 0;
}

#content.register .events .description .holder {
	width: 100%;
	border-left: 0;
}


#content.register .event .text li {
	margin: 0 0 16px 0;
	border-top: 1px solid #ccc;
	color: #FF432D;
	list-style: none;

}

#content.register .events .summary {
	columns: 1;
}

#content.register .events .summary strong {
	color: #FF432D;
	font-family: 'GT America Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	text-transform: lowercase;
}

#content.register .events .summary strong:first-letter {
	text-transform: uppercase;
}

#content.register strong {
	font-family: 'GT America Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#content.register table {
	width: 100% !important;
	border: none !important;
}

#content.register table tr {
	border-bottom: 1px solid #ccc;
	
}

#content.register table tr:first-of-type {
	border-top:  1px solid #ccc;
}

#content.register table td {
	background: white !important;
	padding: 16px 0;
	color: #757575;
}

#content.register table strong {
	color: #000;
}

#content.register .btn {
	max-width: 100%;
	width: 100%;
}

#content table h2 {
	margin: 0 0 32px 0;
	border-top: none;
	border-bottom: 0;
	padding: 0;
}


a#onpeak_button, #oasis_button{
	background: #FF432D !important;
	font-weight: normal !important;
	letter-spacing: 0px !important;
}

a#onpeak_button:hover, #oasis_button:hover {
	background: #757575 !important;

}

.onpeakContainerbuttons a {
	background: #FF432D;
	padding: 20px;
	margin: 0 20px 0 0;
	color: white;
	font-size: 16px !important;
}

.onpeakContainerbuttons a:hover {
	background: #757575!important;
}

.onpeakMagnetFooter {
	padding: 0px !important;
}

.onpeak_ajaxHotelRow {
	font-family: 'GT America Regular'!important;
}

.onpeak_ajaxHotelPrice {
	font-family: 'GT America Bold'!important;
	font-weight: normal !important;
}

.onpeakHelpUl li {
	padding: 0 20px 0 0 !important;
	margin: 0 !important;
}

/********************************************************************************** Registration page fixes 2019 */


#content.register .events .heading {
	float: left; 
}

#content.register .accordion-status {
	top: 42px;
}

form[name="semlist"] .event input.btn {
	top: 28px !important;
	right: 60px;
}

/********************************************************************************** Ads */

#ad-container {
	width: 100%;
	text-align: center;
	margin: 24px 0 48px;
	}

	#ad-container img {
		text-align: center;
		margin: 0 auto;
	}
	
	
.mobileOnly {
	display:none;
}



/*********************************************************************************************************************************************** Update navigation */

@media (min-width: 768px) { 

#mobile-open {
	display: none;
}

#dates-wrap {
	float: left;
	display: flex;
	height: 25px;
	position: relative;
	bottom: -2px;
	margin: 0 0 0 20px;
}

#dates-wrap p {
	margin: 0;
	padding: 0;
	align-self: flex-end;
	color: #757575;
}


/* hover state */

#primary-nav-wrap a:focus, #primary-nav-wrap li:hover > a, #header.active #primary-nav-wrap ul a:hover, #header.active #primary-nav-wrap ul a:hover, #header.active.headroom--pinned.headroom--top #primary-nav-wrap ul li a:hover {
	color: #FF432D;
}

/* opened menu */

#primary-nav-wrap ul a.open-menu[aria-expanded=true] ~ ul {
  	display: block;
}


/* wrap */

#primary-nav-wrap {
	float: right;
	height: 25px;
	display: flex;
	position: relative;
	bottom: -2px;
}


#primary-nav-wrap ul {
	align-self: flex-end;
	padding: 0px;
	margin: 0;
	list-style: none;
	position: relative;
	float: left;
}

#primary-nav-wrap ul li {
	color: black;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}

#header.headroom--pinned.headroom--top #primary-nav-wrap ul li, #header.headroom--pinned.headroom--top #primary-nav-wrap ul li a {
	color: black;
}

#primary-nav-wrap ul a {
	text-align: left;
	display: inline-block;
	color: black;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	width: auto;	
	padding: 0 2px 0 4px;
}


#header.active #primary-nav-wrap ul a, #header.active #primary-nav-wrap ul li, #header.headroom--pinned #primary-nav-wrap ul li, #header.headroom--pinned #primary-nav-wrap ul li a, #header.active.headroom--pinned.headroom--top #primary-nav-wrap ul li a, #header.active.headroom--pinned.headroom--top #primary-nav-wrap ul li {
	color: white;
}

#header.active li.main-nav-level > a:hover {
	color: #757575 !important;
	cursor: default;
}

#header ul li a.active, #header.active ul li a.active {
	color: #757575 !important;
}

#primary-nav-wrap .register, #header.active #primary-nav-wrap .register, #header.headroom--pinned #primary-nav-wrap .register, #header.headroom--pinned.headroom--top #primary-nav-wrap ul li a.register {
	font-family: "GT America Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:  #FF432D;
}


/* submenu */

#primary-nav-wrap ul ul {
	text-align: left;
	padding: 0px;
	display: none;
	position: absolute;
	padding: 0;
}

#primary-nav-wrap ul li ul li {
	padding-top: 2px;
	width: 180px;
}

	#primary-nav-wrap ul li ul li a {
		padding: 2px 2px 2px 4px;
	}

li.main-nav-level > a:after {
	content: ' /';
}

li:last-child.main-nav-level > a:after {
	content: '';
}

#header.active li.main-nav-level > a:hover:after {
	color: white;

}

/* transition */

#primary-nav-wrap ul ul {
	display: block;
	visibility: hidden;
	}
	
#primary-nav-wrap ul a.open-menu[aria-expanded=true] ~ ul {
	display: block;
  	visibility: visible;
}

#primary-nav-wrap ul ul li {
	opacity: 0;
  	transition: opacity 500ms linear;
/*   	transition-delay: 100ms; */

}

#primary-nav-wrap ul a.open-menu[aria-expanded=true] ~ ul li {
  	opacity: 1;
  	transition: opacity 500ms linear;
/*   	transition-delay: 100ms; */
}

/* focus */


#primary-nav-wrap a:focus {
	color:  #FF432D !important;
	}





}


@media (max-width: 768px) { 
	
	
	/* mobile menu opener */
	
	
	#mobile-open {
		position: relative;
		display:  inline-block;
		width: 30px;
		height: 24px;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	#mobile-open span {
		margin: 0 auto;
		position: relative;
		top: 12px;
	}
	#mobile-open span:before, #mobile-open span:after {
		position: absolute;
		content: '';
	}
	#mobile-open span, #mobile-open span:before, #mobile-open span:after {
		width: 30px;
		height: 3px;
		background-color: #000;
		display: block;
	}
	#mobile-open span:before {
		margin-top: -9px;
	}
	#mobile-open span:after {
		margin-top: 9px;
	}
	
	#mobile-open.opened span, #mobile-open.opened span:before, #mobile-open.opened span:after {
		background: white;
		}
		
	#mobile-open span {
		-webkit-transition-duration: 0s; transition-duration: 0s;
		-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
	}
	#mobile-open.opened span {
		background-color: rgba(0,0,0,0.0);
		-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
	}
	#mobile-open span:before {
		-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
		-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
		-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
	}
	#mobile-open.opened span:before {
		margin-top: 0;
		-webkit-transform: rotate(45deg); transform: rotate(45deg);
		-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
	}
	#mobile-open span:after {
		-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
		-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
		-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
	}
	#mobile-open.opened span:after {
		margin-top: 0;
		-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
		-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
	}	
	

	/* dates */

	
	#dates-wrap {
		float: left;
		display: flex;
		height: 25px;
		position: relative;
		bottom: -2px;
		margin: 0 0 0 20px;
	}
	
	#dates-wrap p {
		margin: 0;
		padding: 0;
		align-self: flex-end;
		color: #757575;
	}
	
	
	/* reveal menu */
	
	#header {
		height: 45px;
		overflow: hidden;
		transition: height ease 500ms, background-color linear 500ms;
	}
	
	
	#header.mobile-opened {
		background: black !important;
		height: 100%;
		transition: height ease 500ms, background-color linear 500ms;
	}
	
	#header.mobile-opened .logo {
		filter: invert(100%);
		-webkit-filter: invert(100%);
	}
	
	
	/* menu */
	
	#primary-nav-wrap {
		float: left;
		clear: both;
		height: auto;
		display: block;
		position: static;
		width: 100%;
	}
	
	#primary-nav-wrap ul.nav-items {
		width: 100%;
		margin-top: 5vh;
	}
	
	#primary-nav-wrap ul {
		margin: 0;
		padding: 0;
		display: block;
		list-style: none;
	}
	
	#primary-nav-wrap li {
		width: 100%;
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#primary-nav-wrap li a {
		color: white;
		padding: 16px 0;
		border-bottom: 1px solid #444;
		display: block;
		
	}
	
	#primary-nav-wrap li a:hover {
		color: #FF432D;
	}
	
	#primary-nav-wrap li:first-of-type > a {
		border-top: 1px solid #444;
		}
		
	#primary-nav-wrap ul li ul li:first-of-type a {
		border-top: none;
		}
	
	
	#primary-nav-wrap ul li ul li a {
		padding-left: 18px;
	}
	
	#primary-nav-wrap ul li ul li a:before {
		content: '›  ';
	}
	
	#primary-nav-wrap ul a.open-menu[aria-expanded=true] ~ ul {
		display: block;
	}
	
	#primary-nav-wrap ul ul { 
		display: none;
	}
	
	#primary-nav-wrap a.register {
		margin-top: 18px;
		background: #FF432D;
		border: none;
		text-align: center;
		font-family: "GT America Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
	#primary-nav-wrap a.register::after {
		content: ' \2192';
	}
	
	#primary-nav-wrap a.register:hover {
		color: white;
	}
	
}


/*********************************************************************************************************************************************** Show hide social media */


body.home .social-networks {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear, opacity 200ms linear;
	transition-delay: 200ms, 0;
}

body.home .social-show {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear, opacity 200ms linear;
	transition-delay: 0, 0;
}


/********************************************************************************** Show content only for screenreaders */


.screenreader {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important
}


/*********************************************************************************************************************************************** Pause countdown */


#countdownPause, #countdownPlay {
	padding: 0;
	border: 0;
	margin: 0;
	text-indent: -99999px;
	background: none;
	display: inline-block;
	float: left;
	
}

/*
#countdownPlay {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 12px solid #ffffff;
    border-bottom: 8px solid transparent;
}

#countdownPause {
    width: 12px;
    height: 16px;
    border-right: 4px solid #ffffff;
    border-left: 4px solid #ffffff;
}
*/

#countdownPause {
	background: white;
}


#countdownPause, #countdownPlay {
	height: 16px;
	width: 16px;
	border-radius: 8px;
	border: 2px solid white;
	}
	
#countdownControls {
	border-top: 2px solid white;
	padding-top: 16px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

#countdownControls::after {
	content: '';
	display: block;
	clear: both;
}



@media (max-width: 1440px) {
	
	
		#countdownPause, #countdownPlay {
			height: 10px;
			width: 10px;
			border-radius: 5px;
			
			}
	
		#countdownControls {
			padding-top: 8px;
			}
			
	
	}


@media (max-width: 768px) {
	
		#countdownControls {
			border-top: 0;
			float: left;
		}
		
		#countdownControls::before {
			content: '';
			display: block;
			clear: both;
		}
	}


/*********************************************************************************************************************************************** Social media footer */


div.social a {
	display: inline-block;
	margin: 0 8px 8px 0;
}

div.social a:hover img {
	opacity: .5;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


.footer-col a.orange::after {
	content: ' \2192';
}


/*********************************************************************************************************************************************** Skip to main content link */


a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;  
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top:60px;
    width: auto;
    height: auto;
    overflow:auto;
    margin: 0 auto;
    padding:5px 18px;
    border-radius: 15px;
    text-align:center;
    font-size: 16px;
    font-family: 'GT America Regular';
    z-index:99999;
    left: 50%;
	transform: translateX(-50%);
}


/*********************************************************************************************************************************************** Generic slideshows */


.carousel-generic {
	margin-top: 42px;
	position: relative;
}

.carousel-generic img {
	width: 100%;
	height: auto;
}


.carousel-generic .carousel-controls {
	width: 100%;
	background: lightyellow;
	position: absolute;
	z-index: 9999;
	top: 50%; 
 	transform: translateY(-50%);
	left: 0;
}

@media (max-width: 768px) { 
	
.carousel-generic .carousel-controls {
	width: 100%;	
	}
}

.carousel-generic .carousel-controls .prev {
	position: absolute;
	left: 1vw;
}
	
.carousel-generic .carousel-controls .next {
	position: absolute;
	right: 1vw;
}

.carousel-generic .carousel-controls .pause {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.carousel-generic .carousel-controls button {
	opacity: 0;
	border: none;
	background: black;
	border-radius: 6px;
	padding: 4px 8px;
	font-size: 28px;
	color: white;
	margin: 0;
	transition: opacity 200ms linear;
}

@media (max-width: 1440px) { 
	
	.carousel-generic .carousel-controls button { 
		font-size: 20px;
		}
}

.carousel-generic .carousel-controls button:focus {
	opacity: 1;
}



/*********************************************************************************************************************************************** Sponsor logo grid  */


.logo-container {
	margin-top: 26px;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}

.logo-container	li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.logo-container:after {
	content: '';
	display: block;
	clear: both;
}


/* hide bottom row bottom border */

.logo-container:after {
	content: '';
	display: block;
	height: 1px;
	background: white;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.logo-item img {
	max-height: 135px;
	max-width: 135px;
	height: auto;
	width: auto;
	}
	
.logo-item img.square {
	max-height: 90px;
	max-width: 90px;
}
	
.logo-item:hover img {
	opacity: .5;
}

.logo-item {
	float: left;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	
	height: 150px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;	
	cursor: pointer;             
}


	             
.logo-item * {
	vertical-align: middle;
}

.logo-item span {
	display: inline-block;
	height: 100%;
	width: 1px;
}	 


@media (min-width: 1025px) {	
	
	.logo-item {
		width: 25%;
	}
	
	.logo-item:nth-child(4n) {
		border-right: none;
	}
}      


@media (min-width: 769px) and (max-width: 1024px) {	
	
	.logo-item {
		width: 33%;
	}
	
	.logo-item:nth-child(3n) {
		border-right: none;
	}
}   

@media (max-width: 768px) {

	.logo-item {
		width: 50%;
	}
	
	.logo-item:nth-child(2n) {
		border-right: none;
	}

}         


/*********************************************************************************************************************************************** Homepage 2019  */


section.grid.grid-2019 {
	width: 100%;
	background-image: none;
	background: #FF432D;
	margin-top: 73px;
	padding-top: 0;
	padding-bottom: 0;
}

section.grid.grid-2019 .grid-row {
	width: 100vw;
	margin-bottom: 0;
}

section.grid.grid-2019 .grid-item {
	float: left;
	box-sizing: border-box;
	padding-top: 1.5vw;
	margin-top: 0;
	padding-bottom: 500em;
	margin-bottom: -500em;
	position: relative;
}

section.grid.grid-2019 .grid-item.no-margin {
	padding-top: 0;
	margin-top: 0;
}

section.grid.grid-2019 .grid-item-inner {
	padding: 0 1.5vw 1.5vw 1.5vw;
	
}

section.grid.grid-2019 .grid-item.no-margin .grid-item-inner {
	padding: 0;
}


section.grid.grid-2019 .grid-row .grid-item:after {
	display:none;
}

section.grid.grid-2019 .grid-row.row-1 {
/* 	background: url('/images/2019/neocon-grid-web-row-1.svg') white no-repeat; */
	background: none;
	background-size: 100% auto;
	padding-bottom: 7.3%;
}

section.grid.grid-2019 .grid-row.row-2 .grid-item.grid-50 {
/* 	background: url('/images/2019/neocon-grid-web-row-2.svg') white no-repeat; */
	background: none;
	background-size: 100% auto;
	padding-top: 0;
}

section.grid.grid-2019 .grid-dots {
	background: url('/images/2019/dots.png') white no-repeat;
	background-size: 100vw auto;
}

section.grid.grid-2019 .grid-row.row-2 .grid-item.grid-50 .sizer {
	width: 100%;
	padding: 0 0 28.6% 0;
}

section.grid.grid-2019 .grid-item.tagline {
	background: white;
	color: black;
}

	section.grid.grid-2019 .grid-item.tagline p {
		color: black;
	}

section.grid.grid-2019 .grid-item.location {
	background: black;
	color: white;
}


section.grid.grid-2019 .grid-row.row-2 {
}

section.grid.grid-2019 .grid-row:after {
	display: none;
}


section.grid.grid-2019 .grid-item.grid-75 {
	width: 75vw;
}

section.grid.grid-2019 .grid-item.grid-50 {
	width: 50vw;
}	

section.grid.grid-2019 .grid-item.grid-25 {
	width: 25vw;
}

.pillars {
	background: #e6e6e6;
	float: left;
}

.grid-row-blog {
	background: none;
	float: left;
}

.grid-row-social {
	background: black;
	float: left;
}

.grid-row-social .grid-item {
	background: black;
}

.columns {
	float: left;
	position: relative;
/* 	margin-bottom: 1.5vw; */
	overflow: hidden;
}

.columns::after {
	content: '';
	position: absolute;
	display: block;
	top: 1.5vw;
	bottom: 1.5vw;
	left: 50vw;
	width: 25vw;
	right: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	z-index: 0;
	pointer-events: none;
}

.grid-row-blog .columns::after {
	left: 25vw;
	border-color: black;
}


.grid-item {
	z-index: 1;
}

.gray {
	background: #e6e6e6;

}

.events-slideshow .carousel-item {
	
}







/* slideshow 1 */

section.grid.grid-2019 .grid-50  .slide-img {
	width: 50vw;
	margin: 0;
}

section.grid.grid-2019 .grid-50 .carousel-item.active {
	float: left;
}

section.grid.grid-2019 .grid-50 .slide-caption {
	float: none;
	width: auto;
	background: white;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 1.5vw;
	height: 100px;
	transform: translateY(100%);
	transition: 200ms ease-in-out transform;
}

section.grid.grid-2019 .grid-50 .carousel-inner:hover .slide-caption {
	transform: translateY(0%);
	transition: 200ms ease-in-out transform;
}

section.grid.grid-2019 .grid-50 .slide-caption p, section.grid.grid-2019 .grid-50 .slide-caption a {
	font-size: inherit;
	color: black;
}

/* slideshow 1 fade */

.carousel-fade .carousel-item {
	 opacity: 0;
	 transition-duration: .6s;
	 transition-property: opacity;
}

.carousel-fade .carousel-inner {
	background: white;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}





/* slideshow 2 */


section.grid.grid-2019 .grid-25  .slide-img {
	width: 25vw;
	margin: 0;
}

section.grid.grid-2019 .grid-25 .slide-caption {
	padding: 1.5vw;
}

.grid-item.events-slideshow {
	background: black;
}

.grid-item.events-slideshow .slide-caption p.caption-link {
	margin-bottom: 0;	
}

a.caption-link {
	color: white;
	font-family: 'GT America Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a.caption-link:after {
	color: white;
	content: ' \2192';
}

a.caption-link:hover {
	color: #757575;
}

a.caption-link:hover:after {
	color: #757575;
}


/* slideshow control */

.carousel-home .carousel-controls {
	width: 100%;
	background: none;
	position: static;
	z-index: 9999;
	top: auto;
 	transform: 0;
	left: auto;
}

.carousel-home .carousel-controls .prev,
.carousel-home .carousel-controls .pause,
.carousel-home .carousel-controls .next {
	background:none!important;
	color: #757575;
	border: none; 
	padding: 0!important;
	font: inherit;
	/*border is optional*/
	cursor: pointer;
}

.carousel-home .carousel-controls .prev:hover,
.carousel-home .carousel-controls .pause:hover,
.carousel-home .carousel-controls .next:hover {
	color: black;
}

.carousel-home .carousel-controls .prev:after,
.carousel-home .carousel-controls .pause:after {
	content: ' /';
	color: #757575;
}

.carousel-home .carousel-controls .prev:hover:after,
.carousel-home .carousel-controls .pause:hover:after {
	content: ' /';
	color: #757575;
}

.carousel-home .carousel-controls .prev:focus,
.carousel-home .carousel-controls .pause:focus,
.carousel-home .carousel-controls .next:focus {
	color: black;
}


.events-slideshow .carousel-home .carousel-controls .prev:hover,
.events-slideshow .carousel-home .carousel-controls .pause:hover,
.events-slideshow .carousel-home .carousel-controls .next:hover {
	color: white;
}


.events-slideshow .carousel-home .carousel-controls .prev:focus,
.events-slideshow .carousel-home .carousel-controls .pause:focus,
.events-slideshow .carousel-home .carousel-controls .next:focus {
	color: white;
}



.carousel-home .carousel-controls button {
	opacity: 1 !important;
}



/* typography */


#main section.grid.grid-2019 .grid-item p {
	font-size: 16px;
	width: 90%;	
}

#main section.grid.grid-2019 h2,
#main section.grid.grid-2019 .grid-item h2,
#main section.grid.grid-2019 .grid-item.hero p {
	line-height: 1.1;
}


@media (max-width: 2560px) {

	#main section.grid.grid-2019 h2,
	#main section.grid.grid-2019 .grid-item h2 {
		font-size: 60px;
		margin-bottom: 16px;
	}
	
	#main section.grid.grid-2019 .grid-item.hero p,
	#main section.grid.grid-2019 h1,
	#main #content.home h2 {
		font-size: 60px;
	}
	
	#main section.grid.grid-2019 .grid-item.hero p {
		width: 90%;	
	}
	
	#main section.grid.grid-2019 .grid-item-inner > p {
		width: 75%;	
	}

}

@media (max-width: 1920px) {

	#main section.grid.grid-2019 h2,
	#main section.grid.grid-2019 .grid-item h2 {
		font-size: 39px;
		margin-bottom: 16px;
	}
	
	#main section.grid.grid-2019 .grid-item.hero p,
	#main section.grid.grid-2019 h1,
	#main #content.home h2 {
		font-size: 39px;
	}

}

@media (max-width: 1441px) {

	#main section.grid.grid-2019 h2,
	#main section.grid.grid-2019 .grid-item h2 {
		font-size: 27px;
		margin-bottom: 16px;
	}
	
	#main section.grid.grid-2019 .grid-item.hero p,
	#main section.grid.grid-2019 h1,
	#main #content.home h2 {
		font-size: 27px;
	}

}

@media (max-width: 1280px) {

	#main section.grid.grid-2019 h2,
	#main section.grid.grid-2019 .grid-item h2 {
		font-size: 24px;
		margin-bottom: 16px;
	}
	
	#main section.grid.grid-2019 .grid-item.hero p,
	#main section.grid.grid-2019 h1,
	#main #content.home h2 {
		font-size: 24px;
	}

}

@media (max-width: 1024px) {

	#main section.grid.grid-2019 h2,
	#main section.grid.grid-2019 .grid-item h2 {
		font-size: 20px;
		margin-bottom: 16px;
	}
	
	#main section.grid.grid-2019 .grid-item.hero p,
	#main section.grid.grid-2019 h1,
	#main #content.home h2 {
		font-size: 20px;
	}
	
	#main section.grid.grid-2019 .grid-item p {
		font-size: 14px;
		width: 90%;	
	}
	
	.carousel.logos .carousel-controls button {
		font-size: 14px;
	}

}




#main #content.home h2 {
	width: 80%;
}

#main section.grid.grid-2019 .pillars h2 {
	width: 80%;
}



#main section.grid .tagline h2 {
	color: black;
}



#main section.grid.grid-2019 .pillars .grid-item.grid-25.column-item h2, 
#main section.grid.grid-2019 .pillars .grid-item.grid-25.column-item p,
#main section.grid.grid-2019 .pillars .grid-item.grid-25.column-item a {
	color: black;	
}

#main section.grid.grid-2019 .grid-row-blog .grid-item.grid-25.column-item h2, 
#main section.grid.grid-2019 .grid-row-blog .grid-item.grid-25.column-item p,
#main section.grid.grid-2019 .grid-row-blog .grid-item.grid-25.column-item a {
	color: white;	
}


#main section.grid.grid-2019 .grid-row-blog h2,
#main section.grid.grid-2019 .grid-row-social h2 {
	margin: 1.5vw 0 0 1.5vw;
	display: inline-block;
}

#main section.grid.grid-2019 .grid-row-blog .blog-title {
	font-family: 'GT America Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;	
	margin: 0;
	padding: 0;
}

#main section.grid.grid-2019 .grid-row-blog .blog-link {
	font-family: 'GT America Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;	
	opacity: 1;
}

#main section.grid.grid-2019 .grid-row-blog .blog-link::after {
	content: ' \2192';
}


#main section.grid.grid-2019 .grid-row-blog .blog-link-anchor {
	display: block;
}


#main section.grid.grid-2019 .grid-row-blog .blog-link-anchor:hover {
	opacity: .5;	
}


/* Home page 2019 mobile */


@media (max-width: 768px) {

	body.home #dates-wrap { display: none; }
	

	#main section.grid.grid-2019 .grid-item.hero p {
	
	}

	.grid-inner {
		width: 100%;
		padding: 0 20px;
	}
	
	.grid-item {
		width: 100% !important;
		margin-bottom: 0;
		padding-bottom: 0;
		min-height: 0;
		padding: 14px 0;
		margin: 0;
	}

	section.grid.grid-2019 {
		margin-top: 0;
	}

	section.grid.grid-2019 .grid-row.row-1 {
		padding-bottom: 14.7%;
		
	}
	
	section.grid.grid-2019 .grid-dots {
		background-size: 200% auto;
		background-position: 0 0;
	}
	
	.grid-row.row-2 .grid-50 {
		display: none;
	}
	
	section.grid.grid-2019 .grid-50 .slide-img,
	section.grid.grid-2019 .grid-25 .slide-img {
		width: 100vw;
	}
	
	section.grid.grid-2019 .grid-50 .caption-link:before {
		content: '';
		height: 14px;
		display: block;
	}	
	
	section.grid.grid-2019  .row-2 .grid-item.grid-25 {
		width: 50vw !important;
	}
	
	section.grid.grid-2019 .grid-50 .slide-caption,	
	section.grid.grid-2019 .grid-25 .slide-caption {
		padding: 5vw;
	}
	
	#main section.grid.grid-2019 .grid-row-blog h2, #main section.grid.grid-2019 .grid-row-social h2 {
		margin: 5vw 0 0 5vw;
	}
	
	section.grid.grid-2019 .slide-caption {
		min-height: 100px;
		height: auto !important;
	}
	
	section.grid.grid-2019 .grid-item-inner {
		padding: 0 5vw 5vw 5vw;
	}
	
	section.grid.grid-2019 .grid-item {
		float: left;
		box-sizing: border-box;
		padding-top: 5vw;
	}		
	
	section.grid.grid-2019 .grid-50 .slide-caption {
		transform: translate(0,0);
		position: static;
	}
	
	.pillars .column-item {
		background: #e6e6e6;
	}
	
	.columns::after {
		display: none;
	}
	
	section.grid.grid-2019 .columns .grid-item-inner {
		padding-bottom: 0;
	}
	
	
	.columns .grid-item-inner:after {
		content: '';
		display: block;
		height: 1px;
		width: 100%;
		background: #aaa;
		margin-top: 5vw;
	}
	
	.columns .grid-item:last-child .grid-item-inner:after {
		background: none;
	}
	
	.grid-row-blog .columns .grid-item-inner:after {
		background: black;
	}
	
	.grid-row-social {
		width: 100%;
	}
	
}



#content #page-nav h2 {
			border: none;
			color: black;
			font-size: 16px;
			padding: 0;
			margin: 0;
			font-family: 'GT America Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
		}

/*********************************************************************************************************************************************** Media queries */

@media (max-width: 1440px) {
	
section.grid p {
	color: white;
	font-size: 20px;
	width: 80%;
	margin: 0 0 1em 0;
}	

	
	
	
}/* end 1440px */

@media (max-width: 1024px) {	
	
.mobileOnly {
	display:block;
}
	
	

.js-clingify-locked {
	z-index: 9998;
}
	

body {
	padding-bottom: 1px;
	font-size: 14px;
}	

h5 {
	font-size: 14px;
}
	
	
#main h3 {
	margin: 27px 0;
}

#content > .text {
	margin: 33px 0;
}

#page-nav {
	overflow: auto;
	white-space: nowrap;
	width: 100%;
	position: relative;
	background: #eee;
	border-radius: 10px;
	margin-left: 0;
	padding: 12px;
	margin-bottom: 18px;
	}
	
.js-clingify-locked #page-nav {
	border-radius: 0px;
}




		#content #page-nav h2 {
			display: inline-block;
			color: #757575;
			font-size: 14px;
		}
	
	
		#page-nav ul {
			margin: 0;
			padding: 0;
			color: #757575;
			display: inline-block;
			}
			
		#page-nav-trim {
			content:'';
		    position: relative;
			width: 40px;
			top: -40px;
			float: right;
		    height: 40px;
			background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
			pointer-events: none;
		}
			
			#page-nav ul li, #page-nav span {
				padding: 0;
				margin: 0;
				list-style: none;
				color: #757575;
				display: inline-block;
			}
			
				#page-nav ul li a::after {
					content: ' /';
					color: black;
				}
				
					#page-nav ul li:last-child a::after { 
						content: '';
						}
			
				#page-nav ul li a {
					color: black;
					font-family: 'GT America Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
				}
				
				#page-nav ul li a:hover {
					color: #757575;
				}
				
#nav {
	max-width: 70%;
}

#content.blog header h1 {
	margin-bottom: 64px;
}

#main .blog h4 {
	font-size: 42px;
}

#content .text {
	margin: 1em 0;
}

.articleBody img.center {
	width: 70% !important;
	height: auto !important;				
				}

}	/* end max width 1024 */

@media (min-width: 769px) and (max-width: 1023px) { 
	

	
	#nav {
		width: 80%;
		max-width: 100%;
	}
	
	.nav-block, .nav-drop {
		font-size: 14px;
	}
	
	.nav-drop {
		padding-top: 5px;
	}
	
	.dates {
		position: absolute;
		top: 50px;
		left: 0;
	}

}



@media (max-width: 768px) {
	
	
	#content .intro  img {
		width: 100% !important;
		height: auto !important;
	}

	#contactForm .colLeft, #contactForm .colRight {
		width: 100%;
		padding: 0;
	}

	.slick-arrow {
		display: none !important;
	}

	.js-clingify-locked {
		z-index: 99999;
	}
	
	
	.advisory-committee table.people-list td {
		padding-bottom: 0;
	}
	
	a.anchor { 
		top: -80px;
		}
	
	#main {
		padding-top: 64px;
	}
	
	
	section.grid {
		padding-top: 30vw;
	}
	

	
	.grid-row {
		border: none;
		margin: 0;
	}
	
	.grid-row:after {
		display: none;
	}
	
	.grid-item-inner {
		padding: 0;
	}
	
	.grid-row .grid-item:after {
		display: none;
	}
	
	#main section.grid .countdown li {
		display: block;
		width: 48%;
		float: left;
		padding-bottom: 1em;
	}
	
	#main section.grid .countdown li:nth-child(even) {
		float: left;
		margin-left: 4%;
	}
	
	#main section.grid .countdown li:nth-child(3), #main section.grid .countdown li:nth-child(4)  {
		border-bottom: none;
		padding-bottom: 0;
	}
	
	
	.slide-img {
		width: 100%;
		margin: 0 0 18px 0;
		float: none;
	}
	
	.slide-caption {
		width: 100%;
		float: none;
	}
	
	.aboutNeoCon .grid-item-inner {
		padding-bottom: 0;
	}
	
	#main section.grid h2, #main section.grid h1, #main section.grid .countdown span {
		line-height: 1;
		font-size: 42px;
	}
	
	section.grid p {
		width: 100%;
		font-size: 16px;
	}
	
	
	section.grid .countdown p:last-of-type  {
		padding-bottom: 0;
		margin-bottom: 0px;
	}
	
	#content.home .container {
		padding: 0;
	}
	
	#main #content.home h2 {
		font-size: 27px;
		margin: 2em 0 0 0;
	}

	
	.navbar > li {
		border-bottom: 1px solid #444;
		margin: 0 15px 0 15px;
		padding: 15px 0;
	}
	
	.navbar > li:first-child {
		border-top: 1px solid #444;
	}
	
	.navbar > li:last-child {
		margin-top: 30px;
		background: #FF432D;
		border-bottom: 0;
		text-align: center;
	}
	
	
	.navbar > li:last-child a {
		font-family: 'GT America Bold', "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
	.navbar > li:last-child a:after {
		content: ' \2192';
	}
	
	.nav-drop {
		font-size: inherit;
		line-height: 1;
	}
	
	.navbar > li:last-child a:hover {
		color: white !important;
	}
	
	
	

	
	.nav-drop ul {
		padding: 9px 0;
	}
	
	.navbar > li.hover > a {
		color: #FF432D;
	}

	
	.navbar > li > a {
		padding: 0;
		
	}
	
	.nav-drop li:first-child {
		padding-top: 15px;
		border-top: 1px solid #444;
	}
	
	.nav-drop li {
		padding: 15px 0;
		border-bottom: 1px solid #444;
	}
	
	.nav-drop li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.nav-drop a {
		width: 100%;
		display: block;
		
		padding-left: 15px;
	}
	
	.nav-drop a:before {
		content: '› '
	}
	
	#show-hero {
		padding-top: 0;
		margin: 24px 0;
	}
	
	#show-hero:after {
		content:'';
		display: block;
		clear: both;
	}
		
	#content #show-hero h2 {
		font-size: 42px;
		position: static;
	}		
	
	#show-hero img {
		width: 75%;
		float: right;
		margin-top: -15%;
		position: static;
	}
	
	.show-info .column, .show-info .column:last-child {
		width: 100%;
		margin: 24px 0 0 0;
		border-top: 2px solid #FF432D;
	}
	
	.show-info .column:after {
		display: none;
	}
	
	#content .column h2, #content .column h3 {
		margin-bottom: 1em;
		width: 100%;
	}
	
	section.date div {
		width: 100%;
	}
	
	#footer ul, #footer div.footer-col {
		width: 100%;
		margin-bottom: 14px;
	}
	
	#footer-logo img {
		width: 50%;
		height: auto;
	}
	
	#main .accordion h3 {
		margin: 18px 0;
	}
	
	.events .summary {
		color: #FF432D;
		margin-bottom: 1em;
	}
	
	.image-holder {
		float: none;
		display: inline;
		
		
	}
	
	.description {
		padding-bottom: 32px;
	}
	
	
	.events {
		margin-bottom: 0;
	}
	
	.event.keynote h2 span {
		max-width: 100%;
		width: 100%;
		
	}
	
	.event.keynote .image-col {
		width: 100%;
	}
	
	.events .event.keynote .description .holder {
		width: 100%;
	}
	
	.event.keynote .image-holder {
		margin-bottom: 21px;
	}
	
	.keynote-description {
		max-height: 11em;
	}
	
	.event p {
		font-size: 14px;
		margin-bottom: 14px;
	}
	
	.keynote-description {
		margin: 0;
	}
	
	.events .summary {
		margin: 1em 0 0 0;
	}
	
/*
	.sponsor-gallery .slideset .slide img {
		max-width: 100%;
	}
*/
	
	.hotels-iframe {
		height: 600px;
	}
	
	body #content > .text {
		font-size: 24px;
	}
	
	body #content > .text p {
		max-width: 90%;
	}
	
	h2 {
		font-size: 24px;
	}
	
	#main #content.apply-to-exhibit .open ul {
		width: 100%;
	}
	
	.event .accordion-status {
		position: absolute;
		top: 30px;
		right: 15px;
	}
	
}

@media (max-width: 320px) { 
	
		section.date ul span.time {
			position: static;
			display: block;
			margin-bottom: 1em;
			
		}
		
		.hotels-iframe {
			height: 700px;
		}
	
	}
	
	
	
	
	
	
	
	
	
	
	
/* Access */


#access-cover {
	min-height: 100vh;
	background: black;
	position: relative;
	
	}

	#access-cover h1 {
		font-family: 'GT America Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 4.5vw;
		color: #FF432D;
		line-height: 1;
		font-weight: normal;
		height: 94vh;
		padding: 2vh 0;
		margin-left: 30vw;
		border-left: 2px solid #FF432D;
	}
	
	#access-cover h1 p {
		display: block;
		border-top: 2px solid #FF432D;
		padding: 0;
		margin: 15vh 2vh 2vh 2vh;
	}
	
	#access-cover h1 p span {
		display: block;
		width: 80%;
	}
	
	#access-cover a.down-arrow {
		font-family: 'GT America Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #FF432D;
		display: block;
		text-decoration: none;
		font-size: 4.5vh;
		font-feature-settings: "ss03" 1;
		position: absolute;
		left: 50%;
		margin: 0;
		padding: 0;
		bottom: 6vh;
		transform: translateX(-50%);
	}
	
	#access-cover a:hover.down-arrow {
		color: white;
		
	}

/*

body#access #header, body#access #header.headroom--top {
	background: black;
}

	body#access #header.headroom--top .logo {
		filter: invert(100%);
		-webkit-filter: invert(100%);
	}
	

	
	body#access #header.headroom--top .navbar > li > a, body#access #header.headroom--top .navbar > li::after, body#access #header.headroom--top .nav-drop a {
			color: white;
		}
		
body#access #header.headroom--top .navbar .register, body#access #header.headroom--pinned .navbar .register {
		color: #FF432D;
		}
		
body#access #header.headroom--top .nav-drop a:hover, body#access #header.headroom--top.active .nav-drop a:hover {
	color: #FF5650;
}
		
body#access #header.active.headroom--top {
		background: black;
		padding-bottom: 20px !important;
		transition: padding ease-in-out 500ms, background ease-in-out 500ms, transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
		}
		
body#access #content {
	   outline: none;

}

body#access .logo {
	filter: none !important;
	-webkit-filter: none !important;
	background: url('../images/2018/NeoCon-white.png') no-repeat top left;
	background-size: auto 100%;
}

body#access .logo img {
	opacity: 0 !important;
}
*/
		

body#access #primary-nav-wrap ul a {
	color: white;
}

body#access #header {
	background: black;
}

body#access #header .logo {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

body#access #header.headroom--pinned.headroom--top #primary-nav-wrap ul li, 
body#access #header.headroom--pinned.headroom--top #primary-nav-wrap ul li a {
	color: white;
}

body#access #primary-nav-wrap .register, 
body#access #header.active #primary-nav-wrap .register, 
body#access #header.headroom--pinned #primary-nav-wrap .register, 
body#access #header.headroom--pinned.headroom--top #primary-nav-wrap ul li a.register {
	font-family: "GT America Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:  #FF432D;
}


body#access #header.active li.main-nav-level > a:hover {
	color: #757575 !important;
	cursor: default;
}

body#access #header ul li a.active, 
body#access #header.active ul li a.active {
	color: #757575 !important;
}

body#access #mobile-open span, 
body#access #mobile-open span:before, 
body#access #mobile-open span:after {
	background-color: white;
}

body#access #mobile-open.opened span {
	background-color: rgba(0,0,0,0);
}

@media (max-width: 1680px) { 
		
		
		#access-cover h1 {
			margin-left: 20vw;
			}
			
		#access-cover h1 p span {
			width: 60%;
		}
		
}
	
@media (max-width: 1680px) {  
	
		#access-cover h1 {
			font-size: 6.5vw;
		}
		#access-cover h1 p span {
			width: 80%;
		}
}

@media (max-width: 768px) {  
	
	
		#access-cover {
			top: 0;
			min-height: 80vh;
			
		}
		
		body#access #wrapper {
			position: relative;
		}
	
		body#access #main {
			
			padding-top: 0;
		}
		
		body#access footer {
		}
		
		body#access #content {
		}


		#access-cover h1 {
			border: none;
			font-size: 12vw;
			margin-left: 0;
			}
			
		#access-cover h1 p {
			border: none;
			display: block;
			padding: 0;
			margin: 15vh 2.5vh 2.5vh 2.5vh;
			}
			
		#access-cover h1 p span {
			display: block;
			width: 90%;
		}
		
		#content {
			padding-top: 20px;
		}
			
		

}



/* Retrospective */



.content-block {
	}


.sticky-b {
	position: relative;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	top:2vh;
	left: 0;
	right: 0;
	display: block;
	z-index: 99999;
	background: none;
	color: #FF432D;
	padding: 0;
	margin-left: -12.1333125vw;
	float: left;
	font-size: 200px;
	width: 100%;
	}
	
	.sticky-b span.inner {
		display: block;
	}
	
.sticky-b:before,
.sticky-b:after {
    content: '';
    display: table;
}
	
.image-col-b {
	width: 50%;
	float: left;
	margin-top: -100px;
	padding-bottom: 100px;
	overflow: visible;
}

.text-col {
	width: 50%;
	float: left;
	margin-top: -100px;
	padding-bottom: 100px;
}

.image-col-b img {
	width: 95%;
	height: auto;
	position: relative;
	float: left;
	z-index: 100;
}
	
.retrospective-block {
	float: left;
	position: relative;
	width: 100%;
	left: 0;
	clear: both;
}

.retrospective-block.intro {
	border-left: 2px solid #FF432D;
	padding-left: 18px;
	margin-bottom: 64px;
	
}
	
.retrospective-block {
	margin-bottom: 8px;
}
	
.retrospective-block p.header {
	margin: 0;
	padding: 0;
	color: #FF432D;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'GT America Bold';
	letter-spacing: 2px;
	margin-bottom: 12px;
}

.retrospective-block p.intro-hero {
	margin: 0;
	padding: 0;
	font-size: 28px;
	line-height: 1.1;
	margin-bottom: 12px;
	color: #FF432D;
	font-family: 'GT America Bold';
}

.retrospective-block.intro p.intro-text {
	margin-bottom: 0;
	
}

img.mobile {
	display: none;
}

.retro-img {
	opacity: 0;
}

p.intro-text {
	transition: color 200ms ease-in-out;
}

.retrospective-block p.intro-text.active {
	color: #FF432D;
	transition: color 200ms ease-in-out;
}



.img-wrap {
	float: left;
	position: relative;
}


.img-wrap .tag {
	opacity: 1;
	color: #757575;
	display: block;
	clear: both;
	padding-top: .5em;
	font-family: 'GT America Regular';
	transition: opacity 200ms ease-in-out;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
}


.tag.mobile {
	display: none;
}


.img-wrap img {
	width: 100%;
	height: auto;
}

div.small {
	font-size: 18px;
	line-height: 14px;
	color: #FF432D;
	display: block;
}

	div.small strong {}
	
	div.small br {
		display: none;
	}





@media (max-width: 1048px) { 
	
	
		.tag.mobile {	
			color: #757575;
			display: block;
			width: 100%;
			text-align: center;
			margin: 0 auto 30px auto;
			clear: both;
			padding-top: .5em;
			font-family: 'GT America Regular';
			transition: opacity 200ms ease-in-out;
			text-transform: uppercase;
			font-size: 11px;
			letter-spacing: 2px;
		}

	
		img.mobile {
			display: block;
			margin: 30px auto 8px auto;
		}
	
	
		.image-col-b {
			display:none;
		}
		
		.text-col {
			width: 100%;
			float: left;
			margin-top: 0;
		}
		
		.sticky-b {
			font-size: 7rem;
			letter-spacing: -1px;
			position: static;
			margin: 0;
		}
	
		.whats-next {
			font-size: 24px !important;
		}
		
		div.small {
			padding-top: 2em;
			line-height: 1;
		}
		
		div.small br {
			display: block;
		}
		
		.retrospective-block p.intro-hero {
			font-size: 24px;
		}
	
}


.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    margin-bottom: 16px;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/*********************************************************************************************************************************************** Lightbox */


.open-lightbox {
	cursor: zoom-in;
	display: block;
	margin: 32px 0 -24px 0;
}

.open-lightbox img {
	margin: 0 !important;
}

.lightbox-opened {
/*
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
*/
  cursor: pointer;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  padding: 24px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  cursor: zoom-out;
  z-index: 9999999;
}



.lightbox-opened img {
	width: 95%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	top: 0;
	transform: none;
	left: 0;
	
}

.no-scroll {
/*   overflow: hidden; */
}

.no-scroll .open-lightbox {
	background: #f1f1f1;
}

.no-scroll .open-lightbox img {
	opacity: 0;
}


/*********************************************************************************************************************************************** NeoCon Plaza */


.open .guide-col {
	width: 45%;
	margin-right: 5%;
	float: left;
}

.open .guide-col:nth-child(even) {
	margin-right: 0%;
}
	
	


.open .guide-col:nth-child(2n+1) { clear: both; }

.guide-description h3:before {
	content: '';
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	border-radius: 10px;
	position: relative;
	bottom: -8px;
	margin-right: 8px;
	background: gray;
}

.guide-description h3 {
	float: left;
	width: 100%;

}

.guide-description h3:after {
	content: '';
	width: 100%;
	clear: both;
	 display: table;
}

.event .text .guide-description ul {
	margin: 0 0 1em 0;
}

.event .text .guide-description ul > strong {
	color: black;
	padding-bottom: 0;
}

.event .text .guide-description ul li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}


.guide-description .guide-number {
	font-size: 120%;
}

#west-lounge h3:before {
	background: rgb(210, 96, 72);
}

#west-lounge .guide-number {
	color: rgb(210, 96, 72);
}


#boardwalk-bites h3:before {
	background: rgb(133, 161, 152);
}

#boardwalk-bites .guide-number {
	color: rgb(133, 161, 152);
}


#the-park h3:before {
	background: rgb(75, 94, 92);
}

#the-park .guide-number {
	color: rgb(75, 94, 92);
}


#east-lounge h3:before {
	background: rgb(240, 81, 95);
}

#east-lounge .guide-number {
	color: rgb(240, 81, 95);
}


#beach-bar h3:before {
	background: rgb(59, 85, 125);
}

#beach-bar .guide-number {
	color: rgb(59, 85, 125);
}


@media (max-width: 1048px) { 
	
		.open .guide-col {
			width: 100%;
			margin-right: 0%;
			float: none;
		}
		
		.guide-description h3:before {
			bottom: -5px;
		}

		
	}
