html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

html.new-layout {
  background-image: none;
  background-color: #fff;
  height: 100%; }

body .sidebar {
  background: #333;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 200px;
  padding: 2em 1em;
  z-index: 99; }
  body .sidebar .rs-home-title {
    padding-left: 10px; }
    body .sidebar .rs-home-title h3 {
      font-weight: 300; }
  body .sidebar nav {
    font-weight: 300;
    font-size: 0.9em; }
    body .sidebar nav a {
      display: block;
      margin: 1px;
      padding: 0.5em; }
      body .sidebar nav a img {
        height: 1.2em;
        margin-right: 10px;
        vertical-align: middle; }
      body .sidebar nav a span {
        vertical-align: middle; }

.parsley-error {
  border: 1px solid red !important; }

.social-media-block {
  position: absolute;
  right: 0;
  top: 35vh;
  width: 3em; }
  @media screen and (max-width: 768px) {
    .social-media-block {
      display: table;
      position: relative;
      right: inherit;
      top: initial;
      width: 100%; } }
  .social-media-block ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .social-media-block ul li {
      margin: 1em 0;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .social-media-block ul li {
          display: inline-block;
          margin: 0 1em; } }
  .social-media-block img {
    height: 1.5em; }
    @media screen and (max-width: 768px) {
      .social-media-block img {
        height: 3em; } }

body.keynote-speaker-all-content h1 {
  font-weight: 300; }
body.keynote-speaker-all-content h2,
body.keynote-speaker-all-content h3 {
  color: #333;
  font-weight: 300; }
body.keynote-speaker-all-content hr {
  border: 1px solid #F1F1F1;
  margin: 3em 0; }

#page-wrap {
  position: relative; }

.hellobar {
  background: #223133;
  position: fixed;
  -webkit-box-shadow: 0px 0px 5px 0px #000;
  -moz-box-shadow: 0px 0px 5px 0px #000;
  box-shadow: 0px 0px 5px 0px #000;
  height: initial;
  padding: 5px 10%;
  width: 100%;
  z-index: 9050;
  -webkit-animation: bounce 0.2s ease-in;
  -moz-animation: bounce 0.2s ease-in;
  animation: bounce 0.2s ease-in; }
  .hellobar input {
    border: 0;
    padding: 6px;
    font-size: 1em; }
    @media screen and (max-width: 768px) {
      .hellobar input {
        width: 100%;
        margin-bottom: 5px; } }
  .hellobar p {
    display: inline-block;
    margin: 8px auto;
    text-align: center; }
  .hellobar label {
    font-weight: bold; }
  .hellobar + #page-wrap > .keynote-speaker-content {
    top: 3em; }
  .hellobar + #page-wrap > .menu-responsive-show .sidebar-links {
    top: 3em;
    right: 0; }
  @media screen and (max-width: 768px) {
    .hellobar + #page-wrap > label.sidebartogle-button {
      top: 10em;
      z-index: 9090; }
    .hellobar + #page-wrap > .keynote-speaker-content {
      top: 6em; }
    .hellobar + #page-wrap > .menu-responsive-show .sidebar-links {
      right: -150px;
      top: 10em; }
      .hellobar + #page-wrap > .menu-responsive-show .sidebar-links h2 {
        display: none; }
      .hellobar + #page-wrap > .menu-responsive-show .sidebar-links nav {
        padding: 0; }
      .hellobar + #page-wrap > .menu-responsive-show .sidebar-links .sidebar-footer {
        bottom: 0; }
    .hellobar #sidebartoggle:checked + #page-wrap .sidebar-links {
      right: 0; } }

.btn-cta-register {
  background: #232323;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  text-align: center; }
  .btn-cta-register:hover {
    color: #00b7d3; }
  @media screen and (max-width: 768px) {
    .btn-cta-register {
      width: 100%; } }

.keynote-speaker-mobile-title {
  display: none; }
  @media screen and (max-width: 768px) {
    .keynote-speaker-mobile-title {
      display: block; } }

.keynote-speaker-content {
  position: relative;
  clear: both;
  color: #333;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 2em;
  margin-left: 30%;
  margin-right: 150px;
  padding: 1em 3em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 1140px) {
    .keynote-speaker-content {
      margin-left: 0; } }
  @media screen and (max-width: 768px) {
    .keynote-speaker-content {
      margin-right: 5%; } }

.sidebar-links {
  background: #fff;
  bottom: 0;
  padding: 2em 1em;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  top: 0;
  width: 150px;
  z-index: 9000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .sidebar-links h2,
  .sidebar-links h3 {
    line-height: 1em; }
  .sidebar-links .rs-home-title {
    padding-left: 10px; }
  .sidebar-links nav {
    font-weight: 300;
    font-size: 0.9em;
    padding: 45% 0; }
    .sidebar-links nav a {
      display: block;
      font-size: 0.86em;
      line-height: 0.5em;
      padding: 1em 0; }
      .sidebar-links nav a img {
        height: 1.2em;
        margin-right: 10px;
        vertical-align: middle; }
      .sidebar-links nav a span {
        vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .sidebar-links {
      right: -150px; } }

.sidebar-footer {
  bottom: 3em;
  position: absolute;
  padding-right: 2em;
  right: 0; }
  @media screen and (max-width: 768px) {
    .sidebar-footer {
      padding-right: 1em; } }
  .sidebar-footer img {
    height: 2em;
    margin-right: 1em; }
  .sidebar-footer p {
    color: #333;
    font-size: 0.6em; }

.sidebar-image {
  background-image: url("../images/ricardo-semler-keynote-speaker.jpg");
  background-repeat: no-repeat;
  background-position: 45%;
  background-size: cover;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 30%; }
  @media screen and (max-width: 1140px) {
    .sidebar-image {
      display: none; } }

#sidebartoggle {
  display: none; }
  #sidebartoggle:checked + .menu-responsive-show > .sidebar-links {
    right: 0; }
    #sidebartoggle:checked + .menu-responsive-show > .sidebar-links .keynote-speaker-content {
      margin-right: 150px; }

.sidebartogle-button {
  display: none;
  position: fixed;
  top: .5em;
  right: 2em;
  z-index: 9010; }
  @media screen and (max-width: 768px) {
    .sidebartogle-button {
      display: block;
      top: 6em; } }
  .sidebartogle-button img {
    height: 2em;
    width: 2em; }

.sliding-panel-button {
  cursor: pointer;
  outline: none;
  padding: 0;
  position: fixed;
  right: 1em;
  top: 1em;
  z-index: 9001;
  width: 120px; }
  .sliding-panel-button img {
    height: 2.5em;
    float: right; }
  @media screen and (min-width: 769px) {
    .sliding-panel-button {
      display: none; } }

.bio-wrap-content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  color: #333;
  padding: 0 12%; }
  .bio-wrap-content::after {
    clear: both;
    content: "";
    display: table; }
  .bio-wrap-content .semler-bio-img {
    border-radius: 50%;
    display: block;
    margin: 2em auto;
    height: 10em; }
  .bio-wrap-content a {
    display: inline-block; }
    .bio-wrap-content a:hover {
      cursor: pointer;
      color: #333; }
    .bio-wrap-content a > i {
      border-bottom: 1px solid transparent; }
  .bio-wrap-content p {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 2em; }
  .bio-wrap-content ul li {
    margin: 1em 0; }
  .bio-wrap-content h1 {
    font-size: 3em; }
  .bio-wrap-content h2,
  .bio-wrap-content h3 {
    color: #333;
    font-weight: 300; }
  .bio-wrap-content hr {
    border: 1px solid #F1F1F1;
    margin: 3em 0; }

.bio-footer {
  margin: 2em 0; }
  .bio-footer p {
    float: left;
    font-size: 0.9em;
    margin: 0;
    width: 50%; }
    @media screen and (max-width: 768px) {
      .bio-footer p {
        text-align: center;
        width: 100%; } }
  .bio-footer section {
    float: right;
    text-align: right;
    width: 50%; }
    @media screen and (max-width: 768px) {
      .bio-footer section {
        text-align: center;
        width: 100%; } }
    .bio-footer section i {
      font-size: 1.5em;
      padding: 0 .5em; }

html {
  background-image: url("../images/ricardo-semler-2.jpg");
  background-color: #000;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%; }

body {
  height: 100%;
  color: #F1F1F1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0; }
  body a {
    color: #00b7d3;
    text-decoration: none; }
  body .content {
    float: right;
    text-align: right;
    padding-top: 2%;
    position: absolute;
    padding-right: 5%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media screen and (max-width: 768px) {
      body .content {
        background: rgba(58, 58, 58, 0.95);
        text-align: center;
        padding: 2em 1em; } }
    body .content .semler-bio-img {
      display: none;
      border-radius: 50%;
      margin: 2em auto;
      height: 10em; }
      @media screen and (max-width: 768px) {
        body .content .semler-bio-img {
          display: block; } }
    body .content h1 {
      font-size: 3em;
      font-weight: 700;
      margin: 0;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        body .content h1 {
          font-size: 2.5em;
          margin: 0.5em 0; } }
    body .content p {
      clear: both;
      float: right;
      width: 35%; }
      @media screen and (max-width: 768px) {
        body .content p {
          width: 80%;
          float: none;
          text-align: justify;
          margin: 0 auto; } }
    body .content .title-error {
      font-size: 9em; }
    body .content .link-error {
      display: block;
      clear: both;
      width: inherit; }
      body .content .link-error section {
        width: 40%; }
  body .content-thanks {
    position: relative; }
  body .links {
    display: inline-block;
    margin-top: 1em; }
    @media screen and (min-width: 1250px) {
      body .links {
        width: 70%; } }
    @media screen and (max-width: 1140px) {
      body .links {
        width: 45%;
        float: right;
        clear: both; } }
    @media screen and (max-width: 768px) {
      body .links {
        width: 100%; } }
    body .links section {
      display: inline-block;
      margin: 0 1em;
      padding-bottom: 2em;
      text-align: center;
      vertical-align: text-top;
      width: 12%; }
      @media screen and (max-width: 1140px) {
        body .links section {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 40.29137%;
          margin-right: 0;
          float: right; }
          body .links section:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 768px) {
        body .links section {
          width: 100%;
          margin: 0; } }
      body .links section img {
        height: 3em; }
      body .links section h2 {
        font-size: 1.1em;
        margin: 0.5em 0;
        text-transform: uppercase; }
      body .links section p {
        color: #fff;
        margin: 0;
        text-align: center;
        width: 100%; }
      body .links section:hover > img {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform: scale(0.9) rotate(-3deg);
        -moz-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        -o-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg); }
      @media screen and (min-width: 769px) {
        body .links section:last-of-type {
          margin-right: 0; } }

.hellobar label {
  float: left;
  margin-right: 1em;
  line-height: 1.8em; }
.hellobar form input {
  vertical-align: bottom; }
.hellobar + .content {
  top: 2em; }
  @media screen and (max-width: 768px) {
    .hellobar + .content {
      top: 3em; } }
.hellobar .btn-cta-register {
  background: #c33425;
  border: 0;
  color: #fff;
  display: inline-block;
  height: 30px;
  padding: 5px 15px;
  text-align: center;
  border: 1px solid #c33425;
  position: absolute;
  margin: 1px .5em; }
  .hellobar .btn-cta-register:hover {
    border: 1px solid #bbbb67; }
  @media screen and (max-width: 768px) {
    .hellobar .btn-cta-register {
      width: 100px; } }

.hellobar-podcast {
  background: #d30000;
  text-align: center; }
  .hellobar-podcast label {
    width: 100%; }
  .hellobar-podcast .hellobar-podcast-btn {
    background: #ffff03;
    color: #000000;
    font-size: .8em;
    padding: .5em 1em; }

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