@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300');
html, body {
 height: 100%;
 margin: 0;
 font-family: 'Open Sans', sans-serif;
 font-weight: 300;
}
h1,h2,h3,h4,h5{
 font-family: 'Merriweather', sans-serif;
 font-weight: 300;
}
label {
 font-size: 1.1rem;
 font-weight: 300;
}
[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea{
 border: 1px solid #8f8f8f;
 border-radius: 5px;
}
select{
 border: 1px solid #8f8f8f;
 border-radius: 5px;
}
[type="submit"], [type="button"]{
  border-radius: 5px;
}
.bg {
 min-height:100%;
 min-width:100%;
 display:grid;
 align-items:stretch;
 position:relative;
}
.eventInfoContainer {
/*background-image: linear-gradient(rgba(0, 102, 147, 0.8), rgba(0, 102, 147, 0.8)), url('http://image.e.overdrive.com/lib/fe5815707c610c797c17/m/1/42811f39-aa3e-4bed-b105-d4c53f7ee1f3.jpg');*/
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 position:relative;
 z-index:0;
 color:#fff;
 display:flex;
 padding: 30px !important;
}
.formContainer{
 display:flex;
 padding:30px !important;
}
.eventInfo,.form {
 align-self:center;
 width:100%;
}
.center {
 display:block;
 margin: 0 auto;
}
.logo {
 margin-bottom:20px;
}

.success {
  color: #054d00;
  background-color: #a5d37c;
  border: solid 1px #83c549;
  font-size: 18px;
  text-align: center;
  width: 738px;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px
}
.fail {
  color: #856404;
  background-color: #fff3cd;
  border: solid 1px #ffeeba;
  font-size: 18px;
  text-align: center;
  width: 738px;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px
}
a.boxclose{
    float:right;
    margin-top:-5px;
    margin-right:-5px;
    cursor:pointer;
    color: #054d00;
    font-size: 34px;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
}
.boxclose:before {
    content: "×";
}

@media print, screen and (max-width: 40em) {
  .tabs-title > a {
    font-size: .9rem;
    padding: .75rem .5rem;
  }
  [type='checkbox'] + label, [type='radio'] + label {
    margin: 0 auto;
    margin-bottom: 20px
  }
  #interests .row {
    margin-top: auto
  }
  .success {
    width: 100%;
    border-radius: none
  }
}
