﻿@font-face {
  font-family: "FujInfReg";
  font-weight: normal;
  src: url("/fonts/FujitsuInfinityPro-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "FujInfBold";
  font-weight: 500;
  src: url("/fonts/FujitsuInfinityPro-Bold.woff2") format("woff2");
}
body {
  font-family: "FujInfReg", Arial, Helvetica, san-serif;
}

h1, h2, h3, h4, h5 {
  font-family: "FujInfBold", Arial, Helvetica, san-serif;
}

h1 {
  font-size: 36px;
}

header {
  background-color: #fff;
  padding: 30px 0;
}
header img {
  height: 50px;
}

.content-section {
  background: url("/images/ContentBackground.jpg") center top;
  background-size: cover;
  padding: 50px 0;
  color: #fff;
}
.content-section h1 {
  padding: 0 0 20px 0;
  font-size: 32px;
}
.content-section .info-item {
  flex: 0 0 48%;
  box-sizing: border-box;
  padding: 20px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-section .info-item h5 {
  margin-bottom: 20px;
}
.content-section .info-item.with-top-bottom-border {
  border-width: 1px 0;
  border-color: #d80084;
  border-style: solid;
}
.content-section .info-item.with-bottom-border {
  border-width: 0 0 1px 0;
  border-color: #d80084;
  border-style: solid;
}
.content-section .info-item.no-bottom-margin {
  margin-bottom: 0 !important;
}

.venue-wrapper .venue-images {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.venue-wrapper .venue-images img {
  flex-basis: 0 0 49%;
  width: 49%;
}
.venue-wrapper .venue-text {
  margin-top: 20px;
  text-align: center;
}

.form-container {
  box-sizing: border-box;
  padding: 30px 30px;
  background-color: rgba(255, 255, 255, 0.1);
}
.form-container h5 {
  margin-bottom: 20px;
}
.form-container .form-item {
  margin-bottom: 20px;
}
.form-container .form-item label {
  margin: 0;
  font-size: 14px;
}
.form-container .form-item input[type=text] {
  font-size: 14px;
}
.form-container .form-button-block {
  margin-top: 32px;
}
.form-container .register-button {
  padding: 3px 30px;
  background-color: #2400b0;
  color: #fff;
  border: 2px #2400b0 solid;
}
.form-container .register-button:hover {
  background-color: #fff;
  color: #2400b0;
  text-decoration: underline;
}
.form-container .form-error {
  font-size: 12px;
  color: #f00;
  display: none;
}

.speakers-wrapper {
  box-sizing: border-box;
  padding: 30px 30px;
  background-color: #fff;
  color: #2400b0;
}
.speakers-wrapper h5 {
  border-bottom: 1px #ea0000 solid;
  padding-bottom: 5px;
}
.speakers-wrapper .speaker-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-size: 14px;
}
.speakers-wrapper .speaker-item img {
  height: 70px !important;
  width: initial !important;
  margin-right: 20px;
}
.speakers-wrapper .speaker-item div strong {
  display: block;
  margin-bottom: 0px;
}

.finish-line {
  border-width: 0 0 1px 0;
  border-color: #d80084;
  border-style: solid;
}

footer {
  padding: 30px 0;
  background-color: #3c3c3c;
  color: #fff;
  text-align: center;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .socials-wrapper {
  margin-bottom: 20px;
}
footer .socials-wrapper a {
  display: inline-block;
  margin-right: 14px;
}
footer .socials-wrapper a:last-of-type {
  margin-right: 0;
}

.ajax-wrapper {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
}
.ajax-wrapper .ajax-container {
  display: flex;
  align-items: center;
  border: 4px solid #2400b0;
  padding-right: 20px;
  border-radius: 0 20px 0 0;
  color: #2400b0;
  font-family: "FujInfBold", Arial, Helvetica, san-serif;
  font-size: 18px;
  line-height: 18px;
  background-color: #fff;
}
.ajax-wrapper .ajax-container img {
  height: 90px;
}

.modal-header {
  background-color: #2400b0;
  color: #fff;
}

.modal-button {
  font-size: 14px;
  padding: 4px 20px;
  border: 1px #2400b0 solid;
  background-color: #2400b0;
  color: #fff;
}
.modal-button:hover {
  color: #2400b0;
  background-color: #fff;
}
