body {
  margin: 0;
}

#wireless-workshop {
  background-color: white;
  width: 100%;
}

#wireless-workshop .sub {
  font-size: 16px;
}

#wireless-workshop .footer,
#wireless-workshop .heading {
  background-color: #22a2a7;
  color: white;
  padding: 5px 0;
}

#wireless-workshop .footer p,
#wireless-workshop .heading p {
  font-size: 18px;
}

#wireless-workshop .heading .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wireless-workshop .heading .inner img {
  max-height: 40px;
  padding: 15px 0;
}

#wireless-workshop .heading .inner #tandon {
  margin-left: auto;
}

#wireless-workshop .two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wireless-workshop p {
  font-size: 20px;
  line-height: 42px;
  font-weight: 400;
}

#wireless-workshop p {
  font-family: Lato, sans-serif;
  letter-spacing: 1px;
}

#wireless-workshop h1,
#wireless-workshop h2,
#wireless-workshop h3,
#wireless-workshop nav,
#wireless-workshop .button {
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
}

#wireless-workshop h1,
#wireless-workshop h2 {
  text-transform: uppercase;
}

#wireless-workshop a {
  text-decoration: none;
}

#wireless-workshop .button {
  font-weight: 800;
  border: 2px solid white !important;
}

#wireless-workshop .button:hover {
  background-color: #22a2a7 !important;
  color: white !important;
}

#wireless-workshop .inner {
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
}

#wireless-workshop .inner .left {
  width: 50%;
}

#wireless-workshop .head-content {
  background-image: url("img/bg-logo.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 95vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

#wireless-workshop .head-content nav {
  position: absolute;
  top: 35px;
  text-transform: uppercase;
}

#wireless-workshop .head-content nav a {
  color: #546a6a;
  margin-right: 30px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

#wireless-workshop .head-content #logo {
  max-width: 550px;
}

#wireless-workshop .head-content #break {
  display: none;
}

#wireless-workshop .head-content p {
  position: absolute;
  bottom: 45px;
  color: #7f9d9d;
  font-weight: 400;
  letter-spacing: 2px;
}

#wireless-workshop .outer {
  background-repeat: repeat-y;
  background-size: contain;
  background-image: url("img/wokshop-layout-rough_08.jpg");
}

#wireless-workshop .outer .inner {
  padding: 200px 0;
}

#wireless-workshop .event-description {
  color: white;
}

#wireless-workshop .event-description #organizers {
  margin-top: 75px;
}

#wireless-workshop .event-description .register-box {
  border: 3px solid white;
  margin-top: 28px;
  border-top-width: 3px;
  border-top: 10px solid white;
  padding: 50px 50px 125px;
  text-align: center;
  width: 375px;
  height: 270px;
  margin-left: auto;
}

#wireless-workshop .event-description .register-box p {
  line-height: 30px;
}

#wireless-workshop .event-description .register-box .button {
  display: block;
  width: 100%;
  background-color: white;
  padding: 20px 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 20px;
  color: #22a2a7;
}

#wireless-workshop .agenda {
  padding: 200px 0;
  text-align: center;
}

#wireless-workshop .agenda p {
  width: 100%;
  color: #546a6a;
  font-weight: 400;
}

#wireless-workshop .agenda #listing {
  margin-bottom: 280px;
}

#wireless-workshop .agenda .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  color: #7f9d9d;
  font-weight: 400;
  letter-spacing: 2px;
}

#wireless-workshop .agenda .column {
  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-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #546a6a;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  margin-bottom: 10px;
}

#wireless-workshop .agenda .column:nth-child(2) {
  text-align: left;
}

#wireless-workshop .agenda .inner {
  margin-bottom: 140px;
}

#wireless-workshop .agenda h2 {
  font-size: 48px;
  color: #546a6a;
  margin-bottom: 50px;
}

#wireless-workshop .agenda .agenda-title {
  color: #546a6a;
  color: #7f9d9d;
  font-weight: 300;
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  margin-bottom: 70px;
}

#wireless-workshop .agenda .staff-grid .profile h3,
#wireless-workshop .agenda .staff-grid .profile p,
#wireless-workshop .agenda .staff-grid .profile h3 a {
  color: #7f9d9d;
}

#wireless-workshop .agenda .staff-grid .profile h3 a {
  text-decoration: underline;
}

#wireless-workshop .staff-grid {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(270px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-gap: 1rem;
  justify-items: center;
  text-align: center;
}

#wireless-workshop .staff-grid .profile {
  border-radius: 2px;
  margin: 0;
  padding: 45px 0;
}

#wireless-workshop .staff-grid .profile h3 {
  font-family: Lato, sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
}

#wireless-workshop .staff-grid .profile h3 a {
  text-decoration: underline;
  color: white;
}

#wireless-workshop .staff-grid .profile p {
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 28px;
  margin-top: 3px;
  margin-bottom: 0;
}

#wireless-workshop .staff-grid .profile img {
  max-width: 200px;
}

#wireless-workshop #agenda .staff-grid {
  -ms-grid-columns: (minmax(271px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(271px, 1fr));
}

@media only screen and (max-width: 1200px) {
  #wireless-workshop .inner {
    width: 90%;
  }
}

@media only screen and (max-width: 1050px) {
  #wireless-workshop .two-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #wireless-workshop .inner .left {
    width: 100%;
  }
  #wireless-workshop .event-description .register-box {
    width: 80%;
    height: auto;
    padding: 50px 10% 75px;
  }
  #wireless-workshop .head-content {
    background-image: url("img/bg-logo-mobile.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 95vh;
    position: relative;
    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;
  }
  #wireless-workshop .head-content p {
    font-weight: 400;
    color: #546a6a;
  }
}

@media only screen and (max-width: 700px) {
  #wireless-workshop h1,
  #wireless-workshop h2 {
    text-align: center;
  }
  #wireless-workshop .two-col .left p {
    text-align: left;
  }
  #wireless-workshop .event-description .register-box p {
    text-align: center;
  }
  #wireless-workshop .staff-grid .profile {
    padding: 25px 0;
  }
  #wireless-workshop .agenda,
  #wireless-workshop .outer .inner {
    padding: 100px 0;
  }
  #wireless-workshop .agenda .inner {
    margin-bottom: 50px;
  }
  #wireless-workshop .head-content {
    background-image: url("img/bg-logo-mobile3.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #wireless-workshop .head-content p {
    padding: 0 20px;
  }
  #wireless-workshop .head-content #break {
    display: block;
    line-height: 5px;
  }
  #wireless-workshop .heading .inner img {
    max-height: 25px;
  }
  #wireless-workshop .head-content #logo {
    max-width: 550px;
    width: 100%;
    text-align: center;
    margin: auto;
    display: block;
  }
  #wireless-workshop .head-content p {
    left: 0;
    right: 0;
    font-weight: 400;
    color: #546a6a;
    text-align: center;
    letter-spacing: 1px;
    line-height: 25px;
  }
  #wireless-workshop .inner .left {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  #wireless-workshop .heading .inner img {
    max-height: 20px;
  }
}
/*# sourceMappingURL=style.css.map */