/* Master file, imports subfiles for different pages */
@font-face {
  font-family: "samsung-interface";
  src: url("../assets/fonts/samsungif_rg-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/samsungif_rg-webfont.svg") format("svg"), url("../assets/fonts/samsungif_rg-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "samsung-interface-bold";
  src: url("../assets/fonts/samsungif_bd-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/samsungif_bd-webfont.svg") format("svg"), url("../assets/fonts/samsungif_bd-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "samsung-interface-black";
  src: url("../assets/fonts/samsungif_blk-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/samsungif_blk-webfont.svg") format("svg"), url("../assets/fonts/samsungif_blk-webfont.ttf") format("truetype");
}
body {
  font-family: helvetica;
  color: #272727;
  overflow-x: hidden;
}

a {
  color: #27aae0;
  outline: 0 !important;
}

a.anchor {
  display: block;
  visibility: hidden;
  position: relative;
  top: -105px;
}

a.anchor-learn-more {
  display: block;
  visibility: hidden;
  position: relative;
}

a:hover {
  text-decoration: none;
}

.container img {
  max-width: 100%;
}

img.unveil-image {
  background-color: #eee;
  background-image: url(../assets/images/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

section h1, section h2, section h3 {
  text-align: center;
}

section#header {
  width: 100%;
  position: absolute;
  top: 0;
}
section#header .navbar {
  border-radius: 0 !important;
  background-image: url(../assets/images/top-nav-gradient.png);
  background-repeat: repeat-x;
  height: 81px;
  text-align: center;
}
section#header .navbar img.logo {
  position: relative;
  top: 16px;
}

.placeholder {
  color: #aaa;
}

.sticky-nav-spacer {
  height: 105px;
  width: 100%;
}

.sticky-nav-wrapper {
  background-image: url(../assets/images/sticky-nav-background.png);
  background-repeat: repeat-x;
  height: 105px;
  width: 100%;
  top: 0;
  z-index: 11000;
}
.sticky-nav-wrapper a.logo-link {
  z-index: 1000;
  float: left;
  position: relative;
  top: 10px;
  display: block;
}
.sticky-nav-wrapper ul {
  margin: 0;
  padding: 0;
  position: relative;
  left: 85px;
}
.sticky-nav-wrapper ul li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sticky-nav-wrapper ul li a {
  padding: 0;
  display: block;
  width: 200px;
  line-height: 105px;
  text-align: center;
  font-family: samsung-interface-black;
  font-size: 18px;
  color: #004da8;
  text-transform: uppercase;
}
.sticky-nav-wrapper ul li a.expand_link {
  display: none;
}
.sticky-nav-wrapper ul li a:hover {
  text-decoration: none;
  color: #27aae0;
  background-color: transparent !important;
}
.sticky-nav-wrapper ul li ul.subnav {
  position: absolute;
  background-color: #27aae0;
  width: 100%;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
  z-index: 9;
}
.sticky-nav-wrapper ul li ul.subnav a {
  line-height: 40px;
  display: block;
}
.sticky-nav-wrapper ul li ul.subnav a:hover {
  background-color: #fff !important;
}
.sticky-nav-wrapper ul li:hover ul.subnav {
  max-height: 300px;
}
.sticky-nav-wrapper ul li:hover ul.subnav a {
  background-image: none !important;
}
.sticky-nav-wrapper ul li.active a {
  background-image: url(../assets/images/sticky-nav-active-arrow.png);
  background-repeat: no-repeat;
  background-position: center 80%;
}
.sticky-nav-wrapper ul li#contest_link:hover {
  background-color: #27aae0 !important;
  color: #fff !important;
}
.sticky-nav-wrapper ul li#contest_link:hover > a:hover {
  color: #fff;
}

.video-player-module {
  position: relative;
  text-align: center;
  max-width: 867px;
  margin: 0 auto;
}
.video-player-module img {
  width: 100%;
}
.video-player-module .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10%;
  margin-left: -5%;
  margin-top: -5%;
}

.modal .modal-content {
  border-radius: 0;
}
.modal .modal-header {
  border-bottom: none;
}
.modal .modal-header .modal-title {
  font-family: samsung-interface-black;
  color: #e46592;
  font-size: 54px;
  text-align: center;
  line-height: 1em;
  padding: 20px 0 10px 0;
}
.modal .modal-header p {
  padding: 0 10%;
  text-align: center;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  color: #989898;
}
.modal .modal-body {
  padding-top: 0;
}
.modal form {
  width: 100%;
  margin: 15px 0;
}
.modal form .input-group {
  width: 100%;
}
.modal form .input-group .text-input {
  margin: 0 auto;
  width: 90%;
  display: block;
  float: none;
  border: none;
  background-color: #e6e6e6;
  padding: 10px 0;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  font-family: samsung-interface-bold;
  color: #bababa;
}
.modal form label.error {
  color: #c00;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  top: -10px;
  font-size: 11px;
}
.modal .btn {
  font-family: samsung-interface-black;
  font-size: 22px;
  height: 46px;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: block;
  background-color: #e46592;
  border: 0;
  border-bottom: 3px solid #883c5a;
  border-right: 3px solid #883c5a;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 60%;
  margin: 20px auto;
}
.modal .btn:active {
  border-bottom: 1px solid #883c5a;
  border-right: 1px solid #883c5a;
  position: relative;
  top: 2px;
  left: 2px;
}
.modal .btn.close {
  opacity: 1;
  float: none;
}

.mobile-only {
  display: none;
}

@media (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .modal .modal-header .modal-title {
    font-size: 34px;
  }
  .modal .modal-header p {
    font-size: 12px;
  }
}
.sft-button {
  display: inline-block;
  width: auto;
  background-color: #e66492;
  color: #fff;
  font-family: 'samsung-interface-black';
  font-size: 20px;
  padding: 8px 20px;
  text-align: center;
  margin: 0 auto;
}
.sft-button:hover {
  color: #fff;
  text-decoration: underline;
}

.sft-footer {
  background-color: #efefef;
  padding: 30px 5%;
  color: #a7a7a7;
  font-family: arial;
  font-size: 14px;
  overflow: hidden;
}
.sft-footer p {
  margin: 0;
  padding: 0;
  width: 70%;
  float: left;
  text-align: left;
}
.sft-footer .social {
  width: 30%;
  float: right;
  text-align: right;
}
.sft-footer .social a {
  padding: 0 0 0 10px;
}
.sft-footer .disclaimer {
  width: 100%;
  overflow: hidden;
  padding-top: 15px;
}
.sft-footer .disclaimer p {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 10px;
  width: 100%;
}

section#application {
  margin-top: 25px;
}
section#application form {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
section#application form input, section#application form textarea, section#application form select, section#application form textarea {
  width: 100%;
  background-color: #d4d4d4;
  margin-bottom: 15px;
  display: block;
}
section#application form input[type=radio] {
  display: inline-block;
  width: auto;
  margin-left: 8px;
  margin-right: 12px;
}
section#application form input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin: 0 12px 0 0px;
}
section#application form input[type=submit] {
  margin-top: 15px;
  background-color: #20a2ff;
  color: #fff;
  margin-bottom: 0;
}
section#application form label {
  font-family: samsung-interface-bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #656565;
}
section#application form label.error {
  font-size: 10px;
  color: #c00;
  width: 100%;
  font-size: 12px;
  color: #c00;
}
section#application form select.error {
  border: 1px solid red;
}
section#application form label.radiolabel {
  display: inline;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: normal !important;
}
section#application form label.block-label {
  display: inline-block;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  line-height: normal !important;
  margin-right: 8px;
  margin-bottom: 15px;
}
section#application form textarea {
  margin-bottom: 2px;
}
section#application form .count {
  display: block;
  font-size: 12px;
  margin-bottom: 15px;
  font-family: samsung-interface-bold;
  color: #656565;
}

.whats-happening .apply-section {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 60px;
  width: 100%;
}
.whats-happening .apply-section h3 {
  margin-bottom: 20px;
}
.whats-happening .apply-section h4 {
  font-size: 20px;
}
.whats-happening .apply-section p.quote i {
  font-size: 12px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}

.modal p {
  color: #999;
  text-align: center;
}
.modal .modal-header .close {
  font-size: 16px;
}
.modal .modal-header .modal-title {
  text-transform: uppercase;
  padding-top: 40px;
}
.modal .modal-footer {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.modal-mobile-fix {
  overflow: hidden;
  position: fixed;
}

.application-platform-header .platform-header {
  background-color: #27aae0;
  position: static;
}
.application-platform-header .platform-header ul.nav > li > a {
  color: #fff;
}

.application-form label em {
  font-size: 70%;
  padding-left: 5px;
}

@media (max-width: 991px) and (min-width: 320px) {
  .modal .btn {
    font-size: 18px;
  }

  #application h1:first-of-type {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 760px;
  }
}
.navbar.home {
  position: absolute;
  width: 100%;
  border: 0;
}

.home-banner .relative {
  position: relative;
}
.home-banner .apply-cta {
  float: right;
  position: absolute;
  bottom: -190px;
  right: 0;
}
.home-banner .introWrapper {
  background-color: #66aacf;
  background-image: url(../assets/images/new-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 65px 0;
  height: 788px;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../assets/images/new-hero.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(\a 		src='../assets/images/new-hero.jpg',\a 		sizingMethod='scale')";
}
.home-banner .introWrapper.contest-intro {
  background-position: center center;
  height: auto;
}
.home-banner .intro {
  text-align: center;
  color: #fff;
}
.home-banner .intro h1 {
  font-family: samsung-interface-black;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 61px;
}
.home-banner .intro h2 {
  font-family: samsung-interface-bold;
  font-size: 28px;
  font-weight: normal;
}
.home-banner .intro h3 {
  font-family: samsung-interface-black;
  font-weight: normal;
  letter-spacing: .1em;
  font-size: 20px;
}
.home-banner .intro hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 70%;
  margin: 0 auto;
}
.home-banner .intro p {
  font-family: samsung-interface;
  font-size: 24px;
}

@media (min-width: 992px) {
  .home-banner .intro h1 {
    font-size: 54px;
  }
  .home-banner .intro h2 {
    font-size: 24px;
  }
  .home-banner .intro p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .home-banner .intro h1 {
    font-size: 44px;
  }
  .home-banner .intro h2 {
    font-size: 22px;
  }
  .home-banner .intro p {
    font-size: 18px;
  }

  .introWrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .home-banner .intro h1 {
    font-size: 40px;
    line-height: 1em;
  }
  .home-banner .intro h2 {
    font-size: 20px;
  }
  .home-banner .intro p {
    line-height: 1.3em;
    font-size: 14px;
  }
  .home-banner .introWrapper {
    height: auto !important;
  }

  .sticky-nav-wrapper ul li a {
    width: 150px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .home-banner .introWrapper {
    padding: 60px 0 40px 0;
  }
  .home-banner .introWrapper section.intro .samsung-title {
    display: none;
  }
  .home-banner .introWrapper section.intro h1 {
    font-size: 22px;
  }
  .home-banner .introWrapper section.intro h2 {
    font-size: 15px;
    line-height: 1.3em;
  }
  .home-banner .introWrapper section.intro h3 {
    font-size: 13px;
  }
  .home-banner .introWrapper section.intro hr {
    margin-top: 0;
  }
  .home-banner .introWrapper section.intro img.logo {
    display: none;
  }
}
section.whats-happening h2.desktop-header {
  margin-top: 20px;
}
section.whats-happening h3 {
  font-family: samsung-interface-black;
  font-size: 32px;
  color: #27aae0;
  text-transform: uppercase;
}
section.whats-happening h4 {
  font-family: samsung-interface-bold;
  font-size: 16px;
  color: #717171;
  text-align: center;
  line-height: 20px;
}
section.whats-happening h5 {
  color: #957dc3;
  font-family: samsung-interface-black;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}
section.whats-happening hr {
  width: 70%;
  border-top: 1px solid #acacac;
  margin-left: auto;
  margin-right: auto;
}
section.whats-happening .awards-video {
  margin-top: 100px;
  margin-bottom: 50px;
}
section.whats-happening .vote-countdown {
  background-image: url(../assets/images/vote-countdown-rule.png);
  background-repeat: no-repeat;
  background-position: center;
  font-family: samsung-interface-bold;
  font-size: 30px;
  color: #717171;
  text-align: center;
}
section.whats-happening ul.nav {
  margin: 20px 0;
  text-align: center;
}
section.whats-happening ul.nav li {
  display: inline-block;
  width: 20%;
  background-color: #e6e6e6;
  font-family: samsung-interface-bold;
  font-size: 14px;
}
section.whats-happening ul.nav li a {
  color: #959595;
}
section.whats-happening ul.nav li a:hover {
  background: inherit;
}
section.whats-happening ul.nav li:first-child {
  margin-right: 1px;
}
section.whats-happening ul.nav li.active {
  background-color: #e46592;
  color: #fff;
}
section.whats-happening ul.nav li.active a {
  color: #fff;
}
section.whats-happening div.entries .entry {
  position: relative;
}
section.whats-happening div.entries .entry .entry-content {
  position: relative;
  padding-bottom: 30px;
}
section.whats-happening div.entries .entry img.screenshot {
  width: 100%;
}
section.whats-happening div.entries .entry img.play-button {
  width: 20%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10%;
  margin-top: -8%;
}
section.whats-happening div.entries .entry h4 {
  font-family: samsung-interface-bold;
  font-size: 16px;
  color: #717171;
  text-align: center;
}
section.whats-happening div.entries .entry .caption {
  background-color: #8973b4;
  font-family: samsung-interface-bold;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
section.whats-happening div.entries .winner {
  margin-bottom: 30px;
}
section.whats-happening div.entries .winner h4 {
  font-family: samsung-interface-black;
  text-transform: uppercase;
  font-size: 14px;
}
section.whats-happening div.winners .entry {
  position: relative;
}
section.whats-happening div.winners .entry .entry-content {
  position: relative;
  padding-bottom: 30px;
}
section.whats-happening div.winners .entry img.screenshot {
  width: 100%;
}
section.whats-happening div.winners .entry img.play-button {
  width: 20%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10%;
  margin-top: -8%;
}
section.whats-happening div.winners .entry h4 {
  font-family: samsung-interface-bold;
  font-size: 16px;
  color: #717171;
  text-align: center;
}
section.whats-happening div.winners .entry .caption {
  background-color: #8973b4;
  font-family: samsung-interface-bold;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
section.whats-happening div.winners .winner {
  margin-bottom: 30px;
}
section.whats-happening div.winners .winner h4 {
  font-family: samsung-interface-black;
  text-transform: uppercase;
  font-size: 14px;
}
section.whats-happening section.map-view-container {
  height: 700px;
}
section.whats-happening section.map-view-container .map {
  position: absolute;
  left: 50%;
  margin-left: -400px;
  z-index: 1;
}
section.whats-happening section.map-view-container div.map-entries {
  width: 800px;
  height: 678px;
  margin: 0 auto;
  position: relative;
}
section.whats-happening section.map-view-container div.map-entries .entry {
  width: 18px;
  height: 18px;
  margin-top: -8px;
}
section.whats-happening section.map-view-container div.map-entries .entry .entry-content {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
  padding: 10px 15px 15px 15px;
  display: none;
}
section.whats-happening section.map-view-container div.map-entries .entry .entry-content.right {
  position: relative;
  left: -435px;
}
section.whats-happening section.map-view-container div.map-entries .entry img.screenshot {
  width: 100%;
}
section.whats-happening section.map-view-container div.map-entries .entry img.play-button {
  width: 20%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10%;
  margin-top: -8%;
}
section.whats-happening section.map-view-container div.map-entries .entry h4 {
  font-family: samsung-interface-bold;
  font-size: 18px;
  color: #717171;
  text-align: center;
}
section.whats-happening section.map-view-container div.map-entries .entry .caption {
  background-color: #8973b4;
  font-family: samsung-interface-bold;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
}
section.whats-happening section.map-view-container div.map-entries .entry .map-point {
  position: absolute;
  top: 50%;
  z-index: 10000;
  left: -20px;
}
section.whats-happening section.map-view-container div.map-entries .entry .map-arrow {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
section.whats-happening section.map-view-container div.map-entries .entry .map-arrow.left {
  left: -15px;
}
section.whats-happening section.map-view-container div.map-entries .entry .map-arrow.right {
  right: -15px;
}
section.whats-happening section.map-view-container div.map-entries .entry.active {
  width: 412px;
  height: 315px;
  margin-top: -157px;
  z-index: 10001;
}
section.whats-happening section.map-view-container div.map-entries .entry.active .map-point {
  z-index: -1;
}
section.whats-happening section.map-view-container div.map-entries .entry.active .entry-content {
  display: block;
}

@media (min-width: 320px) and (max-width: 991px) {
  section.whats-happening hr {
    width: 100%;
  }
  section.whats-happening h3 {
    font-size: 58px;
  }
  section.whats-happening h4.subhead {
    font-size: 26px;
    padding: 0 50px;
    line-height: 1.25em;
    margin: 30px 0;
  }
  section.whats-happening .vote-countdown {
    width: 80%;
    margin: 0 auto 30px auto;
    clear: both;
  }
  section.whats-happening .nav {
    display: none;
  }
  section.whats-happening div.entries .entry {
    border-bottom: 1px solid #acacac;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
  }
  section.whats-happening div.entries .entry .video-player {
    display: none;
  }
  section.whats-happening div.entries .entry h4 {
    color: #957dc3;
    font-size: 27px;
    font-family: samsung-interface-black;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.2em;
    margin: 0;
    padding-right: 60px;
  }
  section.whats-happening div.entries .entry .caption {
    background-color: transparent;
    text-align: left;
    color: #717171;
    font-size: 19px;
    line-height: 1.5em;
  }
  section.whats-happening div.entries .entry a {
    font-size: 19px;
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1.5em;
  }
  section.whats-happening div.entries .entry .mobile-play {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  section.whats-happening div.entries .entry:last-of-type {
    border-bottom: none !important;
  }
  section.whats-happening div.winners .entry h4 {
    font-size: 21px;
    font-family: samsung-interface-bold;
    text-transform: none;
  }
  section.whats-happening #map-view {
    display: none;
  }
  section.whats-happening #grid-view {
    display: block;
  }
}
@media (max-width: 480px) {
  section.whats-happening {
    padding-top: 20px;
  }
  section.whats-happening h3 {
    font-size: 29px;
  }
  section.whats-happening h4.subhead {
    font-size: 13px;
    margin: 20px 0;
    padding: 0 30px;
  }
  section.whats-happening .vote-countdown {
    font-size: 20px;
  }
  section.whats-happening div.entries .entry {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  section.whats-happening div.entries .entry h4 {
    font-size: 17px;
    padding-right: 40px;
  }
  section.whats-happening div.entries .entry .mobile-play {
    top: 0px;
  }
  section.whats-happening div.entries .entry .mobile-play img {
    width: 20px;
  }
  section.whats-happening div.entries .entry .caption {
    font-family: helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
  }
  section.whats-happening div.entries .entry a {
    font-family: helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
  }
}
.modal-backdrop {
  z-index: 13000;
}

.modal {
  z-index: 14000 !important;
}

.learn-more-wrapper {
  background-color: #d4d4d4;
  overflow: hidden;
  margin-top: 90px;
}

section.learn-more {
  padding: 50px 0;
  color: #272727;
}
section.learn-more .nav {
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
  text-align: center;
  padding-top: 10px;
  margin-top: 38px;
}
section.learn-more .nav li {
  padding: 0 20px;
  display: inline-block;
}
section.learn-more .nav li.active:after {
  content: url(../assets/images/learn-more-active.png);
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -10px;
  display: block;
}
section.learn-more .nav a {
  color: #858585;
  font-size: 24px;
  font-family: samsung-interface-black;
  text-transform: uppercase;
  padding: 15px;
  background: none !important;
}
section.learn-more .nav a:hover {
  color: #aaa;
  background-color: transparent;
}
section.learn-more .nav .active a {
  color: #27aae0;
}
section.learn-more p {
  line-height: 2em;
  font-size: 14px;
}
section.learn-more .footer {
  position: relative;
  margin-top: 80px;
}
section.learn-more .footer h5 {
  color: #717171;
  font-family: samsung-interface-black;
  font-size: 22px;
  width: 190px;
  background-color: #d4d4d4;
  position: relative;
  z-index: 3000;
  text-transform: uppercase;
}
section.learn-more .footer hr {
  border-top: 1px solid #454545;
  position: absolute;
  width: 100%;
  top: -10px;
  left: 0;
}
section.learn-more .footer .partner-icons {
  padding-top: 15px;
  text-align: center;
}
section.learn-more .footer .partner-icons a {
  padding: 0 30px;
}
section.learn-more .subtab-expander {
  display: none;
}
section.learn-more .prizes {
  margin-top: 50px;
}
section.learn-more .prizes h2 {
  font-family: samsung-interface-black;
  color: #27aae0;
}
section.learn-more .prizes h5 {
  font-family: samsung-interface-black;
  font-size: 36px;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 0;
}
section.learn-more .prizes p {
  font-size: 18px;
  color: #888;
  margin: 0 0 20px;
  line-height: 1.6em;
}
section.learn-more .prizes .hoverboxes .box {
  position: relative;
  overflow: hidden;
  background: #e46592;
  cursor: pointer;
}
section.learn-more .prizes .hoverboxes .box img.background, section.learn-more .prizes .hoverboxes .box h5, section.learn-more .prizes .hoverboxes .box p, section.learn-more .prizes .hoverboxes .box img.partner-logo, section.learn-more .prizes .hoverboxes .box span.presented-by {
  color: white;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
section.learn-more .prizes .hoverboxes .box h5, section.learn-more .prizes .hoverboxes .box p, section.learn-more .prizes .hoverboxes .box span.presented-by {
  text-shadow: 1px 1px 2px #646464;
}
section.learn-more .prizes .hoverboxes .box img.background {
  width: 100%;
}
section.learn-more .prizes .hoverboxes .box span.presented-by {
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 25px;
  right: 25px;
  margin: auto;
  text-align: center;
  font-size: 16px;
}
section.learn-more .prizes .hoverboxes .box img.partner-logo {
  opacity: 0;
  max-height: 60px;
  position: absolute;
  top: 40px;
  left: 25px;
  right: 25px;
  margin: auto;
}
section.learn-more .prizes .hoverboxes .box h5 {
  font-size: 34px;
  margin: auto;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  bottom: 0;
  text-align: center;
  max-height: 110px;
}
section.learn-more .prizes .hoverboxes .box p {
  opacity: 0;
  font-size: 16px;
  position: absolute;
  top: 110px;
  left: 25px;
  right: 25px;
}

@media (min-width: 992px) {
  section.learn-more .prizes .hoverboxes .box:hover img.background {
    opacity: 0.3;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  section.learn-more .prizes .hoverboxes .box:hover h5 {
    opacity: 0;
  }
  section.learn-more .prizes .hoverboxes .box:hover p, section.learn-more .prizes .hoverboxes .box:hover img.partner-logo, section.learn-more .prizes .hoverboxes .box:hover span.presented-by {
    opacity: 1;
  }
}
@media (min-width: 992px) and (max-width: 1216px) {
  section.learn-more .prizes .hoverboxes .box img.partner-logo {
    max-height: 40px;
  }
  section.learn-more .prizes .hoverboxes .box p {
    top: 90px;
    left: 15px;
    right: 15px;
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 991px) {
  section.learn-more .prizes .hoverboxes .box {
    background: none;
  }
  section.learn-more .prizes .hoverboxes .box img.background {
    padding-bottom: 10px;
  }
  section.learn-more .prizes .hoverboxes .box img.partner-logo, section.learn-more .prizes .hoverboxes .box p, section.learn-more .prizes .hoverboxes .box h5, section.learn-more .prizes .hoverboxes .box span.presented-by {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    opacity: 1;
    color: #666;
  }
  section.learn-more .prizes .hoverboxes .box h5 {
    text-shadow: none;
  }
  section.learn-more .prizes .hoverboxes .box span.presented-by {
    text-shadow: none;
    display: block;
  }
  section.learn-more .prizes .hoverboxes .box img.partner-logo {
    max-height: 80px;
    padding: 10px 0;
  }
  section.learn-more .prizes .hoverboxes .box p {
    opacity: 1;
    font-size: 16px;
    line-height: 22px;
    text-shadow: none;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .learn-more-wrapper {
    background-color: #fff;
    margin-top: 0;
  }

  section.learn-more {
    padding: 0;
  }
  section.learn-more ul.nav {
    display: none;
  }
  section.learn-more .footer {
    margin: 0;
    padding: 20px 0 40px 0;
  }
  section.learn-more .footer h5 {
    background-color: #fff;
  }
  section.learn-more .footer hr {
    display: none;
  }
  section.learn-more .tab-pane {
    max-height: 0;
    overflow: hidden;
    display: block !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  section.learn-more .tab-pane.open {
    max-height: 5000px;
    border-bottom: 1px solid #acacac;
    padding-bottom: 20px;
  }
  section.learn-more .tab-pane.active {
    display: block;
  }
  section.learn-more .subtab-expander {
    display: block;
    width: 100%;
    font-family: samsung-interface-black;
    text-transform: uppercase;
    color: #27aae0;
    font-size: 40px;
    line-height: 2em;
    position: relative;
    border-bottom: 1px solid #acacac;
  }
  section.learn-more .subtab-expander span {
    color: #fff;
    background-color: #27aae0;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 45px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -23px;
  }
  section.learn-more .subtab-expander:first-of-type {
    border-top: 1px solid #acacac;
  }
  section.learn-more #how-it-works .phase {
    padding-bottom: 10px;
  }
  section.learn-more #how-it-works .phase h5 {
    color: #787878;
    font-size: 28px;
  }
  section.learn-more #how-it-works .phase p {
    font-family: helvetica, arial, sans-serif;
    font-size: 26px;
    line-height: 1.4em;
  }
  section.learn-more #how-it-works h5.strikethrough-rule-title {
    background-image: none !important;
    color: #717171;
    font-family: samsung-interface-bold;
    text-transform: none;
    margin-top: 40px;
  }
  section.learn-more #judges h2 {
    color: #e46592;
    font-size: 58px;
    line-height: 1em;
  }
  section.learn-more #judges .judges-list .judge-item {
    border-bottom: 1px solid #acacac;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.learn-more #judges .judges-list .judge-item .judge-info {
    height: auto;
    position: relative;
  }
  section.learn-more #judges .judges-list .judge-item .judge-info h5 {
    color: #e46592;
    font-size: 40px;
    text-align: left;
    margin: 0;
  }
  section.learn-more #judges .judges-list .judge-item .judge-info p {
    text-align: left;
    font-family: helvetica;
    font-weight: bold;
    font-size: 24px;
    padding-left: 0;
    color: #717171;
    margin: 0;
  }
  section.learn-more #judges .judges-list .judge-item .judge-info .bio-expander {
    color: #fff;
    background-color: #e46592;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 45px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -23px;
    font-size: 33px;
    font-family: samsung-interface-black;
  }
  section.learn-more #judges .judges-list .judge-item .judge-photo {
    display: none;
  }
  section.learn-more #judges .judges-list .judge-item .bio h3, section.learn-more #judges .judges-list .judge-item .bio h4, section.learn-more #judges .judges-list .judge-item .bio hr {
    display: none;
  }
  section.learn-more #judges .judges-list .judge-item .bio .bio-body {
    padding-top: 30px;
  }
  section.learn-more #judges .judges-list .judge-item .bio .bio-body p {
    font-family: helvetica, arial, sans-serif;
    font-size: 28px;
    line-height: 1.25em;
    color: #666666;
    font-weight: normal;
    margin-bottom: 15px;
  }
  section.learn-more #judges .judges-list .judge-item.last {
    border: none;
    padding-bottom: 10px;
  }
  section.learn-more #judges .judges-list .bio-container {
    display: none !important;
  }
  section.learn-more #past-winners {
    padding: 0;
  }
  section.learn-more #past-winners p {
    font-size: 28px;
    line-height: 1.25em;
    font-family: helvetica, arial, sans-serif;
    color: #272727;
  }
  section.learn-more #past-winners h5 {
    font-size: 36px;
    padding: 25px 10px;
  }
  section.learn-more #past-winners .video-player {
    margin: 0 auto 40px auto;
  }
  section.learn-more #past-winners .quote {
    padding-top: 60px;
  }
  section.learn-more #past-winners .quote h5 {
    line-height: 1.25em;
    font-size: 32px;
    padding: 0 10%;
  }
  section.learn-more #past-winners .quote p {
    font-size: 28px;
    width: 75%;
    margin: 0 auto;
    padding: 50px 0 25px 0;
  }
  section.learn-more #faqs {
    padding: 10px 0;
  }
  section.learn-more #faqs p {
    padding: 5px 0;
    font-family: helvetica, arial, sans-serif;
    font-size: 24px;
    line-height: 1.5em;
  }

  section.learn-more .footer .partner-icons a {
    padding: 0 8px;
  }
}
section#how-it-works .phase {
  margin-top: 50px;
}
section#how-it-works .phase h5 {
  font-family: samsung-interface-black;
  color: #fff;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
section#how-it-works h5.strikethrough-rule-title {
  margin-top: 75px;
  margin-bottom: 20px;
  color: #957dc3;
  font-size: 22px;
  text-transform: uppercase;
  font-family: samsung-interface-black;
  text-align: center;
  background-image: url(../assets/images/strikethrough-rule-title-background.png);
  background-position: center center;
  background-repeat: no-repeat;
}

#judges h2 {
  color: #27aae0;
  font-family: samsung-interface-black;
  text-transform: uppercase;
  font-size: 42px;
  margin: 30px 0;
  line-height: 3em;
}

.judges-list .judge-item {
  cursor: pointer;
}
.judges-list .judge-item .judge-info {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  height: 90px;
}
.judges-list .judge-item .judge-info h5 {
  font-family: samsung-interface-black;
  font-size: 16px;
  color: #595959;
  text-align: center;
  line-height: 1em;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
.judges-list .judge-item .judge-info p {
  font-family: samsung-interface;
  font-size: 14px;
  color: #595959;
  text-align: center;
  margin: 0;
  line-height: 1.25em;
  margin: 5px 0 0 0;
}
.judges-list .judge-item .judge-info .bio-expander {
  display: none;
}
.judges-list .judge-item .bio {
  display: none;
}
.judges-list .active-judge img {
  border: 4px solid #e46592;
}
.judges-list .active-judge:after {
  content: url(../assets/images/judge-active.png);
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  display: block;
}
.judges-list .active-judge-row {
  overflow: visible;
}
.judges-list .active-judge-row .judge-info {
  height: 0;
}
.judges-list .judges-row {
  overflow: visible;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.judges-list .judge-item.active .bio {
  display: block;
}
.judges-list .bio-container, .judges-list .bio-container-fading {
  width: 97%;
  background-color: #fff;
  clear: both;
  padding: 30px 50px;
  margin: 15px auto;
  box-sizing: border-box;
}
.judges-list .bio-container h3, .judges-list .bio-container-fading h3 {
  color: #e46592;
  font-family: samsung-interface-black;
  text-transform: uppercase;
  font-size: 32px;
  text-align: left;
  padding: 5px 0;
  margin: 0;
}
.judges-list .bio-container h4, .judges-list .bio-container-fading h4 {
  font-family: helvetica, arial, sans-serif;
  color: #717171;
  font-weight: bold;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
.judges-list .bio-container hr, .judges-list .bio-container-fading hr {
  border-top: 1px solid #aeaeae;
}
.judges-list .bio-container .bio-body, .judges-list .bio-container-fading .bio-body {
  color: #666666;
}
.judges-list .bio-container {
  display: none;
}

section#past-winners {
  text-align: center;
  padding: 50px 0;
}
section#past-winners p {
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 2em;
  color: #272727;
  margin: 20px 0 40px 0;
}
section#past-winners h5 {
  color: #957dc3;
  line-height: 1em;
  font-size: 22px;
  padding: 25px 100px 0 100px;
  text-transform: uppercase;
  font-family: samsung-interface-black;
}
section#past-winners .video-player {
  width: 90%;
  margin: 0 auto 50px auto;
  position: relative;
}
section#past-winners .video-player .play-button {
  position: absolute;
  width: 10%;
  top: 50%;
  left: 50%;
  margin-left: -5%;
  margin-top: -5%;
}
section#past-winners .quote h5 {
  font-family: samsung-interface-bold;
  color: #27aae0;
  font-size: 26px;
  line-height: 1.5em;
  margin: 0 auto;
  text-transform: none;
}
section#past-winners .quote .caption {
  font-family: samsung-interface-bold;
  font-size: 17px;
  color: #7c7c7c;
  margin-top: 30px;
}

section#faqs {
  padding: 54px 0;
}
section#faqs p {
  font-family: helvetica, arial, sans-serif;
  padding: 10px 30px;
  margin: 0;
  color: #373737;
}
section#faqs p.question {
  background-color: #fff;
}

@media (max-width: 480px) {
  section.learn-more .subtab-expander {
    font-size: 30px;
  }
  section.learn-more .subtab-expander span {
    width: 35px;
    height: 35px;
    margin-top: -18px;
    line-height: 35px;
  }
  section.learn-more #how-it-works .phase {
    padding-bottom: 0;
    margin-top: 20px;
  }
  section.learn-more #how-it-works .phase h5 {
    font-size: 21px;
  }
  section.learn-more #how-it-works .phase p {
    font-size: 14px;
  }
  section.learn-more #judges h2 {
    font-size: 38px;
  }
  section.learn-more #judges .judges-list .judge-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  section.learn-more #judges .judges-list .judge-item .judge-info h5 {
    font-size: 24px;
  }
  section.learn-more #judges .judges-list .judge-item .judge-info p {
    padding: 0 45px 0 0;
    font-size: 16px;
  }
  section.learn-more #judges .judges-list .judge-item .judge-info .bio-expander {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: -18px;
  }
  section.learn-more #judges .judges-list .judge-item .bio .bio-body {
    padding-top: 15px;
  }
  section.learn-more #judges .judges-list .judge-item .bio .bio-body p {
    font-size: 14px;
  }
  section.learn-more #past-winners p {
    font-size: 15px;
  }
  section.learn-more #past-winners h5 {
    font-size: 16px;
    padding: 0 10px;
  }
  section.learn-more #past-winners .video-player-module {
    margin-bottom: 30px;
  }
  section.learn-more #past-winners .quote {
    padding: 15px 0 30px 0;
  }
  section.learn-more #past-winners .quote h5 {
    font-size: 18px;
  }
  section.learn-more #past-winners .quote p.caption {
    font-size: 15px;
    padding: 10px 0 5px 0;
  }
  section.learn-more #faqs {
    padding: 5px 0;
  }
  section.learn-more #faqs p {
    font-size: 14px;
  }
  section.learn-more .partner-icons img {
    max-width: 15%;
  }
}
section.stem-resources {
  margin-top: 60px;
}
section.stem-resources .intro {
  font-family: helvetica;
  font-weight: bold;
  font-size: 14px;
  color: #989898;
  padding: 0 10%;
  text-align: center;
}
section.stem-resources hr {
  border-top: 1px solid #d4d4d4;
  margin-bottom: 80px;
  margin-top: 30px;
}
section.stem-resources ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section.stem-resources li {
  margin: 20px 0;
  color: #666;
  font-family: helvetica;
  font-size: 14px;
}
section.stem-resources h5 {
  color: #d6de26;
  font-family: samsung-interface-black;
  text-transform: uppercase;
  font-size: 19px;
}
section.stem-resources a {
  color: #e46592;
  font-family: samsung-interface-bold;
  font-size: 14px;
  letter-spacing: 1px;
}
section.stem-resources a span.glyphicon {
  position: relative;
  left: 4px;
  font-size: 12px;
}
section.stem-resources a:hover {
  text-decoration: none;
  opacity: .8;
}

@media (min-width: 320px) and (max-width: 991px) {
  section.stem-resources {
    margin: 0;
  }
  section.stem-resources .intro {
    display: none;
  }
  section.stem-resources hr {
    margin: 10px 0 30px 0;
  }
  section.stem-resources ul li {
    margin-bottom: 60px;
  }
  section.stem-resources ul li h5 {
    font-size: 28px;
  }
  section.stem-resources ul li p {
    font-family: helvetica;
    font-size: 28px;
    line-height: 1.25em;
  }
  section.stem-resources ul li a {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  section.stem-resources ul li {
    margin-bottom: 30px;
  }
  section.stem-resources ul li h5 {
    font-size: 18px;
  }
  section.stem-resources ul li p {
    font-size: 16px;
  }
  section.stem-resources ul li a {
    font-size: 16px;
  }
}
section.sign-up {
  margin-top: 150px;
}
section.sign-up h1 {
  font-family: samsung-interface-black;
  text-transform: uppercase;
  color: #13289f;
  font-size: 54px;
}
section.sign-up p {
  font-family: helvetica;
  font-size: 18px;
  text-align: center;
  color: #717171;
  font-weight: bold;
  padding: 0 10%;
}
section.sign-up form {
  width: 100%;
  margin: 15px 0;
}
section.sign-up form .input-group {
  width: 100%;
}
section.sign-up form .input-group .text-input {
  margin: 0 auto;
  width: 70%;
  display: block;
  float: none;
  border: 2px solid #959595;
  padding: 30px 0;
  font-size: 18px;
  text-align: center;
}
section.sign-up form .input-group input.error {
  border: 2px dotted #c00;
}
section.sign-up form .input-group label {
  text-align: center;
  color: #c00;
  width: 100%;
}
section.sign-up form button {
  width: 30%;
  background-color: #27aae0;
  color: #fff;
  font-family: samsung-interface-black;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 30px auto;
  padding: 10px 0;
  border: 0;
  display: block;
  border-radius: 0;
}
section.sign-up form button:focus, section.sign-up form button:hover {
  color: #fff;
}

@media (min-width: 320px) and (max-width: 991px) {
  section.sign-up {
    margin-top: 30px;
  }
  section.sign-up form .input-group .text-input {
    font-size: 16px;
  }
}
.collapsed {
  height: 0;
}

hr.mobile-divider {
  display: none !important;
}

.brightcove-container {
  position: relative;
  padding-bottom: 56.25%;
}
.brightcove-container .BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-nav-hamburger {
  display: none;
}

@media (min-width: 320px) and (max-width: 991px) {
  hr.mobile-divider {
    display: block !important;
  }

  #header .navbar {
    display: none;
  }

  .sticky-nav-spacer {
    height: 0;
  }

  .sticky-nav-wrapper {
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    background-color: #27aae0;
    max-height: 50px;
    height: auto;
    width: 100%;
    background-size: 50px 50px;
  }
  .sticky-nav-wrapper a.logo-link {
    top: 4px !important;
  }
  .sticky-nav-wrapper a.logo-link img {
    width: 100px;
  }
  .sticky-nav-wrapper ul.nav {
    left: 0;
    padding-top: 50px;
  }
  .sticky-nav-wrapper ul.nav li {
    width: 100%;
  }
  .sticky-nav-wrapper ul.nav li a {
    font-family: samsung-interface-black;
    font-size: 26px;
    width: 100%;
    text-align: center;
    color: #fff !important;
    border-bottom: 1px solid #9ddcf8;
    line-height: 55px;
  }
  .sticky-nav-wrapper ul.nav li a.expand_link {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 12px;
    top: 12px;
    border: 0;
    background-image: url(/us/solvefortomorrow/assets/images/mobile-subnav-closed.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }
  .sticky-nav-wrapper ul.nav li a.expand_link.activeSubnav {
    background-image: url(/us/solvefortomorrow/assets/images/mobile-subnav-opened.png) !important;
  }
  .sticky-nav-wrapper ul.nav li ul.subnav {
    position: static;
    background-color: #1d7ba2;
  }
  .sticky-nav-wrapper ul.nav li ul.subnav a {
    font-size: 18px !important;
  }
  .sticky-nav-wrapper ul.nav li.active a {
    background: none;
  }
  .sticky-nav-wrapper ul.nav li:last-of-type a {
    border: 0;
  }
  .sticky-nav-wrapper ul.nav li:hover ul.subnav {
    max-height: 0;
  }
  .sticky-nav-wrapper ul.nav li:hover ul.subnav a {
    background-image: none !important;
  }
  .sticky-nav-wrapper ul.nav li:hover ul.subnav a:hover {
    color: #1d7ba2 !important;
  }
  .sticky-nav-wrapper ul.nav li ul.subnav.activeSubnav, .sticky-nav-wrapper ul.nav li:hover ul.subnav.activeSubnav {
    max-height: 300px;
  }
  .sticky-nav-wrapper a.mobile-nav-hamburger {
    display: block;
    position: absolute;
    right: 0;
    height: 50px;
    width: 55px;
    text-align: center;
    background-color: #27aae0;
    z-index: 1000;
  }
  .sticky-nav-wrapper a.mobile-nav-hamburger img {
    position: relative;
    top: 50%;
    margin-top: -20px;
    width: 25px;
  }

  .sticky-nav-wrapper.expanded {
    max-height: 500px;
  }

  hr.mobile-divider {
    width: 75% !important;
    border-top: 1px solid #acacac;
    display: block;
  }

  .collapsible-section .mobile-header {
    overflow: hidden;
    width: 100%;
    display: block;
  }
  .collapsible-section .mobile-header > img {
    float: left;
    max-width: 80%;
  }
  .collapsible-section .mobile-header a.section-expander {
    float: right;
    position: relative;
    top: 7px;
    width: 80px;
    height: 72px;
    max-width: 15.5%;
    color: #fff;
    text-align: center;
    font-family: samsung-interface-black;
    font-size: 54px;
    z-index: 1000;
  }
  .collapsible-section .mobile-header a.section-expander img {
    position: absolute;
    z-index: -1;
    left: 0;
  }
  .collapsible-section .mobile-header a.section-expander span {
    position: absolute;
    z-index: 1000;
    left: 16px;
    top: 9px;
  }
  .collapsible-section .mobile-header a.section-expander span.expanded {
    font-size: 60px;
    top: 6px;
    left: 22px;
  }
  .collapsible-section .mobile-header a.section-expander img.minus {
    display: none;
  }
  .collapsible-section .desktop-header {
    display: none;
  }

  .expanded .mobile-header a.section-expander img.plus {
    display: none;
  }
  .expanded .mobile-header a.section-expander img.minus {
    display: block;
  }

  section .collapsed-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  section.expanded .collapsed-content {
    max-height: 4000px;
  }
}
.stem-facts-carousel .jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.stem-facts-carousel .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.stem-facts-carousel .jcarousel li {
  float: left;
  margin-right: 39px;
}
.stem-facts-carousel a.jcarousel-control-prev, .stem-facts-carousel a.jcarousel-control-next {
  font-size: 36px;
  color: #6e6e6e;
  position: absolute;
  top: 50%;
}
.stem-facts-carousel a.jcarousel-control-prev {
  left: -36px;
}
.stem-facts-carousel a.jcarousel-control-next {
  right: -36px;
}
.stem-facts-carousel .jcarousel img {
	text-align: center;
	margin: 0 auto;
	display: block;
}


.platform-header {
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
}
.platform-header .sticky-nav-wrapper {
  background-image: none;
}
.platform-header .sticky-nav-wrapper a.logo-link {
  top: 16px;
}
.platform-header .sticky-nav-wrapper a.logo-link img {
  width: 150px;
}
.platform-header ul.nav {
  left: 105px;
}
.platform-header ul.nav a {
  width: 225px;
  font-size: 17px;
  color: #fff;
}
.platform-header ul.nav a:hover {
  color: #27aae0;
}
.platform-header ul.nav li.active a {
  background-image: url(../assets/images/platform-nav-active-arrow.png);
}

@media (min-width: 768px) and (max-width: 1216px) {
  .platform-header ul.nav {
    left: 55px;
  }
  .platform-header ul.nav a {
    width: 185px;
    font-size: 16px;
  }
  .platform-header ul.nav a.homeLink {
    width: 100px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .platform-header .sticky-nav-wrapper a.logo-link {
    width: 100px;
  }
  .platform-header .sticky-nav-wrapper .white-background {
    background-color: #fff;
    width: 100%;
    height: 50px;
    position: absolute;
  }
  .platform-header ul.nav {
    left: 0;
  }
  .platform-header ul.nav li.active a {
    background-image: none;
  }
}
.stem-facts-wrapper {
  background-color: #d4d4d4;
  padding-bottom: 50px;
}
.stem-facts-wrapper h2 {
  padding: 15px 0;
}
.stem-facts-wrapper .stem-facts-carousel {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.stem-facts-wrapper .stem-facts-carousel .carousel-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -15px;
}
.stem-facts-wrapper .stem-facts-carousel .carousel-nav a {
  position: absolute;
}
.stem-facts-wrapper .stem-facts-carousel .carousel-nav .prev {
  left: -50px;
}
.stem-facts-wrapper .stem-facts-carousel .carousel-nav .next {
  right: -50px;
}

.home-banner.platform .introWrapper {
  height: auto;
  margin-bottom: 0;
}
.home-banner.platform .introWrapper .intro h2.contest-header {
  font-family: samsung-interface-black;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 61px;
  background-image: url(../assets/images/contest-header-background.png);
  background-position: center center;
  background-repeat: no-repeat;
  color: #4296c0;
  margin: 50px 0 0 0;
}
.home-banner.platform .introWrapper .intro a.winners-link {
  font-family: helvetica, arial, sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1.5em;
  padding-top: 15px;
}
.home-banner.platform .introWrapper .intro a.winners-link i {
  position: relative;
  top: 3px;
}
.home-banner.platform .introWrapper .platform-content {
  margin-top: 50px;
}
.home-banner.platform .introWrapper.summer-science {
  background-color: #889207;
  background-image: url(../assets/images/summer-science-academy-background.jpg);
}
.home-banner.platform .introWrapper.mobile-app-academy {
  background-color: #889207;
  background-image: url(../assets/images/mobile-app-academy-background.jpg);
}

section#header {
  position: relative;
}
section#header .navbar {
  margin: 0;
}
section#header .navbar.project {
  background: #247ca7;
}

#project-detail {
  position: relative;
  text-align: left;
  margin-bottom: 50px;
}
#project-detail .project-header {
  margin: 30px 0;
  position: relative;
}
#project-detail .project-header h1 {
  font-family: samsung-interface-black;
  font-size: 42px;
  color: #e46592;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  padding-right: 100px;
}
#project-detail .project-header h2 {
  font-family: helvetica, arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #717171;
  text-align: left;
  margin: 0;
}
#project-detail .project-header a.back-link {
  position: absolute;
  top: 0;
  right: 15px;
  display: block;
  font-family: samsung-interface-bold;
  font-size: 19px;
  color: #b0b0b0;
}
#project-detail .project-header a.back-link:hover {
  opacity: .75;
}
#project-detail .project-content {
  margin-top: 40px;
}
#project-detail .project-content h3 {
  color: #d6df22;
  font-family: samsung-interface-black;
  text-transform: uppercase;
  font-size: 22px;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
#project-detail .project-content .project-info .tab-content h5 {
  font-family: samsung-interface-black;
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
}
#project-detail .project-content .project-info .tab-content h5 span {
  display: none;
}
#project-detail .project-content .project-info .tab-content h5 a {
  color: #d6de26;
}
#project-detail .project-content .project-info .tab-content .tab-pane {
  display: block;
}
#project-detail .project-content .sidebar {
  /*
  			.vote-counter {
  				position: relative;
  				height: 100px;
  				font-family: samsung-interface-black;
  				font-size: 30px;
  				text-transform: uppercase;
  				color: #fff;
  				text-align: center;
  				padding-top: 10px;
  				img.background {
  					position: absolute;
  					top: 0;
  					left: 50%;
  					margin-left: -50%;
  					z-index: -1;
  				}
  				.counter-text {
  					padding-top: 7px;
  				}
  			}
  */
}
#project-detail .project-content .sidebar .vote-counter {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
#project-detail .project-content .sidebar .vote-counter img.background {
  width: 100%;
}
#project-detail .project-content .sidebar .vote-counter .counter-text {
  font-family: samsung-interface-black;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 0;
  padding-top: 5%;
  width: 100%;
  text-align: center;
  padding-left: 5%;
}
#project-detail .project-content .sidebar .prize-container {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
#project-detail .project-content .sidebar .prize-container img.background {
  width: 100%;
}
#project-detail .project-content .sidebar .prize-container .prize-text {
  font-family: samsung-interface-black;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 0;
  padding-top: 8%;
  width: 100%;
  text-align: center;
  padding-left: 15%;
}
#project-detail .project-content .sidebar .vote-button {
  font-family: samsung-interface-black;
  font-size: 22px;
  height: 46px;
  line-height: 1.75em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: block;
  background-color: #e46592;
  border: 0;
  border-bottom: 3px solid #883c5a;
  border-right: 3px solid #883c5a;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 100%;
}
#project-detail .project-content .sidebar .vote-button:active {
  border-bottom: 1px solid #883c5a;
  border-right: 1px solid #883c5a;
  position: relative;
  top: 2px;
  left: 2px;
}
#project-detail .project-content .sidebar .social {
  margin: 30px 0;
}
#project-detail .project-content .sidebar .social h5 {
  display: none;
}
#project-detail .project-content .sidebar .social ul {
  background-color: #d4d4d4;
  padding: 15px;
  overflow: hidden;
  list-style-type: none;
  margin: 0;
}
#project-detail .project-content .sidebar .social ul li {
  margin: 10px 0;
  padding: 0;
}
#project-detail .project-content .sidebar .social ul li a {
  font-size: 14px;
  font-weight: bold;
  color: #5e6a6d;
  font-family: helvetica, arial, sans-serif;
}
#project-detail .project-content .sidebar .social ul li a img {
  margin-right: 10px;
  margin-top: -2px;
  width: 40px;
}
#project-detail p {
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  color: #666666;
  line-height: 1.5em;
}
#project-detail .video-player {
  position: relative;
}
#project-detail .video-player img.poster-frame {
  width: 100%;
}
#project-detail .video-player a.play-button {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10%;
  margin-left: -5%;
  margin-top: -5%;
}
#project-detail .video-player a.play-button img {
  width: 100%;
}

@media (min-width: 320px) and (max-width: 991px) {
  #project-detail .project-header a.back-link {
    position: relative;
    left: 0;
    top: 10px;
    padding: 10px 0;
    font-size: 24px;
  }
  #project-detail .project-content .project-info .tab-content h5 {
    padding-right: 80px;
    font-size: 45px;
    position: relative;
    border: none;
  }
  #project-detail .project-content .project-info .tab-content h5 span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #d6de26;
    text-align: center;
    width: 45px;
    height: 45px;
  }
  #project-detail .project-content .project-info .tab-content .project-wrapper {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
  }
  #project-detail .project-content .project-info .tab-content .tab-pane {
    overflow: hidden;
    max-height: 0;
  }
  #project-detail .project-content .project-info .tab-content .tab-pane.active {
    max-height: 1000px;
  }
  #project-detail .project-content .sidebar {
    float: none !important;
    /*				
    				.counter-text {
    					width: 100%;
    					position: absolute;
    					top: 0;
    					margin-top: 10%;
    					text-align: center;
    					left: 10px;
    					line-height: 100%;
    					height: 100%;
    				}
    
    				.vote-counter {
    					max-width: 80%;
    					margin: 0 auto;
    					font-size: 40px;
    					height: auto;
    					padding-bottom: 0;
    					line-height: 100%;
    					text-align: center;
    					img.background {
    						margin: 0;
    						position: relative;
    						top: 0;
    						left: 0;
    					}
    					.counter-text {
    						padding-top: 0!important;
    						top: -5px;
    					}
    				}
    */
  }
  #project-detail .project-content .sidebar .vote-counter img.background {
    max-width: 80%;
  }
  #project-detail .project-content .sidebar .vote-counter .counter-text {
    font-size: 45px;
    padding-top: 4%;
  }
  #project-detail .project-content .sidebar .vote-button {
    background-size: 100% 100%;
    margin-top: 10%;
    max-width: 100%;
  }
  #project-detail .project-content .sidebar .social h5 {
    text-align: center;
    color: #717171;
    display: block;
    font-size: 26px;
  }
  #project-detail .project-content .sidebar .social ul {
    text-align: center;
  }
  #project-detail .project-content .sidebar .social ul li {
    width: 70px;
    margin: 12px;
    display: inline-block;
  }
  #project-detail .project-content .sidebar .social ul li .social-label {
    display: none;
  }
  #project-detail .project-content .sidebar .social ul li a {
    display: inline-block;
    height: 62px;
  }
  #project-detail .project-content .sidebar .social ul li a img {
    width: 70px;
    max-width: 1000px;
  }
}
@media (max-width: 480px) {
  #project-detail .project-header h1 {
    font-size: 25px;
    padding-right: 0;
    margin: 5px 0;
  }
  #project-detail .project-header h2 {
    font-size: 15px;
  }
  #project-detail .project-header a.back-link {
    position: relative;
    left: 0px;
    top: 15px;
  }
  #project-detail .project-content {
    /*			
    			.counter-text {
    				font-size: 30px!important;
    				margin-top: 13%!important;
    			}
    */
  }
  #project-detail .project-content .sidebar .vote-counter img.background {
    max-width: 80%;
  }
  #project-detail .project-content .sidebar .vote-counter .counter-text {
    font-size: 30px;
    padding-top: 4%;
  }
  #project-detail .project-content .social img {
    width: 50px !important;
    margin-top: 5px !important;
  }
  #project-detail .project-content .social li {
    margin: 0 5px !important;
  }
  #project-detail .project-content .social li a {
    height: auto;
  }
  #project-detail .project-content .project-info .tab-content h5 {
    font-size: 25px;
    line-height: 35px;
    padding-right: 40px;
    font-size: 21px;
    margin: 10px 0;
  }
  #project-detail .project-content .project-info .tab-content h5 span {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .safari #project-detail .project-content {
    /*				
    				.counter-text {
    					margin-top: 44%!important;
    				}
    */
  }
}
.entries-carousel-wrapper {
  background-color: #d4d4d4;
  padding: 20px 0;
}

.entries-carousel {
  position: relative;
}
.entries-carousel li {
  width: 287px;
}
.entries-carousel h5 {
  font-family: samsung-interface-black;
  font-size: 22px;
  color: #717171;
  text-transform: uppercase;
  width: 20%;
  background-color: #d4d4d4;
  position: relative;
  z-index: 1;
  width: 300px;
  margin: 0;
  padding: 20px 0;
}
.entries-carousel hr {
  position: absolute;
  border-top: 1px solid #aeaeae;
  top: 12px;
  width: 97.5%;
}
.entries-carousel .jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.entries-carousel .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.entries-carousel .jcarousel li {
  float: left;
  margin-right: 39px;
}
.entries-carousel a.jcarousel-control-prev, .entries-carousel a.jcarousel-control-next {
  font-size: 36px;
  color: #6e6e6e;
  position: absolute;
  top: 50%;
}
.entries-carousel a.jcarousel-control-prev {
  left: -36px;
}
.entries-carousel a.jcarousel-control-next {
  right: -36px;
}
.entries-carousel .entry {
  width: 100% !important;
  padding: 0;
  margin: 0;
  position: relative;
}
.entries-carousel .entry h4 {
  display: none;
}
.entries-carousel .entry img.screenshot {
  width: 100%;
}
.entries-carousel .entry img.play-button {
  width: 20%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10%;
  margin-top: -15%;
}
.entries-carousel .entry h4 {
  font-family: samsung-interface-bold;
  font-size: 16px;
  color: #717171;
  text-align: center;
}
.entries-carousel .entry .caption {
  background-color: #8973b4;
  font-family: samsung-interface-bold;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.5em;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .entries-carousel li {
    width: 287px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .entries-carousel-wrapper {
    display: none;
  }
}

#globalext { display: none; }

/*# sourceMappingURL=main.css.map */
