/*
 Theme Name: Ched
 Description: The custom theme Ched using the parent theme fusion-base.
 Author: Cheddar Creative
 Author URI: www.cheddarcreative.co.uk
 Template: fusion-base
 Version: 1
 */
@font-face {
  font-family: 'marujoregular';
  src: url('fonts/marujo.woff2') format('woff2'), url('fonts/marujo.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'marujo_stripedstriped';
  src: url('fonts/marujo-striped.woff2') format('woff2'), url('fonts/marujo-striped.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aileronbold';
  src: url('fonts/aileron-bold.woff2') format('woff2'), url('fonts/aileron-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aileronregular';
  src: url('fonts/aileron-regular.woff2') format('woff2'), url('fonts/aileron-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*
ched-buttons - works with ched-btn-js
 */
.ched-button,
.ched-button2 {
  -ms-transform: skewX(6deg);
  -webkit-transform: skewX(6deg);
  transform: skewX(6deg);
  display: inline-block;
  position: relative;
  cursor: pointer;
  visibility: hidden;
  margin-bottom: 10px;
}
.ched-button .ched-button-shaddow,
.ched-button2 .ched-button-shaddow,
.ched-button .ched-button2-shaddow,
.ched-button2 .ched-button2-shaddow {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0a0912;
  top: 7px;
  left: 5px;
  -ms-transform: skewX(-6deg);
  -webkit-transform: skewX(-6deg);
  transform: skew(-6deg, -2deg);
}
.ched-button .ched-button-outter,
.ched-button2 .ched-button-outter,
.ched-button .ched-button2-outter,
.ched-button2 .ched-button2-outter {
  position: relative;
  display: inline-block;
}
.ched-button .ched-button-outter:after,
.ched-button2 .ched-button-outter:after,
.ched-button .ched-button2-outter:after,
.ched-button2 .ched-button2-outter:after {
  content: "";
  display: block;
  border-style: solid;
  border-color: transparent transparent transparent #C74617;
  position: absolute;
  right: -5px;
  top: 0px;
}
.ched-button .ched-button-inner,
.ched-button2 .ched-button-inner,
.ched-button .ched-button2-inner,
.ched-button2 .ched-button2-inner {
  background-color: #C74617;
  padding: 5px 15px;
  font-family: 'marujoregular';
  font-size: 20px;
  display: inline-block;
  position: relative;
}
.ched-button .ched-button-inner:before,
.ched-button2 .ched-button-inner:before,
.ched-button .ched-button2-inner:before,
.ched-button2 .ched-button2-inner:before {
  content: "";
  display: block;
  border-style: solid;
  border-color: transparent transparent transparent #C74617;
  position: absolute;
  left: 0px;
  bottom: -7px;
}
.ched-button .ched-button-inner:after,
.ched-button2 .ched-button-inner:after,
.ched-button .ched-button2-inner:after,
.ched-button2 .ched-button2-inner:after {
  content: "";
  display: block;
  border-style: solid;
  border-color: transparent transparent #C74617 transparent;
  position: absolute;
  left: 0px;
  top: -10px;
}
.ched-button .ched-button-inner a,
.ched-button2 .ched-button-inner a,
.ched-button .ched-button2-inner a,
.ched-button2 .ched-button2-inner a {
  display: block;
  color: #0a0912;
  padding-bottom: 5px;
  -ms-transform: skewX(-6deg);
  -webkit-transform: skewX(-6deg);
  transform: skewX(-6deg);
}
.ched-input-send {
  background-image: url('img/Ched-face_White@3x.png');
  background-color: transparent;
  border: none;
  font-family: 'marujoregular';
  font-size: 20px;
  display: inline-block;
}
label {
  display: inline-block;
  text-align: left;
}
#footer {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #footer .fsn-text br {
    display: none;
  }
}
#footer.section-default {
  padding-bottom: 20px;
}
#footer .contact {
  font-family: 'marujoregular';
  font-size: 16px;
  display: inline-block;
}
@media (max-width: 767px) {
  #footer .contact {
    display: block;
  }
}
#footer .contact:first-of-type {
  margin-right: 20px;
}
@media (max-width: 767px) {
  #footer .contact:first-of-type {
    margin-right: 0px;
  }
}
#footer .contact strong {
  color: #C74617;
}
#footer .contact a {
  color: #0a0912;
}
#footer .contact a:hover {
  color: #C74617;
}
#footer #social {
  width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #footer #social {
    width: 100%;
    max-width: 260px;
  }
  #footer #social .col-sm-3 {
    width: 25% !important;
    display: inline-block;
  }
}
body {
  background-color: #ecc966;
  background-image: url("img/default-bg.jpg");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
  font-family: "aileronregular";
  font-size: 16px;
  color: #0a0912;
}
body.portfolio22 {
  background-color: #fff;
  background-image: none;
  overflow-x: hidden;
}
body.portfolio22 .seamless .col-xs-1,
body.portfolio22 .seamless .col-sm-1,
body.portfolio22 .seamless .col-md-1,
body.portfolio22 .seamless .col-lg-1,
body.portfolio22 .seamless .col-xs-2,
body.portfolio22 .seamless .col-sm-2,
body.portfolio22 .seamless .col-md-2,
body.portfolio22 .seamless .col-lg-2,
body.portfolio22 .seamless .col-xs-3,
body.portfolio22 .seamless .col-sm-3,
body.portfolio22 .seamless .col-md-3,
body.portfolio22 .seamless .col-lg-3,
body.portfolio22 .seamless .col-xs-4,
body.portfolio22 .seamless .col-sm-4,
body.portfolio22 .seamless .col-md-4,
body.portfolio22 .seamless .col-lg-4,
body.portfolio22 .seamless .col-xs-5,
body.portfolio22 .seamless .col-sm-5,
body.portfolio22 .seamless .col-md-5,
body.portfolio22 .seamless .col-lg-5,
body.portfolio22 .seamless .col-xs-6,
body.portfolio22 .seamless .col-sm-6,
body.portfolio22 .seamless .col-md-6,
body.portfolio22 .seamless .col-lg-6,
body.portfolio22 .seamless .col-xs-7,
body.portfolio22 .seamless .col-sm-7,
body.portfolio22 .seamless .col-md-7,
body.portfolio22 .seamless .col-lg-7,
body.portfolio22 .seamless .col-xs-8,
body.portfolio22 .seamless .col-sm-8,
body.portfolio22 .seamless .col-md-8,
body.portfolio22 .seamless .col-lg-8,
body.portfolio22 .seamless .col-xs-9,
body.portfolio22 .seamless .col-sm-9,
body.portfolio22 .seamless .col-md-9,
body.portfolio22 .seamless .col-lg-9,
body.portfolio22 .seamless .col-xs-10,
body.portfolio22 .seamless .col-sm-10,
body.portfolio22 .seamless .col-md-10,
body.portfolio22 .seamless .col-lg-10,
body.portfolio22 .seamless .col-xs-11,
body.portfolio22 .seamless .col-sm-11,
body.portfolio22 .seamless .col-md-11,
body.portfolio22 .seamless .col-lg-11,
body.portfolio22 .seamless .col-xs-12,
body.portfolio22 .seamless .col-sm-12,
body.portfolio22 .seamless .col-md-12,
body.portfolio22 .seamless .col-lg-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (max-width: 767px) {
  body.portfolio22 .full-width-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
body.portfolio22 .page {
  padding-top: 60px;
}
body.portfolio22.case-study .col-2-text {
  padding: 0 60px;
  display: none;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  body.portfolio22.case-study .col-2-text {
    padding: 0px;
  }
}
body.portfolio22.case-study .col-2-text.show {
  display: block;
}
body.portfolio22.case-study .col-2-text .col-sm-6 {
  padding: 0 20px;
}
@media (max-width: 767px) {
  body.portfolio22.case-study .col-2-text .col-sm-6 {
    padding: 0px;
  }
}
body.portfolio22.case-study .quote {
  background-color: #0A0912;
  color: #fff;
  font-family: "marujoregular";
  font-size: 30px;
  text-align: center;
  padding: 32px 64px;
  margin-top: 32px;
}
body.portfolio22.case-study .quote .quote-by {
  font-family: 'aileronregular';
  font-size: 16px;
}
body.portfolio22.case-study .hero {
  padding: 0;
  margin: 0;
}
body.portfolio22.case-study .hero .fsn-image:not(logo) {
  width: 100%;
  height: auto;
}
body.portfolio22.case-study .hero .col-sm-12 {
  padding: 0;
}
body.portfolio22.case-study .hero .hero-title-row,
body.portfolio22.case-study .hero .read-more-row {
  padding: 0 80px;
}
body.portfolio22.case-study .hero .hero-title-row p,
body.portfolio22.case-study .hero .read-more-row p {
  margin-top: 10px;
}
body.portfolio22.case-study .hero .hero-title-row h1,
body.portfolio22.case-study .hero .read-more-row h1 {
  margin: 0px;
  padding: 16px 0px 0px;
}
@media (max-width: 767px) {
  body.portfolio22.case-study .hero .hero-title-row,
  body.portfolio22.case-study .hero .read-more-row {
    padding: 0 20px;
  }
  body.portfolio22.case-study .hero .hero-title-row h1,
  body.portfolio22.case-study .hero .read-more-row h1 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) {
  body.portfolio22.case-study .hero .hero-title-row .container-fluid .row,
  body.portfolio22.case-study .hero .read-more-row .container-fluid .row {
    display: flex;
  }
  body.portfolio22.case-study .hero .hero-title-row .container-fluid .row .col-sm-4,
  body.portfolio22.case-study .hero .read-more-row .container-fluid .row .col-sm-4,
  body.portfolio22.case-study .hero .hero-title-row .container-fluid .row .col-sm-8,
  body.portfolio22.case-study .hero .read-more-row .container-fluid .row .col-sm-8 {
    display: flex;
    align-items: center;
  }
  body.portfolio22.case-study .hero .hero-title-row .container-fluid .row .col-sm-4,
  body.portfolio22.case-study .hero .read-more-row .container-fluid .row .col-sm-4 {
    justify-content: center;
  }
}
body.portfolio22.case-study .hero .border-bottom {
  border-bottom: 2px solid #0a0912;
  margin-bottom: 26px;
}
body.portfolio22.case-study .hero .expand {
  font-family: "marujoregular";
  font-size: 30px;
  cursor: pointer;
  display: inline-block;
}
body.portfolio22.case-study .hero .expand.red p {
  color: #C74617;
}
body.portfolio22.case-study .slider .col-sm-12 {
  padding: 0;
}
body.portfolio22.case-study .slider .metaslider .flexslider:focus-within .flex-prev,
body.portfolio22.case-study .slider .metaslider .flexslider:hover .flex-prev {
  left: 17px;
}
body.portfolio22.case-study .col-2-img .col-sm-6 {
  padding: 0;
}
body.portfolio22.case-study .col-2-img img {
  width: 100%;
  height: auto;
}
body.portfolio22.case-study .col-3-img .col-sm-4 {
  padding: 0;
}
body.portfolio22.case-study .col-3-img img {
  width: 100%;
  height: auto;
}
body.portfolio22.grid-view {
  background-image: url("img/white-ched-bg.jpg");
  background-position: center top;
  background-repeat: repeat;
}
body.portfolio22.grid-view h1 {
  padding: 70px 0;
}
body.portfolio22.grid-view .col-xs-1,
body.portfolio22.grid-view .col-sm-1,
body.portfolio22.grid-view .col-md-1,
body.portfolio22.grid-view .col-lg-1,
body.portfolio22.grid-view .col-xs-2,
body.portfolio22.grid-view .col-sm-2,
body.portfolio22.grid-view .col-md-2,
body.portfolio22.grid-view .col-lg-2,
body.portfolio22.grid-view .col-xs-3,
body.portfolio22.grid-view .col-sm-3,
body.portfolio22.grid-view .col-md-3,
body.portfolio22.grid-view .col-lg-3,
body.portfolio22.grid-view .col-xs-4,
body.portfolio22.grid-view .col-sm-4,
body.portfolio22.grid-view .col-md-4,
body.portfolio22.grid-view .col-lg-4,
body.portfolio22.grid-view .col-xs-5,
body.portfolio22.grid-view .col-sm-5,
body.portfolio22.grid-view .col-md-5,
body.portfolio22.grid-view .col-lg-5,
body.portfolio22.grid-view .col-xs-6,
body.portfolio22.grid-view .col-sm-6,
body.portfolio22.grid-view .col-md-6,
body.portfolio22.grid-view .col-lg-6,
body.portfolio22.grid-view .col-xs-7,
body.portfolio22.grid-view .col-sm-7,
body.portfolio22.grid-view .col-md-7,
body.portfolio22.grid-view .col-lg-7,
body.portfolio22.grid-view .col-xs-8,
body.portfolio22.grid-view .col-sm-8,
body.portfolio22.grid-view .col-md-8,
body.portfolio22.grid-view .col-lg-8,
body.portfolio22.grid-view .col-xs-9,
body.portfolio22.grid-view .col-sm-9,
body.portfolio22.grid-view .col-md-9,
body.portfolio22.grid-view .col-lg-9,
body.portfolio22.grid-view .col-xs-10,
body.portfolio22.grid-view .col-sm-10,
body.portfolio22.grid-view .col-md-10,
body.portfolio22.grid-view .col-lg-10,
body.portfolio22.grid-view .col-xs-11,
body.portfolio22.grid-view .col-sm-11,
body.portfolio22.grid-view .col-md-11,
body.portfolio22.grid-view .col-lg-11,
body.portfolio22.grid-view .col-xs-12,
body.portfolio22.grid-view .col-sm-12,
body.portfolio22.grid-view .col-md-12,
body.portfolio22.grid-view .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
body.portfolio22.grid-view .grid-title {
  font-size: 70px;
}
body.portfolio22.grid-view .grid-item-title {
  font-family: "marujoregular";
  font-size: 30px;
  margin-bottom: 42px;
}
body.portfolio22.grid-view .grid-item-title a {
  color: #0a0912;
}
body.portfolio22.grid-view .grid-item-title a:hover {
  color: #0a0912;
}
body.portfolio22.grid-view .fsn-image,
body.portfolio22.grid-view .image-button {
  width: 100%;
  height: auto;
}
body.portfolio22.grid-view .grid-lower {
  font-family: "marujoregular";
  font-size: 30px;
  text-align: center;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  body {
    background-size: 100%;
  }
}
body.purple-header {
  background-image: url("img/Blue-Bg.jpg");
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  body.purple-header {
    background-size: cover;
  }
}
body.purple-header #footer {
  background-image: url("img/default-bg.jpg");
}
.page-header {
  padding: 14vh 0 23vh;
}
.p-t-0 {
  padding-top: 0px !important;
}
p {
  line-height: 24px;
}
@media (max-width: 767px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}
h1,
h2,
h4 {
  font-family: "marujoregular";
}
h1 {
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 10vw;
  }
}
h2 {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 7vw;
  }
}
h4 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 7vw;
    margin-bottom: 1vw;
  }
}
.container-fluid {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.section .container-fluid {
  max-width: 800px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .container-fluid {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}
.height-full {
  height: 100%;
}
#home-hero .container-fluid,
#home-hero .row,
#home-hero .col-sm-12 {
  height: 100%;
}
#home-hero .fsn-column-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-hero .fsn-row {
  width: 100%;
}
#home-hero .fsn-code {
  position: absolute;
  bottom: 0px;
}
.home-btn {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-image: url("img/Ched-face_White@3x.png");
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  position: fixed;
  z-index: 2000;
}
.cheddar-menu {
  display: inline-block;
  background-color: #0a0912;
  height: 60px;
  width: 100%;
  position: fixed;
  z-index: 200;
}
.cheddar-menu .menu-wrapper {
  position: absolute;
  right: 0;
  z-index: 333333;
}
.cheddar-menu .menu-control {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-image: url("img/Burger@3x.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  cursor: pointer;
}
.cheddar-menu .menu {
  display: inline-block;
  width: 300px;
  background-color: #2f2976;
  position: absolute;
  top: 60px;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 0px;
  list-style: none;
  padding-left: 40px;
  right: -300px;
  transition: right 0.5s ease-in-out;
}
.cheddar-menu .menu li span {
  display: block;
  padding-left: 90px;
  font-size: 14px;
  padding-top: 0px;
  opacity: 0.6;
  line-height: 16px;
  margin-top: -18px;
}
.cheddar-menu .menu li a {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  font-family: "marujoregular";
  line-height: 50px;
  font-size: 23px;
  color: #ffffff;
  padding: 5px 0px;
}
.cheddar-menu .menu li a:before {
  content: "";
  display: inline-block;
  height: 50px;
  width: 70px;
  vertical-align: middle;
  margin-right: 20px;
  opacity: 0.4;
}
.cheddar-menu .menu li a:hover:before {
  opacity: 1;
}
.cheddar-menu .menu li.current-menu-item a:before {
  opacity: 1;
}
.cheddar-menu .menu li:nth-child(odd) a:before {
  background-image: url("img/menu-arrow-odd.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.cheddar-menu .menu li:nth-child(even) a:before {
  background-image: url("img/menu-arrow-even.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.cheddar-menu.active .menu {
  display: inline-block;
  right: 0px;
  transition: right 0.5s ease-in-out;
}
.cheddar-menu.active .menu-control {
  background-image: url("img/Cross.png");
  background-size: 20px;
}
.section-triangle {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  box-sizing: border-box;
}
.section {
  position: relative;
}
.section.margin-bottom {
  margin-bottom: 9vw;
}
.section-arrow {
  display: block;
  width: 38px;
  height: 38px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0 auto;
}
.section-arrow.orange {
  background-image: url("img/section-arrow-orange.png");
}
.section-arrow.white {
  background-image: url("img/section-arrow-white.png");
}
.section-default {
  padding: 9vw 0;
}
.section-default.last-section {
  padding-bottom: 0px;
}
.section-default.project-page {
  padding: 0 0 9vw 0;
}
.section-purple-blend {
  background-image: url("img/Blue-Bg.jpg");
  -ms-transform: skewY(-4.7deg);
  -webkit-transform: skewY(-4.7deg);
  transform: skewY(-4.7deg);
  padding: 9vh 0px;
  color: #ffffff;
}
.section-purple-blend .container-fluid {
  -ms-transform: skewY(4.7deg);
  -webkit-transform: skewY(4.7deg);
  transform: skewY(4.7deg);
}
.section-light {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}
.section-light:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  box-sizing: border-box;
  top: -9vw;
  border-color: transparent transparent rgba(255, 255, 255, 0.5) transparent;
}
.section-light:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  box-sizing: border-box;
  bottom: -9vw;
  border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
}
.section-white {
  position: relative;
  background-color: #ffffff;
}
.section-white:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  box-sizing: border-box;
  top: -9vw;
  border-color: transparent transparent #ffffff transparent;
}
.section-white:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  box-sizing: border-box;
  bottom: -9vw;
  border-color: #ffffff transparent transparent transparent;
}
.section-white.overlap-content:before {
  z-index: 0 !important;
}
.section-white.no-top:before {
  display: none;
}
.z2 {
  z-index: 2 !important;
}
.section-orange {
  position: relative;
  background-color: rgba(199, 70, 23, 0.5);
  color: #ffffff;
}
.section-orange:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  box-sizing: border-box;
  top: -9vw;
  border-color: transparent transparent rgba(199, 70, 23, 0.5) transparent;
}
.section-orange:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  box-sizing: border-box;
  bottom: -9vw;
  border-color: rgba(199, 70, 23, 0.5) transparent transparent transparent;
}
#home-hero {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.projects-image {
  transform: skewY(-5.2deg);
  display: block;
  height: 50vw;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  overflow: hidden;
}
.projects-image:before {
  content: "";
  display: block;
  height: 100%;
  -ms-transform: skewX(5.2);
  -webkit-transform: skewX(5.2deg);
  transform: skewY(5.2deg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  width: 100%;
  height: 60vw;
}
.section-link {
  background-size: 42px;
  font-family: "marujoregular";
  text-transform: uppercase;
  color: #c74617;
  display: inline-block;
  padding-right: 49px;
  background-image: url(img/arrow@2x.png);
  background-position-y: -7px;
  background-position-x: right;
  background-repeat: no-repeat;
}
.section-link:hover {
  text-decoration: underline;
  color: #c74617;
}
@media only screen and (min-width: 767px) {
  .hide-br-desktop br {
    display: none;
  }
}
.home-paint-brush {
  display: inline-block;
  position: absolute;
  z-index: 20;
  right: 4vw;
  bottom: -6vw;
  pointer-events: none;
}
@media only screen and (min-width: 460px) and (max-width: 767px) {
  .home-paint-brush {
    right: 9vw;
    bottom: -10vw;
  }
}
@media only screen and (max-width: 459px) {
  .home-paint-brush {
    right: 0vw;
    bottom: -15vw;
  }
}
.home-paint-brush-left {
  display: inline-block;
  position: absolute;
  z-index: 20;
  left: 4vw;
  bottom: -9vw;
  pointer-events: none;
}
@media only screen and (min-width: 460px) and (max-width: 767px) {
  .home-paint-brush-left {
    left: 9vw;
    bottom: -15vw;
  }
}
@media only screen and (max-width: 459px) {
  .home-paint-brush-left {
    left: 0vw;
    bottom: -18vw;
  }
}
.home-paint-brush-center {
  display: inline-block;
  position: absolute;
  z-index: 20;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: -6vw;
  pointer-events: none;
}
@media only screen and (min-width: 460px) and (max-width: 767px) {
  .home-paint-brush-center {
    bottom: -10vw;
  }
}
@media only screen and (max-width: 459px) {
  .home-paint-brush-center {
    bottom: -15vw;
  }
}
.paint-by-numbers .col-sm-12 {
  position: unset;
}
.paint-by-numbers .section-arrow {
  margin-top: 12vw;
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .paint-by-numbers .section-arrow {
    margin-top: 14vw;
  }
}
@media only screen and (min-width: 460px) and (max-width: 767px) {
  .paint-by-numbers .section-arrow {
    margin-top: 24vw;
  }
}
@media only screen and (max-width: 459px) {
  .paint-by-numbers .section-arrow {
    margin-top: 45vw;
  }
}
.home-paint-numbers,
.helix-bg {
  position: absolute;
  left: 0px;
  bottom: 2vw;
  z-index: 20;
  pointer-events: none;
  background-image: url("img/paint-numbers@2x.png");
  display: block;
  width: 100%;
  height: 26.8vw;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
  .home-paint-numbers,
  .helix-bg {
    height: 35.8vw;
    bottom: 0vw;
  }
}
@media only screen and (min-width: 460px) and (max-width: 767px) {
  .home-paint-numbers,
  .helix-bg {
    height: 42.8vw;
    bottom: 0vw;
    background-position: center left -17vw;
  }
}
@media only screen and (max-width: 459px) {
  .home-paint-numbers,
  .helix-bg {
    height: 72.8vw;
    bottom: 0vw;
    background-position: center left -57vw;
  }
}
.helix-bg {
  background-image: url("img/DNA-with-Grunge-1570x374-23.png");
  bottom: 0vw;
}
.page-title {
  display: inline-block;
  color: #fff;
  float: right;
  height: 60px;
  margin-right: 60px;
  line-height: 53px;
  font-family: "marujoregular";
  font-size: 20px;
}
.home .page-title,
.page-id-615 .page-title,
.page-id-634 .page-title {
  display: none;
}
.fsn-text ul {
  list-style: none;
  padding-left: 0px;
}
.fsn-text ul li:before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image: url("img/dash@3x.png");
  background-size: contain;
  margin-right: 8px;
}
.contact {
  font-family: "marujoregular";
  font-size: 16px;
  display: inline-block;
}
@media (max-width: 767px) {
  .contact {
    display: block;
  }
}
.contact:first-of-type {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .contact:first-of-type {
    margin-right: 0px;
  }
}
.contact strong {
  color: #c74617;
}
.contact a {
  color: #0a0912;
}
.contact a:hover {
  color: #c74617;
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .cheddar-menu .menu {
    width: 100vw;
    height: 100vh;
    right: -100vw;
  }
  .active .cheddar-menu .menu {
    right: 0px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .cheddar-menu .menu {
    width: 100vw;
    height: 100vh;
    right: -100vw;
    overflow-y: scroll;
    padding-bottom: 120px;
  }
  .active .cheddar-menu .menu {
    right: 0px;
  }
  .ched-logo img {
    height: 30vh;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) and (orientation: landscape) {
  .ched-logo img {
    width: 110px;
    height: auto;
  }
}
@media screen and (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {
  .cheddar-menu .menu {
    width: 100vw;
    height: 100vh;
    right: -100vw;
    overflow-y: scroll;
    padding-bottom: 120px;
  }
  .active .cheddar-menu .menu {
    right: 0px;
  }
  .ched-logo img {
    height: 30vh;
  }
}
@media screen and (min-width: 375px) and (max-width: 812px) and (orientation: landscape) and (orientation: landscape) {
  .ched-logo img {
    width: 110px;
    height: auto;
  }
}
.team-member-name {
  display: block;
}
.team-member-name h2 {
  display: block;
  line-height: 36px;
}
@media only screen and (max-width: 812px) {
  .team-member-name h2 {
    font-size: 7vw;
    line-height: 7vw;
  }
}
.team-member-name .email-link,
.team-member-name .linkedin-link {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  float: right;
}
@media only screen and (max-width: 812px) {
  .team-member-name .email-link,
  .team-member-name .linkedin-link {
    width: 7vw;
    height: 7vw;
  }
}
.team-member-name .email-link {
  background-image: url("img/Email-WHite.png");
}
.team-member-name .linkedin-link {
  background-image: url("img/Linkedin-White.png");
}
input,
textarea {
  width: 350px;
}
@media only screen and (max-width: 459px) {
  input,
  textarea {
    width: 300px;
  }
}
.wpcf7-submit {
  width: auto;
}
@media only screen and (max-width: 459px) {
  .full-width-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media only screen and (max-width: 459px) {
  .full-width-container.full-width-12 .col-sm-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .full-width-container.full-width-12 .col-sm-12 .col-sm-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
input[type="submit"] {
  display: inline-block;
  height: 58px;
  width: 173px;
  background-image: url("img/Primary_button@2x.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  border: none;
  color: transparent;
}
.black-footer #footer {
  background-color: #0a0912;
  padding-top: 60px;
  width: 100vw;
}
.black-footer #footer p {
  color: #fff;
}
.black-footer #footer a {
  color: #fff;
}
.no-after:after {
  display: none;
}

.no-before:before {
  display: none;
}

#footer .col-sm-2 {
	width: 16.66666667% !important;
	display: inline-flex;
}


.accordian-page .acc-header { margin: 0;}


@media  only screen and (min-width: 768px) {
	.acc-2-col-text {
    width: 50%;
	padding: 0 20px;
		float: left;
}	
	.clear {
		clear:both;
	}
	
	.accordian-page .acc-content h3 {
		padding: 0px 0px 0;
	}
}


.acc-title { display: none;}
.acc-less { display: none; cursor:pointer;}
.acc-more { display: block; cursor:pointer;}
.acc-logo { display: none;}

.accordian-page .acc-header.active {
	margin-bottom:20px;
}

.accordian-page .acc-content h3 {
	 font-family: "aileronregular";
  font-size: 19px;
}

.accordian-page .acc-header.active .acc-title { display: block;}
.accordian-page .acc-header.active .acc-less { display: block;}
.accordian-page .acc-header.active .acc-more { display: none;}
.accordian-page .acc-header.active .acc-logo { display: block;}

.accordian-page .acc-content { display: none; }

.border-bottom {
	border-bottom: 2px solid #0a0912;
}