@font-face {
  font-family: "Korolev";
  src: url("http://dev.twitch.tv/wp-content/fonts/Korolev.otf");
}
@font-face {
  font-family: "Korolev-Bold";
  src: url("http://dev.twitch.tv/wp-content/fonts/Korolev_Bold.otf");
}
@font-face {
  font-family: "Korolev-Light";
  src: url("http://dev.twitch.tv/wp-content/fonts/Korolev_Light.otf");
}
* {
  box-sizing: border-box;
}

#app-container {
  width: 100%;
}

body, html {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

textarea {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

h1, h2, h3 {
  font-family: "Korolev", "Helvetica Neue", Helvetica, sans-serif;
}

a {
  text-decoration: none;
  color: #6441a5;
}

button {
  outline: 0;
  border: 0;
  padding: 0;
  margin: 0;
}

.button {
  display: inline-block;
  background-color: #6441a5;
  color: white;
  padding: 25px;
  font-family: "Korolev", "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1.3px;
  transition: background-color 200ms ease-in-out;
}
.ghosted {
  background-color: #dedede!important;
}
.button svg {
  width: 12px;
}
.button svg path {
  fill: white;
}

.float-left {
  float: left;
}

.thin-shadow {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px 0px;
}

.header {
  height: 75px;
  padding: 5px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px 0px;
  position: fixed;
  background-color: white;
  width: 100%;
  z-index: 9999;
}

.logo {
  float: left;
}
.logo svg {
  width: 100px;
  transition: transform 200ms ease-in-out;
}
.logo svg path {
  fill: #6441a5;
}
.logo svg:hover {
  transform: scale(1.2, 1.2);
  transition: transform 200ms ease-in-out;
}

.navigation {
  display: table;
  float: right;
}
.navigation ul.nav {
  list-style-type: none;
  margin: 0;
  padding: 22px 0;
}
.navigation ul.nav li {
  display: inline;
  padding-left: 10px;
  text-transform: uppercase;
  font-family: "Korolev", "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 1px;
}

.section {
  padding: 40px 0;
}

.section-header {
  font-size: 20px;
  color: #65439a;
  width: 100%;
  text-align: center;
  margin: 50px 0;
}
.section-header p {
  width: 70%;
  color: gray;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  margin: 0 auto;
  line-height: 1.5em;
}

.section-footer {
  text-align: center;
  margin-bottom: 40px;
}

.inner_container {
  width: 90%;
  margin: 0 auto;
}

.top_container {
  background: #643da7;
  padding-top: 75px;
  padding-bottom: 40px;
  border-bottom: 5px solid #efecf6;
}
.top_container .app_header {
  text-align: center;
  padding: 40px 1em 30px;
  border-bottom: 5px solid #4b307c;
  background-color: #140c21;
  background-image: url("/wp-content/uploads/2016/01/dev-head.png");
  background-position: 50% 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.top_container .app_header h1 {
  color: #fff;
  font-size: 40px;
  margin-top: 50px;
}
.top_container .app_header h4 {
  color: #96959c;
  font-size: 20px;
  font-weight: normal;
}
.top_container .app_header svg {
  width: 100px;
}
.top_container .app_header svg path {
  fill: white;
}

.container {
  margin: 40px auto;
}
.container.single-col {
  width: 50%;
  margin: 40px auto;
  text-align: center;
}
.container.double-col {
  width: 80%;
  margin: 40px auto;
}

.button-container {
  width: 100%;
  height: 10px;
  text-align: center;
}
.button-container svg {
  width: 12px;
}
.button-container svg path {
  fill: #6441a5;
}

.benefits {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}
.benefits_full {
  margin: 4em auto 1em;
  padding: 2em 0 0;
  border-top:1px solid #dedede;
}
@media screen and (max-width: 1279px) {
  .benefits {
    width: 800px;
  }
}

.benefit_box {
  min-width: 300px;
  width: 20%;
  padding: 45px;
  margin: 1%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.benefit_box_full {
    padding: 0;
    margin: 0 0 1%;
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width: 1279px) {
  .benefit_box {
    width: 30%;
    padding: 20px;
    margin: 1%;
    min-width: 0;
  }
}
.benefit_box .icon {
  background: #fff;
  border: 4px solid #6441a5;
  display: inline-block;
  padding: 15px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 0px 4px #fff;
}
.benefit_box .icon svg {
  width: 40px;
  height: 40px;
}
.benefit_box .icon svg path, .benefit_box .icon svg polygon, .benefit_box .icon svg polyline {
  fill: #6441a5;
}
.benefit_box p, .benefit_box_full p {
  color: gray;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}

.blog_box {
  width: 49%;
  padding: 45px 45px 0 45px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  min-width: 450px;
  margin-top: 14px;
  background-color: white;
}
@media screen and (max-width: 1279px) {
  .blog_box {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .blog_box {
    margin-left: 7px;
  }
}
.blog_box .blog-title {
  font-family: "Korolev", Helvetica, sans-serif;
  font-size: 20px;
}
.blog_box .blog-title a {
  color: black;
}
.blog_box .blog-title a:hover {
  color: #6441a5;
}
.blog_box .blog-meta {
  font-size: 14px;
  color: gray;
}
.blog_box .blog-summary {
  color: gray;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  margin-top: 15px;
}
.blog_box .blog-footer {
  display: block;
  border-top: 1px solid #eee;
  padding: 20px 0 25px 0;
  margin-top: 50px;
  font-family: "Korolev", "Helvetica Neue", Helvetica, sans-serif;
}

.jobs_box {
  width: 49.8%;
  padding: 45px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1279px) {
  .jobs_box {
    width: 100%;
  }
}
.jobs_box:hover {
  background-color: #efeeee;
  transition: background-color 200ms ease-in-out;
}
.jobs_box .jobs-title {
  font-family: "Korolev", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
}
.jobs_box .jobs-meta {
  font-size: 12px;
  color: gray;
  text-transform: uppercase;
  margin-top: 10px;
}

.social {
  display: table;
  width: 100%;
}

.two-col {
  display: table-cell;
  width: 50%;
  padding: 25px;
  float:left;
}
@media screen and (max-width: 1279px) {
  .two-col {
    width: 100%;
    display: table;
  }
}
.twitter-wrap {
  width:100%;
  background-color: white;
  text-align: center;
  padding:1em;
}
.twitter_box {
  display: table;
  width: 100%;
  padding: 15px;
  margin-bottom: 7px;
  background-color: white;
}
.twitter_box .twitter-img {
  width: 30px;
  display: table-cell;
}
.twitter_box .twitter-img img {
  width: 30px;
  height: 30px;
}
.twitter_box .twitter-data {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}
.twitter_box .twitter-meta {
  font-size: 14px;
  font-weight: bold;
}
.twitter_box .twitter-user {
  color: gray;
  font-weight: normal;
}
.twitter_box .twitter-content {
  font-size: 16px;
  margin-top: 7px;
}

.twitter-footer {
  display: block;
  border-top: 1px solid #eee;
  padding: 20px 0 25px 0;
  font-family: "Korolev", "Helvetica Neue", Helvetica, sans-serif;
  background-color: white;
}

.forums_box {
  width: 100%;
  padding: 15px;
  margin-bottom: 7px;
  background-color: white;
}
.forums_box:hover {
  background-color: #efeeee;
  transition: background-color 200ms ease-in-out;
}
.forums_box .forums-title {
  font-family: "Korolev", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
}
.forums_box .forums-meta {
  font-size: 12px;
  color: gray;
  text-transform: uppercase;
  margin-top: 10px;
}

.gray-section {
  background-color: #efeeee;
}

.contact {
  background: white url("/wp-content/uploads/2016/01/splash.png") center no-repeat;
}
#contact:target:before {
  content:"";
  display:block;
  height:120px; /* fixed header height*/
  margin:-120px 0 0; /* negative fixed header height */
}
#contact-form {
  text-align: center;
}
#contact-form form {
  margin-top: 20px;
  width: 40vw;
  margin: 0 auto;
}
#contact-form input, #contact-form textarea {
  background: #fff;
  padding: 15px;
  width: 100%;
  outline: none;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  border: 1px solid #dedede;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.2), 0 -1px 1px #FFF, 0 1px 0 #FFF;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2), 0 -1px 1px #FFF, 0 1px 0 #FFF;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2), 0 -1px 1px #FFF, 0 1px 0 #FFF;
  -o-box-shadow: inset 0 1px 2px rgba(0,0,0,.2), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}
#contact-form select {
  height: 32px;
  font-size: 14px;
  background: #fff;
  outline: none;
  margin-bottom: 10px;
  border: 1px solid #dedede;
  width: 100%;
  padding-left: 10px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.2), 0 -1px 1px #FFF, 0 1px 0 #FFF;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2), 0 -1px 1px #FFF, 0 1px 0 #FFF;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2), 0 -1px 1px #FFF, 0 1px 0 #FFF;
  -o-box-shadow: inset 0 1px 2px rgba(0,0,0,.2), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}
#contact-form input[type="submit"] {
  background: #643DA7;
  border: none;
  cursor: pointer;
}
.footer {
  width: 100%;
  height: 100px;
  background-color: #140c21;
  padding: 25px 0;
  bottom: 0;
}
.footer .logo svg {
  width: 40px;
}
.footer .logo svg path {
  fill: white;
}
#footer_links_and_copyright {
  float: left;
  margin-left: 20px;
  font-size:12px;
  max-width:80%;
}
#footer_links {
  color: #999999;
  margin-bottom: 10px;
  padding:0;
  margin:0;
}
#footer_links li {
    display: inline;
    display: inline-block;
    margin-right: 0.809em;
}
#footer_links a {
    color: white;
    font-weight: 500;
    text-shadow: 0 1px 0 black;
}
#footer_links #copyright {
    margin-top: 0.809em;
}
#copyright {
  color: #999999;
}
.streamfirst {
  width: 100%;
}
.streamfirst .top_container {
  background: #643da7;
  padding-top: 75px;
  padding-bottom: 40px;
  border-bottom: 5px solid #efecf6;
  border-bottom: 5px solid #4b307c;
  background-color: #140c21;
  background-position: 50% 0px;
  background-image: url("/wp-content/uploads/2016/01/dev-head.png");
  background-size: cover;
  height: 40rem;
}
.streamfirst .top_container .app_header {
  text-align: left;
  margin-top: 5rem;
  width: 40vw;
  background: none;
  border-bottom: none;
}
.streamfirst .top_container .app_header h1 {
  color: #fff;
  font-size: 40px;
  margin-top: 50px;
  font-weight: 500;
}
.streamfirst .top_container .app_header p {
  color: #7D7787;
  font-size: 20px;
  font-weight: normal;
  line-height: 2rem;
}
.streamfirst .top_container .app_header svg {
  width: 100px;
}
.streamfirst .top_container .app_header svg path {
  fill: white;
}
.streamfirst .engagement {
  width: 100%;
  height: 400px;
}
.streamfirst .engage_box {
  width: 25%;
  height: 220px;
  padding: 30px 15px;
  text-align: center;
  display: inline-table;
  vertical-align: top;
  font-size: 15px;
  box-shadow: inset 1px 1px 1px #EAE9EB;
  margin: 0;
  background-color: white;
  color: #7D7787;
}
.streamfirst .engage_box .engage_title {
  height: 40%;
  display: table-row;
  color: #7753BA;
}
.streamfirst .engage_box .engage_info {
  display: table-row;
  line-height: 1.3rem;
  font-size: 16px;
}
.streamfirst .partner-logo {
  width: 30%;
  height: 130px;
  max-width: 300px;
  display: inline-block;
  box-shadow: none;
  transition: all 200ms linear;
  padding: 1rem;
  vertical-align: top;
border: 1px solid #EAE9EB;
}
.streamfirst .partners--logo {
  width: 100%;
  max-width: 200px;
  margin: 0 1%;
}
.streamfirst .partner-logo:hover {
  opacity: 1;
  transition: opacity 200ms linear;
  box-shadow: 0px 5px 15px #ECECEC;
}
.streamfirst .partners--logo.selected {
  box-shadow: 0px 5px 15px #ECECEC;
}
.streamfirst .carousel {
  background-color: #140c21;
  width: 100%;
  background-size: cover;
  display: block;
}
.streamfirst .carousel.closed {
  height: 0;
  overflow: hidden;
}
.streamfirst .carousel__screenshot {
  width: 40%;
  padding: 10vw 0 10vw 10vw;
  height: 100%;
  display: table-cell;
}
.streamfirst .carousel__shot {
  width: 540px;
  height: 330px;
  display: block;
  background-color: gray;
  border: 15px solid #fff;
  overflow: hidden;
  background-size: cover;
}
.streamfirst .carousel__info {
  width: 50%;
  height: 100%;
  padding: 10vw 10vw 10vw 5vw;
  display: table-cell;
  vertical-align: top;
}
.streamfirst .carousel__text {
  height: 400px;
  display: block;
  overflow-y: scroll;
  color: white;
  line-height: 1.5rem;
}
.streamfirst .carousel__text p {
  padding-bottom: 1rem;
}
.streamfirst .carousel__text a {
  color: white;
  text-decoration: underline;
}

@media screen and (max-width:1024px) {
  .streamfirst .engage_box {
	width: 33.33%
  }
  .streamfirst .engagement {
	height: 600px;
  }
}
@media screen and (max-width:800px) {
  .app_header {
    width: 100vw;
  }
  .container.single-col {
    padding: 0;
   width: 90vw;
  }
  .logo {
    width: 100%;
    text-align: center;
  }
  .logo svg {
    width: 100px;
  }
  .navigation {
    display: none;
  }
  #contact-form form {
    width: 80vw
  }
  .streamfirst .top_container .app_header {
	width: 90vw;
  }
  .streamfirst .engage_box {
	width: 50%;
 	height: 250px;
  }
  .streamfirst .engagement {
	height: 1000px;
  }
  .streamfirst .partner-logo {
    height: 120px;
  }
  .streamfirst .carousel__screenshot {
    width: 100%;
    padding: 7vh 0;
    height: 300px;
    display: block;
  }
  .streamfirst .carousel__shot {
    width: 400px;
    height: 260px;
    margin: 0 auto;
}
.streamfirst .carousel__info {
  width: 100%;
  height: 300px;
  display: block;
}
  .footer {
    height: 140px;
  }
}

@media screen and (max-width:380px) {
  .streamfirst .partner-logo {
    height: 70px;
  }
  .streamfirst .carousel__shot {
    width: 300px;
    height: 180px;
  }
  .streamfirst .carousel__screenshot {
    height: 230px;
  }
}