body {
  background-color: #e1e3ed;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  background-image: url('../images/noise.png');
  font-size: 14pt;
  margin-top: 160pt;
}

header {
  width: 100%;
  padding: 35pt 0 30pt 0;
  background-color: white;
  -webkit-box-shadow: 0px 1px 30px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 1px 30px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 30px 0px rgba(0,0,0,0.3);
  position: fixed;
  z-index: 100;
  margin-top: -160pt;
  transition: 0.5s;
}

header > div#container {    
  display: grid;
  grid-template-columns: 185pt auto;
  position: relative;
  width: 1250px;
  margin: 0px auto;
  /* background-color: rgba(0,0,0,0.05); */
}

header img.logo {
  width: 140pt;
  transition: 0.5s;
}

header nav {    
  position: absolute;
  bottom: 3px;
  padding-left: 220pt;
}

body.smaller header {
  padding: 20pt 0 18pt 0;
}

body.smaller header .logo {
  width: 100pt;
}

body.smaller header nav a {
  font-size: 14pt; 
  border-bottom-width: 6px;
  transition: 0.5s;
}

header nav a {
  display: inline-block;
  color: black;
  text-decoration: none;
  margin-right: 42pt;
  font-size: 16pt;
  font-weight: 700;
  border-bottom: 7px solid transparent;
  padding-bottom: 5pt;
}

header nav a.menuSelected {
  border-bottom-color: #e40f1b;
}

header nav a:hover {
  border-bottom-color: rgba(1,1,1,0.2);
}

header nav #m_register {
  color: white; 
  background: rgba(0,52,171,1);
  padding: 4pt 15pt 0pt 15pt;
  border-radius: 4pt;
}

header nav #m_register:hover {
  background: rgba(0,39,128,1);
}

header nav #m_register.menuSelected {
  padding-bottom: 7px;
}

header nav #mobileMenuFooter {
  display: none;
}

footer {
padding: 30pt 0;
display: grid;
grid-gap: 30pt;
width: 1280px; 
margin: 0px auto;
grid-template-columns: 80pt auto 60pt;
}

footer .logo img {
width: 80pt;
display: block;
}

footer .copy {
font-size: 12pt; 
color: #333;
font-weight: 400;
}

footer .linkedin {
text-align: right;
}

footer .linkedin img {
width: 35pt;
}

article {
  width: 1200px; 
  background-color: white;
  border: 1pt solid rgba(13,32,128,0.25);
  margin: 40px auto 0px auto;
  border-radius: 6pt;
  padding: 20pt 30pt;
}

article#nobg {
width: 100%;
background-color: unset;
border: 0pt;
border-radius: 0pt;
margin: 0pt auto;
padding: 0pt;
background-color: white;
}

article#second {
margin: 0 auto;
padding-top: 30pt;
width: 1280px;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-top-width: 0;
}

article#second {
font-size: 14pt;
padding-left: 30pt;
padding-right: 30pt;
}

article#second .button {
display: inline-block;
font-size: 14pt;
margin-bottom: 20pt;
}

article#second .button+span {
color:#666;
padding-left: 20pt;
}

.front {
  padding: 30pt 0pt 40pt 0pt;
}

.front h1 {
  font-weight: 800;
  font-size: 32pt;
  margin-bottom: 10pt;
}

.front h2 {
  font-weight: 600;
  font-size: 22pt;
  margin: 0;
}

.front h3 {
  font-weight: 700;
  margin: 15pt 0pt 0pt 0pt;
  font-size: 16pt;
}

.front p {
  margin-top: 5pt;
  font-size: 16pt;
}

.front .block {
  border-bottom: 0.5pt solid #222;
  display: block;
  max-width: 600pt;
  margin-bottom: 20pt;
  padding-bottom: 20pt;
}

.front a.button.secondary {
  color: rgba(0,52,171,1);
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(0,52,171,0.75);
  padding: 6pt 20pt;
}

.front a.button.secondary:hover {
  background: rgba(255, 255, 255, 0.5);
}

.front p span { 
	padding-left: 30pt;
	background-repeat: no-repeat;
	background-size: 20pt;
	margin-right: 30pt;
}

.front p span.venue {
	background-image: url('../images/location.svg');
	padding-left: 25pt;
}

.front p span.date {
	background-image: url('../images/calendar.svg');
}

.front .frontSpeakerLogos {
	margin-top: 5pt;
}

.front .frontSpeakerLogos .logo {
	max-width: 120pt;
	margin-right: 25pt;
}

.front .frontSpeakerLogos .logo:last-child {
	margin-right: 0;
}


.front .frontSpeakerLogos #zdas {
	max-width: 100pt;
	position: relative;
	top: 3pt;
}

.front .frontSpeakerLogos #soma {
	max-width: 110pt;
	position: relative;
	top: 3pt;
}

.front .frontSpeakerLogos #mecawel {
	max-width: 130pt;
	position: relative;
	top: 1pt;
}

.front .frontSpeakerLogos #logio {
	max-width: 60pt;
	position: relative;
	top: 12pt;
}

.front .frontSpeakerLogos #logis {
	max-width: 80pt;
    position: relative;
    top: 0.5pt;
}

p.highlight {
  font-weight: 600;
  font-style: italic;
  width: 70%;
}

.boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap:20pt;
}

.boxes .box {
  border: 0.5pt solid rgba(0, 102, 204, 1);
  background: rgba(0, 102, 204, 0.05);
  border-radius: 5pt;
  padding: 15pt 20pt;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 102, 204, 0.3);
  -moz-box-shadow: 3px 3px 0px 0px rgba(0, 102, 204, 0.3);
  box-shadow: 3px 3px 0px 0px rgba(0, 102, 204, 0.3);
}

.boxes .box h4 {
  font-size: 14pt;
  font-weight: 600;
  color: rgba(0, 102, 204, 1);
  padding: 0;
  margin: 0pt 0pt 10pt 0pt;
}

.boxes .box p {
  margin: 0;
  padding: 0;
  font-size: 12pt;
}

.CDP-OE {
display: grid; 
grid-gap: 30pt;
grid-template-columns: auto 340pt 340pt auto;
margin: 10pt auto;
}

.CDP-OE ul {
padding-left: 15pt;
}

.CDP-OE li {
list-style-type: none;
margin-bottom: 8pt;
font-weight: bold;
}

.CDP-OE li:before {
content: "\2013  ";
}

.CDP-OE h3 {
background-color: #e20620;
display: block;
border-radius: 3pt;
padding: 10pt 16pt; 
color: white;
font-weight: 700;
}

.charts {
width: 1450px;
margin-top: -5pt;
margin-bottom: -20pt;
margin-left: -60pt;
}

article.photoBg {
position: relative;
bottom: 40pt;
margin-bottom: -40pt !important;
z-index: 0;
}

article.photoBg:before {
content: "";
position: absolute;
z-index: -1;

top: 0; left: 0; right: 0;
height: 100%;
background: url('../images/bg/cnc2.jpg') no-repeat;  
background-position-y: 45%;
-webkit-mask-image: linear-gradient(-90deg, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.15) 50%);
mask-image: linear-gradient(-90deg, rgba(0,0,0,1) 30%, rgba(0,0,0,0.25) 50%);
background-size: cover;
background-position-x: 30%;
}

article.photoBg div#container {
mask-image: none;
-webkit-mask-image: none;
width: 1260px;
margin: 0px auto;
}

label, input {
  display: block;
}

#regRow input, #regRow #noVatDiv {
  display: inline-block;
  margin-right: 10pt;
  margin-bottom: 0pt;
}

label {
  margin-top: 10pt;
}

h1 {
  padding-top: 10pt;
  margin-top: 0px;
  font-size: 22pt;
}

.registrationTags span {
  display: inline-block; 
  margin-right: 10pt; 
  padding: 0pt 10pt;
  background-color: #ededed;
  border-radius: 3pt;
}

.consolas {
  font-family: 'Consolas', 'Courier New', monospace;
}

.ticket {
  border: 3pt solid rgba(13,32,128,0.5);
  border-radius: 5pt;
  padding: 15pt 30pt 5pt 30pt;
  margin: 20pt 0pt;
}

.ticketHeader {
  background-color: rgba(13,32,128,0.20);
  margin: -15pt -30pt 10pt -30pt;
  padding: 15pt 30pt 10pt 30pt;
}

.ticketLogo {
  width: 80pt;
}

.ticket .eventName {
  font-weight: 600;
  font-size: 16pt
}

label {
  font-weight: 600;
  margin-bottom: 3pt;
}

label.h {
  margin-top: 20pt;
}

label + p {
  margin-top: 0pt;
}

input, textarea {
  border-radius: 3pt;
  background: linear-gradient(rgba(86,110,235,0.10) 40%, rgba(86,110,235,0.15) 95%);
  border: 1pt solid rgba(13,32,128,0.2);
  padding: 7pt 15pt;
  margin-bottom: 10pt; 
  margin-top: 10pt;
  font-family: monospace;
  font-weight: 500;
}

input::placeholder, textarea::placeholder {
  color:#333;
}

input[type='checkbox'], input[type='radio'] {
  float:left;
  margin-right: 10pt;
  margin-top: 0pt;
  margin-bottom: 0pt;
  width: 10pt;
  height: 10pt;
  position: relative;
  top: 2pt;
}

p.radioP {
  margin: 0pt;
}

#hiddenFormParts {
  display: none;
}

form#notifications input, form#notifications submit {
  display: inline-block;
}

form#notifications input {
  width: 200pt;
  font-size: 14pt;
}

form#notifications button {
  margin-left: 5pt;
  padding: 6pt 20pt;
  border-radius: 4pt;
  border-width: 2pt;
}

label.check, label.radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: initial;   
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
label.check input, label.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -1pt;
  left: 0;
  height: 16pt;
  width: 16pt;
  background-color: rgba(86,110,235,0.10);
  border-radius: 3pt;
  border: 1pt solid rgba(13,32,128,0.2);
}

input[disabled] ~ .checkmark {
  background-color: #ccc !important;
}

/* Create a custom radio button */
.radioButton {
  position: absolute;
  top: -0.5pt;
  left: 0;
  height: 14pt;
  width: 14pt;
  background-color: rgba(13,32,128,0.10);
  border-radius: 50%;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radioButton:after {
  content: "";
  position: absolute;
  display: none;
}

/* On mouse-over, add a grey background color */
label.check:hover input ~ .checkmark, label.radio:hover input ~ .radioButton {
  background-color: rgba(13,32,128,0.20);
}

/* When the checkbox is checked, add a blue background */
label.check input:checked ~ .checkmark, label.radio input:checked ~ .radioButton {
  background-color: rgba(86,110,235,1);
}

label.check:hover input[disabled] ~ .checkmark {    
  background-color: rgba(13,32,128,0.10);
  cursor: not-allowed;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
label.check input:checked ~ .checkmark:after, label.radio input:checked ~ .radioButton:after, label.check input[disabled] ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
label.check .checkmark:after {
  left: 5.5pt;
  top: 3pt;
  width: 3pt;
  height: 6pt;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

label.check input[disabled] ~ .checkmark:after {
  left: 5.5pt;
  top: 3.5pt;
  width: 3pt;
  height: 6pt;
  border: solid #666;
  border-width: 0 3px 0 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Style the indicator (dot/circle) */
label.radio .radioButton:after {
  top: 5pt;
  left: 5pt;
  width: 4pt;
  height: 4pt;
  border-radius: 50%;
  background: white;
}

#orderContainer {
	max-width: 600pt;
	background: linear-gradient(130deg, #eeeeee 30%, rgba(86,110,235,0.3));
    box-shadow: 4pt 0pt 8pt rgba(0, 0, 0, 0.05);
	border-radius: 10pt;
	padding: 20pt 25pt;
	margin-top: 25pt;
	border: 1.5pt solid rgba(86,110,235,0.7);
}

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

#orderContainer li {
	background: url('../images/checkmarkBlue.svg');
	background-size: 14pt;
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: 50%;
	padding-left: 25pt;
	margin-bottom: 8pt;
}

#orderContainer ul li:last-child {
	margin-bottom: 0;
}

#orderContainer p:last-child {
	margin-bottom: 0;
}

#order {
  margin-bottom: 15pt;
}

#order tbody, #order tr, #order td {
  padding: 0pt; 
  margin: 0pt; 
  border: 0pt;
}

#order tr:first-child {
  display: none;
}

#order tr:nth-child(2) {
  font-size: 14pt;
  font-weight: bold;
  color: rgba(0, 52, 171, 1);
}

#order tr td:first-child {
}

#order tr td:last-child {
  padding-left: 20pt;
}

button, a.button {
  border-radius: 50pt;
  color: white;
  border: 3pt solid rgba(0,52,171,1);
  font-size: 14pt;
  padding: 6pt 30pt;
  background-color: rgba(0,52,171,0.6);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin-top: 17pt;
  margin-right: 20pt;
}

a.button.secondary {
  color: rgba(0,52,171,1);
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0,52,171,0.75);
  padding: 6pt 20pt;
}

a.button.secondary:hover {
	background-color: rgba(0,52,171,0.1);
}

button.darker, a.button.darker {
  background-color: rgba(0,52,171,0.65);
}

button.darker:hover, a.button.darker:hover {
  background-color: rgba(0,52,171,0.8);
}

a.button:hover, button:hover {
  background-color: rgba(0,52,171,0.7);
}

a.button.white {
  background-color: #ededed;
  border-color: #666;
  color: #666;
}

#errorSummary {
  background-color: rgba(255,0,0,0.1);
  border: 1pt solid rgba(255,0,0,0.7);
  margin: 12pt 0pt 10pt 0pt;
  width: 300pt;
}

#mobileMenu {
display: none;
}

.speakers {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 25pt;
margin-top: 20pt;
}

.speaker {
border: 1pt solid #e3e3e3;
padding: 25pt 20pt;
border-radius: 5pt;
background: linear-gradient(white, rgba(157,172,198,0.1));
}

.speaker h2 {
font-size: 16pt;
margin: 0pt 0pt 10pt 0pt;
}

.speaker .type {
	display: none;
	float: right;
	display: table;
	padding: 2pt 5pt;
	background: linear-gradient(120deg, rgba(98,128,196,0.4), linear-gradient(120deg, rgba(98,128,196,0.8) 60%));
	color: white; 
	font-weight: bold;
	border-radius: 2pt;
	margin: 0;
}

.speaker .person {
font-style: italic;
}

.speaker .person:last-child {
margin-bottom: 0;
}

.speaker .people {
/* display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 20pt;
text-align: center; */
border-right: 1pt solid #ccc;
margin-right: 20pt;
}

.speaker .people p { 
margin-bottom: 10pt;
border-right: 0;
}

.speaker#logis {
margin-top: 25pt;
margin-bottom: 10pt;
background: linear-gradient(100deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 40%), url('../images/planner2.jpg');
background-size: contain;
background-repeat: no-repeat;
background-position-x: 450pt;
padding-right: 270pt;
grid-template-columns: auto 140pt;
}

.speaker .company#ad img {
width: 120pt;
}

.speaker .company#ad {
grid-template-columns: auto 140pt;
}

.speaker .company#zdas img {
width: 120pt;
}

.speaker .company#mecawel img {
width: 120pt;
}

.speaker .company#logio img {
width: 75pt;
}

.speaker#tbd {
	border-style: dashed;
}

.company {
margin-top: 20pt;
display: grid;
gap: 10pt;
grid-template-columns: auto 160pt;
}

.company img, .company p {
display: block;
}

.company p {
margin: 0pt 20pt 0pt 0pt;
border-right: 1pt solid #ccc;
padding-right: 20pt;
}

.company img {
width: 140pt;
}

.agenda {
margin-bottom: 20pt;
}

.agenda td {
vertical-align: top;
padding: 20pt 10pt;
border-bottom: 1pt solid #eee;
}

.agenda tr:first-child td {
	padding-top: 10pt;
}

.agenda p {
margin: 10pt 0pt 0pt 0pt;
padding: 0pt;
}

.agenda p.presentation, .agenda h2 {
margin: 0pt;
font-size: 14pt !important;
font-weight: 600;
}

.agenda td:first-child {
	font-size: 14pt;
	padding-left: 0;
}

.agenda p.presenter {
font-style: italic;
}

.agenda .break {
	font-style: italic;
}

.agenda img {
display: block;
}

.agenda .speakerLogo {
	float:right;
	max-width: 120pt;
	display: none;
}

.agenda .type {
	float: right;
	display: none;
	/* display: table; */
	padding: 2pt 5pt;
	background: linear-gradient(90deg, rgba(98,128,196,1), rgba(98,128,196,1));
	color: white; 
	font-weight: bold;
	border-radius: 2pt;
	margin: 0;
}

h3.belowAgenda {
	margin-top: 30pt;
	margin-bottom: 0;
	font-weight: 600;
}

h3.belowAgenda + p {
	margin-top: 10pt;
}

.subscribeToNotifications {
	border: 1.5pt solid #ccc;
	background: #ededed;
	
	max-width: 600pt;
	box-shadow: 4pt 0pt 8pt rgba(0, 0, 0, 0.05);
	border-radius: 10pt;
	padding: 20pt 25pt;
	margin-top: 25pt;
}

.subscribeToNotifications h3 {
	margin-top: 0;
}

.attendanceVariants {
margin-top: 30pt;
display: grid;
grid-template-columns: 1fr 1fr;  
gap: 0;
background: linear-gradient(rgba(157,172,198,0.2), rgba(157,172,198,0.1));
border-radius: 5pt; 
padding: 30pt 20pt;
}

.attendanceVariants.single {
  display: block;
}

.attendanceVariants.single div:first-child, .attendanceVariants.single div:last-child {
  padding-left: 0;
  padding-right: 0;
  border-right: none;
}

.attendanceVariants.single p {
  margin-top: 0;
}

.attendanceVariants.single p:last-child {
  margin-bottom: 0;
}

.attendanceVariants p:last-child {
margin-bottom: 0;
}

.attendanceVariants div:first-child {
border-right: 1pt solid #ccc;
padding-right: 40pt; 
}

.attendanceVariants div:last-child {
padding-left: 40pt;
}

.attendanceVariants h2 {
margin: 0pt 0pt 20pt 0pt; 
padding: 0pt;
font-size: 16pt;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15pt;
  margin-top: 20pt;
}

.gallery.small {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15pt;
  margin-top: 20pt;
}

.gallery img {
  background-color: #eee;
  border-radius: 4pt;
  height: auto;
  width: 100%;
}

#registrationsEndNear {
  background-color: #ffeaab;
  border: 1pt solid #b8802c;
  color: #4e3002;
  padding: 12pt;
  display: block;
  font-weight: 500;  
  font-size: 16pt;
  text-align: center;
}

.speakerLogos {
margin-top: 7pt;  
}

.speakerLogos img {
  display: inline-block;
  margin-right: 30pt;
  max-width: 180px;
  max-height: 50px;
  vertical-align: top;
}

.speakerLogos .speakerPlaceholder {
  display: inline-block;
  margin-right: 30pt;
  height: 50px; 
  width: 180px;
  background-color: #999;
  max-width: 180px;
  max-height: 50px;
  vertical-align: top;
}

.eventSummary {
  padding-right: 30pt;
}

.eventSummary h2 {
  margin-top: 0;
}

.imgLeft {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 20pt;
}

.imgLeft {  
  position: relative;
  padding-left: 10pt;
}

.imgLeft div div {
  border-radius: 50%;
  position: relative;  
  width: 60%;
  padding-bottom: 60%;
  height: 0;
  background-color: #ededed;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  border: 3.5pt solid white;
}

.featured {
  padding-top: 10pt;
}

.firstFeatured {
}

.secondFeatured {
  margin-left: 30%;
  margin-top: -30%;
}

.eventSummary ul {
  margin: 0;
  padding: 0;
}

.eventSummary ul li {
  margin-left: 30pt;
  margin-bottom: 20pt; 
  list-style-type: none;
  position: relative;
  text-transform: uppercase;
  font-weight: 650;
  /* color: rgba(0,52,171,1);*/
}

.eventSummary ul ul {
  margin-top: 10pt;
}

.eventSummary ul li li {
  margin-bottom: 15pt;
  margin-left: 0;
  padding-left: 0;
  text-transform: none;
  font-weight: normal;
  color: black;
}

.eventSummary ul li::before {
  content: '';
  position: absolute;
  left: -29pt;
  top: 0pt;
  display: block;
  width: 19pt;
  height: 19pt;
  background-color: rgba(0,52,171,1);
  border-radius: 4pt;
  background-image: url('../images/arrow.svg');
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
}

.eventSummary ul li li::before {
  content: none;
}

.questions, .organizer {
  background-color: #f3f3f3;
  margin-left: -30pt; 
  margin-right: -30pt;
  padding: 30pt 40pt;
}

.questions h2, .organizer h2 {
  margin-top: 0;
}

ul.whyAttend li {
  margin-bottom: 10pt;
}

ul.whyAttend li:last-child {
  margin-bottom: 0;
}

ul.whyAttend strong {
  font-weight: 600;
  display: inline-block;
  padding: 0pt 6pt; 
  background-color: rgba(0,52,171,1);
  color: white;
  border-radius: 2pt;
  margin-right: 6pt;
}

.gridContainer {
  display: grid;
  gap: 30pt;
  grid-template-columns: 1fr 1fr 1fr;
}

.gridContainer div {
  background: linear-gradient(to right, #eeeeee, #dddddd);
  padding: 17pt 15pt; 
  border-radius: 5pt;
  font-weight: 500;
  position: relative;
}

.gridContainer.dark div {
  background: linear-gradient(to right, #ddd, #d1d1d1);
  box-shadow: 4pt 0pt 8pt rgba(0,0,0,0.025)
}

.gridContainer.quote div {
  padding-left: 50pt;
}

.gridContainer.dark.blue div {
  background: linear-gradient(120deg, rgba(98,128,196,0.4), #ddd 60%);
}

.gridContainer.quote div::before {
  content: '“';
  left: 16pt;
  top: 8pt;
  display: block;
  position: absolute;
  font-size: 52pt;
  color: rgba(0,52,171,1)
}

.gridContainer + p {
  margin-top: 25pt;
  margin-bottom: 0;
}

.questions p:last-child {
  margin-bottom: 0;
}

.whoIsInvited {
  padding: 10pt;
}

.whoIsInvited .gridContainer div img {
  display: block;
  height: 25pt;
  margin-bottom: 8pt;
}

.moreButton {
  display: inline;
  /* background-color: rgba(0,52,171,0.75);*/ 
  color: rgba(0,52,171,1);
  padding: 0pt 5pt;
  font-weight: 600;
  cursor: pointer;
}

.moreButton:hover {
  background-color: rgba(0,52,171,0.1);
}

#productionIssues {
  display: none;
}

#productionIssues strong {
  font-weight: 550;
}

#productionIssues li {
  margin-bottom: 3pt;
}

li {
  padding-left: 5pt;
}

ul.wideSpaced li {
  margin-bottom: 10pt;
}

.blueIcon {
  filter: invert(27%) sepia(51%) saturate(3600%) hue-rotate(190deg) brightness(69%) contrast(197%);
}

.organizerStats {
  margin-top: 20pt;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50pt;
}

.organizerStats img {  
  display: block;
  height: 20pt;
  margin-bottom: 8pt;
  max-width: 50pt;
}

.organizerStats strong {
  display:block;
  margin-bottom: 5pt;
  font-weight: 600;
  color: rgba(0, 52, 171, 1);
}

.organizerStats p {
  margin-bottom: 0;
}

.imageGridContainer {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30pt;
  margin: 20pt 0;
}

.imageGridContainer div.item {
  display: grid;
  grid-template-columns: 90pt auto;
  gap: 20pt; 
  border-radius: 4pt;
  background: linear-gradient(120deg, #eeeeee 30%, #d3d3d3);
  box-shadow: 4pt 0pt 8pt rgba(0,0,0,0.05)
}

.imageGridContainer div.item.blue {
  background: linear-gradient(120deg, rgba(98,128,196,0.4) 30%, #e3e3e3 70%);
}

.imageGridContainer .image {
  background-size: cover;
  border-top-left-radius: 4pt;
  border-bottom-left-radius: 4pt;
  position: relative;
}

.imageGridContainer .image::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent 75%, rgba(0,0,0,0.2));;
}

.imageGridContainer .text {
  padding: 20pt 10pt 20pt 0pt;
  font-weight: 500;
}

input.border {
  border: 2pt solid #aaa;
  padding: 6pt 15pt;
}

form#notifications input {
  margin: 0;
}

form#notifications button {
  margin-top: 0;
}

.notificationSent {
  display: inline-block;
  font-weight: 600;
  color: darkgreen;
}

.vipValid {
  background: rgba(67, 160, 71, 0.25) url('../images/checkmark.svg') no-repeat right;
  background-size: 14pt;
  background-position-x: 125pt;
}

@media screen and (min-width: 891px) and (max-width: 1299px) {
  body {
    font-size: 13pt;
  }

  h1 {
    font-size: 20pt;
  }
  
  .front h1 {
	  font-size: 28pt;
  }

  .front h2 {
    font-size: 18pt !important;
  } 

  h3 {
    font-size: 16pt !important;
    margin-bottom: 0;
  }

  article {
    width: 800px;
  }

  header {
    padding: 20pt 0pt;
  }

  header > div#container {
    display: block;
    width: 850px;
  }

  
  header img.logo {
    width: 105pt;
  }

  header > div#container nav {
    position: static;
    padding-left: 0;
    margin-top: 10pt;
  }

  header > div#container nav a { 
    margin-right: 40pt;
    font-size: 15pt;
  }

  header > div#container nav a:last-of-type {
    margin-right: 0;
  }
  
  article.photoBg:before {
	-webkit-mask-image: linear-gradient(-90deg, rgba(0,0,0,0.15) 25%, rgba(0,0,0,0.15) 55%);
	mask-image: linear-gradient(-90deg, rgba(0,0,0,0.15) 25%, rgba(0,0,0,0.15) 55%);
	}

  #nobg #container {
    width: 860px;
  }

  #nobg #container .front div {
    max-width: 100%;
  }

  article#second {
    width: 800px;
    font-size: 13pt;
  }

  .imgLeft {
    grid-template-columns: 30% 70%;
  }

  .gridContainer {
    gap: 20pt;
  }
  
  .gridContainer.quote div::before {
    font-size: 42pt;
  }

  .gridContainer.quote div {
    padding: 15pt;
    padding-left: 44pt;
  }

  .questions p:last-child {
    margin-top: 15pt;
  }

  .imageGridContainer {
    gap: 20pt;
  }

  .imageGridContainer .item {
    display: block !important;
  }

  .imageGridContainer .item .image {
    height: 50pt;
    background-position-y: 35%;
    border-top-left-radius: 4pt;
    border-top-right-radius: 4pt;
    border-bottom-left-radius: 0pt;
  }

  .imageGridContainer .item .text {
    padding: 10pt 15pt;
  }

  .organizerStats {
    gap: 30pt;
  }
  
  .speakers {
	display: block;
  }
  
  .speakers .speaker {
	  margin-bottom: 25pt;
  }  
  
  .speaker#logis {
	  background: none;
	  padding-right: 20pt;
  }
  
  .speaker#logis .company img { 
	width: 100pt;
  }

  footer {
    width: 820px;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1600px) {
  body {
    font-size: 13pt;
    margin-top: 140pt;
  }

  h1 {
    font-size: 20pt;
  }
  
  .front h1 {
	  font-size: 28pt;
  }

  .front h2 {
    font-size: 20pt !important;
  } 
  
  .front .block, #nobg #container .front div {
	  max-width: 100% !important;
  }

  h3 {
    font-size: 16pt !important;
    margin-bottom: 0;
  }

  header {
    padding: 30pt 0 25pt 0;
    margin-top: -140pt;
    font-size: 12pt;
  }

  header img.logo {
    width: 125pt;
  }

  header > div#container {
    grid-template-columns: 125pt auto;
    width: 1100px;
  }

  header nav {
    padding-left: 200pt;
  }

  header nav a {
    margin-right: 37pt;
    font-size: 15pt;
  }

  header nav a:last-of-type {
    margin-right: 0;
  }
  
  .front .frontSpeakerLogos {
	margin-bottom: -20pt;
	}

	.front .frontSpeakerLogos img {
		display: inline-block;
		margin-bottom: 20pt;
	}

  #nobg #container {
    width: 1100px;
  }

  #nobg #container .front div {
    max-width: 65%;
  }

  article {
    width: 1040px;
  }

  article#second {
    width: 1100px;
    font-size: 13pt;
  }

  footer {
    width: 1120px;
  }
}

@media screen and (max-width: 890px) { 
* {box-sizing: border-box !important;}

#registrationsEndNear {
  padding: 12pt;
}

html {
  width: 100%;
}

body {
  position: relative;
  height: 100%;
  margin-top: 40pt;
  font-size: 12pt;
}

header, footer, header > div#container, article, article#second, .charts {
  width: 100%;
}
  
.front h1 {
  font-size: 28pt;
  margin-top: 20pt;
}

h2 br {
  display: none;
}

h3.belowAgenda {
	font-size: 16pt;
	font-weight: 700;
}

.front {
  padding: 55pt 30pt 20pt 30pt;
}

article.photoBg:before {
  background-position-x: center;
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0.5) 75%) !important;
}

.front p span {
	display: block;
	margin-bottom: 10pt;
	background-size: 18pt;
}

.front h3 {
	font-size: 14pt;
}

.front p span:last-child {
	margin-bottom: 0pt;
}

.front p {
	font-size: 14pt;
}

.front h2 {
	font-size: 16pt;
}

.front .frontSpeakerLogos {
	margin-bottom: -20pt;
}

.front .frontSpeakerLogos img {
	display: inline-block;
	margin-bottom: 20pt;
}

.imgLeft {
  display: block;
  padding-left: 0;
}

.imgLeft .featured {
  margin-bottom: 30pt;
}

.secondFeatured {
  margin-left: 40%;
}

#errorSummary {
  width: 100%;
  padding-right: 10pt;
}

.gridContainer {
  display: block;
}

.gridContainer > div {
  margin-bottom: 20pt;
}

.imageGridContainer {
  display: block;
}

.imageGridContainer > div {
  margin-bottom: 20pt;
}

.organizerStats {
  display: block;
}

.organizerStats > div {
  margin-bottom: 20pt;
}

.organizerStats > div:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 20pt;
  margin-top: 10pt;
}

header {
  display: block;
  padding: 14pt 30pt 12pt 30pt;
  background-color: #fff;
  box-shadow: none;
  border-bottom: 1pt solid #ccc;
  position: fixed !important;
  top: 0;
  margin-top: 0;
}

header #container {
  display: block !important;
  position: unset !important;
}

header img.logo {
  width: 86pt;
}

header nav {
  display: none;
  position: fixed;
  top: 61pt;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 0 !important;
  background-color: #fff;
  overflow: hidden;
  border-top: 1pt solid #ccc;
}

header nav #mobileMenuFooter {
  display: block;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 20pt;
  color: #666;
}

header nav a {
  display: block;
  width: 100%;
  border-bottom: 1pt solid #ccc;
  position: relative;
  padding: 14pt 20pt;
  font-weight: 600;
}

header nav a::after {
  content: "";
  position: absolute;
  width: 14pt;
  height: 14pt;
  background: url('../images/arrow-next.svg') no-repeat;
  background-size: 14pt;
  top: 17pt;
  right: 10pt;
}

body.smaller header {
  padding: 14pt 30pt 12pt 30pt;
}

body.smaller header .logo {
  width: 86pt;
}

#m_register {
  padding: 14pt 20pt !important;
}

body.smaller header nav a {
  font-size: 16pt; 
  border-bottom-width: 1pt;
  transition: 0.5s;
}

.menuSelected {
  background-color: #eee;
  border-bottom-color: #ccc !important;
}

#mobileMenu {
  display: block;
  width: 20pt;
  height: 20pt; 
  background: url("../images/HamburgerMenu.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 20pt;
  right: 30pt;
  z-index: 1024;
}

.charts {
  position: static !important;
  margin-left: -60pt;
  width: 260%;
  display: none;
}

article {
  border: 0pt;
  border-radius: 0;
  border-bottom: 1pt solid #999;
}

article div#container {
  width: unset !important;
}

p.date {
  background: url('../images/date.png') no-repeat
}

p.price {
  background: url('../images/price.png') no-repeat
}

p.attendance {
  background: url('../images/attendance.png') no-repeat
}

.CDP-OE {
  display: block;
}

.CDP-OE h3 {
  background-color: #BA051A;
}

.CDP-OE li {
  text-indent: -11pt;
  margin-left: 11pt;
  font-weight: 600;
}

article#second {
  font-size: 12pt;
}

article#second .button {
  display: block;
  text-align: center;
  margin-top: 20pt;
}

article#second .button + span {
  display: block;
  text-align: center;
  padding-left: 0;
}

footer {
  display: block;
  padding: 20pt 20pt;
}

footer .logo {
  margin-bottom: 15pt;
}

#order {
  width: 100%;
}

.registrationTags span {
  margin-bottom: 10pt;
  padding-top: 5pt;
  padding-bottom: 5pt;
}

#order tr td:first-child {
  min-width: unset;
}

#street {
  width: initial !important;
}

.speakers {
  display: block;
}

.speaker {
  border: 0;
  background: none; 
  padding: 0;
  margin-bottom: 30pt;
  display: block;
  border-bottom: 1pt solid #bbb;
  border-radius: 0;
  margin-bottom: 25pt;
  padding-bottom: 30pt;
}

.speaker#logis {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.speaker .people {
  display: block;
}

.company {
  display: block;
}

.company p {
  border-right: 0;
  padding-right: initial;
  margin-right: initial;
  margin-bottom: 20pt;
}

.speaker .company#zdas img {
	margin-top: 20pt;
}

.speaker#tbd {
	display: none;
}

.speaker#logis {
  padding-right: initial;
  background: inherit;
  margin-bottom: 15pt;
}

.speaker#logis .people {
  margin-right: initial;
  border-right: 0pt;
  margin-bottom: 20pt;
}

.speaker#logis .company img {
  width: 110pt;
}

.company#ad img {
  margin-top: -10pt;
  margin-bottom: -10pt;
}

.company#alcadrain img {
  width: 80pt;
}

.agenda table, .agenda td {
  display: block;
  border-bottom: 0pt;
  padding: 0;
} 

.agenda tr {
  padding: 20pt 0pt;
  border-bottom: 1pt solid #ccc;
  display:block;
}

.agenda tr:first-child {
  padding-top: 0;
}

.agenda td:first-child {
  margin-bottom: 10pt;
}

.agenda td img {
  display: none;
}

.attendanceVariants {
  display: block;
}

.attendanceVariants div {
  border-right: 0pt !important;
  padding: 0px !important;
}

.attendanceVariants p:last-child {
  margin-bottom: 20pt;
}

.gallery {
  grid-template-columns: 1fr 1fr;
}

article.photoBg:before {
  -webkit-mask-image: linear-gradient(-18deg, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0.15) 55%);
  mask-image: linear-gradient(-18deg, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0.5) 55%);
}

form#notifications input, form#notifications button {
  display: block;
  margin: 0 0 10pt 0;
}
}

@media print {
  header {
    display: none;
  }

  body {
    margin-top: 0;
    background: none;
  }

  article {
    padding: 0;
    margin: 0; 
    border-radius: 0;
    border: none;
    width: 100%;
  }

  @page {
    margin: 1cm 1cm;
  }

  article#nobg {
    width: 100%;
    padding: 20pt !important;
  }

  article#second {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 30pt;
  }

  .whoIsInvited p:last-child {
    margin-bottom: 0 !important;
  }

  .questions, .whoIsInvited, .organizer {
    background: none;
    border-top: 1pt solid #ccc;
    margin-top: 10pt;
  }
}