.topBackground {
  position: absolute;
  width: 100%;
  height: 660px;
  overflow: hidden;
  z-index: 1;
  }
.topBackground img {
  filter:blur(15px);
  opacity: 0.4;
}

.logo {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 25px;
  z-index: 3;
  position: relative;
  left: -5px;
}
.contents {
  position: relative;
  background-color: rgb(255, 255, 255) !important;
  border: solid 1px rgb(193, 193, 193);
  min-height: 500px;
  /* box-shadow: -10px -10px 10px -7px rgba(0,0,0,0.1); */
  padding: 0px;
  margin-bottom: 50px;
  z-index: 2;
  padding-bottom: 0px;
}
.topBox {
   background-color: rgb(233, 233, 233);
   padding: 0px;
   margin: 0px;
   border-bottom: solid 1px rgb(193, 193, 193);
}
.notifyForm, .notifyme {
  padding: 45px;
  margin: 0px;
  padding-top: 40px;
border-bottom: solid 1px rgb(222, 222, 222);
margin: 0px;
padding-bottom: 75px;
background-color: rgb(233, 233, 233);
 }
.detailBox {
 padding: 45px;
 margin: 0px;
}
.detailBox .month {
  text-transform: uppercase;
  color: rgb(119, 119, 119);
  font-size: 20px;
  margin: 0px;
  padding-top: 20px;
}
.detailBox .title {
  font-size: 30px;
  margin-top: 17px;
  font-weight: 600;
  line-height: 35px;
}
.detailBox .price {
  font-size: 24px;
  margin-top: 20px;
  line-height: 35px;
  color: rgb(119, 119, 119);
}
.detailBox .purchase, .detailBox .purchaseMembership {
  margin-top: 25px;
  margin-bottom: 15px;
}
.memberLink {
  margin-top: 20px;
}
.memberLink a {
    color: grey;
}
.btn {
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgb(88, 169, 209);
  border: solid 1px rgb(88, 169, 209);
}
.detailBox .rsvpby {
  color: rgb(119, 119, 119);
  font-size: 15px;
  margin-top: 70px;
}
.imageBox  {
  padding: 0px;
  margin: 0px;
  border-right: solid 1px rgb(193, 193, 193);
}
.purchaseBox {
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 35px;
  padding-right: 35px;
  border-bottom: solid 1px rgb(222, 222, 222);
  margin: 0px;
  font-size: 35px;
  color: rgb(166, 166, 166);
}
.purchaseBox svg {
  margin-right: 15px;
}
.purchaseBox a {
  color: rgb(166, 166, 166);
}
.purchaseButtonBox {
  text-align: right;
}
.purchaseForm {
  padding: 45px;
  padding-top: 10px;
  border-bottom: solid 1px rgb(222, 222, 222);
  margin: 0px;
  padding-bottom: 75px;
  background-color: rgb(233, 233, 233);
}
.purchaseForm label {
  margin-top: 15px;
}
.purchaseForm .price {
  margin-top: 30px;
  font-size: 25px;
}
.summary {
  padding: 45px;
  padding-left: 65px;
}
.map {
  overflow: hidden;
  position: relative;
  top: 5px;
}
h2 {
  margin-top: 40px;
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.precise  {
    padding-left: 45px;
    padding-right: 55px;
    padding-bottom: 35px;
}
.precise p {
  color: rgb(119, 119, 119);
}

input.error {
	border: 1px solid #afd6f0;
	background-color: #afd6f0;
}

label.error{
	font-weight: bold;
	color: #ffbbbb;
	position: relative;
	left: 12px;
}
.participantImage {
  overflow: hidden;
}
.participantImage img{
  padding-top: 10px;
  margin-bottom: 25px;
  width: 100%;
}
.participant {
  margin-top: 35px;
  border-bottom: solid 1px rgb(222, 222, 222);
  padding-bottom: 20px;
}
.participant:last-of-type {
  border-bottom: none;
}
.participantName {
  font-size: 20px;
}
.participantBio {
  margin-top: 10px;
}
.participantCompany {
  margin-bottom: 10px;
}