html {
  overflow-y: scroll;
}
html, button, input, select, textarea {
  font-family: 'ff-tisa-web-pro',serif;
  color: white;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  -webkit-transition: opacity .1s ease-in-out;
          transition: opacity .1s ease-in-out;
}

.section {
  position: relative;
  z-index: 5;
  clear: both;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.container {
  position: relative;
  z-index: 5;
  overflow: visible;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 20px;
}
.container:before, .container:after {
  display: table;
  content: '';
}
.container:after {
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
a, a:visited, a:active {
  color: inherit;
}
b, strong {
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 130%;
}
h1 {
  font-size: 300%;
}
h2 {
  font-size: 430%;
}
h3 {
  font-size: 370%;
}
h4 {
  font-size: 125%;
  margin-top: 2em;
}
h5 {
  font-size: 110%;
}
h6 {
  font-size: 100%;
}
p {
  line-height: 170%;
  margin: 1em 0;
}
ul, ol, blockquote {
  margin: 1em 0 1em 3em;
}
h2, h3, .cyclone {
  font-family: 'Cyclone Inline A', 'Cyclone Inline B', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 90%;
  padding-top: .2em;
  padding-bottom: .2em;
}
h4, .verlagb {
  font-family: 'Verlag A', 'Verlag B', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .15em;
}
.coverbg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}
.h4red {
  position: relative;
  overflow: visible;
  margin: 1.8em 0;
  padding: .9em 0;
  color: white;
}
.h4red:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 5000px;
  height: 100%;
  margin-left: -2500px;
  content: '';
  background-color: #e92b1e;
}
.h4caps {
  text-transform: uppercase;
}
a.btnOrng, a.btnClr, a.btnClrB {
  font-family: 'Verlag A', 'Verlag B', sans-serif;
  font-size: 110%;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  padding: 8px 45px;
  text-decoration: none;
  letter-spacing: .15em;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: white;
  border-radius: 20px;
  background-color: #e92b1e;
}
a.btnClr {
  padding: 8px 22px;
  color: white;
  background-color: #e92b1e;
}
a.btnClrB {
  font-size: 100%;
  padding: 8px 22px;
  color: white;
  background-color: #e92b1e;
}
a.btnOrng:hover {
  background-color: black;
}
a.btnClr:hover {
  background-color: black;
}
.grey {
  color: black;
  background-color: white;
}
.blue {
  color: black;
  background-color: white;
}
.white {
  color: #333;
  background-color: white;
}
.intro {
  font-size: 130%;
  font-style: italic;
  line-height: 150%;
}
.center {
  text-align: center;
}
.section.colors:nth-child(odd) > h2 {
  background-color: #5f5f5f !important;
}
.section.colors:nth-child(even) > h2 {
  background-color: #4d4d4d !important;
}
.section.translucent > h2 {
  background-color: rgba(51,51,51,.4);
}
.acc > div {
  display: none;
}
.section.acc > h2 {
  margin: 0;
  padding: 0;
}
.section.acc > h2 > span, .section.acc > h2 > a {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  padding: 15px 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  color: white;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
}
.section.acc > h2 > span > span, .section.acc > h2 > a > span {
  position: relative;
}
.section.acc > h2 > span > span:after, .section.acc > h2 > a > span:after {
  position: absolute;
  top: .15em;
  right: -.5em;
  content: '+';
}
.section.acc > h2 > a > span:after {
  right: -.45em;
  content: '>';
}
.section.acc > h2.active > span > span:after {
  right: -.45em;
  content: '-';
}
.acc.arrow > h2 > span {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
}
.acc.arrow > h2 > span > span {
  position: relative;
}
.acc.arrow > h2 > span > span:after {
  font-family: 'tedx-charlottesville';
  font-size: 26px;
  position: absolute;
  top: .5em;
  right: -1.8em;
  content: '>';
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.acc.arrow > h2.active > span > span:after {
  -webkit-transform: rotate(270deg);
     -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
       -o-transform: rotate(270deg);

  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.padded {
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 40px;
}

/* NAVIGATION */

#navTop {
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(0,0,0,.5);
}
#navTop .navLogo {
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 400px;
  height: 100px;
  padding: 25px 30px;
}
#navTop .navLogo a img {
  width: auto;
  height: 100%;
}
#navTop .navLinks {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  padding-left: 400px;
  text-align: right;
}
#navScroll {
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 50px;
  background-color: rgba(0,0,0,.5);
}
#navScroll .navLinks {
  position: relative;
  display: inline-block;
  float: right;
  padding: 0;
  text-align: right;
}
.navContainer .navLinks a {
  font-size: 80%;
  text-decoration: none;
  text-transform: uppercase;
}
.navContainer .navLinks ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navContainer .navLinks > ul > li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  vertical-align: middle;
}
.navContainer .navLinks > ul > li > a {
  display: inline-block;
  width: auto;
  height: 100px;
  padding: 32px 0 36px 0;
  vertical-align: middle;
}
#navScroll.navContainer .navLinks > ul.navigation > li > a {
  height: 50px;
  padding: 8px 0 8px 0;
}
.navContainer .navLinks > ul.social {
  margin: 0 30px;
}
.navContainer .navLinks > ul.social > li {
  display: inline-block;
  margin: 0;
}
.navContainer .navLinks > ul.social > li > a {
  font-size: 100%;
  height: 2.3em;
  padding: 7px;
  vertical-align: middle;
  opacity: .7;
}
.navContainer .navLinks > ul.social > li > a:hover {
  opacity: 1;
}
.navContainer .navLinks > ul.social > li:first-child > a, .navContainer .navLinks > ul.social > li:last-child > a {
  font-size: 125%;
  height: 1.7em;
}
.navContainer .navLinks > ul > li > a > span {
  line-height: 32px;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 10px;
  border: 1px solid transparent;
}
.navContainer .navLinks > ul > li > a:hover > span, .navContainer .navLinks > ul > li > a.active > span {
  border-color: white;
}
.navContainer .navLinks > ul > li > ul {
  position: absolute;
  top: 100px;
  left: -10px;
  overflow: hidden;
  width: auto;
  height: 0;
  -webkit-transition: height .4s ease-out;
          transition: height .4s ease-out;
}
#navScroll.navContainer .navLinks > ul > li > ul {
  top: 50px;
}
.navContainer .navLinks > ul > li:hover > ul {
  height: 9em;
}
.navContainer .navLinks > ul > li > ul li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.navContainer .navLinks > ul > li > ul li a {
  line-height: 2em;
  display: block;
  width: 100%;
  margin: 0;
  padding: 5px 20px;
  text-align: left;
  white-space: nowrap;
  background-color: rgba(0,0,0,.7);
}
.navContainer .navLinks > ul > li > ul li a:hover {
  color: black;
  background-color: rgba(255,255,255,.7);
}

@media screen and (max-width: 1100px) {
  #navTop {
    position: fixed;
    height: auto;
    background-color: rgba(0,0,0,.7);
  }
  #navTop .navLogo {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    width: 300px;
    height: auto;
    margin: 12px 0 8px 20px;
    padding: 0;
  }
  #navTop .navLogo a {
    width: 100%;
    height: auto;
  }
  #navTop .navLogo a img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
  #navTop .navLinks {
    padding: 0;
    text-align: center;
    background-color: black;
  }
  .navContainer .navLinks a {
    font-size: 100%;
  }
  .navContainer .navLinks ul {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid white;
  }
  .navContainer .navLinks > ul > li > a {
    height: auto;
    padding: 8px 0 8px 0;
  }
  .navContainer .navLinks > ul.navigation > li {
    display: block;
    width: 100%;
  }
  .navContainer .navLinks > ul.social {
    margin: 0;
    padding: 15px 0 10px 0;
    border-bottom: none;
  }
  .navContainer .navLinks > ul.social > li {
    width: auto;
    margin: 0 5px;
  }
  .navContainer .navLinks > ul.social > li > a {
    font-size: 120%;
  }
  .navContainer .navLinks > ul.social > li:first-child > a, .navContainer .navLinks > ul.social > li:last-child > a {
    font-size: 150%;
    height: 2em;
  }
}

/* PARALLAX HEX BG */

#bgBase {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-image: url('/images/bg2019.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}
#bgBot {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-image: url('/images/bg-bot.png');
  background-repeat: repeat-y;
  background-position: center center;
  background-size: auto 170%;
}
#bgTop {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background-image: url('/images/bg-top.png');
  background-repeat: repeat-y;
  background-position: center center;
  background-size: auto 170%;
}

/* HOME */

#homeHero {
  overflow: visible;
  width: 100%;
  height: 450px;
  margin-top: 170px;
  margin-bottom: 50px;
  color: black;
}
#homeHero .hhOuter {
  display: table;
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#homeHero .hhOuter > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#homeHero .ytPlayerContainer {
  max-width: 500px;
  height: auto;
  margin: 0 auto;
}
#homeHero .hhI1 {
  font-size: 110%;
  display: inline-block;
  margin-bottom: 1em;
  text-transform: uppercase;
}
#homeHero .hhI2 {
  font-size: 900%;
  line-height: 100%;
  display: inline-block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#homeHero a.btnOrng {
  margin-top: 1.5em;
}
#homeSpeakers {
  padding-top: 20px;
  padding-bottom: 60px;
}
#homeSpeakers .container > div {
  float: left;
  width: 60%;
  padding: 50px 50px 0 0;
}
#homeSpeakers .container > div > p {
  max-width: 500px;
  margin-top: 0;
}
#homeSpeakers .container > div > h2 a {
  text-decoration: none;
}
#homeSpeakers .container > div:first-of-type {
  width: 40%;
  padding-left: 50px;
}
#homeSpeakers .container > div:first-of-type img {
  width: 100%;
  height: auto;
}
.rsHS1 .rsBullet span {
  border: 1px solid black !important;
}
.rsHS1 .rsBullet.rsNavSelected span {
  background-color: black !important;
}

/* SUB PAGE NAV */

.subTopNav {
  padding-top: 120px;
  padding-bottom: 25px;
  color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.subTopNav .container > div {
  display: table;
  table-layout: fixed;
}
.subTopNav h2 {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.subTopNav ul {
  display: table-cell;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-left: 30px;
  list-style: none;
  vertical-align: middle;
}
.subTopNav ul li {
  display: inline-block;
  margin: 8px;
}
.subTopNav ul li a {
  font-size: 90%;
  padding: 8px 10px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.subTopNav ul li a:hover {
  border-color: white;
}

/* MAILER STYLES */

.mailerContainer {
  max-width: 800px !important;
  padding: 30px 0;
}
.mailerContainer > form > div {
  float: left;
  width: 50%;
}
.mailerContainer > form > div.rinputs {
  float: right;
  padding-left: 60px;
}
.mailerContainer > form > div.rinputs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mailerContainer > form > div.rinputs ul li {
  font-size: 120%;
  margin: 8px 8px;
}
input[type=radio] {
  display: none;
  margin: 10px;
}
input[type=radio] + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -.1em;
  margin-right: 10px;
  cursor: pointer;
  vertical-align: middle;
  text-indent: -9999px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: transparent;
}
input[type=radio]:checked + label {
  border-color: #e92b1e;
  background-color: #e92b1e;
  background-image: none;
}

@media screen and (max-width: 800px) {
  .mailerContainer > form > div {
    width: 100%;
  }
  .mailerContainer > form > div.rinputs {
    padding-bottom: 10px;
    padding-left: 0;
  }
}

/* SPEAKERS */

.ytPlayerOuter {
  position: relative;
  height: 0;
  padding-top: 25px;
  padding-bottom: 56.25%; /* 16:9 */
}
[id*='ytPlayer'], [id*='ytAcc'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#speakerVids {
  margin-top: 130px;
}
#speakerVids .container {
  padding-bottom: 0;
}
#speakerVids .royalSlider {
  width: 100%;
  height: auto;
  margin-top: 80px;
  padding: 0 80px;
}
#speakerVids .royalSlider .rsContent > div {
  float: left;
  width: 50%;
  padding: 0 40px 0 20px;
}

/* STAGGERED */

.staggered .container {
  padding: 40px 20px;
}
.staggered .container > div {
  clear: both;
  padding: 10px 0;
}
.staggered .container > div > div {
  float: left;
  width: 70%;
}
.staggered .container > div > div:first-child {
  width: 30%;
  padding-right: 50px;
}
.staggered .container > div:nth-child(even) > div:first-child {
  float: right;
  padding-right: 0;
  padding-left: 50px;
}
.staggered .container > div > div:first-child img {
  width: 100%;
  height: auto;
}
.staggered .container > div > div p {
  margin-top: .5em;
  margin-bottom: .5em;
}
.staggered .container > div > div h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ABOUT */

.sponsorLogos {
  padding: 10px;
  text-align: center;
}
.sponsorLogos:last-child {
  padding-bottom: 40px;
}
.sponsorLogos div {
  display: inline-block;
  margin: 20px;
  padding: 0px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.sponsorLogos.logosXXL div {
  width: 500px;
  height: 125px;
}
.sponsorLogos.logosXL div {
  width: 250px;
  height: 250px;
}
.sponsorLogos.logosL div {
  width: 165px;
  height: 165px;
}
.sponsorLogos.logosM div {
  width: 115px;
  height: 115px;
}
.sponsorLogos.logosS div {
  width: 75px;
  height: 75px;
}

/* ACCORDIAN GRID STUFF */

.accTable {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #5f5f5f;
}
.accGridCell {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  color: white;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
}
.accGridContent {
  position: relative;
  display: none;
  float: left;
  overflow: auto;
  width: 100%;
  background: #333;
}
.accGridCell.accPlaceHold {
  cursor: inherit;
}
.accGridCell.accPlaceHold:hover {
  opacity: inherit;
}
#speakerGrid {
  overflow: hidden;
  margin-top: 100px;
}
#speakerGrid.tighttop {
  margin-top: 0;
}
#speakerGrid .accTable {
  width: 100%;
  height: auto;
  margin: 0;
  margin-bottom: -1px;
  padding: 0;
}
#speakerGrid .accGridCell {
  font-size: 90%;
  overflow: hidden;
  width: 20%;
  height: 22em;
  margin: 0;
  padding: 0;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#speakerGrid .accGridCell > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .3s ease-in-out;
          transition: -webkit-transform .3s ease-in-out;
          transition:         transform .3s ease-in-out;
          transition:         transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#speakerGrid .accGridCell:hover > span, #speakerGrid .accGridCell.accCellActive > span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#speakerGrid .accGridContent .container {
  padding: 50px 30px;
}
#speakerGrid .accGridContent .container .ytCont {
  overflow: auto;
  width: 100%;
  max-width: 350px;
  margin: 30px auto 0 auto;
}
#speakerGrid .accGridContent .container > div {
  float: left;
  width: 30%;
  text-align: center;
}
#speakerGrid .accGridContent .container > div:first-child {
  width: 70%;
  padding-top: 20px;
  padding-right: 70px;
}
#speakerGrid .accGridContent .container > div > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  #speakerGrid .accGridCell {
    width: 25%;
  }
}
@media screen and (max-width:969px) {
  #speakerGrid .accGridCell {
    width: 33.3333%;
  }
}
@media screen and (max-width:719px) {
  #speakerGrid .accGridCell {
    width: 50%;
  }
}
@media screen and (max-width:449px) {
  #speakerGrid .accGridCell {
    width: 100%;
  }
}
#speakerGrid .accGridCell > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  border-bottom: 5px solid transparent;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#speakerGrid .accGridCell > div h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#speakerGrid .accGridCell > div p {
  font-style: italic;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 20px;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#speakerGrid .accGridCell:hover > div h3, #speakerGrid .accGridCell.accCellActive > div h3 {
  margin-bottom: 0;
}
#speakerGrid .accGridCell:hover > div p, #speakerGrid .accGridCell.accCellActive > div p {
  margin-top: 10px;
}
#speakerGrid .accGridCell > div::after {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 1px;
  content: '';
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  opacity: .4;
  background: white;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#speakerGrid .accGridCell:hover > div::after, #speakerGrid .accGridCell.accCellActive > div::after {
  left: 20%;
  width: 60%;
  opacity: .1;
}
#speakerGrid .accTable:nth-of-type(even) .accGridCell:nth-child(even) > div {
  background-color: rgba(77, 77, 77, .9);
}
#speakerGrid .accTable:nth-of-type(even) .accGridCell:nth-child(odd) > div {
  background-color: rgba(26, 26, 26, .9);
}
#speakerGrid .accTable:nth-of-type(odd) .accGridCell:nth-child(odd) > div {
  background-color: rgba(77, 77, 77, .9);
}
#speakerGrid .accTable:nth-of-type(odd) .accGridCell:nth-child(even) > div {
  background-color: rgba(26, 26, 26, .9);
}
#speakerGrid .accGridCell > div > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#speakerGrid .accTable:nth-of-type(even) .accGridCell:nth-child(even):hover > div {
  background-color: rgba(77, 77, 77, .8);
}
#speakerGrid .accTable:nth-of-type(even) .accGridCell:nth-child(odd):hover > div {
  background-color: rgba(26, 26, 26, .8);
}
#speakerGrid .accTable:nth-of-type(even) .accGridCell:nth-child(even).accCellActive > div {
  background-color: rgba(77, 77, 77, .5);
}
#speakerGrid .accTable:nth-of-type(even) .accGridCell:nth-child(odd).accCellActive > div {
  background-color: rgba(26, 26, 26, .5);
}
#speakerGrid .accTable:nth-of-type(odd) .accGridCell:nth-child(odd):hover > div {
  background-color: rgba(77, 77, 77, .8);
}
#speakerGrid .accTable:nth-of-type(odd) .accGridCell:nth-child(even):hover > div {
  background-color: rgba(26, 26, 26, .8);
}
#speakerGrid .accTable:nth-of-type(odd) .accGridCell:nth-child(odd).accCellActive > div {
  background-color: rgba(77, 77, 77, .5);
}
#speakerGrid .accTable:nth-of-type(odd) .accGridCell:nth-child(even).accCellActive > div {
  background-color: rgba(26, 26, 26, .5);
}
#speakerGrid .accTable .accGridCell.accCellActive > div {
  border-bottom-color: #e92b1e;
}

#archiveTop {
  padding-top: 170px;
}
#archiveTop #homeHero {
  margin: 80px auto 20px auto;
}
#archiveSubNav {
  position: absolute;
  z-index: 6;
  top: 100px;
  left: 0;
  width: 100%;
  height: 3em;
  background-color: black;
}
#archiveSubNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#archiveSubNav ul li {
  line-height: 3em;
  display: inline-block;
  margin: 0 5px;
  padding: 0 5px;
}
#archiveSubNav ul li a {
  font-size: 90%;
  text-decoration: none;
}

#footer {
  padding: 10px 20px;
  color: white;
  background-color: black;
}
#footer p {
  display: inline-block;
  margin-top: 0;
}
#footer a {
  float: right;
}

/* DESKTOP */
@media screen and (min-width: 720px) {
}
@media screen and (max-width: 1100px) {
  #speakerVids .royalSlider .rsContent > div {
    float: left;
    width: 100%;
    padding: 0 0 40px 0;
    text-align: center;
  }
  #speakerVids .royalSlider .rsContent > div:last-child {
    float: none;
    clear: both;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
  #speakerVids {
    margin-top: 90px;
  }
  #speakerVids .royalSlider {
    margin-top: 40px;
  }
  #speakerGrid {
    margin-top: 69px;
  }
  #archiveSubNav {
    top: 69px;
  }
}
/* MOBILE */
@media screen and (max-width: 720px) {
  a.btnOrng, a.btnClr, a.btnClrB {
    font-size: 100%;
  }
  h2 {
    font-size: 300%;
  }
  h3 {
    font-size: 260%;
  }
  h4 {
    font-size: 115%;
  }
  #homeHero {
    height: auto;
    margin: 120px 0 20px 0;
  }
  #homeHero .hhOuter {
    height: auto;
    min-height: 240px;
    background-size: 95% auto;
  }
  #homeHero .hhI2 {
    font-size: 450%;
    line-height: 90%;
  }
  #homeSpeakers {
    padding-top: 5px;
    padding-bottom: 40px;
  }
  #homeSpeakers .container {
    padding: 0 20px;
  }
  #homeSpeakers .container > div {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #homeSpeakers .container > div > p {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #homeSpeakers .container > div:first-of-type {
    width: 100%;
    padding-left: 0;
  }
  #homeSpeakers .container > div:first-of-type img {
    width: 100%;
    max-width: 240px;
    height: auto;
    margin-top: 30px;
  }

  /* STAGGERED */

  .staggered .container {
    text-align: center;
  }
  .staggered .container > div > div {
    float: left;
    width: 100%;
    padding: 0;
  }
  .staggered .container > div > div:first-child {
    width: 100%;
    padding: 0;
  }
  .staggered .container > div:nth-child(even) > div:first-child {
    padding: 0;
  }
  .staggered .container > div > div:first-child img {
    width: 100%;
    max-width: 250px;
    height: auto;
    margin-top: 60px;
    vertical-align: bottom;
  }
  .staggered .container > div:first-child > div:first-child img {
    margin-top: 0px;
  }
  .staggered .container > div > div p {
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .staggered .container > div > div h2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #speakerGrid .accGridContent .container > div {
    width: 100%;
  }
  #speakerGrid .accGridContent .container > div:first-child {
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
  }
  #speakerGrid .accGridContent .container > div > img {
    width: 100%;
    max-width: 250px;
    height: auto;
    margin-top: 30px;
  }

  #archiveTop {
    padding-top: 120px;
  }
}

@media screen and (max-width: 500px) {
  #footer {
    text-align: center;
  }
  #footer p {
    width: 100%;
  }
  #footer a {
    float: none;
  }
  .subTopNav {
    padding-top: 90px;
  }
  .subTopNav .container > div {
    display: block;
  }
  .subTopNav h2 {
    font-size: 360%;
    display: block;
  }
  .subTopNav ul {
    display: block;
    padding-left: 0px;
  }
  .subTopNav ul li {
    display: block;
    margin: 8px 0;
  }
  .sponsorLogos img {
    width: 90%;
    max-width: 100%;
    height: auto;
    margin: 5%;
  }
}

@media screen and (max-width: 420px) {
  #navTop .navLogo {
    width: 230px;
    margin: 12px 0 8px 10px;
  }
  .nav-toggle {
    margin-top: 0px;
  }

  .nav-toggle:before {
    right: 0px;
  }
  #homeHero .hhI2 {
    font-size: 350%;
    line-height: 90%;
  }
  #speakerGrid {
    margin-top: 58px;
  }
  #archiveSubNav {
    top: 58px;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  #bgBase, #bgBot, #bgTop {
    -webkit-transform: translateZ(0);

    -webkit-backface-visibility: hidden;
  }
  .section {
    -webkit-transform: translateZ(1px);
  }
  .mask {
    -webkit-transform: translateZ(2px);
  }
  #navTop {
    -webkit-transform: translateZ(3px);
  }
}

/* PRINT */
@media print {
  * {
    color: black !important; /* Black prints faster: h5bp.com/s */
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
    content: '';
  }
  pre, blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: .5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
