h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: rogue-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 7em;
  line-height: 0.85;
  color: #333333;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 5em;
  }
}
@media only screen and (max-width: 512px) {
  h1 {
    font-size: 3.25em;
  }
}
h1 span.small-intro {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  font-size: 0.25em;
  margin-bottom: 33px;
  line-height: 1.5;
  text-transform: capitalize;
}
@media only screen and (max-width: 512px) {
  h1 span.small-intro {
    font-size: 0.35em;
    margin-bottom: 20px;
  }
}

h3 {
  font-size: 1.65em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 960px) {
  h3 {
    font-size: 1.15em;
  }
}

h4 {
  font-size: 1.15em;
  margin-top: 25px;
  margin-bottom: 10px;
}
h4:first-of-type {
  margin-top: 0;
}

p {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-style: normal;
  width: 75%;
  line-height: 1.25;
}
@media only screen and (max-width: 414px) {
  p {
    width: 100%;
  }
}

#content p {
  font-size: 1.1em;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  #content p {
    font-size: 1.05em;
  }
}
@media only screen and (max-width: 414px) {
  #content p {
    font-size: 1em;
  }
}

.full-width h3,
.full-width h4,
.full-width p {
  color: #fff;
}

strong {
  font-weight: 700;
}

.short h4 {
  color: #d80000;
}

.full-width .short h4 {
  color: #fff;
}

.butt-holder {
  margin: 20px 0;
}
.butt-holder .butt {
  display: block;
  width: 350px;
  text-align: left;
  margin-bottom: 15px;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 67%, 95% 0);
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 67%, 95% 0);
}
@media only screen and (max-width: 960px) {
  .butt-holder .butt {
    width: 285px;
  }
}

.butt {
  outline: none;
  border: 0;
  font-size: 1.25em;
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: 0.75s ease;
  transition-property: color, background;
  cursor: pointer;
  font-weight: bold;
  color: #d80000;
  background: #fff;
}
.butt:hover {
  color: #fff;
  background: #000;
}
.butt.butt-active {
  color: #fff;
  background: #000;
}
.butt.butt-red {
  background: #d80000;
  color: #fff;
}
.butt.butt-red:hover {
  background: #000;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 14px;
}

body {
  background: no-repeat center center url("../assets/main-bg.jpg");
  background-size: cover;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  line-height: 1.35;
}

#site {
  width: 1300px;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow-x: hidden;
}
@media only screen and (max-width: 1024px) {
  #site {
    width: 90%;
  }
}
@media only screen and (max-height: 1090px) {
  #site {
    height: 90vh;
  }
}
#site .mobile-rps {
  display: none;
}
@media only screen and (max-width: 414px) {
  #site {
    width: 90%;
    height: 95%;
  }
  #site .full {
    display: none;
  }
  #site .mobile-rps {
    display: inline-block;
  }
}
#site .timeline-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #site .timeline-holder {
    height: 520px;
    width: 100%;
  }
}
@media screen and (max-width: 528px) {
  #site .timeline-holder {
    z-index: 10;
  }
}
#site .timeline-holder .slick-list {
  overflow: visible;
}
#site .timeline-holder .timeline {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  #site .timeline-holder .timeline {
    width: 100%;
  }
}
@media screen and (max-width: 528px) {
  #site .timeline-holder .timeline {
    width: 100%;
  }
}
#site .timeline-holder .timeline .slick-arrow {
  z-index: 100;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  padding: 0;
  z-index: 1000;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #d80000;
  border: 1px solid black;
}
#site .timeline-holder .timeline .slick-arrow.slick-prev:before, #site .timeline-holder .timeline .slick-arrow.slick-next:before {
  font-size: 20px;
  line-height: 1;
  display: block;
  color: white;
}
#site .timeline-holder .timeline .slick-arrow.slick-prev:before {
  content: "<";
}
#site .timeline-holder .timeline .slick-arrow.slick-next:before {
  content: ">";
}
@media screen and (max-width: 528px) {
  #site .timeline-holder .timeline .slick-arrow {
    top: 194px;
  }
  #site .timeline-holder .timeline .slick-arrow.slick-prev {
    right: 80px;
  }
  #site .timeline-holder .timeline .slick-arrow.slick-next {
    right: 30px;
  }
}
#site .timeline-holder .timeline-slide {
  min-height: 800px;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #site .timeline-holder .timeline-slide {
    min-height: 490px;
  }
}
#site .timeline-holder .timeline-band-holder {
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f2f2f2;
  padding-left: 82px;
}
@media only screen and (max-width: 1024px) {
  #site .timeline-holder .timeline-band-holder {
    padding-left: 43px;
  }
}
@media only screen and (max-width: 528px) {
  #site .timeline-holder .timeline-band-holder {
    padding-left: 15px;
    width: 1300px;
  }
}
#site .timeline-holder .timeline-band {
  height: 40px;
  width: 100%;
  z-index: 10;
}
#site .timeline-holder .timeline-unit-holder {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 2000px;
  position: absolute;
  bottom: 0;
  left: -341px;
}
#site .timeline-holder .timeline-markers {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
}
#site .timeline-holder .timeline-marks {
  position: absolute;
  top: 0;
  letter-spacing: 2px;
}
#site .timeline-holder .timeline-marks:before {
  background-color: #000;
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#site .timeline-holder .timeline-unit {
  display: inline-block;
  height: 40px;
  width: 420px;
  border-left: 1px solid #000;
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
  cursor: pointer;
}
#site .timeline-holder .timeline-unit h4 {
  transition: 0.5s ease color;
}
#site .timeline-holder .timeline-unit.slick-current h4 {
  color: #d80000;
  font-weight: bold;
}
#site .timeline-holder .timeline-unit:hover h4 {
  color: #d80000;
}
#site .timeline-holder .timeline-unit li {
  padding: 0;
  margin: 0;
}
#site .timeline-holder .timeline-unit .content {
  display: flex;
  align-items: center;
  height: 40px;
  background: #fff;
}
#site .timeline-holder .timeline-unit.active h4 {
  color: #d80000;
  font-weight: bold;
}
#site .timeline-holder .timeline-unit h4 {
  margin: 0;
  padding: 2px 0;
  padding-left: 25px;
  font-weight: 300;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 528px) {
  #site .timeline-holder .timeline-unit h4 {
    font-size: 0.95em;
  }
}
#site .timeline-holder .timeline-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #site .timeline-holder .timeline-image {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 528px) {
  #site .timeline-holder .timeline-image {
    width: 100%;
    left: 0;
  }
}
#site .timeline-holder .comrade {
  width: 620px;
  height: auto;
  position: absolute;
  bottom: 0;
  transform-origin: bottom;
  perspective: 800px;
  transform: rotateX(-90deg);
  transition: 0.25s ease all;
}
@media screen and (max-width: 1024px) {
  #site .timeline-holder .comrade {
    height: 380px;
  }
}
@media screen and (max-width: 800px) {
  #site .timeline-holder .comrade {
    height: 365px;
  }
}
@media screen and (max-width: 728px) {
  #site .timeline-holder .comrade {
    height: 300px;
  }
}
@media screen and (max-width: 528px) {
  #site .timeline-holder .comrade {
    height: 275px;
  }
}
#site .timeline-holder .comrade-right {
  right: -125px;
  z-index: 4;
}
@media screen and (max-width: 1024px) {
  #site .timeline-holder .comrade-right {
    right: -250px;
  }
}
@media screen and (max-width: 800px) {
  #site .timeline-holder .comrade-right {
    right: -290px;
  }
}
#site .timeline-holder .comrade-left {
  right: 320px;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  #site .timeline-holder .comrade-left {
    right: 105px;
  }
}
@media screen and (max-width: 800px) {
  #site .timeline-holder .comrade-left {
    right: 70px;
  }
}
@media screen and (max-width: 728px) {
  #site .timeline-holder .comrade-left {
    right: 10px;
  }
}
@media screen and (max-width: 528px) {
  #site .timeline-holder .comrade-left {
    right: -25px;
  }
}
#site .timeline-holder .rotateIn {
  transform: rotateX(0);
}
#site .timeline-holder .timeline-info {
  background: white;
  border: 1px solid #000;
  width: calc(420px - 50px);
  height: calc(200px - 50px);
  padding: 25px;
  position: absolute;
  bottom: -200px;
  left: 82px;
  z-index: 10;
  background: rgba(250, 250, 250, 0.8);
}
#site .timeline-holder .timeline-info h4 {
  color: #d80000;
}
@media only screen and (max-width: 1024px) {
  #site .timeline-holder .timeline-info {
    left: 40px;
    width: 70%;
    padding: 10px;
    height: auto;
  }
}
@media only screen and (max-width: 528px) {
  #site .timeline-holder .timeline-info {
    left: 15px;
    height: auto;
    z-index: 10;
    width: 83%;
  }
  #site .timeline-holder .timeline-info h4 {
    font-size: 1em;
  }
}
#site .timeline-holder .timeline-info p {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #site .timeline-holder .timeline-info p {
    font-size: 0.95em;
  }
}
@media only screen and (max-width: 512px) {
  #site .timeline-holder .timeline-info p {
    font-size: 0.85em;
    margin-bottom: 0;
  }
}

#main-brand {
  width: 312px;
  height: auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 512px) {
  #main-brand {
    width: 200px;
    margin-bottom: 15px;
  }
}

.list-arrows {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

#content-holder {
  position: relative;
  height: 800px;
  background: #fff;
  overflow-y: scroll;
}
@media screen and (max-width: 1024px) {
  #content-holder {
    height: 520px;
  }
}
#content-holder #content {
  display: flex;
  height: 100%;
}
#content-holder nav {
  position: fixed;
  width: calc(100% - 50px);
  height: auto;
  padding: 25px;
  z-index: 1002;
  background: #cccccc;
  background: -moz-linear-gradient(180deg, rgba(204, 204, 204, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(204, 204, 204, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(204, 204, 204, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#ffffff", GradientType=1);
}
@media only screen and (max-width: 1024px) {
  #content-holder nav {
    width: calc(100%);
    padding: 0;
    background: transparent;
  }
}
#content-holder nav .mobile-toggle {
  display: none;
  float: right;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  height: auto;
  width: 50px;
  height: 50px;
  outline: none;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1024px) {
  #content-holder nav .mobile-toggle {
    display: block;
    padding: 10px;
  }
  #content-holder nav .mobile-toggle img {
    height: 100%;
    width: 100%;
  }
}
#content-holder nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  #content-holder nav ul {
    background: white;
    display: none;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
  }
}
#content-holder nav ul li {
  display: inline;
  padding-right: 33px;
  font-size: 0.85em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  #content-holder nav ul li {
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px 0;
  }
}
#content-holder nav ul li a {
  text-decoration: none;
  color: #000;
  position: relative;
  padding-bottom: 5px;
}
#content-holder nav ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #d80000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#content-holder nav ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#content-holder nav ul li a.active:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#content-holder nav ul li a.contrast {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  #content-holder nav ul li a.contrast {
    color: #000;
  }
}
#content-holder nav ul li:last-child {
  padding-right: 0;
}
#content-holder .main-area {
  width: 75%;
  padding: 50px;
  padding-top: 111px;
  padding-bottom: 0;
  padding-left: 80px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  #content-holder .main-area {
    padding: 1em;
  }
}
@media only screen and (max-width: 528px) {
  #content-holder .main-area {
    padding-top: 25px;
    width: 85%;
  }
}
#content-holder .main-area h1 {
  width: 90%;
  white-space: normal;
}
@media only screen and (max-width: 1024px) {
  #content-holder .main-area h1 {
    width: 95%;
  }
}
@media only screen and (max-width: 414px) {
  #content-holder .main-area h1 {
    width: 100%;
  }
}
#content-holder .main-area header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
@media only screen and (max-width: 960px) {
  #content-holder .main-area header {
    display: block;
  }
}
#content-holder .main-area header .supporting-image {
  position: relative;
  bottom: 15px;
  width: 215px;
}
@media only screen and (max-width: 960px) {
  #content-holder .main-area header .supporting-image {
    margin-top: 25px;
    width: 150px;
    bottom: 0;
  }
}
#content-holder .main-area section {
  position: relative;
}
#content-holder .main-area section:not(:first-of-type) {
  min-height: 350px;
}
@media only screen and (max-width: 960px) {
  #content-holder .main-area section:not(:first-of-type) {
    padding-bottom: 0;
  }
}
#content-holder .main-area section .text-block {
  display: none;
}
#content-holder .main-area section .text-block.active {
  display: block;
}
#content-holder .main-area section .three-hands-holder {
  position: absolute;
  bottom: -50px;
  right: -360px;
  width: 755px;
  height: 650px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #content-holder .main-area section .three-hands-holder {
    transform: scale(0.85);
    bottom: -113px;
    right: -406px;
    width: 750px;
    height: 684px;
  }
}
@media only screen and (max-width: 960px) {
  #content-holder .main-area section .three-hands-holder {
    position: relative;
    right: 0;
    height: 450px;
    transform: scale(0.85);
    overflow: visible;
  }
}
@media only screen and (max-width: 528px) {
  #content-holder .main-area section .three-hands-holder {
    position: relative;
    right: 175px;
    height: 300px;
    transform: scale(0.5);
    overflow: visible;
  }
}
#content-holder .main-area section .three-hands-holder img {
  width: auto;
  height: 650px;
  position: absolute;
  bottom: -739px;
  z-index: 2;
}
#content-holder .main-area section .three-hands-holder .paper-up {
  height: 690px;
  bottom: -739px;
  right: 195px;
}
@media only screen and (max-width: 1024px) {
  #content-holder .main-area section .three-hands-holder .paper-up {
    right: 225px;
  }
}
#content-holder .main-area section .three-hands-holder .scissors-up {
  right: 10px;
}
@media only screen and (max-width: 1024px) {
  #content-holder .main-area section .three-hands-holder .scissors-up {
    right: 70px;
  }
}
#content-holder .main-area section .three-hands-holder .fist-up {
  height: 457px;
  left: -2px;
}
#content-holder .main-area section .short {
  width: 520px;
}
@media only screen and (max-width: 1024px) {
  #content-holder .main-area section .short {
    position: relative;
    z-index: 50;
  }
  #content-holder .main-area section .short p {
    width: 60%;
  }
}
@media only screen and (max-width: 960px) {
  #content-holder .main-area section .short {
    width: 100%;
  }
  #content-holder .main-area section .short p {
    width: 95%;
  }
}
#content-holder .main-area section #the-throws {
  position: relative;
}
#content-holder .main-area section .throw-animation-holder {
  height: 535px;
  width: 786px;
  position: absolute;
  left: 520px;
  top: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #content-holder .main-area section .throw-animation-holder {
    left: 180px;
    height: 500px;
    opacity: 0.5;
    transform: scale(0.85);
    top: -41px;
  }
}
@media only screen and (max-width: 528px) {
  #content-holder .main-area section .throw-animation-holder {
    left: -151px;
    height: 551px;
    opacity: 0.5;
    transform: scale(0.85);
    top: -41px;
    z-index: -1;
  }
}
#content-holder .main-area section .throw-animation-holder img {
  height: 400px;
  width: auto;
  transform-origin: bottom;
}
#content-holder .main-area section .throw-animation-holder .throw-animation.active {
  display: block;
}
#content-holder .main-area section .throw-animation-holder .top-throw {
  position: absolute;
  transform: rotate(-105deg);
  top: -470px;
  left: 10px;
  z-index: 3;
}
#content-holder .main-area section .throw-animation-holder .bottom-throw {
  position: absolute;
  transform: rotate(145deg);
  right: -30px;
  bottom: -50px;
  height: 425px;
  z-index: 2;
}
#content-holder .main-area section .throw-animation-holder .bottom-throw.rock-throw {
  transform: rotate(120deg);
}
#content-holder .main-area section .throw-animation-holder .top-throw.paper-throw {
  transform: rotate(0deg);
  top: -426px;
}
#content-holder .main-area section .throw-animation-holder .bottom-throw.paper-throw {
  transform: rotate(150deg);
}
#content-holder .main-area section .throw-animation-holder .top-throw.scissor-throw {
  height: 424px;
  transform: rotate(0);
  top: -465px;
}
#content-holder .main-area section .throw-animation-holder .pop {
  position: absolute;
  z-index: 1;
  right: 180px;
  bottom: 75px;
  transform: scale(1);
  transform-origin: center;
}
#content-holder .main-area .full-width {
  background: #d80000;
  width: 170%;
  margin: 50px 0;
  padding: 56px 0;
  margin-left: -85px;
  padding-left: 85px;
  position: relative;
  z-index: 4;
  overflow: hidden;
  min-height: 750px;
}
#content-holder .main-area .full-width:last-of-type {
  margin-bottom: 0;
}
#content-holder .main-area .full-width .col {
  width: 420px;
}
#content-holder .main-area .full-width .hand-signal-image {
  position: absolute;
  width: 780px;
  right: 190px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  #content-holder .main-area .full-width .hand-signal-image {
    width: 500px;
    right: 100px;
    top: 25%;
  }
}
@media only screen and (max-width: 960px) {
  #content-holder .main-area .full-width .hand-signal-image {
    width: 400px;
    right: 75px;
  }
}
@media only screen and (max-width: 528px) {
  #content-holder .main-area .full-width .hand-signal-image {
    top: 63%;
    opacity: 0.5;
  }
}
@media only screen and (max-width: 960px) {
  #content-holder .main-area .full-width .short p {
    width: 55%;
  }
}
#content-holder .main-area .history-holder {
  margin-top: 35px;
  padding-bottom: 25px;
}
#content-holder .main-area .history-holder:last-of-type {
  margin-bottom: 55px;
}
#content-holder .main-area .history-holder .text {
  width: 70%;
}
#content-holder .main-area .history-holder .content {
  display: flex;
}
#content-holder .main-area .history-holder .content .supporting-image {
  width: 25%;
}
#content-holder .main-area .history-holder header {
  display: block;
  padding: 0;
  margin: 0;
}
#content-holder .main-area .history-holder header hr {
  display: block;
  border: 1px solid #333333;
  margin: 0;
  margin-bottom: 30px;
  width: 110%;
  margin-top: -12px;
  padding: 0;
}
#content-holder .main-area .history-holder header h2 {
  padding: 5px;
  padding-left: 0;
  padding-right: 15px;
  display: inline-block;
  width: auto;
  z-index: 10;
  background: #fff;
}
#content-holder .the-prime,
#content-holder .the-delivery {
  position: absolute;
  bottom: -75px;
  right: -940px;
  width: 420px;
  height: auto;
  transition: 1.5s ease all;
}
@media only screen and (max-width: 1024px) {
  #content-holder .the-prime,
#content-holder .the-delivery {
    width: 380px;
  }
}
@media only screen and (max-width: 960px) {
  #content-holder .the-prime,
#content-holder .the-delivery {
    position: relative;
  }
}
#content-holder .move-it {
  right: -140px;
}
@media only screen and (max-width: 1024px) {
  #content-holder .move-it {
    right: -220px;
  }
}
@media only screen and (max-width: 528px) {
  #content-holder .move-it {
    right: 0;
  }
}
#content-holder .the-delivery {
  width: 510px;
}
@media only screen and (max-width: 1024px) {
  #content-holder .the-delivery {
    width: 420px;
  }
}
#content-holder .the-approach {
  position: absolute;
  bottom: 0px;
  right: -420px;
  width: 490px;
  height: auto;
  transition: 1.5s ease all;
}
@media only screen and (max-width: 1024px) {
  #content-holder .the-approach {
    width: 420px;
  }
}
@media only screen and (max-width: 960px) {
  #content-holder .the-approach {
    position: relative;
  }
}
#content-holder .move-approach {
  right: 420px;
}
@media only screen and (max-width: 1024px) {
  #content-holder .move-approach {
    right: 180px;
    bottom: -15px;
  }
}
@media only screen and (max-width: 960px) {
  #content-holder .move-approach {
    right: -180px;
  }
}
@media only screen and (max-width: 528px) {
  #content-holder .move-approach {
    right: 0;
  }
}
#content-holder .side-bar {
  background: #333333;
  width: 25%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 528px) {
  #content-holder .side-bar {
    width: 15%;
  }
}

@media only screen and (max-width: 528px) {
  .animation #content-holder .main-area {
    width: 78.5%;
  }
}
#secondary #content-holder {
  height: calc(800px + 173px);
}
#secondary #content {
  height: auto;
  min-height: calc(800px + 173px);
  overflow: hidden;
}

footer {
  display: flex;
  background: #fff;
  height: 173px;
}
@media only screen and (max-width: 800px) {
  footer {
    flex-wrap: wrap;
  }
}
footer .introduction {
  color: #fff;
  padding: 25px;
  padding-left: 80px;
  width: calc(65% - 50px);
  background: #333333;
}
@media only screen and (max-width: 1024px) {
  footer .introduction {
    padding-left: 40px;
    width: 100%;
  }
}
footer .introduction p {
  width: 95%;
}
@media only screen and (max-width: 1024px) {
  footer .introduction p {
    width: 100%;
    font-size: 0.9em;
  }
}
footer .callout-area {
  background: #999999;
  color: #fff;
  padding: 25px;
  width: calc(35% - 50px);
}
@media only screen and (max-width: 800px) {
  footer .callout-area {
    width: 100%;
  }
}

.select {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  .select {
    display: flex;
    flex-wrap: wrap;
  }
}
.select li {
  display: inline;
  padding-right: 25px;
}
@media only screen and (max-width: 1024px) {
  .select li {
    width: 165px;
    margin-top: 10px;
  }
}
.select li a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
  transition: 0.75s ease color;
}
.select li a:hover {
  color: #d80000;
}
.select li a:hover svg {
  fill: #d80000;
}
@media only screen and (max-width: 1024px) {
  .select.date-select li {
    width: 98px;
  }
}

#advanced-skills .filter-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  position: relative;
}
#advanced-skills .filter-icon svg {
  width: 100%;
  transition: 0.75s ease fill;
}
#advanced-skills .filter-icon .metaStrat {
  position: relative;
  left: 4px;
}
#advanced-skills .skill-board {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 35px;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 115%;
  margin-bottom: 95px;
}
@media only screen and (max-width: 960px) {
  #advanced-skills .skill-board {
    width: 135%;
  }
}
#advanced-skills .skill-board .flip-card {
  background-color: transparent;
  width: 308px;
  height: 512px;
  perspective: 1000px;
  margin-bottom: 27px;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  #advanced-skills .skill-board .flip-card {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (max-width: 512px) {
  #advanced-skills .skill-board .flip-card {
    width: 320px;
    height: 320px;
  }
}
@media only screen and (max-width: 420px) {
  #advanced-skills .skill-board .flip-card {
    width: 275px;
    height: 275px;
  }
}
#advanced-skills .skill-board .flip-card .physical-skill {
  background: url("../assets/physical-skill.svg") no-repeat center center;
  background-size: 90%;
}
#advanced-skills .skill-board .flip-card .select-a-throw {
  background: url("../assets/select-a-throw.svg") no-repeat center center;
  background-size: 90%;
}
#advanced-skills .skill-board .flip-card .beyond-gambits {
  background: url("../assets/beyond-gambits.svg") no-repeat center center;
  background-size: 90%;
}
#advanced-skills .skill-board .flip-card .putting-it-together {
  background: url("../assets/putting-it-together.svg") no-repeat center center;
  background-size: 80%;
}
#advanced-skills .skill-board .flip-card .meta-strategies {
  background: url("../assets/meta-strategies.svg") no-repeat top left;
  background-position-x: -95px;
}
#advanced-skills .skill-board .flip-card .inner-card {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
#advanced-skills .skill-board .flip-card .inner {
  text-align: center;
  padding: 10px;
}
#advanced-skills .skill-board .flip-card .inner .tag {
  font-weight: 700;
  font-style: italic;
}
#advanced-skills .skill-board .flip-card .inner p {
  padding: 10px 0;
  margin: 0;
  width: 100%;
}
#advanced-skills .skill-board .flip-card:hover .inner-card {
  transform: rotateY(180deg);
}
#advanced-skills .skill-board .flip-card .card-front,
#advanced-skills .skill-board .flip-card .card-back {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
}
#advanced-skills .skill-board .flip-card .card-front {
  background-color: #d80000;
  color: #fff;
}
#advanced-skills .skill-board .flip-card .card-back {
  background-color: #fff;
  color: #000;
  transform: rotateY(180deg);
}
#advanced-skills .skill-board .flip-card .card-back h2 {
  color: #d80000;
  font-size: 1.15em;
}
@media only screen and (max-width: 1024px) {
  #advanced-skills .skill-board .flip-card .card-back h2 {
    font-size: 1.15em;
  }
}
#advanced-skills .skill-board .flip-card .card-back p {
  font-size: 0.95em;
}

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