@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Open+Sans+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Electrolize');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
.codm-jp-community-events-form {
  margin-top: 100px;
  /* account for navbar offset for flexbox positioning */
  background-color: black;
  color: white;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .codm-jp-community-events-form {
    margin-top: 50px;
  }
}
.codm-jp-community-events-form .codm-jp-events-form-hero {
  height: 70vh;
  min-height: 400px;
  max-height: 700px;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.codm-jp-community-events-form .codm-jp-events-form-hero .codm-jp-events-form-title {
  font-family: "Electrolize", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size: 70px;
  font-style: italic;
  font-weight: bold;
  margin: 0 40px;
}
@media only screen and (max-width: 500px) {
  .codm-jp-community-events-form .codm-jp-events-form-hero .codm-jp-events-form-title {
    font-size: 50px;
  }
}
.codm-jp-community-events-form .codm-jp-events-form-hero:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 40%);
  background-image: -o-linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 40%);
  background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 40%);
  background-repeat: no;
}
.codm-jp-community-events-form .codm-jp-community-events-form-header {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  margin: 20px;
  margin-top: 0;
  margin-bottom: 100px;
}
.codm-jp-community-events-form .codm-jp-community-events-form-header .codm-jp-community-events-form-header-image {
  max-height: 500px;
}
@media only screen and (max-width: 1000px) {
  .codm-jp-community-events-form .codm-jp-community-events-form-header .codm-jp-community-events-form-header-image {
    display: none;
  }
}
.codm-jp-community-events-form .codm-jp-community-events-form-header .codm-jp-community-events-form-header-text {
  max-width: 750px;
  font-size: 18px;
  line-height: 1.5;
}
.codm-jp-community-events-form .codm-jp-community-events-form-header .codm-jp-community-events-form-header-text a {
  color: #277df2;
  word-break: break-all;
}
