@font-face {
	font-family: 'NHaasGroteskDSPro-65Md';
	src: url('fonts/hinted-NHaasGroteskDSPro-65Md.eot');
	src: url('fonts/hinted-NHaasGroteskDSPro-65Md.eot%3F') format('embedded-opentype'),
		url('fonts/hinted-NHaasGroteskDSPro-65Md.woff2.html') format('woff2'),
		url('fonts/hinted-NHaasGroteskDSPro-65Md.woff') format('woff'),
		url('fonts/hinted-NHaasGroteskDSPro-65Md.ttf') format('truetype'),
		url('fonts/hinted-NHaasGroteskDSPro-65Md.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NHaasGroteskTXPro-55Rg';
	src: url('fonts/hinted-NHaasGroteskTXPro-55Rg.eot');
	src: url('fonts/hinted-NHaasGroteskTXPro-55Rg.eot%3F') format('embedded-opentype'),
		url('fonts/hinted-NHaasGroteskTXPro-55Rg.woff2.html') format('woff2'),
		url('fonts/hinted-NHaasGroteskTXPro-55Rg.woff') format('woff'),
		url('fonts/hinted-NHaasGroteskTXPro-55Rg.ttf') format('truetype'),
		url('fonts/hinted-NHaasGroteskTXPro-55Rg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
    font-size: 1em;
}

body {
  font-family: "NHaasGroteskTXPro-55Rg", Helvetica, Arial, sans-serif;
  
  background: rgb(91,161,176);
background: -moz-linear-gradient(-45deg,  rgba(91,161,176,1) 0%, rgba(193,191,188,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(91,161,176,1) 0%,rgba(193,191,188,1) 100%);
background: linear-gradient(135deg,  rgba(91,161,176,1) 0%,rgba(193,191,188,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ba1b0', endColorstr='#c1bfbc',GradientType=1 );

}

h1, h2, h3, h4, h5, h6 {
    font-family: "NHaasGroteskTXStd-65Md", Helvetica, Arial, sans-serif;
    font-style: normal;
    text-rendering: optimizeLegibility;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

img {
    display: inline-block;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
}

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

ul.grid-items {
  display: table;
  list-style: none;
  margin: 0 auto;
  width: 75%
}

ul.grid-items > li {
  display: table-cell;
  vertical-align: top;
}

a.icon-nav {
  color: #fff;
  font-size: 20px;
  padding: 16px;
  text-decoration: none;
  display: inline-block;
  transition: color 0.5s ease;
}

a.icon-nav:hover {
    color: #62bed9;
    text-shadow: 0 1px 1px #333;
}

a.icon-nav .fa {
  display: block;
  font-size: 35px;
  margin-bottom: 10px
}

section#header {
    width: 100%;
    height: 600px;
    position: relative;
    background: url(../images/hero_venue.jpg) 0 0 no-repeat;
}

#header h1 {
    width: 643px;
    height: 168px;
    text-indent: -99999px;
    margin: 0;
    line-height: 0;
    position: absolute;
    bottom: 6%;
    left: 20%;
    background: url(../images/LC18-logo-white-shadow.png) 0 0 no-repeat;
}

#introhead {
  background: #fff;
  padding: 70px 0px 0px 0px;
  background: url(../images/LC16-Website-Header.jpg) center center no-repeat;
  background-size: cover;
  position:relative;
  min-height: 500px;
}
#introhead-how {
  background: #fff;
  padding: 20px 0px 0px 0px;
  position:relative;
  min-height: 540px;
  margin: 50px;
}
.intro-info-wrapper  {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}

.section-title {
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 1px #000;
}

.section-title::before {
	content: "";
	border-bottom: 5px solid;
	width: 25px;
	position: relative;
	height: 20px;
	border-left: 5px solid;
	display: inline-block;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	top: 15px;
        left: 5px;
}

.section-title::after {
	content: "";
	display: inline-block;
	position: relative;
	width: 25px;
	height: 20px;
	border-top: 5px solid;
	border-right: 5px solid;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	bottom: 15px;
        right: 5px;
}

#event-location .location {
	color: #62BED9;
	line-height: 1.2;
	margin: 30px auto;
}

.footer {
  padding-left: 30px;
}

.copyright {
	font-size: small;
	text-align: center;
        margin: 20px auto;
}

.intro-info-wrapper img {
  margin-top: 4%;
}
#intro-nav {
  margin: 30px 0px;
}
#intro-btn-wrap {
  margin: 0 auto;
 /* width: 80%; */
  text-align: center;
}

button, .button {
  background-color: #222222;
  border-color: #1b1b1b;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "NHaasGroteskTXStd-55Rg",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0.25rem;
  padding: .1rem .1rem 0.1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms ease-out 0s;
}

button#playPreviewButton {
	border: none;
	padding: 5px;
}

#ticket-button, #attend-button, #buytickets-button, #attendhost-button {
  display: inline-block;
  padding: 8px;
}
.header-btn {
  width: 220px;
  margin: 4px 0px;
  font-weight: 700;
  text-transform: none;
  text-align:center;
  cursor:pointer;
  z-index:50;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #eee;
  color: #eee;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
.header-btn:hover, .header-btn:focus {
  outline: 0;
  color: #009DA2;
  border: 2px solid #ECECED;
  background-color: #ECECED;
}

#aboutblock {
  background: #fff;
  padding: 25px 0px;
  background: url(../images/LC18-about-block.jpg) center center no-repeat;
  background-size: cover;
  position:relative;
  min-height: 340px;
}

.about-info-wrapper  {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  color: #b3b2b3;
}

.about-info-wrapper p {
  font-size: 14px;
  text-align: center;
}

.about-statement {
  font-size: 25px;
  font-weight: 600;
}

.about-highlight {
  color: #62bed9;
}
#about-nav {
  margin: 30px;
}

#about-button {
  display: inline-block;
  padding: 8px;
}
#about-btn-wrap {
  margin: 0 auto;
  text-align: center;
}

.about-btn {
  width: 220px;
  margin: 4px 0px;
  font-weight: 700;
  text-transform: none;
  text-align:center;
  cursor:pointer;
  z-index:50;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #62BED9;
  color: #62BED9;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.about-btn:hover, .about-btn:focus {
  outline: 0;
  color: #222222;
  border: 2px solid #62BED9;
  background-color: #62BED9;
}

#detailsblock {
  background: #eee;
  padding: 30px 0px 0px 0px;
  position:relative;
  min-height: 240px;
  border-top: 2px solid #fff;
}
.details-info-wrapper  {
  margin: 0 auto;
  width: 80%;
  text-align: left;
  color: #363336;
}
.about-info-wrapper p {
  font-size: 16px;
}
.details-statement {
  font-size: 20px;
  font-weight: 500;
}
.details-highlight {
  color: #62bed9;
}

#detailsblock .details-highlight {
    color: #00a2d7;
}

.details-play-event {
  width: 100%;
  height: auto;
}
.details-block-play {
  margin-top: 30px;
  margin-bottom: 30px;
}
#showdate {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  font-family: Arial, sans-serif;
  /* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
  margin: 10px 10px 10px;
}

@media (max-width: 767px) {
  #showdate {
    font-size: 20px;
  }
  #introhead {
    min-height: 400px;
  }
  #introhead-how {
    min-height: 400px;
  }
}
@media (max-width: 320px) {
  #showdate {
    font-size: 15px;
  }
  #introhead {
    min-height: 400px;
  }
  #introhead-how {
    min-height: 400px;
  }
}

#showdatecontain {
  width:100%;
  text-align: center;
  margin-top: 20px;
}
section.sub-nav-section {
  background-color: transparent;
  text-align: center;
  color: #363336;
  border-bottom: 1px solid #999999;
}

section.sub-nav-section.footernav {
    background-color: #000;
}

section.sub-nav-section.footernav a.icon-nav:hover {
    color: #ddf;
    text-shadow: none;
}

.backtotop {
	position: absolute;
	right: 0;
}

/*section.sub-nav-section .subnav-gray {
  padding: 16px 16px;
  font-size: 16px;
  color: #363336;
}

section.sub-nav-section .subnav-gray:hover {
  text-decoration: none;
  color: #b3b2b3;
}

section.sub-nav-section .subnav-gray .fa {
  display: block;
  font-size: 28px ;
  margin-bottom: 10px;
}*/

#speakersblock {
  background: #000;
  padding: 40px 0px;
/*  background: url(../images/LC16-Website-Speaker-BG.jpg) center center no-repeat;*/
  background-color: #008080;
  background-size: cover;
  position:relative;
  min-height: 340px;
}

#speakersblock .container {
	background-color: rgba(255, 255, 255, 0.5);
}

.speakers-group {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
}

.speakers-header {
  margin-top: 30px;
  text-align: center;
}
.speakers-info-wrapper  {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  color: #ececed;
}
.speakers-container  {
  margin-top: 25px;
  margin-bottom: 25px;
}
.speakers-info-wrapper h1 {
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
  margin-bottom: 1em;
}

.speaker-content {
    text-align: center;
	min-height: 285px;
	padding: 0;
	margin: 15px;
	width: 296px !important;
	position: relative;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.speakers-name {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 2px;
  margin-top: 0px;
  padding-top: 6px;
}
.speakers-title {
  color: #9eefe6;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
  paddoing-right: 10px;
  margin-bottom: 10px;
}
.speakers-image {
  height: auto;
  width: 180px;
  max-height: 180px;
  max-width: 180px;
  margin-top: 25px;
  margin-bottom: 15px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.speakers-image:hover{
  opacity: 0.80;
  filter: alpha(opacity=80);
  -moz-box-shadow: 0 0 10px #62bed9;
  -webkit-box-shadow: 0 0 10px #62bed9;
  box-shadow: 0 0 10px #62bed9;
}

.speakers-coming {
  margin-top: 10px;
  text-align: center;
}
.speakers-coming p {
  color: #b3b2b3;
  font-size: 16px;
  font-weight: 400;
  padding-left: 10px;
  paddoing-right: 10px;
  margin-bottom: 10px;
}
.schedule-speaker-name {
  color: #009da2;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 0px;
  padding-top: 8px;
}
.schedule-speaker-title {
  color: #555;
  font-size: 16px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 10px;
}
.schedule-speaker-image {
  height: auto;
  width: auto;
  max-height: 110px;
  max-width: 110px;
}

.schedule-speaker-content {
  padding-left: 1px;
  padding-right: 15px;
}
.schedule-speaker-details {
  margin-bottom: 25px;
}

.speaker-detail-image {
  height: auto;
  width: auto;
  max-height: 110px;
  max-width: 110px;
  margin-top: 10px;
}

.speaker-detail-resource-image {
  height: auto;
  width: auto;
  max-height: 130px;
  max-width: 130px;
  margin-top: 10px;
  padding: 2px;
}

.speaker-detail-resource {
  padding: 6px;
  margin: 4px;
  text-align: center;
  float: left;
}
.speaker-detail-resource-title {
  padding: 6px;
  margin: 4px;
  text-align: left;
  float: right;
}

.speaker-content-placeholder {
	width: 300px;
	height: 300px;
	margin: 0 12px;
/*        background-color: rgba(0, 0, 0, 0.1);*/
}

.modal-header {
	border-bottom: none;
}

button.close {
    opacity: 1;
    color: rgba(144, 0, 46, 0.5);
    font-size: 30px;
}

#socialIconsSpeaker {
/*  text-align: left;
  padding: 4px 4px 4px 0px;*/
display: none;
}

#socialIconsSpeaker a {
  color: #F05D24;
  padding: 4px;
}

#socialIconsSpeaker  i.fa {
  line-height: 1.7;
}
.numberCircleSpeaker {
  text-align: center;
  border-radius: 50%;
  behavior: url(http://leadercastoc.com/css/PIE.htc); /* remove if you don't care about IE8 */
  background: transparent;
  border: 2px solid #F05D24;
  color: #F05D24;
  font: 40px Arial, sans-serif;
}

#tickets-nav {
  margin-bottom: 46px;
}

#registration {
	color: #fff;
	padding: 40px 0;
	text-align: center;
	font-size: 25px;
/*	background: url(../images/LC16-about-block.jpg) no-repeat #000;*/
	background-size: cover;
        background-color: #008080;
        text-shadow: 1px 1px 2px #000;
}

#registration .container {
	background-color: RGB(64, 95, 95);
        border: 1em solid #80c0c0;
}

#registration .section-header {
	margin-bottom: 30px;
	text-align: center;
}

#registration p {
	font-size: inherit;
}

#registration .helpinfo {
	color: #e3dbcc;
	font-size: 15px;
	margin-top: 50px;
}

#registration .helpinfo h4 {
    margin: 0;
}
#registration .helpinfo p,
#registration .helpinfo h4 {
    color: inherit;
    font-size: inherit;
}

.registerbutton:hover {
	box-shadow: 0 0 10px #000;
}

#optionsblock {
  background: #fff;
  padding: 32px 0px 24px;
  background: url(http://leadercastoc.com/images/live/LC16-Website-Seating-BG.jpg) center center no-repeat;
  background-size: cover;
  position:relative;
  min-height: 600px;
}

.options-header {
  margin-bottom: 1px;
  text-align: center;
  color: #222222;
  font-size: 40px;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.0;
}

.options-venue {
  margin-top: 1px;
  margin-bottom: 16px;
  text-align: center;
  color: #ECECED;
  font-weight: 500;
  font-size: 20px;
  font-style: italic;
  font-family: "Sentinel","Sentinel A","Sentinel B",serif;
  line-height: 1.0;
}
.options-map-contain {
  margin-top: 60px;
}
.ticket-type {
  font-size: 112px;
  font-weight: 700;
  line-height: 0.65;
}

.ticket-info li {
  font-weight: 500;
  font-size: 18px;
  font-style: italic;
  font-family: "Sentinel","Sentinel A","Sentinel B",serif;
  line-height: 1.0;
}

.ticket-type-verbose {
  margin-top: 6px;
  font-size: 30px;
  font-weight: 500;
  line-height: .85;
}

form.ticketpurchase {
    width: 300px;
    margin: 0 auto;
    background-color: rgba(3, 16, 18, 0.4);
    border-radius: 15px;
}

form.ticketpurchase table tr td {
    display: table-cell;
    line-height: 1.125rem;
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    text-align: left;
}

form.ticketpurchase table,
form.ticketpurchase table tr td,
form.ticketpurchase table tr:nth-of-type(2n) {
    background: none;
    border: none;
    color: #fff;
    margin: 0 auto;
}

input[type="file"], input[type="checkbox"], input[type="radio"], select {
	margin: 0 0 1rem 0;
}

form.ticketpurchase select {
	-webkit-appearance: none !important;
	border-radius: 0;
	background-color: #FAFAFA;
	background-position: 100% center;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	padding: 0.5rem;
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.75);
	line-height: normal;
	height: 2.3125rem;
}

#event-location {
	color: #fff;
	padding: 40px 0;
	text-align: center;
	font-size: 25px;
	background: url(../images/LC16-about-block.jpg) no-repeat #000;
	background-size: cover;
}

input.purchasesubmit {
    border-radius: 10px;
}

.ee-color {
  color: #222222;
}
.ga-color {
  color: #62BED9;
}
.uge-color {
  color: #873299;
}
.se-color {
  color: #F05D24;
}
#options-nav {
  margin: 10px;
}
#options-btn-wrap {
  margin: 0 auto;
  text-align: center;
}

#ticket-button, #attend-button, #buytickets-button, #attendhost-button, #EE-button, #GA-button,#UGE-button,#SE-button #EE-purchase-button, #GA-purchase- button,#UGE-purchase-button,#SE-purchase-button {
  display: inline-block;
  padding: 8px;
}

.options-btn {
  width: 180px;
  margin: 4px 10px;
  font-weight: 700;
  text-transform: none;
  text-align:center;
  cursor:pointer;
  z-index:50;
  display: inline-block;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  border: 2px solid transparent;
  color: #ECECED;
}
.ee-btn {
  background-color: #222222;
}
.ga-btn {
  background-color: #62BED9;
}
.uge-btn {
  background-color: #873299;
}
.se-btn {
  background-color: #F05D24;
}

.ee-btn:hover, .ee-btn:focus {
  outline: 0;
  color: #222222;
  border: 2px solid #ECECED;
  background-color: #ECECED;
}
.ga-btn:hover, .ga-btn:focus {
  outline: 0;
  color: #62BED9;
  border: 2px solid #ECECED;
  background-color: #ECECED;
}
.uge-btn:hover, .uge-btn:focus {
  outline: 0;
  color: #873299;
  border: 2px solid #ECECED;
  background-color: #ECECED;
}
.se-btn:hover, .se-btn:focus {
  outline: 0;
  color: #F05D24;
  border: 2px solid #ECECED;
  background-color: #ECECED;
}

.options-expire {
  font-size: .70em;
  font-weight: 200;
}

#options-ee {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 80%;
  border-collapse: collapse;
}
#options-ee td {
  font-size: 1em;
  border: 1px solid #222222;
  padding: 7px 7px 7px 7px;
}
#options-ee tr td {
  color: #ececed;
  background-color: #222222;
}
#options-ee tr.alt td {
  color: #222222;
  background-color: #b3b2b3;
}

#options-ga {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 80%;
  border-collapse: collapse;
}
#options-ga td {
  font-size: 1em;
  border: 1px solid #222222;
  padding: 7px 7px 7px 7px;
}
#options-ga tr td {
  color: #222222;
  background-color: #62BED9;
}
#options-ga tr.alt td {
  color: #222222;
  background-color: #82dEf9;
}

#options-uge {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 80%;
  border-collapse: collapse;
}
#options-uge td {
  font-size: 1em;
  border: 1px solid #222222;
  padding: 7px 7px 7px 7px;
}
#options-uge tr td {
  color: #ececed;
  background-color: #873299;
}
#options-uge tr.alt td {
  color: #ececed;
  background-color: #A752B9;
}

#options-se {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 80%;
  border-collapse: collapse;
}
#options-se td {
  font-size: 1em;
  border: 1px solid #222222;
  padding: 7px 7px 7px 7px;
}
#options-se tr td {
  color: #ececed;
  background-color: #F05D24;
}
#options-se tr.alt td {
  color: #ececed;
  background-color: #FF6D34;
}

#options {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 80%;
  border-collapse: collapse;
  margin-left: 16px;
}
#options-ee-desc, #options-ee-price  {
  font-size: 1em;
  color: #ececed;
  border: 1px solid #222222;
  background-color: #222222;
  padding: 7px 7px 7px 7px;
}
#options-ee-row {
  color: #ececed;
  background-color: #222222;
}

#options-ga-desc, #options-ga-price  {
  font-size: 1em;
  color: #222222;
  background-color: #62BED9;
  border: 1px solid #222222;
  padding: 7px 7px 7px 7px;
}
#options-ga-row {
  color: #222222;
  background-color: #62BED9;
}

#options-uge-desc, #options-uge-price {
  font-size: 1em;
  color: #ececed;
  background-color: #873299;
  border: 1px solid #222222;
  padding: 7px 7px 7px 7px;
}
#options-uge.row {
  color: #ececed;
  background-color: #873299;
}

#options-se-desc, #options-se-price {
  font-size: 1em;
  color: #ececed;
  background-color: #F05D24;
  border: 1px solid #222222;
  padding: 7px 7px 7px 7px;
}
#options-se.row {
  color: #ececed;
  background-color: #F05D24;
}

#eventinfoblock {
  background: #fff;
  padding: 24px 0px 24px;
  position:relative;
  min-height: 150px;
}

.eventinfotext {
  text-align: center;
}
.eventinfotext h1 {
  font-size: 24px;
  font-weight: 400;
  color: #222222;

}
.eventinfotext p {
  font-size: 12px;
  font-weight: 200;
  color: #222222;
}

.eventinfo-reason h4 {
  font-size: 14px;
  font-weight: 400;
}
.eventinfo-reason p {
  font-size: 13px;
  font-weight: 300;
}
#counterblock {
  background: #000;
  padding: 60px 0px 0px;
  background: url(../images/LC16-Website-Counter-BG.jpg) center center no-repeat;
  background-size: cover;
  position:relative;
  min-height: 300px;
}

.counters .counter-value {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  color: #ECECED;
}
.counter-value {
  min-height: 70px;
  margin-top: 15px;
}

.counters p {
  font-size: 14px;
  font-weight: 500;
  color: #ECECED;
}

.counterItem {
  display: inline;
  padding: 5px 5px 5px 0px;
  margin: 2px 2px 2px 0px;

}
.counterCircle {
  text-align: center;
  border-radius: 50%;
  behavior: url(http://leadercastoc.com/css/PIE.htc); /* remove if you don't care about IE8 */
  /* margin: 0 14px; */
  background: transparent;
  border: 3px solid #fff;
  color: #fff;
  font: 40px Arial, sans-serif;
  padding: 8px;
}
.counter-circle  i.fa {
  line-height: 1.7;
}

@media (max-width: 767px) {
  .counterCircle {
    font: 22px Arial, sans-serif;
  }
}

@media (max-width: 680px) {
  .counterCircle {
    font: 20px Arial, sans-serif;
  }
}

@media (max-width: 320px) {
  .numberCircle, .numberCircleWelcome {
    font: 18px Arial, sans-serif;
  }
  .media-btns {
    margin: 0 auto 10px;
  }
}

#previousattendeesblock {
  background: #fff;
  padding: 24px 0px 24px;
  position:relative;
  min-height: 285px;
}

.pa-header  {
  margin-bottom: 25px;
  text-align: center;
  color: #222222;
  font-weight: 600;
  font-size: 26px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

.attendeeItem {
  max-height: 200px;
  margin: 20px;
}
.attendeeItem img {
  height: auto;
  width: 200px;
}

#quotesblock {
  padding: 40px 0px 20px;
  background-size: cover;
  position:relative;
  min-height: 300px;
  background: rgb(24,24,26);
background: -moz-linear-gradient(top,  rgba(24,24,26,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top,  rgba(24,24,26,1) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom,  rgba(24,24,26,1) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18181a', endColorstr='#000000',GradientType=0 );
}

.quotes-header {
  margin-bottom: 25px;
  text-align: center;
  color: #62BED9;
  font-weight: 500;
  font-size: 40px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
}

#owl-quotes .item span {
  float: left;
  width: 15%;
  min-width: 120px;
  font-size: 68px;
  line-height: none;
}

#owl-quotes .quoteitem p {
  text-align: center;
 /* float: left; */
 /* width: 85%; */
  margin: 0px;
  padding: 20px 0px;
  color: #ECECED;
  font-style: italic;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
}
#owl-quotes .quoteitem h2 {
  text-align: center;
  color: #62bed9;
  font-weight: 500;
  font-size: 30px;
}
#owl-quotes .quoteitem h4 {
  text-align: center;
  color: #ECECED;
  font-style: normal;
  font-size: 18px;
}

@media(max-width:996px) {
  #owl-quotes .quoteitem p {
    width: 100%;
    text-align: center;
  }
}

#owl-quotes .owl-controls {
  margin-top: 40px;
}

#owl-quotes .owl-controls .owl-page span {
  display: block;
  width: 9px;
  height: 9px;
  margin: 5px 6px;
  border-radius: 6px;
  opacity: 1;
  background: #ccc;
}
#owl-quotes .owl-controls .owl-page.active span {
/*  background: transparent; */
  background: #363336;
}
#owl-quotes .owl-controls .owl-page {
  position:relative;
}
#owl-quotes .owl-controls .owl-prev,
#owl-quotes .owl-controls .owl-next {
  margin-top: -40px;
  color: #fb0000;
  background: none;
  opacity: 100;
}
#owl-quotes .owl-controls .owl-prev:before,
#owl-quotes .owl-controls .owl-next:before {
  color: #fff;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#owl-quotes .owl-controls .owl-prev:hover:before,
#owl-quotes .owl-controls .owl-next:hover:before {
  color: #fb0000;
}

#becomehostblock {
  background: #873299;
  padding: 15px 0px 0px;
  background: url(http://leadercastoc.com/images/live/LC16-Website-BecomeHost-BG.jpg) center center no-repeat;
  background-size: cover;
  position:relative;
  min-height: 150px;
}

.becomehost h1 {
  text-align: center;
  color: #ECECED;
  font-weight: 600;
  font-size: 26px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.0;
  margin-top: 5px;
}
.becomehost h2 {
  margin-bottom: 22px;
  text-align: center;
  color: #ECECED;
  font-weight: 600;
  font-size: 26px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.0;
}

#becomehost-btn-wrap {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 14px;
}
#becomehost-button {
  display: inline-block;
  padding: 8px;
}
.becomehost-btn {
  width: 220px;
  margin: 4px 0px;
  font-weight: 700;
  text-transform: none;
  text-align:center;
  cursor:pointer;
  z-index:50;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #eee;
  color: #ececed;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
.becomehost-btn:hover, .becomehost-btn:focus {
  outline: 0;
  color: #873299;
  border: 2px solid #ECECED;
  background-color: #ECECED;
}

#recapblock {
	padding: 15px 0px;
	background: url(../images/LC16-Website-Recap-BG.jpg) center center no-repeat;
	position: relative;
	min-height: 190px;
	border-bottom: 50px solid #000;
        text-shadow: 1px 2px 0px #000;
}

.recap-contain  {
  text-align: center;
  margin-top: 20px;
}

.recap-contain h1 {
  color: #ECECED;
  font-weight: 600;
  font-size: 26px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.0;
}

.recap-contain a {
  text-decoration: none;
}
.recap-contain span {
  color: #ECECED;
  font-weight: 500;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.0;
}

#sponsorblock {
  background: #fff;
  padding: 24px 0px 24px;
  position:relative;
  min-height: 150px;
}

.sponsorinfotext {
  text-align: center;
}
.sponsorinfotext h1 {
  font-size: 28px;
  font-weight: 600;
  color: #222222;
}

#sponsor-nav {
  margin-top: 40px;
}

#sponsor-button {
  display: inline-block;
  padding: 8px;
}
#sponsor-btn-wrap {
  margin: 0 auto;
 /* width: 80%; */
  text-align: center;
}

.sponsor-image-wrap {
  margin: 20px;
}

img.sponsor-image {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 200px;
  margin-bottom: 20px;
}

.sponsor-btn {
  width: 220px;
  margin: 4px 0px;
  font-weight: 700;
  text-transform: none;
  text-align:center;
  cursor:pointer;
  z-index:50;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #f05d24;
  color: #f05d24;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.sponsor-btn:hover, .sponsor-btn:focus {
  outline: 0;
  color: #ECECED;
  border: 2px solid #f05d24;
  background-color: #f05d24;
}

#volunteerblock {
  background: #62BED9;
  padding: 24px 0px 24px;
  position:relative;
  min-height: 150px;
}

.volunteerinfotext {
  text-align: center;
}
.volunteerinfotext h1 {
  font-size: 28px;
  font-weight: 600;
  color: #ECECED;
}

#volunteer-nav {
  margin-top: 10px;
}

#volunteer-button {
  display: inline-block;
  padding: 8px;
}
#volunteer-btn-wrap {
  margin: 0 auto;
 /* width: 80%; */
  text-align: center;
}
.volunteer-btn {
  width: 220px;
  margin: 4px 0px;
  font-weight: 700;
  text-transform: none;
  text-align:center;
  cursor:pointer;
  z-index:50;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #ECECED;
  color: #ECECED;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.volunteer-btn:hover, .volunteer-btn:focus {
  outline: 0;
  color: #62BED9;
  border: 2px solid #ECECED;
  background-color: #ECECED;
}

@media screen and (max-width: 480px) {
    .about-statement {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	display: inline-block;
    }
    #detailsblock h2 {
	font-size: 1.5em;
    }
    #registration p {
	font-size: 0.7em;
    }
  #event-location .location {font-size: 24px}
  #quotesblock .section-title {font-size: 1.6em;}
  #event-location .section-title {font-size: 1.2em;}
  .sub-nav-section .container,
  ul.grid-items {padding: 0;}
  a.icon-nav {font-size: 13px}
  a.icon-nav .fa { font-size: 2em;}
  #recapblock {
	background-position-x: 13%;
	border-top: 2px solid #113;
}
}

@media (min-width: 768px) {
  section.hide-under-breakpoint {
    display: block!important;
  }
}

.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

#preview-video-container {
  background-color: transparent;
  border: 0px;
}

#preview-header {
  background-color: transparent;
  border-bottom: 0px solid transparent;
  min-height: 0px;
  padding: 0px;
  display: none;
}
#preview-header .close {
  font-size: 0px;
}

#previewModal {
  background: url(../images/LC18-video-cover.png) center center no-repeat;
  background-size: cover;
}

#previewModal {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
        width: 640px;
}

#preview-video-section {
  min-width: 640px;
  min-height: 100%;
  height: 360px;
  overflow: hidden;
  border: 5px solid #62bed9;
}

@media (max-width: 320px) {
  #preview-video-section {
    min-width: 320px;
    min-height: 170px;
  }
}

#loadingtext  {
  margin: 0 auto;
  padding-top: 10%;;
  width: 80%;
  text-align: center;
}

#loadingtext p {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
	margin: 0;
	line-height: 0;
	text-transform: uppercase;
}

#wrapper_mbYTP_P1 {
    min-width: auto !important;
    min-height: auto !important;
    width: 100% !important;
    height: 540px !important;
}

#controlBar_P1 {
    display: none !important;
}



iframe#mbYTP_P1 {
    margin-top: -76px !important;
    margin-left: 0 !important;
    width: 640px !important;
    height: 512px !important;
}

#recap-video-container {
  background-color: transparent;
  border: 0px;
}

#recap-header {
  background-color: transparent;
  border-bottom: 0px solid transparent;
  min-height: 0px;
  padding: 0px;
}
#recap-header .close {
  font-size: 0px;
}

#recapModal {
  background: url(http://leadercastoc.com/images/live/LC16-Website-Recap-placeholder.jpg) center center no-repeat;
}

#recap-video-section {
  min-width: 640px;
  min-height: 340px;
}
@media (max-width: 320px) {
  #recap-video-section {
    min-width: 320px;
    min-height: 170px;
  }
}

#recap-loadingtext  {
  margin: 0 auto;
  padding-top: 10%;;
  width: 80%;
  text-align: center;
}
#recap-loadingtext p {
  color: #b3b2b3;
  font-size: 28px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.clickable:hover {
  cursor: pointer;
}

footer.site-footer {
 margin-top: 0;
}

.login-tab-button {
  background-color: #f05d24;
  border: medium none;
  color: #ffffff;
  font-family: "NHaasGroteskTXStd-65Md",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0;
  padding: 0.8rem 2rem 0.85rem;
}

#company-logo {
  height: auto;
  width: auto;
  max-height: 42px;
}
.company-large-image {
  height: auto;
  width: auto;
  max-width: 40%;
  margin: 0 auto;
}

div.lc-header-menu-logo {
  position: absolute;
  top: 2px;
  left: 50px;
  height: auto;
  width: auto;
  background-image: none;
 /* display: none;  */
  background-repeat: no-repeat;
}

#socialIcons {
  text-align: center;
  padding: 4px;
}
#socialIcons a {
  color: #fff;
  padding: 4px;
}
.socialItem {
  display: inline;
  padding: 5px 5px 5px 0px;
  margin: 2px 2px 2px 0px;
}
#socialIcons  i.fa {
  line-height: 1.7;
}
.numberCircle {
  text-align: center;
  border-radius: 50%;
  behavior: url(http://leadercastoc.com/css/PIE.htc); /* remove if you don't care about IE8 */
  /* margin: 0 14px; */
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font: 40px Arial, sans-serif;
}
@media (max-width: 767px) {
  .numberCircle, .numberCircleWelcome {
    font: 22px Arial, sans-serif;
  }
  .media-btns {
    margin: 0 auto 10px;
  }
}

@media (max-width: 680px) {
  .numberCircle, .numberCircleWelcome {
    font: 20px Arial, sans-serif;
  }
  .media-btns {
    margin: 0 auto 10px;
  }
}


@media (max-width: 320px) {
  .numberCircle, .numberCircleWelcome {
    font: 18px Arial, sans-serif;
  }
  .media-btns {
    margin: 0 auto 10px;
  }
}

.eventtagline {
  color: #fff;  /* 62bed9 */
  font-size: 32px;
  font-weight: 600;
  font-family: Arial, sans-serif;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  margin: 10px 10px 10px;
}

.socialheadertext {
  color: #ECECED;
  font-size: 20px;
  font-weight: 600;
  font-family: Arial, sans-serif;
  margin-top: 30px;
}

hr.bottom-divider {
  border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.carousel-item {
  max-height: 600px;
  margin: 20px;
}
.carousel-item img {
  height: auto;
  max-width: 600px;
}
.location-map {
  width: 100%;
  height: 400px;
}

section.host-bg-section {
  height: 625px;
  margin-top: 66px;
  padding: 250px 0 0;
  background: transparent url("http://leadercastoc.com/images/app/host-banner.jpg") no-repeat scroll 50% 50% / cover ;
  text-align: center;
}

section.hero-bg-section {
  height: 800px;
  padding: 136px 0 0;
}
section.hero-bg-section {
  background: transparent url("http://leadercastoc.com/images/app/lc-world-map.jpg") no-repeat scroll 50% 50% / cover ;
  text-align: center;
}
.hero-bg-section {
  /* margin-top: 230px; */
}

.input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}

section #simulcast-search input[type="text"] { border: none;   box-shadow: none; margin: 0;padding: 10px 12px 3px 0;}
#host-site-alert h2 {color: #222; font-size: 24px; }
#host-site-alert button:hover{background: transparent;}


section #simulcast-search {
  padding: 11px 13px 11px 23px;
}
section #simulcast-search {
  background-color: #ececed;
  margin-top: 8px;
}

section #simulcast-search input[type="text"] {
  border: medium none;
  box-shadow: none;
  margin: 0;
  padding: 10px 12px 3px 0;
}
section #simulcast-search input[type="text"] {
  background-color: #ececed;
  color: #333333;
  font-family: "neue_haas_grotesk_display65Md",Arial,sans-serif;
  font-size: 18px;
  line-height: 1.42857;
}
section #simulcast-search input {
  display: table-cell;
  letter-spacing: 0.45px;
  vertical-align: middle;
  width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  height: 2.3125rem;
  transition: all 0.15s linear 0s;
}

body.simulcast section #simulcast-search a {
  border: 0 none;
  font-family: "neue_haas_grotesk_display65Md",Arial,sans-serif;
  letter-spacing: 0.45px;
  padding: 11px 30px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-btn > .btn {
  position: relative;
}
.btn-lg {
  font-size: 18px;
  line-height: 1.33;
}
.btn-orange {
  background-color: #f05d24;
  color: #ffffff;
}
section.host-bg-section .featured2 {
  letter-spacing: 1.5px;
}

section.hero-bg-section .featured2 {
  letter-spacing: 1.5px;
}
.featured2.white {
  color: #ffffff;
}
.featured2 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 800;
}

[class*="column"] + [class*="column"]:last-child {
  float: left;
}

#search-results {
  display: none;
  min-height: 600px;
  padding-bottom: 30px;
  background-color: white;
  /*
  background: transparent url("/images/app/search-results-background.jpg") no-repeat scroll 50% 50% / cover ;
  */
  text-align: center;
}
.search-image-contain {
  text-align: left;
}
.search-name-contain {
  font-size: 18px;
  font-weight: 500;
}
.search-image {
  height: auto;
  max-width: 180px;
}
.search-result-button {
  /*
  background-color: #f05d24;
  */
  background-color: white;
  width: auto;
  height: 60px;
  padding: 8px;
}
.search-address {
  width: 180px;
}
#search-results-table_wrapper table {
  background-color: transparent;
}

#search-results-table thead {
  background-color: transparent;
}
#search-results-table tr {
  background-color: transparent;
}
#search-results-table td {
  background-color: transparent;
}
.search-header {
  margin-top: 75px;
}
.search-type-radio {
  display: inline;
}
.search-type-radio label {
  color: white;
  display: inline;
}

section.application-section {
  padding: 64px 0;
  text-align: left;
}

.application-section {
  background-color: #363336;
  line-height: 44px;

}

.application-section h1.white {
  font-size: 28px;
}
h1.white, .h1.white {
  color: #ffffff;
}

.copy.white {
  color: #ffffff;
}

.copy {
  font-size: 18px !important;
  line-height: 32px;
}
.copy.bold {
  font-family: "neue_haas_grotesk_display65Md";
}
.copy strong {
  font-family: "neue_haas_grotesk_display65Md",Arial,sans-serif;
}

section.application-section .italic.blue.big {
  margin-top: 6px;
}
section.application-section .item {
  min-height: 270px;
}
section.application-section .carousel-caption {
  left: 0;
  position: relative;
  right: 0;
  text-align: left;
}
section.application-section .carousel-caption > a {
  color: #ffffff !important;
}
section.application-section .carousel-control-host {
  height: 20px;
  margin-bottom: 30px;
  position: relative;
  width: 25%;
}
section.application-section .carousel-control {
  background-image: url("http://leadercastoc.com/imgs/hosting_car_navs.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
section.application-section .carousel-control:hover {
  background-position: 0 -20px;
}
section.application-section .carousel-control.right {
  background-position: -20px -20px;
  right: 0;
}
section.application-section .carousel-control.right:hover {
  background-position: -20px 0;
}

.italic.blue.big {
  margin-top: 6px;
}
.italic.blue {
  color: #62bed9;
}
.italic.big {
  font-size: 28px;
  line-height: 44px;
}
.italic {
  color: #ffffff;
  font-style: italic;
  font-family: "sentinelbook_italic";
  font-size: 18px;
  line-height: 24px;
}
#assist-info  {
  width: 100%;
  margin-left: 16px;
  margin-top: 30px;
}

#assist-table {
  width: 80%;
  margin-left: 16px;
  margin-top: 30px;
  background-color: transparent;
  border: 0px;
}


.assistance-head {
  width: 100%;
  padding: 20px 0px 0px;
  /* text-align: left; */
}

.ass-left {
  float:left;
  padding: 15px;
}
.ass-right {
  float:left;
  padding: 15px;
}

.assist-detail {
  text-align: center;
  margin-bottom: 30px;
}
.assist-detail i {
  font-size: 45px;
  font-weight: 600;
  color: #ffffff;
}
.assist-detail a {
  color: #fff;
}

.assist-header {
  text-align: center;
  color: #363336;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.0;
  padding: 15px;
}

.assist-subheader {
  font-size: 20px;
  color: #fff;
}

.lab-block i {
 font-size: 130px;
  padding: 2px;
  margin-bottom: 20px;
}

.lab-voice i  {
  color: #62bed9;
}
.lab-gears i  {
  color: #f05d24;
}
.lab-creative i  {
  color: #873299;
}
.lab-approach i  {
  color: #009da2;
}
.lab-voice span  {
  color: #62bed9;
}
.lab-gears span  {
  color: #f05d24;
}
.lab-creative span  {
  color: #873299;
}
.lab-approach span  {
  color: #009da2;
}

.lab-voice-span  {
  color: #62bed9;
}
.lab-gears-span  {
  color: #f05d24;
}
.lab-creative-span  {
  color: #873299;
}
.lab-approach-span  {
  color: #009da2;
}



.lab-voice-btn {
  width: 110px;
  margin: 4px 0px;
  font-weight: 700;
  text-transform: none;
  text-align:center;
  cursor:pointer;
  z-index:50;
  display: inline-block;
  background-color: #62bed9;
  border: 2px solid #62bed9;
  color: #eee;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
.lab-voice-btn:hover, .lab-voice-btn:focus {
  outline: 0;
  color: #62bed9;
  border: 2px solid #62bed9;
  background-color: transparent;
}

.lab-gears-btn {
  width: 110px;
  margin: 4px 0px;
  font-weight: 700;
  text-transform: none;
  text-align:center;
  cursor:pointer;
  z-index:50;
  display: inline-block;
  background-color: #f05d24;
  border: 2px solid #f05d24;
  color: #eee;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
.lab-gears-btn:hover, .lab-gears-btn:focus {
  outline: 0;
  color: #f05d24;
  border: 2px solid #f05d24;
  background-color: transparent;
}

.lab-creative-btn {
  width: 110px;
  margin: 4px 0px;
  font-weight: 700;
  text-transform: none;
  text-align:center;
  cursor:pointer;
  z-index:50;
  display: inline-block;
  background-color: #873299;
  border: 2px solid #873299;
  color: #eee;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
.lab-creative-btn:hover, .lab-creative-btn:focus {
  outline: 0;
  color: #873299;
  border: 2px solid #873299;
  background-color: transparent;
}

.lab-approach-btn {
  width: 110px;
  margin: 4px 0px;
  font-weight: 700;
  text-transform: none;
  text-align:center;
  cursor:pointer;
  z-index:50;
  display: inline-block;
  background-color: #009da2;
  border: 2px solid #009da2;
  color: #eee;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
.lab-approach-btn:hover, .lab-approach-btn:focus {
  outline: 0;
  color: #009da2;
  border: 2px solid #009da2;
  background-color: transparent;
}
.lab-afterhours img {
  width: 300px;
  height: auto;
}
.lab-afterhours h2 {
  font-size: 26px;
  font-weight: 500;
  font-style: italic;
  font-family: "Sentinel","Sentinel A","Sentinel B",serif;
  line-height: 1.0;
  color: #000;
}
.lab-afterhours h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.0;
}

.schedule-venue {
  font-style: italic;
  font-family: "Sentinel", "Sentinel A", "Sentinel B", serif;
}

.lab-afterhours hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #62bed9;
  margin: 1em 0;
  padding: 0;
}
.lab-afterhours-btn {
  width: 100%;
  margin: 4px 0px;
  font-weight: 700;
  font-size: 30px;
  text-transform: none;
  text-align:center;
  cursor:pointer;
  z-index:50;
  display: inline-block;
  background-color: #62bed9;
  border: 2px solid #62bed9;
  color: #eee;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.lab-afterhours-btn:hover, .lab-afterhours-btn:focus {
  outline: 0;
  color: #62bed9;
  border: 2px solid #62bed9;
  background-color: transparent;
}

@media (max-width: 450px) {
  .lab-afterhours-btn {
    font-size: 18px;
  }
}


@media (max-width: 320px) {
  .lab-afterhours-btn {
    font-size: 14px;
  }
}

.lab-afterhours {
  text-align: left;
  color: #000;
  margin-bottom: 5px;
}
.labs-important {
  color: #62BED9;
  font-style: italic;
  font-family: "Sentinel","Sentinel A","Sentinel B",serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.lab-afterhours-buy {
  text-align: center;
  margin-bottom: 30px;
}
.lab-afterhours-content {
  margin-bottom: 20px;
}
.lab-sessions-heading {
  margin-bottom: 15px;
}
.lab-sessions-heading h1 {
  text-align: center;
  color: #363336;
  font-size: 32px;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.0;
}
.labs-header-image {
  padding-top: 30px;
  padding-bottom: 30px;
}

.labs-header-image img {
  height: auto;
  width: 350px;
}
.labs-header-image h3 {
  color: #d8262e;
  line-height: 1.0;
  font-size: 22px;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#labsblock {
  background: #fff;
  padding: 20px 0px 0px;
  /* background: url(/images/live/LC16-Website-Tickets.jpg) center center no-repeat; */
  background-size: cover;
  position:relative;
  text-align: center;
  min-height: 200px;
}
.labs-header {
  text-align: center;
}
.labs-desc {
  padding: 0px 30px 30px 30px;
  text-align: center;
}
.labs-image {
  width: 130px;
  height: auto;
}
.labs-block-header {
  text-align: center;
  color: #363336;
  font-size: 16px;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.0;
}
.labs-questions {
  text-align: center;
  color: #363336;
  font-size: 40px;
  font-weight: 500;
  font-style: italic;
  font-family: "Sentinel","Sentinel A","Sentinel B",serif;
  line-height: 1.4;
}
.labs-block-desc {
  text-align: center;
  min-height: 90px;
  line-height: 1.2;
  margin-bottom: .4rem;
}

#scheduleblock {
  padding: 20px 0px 0px;
  background: url(http://leadercastoc.com/images/live/scheduleblock-bg.jpg) center center no-repeat;
  background-size: cover;
  position:relative;
  text-align: center;
}
.schedule-header h1 {
  color: #ECECED;
  font-size: 35px;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.0;
  margin-bottom: 30px;
  margin-top: 25px;
}

#lab-schedule, #event-schedule {
  background-color: transparent;
}

#lab-schedule tr, th, td {

  border-color: #ECECED;
  border-style: solid;
  background-color: transparent;
}
#event-schedule tr, th, td {
  border-color: #ECECED;
  border-style: solid;
  background-color: transparent;
}

.schedule-time {
  background-color: #ECECED;
  color: #009da2;
}
.schedule-alt-time {
  color: #ECECED;
  background-color: transparent;
  border-right: hidden;
}
.schedule-speakers {
  color: #ECECED;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.0;
}
.schedule-topic {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.0;
}
.schedule-break {
  color: #ECECED;
  font-size: 18px;
  font-weight: 600;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.0;
}
.schedule-content {
  color: #ECECED;
  font-size: 14px;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.0;
}
.schedule-block h2 {
  color: #ECECED;
  font-size: 25px;
  font-weight: 500;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.0;
  margin-bottom: 20px;
}
.speaker-ht {
  position: relative;
  top: 50%;
  transform: translateY(33%);
  min-height: 49px;
}
.schedule-footer h3 {
  color: #ECECED;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.0;
  margin-bottom: 20px;
}
.event-included {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  font-family: "Sentinel","Sentinel A","Sentinel B",serif;
  line-height: 1;
}