/* latin-ext */
@font-face {
  font-family: 'Playball';
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playball';
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*{
  box-sizing:border-box;
  border: 0;
}
*,ul{
  margin:0;
  padding:0}
ul{
  list-style-type:none}
.clearfix:after,.stepbox:after{
  content:"";
  display:block;
  clear:both}
body,html{
  width:100%;
  height:100%}
body{
  min-width:320px;
  overflow-x:hidden;
  font-family:Open Sans,Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.3;
  z-index:0;
  color:#fff}
h1{
  font-size:1.75em}
h1,h2{
  line-height:1.2}
h2{
  font-size:1.5em}
h5{
  font-size:.75em;
  line-height:1.2}
.c--accent{
  color:#4b4748}
.c--primary{
  color:#fa324e}
.c--green{
  color:#22d06c}
.btn,.tt--u{
  text-transform:uppercase}
.btn{
  position:relative;
  display:inline-block;
  width:100%;
  padding:12px 20px;
  color:#fff;
  font-size:16px;
  text-decoration:none;
  text-align:center;
  text-shadow:0 1px 1px rgba(0,0,0,.6);
  border:1px solid transparent;
  transition:.25s ease;
  cursor:pointer}
.btn--primary{
  background-color: #e70156;
  border-radius: 0 50px 50px 0;
  box-shadow: inset 0px -4px 1px rgba(0, 0, 0, .5), inset 0px 4px 1px rgba(255, 255, 255, .3);
}
.btn--primary:hover{
  background-color:#ba0548}
.btn--primary:active{
  background:#ba0548}
.btn--accent{
  background-color:#4b4748;
  border-radius:50px 0 0 50px}
.btn--accent:hover{
  background-color:#242222}
.btn--accent:active{
  background:#171516}
.btn--full{
  border-radius:50px}
.main{
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  padding:20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-pack:distribute;
  justify-content:space-around;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center}
.heading{
  margin-top:20px;
  margin-bottom:20px}
@media screen and (min-width: 1024px) {
  .heading {
    margin-top: 50px;
  }
}
.heading h1{
  font-family:Playball,cursive;
  text-transform:capitalize;
  color:#ff0;
  text-shadow:3px 3px 0 rgba(0,0,0,.6);
  transition:all .25s ease}
.heading h1:hover{
  color:#fff}
.location{
  font-family:Playball,cursive;
  text-transform:capitalize;
  color:#fff;
  text-shadow: 1px 3px 0 rgba(0,0,0,.6);
  margin-top: 15px;
  text-align: center;
  background: #fa324e;
  border-radius: 6px;
  padding: 5px 5px 10px;
  text-transform: uppercase;
}
.location .numbers,
.location .city {
  color:#ff0;
}
.stepbox{
  background:hsla(0,0%,100%,.8);
  box-shadow:0 2px 2px rgba(0,0,0,.6);
  border-radius:6px;
  padding:25px;
  width:100%;
  max-width:440px;
  margin-bottom:20px;
}
.step{
  position:relative;
  /* float:left; */
  display:none;
  color:#000;
}
.step:first-child{
  display:block}
.step__header{
  margin-bottom:10px;
}
.step__header h2{
  text-align:center}
.step__header h5{
  text-align:left}
.step__body{
  margin-bottom:20px}
.step__body p{
  text-align:justify;
  text-indent:1em}
.step__footer .btnbox{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex}
.crumbs{
  margin-bottom:20px;
  text-align:center}
.crumbs li{
  display:inline-block;
  width:12px;
  height:12px;
  border-radius:50px;
  border:2px solid #fff}
.crumbs li.active{
  background:#fff}
.bg{
  position:fixed!important;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:0}
.bg:after{
  content:"";
  display:block;
  position:fixed;
  background:rgba(0,0,0,.1);
  z-index:0}
.bg:after,.bg__item{
  width:100%;
  height:100%;
  left:0;
  top:0;
  right:0;
  bottom:0}
.bg__item{
  display:none;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:80% 50%;
  position:absolute}
.bg__item.active{
  display:block}
.bg__item:first-child{
  background-image:url(../images/bg.jpg)}
}
@media (min-width:576px){
  h1{
    font-size:2.625em}
}
.unsub {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: right;
  padding: 10px 15px;
  box-sizing: border-box;
  z-index: 9999;
  background-color: transparent;
}
.unsub>a {
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  opacity: .6;
}
.why-attend {
  list-style: square;
  margin: 0 0 22px 30px;
}
form {
  /* margin-bottom: 22px; */
}
input,
select,
textarea {
  font: 300 16px/22px "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.register-group label {
  color: red;
  font-size: 12px;
  cursor: pointer;
  font-weight: 400;
}
.register-group input,
.register-group select,
.register-group textarea {
  border-radius: 5px;
  color: #888;
  display: block;
  margin-top: 5px;
  padding: 5px 8px;
}
.register-group input,
.register-group textarea {
  width: 100%;
}
.register-group select {
  height: 34px;
  width: 60px;
}
.register-group textarea {
  height: 78px;
}
form .btnbox {
  margin-top: 10px;
}