.iot_innovation_challenge_bg {
  background-color: #444;
  background-image: url(../iot-innovation-challenge_img/1116_031.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); }
  .iot_innovation_challenge_bg .ins {
    background-color: rgba(40, 40, 40, 0.85);
    width: 100%;
    height: 100%; }
  .iot_innovation_challenge_bg .cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #f4f6da;
    text-align: center;
    width: 100%;
    padding: 3em 0; }
    @media screen and (max-width: 599px) {
      .iot_innovation_challenge_bg .cons {
        width: calc(100% - 1em);
        margin: 0 auto; } }
    .iot_innovation_challenge_bg .cons p.title_sub {
      font-size: 2.5em;
      margin: 0.5em 0 0;
      font-weight: bold; }
    .iot_innovation_challenge_bg .cons h1 {
      font-size: 6em;
      font-weight: 700; }
    .iot_innovation_challenge_bg .cons p.copy {
      font-size: 2em;
      line-height: 1.325em;
      margin-top: 0.5em;
      font-weight: bold; }
    .iot_innovation_challenge_bg .cons .award_team {
      text-align: center;
      width: 90%;
      max-width: 600px;
      margin: 1.5em auto 0; }
      @media screen and (max-width: 559px) {
        .iot_innovation_challenge_bg .cons .award_team {
          width: 100%; } }
      .iot_innovation_challenge_bg .cons .award_team a {
        display: block;
        background: #f00;
        color: #fff;
        font-size: 1.5em;
        padding: 0.5em 0.75em;
        border-radius: 0.25em;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
        border: 2px solid #fff; }
        @media screen and (max-width: 767px) {
          .iot_innovation_challenge_bg .cons .award_team a {
            font-size: 1.25em; } }
        .iot_innovation_challenge_bg .cons .award_team a:hover {
          opacity: 0.7; }
      .iot_innovation_challenge_bg .cons .award_team p {
        font-size: 1.125em;
        line-height: 1.5;
        text-align: center;
        margin: 0.75em auto 0; }
        @media screen and (max-width: 767px) {
          .iot_innovation_challenge_bg .cons .award_team p {
            font-size: 1em;
            text-align: left; }
            .iot_innovation_challenge_bg .cons .award_team p br {
              display: none; } }
    @media screen and (max-width: 1049px) {
      .iot_innovation_challenge_bg .cons p.copy br {
        display: none; } }
    @media screen and (max-width: 999px) {
      .iot_innovation_challenge_bg .cons p.title_sub {
        font-size: 2em; }
      .iot_innovation_challenge_bg .cons p.copy {
        font-size: 2.5em; } }
    @media screen and (max-width: 767px) {
      .iot_innovation_challenge_bg .cons p.title_sub {
        font-size: 2em; }
      .iot_innovation_challenge_bg .cons h1 {
        font-size: 5em; }
      .iot_innovation_challenge_bg .cons p.copy {
        font-size: 2em; } }
    @media screen and (max-width: 599px) {
      .iot_innovation_challenge_bg .cons p.title_sub {
        font-size: 1.5em; }
      .iot_innovation_challenge_bg .cons h1 {
        font-size: 3em; }
      .iot_innovation_challenge_bg .cons p.copy {
        font-size: 1.5em; } }
    @media screen and (max-width: 349px) {
      .iot_innovation_challenge_bg .cons h1 {
        font-size: 2.5em; }
      .iot_innovation_challenge_bg .cons p.copy {
        font-size: 1.25em; } }

.iot-innovation-challenge_image {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
  width: 360px; }
  @media screen and (max-width: 599px) {
    .iot-innovation-challenge_image {
      float: none;
      margin: 0 auto 1em;
      width: 80%; } }
  .iot-innovation-challenge_image img {
    width: 100%;
    max-width: 587px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }

.to_site {
  margin: 3em auto 0;
  width: 80%;
  max-width: 330px;
  text-align: center; }
  .to_site img {
    width: 100%;
    margin-top: 0.5em;
    border: 1px solid #ccc; }

.youtube_wrap_wrap {
  margin: 3em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .youtube_wrap_wrap > div {
    width: 50%;
    padding: 1em; }
  @media screen and (max-width: 767px) {
    .youtube_wrap_wrap {
      display: block; }
      .youtube_wrap_wrap > div {
        width: 100%;
        padding: 5px; } }

.youtube_wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden; }

.youtube_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

h3 {
  background: #666;
  color: #fff;
  font-size: 1.25em;
  padding: 0.75em 0.75em;
  margin: 3em 0 1.25em;
  border-radius: 6px; }
  @media screen and (max-width: 999px) {
    h3 {
      margin: 2em 0 1em; } }

.tojoin {
  line-height: 1.5;
  margin: -1em 1em 0; }
  @media screen and (max-width: 999px) {
    .tojoin {
      margin: -1em 0.5em 0; } }
  .tojoin dt {
    padding: 1em 0;
    float: left;
    width: 5em;
    font-weight: bold; }
  .tojoin dd {
    padding: 1em 0;
    padding-left: 5.5em;
    border-bottom: 1px solid #ccc; }
    .tojoin dd:last-child {
      border-bottom: 0; }
