@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
#header {
  position: relative;
}

#body {
  padding-top: 50px !important;
}

#header-wc-0,
#body-wc-0,
#footer-wc-0 {
  /* reset the width to be responsive*/
  min-width: 100% !important;
}

.logo_con {
  display: table;
  /* Matt was here fixes firefox and ie sizing problems */
  table-layout: fixed;
  vertical-align: middle;
  height: 400px;
  width: 100%;
  text-align: center;
}

.prop.logo {
  display: table-cell;
  vertical-align: middle;
  height: 400px;
  width: 100%;
}

#logo img,
img.logo {
  display: block;
  margin: 0 auto;
  max-width: 90%;
  max-height: 90%;
}

#body-wc-0 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px 30px;
}
#body-wc-0 .logoshare_con,
#body-wc-0 .eventinfo_con {
  flex: 0 1 100%;
  border: 1px solid #ccc;
  background: #ffffff;
  padding: 15px;
  vertical-align: top;
  transition: 0.5s all ease;
}
#body-wc-0 .eventinfo_con {
  /* vertically distribute content */
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-evenly;
}
#body-wc-0 .more_info,
#body-wc-0 .post_event {
  display: block;
  border: 1px solid #ccc;
  background: #ffffff;
  padding: 15px;
  vertical-align: top;
}
#body-wc-0 .more_info {
  margin-top: 30px;
}
#body-wc-0 .more_info,
#body-wc-0 .post_event {
  margin-bottom: 20px;
  flex: 0 1 100%;
}
@media only screen and (max-width: 767px) {
  #body-wc-0 .eventinfo_con {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  #body-wc-0 .eventinfo_con {
    flex: 0 1 calc(40% - 10px);
  }
  #body-wc-0 .logoshare_con {
    flex: 0 1 calc(60% - 10px);
  }
}
@media only screen and (min-width: 940px) {
  #body-wc-0 .eventinfo_con {
    flex: 0 1 calc(45% - 10px);
  }
  #body-wc-0 .logoshare_con {
    flex: 0 1 calc(55% - 10px);
  }
}

#microsite_actions .event.microsite.prop_con .event.details > .event.details span {
  display: block;
}
#microsite_actions .signup {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  text-align: center;
}

.eventinfo_con .title {
  margin: 0 0 5px;
  font-size: 26px;
  line-height: 1.2;
  font-family: "open_sansbold", "Arial", Helvetica, sans-serif;
  text-transform: uppercase;
}
.eventinfo_con .event.details {
  margin-bottom: 10px;
}
.eventinfo_con .event.details label,
.eventinfo_con .event.details span {
  display: inline-block;
  zoom: 1;
  font-family: "open_sansbold", "Arial", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-right: 5px;
}

.signup a[data-features~=submit],
.signup button.btn,
.actions.search a[data-features~=submit],
.postevent span.add,
.videos .actions a[data-features~=submit] {
  outline: 0;
  border: 0;
  background: #0078A3;
  color: #ffffff;
  font-family: "open_sansbold", "Arial", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 5px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: auto;
  text-shadow: none;
  margin-top: 4px;
}
.signup a[data-features~=submit]:hover,
.signup button.btn:hover,
.actions.search a[data-features~=submit]:hover,
.postevent span.add:hover,
.videos .actions a[data-features~=submit]:hover {
  background: #000000;
}

.signup a[data-features~=submit],
.signup button.btn {
  font-size: 18px;
  width: 100%;
  line-height: 48px;
  margin-bottom: 10px;
}
.signup a[data-features~=submit] {
  margin-right: 10px;
}
.signup p {
  display: none;
}

.actions.search a[data-features~=submit],
.videos .actions a[data-features~=submit] {
  margin-left: 5px;
}

.postevent span.add {
  float: right;
}

.more_info .event.microsite.prop_con .label,
.more_info .event.microsite.prop_con div > label,
.post_event .title {
  display: block;
  background-color: #000000;
  cursor: pointer;
  box-shadow: 1px 1px 3px #dddddd;
  border-radius: 2px;
  padding: 15px;
  font-weight: normal;
  font-family: "montserratregular", arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  margin: 0 0 10px;
  position: relative;
  color: #ffffff;
  min-width: 100%;
}

.more_info .event.microsite.prop_con .search.result label {
  background: none;
  cursor: auto;
  padding: 0;
  border-radius: 0;
  font-family: "open_sansbold", "Arial", Helvetica, sans-serif;
  box-shadow: 0 0 0;
  font-size: 1.2em;
  margin-bottom: 0;
}

.more_info .event.microsite.prop_con .label:after,
.more_info .event.microsite.prop_con div > label:after,
.post_event .title:after {
  content: "+";
  font-size: 2.5em;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: 55%;
  margin-top: -25px;
}

.more_info .event.microsite.prop_con.open .label:after,
.more_info .event.microsite.prop_con.open div > label:after {
  content: "-";
  right: 13px;
  margin-top: -30px;
}

.more_info .event.microsite.prop_con .search.result label:after {
  display: none;
}

.more_info .prop_con {
  max-height: 55px;
  overflow: hidden;
  transition: 0.75s all ease-in-out;
}

.post_event .scripting {
  max-height: 0;
  overflow: hidden;
  transition: 0.75s all ease-in-out;
}

.more_info .prop_con.open,
.post_event .scripting.open {
  max-height: 5000px;
}

.more_info .description .prop_con.open .event.description {
  max-height: 70vh;
  overflow: auto;
  margin-bottom: 10px;
}

.more_info .description .prop_con.open {
  position: relative;
  margin-bottom: 20px;
}

.more_info .description .prop_con.open:after {
  content: "";
  display: block;
  height: 2rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
}

.post_event #photos,
.post_event #videos {
  position: relative;
}
.post_event .video.media + .video.media {
  margin-top: 10px;
}

#sponsors .prop {
  position: absolute;
}
#sponsors .prop_con {
  position: relative;
  max-height: 85px;
  height: 85px;
}
#sponsors .prop_con .items {
  width: 20000px;
  text-align: left;
}
#sponsors .swindow {
  overflow: hidden;
  width: 100%;
  height: 85px;
  position: relative;
}

.nav a {
  text-indent: -9999em;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 9999;
}
.nav a:after {
  content: "";
  border: solid #ccc;
  border-width: 0 5px 5px 0;
  display: block;
  height: 12px;
  width: 12px;
  padding: 3px;
}
.nav a.prev {
  bottom: 50%;
  left: 0;
  top: auto;
}
.nav a.prev:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.nav a.next {
  bottom: 50%;
  right: 0;
  left: auto;
  top: auto;
}
.nav a.next:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.scrollable {
  position: relative;
  text-align: center;
}

.sponsor {
  margin: 0 25px;
  display: inline-block;
  vertical-align: middle;
  min-height: 85px;
  width: 150px;
}
.sponsor .logo {
  display: table-cell;
  height: 85px;
  text-align: center;
  vertical-align: middle;
}
.sponsor img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
}

.prop.downloads {
  padding-bottom: 10px;
}
.prop.downloads > a {
  display: block;
}
.prop.downloads > a:before {
  content: "• ";
}

@media screen and (max-width: 1170px) {
  .first.name,
.last.name,
.key.words {
    display: block;
  }
  .first.name label,
.last.name label,
.key.words label {
    display: inline-block;
    width: 100px;
  }
  .first.name input,
.last.name input,
.key.words input {
    width: 300px;
  }

  .actions.search a[data-features~=submit] {
    margin-left: 0;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
.preevent #thanks,
.preevent #body-wc-0 .post_event.sections {
  display: none;
}

.postevent .rules,
.postevent .description,
.postevent .files,
.postevent .signup,
#thanks .label {
  display: none;
}

/* custom addthis styles if its in a share_bar class and has correct markup */
.share_bar {
  overflow: hidden;
  background-color: #0078A3;
  margin-bottom: 10px;
}
.share_bar .label {
  color: #ffffff;
  font-family: MontserratRegular, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 48px;
  float: left;
  width: 200px;
  text-align: center;
}
.share_bar .addthis_toolbox a {
  padding: 0 2px;
  float: left;
  cursor: pointer;
}
.share_bar .addthis_toolbox a:hover .custom_icon {
  background-color: #000000;
}
.share_bar .addthis_toolbox .custom_icon {
  width: 64px;
  height: 48px;
  background-image: url(//d2mxxxq2z051jw.cloudfront.net/bda8-7401321-addthis-icons.png?pfvId=qdvr.k7wcpfpw);
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
}
.share_bar .addthis_buttonfacebook .custom_icon {
  background-position: 0 0;
}
.share_bar .addthis_button_twitter .custom_icon {
  background-position: -64px 0;
}
.share_bar .addthis_button_linkedin .custom_icon {
  background-position: -196px 0;
}
.share_bar .addthis_button_google_plusone_share .custom_icon {
  background-position: -128px 0;
}
.share_bar .addthis_button_email .custom_icon {
  background-position: -256px 0;
}
@media screen and (max-width: 1200px) {
  .share_bar .label {
    width: 150px;
  }
  .share_bar .addthis_toolbox .custom_icon {
    width: 54px;
    height: 48px;
  }
}
@media screen and (max-width: 860px) {
  .share_bar .label {
    width: 130px;
  }
  .share_bar .addthis_toolbox .custom_icon {
    width: 50px;
    height: 48px;
  }
}

/* Footer styles */
#footer {
  background: #696969;
  position: relative;
  padding: 8px 10px 0;
  overflow: hidden;
  /* Set up responsive footers */
}
#footer .ftr_branding {
  float: left;
  margin-right: 20px;
}
#footer #copyright {
  padding-top: 7px;
  color: #ffffff;
  font-size: 12px;
}
#footer #copyright a {
  color: #ffffff;
}
#footer #copyright a:hover {
  color: #e7e7e7;
}
@media screen and (max-width: 980px) {
  #footer #copyright {
    padding-top: 0;
  }
}

/* Days Left Circle*/
.circle-con {
  position: relative;
  margin: 10px auto;
  width: 210px;
  height: 210px;
}

.event.stat span.label {
  display: block;
  margin-top: 10px;
}

.circle-half {
  width: 210px;
  height: 210px;
  background-color: #FFFFFF;
  border-radius: 210px;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
}
.circle-half:after {
  content: " ";
  width: 198px;
  height: 198px;
  border-radius: 198px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  border: 6px solid #1AC362;
  z-index: 1;
}
.circle-half .circle-quarter {
  position: absolute;
  width: 107px;
  height: 107px;
  z-index: 3;
}
.circle-half.left .circle-quarter.top {
  top: -1px;
  left: -1px;
}
.circle-half.left .circle-quarter.top:before {
  content: " ";
  width: 210px;
  height: 210px;
  top: 0;
  left: 0;
  border-radius: 210px;
  position: absolute;
  border: 1px solid #1AC362;
  z-index: 3;
}
.circle-half.left .circle-quarter.top:after {
  content: " ";
  width: 197px;
  height: 197px;
  top: 7px;
  left: 7px;
  border-radius: 198px;
  position: absolute;
  border: 1px solid #1AC362;
  z-index: 3;
}
.circle-half.left .circle-quarter.bottom {
  bottom: -1px;
  left: -1px;
}
.circle-half.left .circle-quarter.bottom:before {
  content: " ";
  width: 210px;
  height: 210px;
  bottom: 0;
  left: 0;
  border-radius: 210px;
  position: absolute;
  border: 1px solid #1AC362;
  z-index: 1;
}
.circle-half.left .circle-quarter.bottom:after {
  content: " ";
  width: 197px;
  height: 197px;
  bottom: 7px;
  left: 7px;
  border-radius: 198px;
  position: absolute;
  border: 1px solid #1AC362;
  z-index: 1;
}
.circle-half.right .circle-quarter.top {
  top: -1px;
  right: -1px;
}
.circle-half.right .circle-quarter.top:before {
  content: " ";
  width: 210px;
  height: 210px;
  top: 0;
  right: 0;
  border-radius: 210px;
  position: absolute;
  border: 1px solid #1AC362;
  z-index: 1;
}
.circle-half.right .circle-quarter.top:after {
  content: " ";
  width: 197px;
  height: 197px;
  top: 7px;
  right: 7px;
  border-radius: 198px;
  position: absolute;
  border: 1px solid #1AC362;
  z-index: 1;
}
.circle-half.right .circle-quarter.bottom {
  bottom: -1px;
  right: -1px;
}
.circle-half.right .circle-quarter.bottom:before {
  content: " ";
  width: 210px;
  height: 210px;
  bottom: 0px;
  right: 0px;
  border-radius: 210px;
  position: absolute;
  border: 1px solid #1AC362;
  z-index: 1;
}
.circle-half.right .circle-quarter.bottom:after {
  content: " ";
  width: 197px;
  height: 197px;
  bottom: 7px;
  right: 7px;
  border-radius: 198px;
  position: absolute;
  border: 1px solid #1AC362;
  z-index: 1;
}

.circle-con.yellow .circle-half:after {
  border-color: #FFCC00;
}
.circle-con.yellow .circle-half.left .circle-quarter.top:before, .circle-con.yellow .circle-half.left .circle-quarter.top:after, .circle-con.yellow .circle-half.left .circle-quarter.bottom:before, .circle-con.yellow .circle-half.left .circle-quarter.bottom:after, .circle-con.yellow .circle-half.right .circle-quarter.top:before, .circle-con.yellow .circle-half.right .circle-quarter.top:after, .circle-con.yellow .circle-half.right .circle-quarter.bottom:before, .circle-con.yellow .circle-half.right .circle-quarter.bottom:after {
  border-color: #FFCC00;
}
.circle-con.red .circle-half:after {
  border-color: #F1582D;
}
.circle-con.red .circle-half.left .circle-quarter.top:before, .circle-con.red .circle-half.left .circle-quarter.top:after, .circle-con.red .circle-half.left .circle-quarter.bottom:before, .circle-con.red .circle-half.left .circle-quarter.bottom:after, .circle-con.red .circle-half.right .circle-quarter.top:before, .circle-con.red .circle-half.right .circle-quarter.top:after, .circle-con.red .circle-half.right .circle-quarter.bottom:before, .circle-con.red .circle-half.right .circle-quarter.bottom:after {
  border-color: #F1582D;
}

.empty .circle-half.left .circle-quarter.top,
.empty .circle-half.left .circle-quarter.bottom, .empty .circle-half.right .circle-quarter.top,
.empty .circle-half.right .circle-quarter.bottom {
  background-color: #FFFFFF;
}

.half .circle-half.left .circle-quarter.top,
.half .circle-half.left .circle-quarter.bottom {
  background-color: #FFFFFF;
}

.one-quarter .circle-half.left .circle-quarter.top,
.one-quarter .circle-half.left .circle-quarter.bottom,
.one-quarter .circle-half.right .circle-quarter.bottom {
  background-color: #FFFFFF;
}

.three-quarters .circle-half.left .circle-quarter.top {
  background-color: #FFFFFF;
}

.event.stat .circle-number {
  position: absolute;
  width: 180px;
  height: 180px;
  top: 50%;
  margin-top: -110px;
  left: 50%;
  margin-left: -90px;
  line-height: 180px;
  text-align: center;
  font-size: 6em;
  z-index: 25;
}

.circle-con span.label {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 80px;
  height: 20px;
  margin-left: -40px;
  text-align: center;
  z-index: 35;
}