@charset "UTF-8";
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  transition: top .5s; }

header nav {
  position: relative;
  display: inline-block;
  width: 1140px;
  text-align: left;
  padding: 25px 0; }

header nav h1 a {
  background: url("/assets/img/logo.png") top center no-repeat;
  float: left;
  width: 185px;
  height: 50px;
  text-indent: -9999px; }

header nav h2 {
  display: none; }

header nav ul {
  float: right;
  padding: 9px 0; }

header nav ul li {
  float: left;
  margin: 0 0 0 35px; }

header nav ul li a {
  font-size: 12px;
  color: white; }

header nav ul li a:hover {
  border-bottom: 5px solid #2dcbff; }

header nav ul li.selected a {
  color: #2dcbff;
  border-bottom: 5px solid #2dcbff; }

.password {
  display: none !important; }

.password-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #0f273a;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 0; }

.password-body h1 {
  background: url("/assets/img/logo.png") top center no-repeat;
  float: left;
  width: 185px;
  height: 50px;
  text-indent: -9999px;
  margin: 0 0 30px 0; }

.password-body h2 {
  font-size: 1em; }

.text-wrapper {
  padding: 20px 0 0 0; }

#btnSearch, .password-text {
  font-size: 1em;
  padding: 5px; }

#btnSearch {
  cursor: pointer; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 695px) {
  header {
    background: #0090bf !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10; }

  .options li h3 {
    font-size: 3em !important; }

  .options li p a strong {
    font-size: 1.4em; }

  header nav {
    width: 100%;
    height: 90px;
    padding: 0; }

  header nav h1 {
    margin: 25px 0 0 0; }

  header nav h2 {
    display: block;
    float: left;
    padding: 0;
    overflow: auto;
    padding: 2%;
    text-indent: -9999px; }

  header nav h2:before {
    position: relative;
    content: 'a';
    display: block;
    float: right;
    font-family: 'BBTV-A';
    text-indent: 1px;
    color: #fff;
    z-index: 12;
    font-size: .7em;
    padding: 12px 15px 0 0; }

  header nav ul {
    display: block;
    position: fixed;
    top: 0;
    left: -80%;
    width: 80%;
    height: 95%;
    z-index: 10;
    background: #0090bf;
    padding: 30% 0 0 0;
    box-shadow: 100px 10px 525px rgba(0, 0, 0, 0);
    transition: left 0.5s, box-shadow 0.5s; }

  header nav ul li {
    width: auto;
    clear: both;
    margin: 0;
    padding: 1% 5%; }

  header nav ul li a {
    font-size: 1.5em; }

  header nav .show {
    left: 0;
    box-shadow: 100px 10px 525px #000000;
    transition: left 0.5s, box-shadow 0.5s; }

  header .active h2:before {
    content: 'A'; }

  header .active ul {
    display: block; } }
footer {
  background: #0090bf;
  padding: 40px 0 30px 0; }

footer div {
  display: inline-block;
  width: 1140px;
  text-align: left; }

footer div .ytc {
  float: left;
  width: 55px;
  text-indent: -9999px;
  transition: all .3s; }

footer div .ytc:before {
  content: '7'; }

footer div .ytc:hover:before {
  background: none; }

footer div .ytc:before {
  content: '7'; }

footer div .ytc:hover:before {
  background: none; }

footer div .ytc:before {
  float: left;
  font-family: 'BBTV-A';
  font-size: 65px;
  text-indent: 0px;
  font-weight: 200; }

footer div ul {
  float: left;
  margin-left: 30px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    footer div ul {
      margin-left: 0; } }

footer div ul li {
  float: left;
  margin: 0 2.5px; }

footer div ul li a {
  float: left;
  text-indent: -9999px; }

footer div ul li a:before {
  float: left;
  font-family: 'BBTV-A';
  font-size: 21px;
  text-indent: 0px;
  padding: 20px;
  transition: background .5s; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    footer div ul li a:before {
      padding: 20px 15px; } }

footer div ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: white; }

footer div ul li:nth-child(1) a:hover:before {
  background: #3b5998; }

footer div ul li:nth-child(1) a:before {
  content: '%'; }

footer div ul li:nth-child(1) a:hover:before {
  background: #3b5998; }

footer div ul li:nth-child(2) a:before {
  content: '#'; }

footer div ul li:nth-child(2) a:hover:before {
  background: #30a9f4; }

footer div ul li:nth-child(2) a:hover:before {
  background: #30a9f4; }

footer div ul li:nth-child(3) a:before {
  content: ''; }

footer div ul li:nth-child(3) a:hover:before {
  background: #35bec0; }

footer div ul li:nth-child(3) a:hover:before {
  background: #35bec0; }

footer div ul li:nth-child(4) a:hover:before {
  background: #006399; }

footer div ul li:nth-child(4) a:before {
  content: '$'; }

footer div ul li:nth-child(4) a:hover:before {
  background: #006399; }

footer div ul li:nth-child(5) a:hover:before {
  background: #006399; }

footer div ul li:nth-child(5) a:before {
  content: '\e900'; }

footer div ul li:nth-child(5) a:hover:before {
  background: #006399; }

footer div aside {
  float: right;
  padding: 21px 0; }

footer div aside em {
  font-style: normal;
  font-size: 14px;
  font-weight: 300; }

footer div aside a {
  color: white;
  font-weight: 300;
  font-size: 14px;
  padding: 0 0 0 5px;
  border-left: 1px solid #fff;
  transition: color .3s; }

footer div aside a:hover {
  color: #72dcff;
  transition: color .3s; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  section {
    background-size: cover !important;
    float: left;
    width: 100%;
    padding: 40% 0 0 0 !important; }

  section main {
    width: 100%; }

  section main h2,
  section main p {
    width: 90%;
    padding: 0 5%; }

  section main h2 {
    font-size: 3em !important; }

  section main p {
    font-size: 1.4em !important; }

  section h4 {
    font-size: 3.5em; }

  footer {
    padding: 100px 0 0 0;
    margin: 30px 0 0 0; }

  footer div {
    width: 90%;
    padding: 5% 0; }

  footer div ul,
  footer div aside {
    text-align: center;
    width: 100%;
    margin: 0; }

  footer div aside {
    padding: 0;
    clear: both; }

  footer div aside em,
  footer div aside a {
    float: left;
    clear: both;
    width: 100%;
    font-size: 1.2em;
    text-align: center;
    padding: 3% 0;
    border-left: none; }

  footer div aside em {
    margin-top: 5%; }

  footer div .ytc {
    display: none; }

  footer div ul li {
    display: inline-block;
    float: none;
    width: auto; }

  footer div ul li a:before {
    font-size: 1.3em; } }
* {
  padding: 0;
  margin: 0; }

html,
body {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  color: white;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5 {
  font-weight: 300; }

h2 {
  font-size: 55px; }

p {
  font-weight: 300;
  font-size: 25px; }

li {
  list-style: none; }

a {
  color: white;
  text-decoration: none; }

a:hover {
  color: #2dcbff; }

time {
  float: left;
  width: 100%;
  color: #496d79;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 50px; }

/* mixins */
.round-border {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.radial-grad {
  background: -webkit-radial-gradient(#0a1b2b, #0f273a);
  background: -o-radial-gradient(#0a1b2b, #0f273a);
  background: -moz-radial-gradient(#0a1b2b, #0f273a);
  background: radial-gradient(#0a1b2b 20%, rgba(15, 39, 58, 0.2) 60%, rgba(15, 39, 58, 0.2) 10%); }

/* general-classes */
.circle-shadow:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: -webkit-radial-gradient(#0a1b2b, #0f273a);
  background: -o-radial-gradient(#0a1b2b, #0f273a);
  background: -moz-radial-gradient(#0a1b2b, #0f273a);
  background: radial-gradient(#0a1b2b 20%, rgba(15, 39, 58, 0.2) 60%, rgba(15, 39, 58, 0.2) 10%);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 585px;
  height: 585px;
  margin: -292px 0 0 292px;
  z-index: -1; }

.learn-more {
  position: relative;
  background: #0a4762;
  padding: 60px 0 90px 0; }

.learn-more h3 {
  font-size: 45px;
  margin-bottom: 70px; }

.learn-more .button {
  float: none; }

#play-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 350px;
  left: 50%;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  width: 95px;
  height: 95px;
  text-indent: -5000px;
  box-shadow: 0px 10px 0 rgba(0, 0, 0, 0.4);
  transition: all .3s; }

#play-button:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -30px 0 0 -20px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 50px solid #ffb31f; }

#play-button:hover {
  transition: all .3s;
  background: #ffffff;
  box-shadow: 0px 10px 0 rgba(0, 0, 0, 0.6); }

#play-button:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.6); }

.h4title {
  background: #0090bf;
  font-size: 37px;
  padding: 20px 0;
  margin-top: 175px; }

.center {
  display: inline-block;
  width: 1140px;
  text-align: left; }

.basic-link {
  color: #2dcbff;
  transition: color .3s; }

.basic-link:hover {
  color: #0095c6;
  transition: color .3s; }

.button {
  position: relative;
  background: none;
  float: left;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  margin: 45px 95px;
  padding: 10px 90px;
  border: 2px solid white;
  z-index: 1;
  transition: all .3s; }

.button:hover {
  background: #ffb31f;
  border-color: #ffb31f;
  color: white;
  transition: all .3s; }

.cross {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px; }

.x {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.running-list {
  background: #0f273a; }

.running-list li div {
  display: inline-block;
  width: 1140px;
  text-align: left;
  position: relative;
  margin: 135px 0; }

.running-list li div h3,
.running-list li div p {
  width: 500px; }

.running-list li div h3 {
  font-size: 45px;
  text-transform: capitalize;
  padding-bottom: 55px; }

.running-list li div h3 a {
  display: block;
  float: left;
  width: 100%;
  height: 100px; }

.running-list li div p {
  font-size: 24px;
  width: 450px; }

.running-list li div p a {
  color: #2dcbff;
  transition: all .3s; }

.running-list li div p a:hover {
  color: #ffb31f;
  transition: all .3s; }

.running-list li div img {
  position: absolute;
  top: 0;
  right: 150px;
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  transform-origin: top; }

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    top: -90px; }
  to {
    opacity: 1;
    top: 0; } }
@keyframes fadein {
  from {
    background: red; }
  to {
    background: yellow; } }
/* general */
section {
  padding-top: 140px; }

section main {
  display: inline-block;
  width: 1140px;
  text-align: left; }

section main h2,
section main p {
  width: 650px; }

section main h2 {
  margin-bottom: 50px; }

section h4 {
  background: #0090bf;
  font-size: 37px;
  padding: 20px 0;
  margin-top: 175px; }

/* options */
.options {
  display: inline-block;
  margin: 50px auto 150px; }
  .options:after {
    content: '';
    clear: both;
    display: table; }

.options li {
  float: left;
  overflow: hidden;
  padding: 0 15px; }

.options li h3 {
  font-size: 44px;
  text-align: center;
  letter-spacing: 3px;
  padding: 20px 0;
  border-bottom: 3px solid white; }

.options li p {
  display: table;
  position: relative;
  background: rgba(0, 144, 192, 0.1);
  float: left;
  width: 250px;
  height: 250px;
  overflow: hidden; }

.options li p:before {
  content: '&';
  display: table-cell;
  width: 100%;
  height: 100%;
  font-family: 'BBTV-A';
  font-size: 100px;
  text-align: center;
  vertical-align: middle; }

.options li p:nth-child(3) {
  margin-left: 35px; }

.options li p a {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 144, 192, 0.9);
  display: table;
  width: 80%;
  height: 70%;
  font-size: 24px;
  color: white;
  line-height: 28px;
  padding: 0 10%;
  padding-bottom: 30%;
  margin: -100% 0 0 0;
  opacity: 0;
  z-index: -1;
  transition: margin .3s, opacity .3s; }

.options li p a strong {
  display: table-cell;
  height: 185px;
  font-weight: 300;
  text-align: center;
  vertical-align: middle; }

.options li p a:after {
  content: 'Learn more';
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  font-size: 14px;
  text-align: center; }

.options li p:hover {
  cursor: pointer; }

.options li p:hover a {
  margin: 0;
  opacity: 1;
  z-index: 2;
  transition: margin .3s, opacity .3s; }

/* home */
.home {
  background: url("/assets/img/home.jpg") fixed top center no-repeat;
  background-size: cover; }

.home main {
  width: auto;
  text-align: center; }
  .home main > h2, .home main > p {
    width: auto; }

.home header {
  background: url("/assets/img/home.jpg") fixed top center no-repeat;
  background-size: cover; }

.home .options li p:before {
  text-indent: -9999px; }

.home .options li:nth-child(1) p:before {
  background: url("/assets/img/iconfonts/tvman.png") center no-repeat; }

.home .options li:nth-child(3) p:before {
  background: url("/assets/img/iconfonts/catalyst.png") center no-repeat; }

.home .options li:nth-child(3) p:after {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  font-style: italic;
  font-size: 17px;
  text-transform: uppercase;
  z-index: 1; }

.home .options li:nth-child(2) p:before {
  background: url("/assets/img/iconfonts/movie.png") no-repeat;
  background-position: center; }

/* brand */
.brand {
  background: url("/assets/img/brand.jpg") fixed top left no-repeat;
  background-size: cover; }

.brand header {
  background: url("/assets/img/brand.jpg") fixed top left no-repeat;
  background-size: cover; }

.brand h2 {
  width: 825px; }

.brand .options {
  width: 100%;
  padding: 120px 0 135px 0; }

.brand .options li {
  width: 100%; }

.brand .options li p {
  width: 350px;
  height: 350px; }

.brand .options li p:before {
  background: url("/assets/img/iconfonts/brain-big.png") center no-repeat;
  text-indent: -9999px; }

.brand .options li p:after {
  content: 'Smarter Programming';
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  text-align: center;
  font-style: italic;
  font-size: 25px;
  text-transform: uppercase;
  z-index: 1; }

.brand .options li p:first-child {
  margin: 0 160px 0 135px; }

.brand .options li p:first-child:before {
  background: url("/assets/img/iconfonts/catalyst-big.png") center no-repeat; }

.brand .options li p:first-child:after {
  content: 'Brand Solutions'; }

.brand .options li p a {
  height: 245px;
  font-size: 34px;
  line-height: 42px; }

.brand .options li p a:after {
  font-size: 20px; }

/* brand-solutions */
.brand-solutions {
  background: url("/assets/img/brand-solutions.jpg") fixed top left no-repeat;
  background-size: cover; }

.brand-solutions header {
  background: url("/assets/img/brand-solutions.jpg") fixed top left no-repeat;
  background-size: cover; }

.brand-solutions main {
  height: 660px; }

.brand-solutions main p {
  width: 480px; }

.brand-solutions main #video {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15; }

.brand-solutions main #video button {
  background: url("/assets/img/close-button.jpg") top left no-repeat;
  background-size: cover;
  position: absolute;
  top: 11%;
  right: 10%;
  width: 50px;
  height: 50px;
  text-indent: -5000px;
  z-index: 2;
  border: none;
  cursor: pointer;
  outline: none; }

.brand-solutions main #video iframe {
  position: absolute;
  top: 11%;
  left: 10%;
  width: 80%;
  height: 80%;
  z-index: 1; }

.brand-solutions main #video.show {
  display: block; }

.brand-solutions .running-list li {
  position: relative;
  overflow: hidden; }

.brand-solutions .running-list li:nth-child(1):after {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -200px 0 0 -860px; }

.brand-solutions .running-list li:nth-child(2):before {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 70px 0 0 -800px; }

.brand-solutions .running-list li:nth-child(2):after {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  margin: -23px 0 0 550px; }

.brand-solutions .running-list li:nth-child(2) figcaption {
  background: url("/assets/img/target-shadow.png") bottom right no-repeat;
  position: absolute;
  top: 0;
  right: 150px;
  width: 295px;
  height: 296px; }

.brand-solutions .running-list li:nth-child(3):before {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 30px 0 0 -740px; }

.brand-solutions .running-list li:nth-child(3):after {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  margin: 175px 0 0 -520px; }

.brand-solutions .running-list li:nth-child(4):after {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  margin: -43px 0 0 720px; }

.brand-solutions .running-list li:nth-child(4) figcaption {
  background: url("/assets/img/graph-line.png") bottom left no-repeat;
  position: absolute;
  top: 0;
  left: 680px;
  right: 150px;
  width: 310px;
  height: 282px; }

.brand-solutions .running-list li:nth-child(5) {
  padding-bottom: 100px; }

.brand-solutions .running-list li:nth-child(5):after {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 223px 0 0 0; }

.brand-solutions .running-list li:nth-child(5) figcaption {
  background: url("/assets/img/path.png") bottom left no-repeat;
  position: absolute;
  top: 0;
  left: 707px;
  right: 150px;
  width: 283px;
  height: 282px; }

/* smarter-programming */
.smarter-programming {
  background: url("/assets/img/smarter-programming.jpg") fixed top left no-repeat;
  background-size: cover; }

.smarter-programming header {
  background: url("/assets/img/smarter-programming.jpg") fixed top left no-repeat;
  background-size: cover; }

.smarter-programming main {
  padding-bottom: 120px; }

.smarter-programming .running-list li {
  position: relative;
  overflow: hidden; }

.smarter-programming .running-list li:nth-child(1):before {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -210px 0 0 -850px; }

.smarter-programming .running-list li:nth-child(1):after {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 43px 0 0 800px; }

.smarter-programming .running-list li:nth-child(2):before {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  margin: -250px 0 0 -720px; }

.smarter-programming .running-list li:nth-child(2):after {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 180px 0 0 0; }

.smarter-programming .running-list li:nth-child(3):before {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 200px 0 0 -920px; }

.smarter-programming .running-list li:nth-child(3):after {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  margin: 130px 0 0 520px; }

.smarter-programming .running-list li:nth-child(4) {
  padding-bottom: 100px; }

.smarter-programming .running-list li:nth-child(4):before {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  margin: -150px 0 0 -700px; }

.smarter-programming .running-list li:nth-child(4):after {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  margin: 150px 0 0 700px; }

/* about */
.about {
  background: url("/assets/img/about-us.jpg") fixed top left no-repeat;
  background-size: cover; }

.about header {
  background: url("/assets/img/about-us.jpg") fixed top left no-repeat;
  background-size: cover; }

.about main {
  height: 390px; }

.about article {
  background: #0f273a;
  position: relative; }

.about article div {
  display: inline-block;
  width: 1140px;
  text-align: left;
  position: relative;
  padding: 150px 0;
  z-index: 1; }

.about article div figure img {
  position: absolute;
  top: 50%;
  right: -175px;
  margin: -373px 0 0 0;
  z-index: 2; }

.about article div h2,
.about article div p,
.about article div dl {
  font-weight: 300;
  width: 605px; }

.about article div h2,
.about article div address {
  margin: 50px 0; }

.about article div p,
.about article div dt {
  font-size: 24px;
  margin-top: 25px; }

.about article div address {
  margin: 0; }

.about article div address p {
  font-style: normal;
  font-size: 55px;
  margin: 0; }

.about article div dl dt,
.about article div dl dd {
  font-size: 24px; }

.about article div dl dt a,
.about article div dl dd a {
  color: #2dcbff;
  transition: color .3s; }

.about article div dl dt a:hover,
.about article div dl dd a:hover {
  color: #0095c6;
  transition: color .3s; }

.about article.explaining:before {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  margin: -110px 0 0 840px; }

.about article.explaining:after {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  margin: -360px 0 0 -910px; }

.about article.explaining div figure img:nth-child(1) {
  right: -177px;
  margin-top: 0; }

.about article.explaining div figure img:nth-child(3) {
  right: 173px;
  margin-top: -300px; }

.about article.explaining div:before {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -380px 0 0 750px; }

.about article.explaining div:after {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 450px 0 0 110px; }

.about article.explaining div:last-child {
  margin-bottom: 45px; }

.about article.brands h2 {
  background: #0090bf;
  font-size: 37px;
  padding: 25px 0; }
.about article.brands div {
  padding: 50px 0; }
  .about article.brands div ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center; }
    .about article.brands div ul li {
      flex: 1 1 33.3%;
      padding: 30px 0; }
      @media only screen and (max-device-width: 695px) {
        .about article.brands div ul li {
          flex: 1 1 50%; } }

.about article.address div {
  padding: 100px 0; }
  @media only screen and (max-width: 950px) {
    .about article.address div {
      padding: 0 0 75px; } }

.about article.address div img {
  margin: -298px 0 0 0; }

.about article.address div img#map-gps {
  right: -166px; }

.about .quadruple-bottom-line div {
  padding-top: 0; }
.about .quadruple-bottom-line p {
  width: 850px;
  margin: auto;
  text-align: center; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .about .quadruple-bottom-line p {
      width: 100%; } }

.about .quadruple-bottom-line .qbl-logo {
  display: block;
  margin: 75px auto; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .about .quadruple-bottom-line .qbl-logo {
      margin: 50px auto;
      width: 80%; } }

.about .quadruple-bottom-line .qbl {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 75px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .about .quadruple-bottom-line .qbl {
      padding: 50px 0; } }
  .about .quadruple-bottom-line .qbl img {
    display: block;
    margin: 0 75px; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
      .about .quadruple-bottom-line .qbl img {
        width: 60px;
        margin: 0 10px; } }

/* positions */
.positions {
  position: relative;
  background: #0f273a;
  padding-bottom: 180px; }

.positions div {
  position: relative;
  display: inline-block;
  width: 1140px;
  text-align: left;
  padding: 180px 0 0 0;
  z-index: 1; }

.positions div h3,
.positions div p {
  position: relative;
  width: 640px;
  z-index: 3; }

.positions div h3 {
  font-size: 45px;
  margin-bottom: 45px; }

.positions div p {
  font-size: 24px;
  position: relative; }

.positions div p:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: -webkit-radial-gradient(#0a1b2b, #0f273a);
  background: -o-radial-gradient(#0a1b2b, #0f273a);
  background: -moz-radial-gradient(#0a1b2b, #0f273a);
  background: radial-gradient(#0a1b2b 20%, rgba(15, 39, 58, 0.2) 60%, rgba(15, 39, 58, 0.2) 10%);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 585px;
  height: 585px;
  margin: -292px 0 0 292px;
  z-index: -1; }

.positions .learn-more {
  position: absolute;
  bottom: 100px;
  right: 10px;
  margin: 0;
  z-index: 8; }

/* careers */
.careers {
  background: url("/assets/img/careers.jpg") fixed top center no-repeat;
  background-size: cover; }

.careers header {
  background: url("/assets/img/careers.jpg") fixed top center no-repeat;
  background-size: cover; }

.careers main p {
  width: 800px;
  margin-bottom: 20px; }

.careers main p:last-child {
  margin-bottom: 0; }

.careers #BambooHR {
  background: #0f273a;
  padding: 70px 0; }

.careers .careers-bbtv {
  width: 100%; }

.careers #BambooHR .BambooHR-ATS-Department-Item {
  width: 90%;
  padding: 0 5%;
  padding-bottom: 0;
  border-bottom: 1px solid white; }

.careers #BambooHR .BambooHR-ATS-Department-Header {
  display: none;
  font-size: 1.8em; }

.careers #BambooHR .BambooHR-ATS-Jobs-List {
  padding: 20px;
  margin-bottom: 0; }

.careers #BambooHR .BambooHR-ATS-Jobs-Item {
  overflow: auto; }

.careers #BambooHR .BambooHR-ATS-Jobs-Item a {
  float: left;
  padding: 12px 0 0 12px;
  font-size: 1.2em;
  color: white; }

.careers #BambooHR .BambooHR-ATS-Location {
  font-size: 1.2em; }

/* 404 */
.error404 {
  background: url("/assets/img/cities/van.jpg") fixed top left no-repeat;
  background-size: cover;
  height: 80%; }

.error404 header {
  background: url("/assets/img/cities/van.jpg") fixed top left no-repeat;
  background-size: cover; }

.error404 h2 {
  width: 825px; }

.error404 .button {
  position: relative;
  background: none;
  float: left;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  margin: 45px 95px;
  padding: 10px 90px;
  border: 2px solid white;
  z-index: 1;
  transition: all .3s;
  margin: 120px 0 0 100px;
  padding: 10px 50px; }

.error404 .button:hover {
  background: #ffb31f;
  border-color: #ffb31f;
  color: white;
  transition: all .3s; }

/* media */
.media {
  background: url("/assets/img/media.jpg") fixed top center no-repeat;
  background-size: cover; }

.media header {
  background: url("/assets/img/media.jpg") fixed top center no-repeat;
  background-size: cover; }

.media main p:nth-child(2) {
  padding-bottom: 35px; }

.media .running-list li {
  position: relative; }

.media .running-list li:nth-child(1) {
  background: url("/assets/img/media-capitalize.jpg") top left no-repeat;
  background-size: cover; }

.media .running-list li:nth-child(2) img {
  top: 0;
  right: 50px; }

.media .running-list li:nth-child(3) img {
  top: -30px;
  right: 50px; }

.media .running-list li:nth-child(3) img:last-child {
  top: 130px;
  right: 200px; }

.media .running-list li:nth-child(3):before {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  margin: -210px 0 0 700px; }

.media .running-list li:nth-child(3):after {
  content: '';
  background: url("/assets/img/cross.png") top left no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -170px 0 0 -710px; }

.media .running-list.production li:nth-child(1) {
  background: url("/assets/img/content-community.jpg") top left no-repeat;
  background-size: cover; }

.media .running-list.production li div p {
  width: auto;
  text-align: center; }

.media .running-list.integration li:nth-child(1) {
  background: url("/assets/img/media-partner.jpg") top left no-repeat;
  background-size: cover; }

.media .running-list.integration li div p {
  width: auto;
  text-align: center; }

.media .clients {
  background: #0f273a; }
  .media .clients > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 1140px;
    margin: 0 auto;
    padding: 50px 0; }
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
      .media .clients > div {
        width: auto; } }
    .media .clients > div > span {
      width: 16.666%;
      margin: 40px 0; }
      @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
        .media .clients > div > span {
          width: auto;
          margin: 40px 10px; } }

/* press */
.press {
  background: url("/assets/img/press.jpg") fixed top center no-repeat;
  background-size: cover; }

.press header {
  background: url("/assets/img/press.jpg") fixed top center no-repeat;
  background-size: cover; }

.press time {
  font-size: 24px;
  margin-bottom: 35px; }

.press main p {
  padding-bottom: 18px; }

.press main p a {
  color: #2dcbff;
  transition: color .3s; }

.press main p a:hover {
  color: #0095c6;
  transition: color .3s; }

.press li div h3 {
  margin-bottom: 30px; }

.press li div p {
  float: left; }

/* jd */
.jd {
  background: #0f273a; }

.jd header {
  background: #0f273a; }

.jd h2 {
  background: #0090bf;
  font-size: 37px;
  padding: 20px 0; }

.jd header h2 {
  background: none;
  font-size: 5em;
  padding: 0; }

.jd h3 {
  font-size: 45px;
  margin: 80px 0 0 0; }

.jd p {
  margin-top: 40px; }

.jd p:after {
  display: none; }

.jd main ul {
  width: 650px;
  margin: 60px 0 0 0; }

.jd main ul li {
  list-style: circle outside;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 25px; }

.jd main .emailAddress {
  position: fixed;
  right: 50%;
  bottom: 34%;
  margin-right: -913px; }

.jd main .learn-more {
  position: fixed;
  bottom: 40%;
  right: 50%;
  height: auto;
  margin-right: -500px; }

/* news */
.news {
  padding-bottom: 80px; }

.news h3 {
  background: #0090bf;
  font-size: 37px;
  padding: 20px 0;
  margin-top: 175px;
  margin: 0 0 50px 0; }

.news time {
  margin-bottom: 0; }

.news a {
  color: #2dcbff;
  transition: color .3s; }

.news a:hover {
  color: #0095c6;
  transition: color .3s; }

.news p {
  display: inline-block;
  width: 1140px;
  text-align: left; }

.news p a {
  display: inline;
  vertical-align: top; }

.news p a img {
  vertical-align: top; }

/* content */
.content {
  background: url("/assets/img/content.jpg") fixed top left no-repeat;
  background-size: cover; }

.content header {
  background: url("/assets/img/content.jpg") fixed top left no-repeat;
  background-size: cover; }

.content main {
  width: auto;
  text-align: center; }
  .content main > h2, .content main > p {
    width: auto; }

.content main .button {
  display: inline-block;
  float: none; }

.content main ul {
  display: flex;
  float: left;
  width: 100%;
  text-align: center; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .content main ul {
      flex-direction: column; } }

.content main ul li {
  flex: 1;
  font-family: 'Oleo Script', sans-serif;
  font-size: 30px;
  margin: 70px 0; }

.content main ul li strong {
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 55px;
  font-weight: 300; }

.content main ul li strong sup {
  font-size: 35px; }

.content article h2 {
  background: #0090bf;
  font-size: 37px;
  padding: 25px 0; }

.content article .running-list li {
  overflow: hidden; }

.content article .running-list li div {
  margin: 158px 0; }

.content .running-list li div h3 {
  width: auto; }

.content article .running-list li {
  background: url("/assets/img/content-catalyst.jpg") top left no-repeat;
  background-size: cover; }

.content article .running-list li:nth-child(1) img {
  top: -60px;
  right: 0; }

.content article .running-list li:nth-child(2) img {
  top: -60px;
  right: 90px; }

.content article .running-list li:nth-child(3) {
  background: url("/assets/img/content-audience.jpg") top left no-repeat; }

.content article .running-list li:nth-child(4) {
  position: relative;
  background: url("/assets/img/content-vip.jpg") top left no-repeat;
  background-size: cover; }

.content article .running-list li:nth-child(4):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
  z-index: 0; }

.content article .running-list li:nth-child(4) p, .content article .running-list li:nth-child(4) h3 {
  position: relative;
  z-index: 1; }

.content article .running-list li:nth-child(5) {
  background: url("/assets/img/content-partner.jpg") top left no-repeat;
  background-size: cover; }

.content article .running-list li:nth-child(5) img {
  top: -60px;
  right: 90px; }

.content article .running-list li:nth-child(7) {
  background: url("/assets/img/content-creative-reflection.jpg") top left no-repeat;
  background-size: cover; }

.content article .running-list li:nth-child(7) img {
  top: -60px;
  right: 90px; }

.content article .running-list li:nth-child(8) {
  background: url("/assets/img/content-creative.jpg") top left no-repeat;
  background-size: cover; }

.content article .running-list li:nth-child(8) img {
  top: -80px;
  right: -50px; }

.content article .running-list li:nth-child(8) img:nth-child(3) {
  top: 110px;
  right: 0; }

.content article .running-list li:nth-child(9) {
  background: url("/assets/img/content-epidemic.jpg") top right no-repeat;
  background-size: cover; }

.content article .running-list li:nth-child(9) img {
  top: 100px; }

.content article .running-list li:nth-child(9) img:first-child {
  z-index: 2;
  top: 136px;
  right: 192px; }

.content article.creators {
  height: 700px; }

.content article.creators li {
  position: relative;
  float: left;
  width: 25%;
  height: 600px;
  overflow: hidden; }

.content article.creators li h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2; }

.content article.creators li h3 a {
  font-size: 40px;
  color: #8c8c8c;
  transition: color .5s; }

.content article.creators li h3 a:after {
  content: '';
  display: block;
  float: none;
  width: 300px;
  height: 75px;
  margin: 0 auto;
  transition: height .5s; }

.content article.creators li img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 500px;
  height: 600px;
  z-index: 1;
  margin-left: -250px;
  transition: all .5s; }

.content article.creators li:hover h3 a {
  color: #fff;
  transition: color .5s; }

.content article.creators li:hover h3 a:after {
  height: 65px;
  transition: height .5s; }

.content article.creators li:hover img {
  top: -2%;
  left: 52%;
  height: 630px;
  width: 525px;
  margin-left: -262px;
  transition: all .5s; }

.content article.networks {
  background: #0f273a;
  padding: 0 0 60px 0; }

.content article.networks div {
  display: inline-block;
  width: 1070px;
  text-align: center; }

.content article.networks div h4 {
  background: none;
  display: inline-block;
  width: 33%;
  font-size: 15px;
  text-align: center;
  margin: 45px 0; }

.content article.networks div h4 a {
  transition: background .3s; }

.content article.networks div h4 a:before {
  content: '';
  float: left;
  width: 100%;
  padding: 160px 0 0 0; }

.content article.networks div h4 a:hover {
  transition: background .3s; }

.content article.networks div h4:nth-child(1) {
  background: url("/assets/img/logos/opposition.png") center no-repeat; }

.content article.networks div h4:nth-child(1):hover {
  background: url("/assets/img/logos/opposition-hover.png") center no-repeat; }

.content article.networks div h4:nth-child(2) {
  background: url("/assets/img/logos/tgn.png") center no-repeat; }

.content article.networks div h4:nth-child(2):hover {
  background: url("/assets/img/logos/tgn-hover.png") center no-repeat; }

.content article.networks div h4:nth-child(3) {
  background: url("/assets/img/logos/wimsic.png") center no-repeat; }

.content article.networks div h4:nth-child(4) {
  background: url("/assets/img/logos/playmakers.png") center no-repeat; }

.content article.networks div h4:nth-child(4):hover {
  background: url("/assets/img/logos/playmakers-hover.png") center no-repeat; }

.content article.networks div h4:nth-child(5) {
  background: url("/assets/img/logos/outspeak.png") center no-repeat; }

.content article.networks div h4:nth-child(5):hover {
  background: url("/assets/img/logos/outspeak-hover.png") center no-repeat; }

.content article.networks div h4:nth-child(6) {
  background: url("/assets/img/logos/hooplakidz.png") center no-repeat; }

.content article.networks div h4:nth-child(6):hover {
  background: url("/assets/img/logos/hooplakidz-hover.png") center no-repeat; }

.content article.networks div h4:hover {
  margin: 25px 0 0; }

.content article.networks div h4:hover a:before {
  padding: 175px 0 0 0;
  transition: padding .3s; }

.content article.cta {
  background: #0f273a;
  padding: 50px 0; }

.content article.cta div {
  display: inline-block;
  max-width: 1070px;
  width: 98%;
  text-align: center; }

.content article.cta div .button {
  float: none;
  clear: both;
  display: inline-block; }

.long-text {
  background: #0f273a; }

.long-text section {
  padding: 50px 0; }

.long-text section header {
  background: #0f273a; }

.long-text .posting {
  background: #0f273a; }

.long-text .posting p,
.long-text .posting table,
.long-text .posting ul {
  display: inline-block;
  width: 1140px;
  text-align: left; }

.long-text .posting h2 {
  background: #0090bf;
  font-size: 37px;
  padding: 20px 0;
  margin: 0 0 75px 0; }

.long-text .posting ul {
  margin: 20px 0;
  font-size: 25px;
  list-style-type: disc; }

.long-text .posting ul li {
  list-style: disc;
  margin-left: 30px; }

/* technology */
.technology {
  background: url("/assets/img/technology.jpg") fixed top left no-repeat;
  background-size: cover;
  padding-top: 10%; }

.technology header {
  background: url("/assets/img/technology.jpg") fixed top left no-repeat;
  background-size: cover; }

.technology article {
  background: url("/assets/img/technology-list.jpg") top left no-repeat;
  background-size: cover;
  padding: 85px 0 170px; }

.technology main {
  height: 390px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .technology main {
      height: auto;
      padding-bottom: 10%; } }

.technology .benefits {
  display: block;
  font-size: 16px;
  line-height: 28px; }

.technology .running-list li div {
  margin: 135px 0; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .technology .running-list li div {
      margin: 0; } }
  .technology .running-list li div p {
    width: 500px; }
  .technology .running-list li div small {
    width: 650px; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .technology .running-list li div p, .technology .running-list li div small {
      width: 90%;
      margin: 0;
      padding: 0 5%; } }
  .technology .running-list li div span {
    display: block;
    margin-bottom: 10px; }
  .technology .running-list li div img {
    top: 150px; }
  .technology .running-list li div .logo {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin-bottom: 50px; }
  .technology .running-list li div .technology main p {
    font-size: 40px;
    margin: 0 auto; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .about article div h2 {
    font-size: 1.4em !important; }

  .brand h2 {
    width: auto; }

  h2 {
    font-size: 5em; }

  p {
    font-size: 3em; }

  section {
    background-size: cover;
    float: left;
    width: 100%;
    padding: 20% 0 0 0; }

  section main {
    width: 100%; }

  section main h2,
  section main p {
    width: 90%;
    padding: 0 5%; }

  section h4 {
    font-size: 3.5em; }

  .button {
    display: block;
    float: left;
    width: 90%;
    padding: 2% 0;
    font-size: 1.5em !important;
    text-align: center;
    margin: 8% 5% 0 5%;
    border: 5px solid white; }

  .options {
    background: #0f273a;
    padding: 0 0 5% 0;
    margin: 10% 0 0 0; }

  .options li {
    width: 100%;
    margin: 0; }

  .options li h3 {
    font-size: 6em;
    margin-top: 30px; }

  .options li p {
    background: #075c7d;
    float: none;
    clear: both;
    width: 70%;
    height: auto;
    padding: 0 0 150px 0;
    margin: 0 auto 10% auto;
    border-top: 8px solid white; }

  .options li p:before {
    background-position: bottom center !important;
    display: block;
    float: left;
    padding: 50px 0 0 0; }

  .options li p:after {
    top: 50px !important;
    font-size: .6em !important; }

  .options li p a {
    background: none;
    position: static;
    display: block;
    float: left;
    width: 90%;
    height: auto;
    opacity: 1;
    padding: 60px 5% 30px 5%;
    margin: 0; }

  .options li p a:after {
    background: #0090bf;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    font-size: 1.2em;
    text-align: center;
    padding: 50px 0; }

  .options li p a strong {
    position: static;
    display: block;
    float: left;
    font-size: 1.2em;
    line-height: 1.3em;
    width: 100%;
    height: auto;
    opacity: 1;
    padding: 0 0 20px 0;
    margin: 0; }

  .options li p:nth-child(3) {
    margin: 0 auto; }

  .running-list img,
  .running-list figcaption {
    display: none; }

  .running-list li:before,
  .running-list li:after {
    display: none; }

  .running-list li div {
    width: 100%;
    margin: 90px 0 !important; }

  .running-list li div h3,
  .running-list li div p {
    width: 90%;
    margin: 0 5%; }

  .running-list li div h3 {
    margin-bottom: 2%; }

  /* home */
  .home .options li h3 {
    border-bottom: 0; }

  .home .options li:nth-child(2) p {
    padding: 8% 0 150px 0; }

  /* content */
  .content main p {
    width: 90%;
    margin-bottom: 10%; }

  .content main ul {
    margin: 10% 0 0 0; }

  .content main ul li {
    width: 100%;
    clear: both;
    font-size: 3em;
    margin: 0 0 10% 0; }

  .content article h2 {
    font-size: 3.5em; }

  .content figure {
    display: none; }

  .content article.creators li {
    width: 100%;
    height: 700px; }

  .content article.creators li h3 a {
    font-size: 2em;
    color: white; }

  .content article.creators li img {
    left: 0;
    height: auto;
    width: 100%;
    margin: 0; }

  .content article.creators li:hover img {
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }

  .content article.networks {
    display: block;
    width: 100%;
    padding: 0 0 100px 0; }

  .content article.networks h2 {
    display: block;
    float: left;
    width: 100%; }

  .content article.networks div {
    width: 100%; }

  .content article.networks div h4 {
    width: 100%;
    margin: 0; }

  .content article.networks div h4 a {
    font-size: 1.75em; }

  .content article.networks .button {
    display: block;
    float: none; }

  /* about */
  .about main {
    height: auto;
    padding-bottom: 10%; }

  .about article div {
    width: 90%;
    padding: 0 5%; }

  .about article div:before {
    display: none; }

  .about article div img {
    display: none; }

  .about article div h2,
  .about article div p {
    width: 100%; }

  .about article div address p {
    font-size: 2em;
    text-align: center; }

  .about article div dl {
    width: 90%;
    padding: 0 5%; }

  .about article div dl dt,
  .about article div dl dd {
    font-size: 2.5em;
    text-align: center; }

  .about article div dl dt {
    padding: 5% 0 0 0; }

  .about article.explaining:before {
    display: none; }

  /* media */
  .media .running-list li:last-child p {
    width: 90%;
    padding-bottom: 250px; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (min-device-width: 320px) and (max-device-width: 695px) {
    .media .running-list li:last-child p {
      padding-bottom: 50px; } }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .media .running-list li:last-child img {
    display: none; }

  /* positions */
  .positions {
    padding-bottom: 0; }

  .positions div {
    width: 90%;
    padding: 5%; }

  .positions div p,
  .positions div h3 {
    width: 100%; }

  .positions div p:after,
  .positions div h3:after {
    display: none; }

  .positions div h3 {
    font-size: 3em; }

  .positions .learn-more {
    position: static;
    display: block;
    float: left;
    width: 90%;
    text-align: center;
    padding: 2% 5%;
    margin: 50px auto; }

  /* brands */
  .brand header h2 {
    width: auto; }

  .brand .options li p {
    width: 80%;
    margin: 0 auto; }

  .brand .options li p:first-child {
    margin: 0 auto 100px auto; }

  .brand .options li p a {
    height: auto;
    border: 1px solid transparent; }

  .brand .options li p a:after {
    font-size: 1.5em; }

  /* brand solutions */
  .brand-solutions main {
    height: auto;
    padding-bottom: 10%; }

  .brand-solutions main h2 {
    margin-bottom: 200px; }

  .brand-solutions main p {
    width: 90%;
    padding: 10% 5%; }

  .brand-solutions main #play-button {
    display: none;
    top: 475px;
    width: 174px;
    height: 174px;
    margin-left: -72px; }

  .brand-solutions main #play-button:before {
    margin: -30px 0 0 -20px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 50px solid #ffb31f; }

  /* smarter programming */
  .smarter-programming p {
    margin: 0 0 10% 0; }

  /* jd */
  .jd h2 {
    font-size: 3.5em; }

  .jd section {
    padding: 5% 0; }

  .jd section h3 {
    width: 90%;
    padding: 0 5%; }

  .jd section ul {
    width: 80%;
    padding: 0 10%; }

  .jd section .learn-more {
    background: #0090bf;
    right: 5%;
    bottom: 2.5%;
    width: auto;
    margin: 0; }

  .news h3 {
    font-size: 1.5em; }

  .news time {
    font-size: 1.5em; }

  .news p {
    font-size: 1.1em;
    width: 90%;
    padding: 0 5%; }

  .news p img {
    width: 100%;
    height: auto; }

  .long-text section {
    background: #0f273a; }

  .long-text .posting h2 {
    font-size: 4em;
    margin-top: 80px; }

  .long-text .posting p {
    width: 90%;
    padding: 5%; } }
.korean header nav ul {
  display: none; }

.korean main h2,
.korean main p {
  width: 750px; }

.korean article .running-list li:nth-child(1) {
  background-size: auto 100%; }

.korean article .running-list li:nth-child(1) div {
  margin: 100px 0 80px; }

.korean article .running-list li:nth-child(2) div {
  margin: 120px 0; }

.korean article.creators ul li h3 a:after {
  visibility: hidden; }

.korean article.networks div .button {
  top: 85px; }

#popup-overlay {
  background: rgba(66, 74, 92, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  cursor: pointer; }

#popup-wrapper {
  text-align: center;
  position: fixed;
  top: 50px;
  z-index: 40;
  width: 100%; }

#popup-inner {
  font-family: 'Open Sans', sans-serif;
  display: block;
  background: white url(../img/new-popup-bg.jpg);
  width: 600px;
  background-position: bottom right;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 20px 150px 150px 150px;
  color: black;
  text-align: left;
  margin: 0 auto;
  position: relative;
  z-index: 40; }

#popup-inner img {
  margin: 0 auto;
  width: 50px;
  margin-bottom: 20px; }

#popup-inner #closeButton {
  float: right;
  position: relative;
  top: -60px;
  right: -60px;
  font-size: 1.5em;
  font-weight: lighter;
  cursor: pointer; }

#popup-inner h2 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1; }

#popup-inner p {
  font-size: 1.1em;
  margin-bottom: 20px; }

#popup-inner p:first-of-type {
  margin-top: 20px; }

#popup-inner a {
  background: #2fbba8;
  padding: 10px 15px;
  margin-bottom: 100px;
  margin-top: 40px;
  display: inline-block;
  border: 1px solid #2fbba8; }

#popup-inner a:hover {
  color: #2fbba8;
  border-color: white;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.2s; }

/* careers */
.careers {
  background: #0f273a; }

.careers header {
  background: #0f273a;
  background-size: 100% auto; }

.careers h4 {
  margin-top: 0; }

.careers .openhouse {
  width: 100%;
  float: left; }

.careers .openhouse img {
  width: 100%; }

.careers main {
  height: 500px; }

.careers main h2 {
  display: none; }

.careers main p {
  display: none;
  width: 800px;
  margin-bottom: 20px; }

.careers main p:last-child {
  margin-bottom: 0; }

.careers #BambooHR {
  background: #0f273a;
  padding: 70px 0; }

.careers #BambooHR .BambooHR-ATS-Department-Item {
  width: 90%;
  padding: 20px 5%;
  border-bottom: 1px solid white; }

.careers #BambooHR .BambooHR-ATS-Department-Header {
  display: block !important;
  font-size: 1.8em;
  padding: 0 20px; }

.careers #BambooHR .BambooHR-ATS-Jobs-List {
  padding: 20px;
  margin-bottom: 0; }

.careers #BambooHR .BambooHR-ATS-Jobs-Item {
  overflow: auto;
  padding: 0; }

.careers #BambooHR .BambooHR-ATS-Jobs-Item a {
  float: left;
  padding: 12px 0 0 12px;
  font-size: 1.2em;
  color: white; }

.careers #BambooHR .BambooHR-ATS-Location {
  font-size: 1.2em;
  font-weight: 300; }

#BambooHR h2 {
  display: none; }

#BambooHR .BambooHR-ATS-Department-List {
  display: block;
  margin: 0 auto;
  color: white; }

#BambooHR .BambooHR-ATS-Department-Header {
  color: white; }

#BambooHR .BambooHR-ATS-Location {
  color: white; }

#BambooHR .BambooHR-ATS-Jobs-Item {
  padding: 20px;
  margin-bottom: 10px; }

#BambooHR .BambooHR-ATS-Jobs-Item a {
  color: #0090bf; }

#BambooHR .BambooHR-ATS-Jobs-Item a:hover,
#BambooHR .BambooHR-ATS-Jobs-Item a:active,
#BambooHR .BambooHR-ATS-Jobs-Item a:focus {
  color: white; }

#BambooHR .BambooHR-ATS-board ul ul {
  border-bottom: none; }

@media all and (max-width: 1200px) {
  .long-text .posting p,
  .long-text .posting h2 {
    width: calc(90%);
    display: block;
    margin: 0 auto; }

  .long-text .posting strong {
    margin: 20px 0;
    display: block; }

  .long-text .posting ul {
    margin: 20px 0;
    font-size: 24px;
    list-style-type: disc;
    width: calc(85%);
    padding: 20px; }

  .long-text .posting ul li {
    list-style: disc;
    margin-left: 0; }

  footer div {
    width: 100%;
    padding: 0 30px;
    text-align: center;
    box-sizing: border-box; }

  footer div aside {
    float: none; } }
@media all and (max-width: 992px) {
  #popup-overlay {
    display: none; }

  #popup-inner {
    margin: 0 auto;
    padding: 40px;
    display: none; }

  #popup-inner img {
    width: 100px; }

  #popup-inner h2 {
    font-size: 2.5em; }

  #popup-inner p {
    font-size: 2em; }

  #popup-inner a {
    font-size: 2em;
    margin-top: 40px;
    display: inline-block; } }
