/*------------------SITE CSS----------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,600,800,700,700i&display=swap|Roboto:400,900");
body {
  color: #616265;
  background-color: #000;
  font-size: 16px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  padding: 0px;
  margin: 0px; }
  body p {
    margin: 0 0 30px; }
  body strong {
    font-weight: bold; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

a, input[type="submit"] {
  color: #e70033;
  cursor: pointer; }
  a.regpop, input[type="submit"].regpop {
    display: none !important; }
  a:hover, input[type="submit"]:hover {
    text-decoration: underline;
    color: #828282; }
  a.hollowbtn, input[type="submit"].hollowbtn {
    min-width: 150px;
    height: 55px;
    line-height: 55px;
    -moz-border-radius: 27px / 28px;
    -webkit-border-radius: 27px / 28px;
    border-radius: 27px / 28px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    border: solid 2px #fff;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -webkit-transition: background-color 300ms ease; }
    a.hollowbtn:hover, input[type="submit"].hollowbtn:hover {
      background-color: #e70033;
      border-color: #e70033;
      text-decoration: none; }
    a.hollowbtn.red, input[type="submit"].hollowbtn.red {
      border-color: #e70033;
      color: #e70033;
      background-color: transparent; }
      a.hollowbtn.red:hover, input[type="submit"].hollowbtn.red:hover {
        background-color: #e70033;
        border-color: #e70033;
        color: #fff; }
      a.hollowbtn.red.solid, input[type="submit"].hollowbtn.red.solid {
        border-color: #e70033;
        color: #fff;
        background-color: #e70033; }
        a.hollowbtn.red.solid:hover, input[type="submit"].hollowbtn.red.solid:hover {
          background-color: #828282;
          border-color: #828282;
          color: #fff; }
    a.hollowbtn.white, input[type="submit"].hollowbtn.white {
      background-color: transparent; }
      a.hollowbtn.white:hover, input[type="submit"].hollowbtn.white:hover {
        background-color: #e70033; }
    @media only screen and (min-width: 768px) {
      a.hollowbtn, input[type="submit"].hollowbtn {
        min-width: 215px; } }
  a.redbutton, input[type="submit"].redbutton {
    min-width: 150px;
    height: 55px;
    line-height: 55px;
    -moz-border-radius: 27px / 28px;
    -webkit-border-radius: 27px / 28px;
    border-radius: 27px / 28px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #e70033;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    -webkit-transition: background-color 300ms ease; }
    a.redbutton:hover, input[type="submit"].redbutton:hover {
      background-color: #e70033;
      color: #fff;
      text-decoration: none; }
    @media only screen and (min-width: 768px) {
      a.redbutton, input[type="submit"].redbutton {
        min-width: 215px; } }

h1, h2, h3 {
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 10px 0;
  font-size: 34px;
  line-height: 1; }

h2 {
  color: #e70033;
  font-size: 28px; }

h3 {
  color: #e70033;
  font-size: 22px;
  font-weight: 400; }

.hideuntil {
  display: none !important; }
  .hideuntil.showtime {
    display: inline-block !important; }

.downarrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -22.5px;
  opacity: .75; }

.footer-img {
  position: relative;
  width: 100vw; }
  .footer-img img {
    width: 100%; }
  .footer-img .mobile {
    display: block; }
  .footer-img .desktop {
    display: none; }
  @media only screen and (min-width: 992px) {
    .footer-img .mobile {
      display: none; }
    .footer-img .desktop {
      margin-top: -260px;
      display: block; } }

#nav-icon3 {
  width: 40px;
  height: 25px;
  position: relative;
  margin: 35px auto 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon3 span:nth-child(1) {
  top: 0px; }

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 10px; }

#nav-icon3 span:nth-child(4) {
  top: 20px; }

#nav-icon3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

#datebar {
  background-color: #000;
  min-height: 75px;
  display: block;
  position: relative;
  z-index: 9; }
  #datebar .redstripe {
    height: 1px;
    background-color: #e70033;
    width: 100%;
    position: absolute;
    top: 49%;
    z-index: 1; }
  #datebar .blackback {
    display: inline-block;
    padding: 5% 20px;
    color: #e70033;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 16px;
    background-color: #000;
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 992px) {
      #datebar .blackback {
        padding: 23px 20px 0 20px;
        font-size: 20px; } }
    #datebar .blackback span {
      color: #fff;
      font-weight: 800;
      display: block; }
      @media only screen and (min-width: 992px) {
        #datebar .blackback span {
          display: inline-block; } }

#bodycontent {
  background: #fff url(..//rheem/images/field-marks-background.jpg) repeat-x top center;
  padding-top: 118px;
  padding-bottom: 85px;
  position: relative;
  z-index: 10;
  overflow: hidden; }
  #bodycontent .pagetitle {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 100px; }
    #bodycontent .pagetitle h3 {
      font-weight: 300;
      font-size: 46px; }
    #bodycontent .pagetitle h4 {
      color: #616265;
      font-weight: 800;
      font-size: 22px; }
    #bodycontent .pagetitle .redstripe {
      height: 3px;
      width: 150px;
      background-color: #e70033;
      position: absolute;
      bottom: 0px;
      left: 50%;
      margin-left: -75px; }

#registrationfooter {
  min-height: 500px;
  display: none;
  background: url(..//rheem/images/registration-background.jpg) no-repeat center center;
  padding-top: 60px;
  box-sizing: border-box;
    /*.flip-clock-divider{float:none; display: block; clear: both; height: 50px; width: 0px;
        .flip-clock-dot{display: none;}
        .flip-clock-label{bottom: -8.5em;}

        @media only screen and (min-width: 1200px) {float:left; display: inline-block; clear: none; height: 100px; width: 20px;
            .flip-clock-dot{display: block;}
            .flip-clock-label{bottom: -2em;}
        }


    }*/ }
  #registrationfooter h2 {
    font-size: 34px;
    font-weight: 600;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    letter-spacing: 3px;
    color: #fff; }
  #registrationfooter .foamfinger, #registrationfooter .registrationheadlineonly {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box; }
  #registrationfooter .registrationheadlineonly {
    margin-top: 80px;
    display: none; }
  #registrationfooter .hollowbtn {
    margin-top: 38px; }
  #registrationfooter .flip-clock-wrapper ul {
    width: 25px;
    height: 70px;
    margin: 0px 2px;
    padding: 0px; }
    #registrationfooter .flip-clock-wrapper ul li {
      line-height: 67px; }
      #registrationfooter .flip-clock-wrapper ul li a div div.inn {
        font-size: 40px; }
      @media only screen and (min-width: 1200px) {
        #registrationfooter .flip-clock-wrapper ul li {
          line-height: 87px; }
          #registrationfooter .flip-clock-wrapper ul li a div div.inn {
            font-size: 70px; } }
    @media only screen and (min-width: 768px) {
      #registrationfooter .flip-clock-wrapper ul {
        width: 40px; } }
    @media only screen and (min-width: 1200px) {
      #registrationfooter .flip-clock-wrapper ul {
        width: 60px;
        height: 90px;
        margin: 5px; } }
  #registrationfooter .flip-clock-wrapper .flip-clock-divider {
    height: 80px; }
    @media only screen and (min-width: 1200px) {
      #registrationfooter .flip-clock-wrapper .flip-clock-divider {
        height: 100px; } }
    #registrationfooter .flip-clock-wrapper .flip-clock-divider .flip-clock-dot.top {
      top: 20px; }
      @media only screen and (min-width: 1200px) {
        #registrationfooter .flip-clock-wrapper .flip-clock-divider .flip-clock-dot.top {
          top: 30px; } }
    #registrationfooter .flip-clock-wrapper .flip-clock-divider .flip-clock-label {
      font-size: 12px;
      width: 75px;
      right: -65px; }
      @media only screen and (min-width: 768px) {
        #registrationfooter .flip-clock-wrapper .flip-clock-divider .flip-clock-label {
          right: -80px; } }
      @media only screen and (min-width: 1200px) {
        #registrationfooter .flip-clock-wrapper .flip-clock-divider .flip-clock-label {
          font-size: 16px;
          width: 130px;
          right: -135px; } }
    #registrationfooter .flip-clock-wrapper .flip-clock-divider:first-child .flip-clock-label {
      width: 85px;
      right: -85px; }
      @media only screen and (min-width: 768px) {
        #registrationfooter .flip-clock-wrapper .flip-clock-divider:first-child .flip-clock-label {
          width: 130px;
          right: -130px; } }
      @media only screen and (min-width: 1200px) {
        #registrationfooter .flip-clock-wrapper .flip-clock-divider:first-child .flip-clock-label {
          width: 200px;
          right: -205px; } }

#footer {
  position: relative; }
  #footer #foot1 {
    height: 336px;
    background: url(..//rheem/images/redfooter.png) no-repeat center 45px;
    background-size: cover; }
    #footer #foot1 img {
      max-width: 100%;
      height: auto; }
  #footer #foot2 {
    background-color: #fff;
    min-height: 116px;
    color: #828282;
    font-size: 13px;
    font-weight: 400;
    text-align: center; }

.fancybox-close {
  background-image: url(..//rheem/images/popupclose.png);
  width: 35px;
  height: 35px; }

.fancybox-skin {
  border-radius: 0px; }

#regbuttons {
  display: none;
  text-align: center; }
  #regbuttons .popupcopy {
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    padding: 30px 50px; }
  #regbuttons .redbutton {
    margin: 8px 0px; }

/* Page specific styles */
.gallerypage #bodycontent {
  padding-bottom: 180px; }
.gallerypage .topcontent {
  text-align: center;
  padding: 0 15% 40px; }
.gallerypage #gallery-header {
  margin-bottom: 70px; }
  .gallerypage #gallery-header a {
    margin: 0 7px; }
  .gallerypage #gallery-header .gallery-header-center-right-links-current.solid.red:hover {
    border-color: #e70033 !important;
    color: #fff !important;
    background-color: #e70033 !important; }
.gallerypage #gallery-content-center a {
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  max-width: 33%;
  height: auto;
  display: inline-block; }
  .gallerypage #gallery-content-center a img {
    width: 100%;
    height: auto; }

.feedbackpage .formrow {
  position: relative; }
.feedbackpage .feedbackref {
  position: absolute;
  top: -100px;
  right: 0px; }
.feedbackpage .topcontent {
  text-align: center;
  padding: 0 15% 80px; }
.feedbackpage .formcontent {
  padding-bottom: 200px; }
  .feedbackpage .formcontent textarea, .feedbackpage .formcontent input[type="text"], .feedbackpage .formcontent input[type="email"] {
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #9a9b9d;
    color: #828282;
    font-weight: 600;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  .feedbackpage .formcontent textarea {
    min-height: 200px; }

.homepage #splashcontent {
  text-align: left; }
  @media only screen and (min-width: 992px) {
    .homepage #splashcontent {
      text-align: center; } }
  .homepage #splashcontent .container {
    position: relative; }
    .homepage #splashcontent .container .videoholder {
      position: absolute;
      z-index: 0;
      top: -15px;
      right: 0px;
      width: 300px;
      height: 1055px; }
      @media only screen and (min-width: 1200px) {
        .homepage #splashcontent .container .videoholder {
          top: -15px;
          right: -150px; } }
      .homepage #splashcontent .container .videoholder .overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: url("..//rheem/images/stripetile.png");
        display: block; }
      .homepage #splashcontent .container .videoholder #videoback {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 0; }
    .homepage #splashcontent .container .row {
      position: relative;
      z-index: 2; }
  .homepage #splashcontent h1 {
    font-weight: 700;
    text-align: left; }
    @media only screen and (min-width: 992px) {
      .homepage #splashcontent h1 {
        text-align: center;
        padding-top: 215px; } }
    .homepage #splashcontent h1 span {
      display: block;
      font-weight: 300; }
  .homepage #splashcontent hr {
    border-color: #e70033;
    margin: 20px 0px; }
  .homepage #splashcontent .subhead {
    color: #fff;
    padding: 30px 0px; }
    @media only screen and (min-width: 992px) {
      .homepage #splashcontent .subhead {
        padding: 30px 50px; } }
    .homepage #splashcontent .subhead h2 {
      font-size: 25px;
      color: #fff;
      text-align: left; }
      @media only screen and (min-width: 992px) {
        .homepage #splashcontent .subhead h2 {
          text-align: center; } }
  .homepage #splashcontent .innerpad {
    padding: 0 0px; }
    @media only screen and (min-width: 992px) {
      .homepage #splashcontent .innerpad {
        padding: 0 70px; } }
    .homepage #splashcontent .innerpad p {
      color: #fff;
      margin: 0;
      padding: 0 0px; }
      @media only screen and (min-width: 992px) {
        .homepage #splashcontent .innerpad p {
          padding: 0 20px; } }
  .homepage #splashcontent .redbox {
    background-color: #e70033;
    padding: 30px;
    margin: 50px 0 0 0;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.2; }
    .homepage #splashcontent .redbox .savedate {
      font-size: 16px;
      display: block;
      margin-bottom: 10px; }
    .homepage #splashcontent .redbox .lines {
      font-weight: 100;
      display: inline-block;
      letter-spacing: -.6em;
      margin: 0 10px; }
    .homepage #splashcontent .redbox p {
      font-size: 16px;
      padding: 10px 0; }
  .homepage #splashcontent .staytuned {
    display: block;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    margin: 50px 0;
    line-height: 1.2; }
.homepage #profilevideos {
  min-height: 1100px;
  background: url(..//rheem/images/profilevideoback.jpg) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 128px;
  color: #fff;
  position: relative;
  padding-bottom: 150px; }
  @media only screen and (min-width: 992px) {
    .homepage #profilevideos {
      padding-bottom: 0px; } }
  .homepage #profilevideos .contentcontainer {
    position: relative;
    z-index: 2;
    margin-top: 0px; }
    @media only screen and (min-width: 992px) {
      .homepage #profilevideos .contentcontainer {
        margin-top: -100px; } }
  .homepage #profilevideos .headlinecontainer .redband1 {
    width: 100%;
    height: 2px;
    background-color: #e70033;
    position: relative;
    top: 45px;
    left: -101%;
    display: block;
    white-space: nowrap; }
  .homepage #profilevideos .headlinecontainer .redband2 {
    width: 200%;
    height: 2px;
    background-color: #e70033;
    position: relative;
    top: 45px;
    left: 0%;
    display: block;
    white-space: nowrap;
    margin-left: 340px; }
  .homepage #profilevideos .headlinecontainer .headlinetext {
    display: inline-block;
    overflow: visible; }
    .homepage #profilevideos .headlinecontainer .headlinetext h2 {
      color: #fff;
      display: inline-block;
      font-size: 41px; }
      .homepage #profilevideos .headlinecontainer .headlinetext h2 span {
        display: block;
        font-size: 22px;
        font-weight: 600; }
  .homepage #profilevideos .videoblock {
    margin-bottom: 20px; }
    .homepage #profilevideos .videoblock img {
      width: 100%;
      height: auto; }
    .homepage #profilevideos .videoblock a {
      display: block;
      width: 100%;
      height: 100%;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600; }
      .homepage #profilevideos .videoblock a:hover {
        text-decoration: none;
        opacity: .8; }
.homepage #registrationfooter {
  display: block; }
.homepage #header {
  background: none;
  display: block;
  width: 100%;
  box-sizing: border-box; }
  .homepage #header #homepageheader {
    position: relative;
    margin-top: -120px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    z-index: 1; }
    .homepage #header #homepageheader a {
      display: inline-block;
      margin: 0 auto; }
      .homepage #header #homepageheader a:hover {
        opacity: .8; }
    .homepage #header #homepageheader .play-button {
      display: block;
      width: 139px;
      height: 139px;
      background: url(..//rheem/images/playbtnsprite.png) no-repeat; }
      .homepage #header #homepageheader .play-button:hover {
        opacity: .8; }
    .homepage #header #homepageheader .herotitlecontainer {
      padding: 120px 0;
      box-sizing: border-box; }
      .homepage #header #homepageheader .herotitlecontainer img {
        margin-bottom: 35px; }
      .homepage #header #homepageheader .herotitlecontainer .byline {
        font-family: "Roboto", Helvetica, Arial, sans-serif;
        color: #fff;
        font-size: 20px;
        text-transform: uppercase; }
        .homepage #header #homepageheader .herotitlecontainer .byline span {
          font-weight: bold;
          display: block; }
          @media only screen and (min-width: 992px) {
            .homepage #header #homepageheader .herotitlecontainer .byline span {
              display: inline; } }
      .homepage #header #homepageheader .herotitlecontainer h1 {
        margin: 15px 0 50px 0;
        padding: 15px 0 0 0;
        font-size: 50px;
        font-weight: 600;
        border-top: solid 2px #e70033;
        display: inline-block; }
        .homepage #header #homepageheader .herotitlecontainer h1 span {
          font-weight: 800;
          display: block; }
        @media only screen and (min-width: 992px) {
          .homepage #header #homepageheader .herotitlecontainer h1 {
            font-size: 70px; }
            .homepage #header #homepageheader .herotitlecontainer h1 span {
              display: inline; } }
      .homepage #header #homepageheader .herotitlecontainer p {
        color: #fff; }
        @media only screen and (min-width: 992px) {
          .homepage #header #homepageheader .herotitlecontainer p {
            padding: 0 22%; } }
      .homepage #header #homepageheader .herotitlecontainer .buttonholder {
        margin-top: 85px; }
.homepage #video {
  background-color: #000; }
  .homepage #video .youtube-container {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box; }
  .homepage #video .youtube-player {
    display: block;
    width: 100%;
    /* assuming that the video has a 16:9 ratio */
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block; }
  .homepage #video img.youtube-thumb {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto; }
  .homepage #video div.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -69.5px 0 0 -69.5px;
    display: block;
    width: 139px;
    height: 139px;
    background: url(..//rheem/images/playbtnsprite.png) no-repeat; }
    .homepage #video div.play-button:hover {
      background-position: -139px 0px; }
  .homepage #video #youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
.homepage #elevate {
  background: url(..//rheem/images/elevate-tile.jpg);
  position: relative;
  z-index: 5;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .homepage #elevate {
      min-height: 885px; } }
  .homepage #elevate .container {
    position: relative;
    z-index: 2; }
  .homepage #elevate .titlerow {
    padding: 70px 0;
    position: relative;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .homepage #elevate .titlerow {
        text-align: left; } }
    .homepage #elevate .titlerow .container {
      position: relative;
      z-index: 1; }
      .homepage #elevate .titlerow .container h1 {
        margin: 0;
        padding: 0 25px;
        background: url(..//rheem/images/elevate-tile.jpg);
        display: inline-block;
        font-size: 42px;
        font-weight: 400;
        color: #e70033;
        letter-spacing: 3px;
        text-align: center; }
        .homepage #elevate .titlerow .container h1 span {
          color: #000;
          font-weight: bold;
          display: block; }
        @media only screen and (min-width: 768px) {
          .homepage #elevate .titlerow .container h1 {
            text-align: left; }
            .homepage #elevate .titlerow .container h1 span {
              display: inline; } }
    .homepage #elevate .titlerow .stripe {
      width: 100%;
      height: 2px;
      background-color: #e70033;
      position: absolute;
      top: 50%;
      z-index: 0; }
  .homepage #elevate p, .homepage #elevate .buttonholder {
    padding: 0 25px; }
    @media only screen and (min-width: 768px) {
      .homepage #elevate p, .homepage #elevate .buttonholder {
        padding: 0 80px 0 25px; } }
  .homepage #elevate .player {
    position: relative;
    z-index: 1; }
    .homepage #elevate .player img {
      max-width: 100%;
      height: auto; }
    @media only screen and (min-width: 768px) {
      .homepage #elevate .player {
        position: absolute;
        bottom: 0px;
        right: -10%; } }
    @media only screen and (min-width: 992px) {
      .homepage #elevate .player {
        position: absolute;
        bottom: 0px;
        right: 0%; } }
    @media only screen and (min-width: 1200px) {
      .homepage #elevate .player {
        position: absolute;
        bottom: 0px;
        right: 15%; } }
.homepage #threedogrow {
  padding: 200px 0;
  background: url(..//rheem/images/threedog-back.jpg) no-repeat center center;
  background-size: cover; }
  .homepage #threedogrow h2 {
    color: #fff;
    font-weight: 900;
    font-size: 80px; }
    .homepage #threedogrow h2 span {
      display: block;
      font-size: 38px;
      font-weight: 600; }
  .homepage #threedogrow p {
    color: #fff; }
  .homepage #threedogrow #video {
    background-color: transparent !important; }
    .homepage #threedogrow #video .caption {
      text-align: center;
      color: #fff;
      font-weight: 600;
      font-size: 24px;
      line-height: 1.2;
      padding: 20px 0; }
    .homepage #threedogrow #video .youtube-container {
      display: block;
      width: auto;
      max-width: 100%;
      margin: 0 auto;
      box-sizing: border-box; }
    .homepage #threedogrow #video .youtube-player {
      display: block;
      width: 100%;
      /* assuming that the video has a 16:9 ratio */
      padding-bottom: 56.25%;
      overflow: hidden;
      position: relative;
      width: 100%;
      height: 100%;
      cursor: hand;
      cursor: pointer;
      display: block; }
    .homepage #threedogrow #video img.youtube-thumb {
      bottom: 0;
      display: block;
      left: 0;
      margin: auto;
      max-width: 100%;
      width: 100%;
      position: absolute;
      right: 0;
      top: 0;
      height: auto; }
    .homepage #threedogrow #video div.play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -69.5px 0 0 -69.5px;
      display: block;
      width: 139px;
      height: 139px;
      background: url(..//rheem/images/playbtnsprite.png) no-repeat; }
      .homepage #threedogrow #video div.play-button:hover {
        background-position: -139px 0px; }
    .homepage #threedogrow #video #youtube-iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
.homepage #hermsection {
  padding-top: 60px;
  box-sizing: border-box;
  min-height: 1160px;
  background: #000 url(..//rheem/images/hermsection-back.png) repeat-x center bottom;
  position: relative;
  z-index: 6; }
  @media only screen and (min-width: 768px) {
    .homepage #hermsection {
      padding-top: 172px; } }
  .homepage #hermsection .bigherm {
    position: absolute;
    top: -20px;
    width: 100%;
    display: block;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .homepage #hermsection .bigherm {
        top: -40px; } }
    .homepage #hermsection .bigherm img {
      display: inline-block;
      max-width: 100%;
      height: auto; }
  .homepage #hermsection .pagetitle {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0px; }
    .homepage #hermsection .pagetitle h3 {
      font-weight: 600;
      font-size: 33px;
      color: #fff;
      margin-bottom: 0px; }
    .homepage #hermsection .pagetitle h4 {
      color: #fff;
      font-weight: 800;
      font-size: 60px;
      margin: 0 0 24px 0; }
    .homepage #hermsection .pagetitle p {
      color: #e70033;
      font-size: 20px;
      padding: 0 0%;
      font-weight: 400; }
      @media only screen and (min-width: 768px) {
        .homepage #hermsection .pagetitle p {
          padding: 0 25%; } }
  .homepage #hermsection .leftcontent {
    background-color: #000; }
    .homepage #hermsection .leftcontent img {
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      display: block; }
  .homepage #hermsection .rightcontent {
    padding: 50px 0 0 25px; }
    .homepage #hermsection .rightcontent h1 {
      font-size: 35px;
      color: #fff;
      letter-spacing: 2px;
      margin-bottom: 20px;
      text-align: center; }
      .homepage #hermsection .rightcontent h1 span {
        display: inline;
        font-weight: 400; }
      @media only screen and (min-width: 768px) {
        .homepage #hermsection .rightcontent h1 {
          text-align: left; }
          .homepage #hermsection .rightcontent h1 span {
            display: block; } }
    .homepage #hermsection .rightcontent p {
      padding-right: 0px;
      text-align: center;
      color: #9a9b9d;
      font-weight: 400; }
      @media only screen and (min-width: 768px) {
        .homepage #hermsection .rightcontent p {
          padding-right: 10%;
          padding-left: 18px;
          border-left: 2px solid #e70033;
          text-align: left; } }
      @media only screen and (min-width: 992px) {
        .homepage #hermsection .rightcontent p {
          padding-right: 30%; } }
    .homepage #hermsection .rightcontent .buttonholder {
      display: block;
      text-align: center;
      margin-bottom: 80px; }
      @media only screen and (min-width: 768px) {
        .homepage #hermsection .rightcontent .buttonholder {
          text-align: left; } }
.homepage #approw {
  min-height: 578px;
  background: url(..//rheem/images/app-back.jpg) no-repeat center center;
  background-size: cover; }
  .homepage #approw .leftcontent {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px; }
    @media only screen and (min-width: 768px) {
      .homepage #approw .leftcontent {
        text-align: right;
        padding-left: 6%;
        padding-right: 15px; } }
    @media only screen and (min-width: 992px) {
      .homepage #approw .leftcontent {
        text-align: right;
        padding-left: 36%;
        padding-right: 15px; } }
    .homepage #approw .leftcontent .pagetitle {
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 3px;
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 36px; }
      .homepage #approw .leftcontent .pagetitle h3 {
        font-weight: 300;
        font-size: 35px;
        color: #fff;
        margin-top: 65px; }
      .homepage #approw .leftcontent .pagetitle h4 {
        color: #fff;
        font-weight: 800;
        font-size: 14px; }
      .homepage #approw .leftcontent .pagetitle .redstripe {
        height: 3px;
        width: 150px;
        background-color: #000;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -75px; }
      @media only screen and (min-width: 768px) {
        .homepage #approw .leftcontent .pagetitle {
          text-align: right !important; }
          .homepage #approw .leftcontent .pagetitle h3 {
            margin-top: 140px; }
          .homepage #approw .leftcontent .pagetitle .redstripe {
            left: 100% !important;
            margin-left: -150px !important; } }
    .homepage #approw .leftcontent p {
      color: #fff; }
  .homepage #approw .iphone {
    display: block;
    width: 100%;
    min-height: 0px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .homepage #approw .iphone {
        min-height: 578px; } }
    .homepage #approw .iphone img {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto; }
      @media only screen and (min-width: 768px) {
        .homepage #approw .iphone img {
          position: absolute;
          bottom: 0px; } }

.pricingpage #bodycontent, .exhibitorspage #bodycontent {
  padding-bottom: 185px; }
.pricingpage .legal, .exhibitorspage .legal {
  font-style: italic;
  font-size: 14px;
  margin-top: 40px; }
.pricingpage .container, .exhibitorspage .container {
  position: relative; }
.pricingpage .leftcontent, .exhibitorspage .leftcontent {
  padding-right: 15px;
  text-align: center;
  letter-spacing: 2px; }
  @media only screen and (min-width: 768px) {
    .pricingpage .leftcontent, .exhibitorspage .leftcontent {
      text-align: right; } }
.pricingpage .rightcontent, .exhibitorspage .rightcontent {
  padding-left: 0px;
  text-align: center;
  letter-spacing: 2px; }
  @media only screen and (min-width: 768px) {
    .pricingpage .rightcontent, .exhibitorspage .rightcontent {
      text-align: left;
      padding-left: 30px; } }
.pricingpage .contentblock, .exhibitorspage .contentblock {
  display: block;
  margin-bottom: 40px; }
  .pricingpage .contentblock span, .exhibitorspage .contentblock span {
    display: block; }
    .pricingpage .contentblock span.price, .exhibitorspage .contentblock span.price {
      font-weight: 300;
      color: #e70033;
      font-size: 27px;
      margin-bottom: 5px; }
    .pricingpage .contentblock span.package, .exhibitorspage .contentblock span.package {
      font-weight: 600;
      font-size: 21px;
      margin-bottom: 20px; }
    .pricingpage .contentblock span.packagedetails ul, .exhibitorspage .contentblock span.packagedetails ul {
      list-style: none;
      margin: 0;
      padding: 0; }
.pricingpage h4, .exhibitorspage h4 {
  color: #616265;
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 0px; }
  .pricingpage h4 span, .exhibitorspage h4 span {
    display: block;
    font-weight: 400;
    color: #828282;
    font-size: 21px;
    margin-top: 8px; }
.pricingpage .floatingref, .exhibitorspage .floatingref {
  position: absolute;
  bottom: -88px;
  right: -5%;
  width: 35%;
  display: none; }
  .pricingpage .floatingref img, .exhibitorspage .floatingref img {
    max-width: 100%;
    height: auto; }
  @media only screen and (min-width: 768px) {
    .pricingpage .floatingref, .exhibitorspage .floatingref {
      bottom: -88px;
      right: -18%;
      width: auto;
      display: block; } }
  @media only screen and (min-width: 992px) {
    .pricingpage .floatingref, .exhibitorspage .floatingref {
      bottom: -88px;
      right: -10%;
      width: auto; } }
  @media only screen and (min-width: 1200px) {
    .pricingpage .floatingref, .exhibitorspage .floatingref {
      bottom: -88px;
      right: 0%;
      width: auto; } }

.locationpage #bodycontent {
  padding-bottom: 185px; }
.locationpage #casino .content {
  padding: 130px 27px;
  min-height: 770px;
  box-sizing: border-box;
  background: url(..//rheem/images/blk50.png);
  text-align: left;
  color: #fff; }
.locationpage #casino h1, .locationpage #casino h2 {
  margin: 0 0 45px 0;
  font-size: 20px; }
.locationpage #casino h2 {
  margin-bottom: 0px;
  font-size: 38px; }
.locationpage .leftcontent {
  padding-right: 15px;
  margin-bottom: 100px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .locationpage .leftcontent {
      text-align: right;
      margin-bottom: 0px; } }
.locationpage .mapholder iframe {
  min-height: 300px; }
.locationpage .contentblock {
  display: block;
  margin-bottom: 40px; }
  .locationpage .contentblock span {
    display: block; }
    .locationpage .contentblock span.price {
      font-weight: 600;
      color: #e70033;
      text-transform: uppercase; }
    .locationpage .contentblock span.package {
      font-weight: 600;
      text-transform: uppercase; }
      .locationpage .contentblock span.package span {
        display: block;
        text-transform: none; }
    .locationpage .contentblock span.packagedetails p {
      margin: 12px 0 0 0; }
    .locationpage .contentblock span.packagedetails ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .locationpage .contentblock span.packagedetails ul li {
        margin: 12px 0; }
.locationpage .hollowbtn {
  margin-top: 100px; }
.locationpage .legal {
  font-style: italic;
  font-size: 14px;
  margin-top: 40px; }

.keynotespeakerpage #bodycontent {
  overflow: visible; }
.keynotespeakerpage #video {
  background-color: #000;
  position: relative;
  z-index: 1; }
  .keynotespeakerpage #video .youtube-container {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box; }
  .keynotespeakerpage #video .youtube-player {
    display: block;
    width: 100%;
    /* assuming that the video has a 16:9 ratio */
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block; }
  .keynotespeakerpage #video img.youtube-thumb {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto; }
  .keynotespeakerpage #video div.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -69.5px 0 0 -69.5px;
    display: block;
    width: 139px;
    height: 139px;
    background: url(..//rheem/images/playbtnsprite.png) no-repeat; }
    .keynotespeakerpage #video div.play-button:hover {
      background-position: -139px 0px; }
  .keynotespeakerpage #video #youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
.keynotespeakerpage .leftcontent {
  text-align: center; }
  .keynotespeakerpage .leftcontent .mobileheadshot {
    display: block;
    margin-bottom: 22px; }
    .keynotespeakerpage .leftcontent .mobileheadshot img {
      max-width: 100%;
      height: auto; }
    @media only screen and (min-width: 768px) {
      .keynotespeakerpage .leftcontent .mobileheadshot {
        display: none; } }
  .keynotespeakerpage .leftcontent p {
    padding-left: 0px;
    font-weight: 300; }
    .keynotespeakerpage .leftcontent p.stroke {
      border-left: none; }
    @media only screen and (min-width: 768px) {
      .keynotespeakerpage .leftcontent p {
        padding-left: 30px; }
        .keynotespeakerpage .leftcontent p.stroke {
          border-left: 2px solid #e70033; } }
  .keynotespeakerpage .leftcontent h1 {
    font-size: 70px;
    color: #e70033;
    letter-spacing: 2px; }
    .keynotespeakerpage .leftcontent h1 span {
      display: block;
      color: #000;
      font-weight: 400; }
  .keynotespeakerpage .leftcontent h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 2px;
    margin-bottom: 35px; }
  .keynotespeakerpage .leftcontent .mobilecontent {
    display: inline; }
    @media only screen and (min-width: 768px) {
      .keynotespeakerpage .leftcontent .mobilecontent {
        display: none; } }
  @media only screen and (min-width: 768px) {
    .keynotespeakerpage .leftcontent {
      text-align: left; } }
.keynotespeakerpage .rightcontent {
  text-align: center;
  display: none; }
  .keynotespeakerpage .rightcontent p {
    font-weight: 300;
    padding-right: 80px; }
  .keynotespeakerpage .rightcontent .desktopheadshot {
    margin-bottom: 22px; }
    .keynotespeakerpage .rightcontent .desktopheadshot img {
      max-width: 100%;
      height: auto; }
  @media only screen and (min-width: 768px) {
    .keynotespeakerpage .rightcontent {
      text-align: left;
      display: block; } }
.keynotespeakerpage .container {
  position: relative; }
  .keynotespeakerpage .container .bigherm {
    position: absolute;
    bottom: -100px;
    width: 100%;
    display: block;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .keynotespeakerpage .container .bigherm {
        bottom: -130px; } }
    .keynotespeakerpage .container .bigherm img {
      display: inline-block;
      max-width: 100%;
      height: auto; }

.exhibitorspage .topcontent {
  text-align: center;
  padding: 0 15% 80px; }
.exhibitorspage p {
  letter-spacing: normal; }
.exhibitorspage h4 {
  font-size: 21px;
  font-weight: 600; }
.exhibitorspage .entryitem {
  margin-bottom: 45px; }
  .exhibitorspage .entryitem .itemwrapper {
    padding: 40px 20px;
    background-color: #d7d7d7; }
    .exhibitorspage .entryitem .itemwrapper .logo {
      margin-bottom: 38px;
      display: block;
      text-align: center; }
    .exhibitorspage .entryitem .itemwrapper img {
      max-width: 100%;
      height: auto; }
    .exhibitorspage .entryitem .itemwrapper p {
      margin-bottom: 24px;
      font-size: 12px; }
    .exhibitorspage .entryitem .itemwrapper a {
      text-decoration: underline; }
.exhibitorspage .titleband {
  display: block;
  line-height: 50px;
  color: #fff;
  padding-left: 17px;
  box-sizing: border-box;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase; }
.exhibitorspage .platinumrow .titleband {
  background-color: #616265; }
.exhibitorspage .goldrow .titleband {
  background-color: #ac9766; }
.exhibitorspage .silverrow .titleband {
  background-color: #9a9b9d; }
.exhibitorspage .generalrow .titleband {
  background-color: #000; }
.exhibitorspage .generalrow .logo, .exhibitorspage .generalrow p {
  display: inline-block !important;
  width: 49%;
  vertical-align: middle; }
.exhibitorspage .generalrow p {
  padding-left: 10px; }
.exhibitorspage .exhibitorsrow .titleband {
  background-color: #000; }
.exhibitorspage .exhibitorsrow .itemwrapper {
  display: table;
  width: 100%; }
.exhibitorspage .exhibitorsrow ul {
  list-style: none;
  margin: 0;
  padding: 0 10px 0 0;
  display: table-cell;
  vertical-align: top; }
  .exhibitorspage .exhibitorsrow ul li {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1.1; }
.exhibitorspage .stripeonly {
  margin-bottom: 50px !important; }
.exhibitorspage .interested {
  color: #616265; }
  .exhibitorspage .interested h2 {
    color: inherit;
    font-size: 30px;
    font-weight: 600; }
  .exhibitorspage .interested a {
    color: inherit; }
  .exhibitorspage .interested p {
    font-size: 24px; }

.exhibitpage .text {
  margin-bottom: 100px; }
.exhibitpage .entryitem {
  margin-bottom: 45px; }
  .exhibitpage .entryitem .itemwrapper {
    padding: 40px 20px;
    background-color: #d7d7d7; }
    .exhibitpage .entryitem .itemwrapper .logo {
      display: block;
      text-align: center;
      margin-bottom: 20px; }
    .exhibitpage .entryitem .itemwrapper img {
      max-width: 100%;
      height: auto; }
    .exhibitpage .entryitem .itemwrapper p {
      font-size: 14px;
      margin-bottom: 24px;
      color: #363636 !important; }
    .exhibitpage .entryitem .itemwrapper a {
      text-decoration: underline;
      display: block;
      text-align: center;
      margin-top: 30px; }
.exhibitpage .titleband {
  display: block;
  line-height: 50px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  text-transform: uppercase; }
.exhibitpage .platinumrow .titleband {
  background-color: #acacac; }
.exhibitpage .goldrow .titleband {
  background-color: #ac9766; }
.exhibitpage .silverrow .titleband {
  background-color: #9a9b9d; }
.exhibitpage .generalrow .titleband {
  background-color: #363636; }
.exhibitpage .exhibitorsrow .titleband {
  background-color: #363636; }
.exhibitpage .exhibitorsrow .itemwrapper {
  display: block;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .exhibitpage .exhibitorsrow .itemwrapper {
      display: table; }
      .exhibitpage .exhibitorsrow .itemwrapper ul {
        display: table-cell; } }
.exhibitpage .exhibitorsrow ul {
  list-style: none;
  margin: 0;
  padding: 0 10px 0 0;
  display: block;
  vertical-align: top;
  text-align: center; }
  .exhibitpage .exhibitorsrow ul li {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 1.1; }
.exhibitpage .stripeonly {
  margin-bottom: 50px !important;
  position: relative; }

.contactpage .leftcontent {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .contactpage .leftcontent {
      text-align: right; } }
  .contactpage .leftcontent .pagetitle {
    text-align: center !important; }
    @media only screen and (min-width: 768px) {
      .contactpage .leftcontent .pagetitle {
        text-align: right !important; }
        .contactpage .leftcontent .pagetitle .redstripe {
          left: 100% !important;
          margin-left: -150px !important; } }
.contactpage #bodycontent {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .contactpage #bodycontent {
      min-height: 870px; } }
.contactpage .bigdrummer {
  width: 100%;
  overflow: hidden;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .contactpage .bigdrummer {
      position: absolute;
      top: 0px;
      left: 50%;
      width: 50%;
      overflow: hidden;
      max-height: 100%; } }

.agendapage .leftcontent {
  text-align: right; }
  .agendapage .leftcontent .littleref {
    display: none; }
    @media only screen and (min-width: 768px) {
      .agendapage .leftcontent .littleref {
        display: inline-block;
        padding-right: 20px; } }
.agendapage .rightcontent {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .agendapage .rightcontent {
      text-align: left; } }
  .agendapage .rightcontent .pagetitle {
    text-align: center !important;
    margin-bottom: 35px !important; }
    @media only screen and (min-width: 768px) {
      .agendapage .rightcontent .pagetitle {
        text-align: left !important; }
        .agendapage .rightcontent .pagetitle .redstripe {
          left: 0% !important;
          margin-left: 0px !important; } }
.agendapage .scrollbtnleft {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .agendapage .scrollbtnleft {
      text-align: right; } }
.agendapage .scrollbtnright {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .agendapage .scrollbtnright {
      text-align: left; } }
.agendapage .agendaimage img {
  max-width: 100%;
  height: auto; }
.agendapage .agendaimage#day1 {
  margin-top: 70px;
  margin-bottom: 150px; }
.agendapage #threedogrow {
  padding: 200px 0;
  background: url(..//rheem/images/threedog-back.jpg) no-repeat center center;
  background-size: cover; }
  .agendapage #threedogrow h2 {
    color: #fff;
    font-weight: 900;
    font-size: 80px; }
    .agendapage #threedogrow h2 span {
      display: block;
      font-size: 38px;
      font-weight: 600; }
  .agendapage #threedogrow p {
    color: #fff; }
  .agendapage #threedogrow #video .caption {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    padding: 20px 0; }
  .agendapage #threedogrow #video .youtube-container {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box; }
  .agendapage #threedogrow #video .youtube-player {
    display: block;
    width: 100%;
    /* assuming that the video has a 16:9 ratio */
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block; }
  .agendapage #threedogrow #video img.youtube-thumb {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto; }
  .agendapage #threedogrow #video div.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -69.5px 0 0 -69.5px;
    display: block;
    width: 139px;
    height: 139px;
    background: url(..//rheem/images/playbtnsprite.png) no-repeat; }
    .agendapage #threedogrow #video div.play-button:hover {
      background-position: -139px 0px; }
  .agendapage #threedogrow #video #youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.sessionspage .scrollbtn {
  margin: 0 20px 10px; }
.sessionspage .scrollbtnleft {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .sessionspage .scrollbtnleft {
      text-align: right; } }
.sessionspage .scrollbtnright {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .sessionspage .scrollbtnright {
      text-align: left; } }
.sessionspage #speakers {
  margin-top: 140px; }
  .sessionspage #speakers h1 {
    color: #e70033;
    font-size: 70px;
    margin-bottom: 80px; }
.sessionspage .biorow {
  padding-bottom: 100px;
  margin-bottom: 130px;
  background: url(..//rheem/images/laces-graphic.png) no-repeat bottom center;
  position: relative; }
  .sessionspage .biorow.nolaces {
    background: none;
    padding-bottom: 0px;
    margin-bottom: 0px; }
  .sessionspage .biorow .bioblock {
    margin-bottom: 80px; }
    .sessionspage .biorow .bioblock .stripe {
      z-index: -1;
      width: 930px;
      height: 2px;
      background-color: #e70033;
      display: block;
      position: absolute;
      top: 50px; }
    .sessionspage .biorow .bioblock h2 {
      margin-top: 40px;
      font-size: 34px; }
    .sessionspage .biorow .bioblock h3 {
      font-size: 19px;
      color: #616265;
      margin-bottom: 40px; }
    .sessionspage .biorow .bioblock.right {
      text-align: right;
      padding-left: 0px; }
      @media only screen and (min-width: 768px) {
        .sessionspage .biorow .bioblock.right {
          padding-left: 100px; } }
      .sessionspage .biorow .bioblock.right .stripe {
        right: -90%; }
    .sessionspage .biorow .bioblock.left {
      padding-right: 0px; }
      @media only screen and (min-width: 768px) {
        .sessionspage .biorow .bioblock.left {
          padding-right: 100px; } }
      .sessionspage .biorow .bioblock.left .stripe {
        left: -90%; }
.sessionspage .sideref {
  display: none; }
  .sessionspage .sideref img {
    max-width: 100%;
    height: auto; }
  @media only screen and (min-width: 768px) {
    .sessionspage .sideref {
      display: block; } }
.sessionspage #sessions {
  position: relative;
  padding-top: 300px; }
  .sessionspage #sessions .backgroundimage {
    position: absolute;
    top: 0px;
    left: -85px;
    width: 1255px;
    height: 643px;
    z-index: -1;
    background: url(..//rheem/images/sessionsback.png) no-repeat center top; }
  .sessionspage #sessions h1 {
    color: #e70033;
    font-size: 70px;
    margin-bottom: 80px; }
  .sessionspage #sessions h2 {
    text-align: center;
    line-height: 60px;
    margin-bottom: 20px;
    margin-top: 40px; }
  .sessionspage #sessions h3 {
    font-size: 19px;
    color: #828282;
    padding: 0;
    line-height: 1.3;
    margin-bottom: 60px; }
    @media only screen and (min-width: 768px) {
      .sessionspage #sessions h3 {
        padding: 0 12%; } }
    .sessionspage #sessions h3 span {
      display: block;
      color: #e70033; }
  .sessionspage #sessions h4 {
    color: #9a9b9d;
    font-size: 22px; }
  .sessionspage #sessions h5 {
    color: #e70033;
    font-size: 22px;
    text-transform: uppercase; }
  .sessionspage #sessions .intro {
    padding: 0 0%;
    margin-bottom: 100px; }
    @media only screen and (min-width: 768px) {
      .sessionspage #sessions .intro {
        padding: 0 22%; } }
  .sessionspage #sessions .leftcontent h2 {
    background-color: #efeeed; }
  .sessionspage #sessions .leftcontent .listbox {
    background-color: #efeeed;
    padding: 85px 30px; }
  .sessionspage #sessions .rightcontent h2 {
    background-color: #f9f9f8; }
  .sessionspage #sessions .rightcontent .listbox {
    background-color: #f9f9f8;
    padding: 85px 30px; }
  .sessionspage #sessions .sessiondetail span {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #616265;
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 40px; }
  .sessionspage #sessions .sessiondetail p {
    margin-bottom: 0px; }
  .sessionspage #sessions .sessionspacer {
    height: 100px;
    display: block;
    background: url(..//rheem/images/small-laces.png) no-repeat center bottom;
    margin-bottom: 16px; }
.sessionspage #protackledrill {
  padding-bottom: 100px;
  min-height: 441px;
  box-sizing: border-box;
  background: #da0024 url(..//rheem/images/protackledrill-back.jpg) no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    .sessionspage #protackledrill {
      background-size: auto; } }
  .sessionspage #protackledrill h1 {
    font-size: 70px;
    color: #fff;
    margin-top: 10%; }
  .sessionspage #protackledrill h2 {
    font-size: 50px;
    color: #fff;
    margin-top: 60px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 900; }
    .sessionspage #protackledrill h2 span {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-size: 30px;
      font-weight: 400;
      display: block; }
  .sessionspage #protackledrill p {
    color: #fff;
    padding: 40px 10%; }

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