/* Came up with this hoping it'd work but atm it only works in Firefox grrr..... */
/* Generate the row class plus column def */
* {
  -webkit-column-gap: inherit;
  -moz-column-gap: inherit;
  column-gap: inherit;
}
/* A pixel based grid */
/* A percentage based grid */
/* Generate classes which hide named columns */
/* Generate classes which hide named columns */
/*
	Generate a non-named grid with the given properties
*/
/*
	Generate a named grid with the given properties
*/
/*
	Generate a non-named grid, wrapped in a media query
*/
/*
	Generate a named grid, wrapped in a media query
*/

#sitecredit { 
	position:absolute;
    bottom:0;
    right:0;
}


/* Grid Generation */
.hidden {
  display: none;
}
.wrapper {
  width: 100vw;
  margin: auto;
  padding-left: 3vw;
  padding-right: 3vw;
  box-sizing: border-box;
}
.wrapper * {
  -webkit-column-gap: 3vw;
  -moz-column-gap: 3vw;
  column-gap: 3vw;
}
.grid-gutter-left {
  left: 3%;
}
.grid-gutter-right {
  riught: 3%;
}
.faux-row {
  position: relative;
  width: 100vw;
  margin: auto;
}
.faux-row-inset {
  position: relative;
  width: 94vw;
  margin: auto;
}
.faux-row-positioned-left-inset {
  position: absolute;
  left: 0px;
  margin-left: 3vw;
}
.faux-row-positioned-right-inset {
  position: absolute;
  right: 0px;
  margin-right: 3vw;
}
.faux-row-positioned-left {
  position: absolute;
  left: 0px;
  margin-left: 0vw;
}
.faux-row-positioned-right {
  position: absolute;
  right: 0px;
  margin-right: 0vw;
}
.row {
  clear: both;
  box-sizing: border-box;
  margin-left: -3vw;
}
.row::after,
.row::before {
  display: block;
  clear: both;
  content: " ";
}
.row:after,
.row:before {
  display: block;
  clear: both;
  content: " ";
}
.row > .col-break {
  clear: both;
}
.row.row-no-wrap {
  white-space: nowrap;
  font-size: 1px;
}
.row.row-no-wrap > * {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  float: none;
  font-size: 1rem;
}
.row > * {
  position: relative;
  float: left;
}
.col-1,
.col-1-breakout-none {
  width: 5.08333333vw;
  margin-left: 3vw;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-1-breakout-left {
  width: 8.08333333vw;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-1-breakout-right {
  width: 8.08333333vw;
  margin-left: 3vw;
  margin-right: -3vw;
  box-sizing: border-box;
}
.col-1-breakout-both {
  width: 11.08333333vw;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.col-2,
.col-2-breakout-none {
  width: 13.16666667vw;
  margin-left: 3vw;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-2-breakout-left {
  width: 16.16666667vw;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-2-breakout-right {
  width: 16.16666667vw;
  margin-left: 3vw;
  margin-right: -3vw;
  box-sizing: border-box;
}
.col-2-breakout-both {
  width: 19.16666667vw;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.col-3,
.col-3-breakout-none {
  width: 21.25vw;
  margin-left: 3vw;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-3-breakout-left {
  width: 24.25vw;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-3-breakout-right {
  width: 24.25vw;
  margin-left: 3vw;
  margin-right: -3vw;
  box-sizing: border-box;
}
.col-3-breakout-both {
  width: 27.25vw;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.col-4,
.col-4-breakout-none {
  width: 29.33333333vw;
  margin-left: 3vw;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-4-breakout-left {
  width: 32.33333333vw;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-4-breakout-right {
  width: 32.33333333vw;
  margin-left: 3vw;
  margin-right: -3vw;
  box-sizing: border-box;
}
.col-4-breakout-both {
  width: 35.33333333vw;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.col-5,
.col-5-breakout-none {
  width: 37.41666667vw;
  margin-left: 3vw;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-5-breakout-left {
  width: 40.41666667vw;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-5-breakout-right {
  width: 40.41666667vw;
  margin-left: 3vw;
  margin-right: -3vw;
  box-sizing: border-box;
}
.col-5-breakout-both {
  width: 43.41666667vw;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
.col-6,
.col-6-breakout-none {
  width: 45.5vw;
  margin-left: 3vw;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-6-breakout-left {
  width: 48.5vw;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-6-breakout-right {
  width: 48.5vw;
  margin-left: 3vw;
  margin-right: -3vw;
  box-sizing: border-box;
}
.col-6-breakout-both {
  width: 51.5vw;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}
.col-7,
.col-7-breakout-none {
  width: 53.58333333vw;
  margin-left: 3vw;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-7-breakout-left {
  width: 56.58333333vw;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-7-breakout-right {
  width: 56.58333333vw;
  margin-left: 3vw;
  margin-right: -3vw;
  box-sizing: border-box;
}
.col-7-breakout-both {
  width: 59.58333333vw;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-7 {
  -webkit-column-count: 7;
  -moz-column-count: 7;
  column-count: 7;
}
.col-8,
.col-8-breakout-none {
  width: 61.66666667vw;
  margin-left: 3vw;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-8-breakout-left {
  width: 64.66666667vw;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-8-breakout-right {
  width: 64.66666667vw;
  margin-left: 3vw;
  margin-right: -3vw;
  box-sizing: border-box;
}
.col-8-breakout-both {
  width: 67.66666667vw;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-8 {
  -webkit-column-count: 8;
  -moz-column-count: 8;
  column-count: 8;
}
.col-9,
.col-9-breakout-none {
  width: 69.75vw;
  margin-left: 3vw;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-9-breakout-left {
  width: 72.75vw;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-9-breakout-right {
  width: 72.75vw;
  margin-left: 3vw;
  margin-right: -3vw;
  box-sizing: border-box;
}
.col-9-breakout-both {
  width: 75.75vw;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-9 {
  -webkit-column-count: 9;
  -moz-column-count: 9;
  column-count: 9;
}
.col-10,
.col-10-breakout-none {
  width: 77.83333333vw;
  margin-left: 3vw;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-10-breakout-left {
  width: 80.83333333vw;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-10-breakout-right {
  width: 80.83333333vw;
  margin-left: 3vw;
  margin-right: -3vw;
  box-sizing: border-box;
}
.col-10-breakout-both {
  width: 83.83333333vw;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-10 {
  -webkit-column-count: 10;
  -moz-column-count: 10;
  column-count: 10;
}
.col-11,
.col-11-breakout-none {
  width: 85.91666667vw;
  margin-left: 3vw;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-11-breakout-left {
  width: 88.91666667vw;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-11-breakout-right {
  width: 88.91666667vw;
  margin-left: 3vw;
  margin-right: -3vw;
  box-sizing: border-box;
}
.col-11-breakout-both {
  width: 91.91666667vw;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-11 {
  -webkit-column-count: 11;
  -moz-column-count: 11;
  column-count: 11;
}
.col-12,
.col-12-breakout-none {
  width: 94vw;
  margin-left: 3vw;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-12-breakout-left {
  width: 97vw;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-12-breakout-right {
  width: 97vw;
  margin-left: 3vw;
  margin-right: -3vw;
  box-sizing: border-box;
}
.col-12-breakout-both {
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.text-col-12 {
  -webkit-column-count: 12;
  -moz-column-count: 12;
  column-count: 12;
}
.col-push-0 {
  left: 0vw;
}
.col-push-1 {
  left: 8.08333333vw;
}
.col-push-2 {
  left: 16.16666667vw;
}
.col-push-3 {
  left: 24.25vw;
}
.col-push-4 {
  left: 32.33333333vw;
}
.col-push-5 {
  left: 40.41666667vw;
}
.col-push-6 {
  left: 48.5vw;
}
.col-push-7 {
  left: 56.58333333vw;
}
.col-push-8 {
  left: 64.66666667vw;
}
.col-push-9 {
  left: 72.75vw;
}
.col-push-10 {
  left: 80.83333333vw;
}
.col-push-11 {
  left: 88.91666667vw;
}
.col-push-12 {
  left: 97vw;
}
.col-pull-0 {
  left: 0vw;
}
.col-pull-1 {
  left: -8.08333333vw;
}
.col-pull-2 {
  left: -16.16666667vw;
}
.col-pull-3 {
  left: -24.25vw;
}
.col-pull-4 {
  left: -32.33333333vw;
}
.col-pull-5 {
  left: -40.41666667vw;
}
.col-pull-6 {
  left: -48.5vw;
}
.col-pull-7 {
  left: -56.58333333vw;
}
.col-pull-8 {
  left: -64.66666667vw;
}
.col-pull-9 {
  left: -72.75vw;
}
.col-pull-10 {
  left: -80.83333333vw;
}
.col-pull-11 {
  left: -88.91666667vw;
}
.col-pull-12 {
  left: -97vw;
}
@media screen and (min-width: 750px) and (max-width: 1060px) {
  .hidden {
    display: none;
  }
  .wrapper {
    width: 100vw;
    margin: auto;
    padding-left: 3vw;
    padding-right: 3vw;
    box-sizing: border-box;
  }
  .wrapper * {
    -webkit-column-gap: 3vw;
    -moz-column-gap: 3vw;
    column-gap: 3vw;
  }
  .grid-gutter-left {
    left: 3%;
  }
  .grid-gutter-right {
    riught: 3%;
  }
  .faux-row {
    position: relative;
    width: 100vw;
    margin: auto;
  }
  .faux-row-inset {
    position: relative;
    width: 94vw;
    margin: auto;
  }
  .faux-row-positioned-left-inset {
    position: absolute;
    left: 0px;
    margin-left: 3vw;
  }
  .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 3vw;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: 0vw;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: 0vw;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -3vw;
  }
  .row::after,
  .row::before {
    display: block;
    clear: both;
    content: " ";
  }
  .row:after,
  .row:before {
    display: block;
    clear: both;
    content: " ";
  }
  .row > .col-break {
    clear: both;
  }
  .row.row-no-wrap {
    white-space: nowrap;
    font-size: 1px;
  }
  .row.row-no-wrap > * {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    float: none;
    font-size: 1rem;
  }
  .row > * {
    position: relative;
    float: left;
  }
  .col-1,
  .col-1-breakout-none {
    width: 5.08333333vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-1-breakout-left {
    width: 8.08333333vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-1-breakout-right {
    width: 8.08333333vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-1-breakout-both {
    width: 11.08333333vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .col-2,
  .col-2-breakout-none {
    width: 13.16666667vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-2-breakout-left {
    width: 16.16666667vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-2-breakout-right {
    width: 16.16666667vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-2-breakout-both {
    width: 19.16666667vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .col-3,
  .col-3-breakout-none {
    width: 21.25vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-3-breakout-left {
    width: 24.25vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-3-breakout-right {
    width: 24.25vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-3-breakout-both {
    width: 27.25vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .col-4,
  .col-4-breakout-none {
    width: 29.33333333vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-4-breakout-left {
    width: 32.33333333vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-4-breakout-right {
    width: 32.33333333vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-4-breakout-both {
    width: 35.33333333vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .col-5,
  .col-5-breakout-none {
    width: 37.41666667vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-5-breakout-left {
    width: 40.41666667vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-5-breakout-right {
    width: 40.41666667vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-5-breakout-both {
    width: 43.41666667vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .col-6,
  .col-6-breakout-none {
    width: 45.5vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-6-breakout-left {
    width: 48.5vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-6-breakout-right {
    width: 48.5vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-6-breakout-both {
    width: 51.5vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
  .col-7,
  .col-7-breakout-none {
    width: 53.58333333vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-7-breakout-left {
    width: 56.58333333vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-7-breakout-right {
    width: 56.58333333vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-7-breakout-both {
    width: 59.58333333vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
  }
  .col-8,
  .col-8-breakout-none {
    width: 61.66666667vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-8-breakout-left {
    width: 64.66666667vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-8-breakout-right {
    width: 64.66666667vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-8-breakout-both {
    width: 67.66666667vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
  }
  .col-9,
  .col-9-breakout-none {
    width: 69.75vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-9-breakout-left {
    width: 72.75vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-9-breakout-right {
    width: 72.75vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-9-breakout-both {
    width: 75.75vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9;
  }
  .col-10,
  .col-10-breakout-none {
    width: 77.83333333vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-10-breakout-left {
    width: 80.83333333vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-10-breakout-right {
    width: 80.83333333vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-10-breakout-both {
    width: 83.83333333vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-10 {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10;
  }
  .col-11,
  .col-11-breakout-none {
    width: 85.91666667vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-11-breakout-left {
    width: 88.91666667vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-11-breakout-right {
    width: 88.91666667vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-11-breakout-both {
    width: 91.91666667vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-11 {
    -webkit-column-count: 11;
    -moz-column-count: 11;
    column-count: 11;
  }
  .col-12,
  .col-12-breakout-none {
    width: 94vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-12-breakout-left {
    width: 97vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-12-breakout-right {
    width: 97vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-12-breakout-both {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-12 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12;
  }
  .col-push-0 {
    left: 0vw;
  }
  .col-push-1 {
    left: 8.08333333vw;
  }
  .col-push-2 {
    left: 16.16666667vw;
  }
  .col-push-3 {
    left: 24.25vw;
  }
  .col-push-4 {
    left: 32.33333333vw;
  }
  .col-push-5 {
    left: 40.41666667vw;
  }
  .col-push-6 {
    left: 48.5vw;
  }
  .col-push-7 {
    left: 56.58333333vw;
  }
  .col-push-8 {
    left: 64.66666667vw;
  }
  .col-push-9 {
    left: 72.75vw;
  }
  .col-push-10 {
    left: 80.83333333vw;
  }
  .col-push-11 {
    left: 88.91666667vw;
  }
  .col-push-12 {
    left: 97vw;
  }
  .col-pull-0 {
    left: 0vw;
  }
  .col-pull-1 {
    left: -8.08333333vw;
  }
  .col-pull-2 {
    left: -16.16666667vw;
  }
  .col-pull-3 {
    left: -24.25vw;
  }
  .col-pull-4 {
    left: -32.33333333vw;
  }
  .col-pull-5 {
    left: -40.41666667vw;
  }
  .col-pull-6 {
    left: -48.5vw;
  }
  .col-pull-7 {
    left: -56.58333333vw;
  }
  .col-pull-8 {
    left: -64.66666667vw;
  }
  .col-pull-9 {
    left: -72.75vw;
  }
  .col-pull-10 {
    left: -80.83333333vw;
  }
  .col-pull-11 {
    left: -88.91666667vw;
  }
  .col-pull-12 {
    left: -97vw;
  }
  .wrapper {
    width: 100vw;
    margin: auto;
    padding-left: 3vw;
    padding-right: 3vw;
    box-sizing: border-box;
  }
  .wrapper * {
    -webkit-column-gap: 3vw;
    -moz-column-gap: 3vw;
    column-gap: 3vw;
  }
  .grid-gutter-left {
    left: 3%;
  }
  .grid-gutter-right {
    riught: 3%;
  }
  .faux-row {
    position: relative;
    width: 100vw;
    margin: auto;
  }
  .faux-row-inset {
    position: relative;
    width: 94vw;
    margin: auto;
  }
  .faux-row-positioned-left-inset {
    position: absolute;
    left: 0px;
    margin-left: 3vw;
  }
  .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 3vw;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: 0vw;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: 0vw;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -3vw;
  }
  .row::after,
  .row::before {
    display: block;
    clear: both;
    content: " ";
  }
  .row:after,
  .row:before {
    display: block;
    clear: both;
    content: " ";
  }
  .row > .col-small-break {
    clear: both;
  }
  .row.row-small-no-wrap {
    white-space: nowrap;
    font-size: 1px;
  }
  .row.row-small-no-wrap > * {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    float: none;
    font-size: 1rem;
  }
  .row > * {
    position: relative;
    float: left;
  }
  .col-small-1,
  .col-small-1-breakout-none {
    width: 5.08333333vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-1-breakout-left {
    width: 8.08333333vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-1-breakout-right {
    width: 8.08333333vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-1-breakout-both {
    width: 11.08333333vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .col-small-2,
  .col-small-2-breakout-none {
    width: 13.16666667vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-2-breakout-left {
    width: 16.16666667vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-2-breakout-right {
    width: 16.16666667vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-2-breakout-both {
    width: 19.16666667vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .col-small-3,
  .col-small-3-breakout-none {
    width: 21.25vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-3-breakout-left {
    width: 24.25vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-3-breakout-right {
    width: 24.25vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-3-breakout-both {
    width: 27.25vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .col-small-4,
  .col-small-4-breakout-none {
    width: 29.33333333vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-4-breakout-left {
    width: 32.33333333vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-4-breakout-right {
    width: 32.33333333vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-4-breakout-both {
    width: 35.33333333vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .col-small-5,
  .col-small-5-breakout-none {
    width: 37.41666667vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-5-breakout-left {
    width: 40.41666667vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-5-breakout-right {
    width: 40.41666667vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-5-breakout-both {
    width: 43.41666667vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .col-small-6,
  .col-small-6-breakout-none {
    width: 45.5vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-6-breakout-left {
    width: 48.5vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-6-breakout-right {
    width: 48.5vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-6-breakout-both {
    width: 51.5vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
  .col-small-7,
  .col-small-7-breakout-none {
    width: 53.58333333vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-7-breakout-left {
    width: 56.58333333vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-7-breakout-right {
    width: 56.58333333vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-7-breakout-both {
    width: 59.58333333vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
  }
  .col-small-8,
  .col-small-8-breakout-none {
    width: 61.66666667vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-8-breakout-left {
    width: 64.66666667vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-8-breakout-right {
    width: 64.66666667vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-8-breakout-both {
    width: 67.66666667vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
  }
  .col-small-9,
  .col-small-9-breakout-none {
    width: 69.75vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-9-breakout-left {
    width: 72.75vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-9-breakout-right {
    width: 72.75vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-9-breakout-both {
    width: 75.75vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9;
  }
  .col-small-10,
  .col-small-10-breakout-none {
    width: 77.83333333vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-10-breakout-left {
    width: 80.83333333vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-10-breakout-right {
    width: 80.83333333vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-10-breakout-both {
    width: 83.83333333vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-10 {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10;
  }
  .col-small-11,
  .col-small-11-breakout-none {
    width: 85.91666667vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-11-breakout-left {
    width: 88.91666667vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-11-breakout-right {
    width: 88.91666667vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-11-breakout-both {
    width: 91.91666667vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-11 {
    -webkit-column-count: 11;
    -moz-column-count: 11;
    column-count: 11;
  }
  .col-small-12,
  .col-small-12-breakout-none {
    width: 94vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-12-breakout-left {
    width: 97vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-12-breakout-right {
    width: 97vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-12-breakout-both {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-small-12 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12;
  }
  .col-small-push-0 {
    left: 0vw;
  }
  .col-small-push-1 {
    left: 8.08333333vw;
  }
  .col-small-push-2 {
    left: 16.16666667vw;
  }
  .col-small-push-3 {
    left: 24.25vw;
  }
  .col-small-push-4 {
    left: 32.33333333vw;
  }
  .col-small-push-5 {
    left: 40.41666667vw;
  }
  .col-small-push-6 {
    left: 48.5vw;
  }
  .col-small-push-7 {
    left: 56.58333333vw;
  }
  .col-small-push-8 {
    left: 64.66666667vw;
  }
  .col-small-push-9 {
    left: 72.75vw;
  }
  .col-small-push-10 {
    left: 80.83333333vw;
  }
  .col-small-push-11 {
    left: 88.91666667vw;
  }
  .col-small-push-12 {
    left: 97vw;
  }
  .col-small-pull-0 {
    left: 0vw;
  }
  .col-small-pull-1 {
    left: -8.08333333vw;
  }
  .col-small-pull-2 {
    left: -16.16666667vw;
  }
  .col-small-pull-3 {
    left: -24.25vw;
  }
  .col-small-pull-4 {
    left: -32.33333333vw;
  }
  .col-small-pull-5 {
    left: -40.41666667vw;
  }
  .col-small-pull-6 {
    left: -48.5vw;
  }
  .col-small-pull-7 {
    left: -56.58333333vw;
  }
  .col-small-pull-8 {
    left: -64.66666667vw;
  }
  .col-small-pull-9 {
    left: -72.75vw;
  }
  .col-small-pull-10 {
    left: -80.83333333vw;
  }
  .col-small-pull-11 {
    left: -88.91666667vw;
  }
  .col-small-pull-12 {
    left: -97vw;
  }
  .visible-small {
    display: block;
  }
  .hidden-small {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .hidden {
    display: none;
  }
  .wrapper {
    width: 100vw;
    margin: auto;
    padding-left: 7vw;
    padding-right: 7vw;
    box-sizing: border-box;
  }
  .wrapper * {
    -webkit-column-gap: 7vw;
    -moz-column-gap: 7vw;
    column-gap: 7vw;
  }
  .grid-gutter-left {
    left: 7%;
  }
  .grid-gutter-right {
    riught: 7%;
  }
  .faux-row {
    position: relative;
    width: 100vw;
    margin: auto;
  }
  .faux-row-inset {
    position: relative;
    width: 86vw;
    margin: auto;
  }
  .faux-row-positioned-left-inset {
    position: absolute;
    left: 0px;
    margin-left: 7vw;
  }
  .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 7vw;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: 0vw;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: 0vw;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -7vw;
  }
  .row::after,
  .row::before {
    display: block;
    clear: both;
    content: " ";
  }
  .row:after,
  .row:before {
    display: block;
    clear: both;
    content: " ";
  }
  .row > .col-break {
    clear: both;
  }
  .row.row-no-wrap {
    white-space: nowrap;
    font-size: 1px;
  }
  .row.row-no-wrap > * {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    float: none;
    font-size: 1rem;
  }
  .row > * {
    position: relative;
    float: left;
  }
  .col-1,
  .col-1-breakout-none {
    width: 0.75vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-1-breakout-left {
    width: 7.75vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-1-breakout-right {
    width: 7.75vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-1-breakout-both {
    width: 14.75vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .col-2,
  .col-2-breakout-none {
    width: 8.5vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-2-breakout-left {
    width: 15.5vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-2-breakout-right {
    width: 15.5vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-2-breakout-both {
    width: 22.5vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .col-3,
  .col-3-breakout-none {
    width: 16.25vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-3-breakout-left {
    width: 23.25vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-3-breakout-right {
    width: 23.25vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-3-breakout-both {
    width: 30.25vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .col-4,
  .col-4-breakout-none {
    width: 24vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-4-breakout-left {
    width: 31vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-4-breakout-right {
    width: 31vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-4-breakout-both {
    width: 38vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .col-5,
  .col-5-breakout-none {
    width: 31.75vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-5-breakout-left {
    width: 38.75vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-5-breakout-right {
    width: 38.75vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-5-breakout-both {
    width: 45.75vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .col-6,
  .col-6-breakout-none {
    width: 39.5vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-6-breakout-left {
    width: 46.5vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-6-breakout-right {
    width: 46.5vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-6-breakout-both {
    width: 53.5vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
  .col-7,
  .col-7-breakout-none {
    width: 47.25vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-7-breakout-left {
    width: 54.25vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-7-breakout-right {
    width: 54.25vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-7-breakout-both {
    width: 61.25vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
  }
  .col-8,
  .col-8-breakout-none {
    width: 55vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-8-breakout-left {
    width: 62vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-8-breakout-right {
    width: 62vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-8-breakout-both {
    width: 69vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
  }
  .col-9,
  .col-9-breakout-none {
    width: 62.75vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-9-breakout-left {
    width: 69.75vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-9-breakout-right {
    width: 69.75vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-9-breakout-both {
    width: 76.75vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9;
  }
  .col-10,
  .col-10-breakout-none {
    width: 70.5vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-10-breakout-left {
    width: 77.5vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-10-breakout-right {
    width: 77.5vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-10-breakout-both {
    width: 84.5vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-10 {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10;
  }
  .col-11,
  .col-11-breakout-none {
    width: 78.25vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-11-breakout-left {
    width: 85.25vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-11-breakout-right {
    width: 85.25vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-11-breakout-both {
    width: 92.25vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-11 {
    -webkit-column-count: 11;
    -moz-column-count: 11;
    column-count: 11;
  }
  .col-12,
  .col-12-breakout-none {
    width: 86vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-12-breakout-left {
    width: 93vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-12-breakout-right {
    width: 93vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-12-breakout-both {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-12 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12;
  }
  .col-push-0 {
    left: 0vw;
  }
  .col-push-1 {
    left: 7.75vw;
  }
  .col-push-2 {
    left: 15.5vw;
  }
  .col-push-3 {
    left: 23.25vw;
  }
  .col-push-4 {
    left: 31vw;
  }
  .col-push-5 {
    left: 38.75vw;
  }
  .col-push-6 {
    left: 46.5vw;
  }
  .col-push-7 {
    left: 54.25vw;
  }
  .col-push-8 {
    left: 62vw;
  }
  .col-push-9 {
    left: 69.75vw;
  }
  .col-push-10 {
    left: 77.5vw;
  }
  .col-push-11 {
    left: 85.25vw;
  }
  .col-push-12 {
    left: 93vw;
  }
  .col-pull-0 {
    left: 0vw;
  }
  .col-pull-1 {
    left: -7.75vw;
  }
  .col-pull-2 {
    left: -15.5vw;
  }
  .col-pull-3 {
    left: -23.25vw;
  }
  .col-pull-4 {
    left: -31vw;
  }
  .col-pull-5 {
    left: -38.75vw;
  }
  .col-pull-6 {
    left: -46.5vw;
  }
  .col-pull-7 {
    left: -54.25vw;
  }
  .col-pull-8 {
    left: -62vw;
  }
  .col-pull-9 {
    left: -69.75vw;
  }
  .col-pull-10 {
    left: -77.5vw;
  }
  .col-pull-11 {
    left: -85.25vw;
  }
  .col-pull-12 {
    left: -93vw;
  }
  .wrapper {
    width: 100vw;
    margin: auto;
    padding-left: 7vw;
    padding-right: 7vw;
    box-sizing: border-box;
  }
  .wrapper * {
    -webkit-column-gap: 7vw;
    -moz-column-gap: 7vw;
    column-gap: 7vw;
  }
  .grid-gutter-left {
    left: 7%;
  }
  .grid-gutter-right {
    riught: 7%;
  }
  .faux-row {
    position: relative;
    width: 100vw;
    margin: auto;
  }
  .faux-row-inset {
    position: relative;
    width: 86vw;
    margin: auto;
  }
  .faux-row-positioned-left-inset {
    position: absolute;
    left: 0px;
    margin-left: 7vw;
  }
  .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 7vw;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: 0vw;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: 0vw;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -7vw;
  }
  .row::after,
  .row::before {
    display: block;
    clear: both;
    content: " ";
  }
  .row:after,
  .row:before {
    display: block;
    clear: both;
    content: " ";
  }
  .row > .col-mobile-break {
    clear: both;
  }
  .row.row-mobile-no-wrap {
    white-space: nowrap;
    font-size: 1px;
  }
  .row.row-mobile-no-wrap > * {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    float: none;
    font-size: 1rem;
  }
  .row > * {
    position: relative;
    float: left;
  }
  .col-mobile-1,
  .col-mobile-1-breakout-none {
    width: 0.75vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-1-breakout-left {
    width: 7.75vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-1-breakout-right {
    width: 7.75vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-mobile-1-breakout-both {
    width: 14.75vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .col-mobile-2,
  .col-mobile-2-breakout-none {
    width: 8.5vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-2-breakout-left {
    width: 15.5vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-2-breakout-right {
    width: 15.5vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-mobile-2-breakout-both {
    width: 22.5vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .col-mobile-3,
  .col-mobile-3-breakout-none {
    width: 16.25vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-3-breakout-left {
    width: 23.25vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-3-breakout-right {
    width: 23.25vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-mobile-3-breakout-both {
    width: 30.25vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .col-mobile-4,
  .col-mobile-4-breakout-none {
    width: 24vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-4-breakout-left {
    width: 31vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-4-breakout-right {
    width: 31vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-mobile-4-breakout-both {
    width: 38vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .col-mobile-5,
  .col-mobile-5-breakout-none {
    width: 31.75vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-5-breakout-left {
    width: 38.75vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-5-breakout-right {
    width: 38.75vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-mobile-5-breakout-both {
    width: 45.75vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .col-mobile-6,
  .col-mobile-6-breakout-none {
    width: 39.5vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-6-breakout-left {
    width: 46.5vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-6-breakout-right {
    width: 46.5vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-mobile-6-breakout-both {
    width: 53.5vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
  .col-mobile-7,
  .col-mobile-7-breakout-none {
    width: 47.25vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-7-breakout-left {
    width: 54.25vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-7-breakout-right {
    width: 54.25vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-mobile-7-breakout-both {
    width: 61.25vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
  }
  .col-mobile-8,
  .col-mobile-8-breakout-none {
    width: 55vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-8-breakout-left {
    width: 62vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-8-breakout-right {
    width: 62vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-mobile-8-breakout-both {
    width: 69vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
  }
  .col-mobile-9,
  .col-mobile-9-breakout-none {
    width: 62.75vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-9-breakout-left {
    width: 69.75vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-9-breakout-right {
    width: 69.75vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-mobile-9-breakout-both {
    width: 76.75vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9;
  }
  .col-mobile-10,
  .col-mobile-10-breakout-none {
    width: 70.5vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-10-breakout-left {
    width: 77.5vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-10-breakout-right {
    width: 77.5vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-mobile-10-breakout-both {
    width: 84.5vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-10 {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10;
  }
  .col-mobile-11,
  .col-mobile-11-breakout-none {
    width: 78.25vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-11-breakout-left {
    width: 85.25vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-11-breakout-right {
    width: 85.25vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-mobile-11-breakout-both {
    width: 92.25vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-11 {
    -webkit-column-count: 11;
    -moz-column-count: 11;
    column-count: 11;
  }
  .col-mobile-12,
  .col-mobile-12-breakout-none {
    width: 86vw;
    margin-left: 7vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-12-breakout-left {
    width: 93vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-12-breakout-right {
    width: 93vw;
    margin-left: 7vw;
    margin-right: -7vw;
    box-sizing: border-box;
  }
  .col-mobile-12-breakout-both {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-mobile-12 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12;
  }
  .col-mobile-push-0 {
    left: 0vw;
  }
  .col-mobile-push-1 {
    left: 7.75vw;
  }
  .col-mobile-push-2 {
    left: 15.5vw;
  }
  .col-mobile-push-3 {
    left: 23.25vw;
  }
  .col-mobile-push-4 {
    left: 31vw;
  }
  .col-mobile-push-5 {
    left: 38.75vw;
  }
  .col-mobile-push-6 {
    left: 46.5vw;
  }
  .col-mobile-push-7 {
    left: 54.25vw;
  }
  .col-mobile-push-8 {
    left: 62vw;
  }
  .col-mobile-push-9 {
    left: 69.75vw;
  }
  .col-mobile-push-10 {
    left: 77.5vw;
  }
  .col-mobile-push-11 {
    left: 85.25vw;
  }
  .col-mobile-push-12 {
    left: 93vw;
  }
  .col-mobile-pull-0 {
    left: 0vw;
  }
  .col-mobile-pull-1 {
    left: -7.75vw;
  }
  .col-mobile-pull-2 {
    left: -15.5vw;
  }
  .col-mobile-pull-3 {
    left: -23.25vw;
  }
  .col-mobile-pull-4 {
    left: -31vw;
  }
  .col-mobile-pull-5 {
    left: -38.75vw;
  }
  .col-mobile-pull-6 {
    left: -46.5vw;
  }
  .col-mobile-pull-7 {
    left: -54.25vw;
  }
  .col-mobile-pull-8 {
    left: -62vw;
  }
  .col-mobile-pull-9 {
    left: -69.75vw;
  }
  .col-mobile-pull-10 {
    left: -77.5vw;
  }
  .col-mobile-pull-11 {
    left: -85.25vw;
  }
  .col-mobile-pull-12 {
    left: -93vw;
  }
  .visible-mobile {
    display: block;
  }
  .hidden-mobile {
    display: none;
  }
}
a {
  color: #1f16bb;
}
.huge-heading {
  font-size: 7vh;
  line-height: 1;
  font-family: "essonnes-display", serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
.huge-heading em {
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .huge-heading {
    font-size: 10vw;
  }
}
.mobile-gradient {
  display: block;
  content: ' ';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
/* Colors */
body {
  font-family: "source-sans-pro", Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5625;
  margin: 0px;
}
.button {
  background: #223455;
  border: 2px solid #223455;
  color: white;
  display: inline-block;
  line-height: 2.5em;
  text-decoration: none;
  padding: 0px 1.3em;
  letter-spacing: 0.05em;
  font-smoothing: antialias;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  font-size: 16px;
}
.button:hover {
  background-color: #314a79;
  border-color: #314a79;
}
.button.hollow {
  background-color: transparent;
  color: #223455;
}
.button.hollow:hover {
  color: #314a79;
}
.button.white {
  border-color: white;
  background-color: white;
  color: #223455;
}
.button.white:hover {
  background-color: white;
  border-color: white;
  color: #223455;
}
#site-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
#header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 200;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#header.hidden {
  opacity: 0;
}
#header a {
  color: #223455;
}
#header.light a {
  color: white;
}
@media screen and (max-width: 750px) {
  #header .logo-col,
  #header .menu-col {
    margin-top: 13px !important;
  }
}
#header .logo-col {
  margin-top: 30px;
}
#header .logo-col .logo {
  fill: currentColor;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media screen and (max-width: 750px) {
  #header .logo-col .logo svg {
    width: 30px;
  }
}
#header .menu-col {
  text-align: right;
  margin-top: 30px;
  line-height: 38px;
  position: relative;
  height: 38px;
  overflow: hidden;
}
#header .menu-col nav {
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
#header .menu-col div {
  display: inline;
}
#header .menu-col .mobile-nav-button {
  top: 8px;
  right: 0px;
  cursor: pointer;
  position: relative;
  height: 17px;
  width: 17px;
  display: block;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s 0.1s;
  transition: opacity 0.2s 0.1s;
}
#header .menu-col .mobile-nav-button span,
#header .menu-col .mobile-nav-button:before,
#header .menu-col .mobile-nav-button:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 17px;
  height: 3px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
#header .menu-col .mobile-nav-button span {
  top: 7px;
  background: currentColor;
}
#header .menu-col .mobile-nav-button:before {
  top: 0px;
  background: currentColor;
}
#header .menu-col .mobile-nav-button:after {
  top: 14px;
  background: currentColor;
}
#header .menu-col .mobile-nav-button.active span,
.nav-active #header .menu-col .mobile-nav-button span {
  opacity: 0;
}
#header .menu-col .mobile-nav-button.active:after,
.nav-active #header .menu-col .mobile-nav-button:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}
#header .menu-col .mobile-nav-button.active:before,
.nav-active #header .menu-col .mobile-nav-button:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
#header .menu-col .main-menu {
  display: inline;
}
#header .menu-col .main-menu .menu {
  display: inline;
}
#header .menu-col .main-menu ul {
  margin: 0px;
  padding: 0px;
  display: inline;
}
#header .menu-col .main-menu ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline;
}
#header .menu-col .main-menu ul li a {
  display: inline-block;
  letter-spacing: 0.03em;
  text-decoration: none;
  margin-right: 30px;
  height: 30px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
#header .menu-col .main-menu ul li.current_page_item a {
  border-bottom: 1px solid currentColor;
}
#header .menu-col .social-menu {
  display: inline;
}
#header .menu-col .social-menu a {
  display: inline-block;
  text-decoration: none;
  margin-right: 20px;
  vertical-align: middle;
}
#header .menu-col .social-menu a:last-child {
  margin-right: 0px;
}
#header .menu-col .social-menu a svg {
  fill: currentColor;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#header.collapsed .menu-col > nav,
.nav-active #header .menu-col > nav {
  left: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#header.collapsed .menu-col .mobile-nav-button,
.nav-active #header .menu-col .mobile-nav-button {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 750px) {
  #header .menu-col > nav {
    left: 100%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  #header .menu-col .mobile-nav-button {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
.tile {
  -webkit-transition: box-shadow 0.2s, -webkit-transform 0.2s;
  transition: box-shadow 0.2s, -webkit-transform 0.2s;
  transition: box-shadow 0.2s, transform 0.2s;
  transition: box-shadow 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.tile.hovering {
  -webkit-transition: box-shadow 0.5s, -webkit-transform 0.5s;
  transition: box-shadow 0.5s, -webkit-transform 0.5s;
  transition: box-shadow 0.5s, transform 0.5s;
  transition: box-shadow 0.5s, transform 0.5s, -webkit-transform 0.5s;
  box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.4);
}
.page {
  position: relative;
}
.page.horizontal {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}
.page.horizontal .scroll-inner {
  position: absolute;
  height: 100%;
  font-size: 0px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}
.page.horizontal .scroll-inner > .tile {
  font-size: 16px;
  white-space: normal;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  vertical-align: top;
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 750px) {
  .page.horizontal {
    overflow: auto;
  }
  .page.horizontal .scroll-inner {
    position: static;
    height: auto;
    display: block;
    float: none;
  }
}
[data-parallax] {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.page.homepage .intro-image {
  position: relative;
  background: url('../../img/homepage-bg.jpg') no-repeat center center;
  background-size: cover;
  width: 100vw;
}
.page.homepage .intro-image .scroll-cta {
  right: 0px;
  bottom: 35vh;
}
.page.homepage .intro-image .text-layer {
  position: absolute;
  top: 15vh;
  left: 2vw;
  width: 50vh;
  height: 50vh;
  /*background: url('../../img/homepage-text-overlay.svg') no-repeat center center;*/
  background-size: contain;
  z-index: 8;
}
.page.homepage .intro-image .image-layer {
  background: url('../../img/homepage-overlay.png') no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .page.homepage .intro-image {
    height: 100vh;
  }
  .page.homepage .intro-image .image-layer {
    display: none;
  }
  .page.homepage .intro-image .text-layer {
    background-position: center center;
    -webkit-transform: none !important;
            transform: none !important;
    top: 0px;
    left: 9vw;
    right: 9vw;
    bottom: 0px;
    width: auto;
    height: auto;
    z-index: 10;
  }
  .page.homepage .intro-image:before {
    display: block;
    content: ' ';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 2;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
}
.page.homepage .home-segments {
  width: 112.57035647vh;
}
.page.homepage .home-segments .tile {
  position: absolute;
  cursor: default;
}
.page.homepage .home-segments .tile.book,
.page.homepage .home-segments .tile.recipes {
  width: 50%;
  height: 100%;
  top: 0px;
  bottom: 25vh;
  background: no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .page.homepage .home-segments {
    width: 100%;
    height: auto !important;
  }
  .page.homepage .home-segments > .tile {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    width: 100% !important;
    height: auto;
  }
}
.page.homepage .home-segments .tile.book {
  left: 0px;
}
@media screen and (max-width: 750px) {
  .page.homepage .home-segments .tile.book {
    padding-top: 110vw;
  }
}
.page.homepage .home-segments .tile.recipes {
  left: 50%;
}
@media screen and (max-width: 750px) {
  .page.homepage .home-segments .tile.recipes {
    padding-top: 100vw;
  }
}
.page.homepage .home-segments .tile .buttons {
  position: absolute;
  left: 10vh;
  right: 10vh;
  bottom: 7.5vh;
}
.page.homepage .home-segments .tile .buttons .button {
  margin-right: 20px;
}
.page.homepage .home-segments .tile .buttons .button:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 750px) {
  .page.homepage .home-segments .tile .buttons {
    position: static;
    padding: 7vw;
  }
  .page.homepage .home-segments .tile .buttons .button {
    margin-right: 0px;
    margin-top: 10px;
  }
}
@media screen and (max-height: 920px) {
  .page.homepage .home-segments .tile .buttons .button {
    font-size: 13px;
  }
}
.page.homepage .home-segments .tile.quote-box {
  height: 25vh;
  line-height: 25vh;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #79c2dc;
  color: white;
  text-align: center;
}
.page.homepage .home-segments .tile.quote-box .inner {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
.page.homepage .home-segments .tile.quote-box .inner .quote {
  font-size: 4.7vh;
  padding-bottom: 0.2vh;
  font-family: "essonnes-display", serif;
  font-style: italic;
}
.page.homepage .home-segments .tile.quote-box .inner .name {
  padding-top: 20px;
}
@media screen and (max-width: 750px) {
  .page.homepage .home-segments .tile.quote-box {
    line-height: normal;
    height: auto;
  }
  .page.homepage .home-segments .tile.quote-box .inner {
    vertical-align: none;
    padding: 40px 30px;
    box-sizing: border-box;
  }
  .page.homepage .home-segments .tile.quote-box .inner .quote {
    font-size: 50px;
    line-height: 1em;
  }
}
.page.homepage .home-segments .floating-text {
  position: absolute;
  z-index: 100;
  pointer-events: none;
}
.page.homepage .home-segments .floating-text.book {
  color: white;
  top: 9vh;
  left: 40vh;
}
.page.homepage .home-segments .floating-text.recipes {
  color: #223455;
  top: 9vh;
  left: 95vh;
  display: none;
}
.page.homepage .tile.projects {
  width: 66.69793621vh;
  background: no-repeat center center;
  background-size: 105%;
  position: relative;
  color: white;
}
.page.homepage .tile.projects .inner {
  position: absolute;
  bottom: 8vh;
  left: 15vh;
}
.page.homepage .tile.projects .inner .buttons {
  margin-top: 4vh;
}
@media screen and (max-width: 750px) {
  .page.homepage .tile.projects {
    width: 100%;
    height: auto;
  }
  .page.homepage .tile.projects .inner {
    position: static;
    padding: 7vw;
    padding-top: 80vw;
  }
  .page.homepage .tile.projects .inner .buttons {
    padding-top: 20px;
  }
}
.page.homepage .tile.contact {
  width: 83.39587242vh;
}
.tile.contact {
  color: #223455;
  line-height: 100vh;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
@media screen and (max-width: 750px) {
  .tile.contact {
    width: 100% !important;
    line-height: normal !important;
    height: auto !important;
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}
.tile.contact .inner {
  position: relative;
  display: inline-block;
  width: 71%;
  line-height: 1.3;
  text-align: left;
  margin: auto;
  vertical-align: middle;
  max-width: 800px;
}
.tile.contact .inner .huge-heading {
  margin: auto;
  width: 31vh;
}
@media screen and (max-width: 750px) {
  .tile.contact .inner .huge-heading {
    width: auto;
  }
}
.tile.contact .inner .text-row {
  margin-top: 7vh;
  position: relative;
  padding-left: 20vh;
}
@media screen and (max-width: 750px) {
  .tile.contact .inner .text-row {
    margin-top: 40px;
  }
}
.tile.contact .inner .text-row .title {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20vh;
  font-weight: 600;
}
@media screen and (max-height: 750px), screen and (max-width: 850px) {
  .tile.contact .inner .text-row {
    padding-left: 0px;
  }
  .tile.contact .inner .text-row .title {
    position: static;
    width: auto;
  }
}
.page.recipes-landing .tile.intro-bg {
  background: url(../../img/recipes-landing-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100vw;
}
@media screen and (max-width: 750px) {
  .page.recipes-landing .tile.intro-bg {
    background: url(../../img/food-mobile.jpg) no-repeat top center;
    background-size: cover;
  }
  .page.recipes-landing .tile.intro-bg:before {
    display: block;
    content: ' ';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 2;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
}
.page.recipes-landing .tile.intro-bg .scroll-cta {
  position: absolute;
  right: 0px;
  bottom: 30vh;
}
.page.recipes-landing .tile.intro-bg .quote {
  position: absolute;
  top: 20vh;
  left: 56vw;
  color: #223455;
  z-index: 10;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
.page.recipes-landing .tile.intro-bg .quote .name {
  padding-top: 20px;
}
@media screen and (max-width: 750px) {
  .page.recipes-landing .tile.intro-bg .quote {
    top: auto;
    left: 7vw;
    right: 7vw;
    bottom: 15vh;
  }
}
.page.recipes-landing .food-types {
  width: auto;
  padding-top: 14vh;
}
@media screen and (max-width: 750px) {
  .page.recipes-landing .food-types {
    padding-top: 0px;
  }
}
.page.recipes-landing .food-types .items {
  display: block;
  height: 72vh;
  font-size: 0;
  white-space: nowrap;
  margin-right: 13vh;
  position: relative;
}
@media screen and (max-width: 750px) {
  .page.recipes-landing .food-types .items {
    white-space: normal;
    margin: 0px;
    height: auto;
  }
}
.page.recipes-landing .food-types .items .instructions {
  font-family: "essonnes-display", serif;
  font-style: italic;
  text-align: center;
  position: absolute;
  left: 15%;
  width: 100%;
  top: 50%;
  line-height: 100px;
  margin-top: -50px;
  pointer-events: none;
  font-size: 6vh;
  color: #223455;
  z-index: 1000;
}
@media screen and (max-width: 750px) {
  .page.recipes-landing .food-types .items .instructions {
    display: none;
  }
}
.page.recipes-landing .food-types .items .item {
  display: inline-block;
  width: 24.3902439vh;
  font-size: 16px;
  height: 100%;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .page.recipes-landing .food-types .items .item {
    display: block;
    width: 100%;
    height: 50vw;
  }
}
.is-tablet .page.recipes-landing .food-types .items .item {
  width: 35vh;
}
.page.recipes-landing .food-types .items .item .image {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  pointer-events: none;
  background: white no-repeat center center;
  background-size: cover;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page.recipes-landing .food-types .items .item .image .white-overlay,
.page.recipes-landing .food-types .items .item .image .dark-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page.recipes-landing .food-types .items .item .image .white-overlay {
  background: white;
  opacity: 0.6;
}
.is-tablet .page.recipes-landing .food-types .items .item .image .white-overlay {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .page.recipes-landing .food-types .items .item .image .white-overlay {
    display: none;
  }
}
.page.recipes-landing .food-types .items .item .image .dark-overlay {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  background-color: transparent;
  opacity: 0;
}
.is-tablet .page.recipes-landing .food-types .items .item .image .dark-overlay {
  opacity: 1 !important;
}
@media screen and (max-width: 750px) {
  .page.recipes-landing .food-types .items .item .image .dark-overlay {
    opacity: 1;
  }
}
.page.recipes-landing .food-types .items .item .title {
  position: absolute;
  z-index: 10;
  color: white;
  text-align: center;
  top: 50%;
  font-family: "essonnes-display", serif;
  text-transform: uppercase;
  left: -50px;
  right: -50px;
  font-size: 7vh;
  line-height: 150px;
  margin-top: -75px;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
.is-tablet .page.recipes-landing .food-types .items .item .title {
  opacity: 1 !important;
  font-size: 5vh;
}
@media screen and (max-width: 750px) {
  .page.recipes-landing .food-types .items .item .title {
    opacity: 1;
    font-size: 10vw;
    margin-top: -5.6vw;
    top: 50%;
    line-height: 1;
    left: 0px;
    right: 0px;
  }
}
@media screen and (min-width: 751px) {
  .page.recipes-landing .food-types .items .item.hovering .image {
    top: -5vh;
    bottom: -5vh;
    left: -10vh;
    right: -10vh;
    z-index: 5;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    box-shadow: 2px 8px 40px rgba(0, 0, 0, 0.4);
  }
  .is-tablet .page.recipes-landing .food-types .items .item.hovering .image {
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
  }
  .page.recipes-landing .food-types .items .item.hovering .image .white-overlay {
    opacity: 0;
  }
  .page.recipes-landing .food-types .items .item.hovering .image .dark-overlay {
    opacity: 1;
  }
  .page.recipes-landing .food-types .items .item.hovering .title {
    opacity: 1;
    -webkit-transition: opacity 0.3s 0.2s;
    transition: opacity 0.3s 0.2s;
  }
}
.page.recipes-landing .food-types .delicious {
  color: #223455;
  position: absolute;
  bottom: 24vh;
  left: 50vh;
  z-index: 60;
  pointer-events: none;
}
@media screen and (min-width: 750px) and (max-width: 1060px), screen and (max-width: 750px) {
  .blog.listing .heading-row {
    text-align: center;
  }
  .blog.listing .heading-row .huge-heading {
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .blog.listing .heading-row {
    margin-top: 40px;
  }
}
.blog.listing .back-action {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 1px;
  margin-bottom: -17px;
}
.blog.listing .back-action .back-button {
  display: block;
}
.blog.listing .heading-row {
  color: #223455;
  padding-bottom: 40px;
}
.blog.listing .blog-post-tile {
  display: block;
  text-decoration: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .blog.listing .blog-post-tile {
    margin-bottom: 20px;
  }
}
.blog.listing .blog-post-tile .meta {
  text-align: center;
  height: 8em;
  line-height: 8em;
  color: #223455;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
.blog.listing .blog-post-tile .meta .inner {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  line-height: 1em;
}
.blog.listing .blog-post-tile .meta .post-date {
  font-size: 1em;
  line-height: 1em;
}
.blog.listing .blog-post-tile .meta .post-title {
  font-family: "essonnes-display", serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.13em;
  font-weight: bold;
  padding-top: 0.5em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
@media screen and (min-width: 750px) and (max-width: 1060px) {
  .blog.listing .blog-post-tile .meta .post-title {
    font-size: 18px;
  }
}
.blog.listing .blog-post-tile .image {
  position: relative;
  background: none no-repeat center center;
  background-size: cover;
}
.blog.listing .blog-post-tile .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66666667%;
}
.blog.listing .blog-post-tile .image > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.page.listing {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1px;
}
@media screen and (max-width: 750px) {
  .page.listing {
    overflow: auto;
  }
}
.page.listing .back-action {
  padding-top: 4vh;
  padding-left: 5px;
}
.page.listing .back-action .back-button {
  color: #223455;
  text-decoration: none;
}
.page.listing .back-action .back-button:before {
  content: ' ';
  display: inline-block;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg) translateY(-2px);
          transform: rotate(-45deg) translateY(-2px);
}
@media screen and (max-width: 750px) {
  .page.listing .back-action {
    position: absolute;
    top: 70px;
  }
}
.page.listing .main {
  position: relative;
  z-index: 5;
}
.page.listing:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0px;
  right: 50%;
  bottom: 0px;
  top: 0px;
  background-image: inherit;
  background-size: cover;
}
.page.listing:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 50%;
  bottom: 0px;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.8), white);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), white);
}
.page.listing .column {
  position: relative;
}
.page.listing > .wrapper {
  height: 100%;
}
.page.listing > .wrapper > .row {
  height: 100%;
}
.page.listing > .wrapper > .row > .column {
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .page.listing .wrapper,
  .page.listing .row,
  .page.listing .column {
    height: auto !important;
  }
}
.page.listing .column .huge-heading {
  margin-top: 120px;
  color: #223455;
}
@media screen and (max-width: 750px) {
  .page.listing .column .huge-heading {
    margin-top: 160px;
  }
}
.page.listing .scroller {
  position: absolute;
  top: 120px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.page.listing .scroller > .inner {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .page.listing .scroller {
    position: relative;
    top: 40px;
  }
}
.page.listing .listing-tile {
  display: block;
  margin-bottom: 5vh;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
  position: relative;
}
.page.listing .listing-tile:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66666667%;
}
.page.listing .listing-tile > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 750px) {
  .page.listing .listing-tile {
    position: relative;
  }
  .page.listing .listing-tile:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .page.listing .listing-tile > * {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
}
.page.listing .listing-tile.square {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
}
.page.listing .listing-tile.square:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.page.listing .listing-tile.square > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 750px) {
  .page.listing .listing-tile.square {
    margin-bottom: 0px;
  }
}
.page.listing .listing-tile.square .post-date {
  position: absolute;
  top: -30px;
  line-height: 20px;
  left: 0px;
  color: #223455;
}
@media screen and (max-width: 750px) {
  .page.listing .listing-tile.square .post-date {
    top: auto;
    left: 20px;
    bottom: 20px;
    color: white;
  }
}
.page.listing .listing-tile.square .post-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin: 0px;
  font-family: "essonnes-display", serif;
  font-style: italic;
  line-height: 1.4em;
  font-size: 22px;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-font-smoothing: subpixel-antialiased !important;
  font-smoothing: subpixel-antialiased !important;
}
@media screen and (max-width: 750px) {
  .page.listing .listing-tile.square .post-title {
    bottom: 50px;
  }
}
.page.listing .listing-tile .image {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: no-repeat center center;
  background-size: cover;
}
.page.listing .listing-tile .image:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  background-color: transparent;
}
@media screen and (max-width: 750px) {
  .page.listing .listing-tile .image:after {
    background-image: -webkit-linear-gradient(top, transparent 40%, black 130%);
    background-image: linear-gradient(to bottom, transparent 40%, black 130%);
  }
}
.page.listing .listing-tile .meta,
.page.listing .listing-tile .info {
  position: absolute;
  left: 8%;
  right: 8%;
  z-index: 2;
}
.page.listing .listing-tile .meta {
  top: 8%;
}
@media screen and (max-width: 750px) {
  .page.listing .listing-tile .meta {
    bottom: 20px;
    top: auto;
  }
}
.page.listing .listing-tile .meta .date {
  float: left;
}
.page.listing .listing-tile .meta .categories {
  float: right;
}
@media screen and (max-width: 750px) {
  .page.listing .listing-tile .meta .categories {
    display: none;
  }
}
.page.listing .listing-tile .meta .categories .button {
  margin-left: 10px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 0px 10px;
}
.page.listing .listing-tile .info {
  bottom: 7%;
}
.page.listing .listing-tile .info h3 {
  font-family: "essonnes-display", serif;
  font-size: 35px;
  font-style: italic;
  line-height: 1.1;
  margin: 0px;
}
@media screen and (max-width: 750px) {
  .page.listing .listing-tile .info {
    bottom: 50px;
  }
  .page.listing .listing-tile .info h3 {
    font-size: 30px;
  }
  .page.listing .listing-tile .info p {
    display: none;
  }
}
.page.listing .controls {
  position: absolute;
  bottom: 120px;
  left: 0px;
  right: 0px;
  padding-left: 4px;
  color: #223455;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
  line-height: 2em;
}
@media screen and (max-width: 750px) {
  .page.listing .controls {
    display: none;
  }
}
.page.listing .controls h4 {
  font-size: 1em;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
}
.page.listing .controls ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.page.listing .controls ul li {
  padding: 0px;
  margin: 0px;
}
.page.listing .controls ul li a {
  color: inherit;
  text-decoration: none;
}
.page.listing .controls ul li a.active,
.page.listing .controls ul li a:hover {
  border-bottom: 1px solid currentColor;
}
.page.article {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 50px;
  color: #555;
}
.page.article.has-bg .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 60vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.page.article.has-bg .bg:before,
.page.article.has-bg .bg:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.page.article.has-bg .bg:before {
  background: rgba(0, 0, 0, 0.3);
}
.page.article.has-bg .bg:after {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.81), white);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.81), white);
  bottom: -10px;
}
.page.article .main-wrapper {
  padding-top: 120px;
}
@media screen and (max-width: 750px) {
  .page.article .main-wrapper {
    padding-top: 60px;
  }
}
.page.article .article-actions {
  padding-top: 17px;
}
.page.article .article-actions a {
  color: #223455;
  text-decoration: none;
}
.page.article .article-actions a:before {
  content: ' ';
  display: inline-block;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg) translateY(-2px);
          transform: rotate(-45deg) translateY(-2px);
}
.page.article h2 {
  font-family: "essonnes-display", serif;
  font-style: italic;
  color: #223455;
  font-size: 35px;
  margin-top: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
.page.article h3 {
  color: #223455;
  font-weight: normal;
  margin: 30px 0px 20px;
  font-size: 1.2em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
.page.article ul {
  color: #888888;
  padding-left: 20px;
}
.page.article .article-intro {
  font-size: 1.15em;
}
.page.book-page .book-tile {
  background: url('../../img/wood-bg.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100vw;
  height: 100vh;
}
.page.book-page .book-tile .scroll-cta.down {
  position: absolute;
  bottom: 0px;
  right: 20vw;
}
.page.book-page .book-tile .wrapper,
.page.book-page .book-tile .row,
.page.book-page .book-tile .column {
  height: 100%;
}
.page.book-page .book-tile .column {
  top: 10vh;
  height: 80vh;
}
@media screen and (max-width: 750px) {
  .page.book-page .book-tile .column {
    top: auto;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .page.book-page .book-tile.about-tile {
    height: auto;
    padding-top: 80vw;
  }
}
.page.book-page .book-tile.about-tile .scroll-cta {
  position: absolute;
  bottom: 15vh;
  right: 0px;
}
@media screen and (max-width: 750px) {
  .page.book-page .book-tile .book-graphic-container {
    margin-top: 80px;
    height: 80vw;
  }
}
.page.book-page .book-tile .book-graphic-container .book-graphic {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.page.book-page .book-tile .book-info {
  line-height: 80vh;
  color: #223455;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
.page.book-page .book-tile .book-info .centered-blah {
  vertical-align: middle;
  display: inline-block;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .page.book-page .book-tile .book-info {
    line-height: normal;
  }
  .page.book-page .book-tile .book-info .button {
    display: block;
    text-align: center;
  }
  .page.book-page .book-tile .book-info .centred-blah {
    display: block;
  }
}
.page.book-page .book-tile .book-info .huge-heading {
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .page.book-page .book-tile .book-info .huge-heading {
    margin-top: 30px;
  }
}
.page.book-page .book-tile .book-info h3,
.page.book-page .book-tile .book-info p {
  font-size: 1em;
  margin: 30px 0px;
}
@media screen and (max-width: 750px) {
  .page.book-page .book-tile {
    height: auto;
  }
  .page.book-page .book-tile .about-tile {
    padding-top: 50vw;
  }
  .page.book-page .book-tile .wrapper {
    position: relative;
    z-index: 10;
  }
  .page.book-page .book-tile:before {
    display: block;
    content: ' ';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 2;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
}
.page.book-page .book-extended {
  background: #79c2dc;
  color: white;
  padding-top: 6vw;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
.page.book-page .book-extended .bold-crap {
  font-weight: 500;
  font-size: 1.2em;
}
.page.book-page .book-extended p {
  margin-top: 0px;
  margin-bottom: 20px;
}
.page.book-page .book-extended .author-info h3 {
  font-size: 1.2em;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 20px;
}
.page.book-page .book-sample-lol img {
  width: 100%;
  display: block;
}
.page.about.contact {
  background: no-repeat center center;
  background-size: cover;
}
.page.about.contact:before {
  display: block;
  content: ' ';
  position: absolute;
  background: white;
  opacity: 0.8;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.page.about .tile.about-tiles {
  position: relative;
  width: 100vw;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .page.about .tile.about-tiles {
    height: auto;
    width: 100%;
  }
}
.page.about .tile.about-tiles .item {
  position: absolute;
  width: 33.334%;
  height: 50%;
  top: 0px;
  left: 0px;
  background: none no-repeat center center;
  background-size: cover;
  color: white;
  line-height: 50vh;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .page.about .tile.about-tiles .item {
    display: block;
    height: auto;
    width: 100vw;
    position: relative;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    line-height: normal;
  }
}
.page.about .tile.about-tiles .item:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 750px) {
  .page.about .tile.about-tiles .item:before {
    opacity: 1;
  }
}
.page.about .tile.about-tiles .item .inner {
  position: relative;
  display: inline-block;
  width: 33vw;
  padding: 0px 5%;
  padding-top: 3.5vw;
  box-sizing: border-box;
  line-height: 1.5;
  white-space: normal;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .page.about .tile.about-tiles .item .inner {
    display: block;
    width: 100%;
    padding-left: 7vw;
    padding-right: 7vw;
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
    text-decoration: none;
  }
}
.page.about .tile.about-tiles .item .inner .title {
  position: absolute;
  top: 50%;
  margin-top: -0.85em;
  left: 0px;
  right: 0px;
  font-family: "essonnes-display", serif;
  text-transform: uppercase;
  font-size: 2.5vw;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
  -webkit-transition: all 0.3s 0.3s ease-in-out;
  transition: all 0.3s 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
  .page.about .tile.about-tiles .item .inner .title {
    position: static;
    font-size: 8vw;
    margin-top: 0px;
    top: 0px;
  }
}
.page.about .tile.about-tiles .item .inner .text {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 0.8em;
}
@media screen and (max-width: 750px) {
  .page.about .tile.about-tiles .item .inner .text {
    opacity: 1;
    text-decoration: none;
  }
}
.page.about .tile.about-tiles .item:hover:before,
.is-tablet .page.about .tile.about-tiles .item:before {
  opacity: 1;
}
.page.about .tile.about-tiles .item:hover .inner .title,
.is-tablet .page.about .tile.about-tiles .item .inner .title {
  top: 0px;
  margin-top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page.about .tile.about-tiles .item:hover .inner .text,
.is-tablet .page.about .tile.about-tiles .item .inner .text {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.page.about .tile.about-tiles .item-4,
.page.about .tile.about-tiles .item-5,
.page.about .tile.about-tiles .item-6 {
  top: 50%;
}
.page.about .tile.about-tiles .item-2,
.page.about .tile.about-tiles .item-5 {
  left: 33.333%;
}
.page.about .tile.about-tiles .item-3,
.page.about .tile.about-tiles .item-6 {
  left: 66.666%;
}
.image-block {
  display: block;
  text-align: center;
}
.image-block img {
  max-width: 100%;
}
#mobile-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
  top: -100%;
  -webkit-transition: top 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.7s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 100;
  line-height: 100vh;
}
.nav-active #mobile-menu {
  top: 0px;
}
#mobile-menu .inner {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}
#mobile-menu .inner .main-menu {
  padding: 0px 7vw;
}
#mobile-menu .inner .main-menu ul {
  display: block;
  text-align: center;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
#mobile-menu .inner .main-menu ul li {
  font-size: 35px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "essonnes-display", serif;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialias !important;
  -moz-font-smoothing: antialias !important;
  font-smoothing: antialias !important;
}
#mobile-menu .inner .main-menu ul li a {
  color: #223455;
  text-decoration: none;
}
#mobile-menu .inner .social-menu {
  margin-top: 20px;
}
#mobile-menu .inner .social-menu a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px;
}
#mobile-menu .inner .social-menu a svg {
  fill: #223455;
}
.mobile-bg {
  display: none;
}
@media screen and (max-width: 750px) {
  .mobile-bg {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: no-repeat top center;
    background-size: cover;
  }
}
@media screen and (max-width: 750px) {
  #wpadminbar {
    display: none !important;
  }
}
.youtube-vid {
  position: relative;
}
.youtube-vid:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.youtube-vid > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.youtube-vid iframe {
  width: 100%;
  height: 100%;
}
.gallery {
  background: #f0f0f0;
  position: relative;
}
.gallery:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.gallery > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media screen and (min-width: 751px) {
  .gallery {
    margin-left: -10vw;
    margin-right: -10vw;
  }
}
.gallery .frame {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery .frame[portrait=yes] {
  background-size: contain;
}
.gallery .controls .item {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 40px;
  height: 40px;
  margin-top: -15px;
}
.gallery .controls .item:before {
  position: absolute;
  content: ' ';
  display: block;
  width: 18px;
  height: 18px;
  border-left: 2px solid white;
  border-top: 2px solid white;
  cursor: pointer;
}
.gallery .controls .item.left:before {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.gallery .controls .item.right {
  left: auto;
  right: 20px;
}
.gallery .controls .item.right:before {
  -webkit-transform: translateY(10px) translateX(20px) rotate(135deg);
          transform: translateY(10px) translateX(20px) rotate(135deg);
}
.hero-image img {
  max-width: 100%;
}
.scroll-cta {
  color: #223455;
  font-family: "essonnes-display", serif;
  position: absolute;
  line-height: 30px;
  font-size: 18px;
  font-style: italic;
  font-smoothing: antialias;
}
.scroll-cta:before {
  content: ' ';
  display: block;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .scroll-cta {
    display: none;
  }
}
.scroll-cta.right {
  padding-right: 60px;
}
.scroll-cta.right:before {
  right: 0px;
  top: 15px;
  width: 50px;
  height: 1px;
  border-top: 1px solid #223455;
}
.scroll-cta.down {
  padding-bottom: 60px;
}
.scroll-cta.down:before {
  left: 50%;
  right: 0px;
  top: 40px;
  height: 50px;
  width: 1px;
  border-left: 1px solid #223455;
}
.related-posts {
  padding-top: 50px;
}
.related-posts .border {
  height: 1px;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 50px;
}
.related-posts .more-text {
  font-size: 5vw;
  color: #223455;
  pointer-events: none;
  font-family: "essonnes-display", serif;
  font-style: italic;
  margin-top: 8px;
  padding-top: 13vw;
  line-height: 30px;
}
.related-posts .more-text .text {
  position: absolute;
  z-index: 10;
}

.custom-width2 img{
  width: 100%;
  max-width: 555px;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .custom-width1{
    left: 9vw;
  }
  .custom-width2{
    width: 33vw;
  }
}

@media (max-width: 1200px) {
  .custom-width2{
    width: 37vw;
  }
}

@media (max-width: 750px) {
  .custom-tile .row{
    display: flex;
    flex-wrap: wrap;
  }
  .custom-width1{
    left: 0;
    order: 2;
  }
  .custom-width2{
    order: 1;
    width: 100%;
  }
  .custom-width2 img{
    max-width: none;
    margin: 0 auto;
    width: 70%;
  }
}