@import url(//fonts.googleapis.com/css?family=Poppins:400,500,600);@font-face {
  font-family: "Trade Gothic bold condensed";
  src: url("fonts/TradeGothic-BoldCondTwenty.otf") format("otf"); }
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.row {
  max-width: 1200px;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto; }
.row::before, .row::after {
    content: ' ';
    display: table; }
.row::after {
    clear: both; }
.row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
.row .row {
    max-width: none;
    margin-left: -15px;
    margin-left: -1.5rem;
    margin-right: -15px;
    margin-right: -1.5rem; }
.row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
.row.expanded {
    max-width: none; }
.row.expanded .row {
      margin-left: auto;
      margin-right: auto; }
.column, .columns {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 15px;
  padding-right: 1.5rem; }
.column.row.row, .row.row.columns {
  float: none; }
.row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
.small-1 {
  width: 8.33333%; }
.small-push-1 {
  position: relative;
  left: 8.33333%; }
.small-pull-1 {
  position: relative;
  left: -8.33333%; }
.small-offset-0 {
  margin-left: 0%; }
.small-2 {
  width: 16.66667%; }
.small-push-2 {
  position: relative;
  left: 16.66667%; }
.small-pull-2 {
  position: relative;
  left: -16.66667%; }
.small-offset-1 {
  margin-left: 8.33333%; }
.small-3 {
  width: 25%; }
.small-push-3 {
  position: relative;
  left: 25%; }
.small-pull-3 {
  position: relative;
  left: -25%; }
.small-offset-2 {
  margin-left: 16.66667%; }
.small-4 {
  width: 33.33333%; }
.small-push-4 {
  position: relative;
  left: 33.33333%; }
.small-pull-4 {
  position: relative;
  left: -33.33333%; }
.small-offset-3 {
  margin-left: 25%; }
.small-5 {
  width: 41.66667%; }
.small-push-5 {
  position: relative;
  left: 41.66667%; }
.small-pull-5 {
  position: relative;
  left: -41.66667%; }
.small-offset-4 {
  margin-left: 33.33333%; }
.small-6 {
  width: 50%; }
.small-push-6 {
  position: relative;
  left: 50%; }
.small-pull-6 {
  position: relative;
  left: -50%; }
.small-offset-5 {
  margin-left: 41.66667%; }
.small-7 {
  width: 58.33333%; }
.small-push-7 {
  position: relative;
  left: 58.33333%; }
.small-pull-7 {
  position: relative;
  left: -58.33333%; }
.small-offset-6 {
  margin-left: 50%; }
.small-8 {
  width: 66.66667%; }
.small-push-8 {
  position: relative;
  left: 66.66667%; }
.small-pull-8 {
  position: relative;
  left: -66.66667%; }
.small-offset-7 {
  margin-left: 58.33333%; }
.small-9 {
  width: 75%; }
.small-push-9 {
  position: relative;
  left: 75%; }
.small-pull-9 {
  position: relative;
  left: -75%; }
.small-offset-8 {
  margin-left: 66.66667%; }
.small-10 {
  width: 83.33333%; }
.small-push-10 {
  position: relative;
  left: 83.33333%; }
.small-pull-10 {
  position: relative;
  left: -83.33333%; }
.small-offset-9 {
  margin-left: 75%; }
.small-11 {
  width: 91.66667%; }
.small-push-11 {
  position: relative;
  left: 91.66667%; }
.small-pull-11 {
  position: relative;
  left: -91.66667%; }
.small-offset-10 {
  margin-left: 83.33333%; }
.small-12 {
  width: 100%; }
.small-offset-11 {
  margin-left: 91.66667%; }
.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }
.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }
.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }
.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }
.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }
.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }
.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }
.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }
.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }
.small-collapse .row,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 15px;
  padding-right: 1.5rem; }
.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }
.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }
@media screen and (min-width: 48.0625em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
.hide {
  display: none !important; }
.invisible {
  visibility: hidden; }
@media screen and (max-width: 48em) {
  .hide-for-small-only {
    display: none !important; } }
@media screen and (max-width: 0em), screen and (min-width: 48.0625em) {
  .show-for-small-only {
    display: none !important; } }
@media screen and (min-width: 48.0625em) {
  .hide-for-medium {
    display: none !important; } }
@media screen and (max-width: 48em) {
  .show-for-medium {
    display: none !important; } }
@media screen and (min-width: 48.0625em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }
@media screen and (max-width: 48em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }
@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }
.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
@media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
@media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }
.video-listing {
  border-top: 1px solid #D0D7DD;
  padding-top: 60px;
  padding-top: 6rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
@media screen and (max-width: 768px) {
    .video-listing {
      -ms-flex-pack: center;
          justify-content: center; }
      .video-listing .debate-card {
        width: 90%; } }
.video-listing .flex-names {
    display: none; }
.video-listing article {
    position: relative; }
.video-listing article .grey-prompt {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
.video-listing article .grey-prompt a {
        color: #FF3E00;
        line-height: 28px;
        font-weight: 400;
        text-decoration: underline #FF3E00 dotted;
        display: inline; }
@media all and (-ms-high-contrast: none) {
          .video-listing article .grey-prompt a {
            text-decoration: underline; } }
@media screen and (max-width: 480px) {
        .video-listing article .grey-prompt {
          padding: 2rem; }
          .video-listing article .grey-prompt p {
            font-size: 1.4rem; } }
.video-listing .debate-card .date {
    transition: all 0.3s ease; }
.video-listing .debate-card:hover .details, .video-listing .debate-card:focus-within .details {
    background: #EFEFEF; }
.video-listing .debate-card:hover .details h3:after, .video-listing .debate-card:focus-within .details h3:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 24px;
    height: 24px;
    height: 2.4rem;
    width: 100%;
    border-bottom: 3px solid #FF3E00;
    margin-top: 10px; }
.video-listing .debate-card:hover .date, .video-listing .debate-card:focus-within .date {
    background: #EFEFEF; }
.video-listing .button-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
.video-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 60px;
  margin-bottom: 6rem; }
@media screen and (max-width: 768px) {
  #debate-video {
    height: 280px; } }
@media screen and (max-width: 480px) {
  #debate-video {
    height: 260px; } }
/*
=============================================================================
Normalize, border box and clearfix
=============================================================================
*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }
audio, canvas, video {
  display: inline-block; }
audio:not([controls]) {
  display: none;
  height: 0; }
[hidden] {
  display: none; }
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
a:focus {
  outline: thin dotted; }
a:active, a:hover {
  outline: 0; }
h1 {
  font-size: 2em; }
abbr[title] {
  border-bottom: 1px dotted; }
b, strong {
  font-weight: 700; }
dfn {
  font-style: italic; }
mark {
  background: #ff0;
  color: #000; }
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }
pre {
  white-space: pre-wrap;
  word-wrap: break-word; }
q {
  quotes: \201C \201D \2018 \2019; }
small {
  font-size: 80%; }
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sup {
  top: -.5em; }
sub {
  bottom: -.25em; }
img {
  border: 0; }
svg:not(:root) {
  overflow: hidden; }
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }
button, input {
  line-height: normal; }
button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }
button[disabled], input[disabled] {
  cursor: default; }
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }
textarea {
  overflow: auto;
  vertical-align: top; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
body, figure {
  margin: 0; }
legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }
*, *:before, *:after {
  box-sizing: border-box; }
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative; }
.home {
  overflow-x: hidden; }
main {
  display: block;
  padding-right: 10px;
  padding-right: 1rem;
  padding-left: 10px;
  padding-left: 1rem; }
.container {
  max-width: 1170px;
  margin: 0 auto; }
.content-home .row {
  margin-right: -15px;
  margin-right: -1.5rem;
  margin-left: -15px;
  margin-left: -1.5rem; }
h1 {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 1.3;
  margin-top: 0; }
@media screen and (max-width: 48em) {
    h1 {
      font-size: 3rem;
      line-height: 1.4; } }
h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 48px; }
@media screen and (max-width: 48em) {
    h2 {
      font-size: 2.6rem;
      line-height: 1.6; } }
h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 36px; }
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px; }
h1,
h2,
h3,
h4,
label {
  font-weight: 600; }
.stay-logged-in label {
  font-weight: 400; }
.intro {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  font-weight: 500; }
.strong {
  font-weight: 600; }
.highlight {
  color: #FF3E00; }
.label,
.date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 23px;
  font-weight: 500;
  color: #4A4A4A;
  text-transform: uppercase;
  display: inline; }
.debate-type {
  position: relative; }
.debate-type:after {
    content: '';
    background: url("../src/assets/Dot.svg") 0 0 no-repeat;
    width: 4px;
    width: 0.4rem;
    height: 5px;
    height: 0.5rem;
    position: absolute;
    right: -9px;
    top: 7px;
    bottom: 0; }
a,
#login-content a,
.more {
  color: #FF3E00;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative; }
a:after,
  #login-content a:after,
  .more:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px dotted;
    margin-top: 8px; }
a:hover,
  #login-content a:hover,
  .more:hover {
    color: #CE3200; }
a:hover:after,
    #login-content a:hover:after,
    .more:hover:after {
      border-bottom: 1px solid; }
a.logo:after {
  content: none; }
.more:before {
  content: '>';
  position: absolute;
  right: -10px;
  top: 0; }
.video:after,
.social-icons a:after {
  content: none;
  border-bottom: none; }
.video:hover:after,
.social-icons a:hover:after {
  border-bottom: none; }
img {
  width: 100%;
  display: block; }
.profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%; }
main {
  padding-top: 30px;
  padding-top: 3rem; }
section h1:focus,
section h2:focus,
section p:focus,
section div:focus {
  outline: none; }
@media screen and (max-width: 30em) {
  .xs {
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }
.stuck {
  position: fixed;
  top: 20px; }
.sticky-wrapper {
  padding-top: 20px; }
.featured-video,
.featured-debates {
  padding-bottom: 60px;
  padding-bottom: 6rem;
  max-width: 945px;
  margin: 0 auto; }
.related-debates,
.debate-listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-left: -1.5rem;
  margin-right: -15px;
  margin-right: -1.5rem; }
.debate-card {
  margin-left: 15px;
  margin-left: 1.5rem;
  margin-right: 15px;
  margin-right: 1.5rem;
  margin-bottom: 60px;
  margin-bottom: 6rem;
  width: calc(33.33% - 3rem); }
@media screen and (max-width: 64em) {
    .debate-card {
      width: calc(50% - 3rem); } }
@media screen and (max-width: 48em) {
    .debate-card {
      width: calc(100% - 3rem); } }
.debate-card a {
    width: 100%; }
.debate-card .details {
    width: 100%;
    padding: 30px;
    padding: 3rem;
    transition: all 0.3s ease; }
.debate-card .details h3 {
      margin-top: 0;
      margin-bottom: 0;
      display: inline-block;
      position: relative; }
@media screen and (max-width: 30em) {
        .debate-card .details h3 {
          margin-bottom: 0; } }
@media screen and (max-width: 30em) {
      .debate-card .details {
        padding: 1rem 1.5rem; } }
.debate-card:hover .details {
    background: #EFEFEF; }
.debate-card:hover .details h3:after {
      content: '';
      position: absolute;
      left: 0;
      display: inline-block;
      height: 24px;
      height: 2.4rem;
      width: 100%;
      border-bottom: 3px solid #FF3E00;
      margin-top: 10px; }
.debate-card a {
    color: #0a0a0a; }
.debate-card a:after, .debate-card a:hover:after {
      content: none;
      border-bottom: none; }
.related .debate-card {
  margin-bottom: 0; }
.debate-meta {
  position: relative;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }
.debate-meta:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 10px;
    height: 1rem;
    width: 100%;
    border-bottom: 1px solid #D0D7DD;
    margin-top: 4px;
    z-index: -10; }
.debate-meta .date,
  .debate-meta .meta-wrap {
    padding-right: 10px;
    background: #fefefe; }
.debate-meta .label {
    margin-right: 10px; }
#related .debate-card {
  width: calc(50% - 3rem); }
@media screen and (max-width: 48em) {
    #related .debate-card {
      width: calc(100% - 3rem); } }
.back-to-top {
  text-align: right;
  border-bottom: 1px solid #D0D7DD;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  padding-top: 30px;
  padding-top: 3rem; }
.back-to-top-link:before {
    content: '';
    background: url("../src/assets/up-orange.svg") center center no-repeat;
    background-size: 9px;
    width: 16px;
    height: 100%;
    position: absolute;
    right: -22px;
    top: 0;
    bottom: 0; }
.back-to-top {
  text-align: right;
  border-bottom: 1px solid #D0D7DD;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  padding-top: 30px;
  padding-top: 3rem; }
.back-to-top-link {
    margin-right: 21px; }
.back-to-top-link:before {
      content: '';
      background: url("../src/assets/up-orange.svg") center center no-repeat;
      background-size: 9px;
      width: 16px;
      height: 100%;
      position: absolute;
      right: -22px;
      top: 0;
      bottom: 0; }
.grey-prompt {
  background: #EFEFEF;
  padding: 30px;
  padding: 3rem; }
.photo-gallery,
.interviews,
.results,
.related,
.highlights,
.debaters {
  border-top: 1px solid #D0D7DD;
  padding-bottom: 60px;
  padding-bottom: 6rem; }
.debate-title-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 30px;
  padding-bottom: 3rem; }
.debate-title-meta .date {
    margin-right: 100px;
    margin-right: 10rem;
    line-height: 1; }
.debate-title-meta .label {
    margin-right: 10px;
    margin-right: 1rem;
    line-height: 1; }
.debate-title-meta nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center; }
@media screen and (max-width: 48em) {
    .debate-title-meta {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; } }
.results {
  padding-top: 30px;
  padding-top: 3rem; }
.debaters {
  padding-top: 30px;
  padding-top: 3rem; }
.related {
  padding-top: 30px;
  padding-top: 3rem;
  padding-bottom: 60px;
  padding-bottom: 6rem; }
.podcast,
.download,
.books,
.external {
  padding-right: 20px;
  padding-right: 2rem;
  margin-right: 60px;
  margin-right: 6rem;
  margin-top: 10px;
  margin-top: 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem; }
.podcast:before,
  .download:before,
  .books:before,
  .external:before {
    content: '';
    height: 16px;
    height: 1.6rem;
    width: 14px;
    width: 1.4rem;
    position: absolute;
    right: 0;
    top: 5px; }
.podcast:after,
  .download:after,
  .books:after,
  .external:after {
    width: calc(100% - 20px); }
.podcast:before {
  background: url("../src/assets/Podcast.svg") 0 0 no-repeat; }
.download:before {
  background: url("../src/assets/Download.svg") 0 0 no-repeat; }
.books:before {
  background: url("../src/assets/Books.svg") 0 0 no-repeat; }
.external:before {
  top: 8px;
  background: url("../src/assets/External.svg") 0 0 no-repeat; }
.buttons {
  padding-top: 15px;
  padding-top: 1.5rem; }
.buttons .btn:first-of-type {
    margin-left: 0; }
.livestream {
  position: relative;
  padding-left: 25px;
  margin-top: 20px;
  margin-top: 2rem; }
.livestream:before {
    content: '';
    background: url("../src/assets/Livestream.svg") 0 0 no-repeat;
    height: 16px;
    height: 1.6rem;
    width: 14px;
    width: 1.4rem;
    position: absolute;
    left: 0;
    top: 5px; }
.video-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
.video-meta [role="tablist"] {
    margin-left: 10px;
    margin-left: 1rem; }
.debater-snapshot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-bottom: 60px;
  padding-bottom: 6rem;
  height: auto;
  width: 100%; }
.debater-snapshot h3 {
    margin-top: 0; }
.debater-snapshot .image {
    width: 20%; }
.debater-snapshot div {
    width: 80%; }
.vs {
  padding: 20px;
  padding: 2rem;
  border-radius: 50%;
  border: 1px solid #D0D7DD;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1; }
.speaker-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.speaker-list .debaters-col-1,
  .speaker-list .debaters-col-2 {
    width: 50%; }
@media screen and (max-width: 48em) {
      .speaker-list .debaters-col-1,
      .speaker-list .debaters-col-2 {
        width: 100%; } }
.debaters-col-1 {
  padding-right: 30px;
  padding-right: 3rem;
  position: relative; }
.debaters-col-1:before {
    content: "vs";
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: -5px;
    right: -5px;
    right: -0.5rem;
    line-height: 40px;
    width: 40px;
    height: 40px;
    background: #fefefe;
    border: 1px solid #D0D7DD;
    border-radius: 50%;
    text-align: center; }
.debaters-col-1:after {
    content: "";
    border-right: 1px solid #d0d7dd;
    position: absolute;
    width: 0;
    height: 100%;
    right: 15px;
    right: 15px;
    right: 1.5rem;
    top: 0;
    z-index: -10; }
@media screen and (max-width: 48em) {
    .debaters-col-1 {
      border-bottom: 1px solid #d0d7dd; }
      .debaters-col-1:before {
        top: auto;
        left: calc(50% - 20px);
        right: calc(50% - 20px);
        bottom: -20px; }
      .debaters-col-1:after {
        border-right: none; } }
.debaters-col-2 {
  padding-left: 30px;
  padding-left: 3rem; }
@media screen and (max-width: 48em) {
    .debaters-col-2 {
      padding-left: 0;
      padding-top: 6rem; } }
.pro,
.con,
.undecided,
.general {
  font-weight: 600;
  text-transform: uppercase;
  position: relative; }
.pro,
.con,
.general {
  padding-left: 26px;
  padding-left: 2.6rem;
  margin-right: 10px;
  margin-right: 1rem; }
.pro:before,
  .con:before,
  .general:before {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    left: 0;
    top: 2px; }
.pro:before {
  background: url("../src/assets/Pro.png") 0 0 no-repeat; }
.con:before {
  background: url("../src/assets/Cross-bubble.png") 0 0 no-repeat; }
.general:before {
  background: url("../src/assets/Gen-icon.png") 0 0 no-repeat; }
.speaker-list-special {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
.speaker-list-special .speaker {
    -ms-flex: 1 auto;
        flex: 1 auto;
    text-align: center;
    border-right: 1px solid #d0d7dd;
    margin-bottom: 50px;
    margin-bottom: 5rem; }
.speaker-list-special .speaker:last-of-type {
      border-right: none; }
.speaker-list-special .speaker .profile-img {
      display: inline;
      width: 100px;
      height: 100px; }
.speaker-list-special .speaker h3 {
      margin-bottom: 0; }
.speaker-list-special .speaker p {
      margin-top: 0;
      margin-bottom: 0; }
@media screen and (max-width: 43.75em) {
    .speaker-list-special {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .speaker-list-special .speaker:nth-of-type(2) {
        border-right: none; } }
@media screen and (max-width: 30em) {
    .speaker-list-special {
      -ms-flex-direction: column;
          flex-direction: column; }
      .speaker-list-special .speaker {
        border-right: none; } }
.featured-debates {
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 15px;
  padding-right: 1.5rem; }
.featured-debates .more-debates {
    text-align: center; }
.about-banner {
  margin-bottom: 60px;
  margin-bottom: 6rem; }
@media screen and (max-width: 48em) {
    .about-banner {
      margin-right: calc(-50vw + 50%);
      margin-left: calc(-50vw + 50%); } }
.mp-profile {
  display: -ms-flexbox;
  display: flex;
  justtify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }
.mp-profile .image {
    margin-right: 10px;
    margin-right: 1rem; }
.snapshot h2 {
  position: relative; }
.snapshot h2:after {
    position: absolute;
    content: '';
    height: 4px;
    width: 20px;
    left: 0;
    bottom: -10px;
    background: #FF3E00; }
.pr-item {
  border-bottom: 1px solid #D0D7DD;
  padding-bottom: 60px;
  padding-bottom: 6rem; }
.pr-item h2 {
    margin-bottom: 10px;
    margin-bottom: 1rem; }
.pr-item a {
    margin-top: 0;
    margin-bottom: 0; }
.pr-description p {
  margin: 10px 0;
  margin: 1rem 0; }
.editing-form-control-nested-control, .editing-form-value-cell {
  margin-top: 5px; }
.editing-form-control-nested-control .form-control, .editing-form-value-cell .form-control {
    border: 1px solid #0a0a0a;
    line-height: 22px;
    padding: 12px 10px;
    padding: 1.2rem 1rem;
    width: 320px; }
.profile-info {
  padding-bottom: 30px;
  border-bottom: 1px solid #D0D7DD;
  margin-bottom: 40px; }
fieldset {
  padding: 0; }
label,
.EditingFormLabel {
  font-weight: 600; }
.form-horizontal fieldset, .FormPanel fieldset, .registration-login-form fieldset, .membership-renewal fieldset {
  border: none;
  padding-left: 0px; }
.form-horizontal .field-group, .FormPanel .field-group, .registration-login-form .field-group, .membership-renewal .field-group {
  padding-bottom: 15px; }
.form-horizontal .radio-list-vertical label, .FormPanel .radio-list-vertical label, .registration-login-form .radio-list-vertical label, .membership-renewal .radio-list-vertical label {
  padding-left: 15px;
  font-weight: normal; }
.form-horizontal .FormButton, .FormPanel .FormButton, .registration-login-form .FormButton, .membership-renewal .FormButton {
  margin-left: 0px; }
.forgot-form .field-group {
  padding-bottom: 15px; }
.munkCustomRegistrationForm {
  margin-top: 10px; }
.success-text {
  color: #3E860E; }
.error-text, .ErrorLabel,
.logon-password-retrieval-result,
.form-control-error {
  color: #EB212E;
  margin-top: 10px; }
.EditingFormErrorLabel {
  display: block;
  margin-top: 10px; }
.form-horizontal .form-group {
  margin-bottom: 17px; }
.registration-login-form .btn-primary {
  margin: 30px 0px 30px; }
.registration-login-form .logon-remember-me-checkbox label {
  margin-left: 10px; }
@media screen and (min-width: 48em) {
  .registration-login-form {
    margin-top: 58px; }
    .registration-login-form .form-horizontal .form-group:nth-child(1) {
      float: left;
      margin-right: 70px; }
    .registration-login-form .stay-logged-in {
      margin-top: 17px; } }
@media screen and (max-width: 48em) {
  .registration-login-form .form-horizontal .form-group {
    margin-bottom: 17px; } }
.registration {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%); }
.registration .registration-form {
    width: 50%; }
.registration .member-benefits {
    width: 70%;
    padding-top: 100px;
    padding-top: 10rem; }
.registration .registration-form,
  .registration .member-benefits {
    padding-right: 15px;
    padding-right: 1.5rem;
    padding-left: 15px;
    padding-left: 1.5rem; }
.registration .registration-form,
  .registration .member-benefits {
    padding-right: 15px;
    padding-right: 1.5rem;
    padding-left: 15px;
    padding-left: 1.5rem; }
@media screen and (max-width: 48em) {
    .registration {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      padding-top: 3rem; }
      .registration .registration-form,
      .registration .member-benefits {
        width: 100%; }
      .registration .member-benefits {
        padding-top: 0; }
      .registration .benefits {
        padding: 0;
        margin-bottom: 0; } }
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url("../src/assets/down-black.svg") no-repeat;
  background-position: right 15px bottom 50%;
  background-color: #fefefe;
  border: 1px solid #000; }
select::-ms-expand {
    display: none; }
.membership-renewal .FormButton {
  display: block;
  margin-top: 18px; }
.membership-renewal .DropDownField {
  display: block;
  margin-top: 5px; }
.membership-renewal .EditingFormControlNestedControl {
  height: 110px; }
.forgot-form {
  padding-top: 25px;
  padding-top: 2.5rem; }
.forgot-form .btn {
    margin-top: 25px;
    margin-top: 2.5rem;
    margin-left: 0; }
.required-mark {
  color: #EB212E; }
.munkCustomRegistrationForm .EditingFormErrorLabel {
  color: #EB212E; }
.my-profile-panel .EditingFormErrorLabel {
  color: #EB212E; }
.member-profile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
.member-profile p {
    margin-top: 0; }
.member-profile-info-1 {
    width: 40%;
    padding: 30px;
    padding: 3rem; }
.member-profile-info-2 {
    width: 60%;
    padding: 30px;
    padding: 3rem; }
@media screen and (max-width: 48em) {
    .member-profile {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .member-profile-info-1, .member-profile-info-2 {
        width: 100%; } }
.h-card {
  width: 100%;
  padding: 0 15px;
  padding: 0 1.5rem;
  margin-bottom: 50px;
  margin-bottom: 5rem; }
@media screen and (max-width: 56.25em) {
    .h-card {
      width: calc(50% - 3rem);
      margin-right: 1.5rem;
      margin-left: 1.5rem;
      padding-left: 0;
      padding-right: 0; } }
@media screen and (max-width: 48em) {
    .h-card {
      width: calc(100% - 3rem); } }
.h-card a {
    color: #0a0a0a;
    width: 100%; }
.h-card a:after, .h-card a:hover:after {
      content: none;
      border-bottom: none; }
.h-card .featured-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: stretch;
        align-items: stretch; }
.h-card .featured-details .details > * {
      width: 100%; }
.h-card .featured-details .debate-img,
    .h-card .featured-details .details {
      width: 50%; }
@media screen and (max-width: 56.25em) {
      .h-card .featured-details {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .h-card .featured-details .debate-img,
        .h-card .featured-details .details {
          width: 100%; } }
.h-card .details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 100%;
    padding: 0 45px 0;
    padding: 0 4.5rem 0;
    transition: all 0.3s ease; }
.h-card .details p {
      margin-top: 10px;
      margin-top: 1rem;
      margin-bottom: 10px;
      margin-bottom: 1rem; }
.h-card .details h3 {
      margin-top: 0;
      margin-bottom: 0;
      display: inline-block;
      position: relative; }
@media screen and (max-width: 30em) {
        .h-card .details h3 {
          margin-bottom: 0; } }
@media screen and (max-width: 48em) {
      .h-card .details {
        padding: 1rem 1.5rem; } }
.h-card:hover .details {
    background: #EFEFEF; }
.h-card:hover .details h3:after {
      content: '';
      position: absolute;
      left: 0;
      display: inline-block;
      height: 24px;
      height: 2.4rem;
      width: 100%;
      border-bottom: 3px solid #FF3E00;
      margin-top: 10px; }
.v-card-text {
  width: 100%; }
.global-alert {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #EFEFEF;
  color: #000;
  transition: all .3s ease;
  z-index: 998; }
.global-alert .row {
    padding: 8px 0px; }
.global-alert .close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    border: none;
    background: none; }
.global-alert .close img {
      transform: none;
      top: 0;
      right: 0;
      left: 0;
      margin: auto;
      width: 15px;
      height: 15px; }
.global-alert-container {
    background: #EFEFEF;
    padding-right: 40px;
    position: relative; }
.global-alert-container div.row {
      margin-bottom: 1px; }
.global-alert-container:last-of-type div.row {
      margin-bottom: 0px; }
.global-alert-container strong {
      margin-right: 20px;
      margin-right: 2rem; }
.no-padding {
  padding-left: 0;
  padding-right: 0; }
.vertical-padding {
  padding-top: 30px;
  padding-top: 3rem;
  padding-bottom: 30px;
  padding-bottom: 3rem; }
.border-left {
  border-left: 1px solid #D0D7DD;
  padding-left: 50px;
  padding-left: 5rem; }
@media screen and (max-width: 48em) {
    .border-left {
      padding-left: 1.5rem;
      border-left: none; } }
.border-right {
  border-right: 1px solid #D0D7DD;
  padding-right: 50px;
  padding-right: 5rem; }
@media screen and (max-width: 48em) {
    .border-right {
      padding-right: 1.5rem;
      padding-bottom: 1.5rem;
      border-right: none;
      border-bottom: 1px solid #D0D7DD; } }
.right-rail {
  padding-left: 50px;
  padding-left: 5rem; }
.left-padding {
  padding-left: 45px;
  padding-left: 4.5rem; }
.flex-names {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 10px;
  margin-bottom: 1rem; }
.flex-names .pro,
  .flex-names .con {
    width: 30%; }
.flex-names div {
    width: 70%; }
.flex-names p {
    margin: 0; }
.grey {
  background: #EFEFEF; }
.no-left-margin {
  margin-left: 0 !important; }
.no-btn-margin .btn {
  margin-left: 0 !important; }
.strong {
  font-weight: bold; }
.hidden {
  display: none; }
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: 1px; }
.center {
  text-align: center; }
.hero {
  color: #0a0a0a;
  padding-top: 50px;
  padding-top: 5rem;
  padding-left: 10px;
  padding-left: 1rem;
  padding-right: 10px;
  padding-right: 1rem; }
header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
header a,
  header a:hover {
    color: #0a0a0a; }
header a:after,
    header a:hover:after {
      border-bottom: none; }
header .menu-open {
    display: none; }
header .menu-close {
    display: none; }
header .site-branding svg {
    width: 190px;
    height: 60px; }
@media screen and (max-width: 48em) {
    header {
      position: fixed;
      z-index: 999;
      top: 0;
      left: 0;
      right: 0;
      background: #fefefe;
      padding: 1rem;
      box-shadow: 2px 5px 10px rgba(10, 10, 10, .3); }
      header .menu-open {
        display: inline-block;
        cursor: pointer; }
        header .menu-open .dot {
          width: 8px;
          height: 8px;
          background: #FF3E00;
          border-radius: 50%;
          display: inline-block; } }
.home .hero {
  background: url("../src/assets/Homepage/Banners/munk_webbanner_v3.jpg") center center no-repeat;
  background-size: cover;
  color: #fefefe;
  padding-bottom: 5px;
  padding-bottom: 0.5rem; }
@media screen and (min-width: 48.0625em) {
    .home .hero {
      padding-bottom: 1rem; }
      .home .hero header ul li a {
        color: #fefefe; }
        .home .hero header ul li a:after {
          border-bottom: none; }
      .home .hero header ul a:hover {
        color: #fefefe; }
        .home .hero header ul a:hover:after {
          border-bottom: 3px solid #fefefe; } }
.home .hero .social-icons a:hover:after {
    border-bottom: none; }
.home .hero svg {
    fill: #fefefe; }
@media screen and (max-width: 48em) {
      .home .hero svg {
        fill: #0a0a0a; } }
.home .hero .hero-body {
    padding-top: 10px;
    padding-top: 1rem;
    max-width: 100%; }
.home .hero .hero-body h1 {
      margin-bottom: 10px;
      margin-bottom: 1rem;
      font-family: Trade Gothic bold condensed; }
@media screen and (max-width: 48em) {
      .home .hero .hero-body {
        max-width: 100%; } }
.header-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
.header-menu .mobile-menu-head {
    display: none; }
@media screen and (max-width: 48em) {
  header {
    height: 5rem; }
    header .site-branding svg {
      width: 95px;
      height: 30px; }
  .header-menu {
    position: fixed;
    top: 5rem;
    left: 0;
    height: calc(100% - 5rem);
    width: 100%;
    background: #fefefe;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    align-item: flex-start;
    display: none; }
    .header-menu nav ul li {
      display: block;
      margin-right: 0;
      margin-bottom: 3rem; }
    .header-menu .btn {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 3rem; }
    .header-menu .login {
      width: 100%; }
      .header-menu .login .btn-login {
        margin-bottom: 0; }
        .header-menu .login .btn-login[aria-expanded="true"] {
          border-bottom: 0; }
    .header-menu .social-icons {
      margin-bottom: 3rem; }
    .header-menu nav,
    .header-menu .social-icons {
      width: 100%;
      text-align: left; }
    .header-menu #login-content {
      width: 100%;
      right: 0;
      top: 100%;
      border-top: 0;
      text-align: left; }
  header.menu-active {
    top: 0 !important; }
    header.menu-active .header-menu {
      display: block;
      padding: 3rem 1rem 1rem;
      overflow-y: auto; }
      header.menu-active .header-menu input[type="password"],
      header.menu-active .header-menu input[type="text"],
      header.menu-active .header-menu input[type="email"] {
        width: 100%; }
      header.menu-active .header-menu .logon-password-retrieval-link {
        margin-bottom: 3rem; }
    header.menu-active .menu-close {
      display: block;
      font-weight: 600;
      font-size: 2.8rem;
      cursor: pointer;
      color: #FF3E00; }
    header.menu-active .menu-open {
      display: none; } }
nav ul,
.footer-nav ul,
.social-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block; }
nav ul li,
  .footer-nav ul li,
  .social-share ul li {
    display: inline-block;
    margin-right: 5px; }
nav ul li a,
    .footer-nav ul li a,
    .social-share ul li a {
      padding: 10px;
      padding: 1rem; }
.footer-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
@media screen and (max-width: 48em) {
    .footer-nav {
      -ms-flex-direction: column;
          flex-direction: column;
      text-align: center; }
      .footer-nav ul.page-links li {
        display: block;
        margin-right: 0;
        margin-bottom: 3rem; }
      .footer-nav ul.social-icons {
        display: block;
        margin-top: 3rem; } }
.footer-nav > .page-links li,
header ul li {
  margin-right: 35px;
  margin-right: 3.5rem; }
.footer-nav > .page-links a,
header ul a {
  color: #0a0a0a;
  font-weight: 600;
  padding: 0; }
.footer-nav > .page-links a:after,
  header ul a:after {
    border-bottom: none; }
.footer-nav > .page-links a:hover:after,
  header ul a:hover:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 30px;
    height: 3rem;
    width: 100%;
    border-bottom: 3px solid #FF3E00;
    margin-top: 2px; }
header ul .Highlighted {
  position: relative; }
header ul .Highlighted a:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 30px;
    height: 3rem;
    width: 100%;
    border-bottom: 3px solid #FF3E00;
    margin-top: 2px; }
.social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block; }
.social-icons svg {
    width: 18px;
    width: 1.8rem;
    height: 18px;
    height: 1.8rem; }
.social-icons li {
    display: inline;
    margin-right: 15px; }
.social-icons li:hover svg {
      fill: #FF3E00; }
.side-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block; }
.side-nav li {
    margin-bottom: 30px;
    margin-bottom: 3rem; }
.side-nav a {
    color: #0a0a0a;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    position: relative; }
.side-nav a:after {
      border-bottom: none; }
.side-nav a.active:before {
    content: '';
    color: #FF3E00;
    position: absolute;
    left: -15px;
    left: -1.5rem;
    display: inline-block;
    height: 100%;
    width: 100%;
    border-left: 4px solid; }
.fixed {
  position: fixed;
  top: 15px; }
.share-icons {
  line-height: 1; }
.share-icons li a {
    padding: 0; }
.share-icons li a:after {
      content: none; }
.share-icons img {
    max-width: 28px; }
.btn {
  padding: 12px 30px;
  padding: 1.2rem 3rem;
  margin-left: 15px;
  margin-left: 1.5rem;
  margin-right: 15px;
  margin-right: 1.5rem;
  color: #fefefe;
  font-weight: 600;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; }
.btn:after {
    border-bottom: none; }
.btn:hover:after {
    border-bottom: none; }
@media screen and (max-width: 30em) {
    .btn {
      margin-left: 0;
      margin-right: 0;
      width: 100%; } }
.btn-primary,
.btn-default,
.basic .btn {
  background: #0a0a0a;
  border: 1px solid #0a0a0a; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
  .btn-default:hover,
  .btn-default:focus,
  .btn-default:active,
  .basic .btn:hover,
  .basic .btn:focus,
  .basic .btn:active {
    background: #4A4A4A;
    color: #fefefe;
    box-shadow: 2px 5px 10px rgba(10, 10, 10, .3); }
.btn-secondary,
.FormButton,
.RegisterButton,
.subscription .btn {
  background: #FF3E00;
  border: 1px solid #FF3E00; }
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active,
  .FormButton:hover,
  .FormButton:focus,
  .FormButton:active,
  .RegisterButton:hover,
  .RegisterButton:focus,
  .RegisterButton:active,
  .subscription .btn:hover,
  .subscription .btn:focus,
  .subscription .btn:active {
    color: #fefefe;
    background: #FF5923;
    border: 1px solid #FF5923;
    box-shadow: 2px 5px 10px rgba(10, 10, 10, .3); }
.premium .btn {
  background: #CE3200;
  border: 1px solid #CE3200; }
.premium .btn:hover, .premium .btn:focus, .premium .btn:active {
    color: #fefefe;
    background: #FF3E00;
    border: 1px solid #FF3E00;
    box-shadow: 2px 5px 10px rgba(10, 10, 10, .3); }
.RegisterButton,
.logon-password-retrieval-button {
  margin-left: 0; }
.btn-login {
  background: none;
  border: 1px solid #0a0a0a;
  color: #0a0a0a;
  padding-right: 40px;
  padding-right: 4rem; }
.btn-login:hover, .btn-login:focus, .btn-login:active {
    color: #0a0a0a;
    background: #EFEFEF; }
.btn-login[aria-expanded="false"] {
    position: relative; }
.btn-login[aria-expanded="false"]:after {
      content: '';
      background-image: url("../src/assets/down-black.svg");
      background-repeat: no-repeat;
      width: 10px;
      width: 1rem;
      height: 10px;
      height: 1rem;
      position: absolute;
      left: auto;
      top: 23px;
      top: 2.3rem;
      right: 20px;
      right: 2rem;
      margin-top: 0; }
.btn-login[aria-expanded="true"] {
    position: relative; }
.btn-login[aria-expanded="true"]:after {
      content: '';
      background-image: url("../src/assets/up-black.svg");
      background-repeat: no-repeat;
      width: 10px;
      width: 1rem;
      height: 10px;
      height: 1rem;
      position: absolute;
      left: auto;
      top: 23px;
      top: 2.3rem;
      right: 20px;
      right: 2rem;
      margin-top: 0; }
.home .btn-login[aria-expanded="false"] {
  position: relative; }
.home .btn-login[aria-expanded="false"]:after {
    content: '';
    background-image: url("../src/assets/down-black.svg");
    background-repeat: no-repeat;
    width: 10px;
    width: 1rem;
    height: 10px;
    height: 1rem;
    position: absolute;
    left: auto;
    top: 23px;
    top: 2.3rem;
    right: 20px;
    right: 2rem;
    margin-top: 0; }
.home .btn-login[aria-expanded="true"] {
  position: relative; }
.home .btn-login[aria-expanded="true"]:after {
    content: '';
    background-image: url("../src/assets/up-black.svg");
    background-repeat: no-repeat;
    width: 10px;
    width: 1rem;
    height: 10px;
    height: 1rem;
    position: absolute;
    left: auto;
    top: 23px;
    top: 2.3rem;
    right: 20px;
    right: 2rem;
    margin-top: 0; }
@media screen and (min-width: 48.0625em) {
  .home .btn-login {
    background: none;
    border: 1px solid #fefefe;
    color: #fefefe; }
    .home .btn-login:hover, .home .btn-login:focus, .home .btn-login:active {
      color: #fefefe;
      background: rgba(98, 98, 98, .3); }
    .home .btn-login[aria-expanded="false"]:after {
      background-image: url("../src/assets/down.svg"); }
    .home .btn-login[aria-expanded="true"]:after {
      background-image: url("../src/assets/up.svg"); } }
#login-content .btn {
  margin-left: 0; }
.btn-external {
  padding: 12px 40px 12px 20px;
  padding: 1.2rem 4rem 1.2rem 2rem;
  margin: 0; }
.btn-external:before {
    content: '';
    height: 18px;
    height: 1.8rem;
    width: 14px;
    width: 1.4rem;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url("../src/assets/External-white.svg") 0 0 no-repeat !important; }
.btn-external:after {
    content: " "; }
.login {
  position: relative; }
#login-content {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  right: 15px;
  right: 1.5rem;
  z-index: 999;
  padding: 30px;
  padding: 3rem;
  background: #fefefe;
  color: #0a0a0a;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .3); }
@media screen and (max-width: 48em) {
    #login-content {
      box-shadow: none;
      border: 1px solid #0a0a0a; } }
#login-content .profile-link {
    margin-bottom: 30px;
    margin-bottom: 3rem; }
#login-content .form-group,
  #login-content .stay-logged-in {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
#login-content .stay-logged-in input {
    margin-right: 5px; }
#login-content .logon-password-retrieval-link {
    margin-top: 20px;
    margin-top: 2rem; }
#login-content.open {
  display: block; }
#login-trigger,
#logout-trigger {
  position: relative; }
#login-trigger[aria-expanded="true"],
  #logout-trigger[aria-expanded="true"] {
    z-index: 1000; }
/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both; }
.filter {
  padding: 30px 0 60px;
  padding: 3rem 0 6rem; }
.filter label {
    display: block;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
.filter select {
    border: 1px solid #000;
    line-height: 22px;
    padding: 12px 10px;
    padding: 12px 10px;
    padding: 1.2rem 1rem;
    width: calc(33.33% - 3rem);
    max-height: 250px !important; }
@media screen and (max-width: 64em) {
      .filter select {
        width: calc(50% - 3rem); } }
@media screen and (max-width: 48em) {
      .filter select {
        width: 100%; } }
.share-icons svg {
  height: 15px;
  width: 100%;
  fill: #fff;
  display: inline-block;
  position: absolute;
  top: 26%;
  left: 0; }
.share-icons .share-linkedin svg {
  height: 18px;
  top: 18%; }
.share-icons li a {
  background: #FF3E00;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  transition: all 0.3s ease; }
.share-icons li a:hover {
    background: #FF5923;
    box-shadow: 2px 5px 10px rgba(10, 10, 10, .3); }
.video {
  display: block;
  margin-top: 15px;
  margin-top: 1.5rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem; }
.thumbnail {
  position: relative; }
.thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../src/assets/VideoPlay.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 55px;
    background-color: rgba(0, 0, 0, .4); }
.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  margin-top: 30px;
  margin-top: 3rem; }
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.photo-gallery a:after {
  border-bottom: none; }
.grid-item {
  width: 40%;
  float: left;
  padding-right: 30px;
  padding-right: 3rem;
  padding-bottom: 30px;
  padding-bottom: 3rem; }
@media screen and (max-width: 30em) {
    .grid-item {
      width: 100%;
      padding-right: 0; } }
.grid-sizer {
  width: 4%; }
/* 4. Simple tab interface */
a[role="tab"] {
  background: #000;
  color: #fff;
  padding: 6px 15px;
  display: inline-block;
  border-bottom: 3px solid #FF3E00;
  border-bottom: 0.3rem solid #FF3E00; }
a[role="tab"]:after {
    content: none; }
a[aria-selected], a[role="tab"]:focus {
  background: #FF3E00;
  color: #fff; }
a[role="tab"]:focus {
  background: #FF3E00; }
[role="tablist"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: flext-start;
      justify-content: flext-start;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0; }
[role="tablist"] li {
    list-style: none; }
[role="tabpanel"] {
  margin-top: 0; }
[role="tabpanel"][aria-hidden="true"] {
  display: none; }
[role="tabpanel"]:focus {
  background: #FF3E00; }
[data-template-id="Munk.MembershipDetails"] footer {
  margin-top: 0; }
.membership {
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  padding: 6rem calc(50vw - 50%); }
.membership-side-bar {
    background: #fefefe;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 50px;
    padding-bottom: 5rem;
    margin-bottom: 30px;
    margin-bottom: 3rem; }
.membership-side-bar .cta {
      padding-bottom: 0; }
@media screen and (max-width: 48em) {
    .membership {
      padding: 3rem calc(50vw - 50%); } }
.home .membership {
  text-align: center; }
.title,
.price,
.tagline {
  text-align: center;
  width: 100%; }
.cta .rich-text {
  margin-top: 20px;
  margin-top: 2rem; }
.rich-text {
  width: 100%; }
.rich-text p:first-of-type {
    margin-top: 0; }
.flex-ctas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-top: 30px;
  margin-top: 3rem; }
@media screen and (max-width: 48em) {
    .flex-ctas {
      -ms-flex-direction: column;
          flex-direction: column; } }
.cta {
  background: #fefefe;
  padding: 50px 44px;
  padding: 5rem 4.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
.cta h3 {
    margin: 0; }
.cta-home {
    width: 33.33%;
    box-shadow: 3px -3px 20px 0 rgba(0, 0, 0, .2); }
.cta-details {
    width: 100%; }
.cta:first-of-type {
    z-index: 4; }
.cta:nth-of-type(2) {
    z-index: 3; }
@media screen and (max-width: 48em) {
    .cta {
      width: 100%;
      margin-bottom: 3rem;
      box-shadow: none; }
      .cta:last-of-type {
        margin-bottom: 0; } }
.cta .btn,
.cta .btn-external,
.membership-side-bar .btn,
.membership-side-bar .btn-external {
  margin: 10px 0 0;
  margin: 1rem 0 0; }
@media screen and (max-width: 30em) {
    .cta .btn,
    .cta .btn-external,
    .membership-side-bar .btn,
    .membership-side-bar .btn-external {
      width: auto;
      width: initial; } }
.subscription {
  border-top: 5px solid #FF3E00;
  border-top: 0.5rem solid #FF3E00; }
.premium {
  border-top: 5px solid #CE3200;
  border-top: 0.5rem solid #CE3200; }
.basic {
  border-top: 5px solid #0a0a0a;
  border-top: 0.5rem solid #0a0a0a; }
.price {
  font-weight: 600;
  margin-top: 0; }
.content-membership {
  max-width: 682px;
  margin-left: auto;
  margin-right: auto; }
.benefits {
  background: #fefefe;
  padding: 6% 8% 8%;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  border-top: 5px solid #FF3E00;
  text-align: left;
  margin-right: auto !important;
  margin-left: auto !important; }
ul.checkmark-list {
  margin: 0;
  padding-left: 16px;
  padding-left: 1.6rem;
  list-style-image: url("../src/assets/Tick.svg"); }
ul.checkmark-list li {
    padding-left: 10px;
    padding-left: 1rem;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
ul.checkmark-list li.crossed {
    list-style-image: url("../src/assets/Cross.svg");
    color: #949494; }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 60%;
  margin: 20px auto; }
@media screen and (max-width: 48em) {
    .white-popup {
      max-width: 100%; } }
.mfp-close-btn-in .mfp-close {
  color: #FF3E00; }
.mfp-container {
  overflow-y: scroll; }
.open-popup-link {
  cursor: pointer; }
@keyframes animate-width {
  0% {
    width: 0; }
  100% {
    visibility: visible; } }
@keyframes animate-height {
  0% {
    height: 0; }
  100% {
    visibility: visible; } }
.poll-results {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
#bar-chart {
  position: relative; }
#bar-chart .graph {
    height: 283px;
    position: relative; }
#bar-chart .bars {
    width: 100%;
    z-index: 10;
    width: 70%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
@media screen and (max-width: 64.375em) {
      #bar-chart .bars {
        width: 100%; } }
#bar-chart .bar-wrap h3 {
    margin-top: 0;
    line-height: 1; }
#bar-chart .bar-wrap:nth-of-type(1) {
    border-right: 1px solid #D0D7DD;
    width: 55%; }
@media screen and (max-width: 30em) {
      #bar-chart .bar-wrap:nth-of-type(1) {
        border-right: none;
        width: 100%; } }
#bar-chart .bar-wrap:nth-of-type(2) {
    width: 45%;
    padding-left: 30px;
    padding-left: 3rem; }
@media screen and (max-width: 30em) {
      #bar-chart .bar-wrap:nth-of-type(2) {
        width: 100%;
        padding-left: 0; } }
@media screen and (max-width: 64.375em) {
    #bar-chart .bar-wrap {
      margin-bottom: 3rem; } }
#bar-chart .bar-group {
    display: -ms-flexbox;
    display: flex;
    height: 180px;
    position: relative;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    margin-top: 30px;
    margin-top: 3rem; }
#bar-chart .bar-group .bar-animate {
      visibility: hidden;
      height: 0;
      animation: animate-height;
      animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
      -webkit-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
      -moz-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
      animation-duration: 0.4s;
      -webkit-animation-duration: 0.4s;
      -moz-animation-duration: 0.4s;
      animation-fill-mode: forwards;
      -webkit-animation-fill-mode: forwards; }
#bar-chart .bar-group .bar {
      border-radius: 5px 5px 0 0;
      bottom: 0;
      height: 0;
      position: absolute;
      text-align: center;
      width: 35px;
      width: 3.5rem;
      display: inline-block;
      margin-left: 11px; }
#bar-chart .bar-group .bar:nth-of-type(2) {
        left: calc(3.5rem + 20%); }
#bar-chart .bar-group .bar:nth-of-type(3) {
        left: calc(7rem + 35%); }
#bar-chart .bar-group .bar span {
        position: absolute;
        top: -35px;
        top: -3.5rem;
        left: 0;
        right: 0; }
#bar-chart .bar-group .bar p {
        position: absolute;
        bottom: -60px;
        bottom: -6rem;
        left: -11px;
        right: 0; }
#bar-chart .bar-group .bar-1 {
      animation-delay: 0.3s;
      -webkit-animation-delay: 0.3s; }
#bar-chart .bar-group .bar-2 {
      animation-delay: 0.4s;
      -webkit-animation-delay: 0.4s; }
#bar-chart .bar-group .bar-3 {
      animation-delay: 0.5s;
      -webkit-animation-delay: 0.5s; }
#bar-chart .bar-group .bar-4 {
      animation-delay: 0.6s;
      -webkit-animation-delay: 0.6s; }
#bar-chart .bar-group .bar-5 {
      animation-delay: 0.7s;
      -webkit-animation-delay: 0.7s; }
#bar-chart .bar-group .bar-6 {
      animation-delay: 0.8s;
      -webkit-animation-delay: 0.8s; }
#bar-chart .bar-group .bar-7 {
      animation-delay: 0.9s;
      -webkit-animation-delay: 0.9s; }
#bar-chart .bar-group .bar-8 {
      animation-delay: 1s;
      -webkit-animation-delay: 1s; }
#bar-chart .bar-group .bar-9 {
      animation-delay: 1.1s;
      -webkit-animation-delay: 1.1s; }
#bar-chart .bar-group .bar-10 {
      animation-delay: 1.2s;
      -webkit-animation-delay: 1.2s; }
#bar-chart .bar-group .bar-11 {
      animation-delay: 1.3s;
      -webkit-animation-delay: 1.3s; }
#bar-chart .bar-group .bar-12 {
      animation-delay: 1.4s;
      -webkit-animation-delay: 1.4s; }
#bar-chart .bar-group .bar-13 {
      animation-delay: 1.5s;
      -webkit-animation-delay: 1.5s; }
#bar-chart .bar-group .bar-14 {
      animation-delay: 1.6s;
      -webkit-animation-delay: 1.6s; }
#bar-chart .bar-group .bar-15 {
      animation-delay: 1.7s;
      -webkit-animation-delay: 1.7s; }
#bar-chart .bar-group .bar-3 {
      margin-left: 26px;
      margin-left: 2.6rem; }
#bar-chart .bar-group .bar-3 p {
        left: -24px; }
#bar-chart ul {
    list-style: none;
    margin: 0;
    padding: 0; }
#bar-chart .bar-1 {
    background: #FF3E00; }
#bar-chart .bar-2 {
    background: #FFA58B; }
#bar-chart .bar-3 {
    background-color: #979797; }
#bar-chart .bar-4 {
    background: #FF3E00; }
#bar-chart .bar-5 {
    background: #FFA58B; }
#bar-chart .swing {
    background: #0a0a0a;
    color: #fefefe;
    padding: 20px 30px;
    padding: 2rem 3rem;
    border-radius: 5px;
    width: 30%; }
@media screen and (max-width: 64.375em) {
      #bar-chart .swing {
        width: 100%; } }
footer {
  padding-top: 35px;
  padding-top: 3.5rem;
  padding-bottom: 35px;
  padding-bottom: 3.5rem;
  margin-top: 70px;
  margin-top: 7rem;
  border-top: 1px solid #D0D7DD; }
.home footer {
  border-top: 0;
  margin-top: 0; }
