* {
  -webkit-column-gap: inherit;
  -moz-column-gap: inherit;
  column-gap: inherit;
}
.hidden {
  display: none;
}
.wrapper {
  width: 1210px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
.wrapper * {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.faux-row {
  position: relative;
  width: 1110px;
  margin: auto;
}
.faux-row-inset {
  position: relative;
  width: 1050px;
  margin: auto;
}
.faux-row-positioned-left-inset {
  position: absolute;
  left: 50%;
  margin-left: -555px;
}
.faux-row-positioned-right-inset {
  position: absolute;
  right: 50%;
  margin-right: -555px;
}
.faux-row-positioned-left {
  position: absolute;
  left: 50%;
  margin-left: -585px;
}
.faux-row-positioned-right {
  position: absolute;
  right: 50%;
  margin-right: -585px;
}
.row {
  clear: both;
  box-sizing: border-box;
  margin-left: -30px;
}
.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: 65px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-1-breakout-left {
  width: 95px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-1-breakout-right {
  width: 95px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-1-breakout-both {
  width: 125px;
  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: 160px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-2-breakout-left {
  width: 190px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-2-breakout-right {
  width: 190px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-2-breakout-both {
  width: 220px;
  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: 255px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-3-breakout-left {
  width: 285px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-3-breakout-right {
  width: 285px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-3-breakout-both {
  width: 315px;
  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: 350px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-4-breakout-left {
  width: 380px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-4-breakout-right {
  width: 380px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-4-breakout-both {
  width: 410px;
  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: 445px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-5-breakout-left {
  width: 475px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-5-breakout-right {
  width: 475px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-5-breakout-both {
  width: 505px;
  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: 540px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-6-breakout-left {
  width: 570px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-6-breakout-right {
  width: 570px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-6-breakout-both {
  width: 600px;
  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: 635px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-7-breakout-left {
  width: 665px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-7-breakout-right {
  width: 665px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-7-breakout-both {
  width: 695px;
  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: 730px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-8-breakout-left {
  width: 760px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-8-breakout-right {
  width: 760px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-8-breakout-both {
  width: 790px;
  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: 825px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-9-breakout-left {
  width: 855px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-9-breakout-right {
  width: 855px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-9-breakout-both {
  width: 885px;
  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: 920px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-10-breakout-left {
  width: 950px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-10-breakout-right {
  width: 950px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-10-breakout-both {
  width: 980px;
  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: 1015px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-11-breakout-left {
  width: 1045px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-11-breakout-right {
  width: 1045px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-11-breakout-both {
  width: 1075px;
  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: 1110px;
  margin-left: 30px;
  margin-right: 0px;
  box-sizing: border-box;
}
.col-12-breakout-left {
  width: 1140px;
  margin-left: 0px;
  box-sizing: border-box;
}
.col-12-breakout-right {
  width: 1140px;
  margin-left: 30px;
  margin-right: -30px;
  box-sizing: border-box;
}
.col-12-breakout-both {
  width: 1170px;
  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: 0px;
}
.col-push-1 {
  left: 95px;
}
.col-push-2 {
  left: 190px;
}
.col-push-3 {
  left: 285px;
}
.col-push-4 {
  left: 380px;
}
.col-push-5 {
  left: 475px;
}
.col-push-6 {
  left: 570px;
}
.col-push-7 {
  left: 665px;
}
.col-push-8 {
  left: 760px;
}
.col-push-9 {
  left: 855px;
}
.col-push-10 {
  left: 950px;
}
.col-push-11 {
  left: 1045px;
}
.col-push-12 {
  left: 1140px;
}
.col-pull-0 {
  left: 0px;
}
.col-pull-1 {
  left: -95px;
}
.col-pull-2 {
  left: -190px;
}
.col-pull-3 {
  left: -285px;
}
.col-pull-4 {
  left: -380px;
}
.col-pull-5 {
  left: -475px;
}
.col-pull-6 {
  left: -570px;
}
.col-pull-7 {
  left: -665px;
}
.col-pull-8 {
  left: -760px;
}
.col-pull-9 {
  left: -855px;
}
.col-pull-10 {
  left: -950px;
}
.col-pull-11 {
  left: -1045px;
}
.col-pull-12 {
  left: -1140px;
}
@media screen and (min-width: 1060px) {
  .hidden {
    display: none;
  }
  .wrapper {
    width: 1050px;
    margin: auto;
    padding-left: 45px;
    padding-right: 45px;
    box-sizing: border-box;
  }
  .wrapper * {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .faux-row {
    position: relative;
    width: 960px;
    margin: auto;
  }
  .faux-row-inset {
    position: relative;
    width: 900px;
    margin: auto;
  }
  .faux-row-positioned-left-inset {
    position: absolute;
    left: 50%;
    margin-left: -480px;
  }
  .faux-row-positioned-right-inset {
    position: absolute;
    right: 50%;
    margin-right: -480px;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 50%;
    margin-left: -510px;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 50%;
    margin-right: -510px;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -30px;
  }
  .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: 52.5px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-1-breakout-left {
    width: 82.5px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-1-breakout-right {
    width: 82.5px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-1-breakout-both {
    width: 112.5px;
    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: 135px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-2-breakout-left {
    width: 165px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-2-breakout-right {
    width: 165px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-2-breakout-both {
    width: 195px;
    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: 217.5px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-3-breakout-left {
    width: 247.5px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-3-breakout-right {
    width: 247.5px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-3-breakout-both {
    width: 277.5px;
    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: 300px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-4-breakout-left {
    width: 330px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-4-breakout-right {
    width: 330px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-4-breakout-both {
    width: 360px;
    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: 382.5px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-5-breakout-left {
    width: 412.5px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-5-breakout-right {
    width: 412.5px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-5-breakout-both {
    width: 442.5px;
    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: 465px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-6-breakout-left {
    width: 495px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-6-breakout-right {
    width: 495px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-6-breakout-both {
    width: 525px;
    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: 547.5px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-7-breakout-left {
    width: 577.5px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-7-breakout-right {
    width: 577.5px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-7-breakout-both {
    width: 607.5px;
    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: 630px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-8-breakout-left {
    width: 660px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-8-breakout-right {
    width: 660px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-8-breakout-both {
    width: 690px;
    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: 712.5px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-9-breakout-left {
    width: 742.5px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-9-breakout-right {
    width: 742.5px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-9-breakout-both {
    width: 772.5px;
    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: 795px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-10-breakout-left {
    width: 825px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-10-breakout-right {
    width: 825px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-10-breakout-both {
    width: 855px;
    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: 877.5px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-11-breakout-left {
    width: 907.5px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-11-breakout-right {
    width: 907.5px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-11-breakout-both {
    width: 937.5px;
    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: 960px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-12-breakout-left {
    width: 990px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-12-breakout-right {
    width: 990px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-12-breakout-both {
    width: 1020px;
    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: 0px;
  }
  .col-push-1 {
    left: 82.5px;
  }
  .col-push-2 {
    left: 165px;
  }
  .col-push-3 {
    left: 247.5px;
  }
  .col-push-4 {
    left: 330px;
  }
  .col-push-5 {
    left: 412.5px;
  }
  .col-push-6 {
    left: 495px;
  }
  .col-push-7 {
    left: 577.5px;
  }
  .col-push-8 {
    left: 660px;
  }
  .col-push-9 {
    left: 742.5px;
  }
  .col-push-10 {
    left: 825px;
  }
  .col-push-11 {
    left: 907.5px;
  }
  .col-push-12 {
    left: 990px;
  }
  .col-pull-0 {
    left: -0px;
  }
  .col-pull-1 {
    left: -82.5px;
  }
  .col-pull-2 {
    left: -165px;
  }
  .col-pull-3 {
    left: -247.5px;
  }
  .col-pull-4 {
    left: -330px;
  }
  .col-pull-5 {
    left: -412.5px;
  }
  .col-pull-6 {
    left: -495px;
  }
  .col-pull-7 {
    left: -577.5px;
  }
  .col-pull-8 {
    left: -660px;
  }
  .col-pull-9 {
    left: -742.5px;
  }
  .col-pull-10 {
    left: -825px;
  }
  .col-pull-11 {
    left: -907.5px;
  }
  .col-pull-12 {
    left: -990px;
  }
  .wrapper {
    width: 1050px;
    margin: auto;
    padding-left: 45px;
    padding-right: 45px;
    box-sizing: border-box;
  }
  .wrapper * {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .faux-row {
    position: relative;
    width: 960px;
    margin: auto;
  }
  .faux-row-inset {
    position: relative;
    width: 900px;
    margin: auto;
  }
  .faux-row-positioned-left-inset {
    position: absolute;
    left: 50%;
    margin-left: -480px;
  }
  .faux-row-positioned-right-inset {
    position: absolute;
    right: 50%;
    margin-right: -480px;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 50%;
    margin-left: -510px;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 50%;
    margin-right: -510px;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -30px;
  }
  .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-medium-1,
  .col-medium-1-breakout-none {
    width: 52.5px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-1-breakout-left {
    width: 82.5px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-1-breakout-right {
    width: 82.5px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-1-breakout-both {
    width: 112.5px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .col-medium-2,
  .col-medium-2-breakout-none {
    width: 135px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-2-breakout-left {
    width: 165px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-2-breakout-right {
    width: 165px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-2-breakout-both {
    width: 195px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .col-medium-3,
  .col-medium-3-breakout-none {
    width: 217.5px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-3-breakout-left {
    width: 247.5px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-3-breakout-right {
    width: 247.5px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-3-breakout-both {
    width: 277.5px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .col-medium-4,
  .col-medium-4-breakout-none {
    width: 300px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-4-breakout-left {
    width: 330px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-4-breakout-right {
    width: 330px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-4-breakout-both {
    width: 360px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .col-medium-5,
  .col-medium-5-breakout-none {
    width: 382.5px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-5-breakout-left {
    width: 412.5px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-5-breakout-right {
    width: 412.5px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-5-breakout-both {
    width: 442.5px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .col-medium-6,
  .col-medium-6-breakout-none {
    width: 465px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-6-breakout-left {
    width: 495px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-6-breakout-right {
    width: 495px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-6-breakout-both {
    width: 525px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
  .col-medium-7,
  .col-medium-7-breakout-none {
    width: 547.5px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-7-breakout-left {
    width: 577.5px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-7-breakout-right {
    width: 577.5px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-7-breakout-both {
    width: 607.5px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
  }
  .col-medium-8,
  .col-medium-8-breakout-none {
    width: 630px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-8-breakout-left {
    width: 660px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-8-breakout-right {
    width: 660px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-8-breakout-both {
    width: 690px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
  }
  .col-medium-9,
  .col-medium-9-breakout-none {
    width: 712.5px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-9-breakout-left {
    width: 742.5px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-9-breakout-right {
    width: 742.5px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-9-breakout-both {
    width: 772.5px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9;
  }
  .col-medium-10,
  .col-medium-10-breakout-none {
    width: 795px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-10-breakout-left {
    width: 825px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-10-breakout-right {
    width: 825px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-10-breakout-both {
    width: 855px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-10 {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10;
  }
  .col-medium-11,
  .col-medium-11-breakout-none {
    width: 877.5px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-11-breakout-left {
    width: 907.5px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-11-breakout-right {
    width: 907.5px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-11-breakout-both {
    width: 937.5px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-11 {
    -webkit-column-count: 11;
    -moz-column-count: 11;
    column-count: 11;
  }
  .col-medium-12,
  .col-medium-12-breakout-none {
    width: 960px;
    margin-left: 30px;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-medium-12-breakout-left {
    width: 990px;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-medium-12-breakout-right {
    width: 990px;
    margin-left: 30px;
    margin-right: -30px;
    box-sizing: border-box;
  }
  .col-medium-12-breakout-both {
    width: 1020px;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-medium-12 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12;
  }
  .col-medium-push-0 {
    left: 0px;
  }
  .col-medium-push-1 {
    left: 82.5px;
  }
  .col-medium-push-2 {
    left: 165px;
  }
  .col-medium-push-3 {
    left: 247.5px;
  }
  .col-medium-push-4 {
    left: 330px;
  }
  .col-medium-push-5 {
    left: 412.5px;
  }
  .col-medium-push-6 {
    left: 495px;
  }
  .col-medium-push-7 {
    left: 577.5px;
  }
  .col-medium-push-8 {
    left: 660px;
  }
  .col-medium-push-9 {
    left: 742.5px;
  }
  .col-medium-push-10 {
    left: 825px;
  }
  .col-medium-push-11 {
    left: 907.5px;
  }
  .col-medium-push-12 {
    left: 990px;
  }
  .col-medium-pull-0 {
    left: -0px;
  }
  .col-medium-pull-1 {
    left: -82.5px;
  }
  .col-medium-pull-2 {
    left: -165px;
  }
  .col-medium-pull-3 {
    left: -247.5px;
  }
  .col-medium-pull-4 {
    left: -330px;
  }
  .col-medium-pull-5 {
    left: -412.5px;
  }
  .col-medium-pull-6 {
    left: -495px;
  }
  .col-medium-pull-7 {
    left: -577.5px;
  }
  .col-medium-pull-8 {
    left: -660px;
  }
  .col-medium-pull-9 {
    left: -742.5px;
  }
  .col-medium-pull-10 {
    left: -825px;
  }
  .col-medium-pull-11 {
    left: -907.5px;
  }
  .col-medium-pull-12 {
    left: -990px;
  }
  .visible-medium {
    display: block;
  }
  .hidden-medium {
    display: none;
  }
}
@media screen and (min-width: 700px) and (max-width: 1060px) {
  .hidden {
    display: none;
  }
  .wrapper {
    width: 100vw;
    margin: auto;
    padding-left: 20vw;
    padding-right: 20vw;
    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: 20vw;
  }
  .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 20vw;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: 17vw;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: 17vw;
  }
  .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: 2.25vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-1-breakout-left {
    width: 5.25vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-1-breakout-right {
    width: 5.25vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-1-breakout-both {
    width: 8.25vw;
    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: 7.5vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-2-breakout-left {
    width: 10.5vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-2-breakout-right {
    width: 10.5vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-2-breakout-both {
    width: 13.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: 12.75vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-3-breakout-left {
    width: 15.75vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-3-breakout-right {
    width: 15.75vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-3-breakout-both {
    width: 18.75vw;
    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: 18vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-4-breakout-left {
    width: 21vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-4-breakout-right {
    width: 21vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-4-breakout-both {
    width: 24vw;
    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: 23.25vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-5-breakout-left {
    width: 26.25vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-5-breakout-right {
    width: 26.25vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-5-breakout-both {
    width: 29.25vw;
    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: 28.5vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-6-breakout-left {
    width: 31.5vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-6-breakout-right {
    width: 31.5vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-6-breakout-both {
    width: 34.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: 33.75vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-7-breakout-left {
    width: 36.75vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-7-breakout-right {
    width: 36.75vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-7-breakout-both {
    width: 39.75vw;
    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: 39vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-8-breakout-left {
    width: 42vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-8-breakout-right {
    width: 42vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-8-breakout-both {
    width: 45vw;
    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: 44.25vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-9-breakout-left {
    width: 47.25vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-9-breakout-right {
    width: 47.25vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-9-breakout-both {
    width: 50.25vw;
    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: 49.5vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-10-breakout-left {
    width: 52.5vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-10-breakout-right {
    width: 52.5vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-10-breakout-both {
    width: 55.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: 54.75vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-11-breakout-left {
    width: 57.75vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-11-breakout-right {
    width: 57.75vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-11-breakout-both {
    width: 60.75vw;
    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: 60vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-12-breakout-left {
    width: 63vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-12-breakout-right {
    width: 63vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-12-breakout-both {
    width: 66vw;
    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: 5.25vw;
  }
  .col-push-2 {
    left: 10.5vw;
  }
  .col-push-3 {
    left: 15.75vw;
  }
  .col-push-4 {
    left: 21vw;
  }
  .col-push-5 {
    left: 26.25vw;
  }
  .col-push-6 {
    left: 31.5vw;
  }
  .col-push-7 {
    left: 36.75vw;
  }
  .col-push-8 {
    left: 42vw;
  }
  .col-push-9 {
    left: 47.25vw;
  }
  .col-push-10 {
    left: 52.5vw;
  }
  .col-push-11 {
    left: 57.75vw;
  }
  .col-push-12 {
    left: 63vw;
  }
  .col-pull-0 {
    left: -0vw;
  }
  .col-pull-1 {
    left: -5.25vw;
  }
  .col-pull-2 {
    left: -10.5vw;
  }
  .col-pull-3 {
    left: -15.75vw;
  }
  .col-pull-4 {
    left: -21vw;
  }
  .col-pull-5 {
    left: -26.25vw;
  }
  .col-pull-6 {
    left: -31.5vw;
  }
  .col-pull-7 {
    left: -36.75vw;
  }
  .col-pull-8 {
    left: -42vw;
  }
  .col-pull-9 {
    left: -47.25vw;
  }
  .col-pull-10 {
    left: -52.5vw;
  }
  .col-pull-11 {
    left: -57.75vw;
  }
  .col-pull-12 {
    left: -63vw;
  }
  .wrapper {
    width: 100vw;
    margin: auto;
    padding-left: 20vw;
    padding-right: 20vw;
    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: 20vw;
  }
  .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 20vw;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: 17vw;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: 17vw;
  }
  .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-small-1,
  .col-small-1-breakout-none {
    width: 2.25vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-1-breakout-left {
    width: 5.25vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-1-breakout-right {
    width: 5.25vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-1-breakout-both {
    width: 8.25vw;
    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: 7.5vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-2-breakout-left {
    width: 10.5vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-2-breakout-right {
    width: 10.5vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-2-breakout-both {
    width: 13.5vw;
    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: 12.75vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-3-breakout-left {
    width: 15.75vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-3-breakout-right {
    width: 15.75vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-3-breakout-both {
    width: 18.75vw;
    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: 18vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-4-breakout-left {
    width: 21vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-4-breakout-right {
    width: 21vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-4-breakout-both {
    width: 24vw;
    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: 23.25vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-5-breakout-left {
    width: 26.25vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-5-breakout-right {
    width: 26.25vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-5-breakout-both {
    width: 29.25vw;
    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: 28.5vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-6-breakout-left {
    width: 31.5vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-6-breakout-right {
    width: 31.5vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-6-breakout-both {
    width: 34.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: 33.75vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-7-breakout-left {
    width: 36.75vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-7-breakout-right {
    width: 36.75vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-7-breakout-both {
    width: 39.75vw;
    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: 39vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-8-breakout-left {
    width: 42vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-8-breakout-right {
    width: 42vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-8-breakout-both {
    width: 45vw;
    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: 44.25vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-9-breakout-left {
    width: 47.25vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-9-breakout-right {
    width: 47.25vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-9-breakout-both {
    width: 50.25vw;
    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: 49.5vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-10-breakout-left {
    width: 52.5vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-10-breakout-right {
    width: 52.5vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-10-breakout-both {
    width: 55.5vw;
    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: 54.75vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-11-breakout-left {
    width: 57.75vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-11-breakout-right {
    width: 57.75vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-11-breakout-both {
    width: 60.75vw;
    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: 60vw;
    margin-left: 3vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-small-12-breakout-left {
    width: 63vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-small-12-breakout-right {
    width: 63vw;
    margin-left: 3vw;
    margin-right: -3vw;
    box-sizing: border-box;
  }
  .col-small-12-breakout-both {
    width: 66vw;
    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: 5.25vw;
  }
  .col-small-push-2 {
    left: 10.5vw;
  }
  .col-small-push-3 {
    left: 15.75vw;
  }
  .col-small-push-4 {
    left: 21vw;
  }
  .col-small-push-5 {
    left: 26.25vw;
  }
  .col-small-push-6 {
    left: 31.5vw;
  }
  .col-small-push-7 {
    left: 36.75vw;
  }
  .col-small-push-8 {
    left: 42vw;
  }
  .col-small-push-9 {
    left: 47.25vw;
  }
  .col-small-push-10 {
    left: 52.5vw;
  }
  .col-small-push-11 {
    left: 57.75vw;
  }
  .col-small-push-12 {
    left: 63vw;
  }
  .col-small-pull-0 {
    left: -0vw;
  }
  .col-small-pull-1 {
    left: -5.25vw;
  }
  .col-small-pull-2 {
    left: -10.5vw;
  }
  .col-small-pull-3 {
    left: -15.75vw;
  }
  .col-small-pull-4 {
    left: -21vw;
  }
  .col-small-pull-5 {
    left: -26.25vw;
  }
  .col-small-pull-6 {
    left: -31.5vw;
  }
  .col-small-pull-7 {
    left: -36.75vw;
  }
  .col-small-pull-8 {
    left: -42vw;
  }
  .col-small-pull-9 {
    left: -47.25vw;
  }
  .col-small-pull-10 {
    left: -52.5vw;
  }
  .col-small-pull-11 {
    left: -57.75vw;
  }
  .col-small-pull-12 {
    left: -63vw;
  }
  .visible-small {
    display: block;
  }
  .hidden-small {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .hidden {
    display: none;
  }
  .wrapper {
    width: 100vw;
    margin: auto;
    padding-left: 10vw;
    padding-right: 10vw;
    box-sizing: border-box;
  }
  .wrapper * {
    -webkit-column-gap: 4vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
  }
  .grid-gutter-left {
    left: 4%;
  }
  .grid-gutter-right {
    riught: 4%;
  }
  .faux-row {
    position: relative;
    width: 100vw;
    margin: auto;
  }
  .faux-row-inset {
    position: relative;
    width: 92vw;
    margin: auto;
  }
  .faux-row-positioned-left-inset {
    position: absolute;
    left: 0px;
    margin-left: 10vw;
  }
  .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 10vw;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: 6vw;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: 6vw;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -4vw;
  }
  .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: 3vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-1-breakout-left {
    width: 7vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-1-breakout-right {
    width: 7vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-1-breakout-both {
    width: 11vw;
    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: 10vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-2-breakout-left {
    width: 14vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-2-breakout-right {
    width: 14vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-2-breakout-both {
    width: 18vw;
    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: 17vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-3-breakout-left {
    width: 21vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-3-breakout-right {
    width: 21vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-3-breakout-both {
    width: 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: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-4-breakout-left {
    width: 28vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-4-breakout-right {
    width: 28vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-4-breakout-both {
    width: 32vw;
    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: 31vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-5-breakout-left {
    width: 35vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-5-breakout-right {
    width: 35vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-5-breakout-both {
    width: 39vw;
    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: 38vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-6-breakout-left {
    width: 42vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-6-breakout-right {
    width: 42vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-6-breakout-both {
    width: 46vw;
    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: 45vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-7-breakout-left {
    width: 49vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-7-breakout-right {
    width: 49vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-7-breakout-both {
    width: 53vw;
    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: 52vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-8-breakout-left {
    width: 56vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-8-breakout-right {
    width: 56vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-8-breakout-both {
    width: 60vw;
    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: 59vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-9-breakout-left {
    width: 63vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-9-breakout-right {
    width: 63vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-9-breakout-both {
    width: 67vw;
    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: 66vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-10-breakout-left {
    width: 70vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-10-breakout-right {
    width: 70vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-10-breakout-both {
    width: 74vw;
    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: 73vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-11-breakout-left {
    width: 77vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-11-breakout-right {
    width: 77vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-11-breakout-both {
    width: 81vw;
    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: 80vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-12-breakout-left {
    width: 84vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-12-breakout-right {
    width: 84vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-12-breakout-both {
    width: 88vw;
    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: 7vw;
  }
  .col-push-2 {
    left: 14vw;
  }
  .col-push-3 {
    left: 21vw;
  }
  .col-push-4 {
    left: 28vw;
  }
  .col-push-5 {
    left: 35vw;
  }
  .col-push-6 {
    left: 42vw;
  }
  .col-push-7 {
    left: 49vw;
  }
  .col-push-8 {
    left: 56vw;
  }
  .col-push-9 {
    left: 63vw;
  }
  .col-push-10 {
    left: 70vw;
  }
  .col-push-11 {
    left: 77vw;
  }
  .col-push-12 {
    left: 84vw;
  }
  .col-pull-0 {
    left: 0vw;
  }
  .col-pull-1 {
    left: -7vw;
  }
  .col-pull-2 {
    left: -14vw;
  }
  .col-pull-3 {
    left: -21vw;
  }
  .col-pull-4 {
    left: -28vw;
  }
  .col-pull-5 {
    left: -35vw;
  }
  .col-pull-6 {
    left: -42vw;
  }
  .col-pull-7 {
    left: -49vw;
  }
  .col-pull-8 {
    left: -56vw;
  }
  .col-pull-9 {
    left: -63vw;
  }
  .col-pull-10 {
    left: -70vw;
  }
  .col-pull-11 {
    left: -77vw;
  }
  .col-pull-12 {
    left: -84vw;
  }
  .wrapper {
    width: 100vw;
    margin: auto;
    padding-left: 10vw;
    padding-right: 10vw;
    box-sizing: border-box;
  }
  .wrapper * {
    -webkit-column-gap: 4vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
  }
  .grid-gutter-left {
    left: 4%;
  }
  .grid-gutter-right {
    riught: 4%;
  }
  .faux-row {
    position: relative;
    width: 100vw;
    margin: auto;
  }
  .faux-row-inset {
    position: relative;
    width: 92vw;
    margin: auto;
  }
  .faux-row-positioned-left-inset {
    position: absolute;
    left: 0px;
    margin-left: 10vw;
  }
  .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 10vw;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: 6vw;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: 6vw;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -4vw;
  }
  .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-tiny-1,
  .col-tiny-1-breakout-none {
    width: 3vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-1-breakout-left {
    width: 7vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-1-breakout-right {
    width: 7vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-1-breakout-both {
    width: 11vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .col-tiny-2,
  .col-tiny-2-breakout-none {
    width: 10vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-2-breakout-left {
    width: 14vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-2-breakout-right {
    width: 14vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-2-breakout-both {
    width: 18vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .col-tiny-3,
  .col-tiny-3-breakout-none {
    width: 17vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-3-breakout-left {
    width: 21vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-3-breakout-right {
    width: 21vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-3-breakout-both {
    width: 25vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .col-tiny-4,
  .col-tiny-4-breakout-none {
    width: 24vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-4-breakout-left {
    width: 28vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-4-breakout-right {
    width: 28vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-4-breakout-both {
    width: 32vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .col-tiny-5,
  .col-tiny-5-breakout-none {
    width: 31vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-5-breakout-left {
    width: 35vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-5-breakout-right {
    width: 35vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-5-breakout-both {
    width: 39vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .col-tiny-6,
  .col-tiny-6-breakout-none {
    width: 38vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-6-breakout-left {
    width: 42vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-6-breakout-right {
    width: 42vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-6-breakout-both {
    width: 46vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
  .col-tiny-7,
  .col-tiny-7-breakout-none {
    width: 45vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-7-breakout-left {
    width: 49vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-7-breakout-right {
    width: 49vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-7-breakout-both {
    width: 53vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-7 {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
  }
  .col-tiny-8,
  .col-tiny-8-breakout-none {
    width: 52vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-8-breakout-left {
    width: 56vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-8-breakout-right {
    width: 56vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-8-breakout-both {
    width: 60vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-8 {
    -webkit-column-count: 8;
    -moz-column-count: 8;
    column-count: 8;
  }
  .col-tiny-9,
  .col-tiny-9-breakout-none {
    width: 59vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-9-breakout-left {
    width: 63vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-9-breakout-right {
    width: 63vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-9-breakout-both {
    width: 67vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-9 {
    -webkit-column-count: 9;
    -moz-column-count: 9;
    column-count: 9;
  }
  .col-tiny-10,
  .col-tiny-10-breakout-none {
    width: 66vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-10-breakout-left {
    width: 70vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-10-breakout-right {
    width: 70vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-10-breakout-both {
    width: 74vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-10 {
    -webkit-column-count: 10;
    -moz-column-count: 10;
    column-count: 10;
  }
  .col-tiny-11,
  .col-tiny-11-breakout-none {
    width: 73vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-11-breakout-left {
    width: 77vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-11-breakout-right {
    width: 77vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-11-breakout-both {
    width: 81vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-11 {
    -webkit-column-count: 11;
    -moz-column-count: 11;
    column-count: 11;
  }
  .col-tiny-12,
  .col-tiny-12-breakout-none {
    width: 80vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-tiny-12-breakout-left {
    width: 84vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-tiny-12-breakout-right {
    width: 84vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-tiny-12-breakout-both {
    width: 88vw;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  .text-col-tiny-12 {
    -webkit-column-count: 12;
    -moz-column-count: 12;
    column-count: 12;
  }
  .col-tiny-push-0 {
    left: 0vw;
  }
  .col-tiny-push-1 {
    left: 7vw;
  }
  .col-tiny-push-2 {
    left: 14vw;
  }
  .col-tiny-push-3 {
    left: 21vw;
  }
  .col-tiny-push-4 {
    left: 28vw;
  }
  .col-tiny-push-5 {
    left: 35vw;
  }
  .col-tiny-push-6 {
    left: 42vw;
  }
  .col-tiny-push-7 {
    left: 49vw;
  }
  .col-tiny-push-8 {
    left: 56vw;
  }
  .col-tiny-push-9 {
    left: 63vw;
  }
  .col-tiny-push-10 {
    left: 70vw;
  }
  .col-tiny-push-11 {
    left: 77vw;
  }
  .col-tiny-push-12 {
    left: 84vw;
  }
  .col-tiny-pull-0 {
    left: 0vw;
  }
  .col-tiny-pull-1 {
    left: -7vw;
  }
  .col-tiny-pull-2 {
    left: -14vw;
  }
  .col-tiny-pull-3 {
    left: -21vw;
  }
  .col-tiny-pull-4 {
    left: -28vw;
  }
  .col-tiny-pull-5 {
    left: -35vw;
  }
  .col-tiny-pull-6 {
    left: -42vw;
  }
  .col-tiny-pull-7 {
    left: -49vw;
  }
  .col-tiny-pull-8 {
    left: -56vw;
  }
  .col-tiny-pull-9 {
    left: -63vw;
  }
  .col-tiny-pull-10 {
    left: -70vw;
  }
  .col-tiny-pull-11 {
    left: -77vw;
  }
  .col-tiny-pull-12 {
    left: -84vw;
  }
  .visible-tiny {
    display: block;
  }
  .hidden-tiny {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .hidden {
    display: none;
  }
  .wrapper {
    width: 100vw;
    margin: auto;
    padding-left: 10vw;
    padding-right: 10vw;
    box-sizing: border-box;
  }
  .wrapper * {
    -webkit-column-gap: 4vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
  }
  .grid-gutter-left {
    left: 4%;
  }
  .grid-gutter-right {
    riught: 4%;
  }
  .faux-row {
    position: relative;
    width: 100vw;
    margin: auto;
  }
  .faux-row-inset {
    position: relative;
    width: 92vw;
    margin: auto;
  }
  .faux-row-positioned-left-inset {
    position: absolute;
    left: 0px;
    margin-left: 10vw;
  }
  .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 10vw;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: 6vw;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: 6vw;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -4vw;
  }
  .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: 3vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-1-breakout-left {
    width: 7vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-1-breakout-right {
    width: 7vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-1-breakout-both {
    width: 11vw;
    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: 10vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-2-breakout-left {
    width: 14vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-2-breakout-right {
    width: 14vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-2-breakout-both {
    width: 18vw;
    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: 17vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-3-breakout-left {
    width: 21vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-3-breakout-right {
    width: 21vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-3-breakout-both {
    width: 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: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-4-breakout-left {
    width: 28vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-4-breakout-right {
    width: 28vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-4-breakout-both {
    width: 32vw;
    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: 31vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-5-breakout-left {
    width: 35vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-5-breakout-right {
    width: 35vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-5-breakout-both {
    width: 39vw;
    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: 38vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-6-breakout-left {
    width: 42vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-6-breakout-right {
    width: 42vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-6-breakout-both {
    width: 46vw;
    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: 45vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-7-breakout-left {
    width: 49vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-7-breakout-right {
    width: 49vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-7-breakout-both {
    width: 53vw;
    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: 52vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-8-breakout-left {
    width: 56vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-8-breakout-right {
    width: 56vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-8-breakout-both {
    width: 60vw;
    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: 59vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-9-breakout-left {
    width: 63vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-9-breakout-right {
    width: 63vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-9-breakout-both {
    width: 67vw;
    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: 66vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-10-breakout-left {
    width: 70vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-10-breakout-right {
    width: 70vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-10-breakout-both {
    width: 74vw;
    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: 73vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-11-breakout-left {
    width: 77vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-11-breakout-right {
    width: 77vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-11-breakout-both {
    width: 81vw;
    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: 80vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-12-breakout-left {
    width: 84vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-12-breakout-right {
    width: 84vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-12-breakout-both {
    width: 88vw;
    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: 7vw;
  }
  .col-push-2 {
    left: 14vw;
  }
  .col-push-3 {
    left: 21vw;
  }
  .col-push-4 {
    left: 28vw;
  }
  .col-push-5 {
    left: 35vw;
  }
  .col-push-6 {
    left: 42vw;
  }
  .col-push-7 {
    left: 49vw;
  }
  .col-push-8 {
    left: 56vw;
  }
  .col-push-9 {
    left: 63vw;
  }
  .col-push-10 {
    left: 70vw;
  }
  .col-push-11 {
    left: 77vw;
  }
  .col-push-12 {
    left: 84vw;
  }
  .col-pull-0 {
    left: 0vw;
  }
  .col-pull-1 {
    left: -7vw;
  }
  .col-pull-2 {
    left: -14vw;
  }
  .col-pull-3 {
    left: -21vw;
  }
  .col-pull-4 {
    left: -28vw;
  }
  .col-pull-5 {
    left: -35vw;
  }
  .col-pull-6 {
    left: -42vw;
  }
  .col-pull-7 {
    left: -49vw;
  }
  .col-pull-8 {
    left: -56vw;
  }
  .col-pull-9 {
    left: -63vw;
  }
  .col-pull-10 {
    left: -70vw;
  }
  .col-pull-11 {
    left: -77vw;
  }
  .col-pull-12 {
    left: -84vw;
  }
  .wrapper {
    width: 100vw;
    margin: auto;
    padding-left: 10vw;
    padding-right: 10vw;
    box-sizing: border-box;
  }
  .wrapper * {
    -webkit-column-gap: 4vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
  }
  .grid-gutter-left {
    left: 4%;
  }
  .grid-gutter-right {
    riught: 4%;
  }
  .faux-row {
    position: relative;
    width: 100vw;
    margin: auto;
  }
  .faux-row-inset {
    position: relative;
    width: 92vw;
    margin: auto;
  }
  .faux-row-positioned-left-inset {
    position: absolute;
    left: 0px;
    margin-left: 10vw;
  }
  .faux-row-positioned-right-inset {
    position: absolute;
    right: 0px;
    margin-right: 10vw;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 0px;
    margin-left: 6vw;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 0px;
    margin-right: 6vw;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -4vw;
  }
  .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-mobile-1,
  .col-mobile-1-breakout-none {
    width: 3vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-1-breakout-left {
    width: 7vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-1-breakout-right {
    width: 7vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-1-breakout-both {
    width: 11vw;
    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: 10vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-2-breakout-left {
    width: 14vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-2-breakout-right {
    width: 14vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-2-breakout-both {
    width: 18vw;
    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: 17vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-3-breakout-left {
    width: 21vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-3-breakout-right {
    width: 21vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-3-breakout-both {
    width: 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: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-4-breakout-left {
    width: 28vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-4-breakout-right {
    width: 28vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-4-breakout-both {
    width: 32vw;
    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: 31vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-5-breakout-left {
    width: 35vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-5-breakout-right {
    width: 35vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-5-breakout-both {
    width: 39vw;
    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: 38vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-6-breakout-left {
    width: 42vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-6-breakout-right {
    width: 42vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-6-breakout-both {
    width: 46vw;
    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: 45vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-7-breakout-left {
    width: 49vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-7-breakout-right {
    width: 49vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-7-breakout-both {
    width: 53vw;
    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: 52vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-8-breakout-left {
    width: 56vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-8-breakout-right {
    width: 56vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-8-breakout-both {
    width: 60vw;
    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: 59vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-9-breakout-left {
    width: 63vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-9-breakout-right {
    width: 63vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-9-breakout-both {
    width: 67vw;
    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: 66vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-10-breakout-left {
    width: 70vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-10-breakout-right {
    width: 70vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-10-breakout-both {
    width: 74vw;
    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: 73vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-11-breakout-left {
    width: 77vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-11-breakout-right {
    width: 77vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-11-breakout-both {
    width: 81vw;
    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: 80vw;
    margin-left: 4vw;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .col-mobile-12-breakout-left {
    width: 84vw;
    margin-left: 0px;
    box-sizing: border-box;
  }
  .col-mobile-12-breakout-right {
    width: 84vw;
    margin-left: 4vw;
    margin-right: -4vw;
    box-sizing: border-box;
  }
  .col-mobile-12-breakout-both {
    width: 88vw;
    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: 7vw;
  }
  .col-mobile-push-2 {
    left: 14vw;
  }
  .col-mobile-push-3 {
    left: 21vw;
  }
  .col-mobile-push-4 {
    left: 28vw;
  }
  .col-mobile-push-5 {
    left: 35vw;
  }
  .col-mobile-push-6 {
    left: 42vw;
  }
  .col-mobile-push-7 {
    left: 49vw;
  }
  .col-mobile-push-8 {
    left: 56vw;
  }
  .col-mobile-push-9 {
    left: 63vw;
  }
  .col-mobile-push-10 {
    left: 70vw;
  }
  .col-mobile-push-11 {
    left: 77vw;
  }
  .col-mobile-push-12 {
    left: 84vw;
  }
  .col-mobile-pull-0 {
    left: 0vw;
  }
  .col-mobile-pull-1 {
    left: -7vw;
  }
  .col-mobile-pull-2 {
    left: -14vw;
  }
  .col-mobile-pull-3 {
    left: -21vw;
  }
  .col-mobile-pull-4 {
    left: -28vw;
  }
  .col-mobile-pull-5 {
    left: -35vw;
  }
  .col-mobile-pull-6 {
    left: -42vw;
  }
  .col-mobile-pull-7 {
    left: -49vw;
  }
  .col-mobile-pull-8 {
    left: -56vw;
  }
  .col-mobile-pull-9 {
    left: -63vw;
  }
  .col-mobile-pull-10 {
    left: -70vw;
  }
  .col-mobile-pull-11 {
    left: -77vw;
  }
  .col-mobile-pull-12 {
    left: -84vw;
  }
  .visible-mobile {
    display: block;
  }
  .hidden-mobile {
    display: none;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 100%;
  line-height: 1.5625em;
  margin: 0px;
}
#header {
  margin-bottom: -120px;
  z-index: 1;
  position: relative;
}
#header h1 {
  margin: 35px 0px;
}
#header h1 a span {
  color: rgba(0,0,0,0);
  width: 198.5px;
  height: 45px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://www.rawspirations.com/wp-content/themes/raw/assets/less/../../graphics/logo_black.png);
  background-size: contain;
}
.page.home #header h1 a span {
  background-image: url(https://www.rawspirations.com/wp-content/themes/raw/assets/less/../../graphics/logo_new.png);
}
#header .main-menu ul {
  margin: 20px 0px;
  padding: 0px;
  list-style: none;
}
#header .main-menu ul li.current-menu-item {
  font-weight: bold;
}
#site-footer {
  background: #f1f1f1;
}
#site-footer .black.logo {
  color: rgba(0,0,0,0);
  width: 160px;
  height: 38px;
  display: inline-block;
  background-image: url(https://www.rawspirations.com/wp-content/themes/raw/assets/less/../../graphics/logo_black.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 40px;
}
#site-footer .col-3:last-of-type {
  text-align: right;
}
@media screen and (min-width: 700px) and (max-width: 1060px) {
  #site-footer .col-3:last-of-type {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  #site-footer .col-3:last-of-type {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #site-footer .col-3:last-of-type {
    text-align: center;
  }
}
@media screen and (min-width: 700px) and (max-width: 1060px) {
  #site-footer .col-3 {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  #site-footer .col-3 {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #site-footer .col-3 {
    text-align: center;
  }
}
#site-footer .social.circle {
  margin: 45px 5px 30px 5px;
}
#site-footer .social.circle i {
  color: black;
}
#site-footer .col-6 {
  font-family: "freight-sans-pro-book", sans-serif;
  font-size: 13px;
  line-height: 20px;
  margin-top: -9.225px;
  margin-bottom: -5.775px;
  text-transform: uppercase;
  font-weight: 100;
}
@media screen and (min-width: 1060px) {
  #site-footer .col-6 {
    font-size: 13px;
    line-height: 20px;
    margin-top: 50.775px;
    margin-bottom: -5.775px;
  }
}
#site-footer .col-6 span {
  padding: 0 30px;
  color: #303030;
}
#site-footer .col-6 a {
  color: #303030;
}
a,
.link {
  color: blue;
  text-decoration: none;
}
a:hover,
.link:hover {
  text-decoration: underline;
}
.large-slider {
  background: black;
  position: relative;
}
.large-slider:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 65.5737704918%;
}
.large-slider > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.large-slider .slide {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.large-slider .slide .post-type-label {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 2em;
  z-index: 10;
  color: white;
  background: black;
  padding: 0px 5px;
  line-height: 1.2em;
}
.large-slider .slide .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.large-slider .slide .info {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 30px;
  color: white;
  text-decoration: none;
  background: black;
}
.homepage-section {
  padding-top: 50px;
}
.homepage-section .heading {
  padding-bottom: 30px;
}
.homepage-section .heading h2 {
  margin: 0px;
}
.homepage-section.quick-links .quick-link-item {
  position: relative;
  margin-bottom: 30px;
}
.homepage-section.quick-links .quick-link-item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 27.1186440678%;
}
.homepage-section.quick-links .quick-link-item > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.homepage-section.quick-links .quick-link-item a {
  display: block;
  padding: 30px;
  color: white;
}
.homepage-section.quick-links .quick-link-item a .title {
  font-size: 2em;
  padding-bottom: 10px;
}
.homepage-section.quick-links .quick-link-item a .subtitle {
  font-size: 0.8em;
}
.homepage-section.news-and-events {
  overflow: hidden;
}
.homepage-section.news-and-events .slider {
  position: relative;
}
.homepage-section.news-and-events .controls {
  text-align: right;
}
.homepage-section.news-and-events .controls a {
  display: inline-block;
}
.homepage-section.news-and-events .controls span.arrow {
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
}
.homepage-section.news-and-events .controls span.arrow.back:before {
  content: '<';
}
.homepage-section.news-and-events .controls span.arrow.forward:before {
  content: '>';
}
.post-thumbnail {
  position: relative;
  padding-bottom: 40px;
}
.post-thumbnail .image img {
  width: 100%;
}
.post-thumbnail .info .date {
  font-size: 0.8em;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 20px;
  opacity: 0.8;
}
.post-thumbnail .info .title {
  padding-bottom: 20px;
  font-size: 2em;
  line-height: 1.3em;
  height: 2.6em;
}
.post-thumbnail .info .options {
  padding-bottom: 10px;
}
.sidebar-menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.sidebar-menu ul li {
  padding: 0px;
  margin: 0px;
}
.latest-stuff .featured-post {
  margin-bottom: 40px;
}
.latest-stuff .page-heading .post-types,
.latest-stuff .page-heading .categories {
  padding-bottom: 30px;
}
.latest-stuff .page-heading .post-types ul,
.latest-stuff .page-heading .categories ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.latest-stuff .page-heading .post-types ul li,
.latest-stuff .page-heading .categories ul li {
  margin: 0px;
  padding: 0px;
}
.latest-stuff .page-heading .post-types ul li a.selected,
.latest-stuff .page-heading .categories ul li a.selected {
  font-weight: bold;
}
.latest-stuff .more-posts {
  text-align: right;
  font-size: 2em;
}
.page-head,
.hero {
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-head .intro,
.hero .intro {
  color: white;
}
.page-head .intro h2,
.hero .intro h2 {
  font-family: "freight-display-pro", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
  margin-top: -54.5px;
  margin-bottom: 44.5px;
  text-align: center;
  padding-top: 230px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .page-head .intro h2,
  .hero .intro h2 {
    font-size: 40px;
    line-height: 55px;
    margin-top: -40.5px;
    margin-bottom: 45.5px;
  }
}
.page-head .intro .center,
.hero .intro .center {
  margin-top: 60px;
  text-align: center;
}
.page-head .intro .button,
.hero .intro .button {
  margin-right: 10px;
}
.page-head {
  height: 425px;
  box-sizing: border-box;
}
.page-head .intro {
  color: black;
  text-align: center;
}
.page-head .intro h2 {
  padding-top: 100px;
  font-weight: 800;
}
.page-head .intro h3 {
  font-size: 25px;
  line-height: 40px;
  margin-top: 21.875px;
  margin-bottom: -11.875px;
  font-weight: 300;
  font-family: "freight-display-pro", sans-serif;
}
.page-head .intro .center {
  margin-top: 60px;
  text-align: center;
}
.page-head.post {
  height: auto;
  padding-top: 0;
}
.page-head.post h2 {
  padding-top: 0;
}
.center {
  text-align: center;
}
#newsletter-subscription {
  height: 340px;
}
.insta [class*=col-] img {
  position: absolute;
}
.insta [class*=col-] .square {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  background-size: cover;
  margin-bottom: 30px;
}
.insta [class*=col-] .square span {
  font-size: 0;
  color: rgba(0,0,0,0);
}
.thumbnail {
  padding-bottom: 73%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.nopt {
  padding-top: 0 !important;
}
.nopb {
  padding-bottom: 0 !important;
}
.nomt {
  margin-top: 0 !important;
}
.nomb {
  margin-bottom: 0 !important;
}
.noborder {
  border: none !important;
}
.postbox .ptype-cont {
  display: block;
  height: 20px;
}
.postbox .ptype {
  background-color: #303030;
  font-size: 10px;
  line-height: 27px;
  font-weight: 800;
  height: 27px;
  float: left;
  color: white;
  text-transform: uppercase;
  margin-left: 15px;
  margin-top: 15px;
  padding: 0 10px;
}
.postbox .info {
  color: #ccc;
  font-weight: 300;
  font-family: "freight-sans-pro-book", sans-serif;
  font-size: 13px;
  line-height: 15px;
  margin-top: 28.275px;
  margin-bottom: -3.275px;
}
.postbox .info span {
  color: #d1bb91;
  text-transform: uppercase;
}
.postbox .excerpt {
  font-family: "freight-display-pro", sans-serif;
  font-size: 18px;
  line-height: 25px;
  margin-top: 16.65px;
  margin-bottom: -6.65px;
  margin-bottom: 30px;
}
.postbox .title {
  font-family: "freight-display-pro", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  margin-top: 26.875px;
  margin-bottom: -6.875px;
}
.postbox.imgpostbox {
  position: relative;
  margin-bottom: 30px;
}
.postbox.imgpostbox .content {
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 45px;
  background-color: rgba(0,0,0,0.4);
}
.postbox.imgpostbox .content .ptype {
  margin: 0;
  clear: both;
}
@media screen and (max-width: 500px) {
  .postbox.imgpostbox .excerpt {
    display: none;
  }
}
.page-head {
  text-align: center;
}
.page-head .info {
  color: #ccc;
  font-weight: 300;
  font-family: "freight-sans-pro-book", sans-serif;
  font-size: 13px;
  line-height: 15px;
  margin-top: 28.275px;
  margin-bottom: -3.275px;
}
.page-head .info span {
  color: #d1bb91;
  text-transform: uppercase;
}
.page-head .ptype {
  background-color: #303030;
  font-size: 10px;
  line-height: 27px;
  font-weight: 800;
  height: 27px;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  margin-left: 15px;
  margin-top: 15px;
  padding: 0 10px;
  margin-top: 30px;
}
.button.rect {
  height: 45px;
  line-height: 45px;
  color: white;
  padding: 0 20px;
  border: 2px solid white;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "freight-sans-pro-book", sans-serif;
  display: inline-block;
}
.button.rect.white {
  background: white;
  color: #303030;
}
.button.rect.tan {
  color: #d1bb91;
  border: 2px solid #d1bb91;
}
.block {
  padding-bottom: 80px;
  padding-top: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.block.cream {
  background-color: #faf7f2;
}
.block.inset .col-4 {
  margin-top: -135px;
}
@media screen and (max-width: 500px) {
  .block.inset .col-4 {
    margin-top: 0;
  }
  .block.inset .col-4:first-of-type {
    margin-top: -135px;
  }
}
.block.skinny {
  height: 95px;
  padding: 0;
}
.block.fullwidth {
  background: #000;
}
.block.pag {
  background-color: #faf7f2;
}
.block.content:not(.noborder) {
  padding-top: 40px;
  padding-top: 0;
}
@media screen and (max-width: 500px) {
  .block.page-head {
    padding: 30px 0;
  }
}
.pagination {
  height: 95px;
  line-height: 95px;
  padding: 0;
  display: flex;
}
.pagination .next,
.pagination .prev {
  width: 150px;
}
.pagination .next a,
.pagination .prev a {
  font-size: 12px;
  color: #d1bb91;
}
.pagination .numbers {
  text-align: center;
  width: 100%;
}
.pagination .numbers >* {
  padding: 0 25px;
}
.pagination .numbers a {
  color: #d1bb91;
}
.pagination .numbers .current {
  color: black;
}
.newsletter-form {
  text-align: center;
  color: white;
}
.newsletter-form h5 {
  font-size: 35px;
  line-height: 70px;
  margin-top: 13.625px;
  margin-bottom: -23.625px;
  font-weight: 800;
  font-family: "freight-display-pro", sans-serif;
}
.newsletter-form p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 14.15px;
  margin-bottom: 20.85px;
  font-family: "freight-display-pro", sans-serif;
  font-weight: 100;
}
.newsletter-form .fineprint {
  opacity: 0.6;
  font-family: "freight-sans-pro-book", sans-serif;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  margin-top: 25.775px;
  margin-bottom: 29.225px;
  font-weight: 100;
}
.newsletter-form form {
  font-size: 0;
  display: flex;
}
.newsletter-form form input {
  height: 45px;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  display: table-row;
  font-family: "freight-sans-pro-book", sans-serif;
  font-size: 12px;
}
.newsletter-form form input[type=submit] {
  background-color: #d1bb91;
  width: 150px;
  color: white;
  font-weight: 800;
  text-transform: uppercase;
}
.newsletter-form form input[type=email] {
  background-color: white;
  width: 100%;
  padding-left: 10px;
}
#nav {
  position: absolute;
  top: 50px;
  height: 20px;
  right: 0px;
  font-family: "freight-sans-pro-book", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  margin-top: 5.125px;
  margin-bottom: -5.125px;
}
#nav ul,
#nav li {
  display: inline;
  list-style: none;
  padding: 0px;
}
#nav li a {
  display: inline-block;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  padding: 0px 10px;
  line-height: 12px;
  font-weight: 600;
  height: 12px;
}
.page.home #nav li a {
  color: white;
}
#nav li.last a {
  padding-right: 0px;
}
a {
  color: #d1bb91;
}
a.tan {
  font-weight: 800;
}
a.arrowright:after {
  text-decoration: none;
  content: '▸';
  font-size: 12px;
  padding-left: 4px;
}
.toupper {
  text-transform: uppercase;
}
.inlblk {
  display: inline-block;
}
.circle {
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.circle.social {
  width: 30px;
  height: 30px;
  border: 1px solid black;
  line-height: 30px;
  font-size: 18px;
  margin-left: 16px;
}
.title-action h2 {
  float: left;
}
.title-action a {
  padding-top: 20px;
  float: right;
  padding-bottom: 3px;
}
.title-action a i {
  font-size: 18px;
  padding-right: 10px;
}
@media screen and (max-width: 700px) {
  .title-action h2 {
    float: left;
  }
  .title-action a {
    padding-top: 20px;
    float: right;
    padding-bottom: 3px;
  }
  .title-action a i {
    font-size: 18px;
    padding-right: 10px;
  }
}
::-webkit-input-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}
:placeholder-shown {
  color: #ccc;
}
.faux-row {
  width: 100%;
}
.row.ofposts {
  margin-bottom: 55px;
}
.page-content p {
  font-size: 18px;
  line-height: 25px;
  margin-top: 31.65px;
  margin-bottom: -6.65px;
  font-family: "freight-display-pro", sans-serif;
}
.page-content strong {
  font-size: 25px;
  line-height: 25px;
  margin-top: 54.375px;
  margin-bottom: -4.375px;
}
.contact h3 {
  font-size: 25px;
  line-height: 25px;
  margin-top: 24.375px;
  margin-bottom: -4.375px;
  font-family: "freight-display-pro", sans-serif;
}
.contact p {
  font-size: 18px;
  line-height: 25px;
  margin-top: 31.65px;
  margin-bottom: 43.35px;
}
.contact .cont-row {
  font-size: 18px;
  line-height: 25px;
  margin-top: 6.65px;
  margin-bottom: -6.65px;
  font-family: "freight-display-pro", sans-serif;
}
.contact .cont-row .type {
  display: inline-block;
  width: 85px;
}
.contact .cont-row a {
  color: #d1bb91;
}
@media screen and (max-width: 700px) {
  .recent-blog .row .col-4:nth-of-type(3) {
    display: none;
  }
}
@media screen and (min-width: 700px) and (max-width: 1060px) {
  .recent-blog .row .col-4:nth-of-type(3) {
    display: none;
  }
}
.post-feature-image {
  padding-bottom: 57%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 120px;
}
.post-feature-image-recipe {
  padding-bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 120px;
}
.hero {
  background-color: #323232;
  position: relative;
}
.hero h2 {
  color: white;
}
.hero .wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
@media screen and (max-width: 500px) {
  .hero .wrapper {
    transform: translateY(-17%);
  }
}
.hero .post-feature-image {
  margin-top: 0;
  opacity: .6;
}
@media  {
  .hero .post-feature-image {
    padding-bottom: 500px;
  }
}
@media screen and (max-width: 500px) {
  .hero .post-feature-image {
    padding-bottom: 400px;
  }
}
.mobile-menu-close,
.mobile-menu-toggle {
  background-image: url(https://www.rawspirations.com/wp-content/themes/raw/assets/less/../../graphics/hamburger.svg);
  width: 25px;
  height: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  float: right;
  margin-top: 48px;
}
.page.home .mobile-menu-close,
.page.home .mobile-menu-toggle {
  background-image: url(https://www.rawspirations.com/wp-content/themes/raw/assets/less/../../graphics/hamburger_white.svg);
}
.mobile-menu-close {
  background-image: url(https://www.rawspirations.com/wp-content/themes/raw/assets/less/../../graphics/close.svg) !important;
}
.mobile-header {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #faf7f2;
  opacity: 0;
  transition: all .4s ease;
  z-index: 100;
  pointer-events: none;
}
.mobile-header h1 {
  margin: 35px 0px;
}
.mobile-header h1 a span {
  color: rgba(0,0,0,0);
  width: 198.5px;
  height: 45px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://www.rawspirations.com/wp-content/themes/raw/assets/less/../../graphics/logo_black.png);
  background-size: contain;
}
.mobile-header .menu {
  list-style: none;
  text-align: center;
}
.mobile-header .menu li {
  font-size: 20px;
  font-family: "freight-display-pro", sans-serif;
  font-size: 25px;
  line-height: 35px;
  margin-top: 9.375px;
  margin-bottom: -9.375px;
}
.mobile-header .menu li.current-menu-item a {
  color: black;
}
.mobile-header.active {
  opacity: 1;
  pointer-events: auto;
}
[class*=mobile-menu-] {
  cursor: pointer;
}
.ingredients-box {
  background-color: #faf7f2;
  padding: 45px;
  font-family: "freight-sans-pro-book", sans-serif;
  font-size: 13px;
  line-height: 25px;
  margin-top: 8.275px;
  margin-bottom: -8.275px;
}
.ingredients-box h3 {
  font-family: "freight-display-pro", sans-serif;
  font-size: 25px;
  line-height: 25px;
  margin-top: 4.375px;
  margin-bottom: 30.625px;
}
.ingredients-box span.title {
  font-size: 15px;
  line-height: 25px;
  margin-top: 7.625px;
  margin-bottom: 27.375px;
  font-family: "freight-sans-pro-book", sans-serif;
  font-weight: 800;
}
.ingredients-box ul {
  padding: 0 16px;
}
.ingredients-box ul li {
  text-transform: none;
}
.method-box {
  border-top: 1px solid #faf7f2;
  padding: 45px;
  font-size: 13px;
  line-height: 25px;
  margin-top: 8.275px;
  margin-bottom: -8.275px;
}
.method-box h3 {
  font-family: "freight-display-pro", sans-serif;
  font-size: 25px;
  line-height: 25px;
  margin-top: 4.375px;
  margin-bottom: 30.625px;
}
.method-box span.title {
  text-transform: none !important;
  font-size: 15px;
  line-height: 25px;
  margin-top: 7.625px;
  margin-bottom: 27.375px;
  font-family: "freight-sans-pro-book", sans-serif;
  font-weight: 800;
}
iframe {
  padding-top: 30px;
}
@media screen and (min-width: 700px) and (max-width: 1060px) {
  .drop3rd .col-4:nth-of-type(3) {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .drop3rd .col-4:nth-of-type(3) {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .drop3rd .col-4:nth-of-type(3) {
    display: block;
  }
}
