/**

Theme Name: Youmacon 2018

Theme Description: Custom theme for Youmacon by @ChrisBoren

*/
body {
  margin: 0;
  border: 0;
  background-color: #fff;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  background-image: -webkit-gradient(linear, left top, right top, from(#f2f2f2), color-stop(#fff), color-stop(#fff), to(#f2f2f2));
  background-image: linear-gradient(to right, #f2f2f2, #fff, #fff, #f2f2f2); }

body > *:not(header) {
  z-index: 10;
  position: relative; }

h1, h2, h3, h4, h5, .btn {
  font-weight: 600;
  letter-spacing: .125em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase; }

h1, h3, h5 {
  color: #f26e21; }

h2, h4 {
  color: #f26e21; }

h4 {
  margin-bottom: 0; }

.section {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem; }

.container {
  max-width: 1300px;
  position: relative;
  width: 100%;
  margin: auto; }

.container-flexRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%; }

.container-flexColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  width: 100%; }

.shadow-1 {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25); }

.shadow-large {
  -webkit-box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.125);
          box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.125); }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.btn {
  padding: .5em 1em;
  border: 1px solid transparent;
  margin: 1em 0;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .15s linear;
  transition: all .15s linear; }
  .btn:hover {
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    -webkit-transform: translate3D(0px, -2px, 0px);
            transform: translate3D(0px, -2px, 0px); }

.btn-outline {
  border: 1px solid #fff;
  color: #fff; }
  .btn-outline:hover {
    background-color: white;
    color: #F26E21; }

.btn-primary {
  color: #fff;
  background-color: #ec600e; }
  .btn-primary:hover {
    background-color: #F26E21; }

.btn-secondary {
  color: #fff;
  background-color: #F26E21; }
  .btn-secondary:hover {
    background-color: #ec600e; }

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.flex-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2; }

.flex-3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3; }

.flex-4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4; }

.flex-5 {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5; }

.flex-6 {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6; }

header {
  min-height: 5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: white;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25); }
  header .container-flexRow {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 5rem; }

.header-section {
  margin-top: 6rem;
  position: relative; }

.hidden {
  display: none; }

.header-section--mainContainer {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .header-section--mainContainer:not(.front-page) {
    min-height: 3em; }
  .header-section--mainContainer.header-section--smaller {
    padding-bottom: 12.5%; }

.header-section--bgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover; }
  .header-section--bgContainer .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(15%, rgba(242, 110, 33, 0.9)), color-stop(85%, rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(to bottom right, rgba(242, 110, 33, 0.9) 15%, rgba(0, 0, 0, 0.9) 85%);
    color: white; }
    .header-section--bgContainer .content.secondary {
      background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9)));
      background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)); }
    .header-section--bgContainer .content.primary {
      background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(242, 110, 33, 0.9)), to(rgba(0, 0, 0, 0.9)));
      background-image: linear-gradient(to bottom right, rgba(242, 110, 33, 0.9), rgba(0, 0, 0, 0.9)); }
    .header-section--bgContainer .content h1, .header-section--bgContainer .content h2, .header-section--bgContainer .content h3, .header-section--bgContainer .content h4, .header-section--bgContainer .content h5, .header-section--bgContainer .content p {
      color: white; }
    .header-section--bgContainer .content h1 {
      font-size: 3.5em;
      line-height: 1em;
      font-weight: 700;
      letter-spacing: -.025em;
      text-transform: uppercase; }
      @media screen and (max-width: 1300px) {
        .header-section--bgContainer .content h1 {
          font-size: 6vw; } }
      @media screen and (max-width: 600px) {
        .header-section--bgContainer .content h1 {
          padding: 1rem; } }
    .header-section--bgContainer .content p {
      margin: 0 !important;
      font-size: 2em;
      letter-spacing: .25em; }
    .header-section--bgContainer .content .youmacon-is-go {
      max-width: 80%; }
      @media screen and (max-width: 600px) {
        .header-section--bgContainer .content .youmacon-is-go {
          width: 100%;
          max-width: 100%;
          height: auto;
          max-height: 100%;
          min-height: 250px; } }
    .header-section--bgContainer .content.front-page {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      font-size: 1.5rem; }
      @media screen and (max-width: 600px) {
        .header-section--bgContainer .content.front-page {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .header-section--bgContainer .content.front-page .left, .header-section--bgContainer .content.front-page .right {
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
        padding: 1rem; }
      .header-section--bgContainer .content.front-page .left {
        padding: 0;
        margin-bottom: -2rem;
        margin-top: -2rem; }
      .header-section--bgContainer .content.front-page p {
        font-size: 1em;
        padding-bottom: 1em;
        text-align: left;
        letter-spacing: .2em; }
      @media screen and (max-width: 600px) {
        .header-section--bgContainer .content.front-page {
          font-size: 1rem; } }
  .header-section--bgContainer video {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s linear !important;
    transition: all 1s linear !important; }

.navbar {
  max-width: 100vw; }
  .navbar .logo {
    max-width: 425px;
    padding-left: 1rem;
    padding-right: 1rem;
    width: calc(100% - 5rem);
    min-width: 200px;
    margin-top: .5rem;
    margin-bottom: .5rem; }

header nav {
  height: 100%; }
  header nav.flex-2 {
    margin-left: 5rem; }
  header nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    header nav ul li {
      display: block;
      font-weight: 600;
      padding: .5rem 0;
      position: relative;
      line-height: 1rem; }
      header nav ul li a {
        text-decoration: none;
        padding: .25em .5em;
        border-radius: .5rem;
        -webkit-transition: all .15s linear;
        transition: all .15s linear;
        display: block;
        z-index: 10; }
        header nav ul li a:hover {
          background-color: #F26E21;
          color: #fff;
          -webkit-transition: all .15s linear;
          transition: all .15s linear;
          -webkit-transform: translateY(-0.125rem);
                  transform: translateY(-0.125rem); }
    header nav ul li, header nav ul li a {
      text-transform: uppercase;
      color: #F26E21; }
  header nav ul li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    position: absolute;
    background-color: white;
    border-left: 2px #F26E21 solid;
    border-right: 2px #F26E21 solid;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
    opacity: 0;
    top: 2em;
    right: 0;
    text-align: left;
    margin-left: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 5;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    min-width: 100%;
    max-width: 200%;
    padding: 1rem 0;
    width: auto; }
    header nav ul li ul li {
      display: inline-block; }
  header nav ul li:hover ul {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); }
  header nav ul > li > a {
    white-space: nowrap; }
  header nav ul > li > ul > li {
    padding-left: 1rem;
    padding-right: 1rem;
    white-space: normal; }

.featured-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: grow;
      -ms-flex-positive: grow;
          flex-grow: grow;
  max-width: 1300px;
  margin: 1rem auto;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .featured-content .featuredBlock {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 .5rem;
    background-color: blue;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.125);
            box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.125);
    background-size: cover;
    background-position: center center;
    overflow: hidden; }
    .featured-content .featuredBlock:first-child {
      margin-left: 0; }
    .featured-content .featuredBlock:last-child {
      margin-right: 0; }
    .featured-content .featuredBlock:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(242, 110, 33, 0.9);
      content: '';
      -webkit-transform: translate3d(100%, -100%, 0) scale(1);
              transform: translate3d(100%, -100%, 0) scale(1);
      -webkit-transition: all .33s ease-in-out;
      transition: all .33s ease-in-out;
      z-index: 1;
      border-radius: 100%; }
    .featured-content .featuredBlock.guest:after {
      background-color: rgba(242, 110, 33, 0.9); }
    .featured-content .featuredBlock.guests:after {
      background-color: rgba(242, 110, 33, 0.9); }
    .featured-content .featuredBlock .contentContainer {
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(rgba(0, 0, 0, 0.1)), color-stop(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.75)));
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.75));
      position: relative;
      z-index: 10; }
    .featured-content .featuredBlock .featured-ribbon {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      top: 1rem;
      left: calc(50% - 3.5rem);
      height: 2em;
      background-color: #F26E21;
      width: 100%;
      padding: .5em 1em;
      color: white;
      font-weight: 700;
      text-align: center;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25); }
      .featured-content .featuredBlock .featured-ribbon.guest {
        background-color: #F26E21; }
      .featured-content .featuredBlock .featured-ribbon.guests {
        background-color: #F26E21; }
      .featured-content .featuredBlock .featured-ribbon span {
        display: block;
        line-height: 1em; }
      .featured-content .featuredBlock .featured-ribbon .type {
        font-size: .75em;
        text-transform: uppercase; }
      .featured-content .featuredBlock .featured-ribbon .date {
        font-size: 1.25em; }
    .featured-content .featuredBlock .content {
      width: calc(100% - 2rem);
      height: calc(100% - 2rem);
      position: absolute;
      padding: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      color: white;
      overflow: hidden; }
      .featured-content .featuredBlock .content > div:first-child {
        margin-top: calc(100% - 5rem);
        -webkit-transition: all .33s ease-in-out;
        transition: all .33s ease-in-out; }
      .featured-content .featuredBlock .content .featured-type {
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .125em; }
      .featured-content .featuredBlock .content .featured-title {
        letter-spacing: -.0125em;
        font-size: 2em;
        font-weight: 700;
        min-height: 3rem;
        line-height: 1em; }
        .featured-content .featuredBlock .content .featured-title.medium {
          font-size: 1.75em; }
        .featured-content .featuredBlock .content .featured-title.small {
          font-size: 1.5em; }
      .featured-content .featuredBlock .content .featured-text {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
  .featured-content .featuredBlock:hover:after {
    -webkit-transform: translate3d(0, 0, 0) scale(2);
            transform: translate3d(0, 0, 0) scale(2);
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
    -webkit-transition-delay: .125s;
            transition-delay: .125s; }
  .featured-content .featuredBlock:hover .content {
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out; }
    .featured-content .featuredBlock:hover .content > div:first-child {
      margin-top: 1rem; }
    .featured-content .featuredBlock:hover .content .featured-text {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }

main {
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  main a:not(.btn):not(.socialCircle) {
    color: #f26e21;
    text-decoration: none; }
    main a:not(.btn):not(.socialCircle):hover {
      color: #D50000;
      text-decoration: underline; }
  main.marginTop {
    margin-top: 1rem; }
  main.mainContent, main .mainContent {
    overflow: none;
    -webkit-box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.125);
            box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.125);
    margin-bottom: 1rem;
    background-color: #fff; }
  main .contentPicture {
    background-color: blue;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: block;
    background: #F26E21 center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    margin: 0;
    padding: .5rem; }
    main .contentPicture:last-child {
      margin-right: 0; }
    main .contentPicture:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      content: ''; }
    main .contentPicture.primary:after {
      background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(242, 110, 33, 0.9)), to(rgba(0, 0, 0, 0.9)));
      background-image: linear-gradient(to bottom right, rgba(242, 110, 33, 0.9), rgba(0, 0, 0, 0.9)); }
    main .contentPicture.secondary:after {
      background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.9)));
      background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)); }
  main .content {
    padding-top: 1rem;
    padding-bottom: 2rem;
    font-size: 1.25em;
    margin-left: 2rem;
    margin-right: 2rem; }

footer {
  width: 100%;
  padding: 6rem 0;
  margin: 4rem 0 0;
  background-color: #000;
  color: white;
  font-size: .75rem; }
  footer .container-flexRow {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  footer .socialRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  footer .copyright {
    margin: 1rem 4rem; }
    footer .copyright p {
      margin: 0;
      padding: 0;
      font-weight: bold; }

.socialCircle {
  color: white;
  background: green;
  width: 2em;
  height: 2em;
  line-height: 2em;
  display: inline-block;
  text-align: center;
  margin: .5em;
  border-radius: 100%;
  text-decoration: none;
  font-size: 1.25rem; }
  .socialCircle.facebook {
    background: #4B6FAA; }
  .socialCircle.twitter {
    background: #2DB8E7; }
  .socialCircle.google-plus {
    background: #E76248; }
  .socialCircle.youtube {
    background: #D7473C; }
  .socialCircle.discord {
    background: #7289DA; }
  .socialCircle.instagram {
    background: #c13584; }
  .socialCircle:hover {
    background-color: white; }
    .socialCircle:hover.facebook {
      color: #4B6FAA; }
    .socialCircle:hover.twitter {
      color: #2DB8E7; }
    .socialCircle:hover.google-plus {
      color: #E76248; }
    .socialCircle:hover.youtube {
      color: #D7473C; }
    .socialCircle:hover.discord {
      color: #7289DA; }
    .socialCircle:hover.instagram {
      color: #c13584; }

footer a.authorLink {
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 1;
  -webkit-transition: all .15s linear;
  transition: all .15s linear; }
  footer a.authorLink * {
    -webkit-transition: all .15s linear;
    transition: all .15s linear; }
  footer a.authorLink span {
    z-index: 2;
    position: relative; }
  footer a.authorLink span.smile {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  footer a.authorLink:before {
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(242, 110, 33, 0.9)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(to bottom right, rgba(242, 110, 33, 0.9), rgba(0, 0, 0, 0.9));
    content: '';
    position: absolute;
    top: -.25em;
    left: -.25em;
    width: calc(100% + .5em);
    height: calc(100% + .5em);
    z-index: -10;
    border-radius: .5em;
    opacity: 0;
    -webkit-transition: all .15s linear;
    transition: all .15s linear; }
  footer a.authorLink:hover:before {
    opacity: 1;
    -webkit-transition: all .15s linear;
    transition: all .15s linear; }
  footer a.authorLink:hover .smile {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.table {
  font-size: .75em;
  width: 100%;
  text-align: left; }
  .table tr:first-child {
    border-bottom: 1px solid #333; }

.content a:not(.btn) {
  text-decoration: none;
  color: #F26E21; }
  .content a:not(.btn):hover {
    text-decoration: underline;
    color: #F26E21; }

.guestBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1rem; }
  .guestBox:not(:last-child) {
    margin-bottom: 3rem; }
  .guestBox:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 6rem;
    content: '';
    background-color: #f26e21; }
  .guestBox .guest-left {
    min-width: 250px;
    width: 25%;
    position: relative;
    margin-right: 2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .guestBox .guest-left .guest-image {
      background-size: cover;
      background-position: center center;
      max-height: 0px;
      padding-bottom: 100%;
      -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
      margin-top: -1rem;
      padding-top: 1rem;
      margin-left: -1rem;
      -webkit-transform: scale(1.5) translateX(-50vw);
              transform: scale(1.5) translateX(-50vw);
      -webkit-transition: all .75s ease-in-out;
      transition: all .75s ease-in-out; }
      .guestBox .guest-left .guest-image.active {
        -webkit-transform: scale(1) rotate(0deg) translateX(0);
                transform: scale(1) rotate(0deg) translateX(0);
        -webkit-transition: all .75s ease-in-out;
        transition: all .75s ease-in-out; }
      .guestBox .guest-left .guest-image.image-flame {
        background-size: contain;
        -webkit-box-shadow: none;
                box-shadow: none;
        background-repeat: no-repeat;
        margin: 1rem;
        -webkit-filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.25));
                filter: drop-shadow(0px 3px 9px rgba(0, 0, 0, 0.25)); }
    .guestBox .guest-left .guest-left--info {
      position: relative; }
    .guestBox .guest-left .socialRow {
      margin: 2em 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
      .guestBox .guest-left .socialRow a {
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out; }
        .guestBox .guest-left .socialRow a:hover {
          -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
                  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
          -webkit-transform: translateY(-0.12em);
                  transform: translateY(-0.12em); }
  .guestBox .guest-right {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex: 3;
        flex: 3; }
    .guestBox .guest-right .guest-right--title {
      min-height: 6rem;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff;
      position: relative; }
      .guestBox .guest-right .guest-right--title .guest-type, .guestBox .guest-right .guest-right--title .post-info {
        font-size: 1em;
        font-weight: 400;
        line-height: 1em;
        letter-spacing: .5em;
        text-transform: uppercase; }
      .guestBox .guest-right .guest-right--title .post-info {
        letter-spacing: 0em;
        text-transform: none; }
      .guestBox .guest-right .guest-right--title .guest-name {
        font-size: 3em;
        font-weight: 700;
        letter-spacing: -.05em;
        line-height: 1em; }
    .guestBox .guest-right .guest-right--bio {
      margin-top: 2em;
      margin-bottom: 2em;
      padding-left: 1em;
      padding-right: 1em;
      font-size: 1.25em; }

@media screen and (max-width: 1300px) {
  body {
    font-size: 14px; } }

@media screen and (max-width: 1000px) {
  .header-section--mainContainer.front-page {
    height: auto;
    position: relative;
    padding-bottom: 0; }
    .header-section--mainContainer.front-page video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .header-section--mainContainer.front-page .header-section--bgContainer {
      position: relative; }
    .header-section--mainContainer.front-page .content {
      position: relative;
      padding-top: 1rem;
      padding-bottom: 1rem; } }

.mobileButton {
  display: none; }

@media screen and (max-width: 600px) {
  .header-section--mainContainer.front-page {
    height: 80vh;
    min-height: 400px;
    max-height: 900px; }
  main .container-flexRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    main .container-flexRow.right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    main .container-flexRow aside {
      height: 0;
      padding-bottom: 56.25%;
      background-position: 50% 25%; }
  .navbar nav {
    display: none; }
  .navbar div {
    text-align: center; }
    .navbar div .flexRow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    .navbar div .mobileButton {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 3rem;
      height: 3rem;
      -ms-flex-preferred-size: 3rem;
          flex-basis: 3rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .featured-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .featured-content .featuredBlock {
      margin: 0.5rem 1rem !important;
      max-width: calc(100% - 2rem); }
  .guestBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .guestBox:before {
      max-height: 14.5rem; }
    .guestBox .guest-left, .guestBox .guest-right {
      margin: 0;
      padding: 0; }
    .guestBox .guest-right .guest-right--title {
      color: #F26E21;
      margin-left: 1rem;
      margin-bottom: 1rem;
      min-height: 0;
      margin-top: 1rem;
      font-size: .75rem; }
    .guestBox .guest-right .guest-right--bio {
      margin-top: 0; }
    .guestBox .guest-image {
      -webkit-transform: none !important;
              transform: none !important;
      margin-left: 0 !important; }
  footer .container-flexRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    footer .container-flexRow > div {
      width: calc(100% - 2rem); }
  .header-section {
    width: calc(100% - 2rem);
    font-size: 2vw !important;
    text-align: center; }
    .header-section .content .youmacon-is-go {
      max-width: 100%;
      width: calc(100% - 6rem); }
  .mainContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: calc(100% - 2rem); }
    .mainContent aside {
      height: 0px;
      padding-bottom: 56.25%; }
    .mainContent.frontPage aside {
      display: none; } }

.mobileNav {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -100;
  -webkit-transition: z-index 0s linear .25s;
  transition: z-index 0s linear .25s; }
  .mobileNav .mobileNav--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(242, 110, 33, 0.75);
    opacity: 0;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear; }
  .mobileNav .mobileNav--container {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 85vw;
    height: 100vh;
    position: absolute;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25); }
    .mobileNav .mobileNav--container .closeButton {
      position: absolute;
      top: .5rem;
      right: -2rem;
      width: 1.5rem;
      height: 1.5rem;
      line-height: 1.5rem;
      color: white;
      text-align: center;
      font-weight: 900;
      border-radius: 100%;
      padding: 0;
      margin: 0;
      font-size: 1.25em;
      display: block;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .mobileNav .mobileNav--container .closeButton:hover {
        -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
                box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5); }
    .mobileNav .mobileNav--container .mobileNav--flexCol {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: calc(100% - 2rem);
      margin: 1rem 1rem 1rem 1rem;
      height: calc(100% - 2rem);
      overflow-y: scroll;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
  .mobileNav .logoContainer {
    text-align: center;
    width: 100%; }
    .mobileNav .logoContainer .logo {
      max-width: 400px;
      width: 100%; }
  .mobileNav nav ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0; }
    .mobileNav nav ul li {
      margin: 0;
      padding: 0; }
      .mobileNav nav ul li a {
        text-decoration: none;
        line-height: 1em;
        padding-top: .5em;
        padding-bottom: .5em;
        color: #f26e21;
        font-weight: 700;
        display: block; }
  .mobileNav nav > ul {
    margin: 2rem 0; }
    .mobileNav nav > ul > li > ul a {
      padding-left: 1em;
      color: rgba(242, 110, 33, 0.75); }
  .mobileNav.active {
    z-index: 99;
    -webkit-transition: z-index 0s linear 0s;
    transition: z-index 0s linear 0s; }
    .mobileNav.active .mobileNav--overlay {
      opacity: 1;
      -webkit-transition: opacity .25s linear 0s;
      transition: opacity .25s linear 0s; }
    .mobileNav.active .mobileNav--container {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition: all .25s ease-in-out 0s;
      transition: all .25s ease-in-out 0s; }

h1.smaller {
  font-size: 3em !important; }

.homepage-container {
  width: calc(100% - 2rem);
  height: 100%;
  background-color: white;
  padding: 1rem; }

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