.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00; }

.arrow-right {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green; }

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid blue; }

hr {
  color: black; }

.article-end {
  margin-top: 4em; }

.logo-article-end {
  width: 30px;
  margin: 0 auto;
  margin-top: -1em;
  text-align: center;
  margin-left: 48%; }

.button {
  display: block;
  color: white !important;
  padding: 0.75em;
  min-width: 6em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  width: auto;
  text-align: center;
  font-weight: 700;
  max-width: 10em;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.75em;
  -webkit-font-smoothing: antialiased;
  box-shadow: 3px #EF1A5B solid;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.11); }

@media screen and (max-width: 1200px) {
  .button {
    width: auto;
    font-size: 0.65em; } }
@media screen and (max-width: 768px) {
  .button {
    min-width: 5em;
    width: auto;
    max-width: 10em;
    margin: 0 auto;
    font-size: 0.75em; } }
.button:hover {
  text-decoration: none;
  background-color: white;
  color: black !important;
  opacity: 1 !important; }

.button-secondary {
  opacity: 0.5; }

.button--invert {
  display: block;
  color: white !important;
  padding: 0.75em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: auto;
  text-align: center;
  font-weight: 900;
  max-width: 10em;
  border: 1px solid black;
  background-color: black;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.75em; }

.button-invert:hover {
  text-decoration: none; }

.card {
  background-color: white;
  color: #131313; }

@media screen and (max-width: 768px) {
  .col-lg-6:first-child {
    border-right: none !important; } }
.card--row {
  border-bottom: 1px solid black;
  min-height: 10em; }

.col-lg-6:first-child {
  border-right: rgba(0, 0, 0, 0.1) solid 1px; }

.bordercolumn {
  border-right: rgba(0, 0, 0, 0.1) solid 1px; }

.bordercolumn:nth-child(3) {
  border-right: none !important; }

.divider-row {
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px; }

.divider-row:last-child {
  border-bottom: none !important; }

.row--card {
  padding-left: 1em !important;
  padding-right: 1em !important;
  margin-left: !important;
  padding-right: !important;
  border-bottom: rgba(0, 0, 0, 0.07) solid 1px;
  padding-top: 1em;
  padding-bottom: 0.75em; }

.row--card:hover {
  background-color: rgba(0, 0, 0, 0.03);
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s; }

.row--card:last-child {
  border-bottom: none !important; }

.cartoon {
  padding-left: 0em !important;
  padding-right: 0em !important;
  margin-left: !important;
  padding-right: !important; }

.cartoon-thumb {
  max-width: 60%;
  -webkit-box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.46);
  z-index: 10;
  position: relative; }

.cartoon-thumb:before {
  content: "";
  height: 200px;
  width: 200px;
  background: #eff4de;
  border: 6px solid black;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 1000px) {
  .cartoon-thumb {
    max-width: 100%; } }
.cartoon-thumb:before {
  content: "";
  height: 200px;
  width: 200px;
  background: #eff4de;
  border: 6px solid #fff;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }

.newsletter {
  width: 100%;
  padding: 3em;
  background-color: rgba(0, 0, 0, 0.04); }

.newsletter-module {
  font-size: 0.65em;
  width: 100%;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.11); }

.newsletter_signup_header {
  margin-top: 1em;
  margin-bottom: -0.2em;
  color: #484848; }

.newsletter-module .email {
  border: 2px solid rgba(0, 0, 0, 0.2);
  width: 50%; }

/*---Background panels----*/
.white-bg {
  background-color: white; }

.red-bg {
  background-color: #EF1A5B; }

.light-grey-bg {
  color: black;
  background-color: #ccc; }

.grid-wrap {
  overflow: hidden;
  clear: both;
  padding-bottom: 1em;
  z-index: 100;
  margin-left: -1em; }

.grid-wrap-home {
  clear: both;
  padding-bottom: 1em;
  z-index: 100; }

.grid-col {
  float: left;
  text-align: left;
  width: 100%;
  padding-left: 1em; }

.prose-block {
  max-width: 31em;
  margin: 0 auto;
  padding-bottom: 3em; }

.prose-block img {
  max-width: 100%;
  background-color: #EF1A5B;
  margin-bottom: 1em; }

.article-intro {
  max-width: 37em;
  margin: 0 auto;
  padding-bottom: 0em; }

.article-intro img {
  max-width: 100%; }

.no-gutter {
  padding-left: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  /*margin-bottom: -10px!important;*/ }

.tiny-gutter {
  padding-left: 1px !important;
  margin: 0px !important;
  padding: 0px !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

/*.tiny-gutter:last-child {
    border-right:none;
}*/
.grid-col {
  float: left;
  text-align: left;
  width: 100%; }

@media screen and (min-width: 1200px) {
  .grid-wrap {
    margin-left: -2em;
    overflow: hidden;
    clear: both;
    padding-bottom: 3em;
    z-index: 100; }

  .grid-wrap-home {
    margin-left: -2em;
    clear: both;
    padding-bottom: 3em;
    z-index: 100; }

  .grid-col {
    float: left;
    text-align: left;
    padding-left: 2em;
    /* gutter */
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 1em; } }
.grid-col img {
  width: 100%;
  border: none;
  background-color: #EF1A5B; }

.one-up--full {
  width: 100%; }

.one-up {
  width: 75%; }

.one-third-up {
  width: 34%;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box; }

.two-thirds-up {
  width: 66%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.prose {
  max-width: 36em; }

.two-up {
  width: 50%; }

.three-up {
  width: 33.33333%;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box; }

.three-up:nth-child(3n) {
  clear: right; }

.four-up {
  width: 25%; }

@media screen and (min-width: 481px) and (max-width: 1200px) {
  .grid-wrap {
    margin-left: -1em;
    overflow: hidden;
    clear: both;
    padding-bottom: 2em; }

  .grid-wrap-home {
    margin-left: -1em;
    clear: both;
    padding-bottom: 2em; }

  .grid-col {
    float: left;
    padding-left: 1em;
    /* this is your gutter between columns */
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .grid-col img {
    width: 100%; } }
@media screen and (max-width: 480px) {
  .grid-wrap {
    margin-left: -0.5em;
    overflow: hidden;
    clear: both;
    padding-bottom: 1.75em; }

  .grid-wrap-home {
    margin-left: -0.5em;
    clear: both;
    padding-bottom: 1.75em; }

  .grid-col img {
    width: 100%; }

  .grid-col {
    float: left;
    padding-left: 0.5em;
    /* this is your gutter between columns */
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .four-up {
    width: 50%; } }
@media screen and (min-width: 481px) and (max-width: 1200px) {
  .four-up {
    width: 50%; }

  .three-up {
    width: 33.33333%; }

  .two-up {
    width: 50%; }

  .one-third-up {
    width: 34%;
    height: 20em; }

  .two-thirds-up {
    width: 66%; } }
@media screen and (max-width: 768px) {
  .one-third-up {
    width: 100%;
    text-align: center !important;
    margin: 0 auto; }

  .two-thirds-up {
    width: 100%; } }
@media screen and (max-width: 768px) {
  .center-hero {
    text-align: center !important;
    margin: 0 auto; } }
@media screen and (max-width: 480px) {
  .two-up {
    width: 100%; } }
@media screen and (min-width: 481px) and (max-width: 499px) {
  .three-up {
    width: 100%; } }
@media screen and (min-width: 500px) and (max-width: 850px) {
  .three-up {
    width: 50%; } }
/*-----*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 3em;
  padding-right: 3em;
  padding-bottom: 3em;
  padding-top: 0; }

.container--no_max {
  max-width: 1450px;
  margin: 0 auto;
  padding: 3em; }

.container--no_max--full {
  margin: 0 auto;
  padding: 3em; }

@media screen and (max-width: 499px) {
  .container {
    padding: 1em; } }
/**
 * Flex Grid -
 * Version: 0.2.1
 *
 * Simple grid built with flex box and sass.
 *
 * Matthew Simo - matthew.a.simo@gmail.com
 */
/**
 * Grid setup
 *
 * The grid will calculate dimensions based on these two variables
 * $fg-columns will inform the grid loops how many columns there should be.
 * $fg-gutter will inform the grid loops how big eac column's gutters should be.
 */
/*$fg-gutter: 0.5rem !default;*/
/**
 * Break point namespace object
 *
 * Set the default namespace object with these defaults with the
 * understanding that you can pass in whatever you might require for your site.
 *
 * $fg-breakpoints is a Sass list with nested lists inside. Each sub list defines two things.
 * 1. The namespace for that breakpoint. (Required) (i.e. xs, sm, md, lg)
 * 2. The min-width measurement for the breakpoint for that namespace. (i.e. 48em, 62em, 75em)
 *
 * Note: These should be in the proper order (at least till libsass handles map keys properly).
 *
 * Note: If the measurement is left out then it will be skipped when generating
 * the grid and applied to global styles.
 *
 */
/**
 * Calculate column size percentage
 */
/**
 * Spacing mixin to create uniform margin/padding
 */
/**
 * Row wrapper class, flex box parent.
 */
.row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

.row img {
  width: 100%;
  height: auto !important; }

.col-xs, .col-sm, .col-md, .col-lg, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

@media screen and (max-width: 768px) {
  .col-xs, .col-sm, .col-md, .col-lg, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }

  .row {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem; } }
.col-xs, .col-sm, .col-md, .col-lg {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

/**
 * Generate a set of grid column classes using a namespace
 *
 * .col-[namespace] for intelligent column division
 * .col-[namespace]-[number] for a column that covers a specific number of columns (e.g. 1-12 by default)
 * .off-[namespace]-[number] for pushing a col a specific number of columns (e.g. 1-11 by default)
 */
/**
 * Build the grid in two steps, to help minimize file size
 * Step 1, for each namespace, create the grid-base
 * Step 2, for each namespace, wrap the col width/offset measurements in their breakpoint media query
 */
.col-xs-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%; }

.off-xs-1 {
  margin-left: 8.33333%; }

.off-xs-2 {
  margin-left: 16.66667%; }

.off-xs-3 {
  margin-left: 25%; }

.off-xs-4 {
  margin-left: 33.33333%; }

.off-xs-5 {
  margin-left: 41.66667%; }

.off-xs-6 {
  margin-left: 50%; }

.off-xs-7 {
  margin-left: 58.33333%; }

.off-xs-8 {
  margin-left: 66.66667%; }

.off-xs-9 {
  margin-left: 75%; }

.off-xs-10 {
  margin-left: 83.33333%; }

.off-xs-11 {
  margin-left: 91.66667%; }

@media only screen and (min-width: 768px) {
  .col-sm-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .col-sm-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .col-sm-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .col-sm-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .col-sm-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }

  .off-sm-1 {
    margin-left: 8.33333%; }

  .off-sm-2 {
    margin-left: 16.66667%; }

  .off-sm-3 {
    margin-left: 25%; }

  .off-sm-4 {
    margin-left: 33.33333%; }

  .off-sm-5 {
    margin-left: 41.66667%; }

  .off-sm-6 {
    margin-left: 50%; }

  .off-sm-7 {
    margin-left: 58.33333%; }

  .off-sm-8 {
    margin-left: 66.66667%; }

  .off-sm-9 {
    margin-left: 75%; }

  .off-sm-10 {
    margin-left: 83.33333%; }

  .off-sm-11 {
    margin-left: 91.66667%; } }
@media only screen and (min-width: 992px) {
  .col-md-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .col-md-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .col-md-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .col-md-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .col-md-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }

  .off-md-1 {
    margin-left: 8.33333%; }

  .off-md-2 {
    margin-left: 16.66667%; }

  .off-md-3 {
    margin-left: 25%; }

  .off-md-4 {
    margin-left: 33.33333%; }

  .off-md-5 {
    margin-left: 41.66667%; }

  .off-md-6 {
    margin-left: 50%; }

  .off-md-7 {
    margin-left: 58.33333%; }

  .off-md-8 {
    margin-left: 66.66667%; }

  .off-md-9 {
    margin-left: 75%; }

  .off-md-10 {
    margin-left: 83.33333%; }

  .off-md-11 {
    margin-left: 91.66667%; } }
@media only screen and (min-width: 1200px) {
  .col-lg-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }

  .col-lg-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }

  .col-lg-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }

  .col-lg-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }

  .col-lg-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }

  .off-lg-1 {
    margin-left: 8.33333%; }

  .off-lg-2 {
    margin-left: 16.66667%; }

  .off-lg-3 {
    margin-left: 25%; }

  .off-lg-4 {
    margin-left: 33.33333%; }

  .off-lg-5 {
    margin-left: 41.66667%; }

  .off-lg-6 {
    margin-left: 50%; }

  .off-lg-7 {
    margin-left: 58.33333%; }

  .off-lg-8 {
    margin-left: 66.66667%; }

  .off-lg-9 {
    margin-left: 75%; }

  .off-lg-10 {
    margin-left: 83.33333%; }

  .off-lg-11 {
    margin-left: 91.66667%; } }
.footer_wrap {
  background-color: #111111;
  font-size: 0.65em;
  color: rgba(102, 102, 102, 0.8);
  text-align: center;
  margin: 0 auto;
  line-height: 1.2em;
  padding: 6em;
  overflow: hidden;
  max-width: 100%;
  clear: both; }

.footer_wrap img {
  width: 37px;
  height: auto;
  margin-bottom: 1em; }

.footer--text-container {
  max-width: 50em;
  margin: 0 auto;
  margin-top: 1em; }

#social_footer ul {
  display: inline;
  list-style: none; }

#social_footer li {
  display: inline;
  list-style: none; }

.footer_wrap ul {
  margin-left: -4em; }

.footer_wrap li {
  margin-right: 1em; }

.footer_wrap ul li:last-child {
  margin-right: -1em; }

#mc_embed_signup {
  margin-bottom: 3em; }

/*------- Standard form stuff -------*/
input {
  -webkit-appearance: none;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  border-radius: 0;
  background-color: white;
  outline: none;
  padding: 0.75em;
  border: none;
  min-width: 12em;
  display: inline-block; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: black;
  opacity: 0.4; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 0.4; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  opacity: 0.4; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: black;
  opacity: 0.4; }

input:hover {
  background-color: #f6f6f6; }

input:focus {
  background-color: white; }

input:active {
  background-color: #ccc; }

.button-footer {
  -webkit-appearance: none;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: #2d2d2d;
  color: white;
  outline: none;
  padding: 0.75em;
  min-width: 6em;
  display: inline-block;
  cursor: pointer;
  display: inline-block;
  margin-left: 0.3em;
  -webkit-font-smoothing: antialiased; }

.button-footer:hover {
  background-color: #333;
  color: white; }

select {
  -webkit-appearance: none;
  border-radius: 0; }

select {
  background-image: url("../img/svg/arrow-down.svg");
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: 93%;
  background-color: #f6f6f6;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
  border: solid 0px #646464;
  outline: none;
  padding: 1em;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  border-radius: 1px;
  width: 100%;
  margin-bottom: 1em;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ''; }

select:hover {
  background-color: #DBD6CF;
  cursor: pointer; }

.center {
  margin: 0 auto !important;
  text-align: center !important; }

.clearfix {
  overflow: auto; }

.v-aligner {
  display: flex;
  /*align-items: center;*/
  justify-content: center; }

.center-aligner {
  display: flex;
  align-items: center;
  justify-content: center; }

.bot-aligner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }

.l-padding {
  padding-top: 1em !important; }

.padding-bottom-0 {
  padding-bottom: 0 !important; }

.margin-bottom--minus {
  margin-bottom: -3em !important; }

.margin-bottom--minus1 {
  margin-bottom: -1em !important; }

.margin-bottom--2 {
  margin-bottom: 1em !important; }

@media screen and (max-width: 500px) {
  .margin-bottom--2 {
    margin-bottom: 0em !important; } }
.margin-top--minus {
  margin-top: -4em !important; }

.margin-top--minus05 {
  margin-top: -0.25em !important; }

.margin-top--s {
  margin-top: 0.3em !important; }

.margin-top--0 {
  margin-top: 0px !important; }

.grey-light {
  color: #f6f6f6 !important; }

.brand-primary-color-1 {
  color: #EF1A5B !important; }

.black {
  color: black !important; }

.white {
  color: white !important; }

.medium-grey {
  color: #4e4e4e !important; }

.dark-grey-header {
  color: #484848 !important; }

.pink {
  color: black !important; }

.table {
  display: table !important; }

.table-cell {
  display: table-cell !important;
  vertical-align: middle !important; }

.table-cell--bottom {
  display: table-cell !important;
  vertical-align: bottom; }

@media screen and (max-width: 500px) {
  .mn {
    display: none; }

  .table-cell {
    display: block;
    vertical-align: middle; } }
@media screen and (min-width: 500px) {
  .mo {
    display: none;
    padding-left: 2em;
    padding-right: 2em;
    opacity: 0.2; }

  hr {
    padding-left: 2em;
    padding-right: 2em;
    opacity: 0.2; } }
.fb_iframe_widget {
  height: 27px !important;
  overflow: hidden; }

/* ORIGINAL */
.hero-wrap {
  width: 100%;
  margin-bottom: 2em;
  background-size: cover;
  z-index: 10 !important;
  margin-left: 0 !important;
  text-align: left;
  padding-right: 1.5rem; }

@media screen and (max-width: 1200px) {
  .hero-wrap {
    min-height: 70vh; } }
/* ORIGINAL
.hero-wrap{
    position: relative;
    width: 100vw;
    left: calc(-48.8vw + 50%);
    min-height: 70vh;
    margin-bottom: 2em;
    background-size: cover;
    z-index: 10!important;
}
*/
.hero-wrap img {
  max-width: 100%; }

.hero-text {
  max-width: 23em;
  padding-right: 1em;
  -webkit-font-smoothing: antialiased; }

@media screen and (max-width: 499px) {
  .hero-text {
    max-width: 100em;
    padding-right: 0em;
    z-index: 10;
    margin-top: 2em;
    margin-bottom: 2em; }

  .hero-image {
    margin-top: -4em;
    z-index: 0; } }
@media screen and (max-width: 767px) {
  .hero-text {
    max-width: 100em;
    padding-right: 0em;
    z-index: 10;
    margin-top: 2em;
    margin-bottom: 2em; }

  .hero-image {
    margin-top: -20em;
    z-index: 0;
    opacity: 0.25; }

  .hero-wrap {
    max-height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    /*flex-flow: column; */ }

  .hero-text {
    order: 1; }

  .hero-image {
    order: 2; }

  .hero-wrap {
    margin-top: -1px; } }
.micro-black {
  color: #555 !important; }

.hero-bg-red {
  background-color: #EF1A5B;
  z-index: 10; }

.hero-bg-red h1 {
  color: black !important; }

.hero-bg-black {
  background-color: black;
  color: white !important; }

.hero-bg-black h1 {
  color: white !important; }

.hero-bg-gray {
  background-color: #333333;
  color: white !important; }

.hero-bg-gray h1 {
  color: white !important; }

.hero-bg-gray .micro-copy--posted-on {
  color: rgba(255, 255, 255, 0.3) !important; }

.hero-bg-white {
  background-color: white;
  color: black !important; }

.hero-bg-gray h1 {
  color: white !important; }

.hero-bg-pink {
  background-color: #ffb2ca;
  color: black !important; }

.hero-bg-pink h1 {
  color: black !important; }

.hero-bg-purple {
  background-color: #6666ff;
  color: white !important; }

.hero-bg-purple h1 {
  color: black !important; }

.hero-bg-blue {
  background-color: #0b6c8f;
  color: white !important; }

.hero-bg-blue h1 {
  color: white !important; }

.hero-bg-lite-blue {
  background-color: #addde0;
  color: black !important; }

.hero-bg-lite-blue h1 {
  color: black !important; }

.hero-bg-med-blue {
  background-color: #00e4ff;
  color: black !important; }

.hero-bg-med-blue h1 {
  color: black !important; }

.hero-bg-orange {
  background-color: #f26c4f;
  color: black !important; }

.hero-bg-orange h1 {
  color: black !important; }

.hero-bg-yellow {
  background-color: #fff799;
  color: black !important; }

.hero-bg-yellow h1 {
  color: black !important; }

.hero-bg-yellow .micro-copy--posted-on {
  color: rgba(0, 0, 0, 0.3) !important; }

.hero-bg-yellow .micro-tag--posted-on {
  color: rgba(0, 0, 0, 0.3) !important; }

.hero-bg-yellow .button {
  color: black !important;
  border: 2px solid rgba(0, 0, 0, 0.4);
  box-shadow: 3px #EF1A5B solid;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.11); }

.hero-bg-med-blue .button {
  color: black !important;
  border: 2px solid rgba(0, 0, 0, 0.8);
  box-shadow: 3px #EF1A5B solid;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.11); }

.hero-bg-brown {
  background-color: #a48861;
  color: white !important; }

.hero-bg-brown h1 {
  color: black !important; }

.hero-bg-dark-green {
  background-color: #295970;
  color: white !important; }

.hero-bg-dark-green h1 {
  color: black !important; }

.hero-bg-pink {
  background-color: #fc696f;
  color: black !important; }

.hero-bg-pink h1 {
  color: black !important; }

.hero {
  max-width: 1200px;
  clear: both;
  width: 100%;
  /*background-color: #00c0ff;*/
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  /*background-color: $red;*/
  /*padding-left: 1em;
  padding-right: 1em;*/
  margin-top: 0;
  padding-top: 0; }

@media screen and (max-width: 768px) {
  .cta-home {
    display: none;
    color: black; } }
@media screen and (min-width: 769px) {
  .home-hr {
    display: none;
    color: black; } }
a:link {
  color: #EF1A5B;
  text-decoration: none;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s; }

a:hover {
  color: #EF1A5B;
  text-decoration: none;
  opacity: 0.7; }

a:visited {
  color: #EF1A5B; }

a:active {
  position: relative;
  top: 1px; }

.pagination {
  margin: 0 auto;
  text-align: center; }

.pagination ul {
  list-style: none; }

.pagination li {
  list-style: none;
  display: inline-block;
  padding-right: 2em; }

.nav-wrap-home {
  width: 100%;
  z-index: 2;
  text-align: center;
  position: relative; }

.nav-wrap-absolute {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  /*background-color: $red;*/ }

.nav-bg-red {
  background-color: #EF1A5B; }

.nav-bg-gray {
  background-color: #333333; }

.nav-bg-black {
  background-color: black; }

.nav-bg-white {
  background-color: white;
  color: black; }

.nav-bg-pink {
  background-color: #ffb2ca;
  color: black; }

.nav-bg-blue {
  background-color: #0b6c8f;
  color: black; }

.nav-bg-lite-blue {
  background-color: #addde0;
  color: black; }

.nav-bg-orange {
  background-color: #f26c4f;
  color: black; }

.nav-bg-med-blue {
  background-color: #00e4ff;
  color: black; }

.nav-bg-yellow {
  background-color: #fff799;
  color: black; }

.nav-bg-dark-green {
  background-color: #295970;
  color: black; }

.nav-bg-pink {
  background-color: #fc696f;
  color: black; }

.nav-bg-pink {
  background-color: #fc696f;
  color: black; }

.nav-bg-purple {
  background-color: #6666ff;
  color: black; }

.nav-wrap {
  width: 100%;
  z-index: 2;
  text-align: center;
  /*background-color: $red;*/
  z-index: 0; }

.nav-wrap--inside {
  width: 100%;
  z-index: 2;
  text-align: right;
  background-color: white; }

/* Meta nav */
.nav--meta {
  /*background-color: $brand-primary-color-3;*/
  background-color: white;
  margin-bottom: 0;
  font-size: 0.5em; }

.nav--meta a {
  color: black; }

.nav--meta ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0; }

.nav--meta li {
  display: inline-block;
  margin-right: 1em; }

/* Main nav*/
.nav--main {
  /*background-color: $brand-primary-color-5;*/
  margin-bottom: 0;
  font-size: 0.65em; }

.nav--main a {
  font-family: "brandon-grotesque", sans-serif;
  color: #333333;
  text-transform: uppercase;
  font-size: 125%;
  letter-spacing: 0.1em; }

.nav--main ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0; }

.nav--main li {
  display: inline-block;
  margin-right: 2em; }

/*Logo*/
.site-logo img {
  width: 24em;
  max-width: 90%;
  margin-right: 0em;
  margin-top: -1.65em; }

/* Search */
.nav--search {
  position: absolute;
  left: 1em; }

.pagination {
  clear: both;
  display: block;
  color: rgba(0, 0, 0, 0.3) !important;
  padding: 1em;
  min-width: 6em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  width: auto;
  text-align: center;
  font-weight: 700;
  max-width: 10em;
  border: 2px solid rgba(0, 0, 0, 0.1);
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.65em;
  -webkit-font-smoothing: antialiased;
  margin-top: 3em;
  border-radius: 30px; }

.pagination a:link {
  color: rgba(0, 0, 0, 0.3) !important; }

.pagination a:visited {
  color: rgba(0, 0, 0, 0.3) !important; }

.results-wrap a:last-child li:last-child {
  border-bottom: none; }

.results-wrap {
  padding: 0;
  list-style-type: none; }

.results-wrap li {
  border-bottom: 1px solid #e1e1e1;
  padding: 0.5em 0em 1.5em 0em; }

.results-wrap h4 {
  margin-bottom: 0em; }

.results-wrap li:hover {
  background-color: #efefef; }

#colour-swatch {
  display: inline-block;
  width: 100%;
  height: 3em; }

.bg--brand-primary-color-1 {
  background-color: #EF1A5B; }

.bg--brand-primary-color-2 {
  background-color: #4822DB; }

.bg--brand-primary-color-3 {
  background-color: #33DCB7; }

.bg--brand-primary-color-4 {
  background-color: #6FE2C9; }

.bg--brand-primary-color-5 {
  background-color: #74EDD4; }

.bg--brand-secondary-color-1 {
  background-color: #2D62D9; }

.bg--brand-secondary-color-2 {
  background-color: #FBA624; }

.bg--brand-grey-darkest {
  background-color: #131313; }

.bg--brand-grey-dark {
  background-color: #333333; }

.bg--brand-grey-medium {
  background-color: #6D6B69; }

.bg--brand-grey-medium-light {
  background-color: #DBD6CF; }

.bg--brand-grey-light {
  background-color: #f6f6f6; }

.bg--brand-grey-lightest {
  background-color: #999999; }

.summary-wrap {
  margin-bottom: 1em; }

.summary-wrap img {
  margin-bottom: 1em; }

@media screen and (max-width: 768px) {
  .summary-wrap {
    margin-bottom: 2em; } }
@font-face {
  font-family: 'quadraatitalic';
  src: url("../fonts/quadraat-webfont.eot");
  src: url("../fonts/quadraat-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/quadraat-webfont.woff2") format("woff2"), url("../fonts/quadraat-webfont.woff") format("woff"), url("../fonts/quadraat-webfont.ttf") format("truetype"), url("../fonts/quadraat-webfont.svg#quadraatitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
html, body {
  font-family: "karmina", Georgia, serif;
  font-weight: 100;
  font-style: normal;
  color: #131313;
  -webkit-font-smoothing: antialiased; }

@media screen and (min-width: 1200px) {
  html, body {
    font-size: 120%; } }
@media screen and (min-width: 769px) and (max-width: 1199px) {
  html, body {
    font-size: 120%; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  html, body {
    font-size: 112%; } }
@media screen and (max-width: 480px) {
  html, body {
    font-size: 106%; } }
p {
  line-height: 1.55em; }

.teaser {
  color: #333333;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 100; }

ol {
  line-height: 1.55em; }

ul {
  line-height: 1.55em; }

li {
  margin-bottom: 0.5em; }

ol > li {
  display: list-item;
  list-style-type: decimal;
  margin-bottom: 0.25em; }

h1 {
  font-family: "futura-pt-condensed", sans-serif;
  color: black !important;
  line-height: 0.8em;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-size: 2.2em; }

h2, h3, h4 {
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 900;
  color: black !important;
  line-height: 0.8em; }

h1, h2, h3, h4 {
  color: black !important; }

h3 {
  font-weight: 900;
  font-size: 1.5em;
  line-height: 0.9em;
  text-transform: uppercase; }

h4 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  line-height: 1.4em;
  /*color: $brand-grey-medium;*/
  color: #EF1A5B;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3em; }

h3, h4 {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 150%; } }
.article-header {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 2.8em; }

@media screen and (max-width: 600px) {
  .article-header {
    font-size: 2em !important; } }
.master-headline {
  font-size: 3.3em;
  font-family: "karmina", Georgia, serif;
  color: white; }

.intro {
  font-size: 130%;
  line-height: 1.4em; }

.micro-copy {
  font-size: 18px;
  line-height: 1.4em;
  /*color: $brand-grey-dark;*/ }

.micro-copy-xs {
  font-size: 0.7em;
  line-height: 1.4em;
  color: #333333; }

.micro-copy--tag {
  font-size: 0.6em;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  /*color: $brand-grey-medium;*/
  color: #EF1A5B;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  -webkit-font-smoothing: antialiased; }

.micro-copy--posted-on {
  font-size: 0.6em;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  line-height: 1.4em;
  color: rgba(0, 0, 0, 0.3);
  margin-top: 1em;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: 0.15em; }

.dropcap:first-child:first-letter {
  float: left;
  color: black;
  font-size: 5em;
  line-height: 60px;
  padding-top: 25px;
  padding-right: 8px;
  padding-left: 3px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900; }

/* ----- SPECIFIC HEADLINES ---- */
.hero-h1 {
  font-size: 2.8em; }

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .hero-h1 {
    font-size: 1.75em; } }
@media screen and (max-width: 767px) {
  .hero-h1 {
    font-size: 2em; } }
.micro-h {
  font-size: 1em;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 800; }

.latest {
  padding-bottom: 1em;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.7em;
  letter-spacing: 0.35em; }

.latest:after {
  position: absolute;
  content: '';
  height: 5px;
  width: 1em;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  display: block;
  margin: 0.5em auto 0em;
  position: relative; }

@media screen and (max-width: 500px) {
  .latest {
    font-size: 1.25em;
    max-width: 10em;
    line-height: 1.25em; }

  .latest:after {
    position: absolute;
    content: '';
    height: 3px;
    width: 1em;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    display: block;
    margin: 0.5em auto 0em;
    position: relative; }

  .icons {
    margin: 0 auto;
    text-align: center;
    width: 50px !important;
    height: auto;
    padding-top: 1em; } }
@media screen and (min-width: 500px) and (max-width: 700px) {
  .latest {
    font-size: 1.5em;
    max-width: 10em;
    line-height: 1.25em; }

  .latest:after {
    position: absolute;
    content: '';
    height: 3px;
    width: 1em;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    display: block;
    margin: 0.5em auto 0em;
    position: relative; }

  .icons {
    margin: 0 auto;
    text-align: center;
    width: 65px !important;
    height: auto;
    padding-top: 1em; } }
.more-stories {
  padding-bottom: 1em;
  font-family: "ambroise-std", serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.5em;
  letter-spacing: 0; }

.underline:after {
  position: absolute;
  content: '';
  height: 1px;
  width: 3em;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  display: block;
  margin: 0.75em auto 0.75em;
  position: relative; }

.icons {
  margin: 0 auto;
  text-align: center;
  width: 90px;
  height: auto; }

@media screen and (max-width: 820px) {
  #social-hero {
    display: none; } }
#social-hero {
  position: absolute;
  top: 0;
  right: 1em;
  z-index: 10; }

#social-hero li {
  display: inline;
  margin-left: 0.5em; }

#social-hero li img {
  width: 40px;
  height: auto; }

#social-hero ul li:last-child {
  margin-right: -0.5em; }

.social #social-inline {
  padding-left: 0px !important;
  margin-bottom: 0px; }

#social-inline li {
  display: inline;
  margin-right: 0.5em; }

#social-inline ul li:last-child {
  margin-right: -0.5em; }

#social-inline li img {
  width: 40px;
  height: auto;
  background-color: white; }

/*Social article header*/
.social #social-inline-header {
  padding-left: 0px !important;
  margin-bottom: 0px;
  margin-top: 0px; }

#social-inline-header li {
  display: inline;
  margin-right: 0.5em; }

#social-inline-header ul li:last-child {
  margin-right: -0.5em; }

#social-inline-header li img {
  width: 40px;
  height: auto;
  background-color: white; }

.stack {
  margin: 20px auto;
  width: 60%;
  padding: 0;
  position: relative;
  max-width: 100%; }

@media screen and (max-width: 1000px) {
  .stack {
    width: 100%; } }
.stack img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: 1px solid transparent; }

.stack img:last-child {
  position: relative; }

/* Individual effects */
/* Simple Spread */
.stack-spread.active img:nth-child(3) {
  -webkit-transform: translate(-15px, 15px);
  transform: translate(-15px, 15px); }

.stack-spread.active img:first-child {
  -webkit-transform: translate(15px, -15px);
  transform: translate(15px, -15px); }

/* Fan out */
.stack-fanout img:first-child,
.stack-fanout img:nth-child(2) {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.stack-fanout.active img:nth-child(3) {
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }

.stack-fanout.active img:first-child {
  -webkit-transform: rotate(-10deg) translateX(-25%) scale(0.8);
  transform: rotate(-10deg) translateX(-25%) scale(0.8); }

.stack-fanout.active img:nth-child(2) {
  -webkit-transform: rotate(10deg) translateX(25%) scale(0.8);
  transform: rotate(10deg) translateX(25%) scale(0.8); }

/* Random rotation */
.stack-randomrot.active img:nth-child(3) {
  -webkit-transform: translate(15px, 15px);
  transform: translate(15px, 15px); }

.stack-randomrot.active img:first-child {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg); }

.stack-randomrot.active img:nth-child(2) {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg); }

/* Side slide */
.stack-sideslide img:first-child,
.stack-sideslide img:nth-child(2) {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s; }

.stack-sideslide img:first-child {
  -webkit-transform: translateX(-50%) scale(0.6);
  transform: translateX(-50%) scale(0.6); }

.stack-sideslide img:nth-child(2) {
  -webkit-transform: translateX(50%) scale(0.6);
  transform: translateX(50%) scale(0.6); }

.stack-sideslide.active img:nth-child(3) {
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }

.stack-sideslide.active img:first-child,
.stack-sideslide.active img:nth-child(2) {
  opacity: 1;
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s; }

.stack-sideslide.active img:first-child {
  -webkit-transform: translateX(-20%) scale(0.8);
  transform: translateX(-20%) scale(0.8); }

.stack-sideslide.active img:nth-child(2) {
  -webkit-transform: translateX(20%) scale(0.8);
  transform: translateX(20%) scale(0.8); }

/* Side Grid */
.stack-sidegrid img:first-child,
.stack-sidegrid img:nth-child(2),
.stack-sidegrid img:nth-child(3) {
  -webkit-transform: scale(0);
  transform: scale(0); }

.stack-sidegrid img:nth-child(4) {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.stack-sidegrid img:nth-child(3) {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.stack-sidegrid img:nth-child(2) {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.stack-sidegrid img:first-child {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.stack-sidegrid.active img {
  -webkit-transform: scale(0.48);
  transform: scale(0.48); }

/* Bouncy Grid */
.stack-bouncygrid.active img {
  -webkit-transform: scale(0.48);
  transform: scale(0.48); }

.stack-bouncygrid.active img:nth-child(4) {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.stack-bouncygrid.active img:nth-child(3) {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.stack-bouncygrid.active img:nth-child(2) {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.stack-bouncygrid.active img:first-child {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

/* Peek-a-boo */
.stack-peekaboo img:first-child,
.stack-peekaboo img:nth-child(2),
.stack-peekaboo img:nth-child(3) {
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

.stack-peekaboo.active img:nth-child(3) {
  -webkit-transform: scale(0.5) translate(-50%, -50%) rotate(-15deg);
  transform: scale(0.5) translate(-50%, -50%) rotate(-15deg); }

.stack-peekaboo.active img:first-child {
  -webkit-transform: scale(0.5) translate(50%, -50%) rotate(15deg);
  transform: scale(0.5) translate(50%, -50%) rotate(15deg); }

.stack-peekaboo.active img:nth-child(2) {
  -webkit-transform: scale(0.5) translate(0, -50%);
  transform: scale(0.5) translate(0, -50%); }

.stack-peekaboo img:nth-child(4) {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.stack-peekaboo.active img:nth-child(4) {
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }

/* Preview Grid */
.stack-previewgrid img:first-child,
.stack-previewgrid img:nth-child(2),
.stack-previewgrid img:nth-child(3) {
  /* you'd use smaller images here and not define the width like this */
  width: 24.5%;
  top: auto;
  left: auto;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.stack-previewgrid img:first-child {
  right: 12.5%; }

.stack-previewgrid img:nth-child(2) {
  left: 37.75%; }

.stack-previewgrid img:nth-child(3) {
  left: 12.5%; }

.stack-previewgrid.active img:first-child,
.stack-previewgrid.active img:nth-child(2),
.stack-previewgrid.active img:nth-child(3) {
  -webkit-transform: scale(1);
  transform: scale(1); }

.stack-previewgrid img:nth-child(4) {
  -webkit-transform-origin: 50% -1.5%;
  transform-origin: 50% -1.5%; }

.stack-previewgrid.active img:nth-child(4) {
  -webkit-transform: scale(0.75);
  transform: scale(0.75); }

/* Corner grid */
.stack-cornergrid img:first-child,
.stack-cornergrid img:nth-child(2),
.stack-cornergrid img:nth-child(3) {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

.stack-cornergrid.active img:nth-child(3) {
  -webkit-transform: scale(0.5) translate(-100%, 0%);
  transform: scale(0.5) translate(-100%, 0%); }

.stack-cornergrid.active img:nth-child(2) {
  -webkit-transform: scale(0.5) translate(-100%, -100%);
  transform: scale(0.5) translate(-100%, -100%); }

.stack-cornergrid.active img:first-child {
  -webkit-transform: scale(0.5) translate(0%, -100%);
  transform: scale(0.5) translate(0%, -100%); }

.stack-cornergrid img:nth-child(4) {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.stack-cornergrid.active img:nth-child(4) {
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

/* Coverflow */
.stack-coverflow {
  -webkit-perspective: 1600px;
  perspective: 1600px; }

.stack-coverflow img {
  /* fixes Chrome 35.0.1916.114 issue (snaps back to translated state) */
  -webkit-transform: translateZ(0) translateX(0) rotateY(0);
  transform: translateZ(0) translateX(0) rotateY(0); }

.stack-coverflow.active img:nth-child(3) {
  -webkit-transform: translateZ(-300px) translateX(-20%) rotateY(-45deg);
  transform: translateZ(-300px) translateX(-20%) rotateY(-45deg); }

.stack-coverflow.active img:first-child {
  -webkit-transform: translateZ(-300px) translateX(20%) rotateY(-45deg);
  transform: translateZ(-300px) translateX(20%) rotateY(-45deg); }

.stack-coverflow.active img:nth-child(2) {
  -webkit-transform: translateZ(-300px) rotateY(-45deg);
  transform: translateZ(-300px) rotateY(-45deg); }

/* leaflet */
.stack-leaflet {
  -webkit-perspective: 1600px;
  perspective: 1600px; }

.stack-leaflet img {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.stack-leaflet.active img:nth-child(4) {
  -webkit-transform: rotateX(45deg);
  transform: rotateX(45deg); }

.stack-leaflet.active img:nth-child(2) {
  -webkit-transform: rotateX(25deg);
  transform: rotateX(25deg);
  -webkit-transition-delay: .1s;
  transition-delay: .1s; }

.stack-leaflet.active img:nth-child(3) {
  -webkit-transform: rotateX(35deg);
  transform: rotateX(35deg);
  -webkit-transition-delay: .05s;
  transition-delay: .05s; }

/* Vertical Spread */
.stack-vertspread.active img:nth-child(4) {
  -webkit-transform: translateY(75px);
  transform: translateY(75px); }

.stack-vertspread.active img:nth-child(3) {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-delay: .1s;
  transition-delay: .1s; }

.stack-vertspread.active img:nth-child(2) {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition-delay: .2s;
  transition-delay: .2s; }

/* Vertical Elastic Spread */
.stack-vertelastic img {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.stack-vertelastic.active img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1.515);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1.515); }

.stack-vertelastic.active img:nth-child(4) {
  -webkit-transform: translateY(90px);
  transform: translateY(90px); }

.stack-vertelastic.active img:nth-child(2) {
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }

.stack-vertelastic.active img:nth-child(3) {
  -webkit-transform: translateY(50px);
  transform: translateY(50px); }

/* Fan */
.stack-fan img {
  -webkit-transform-origin: 0 0%;
  transform-origin: 0 0%; }

.stack-fan.active img:nth-child(4) {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg); }

.stack-fan.active img:nth-child(2) {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-transition-delay: .1s;
  transition-delay: .1s; }

.stack-fan.active img:nth-child(3) {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition-delay: .05s;
  transition-delay: .05s; }

/* Queue */
.stack-queue {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.stack-queue.active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }

.stack-queue img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% -50%;
  transform-origin: 50% -50%; }

.stack-queue.active img:first-child {
  -webkit-transform: scale(0.7);
  transform: scale(0.7); }

.stack-queue.active img:nth-child(2) {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.stack-queue.active img:nth-child(3) {
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-width: 1140px;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #swipebox-slider .slide-loading {
    background: url(../icons/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }
  #swipebox-bottom-bar.visible-bars {
    transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }
  #swipebox-top-bar.visible-bars {
    transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../icons/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s; }
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

html, body {
  width: 100%;
  height: 100%; }

body {
  /*background-color: #f1f1f1;*/ }

@media screen and (min-width: 769px) {
  html, body {
    margin: 0; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  html, body {
    margin: 0; } }
@media screen and (max-width: 480px) {
  html, body {
    margin: 0; } }
hr {
  border: 1;
  height: 0;
  /*border-top: 1px solid rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);*/ }

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