/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
@import url("https://use.typekit.net/nfp1val.css");
/**
 * Colors
 */
/**
 * Breakpoints
 */
body {
  margin: 0;
  padding: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.55;
  background: url("https://www.factoryfive.com/wp-content/themes/factoryfive2024/assets/scss/images/backgrounds/page-bg.jpg") center center fixed no-repeat;
  background-size: cover;
}
@media (min-width: 0px) {
  body {
    font-size: calc(16px + 5 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  body {
    font-size: 21px;
  }
}

h1,
.h1.h1.h1,
.h1.h1.h1 * {
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0.35em;
  text-transform: uppercase;
  font-size: 30px;
}
@media (min-width: 0px) {
  h1,
  .h1.h1.h1,
  .h1.h1.h1 * {
    font-size: calc(30px + 6 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1,
  .h1.h1.h1,
  .h1.h1.h1 * {
    font-size: 36px;
  }
}
h1.smaller-1x,
.h1.h1.h1.smaller-1x,
.h1.h1.h1 *.smaller-1x {
  font-size: 28px;
}
@media (min-width: 0px) {
  h1.smaller-1x,
  .h1.h1.h1.smaller-1x,
  .h1.h1.h1 *.smaller-1x {
    font-size: calc(28px + 6 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1.smaller-1x,
  .h1.h1.h1.smaller-1x,
  .h1.h1.h1 *.smaller-1x {
    font-size: 34px;
  }
}
h1.smaller-2x,
.h1.h1.h1.smaller-2x,
.h1.h1.h1 *.smaller-2x {
  font-size: 26px;
}
@media (min-width: 0px) {
  h1.smaller-2x,
  .h1.h1.h1.smaller-2x,
  .h1.h1.h1 *.smaller-2x {
    font-size: calc(26px + 6 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1.smaller-2x,
  .h1.h1.h1.smaller-2x,
  .h1.h1.h1 *.smaller-2x {
    font-size: 32px;
  }
}
h1.smaller-3x,
.h1.h1.h1.smaller-3x,
.h1.h1.h1 *.smaller-3x {
  font-size: 24px;
}
@media (min-width: 0px) {
  h1.smaller-3x,
  .h1.h1.h1.smaller-3x,
  .h1.h1.h1 *.smaller-3x {
    font-size: calc(24px + 6 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1.smaller-3x,
  .h1.h1.h1.smaller-3x,
  .h1.h1.h1 *.smaller-3x {
    font-size: 30px;
  }
}
h1.smaller-4x,
.h1.h1.h1.smaller-4x,
.h1.h1.h1 *.smaller-4x {
  font-size: 22px;
}
@media (min-width: 0px) {
  h1.smaller-4x,
  .h1.h1.h1.smaller-4x,
  .h1.h1.h1 *.smaller-4x {
    font-size: calc(22px + 6 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1.smaller-4x,
  .h1.h1.h1.smaller-4x,
  .h1.h1.h1 *.smaller-4x {
    font-size: 28px;
  }
}
h1.smaller-5x,
.h1.h1.h1.smaller-5x,
.h1.h1.h1 *.smaller-5x {
  font-size: 20px;
}
@media (min-width: 0px) {
  h1.smaller-5x,
  .h1.h1.h1.smaller-5x,
  .h1.h1.h1 *.smaller-5x {
    font-size: calc(20px + 6 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1.smaller-5x,
  .h1.h1.h1.smaller-5x,
  .h1.h1.h1 *.smaller-5x {
    font-size: 26px;
  }
}
h1.larger-1x,
.h1.h1.h1.larger-1x,
.h1.h1.h1 *.larger-1x {
  font-size: 32px;
}
@media (min-width: 0px) {
  h1.larger-1x,
  .h1.h1.h1.larger-1x,
  .h1.h1.h1 *.larger-1x {
    font-size: calc(32px + 6 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1.larger-1x,
  .h1.h1.h1.larger-1x,
  .h1.h1.h1 *.larger-1x {
    font-size: 38px;
  }
}
h1.larger-2x,
.h1.h1.h1.larger-2x,
.h1.h1.h1 *.larger-2x {
  font-size: 34px;
}
@media (min-width: 0px) {
  h1.larger-2x,
  .h1.h1.h1.larger-2x,
  .h1.h1.h1 *.larger-2x {
    font-size: calc(34px + 6 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1.larger-2x,
  .h1.h1.h1.larger-2x,
  .h1.h1.h1 *.larger-2x {
    font-size: 40px;
  }
}
h1.larger-3x,
.h1.h1.h1.larger-3x,
.h1.h1.h1 *.larger-3x {
  font-size: 36px;
}
@media (min-width: 0px) {
  h1.larger-3x,
  .h1.h1.h1.larger-3x,
  .h1.h1.h1 *.larger-3x {
    font-size: calc(36px + 6 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1.larger-3x,
  .h1.h1.h1.larger-3x,
  .h1.h1.h1 *.larger-3x {
    font-size: 42px;
  }
}
h1.larger-4x,
.h1.h1.h1.larger-4x,
.h1.h1.h1 *.larger-4x {
  font-size: 38px;
}
@media (min-width: 0px) {
  h1.larger-4x,
  .h1.h1.h1.larger-4x,
  .h1.h1.h1 *.larger-4x {
    font-size: calc(38px + 6 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1.larger-4x,
  .h1.h1.h1.larger-4x,
  .h1.h1.h1 *.larger-4x {
    font-size: 44px;
  }
}
h1.larger-5x,
.h1.h1.h1.larger-5x,
.h1.h1.h1 *.larger-5x {
  font-size: 40px;
}
@media (min-width: 0px) {
  h1.larger-5x,
  .h1.h1.h1.larger-5x,
  .h1.h1.h1 *.larger-5x {
    font-size: calc(40px + 6 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h1.larger-5x,
  .h1.h1.h1.larger-5x,
  .h1.h1.h1 *.larger-5x {
    font-size: 46px;
  }
}
h1 > a,
.h1.h1.h1 > a,
.h1.h1.h1 * > a {
  color: #000000 !important;
}

h2,
.h2 {
  font-weight: 300;
  line-height: 1.2;
  margin-top: 0;
  text-align: center;
  margin-bottom: 0;
  font-size: 25px;
}
@media (min-width: 360px) {
  h2,
  .h2 {
    margin-bottom: calc(0 + 10 * (100vw - 360px) / 1240);
  }
}
@media (min-width: 1600px) {
  h2,
  .h2 {
    margin-bottom: 10px;
  }
}
h2.smaller-1x,
.h2.smaller-1x {
  font-size: 25px;
}
@media (min-width: 0px) {
  h2.smaller-1x,
  .h2.smaller-1x {
    font-size: calc(25px + 10 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h2.smaller-1x,
  .h2.smaller-1x {
    font-size: 35px;
  }
}
h2.smaller-2x,
.h2.smaller-2x {
  font-size: 23px;
}
@media (min-width: 0px) {
  h2.smaller-2x,
  .h2.smaller-2x {
    font-size: calc(23px + 10 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h2.smaller-2x,
  .h2.smaller-2x {
    font-size: 33px;
  }
}
h2.smaller-3x,
.h2.smaller-3x {
  font-size: 21px;
}
@media (min-width: 0px) {
  h2.smaller-3x,
  .h2.smaller-3x {
    font-size: calc(21px + 10 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h2.smaller-3x,
  .h2.smaller-3x {
    font-size: 31px;
  }
}
h2.smaller-4x,
.h2.smaller-4x {
  font-size: 19px;
}
@media (min-width: 0px) {
  h2.smaller-4x,
  .h2.smaller-4x {
    font-size: calc(19px + 10 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h2.smaller-4x,
  .h2.smaller-4x {
    font-size: 29px;
  }
}
h2.smaller-5x,
.h2.smaller-5x {
  font-size: 17px;
}
@media (min-width: 0px) {
  h2.smaller-5x,
  .h2.smaller-5x {
    font-size: calc(17px + 10 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h2.smaller-5x,
  .h2.smaller-5x {
    font-size: 27px;
  }
}
h2.larger-1x,
.h2.larger-1x {
  font-size: 29px;
}
@media (min-width: 0px) {
  h2.larger-1x,
  .h2.larger-1x {
    font-size: calc(29px + 10 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h2.larger-1x,
  .h2.larger-1x {
    font-size: 39px;
  }
}
h2.larger-2x,
.h2.larger-2x {
  font-size: 31px;
}
@media (min-width: 0px) {
  h2.larger-2x,
  .h2.larger-2x {
    font-size: calc(31px + 10 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h2.larger-2x,
  .h2.larger-2x {
    font-size: 41px;
  }
}
h2.larger-3x,
.h2.larger-3x {
  font-size: 33px;
}
@media (min-width: 0px) {
  h2.larger-3x,
  .h2.larger-3x {
    font-size: calc(33px + 10 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h2.larger-3x,
  .h2.larger-3x {
    font-size: 43px;
  }
}
h2.larger-4x,
.h2.larger-4x {
  font-size: 35px;
}
@media (min-width: 0px) {
  h2.larger-4x,
  .h2.larger-4x {
    font-size: calc(35px + 10 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h2.larger-4x,
  .h2.larger-4x {
    font-size: 45px;
  }
}
h2.larger-5x,
.h2.larger-5x {
  font-size: 37px;
}
@media (min-width: 0px) {
  h2.larger-5x,
  .h2.larger-5x {
    font-size: calc(37px + 10 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h2.larger-5x,
  .h2.larger-5x {
    font-size: 47px;
  }
}
@media (min-width: 0px) {
  h2,
  .h2 {
    font-size: calc(25px + 5 * (100vw - 0px) / 768);
  }
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    text-align: unset;
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(30px + 5 * (100vw - 768px) / 256);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 35px;
  }
}
h2 strong,
.h2 strong {
  display: inline-block;
  margin-bottom: 5px;
  color: #B5272D;
  font-family: "futura-pt", sans-serif;
  font-weight: 400 !important;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  h2 strong,
  .h2 strong {
    font-size: 20px;
  }
}
h2 .heavy, h2.heavy,
.h2 .heavy,
.h2.heavy {
  font-weight: 900;
}

h3,
.h3 {
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0.35em;
  font-size: 29px;
}
@media (min-width: 0px) {
  h3,
  .h3 {
    font-size: calc(29px + 3 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}
h3.smaller-1x,
.h3.smaller-1x {
  font-size: 27px;
}
@media (min-width: 0px) {
  h3.smaller-1x,
  .h3.smaller-1x {
    font-size: calc(27px + 3 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3.smaller-1x,
  .h3.smaller-1x {
    font-size: 30px;
  }
}
h3.smaller-2x,
.h3.smaller-2x {
  font-size: 25px;
}
@media (min-width: 0px) {
  h3.smaller-2x,
  .h3.smaller-2x {
    font-size: calc(25px + 3 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3.smaller-2x,
  .h3.smaller-2x {
    font-size: 28px;
  }
}
h3.smaller-3x,
.h3.smaller-3x {
  font-size: 23px;
}
@media (min-width: 0px) {
  h3.smaller-3x,
  .h3.smaller-3x {
    font-size: calc(23px + 3 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3.smaller-3x,
  .h3.smaller-3x {
    font-size: 26px;
  }
}
h3.smaller-4x,
.h3.smaller-4x {
  font-size: 21px;
}
@media (min-width: 0px) {
  h3.smaller-4x,
  .h3.smaller-4x {
    font-size: calc(21px + 3 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3.smaller-4x,
  .h3.smaller-4x {
    font-size: 24px;
  }
}
h3.smaller-5x,
.h3.smaller-5x {
  font-size: 19px;
}
@media (min-width: 0px) {
  h3.smaller-5x,
  .h3.smaller-5x {
    font-size: calc(19px + 3 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3.smaller-5x,
  .h3.smaller-5x {
    font-size: 22px;
  }
}
h3.larger-1x,
.h3.larger-1x {
  font-size: 31px;
}
@media (min-width: 0px) {
  h3.larger-1x,
  .h3.larger-1x {
    font-size: calc(31px + 3 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3.larger-1x,
  .h3.larger-1x {
    font-size: 34px;
  }
}
h3.larger-2x,
.h3.larger-2x {
  font-size: 33px;
}
@media (min-width: 0px) {
  h3.larger-2x,
  .h3.larger-2x {
    font-size: calc(33px + 3 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3.larger-2x,
  .h3.larger-2x {
    font-size: 36px;
  }
}
h3.larger-3x,
.h3.larger-3x {
  font-size: 35px;
}
@media (min-width: 0px) {
  h3.larger-3x,
  .h3.larger-3x {
    font-size: calc(35px + 3 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3.larger-3x,
  .h3.larger-3x {
    font-size: 38px;
  }
}
h3.larger-4x,
.h3.larger-4x {
  font-size: 37px;
}
@media (min-width: 0px) {
  h3.larger-4x,
  .h3.larger-4x {
    font-size: calc(37px + 3 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3.larger-4x,
  .h3.larger-4x {
    font-size: 40px;
  }
}
h3.larger-5x,
.h3.larger-5x {
  font-size: 39px;
}
@media (min-width: 0px) {
  h3.larger-5x,
  .h3.larger-5x {
    font-size: calc(39px + 3 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h3.larger-5x,
  .h3.larger-5x {
    font-size: 42px;
  }
}

h4 {
  color: #B5272D;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0.35em;
  font-size: 16px;
}
@media (min-width: 0px) {
  h4 {
    font-size: calc(16px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4 {
    font-size: 20px;
  }
}
h4.smaller-1x {
  font-size: 14px;
}
@media (min-width: 0px) {
  h4.smaller-1x {
    font-size: calc(14px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4.smaller-1x {
    font-size: 18px;
  }
}
h4.smaller-2x {
  font-size: 12px;
}
@media (min-width: 0px) {
  h4.smaller-2x {
    font-size: calc(12px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4.smaller-2x {
    font-size: 16px;
  }
}
h4.smaller-3x {
  font-size: 10px;
}
@media (min-width: 0px) {
  h4.smaller-3x {
    font-size: calc(10px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4.smaller-3x {
    font-size: 14px;
  }
}
h4.smaller-4x {
  font-size: 8px;
}
@media (min-width: 0px) {
  h4.smaller-4x {
    font-size: calc(8px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4.smaller-4x {
    font-size: 12px;
  }
}
h4.smaller-5x {
  font-size: 6px;
}
@media (min-width: 0px) {
  h4.smaller-5x {
    font-size: calc(6px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4.smaller-5x {
    font-size: 10px;
  }
}
h4.larger-1x {
  font-size: 18px;
}
@media (min-width: 0px) {
  h4.larger-1x {
    font-size: calc(18px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4.larger-1x {
    font-size: 22px;
  }
}
h4.larger-2x {
  font-size: 20px;
}
@media (min-width: 0px) {
  h4.larger-2x {
    font-size: calc(20px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4.larger-2x {
    font-size: 24px;
  }
}
h4.larger-3x {
  font-size: 22px;
}
@media (min-width: 0px) {
  h4.larger-3x {
    font-size: calc(22px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4.larger-3x {
    font-size: 26px;
  }
}
h4.larger-4x {
  font-size: 24px;
}
@media (min-width: 0px) {
  h4.larger-4x {
    font-size: calc(24px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4.larger-4x {
    font-size: 28px;
  }
}
h4.larger-5x {
  font-size: 26px;
}
@media (min-width: 0px) {
  h4.larger-5x {
    font-size: calc(26px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h4.larger-5x {
    font-size: 30px;
  }
}

h5 {
  line-height: 1;
  margin-bottom: 0.35em;
  color: #B5272D;
  font-size: 16px;
}
@media (min-width: 0px) {
  h5 {
    font-size: calc(16px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5 {
    font-size: 16px;
  }
}
h5.smaller-1x {
  font-size: 14px;
}
@media (min-width: 0px) {
  h5.smaller-1x {
    font-size: calc(14px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5.smaller-1x {
    font-size: 14px;
  }
}
h5.smaller-2x {
  font-size: 12px;
}
@media (min-width: 0px) {
  h5.smaller-2x {
    font-size: calc(12px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5.smaller-2x {
    font-size: 12px;
  }
}
h5.smaller-3x {
  font-size: 10px;
}
@media (min-width: 0px) {
  h5.smaller-3x {
    font-size: calc(10px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5.smaller-3x {
    font-size: 10px;
  }
}
h5.smaller-4x {
  font-size: 8px;
}
@media (min-width: 0px) {
  h5.smaller-4x {
    font-size: calc(8px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5.smaller-4x {
    font-size: 8px;
  }
}
h5.smaller-5x {
  font-size: 6px;
}
@media (min-width: 0px) {
  h5.smaller-5x {
    font-size: calc(6px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5.smaller-5x {
    font-size: 6px;
  }
}
h5.larger-1x {
  font-size: 18px;
}
@media (min-width: 0px) {
  h5.larger-1x {
    font-size: calc(18px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5.larger-1x {
    font-size: 18px;
  }
}
h5.larger-2x {
  font-size: 20px;
}
@media (min-width: 0px) {
  h5.larger-2x {
    font-size: calc(20px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5.larger-2x {
    font-size: 20px;
  }
}
h5.larger-3x {
  font-size: 22px;
}
@media (min-width: 0px) {
  h5.larger-3x {
    font-size: calc(22px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5.larger-3x {
    font-size: 22px;
  }
}
h5.larger-4x {
  font-size: 24px;
}
@media (min-width: 0px) {
  h5.larger-4x {
    font-size: calc(24px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5.larger-4x {
    font-size: 24px;
  }
}
h5.larger-5x {
  font-size: 26px;
}
@media (min-width: 0px) {
  h5.larger-5x {
    font-size: calc(26px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h5.larger-5x {
    font-size: 26px;
  }
}

h6 {
  line-height: 1;
  margin-bottom: 0.35em;
  font-size: 14px;
}
@media (min-width: 0px) {
  h6 {
    font-size: calc(14px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6 {
    font-size: 14px;
  }
}
h6.smaller-1x {
  font-size: 12px;
}
@media (min-width: 0px) {
  h6.smaller-1x {
    font-size: calc(12px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6.smaller-1x {
    font-size: 12px;
  }
}
h6.smaller-2x {
  font-size: 10px;
}
@media (min-width: 0px) {
  h6.smaller-2x {
    font-size: calc(10px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6.smaller-2x {
    font-size: 10px;
  }
}
h6.smaller-3x {
  font-size: 8px;
}
@media (min-width: 0px) {
  h6.smaller-3x {
    font-size: calc(8px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6.smaller-3x {
    font-size: 8px;
  }
}
h6.smaller-4x {
  font-size: 6px;
}
@media (min-width: 0px) {
  h6.smaller-4x {
    font-size: calc(6px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6.smaller-4x {
    font-size: 6px;
  }
}
h6.smaller-5x {
  font-size: 4px;
}
@media (min-width: 0px) {
  h6.smaller-5x {
    font-size: calc(4px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6.smaller-5x {
    font-size: 4px;
  }
}
h6.larger-1x {
  font-size: 16px;
}
@media (min-width: 0px) {
  h6.larger-1x {
    font-size: calc(16px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6.larger-1x {
    font-size: 16px;
  }
}
h6.larger-2x {
  font-size: 18px;
}
@media (min-width: 0px) {
  h6.larger-2x {
    font-size: calc(18px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6.larger-2x {
    font-size: 18px;
  }
}
h6.larger-3x {
  font-size: 20px;
}
@media (min-width: 0px) {
  h6.larger-3x {
    font-size: calc(20px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6.larger-3x {
    font-size: 20px;
  }
}
h6.larger-4x {
  font-size: 22px;
}
@media (min-width: 0px) {
  h6.larger-4x {
    font-size: calc(22px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6.larger-4x {
    font-size: 22px;
  }
}
h6.larger-5x {
  font-size: 24px;
}
@media (min-width: 0px) {
  h6.larger-5x {
    font-size: calc(24px + 0 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  h6.larger-5x {
    font-size: 24px;
  }
}

strong {
  font-family: "futura-pt", sans-serif;
  font-weight: 500 !important;
}

.wrapper p, .wrapper ul, .wrapper ol {
  margin-top: 0;
  margin-bottom: 1.7em;
}
.wrapper p.smaller-1x, .wrapper ul.smaller-1x, .wrapper ol.smaller-1x {
  font-size: 15px;
}
@media (min-width: 0px) {
  .wrapper p.smaller-1x, .wrapper ul.smaller-1x, .wrapper ol.smaller-1x {
    font-size: calc(15px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .wrapper p.smaller-1x, .wrapper ul.smaller-1x, .wrapper ol.smaller-1x {
    font-size: 17px;
  }
}
.wrapper p.smaller-2x, .wrapper ul.smaller-2x, .wrapper ol.smaller-2x {
  font-size: 13px;
}
@media (min-width: 0px) {
  .wrapper p.smaller-2x, .wrapper ul.smaller-2x, .wrapper ol.smaller-2x {
    font-size: calc(13px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .wrapper p.smaller-2x, .wrapper ul.smaller-2x, .wrapper ol.smaller-2x {
    font-size: 15px;
  }
}
.wrapper p.smaller-3x, .wrapper ul.smaller-3x, .wrapper ol.smaller-3x {
  font-size: 11px;
}
@media (min-width: 0px) {
  .wrapper p.smaller-3x, .wrapper ul.smaller-3x, .wrapper ol.smaller-3x {
    font-size: calc(11px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .wrapper p.smaller-3x, .wrapper ul.smaller-3x, .wrapper ol.smaller-3x {
    font-size: 13px;
  }
}
.wrapper p.smaller-4x, .wrapper ul.smaller-4x, .wrapper ol.smaller-4x {
  font-size: 9px;
}
@media (min-width: 0px) {
  .wrapper p.smaller-4x, .wrapper ul.smaller-4x, .wrapper ol.smaller-4x {
    font-size: calc(9px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .wrapper p.smaller-4x, .wrapper ul.smaller-4x, .wrapper ol.smaller-4x {
    font-size: 11px;
  }
}
.wrapper p.smaller-5x, .wrapper ul.smaller-5x, .wrapper ol.smaller-5x {
  font-size: 7px;
}
@media (min-width: 0px) {
  .wrapper p.smaller-5x, .wrapper ul.smaller-5x, .wrapper ol.smaller-5x {
    font-size: calc(7px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .wrapper p.smaller-5x, .wrapper ul.smaller-5x, .wrapper ol.smaller-5x {
    font-size: 9px;
  }
}
.wrapper p.larger-1x, .wrapper ul.larger-1x, .wrapper ol.larger-1x {
  font-size: 19px;
}
@media (min-width: 0px) {
  .wrapper p.larger-1x, .wrapper ul.larger-1x, .wrapper ol.larger-1x {
    font-size: calc(19px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .wrapper p.larger-1x, .wrapper ul.larger-1x, .wrapper ol.larger-1x {
    font-size: 21px;
  }
}
.wrapper p.larger-2x, .wrapper ul.larger-2x, .wrapper ol.larger-2x {
  font-size: 21px;
}
@media (min-width: 0px) {
  .wrapper p.larger-2x, .wrapper ul.larger-2x, .wrapper ol.larger-2x {
    font-size: calc(21px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .wrapper p.larger-2x, .wrapper ul.larger-2x, .wrapper ol.larger-2x {
    font-size: 23px;
  }
}
.wrapper p.larger-3x, .wrapper ul.larger-3x, .wrapper ol.larger-3x {
  font-size: 23px;
}
@media (min-width: 0px) {
  .wrapper p.larger-3x, .wrapper ul.larger-3x, .wrapper ol.larger-3x {
    font-size: calc(23px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .wrapper p.larger-3x, .wrapper ul.larger-3x, .wrapper ol.larger-3x {
    font-size: 25px;
  }
}
.wrapper p.larger-4x, .wrapper ul.larger-4x, .wrapper ol.larger-4x {
  font-size: 25px;
}
@media (min-width: 0px) {
  .wrapper p.larger-4x, .wrapper ul.larger-4x, .wrapper ol.larger-4x {
    font-size: calc(25px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .wrapper p.larger-4x, .wrapper ul.larger-4x, .wrapper ol.larger-4x {
    font-size: 27px;
  }
}
.wrapper p.larger-5x, .wrapper ul.larger-5x, .wrapper ol.larger-5x {
  font-size: 27px;
}
@media (min-width: 0px) {
  .wrapper p.larger-5x, .wrapper ul.larger-5x, .wrapper ol.larger-5x {
    font-size: calc(27px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .wrapper p.larger-5x, .wrapper ul.larger-5x, .wrapper ol.larger-5x {
    font-size: 29px;
  }
}

a {
  color: #B5272D;
  text-decoration-color: rgba(181, 39, 45, 0.6);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  color: rgb(55.1227272727, 11.8772727273, 13.7045454545);
  text-decoration-color: rgba(181, 39, 45, 0.9);
  text-decoration-thickness: 2px;
}

a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  margin-bottom: 1rem;
  display: inline;
  float: left;
}
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  margin-bottom: 1rem;
  display: inline;
  float: right;
}
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

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

.mb-0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1024px) {
  .narrow-1.fl-module {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .narrow-1.fl-module {
    padding-left: calc(40px + 60 * (100vw - 1024px) / 676);
    padding-right: calc(40px + 60 * (100vw - 1024px) / 676);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1700px) {
  .narrow-1.fl-module {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .narrow-2.fl-module {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .narrow-2.fl-module {
    padding-left: calc(40px + 110 * (100vw - 1024px) / 676);
    padding-right: calc(40px + 110 * (100vw - 1024px) / 676);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1700px) {
  .narrow-2.fl-module {
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media screen and (min-width: 1024px) {
  .narrow-3.fl-module {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .narrow-3.fl-module {
    padding-left: calc(40px + 160 * (100vw - 1024px) / 676);
    padding-right: calc(40px + 160 * (100vw - 1024px) / 676);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1700px) {
  .narrow-3.fl-module {
    padding-left: 200px;
    padding-right: 200px;
  }
}

@media screen and (min-width: 1024px) {
  .narrow-4.fl-module {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .narrow-4.fl-module {
    padding-left: calc(40px + 210 * (100vw - 1024px) / 676);
    padding-right: calc(40px + 210 * (100vw - 1024px) / 676);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1700px) {
  .narrow-4.fl-module {
    padding-left: 250px;
    padding-right: 250px;
  }
}

body.page-template-template-cars .top-bar,
body.blog .top-bar,
body.single .top-bar,
body.archive .top-bar {
  background: #000000;
}

#secondary-menu {
  display: none;
}

.header {
  position: relative;
}

.top-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 0 30px 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0) 100%);
  z-index: 100;
}
body.fl-builder-edit .top-bar {
  position: relative;
}

body.page-template-template-cars .top-bar {
  position: relative;
}

.navigation-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 16px 20px;
}
@media screen and (min-width: 768px) {
  .navigation-bar {
    padding: 0 20px;
  }
}
.navigation-bar .logo {
  flex: 0 0 40px;
  margin: 0 15px 0 0;
  line-height: 0;
}
.navigation-bar .logo img {
  width: 100%;
  height: auto;
}
.navigation-bar .site_title {
  flex: 0 0 auto;
  text-decoration: none;
  color: #fefefe;
  margin-right: 50px;
}
.navigation-bar .site_title span {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
@media (min-width: 0px) {
  .navigation-bar .site_title span {
    font-size: calc(16px + 4 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .navigation-bar .site_title span {
    font-size: 20px;
  }
}
.navigation-bar .mobile-menu-trigger {
  flex: 0;
  margin-left: auto;
}
.navigation-bar .mobile-menu-trigger .menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}
.navigation-bar .mobile-menu-trigger .menu-icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
}
.navigation-bar #stickhere {
  flex: 0 0 auto;
}
@media screen and (min-width: 1024px) {
  .navigation-bar #stickhere {
    margin-left: auto;
    flex-grow: 1;
    max-width: 1024px;
  }
}

.utility-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 15px;
  padding: 20px 0 15px 0;
  border-bottom: 1px solid rgba(254, 254, 254, 0.25);
}
.utility-bar .tagline {
  flex: 1;
  padding: 0 0 0 20px;
}
.utility-bar .tagline a {
  font-size: 18px;
  text-decoration: none;
  color: #fefefe;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  .utility-bar .tagline a {
    font-size: calc(18px + 2 * (100vw - 768px) / 932);
  }
}
@media (min-width: 1700px) {
  .utility-bar .tagline a {
    font-size: 20px;
  }
}
.utility-bar .utility-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}
.utility-bar .utility-navigation li {
  flex: 0 0 auto;
}
.utility-bar .utility-navigation a {
  display: block;
  padding: 0 20px;
  font-size: 12px;
  color: #fefefe;
  text-decoration: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  .utility-bar .utility-navigation a {
    font-size: calc(12px + 8 * (100vw - 768px) / 932);
  }
}
@media (min-width: 1700px) {
  .utility-bar .utility-navigation a {
    font-size: 20px;
  }
}
.utility-bar .social-icons {
  margin: 0;
  padding: 0 20px 0 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 188px;
}
@media screen and (min-width: 1024px) {
  .utility-bar .social-icons {
    flex: 0 0 206px;
  }
}
.utility-bar .social-icons li {
  flex: 0 0 22px;
  margin: 0 0 0 6px;
}
@media screen and (min-width: 1024px) {
  .utility-bar .social-icons li {
    flex: 0 0 25px;
  }
}
.utility-bar .social-icons a {
  display: block;
  height: 22px;
  font-size: 14px;
  color: #fefefe;
  text-align: center;
  border-radius: 100%;
  background: #B5272D;
}
@media screen and (min-width: 1024px) {
  .utility-bar .social-icons a {
    height: 25px;
    font-size: 16px;
  }
}

.hero-bottom-margin {
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .hero-bottom-margin {
    margin-bottom: calc(30px + 30 * (100vw - 640px) / 1260);
  }
}
@media (min-width: 1900px) {
  .hero-bottom-margin {
    margin-bottom: 60px;
  }
}
.hero-bottom-margin .fl-col-content {
  padding: 0;
}
.hero-bottom-margin .fl-row-content-wrap {
  padding: 0;
}
.hero-bottom-margin .fl-module-content {
  margin: 0px;
}

.n2-ss-slider .n2-ss-layer p b {
  font-size: 19px;
  font-weight: 500;
}
@media (min-width: 0px) {
  .n2-ss-slider .n2-ss-layer p b {
    font-size: calc(19px + 7 * (100vw - 0px) / 1600);
  }
}
@media (min-width: 1600px) {
  .n2-ss-slider .n2-ss-layer p b {
    font-size: 26px;
  }
}

@media screen and (max-width: calc(768px - 1px)) {
  .fl-builder-content .fl-button-wrap {
    text-align: center;
  }
}
.fl-builder-content .fl-button-wrap a.fl-button {
  padding: 15px 25px !important;
  background: #B5272D;
  border-radius: 0;
}
.fl-builder-content .fl-button-wrap a.fl-button .fl-button-text {
  color: #fefefe;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  text-transform: none;
  font-size: 14px;
}
@media (min-width: 320px) {
  .fl-builder-content .fl-button-wrap a.fl-button .fl-button-text {
    font-size: calc(14px + 4 * (100vw - 320px) / 1380);
  }
}
@media (min-width: 1700px) {
  .fl-builder-content .fl-button-wrap a.fl-button .fl-button-text {
    font-size: 18px;
  }
}
.fl-builder-content .fl-button-wrap a.fl-button .fl-button-text:after {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.fl-builder-content .fl-module-button .fl-module-content {
  margin-top: 0;
  margin-bottom: 0;
}
.fl-builder-content .fl-module-button.button-white a.fl-button {
  background-color: #fefefe;
  border-color: #fefefe;
}
.fl-builder-content .fl-module-button.button-white a.fl-button .fl-button-text {
  color: #B5272D;
}
.fl-builder-content .fl-module-button.button-gray a.fl-button {
  background-color: #F5F5F5;
  border: solid 1px #F5F5F5;
}
.fl-builder-content .fl-module-button.button-gray a.fl-button .fl-button-text {
  color: #B5272D;
}

button {
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
  color: #B5272D;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
  background: #8a8a8a;
}
.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease;
}
.off-canvas-wrapper-inner.is-open-right {
  transform: translateX(-250px);
}

.fl-module img {
  height: auto;
}

.fl-photo-caption {
  font-size: 16px;
}

.off-canvas {
  position: absolute;
  top: 0;
  right: -250px;
  width: 250px;
  min-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
  z-index: -1;
}

.off-canvas-content {
  background: #fefefe;
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
}
.js-off-canvas-exit.is-visible {
  display: block !important;
}

@media screen and (max-width: calc(768px - 1px)) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 768px) {
  .show-for-small-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: calc(1024px - 1px)) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: calc(768px - 1px)), screen and (min-width: 1024px) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: calc(1024px - 1px)) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: calc(1600px - 1px)) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: calc(1024px - 1px)), screen and (min-width: 1600px) {
  .show-for-large-only {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .hide-for-xlarge {
    display: none !important;
  }
}
@media screen and (max-width: calc(1600px - 1px)) {
  .show-for-xlarge {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) and (max-width: calc(1700px - 1px)) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: calc(1600px - 1px)), screen and (min-width: 1700px) {
  .show-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (min-width: 1700px) {
  .hide-for-xxlarge {
    display: none !important;
  }
}
@media screen and (max-width: calc(1700px - 1px)) {
  .show-for-xxlarge {
    display: none !important;
  }
}
@media screen and (min-width: 1700px) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: calc(1700px - 1px)) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
body.post-type-archive-photo_galleries #inner-content,
body.tax-gallery_category #inner-content,
body.single-photo_galleries #inner-content {
  padding: 0;
  max-width: none;
}
body.post-type-archive-photo_galleries #main,
body.tax-gallery_category #main,
body.single-photo_galleries #main {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}
body.post-type-archive-photo_galleries #main > .row,
body.tax-gallery_category #main > .row,
body.single-photo_galleries #main > .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  body.post-type-archive-photo_galleries #main > .row,
  body.tax-gallery_category #main > .row,
  body.single-photo_galleries #main > .row {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 0.5fr;
    gap: 20px 20px;
  }
}
body.post-type-archive-photo_galleries .section-heading,
body.tax-gallery_category .section-heading,
body.single-photo_galleries .section-heading {
  margin: 0 auto;
  padding: 50px 0 0;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  body.post-type-archive-photo_galleries .section-heading,
  body.tax-gallery_category .section-heading,
  body.single-photo_galleries .section-heading {
    padding: 150px 0 0;
  }
}
body.post-type-archive-photo_galleries article.type-photo_galleries p.byline,
body.post-type-archive-photo_galleries article.type-video_galleries p.byline,
body.tax-gallery_category article.type-photo_galleries p.byline,
body.tax-gallery_category article.type-video_galleries p.byline,
body.single-photo_galleries article.type-photo_galleries p.byline,
body.single-photo_galleries article.type-video_galleries p.byline {
  display: none;
}
body.post-type-archive-photo_galleries article.type-photo_galleries section.featured-image,
body.post-type-archive-photo_galleries article.type-video_galleries section.featured-image,
body.tax-gallery_category article.type-photo_galleries section.featured-image,
body.tax-gallery_category article.type-video_galleries section.featured-image,
body.single-photo_galleries article.type-photo_galleries section.featured-image,
body.single-photo_galleries article.type-video_galleries section.featured-image {
  max-height: 120px;
  overflow: hidden;
  height: 120px;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  body.post-type-archive-photo_galleries article.type-photo_galleries section.featured-image,
  body.post-type-archive-photo_galleries article.type-video_galleries section.featured-image,
  body.tax-gallery_category article.type-photo_galleries section.featured-image,
  body.tax-gallery_category article.type-video_galleries section.featured-image,
  body.single-photo_galleries article.type-photo_galleries section.featured-image,
  body.single-photo_galleries article.type-video_galleries section.featured-image {
    max-height: 180px;
    overflow: hidden;
    height: 180px;
  }
}
@media screen and (min-width: 1024px) {
  body.post-type-archive-photo_galleries article.type-photo_galleries section.featured-image,
  body.post-type-archive-photo_galleries article.type-video_galleries section.featured-image,
  body.tax-gallery_category article.type-photo_galleries section.featured-image,
  body.tax-gallery_category article.type-video_galleries section.featured-image,
  body.single-photo_galleries article.type-photo_galleries section.featured-image,
  body.single-photo_galleries article.type-video_galleries section.featured-image {
    max-height: 180px;
    overflow: hidden;
    height: 180px;
  }
}
@media screen and (min-width: 1600px) {
  body.post-type-archive-photo_galleries article.type-photo_galleries section.featured-image,
  body.post-type-archive-photo_galleries article.type-video_galleries section.featured-image,
  body.tax-gallery_category article.type-photo_galleries section.featured-image,
  body.tax-gallery_category article.type-video_galleries section.featured-image,
  body.single-photo_galleries article.type-photo_galleries section.featured-image,
  body.single-photo_galleries article.type-video_galleries section.featured-image {
    max-height: 220px;
    overflow: hidden;
    height: 220px;
    margin-top: 25px;
  }
}
body.post-type-archive-photo_galleries article.type-photo_galleries section.featured-image img,
body.post-type-archive-photo_galleries article.type-video_galleries section.featured-image img,
body.tax-gallery_category article.type-photo_galleries section.featured-image img,
body.tax-gallery_category article.type-video_galleries section.featured-image img,
body.single-photo_galleries article.type-photo_galleries section.featured-image img,
body.single-photo_galleries article.type-video_galleries section.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.post-type-archive-photo_galleries article.type-photo_galleries section.entry-content,
body.post-type-archive-photo_galleries article.type-video_galleries section.entry-content,
body.tax-gallery_category article.type-photo_galleries section.entry-content,
body.tax-gallery_category article.type-video_galleries section.entry-content,
body.single-photo_galleries article.type-photo_galleries section.entry-content,
body.single-photo_galleries article.type-video_galleries section.entry-content {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 1600px) {
  body.post-type-archive-photo_galleries article.type-photo_galleries section.entry-content,
  body.post-type-archive-photo_galleries article.type-video_galleries section.entry-content,
  body.tax-gallery_category article.type-photo_galleries section.entry-content,
  body.tax-gallery_category article.type-video_galleries section.entry-content,
  body.single-photo_galleries article.type-photo_galleries section.entry-content,
  body.single-photo_galleries article.type-video_galleries section.entry-content {
    margin-bottom: 25px;
  }
}
body.post-type-archive-photo_galleries article.type-photo_galleries h4.title,
body.post-type-archive-photo_galleries article.type-video_galleries h4.title,
body.tax-gallery_category article.type-photo_galleries h4.title,
body.tax-gallery_category article.type-video_galleries h4.title,
body.single-photo_galleries article.type-photo_galleries h4.title,
body.single-photo_galleries article.type-video_galleries h4.title {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  body.post-type-archive-photo_galleries article.type-photo_galleries h4.title,
  body.post-type-archive-photo_galleries article.type-video_galleries h4.title,
  body.tax-gallery_category article.type-photo_galleries h4.title,
  body.tax-gallery_category article.type-video_galleries h4.title,
  body.single-photo_galleries article.type-photo_galleries h4.title,
  body.single-photo_galleries article.type-video_galleries h4.title {
    margin-top: 15px;
  }
}
body.post-type-archive-photo_galleries .sidebar.sidebar,
body.tax-gallery_category .sidebar.sidebar,
body.single-photo_galleries .sidebar.sidebar {
  margin: 0 auto;
  padding: 50px 8px 50px;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  body.post-type-archive-photo_galleries .sidebar.sidebar,
  body.tax-gallery_category .sidebar.sidebar,
  body.single-photo_galleries .sidebar.sidebar {
    margin-top: 0;
  }
}
@media screen and (min-width: 950px) {
  body.post-type-archive-photo_galleries .sidebar.sidebar,
  body.tax-gallery_category .sidebar.sidebar,
  body.single-photo_galleries .sidebar.sidebar {
    padding: 50px 15px 50px;
  }
}
@media screen and (min-width: 768px) {
  body.post-type-archive-photo_galleries .sidebar.sidebar .widget.widget_custom_taxonomy_list,
  body.tax-gallery_category .sidebar.sidebar .widget.widget_custom_taxonomy_list,
  body.single-photo_galleries .sidebar.sidebar .widget.widget_custom_taxonomy_list {
    display: flex;
    background: #efefef;
    margin-top: 8px;
  }
}
body.post-type-archive-photo_galleries .sidebar.sidebar h4.widgettitle,
body.tax-gallery_category .sidebar.sidebar h4.widgettitle,
body.single-photo_galleries .sidebar.sidebar h4.widgettitle {
  font-size: 13px;
  text-transform: uppercase;
  background-color: #B5272D;
  color: #fefefe;
  padding: 3px 20px;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  body.post-type-archive-photo_galleries .sidebar.sidebar h4.widgettitle,
  body.tax-gallery_category .sidebar.sidebar h4.widgettitle,
  body.single-photo_galleries .sidebar.sidebar h4.widgettitle {
    line-height: 1.6;
    margin: 0;
    display: inline-block;
    float: left;
  }
}
body.post-type-archive-photo_galleries .sidebar.sidebar ul,
body.tax-gallery_category .sidebar.sidebar ul,
body.single-photo_galleries .sidebar.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.post-type-archive-photo_galleries .sidebar.sidebar li,
body.tax-gallery_category .sidebar.sidebar li,
body.single-photo_galleries .sidebar.sidebar li {
  font-size: 13px;
  text-transform: uppercase;
  list-style: none;
}
@media screen and (min-width: 768px) {
  body.post-type-archive-photo_galleries .sidebar.sidebar li,
  body.tax-gallery_category .sidebar.sidebar li,
  body.single-photo_galleries .sidebar.sidebar li {
    float: left;
    margin-left: 18px;
    margin-right: 12px;
    padding: 3px 0;
  }
}
body.post-type-archive-photo_galleries .sidebar.sidebar a,
body.tax-gallery_category .sidebar.sidebar a,
body.single-photo_galleries .sidebar.sidebar a {
  text-decoration: none;
}
body.post-type-archive-photo_galleries .gallery,
body.tax-gallery_category .gallery,
body.single-photo_galleries .gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  body.post-type-archive-photo_galleries .gallery,
  body.tax-gallery_category .gallery,
  body.single-photo_galleries .gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  body.post-type-archive-photo_galleries .gallery,
  body.tax-gallery_category .gallery,
  body.single-photo_galleries .gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 0.5fr;
    gap: 20px 20px;
  }
}
body.post-type-archive-photo_galleries .gallery img,
body.tax-gallery_category .gallery img,
body.single-photo_galleries .gallery img {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.post-type-archive-photo_galleries .featured-image,
body.tax-gallery_category .featured-image,
body.single-photo_galleries .featured-image {
  width: 100%;
}
body.post-type-archive-photo_galleries .featured-image img,
body.tax-gallery_category .featured-image img,
body.single-photo_galleries .featured-image img {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.blog #inner-content,
body.single #inner-content,
body.archive #inner-content {
  margin: 0 auto;
  padding: 50px 8px 50px;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  body.blog #inner-content,
  body.single #inner-content,
  body.archive #inner-content {
    padding: 150px 8px 50px;
  }
}
@media screen and (min-width: 950px) {
  body.blog #inner-content,
  body.single #inner-content,
  body.archive #inner-content {
    padding: 200px 15px 50px;
  }
}
body.blog #main,
body.single #main,
body.archive #main {
  flex: 1 0 100%;
}
@media screen and (min-width: 950px) {
  body.blog #main,
  body.single #main,
  body.archive #main {
    flex: 1 0 75%;
  }
}
body.blog #main .page-title,
body.single #main .page-title,
body.archive #main .page-title {
  font-weight: 300;
  line-height: 1.2;
  margin-top: 0;
  text-align: center;
  margin-bottom: 0;
  font-size: 25px;
}
@media (min-width: 360px) {
  body.blog #main .page-title,
  body.single #main .page-title,
  body.archive #main .page-title {
    margin-bottom: calc(0 + 10 * (100vw - 360px) / 1240);
  }
}
@media (min-width: 1600px) {
  body.blog #main .page-title,
  body.single #main .page-title,
  body.archive #main .page-title {
    margin-bottom: 10px;
  }
}
body.blog #main .page-title.smaller-1x,
body.single #main .page-title.smaller-1x,
body.archive #main .page-title.smaller-1x {
  font-size: 25px;
}
@media (min-width: 0px) {
  body.blog #main .page-title.smaller-1x,
  body.single #main .page-title.smaller-1x,
  body.archive #main .page-title.smaller-1x {
    font-size: calc(25px + 10 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  body.blog #main .page-title.smaller-1x,
  body.single #main .page-title.smaller-1x,
  body.archive #main .page-title.smaller-1x {
    font-size: 35px;
  }
}
body.blog #main .page-title.smaller-2x,
body.single #main .page-title.smaller-2x,
body.archive #main .page-title.smaller-2x {
  font-size: 23px;
}
@media (min-width: 0px) {
  body.blog #main .page-title.smaller-2x,
  body.single #main .page-title.smaller-2x,
  body.archive #main .page-title.smaller-2x {
    font-size: calc(23px + 10 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  body.blog #main .page-title.smaller-2x,
  body.single #main .page-title.smaller-2x,
  body.archive #main .page-title.smaller-2x {
    font-size: 33px;
  }
}
body.blog #main .page-title.smaller-3x,
body.single #main .page-title.smaller-3x,
body.archive #main .page-title.smaller-3x {
  font-size: 21px;
}
@media (min-width: 0px) {
  body.blog #main .page-title.smaller-3x,
  body.single #main .page-title.smaller-3x,
  body.archive #main .page-title.smaller-3x {
    font-size: calc(21px + 10 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  body.blog #main .page-title.smaller-3x,
  body.single #main .page-title.smaller-3x,
  body.archive #main .page-title.smaller-3x {
    font-size: 31px;
  }
}
body.blog #main .page-title.smaller-4x,
body.single #main .page-title.smaller-4x,
body.archive #main .page-title.smaller-4x {
  font-size: 19px;
}
@media (min-width: 0px) {
  body.blog #main .page-title.smaller-4x,
  body.single #main .page-title.smaller-4x,
  body.archive #main .page-title.smaller-4x {
    font-size: calc(19px + 10 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  body.blog #main .page-title.smaller-4x,
  body.single #main .page-title.smaller-4x,
  body.archive #main .page-title.smaller-4x {
    font-size: 29px;
  }
}
body.blog #main .page-title.smaller-5x,
body.single #main .page-title.smaller-5x,
body.archive #main .page-title.smaller-5x {
  font-size: 17px;
}
@media (min-width: 0px) {
  body.blog #main .page-title.smaller-5x,
  body.single #main .page-title.smaller-5x,
  body.archive #main .page-title.smaller-5x {
    font-size: calc(17px + 10 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  body.blog #main .page-title.smaller-5x,
  body.single #main .page-title.smaller-5x,
  body.archive #main .page-title.smaller-5x {
    font-size: 27px;
  }
}
body.blog #main .page-title.larger-1x,
body.single #main .page-title.larger-1x,
body.archive #main .page-title.larger-1x {
  font-size: 29px;
}
@media (min-width: 0px) {
  body.blog #main .page-title.larger-1x,
  body.single #main .page-title.larger-1x,
  body.archive #main .page-title.larger-1x {
    font-size: calc(29px + 10 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  body.blog #main .page-title.larger-1x,
  body.single #main .page-title.larger-1x,
  body.archive #main .page-title.larger-1x {
    font-size: 39px;
  }
}
body.blog #main .page-title.larger-2x,
body.single #main .page-title.larger-2x,
body.archive #main .page-title.larger-2x {
  font-size: 31px;
}
@media (min-width: 0px) {
  body.blog #main .page-title.larger-2x,
  body.single #main .page-title.larger-2x,
  body.archive #main .page-title.larger-2x {
    font-size: calc(31px + 10 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  body.blog #main .page-title.larger-2x,
  body.single #main .page-title.larger-2x,
  body.archive #main .page-title.larger-2x {
    font-size: 41px;
  }
}
body.blog #main .page-title.larger-3x,
body.single #main .page-title.larger-3x,
body.archive #main .page-title.larger-3x {
  font-size: 33px;
}
@media (min-width: 0px) {
  body.blog #main .page-title.larger-3x,
  body.single #main .page-title.larger-3x,
  body.archive #main .page-title.larger-3x {
    font-size: calc(33px + 10 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  body.blog #main .page-title.larger-3x,
  body.single #main .page-title.larger-3x,
  body.archive #main .page-title.larger-3x {
    font-size: 43px;
  }
}
body.blog #main .page-title.larger-4x,
body.single #main .page-title.larger-4x,
body.archive #main .page-title.larger-4x {
  font-size: 35px;
}
@media (min-width: 0px) {
  body.blog #main .page-title.larger-4x,
  body.single #main .page-title.larger-4x,
  body.archive #main .page-title.larger-4x {
    font-size: calc(35px + 10 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  body.blog #main .page-title.larger-4x,
  body.single #main .page-title.larger-4x,
  body.archive #main .page-title.larger-4x {
    font-size: 45px;
  }
}
body.blog #main .page-title.larger-5x,
body.single #main .page-title.larger-5x,
body.archive #main .page-title.larger-5x {
  font-size: 37px;
}
@media (min-width: 0px) {
  body.blog #main .page-title.larger-5x,
  body.single #main .page-title.larger-5x,
  body.archive #main .page-title.larger-5x {
    font-size: calc(37px + 10 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  body.blog #main .page-title.larger-5x,
  body.single #main .page-title.larger-5x,
  body.archive #main .page-title.larger-5x {
    font-size: 47px;
  }
}
@media (min-width: 0px) {
  body.blog #main .page-title,
  body.single #main .page-title,
  body.archive #main .page-title {
    font-size: calc(25px + 5 * (100vw - 0px) / 768);
  }
}
@media (min-width: 768px) {
  body.blog #main .page-title,
  body.single #main .page-title,
  body.archive #main .page-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) {
  body.blog #main .page-title,
  body.single #main .page-title,
  body.archive #main .page-title {
    text-align: unset;
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  body.blog #main .page-title,
  body.single #main .page-title,
  body.archive #main .page-title {
    font-size: calc(30px + 5 * (100vw - 768px) / 256);
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  body.blog #main .page-title,
  body.single #main .page-title,
  body.archive #main .page-title {
    font-size: 35px;
  }
}
body.blog #main .page-title strong,
body.single #main .page-title strong,
body.archive #main .page-title strong {
  display: inline-block;
  margin-bottom: 5px;
  color: #B5272D;
  font-family: "futura-pt", sans-serif;
  font-weight: 400 !important;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  body.blog #main .page-title strong,
  body.single #main .page-title strong,
  body.archive #main .page-title strong {
    font-size: 20px;
  }
}
body.blog .sidebar,
body.single .sidebar,
body.archive .sidebar {
  flex: 1 0 100%;
  margin-top: 50px;
  padding-left: 60px;
}
body.archive .sidebar.sidebar {
  margin-top: 87px;
}

@media screen and (min-width: 950px) {
  body.blog .sidebar,
  body.single .sidebar,
  body.archive .sidebar {
    flex: 1 0 25%;
  }
}
body.blog .sidebar ul,
body.blog .sidebar li,
body.single .sidebar ul,
body.single .sidebar li,
body.archive .sidebar ul,
body.archive .sidebar li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 17px;
}
@media (min-width: 0px) {
  body.blog .sidebar ul,
  body.blog .sidebar li,
  body.single .sidebar ul,
  body.single .sidebar li,
  body.archive .sidebar ul,
  body.archive .sidebar li {
    font-size: calc(17px + 2 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  body.blog .sidebar ul,
  body.blog .sidebar li,
  body.single .sidebar ul,
  body.single .sidebar li,
  body.archive .sidebar ul,
  body.archive .sidebar li {
    font-size: 19px;
  }
}
body.blog .sidebar h4.widgettitle,
body.single .sidebar h4.widgettitle,
body.archive .sidebar h4.widgettitle {
  margin-top: 10px;
}
body.blog .sidebar a,
body.single .sidebar a,
body.archive .sidebar a {
  color: #B5272D;
  text-decoration: none;
}
body.blog .sidebar a:hover,
body.single .sidebar a:hover,
body.archive .sidebar a:hover {
  color: #370c0e;
}
body.blog article,
body.single article,
body.archive article {
  margin: 50px auto 0;
}
body.blog article .article-header h2,
body.single article .article-header h2,
body.archive article .article-header h2 {
  font-size: 1.5rem;
}
body.blog article .article-header h2 a,
body.single article .article-header h2 a,
body.archive article .article-header h2 a {
  color: #B5272D;
  text-decoration: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
}
body.blog article .article-header h2 a:hover,
body.single article .article-header h2 a:hover,
body.archive article .article-header h2 a:hover {
  color: #370c0e;
}
body.blog article .article-header p.byline,
body.single article .article-header p.byline,
body.archive article .article-header p.byline {
  margin: 0;
  color: #8a8a8a;
}
body.blog article .article-header p.byline a,
body.single article .article-header p.byline a,
body.archive article .article-header p.byline a {
  color: #B5272D;
  text-decoration: none;
}
body.blog article .article-header p.byline a:hover,
body.single article .article-header p.byline a:hover,
body.archive article .article-header p.byline a:hover {
  color: #370c0e;
}
body.blog article .entry-content img,
body.single article .entry-content img,
body.archive article .entry-content img {
  margin: 20px auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
body.blog article .entry-content .readmore,
body.single article .entry-content .readmore,
body.archive article .entry-content .readmore {
  background-color: #B5272D;
  color: #fefefe;
  padding: 2px 11px;
  margin-left: 5px;
  font-size: 90%;
  border-radius: 3px;
  white-space: nowrap;
  text-decoration: none;
}
body.blog article .rp4wp-related-posts ul > li,
body.single article .rp4wp-related-posts ul > li,
body.archive article .rp4wp-related-posts ul > li {
  padding-bottom: 0;
}
body.blog article .rp4wp-related-posts .rp4wp-related-post-content p,
body.single article .rp4wp-related-posts .rp4wp-related-post-content p,
body.archive article .rp4wp-related-posts .rp4wp-related-post-content p {
  margin-top: 0;
}
body.blog hr,
body.single hr,
body.archive hr {
  width: 50%;
  margin-top: 50px;
  border-color: rgba(181, 39, 45, 0.8);
}
body.blog .pagination,
body.single .pagination,
body.archive .pagination {
  margin-top: 1rem;
  display: table;
  width: 100%;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  padding: 10px 0;
}
body.blog .pagination a,
body.single .pagination a,
body.archive .pagination a {
  display: block;
  padding: 3px 10px;
  color: #000000;
  text-decoration: none;
  border-radius: 3px;
}
body.blog .pagination li,
body.single .pagination li,
body.archive .pagination li {
  display: table-cell;
  font-size: 0.75rem;
  text-align: center;
}
body.blog .pagination li:hover a,
body.single .pagination li:hover a,
body.archive .pagination li:hover a {
  background: #e6e6e6;
}
body.blog .pagination .current,
body.single .pagination .current,
body.archive .pagination .current {
  padding: 3px 10px;
  border-radius: 3px;
  background: #B5272D !important;
  color: #fefefe;
  cursor: default;
}

.page-id-180 .configure-row .configure-col .buttons {
  display: block;
  width: 80%;
  margin: 0 auto;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .page-id-180 .configure-row .configure-col .buttons {
    width: 50%;
  }
}
.page-id-180 .configure-row .configure-col .buttons h6 {
  background-color: #B5272D;
  text-align: center;
  text-transform: uppercase;
  color: #fefefe;
  font-size: 12px;
  padding: 2px;
  margin: 0;
}
.page-id-180 .configure-row .configure-col .buttons ul {
  width: 100%;
  background-color: #f2f2f2;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  list-style-type: none;
  margin: 0 0 15px;
  padding: 0;
}
.page-id-180 .configure-row .configure-col .buttons li {
  padding: 4px 4px 4px 12px;
  border-bottom: solid 1px #ccc;
  font-family: "futura-pt", sans-serif;
}
.page-id-180 .configure-row .configure-col .buttons a {
  text-decoration: none;
}
.page-id-180 .configure-row .configure-col .fl-col-content {
  border: solid 1px #ccc;
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .page-id-180 .configure-row .configure-col .fl-col-content {
    margin: 20px 5px;
    min-height: 430px;
  }
}
.page-id-180 .configure-row .configure-col:first-child .fl-col-content {
  margin-left: 0;
}
.page-id-180 .configure-row .configure-col:last-child .fl-col-content {
  margin-right: 0;
}

.n2-ss-align {
  max-width: none !important;
}

@media screen and (max-width: 1024px) {
  .hero-slider .fl-col-content {
    padding: 0 !important;
  }
  .hero-slider ss3-force-full-width {
    display: inline !important;
  }
}
/* SUPERSIZED STYLES */
#mask {
  position: fixed;
  top: 0;
  left: 0;
  background: #000000 url("https://www.factoryfive.com/wp-content/themes/factoryfive2024/assets/scss/assets/images/supersized/progress.gif") no-repeat center center;
  opacity: 0;
  z-index: 99999;
}

#supersized {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%;
}

#supersized img {
  width: auto;
  height: auto;
  position: relative;
  display: none;
  outline: none;
  border: none;
}

#supersized.speed img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
}

/*Speed*/
#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}

/*Quality*/
#supersized li {
  display: block;
  list-style: none;
  z-index: -30;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
}

#supersized a {
  width: 100%;
  height: 100%;
  display: block;
}

#supersized li.prevslide {
  z-index: -20;
}

#supersized li.activeslide {
  z-index: -10;
}

#supersized li.image-loading {
  background: #111 url(https://www.factoryfive.com/wp-content/themes/factoryfive2024/assets/scss/assets/images/supersized/progress.gif) no-repeat center center;
  width: 100%;
  height: 100%;
}

#supersized li.image-loading img {
  visibility: hidden;
}

#supersized li.prevslide img, #supersized li.activeslide img {
  display: inline;
}

/* Controls Bar
----------------------------*/
#controls-wrapper {
  margin: 0 auto;
  height: 42px;
  width: 100%;
  bottom: 0px;
  left: 0;
  z-index: 4;
  background: url(https://www.factoryfive.com/wp-content/themes/factoryfive2024/assets/scss/assets/images/supersized/nav-bg.png) repeat-x;
  position: fixed;
}

#controls {
  overflow: hidden;
  height: 100%;
  position: relative;
  text-align: left;
  z-index: 5;
}

#slidecounter {
  float: left;
  color: #999;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: #000 0 -1px 0;
  margin: 0px 10px 0 15px;
  line-height: 42px;
}

#slidecaption {
  float: left;
  color: #FFF;
  font: 400 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: #000 1px 1px 2px;
  margin: 0 20px 0 0;
  line-height: 42px;
  width: 50%;
}

#navigation {
  float: right;
  margin: 0px 20px 0 0;
}

#play-button {
  float: left;
  margin-top: 1px;
  border-right: 1px solid #333;
  background: url("https://www.factoryfive.com/wp-content/themes/factoryfive2024/assets/scss/assets/images/supersized/bg-hover.png") repeat-x 0 44px;
}

#play-button:hover {
  background-position: 0 1px;
  cursor: pointer;
}

#prevslide, #nextslide {
  position: absolute;
  height: 43px;
  width: 43px;
  top: 45%;
  opacity: 0.6;
}

#prevslide {
  left: 10px;
  background: url("https://www.factoryfive.com/wp-content/themes/factoryfive2024/assets/scss/assets/images/supersized/back.png");
}

#nextslide {
  right: 10px;
  background: url("https://www.factoryfive.com/wp-content/themes/factoryfive2024/assets/scss/assets/images/supersized/forward.png");
}

#prevslide:hover, #nextslide:hover {
  cursor: pointer;
}

ul#slide-list {
  padding: 15px 0;
  float: left;
  position: absolute;
  left: 50%;
}

ul#slide-list li {
  list-style: none;
  width: 12px;
  height: 12px;
  float: left;
  margin: 0 5px 0 0;
}

ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover {
  background-position: 0 0px;
}

ul#slide-list li a {
  display: block;
  width: 12px;
  height: 12px;
  background: url("https://www.factoryfive.com/wp-content/themes/factoryfive2024/assets/scss/assets/images/supersized/nav-dot.png") no-repeat 0 -24px;
}

ul#slide-list li a:hover {
  background-position: 0 -12px;
  cursor: pointer;
}

#tray-button {
  float: right;
  margin-top: 1px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  background: url("https://www.factoryfive.com/wp-content/themes/factoryfive2024/assets/scss/assets/images/supersized/bg-hover.png") repeat-x 0 44px;
}

#tray-button:hover {
  background-position: 0 1px;
  cursor: pointer;
}

#closeBtn {
  float: right;
  color: #ffffff;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  padding: 11px;
  background: url("https://www.factoryfive.com/wp-content/themes/factoryfive2024/assets/scss/assets/images/supersized/bg-hover.png") repeat-x scroll 0 44px transparent;
  cursor: pointer;
  border-left: 1px solid #000000;
}

#closeBtn:hover {
  background-position: 0 1px;
}

/* Progress Bar
----------------------------*/
#progress-back {
  z-index: 5;
  position: fixed;
  bottom: 42px;
  left: 0;
  height: 8px;
  width: 100%;
  background: url("https://www.factoryfive.com/wp-content/themes/factoryfive2024/assets/scss/assets/images/supersized/progress-back.png") repeat-x;
}

#progress-bar {
  position: relative;
  height: 8px;
  width: 100%;
  background: url("https://www.factoryfive.com/wp-content/themes/factoryfive2024/assets/scss/assets/images/supersized/progress-bar.png") repeat-x;
}

/* Thumbnail Navigation
----------------------------*/
#nextthumb, #prevthumb {
  z-index: 2;
  display: none;
  position: fixed;
  bottom: 61px;
  height: 75px;
  width: 100px;
  overflow: hidden;
  background: #ddd;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 5px #000;
}

#nextthumb {
  right: 12px;
}

#prevthumb {
  left: 12px;
}

#nextthumb img, #prevthumb img {
  width: 150px;
  height: auto;
}

#nextthumb:active, #prevthumb:active {
  bottom: 59px;
}

#nextthumb:hover, #prevthumb:hover {
  cursor: pointer;
}

/* Thumbnail Tray
----------------------------*/
#thumb-tray {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  background: url("https://www.factoryfive.com/wp-content/themes/factoryfive2024/assets/scss/assets/images/supersized/bg-black.png");
  height: 150px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -moz-box-shadow: 0px 0px 4px #000;
  -webkit-box-shadow: 0px 0px 4px #000;
  box-shadow: 0px 0px 4px #000;
}

#thumb-back, #thumb-forward {
  position: absolute;
  z-index: 5;
  bottom: 42px;
  height: 108px;
  width: 40px;
}

#thumb-back {
  left: 0;
  background: url("https://www.factoryfive.com/wp-content/themes/factoryfive2024/assets/scss/assets/images/supersized/thumb-back.png") no-repeat center center;
}

#thumb-forward {
  right: 0;
  background: url("https://www.factoryfive.com/wp-content/themes/factoryfive2024/assets/scss/assets/images/supersized/thumb-forward.png") no-repeat center center;
}

#thumb-back:hover, #thumb-forward:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}

#thumb-back:hover {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#thumb-forward:hover {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

ul#thumb-list {
  display: inline-block;
  list-style: none;
  position: relative;
  left: 0px;
  padding: 0 0px;
}

ul#thumb-list li {
  background: #111;
  list-style: none;
  display: inline;
  width: 150px;
  height: 108px;
  overflow: hidden;
  float: left;
  margin: 0;
}

ul#thumb-list li img {
  width: 200px;
  height: auto;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

ul#thumb-list li:hover {
  cursor: pointer;
}

ul#supersized li img {
  max-width: initial;
}

body .gform_wrapper h3.gform_title {
  font-size: 40px;
  font-weight: normal;
}
body .gform_wrapper .gfield_total {
  position: fixed;
  bottom: 0;
  background-color: #fefefe;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body .gform_wrapper .gfield_total {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    width: auto;
    padding: 20px !important;
    border-radius: 4px;
    box-shadow: 0 4px 7px 2px #efefef;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
    font-size: 130%;
    text-transform: uppercase;
    text-align: center;
  }
}
body .gform_wrapper .gfield_total span {
  color: #000000;
}
body .gform_wrapper .gfield_total label {
  margin-top: 0 !important;
  border-top: solid 2px #fefefe;
}
@media screen and (min-width: 768px) {
  body .gform_wrapper .gfield_total label {
    border-top: none;
  }
}
body .gform_wrapper select {
  background-position: right 1rem center;
}
body .gform_wrapper .button {
  color: #fefefe;
  background-color: #B5272D;
  border-radius: 0;
  padding: 8px 20px;
  border: none;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  display: block !important;
  margin: 0 0 0 auto !important;
  position: relative;
}
body .gform_wrapper .ginput_container.ginput_container_singleproduct {
  /* base price indicator at start of order forms */
  font-size: 140%;
  font-weight: bold;
}
body .gform_wrapper .gform_body ul {
  list-style: none outside none;
  margin: 0;
}
body .gform_wrapper .imp-tooltip-plain-text {
  font-size: rem-calc(12);
}
body .gform_wrapper .top_label .gfield_label {
  background-color: #B5272D;
  color: #fefefe;
  padding: 4px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
body .gform_wrapper .gfield_required {
  color: #fefefe;
}
body .gform_wrapper .top_label li ul.gfield_checkbox,
body .gform_wrapper .top_label li ul.gfield_radio {
  width: 100% !important;
}
body .gform_wrapper .top_label li ul.gfield_checkbox li input[type=radio]:checked + label,
body .gform_wrapper .top_label li ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 500;
}
body .gform_wrapper .gfield_checkbox li,
body .gform_wrapper .gfield_radio li {
  /* trading the default bottom margin for bottom padding to ensure equal line heights on zebra stripes */
  margin-bottom: 0 !important;
}
body .gform_wrapper .ginput_price {
  position: absolute;
  right: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  body .gform_wrapper .ginput_price {
    right: 20px;
  }
}
body .gform_wrapper .percentbar_blue {
  background-color: #B5272D !important;
}
body .gform_wrapper [type=file],
body .gform_wrapper [type=checkbox],
body .gform_wrapper [type=radio] {
  margin-bottom: 0;
  margin-top: 5px !important;
  vertical-align: top !important;
}
body .gform_wrapper ul li div.ginput_container ul li {
  padding: 10px 6px !important; /* specificity wars! trying to override an !important included in gforms base css... */
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
body .gform_wrapper ul li div.ginput_container ul li:nth-child(odd) {
  background-color: #efefef;
  border-top: solid 1px #cecece;
  border-bottom: solid 1px #d5d5d5;
}

#menu-main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#menu-main-menu > li {
  flex: 0 0 auto;
}
#menu-main-menu > li > a {
  position: relative;
  display: block;
  padding: 3px 0 15px;
  color: #fefefe;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #menu-main-menu > li > a {
    font-size: calc(15px + 5 * (100vw - 768px) / 832);
  }
}
@media (min-width: 1600px) {
  #menu-main-menu > li > a {
    font-size: 20px;
  }
}
#menu-main-menu > li:hover > a:after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 50%;
  height: 2px;
  background: #B5272D;
  left: 0;
  right: 0;
  margin: auto;
}
#menu-main-menu > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#menu-main-menu > li > ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  background: #fefefe;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.3);
}
#menu-main-menu > li > ul .section_title {
  position: absolute;
  top: 0;
  left: 50px;
  right: 0;
  margin: auto;
  display: block;
  width: 100%;
  max-width: 1125px;
  font-size: 132px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.06);
  z-index: 100;
}
#menu-main-menu > li > ul > li {
  flex: 0 1 auto;
  z-index: 1;
}
#menu-main-menu > li > ul > li:before {
  content: "";
  width: 2px;
  height: 170px;
  background: #F5F5F5;
  display: block;
  position: absolute;
  bottom: 20%;
}
#menu-main-menu > li > ul > li:first-of-type:before {
  display: none;
}
#menu-main-menu > li > ul > li:hover .kit-menu {
  visibility: visible;
  opacity: 1;
  height: 85px;
}
#menu-main-menu > li > ul > li:hover > a {
  border: 1px solid #e9e9e9;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 95%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 95%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 95%, #e5e5e5 100%);
}
#menu-main-menu > li > ul > li > a {
  display: block;
  padding: 40px 40px 30px;
  height: auto;
  text-align: center;
  font-size: 24px;
  color: #000000;
  text-decoration: none;
  border: 1px solid transparent;
}
@media screen and (min-width: 1200px) {
  #menu-main-menu > li > ul > li > a {
    padding: 40px 60px 30px;
  }
}
#menu-main-menu > li > ul > li > a span, #menu-main-menu > li > ul > li > a small {
  display: block;
}
#menu-main-menu > li > ul > li > a img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
#menu-main-menu > li > ul > li > a .menu-image-title {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
#menu-main-menu > li > ul > li > a small {
  color: #707070;
  font-size: 13px;
}
#menu-main-menu > li#menu-item-24295 ul.menu {
  display: block;
  left: unset;
  right: 20px;
  width: auto;
}
#menu-main-menu > li#menu-item-24295 ul.menu .section_title {
  display: none;
}
#menu-main-menu > li#menu-item-24295 ul.menu a {
  padding: 10px 30px;
  font-size: 20px;
}
#menu-main-menu > li .kit-menu {
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  top: calc(100% - 3px);
  background: #F5F5F5;
  left: 0;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.3);
}
#menu-main-menu > li .kit-menu:before {
  content: "Jump To:";
  padding: 30px 0 30px 24px;
  text-transform: uppercase;
}
#menu-main-menu > li .kit-menu li:first-of-type {
  display: none;
}
#menu-main-menu > li .kit-menu li:last-of-type a {
  background: #B5272D;
  color: #fefefe;
}
#menu-main-menu > li .kit-menu li a {
  display: block;
  padding: 24px;
  color: #B5272D;
  text-decoration: none;
}
#menu-main-menu > li .kit-menu li a:hover {
  text-decoration: underline;
}

.visible-kit-menu {
  position: relative;
  width: 100%;
  background: #fefefe;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.visible-kit-menu .fl-row-content-wrap {
  margin-top: 0;
  padding: 0;
}
.visible-kit-menu .fl-row-content-wrap .fl-module-content {
  margin: 5px 0;
}
.visible-kit-menu ul {
  list-style: none;
  margin: 0;
  padding: 10px 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .visible-kit-menu ul {
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .visible-kit-menu ul li {
    display: inline-block;
    padding: 2px 10px;
  }
}
.visible-kit-menu ul li:first-of-type a {
  padding: 0;
  width: 130px;
}
@media screen and (max-width: 820px) {
  .visible-kit-menu ul li:first-of-type a {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .visible-kit-menu ul li:last-of-type {
    display: block;
    margin-top: 10px;
  }
}
.visible-kit-menu ul li:last-of-type a {
  background: #B5272D;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fefefe;
}
@media (min-width: 768px) {
  .visible-kit-menu ul li:last-of-type a {
    padding-top: calc(10px + 5 * (100vw - 768px) / 832);
    padding-bottom: calc(10px + 5 * (100vw - 768px) / 832);
  }
}
@media (min-width: 1600px) {
  .visible-kit-menu ul li:last-of-type a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .visible-kit-menu ul li:last-of-type a {
    padding-left: calc(20px + 10 * (100vw - 768px) / 832);
    padding-right: calc(20px + 10 * (100vw - 768px) / 832);
  }
}
@media (min-width: 1600px) {
  .visible-kit-menu ul li:last-of-type a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.visible-kit-menu ul li a {
  display: block;
  color: #000000;
  text-decoration: none;
}
.visible-kit-menu ul li a:hover {
  text-decoration: underline;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

#menu-mobile-off-canvas-menu {
  margin: 0;
  padding: 0;
  width: 250px;
  min-height: 100vh;
  overflow: hidden;
  list-style: none;
}
#menu-mobile-off-canvas-menu li {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu-mobile-off-canvas-menu li.menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #fefefe;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
#menu-mobile-off-canvas-menu li > a {
  position: relative;
  display: block;
  padding: 11px 16px;
  line-height: 1;
  color: #fefefe;
  text-decoration: none;
}
#menu-mobile-off-canvas-menu .submenu {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  background: #8a8a8a;
  transition: transform 0.15s linear;
  z-index: 1;
}
#menu-mobile-off-canvas-menu .submenu.is-active {
  transform: translateX(-100%);
}
#menu-mobile-off-canvas-menu .back-btn > a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #fefefe transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  margin-right: 0.75rem;
}

.footer_nav {
  width: 100%;
}
.footer_nav > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
  padding: 0 40px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .footer_nav > ul {
    flex-direction: row;
    padding: 0 20px;
  }
}
.footer_nav > ul > li {
  padding: 0;
  border-top: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .footer_nav > ul > li {
    padding: 0 20px;
    border: 0;
  }
}
.footer_nav > ul > li > a {
  color: #fefefe;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
}
.footer_nav > ul ul {
  margin: 0;
  padding: 0 14px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .footer_nav > ul ul {
    padding: 0;
  }
}
.footer_nav > ul ul a {
  display: block;
  position: relative;
  padding: 4px 0;
}
.footer_nav .follow-us {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer_nav .follow-us {
    padding-right: 0;
    text-align: left;
  }
}
.footer_nav .follow-us li {
  display: inline;
}
.footer_nav .follow-us .facebook a,
.footer_nav .follow-us .twitter a,
.footer_nav .follow-us .instagram a,
.footer_nav .follow-us .linkedin a,
.footer_nav .follow-us .youtube a {
  display: inline;
  padding-left: 25px;
  font-size: 0;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .footer_nav .follow-us .facebook a,
  .footer_nav .follow-us .twitter a,
  .footer_nav .follow-us .instagram a,
  .footer_nav .follow-us .linkedin a,
  .footer_nav .follow-us .youtube a {
    display: block;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 0px) {
  .footer_nav .follow-us .facebook a,
  .footer_nav .follow-us .twitter a,
  .footer_nav .follow-us .instagram a,
  .footer_nav .follow-us .linkedin a,
  .footer_nav .follow-us .youtube a {
    font-size: calc(16px + 5 * (100vw - 0px) / 1600);
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  .footer_nav .follow-us .facebook a,
  .footer_nav .follow-us .twitter a,
  .footer_nav .follow-us .instagram a,
  .footer_nav .follow-us .linkedin a,
  .footer_nav .follow-us .youtube a {
    font-size: 21px;
  }
}
.footer_nav .follow-us .facebook a:before,
.footer_nav .follow-us .twitter a:before,
.footer_nav .follow-us .instagram a:before,
.footer_nav .follow-us .linkedin a:before,
.footer_nav .follow-us .youtube a:before {
  position: absolute;
  left: 0;
  width: 20px;
  content: "\f09a";
  font-size: 16px;
  font-family: FontAwesome;
  text-align: center;
  color: #fefefe;
}
.footer_nav .follow-us .twitter a:before {
  content: "\e61b";
}
.footer_nav .follow-us .instagram a:before {
  content: "\f16d";
}
.footer_nav .follow-us .linkedin a:before {
  content: "\f0e1";
}
.footer_nav .follow-us .youtube a:before {
  content: "\f16a";
}

.footer {
  color: #cacaca;
  background: #000000;
}
.footer a {
  color: #cacaca;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .wrapper {
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer .wrapper {
    padding-left: calc(40px + 60 * (100vw - 768px) / 832);
    padding-right: calc(40px + 60 * (100vw - 768px) / 832);
  }
}
@media (min-width: 1600px) {
  .footer .wrapper {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 768px) {
  .footer .wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .footer .wrapper {
    flex-wrap: nowrap;
  }
}
.footer .wrapper > div {
  flex: 0 0 auto;
}
.footer .logo {
  padding: 40px 0;
  text-align: center;
}
.footer .contact {
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .footer .contact {
    flex: 0 0 100% !important;
    margin: 0;
    border-bottom: 1px solid #707070;
  }
}
@media screen and (min-width: 1024px) {
  .footer .contact {
    flex: 0 0 auto !important;
    margin: 0;
    text-align: left;
    border: 0;
  }
}
@media screen and (min-width: 1600px) {
  .footer .contact {
    margin: 0;
  }
}
.footer .contact h2 {
  margin: 0;
  color: #fefefe;
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.footer .contact h3 {
  margin: 0 0 20px;
  color: #fefefe;
  font-size: 16px;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  text-transform: none;
}
.footer .copyright {
  margin-top: 40px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #707070;
}
.footer .copyright p {
  font-size: 14px;
}
@media (min-width: 0px) {
  .footer .copyright p {
    font-size: calc(14px + 4 * (100vw - 0px) / 1600);
  }
}
@media (min-width: 1600px) {
  .footer .copyright p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .footer .copyright br {
    display: none;
  }
}
.footer .copyright a {
  position: relative;
  display: inline-block;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .footer .copyright a {
    margin: 0 40px 0 0;
  }
}
.footer .copyright a:first-child {
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .footer .copyright a:first-child {
    padding: 0;
  }
}
.footer .copyright a:first-child:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #707070;
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .footer .copyright a:first-child:after {
    display: none;
  }
}
.footer .copyright a:nth-child(2) {
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .footer .copyright a:nth-child(2) {
    padding: 0;
  }
}

body.page-id-180 .cards .roadster .fl-col-group-equal-height > .fl-col > .fl-col-content {
  grid-template-rows: minmax(100px, max-content) minmax(300px, min-content) 200px 30px 56px;
}
body.page-id-180 .cards .fl-col-group-equal-height > .fl-col > .fl-col-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: minmax(100px, max-content) minmax(300px, min-content) 200px minmax(30px, min-content);
}
body.page-id-180 .cards .fl-col-group-equal-height > .fl-col > .fl-col-content .fl-module-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.page-id-180 .cards .fl-col-group-equal-height > .fl-col > .fl-col-content .fl-module-heading .fl-module-content {
  margin-top: 0;
  margin-bottom: 0;
}
body.page-id-180 .cards .fl-col-group-equal-height > .fl-col > .fl-col-content .fl-module-heading h4 {
  margin-bottom: 0;
}
body.page-id-180 .cards .fl-col-group-equal-height > .fl-col > .fl-col-content .fl-module-rich-text .fl-module-content {
  margin-top: 0;
  margin-bottom: 0;
}
body.page-id-180 .cards .fl-col-group-equal-height > .fl-col > .fl-col-content .fl-module-rich-text h6 {
  margin-top: 0;
}
body.page-id-180 .cards .fl-col-group-equal-height > .fl-col > .fl-col-content .fl-module-button {
  margin-top: 0 !important;
  align-self: flex-start;
}

.cards .fl-row-content-wrap {
  padding: 60px 0;
}
.cards .fl-module-heading {
  text-align: center;
}
.cards .widgettitle,
.cards .fl-module-heading h2,
.cards .fl-module-rich-text h2 {
  margin: 0 0 40px 0;
  color: #000000;
  font-size: 35px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 320px) {
  .cards .widgettitle,
  .cards .fl-module-heading h2,
  .cards .fl-module-rich-text h2 {
    font-size: calc(35px + 15 * (100vw - 320px) / 1380);
  }
}
@media (min-width: 1700px) {
  .cards .widgettitle,
  .cards .fl-module-heading h2,
  .cards .fl-module-rich-text h2 {
    font-size: 50px;
  }
}
.cards .fl-module-button .fl-button-wrap {
  margin-top: 6px;
}
.cards .fl-module-button .fl-button-wrap a.fl-button {
  display: block;
  text-align: left;
}
.cards .fl-module-button .fl-button-wrap a.fl-button .fl-button-text {
  position: relative;
  display: block;
}
.cards .fl-module-button .fl-button-wrap a.fl-button .fl-button-text:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.cards ul.recent_posts_with_excerpts,
.cards .fl-col-group-equal-height {
  margin: 0;
  padding: 0 40px;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cards ul.recent_posts_with_excerpts,
  .cards .fl-col-group-equal-height {
    flex-direction: row;
    align-items: stretch;
    padding: 0;
  }
}
.cards ul.recent_posts_with_excerpts > .fl-col:not(:has(.fl-module-rich-text)),
.cards .fl-col-group-equal-height > .fl-col:not(:has(.fl-module-rich-text)) {
  display: none;
}
.cards ul.recent_posts_with_excerpts > li, .cards ul.recent_posts_with_excerpts > .fl-col,
.cards .fl-col-group-equal-height > li,
.cards .fl-col-group-equal-height > .fl-col {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}
.cards ul.recent_posts_with_excerpts > li:has(.fl-module-rich-text), .cards ul.recent_posts_with_excerpts > li:has(img), .cards ul.recent_posts_with_excerpts > .fl-col:has(.fl-module-rich-text), .cards ul.recent_posts_with_excerpts > .fl-col:has(img),
.cards .fl-col-group-equal-height > li:has(.fl-module-rich-text),
.cards .fl-col-group-equal-height > li:has(img),
.cards .fl-col-group-equal-height > .fl-col:has(.fl-module-rich-text),
.cards .fl-col-group-equal-height > .fl-col:has(img) {
  background: #fefefe;
  border: 1px solid #cacaca;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .cards ul.recent_posts_with_excerpts > li, .cards ul.recent_posts_with_excerpts > .fl-col,
  .cards .fl-col-group-equal-height > li,
  .cards .fl-col-group-equal-height > .fl-col {
    max-width: 33.33%;
    margin: 0 8px;
  }
  body:not(.fl-builder-edit) .cards ul li:hover,
  body:not(.fl-builder-edit) .cards ul li > .fl-col:hover,
  body:not(.fl-builder-edit) .cards .fl-col-group-equal-height li:hover,
  body:not(.fl-builder-edit) .cards .fl-col-group-equal-height > .fl-col:has(.fl-module-rich-text):hover {
    top: -10px;
    box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.2);
  }
}
.cards ul.recent_posts_with_excerpts > li > a, .cards ul.recent_posts_with_excerpts > .fl-col > a,
.cards .fl-col-group-equal-height > li > a,
.cards .fl-col-group-equal-height > .fl-col > a {
  order: 1;
}
.cards ul.recent_posts_with_excerpts > li > a img, .cards ul.recent_posts_with_excerpts > .fl-col > a img,
.cards .fl-col-group-equal-height > li > a img,
.cards .fl-col-group-equal-height > .fl-col > a img {
  width: 100%;
  height: auto;
}
.cards ul.recent_posts_with_excerpts > li > h2, .cards ul.recent_posts_with_excerpts > .fl-col > h2,
.cards .fl-col-group-equal-height > li > h2,
.cards .fl-col-group-equal-height > .fl-col > h2 {
  padding: 0 30px;
  order: 3;
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
}
@media (min-width: 320px) {
  .cards ul.recent_posts_with_excerpts > li > h2, .cards ul.recent_posts_with_excerpts > .fl-col > h2,
  .cards .fl-col-group-equal-height > li > h2,
  .cards .fl-col-group-equal-height > .fl-col > h2 {
    font-size: calc(20px + 0 * (100vw - 320px) / 1380);
  }
}
@media (min-width: 1700px) {
  .cards ul.recent_posts_with_excerpts > li > h2, .cards ul.recent_posts_with_excerpts > .fl-col > h2,
  .cards .fl-col-group-equal-height > li > h2,
  .cards .fl-col-group-equal-height > .fl-col > h2 {
    font-size: 20px;
  }
}
.cards ul.recent_posts_with_excerpts > li > h2 a, .cards ul.recent_posts_with_excerpts > .fl-col > h2 a,
.cards .fl-col-group-equal-height > li > h2 a,
.cards .fl-col-group-equal-height > .fl-col > h2 a {
  color: #000000;
  text-decoration: none;
}
.cards ul.recent_posts_with_excerpts > li > h3, .cards ul.recent_posts_with_excerpts > .fl-col > h3,
.cards .fl-col-group-equal-height > li > h3,
.cards .fl-col-group-equal-height > .fl-col > h3 {
  padding: 0 30px;
  order: 2;
  color: #012EC4;
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 320px) {
  .cards ul.recent_posts_with_excerpts > li > h3, .cards ul.recent_posts_with_excerpts > .fl-col > h3,
  .cards .fl-col-group-equal-height > li > h3,
  .cards .fl-col-group-equal-height > .fl-col > h3 {
    font-size: calc(12px + 0 * (100vw - 320px) / 1380);
  }
}
@media (min-width: 1700px) {
  .cards ul.recent_posts_with_excerpts > li > h3, .cards ul.recent_posts_with_excerpts > .fl-col > h3,
  .cards .fl-col-group-equal-height > li > h3,
  .cards .fl-col-group-equal-height > .fl-col > h3 {
    font-size: 12px;
  }
}
.cards ul.recent_posts_with_excerpts > li > h3:before, .cards ul.recent_posts_with_excerpts > .fl-col > h3:before,
.cards .fl-col-group-equal-height > li > h3:before,
.cards .fl-col-group-equal-height > .fl-col > h3:before {
  content: "Posted on ";
}
.cards ul.recent_posts_with_excerpts > li > blockquote, .cards ul.recent_posts_with_excerpts > .fl-col > blockquote,
.cards .fl-col-group-equal-height > li > blockquote,
.cards .fl-col-group-equal-height > .fl-col > blockquote {
  margin: 0;
  padding: 0 30px;
  color: #707070;
  order: 4;
}
.cards .fl-post-carousel-wrapper .fl-post-carousel-text {
  display: flex;
  flex-direction: column;
}
.cards .fl-post-carousel-wrapper .fl-post-carousel-text h2.fl-post-carousel-title {
  padding: 0;
  order: 2;
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 320px) {
  .cards .fl-post-carousel-wrapper .fl-post-carousel-text h2.fl-post-carousel-title {
    font-size: calc(20px + 0 * (100vw - 320px) / 1380);
  }
}
@media (min-width: 1700px) {
  .cards .fl-post-carousel-wrapper .fl-post-carousel-text h2.fl-post-carousel-title {
    font-size: 20px;
  }
}
.cards .fl-post-carousel-wrapper .fl-post-carousel-text h2.fl-post-carousel-title a {
  color: #000000;
  text-decoration: none;
}
.cards .fl-post-carousel-wrapper .fl-post-carousel-text .fl-post-carousel-meta {
  text-transform: uppercase;
  order: 1;
  margin-bottom: 0;
}
.cards .fl-post-carousel-wrapper .fl-post-carousel-text .fl-post-carousel-content {
  order: 3;
}
.cards .fl-post-carousel-wrapper .fl-post-carousel-text .fl-post-carousel-content p {
  font-size: 16px;
  line-height: 1.55;
  color: #707070;
}
@media (min-width: 0px) {
  .cards .fl-post-carousel-wrapper .fl-post-carousel-text .fl-post-carousel-content p {
    font-size: calc(16px + 5 * (100vw - 0px) / 1700);
  }
}
@media (min-width: 1700px) {
  .cards .fl-post-carousel-wrapper .fl-post-carousel-text .fl-post-carousel-content p {
    font-size: 21px;
  }
}
.cards .fl-module-heading h4 {
  margin-bottom: 10px !important;
}
.cards .fl-col-group-equal-height > .fl-col {
  padding-bottom: 50px;
}
.cards .fl-col-group-equal-height > .fl-col .fl-module:not(.fl-module-photo) {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .cards .fl-col-group-equal-height > .fl-col .fl-module:not(.fl-module-photo) {
    padding-left: calc(0px + 30 * (100vw - 768px) / 832);
    padding-right: calc(0px + 30 * (100vw - 768px) / 832);
  }
}
@media (min-width: 1600px) {
  .cards .fl-col-group-equal-height > .fl-col .fl-module:not(.fl-module-photo) {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cards .fl-col-group-equal-height > .fl-col > .fl-col-content {
  justify-content: space-between;
}
.cards .fl-col-group-equal-height > .fl-col > .fl-col-content .fl-module-rich-text:first-child h3 {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-top: 40px;
}
.cards .fl-col-group-equal-height > .fl-col > .fl-col-content .fl-module-rich-text:first-child p {
  margin: 0;
}
.cards .fl-col-group-equal-height > .fl-col > .fl-col-content .fl-module-rich-text:first-child strong {
  font-family: "futura-pt", sans-serif;
  font-size: 24px;
  display: inline-block;
  margin-bottom: 30px;
}
.cards .fl-col-group-equal-height > .fl-col > .fl-col-content .fl-module-rich-text + .fl-module-button {
  margin-top: auto;
}

.testimonial-card {
  padding: 0 40px;
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .testimonial-card {
    padding: 0 60px;
  }
}
.testimonial-card .fl-row-content-wrap {
  padding: 0;
  background-color: #fefefe;
  box-shadow: 0 9px 20px rgba(0, 0, 0, 0.3);
}
.testimonial-card .fl-module-content {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .testimonial-card .fl-module-content {
    margin: 20px 0;
  }
}
.testimonial-card .fl-photo {
  padding: 20px 45px;
}
.testimonial-card .fl-rich-text {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .testimonial-card .fl-rich-text {
    padding-left: 0;
  }
}
.testimonial-card em {
  display: block;
  margin-top: 4px;
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
}

.fifty-fifty-block {
  padding: 100px 0;
}
.fifty-fifty-block .fl-col:first-child .fl-col-content {
  padding-right: 20px;
}
.fifty-fifty-block .fl-col:last-child .fl-col-content {
  padding-left: 20px;
}
.fifty-fifty-block .fl-col:last-child h2 {
  margin-top: 0;
}

.content-carousel-row .fl-row-content-wrap {
  padding: 0;
}

.content-carousel .fl-module-content {
  margin: 0;
}
.content-carousel .fl-slide {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .content-carousel .fl-slide {
    flex-direction: row;
  }
}
.content-carousel .fl-slide-foreground {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.content-carousel .fl-slide-content {
  background-color: transparent !important;
}
.content-carousel .fl-slide-text h2 {
  display: none;
  font-size: 18px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #B5272D !important;
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 0px) {
  .content-carousel .fl-slide-text h2 {
    font-size: calc(18px + 2 * (100vw - 0px) / 1600);
  }
}
@media (min-width: 1600px) {
  .content-carousel .fl-slide-text h2 {
    font-size: 20px;
  }
}
.content-carousel .fl-slide-text h3 {
  margin-right: 40px;
  font-size: 30px;
  font-family: "futura-pt", sans-serif;
  line-height: 1.15;
  text-align: left;
}
@media (min-width: 0px) {
  .content-carousel .fl-slide-text h3 {
    font-size: calc(30px + 5 * (100vw - 0px) / 1600);
  }
}
@media (min-width: 1600px) {
  .content-carousel .fl-slide-text h3 {
    font-size: 35px;
  }
}
.content-carousel .fl-slide-text h3:before {
  content: "Design";
  display: block;
  font-size: 18px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #B5272D !important;
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 0px) {
  .content-carousel .fl-slide-text h3:before {
    font-size: calc(18px + 2 * (100vw - 0px) / 1600);
  }
}
@media (min-width: 1600px) {
  .content-carousel .fl-slide-text h3:before {
    font-size: 20px;
  }
}
.content-carousel .fl-slide-text p {
  text-align: left;
}
.content-carousel .fl-slide-bg-photo:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.85) 80%);
}
.content-carousel .fl-slide-cta-button {
  padding-top: 30px;
}
.content-carousel .fl-slide-cta-button a {
  background-color: #B5272D !important;
  padding: 14px 25px !important;
}
.content-carousel .fl-slide-cta-button a span {
  text-transform: uppercase !important;
  color: #fefefe !important;
}
.content-carousel.frame-slide-2 .fl-slide-1 {
  background: #b3b3b3; /* Old browsers */
  background: linear-gradient(to bottom, #898989 0%, #c9c9c9 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.content-carousel.frame-slide-3 .fl-slide-2 {
  background: #b3b3b3; /* Old browsers */
  background: linear-gradient(to bottom, #898989 0%, #c9c9c9 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.content-carousel.frame-slide-4 .fl-slide-3 {
  background: #b3b3b3; /* Old browsers */
  background: linear-gradient(to bottom, #898989 0%, #c9c9c9 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.testimonial-carousel {
  padding: 100px 20px;
}
@media screen and (min-width: 768px) {
  .testimonial-carousel {
    padding: 100px;
  }
}
.testimonial-carousel .fl-module-testimonials::before {
  content: "Press";
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #B5272D;
}
@media (min-width: 0px) {
  .testimonial-carousel .fl-module-testimonials::before {
    font-size: calc(16px + 4 * (100vw - 0px) / 1600);
  }
}
@media (min-width: 1600px) {
  .testimonial-carousel .fl-module-testimonials::before {
    font-size: 20px;
  }
}
.testimonial-carousel .fl-module-content {
  margin-top: 0;
}
.testimonial-carousel .fl-testimonial img {
  margin: 0 auto 16px;
}
.testimonial-carousel .fl-testimonial h3 {
  text-wrap: pretty;
}

.ctas {
  border-bottom: 5px solid #fefefe;
  margin-top: 30px;
}
@media (min-width: 0px) {
  .ctas {
    margin-top: calc(30px + 30 * (100vw - 0px) / 1600);
  }
}
@media (min-width: 1600px) {
  .ctas {
    margin-top: 60px;
  }
}
.ctas .fl-row-content-wrap {
  padding-bottom: 0;
}
.ctas .fl-row-content-wrap > .fl-row-content {
  max-width: none;
}
.ctas .fl-col {
  position: relative;
}
.ctas .fl-col:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.ctas .fl-col .fl-module {
  position: relative;
  z-index: 2;
}
.ctas .fl-col:first-child {
  color: #fefefe;
  border-bottom: 5px solid #fefefe;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .ctas .fl-col:first-child {
    border: 0;
    border-right: 3px solid #fefefe;
  }
}
.ctas .fl-col:first-child .fl-module-cta {
  max-width: 600px;
  margin: 0 auto;
  padding: 100px 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ctas .fl-col:first-child .fl-module-cta {
    margin: 0 0 0 auto;
    text-align: left;
  }
}
@media screen and (min-width: 1600px) {
  .ctas .fl-col:first-child .fl-module-cta {
    padding: 100px 100px 100px 0;
  }
}
.ctas .fl-col:first-child .fl-module-cta .fl-cta-title {
  text-transform: uppercase;
}
.ctas .fl-col:last-child {
  color: #fefefe;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .ctas .fl-col:last-child {
    border-left: 3px solid #fefefe;
  }
}
.ctas .fl-col:last-child .fl-module-cta {
  max-width: 600px;
  margin: 0 auto;
  padding: 100px 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ctas .fl-col:last-child .fl-module-cta {
    margin: 0 auto 0 0;
    text-align: left;
  }
}
@media screen and (min-width: 1600px) {
  .ctas .fl-col:last-child .fl-module-cta {
    padding: 100px 0 100px 100px;
  }
}
.ctas .fl-col:last-child .fl-module-cta .fl-cta-title {
  text-transform: uppercase;
}

body.error404 #content .entry-content {
  margin: 0 auto;
  padding: 300px 50px;
  max-width: 753px;
}

.marketing {
  border-top: 6px solid #fefefe;
  margin-top: 30px;
}
@media (min-width: 0px) {
  .marketing {
    margin-top: calc(30px + 30 * (100vw - 0px) / 1600);
  }
}
@media (min-width: 1600px) {
  .marketing {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .marketing {
    border-bottom: 6px solid #fefefe;
    background: #F5F5F5;
  }
}
.marketing .fl-row-content-wrap {
  padding: 0;
}
.marketing .fl-col .fl-col-content {
  font-size: 20px;
  padding: 12px 25px 20px;
}
@media (min-width: 320px) {
  .marketing .fl-col .fl-col-content {
    font-size: calc(20px + 5 * (100vw - 320px) / 1380);
  }
}
@media (min-width: 1700px) {
  .marketing .fl-col .fl-col-content {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .marketing .fl-col .fl-col-content {
    font-size: 25px;
    padding: 40px 20px 50px 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .marketing .fl-col .fl-col-content {
    font-size: calc(25px + 10 * (100vw - 768px) / 932);
  }
}
@media screen and (min-width: 768px) and (min-width: 1700px) {
  .marketing .fl-col .fl-col-content {
    font-size: 35px;
  }
}
.marketing .fl-col .fl-col-content .fl-module-content {
  margin: 0;
}
.marketing .fl-col:first-child {
  border-bottom: 3px solid #fefefe;
}
@media screen and (min-width: 768px) {
  .marketing .fl-col:first-child {
    border-bottom: 0;
    border-right: 3px solid #fefefe;
  }
}
.marketing .fl-col:first-child .fl-button-wrap {
  text-align: left !important;
}
.marketing .fl-col:last-child {
  border-top: 3px solid #fefefe;
}
@media screen and (min-width: 768px) {
  .marketing .fl-col:last-child {
    border-top: 0;
    border-left: 3px solid #fefefe;
  }
}
.marketing .fl-col:last-child .fl-button-wrap {
  text-align: right !important;
}
.marketing p {
  margin: 0;
  line-height: 1.1;
}

.text-left,
.text-right {
  padding: 80px 0;
}
@media screen and (min-width: 768px) {
  .text-left,
  .text-right {
    padding: 0;
  }
}
.text-left h2,
.text-right h2 {
  margin-top: 0;
  text-wrap: pretty;
}
@media screen and (max-width: 767px) {
  .text-left > .fl-row-content-wrap,
  .text-right > .fl-row-content-wrap {
    padding-top: 160px !important;
    text-align: center;
    background-position: center top;
    background-size: 360px;
  }
}
@media screen and (min-width: 768px) {
  .text-left > .fl-row-content-wrap,
  .text-right > .fl-row-content-wrap {
    background-size: 50%;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .text-left > .fl-row-content-wrap,
  .text-right > .fl-row-content-wrap {
    padding-bottom: calc(30px + 50 * (100vw - 768px) / 831);
    padding-top: calc(30px + 50 * (100vw - 768px) / 831);
  }
}
@media screen and (min-width: 768px) and (min-width: 1599px) {
  .text-left > .fl-row-content-wrap,
  .text-right > .fl-row-content-wrap {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .text-left > .fl-row-content-wrap,
  .text-right > .fl-row-content-wrap {
    background-size: 48%;
  }
}

.text-left {
  background: -webkit-radial-gradient(circle farthest-side at top right, #e6e6e6 0%, transparent 70%);
  background: -o-radial-gradient(circle farthest-side at top right, #e6e6e6 0%, transparent 70%);
  background: -moz-radial-gradient(circle farthest-side at top right, #e6e6e6 0%, transparent 70%);
  background: radial-gradient(circle farthest-side at top right, #e6e6e6 0%, transparent 70%);
}
.text-left .fl-module-button .fl-module-content {
  margin-left: 20px;
}

.text-right {
  background: -webkit-radial-gradient(circle farthest-side at top left, #e6e6e6 0%, transparent 70%);
  background: -o-radial-gradient(circle farthest-side at top left, #e6e6e6 0%, transparent 70%);
  background: -moz-radial-gradient(circle farthest-side at top left, #e6e6e6 0%, transparent 70%);
  background: radial-gradient(circle farthest-side at top left, #e6e6e6 0%, transparent 70%);
}

.video-left,
.video-right {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 360px) {
  .video-left,
  .video-right {
    padding-top: calc(0px + 60 * (100vw - 360px) / 1240);
    padding-bottom: calc(0px + 60 * (100vw - 360px) / 1240);
  }
}
@media (min-width: 1600px) {
  .video-left,
  .video-right {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Setting video embeds to 100% width on single posts */
.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

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