<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: "museo-sans", Helvetica, Arial, sans-serif; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  text-decoration: none; }

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

/* GENERAL STYLES USED ACROSS ALL PAGES:
   These styles focus on layout, dimensions,
   typography and so on that will be shared
   across all INMA-Knows pages. */
body {
  color: #334e5e;
  background-color: #FFF;
  padding-top: 92px; }
  @media screen and (min-width: 769px) {
    body {
      padding-top: 119px; } }
  @media screen and (min-width: 1140px) {
    body {
      padding-top: 77px; } }

h1 {
  font-family: "museo-slab", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 28px;
  text-align: center;
  text-transform: uppercase; }
  @media screen and (max-width: 500px) {
    h1 {
      font-size: 28px;
      line-height: 38px;
      margin-bottom: 18px; } }

h2 {
  font-size: 22px;
  line-height: 24px; }

h3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700; }

p {
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px; }

strong {
  font-weight: bold; }

a:link, a:visited {
  font-family: "museo-sans", Helvetica, Arial, sans-serif; }

a:focus {
  outline: none; }

#masthead {
  background-image: url(../images/banners/cityscape.jpg);
  background-color: #091d2c;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 30px 20px; }
  @media screen and (min-width: 769px) {
    #masthead {
      width: 100%;
      min-height: 327px;
      padding-top: 140px; } }
  @media screen and (max-width: 768px) {
    #masthead {
      width: 100%;
      min-height: 200px; } }
  #masthead h1 {
    color: #ffaf10;
    font-size: 60px;
    line-height: 64px; }
    @media screen and (max-width: 768px) {
      #masthead h1 {
        font-size: 48px;
        line-height: 52px;
        margin-top: 50px; } }
    @media screen and (max-width: 500px) {
      #masthead h1 {
        font-size: 36px;
        line-height: 42px; } }

.promo {
  background: #ffaf10;
  padding: 90px 20px; }
  .promo h1 {
    color: #FFF;
    margin-bottom: 20px; }
  .promo p {
    text-align: center;
    color: #FFF;
    max-width: 680px;
    margin: 0 auto; }
  .promo .promoLink {
    width: auto;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    background-color: #FFF;
    color: #2985d1;
    padding: 14px 20px 12px;
    box-sizing: border-box;
    width: 310px;
    margin: 30px auto 0;
    padding-left: 0;
    padding-right: 0; }
    .promo .promoLink .arrow {
      display: inline-block;
      height: 13px;
      width: 18px;
      background-size: contain;
      background-image: url(../images/icons/buttonArrow_blue.png);
      background-repeat: no-repeat;
      background-position: right center; }
    @media screen and (max-width: 500px) {
      .promo .promoLink {
        max-width: 300px;
        line-height: 18px;
        font-size: 15px; } }
    @media screen and (max-width: 500px) {
      .promo .promoLink {
        width: auto; } }

.arrow {
  height: 14px;
  width: 18px;
  background-image: url(../images/icons/buttonArrow.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center; }
  @media screen and (max-width: 500px) {
    .arrow {
      position: absolute;
      right: 0;
      top: 40px; } }

.rev-arrow {
  height: 14px;
  width: 18px;
  background-image: url(../images/icons/buttonArrow_rev.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center; }
  @media screen and (max-width: 500px) {
    .rev-arrow {
      position: absolute;
      right: 0;
      top: 40px; } }

#convincing {
  width: 100%;
  padding: 0px 20px;
  background: #2985d1;
  text-align: center; }
  #convincing a {
    width: 390px;
    margin: 0 auto;
    padding: 33px 0 33px 30px;
    font-size: 18px;
    color: #FFF;
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/icons/document.png);
    background-size: 25px 32px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 500px) {
      #convincing a {
        padding: 30px 20px 30px 30px;
        width: 250px; } }
  #convincing a.hide-note {
    background-image: none; }

.comingSoon {
  width: 100%;
  background-color: #2985d1; }
  .comingSoon p {
    margin: 0 auto;
    max-width: 670px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 30px 20px;
    color: #FFF;
    font-weight: normal; }
  .comingSoon a {
    color: #ffaf10; }
    .comingSoon a .arrow {
      background-image: url(../images/icons/buttonArrow_yellow.png); }

table.responsive {
  max-width: 990px;
  min-width: 600px;
  margin: 0 auto; }

#primaryNav {
  width: 100%;
  padding-top: 42px;
  background: #FFF;
  position: fixed;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #c1cace;
  *zoom: 1; }
  #primaryNav:before, #primaryNav:after {
    content: " ";
    display: table; }
  #primaryNav:after {
    clear: both; }
  @media screen and (min-width: 1140px) {
    #primaryNav {
      padding-top: 0px; } }
  #primaryNav #inmaHome {
    display: none; }
    @media screen and (min-width: 769px) {
      #primaryNav #inmaHome {
        height: 77px;
        width: 77px;
        margin-right: 1.5%;
        display: block;
        color: transparent;
        font: 0/0 a;
        text-shadow: none;
        background-image: url(../images/icons/toINMA.png);
        background-size: contain;
        background-repeat: no-repeat;
        float: left;
        border-right: 1px solid #c1cace; } }
  #primaryNav #navLogo {
    display: block;
    float: left;
    background-image: url(../images/logo.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 2.0%;
    margin-top: 10px;
    color: transparent;
    font: 0/0 a;
    text-shadow: none; }
    @media screen and (min-width: 769px) {
      #primaryNav #navLogo {
        width: 140px;
        height: 48px; } }
    @media screen and (max-width: 768px) {
      #primaryNav #navLogo {
        margin-top: 0;
        width: 84px;
        height: 50px;
        margin-left: 30px; } }
  #primaryNav #mainMenu li {
    border-top: 1px solid #c1cace; }
    @media screen and (min-width: 769px) {
      #primaryNav #mainMenu li {
        float: left;
        margin-right: 2.25%;
        margin-top: 30px;
        border-top: none; }
        #primaryNav #mainMenu li.inmaHome {
          display: none; } }
  #primaryNav #mainMenu .menuItem {
    text-transform: uppercase;
    color: #082439;
    font-size: 15px;
    display: block;
    padding-top: 18px;
    padding-bottom: 16px; }
    @media screen and (min-width: 769px) {
      #primaryNav #mainMenu .menuItem {
        padding-top: 0;
        padding-bottom: 9px; }
        #primaryNav #mainMenu .menuItem.current {
          border-bottom: 2px solid; }
        #primaryNav #mainMenu .menuItem:hover {
          border-bottom: 2px solid; } }
  @media screen and (max-width: 768px) {
    #primaryNav #mainMenu {
      display: none;
      width: 100%;
      text-align: center;
      clear: both;
      padding: 0 0 0 0;
      background: #fff; }
      #primaryNav #mainMenu.toggled {
        display: block; } }
  #primaryNav .menuToggle {
    display: none; }
    @media screen and (max-width: 768px) {
      #primaryNav .menuToggle {
        display: block;
        position: absolute;
        right: 20px;
        top: 56px;
        background-repeat: no-repeat;
        cursor: pointer;
        width: 30px;
        height: 20px;
        background-image: url(../images/icons/mobileMenu.png);
        background-repeat: no-repeat;
        background-size: contain;
        color: transparent;
        font: 0/0 a;
        text-shadow: none; } }
  #primaryNav #register {
    display: block;
    float: right;
    display: block;
    background: #6cbd44;
    color: #FFF;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 14px 20px 12px; }
    @media screen and (min-width: 1140px) {
      #primaryNav #register {
        margin: 15px 3% 0 0;
        position: relative;
        width: auto;
        display: block;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        text-align: center;
        text-transform: uppercase;
        background-color: #6cbd44;
        color: #FFF;
        padding: 14px 20px 12px;
        box-sizing: border-box; } }
  @media screen and (min-width: 1140px) and (max-width: 500px) {
    #primaryNav #register {
      max-width: 300px;
      line-height: 18px;
      font-size: 15px; } }

#home #badge {
  position: absolute;
  margin: -199px auto 0 auto;
  z-index: 50;
  width: 100%;
  text-align: center; }
  @media screen and (min-width: 769px) {
    #home #badge {
      margin: -174px auto 0 auto; } }
  @media screen and (max-width: 768px) {
    #home #badge {
      margin: -112px auto 0 auto; } }
#home #badge img {
  width: 390px;
  height: 223px; }
  @media screen and (min-width: 769px) {
    #home #badge img {
      width: 370px;
      height: 211px; } }
  @media screen and (max-width: 768px) {
    #home #badge img {
      width: 237px;
      height: 135px; } }
#home #masthead {
  padding: 40px 20px 0 20px;
  position: relative;
  overflow: hidden;
  background: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 472px; }
  @media screen and (max-width: 768px) {
    #home #masthead {
      background-image: url(../images/banners/cityscape.jpg); } }
  #home #masthead #cityscape-video {
    min-width: 100.5%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px; }
    @media screen and (max-width: 768px) {
      #home #masthead #cityscape-video {
        display: none; } }
  #home #masthead h1 {
    color: #ffaf10;
    margin-top: 1.5%; }
    @media screen and (min-width: 769px) {
      #home #masthead h1 {
        margin-top: 30px; } }
    @media screen and (max-width: 768px) {
      #home #masthead h1 {
        margin-top: 20px; } }
  #home #masthead p {
    color: #FFF;
    font-weight: 300;
    max-width: 740px;
    text-align: center;
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      #home #masthead p {
        font-size: 20px;
        line-height: 26px; } }
    @media screen and (max-width: 768px) {
      #home #masthead p {
        font-size: 20px;
        line-height: 28px;
        padding: 0 20px; } }
    @media screen and (max-width: 500px) {
      #home #masthead p {
        font-size: 18px;
        line-height: 20px;
        padding: 0; } }
#home .clock {
  *zoom: 1;
  display: block;
  margin: 60px auto 70px;
  width: 610px; }
  #home .clock:before, #home .clock:after {
    content: " ";
    display: table; }
  #home .clock:after {
    clear: both; }
  @media screen and (max-width: 768px) {
    #home .clock {
      display: none; } }
#home #intro {
  margin: 60px auto 70px;
  padding: 0 20px; }
  #home #intro h1 {
    max-width: 700px;
    margin: 0 auto 50px; }
  #home #intro .reasonsWhy {
    margin: 0 auto;
    max-width: 725px;
    margin-bottom: 60px; }
    #home #intro .reasonsWhy ul {
      text-align: center; }
      @media screen and (max-width: 768px) {
        #home #intro .reasonsWhy ul .reason {
          display: inline-block;
          width: 27%;
          margin: 0 1.5% 30px; } }
      @media screen and (max-width: 500px) {
        #home #intro .reasonsWhy ul .reason {
          display: block;
          width: 100%; } }
      @media screen and (min-width: 769px) {
        #home #intro .reasonsWhy ul .reason {
          display: inline-block;
          width: 27%;
          margin: 0 1.5% 30px; } }
      #home #intro .reasonsWhy ul .reason .reasonIcon {
        width: 100%;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          #home #intro .reasonsWhy ul .reason .reasonIcon {
            max-width: 120px; } }
        @media screen and (min-width: 769px) {
          #home #intro .reasonsWhy ul .reason .reasonIcon {
            max-width: 100px; } }
        @media screen and (max-width: 500px) {
          #home #intro .reasonsWhy ul .reason .reasonIcon {
            max-width: 120px; } }
        #home #intro .reasonsWhy ul .reason .reasonIcon img {
          width: 100%; }
#home #speakers {
  padding: 80px 20px 70px;
  background-color: #2985d1; }
  #home #speakers h1 {
    color: #FFF;
    margin: 0 auto 20px; }
  #home #speakers p {
    text-align: center;
    color: #FFF;
    font-weight: 300;
    margin: 0 auto 50px;
    max-width: 700px; }
  #home #speakers #speakerList {
    margin: 0 auto;
    max-width: 725px;
    margin-bottom: 60px;
    *zoom: 1;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto; }
    #home #speakers #speakerList:before, #home #speakers #speakerList:after {
      content: " ";
      display: table; }
    #home #speakers #speakerList:after {
      clear: both; }
    #home #speakers #speakerList .row {
      *zoom: 1;
      display: block; }
      #home #speakers #speakerList .row:before, #home #speakers #speakerList .row:after {
        content: " ";
        display: table; }
      #home #speakers #speakerList .row:after {
        clear: both; }
      #home #speakers #speakerList .row .speaker {
        text-align: center;
        color: #FFF;
        margin-bottom: 30px; }
        #home #speakers #speakerList .row .speaker p {
          font-size: 16px;
          font-weight: 300;
          margin-bottom: 0; }
          #home #speakers #speakerList .row .speaker p span {
            display: block; }
          #home #speakers #speakerList .row .speaker p a {
            display: block; }
            #home #speakers #speakerList .row .speaker p a:link {
              color: #ffaf10; }
            #home #speakers #speakerList .row .speaker p a:visited {
              color: #ffaf10; }
        @media screen and (max-width: 768px) {
          #home #speakers #speakerList .row .speaker {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 23.23176%; }
            #home #speakers #speakerList .row .speaker:last-child {
              margin-right: 0; }
            #home #speakers #speakerList .row .speaker:nth-child(4n+0) {
              margin-right: 0; } }
        @media screen and (max-width: 500px) {
          #home #speakers #speakerList .row .speaker {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%; }
            #home #speakers #speakerList .row .speaker:last-child {
              margin-right: 0; } }
        @media screen and (min-width: 769px) {
          #home #speakers #speakerList .row .speaker {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 23.23176%; }
            #home #speakers #speakerList .row .speaker:last-child {
              margin-right: 0; } }
        #home #speakers #speakerList .row .speaker .speakerAvatar {
          width: 100%;
          margin: 0 auto 15px; }
          @media screen and (max-width: 768px) {
            #home #speakers #speakerList .row .speaker .speakerAvatar {
              max-width: 125px; } }
          @media screen and (min-width: 769px) {
            #home #speakers #speakerList .row .speaker .speakerAvatar {
              max-width: 200px; } }
          @media screen and (max-width: 500px) {
            #home #speakers #speakerList .row .speaker .speakerAvatar {
              max-width: 150px; } }
          #home #speakers #speakerList .row .speaker .speakerAvatar img {
            width: 100%; }
  #home #speakers .agendaButton {
    width: auto;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    background-color: #FFF;
    color: #ffaf10;
    padding: 14px 20px 12px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 309px; }
    #home #speakers .agendaButton .arrow {
      display: inline-block;
      height: 13px;
      width: 18px;
      background-size: contain;
      background-image: url(../images/icons/buttonArrow_yellow.png);
      background-repeat: no-repeat;
      background-position: right center; }
    @media screen and (max-width: 500px) {
      #home #speakers .agendaButton {
        max-width: 300px;
        line-height: 18px;
        font-size: 15px; } }
#home #venues {
  padding: 70px 20px 70px; }
  #home #venues p {
    text-align: center;
    margin-bottom: 40px; }
  #home #venues .venueList {
    *zoom: 1;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto; }
    #home #venues .venueList:before, #home #venues .venueList:after {
      content: " ";
      display: table; }
    #home #venues .venueList:after {
      clear: both; }
    #home #venues .venueList .venue {
      margin-bottom: 40px; }
      @media screen and (min-width: 769px) {
        #home #venues .venueList .venue {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          #home #venues .venueList .venue:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 768px) {
        #home #venues .venueList .venue {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          #home #venues .venueList .venue:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 500px) {
        #home #venues .venueList .venue {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          #home #venues .venueList .venue:last-child {
            margin-right: 0; } }
      #home #venues .venueList .venue h2 {
        text-align: center;
        color: #6cbd44;
        font-size: 22px;
        margin-bottom: 20px; }
      #home #venues .venueList .venue a {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden; }
        #home #venues .venueList .venue a img {
          width: 100%; }
        #home #venues .venueList .venue a p {
          display: block;
          width: 100%;
          background: #6cbd44;
          color: #FFF;
          position: absolute;
          bottom: 0px;
          text-align: left;
          box-sizing: border-box;
          padding: 10px;
          margin-bottom: 0; }
          @media screen and (max-width: 768px) {
            #home #venues .venueList .venue a p {
              font-size: 14px; } }
#home #events {
  background-image: url(../images/banners/homeEvents.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 110px 20px 70px; }
  #home #events h1 {
    color: #FFF; }
  #home #events p {
    color: #FFF;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px; }
  #home #events ul {
    max-width: 820px;
    margin: 0 auto;
    display: block;
    *zoom: 1; }
    #home #events ul:before, #home #events ul:after {
      content: " ";
      display: table; }
    #home #events ul:after {
      clear: both; }
  #home #events .eventItem a {
    width: 100%;
    display: block;
    text-align: center; }
    #home #events .eventItem a img {
      width: 100%;
      margin-bottom: 20px; }
    #home #events .eventItem a p {
      color: #f9b023; }
      @media screen and (max-width: 500px) {
        #home #events .eventItem a p {
          color: #FFF;
          font-size: 22px; } }
  @media screen and (min-width: 769px) {
    #home #events .eventItem {
      width: 17%;
      margin: 0 1.5%;
      float: left; } }
  @media screen and (max-width: 768px) {
    #home #events .eventItem {
      width: 17%;
      margin: 0 1.5%;
      float: left; } }
  @media screen and (max-width: 500px) {
    #home #events .eventItem {
      width: 60%;
      margin: 0 auto 20px auto;
      display: block;
      float: none; } }
#home #whytAttend {
  padding: 110px 20px 70px; }
  #home #whytAttend p {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px; }
  #home #whytAttend #toReasons {
    width: auto;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    background-color: #6cbd44;
    color: #FFF;
    padding: 14px 20px 12px;
    box-sizing: border-box;
    width: 340px;
    margin: 0 auto;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0; }
    #home #whytAttend #toReasons .arrow {
      display: inline-block;
      height: 13px;
      width: 18px;
      background-size: contain;
      background-image: url(../images/icons/buttonArrow.png);
      background-repeat: no-repeat;
      background-position: right center; }
    @media screen and (max-width: 500px) {
      #home #whytAttend #toReasons {
        max-width: 300px;
        line-height: 18px;
        font-size: 15px; } }

#whyAttend #masthead {
  background-image: url(../images/banners/why_attend.jpg); }
#whyAttend #fifteenReasons {
  text-align: center;
  padding: 80px 20px 120px; }
  #whyAttend #fifteenReasons p {
    max-width: 700px;
    margin: 0 auto; }
  #whyAttend #fifteenReasons li {
    margin: 60px 0 0 0; }
    #whyAttend #fifteenReasons li .count {
      font-family: "museo-slab", Helvetica, Arial, sans-serif;
      color: #6cbd44;
      font-size: 60px;
      width: 142px;
      border-bottom: 2px solid #6cbd44;
      padding-bottom: 20px;
      display: block;
      margin: 0 auto; }
    #whyAttend #fifteenReasons li .reason {
      font-size: 22px;
      line-height: 24px;
      margin-top: 30px;
      display: block;
      text-align: center; }
    #whyAttend #fifteenReasons li:nth-child(14) {
      margin-left: auto;
      margin-right: auto;
      max-width: 400px; }
    #whyAttend #fifteenReasons li:nth-child(15) {
      margin-left: auto;
      margin-right: auto;
      max-width: 400px; }

#agenda #masthead {
  background-image: url(../images/banners/agenda.jpg); }
#agenda #overview {
  background: #2985d1;
  padding: 80px 20px 60px;
  color: #FFF; }
  #agenda #overview p {
    font-weight: normal;
    font-size: 18px;
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
    line-height: 24px; }
    #agenda #overview p a:link, #agenda #overview p a:visited {
      color: #ffaf10; }
  #agenda #overview #scheduleDays {
    *zoom: 1;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
    margin-top: 40px; }
    #agenda #overview #scheduleDays:before, #agenda #overview #scheduleDays:after {
      content: " ";
      display: table; }
    #agenda #overview #scheduleDays:after {
      clear: both; }
    #agenda #overview #scheduleDays:before, #agenda #overview #scheduleDays:after {
      content: " ";
      display: table; }
    #agenda #overview #scheduleDays:after {
      clear: both; }
    #agenda #overview #scheduleDays h2 {
      color: #334e5e;
      padding-left: 1%;
      margin-bottom: 15px; }
    #agenda #overview #scheduleDays h3 {
      background: #0c3976;
      width: 100%;
      padding: 12px;
      box-sizing: border-box; }
    #agenda #overview #scheduleDays p {
      color: #FFF;
      margin-top: 15px;
      margin-left: 20px;
      display: block;
      font-size: 15px;
      line-height: 18px;
      text-align: left; }
    #agenda #overview #scheduleDays .days {
      *zoom: 1; }
      #agenda #overview #scheduleDays .days:before, #agenda #overview #scheduleDays .days:after {
        content: " ";
        display: table; }
      #agenda #overview #scheduleDays .days:after {
        clear: both; }
    #agenda #overview #scheduleDays .day {
      *zoom: 1;
      background: #165db1;
      padding-bottom: 20px;
      margin-bottom: 30px;
      position: relative; }
      #agenda #overview #scheduleDays .day:before, #agenda #overview #scheduleDays .day:after {
        content: " ";
        display: table; }
      #agenda #overview #scheduleDays .day:after {
        clear: both; }
    @media screen and (min-width: 769px) {
      #agenda #overview #scheduleDays .days {
        width: 50%;
        float: left; }
      #agenda #overview #scheduleDays .day {
        width: 31%;
        margin: 0 1%;
        float: left;
        min-height: 220px; }
        #agenda #overview #scheduleDays .day p {
          max-width: 75%; }
        #agenda #overview #scheduleDays .day .multi-day {
          width: 200%;
          max-width: 175%;
          box-sizing: border-box;
          padding: 33px 25px;
          text-align: center;
          z-index: 200;
          position: relative;
          background: #17498d; }
      #agenda #overview #scheduleDays #may12 .multi-day {
        visibility: hidden; } }
    @media screen and (max-width: 768px) {
      #agenda #overview #scheduleDays .days {
        width: 100%;
        margin-bottom: 30px; }
      #agenda #overview #scheduleDays .day {
        width: 31%;
        margin: 0 1%;
        float: left;
        min-height: 220px; }
        #agenda #overview #scheduleDays .day p {
          max-width: 75%; }
        #agenda #overview #scheduleDays .day .multi-day {
          width: 200%;
          max-width: 175%;
          box-sizing: border-box;
          padding: 33px 25px;
          text-align: center;
          z-index: 500;
          position: relative;
          background: #17498d; }
      #agenda #overview #scheduleDays #may12 .multi-day {
        visibility: hidden; }
      #agenda #overview #scheduleDays #awardsDinner {
        position: absolute;
        bottom: 20px; } }
    @media screen and (max-width: 500px) {
      #agenda #overview #scheduleDays .days {
        width: 100%;
        margin-bottom: 0; }
      #agenda #overview #scheduleDays .day {
        width: 100%;
        margin-bottom: 30px;
        float: none;
        min-height: 0px; }
        #agenda #overview #scheduleDays .day p {
          max-width: 75%; }
        #agenda #overview #scheduleDays .day .multi-day {
          max-width: 75%;
          padding: 0;
          text-align: left;
          z-index: 1000;
          position: relative;
          background: transparent; }
      #agenda #overview #scheduleDays #may12 .multi-day {
        visibility: visible; }
      #agenda #overview #scheduleDays #awardsDinner {
        position: relative;
        bottom: auto; } }
#agenda #masterSchedule {
  padding: 80px 20px 0; }
  #agenda #masterSchedule p {
    max-width: 680px;
    margin: 0 auto 45px;
    text-align: center; }
  #agenda #masterSchedule #schedule {
    *zoom: 1;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto; }
    #agenda #masterSchedule #schedule:before, #agenda #masterSchedule #schedule:after {
      content: " ";
      display: table; }
    #agenda #masterSchedule #schedule:after {
      clear: both; }
    #agenda #masterSchedule #schedule .day {
      *zoom: 1;
      display: block;
      color: #FFF;
      background-color: #787878; }
      #agenda #masterSchedule #schedule .day:before, #agenda #masterSchedule #schedule .day:after {
        content: " ";
        display: table; }
      #agenda #masterSchedule #schedule .day:after {
        clear: both; }
      #agenda #masterSchedule #schedule .day h2 {
        background-color: #666666; }
      #agenda #masterSchedule #schedule .day .event {
        border-bottom: 2px solid ""; }
        #agenda #masterSchedule #schedule .day .event:last-child {
          border-bottom: none; }
      #agenda #masterSchedule #schedule .day .eventDescription {
        background-color: #aeaeae; }
      #agenda #masterSchedule #schedule .day h2 {
        width: 100%;
        padding: 15px 22px 15px;
        box-sizing: border-box; }
      #agenda #masterSchedule #schedule .day h3 {
        margin-bottom: 8px;
        font-size: 16px; }
      #agenda #masterSchedule #schedule .day p {
        text-align: left;
        font-size: 15px;
        line-height: 18px;
        margin: 0;
        font-weight: 300; }
      #agenda #masterSchedule #schedule .day .time {
        padding: 18px; }
      #agenda #masterSchedule #schedule .day .eventDescription {
        padding: 18px;
        min-height: 130px; }
        #agenda #masterSchedule #schedule .day .eventDescription .avatar {
          overflow: hidden;
          float: left;
          margin: 3px 12px 0 0; }
          #agenda #masterSchedule #schedule .day .eventDescription .avatar img {
            width: 100%; }
      #agenda #masterSchedule #schedule .day .break .eventDescription {
        min-height: 0;
        padding-bottom: 8px; }
      #agenda #masterSchedule #schedule .day .timespan {
        display: block;
        margin-bottom: 12px;
        font-weight: 700; }
        #agenda #masterSchedule #schedule .day .timespan:last-child {
          margin-bottom: 0; }
      #agenda #masterSchedule #schedule .day .event {
        *zoom: 1;
        display: block; }
        #agenda #masterSchedule #schedule .day .event:before, #agenda #masterSchedule #schedule .day .event:after {
          content: " ";
          display: table; }
        #agenda #masterSchedule #schedule .day .event:after {
          clear: both; }
        @media screen and (min-width: 769px) {
          #agenda #masterSchedule #schedule .day .event .time {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 23.23176%; }
            #agenda #masterSchedule #schedule .day .event .time:last-child {
              margin-right: 0; }
          #agenda #masterSchedule #schedule .day .event .eventDescription {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 74.41059%; }
            #agenda #masterSchedule #schedule .day .event .eventDescription:last-child {
              margin-right: 0; }
            #agenda #masterSchedule #schedule .day .event .eventDescription .avatar {
              width: 80px;
              height: 80px; } }
        @media screen and (max-width: 768px) {
          #agenda #masterSchedule #schedule .day .event .time {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 31.76157%; }
            #agenda #masterSchedule #schedule .day .event .time:last-child {
              margin-right: 0; }
          #agenda #masterSchedule #schedule .day .event .eventDescription {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 65.88078%; }
            #agenda #masterSchedule #schedule .day .event .eventDescription:last-child {
              margin-right: 0; }
            #agenda #masterSchedule #schedule .day .event .eventDescription .avatar {
              width: 60px;
              height: 60px; } }
        @media screen and (max-width: 500px) {
          #agenda #masterSchedule #schedule .day .event .time {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%; }
            #agenda #masterSchedule #schedule .day .event .time:last-child {
              margin-right: 0; }
          #agenda #masterSchedule #schedule .day .event .eventDescription {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%; }
            #agenda #masterSchedule #schedule .day .event .eventDescription:last-child {
              margin-right: 0; } }
    #agenda #masterSchedule #schedule #may7_schedule, #agenda #masterSchedule #schedule #may11_schedule {
      color: #FFF;
      background-color: #ffa30e; }
      #agenda #masterSchedule #schedule #may7_schedule h2, #agenda #masterSchedule #schedule #may11_schedule h2 {
        background-color: #ff9108; }
      #agenda #masterSchedule #schedule #may7_schedule .event, #agenda #masterSchedule #schedule #may11_schedule .event {
        border-bottom: 2px solid #ff9715; }
        #agenda #masterSchedule #schedule #may7_schedule .event:last-child, #agenda #masterSchedule #schedule #may11_schedule .event:last-child {
          border-bottom: none; }
      #agenda #masterSchedule #schedule #may7_schedule .eventDescription, #agenda #masterSchedule #schedule #may11_schedule .eventDescription {
        background-color: #ffaf10; }
    #agenda #masterSchedule #schedule #may8_schedule, #agenda #masterSchedule #schedule #may12_schedule {
      color: #FFF;
      background-color: #55a833; }
      #agenda #masterSchedule #schedule #may8_schedule h2, #agenda #masterSchedule #schedule #may12_schedule h2 {
        background-color: #4d9830; }
      #agenda #masterSchedule #schedule #may8_schedule .event, #agenda #masterSchedule #schedule #may12_schedule .event {
        border-bottom: 2px solid #4d9830; }
        #agenda #masterSchedule #schedule #may8_schedule .event:last-child, #agenda #masterSchedule #schedule #may12_schedule .event:last-child {
          border-bottom: none; }
      #agenda #masterSchedule #schedule #may8_schedule .eventDescription, #agenda #masterSchedule #schedule #may12_schedule .eventDescription {
        background-color: #6cbd44; }
    #agenda #masterSchedule #schedule #may9_schedule {
      color: #FFF;
      background-color: #787878; }
      #agenda #masterSchedule #schedule #may9_schedule h2 {
        background-color: #666666; }
      #agenda #masterSchedule #schedule #may9_schedule .event {
        border-bottom: 2px solid #636363; }
        #agenda #masterSchedule #schedule #may9_schedule .event:last-child {
          border-bottom: none; }
      #agenda #masterSchedule #schedule #may9_schedule .eventDescription {
        background-color: #aeaeae; }
    #agenda #masterSchedule #schedule #may10_schedule {
      color: #FFF;
      background-color: #1f72c6; }
      #agenda #masterSchedule #schedule #may10_schedule h2 {
        background-color: #0c3976; }
      #agenda #masterSchedule #schedule #may10_schedule .event {
        border-bottom: 2px solid #1561ae; }
        #agenda #masterSchedule #schedule #may10_schedule .event:last-child {
          border-bottom: none; }
      #agenda #masterSchedule #schedule #may10_schedule .eventDescription {
        background-color: #2985d1; }

#studyTour #masthead {
  background-image: url(../images/banners/study_tour.jpg); }
#studyTour #tourIntro {
  padding: 80px 20px 60px; }
  #studyTour #tourIntro h1 {
    max-width: 680px;
    margin: 0 auto 30px; }
  #studyTour #tourIntro p {
    max-width: 780px;
    margin: 0 auto;
    text-align: center; }
#studyTour .venue {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/banners/nyBanner.png); }
  #studyTour .venue .venueContent {
    *zoom: 1;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto; }
    #studyTour .venue .venueContent:before, #studyTour .venue .venueContent:after {
      content: " ";
      display: table; }
    #studyTour .venue .venueContent:after {
      clear: both; }
  #studyTour .venue .wrapper {
    padding: 60px 30px 30px;
    color: #FFF;
    background-color: rgba(20, 123, 174, 0.65); }
    #studyTour .venue .wrapper h1 {
      margin-bottom: 30px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        #studyTour .venue .wrapper h1 {
          font-size: 42px;
          line-height: 48px; } }
      @media screen and (max-width: 500px) {
        #studyTour .venue .wrapper h1 {
          font-size: 32px;
          line-height: 36px; } }
    #studyTour .venue .wrapper p {
      margin-bottom: 20px;
      font-weight: 300; }
    @media screen and (min-width: 769px) {
      #studyTour .venue .wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%;
        margin-left: 55.44373%; }
        #studyTour .venue .wrapper:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      #studyTour .venue .wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-left: 34.11922%; }
        #studyTour .venue .wrapper:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 500px) {
      #studyTour .venue .wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        #studyTour .venue .wrapper:last-child {
          margin-right: 0; } }

#venuePage #masthead {
  background-image: url(../images/banners/venues.jpg); }
#venuePage #venues h1 {
  margin: 55px 0; }
  @media screen and (max-width: 500px) {
    #venuePage #venues h1 {
      font-size: 26px;
      line-height: 30px; } }
#venuePage .venue h1 {
  font-size: 36px;
  line-height: 40px;
  margin-top: 0; }
  @media screen and (max-width: 768px) {
    #venuePage .venue h1 {
      font-size: 36px;
      line-height: 40px; } }
  @media screen and (max-width: 500px) {
    #venuePage .venue h1 {
      font-size: 28px;
      line-height: 32px; } }
#venuePage .venue p {
  font-weight: 300; }
  #venuePage .venue p a {
    color: inherit;
    font-weight: 700; }
#venuePage #meetingVenue {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/banners/meetingVenue.jpg); }
  #venuePage #meetingVenue .venueContent {
    *zoom: 1;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto; }
    #venuePage #meetingVenue .venueContent:before, #venuePage #meetingVenue .venueContent:after {
      content: " ";
      display: table; }
    #venuePage #meetingVenue .venueContent:after {
      clear: both; }
  #venuePage #meetingVenue .wrapper {
    padding: 60px 30px 30px;
    color: #FFF;
    background-color: rgba(238, 46, 50, 0.7); }
    #venuePage #meetingVenue .wrapper h1 {
      margin-bottom: 30px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        #venuePage #meetingVenue .wrapper h1 {
          font-size: 42px;
          line-height: 48px; } }
      @media screen and (max-width: 500px) {
        #venuePage #meetingVenue .wrapper h1 {
          font-size: 32px;
          line-height: 36px; } }
    #venuePage #meetingVenue .wrapper p {
      margin-bottom: 20px;
      font-weight: 300; }
    @media screen and (min-width: 769px) {
      #venuePage #meetingVenue .wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 36.02647%;
        margin-left: 4.2649%; }
        #venuePage #meetingVenue .wrapper:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      #venuePage #meetingVenue .wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-left: 8.5298%; }
        #venuePage #meetingVenue .wrapper:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 500px) {
      #venuePage #meetingVenue .wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        #venuePage #meetingVenue .wrapper:last-child {
          margin-right: 0; } }
  #venuePage #meetingVenue .venueLink {
    width: auto;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.76);
    color: #e10000;
    padding: 14px 20px 12px;
    box-sizing: border-box;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0; }
    #venuePage #meetingVenue .venueLink .arrow {
      display: inline-block;
      height: 13px;
      width: 18px;
      background-size: contain;
      background-image: url(../images/icons/buttonArrow_red.png);
      background-repeat: no-repeat;
      background-position: right center; }
    @media screen and (max-width: 500px) {
      #venuePage #meetingVenue .venueLink {
        max-width: 300px;
        line-height: 18px;
        font-size: 15px; } }
#venuePage #hotelVenue {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/banners/hotelVenue.jpg); }
  #venuePage #hotelVenue .venueContent {
    *zoom: 1;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto; }
    #venuePage #hotelVenue .venueContent:before, #venuePage #hotelVenue .venueContent:after {
      content: " ";
      display: table; }
    #venuePage #hotelVenue .venueContent:after {
      clear: both; }
  #venuePage #hotelVenue .wrapper {
    padding: 60px 30px 30px;
    color: #FFF;
    background-color: rgba(255, 170, 0, 0.78); }
    #venuePage #hotelVenue .wrapper h1 {
      margin-bottom: 30px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        #venuePage #hotelVenue .wrapper h1 {
          font-size: 42px;
          line-height: 48px; } }
      @media screen and (max-width: 500px) {
        #venuePage #hotelVenue .wrapper h1 {
          font-size: 32px;
          line-height: 36px; } }
    #venuePage #hotelVenue .wrapper p {
      margin-bottom: 20px;
      font-weight: 300; }
    @media screen and (min-width: 769px) {
      #venuePage #hotelVenue .wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 36.02647%;
        margin-left: 55.44373%; }
        #venuePage #hotelVenue .wrapper:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      #venuePage #hotelVenue .wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-left: 34.11922%; }
        #venuePage #hotelVenue .wrapper:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 500px) {
      #venuePage #hotelVenue .wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        #venuePage #hotelVenue .wrapper:last-child {
          margin-right: 0; } }
  #venuePage #hotelVenue .venueLink {
    width: auto;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.76);
    color: #d99000;
    padding: 14px 20px 12px;
    box-sizing: border-box;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0; }
    #venuePage #hotelVenue .venueLink .arrow {
      display: inline-block;
      height: 13px;
      width: 18px;
      background-size: contain;
      background-image: url(../images/icons/buttonArrow_orange.png);
      background-repeat: no-repeat;
      background-position: right center; }
    @media screen and (max-width: 500px) {
      #venuePage #hotelVenue .venueLink {
        max-width: 300px;
        line-height: 18px;
        font-size: 15px; } }
#venuePage #receptionVenue {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/banners/receptionVenue.jpg); }
  #venuePage #receptionVenue .venueContent {
    *zoom: 1;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto; }
    #venuePage #receptionVenue .venueContent:before, #venuePage #receptionVenue .venueContent:after {
      content: " ";
      display: table; }
    #venuePage #receptionVenue .venueContent:after {
      clear: both; }
  #venuePage #receptionVenue .wrapper {
    padding: 60px 30px 30px;
    color: #FFF;
    background-color: rgba(13, 100, 172, 0.8); }
    #venuePage #receptionVenue .wrapper h1 {
      margin-bottom: 30px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        #venuePage #receptionVenue .wrapper h1 {
          font-size: 42px;
          line-height: 48px; } }
      @media screen and (max-width: 500px) {
        #venuePage #receptionVenue .wrapper h1 {
          font-size: 32px;
          line-height: 36px; } }
    #venuePage #receptionVenue .wrapper p {
      margin-bottom: 20px;
      font-weight: 300; }
    @media screen and (min-width: 769px) {
      #venuePage #receptionVenue .wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 36.02647%;
        margin-left: 4.2649%; }
        #venuePage #receptionVenue .wrapper:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      #venuePage #receptionVenue .wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-left: 8.5298%; }
        #venuePage #receptionVenue .wrapper:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 500px) {
      #venuePage #receptionVenue .wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        #venuePage #receptionVenue .wrapper:last-child {
          margin-right: 0; } }
  #venuePage #receptionVenue .venueLink {
    width: auto;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.76);
    color: #075ca7;
    padding: 14px 20px 12px;
    box-sizing: border-box;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0; }
    #venuePage #receptionVenue .venueLink .arrow {
      display: inline-block;
      height: 13px;
      width: 18px;
      background-size: contain;
      background-image: url(../images/icons/buttonArrow_deepblue.png);
      background-repeat: no-repeat;
      background-position: right center; }
    @media screen and (max-width: 500px) {
      #venuePage #receptionVenue .venueLink {
        max-width: 300px;
        line-height: 18px;
        font-size: 15px; } }
#venuePage #awardsVenue {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/banners/awardsVenue.jpg); }
  #venuePage #awardsVenue .venueContent {
    *zoom: 1;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto; }
    #venuePage #awardsVenue .venueContent:before, #venuePage #awardsVenue .venueContent:after {
      content: " ";
      display: table; }
    #venuePage #awardsVenue .venueContent:after {
      clear: both; }
  #venuePage #awardsVenue .wrapper {
    padding: 60px 30px 30px;
    color: #FFF;
    background-color: rgba(112, 56, 184, 0.8); }
    #venuePage #awardsVenue .wrapper h1 {
      margin-bottom: 30px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        #venuePage #awardsVenue .wrapper h1 {
          font-size: 42px;
          line-height: 48px; } }
      @media screen and (max-width: 500px) {
        #venuePage #awardsVenue .wrapper h1 {
          font-size: 32px;
          line-height: 36px; } }
    #venuePage #awardsVenue .wrapper p {
      margin-bottom: 20px;
      font-weight: 300; }
    @media screen and (min-width: 769px) {
      #venuePage #awardsVenue .wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 36.02647%;
        margin-left: 55.44373%; }
        #venuePage #awardsVenue .wrapper:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      #venuePage #awardsVenue .wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 57.35098%;
        margin-left: 34.11922%; }
        #venuePage #awardsVenue .wrapper:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 500px) {
      #venuePage #awardsVenue .wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-left: 0%; }
        #venuePage #awardsVenue .wrapper:last-child {
          margin-right: 0; } }
  #venuePage #awardsVenue .venueLink {
    width: auto;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.76);
    color: #671f89;
    padding: 14px 20px 12px;
    box-sizing: border-box;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0; }
    #venuePage #awardsVenue .venueLink .arrow {
      display: inline-block;
      height: 13px;
      width: 18px;
      background-size: contain;
      background-image: url(../images/icons/buttonArrow_purple.png);
      background-repeat: no-repeat;
      background-position: right center; }
    @media screen and (max-width: 500px) {
      #venuePage #awardsVenue .venueLink {
        max-width: 300px;
        line-height: 18px;
        font-size: 15px; } }
#venuePage .wrapper {
  position: relative; }
  @media screen and (min-width: 769px) {
    #venuePage .wrapper {
      min-height: 535px; }
      #venuePage .wrapper p {
        padding-bottom: 60px; } }
#venuePage .venueLink .arrow {
  height: 11px !important; }
@media screen and (min-width: 769px) {
  #venuePage .venueLink {
    position: absolute;
    bottom: 25px;
    width: 83% !important; } }

#awards #masthead {
  background-image: url(../images/banners/awards.jpg); }
#awards #top {
  padding: 80px 20px 60px; }
  #awards #top p {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 60px auto; }
#awards #speaker {
  padding: 80px 20px 60px;
  background-color: #6cbd44; }
  #awards #speaker .row {
    *zoom: 1;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto; }
    #awards #speaker .row:before, #awards #speaker .row:after {
      content: " ";
      display: table; }
    #awards #speaker .row:after {
      clear: both; }
    #awards #speaker .row .col-4 {
      text-align: center;
      width: 22%;
      margin: 0 1.5%;
      float: left; }
      @media screen and (min-width: 769px) {
        #awards #speaker .row .col-4 {
          width: 22%;
          margin: 0 1.5%;
          float: left; } }
      @media screen and (max-width: 768px) {
        #awards #speaker .row .col-4 {
          width: 22%;
          margin: 0 auto 30px auto;
          float: none; } }
      @media screen and (max-width: 500px) {
        #awards #speaker .row .col-4 {
          width: 80%;
          margin: 0 auto 30px auto;
          float: none; } }
      #awards #speaker .row .col-4 img {
        width: 100%;
        margin: 0 auto; }
    #awards #speaker .row .col-8 {
      padding-left: 40px;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      #awards #speaker .row .col-8:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        #awards #speaker .row .col-8 {
          padding: 0;
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          #awards #speaker .row .col-8:last-child {
            margin-right: 0; } }
    #awards #speaker .row h2 {
      font-weight: bold;
      margin: 0 0 20px 0; }
    #awards #speaker .row p {
      font-weight: normal; }
#awards #awardsList {
  padding: 80px 20px 60px; }
  #awards #awardsList h2 {
    margin: 40px 0;
    text-align: center; }
  #awards #awardsList ul {
    *zoom: 1;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    #awards #awardsList ul:before, #awards #awardsList ul:after {
      content: " ";
      display: table; }
    #awards #awardsList ul:after {
      clear: both; }
    #awards #awardsList ul .award {
      display: inline-block;
      text-align: center; }
      #awards #awardsList ul .award img {
        width: 100%;
        margin-bottom: 20px; }
      #awards #awardsList ul .award h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 12px;
        color: #6cbd44; }
        @media screen and (max-width: 768px) {
          #awards #awardsList ul .award h3 {
            font-size: 18px;
            line-height: 22px; } }
      @media screen and (min-width: 769px) {
        #awards #awardsList ul .award {
          width: 22%;
          margin: 0 1.5%;
          float: left;
          margin-bottom: 40px; } }
      @media screen and (max-width: 768px) {
        #awards #awardsList ul .award {
          width: 22%;
          margin: 0 1.5%;
          float: left;
          margin-bottom: 40px; } }
      @media screen and (max-width: 500px) {
        #awards #awardsList ul .award {
          width: 80%;
          margin: 0 auto;
          float: none;
          margin-bottom: 0px; } }

#attendees #masthead {
  background-image: url(../images/banners/attendees.jpg); }
#attendees #attendeeList {
  padding: 80px 20px 100px; }
  #attendees #attendeeList h2 {
    padding: 50px 0 30px 0;
    text-align: center; }
  #attendees #attendeeList h3 {
    max-width: 615px;
    margin: 0 auto;
    text-transform: uppercase; }
  #attendees #attendeeList p {
    max-width: 780px;
    margin: 40px auto;
    text-align: center; }
  #attendees #attendeeList ul {
    max-width: 615px;
    margin: 10px auto 30px auto;
    text-align: left;
    list-style: disc outside none;
    padding-left: 15px; }
  #attendees #attendeeList ul li {
    padding: 5px 0;
    line-height: 20px; }
  #attendees #attendeeList .registerLink {
    width: auto;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    background-color: #ffaf10;
    color: #FFF;
    padding: 14px 20px 12px;
    box-sizing: border-box;
    max-width: 380px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; }
    @media screen and (max-width: 500px) {
      #attendees #attendeeList .registerLink {
        max-width: 300px;
        line-height: 18px;
        font-size: 15px; } }
  #attendees #attendeeList ul li a, #attendees #attendeeList ul li a:visited {
    color: #ffaf10; }

#extras #masthead {
  background-image: url(../images/banners/extras.jpg); }
#extras #travel {
  *zoom: 1;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 20px 20px;
  text-align: center;
  margin-bottom: 70px; }
  #extras #travel .row {
    margin: 40px auto 0 auto; }
  #extras #travel:before, #extras #travel:after {
    content: " ";
    display: table; }
  #extras #travel:after {
    clear: both; }
  #extras #travel p {
    max-width: 500px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #extras #travel p {
        max-width: 100%; } }
  #extras #travel .travel-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    #extras #travel .travel-col h2 {
      color: #f9b023;
      font-size: 22px;
      font-weight: 500;
      border: none;
      margin: 0 auto;
      padding: 0; }
    #extras #travel .travel-col img {
      margin: 10px auto; }
    #extras #travel .travel-col p {
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      margin: 20px 0; }
      #extras #travel .travel-col p .strong {
        font-weight: 700; }
    #extras #travel .travel-col a, #extras #travel .travel-col a:visited, #extras #travel .travel-col a:hover, #extras #travel .travel-col a:active {
      color: #ffaf10;
      text-decoration: none; }
    #extras #travel .travel-col:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      #extras #travel .travel-col {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        #extras #travel .travel-col:last-child {
          margin-right: 0; } }
#extras #sponsors {
  padding: 80px 20px 20px;
  text-align: center; }
#extras h2 {
  max-width: 224px;
  padding-bottom: 15px;
  border-bottom: 2px solid;
  margin: 0 auto 30px;
  text-align: center; }
#extras .sponsors {
  margin-bottom: 70px; }
  #extras .sponsors p {
    max-width: 550px;
    margin: 0 auto;
    font-weight: 300; }
  #extras .sponsors img {
    width: 100%;
    max-width: 320px; }
#extras #goldSponsors h2 {
  color: #ffaf10; }
#extras #silverSponsors h2 {
  color: #818080; }
#extras #bronzeSponsors h2 {
  color: #f27023; }
#extras #sponsorship {
  background-color: #2985d1;
  padding: 80px 20px 20px; }
  #extras #sponsorship h2 {
    color: #FFF; }
  #extras #sponsorship p {
    max-width: 595px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-weight: 300; }
  #extras #sponsorship a {
    color: #ffaf10; }
  #extras #sponsorship .sponsorRegister {
    width: auto;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    background-color: #FFF;
    color: #ffaf10;
    padding: 14px 20px 12px;
    box-sizing: border-box;
    width: 310px;
    margin: 30px auto; }
    #extras #sponsorship .sponsorRegister .arrow {
      display: inline-block;
      height: 13px;
      width: 18px;
      background-size: contain;
      background-image: url(../images/icons/buttonArrow_yellow.png);
      background-repeat: no-repeat;
      background-position: right center; }
    @media screen and (max-width: 500px) {
      #extras #sponsorship .sponsorRegister {
        max-width: 300px;
        line-height: 18px;
        font-size: 15px; } }
    @media screen and (max-width: 500px) {
      #extras #sponsorship .sponsorRegister {
        width: auto; } }
#extras #faqs {
  background-color: #6cbd44;
  padding: 80px 20px 60px;
  color: #FFF; }
  #extras #faqs h1 {
    margin-bottom: 40px; }
  #extras #faqs h2 {
    text-align: left;
    border-bottom: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
    padding: 0; }
  #extras #faqs p, #extras #faqs li {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 20px; }
  #extras #faqs li {
    margin-bottom: 10px; }
  #extras #faqs a {
    color: #ffaf10; }
  #extras #faqs .row {
    *zoom: 1;
    display: block;
    *zoom: 1;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }
    #extras #faqs .row:before, #extras #faqs .row:after {
      content: " ";
      display: table; }
    #extras #faqs .row:after {
      clear: both; }
    #extras #faqs .row:before, #extras #faqs .row:after {
      content: " ";
      display: table; }
    #extras #faqs .row:after {
      clear: both; }
    @media screen and (max-width: 768px) {
      #extras #faqs .row {
        margin-bottom: 0; } }
  @media screen and (min-width: 769px) {
    #extras #faqs .faq {
      vertical-align: top;
      display: inline-block;
      width: 40%;
      margin: 0 4%;
      padding-left: 40px;
      box-sizing: border-box; } }

#international-travel {
  *zoom: 1;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 20px 20px;
  text-align: center;
  margin-bottom: 70px; }
  #international-travel:before, #international-travel:after {
    content: " ";
    display: table; }
  #international-travel:after {
    clear: both; }
  #international-travel h2 {
    font-weight: bold;
    text-align: center;
    border: none;
    font-size: 22px;
    line-height: 24px;
    max-width: 300px;
    margin: 40px auto 0 auto; }
  #international-travel h3 {
    max-width: 615px;
    margin: 0 auto;
    text-transform: uppercase; }
  #international-travel p {
    font-size: 18px;
    max-width: 630px;
    margin: 30px auto;
    text-align: left;
    font-weight: normal; }
  #international-travel a {
    color: #ffaf10; }
  #international-travel .center {
    text-align: center; }
  #international-travel ul {
    font-size: 18px;
    max-width: 615px;
    margin: 0 auto;
    text-align: left;
    list-style: disc outside none;
    padding-left: 35px; }
  #international-travel ul li {
    padding: 5px 0;
    line-height: 20px; }

#register #masthead {
  background-image: url(../images/banners/registration.jpg); }
#register #registerPromo {
  background-color: #6cbd44; }
#register #registrationInfo {
  padding: 0px 20px 60px; }
  #register #registrationInfo h2 {
    text-align: center;
    margin-bottom: 30px; }
  #register #registrationInfo .row {
    *zoom: 1;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto 40px auto;
    max-width: 680px; }
    #register #registrationInfo .row:before, #register #registrationInfo .row:after {
      content: " ";
      display: table; }
    #register #registrationInfo .row:after {
      clear: both; }
  #register #registrationInfo .col-6 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    #register #registrationInfo .col-6:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      #register #registrationInfo .col-6 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        border: none; }
        #register #registrationInfo .col-6:last-child {
          margin-right: 0; } }
    #register #registrationInfo .col-6 p {
      text-align: left; }
  #register #registrationInfo p {
    max-width: 680px;
    margin: 0 auto 30px;
    font-weight: 300;
    text-align: center; }
#register #registrationPackages {
  padding: 80px 20px 40px; }
  #register #registrationPackages h2 {
    text-align: center;
    font-size: 22px;
    margin: 70px 0 25px 0; }
    @media screen and (max-width: 768px) {
      #register #registrationPackages h2 {
        margin: 25px 0; } }
  #register #registrationPackages p {
    max-width: 730px;
    margin: 0 auto 15px;
    font-weight: 300;
    text-align: left; }
    #register #registrationPackages p a {
      color: #ffaf10; }
  #register #registrationPackages p.note {
    font-size: 12px;
    line-height: 14px;
    max-width: 680px;
    margin: 0 auto 15px;
    font-weight: 300;
    text-align: left;
    max-width: 730px; }
    @media screen and (max-width: 768px) {
      #register #registrationPackages p.note {
        font-size: 16px;
        line-height: 18px; } }
  #register #registrationPackages .registerLink {
    width: auto;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    background-color: #6cbd44;
    color: #FFF;
    padding: 14px 20px 12px;
    box-sizing: border-box;
    max-width: 310px;
    margin: 0px auto; }
    #register #registrationPackages .registerLink .arrow {
      display: inline-block;
      height: 13px;
      width: 18px;
      background-size: contain;
      background-image: url(../images/icons/buttonArrow.png);
      background-repeat: no-repeat;
      background-position: right center; }
    @media screen and (max-width: 500px) {
      #register #registrationPackages .registerLink {
        max-width: 300px;
        line-height: 18px;
        font-size: 15px; } }
  #register #registrationPackages .row {
    margin: 60px auto 20px auto;
    *zoom: 1;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    max-width: 740px; }
    #register #registrationPackages .row:before, #register #registrationPackages .row:after {
      content: " ";
      display: table; }
    #register #registrationPackages .row:after {
      clear: both; }
    #register #registrationPackages .row .label {
      font-style: normal;
      font-size: 15px;
      line-height: 16px;
      font-weight: bold;
      border-bottom: 2px solid #8095a0;
      padding: 25px 0 10px 0;
      min-height: 30px; }
      @media screen and (max-width: 768px) {
        #register #registrationPackages .row .label {
          border: none;
          padding: 5px 0;
          min-height: 0;
          font-size: 17px; } }
    #register #registrationPackages .row .cell {
      display: block; }
      @media screen and (max-width: 768px) {
        #register #registrationPackages .row .cell {
          background-color: #cde3f4;
          min-height: 300px;
          margin: 20px 0;
          padding: 10px 20px; } }
    #register #registrationPackages .row .hide.label {
      display: none; }
      @media screen and (max-width: 768px) {
        #register #registrationPackages .row .hide.label {
          display: block; } }
    #register #registrationPackages .row div {
      font-size: 16px;
      font-weight: 300;
      padding: 10px 0;
      min-height: 55px;
      font-style: italic; }
      @media screen and (max-width: 768px) {
        #register #registrationPackages .row div {
          padding: 0;
          min-height: 0;
          font-size: 17px; } }
    #register #registrationPackages .row .col-4 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin: 0;
      padding: 0;
      width: 32%;
      border-bottom: 1px solid #8095a0; }
      #register #registrationPackages .row .col-4:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        #register #registrationPackages .row .col-4 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          border: none;
          margin: 5px 0; }
          #register #registrationPackages .row .col-4:last-child {
            margin-right: 0; } }
    #register #registrationPackages .row .col-2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 14.70196%;
      margin: 0;
      padding: 0;
      width: 17%;
      text-align: center;
      border-bottom: 1px solid #8095a0; }
      #register #registrationPackages .row .col-2:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        #register #registrationPackages .row .col-2 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          border: none;
          text-align: left;
          margin: 5px 0; }
          #register #registrationPackages .row .col-2:last-child {
            margin-right: 0; } }
    #register #registrationPackages .row .blue-light {
      padding: 20px 0 0 0;
      background-color: #cde3f4; }
      @media screen and (max-width: 768px) {
        #register #registrationPackages .row .blue-light {
          background: none;
          padding: 0; } }
    #register #registrationPackages .row .blue-dark {
      padding: 20px 0 0 0;
      background-color: #a9ceed; }
      @media screen and (max-width: 768px) {
        #register #registrationPackages .row .blue-dark {
          background: none;
          padding: 0; } }
    @media screen and (max-width: 768px) {
      #register #registrationPackages .row {
        margin: 40px auto 0px auto; } }
  #register #registrationPackages .last.row {
    margin: 20px auto 20px auto; }
    @media screen and (max-width: 768px) {
      #register #registrationPackages .last.row {
        margin: 20px auto 0px auto; } }

#primaryFooter {
  background: #082439; }
  #primaryFooter #footerContent {
    margin: 0 auto; }
    #primaryFooter #footerContent .share {
      font-family: "museo-sans", Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-size: 16px;
      text-align: center; }
    #primaryFooter #footerContent #socialMenu {
      padding: 0 0 40px 0;
      display: block;
      width: 100%;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #primaryFooter #footerContent #socialMenu {
          padding: 5px 0 60px 0; } }
      #primaryFooter #footerContent #socialMenu li {
        display: inline-block;
        width: 34px;
        height: 34px;
        margin: 0 5px; }
      #primaryFooter #footerContent #socialMenu .socialItem {
        display: block;
        width: 100%;
        height: 100%;
        color: transparent;
        font: 0/0 a;
        text-shadow: none;
        background-image: url(../images/icons/footerSocialSprite.png);
        background-repeat: no-repeat; }
      #primaryFooter #footerContent #socialMenu .twitter {
        background-position: 0 0; }
      #primaryFooter #footerContent #socialMenu .linkedin {
        background-position: -44px 0; }
      #primaryFooter #footerContent #socialMenu .facebook {
        background-position: -88px 0; }
      #primaryFooter #footerContent #socialMenu .flickr {
        background-position: -132px 0; }
    #primaryFooter #footerContent #footerMenu {
      padding: 80px 0 0;
      text-align: center; }
      #primaryFooter #footerContent #footerMenu li {
        margin: 0 10px 10px; }
        #primaryFooter #footerContent #footerMenu li a {
          color: #FFF;
          font-size: 14px;
          line-height: 26px; }
        @media screen and (min-width: 769px) {
          #primaryFooter #footerContent #footerMenu li {
            display: inline-block; } }
    #primaryFooter #footerContent #creditsMenu {
      border-top: 1px solid #395061;
      font-size: 12px;
      color: white;
      font-weight: 300;
      margin-top: 20px;
      width: 100%;
      padding: 20px 0; }
      @media screen and (max-width: 768px) {
        #primaryFooter #footerContent #creditsMenu {
          padding: 80px 0 80px 0; } }
      #primaryFooter #footerContent #creditsMenu li:first-child {
        text-align: left;
        padding: 0 0 0 50px; }
        @media screen and (max-width: 768px) {
          #primaryFooter #footerContent #creditsMenu li:first-child {
            padding: 0;
            text-align: center; } }
      #primaryFooter #footerContent #creditsMenu li {
        text-align: center;
        margin: 0 auto;
        width: 33%; }
        @media screen and (min-width: 769px) {
          #primaryFooter #footerContent #creditsMenu li {
            display: inline-block; } }
        @media screen and (max-width: 768px) {
          #primaryFooter #footerContent #creditsMenu li {
            width: 100%;
            padding: 20px 0; } }
      #primaryFooter #footerContent #creditsMenu li:last-child {
        text-align: right;
        padding: 0 50px 0 0; }
        @media screen and (max-width: 768px) {
          #primaryFooter #footerContent #creditsMenu li:last-child {
            padding: 0;
            text-align: center; } }
        #primaryFooter #footerContent #creditsMenu li:last-child img {
          vertical-align: middle;
          width: 18px;
          height: 15px; }
      #primaryFooter #footerContent #creditsMenu .inmaLink {
        display: inline-block;
        width: 111px;
        height: 34px;
        background-image: url(../images/footerLogo.png);
        background-size: 111px 34px;
        background-repeat: no-repeat;
        color: transparent;
        font: 0/0 a;
        text-shadow: none;
        vertical-align: middle; }
      #primaryFooter #footerContent #creditsMenu .copyright {
        color: #FFF;
        font-size: 12px;
        font-weight: 300;
        margin-top: 5px;
        width: 100%; }
      #primaryFooter #footerContent #creditsMenu a, #primaryFooter #footerContent #creditsMenu a:active, #primaryFooter #footerContent #creditsMenu a:visited {
        font-size: 12px;
        color: white; }

/*# sourceMappingURL=screen.css.map */
</pre></body></html>