/*
THEME NAME: SDTC 2021
THEME URI:
DESCRIPTION: Custom Theme for Wordpress
VERSION: 3.0
AUTHOR: Jimmy Rose
AUTHOR URI: http://www.jimmyrose.ca
*/
@import url(css/normalize.css);
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body, html {
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0; }

* {
  font-family: "Open Sans", sans-serif;
  color: #000000; }

h1 {
  font-family: "Playfair Display", serif; }

h2 {
  font-family: "Playfair Display", serif; }

h3 {
  font-family: "Playfair Display", serif; }

p, ul li, ol li {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  line-height: 1.4; }

small {
  font-size: 0.75rem;
  line-height: 1.4; }

a {
  -webkit-transition: all 400ms cubic-bezier(0.75, 0, 0.2, 1);
  /* older webkit */
  -webkit-transition: all 400ms cubic-bezier(0.75, 0, 0.2, 1.005);
  -moz-transition: all 400ms cubic-bezier(0.75, 0, 0.2, 1.005);
  -o-transition: all 400ms cubic-bezier(0.75, 0, 0.2, 1.005);
  transition: all 400ms cubic-bezier(0.75, 0, 0.2, 1.005);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.2, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.2, 1.005);
  -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.2, 1.005);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.2, 1.005);
  transition-timing-function: cubic-bezier(0.75, 0, 0.2, 1.005);
  /* custom */ }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.justify {
  text-align: justify; }

.hidden-sm {
  display: none; }

.clearfix {
  overflow: auto; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

*,
*:before,
*:after {
  box-sizing: border-box; }

.row {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto; }

.row::before, .row::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1; }

.row::after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; } }
.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: 0.625rem;
  padding-right: 0.625rem; }

@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right; }

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left; }

.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.3333333333%; }

.small-push-1 {
  position: relative;
  left: 8.3333333333%; }

.small-pull-1 {
  position: relative;
  left: -8.3333333333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.6666666667%; }

.small-push-2 {
  position: relative;
  left: 16.6666666667%; }

.small-pull-2 {
  position: relative;
  left: -16.6666666667%; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.small-4 {
  width: 33.3333333333%; }

.small-push-4 {
  position: relative;
  left: 33.3333333333%; }

.small-pull-4 {
  position: relative;
  left: -33.3333333333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.6666666667%; }

.small-push-5 {
  position: relative;
  left: 41.6666666667%; }

.small-pull-5 {
  position: relative;
  left: -41.6666666667%; }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.small-7 {
  width: 58.3333333333%; }

.small-push-7 {
  position: relative;
  left: 58.3333333333%; }

.small-pull-7 {
  position: relative;
  left: -58.3333333333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.6666666667%; }

.small-push-8 {
  position: relative;
  left: 66.6666666667%; }

.small-pull-8 {
  position: relative;
  left: -66.6666666667%; }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.small-10 {
  width: 83.3333333333%; }

.small-push-10 {
  position: relative;
  left: 83.3333333333%; }

.small-pull-10 {
  position: relative;
  left: -83.3333333333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.6666666667%; }

.small-push-11 {
  position: relative;
  left: 91.6666666667%; }

.small-pull-11 {
  position: relative;
  left: -91.6666666667%; }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.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.3333333333%;
  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.6666666667%;
  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.2857142857%;
  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 {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.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: 40em) {
  .medium-1 {
    width: 8.3333333333%; }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-2 {
    width: 16.6666666667%; }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .medium-offset-1 {
    margin-left: 8.3333333333%; }

  .medium-3 {
    width: 25%; }

  .medium-push-3 {
    position: relative;
    left: 25%; }

  .medium-pull-3 {
    position: relative;
    left: -25%; }

  .medium-offset-2 {
    margin-left: 16.6666666667%; }

  .medium-4 {
    width: 33.3333333333%; }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }

  .medium-offset-3 {
    margin-left: 25%; }

  .medium-5 {
    width: 41.6666666667%; }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .medium-offset-4 {
    margin-left: 33.3333333333%; }

  .medium-6 {
    width: 50%; }

  .medium-push-6 {
    position: relative;
    left: 50%; }

  .medium-pull-6 {
    position: relative;
    left: -50%; }

  .medium-offset-5 {
    margin-left: 41.6666666667%; }

  .medium-7 {
    width: 58.3333333333%; }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }

  .medium-offset-6 {
    margin-left: 50%; }

  .medium-8 {
    width: 66.6666666667%; }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .medium-offset-7 {
    margin-left: 58.3333333333%; }

  .medium-9 {
    width: 75%; }

  .medium-push-9 {
    position: relative;
    left: 75%; }

  .medium-pull-9 {
    position: relative;
    left: -75%; }

  .medium-offset-8 {
    margin-left: 66.6666666667%; }

  .medium-10 {
    width: 83.3333333333%; }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }

  .medium-offset-9 {
    margin-left: 75%; }

  .medium-11 {
    width: 91.6666666667%; }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .medium-offset-10 {
    margin-left: 83.3333333333%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-11 {
    margin-left: 91.6666666667%; }

  .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.3333333333%;
    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.6666666667%;
    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.2857142857%;
    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 {
    margin-left: 0;
    margin-right: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .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.3333333333%; }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }

  .large-offset-0 {
    margin-left: 0%; }

  .large-2 {
    width: 16.6666666667%; }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }

  .large-offset-1 {
    margin-left: 8.3333333333%; }

  .large-3 {
    width: 25%; }

  .large-push-3 {
    position: relative;
    left: 25%; }

  .large-pull-3 {
    position: relative;
    left: -25%; }

  .large-offset-2 {
    margin-left: 16.6666666667%; }

  .large-4 {
    width: 33.3333333333%; }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }

  .large-offset-3 {
    margin-left: 25%; }

  .large-5 {
    width: 41.6666666667%; }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }

  .large-offset-4 {
    margin-left: 33.3333333333%; }

  .large-6 {
    width: 50%; }

  .large-push-6 {
    position: relative;
    left: 50%; }

  .large-pull-6 {
    position: relative;
    left: -50%; }

  .large-offset-5 {
    margin-left: 41.6666666667%; }

  .large-7 {
    width: 58.3333333333%; }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }

  .large-offset-6 {
    margin-left: 50%; }

  .large-8 {
    width: 66.6666666667%; }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }

  .large-offset-7 {
    margin-left: 58.3333333333%; }

  .large-9 {
    width: 75%; }

  .large-push-9 {
    position: relative;
    left: 75%; }

  .large-pull-9 {
    position: relative;
    left: -75%; }

  .large-offset-8 {
    margin-left: 66.6666666667%; }

  .large-10 {
    width: 83.3333333333%; }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }

  .large-offset-9 {
    margin-left: 75%; }

  .large-11 {
    width: 91.6666666667%; }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }

  .large-offset-10 {
    margin-left: 83.3333333333%; }

  .large-12 {
    width: 100%; }

  .large-offset-11 {
    margin-left: 91.6666666667%; }

  .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.3333333333%;
    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.6666666667%;
    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.2857142857%;
    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 {
    margin-left: 0;
    margin-right: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

  .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; } }
header {
  padding: 2rem 0; }
  header .social {
    width: 10rem;
    float: left; }
    header .social small {
      display: block;
      margin-bottom: 0.35rem; }
    header .social a {
      display: inline-block;
      width: 25%;
      margin-right: 5%; }
  header #searchform {
    float: right;
    width: 20rem; }
    header #searchform input {
      width: 100%;
      background: url("images/search-icon.png") no-repeat #E5E5E5;
      background-size: 1rem;
      background-position: 0.6rem center;
      border: 0;
      border-radius: 5rem;
      padding: 0.6rem 0.6rem 0.6rem 2rem;
      margin: 0.25rem 0; }
  header #main-nav {
    clear: both;
    display: flex;
    position: relative;
    z-index: 99; }
    header #main-nav ul.menu {
      margin: 1rem 0 0;
      padding: 0; }
      header #main-nav ul.menu li {
        display: inline-block;
        padding: 0 1.25rem 0 0;
        position: relative; }
        header #main-nav ul.menu li a {
          font-size: 0.8rem;
          font-weight: 700;
          color: #000000;
          text-transform: uppercase;
          text-decoration: none; }
          header #main-nav ul.menu li a:hover {
            color: #ff0013; }
        header #main-nav ul.menu li ul.sub-menu {
          display: none;
          padding: 0 0.5rem; }
        header #main-nav ul.menu li.menu-item-has-children:after {
          content: '+';
          position: absolute;
          right: 0.75rem;
          top: 0;
          font-weight: 700; }
        header #main-nav ul.menu li.menu-item-has-children:hover > ul.sub-menu {
          display: block;
          position: absolute;
          left: 0;
          top: 1.25rem;
          padding: 0.5rem !important;
          min-width: 9rem;
          margin: 0;
          background: #ffffff; }
          header #main-nav ul.menu li.menu-item-has-children:hover > ul.sub-menu a {
            color: #000000;
            font-size: 0.7rem;
            padding: 0.25rem 0; }
            header #main-nav ul.menu li.menu-item-has-children:hover > ul.sub-menu a:hover {
              color: #ff0013; }
  header #mobile-nav {
    display: none; }
  header .leaderboard-ad {
    margin-left: auto;
    width: 792px;
    margin: 1rem 0 0 auto; }
  header span.tagline {
    font-size: 0.55rem;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    background: #ff0013;
    color: #fff;
    text-align: center;
    padding: 0.25rem 0;
    width: 100%;
    display: inline-block; }
  header span.est {
    font-color: #ff0013;
    font-family: "Playfair Display", serif;
    font-size: 0.5rem;
    margin: 0.25rem 0 0;
    width: 100%;
    display: block;
    text-align: center; }

.columns.align-left {
  float: left; }

.columns.align-right {
  float: right; }

[class*="column"] + [class*="column"]:last-child {
  float: left !important; }

.hide {
  display: none !important; }

.mobile-only {
  display: none; }

a.button {
  -webkit-transition: all 400ms cubic-bezier(0.75, 0, 0.2, 1);
  /* older webkit */
  -webkit-transition: all 400ms cubic-bezier(0.75, 0, 0.2, 1.005);
  -moz-transition: all 400ms cubic-bezier(0.75, 0, 0.2, 1.005);
  -o-transition: all 400ms cubic-bezier(0.75, 0, 0.2, 1.005);
  transition: all 400ms cubic-bezier(0.75, 0, 0.2, 1.005);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.2, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.2, 1.005);
  -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.2, 1.005);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.2, 1.005);
  transition-timing-function: cubic-bezier(0.75, 0, 0.2, 1.005);
  /* custom */ }

.modules {
  margin-top: 0; }

img {
  width: 100%;
  height: auto; }

section .columns {
  padding: 0; }

a.button {
  background: #ff0013;
  color: #ffffff;
  margin: 1rem auto;
  display: block;
  padding: 0.5rem 1rem;
  max-width: 12rem;
  text-align: center;
  border-radius: 2rem;
  cursor: pointer; }
  a.button:hover {
    text-decoration: none;
    background: #000000; }

.misha_loadmore {
  background: #ff0013;
  color: #ffffff;
  margin: 1rem auto;
  display: block;
  padding: 0.5rem 1rem;
  max-width: 12rem;
  text-align: center;
  border-radius: 2rem;
  cursor: pointer; }
  .misha_loadmore:hover {
    text-decoration: none;
    background: #000000; }

section#blog-grid .grid-container, section#relatedposts .grid-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem; }
  section#blog-grid .grid-container .grid-block, section#relatedposts .grid-container .grid-block {
    padding: 1rem;
    margin-bottom: 1rem; }
    section#blog-grid .grid-container .grid-block .background-image, section#relatedposts .grid-container .grid-block .background-image {
      height: 15rem;
      width: 100%;
      background-size: cover;
      background-position: center center;
      background-color: #eeeeee; }
    section#blog-grid .grid-container .grid-block .video-background, section#relatedposts .grid-container .grid-block .video-background {
      height: 15rem;
      overflow: hidden; }
      section#blog-grid .grid-container .grid-block .video-background video, section#relatedposts .grid-container .grid-block .video-background video {
        width: 130%;
        margin: 0 -15%; }
    section#blog-grid .grid-container .grid-block small, section#relatedposts .grid-container .grid-block small {
      margin: 0.75rem 0 0;
      padding-bottom: 0.25rem;
      border-bottom: 4px solid #ff0013;
      display: inline-block;
      letter-spacing: -0.5px; }
      section#blog-grid .grid-container .grid-block small a, section#relatedposts .grid-container .grid-block small a {
        font-size: 0.9rem;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none; }
        section#blog-grid .grid-container .grid-block small a:hover, section#relatedposts .grid-container .grid-block small a:hover {
          color: #ff0013; }
    section#blog-grid .grid-container .grid-block h1, section#blog-grid .grid-container .grid-block h4, section#relatedposts .grid-container .grid-block h1, section#relatedposts .grid-container .grid-block h4 {
      font-size: 1.2rem;
      line-height: 1.2; }
      section#blog-grid .grid-container .grid-block h1 a, section#blog-grid .grid-container .grid-block h4 a, section#relatedposts .grid-container .grid-block h1 a, section#relatedposts .grid-container .grid-block h4 a {
        color: #ff0013;
        text-decoration: none;
        font-family: "Playfair Display", serif; }
        section#blog-grid .grid-container .grid-block h1 a:hover, section#blog-grid .grid-container .grid-block h4 a:hover, section#relatedposts .grid-container .grid-block h1 a:hover, section#relatedposts .grid-container .grid-block h4 a:hover {
          color: #000000; }
  section#blog-grid .grid-container.relatedposts, section#relatedposts .grid-container.relatedposts {
    margin: 0 -1rem; }
    section#blog-grid .grid-container.relatedposts .grid-block .background-image, section#relatedposts .grid-container.relatedposts .grid-block .background-image {
      height: 10rem;
      margin-bottom: 1.5rem; }
section#blog-grid .feature-container, section#relatedposts .feature-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem; }
  section#blog-grid .feature-container .grid-block, section#relatedposts .feature-container .grid-block {
    padding: 1rem;
    margin-bottom: 0;
    position: relative; }
  section#blog-grid .feature-container .background-image, section#relatedposts .feature-container .background-image {
    width: 100%;
    background-size: cover;
    background-position: center center; }
    section#blog-grid .feature-container .background-image:after, section#relatedposts .feature-container .background-image:after {
      content: "";
      background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
      height: 50%;
      width: calc(100% - 2rem);
      position: absolute;
      bottom: 1rem; }
  section#blog-grid .feature-container .large-12 .background-image, section#relatedposts .feature-container .large-12 .background-image {
    height: 35rem; }
  section#blog-grid .feature-container .large-6 .background-image, section#relatedposts .feature-container .large-6 .background-image {
    height: 25rem; }
  section#blog-grid .feature-container .category, section#relatedposts .feature-container .category {
    position: absolute;
    top: 3rem;
    padding: 0.75rem 1.5rem 0.75rem 0.75rem;
    background: #ff0013;
    border-radius: 0 5rem 5rem 0;
    letter-spacing: -0.5px; }
    section#blog-grid .feature-container .category a, section#relatedposts .feature-container .category a {
      color: #ffffff;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.2rem;
      text-decoration: none; }
  section#blog-grid .feature-container .post-links, section#relatedposts .feature-container .post-links {
    position: absolute;
    bottom: 0;
    padding: 3rem;
    max-width: 40rem; }
    section#blog-grid .feature-container .post-links h1, section#relatedposts .feature-container .post-links h1 {
      font-family: "Playfair Display", serif;
      color: #ffffff;
      font-size: 1.8rem;
      line-height: 1.333333; }
    section#blog-grid .feature-container .post-links a, section#relatedposts .feature-container .post-links a {
      background: #ff0013;
      font-weight: bold;
      padding: 0.5rem 1rem;
      text-decoration: none;
      color: #ffffff;
      border-radius: 5rem;
      font-size: 0.8rem;
      text-transform: uppercase; }
      section#blog-grid .feature-container .post-links a:hover, section#relatedposts .feature-container .post-links a:hover {
        background: #000000; }

.big-box-ad {
  margin: 0 auto;
  text-align: center; }
  .big-box-ad p {
    font-size: 0.75rem;
    color: #aaa; }
  .big-box-ad img {
    width: 300px;
    height: auto; }

.sign-up {
  background: #000000;
  padding: 1rem 2rem 3rem;
  text-align: center; }
  .sign-up h2 {
    font-size: 1.8rem;
    color: #ffffff; }
  .sign-up p {
    font-size: 0.9rem;
    color: #ff0013;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 30rem;
    margin: 0 auto; }
  .sign-up small {
    color: #ffffff; }
  .sign-up form {
    max-width: 25rem;
    margin: 2rem auto; }
    .sign-up form input[type='email'] {
      padding: 0.5rem 1rem;
      border-radius: 1rem 0 0 1rem;
      font-size: 0.7rem;
      font-weight: bold;
      width: 75%;
      border: 0;
      outline: 0;
      display: inline;
      float: left; }
    .sign-up form input[type='submit'] {
      padding: 0.5rem;
      border-radius: 0 1rem 1rem 0;
      font-size: 0.7rem;
      color: #ffffff;
      background: #ff0013;
      font-weight: bold;
      width: 25%;
      border: 0;
      outline: 0;
      display: inline; }

.arrow-divider {
  width: 1rem;
  margin: 0 0.5rem; }

.infinite-posts {
  margin: 1rem 0 3rem; }

.blog-single .post-caption {
  width: 66.6666%;
  margin-left: 33.33333%;
  font-size: 0.8rem;
  text-align: right;
  padding: 0.5rem 0; }
.blog-single .post-image {
  max-height: 1000px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
.blog-single .pull-quote {
  margin: 5rem 0;
  width: 100%;
  border-top: 3px solid #ff0013;
  border-bottom: 3px solid #ff0013;
  padding: 1rem 0;
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-style: italic;
  color: #ff0013; }
.blog-single .row > .large-3 {
  margin: 3rem 0; }
.blog-single .row > .large-9 {
  padding-left: 2rem;
  padding-top: 2rem; }
.blog-single .category {
  text-transform: uppercase; }
  .blog-single .category a {
    text-decoration: none;
    font-weight: bold;
    letter-spacing: -0.5px; }
    .blog-single .category a:hover {
      color: #ff0013; }
.blog-single h1 {
  color: #ff0013;
  letter-spacing: -1px;
  margin: 0 0 1rem; }
.blog-single .post-date {
  text-transform: uppercase;
  font-size: 0.75rem;
  margin: 1.5rem 0; }
  .blog-single .post-date .author {
    font-weight: bold;
    letter-spacing: -0.5px; }
    .blog-single .post-date .author a {
      text-decoration: none;
      pointer-events: none; }
.blog-single .post-content {
  font-size: 0.9rem;
  line-height: 1.4; }
  .blog-single .post-content a {
    color: #ff0013;
    text-decoration: none; }
    .blog-single .post-content a:hover {
      text-decoration: underline; }
  .blog-single .post-content .wp-caption {
    margin: 2rem auto;
    display: block; }
  .blog-single .post-content blockquote {
    max-width: 20rem;
    margin: 1.5rem auto; }
.blog-single hr.post-divider {
  border-top: 2px solid #ff0013;
  width: 5rem;
  margin: 2rem auto 0; }
.blog-single .tags {
  margin: 1.5rem 0; }
  .blog-single .tags a {
    color: #ff0013;
    text-decoration: none; }
    .blog-single .tags a:hover {
      text-decoration: underline; }

section.signup-popover, section.signup-page {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  position: fixed;
  top: -150%;
  display: flex;
  z-index: 9999999;
  -webkit-transition: all 400ms cubic-bezier(0.75, 0, 0.2, 1);
  /* older webkit */
  -webkit-transition: all 400ms cubic-bezier(0.75, 0, 0.2, 1.005);
  -moz-transition: all 400ms cubic-bezier(0.75, 0, 0.2, 1.005);
  -o-transition: all 400ms cubic-bezier(0.75, 0, 0.2, 1.005);
  transition: all 400ms cubic-bezier(0.75, 0, 0.2, 1.005);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.2, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.2, 1.005);
  -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.2, 1.005);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.2, 1.005);
  transition-timing-function: cubic-bezier(0.75, 0, 0.2, 1.005);
  /* custom */ }
  section.signup-popover.active, section.signup-page.active {
    top: 0; }
  section.signup-popover .large-4, section.signup-page .large-4 {
    padding: 5rem; }
  section.signup-popover .large-8, section.signup-page .large-8 {
    background-size: cover;
    background-position: center center; }
  section.signup-popover small, section.signup-page small {
    margin-top: 8rem;
    display: block; }
  section.signup-popover .logo, section.signup-page .logo {
    max-width: 8rem;
    margin: 2rem auto; }
  section.signup-popover .close-signup, section.signup-popover a, section.signup-page .close-signup, section.signup-page a {
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer; }
    section.signup-popover .close-signup:hover, section.signup-popover a:hover, section.signup-page .close-signup:hover, section.signup-page a:hover {
      color: #ff0013; }

.category-page h1.page-title {
  margin: 0 0.5rem; }

section#page-content {
  margin: 2rem 0; }
  section#page-content a {
    color: #ff0013;
    text-decoration: none; }
    section#page-content a:hover {
      text-decoration: underline; }
  section#page-content blockquote p strong {
    font-size: 1.25rem;
    color: #ff0013;
    font-family: "Playfair Display", serif; }

div#TB_window {
  padding: 0 2.5rem 1.5rem 0; }

#instagram {
  background: #c5c5c5;
  padding: 2rem 0; }
  #instagram h4 img {
    top: 0.2rem;
    width: 1.75rem;
    position: relative; }
  #instagram h4 {
    font-family: "Playfair Display", serif;
    font-size: 2em;
    margin: 0.67em 0; }
  #instagram .sbi_follow_btn {
    display: none !important; }
  #instagram .sb_instagram_header.sbi_no_avatar {
    display: none !important; }
  #instagram a.sbi_load_btn {
    display: none !important; }

footer {
  position: relative;
  clear: both;
  background: #000000;
  color: #ffffff;
  padding: 3rem 1rem; }
  footer h2 {
    color: #ffffff; }
  footer p, footer a {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #ff0013;
    text-transform: uppercase;
    text-decoration: none; }
  footer a:hover {
    color: #ffffff; }
  footer ul {
    margin: 0;
    padding: 0; }
    footer ul li {
      list-style: none; }
  footer form {
    margin: 1rem 0; }
    footer form input[type="email"] {
      padding: 0.5rem 1rem;
      font-size: 0.8rem;
      border-radius: 5rem;
      width: 100%;
      display: block;
      border: none; }
    footer form input[type="submit"] {
      border: none;
      background: #ff0013;
      padding: 0.5rem 2rem;
      margin: 1rem auto 1rem;
      display: block;
      border-radius: 5rem;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 0.8rem;
      -webkit-transition: all 400ms cubic-bezier(0.75, 0, 0.2, 1);
      /* older webkit */
      -webkit-transition: all 400ms cubic-bezier(0.75, 0, 0.2, 1.005);
      -moz-transition: all 400ms cubic-bezier(0.75, 0, 0.2, 1.005);
      -o-transition: all 400ms cubic-bezier(0.75, 0, 0.2, 1.005);
      transition: all 400ms cubic-bezier(0.75, 0, 0.2, 1.005);
      /* custom */
      -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.2, 1);
      /* older webkit */
      -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.2, 1.005);
      -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.2, 1.005);
      -o-transition-timing-function: cubic-bezier(0.75, 0, 0.2, 1.005);
      transition-timing-function: cubic-bezier(0.75, 0, 0.2, 1.005);
      /* custom */ }
      footer form input[type="submit"]:hover {
        background: #ffffff;
        color: #ff0013; }
  footer small {
    font-size: 0.6rem;
    color: #ffffff;
    display: block; }
  footer .newsletter-signup {
    text-align: center; }
  footer .logo {
    width: 10rem;
    margin: 2rem auto; }
  footer .powered {
    margin: 1rem 0;
    text-align: center; }
    footer .powered h4 a {
      text-transform: none;
      font-size: 1.5rem;
      font-family: "Playfair Display", serif;
      color: #ffffff; }
      footer .powered h4 a:hover {
        color: #ff0013; }
  footer .touchwood-logo {
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.5rem; }
    footer .touchwood-logo a {
      display: block;
      width: 10rem;
      margin: 1rem auto; }

@media screen and (max-width: 1824px) {
  html, body {
    font-size: 19px; } }
@media screen and (max-width: 1728px) {
  html, body {
    font-size: 18px; } }
@media screen and (max-width: 1632px) {
  html, body {
    font-size: 17px; } }
@media screen and (max-width: 1536px) {
  html, body {
    font-size: 16px; } }
@media screen and (max-width: 1440px) {
  html, body {
    font-size: 15px; }

  p, ul li, ol li {
    font-size: 1.2rem; }

  header #main-nav ul.menu li.menu-item-has-children:after {
    right: 0.5rem;
    top: 2px; } }
@media screen and (max-width: 1344px) {
  html, body {
    font-size: 14px; } }
@media screen and (max-width: 1248px) {
  html, body {
    font-size: 13px; }

  p, ul li, ol li {
    font-size: 1.4rem; }

  header #main-nav ul.menu li.menu-item-has-children:after {
    top: 5px;
    font-size: 1rem; } }
@media screen and (max-width: 1152px) {
  html, body {
    font-size: 12px; }

  p, ul li, ol li {
    font-size: 1.5rem; }

  header #main-nav ul.menu li.menu-item-has-children:after {
    top: 7px;
    font-size: 1rem; } }
@media screen and (min-width: 1025px) {
  .blog-single .row > .large-9 {
    max-width: calc(100% - 300px);
    float: right; }

  .blog-single .row > .large-3 {
    min-width: 300px; } }
@media screen and (max-width: 1024px) {
  html, body {
    font-size: 16px;
    width: 100%;
    overflow-x: hidden; }

  .hide-for-mobile {
    display: none; }

  .mobile-only {
    display: block; }

  p, ul li, ol li {
    font-size: 1rem; }

  header span.tagline, header span.est {
    display: none; }
  header .logo {
    padding: 0 0 0 1rem; }
  header .social {
    width: 15rem;
    float: none;
    margin: 2rem auto 1rem;
    text-align: center; }
    header .social small {
      color: #ffffff; }
    header .social a {
      margin: 0.5rem; }
  header #mobile-nav {
    display: none;
    width: 100%;
    position: absolute;
    background: #000000;
    z-index: 999999;
    min-height: 100%;
    top: 0;
    padding: 2rem 0 0; }
    header #mobile-nav.active {
      display: block; }
    header #mobile-nav #searchform {
      float: none;
      width: 100%;
      padding: 2rem;
      margin: 1rem 0;
      display: block;
      clear: both; }
  header ul.menu {
    margin: 1rem 0;
    padding: 0 2rem; }
    header ul.menu li {
      list-style: none;
      margin: 1rem 0; }
      header ul.menu li a {
        color: #ffffff;
        font-family: "Playfair Display", serif;
        text-decoration: none;
        font-size: 1.5rem;
        font-weight: bold; }
  header .mobile-menu {
    width: 60px;
    height: 30px;
    cursor: pointer;
    float: right;
    display: block;
    position: relative;
    top: 1rem;
    z-index: 99999999;
    position: relative; }
    header .mobile-menu .patty {
      width: 60px;
      background: #ff0013;
      height: 5px;
      float: right;
      margin-right: 15px;
      margin-top: 10px;
      -webkit-transition: all 0.125s ease-in-out;
      -moz-transition: all 0.125s ease-in-out;
      transition: all 0.125s ease-in-out; }
      header .mobile-menu .patty:before {
        content: "";
        width: 60px;
        background: #ff0013;
        height: 5px;
        float: right;
        margin-top: 15px;
        display: block;
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out; }
      header .mobile-menu .patty:after {
        content: "";
        width: 60px;
        background: #ff0013;
        height: 5px;
        float: right;
        margin-top: 10px;
        display: block;
        -webkit-transition: all 0.125s ease-in-out;
        -moz-transition: all 0.125s ease-in-out;
        transition: all 0.125s ease-in-out; }
      header .mobile-menu .patty.active {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        /* Opera, Chrome, and Safari */
        margin-top: 20px;
        background: #ffffff; }
        header .mobile-menu .patty.active:before {
          transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          /* IE 9 */
          -webkit-transform: rotate(-90deg);
          /* Opera, Chrome, and Safari */
          margin-top: 0px;
          background: #ffffff; }
        header .mobile-menu .patty.active:after {
          transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          /* IE 9 */
          -webkit-transform: rotate(-90deg);
          /* Opera, Chrome, and Safari */
          margin-top: -4px;
          background: #ffffff; }

  section#blog-grid .feature-container, section#relatedposts .feature-container {
    display: block; }

  section#blog-grid .grid-container .grid-block .video-background,
  section#relatedposts .grid-container .grid-block .video-background {
    height: 60%; }

  section#blog-grid .grid-container .grid-block .background-image,
  section#relatedposts .grid-container .grid-block .background-image {
    height: 25rem; }

  section#blog-grid .feature-container .large-12 .background-image,
  section#relatedposts .feature-container .large-12 .background-image {
    height: 25rem; }

  section#blog-grid .feature-container .grid-block, section#relatedposts .feature-container .grid-block {
    padding: 0; }

  section#blog-grid .grid-container .grid-block, section#relatedposts .grid-container .grid-block {
    padding: 0; }
    section#blog-grid .grid-container .grid-block small, section#blog-grid .grid-container .grid-block h1, section#relatedposts .grid-container .grid-block small, section#relatedposts .grid-container .grid-block h1 {
      margin: 1rem 2rem; }

  .sign-up {
    clear: both; }

  .blog-single .row > .large-9 {
    padding: 0 2rem !important; }

  #instagram {
    padding: 0 1rem; }

  .blog-single .pull-quote {
    margin: 2rem 2rem 0 !important;
    width: calc(100% - 4rem) !important; } }
@media screen and (max-width: 480px) {
  section#blog-grid .feature-container .post-links,
  section#relatedposts .feature-container .post-links {
    position: relative;
    padding: 0 2rem 1rem; }
    section#blog-grid .feature-container .post-links h1,
    section#relatedposts .feature-container .post-links h1 {
      color: #000000; }
    section#blog-grid .feature-container .post-links a,
    section#relatedposts .feature-container .post-links a {
      margin: 0 auto;
      display: block;
      width: 10rem;
      text-align: center; }

  section#blog-grid .feature-container .category a, section#relatedposts .feature-container .category a {
    font-size: 0.8rem; }

  section#blog-grid .feature-container .background-image:after, section#relatedposts .feature-container .background-image:after {
    display: none; } }

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

.popup {
  display: none;
}
#home-popup.newsletter-signup {
  background: #000;
  border-radius: 0;
  color: #fff;
  max-width: 650px;
  padding: 0;
  text-align: center;
  width: 100%;
}
#home-popup.newsletter-signup .inner {
  padding: 20px;
}
#home-popup.newsletter-signup .headline {
  color: #fff;
  font-size: 24px;
  margin: 0 0 1.3rem 0;
}
#home-popup.newsletter-signup .sub {
  font-size: 16px;
  line-height: 1.5;
  color: #ff0013;
  margin: 0;
  text-transform: uppercase;
}
#home-popup.newsletter-signup img {
  max-height: 250px;
  object-fit: cover;
  width: 100%;
}
#home-popup.newsletter-signup form {
  margin: 1rem 0;
}
#home-popup.newsletter-signup form input[type="email"] {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    border-radius: 5rem;
    width: 100%;
    display: block;
    border: none;
}
#home-popup.newsletter-signup form input[type="submit"] {
  border:none;
  background: #ff0013;
  padding:0.5rem 2rem;
  margin:1rem auto 1rem;
  display: block;
  border-radius:5rem;
  color:#fff;
  text-transform: uppercase;
  font-size:0.8rem;
  transition: 250ms all;
}
#home-popup.newsletter-signup form input[type="submit"]:hover {
  background: #fff;
  color: #ff0013;
}
#home-popup.newsletter-signup small {
  font-size: 0.6rem;
  color: #ffffff;
  display: block;
}
@media screen and (min-width: 640px) {
  #home-popup.newsletter-signup img {
    max-height: 300px;
  }
}
@media screen and (min-width: 500px) {
  #home-popup.newsletter-signup .inner {
    padding: 25px 30px;
  }
  #home-popup.newsletter-signup .headline {
    font-size: 30px;
  }
  #home-popup.newsletter-signup .sub {
    font-size: 18px;
  }
}