@import "https://fonts.googleapis.com/css?family=Roboto+Slab";
@font-face {
  font-family: 'amazon_emberbold';
  src: url("../fonts/AmazonEmber/amazonember-bold-webfont.woff2") format("woff2"), url("../fonts/AmazonEmber/amazonember-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'amazon_emberbold_italic';
  src: url("../fonts/AmazonEmber/amazonember-boldit-webfont.woff2") format("woff2"), url("../fonts/AmazonEmber/amazonember-boldit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'amazon_emberlight';
  src: url("../fonts/AmazonEmber/amazonember-light-webfont.woff2") format("woff2"), url("../fonts/AmazonEmber/amazonember-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'amazon_emberlight_italic';
  src: url("../fonts/AmazonEmber/amazonember-lightit-webfont.woff2") format("woff2"), url("../fonts/AmazonEmber/amazonember-lightit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AmazonEmber';
  src: url("../fonts/AmazonEmber/amazonember-regular-webfont.woff2") format("woff2"), url("../fonts/AmazonEmber/amazonember-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'amazon_emberitalic';
  src: url("../fonts/AmazonEmber/amazonember-regularit-webfont.woff2") format("woff2"), url("../fonts/AmazonEmber/amazonember-regularit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'amazon_emberthin';
  src: url("../fonts/AmazonEmber/amazonember-thin-webfont.woff2") format("woff2"), url("../fonts/AmazonEmber/amazonember-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'amazon_emberthin_italic';
  src: url("../fonts/AmazonEmber/amazonember-thinit-webfont.woff2") format("woff2"), url("../fonts/AmazonEmber/amazonember-thinit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue/HelveticaNeueLTStd-Roman.eot") format("embedded-opentype"), url("../fonts/HelveticaNeue/HelveticaNeueLTStd-Roman.otf") format("otf"), url("../fonts/HelveticaNeue/HelveticaNeueLTStd-Roman.svg") format("svg"), url("../fonts/HelveticaNeue/HelveticaNeueLTStd-Roman.ttf") format("truetype"), url("../fonts/HelveticaNeue/HelveticaNeueLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ---------------------------- GLOBAL STYLE ---------------------- */
body {
  font-family: 'AmazonEmber', 'Roboto', 'HelveticaNeue', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

a:link, a:visited {
  font-family: 'AmazonEmber', 'Roboto', 'HelveticaNeue', 'Helvetica', 'Arial', sans-serif;
  text-decoration: none;
  color: #fff;
}

:focus,
a:focus {
  outline: none !important;
  background: none;
}

.text-blue-link:link,
.text-blue-link:hover,
.text-blue-link:focus,
.text-blue-link:visited {
  color: #00c1e0;
}

.text-blue-link:hover,
.text-blue-link:focus {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 992px) {
  .col-centered {
    float: none;
    margin: 0 auto;
    padding: 0 40px;
  }
}
em {
  font-style: italic;
}

#wrapper,
#nn_wrapper {
  margin-top: 92px;
}

/* -------------------------- HEADER ----------------------------------- */
.nn_header {
  height: 92px;
  position: fixed;
  width: 100%;
  margin-top: -92px;
  z-index: 999;
  background: #232323;
  border-top: 5px solid #00c1e0;
}
.nn_header h1 {
  float: left;
}
@media screen and (min-width: 768px) {
  .nn_header h1 {
    width: 24%;
  }
}
.nn_header .nn_logo {
  display: inline-block;
  margin-top: 32px;
}
.nn_header .nn_logo img {
  max-width: 200px;
}
@media screen and (min-width: 400px) {
  .nn_header .nn_logo {
    margin-top: 30px;
  }
  .nn_header .nn_logo img {
    max-width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .nn_header .nn_logo {
    margin-top: 24px;
  }
  .nn_header .nn_logo img {
    max-width: 368px;
    height: 40px;
  }
}

.nn_header .container-fluid {
  max-width: 1230px;
}

/* --------------------------- NAVIGATION ------------------------------- */
#menu-burger {
  float: right;
  margin: 28px 15px 0 0;
  color: #fff;
  font-size: 30px !important;
  cursor: pointer;
}
@media screen and (min-width: 940px) {
  #menu-burger {
    display: none;
  }
}
#menu-burger:hover {
  color: #00c0de;
}

/* ------------------------ main navigation ---------- */
@media screen and (max-width: 939px) {
  .nav-overlay {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 87px;
  }
  .nav-overlay ul {
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .nav-overlay ul li {
    margin: 10px 0;
  }
  .nav-overlay ul li a:hover {
    color: #00c0de;
  }

  .menu-nav {
    position: relative;
    z-index: 10;
  }

  .menu-navigation-container {
    z-index: 10;
    position: relative;
    display: none;
    overflow: hidden;
    background: #555;
    width: 100%;
    height: 100%;
  }
}
.menu-focus {
  color: #00c0de;
}

@media screen and (min-width: 940px) {
  .menu-navigation-container {
    display: block;
  }
}

@media screen and (min-width: 940px) {
  .nn_navigation {
    float: right;
    margin-top: 34px;
  }
  .nn_navigation .nn_active {
    border-bottom: 2px solid #00c1e0;
  }
}
.nn_navigation li a {
  color: #fff;
  font: 500 16px/27px "Roboto";
}
@media screen and (min-width: 1024px) {
  .nn_navigation li {
    margin-right: 30px;
  }
}
@media screen and (min-width: 940px) {
  .nn_navigation li {
    display: inline-block;
    margin-right: 20px;
    border-bottom: 2px solid transparent;
  }
  .nn_navigation li:last-child {
    margin-right: 0;
  }
  .nn_navigation li:hover,
  .nn_navigation li .active {
    border-bottom: 2px solid #00c1e0;
  }
}

/* ------------------------- Application Button Navigation ------------ */
.nav-app-button {
  display: inline-block;
  padding: 8px 26px;
  background-color: #00c1e0;
  border-radius: 22px;
  border: 1px solid transparent;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}
.nav-app-button:hover {
  border: 1px solid #00c1e0;
  background: #fff;
  color: #00c0de !important;
  cursor: pointer;
}
.nn_navigation li.nav-app-li:hover {
  border:none;
}
/* ------------------------------ HERO ----------------------------------- */
.nn_hero {
  min-height: 250px;
  margin-top: 92px;
  background: url("https://images-na.ssl-images-amazon.com/images/G/01/mobile-apps/devportal2/content/alexa/prize/20160810/images/slider.jpg") center;
  background-size: cover;
}
@media screen and (min-width: 900px) {
  .nn_hero {
    min-height: 340px;
  }
}
.nn_hero .hero-title {
  margin-top: 20px;
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  line-height: 37px;
}
@media screen and (min-width: 450px) {
  .nn_hero .hero-title {
    line-height: 48px;
  }
}
@media screen and (min-width: 768px) {
  .nn_hero .hero-title {
    font-size: 48px;
  }
}
@media screen and (min-width: 900px) {
  .nn_hero .hero-title {
    margin-top: 57px;
    line-height: 60px;
  }
}
.nn_hero p {
  color: white;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .nn_hero p {
    font-size: 23px;
    line-height: 27px;
  }
}
.nn_hero span {
  text-align: center;
  display: inherit;
  color: #fff;
  font-weight: 900;
  padding-top: 10px;
  font-size: 15px;
}

/* ------------------------------ INTRO ----------------------------------- */
.nn_intro {
  text-align: center;
}
.nn_intro .intro {
  margin-top: 60px;
}
.nn_intro .section-subtitle {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 26px;
  line-height: 37px;
}
.nn_intro .section-title {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .nn_intro .section-title {
    font-size: 34px;
    line-height: 45px;
  }
}
@media screen and (min-width: 768px) {
  .nn_intro .section-title {
    font-size: 45px;
  }
}
.nn_intro .section-title,
.nn_intro .section-subtitle {
  text-align: left;
}
.nn_intro .teams, .nn_intro .techdocs {
  padding-bottom: 0;
}
.nn_intro .teams .all-medalists{
  margin: 80px 0 0;
}
.nn_intro .techdocs .all-teams {
  margin: 50px 0 0;
}
@media screen and (min-width: 615px) {
  .nn_intro .teams .all-medalists, .nn_intro .techdocs .all-teams {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.nn_intro .teams .all-medalists li {
  position: relative;
  width: 290px;
  min-height: 200px;
  margin-bottom: 35px;
  padding: 20px 20px 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nn_intro .teams .all-medalists li img {
  margin-bottom: 20px;
}
.nn_intro .techdocs .all-teams li {
  position: relative;
  width: 290px;
  min-height: 75px;
  margin-bottom: 35px;
  padding: 20px 20px 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 614px) {
  .nn_intro .teams .all-medalists li {
    margin: 0 auto 20px;
    height: auto;
    min-height: 200px;
  }
  .nn_intro .techdocs .all-teams li {
    margin: 0 auto;
    height: auto;
  }

}
@media screen and (min-width: 615px) {
  .nn_intro .teams .all-medalists li, .nn_intro .techdocs .all-teams li {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .nn_intro .teams .all-medalists li:nth-child(odd), .nn_intro .techdocs .all-teams li:nth-child(odd) {
    padding-right: 30px;
  }
  .nn_intro .teams .all-medalists li:nth-child(even), .nn_intro .techdocs .all-teams li:nth-child(even) {
    padding-left: 30px;
  }
  .nn_intro .teams .all-medalists li:nth-child(odd)::after{
    position: absolute;
    right: -2px;
    top: 0;
    content: '';
    width: 1px;
    height: 180px;
    background: rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 992px) {
  .nn_intro .teams .all-medalists li:after {
    position: absolute;
    right: -2px;
    top: 0;
    content: '';
    width: 1px;
    height: 180px;
    background: rgba(0, 0, 0, 0.3);
  }
  .nn_intro .teams .all-medalists li:nth-child(3n)::after, .nn_intro .teams .all-medalists li:nth-last-child(1)::after {
    background: transparent;
  }
}
@media screen and (min-width: 1200px) {
  .nn_intro .teams .all-medalists li, .nn_intro .techdocs .all-teams li {
    width: 330px;
    margin-bottom: 55px;
  }
}
.nn_intro .teams .all-medalists li h4{
  color: #32cbfa;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
.nn_intro .techdocs .all-teams li h4 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
.nn_intro .teams .all-medalists li p, .nn_intro .techdocs .all-teams li p {
  margin: 0;
  text-align: center;
  color: #303942;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.nn_intro .teams .all-medalists li span {
  display: block;
  color: #303942;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.nn_intro .techdocs .all-teams li span {
  display: block;
  color: #32cbfa;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.nn_intro .teams .all-medalists li .location {
  margin-bottom: 10px;
}
.nn_intro .teams .all-medalists li .name, .nn_intro .techdocs .all-teams li .name {
  font-size: 14px;
  line-height: 18px;
}
.nn_intro .teams .all-medalists li .name:hover, .nn_intro .techdocs .all-teams li .name:hover {
  text-decoration: none;
}
@media screen and (min-width: 615px) {
  .nn_intro .teams .sponsored-medalists li:nth-child(3) {
    padding-top: 45px;
  }
  .nn_intro .teams .sponsored-medalists li:nth-child(3) img, .nn_intro .teams .sponsored-medalists li:nth-child(4) img {
    margin-bottom: 65px;
  }
  .nn_intro .teams .sponsored-medalists li:nth-child(5) {
    padding-top: 75px;
  }
  .nn_intro .teams .sponsored-medalists li:nth-child(5) img {
    margin-bottom: 82px;
  }
  .nn_intro .teams .sponsored-medalists li:nth-child(8) img, .nn_intro .teams .sponsored-medalists li:nth-child(9) img, .nn_intro .teams .sponsored-medalists li:nth-child(10) img {
    margin-bottom: 90px;
  }
  .nn_intro .teams .sponsored-medalists li:nth-child(12) {
    padding-top: 60px;
  }
  .nn_intro .teams .sponsored-medalists li:nth-child(12) img {
    margin-bottom: 76px;
  }
  .nn_intro .teams .sponsored-medalists li:nth-child(8) {
    padding-top: 95px;
  }
  .nn_intro .teams .sponsored-medalists li:nth-child(9) {
    padding-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .nn_intro .teams .sponsored-medalists li:nth-child(3) {
    padding: 65px 30px 0 20px;
  }
  .nn_intro .teams .sponsored-medalists li:nth-child(4) {
    padding-top: 50px;
  }
  .nn_intro .teams .sponsored-medalists li:nth-child(9) {
    padding-top: 80px;
  }
  .nn_intro .teams .sponsored-medalists li:nth-child(10) {
    padding-top: 70px;
  }
}
.nn_intro .teams .unsponsored-medalists {
  margin-top: 30px;
}
.nn_intro p {
  margin-bottom: 20px;
  color: #303942;
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
  text-align: left;
}
.nn_intro ol {
  text-align: left;
  margin-bottom: 30px;
  list-style: decimal;
  padding-left: 40px;
  color: #303942;
  font-family: 'AmazonEmber';
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
}
.nn_intro ol li {
  margin-bottom: 10px;
}
.nn_intro span.winners {
  font-weight:900;
}

/* -------------- video ------------------ */
.video-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
}
.video-container .video-thumbnail {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  position: relative;
}
.video-container .video-thumbnail a {
  display: block;
}
.video-container .video-thumbnail a img {
  vertical-align: top;
}
.video-container .video-thumbnail h3 {
  color: #00c1e0;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: -30px;
}
@media (max-width: 991px) {
  .video-container .video-thumbnail {
    margin-bottom: 60px;
  }
}
.video-container .video-quote {
  background-color: #eee;
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding: 25px 30px;
}
.video-container .video-quote p {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 0;
}
.video-container .video-quote p.video-quote-author {
  font-size: 15px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .video-container .video-quote p {
    font-size: 15px;
    line-height: 1.55;
  }
  .video-container .video-quote p.video-quote-author {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .video-container {
    display: block;
    margin-bottom: 30px;
  }
}

.after-video-hr {
  background-color: #ddd;
  height: 1px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .after-video-hr {
    display: none;
  }
}

.video-container-vidonly {
  width:100%;
  margin:30px auto 0;
}
.video-thumbnail-vidonly {
  margin: 25px 0 0;
}
.video-container-vidonly h3 {
  color: #00c1e0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.8rem;
}

@media screen and (min-width: 768px) {
.video-container-vidonly {
  width:60%;
}
}
@media screen and (min-width: 991px) {
.video-container-vidonly {
  width:40%;
}
}

/* -------------- click-apply ----------- */
.click-apply {
  position: relative;
}
@media screen and (min-width: 768px) {
  .click-apply:before, .click-apply:after {
    display: block;
    position: absolute;
    content: '';
    height: 6px;
    background: #f3f3f2;
    width: 31%;
  }
  .click-apply:before {
    bottom: 50px;
    left: 0;
  }
  .click-apply:after {
    bottom: 50px;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .click-apply:before, .click-apply:after {
    width: 34.5%;
  }
}
@media screen and (min-width: 1200px) {
  .click-apply:before, .click-apply:after {
    width: 26%;
  }
}

/* -------------- learn-more ------------ */
.learn-more {
  border-radius: 22px;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  padding: 15px 36px;
  cursor: pointer;
  margin: 15px 10px 29px;
}
.learn-more:link, .learn-more:active, .learn-more:visited {
  background: #00c1e0;
  border: 1px solid transparent;
  color: white;
}
.learn-more:hover, .learn-more:focus {
  background: white;
  border: 1px solid #00c1e0;
  color: #00c1e0;
}


/* ------------------------------- TIMELINE ------------------------------ */
.nn_timeline {
  padding-bottom: 40px;
  background: #f3f3f2;
  font-weight: 500;
  text-align: center;
}
.nn_timeline .timeline-title {
  margin: 49px 0;
  color: #303942;
  font-size: 34px;
}
@media screen and (min-width: 768px) {
  .nn_timeline .timeline-title {
    line-height: 67px;
    font-size: 47px;
  }
}
.nn_timeline .timeline {
  margin-bottom: 50px;
  overflow: hidden;
}
.nn_timeline .timeline .date-timeline {
  font-size: 24px;
  font-weight: 600;
}
.nn_timeline .timeline p {
  color: #303942;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .nn_timeline .timeline li {
    margin: 0 auto 30px;
  }
  .nn_timeline .timeline li:nth-of-type(2) {
    margin-bottom: 0;
  }
  .nn_timeline .timeline li:nth-of-type(3) .date-timeline {
    display: none;
  }
  .nn_timeline .timeline .date-timeline {
    line-height: 25px;
    margin-bottom: 8px;
    display: inline-block;
    color: #00c1e0;
    font-size: 24px;
    font-weight: 400;
  }
  .nn_timeline .timeline p {
    color: #303942;
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .nn_timeline .timeline .date-timeline {
    position: relative;
    display: block;
    font-weight: 600;
    width: 50%;
    text-align: right;
    line-height: 48px;
    border-right: 4px solid #00c0de;
    padding-right: 28px;
  }
  .nn_timeline .timeline .date-timeline:after {
    content: '\f111';
    font: normal normal normal 14px/0.9 FontAwesome;
    position: absolute;
    top: 16px;
    border: 3px solid #00c1e0;
    border-radius: 50%;
    background: #eee;
    color: #f3f3f2;
    width: 18px;
    height: 18px;
    right: -11px;
  }
  .nn_timeline .timeline p {
    padding-left: 28px;
    margin-top: -33px;
    float: right;
    width: 50%;
    text-align: left;
    white-space: pre-line;
  }
  .nn_timeline .timeline li .date-timeline {
    padding-bottom: 20px;
  }
  .nn_timeline .timeline li p {
    margin-top: -53px;
  }
}
@media screen and (min-width: 992px) {
  .nn_timeline .timeline {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .nn_timeline {
    padding-bottom: 80px;
  }
}

/* --------------------------------- SERVICES ---------------------------- */
.nn_services {
  background: #49515a;
  text-align: center;
}
.nn_services .services-title {
  margin: 26px 0 35px;
  color: white;
  font-size: 26px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .nn_services .services-title {
    font-size: 33px;
  }
}
.nn_services .services li {
  max-width: 200px;
  margin: 0 auto 33px;
}
@media screen and (min-width: 768px) {
  .nn_services .services li {
    display: inline-block;
    margin-right: 55px;
  }
  .nn_services .services li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 900px) {
  .nn_services .services li {
    margin-right: 50px;
  }
}
@media screen and (min-width: 992px) {
  .nn_services .services li {
    margin-right: 79px;
  }
}
.nn_services .services img {
  margin-bottom: 9px;
}
.nn_services .services h3 {
  color: white;
  font-size: 17px;
  font-weight: 700;
}
.nn_services .services p {
  color: #ccc;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.nn_services .services a:hover h3 {
  color: #00c1e0;
}

/* ------------------------------------- FOOTER -------------------------- */
.nn_footer {
  background: #232323;
  border-bottom: 5px solid #00c1e0;
  text-align: center;
}
.nn_footer .logo-footer {
  display: inline-block;
  margin-top: 30px;
  max-width: 280px;
}
@media screen and (min-width: 768px) {
  .nn_footer .logo-footer {
    float: left;
    margin-left: 27px;
    margin-bottom: 41px;
    max-width: 380px;
  }
}
.nn_footer .social-icons {
  margin: 23px 0;
}
.nn_footer .social-icons li {
  display: inline-block;
  cursor: pointer;
}
.nn_footer .social-icons li img {
  width: 31px;
  height: 31px;
}
@media screen and (min-width: 768px) {
  .nn_footer .social-icons {
    float: left;
    margin: 33px 0 0 33px;
  }
}
.nn_footer .amazon-jobs {
  display: inline-block;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .nn_footer .amazon-jobs {
    float: left;
    margin: 40px 0 20px 30px;
  }
}
.nn_footer .copyright {
  margin-bottom: 17px;
  color: #999;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

/* -------------- timer ------------------ */
.timer-result {
  margin-bottom: 40px;
}
.timer-result .timer-title {
  text-align: center;
  color: #333;
  font-family: 'AmazonEmber';
  font-size: 27px;
  font-weight: 400;
  line-height: 53px;
}
.timer-result .result {
  padding: 10px 0;
  max-width: 290px;
  margin: 0 auto 40px;
  background: #232323;
  border-radius: 10px;
}
.timer-result .result li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.timer-result .result li:after {
  position: absolute;
  content: '';
  background: #555;
  top: -10px;
  right: -8px;
  width: 1px;
  height: 98px;
}
.timer-result .result li:last-child {
  margin-right: 0;
}
.timer-result .result li:last-child:after {
  display: none;
}
.timer-result .result li .items {
  color: white;
  font-family: 'AmazonEmber';
  font-size: 45px;
  font-weight: 700;
  line-height: 48px;
}
.timer-result .result li span {
  text-transform: uppercase;
  color: #20c1de;
  font-family: 'AmazonEmber';
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .timer-result .result {
    max-width: 442px;
    padding: 20px 0;
  }
  .timer-result .result li {
    margin-right: 40px;
  }
  .timer-result .result li .items {
    font-size: 55px;
  }
  .timer-result .result li span {
    font-size: 18px;
  }
  .timer-result .result li:after {
    top: -20px;
    right: -25px;
    height: 117px;
  }
}


/* --------------------------------- STORYBOT/CHATBOT COMPETITION --------------------------- */
.competition {
  margin: 45px 0 55px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .competition {
    margin: 75px 0 55px;
  }
}
.competition .competition-title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .competition .competition-title {
    margin-bottom: 80px;
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
  }
  .competition .competition-title:after {
    bottom: -45px;
  }
}
.competition p {
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  text-align: left;
  padding-bottom: 10px;
}
.competition .competition-subtitle {
  color: #303942;
  margin-top: 25px;
  font-size: 27px;
  font-weight: 600;
  line-height: 35px;
}
.competition span {
  font-size: 17px;
  line-height: 28px;
}

/* -------------------------------- Apply Now -------------------------------- */
#applyNow .container {
  margin-bottom: 55px;
}
#applyNow:before {
   content: "";
   display: block;
   height: 50px;
   margin: -30px 0 0;
}

/*
.iframe-container-apply {
  width:100%;
  margin-bottom: 20px;
}
.iframe-container-apply iframe {
  width:100%;
  height:220px;
}
.iframe-disclaimer {
  width:100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 468px) {
.iframe-container-apply {
  width:40%;
  float: left;
  margin:0;
}
.iframe-disclaimer {
  width:55%;
  float: left;
  padding-left: 20px;
  margin:0;
}
#applyNow .container:after {
  content: '';
  display: block;
  clear:both;
}

}

*/

/* --------------------------------- SECTION TITLE -------------------------- */
.section-title {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  line-height: 60px;
}
@media screen and (min-width: 768px) {
  .section-title {
    margin-top: 49px;
    font-size: 47px;
  }
}
.section-title em {
  font-size: 20px;
  font-weight: 400;
  display: block;
  line-height: 1.5;
}

/* -------------------------------- SUBMISSION PROCESS ----------------------- */
.nn_process-subm {
  background-image: radial-gradient(#3d3d3d, #1e1e1e);
  width: 100%;
  height: auto;
  text-align: center;
  /* ---------------------- upload app ------------------ */
}
.nn_process-subm .section-title {
  color: #fff;
  margin-bottom: 43px;
}
@media screen and (min-width: 768px) {
  .nn_process-subm .section-title {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .nn_process-subm .section-title {
    margin-bottom: 48px;
  }
}
.nn_process-subm .iframe-container {
  display: none;
  position: relative;
  max-width: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.nn_process-subm .iframe-container iframe {
  height: 650px;
  width: 100%;
}
.nn_process-subm .iframe-container iframe html,
.nn_process-subm .iframe-container iframe body {
  -webkit-overflow-scrolling: touch;
}
.nn_process-subm .iframe-container .close-form {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 50px;
  height: 50px;
  background-color: #de2b24;
  border-radius: 50%;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .nn_process-subm .iframe-container .close-form {
    left: auto;
    right: -1px;
  }
}
.nn_process-subm .yn-header-login-modal {
  z-index: inherit !important;
}

.app-disclaimer {
  text-align: center;
  color: #c5c5c5;
  margin: 30px auto 36px;
  line-height: 15px;
  font-size: 11px;
  font-weight: 300;
}
.app-disclaimer a {
  border-bottom: 1px solid transparent;
}
.app-disclaimer a:hover {
  border-bottom: 1px solid #fff;
}

/* --------------------- APPLY BUTTON -------------- */
.app-button,
.app-now-button {
  display: inline-block;
  padding: 14px 24px 13px 29px;
  background-color: #00c1e0;
  border-radius: 22px;
  border: 1px solid #00c1e0;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
.app-button:hover, .app-button:focus,
.app-now-button:hover,
.app-now-button:focus {
  background: #fff;
  color: #00c0de;
}

.app-now-button {
  margin-top: 35px;
}

/* --------------------- APPLY ------------------------------ */
.iframe-container-apply {
  max-width: 959px;
  margin: 0 auto;
  height: 900px;
  background: #fff;
  overflow: hidden;
}
.iframe-container-apply iframe {
  width: 100%;
  height: 900px;
}


/* ---------------------------------- FAQs ----------------------------------- */
#socialbot-offset {
  position: relative;
  bottom: 92px;
  left: 0;
}

.nn_competition-question {
  padding-bottom: 30px;
  background: #fff;
  text-align: center;
}
.nn_competition-question:nth-child(even) {
  background-color: #f3f3f2;
}
.nn_competition-question .question-subtitle {
  margin-top: 30px;
}
.nn_competition-question p {
  color: #303942;
  margin: 0 auto 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
  text-align: left;
}
.nn_competition-question .faq-button {
  display: inline-block;
  padding: 14px 37px 17px;
  background-color: #00c1e0;
  border-radius: 22px;
  border: 1px solid transparent;
  font-size: 17px;
  font-weight: 500;
}
.nn_competition-question .faq-button:hover {
  border: 1px solid #00c1e0;
  background: #fff;
  color: #00c0de;
  cursor: pointer;
}
.nn_competition-question ol {
  text-align: left;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  list-style: decimal;
  padding-left: 40px;
}
.nn_competition-question ol li {
  margin-bottom: 10px;
}

.qanchor:before {
   content: "";
   display: block;
   height: 90px;
   margin: -70px 0 0;
}

.intro-faq .categories-faq a.qlinks {
    color: #000000;
    text-transform: none;
    font-weight: 400;
    line-height: 30px;
}

/* ---------------- question-subtitle -------------- */
.question-subtitle {
  margin-bottom: 8px;
  color: #303942;
  line-height: 35px;
  text-align: left;
  font-size: 19px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .question-subtitle {
    font-size: 27px;
  }
}
.question-subtitle a {
  color: #00c1e0;
  border-bottom: 3px solid transparent;
}
.question-subtitle a:hover {
  border-bottom: 3px solid #00c1e0;
}

/* --------------------------------- STORYBOT-FAQ / CHATBOT-FAQ ----------------- */
.intro-faq {
  background: #f3f3f2;
}
.intro-faq h1 {
  margin: 30px auto;
  text-align: center;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .intro-faq h1 {
    font-size: 48px;
    margin: 50px auto;
  }
}
.intro-faq .categories-faq {
  text-align: center;
  margin: 40px auto 60px;
}
.intro-faq .categories-faq li {
  margin-bottom: 25px;
}
.intro-faq .categories-faq a {
  color: #00c1e0;
  text-transform: uppercase;
  font-weight: 600;
}
.intro-faq .categories-faq a:hover {
  color: #232323;
}

.see-more-rules {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .see-more-rules {
    line-height: 35px;
  }
}

/* ------------- back-top --------------- */
.back-top {
  font-size: 17px;
  color: #00c1e0;
  cursor: pointer;
  font-weight: 600;
}
.back-top:hover {
  color: #232323;
}

.dialog {
  text-align: left;
  padding-left: 25px;
}
.dialog li {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
}
.dialog span {
  font-style: italic;
}

/* -------------------------------- CONTEST RULES ------------------------ */
#wrapper h1 {
  color: #303942;
  margin: 35px auto;
  text-align: center;
  white-space: pre-line;
  font-size: 30px;
  line-height: 60px;
}
@media screen and (min-width: 768px) {
  #wrapper h1 {
    font-size: 48px;
    font-weight: 500;
  }
}
#wrapper p {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 400;
  color: #303942;
  line-height: 37px;
}
#wrapper .subtitle, #wrapper h2, #wrapper h4 {
  font-weight: 600;
  color: #303942;
}
#wrapper h2 {
  font-size: 27px;
  line-height: 35px;
  margin: 25px 0;
}
#wrapper h4 {
  font-size: 23px;
  margin: 23px 0;
}
#wrapper ol {
  list-style-type: decimal;
  padding-left: 35px;
}
#wrapper ol li {
  margin-bottom: 15px;
  line-height: 37px;
}
#wrapper ul {
  list-style-type: circle;
  padding-left: 35px;
  margin-bottom: 25px;
}
#wrapper ul li {
  margin-bottom: 15px;
  line-height: 37px;
}
#wrapper b {
  font-weight: 900;
}
#wrapper .table-wrapper {
  overflow-x: scroll;
}
#wrapper table {
  margin: 40px auto;
  min-width: 720px;
}
#wrapper td, #wrapper th {
  border: 1px solid black;
  height: 55px;
  padding: 0 20px 0 10px;
  line-height: 1.3;
  min-width: 220px;
}
#wrapper .table-phases th {
  background: rgba(85, 85, 85, 0.68);
}
#wrapper .center {
  text-align: center;
}

.link-rul {
  color: #00c1e0 !important;
  border-bottom: 2px solid transparent;
}
.link-rul:hover {
  border-bottom: 2px solid #00C1E0;
}

.application p {
  line-height: 37px;
}

/* ----------------------- Page All Teams --------------------------- */
.nn_teams .section-title {
  margin: 40px 0 35px;
  color: #303942;
  font: 400 35px/40px "AmazonEmber", sans-serif;
}
@media screen and (min-width: 768px) {
  .nn_teams .section-title {
    margin: 80px 0 50px;
    font-size: 45px;
    line-height: 46px;
  }
}
.nn_teams .section-subtitle {
  color: #303942;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 30px;
}
.nn_teams .unsponsored-subtitle {
  margin-bottom: 100px;
}
.nn_teams .team-person {
  margin-bottom: 45px;
  text-align: center;
}
.nn_teams .team-person li {
  width: 235px;
  height: 240px;
  display: inline-block;
  margin: 0 11px 15px 0;
  vertical-align: top;
  background-color: white;
  border: 1px solid #b7b7b7;
}
@media screen and (min-width: 1170px) {
  .nn_teams .team-person li:nth-of-type(4n) {
    margin-right: 0;
  }
}
.nn_teams .team-person li h3 {
  font: 700 18px/46px "AmazonEmber", sans-serif;
  font-size: 18px;
  color: #303942;
  line-height: 20px;
  margin: 10px 0 10px;
  padding: 0 15px;
}
.nn_teams .team-person li p {
  color: #32cbfa;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 1170px) {
  .nn_teams .unsponsored-team-person {
    text-align: left;
  }
  .nn_teams .unsponsored-team-person li {
    text-align: center;
  }
}

/* ---------------------------- Page Personal Team ---------------- */
.nn_team_main .container {
  overflow: hidden;
}
.nn_team_main .page-nav {
  margin-top: 30px;
  margin-bottom: 35px;
  font: 700 16px "AmazonEmber", sans-serif;
  color: #32cbfa;
}
.nn_team_main .page-nav li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.nn_team_main .page-nav li:last-child {
  margin-right: 0;
}
.nn_team_main .page-nav li:last-child:after {
  content: '';
}
.nn_team_main .page-nav li:after {
  position: absolute;
  top: -1px;
  right: -12px;
  content: '|';
  color: #ccc;
  font-weight: 400;
}
.nn_team_main .page-nav li a {
  font-size: 15px;
}
@media screen and (min-width: 600px) {
  .nn_team_main .page-nav li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .nn_team_main .main-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.nn_team_main .left {
  /* ---------------------- Title Team ------------ */
}
@media screen and (min-width: 768px) {
  .nn_team_main .left {
    max-width: 650px;
    margin-right: 20px;
  }
}
.nn_team_main .left .title-team {
  margin-bottom: 40px;
  font: 700 30px/33px "AmazonEmber", sans-serif;
  color: #333;
  white-space: pre-line;
}
.nn_team_main .left .title-team span {
  color: #32cbfa;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .nn_team_main .left .title-team {
    font-size: 35px;
    line-height: 44px;
  }
}
.nn_team_main .left .subtitle {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin: 25px 0 15px;
}
.nn_team_main .left p {
  line-height: 33px;
  font-size: 20px;
}
.nn_team_main .right {
  margin-top: 20px;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .nn_team_main .right {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .nn_team_main .right {
    margin-top: 75px;
    text-align: center;
  }
}
@media screen and (min-width: 1170px) {
  .nn_team_main .right {
    margin-top: 140px;
  }
}
.nn_team_main .right .team-logo {
  display: table-cell;
  height: 220px;
  vertical-align: middle;
}
.nn_team_main .right .team-logo > img {
  margin-bottom: 15px;
}
.nn_team_main .right #map {
  text-align: left;
}
.nn_team_main .right #map .info-map {
  margin-top: 15px;
}
.nn_team_main .right #map .info-map p {
  display: inline-block;
  font-size: 16px;
}
.nn_team_main .right #map .info-map p span {
  font-weight: 700;
}
.nn_team_main .right #map .info-map p:first-child {
  margin-bottom: 5px;
}
@media screen and (min-width: 1170px) {
  .nn_team_main .right-unsp {
    margin-top: 130px;
  }
}

/* ---------------------------- Team According --------------------- */
#nn_team_wrapper {
  margin-top: 92px;
  overflow: hidden;
}

.nn_team_accordion {
  margin-top: 35px;
}
.nn_team_accordion .panel {
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0;
  box-shadow: none;
}
.nn_team_accordion .panel-body {
  font-weight: 400;
  padding-bottom: 65px;
  padding-left: 0;
  line-height: 31px;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .nn_team_accordion .panel-body {
    line-height: 36px;
    font-size: 20px;
  }
}
.nn_team_accordion .panel-group .panel + .panel {
  margin-top: 0;
}
.nn_team_accordion .accord-active {
  background: #f3f3f3;
  margin: 0 -50%;
  padding: 0 50% 0;
  border-bottom: none;
}
.nn_team_accordion .panel-title a {
  display: inline-block;
  margin: 15px 0;
  color: #333;
  font: 700 20px "AmazonEmber", sans-serif;
}
.nn_team_accordion .panel-title a span {
  margin-left: 15px;
  width: 26px;
  height: 26px;
  color: #32cbfa;
  font-size: 26px;
  vertical-align: middle;
}
.nn_team_accordion .panel-group {
  margin-bottom: 130px;
}

.summit-page {
  /*Masonry*/
  /*
  End masonry
   */
  /*Change style for bootstrap tabs*/
  /*
  End bootstrap tabs
   */
  /*
  Tab details
   */
  /*
  Tab speakers
   */
}
.summit-page * {
  box-sizing: border-box;
}
.summit-page .nn_hero {
  background: url("https://images-na.ssl-images-amazon.com/images/G/01/mobile-apps/devportal2/content/alexa/prize/20160810/images/general_background.png") no-repeat center center;
  background-size: cover;
}
@media (max-width: 460px) {
  .summit-page .nn_hero {
    min-height: 175px;
  }
}
.summit-page .summit-logo {
  padding: 39px 0 46px;
}
.summit-page .grid-sizer,
.summit-page .grid-item {
  width: 198px;
}
.summit-page .grid-sizer img,
.summit-page .grid-item img {
  object-fit: cover;
  object-position: center;
  height: 200px;
  font-family: 'object-fit: cover; ; object-position: center;';
}
.summit-page .grid-item--height2 {
  height: 200px;
}
.summit-page .grid-item--height2 img {
  height: 200px;
}
.summit-page .grid-item--height3 {
  height: 400px;
}
.summit-page .grid-item--height3 img {
  height: 400px;
}
.summit-page .grid-item--width2 {
  width: 296px;
}
.summit-page .grid-item--width3 {
  width: 494px;
}
.summit-page .grid-item--width3.grid-item--height2 {
  width: 494px;
}
@media (max-width: 1025px) {
  .summit-page .grid-sizer,
  .summit-page .grid-item {
    width: 20%;
  }
  .summit-page .grid-item--width2 {
    width: 30%;
  }
  .summit-page .grid-item--width3 {
    width: 50%;
  }
  .summit-page .grid-item--width3.grid-item--height2 {
    width: 50%;
  }
}
@media (max-width: 1025px) and (max-width: 767px) {
  .summit-page .grid-item--width3.grid-item--height2 {
    width: 100%;
  }
}

.summit-page .grid-item {
  float: left;
}
.summit-page .grid-item img {
  display: block;
  width: 100%;
}
.summit-page .grid:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 640px) {
  .summit-page .grid-item {
    width: 29.99%;
  }
  .summit-page .grid-item--width2 {
    width: 69.99%;
  }
  .summit-page .grid-item--width3 {
    width: 100%;
  }
}
.summit-page .summit-title {
  font-weight: 400;
  line-height: 36px;
  color: #303942;
  font-size: 45px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .summit-page .summit-title {
    font-size: 38px;
  }
}
.summit-page .photo-title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .summit-page .photo-title {
    font-size: 30px;
  }
}
.summit-page .video-title {
  font-size: 36px;
  text-align: center;
  margin: 35px 0 25px;
}
@media (max-width: 480px) {
  .summit-page .video-title {
    font-size: 30px;
  }
}
.summit-page time.summit-date, .summit-page .ecxerpt {
  color: #333333;
  font-size: 20px;
  max-width: 934px;
  line-height: 36px;
}
.summit-page video {
  cursor: pointer;
}
.summit-page time.summit-date {
  margin-bottom: 34px;
  display: block;
}
.summit-page .ecxerpt {
  margin-bottom: 50px;
}
.summit-page .figcaption {
  margin: 18px 0 100px;
  font-size: 20px;
  font-weight: 400;
}
.summit-page video {
  width: 100%;
}
.summit-page .my-tabs-nav {
  border: none;
  margin: 75px 0 80px;
  text-align: center;
}
@media (max-width: 480px) {
  .summit-page .my-tabs-nav {
    margin: 35px 0 40px;
  }
}
.summit-page .my-tabs-nav li {
  display: inline-block;
  float: none;
}
.summit-page .my-tabs-nav li a {
  border: none;
  border-right: 2px solid #CCC;
  border-radius: 0;
  padding: 0 15px;
  color: #32cbfa;
  text-decoration: underline;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 480px) {
  .summit-page .my-tabs-nav li a {
    font-size: 16px;
  }
}
.summit-page .my-tabs-nav li a:hover {
  background-color: transparent;
  color: #303942;
  text-decoration: none;
}
.summit-page .my-tabs-nav li.active a {
  color: #303942;
  text-decoration: none;
}
.summit-page .my-tabs-nav li.active a:hover, .summit-page .my-tabs-nav li.active a:focus {
  border-left: none;
  border-top: none;
  border-bottom: none;
  border-right: 2px solid #CCC;
}
.summit-page .my-tabs-nav li:last-child a {
  border: none;
}
.summit-page .my-tabs-nav li:last-child a:hover, .summit-page .my-tabs-nav li:last-child a:focus {
  border-right: 0;
}
.summit-page .my-tabs-nav li:first-child a {
  padding-left: 0;
}
.summit-page .my-tabs-nav.my-tabs-nav-bottom {
  margin-bottom: 150px;
}
.summit-page #details {
  line-height: 32px;
}
.summit-page #details .ecxerpt {
  margin-top: -7px;
}
.summit-page #details .gray {
  background-color: #f3f3f3;
}
.summit-page #details .intem-of-agenda, .summit-page #details .breakout {
  max-width: 827px;
  font-size: 22px;
  display: block;
}
.summit-page #details .intem-of-agenda {
  padding-left: 20px;
}
.summit-page #details .agenda {
  font-size: 45px;
  font-weight: 400;
  margin: 90px auto 48px;
  color: #303942;
}
.summit-page #details .agend-day {
  font-size: 30px;
  font-weight: bold;
}
.summit-page #details .session-theme, .summit-page #details .breakout {
  font-size: 22px;
  font-weight: bold;
}
.summit-page #details .agenda-time, .summit-page #details .speakers, .summit-page #details .speakers-title {
  font-size: 22px;
  font-weight: 400;
  display: block;
}
.summit-page #details .agenda-time {
  margin-top: 35px;
}
.summit-page #details .agenda-items li:before {
  content: "\2022";
  font-size: 20px;
  padding-right: 12px;
  position: absolute;
  left: 40px;
}
@media (max-width: 990px) {
  .summit-page #details .agenda-items li:before {
    left: 15px;
  }
}
.summit-page #details .day-item {
  padding-top: 50px;
  padding-bottom: 55px;
}
.summit-page #details .day-item:last-child {
  padding-bottom: 85px;
}
.summit-page #speakers .speakers-list {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media (max-width: 480px) {
  .summit-page #speakers .speakers-list {
    display: block;
  }
}
@media (min-width: 992px) {
  .summit-page #speakers .col-lg-8.col-centered {
    padding: 0;
  }
}
.summit-page #speakers .single-speaker {
  padding: 0 0 25px;
  max-width: 204px;
  width: 33%;
}
@media (max-width: 640px) {
  .summit-page #speakers .single-speaker {
    width: 50%;
  }
}
.summit-page #speakers .single-speaker:first-child, .summit-page #speakers .single-speaker:nth-child(3n+1) {
  padding-left: 0;
  max-width: 204px;
}
@media (max-width: 480px) {
  .summit-page #speakers .single-speaker:first-child, .summit-page #speakers .single-speaker:nth-child(3n+1) {
    width: 100%;
    max-width: 100%;
  }
  .summit-page #speakers .single-speaker:first-child img, .summit-page #speakers .single-speaker:nth-child(3n+1) img {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .summit-page #speakers .single-speaker:nth-child(3n+1) {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .summit-page #speakers .single-speaker:nth-child(3n+1) {
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .summit-page #speakers .single-speaker:nth-child(2n+1) {
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .summit-page #speakers .single-speaker:nth-child(2n) {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .summit-page #speakers .single-speaker {
    padding: 0 0 25px;
  }
}
@media (max-width: 768px) {
  .summit-page #speakers .single-speaker {
    margin: 0 10px 25px;
    max-width: 300px;
    width: 30%;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .summit-page #speakers .single-speaker {
    width: 100%;
    max-width: 100%;
    margin: 0 0 25px;
  }
  .summit-page #speakers .single-speaker img {
    width: 100%;
  }
}
.summit-page #speakers .single-speaker .name {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 20px;
}
.summit-page #speakers .single-speaker .position, .summit-page #speakers .single-speaker .speach-theme {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.summit-page #speakers .single-speaker .speach-theme {
  line-height: 22px;
}
.summit-page #speakers .single-speaker img.speaker-photo {
  width: 175px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; ; object-position: center;';
}
@media (max-width: 480px) {
  .summit-page #speakers .single-speaker img.speaker-photo {
    width: 100%;
    height: auto;
    max-height: 250px;
  }
}
.summit-page #speakers .event-speaker {
  color: #303942;
  font-size: 45px;
  font-weight: 400;
  margin: -3px auto 50px;
  text-align: center;
}
@media (max-width: 480px) {
  .summit-page #speakers .event-speaker {
    font-size: 36px;
  }
}

.chat-wrapper {
  margin-top: 60px;
}

/* ---------------------- Past Prize ------------------------------- */
.pastPrize {
  margin: 45px 0 55px;
  text-align: center;
}
@media screen and (min-width: 768px) {
.pastPrize {
  margin: 75px 0 55px;
}
}
.pastPrize p {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    padding-bottom: 10px;
}

.pastPrize .section-subtitle {
  text-align: left;
  font-weight: 600;
  font-size: 26px;
  line-height: 37px;
}

.pastPrize p span.otherWinners {
  font-weight:900;
}

/*--------------------------------- Proceedings ----------------------------------*/

h1.intro-headline {
  margin: 30px auto;
  text-align: center;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  h1.intro-headline {
    font-size: 48px;
    margin: 50px auto;
  }
}