/*-------------------------------------------------------------------------*\
  Breakpoints - Activate User Conference
\*------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*\
  Page styles - Activate User Conference
\*------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

/* This class applies to <main> */
.ac_user-conf {
  font-family: 'Lato', sans-serif;
  position: relative;
  text-align: center;
  overflow: unset;
  /* or else position:sticky doesn't work*/ }

.has-bg {
  background-repeat: no-repeat; }

h1, h2, h3 {
  font-family: 'Lato', sans-serif;
  color: #242A38;
  font-weight: 800; }
  h1.white, h2.white, h3.white {
    color: #fff; }

h1 {
  font-size: 44px; }

h2 {
  font-size: 34px; }

h3 {
  font-size: 28px; }

p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 24px; }
  p.large {
    font-size: 21px;
    line-height: 32px; }
  p.white {
    color: #fff; }

h2 + p {
  margin-top: 10px; }

ul {
  list-style-type: none; }

/*----------------------------------*\
  #Hero
\*----------------------------------*/
.conf-hero {
  background-image: url(https://d226aj4ao1t61q.cloudfront.net/2o6wj5e51_activate-hero-2880.jpg);
  background-position: center bottom;
  background-size: cover;
  /* Laptop */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center;
  color: white; }
  @media (max-width: 1440px) {
    .conf-hero {
      background-position: left bottom; } }
  .conf-hero .hero-content {
    padding: 170px 0 155px;
    /* Laptop */ }
    @media (max-width: 500px) {
      .conf-hero .hero-content {
        padding: 120px 0 100px;
        width: 100%; } }
  .conf-hero .user-conf-logo {
    width: 451px;
    /* Laptop */
    /* Laptop */ }
    @media (max-width: 768px) {
      .conf-hero .user-conf-logo {
        width: 390px; } }
    @media (max-width: 380px) {
      .conf-hero .user-conf-logo {
        width: 260px; } }
  .conf-hero p {
    margin-top: 45px; }
  .conf-hero button {
    border: 2px solid white;
    border-radius: 3px;
    color: white;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .8px;
    margin-top: 65px;
    padding: 15px 30px;
    text-transform: uppercase;
    background-color: transparent; }
    .conf-hero button:hover {
      cursor: pointer; }

/*----------------------------------*\
  #Sticky nav
\*----------------------------------*/
.nav-list {
  display: flex;
  flex-direction: row;
  /* Laptop */
  align-items: center;
  justify-content: space-around; }
  @media (max-width: 980px) {
    .nav-list {
      flex-direction: column; } }

.activate-sticky-nav .nav-list__button, .activate-sticky-nav.stick .nav-list__button {
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .8px;
  padding: 14px 24px;
  text-transform: uppercase; }

.activate-sticky-nav {
  box-shadow: 0 1px 0 0 #e3e6ed;
  background-color: #fbfcfd;
  padding: 12px 0;
  z-index: 4;
  /* Laptop */ }
  @media (max-width: 980px) {
    .activate-sticky-nav {
      display: none;
      padding: 0; } }
  .activate-sticky-nav .nav-list__link {
    color: #6873ec !important;
    /* Laptop */ }
    .activate-sticky-nav .nav-list__link.has-logo {
      /* Laptop */ }
      @media (max-width: 980px) {
        .activate-sticky-nav .nav-list__link.has-logo {
          display: none; } }
    @media (max-width: 980px) {
      .activate-sticky-nav .nav-list__link {
        width: 100%; } }
  .activate-sticky-nav .nav-list__button {
    border: 2px solid #fff;
    color: #fff;
    background-color: #7983ee;
    opacity: 1;
    /* Laptop */ }
    @media (max-width: 980px) {
      .activate-sticky-nav .nav-list__button {
        display: none; } }
    .activate-sticky-nav .nav-list__button:hover {
      background-color: #6873ec;
      border: 2px solid #fff;
      cursor: pointer;
      opacity: 1; }
  .activate-sticky-nav .icon.sticky-nav-toggle {
    color: #fff;
    display: none;
    right: 17px;
    opacity: .6;
    position: absolute;
    top: 13px;
    /* Laptop */ }
    @media (max-width: 980px) {
      .activate-sticky-nav .icon.sticky-nav-toggle {
        display: block; } }
    .activate-sticky-nav .icon.sticky-nav-toggle.rotated {
      transform: rotate(180deg); }
  .activate-sticky-nav:hover .nav-list__link {
    color: #5663ea !important; }
  .activate-sticky-nav.stick {
    background-color: #6873ec;
    box-shadow: none;
    /* Laptop */ }
    @media (max-width: 980px) {
      .activate-sticky-nav.stick {
        display: block; } }
    .activate-sticky-nav.stick:hover {
      background-color: #6873ec; }
    .activate-sticky-nav.stick.mobile-open .nav-list__link {
      display: block; }
      .activate-sticky-nav.stick.mobile-open .nav-list__link.active {
        background-color: #7983ee; }
    .activate-sticky-nav.stick .nav-list__link {
      color: #fff !important;
      opacity: .6;
      /* Laptop */ }
      @media (max-width: 980px) {
        .activate-sticky-nav.stick .nav-list__link {
          display: none; }
          .activate-sticky-nav.stick .nav-list__link.active {
            display: block; } }
      .activate-sticky-nav.stick .nav-list__link:hover {
        opacity: 1; }
      .activate-sticky-nav.stick .nav-list__link.has-logo {
        visibility: visible;
        /* Laptop */ }
        @media (max-width: 980px) {
          .activate-sticky-nav.stick .nav-list__link.has-logo {
            display: none !important; } }
      .activate-sticky-nav.stick .nav-list__link.active {
        opacity: 1; }
    .activate-sticky-nav.stick .nav-list__button {
      background-color: transparent;
      border: 2px solid #fff;
      color: #fff;
      opacity: .6;
      /* Laptop */ }
      @media (max-width: 980px) {
        .activate-sticky-nav.stick .nav-list__button {
          display: none; } }
      .activate-sticky-nav.stick .nav-list__button:hover {
        cursor: pointer;
        opacity: 1; }
        .activate-sticky-nav.stick .nav-list__button:hover .nav-list__link {
          color: #fff !important; }

.sticky-nav-container {
  width: 100%; }

.nav-list {
  margin: 0 auto !important;
  max-width: 1040px; }

.nav-list__link {
  font-size: 16px;
  font-weight: bold;
  opacity: 1;
  /* Laptop */ }
  @media (max-width: 980px) {
    .nav-list__link {
      padding: 12px 0; } }
  .nav-list__link:hover, .nav-list__link.active {
    opacity: 1; }
  .nav-list__link.has-logo {
    margin-top: 7px;
    visibility: hidden;
    opacity: 1 !important; }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* Laptop */ }
  @media (max-width: 980px) {
    .sticky {
      top: 62px;
      /* push it below fixed new site nav */ } }

/*----------------------------------*\
  #Highlights
\*----------------------------------*/
.conf-highlights {
  background-color: #fbfcfd; }
  .conf-highlights .highlights-container {
    padding: 76px 40px;
    /* Laptop */ }
    @media (max-width: 500px) {
      .conf-highlights .highlights-container {
        padding: 56px 32px; } }
  .conf-highlights > div {
    margin: 0 auto;
    max-width: 742px; }
  .conf-highlights p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px; }
  .conf-highlights .has-check-icons {
    font-family: 'Open Sans', sans-serif;
    margin-top: 21px; }
  .conf-highlights li {
    font-size: 18px;
    margin-top: 16px;
    background-image: url("https://d226aj4ao1t61q.cloudfront.net/d2e8hgbct_user-conf-check-3x.png");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    padding-left: 32px; }
  .conf-highlights .featured {
    background-image: -webkit-linear-gradient(203deg, #6b84e8, #5763de);
    background-image: -o-linear-gradient(203deg, #6b84e8, #5763de);
    background-image: linear-gradient(247deg, #6b84e8, #5763de);
    border-radius: 8px;
    -webkit-box-shadow: 0 18px 42px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 18px 42px 0 rgba(0, 0, 0, 0.15);
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 56px auto;
    max-width: 620px;
    padding: 24px;
    text-align: left;
    width: 100%; }

/*----------------------------------*\
  #Speakers
\*----------------------------------*/
.conf-speakers {
  background: url(https://d226aj4ao1t61q.cloudfront.net/rok4ppfv7_waves-bg-speakers.png), no-repeat, #7983ee;
  background-position: left bottom;
  background-size: cover;
  color: #fff; }

.speakers-container {
  padding: 76px 70px;
  /* Laptop */ }
  @media (max-width: 500px) {
    .speakers-container {
      padding: 56px 36px; } }

.list-speakers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 990px;
  width: 100%; }

.activate-speaker {
  padding: 73px 30px 0;
  width: 265px; }
  .activate-speaker img {
    border-radius: 100px;
    box-shadow: 0 18px 42px 0 #3e47ac; }
  .activate-speaker figcaption {
    font-size: 20px;
    font-weight: bold;
    margin-top: 24px; }
    .activate-speaker figcaption .company {
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: normal;
      font-size: 18px;
      margin-top: 5px; }

.call-for-speakers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: #7983ee;
  border-radius: 8px;
  box-shadow: 0 18px 42px 0 rgba(62, 71, 172, 0.46);
  justify-content: flex-start;
  margin: 69px auto 0;
  max-width: 711px;
  text-align: left;
  width: 100%;
  /* Laptop */ }
  .call-for-speakers .question.icon {
    margin: 16px; }
  @media (max-width: 768px) {
    .call-for-speakers {
      display: block;
      text-align: center; } }

.speaker-cta {
  font-family: 'Source Sans Pro', sans-serif;
  padding: 17px 10px 17px 0;
  /* Laptop */
  /* Laptop */ }
  @media (max-width: 768px) {
    .speaker-cta {
      padding: 0 20px 20px; } }
  @media (max-width: 500px) {
    .speaker-cta {
      font-size: 16px; } }

.activate-mail:link, .activate-mail:visited, .activate-mail:hover, .activate-mail:active {
  color: white; }

/*----------------------------------*\
  #Agenda
\*----------------------------------*/
/**
 * NOTE: There are some unused classes in this section. I want them
 * as placeholders for things I might still need to style
 * or hook onto. 
 * Anything that isn't used after work is complete will be deleted
 * before the final PR. Please leave as they are for now. Thanks! -L
 */
.conf-agenda {
  background-color: #f3f4fd;
  background-image: url(https://d226aj4ao1t61q.cloudfront.net/m8ukpj4ef_triangles-tile-1415.png);
  background-repeat: repeat;
  background-size: 700px; }

.agenda-container {
  padding: 76px 70px;
  /* Laptop */ }
  @media (max-width: 600px) {
    .agenda-container {
      padding: 44px 15px; } }

.schedule-tabbed {
  padding-top: 40px; }

.tabs-controls__item {
  color: #6873ec;
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .3px;
  padding: 11px 16px;
  width: 139px;
  /* Laptop */ }
  .tabs-controls__item:hover {
    cursor: pointer; }
  @media (max-width: 600px) {
    .tabs-controls__item {
      font-size: 16px;
      font-weight: bold;
      padding: 11px 0;
      width: 89px; } }

.tabs-controls__item--active {
  border-bottom: 2px solid #6873ec;
  color: #242a38; }

.container-tabs-content {
  margin: 40px auto 0;
  min-height: 600px;
  max-width: 712px;
  text-align: left;
  /* Laptop */ }
  @media (max-width: 600px) {
    .container-tabs-content {
      min-height: 300px; } }

.tabs-content__item {
  display: none; }

.tabs-content__item--active {
  display: block; }

.events-table {
  background-color: #fff;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  /* Laptop */ }
  .events-table tr:not(:last-of-type) {
    border-bottom: 1px solid #f3f4fd; }
  @media (max-width: 600px) {
    .events-table {
      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3); } }

.agenda__parent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  /* Laptop */ }
  .agenda__parent:not(:last-of-type) {
    border-bottom: 1px solid #f3f4fd; }
  @media (max-width: 600px) {
    .agenda__parent {
      border-bottom: none;
      display: block; } }

.agenda__child {
  /* Laptop */ }
  @media (max-width: 600px) {
    .agenda__child {
      border-bottom: none;
      width: 100%; } }

.event-time {
  color: #6873ec;
  display: inline-block;
  flex: 0 0 175px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.1px;
  padding: 12px 16px;
  vertical-align: top;
  width: 175px;
  /* Laptop */ }
  @media (max-width: 600px) {
    .event-time {
      background-color: #F3F4FD;
      border-right: none;
      display: block;
      width: 100%; } }

.event-name {
  border-left: 1px solid #f3f4fd;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1.38em;
  padding: 12px 16px;
  vertical-align: top;
  width: calc(100% - 175px);
  /* Laptop */ }
  @media (max-width: 600px) {
    .event-name {
      border-left: none;
      display: block;
      width: 100%; } }

.event-name__session2 {
  display: inline-block;
  margin-top: 10px; }

.event-speaker {
  line-height: 1.38em; }

.agenda-disclaimer {
  text-align: center;
  font-size: 16px;
  font-family: Source Sans Pro;
  margin-top: 36px; }

/*----------------------------------*\
  #Networking
\*----------------------------------*/
.conf-networking {
  background-color: #6873ec;
  background-image: url(https://d226aj4ao1t61q.cloudfront.net/bhgvzny4w_networking-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  padding: 80px 76px;
  /* Laptop */ }
  @media (max-width: 600px) {
    .conf-networking {
      padding: 80px 40px; } }

.networking-container-top {
  padding: 76px 40px;
  max-width: 742px;
  margin: 0 auto;
  /* Laptop */ }
  @media (max-width: 500px) {
    .networking-container-top {
      padding: 80px 0; } }

.networking-container {
  padding: 0 0 96px;
  max-width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .networking-container {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.networking-column {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 1 50%;
  padding: 32px;
  position: relative; }

.networking-photo {
  max-width: 460px;
  min-width: 350px;
  height: 351px;
  overflow: hidden;
  box-shadow: 0 18px 42px 0 #3E47AC;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 24px;
  position: relative; }
  .networking-photo.photo1 {
    background-image: url(https://d226aj4ao1t61q.cloudfront.net/vcf6ah13h_patioslider2.png); }
  .networking-photo.photo2 {
    background-image: url(https://d226aj4ao1t61q.cloudfront.net/d5vzhlbdb_acehotel-7-6017409a.png); }
  .networking-photo .lower-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 25%;
    width: 100%;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, #000 100%); }
  .networking-photo .date {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: inline-block;
    padding: 8px 8px 8px 32px;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: Lato, Helvetica, sans-serif;
    background: url(https://d226aj4ao1t61q.cloudfront.net/yi7uz6iee_calendar-icon.png) no-repeat 0 7px;
    background-size: 20px; }

/*----------------------------------*\
  #Partners 
\*----------------------------------*/
.conf-partners {
  background-color: #fafafe;
  padding: 80px 180px; }

.partners-content {
  max-width: 1079px;
  margin: 0 auto; }

.partners-container {
  padding-top: 76px;
  padding-bottom: 76px;
  text-align: center; }
  .partners-container li {
    display: inline-table;
    vertical-align: middle;
    margin: 20px; }
  .partners-container a {
    display: block; }

/* Laptop */
@media (max-width: 768px) {
  .conf-partners {
    padding: 40px 80px; } }
/*----------------------------------*\
  #Location 
\*----------------------------------*/
.conf-location {
  background-image: url(https://d226aj4ao1t61q.cloudfront.net/47l9cyx0n_morgan-mfg-1440.jpg);
  background-position: 50% 0;
  background-size: cover;
  color: white;
  padding: 76px 0;
  /* Laptop */
  text-align: left;
  /* flex-child */
  /* flex-child */ }
  @media (max-width: 500px) {
    .conf-location {
      padding: 56px 36px; } }
  .conf-location .location-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 900px;
    position: relative; }
  .conf-location .location-description, .conf-location .location-map {
    position: relative; }
  .conf-location .location-description {
    max-width: 435px;
    width: 100%; }
  .conf-location h2, .conf-location .subtitle {
    font-family: 'Lato', sans-serif; }
  .conf-location h2 {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.2px;
    margin-top: 12px;
    text-transform: uppercase; }
  .conf-location .subtitle {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: .3px; }
  .conf-location p:last-of-type {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.67em;
    margin-top: 10px; }
  .conf-location a {
    color: white;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    margin-top: 23px;
    text-decoration: underline; }
  .conf-location .location-map {
    max-width: 392px;
    width: 100%;
    height: auto; }

/*-----------------------------------------------------------*\
  #Responsive Design 

  Note that there are some media queries included outside 
  this section, where they deal with art-directed background 
  images. They are scoped outside this section since their 
  intent is focused more on visual design than responsiveness.
\*-----------------------------------------------------------*/
/* Location layout changes from horizontal to vertical */
@media screen and (max-width: 960px) {
  .conf-location .location-container {
    text-align: center;
    margin: 0 auto;
    max-width: 435px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0; }
  .conf-location .location-map {
    margin: 32px auto !important;
    padding-top: 44px; } }
/* Tablet */
@media screen and (max-width: 600px) {
  h1 {
    font-size: 36px; }

  h2 {
    font-size: 28px; }

  .conf-hero {
    margin: 0;
    padding: 0 70px; }

  .conf-highlights .featured {
    margin-top: 40px; }
  .conf-highlights p {
    font-size: 19px; }

  .user-conf-icon-star {
    /* override responsive.css */
    margin: 0 auto 12px !important; }

  .conf-location .location-map {
    max-width: 273px;
    width: 100%; } }
/* Mobile */
@media screen and (max-width: 320px) {
  .conf-location .location-container {
    display: block;
    padding-bottom: 0; }
  .conf-location .location-description {
    padding-top: 30px; }
  .conf-location .subtitle {
    font-size: 24px; }
  .conf-location p, .conf-location a {
    font-size: 17px; } }

/*# sourceMappingURL=page-user-conf-2018.css.map */
