
/*
** START: MIXINS
*/
@font-face {
    font-family: 'arrrowsregular';
    src: url("../vendors/arrrows/arrrows-regular-webfont.eot");
    src: url("../vendors/arrrows/arrrows-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../vendors/arrrows/arrrows-regular-webfont.svg#arrrowsregular") format("svg"), url("../vendors/arrrows/arrrows-regular-webfont.woff") format("woff"), url("../vendors/arrrows/arrrows-regular-webfont.ttf") format("truetype");
    font-weight: normal !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  
  @font-face {
    font-family: 'arrrowsbold';
    src: url("../vendors/arrrows/arrrows-bold-webfont.eot");
    src: url("../vendors/arrrows/arrrows-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../vendors/arrrows/arrrows-bold-webfont.svg#arrrowsbold") format("svg"), url("../vendors/arrrows/arrrows-bold-webfont.woff") format("woff"), url("../vendors/arrrows/arrrows-bold-webfont.ttf") format("truetype");
    font-weight: normal !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  
  /**
   * http://applemusic.tumblr.com/
   * https://jsfiddle.net/xq56dmrh/
   */
  /** Ultra Light */
  @font-face {
    font-family: "San Francisco";
    font-weight: 100;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-ultralight-webfont.woff"); }
  
  /** Thin */
  @font-face {
    font-family: "San Francisco";
    font-weight: 200;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-thin-webfont.woff"); }
  
  /** Regular */
  @font-face {
    font-family: "San Francisco";
    font-weight: 400;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff"); }
  
  /** Medium */
  @font-face {
    font-family: "San Francisco";
    font-weight: 500;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-medium-webfont.woff"); }
  
  /** Semi Bold */
  @font-face {
    font-family: "San Francisco";
    font-weight: 600;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff"); }
  
  /** Bold */
  @font-face {
    font-family: "San Francisco";
    font-weight: 700;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff"); }
  


.notifications {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 30px;
    pointer-events: none;
    display: none; }
    .notifications.ready {
      display: block;
      height: 100vh;
      overflow: hidden; }
    .notifications .notification {
      display: block;
      position: relative;
      height: 0;
      transform: translateX(calc(100% + 100px));
      transition: height 550ms cubic-bezier(0.23, 1, 0.32, 1), transform 550ms cubic-bezier(0.23, 1, 0.32, 1) 250ms, opacity 750ms cubic-bezier(0.23, 1, 0.32, 1); }
      .notifications .notification.loaded {
          /* margin-right: 80px!important; */
        height: 80px;
        transform: translateX(0); 
    }
      .notifications .notification:nth-child(n+5) {
        transition: opacity 550ms cubic-bezier(0.23, 1, 0.32, 1) 150ms; }
      .notifications .notification:nth-child(5) {
        opacity: .75; }
      .notifications .notification:nth-child(6) {
        opacity: .6; }
      .notifications .notification:nth-child(7) {
        opacity: .45; }
      .notifications .notification:nth-child(8) {
        opacity: .3; }
      .notifications .notification:nth-child(9) {
        opacity: .15; }
      .notifications .notification:nth-child(n+10) {
        opacity: 0; }
      .notifications .notification.closed {
        transform: translateX(calc(100% + 40px));
        transition: height 550ms cubic-bezier(0.23, 1, 0.32, 1) 250ms, transform 550ms cubic-bezier(0.23, 1, 0.32, 1);
        height: 0; }
      .notifications .notification-inner {
        height: 70px;
        overflow: hidden;
        width: 370px;
        position: relative;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
        border: 2px solid rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        position: relative;
        margin-bottom: 20px;
        overflow: hidden; }
        .notifications .notification-inner:before, .notifications .notification-inner:after {
          display: block;
          content: "";
          background: rgba(255, 255, 255, 0.2);
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .notifications .notification-inner:after {
          background: rgba(255, 255, 255, 0.64); }
        .notifications .notification-inner > * {
          position: relative;
          z-index: 1; }
      .notifications .notification.has-image .notification-body, .notifications .notification.has-actions .notification-body {
        /* padding-right: 100px; */
        padding-right: 40px;

     }
      .notifications .notification-icon {
        width: 33px;
        height: 33px;
        border-radius: 100%;
        background: #FFF;
        position: absolute;
        top: 50%;
        left: 17px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transform: translate(0, -50%); }
        .notifications .notification-icon + .notification-body {
          padding-left: 60px; }
      .notifications .notification-body {
        height: 100%;
        color: #3D4B50;
        padding-right: 25px; }
        .notifications .notification-body-header {
          font: 600 13.5px/1em "San Francisco";
          letter-spacing: .45px;
          padding-top: 19px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .notifications .notification-body-content {
          font: 400 11.25px/1em "San Francisco";
          letter-spacing: .38px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          padding-top: 6px; }
      .notifications .notification-actions {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        font: 600 13.25px/35px "San Francisco";
        letter-spacing: .23px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        z-index: 2;
        min-width: 80px; }
        .notifications .notification-actions > * {
          pointer-events: all;
          height: 50%;
          text-align: center;
          padding: 0 10px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          -webkit-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
          -moz-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
          cursor: pointer; }
          .notifications .notification-actions > *:hover {
            background: rgba(0, 0, 0, 0.05); }
      .notifications .notification-image {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 70px;
        z-index: 3;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
    @media (max-width: 1018px) {
      .notifications {
        margin-top: 80px;
        width: 430px;
        left: 50%;
        transform: translateX(-50%) scale(0.9);
        top: -10px;
        transform-origin: top center; }
        .notifications .notification:not(.closed):nth-child(n+3) {
          opacity: 0;
          transition: transform 550ms cubic-bezier(0.23, 1, 0.32, 1), opacity 750ms cubic-bezier(0.23, 1, 0.32, 1);
          transform: scale(0.5); }
        .notifications .notification.closed:not(.just-closed):nth-child(2) + .notification:not(.closed) {
          opacity: 1 !important;
          transform: scale(1) !important; }
        .notifications .notification.closed + .notification:not(.closed) {
          transform: scale(1);
          opacity: 1; }
          .notifications .notification.closed + .notification:not(.closed):nth-child(3) {
            opacity: 0;
            transform: scale(0.5); }
        .notifications .notification:nth-child(n+4) {
          opacity: 0 !important;
          transform: scale(0.5) !important; } }
    @media (max-width: 374px) {
      .notifications {
        transform: translateX(-50%) scale(0.8); } }
  
  body.page-404 nav {
    margin-bottom: 50px; }
  
  body.page-404 .content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center; }
    body.page-404 .content > p {
      max-width: 600px;
      margin: 0 auto; }
    body.page-404 .content h1 {
      margin-bottom: 30px;
      text-align: center; }
    body.page-404 .content .action {
      text-align: center;
      padding-top: 20px; }
      body.page-404 .content .action strong {
        margin: 0 0 15px;
        display: block; }
      body.page-404 .content .action p:last-child {
        padding-top: 15px;
        opacity: .75; }
  
  @media (max-width: 1018px) {
    body.page-404 .contain {
      padding: 0 20px; }
    body.page-404 p {
      display: inline; }
    body.page-404 .content {
      max-width: 280px; }
    body.page-404 .action p {
      display: block; } }
  
  body.front-page .site {
    min-height: 100vh;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default; }
    body.front-page .site a {
      cursor: pointer; }
  
  body.front-page .center {
    position: relative;
    height: 100vh;
    width: 100vw; }
    @media (max-width: 1500px) {
      body.front-page .center {
        width: calc(100vw - 215px); } }
    @media (max-width: 1500px) {
      body.front-page .center {
        width: calc(100vw - 400px); } }
    @media (max-width: 1018px) {
      body.front-page .center {
        width: 100vw;
        height: auto; } }
  
  body.front-page header {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 525px;
    margin-top: -262px;
    margin-left: -220px;
    max-width: 440px;
    text-align: center;
    color: #a9a9a9;
    transform: translateY(-150px);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    body.front-page header > * {
      cursor: default; }
    body.front-page header .logo {
      margin-bottom: 40px;
      position: relative;
      left: 5px; }
    body.front-page header h1 {
      color: #676767;
      font: 64px/1em "Nixie One", serif;
      margin-bottom: 30px; }
    body.front-page header h2 {
      font: 200 25px/1.3em "San Francisco";
      margin-bottom: 25px; }
    body.front-page header h3 {
      font: 14px/1.3em "San Francisco";
      opacity: .8;
      max-width: 355px;
      margin: 0 auto 45px; }
      body.front-page header h3 em {
        font-style: normal; }
      body.front-page header h3 strong {
        font-size: 15px;
        font-weight: 500;
        color: #cdac71;
        display: block; }
    body.front-page header .cta {
      margin: 30px 0;
      display: inline-block;
      position: relative;
      -webkit-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1); }
      body.front-page header .cta .button {
        display: block;
        position: relative;
        z-index: 2;
        text-align: center;
        width: 232px; }
      body.front-page header .cta .shadow {
        position: absolute;
        display: block;
        z-index: 1;
        width: 426px;
        height: 238px;
        background: url("../media/svg/shadow.svg") top left/cover no-repeat;
        top: 0px;
        left: 0;
        pointer-events: none;
        -webkit-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1); }
      body.front-page header .cta:hover .button {
        transform: scale(1.01) translateZ(0) translateY(-2px);
        transform-origin: center bottom;
        box-shadow: 0 4px 0 0 #8EBE9B, 0 4px 10px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 1px #FFFFFF; }
      body.front-page header .cta:active .button {
        transform: scale(1) translateZ(0) translateY(0px);
        box-shadow: 0 2px 0 0 #8EBE9B, 0 4px 10px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 1px #FFFFFF; }
      body.front-page header .cta + p {
        font-size: 12px;
        transform: translateY(0px);
        position: relative;
        z-index: 2; }
        body.front-page header .cta + p > * {
          padding: 0 30px;
          float: none; }
        body.front-page header .cta + p a {
          color: #cdac71;
          text-decoration: none; }
    body.front-page header .supported {
      padding-top: 60px; }
      body.front-page header .supported h3 {
        display: block;
        font-weight: 400;
        margin-bottom: 15px; }
      body.front-page header .supported ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        overflow: visible; }
        body.front-page header .supported ul li {
          display: inline-block;
          height: 40px;
          position: relative;
          vertical-align: middle;
          line-height: 40px;
          text-align: center;
          margin: 0 5px; }
          body.front-page header .supported ul li:hover img {
            filter: grayscale(0);
            opacity: 1; }
          body.front-page header .supported ul li img {
            max-width: 100%;
            filter: grayscale(1);
            transform: translateZ(0);
            -webkit-transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1);
            -moz-transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1);
            -o-transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1);
            transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1);
            -webkit-backface-visibility: hidden;
            opacity: .4; }
          body.front-page header .supported ul li span {
            position: absolute;
            display: block;
            line-height: 1em;
            left: 50%;
            bottom: 0;
            font-size: 12px;
            -webkit-transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1);
            -moz-transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1);
            -o-transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1);
            transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1);
            opacity: 0;
            transform: translate(-50%, -10px);
            pointer-events: none;
            -webkit-backface-visibility: hidden; }
          body.front-page header .supported ul li:hover span {
            opacity: 1;
            transform: translate(-50%, 5px); }
    body.front-page header .utility {
      padding: 40px 0;
      position: relative;
      z-index: 1; }
      body.front-page header .utility strong {
        color: #9a9a9a;
        margin-bottom: 5px;
        font-size: inherit; }
      body.front-page header .utility em {
        font-style: normal;
        margin-bottom: 10px;
        line-height: 1.25em; }
      body.front-page header .utility a {
        display: inline-block;
        text-decoration: none;
        color: #dac297;
        font-size: 16px;
        font-weight: 500; }
        body.front-page header .utility a:hover {
          color: #bf964c; }
      body.front-page header .utility span {
        display: block;
        vertical-align: top;
        width: 200px;
        margin: 0 auto;
        text-align: center; }
      @media (max-width: 1018px) {
        body.front-page header .utility span {
          margin-bottom: 10px; } }
    @media (max-width: 1018px) {
      body.front-page header {
        max-width: 100%;
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        padding-top: 175px;
        transform: none;
        height: auto;
        margin-bottom: 50px; }
        body.front-page header .logo {
          transform: scale(0.85);
          transform-origin: bottom center;
          margin-bottom: 10px; }
        body.front-page header h1 {
          font-size: 48px; }
        body.front-page header h2 {
          font-size: 16px;
          max-width: 280px;
          margin: 0 auto 10px; }
        body.front-page header h3 {
          font-size: 12px;
          margin-bottom: 20px;
          max-width: 290px; }
          body.front-page header h3 > strong {
            font-size: inherit; }
        body.front-page header .supported {
          padding: 30px 0;
          margin-bottom: -20px; } }
    @media (max-width: 374px) {
      body.front-page header {
        transform: scale(0.8);
        transform-origin: top center; } }
  
  @media (max-height: 900px) and (min-width: 1018px) {
    body.front-page .center {
      height: auto; }
    body.front-page header {
      position: relative;
      top: 0;
      left: 0;
      margin: 0 auto 140px;
      transform: none;
      padding-top: 30px; }
    body.front-page .credits {
      padding-top: 30px;
      margin: 0 0 30px; }
    body.front-page footer {
      position: relative;
      top: 0;
      left: 0;
      transform: none;
      padding-top: 30px; } }
  
  body.default {
    color: #676767; }
    body.default.support section h2 {
      font-weight: bold; }
    body.default.support section h3 {
      font-weight: normal; }
    body.default .site {
      min-height: 100vh;
      padding-bottom: 300px;
      position: relative; }
    body.default section {
      position: relative;
      max-width: 750px;
      padding: 0px 25px 150px;
      margin: 0 auto; }
      body.default section * {
        max-width: 100%; }
      body.default section article {
        padding-bottom: 50px;
        position: relative; }
        body.default section article:after {
          content: "";
          display: block;
          position: absolute;
          left: -25px;
          right: -25px;
          bottom: 0px;
          border-bottom: 1px solid rgba(169, 169, 169, 0.25); }
        body.default section article:last-of-type {
          padding-bottom: 0px; }
          body.default section article:last-of-type:after {
            display: none; }
      body.default section h1,
      body.default section h2 {
        font-family: "San Francisco";
        font-size: 24px;
        margin-bottom: 20px;
        padding-top: 50px; }
        body.default section h1 + h2,
        body.default section h2 + h2 {
          padding-top: 0px; }
      body.default section h1 {
        font-size: 40px;
        margin-bottom: 50px;
        font-weight: bold;
        text-align: center; }
      body.default section h2 {
        color: #4e4d4d; }
      body.default section h3 {
        font-size: 20px;
        font-weight: 500;
        margin: 30px 0 35px; }
      body.default section h5 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: bold; }
      body.default section p {
        font-size: 16px;
        line-height: 1.65em;
        margin-bottom: 25px;
        color: #818080; }
        body.default section p + h2 {
          margin-top: -25px; }
        body.default section p:last-child {
          margin-bottom: 0px; }
      body.default section img {
        display: block;
        margin-bottom: 40px; }
      body.default section ol,
      body.default section ul {
        padding-left: 20px;
        margin-bottom: 40px; }
        body.default section ol li,
        body.default section ul li {
          padding-left: 0px;
          margin-top: 10px; }
      body.default section ol {
        padding-left: 15px; }
        body.default section ol li {
          padding-left: 10px;
          margin-bottom: 15px; }
      body.default section a {
        color: #cdac71;
        text-decoration: none; }
        body.default section a:hover {
          color: #bf964c; }
      @media (max-width: 500px) {
        body.default section h1 {
          font-size: 25px;
          margin-bottom: 20px; }
        body.default section h2 {
          font-size: 20px;
          padding-top: 30px;
          margin-bottom: 10px; }
        body.default section h3 {
          font-size: 18px;
          margin-bottom: 20px; }
        body.default section h5 {
          font-size: 14px;
          font-weight: bold; }
        body.default section p {
          font-size: 13px; } }
    body.default footer {
      max-width: 100% !important;
      position: absolute !important;
      top: auto; }
  







.video-container {
    height: 300px;
    width: 300px;
    position: relative;
}

.video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
    z-index: 1;
    position: relative;
    text-align: center;
    color: #dc0000;
    padding: 10px;
}