body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #000;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
}
a, input[type="submit"], input[type="button"] {
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
h1 {
	font: 36px Arial, sans-serif;
	line-height: 30px;
	color: #00BAE3;
	margin: 0 0 40px 0;
	font-weight: bold;
}
h2 {
	font: 30px Arial, sans-serif;
	line-height: 30px;
	color: #00BAE3;
	margin: 0 0 20px 0;
	font-weight: bold;
}
h3 {
	font: 24px Arial, sans-serif;
	line-height: 24px;
	color: #00BAE3;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.desktop {
	display: block;
}
.desktop-inline {
	display: inline;
}
.mobile, .mobile-inline {
	display: none;
}
.table {
	display: table;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
}
.noborder {
	border: none !important;
}
.wrapper {
	width: 1110px;
	margin: 0 auto;
}
.eightypadding {
	padding: 80px 0;
	box-sizing: border-box;
}
.hero-banner {
	height: 381px;
	text-align: center;
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 100px;
	line-height: 100px;
}
.hero-banner .wrapper {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.page-content {
	font: 22px  Arial, sans-serif;
}
/* HEADER */
#header {
	width: 100%;
	height: 165px;
	padding-top: 60px;
	box-sizing: border-box;
}
#logo {
	float: left;
}
/* NAVIGATION */
#menu-trigger {
	display: none;
}
#navigation {
	float: right;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 20px
}
#navigation ul li {
	float: left;
	padding-top: 30px;
	margin-left: 15px;
	font: 18px  Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
}
#navigation ul li a {
	color: #000;
}
#navigation ul li a:hover, #navigation ul li.active a {
	color: #00BAE3;
}
#navigation .register {
	color: #00BAE3;
}
/* END NAVIGATION */
/* END HEADER */
/* HOME BANNER */
#home-banner {
	width: 100%;
	height: 640px;
	background-color: #000;
}
#home-banner-tagline {
	position: relative;
}
#home-banner-tagline .wrapper {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 55px;
	font: 70px  Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	line-height: 70px;
	color: #FFF;
}
#home-banner-tagline .wrapper span {
	display: block;
	font-size: 50px;
	line-height: 70px;
	padding-top: 10px;
	font-style: normal;
}
#home-banner-why {
	margin-top: 40px;
}
#home-banner-why a, #home-register a {
	font-size: 36px;
	line-height: 90px;
	display: inline-block;
	padding: 0 60px; 
	font-style: normal;
	background-color: #00BAE3;
	color: #FFF;
}
#home-banner-why a:hover, #home-register a:hover {
	background-color: #000;
	color: #00BAE3;
}
#home-banner-why p {
	font-size: 30px;
	line-height: 30px;
	margin-top: 64px;
	font-style: normal;
}
/* END HOME BANNER */
/* COUNTDOWN */
#countdown {
	width: 100%;
	height: 250px;
	font: 36px  Arial, sans-serif;
	font-weight: bold;
	line-height: 46px;
	color: #00BAE3;
}
#countdown .wrapper {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#countdown-divider {
	display: none;
}
#home-register {
	float: left;
	width: 50%;
	box-sizing: border-box;
	border-right: 4px solid #000;
	text-align: center;
}
#home-register div, #home-countdown div, #home-countdown span {
	color: #000;
}
#home-countdown {
	float: right;
	width: 50%;
	padding-left: 120px;
	box-sizing: border-box;
	color: #666;
}
/* END HOME DATE, TIME, LOCATION */
/* HOME INTRO */
#home-intro {
	width: 100%;
	background-color: #FFF;
	color: #000;
	font: 22px  Arial, sans-serif;
}
#home-intro .wrapper {
	border-bottom: 1px solid #00BAE3;
	padding-bottom: 80px;
}
#redcross {
	text-align: center;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	line-height: 22px;
	width: 600px;
	margin: 40px auto 60px auto;
	box-sizing: border-box;
}
/* END HOME INTRO */
/* HOME SPONSOR */
#home-sponsor {
	height: 280px;
	font: 24px  Arial, sans-serif;
	line-height: 24px;
	font-weight: bold;
	color: #00BAE3;
	text-align: center;
}
#home-sponsor .wrapper {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#home-sponsor img {
	margin: 30px 20px 0 20px;
	vertical-align: middle;
}
/* END HOME SPONSOR */
/* HOME ROTATING QUOTES */
#home-quotes {
	width: 100%;
	background-color: #00BAE3;
	color: #FFF;
	text-align: center;
	padding: 80px 0 50px 0;
	box-sizing: border-box;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}
#home-quotes ul {
	/*margin: 40px 0 0 0;*/
}
#home-quotes ul li {
	font-size: 36px;
	line-height: 42px;
	font-weight: normal;
}
#home-quotes ul li span {
	display: block;
	margin-top: 40px;
	margin-bottom: 22px;
	font-size: 24px;
	line-height: 24px;
	font-style: italic;
	font-weight: normal;
}
/* END HOME ROTATING QUOTES */
/* HOME PHOTOS */
.grid-sizer, .grid-item {
	width: 25%;
	line-height: 1px;
}
.grid-item img {
	width: 100%;
	height: auto;
}
/* END HOME PHOTOS */
/* WHY ATTEND */
#why-banner {
	background: url(../images/Attend_Hero_Shot_Desktop.jpg) center center no-repeat;
}
#why-attend .wrapper h1, #reasons-to-attend .wrapper h1, #who-attends .wrapper h1 {
	text-align: center;
	font: 40px Arial, sans-serif;
	font-weight: bold;
	line-height: 40px;
}
.convince-boss {
	text-align: center;
	margin: 40px 0 0 0;
}
.convince-boss a {
	display: inline-block;
	background-color: #00BAE3;
	color: #FFF !important;
	font-weight: bold;
	font-size: 24px;
	padding: 10px 20px;
	cursor: pointer;
}
.convince-boss a:hover {
	background-color: #000;
	color: #00BAE3;
}
#reasons-to-attend {
	background-color: #F4F4F4;
}
#reasons-to-attend-left, #reasons-to-attend-right {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
#reasons-to-attend h1 {
	margin-bottom: 33px;
}
#reasons-to-attend .row .cell {
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	padding-bottom: 40px;
}
#reasons-to-attend .row .cell:nth-child(1) {
	padding-right: 40px;
}
#reasons-to-attend .row .cell:nth-child(2) {
	padding-left: 40px;
}
#reasons-to-attend img {
	display: block;
	margin: 0 auto 20px auto;
}
#reasons-to-attend h2 {
	text-align: center;
	color: #000;
	margin-bottom: 10px;
}
#who-attends {
	background: #000 url(../images/Who_Attends_Image.jpg) center center no-repeat;
	background-size: cover;
	color: #FFF;
}
#who-attends h1 {
	margin-bottom: 50px;
}
#who-attends .table .row .cell {
	vertical-align: top;
}
#who-attends .table .row:nth-child(1) .cell {
	padding-bottom: 60px;
}
#who-attends .table .row .cell:nth-child(1) {
	padding-right: 40px;
}
#who-attends .table .row .cell:nth-child(2) {
	padding-left: 40px;
}
#who-attends .table .row .cell .table .row .cell:nth-child(1) {
	padding: 0 20px 0 0;
}
#who-attends .table .row .cell .table .row .cell:nth-child(2) {
	padding: 0;
}
#who-attends .table .row .cell .table .row .cell span {
	color: #00BAE3;
}
/* END WHY ATTEND */
/* AGENDA */
#agenda-banner {
	background: url(../images/Agenda_Hero_Shot_Desktop.jpg) center center no-repeat;
}
#agenda {
	padding: 0 0 62px 0;
	box-sizing: border-box;
}
.agenda-day {
	font-weight: bold;
	color: #00BAE3;
}
#agenda h1:nth-child(1) {
	margin: 80px 0 20px 0;
}
#agenda h1 {
	margin: 55px 0 20px 0;
}
.agenda-table {
	width: 100%;
	font-size: 22px;
}
.agenda-table tr td {
	padding: 17px 10px;
	box-sizing: border-box;
	border-top: 1px solid #000;
	vertical-align: top;
}
.agenda-table tr:first-child td {
	border-top: none;
}
.agenda-table tr td:nth-child(1) {
	width: 250px;
	text-transform: uppercase;
	font-weight: bold;
}
.agenda-table a {
	color: #00BAE3;
}
.accordion-agenda-content {
	padding: 20px 0 0 0;
	line-height: 26px;
}
.breakouts-title td {
	border-top: none !important;
}
.breakouts-1 {
	background-color: #FBE9D9;
	color: #e36b00;
}
.breakouts-2 {
	background-color: #D9EBEF;
	color: #007b96;
}
.breakouts-3 {
	background-color: #ECF5E2;
	color: #82bc3f;
}
.breakouts-1 td, .breakouts-2 td, .breakouts-3 td {
	padding-bottom: 0 !important;
	border-top: 0 !important;
}
.breakouts-table {
	width: 100%;
	padding-right: 10px;
	color: #000;
}
.breakouts-table tr td {
	text-transform: none !important;
	font-weight: normal !important;
	padding-bottom: 17px !important;
	border-top: 1px solid #000 !important;
	padding-left: 0 !important;
}
.breakouts-table tr:last-child td {
	border-top: none;
}
.breakouts-table tr:nth-child(1) td {
	padding-top: 0 !important;
	border-top: none !important;
}
/* END AGENDA */
/* SPEAKERS */
#speakers-banner {
	background: url(../images/Speakers_Hero_Shot_Desktop.jpg) center center no-repeat;
}
#keynote {
	background: #0590AF url(../images/Jones_Keynote.jpg) top center no-repeat;
	height: 385px;
}
#keynote .wrapper {
	padding-left: 400px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 22px;
	color: #FFF;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#keynote h1 {
	color: #FFF;
	font-size: 36px;
	margin-bottom: 15px;
}
#keynote h2 {
	color: #FFF;
	font-size: 26px;
	margin-bottom: 10px;
}
#keynote a {
	color: #FFF;
	margin-right: 15px;
}
#keynote img {
	vertical-align: middle;
}
#keynote .website {
	padding-right: 10px;
}
#keynote .website img {
	padding-right: 10px;
}
#speakers h1 {
	margin: 80px 0 40px 0;
}
#speakers ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
}
#speakers ul li {
	float: left;
	padding-left: 42px;
	width: 188px;
	margin-bottom: 80px;
}
#speakers ul li:nth-child(1), #speakers ul li:nth-child(5n+1) {
	padding-left: 0;
	clear: both;
}
#speakers ul li img {
	display: block;
	margin-bottom: 15px;
}
#speakers ul li span {
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	color: #00BAE3;
	display: block;
	margin-bottom: 10px;
}
.industry-experts {
	margin-top: 0 !important;
}
/* END SPEAKERS */
/* SPONSORS */
#sponsors-banner {
	background: url(../images/Sponsors_Hero_Shot_Desktop.jpg) center center no-repeat;
}
#sponsorship {
	padding: 80px 0;
	font-size: 22px;
}
#sponsorship h2 {
	margin-top: 40px;
}
#sponsorship a {
	color: #000;
}
#sponsorship a:hover {
	color: #00BAE3;
}
.sponsorship-opps {
	text-align: center;
	margin: 40px 0 0 0;
}
.sponsorship-opps a {
	display: inline-block;
	background-color: #00BAE3;
	color: #FFF !important;
	font-weight: bold;
	font-size: 24px;
	padding: 10px 20px;
	cursor: pointer;
}
.sponsorship-opps a:hover {
	background-color: #000;
	color: #00BAE3;
}
/* END SPONSORS */
/* IGNITE */
#ignite-banner {
	background: url(../images/Ignite_Hero_Shot_Desktop.jpg) center center no-repeat;
}
#ignite {
	padding: 80px 0 72px 0;
	font-size: 22px;
}
#ignite h2:first-child {
	padding-top: 0;
}
#ignite h2 {
	padding-top: 40px;
}
#ignite strong {
	font-size: 24px;
}
#ignite ol {
	font-size: 24px;
	font-weight: bold;
	padding-left: 30px;
}
#ignite ol li {
	margin-bottom: 30px;
}
#ignite ol li p {
	margin: 10px 0 0 0;
	font-size: 22px;
	font-weight: normal;
}
.ignite-note {
	font-size: 18px;
}
#ignite-secure {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#ignite-secure a {
	color: #000;
}
#ignite-secure a:hover {
	color: #00BAE3;
}
/* END IGNITE */
/* ALLIANCE */
#alliance-banner {
	background: url(../images/Alliance_Hero_Shot_Desktop.jpg) center center no-repeat;
}
#alliance {
	padding: 80px 0 40px 0;
	font-size: 22px;
}
#alliance h2 {
	margin-top: 40px;
}
.alliance-winners-portrait {
	display: none;
}
.alliance-enter {
	text-align: center;
	margin: 40px 0 0 0;
}
.alliance-enter a {
	display: inline-block;
	background-color: #00BAE3;
	color: #FFF !important;
	font-weight: bold;
	font-size: 24px;
	padding: 10px 20px;
	cursor: pointer;
}
.alliance-enter a:hover {
	background-color: #000;
	color: #00BAE3;
}
/* END ALLIANCE */
/* VENUE */
#venue-banner {
	background: url(../images/Venue_Hero_Shot_Desktop.jpg) center center no-repeat;
}
#venue {
	padding: 80px 0 48px 0;
	font-size: 22px;
}
#venue h2:first-child {
	padding-top: 0;
}
#venue h2 {
	padding-top: 40px;
	margin-bottom: 0;
}
#venue h3 {
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 35px;
}
#venue strong {
	font-size: 24px;
}
#venue ol {
	font-size: 24px;
	font-weight: bold;
	padding-left: 30px;
}
#venue ol li {
	margin-bottom: 30px;
}
#venue ol li p {
	margin: 10px 0 0 0;
	font-size: 22px;
	font-weight: normal;
}
#venue a {
	color: #00BAE3;
	text-decoration: underline;
}
#venue a:hover {
	color: #000;
	text-decoration: none;
}
/* END VENUE */
/* SPONSORS FOOTER */
#sponsors {
	width: 100%;
	background-color: #000;
	font: 26px Arial, sans-serif;
	line-height: 26px;
	font-weight: bold;
}
#sponsors h1 {
	font-size: 36px;
	margin-bottom: 40px;
}
#sponsors .wrapper {
	padding: 80px 0 0 0;
	text-align: center;
}
#sponsors h3 {
	margin-bottom: 40px;
}
#sponsors img {
	display: inline-block;
	vertical-align: middle;
}
#sponsors-platinum, #sponsors-gold, #sponsors-silver, #sponsors-benefactors {
	padding: 40px 0;
	border-bottom: 1px solid #404041;
}
#sponsors-silver, #sponsors-benefactors {
	padding: 40px 0 10px 0;
}
#sponsors-platinum img {
	padding: 0 50px;
}
#sponsors-gold img {
	padding: 0 30px;
}
#sponsors-silver img {
	padding: 0 37px 30px 37px;
}
#sponsors-benefactors img {
	padding: 0 20px 30px 20px;
}
#media-partners {
	border-top: 1px solid #404041;
	padding: 40px 0;
}
#media-partners img {
	padding: 0 15px;
	margin-bottom: 40px;
}
#sponsors-acceptance {
	margin: 30px 0 -40px 0;
	font: 18px Arial, sans-serif;
	line-height: 22px;
	font-style: italic;
	color: #00BAE3;
	font-weight: normal;
}
/* END SPONSORS FOOTER */
/* PHOTOS */
#photos {
	padding: 80px 0 72px 0;
	font-size: 22px;
}
#photos-banner {
	background: url(../images/Pricing_Hero_Shot_Desktop.jpg) center center no-repeat;
}
#photos h2 {
	text-align: center;
	margin-bottom: 10px;
	line-height: 40px;
}
#photos a {
	color: #00BAE3;
}
#photos a:hover {
	color: #000;
}
#photos .note {
	font-size: 16px;
	text-align: center;
	color: #000;
	margin: 0;
	font-weight: normal;
}
#photosContainer {
    width: 450px;
    margin: 0 auto;
}
/* END PHOTOS */
/* PRESENTATIONS */
#presentations {
	padding: 80px 0 72px 0;
	font-size: 22px;
}
#presentations-banner {
	background: url(../images/Speakers_Hero_Shot_Desktop.jpg) center center no-repeat;
}
#presentations h1 {
	color: #000;
}
#presentations h2 {
	text-align: center;
	margin-bottom: 40px;
	line-height: 40px;
}
#presentations a {
	color: #00BAE3;
}
#presentations a:hover {
	color: #000 !important;
}
#presentations .note {
	display: inline-block;
	font-size: 16px;
	color: #000;
	font-weight: normal;
}
.presentations-list {
	font-size: 18px;
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.presentations-list:nth-of-type(1) {
	padding-right: 20px;
}
.presentations-list:nth-of-type(2) {
	padding-left: 20px;
}
.presentations-list p {
	padding: 10px;
	box-sizing: border-box;
	margin: 0;
}
.presentations-list p:nth-child(odd) {
	background-color: #EBEBEB;
}
.presentations-list {
	font-weight: bold;
	font-size: 24px;
	display: inline-block;
	margin-bottom: 5px;
}
/* END PRESENTATIONS */
/* PRICING */
#pricing-banner {
	background: url(../images/Pricing_Hero_Shot_Desktop.jpg) center center no-repeat;
}
#pricing {
	padding: 80px 0 72px 0;
	font-size: 22px;
}
#pricing .wrapper #redcross {
	margin: -20px auto 0 auto;
	padding: 0 0 80px 0;
}
#pricing h2 {
	text-align: center;
	margin-bottom: 40px;
}
.price {
	width: 255px;
	text-align: center;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
}
#pricing-advance .price:nth-child(2), #pricing-advance .price:nth-child(7), #pricing-regular .price:nth-child(2), #pricing-regular .price:nth-child(7) {
	margin-left: 0;
}
.price span {
	padding: 40px 10px;
	display: block;
	box-sizing: border-box;
	font-size: 54px;
	line-height: 54px;
	font-weight: bold;
}
.price span:first-child {
	padding: 30px 10px;
	display: block;
	box-sizing: border-box;
	font-size: 22px;
	line-height: 22px;
}
.price .contact {
	font-size: 22px;
	line-height: 27px;
}
#pricing-advance {
	color: #00BAE3;
	margin-bottom: 50px;
}
#pricing-advance .price {
	border: 1px solid #00BAE3;
}
#pricing-advance .price span {
	color: #FFF;
	background-color: #00BAE3;
}
#pricing-advance .price span:first-child {
	color: #00BAE3;
	background-color: #FFF;
}
#pricing-regular h2 {
	color: #000;
}
#pricing-regular {
	color: #000;
}
#pricing-regular .price {
	border: 1px solid #000;
}
#pricing-regular .price span {
	color: #FFF;
	background-color: #000;
}
#pricing-regular .price span:first-child {
	color: #000;
	background-color: #FFF;
}
#pricing-notes {
	width: 840px;
	margin: 0 auto;
	text-align: center;
}
#pricing-notes h2:first-child {
	margin-top: 50px;
}
#pricing-notes h2 {
	margin-top: 35px;
	margin-bottom: 15px;
}
#pricing-notes a {
	color: #000;
}
#pricing-notes a:hover {
	color: #00BAE3;
}
/* END PRICING */
/* FOOTER */
#footer {
	width: 100%;
	background-color: #000;
	color: #FFF;
	text-align: center;
	padding: 0 0 80px 0;
	box-sizing: border-box;
	font: 40px  Arial, sans-serif;
	line-height: 40px;
}
#footer.home-footer {
	padding: 80px 0;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
}
#footer input[type="text"] {
	height: 50px;
	width: 320px;
	box-sizing: border-box;
	border: 0;
	font: 22px  Arial, sans-serif;
	line-height: 22px;
	text-align: center;
	margin: 10px auto 0 auto;
	outline: none;
	display: block;
}
#footer input[type="button"] {
	text-align: center;
	border: 0;
	background-color: #00BAE3;;
	color: #FFF;
	font: 22px Arial, sans-serif;
	line-height: 22px;
	padding: 15px 80px;
	cursor: pointer;
	font-weight: bold;
	outline: none;
}
#footer input[type="button"]:hover {
	color: #000;
}
.requiredInfo {
	font-size: 22px;
	display: block;
	margin-top: 10px;
	text-align: center;
	width: 100%;
	color: red;
}
.QapTcha {
    width: 202px;
    background-color: #000;
    padding: 20px 0 0 0;
    margin: 0 auto 10px auto;
}
.QapTcha #Icons {
    display: none;
}
#footer-logos {
	padding: 80px 0 0 0;
}
#footer-logos img {
	padding: 0 10px;
}
#footer-copyright {
	padding: 30px 0 0 0;
	font: 20px  Arial, sans-serif;
}
#footer-copyright p {
	margin: 30px 0 0 0;
}
/* END FOOTER */
