@import "./fontello/css/fontello.css";
@import "./fonts/satoshi.css";
@import url("./defaults/mobile-menu.css") only screen and (max-width: 1000px);
:root {
  --textDark: 0, 0, 0;
  --textLight: 255, 255, 255;
  --textGreen: 41,201,128;
  --lGray: 234,237,237;
  --links: red;
  --pageFrame: 1282px;
  --maxWidth: 2000px;
  --padLess: 2em;
  --padNorm: 3.5em;
  --padMore: 5em;
}
@font-face {
  font-family: 'new_icons';
  src:  url('fonts/new_icons.eot?p4cyqh');
  src:  url('fonts/new_icons.eot?p4cyqh#iefix') format('embedded-opentype'),
    url('fonts/new_icons.ttf?p4cyqh') format('truetype'),
    url('fonts/new_icons.woff?p4cyqh') format('woff'),
    url('fonts/new_icons.svg?p4cyqh#new_icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* --------------------------------------------- UNIVERSALS */
a,
b,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
img,
li,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
u,
ul {
  border: 0;
  margin: 0;
  padding: 0;
}
html,
body {
  /* height: 100%; */
  max-height: 100%;
}
html {
  visibility: visible !important;
}
body {
  color: var(--textDark);
  font-family: "Helvetica Neue", "Helvetica", Arial, Sans-Serif;
  margin: 0 auto;
  max-width: var(--maxWidth);
  width: 100%;
}
.public-section {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
main {
  min-height: 70vh;
}
/*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

/*
  Optionally: Define a strong focus indicator for keyboard focus.
  If you choose to skip this step then the browser's default focus
  indicator will be displayed instead.
*/
html.js-focus-visible .focus-visible {
  outline: 2px solid red;
}
/* --------------------------------------------- TYPOGRAPHY */
html body.theme--kauffman-v1 .public-section .p-style,
.bizango_cms_content .p-style,
html body.theme--kauffman-v1 .public-section p,
li,
figcaption {
  font-family: "Satoshi-Regular";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 16px;
  margin-top: 0;
}
li {
  list-style-position: inside;
}
figure {
  margin: 1em 0;
}
img,
iframe:not(.playerBox) {
  max-width: 100%;
}
html body.theme--kauffman-v1 .public-section h1,
html body.theme--kauffman-v1 .public-section .h1-style {
  font-family: "Satoshi-Bold";
  font-size: 4.0625rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-bottom: 18px;
}
html body.theme--kauffman-v1 .public-section h2,
html body.theme--kauffman-v1 .public-section .h2-style {
  font-family: "Satoshi-Bold";
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-bottom: 18px;
}
html body.theme--kauffman-v1 .public-section h3,
html body.theme--kauffman-v1 .public-section .h3-style {
  font-family: "Satoshi-Bold";
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-bottom: 16px;
}
html body.theme--kauffman-v1 .public-section h4,
html body.theme--kauffman-v1 .public-section .h4-style {
  font-family: "Satoshi-Regular";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0;
  margin-bottom: 16px;
}
html body.theme--kauffman-v1 .public-section h5,
html body.theme--kauffman-v1 .public-section .h5-style {
  font-family: "Satoshi-Bold";
  font-size: 1.09375rem;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0em;
  margin-bottom: 16px;
}
html body.theme--kauffman-v1 .public-section h6,
html body.theme--kauffman-v1 .public-section .h6-style {
  font-family: "Satoshi-Bold";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  html body.theme--kauffman-v1 .public-section h1,
  html body.theme--kauffman-v1 .public-section .h1-style {
    font-size: 3rem;
  }
  html body.theme--kauffman-v1 .public-section h2,
  html body.theme--kauffman-v1 .public-section .h2-style {
/* MOBILE STYLING HERE */
    font-size: 1.875rem;
  }
  html body.theme--kauffman-v1 .public-section h3,
  html body.theme--kauffman-v1 .public-section .h3-style {
/* MOBILE STYLING HERE */
  }
}
/* To minimize extra thickness added to font-weight by browsers */
p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: auto;
}
html body.theme--kauffman-v1 .public-section .bizango_cms_content strong,
html body.theme--kauffman-v1 .public-section .bizango_cms_content b {
  font-family: "Satoshi-Black";
  font-weight: 400;
}
/* CKEDITOR STYLES */
.new-icons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'new_icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hr-wrapper {
  margin-bottom: 0.7em;
}
.hr-wrapper p {
  line-height: 0;
  margin-bottom: 0;
}
.hr-wrapper p[style*="text-align: center"] + hr {
  text-align: center;
}
.hr-wrapper p[style*="text-align: right"] + hr {
  text-align: right;
}
.hr-wrapper hr {
  color: inherit;
  display: inline-block;
  height: 0px;
  width: 100%;
}
.hr-wrapper hr::after {
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 5px;
  position: relative;
  width: 100%;
}
.upcase,
.block .bizango_cms_content .upcase {
  text-transform: uppercase;
}
.letter-spacing--wide,
.block .bizango_cms_content .letter-spacing--wide {
  letter-spacing: 0.2em;
}
.small-font,
.bizango_cms_content .small-font {
  font-size: 0.78125rem;
  font-weight: 900;
  line-height: 1.1em;
  letter-spacing: 0.15em;
}
.light-weight,
.bizango_cms_content .light-weight {
  font-weight: 300;
}
html body.theme--kauffman-v1 .public-section .bizango_cms_content .accent {
  padding-bottom: 20px;
}
html body.theme--kauffman-v1 .public-section .bizango_cms_content .accent::after {
  background-color: rgb(var(--textGreen));
  display: block;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.author-style,
.bizango_cms_content .author-style {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-family: "Satoshi-Bold";
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.15em;
  position: relative;
  text-transform: uppercase;
}
.author-style::before,
.bizango_cms_content .author-style::before {
  color: inherit;
  content: "\2014";
  font-size: 0.8em;
  font-weight: 700;
  margin: 0 8px 0 0;
  position: relative;
  top: -1px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .bizango_cms_content [style*="text-align: right"] {
    text-align: left !important;
  }
}
/* --------------------------------------------- LINKS/BUTTONS */
/* Please override this with a sitewide default link color! This should be the color for all body text links. Then override for nav, etc, as needed. */
a {
  color: rgb(var(--links));
  cursor: pointer;
  text-decoration: none;
}
a:hover,
a.current {
  /* color: var(--linksHov); */
}
html body.theme--kauffman-v1 .public-section .button,
html body.theme--kauffman-v1 button[type="submit"] {
  background-color: rgb(var(--textGreen));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 15px;
  color: white;
  display: inline-block;
  font-family: "Satoshi-Black";
  font-size: 1.09375rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  /* outline: none; */
  padding: 20px 30px 20px 35px;
  position: relative;
  text-align: center;
  /* text-transform: uppercase; */
}
html body.theme--kauffman-v1 .public-section .button {
  letter-spacing: 0.1em;
  padding: 17px 40px;
  text-transform: none;
}
html body.theme--kauffman-v1 .public-section .button--small {
  border-radius: 16px;
  font-size: 0.84375rem;
  padding: 15px 25px 15px 18px;
}
html body.theme--kauffman-v1 .public-section .button::after,
html body.theme--kauffman-v1 button[type="submit"]::after,
.link-accent::after {
  content: "\e91e";
  font-family: "new_icons";
  font-size: 0.9em;
  font-weight: 400;
  margin-left: 8px;
  position: relative;
  top: 0px;
}
html body.theme--kauffman-v1 .button::after {
  font-size: 1.1em;
  margin-left: 0;
  top: 3px;
}
.button--blank {
  background: none;
  border: 1px solid currentColor;
  color: currentColor;
}
/* Necessary for certain browser overrides */
button,
input[type="submit"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

/* --------------------------------------------- DEFAULTS */
/* BIZANGO PAGE LAYOUT STRUCTURE */
.page_frame {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: var(--pageFrame);
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  width: 100%;
}
/* PADDING */
.block {
  padding-bottom: 1em;
  padding-top: 1em;
}
html body.theme--kauffman-v1  .padding-top__less {
  padding-top: var(--padLess);
}
html body.theme--kauffman-v1  .padding-top__normal,
.hero-padding-top__less,
html body.theme--kauffman-v1  .hero-padding-top__less {
  padding-top: var(--padNorm);
}
html body.theme--kauffman-v1  .padding-top__more,
.hero-padding-top__normal,
html body.theme--kauffman-v1  .hero-padding-top__normal {
  padding-top: var(--padMore);
}
.hero-padding-top__more,
html body.theme--kauffman-v1  .hero-padding-top__more {
  padding-top: 6.25rem;
}
html body.theme--kauffman-v1  .padding-bottom__less {
  padding-bottom: var(--padLess);
}
html body.theme--kauffman-v1  .padding-bottom__normal,
.hero-padding-bottom__less,
html body.theme--kauffman-v1  .hero-padding-bottom__less {
  padding-bottom: var(--padNorm);
}
html body.theme--kauffman-v1  .padding-bottom__more,
.hero-padding-bottom__normal,
html body.theme--kauffman-v1  .hero-padding-bottom__normal {
  padding-bottom: var(--padMore);
}
.hero-padding-bottom__more,
html body.theme--kauffman-v1  .hero-padding-bottom__more {
  padding-bottom: 6.25rem;
}
@media only screen and (max-width: 640px) {
  html body.theme--kauffman-v1  .padding-top__less,
  .hero-padding-top__less,
  html body.theme--kauffman-v1  .hero-padding-top__less {
    padding-top: 1.5rem;
  }
  html body.theme--kauffman-v1  .padding-top__normal,
  .hero-padding-top__less,
  html body.theme--kauffman-v1  .hero-padding-top__less {
    padding-top: 2em;
  }
  html body.theme--kauffman-v1  .padding-top__more,
  .hero-padding-top__normal,
  html body.theme--kauffman-v1  .hero-padding-top__normal {
    padding-top: 2.5em;
  }
  .hero-padding-top__more,
  html body.theme--kauffman-v1  .hero-padding-top__more {
    padding-top: 3rem;
  }
  html body.theme--kauffman-v1  .padding-bottom__less {
    padding-bottom: 1.5rem;
  }
  html body.theme--kauffman-v1  .padding-bottom__normal,
  .hero-padding-bottom__less,
  html body.theme--kauffman-v1  .hero-padding-bottom__less {
    padding-bottom: 2em;
  }
  html body.theme--kauffman-v1  .padding-bottom__more,
  .hero-padding-bottom__normal,
  html body.theme--kauffman-v1  .hero-padding-bottom__normal {
    padding-bottom: 2.5em;
  }
  .hero-padding-bottom__more,
  html body.theme--kauffman-v1  .hero-padding-bottom__more {
    padding-bottom: 3rem;
  }
}
/* --------------------------------------------- OVERLAYS */
.olay-before::before,
.olay-after::after,
.olay-image-before .block__bg-img::before,
.olay-image-after .block__bg-img::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* HEADER/FOOTER */
.header {
  max-width: var(--maxWidth);
  padding-bottom: 20px;
  padding-top: 55px;
  position: relative;
  width: 100%;
  z-index: 9;
}
.header__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header__frame,
.footer__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__logo,
.footer__logo {
  margin-right: 27px;
  z-index: 10;
}
.header__logo a,
.footer__logo a {
  display: inline-block;
}
.header__logo-img,
.footer__logo-img {
  max-width: 232px;
  min-width: 200px;
  width: 100%;
}
.header__nav-wrapper,
.footer__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 27px;
  width: auto;
  z-index: 5;
}
@media only screen and (max-width: 1000px) {
  .header {
    padding-top: 20px;
  }
  .header .page_frame {
    position: static;
  }
  .header__frame {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  html body.theme--kauffman-v1 .header__logo img {
    max-height: 150px;
    max-width: 150px;
  }
  .header__frame {
    position: static;
  }
  .header__nav-wrapper {
    z-index: auto;
  }
}
/*--------------------------------------------- SKIP TO */
.nav--skip-to:focus,
.nav--skip-to:focus-within {
  opacity: 1;
  z-index: 99999;
}
.nav--skip-to {
  background-color: rgb(53, 52, 120);
  left: 0;
  opacity: 0;
  padding: 5px 10px;
  position: fixed;
  top: 0;
  z-index: -1;
}
.nav__li--skip-to {
  list-style: none;
  margin: 0 5px;
}
.nav__li--skip-to:last-child {
  margin-bottom: 0px;
}
.nav--skip-to .nav__a--skip-to {
  color: white;
  font-weight: 700;
  text-decoration: underline;
}
/* --------------------------------------------- NAV */
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav li {
  list-style: none;
  margin-bottom: 0;
}
.nav  a {
  display: inline-block;
}
.nav > li {
  position: relative;
}
.nav > li > a {
  padding: 10px 27px;
  max-width: 220px;
}
@media only screen and (min-width: 1000px) {
  .nav > li.has-subnav::after {
    content: "\e800";
    font-family: "fontello";
    font-size: 0.7em;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .nav > li.has-subnav::after,
  .nav > li.has-subnav:hover::after,
  .nav > li.has-subnav:focus-within::after {
    -webkit-transition: color ease 500ms;
    transition: color ease 500ms;
  }
  .nav > li:hover::after,
  .nav > li:focus-within::after {
    color: rgb(var(--textGreen));
  }
}
@media only screen and (max-width: 1000px) {
  .header .nav {
    display: none;
  }
}
/* ---------------------------- SUBNAV */
html body.theme--kauffman-v1 .nav .subnav {
  display: none;
}
.subnav li {

}
html body.theme--kauffman-v1 .subnav a,
html body.theme--kauffman-v1 .subnav a:hover,
html body.theme--kauffman-v1 .subnav a:focus {

}
html body.theme--kauffman-v1 .subnav a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Satoshi-Regular";
  max-width: 100%;
}
@media only screen and (min-width: 1000px) {
  .nav--mobile,
  .header__nav-toggle {
    display: none;
  }
  html body.theme--kauffman-v1 .nav .subnav {
    background-color: rgb(var(--textGreen));
    max-width: 220px;
    min-width: 100%;
    padding: 5px 0;
    position: absolute;
    top: 100%;
  }
  html body.theme--kauffman-v1 .nav li:hover > .subnav,
  html body.theme--kauffman-v1 .nav li:focus-within > .subnav {
    display: block;
  }
  html body.theme--kauffman-v1 .subnav a,
  html body.theme--kauffman-v1 .subnav a:hover,
  html body.theme--kauffman-v1 .subnav a:focus {
    color:#fff;
  }
  html body.theme--kauffman-v1 .subnav a {
    font-size: 0.9375rem;
    padding: 5px 27px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
/*------------------------------------------ MOBILE NAV */
.header__mobile-nav-toggle {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  z-index: 5;
}
.header__mobile-nav-toggle:hover,
.header__mobile-nav-toggle:focus {
  color: rgb(var(--textGreen));
}
#mobile_nav {
  display: none;
  left: 0;
  position: absolute;
  top: 80px;
  width: 100%;
}
html body.theme--kauffman-v1 .header .nav--mobile {
  background-color: rgb(var(--textGreen));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0;
  position: relative;
  width: 100%;
}
.nav__toggle-subnav.plus {
  background: none;
  color: #fff;
}
html body.theme--kauffman-v1 .header .nav--mobile > li > a {
  color: #fff;
}
.nav__li--mobile,
.nav__li--mobile-icon,
.nav__li--mobile-subnav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.nav__a--mobile,
.nav__a--mobile-icon,
.nav__a--mobile-subnav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 40px;
  padding: 10px 5%;
  text-align: left;
}
.nav--mobile-subnav {
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .header__mobile-nav-toggle {
    display: none;
  }
}
/* ---------------------------- MOBILE SUBNAV */
html body.theme--kauffman-v1 .nav .nav--mobile-subnav {
  background-color: #fff;
}
html body.theme--kauffman-v1 .nav--mobile-subnav > li > a {
  color: rgb(var(--textGreen));
}
/* --------------------------------------------- FOOTER */
.footer {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.footer__logo {
  margin-right: 0;
}
html body.theme--kauffman-v1 .footer__frame,
.footer .nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
html body.theme--kauffman-v1 .footer__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__nav-wrapper {
  margin: 0 -27px;
}
.footer__subnav {
  display: none;
}
.deep-footer {
  background-color: #000;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.deep-footer__content {
  color: #888;
  text-align: center;
}
.deep-footer .copyright {
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#bizango {
  background-image: url("/images/bizango-white.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #888;
  display: block;
  font-size: 10px;
  height: 12px;
  margin: 40px auto 25px;
  padding-bottom: 20px;
  width: 220px;
}
@media only screen and (min-width: 640px) {
  .footer__logo {
    margin-right: 27px;
  }
  html body.theme--kauffman-v1 .footer__frame,
  .footer .nav {
    -webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  html body.theme--kauffman-v1 .footer__frame,
  .footer .nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/* --------------------------------------------- CUSTOM BLOCK OPTIONS */
.block,
.block div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.block.constrain-content__some .all-cols-wrap {
  max-width: 915px;
  margin: 0 auto;
}
.block.constrain-content__more .all-cols-wrap {
  max-width: 680px;
  margin: 0 auto;
}
.page_frame--static > .page_frame {
  position: static;
}
.page_frame--full > .page_frame {
  max-width: 100%;
  padding: 0;
}
.page_frame--1400 > .page_frame {
  max-width: 1400px;
  padding: 0;
}
/* --------------------------------------------- BACKGROUNDS */
html body.theme--kauffman-v1 .public-section .block.background-color__primary {
  background-color: transparent;
}
.block.background-color__primary .block__bg-img {
  background-color: #eaeded;
  border-radius: 20px;
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 1242px;
  overflow: hidden;
  width: 100%;
}
/* --------------------------------------------- BLOG */
/* Hide delete button for blog hero after setup */
.blog_header > .ui-sortable > .block_container:first-child > .blockcontrols__delete-wrap{
  display: none !important;
}
/* --------------------------------------------- CUSTOM BLOCKS */
.captions__on .bizango_image_caption {
  display: block;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box--admin,
.box--admin .help,
.help {
  border-radius: 5px;
}
.box--admin {
  background-color: rgb(231, 231, 231);
  margin: 10px 0;
  max-width: calc(100% - 20px);
  padding: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.box--admin .help,
.help {
  background-color: rgb(207, 207, 207);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgb(85, 85, 85);
  margin: 5px 0;
  padding: 5px;
  text-align: center;
  width: 100%;
}
.box--admin .help,
.block .help {
  max-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.sr-only {
  line-height: 0;
  margin-bottom: 0;
  position: absolute;
  visibility: hidden;
}
.block .box--admin .bizango_cms_content,
.block .box--admin .cke_editable {
  color: rgb(var(--textDark)) !important;
}
.page_frame--full > .page_frame {
  max-width: 100%;
  padding: 0;
}
.block_type__masonry .grid-item .bizango_image_caption {
  background: none;
}
.block_type__photo-quote > .block__bg-img {
  background-image: none !important;
}
@media only screen and (min-width: 768px) {
  .site-block .all-cols-wrap [class^='col-'] {
    padding: 0;
  }
  .site-block.columns--2 .all-cols-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
  }
}
/* ----------------- HP HERO */
.hp-hero__text,
.hp-hero__image {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .block_type__hp-hero .col-1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hp-hero__text,
  .hp-hero__image {
    margin-left: 5.556%;
  }
  .hp-hero__text {
    /* margin-top: 32px; */
    /* max-width: 55.2%; */
  }
  .hp-hero__image {
    max-width: 70.6%;
  }
}
@media only screen and (min-width: 1000px) {
  .hp-hero__text {
    max-width: 39.2%;
  }
  .hp-hero__image {
    max-width: 49.6%;
  }
}
@media only screen and (min-width: 1400px) {
  .block_type__hp-hero .col-1 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .hp-hero__text {
    margin-top: 32px;
  }
  .hp-hero__image img {
    margin-right: -40px;
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
  }
}

/* ----------------- STORY BLOCK */
/* OPTIONS */
.block_type__story-block.columns-reverse__yes .all-cols-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) {
  .block_type__story-block .col-1,
  .block_type__story-block .col-2 {
    margin-left: 5.556%;
  }
  .block_type__story-block .col-1 {
    max-width: 45.5%;
  }
  .block_type__story-block .col-2 {
    max-width: 39.21%;
  }
}
/* ----------------- WORK SLIDER */
.work-slider__title {
  margin-bottom: 40px;
}
.block_type__work-slider .work-slider__featured {
  margin-bottom: 20px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height ease 1000ms;
  transition: max-height ease 1000ms;
}
.work-slider__featured .slick-track {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block_type__work-slider .work-slider__featured-img-frame {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  width: 100%;
}
.block_type__work-slider .work-slider__featured-img img {
  margin: 0 auto 10px auto;
}
.work-slider__featured .content_image_caption {
  display: block;
  text-align: center;
}
.work-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1242px;
  margin: 0 auto 40px auto;
  padding: 0 30px;
}
.work-slider::before {
  background-color: #e9eded;
  content: "";
  height: 175px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2000px;
}
.work-slider .slick-track {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.work-slider__slide {
  background-color: #fff;
  border-radius: 20px;
  cursor: pointer;
  margin: 2px 22px;
  max-width: 340px;
  overflow: hidden;
  position: relative;
}
.work-slider__slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  opacity: 0.7;
  -webkit-transition: opacity ease 500ms;
  transition: opacity ease 500ms;
  width: 100%;
}
.work-slider__slide:hover img,
.work-slider__slide:focus-within img,
.work-slider__slide.slick-center img {
  opacity: 1;
}
.work-slider__slide:hover button,
.work-slider__slide:focus-within button {
  border: 5px solid rgb(var(--textGreen));
  border-radius: 20px;
}
.work-slider__slide button {
  border: 0;
  background: none;
  cursor: pointer;
}
.work-slider .slick-arrow {
  background-color: transparent;
  background-image: url(/images/sites/bc2/icon_slick-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 20px;
  opacity: 1;
  outline: initial;
  width: 14px;
}
.work-slider .slick-prev {
  left: 20px;
  -webkit-transform: scaleX(-1) translate(0, -50%);
          transform: scaleX(-1) translate(0, -50%);
}
.work-slider .slick-next {
  right: 20px;
}
.work-slider .slick-arrow::before {
  display: none;
}
/* ADMIN */
.block_type__work-slider.block__admin-view .work-slider__featured {
  max-height: 9999px;
}
@media only screen and (min-width: 480px) {
  .block_type__work-slider .work-slider__featured {
    margin-bottom: 40px;
  }
  .work-slider__slide {
    margin: 2px 12px;
  }
}
@media only screen and (min-width: 640px) {
  .work-slider {
    padding: 0 70px;
  }
  .block_type__work-slider .work-slider__featured {
    margin-bottom: 20px;
  }
  .work-slider__slide {
    margin: 2px 22px;
  }
}
/* ----------------- VALUES BLOCK */
.values__title {
  display: block;
  margin: 0 auto 20px auto;
}
.values-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block_type__values-block .values-col {
  text-align: center;
  width: 100%;
}
.values__icon {
  display: block;

  margin: 20px auto;
  max-width: 80px;
}
.block_type__values-block .values__icon img {
  display: block;
  margin: 0 auto;
  max-height: 70px;
}
@media only screen and (min-width: 768px) {
  .values__title {
    margin: 0 auto 70px auto;
    max-width: 685px;
  }
  .block_type__values-block .values-col {
    margin: 0 20px;
    max-width: calc(33.333% - 40px);
    text-align: left;
  }
  .block_type__values-block .values__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 1000px) {
  .block_type__values-block .values-col {
    margin: 0 5.556%;
    max-width: 21.6%;

  }

}
/* ----------------- PROCESS SLIDER */
.process-slider {
  border-bottom: 4px solid #2f2f2f;
  border-top: 4px solid #2f2f2f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0 90px 0;
}
.process-slider .slick-list {
  display: block;
  max-width: 915px;
  margin: 0 auto;
}
.process-slider .slide {
  display: block;
  /* margin: 0 120px; */
  margin: 0 auto;
  max-width: 915px;
  width: 100vw;
}
.process-slide__content-container {
  width: 100%;
}
.process-slide__title {
  font-family: "Satoshi-Black";
  font-size: 17.5px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 15px;
}
html body.theme--kauffman-v1 .bizango_cms_content .process-slide__title h2 {
  color: rgb(var(--textGreen));
  font-size: 17.5px;
  font-weight: 700;
  margin-bottom: 0;
  padding-right: 15px;
}
.process-slide__index {
  padding-left: 15px;
}
.process-slide__image {
  margin-bottom: 20px;
  max-width: 89%;
  overflow: visible;
  width: 100%;
}
.process-slide__image .img-frame {
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
          box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  max-height: 245px;
  max-width: 358px;
  margin: 10px;
  overflow: hidden;
}
.process-slide__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.process-slide__content {
  width: 100%;
}
.block_type__process-slider .custom-slick-next,
.block_type__process-slider .custom-slick-prev {
  bottom: 10px;
  position: absolute;
  top: auto;
  -webkit-transform: none;
          transform: none;
}
.block_type__process-slider .custom-slick-prev {
  left: 25px;
}
.block_type__process-slider .custom-slick-next {
  right: 25px;
}
.block_type__process-slider .slick-arrow {
  background-color: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 55px;
  color: rgb(var(--textGreen));
  display: inline-block;
  font-size: 1rem;
  line-height: 1.2em;
  /* height: 55px; */
  padding-top: 60px;
  opacity: 1;
  outline: initial;
  width: 55px;
}
.block_type__process-slider .slick-arrow:hover,
.block_type__process-slider .slick-arrow:focus {
  color: rgb(var(--textGreen));
}
.block_type__process-slider .slick-prev,
.block_type__site-anatomy .slick-prev {
  background-image: url(/images/sites/bc2/icon_slick-arrow-circle-l.png);
  display: none;
}
.block_type__process-slider .slick-next,
.block_type__site-anatomy .slick-next {
  background-image: url(/images/sites/bc2/icon_slick-arrow-circle-r.png);
}
.block_type__process-slider .slick-arrow::before,
.block_type__site-anatomy .slick-arrow::before {
  display: none !important;
}
@media only screen and (min-width: 640px) {
  .process-slider {
    padding: 45px 0 90px 0;
  }
  .process-slide__image {
    margin-right: calc(11.2% - 20px);
    max-width: calc(36.5% + 20px);
  }
  .process-slide__content {
    max-width: 52.3%;
  }
}
@media only screen and (min-width: 1200px) {
  .process-slider {
    padding: 64px 0;
  }
  .block_type__process-slider .custom-slick-next,
  .block_type__process-slider .custom-slick-prev {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .block_type__process-slider .custom-slick-prev {
    left: 74px;
  }
  .block_type__process-slider .custom-slick-next {
    right: 74px;
  }
}
/* ----------------- TESTIMONY BLOCK*/
.testimony__text-col,
.testimony__image-col {
  width: 100%;
}
.testimony__author::before {
content: "\2013";
font-size: 1em;
line-height: 1em;
margin-right: 5px;
position: relative;
vertical-align: middle;
}
.testimony__author .bizango_cms_content {
  font-family: "Satoshi-Bold";
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
/* OPTIONS */
.block_type__testimony-block.columns-reverse__yes .all-cols-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) {
  .testimony__text-col,
  .testimony__image-col {
    margin-left: 5.556%;
    width: 100%;
  }
  .testimony__text-col {
    max-width: 38.4%;
  }
  .testimony__image-col {
    max-width: 45.4%;
  }
}
@media only screen and (min-width: 1400px) {
  .testimony__image {
    margin-right: -15px;
    max-width: calc(100% + 15px);
  }
}
/* ----------------- CTA FORM */
html body.theme--kauffman-v1 .public-section .block_type__cta-form,
html body.theme--kauffman-v1 .public-section .block_type__cta-form .block__bg-img {
  background: none;
}
.block_type__cta-form .all-cols-wrap {
  border-radius: 15px;
  overflow: hidden;
  padding: 30px 0 24px 0;
}
.cta-form__text,
.cta-form__form {
  width: 100%;
}
.cta-form__text,
.cta-form__form {
  margin-left: 20px;
  max-width: calc(100% - 40px);
}
.cta-form__form form {

}
.cta-form__form .form-field {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 16px;
}
.cta-form__form label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.cta-form__form label.required-str::after {
  color: red;
  content: "*";
  font-size: 0.8em;
  margin-left: 2px;
  position: relative;
  vertical-align: super;
}
.cta-form__form input,
.cta-form__form textarea {
  border: 0;
  display: block;
  margin-bottom: 5px;
  max-width: 100%;
  width: 100%;
}
.cta-form__form input {
  min-height: 40px;
}
.cta-form__form textarea  {
  min-height: 146px;
}
.cta-form__form .form-field__input-captcha {
  margin-bottom: 36px;
}
html body.theme--kauffman-v1 .cta-form__form form button[type="submit"] {
  display: block;
  margin-left: auto;
  /* margin-right: 7.5%; */
}
/* OPTIONS */
.block_type__cta-form.background-color__black .all-cols-wrap {
  background-color: #000;
}
.block_type__cta-form.background-color__primary .all-cols-wrap {
  background-color: rgb(var(--lGray));
}
.block_type__cta-form.background-color__secondary .all-cols-wrap {
  background-color: rgb(var(--textGreen));
}
@media only screen and (min-width: 768px) {
  .cta-form__form form {
    -webkit-columns: 2;
    -moz-columns: 2;
         columns: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .form-field.form-field__textarea  {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1000px) {
  .block_type__cta-form .all-cols-wrap {
    padding: 80px 0 64px 0;
  }
  .cta-form__text {
    margin-left: 5.65%;
    max-width: 21.6%;
  }
  .cta-form__form {
    margin-left: 10px;
    max-width: 62.15%;
  }
  .cta-form__form form {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .cta-form__form input,
  .cta-form__form textarea {
    max-width: 338px;
  }
}
/* ----------------- SITE ANATOMY */
.site-anatomy__image-map-col {
  position: relative;
  width: 100%;
}
.site-anatomy__image-map-col .mobile-spacer {
  display: none;
  height: 50vw;
  margin-bottom: 20px;
}
.site-anatomy {
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
          box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  display: none;
  max-width: 338px;
}
.site-anatomy svg {
  display: block;
}
.site-anatomy g,
.site-anatomy-res svg {
  cursor: pointer;
}
.site-anatomy g:hover path,
.block .site-anatomy-res svg:hover path {
  fill: rgb(136,244,194);
  stroke: rgb(var(--textGreen));
  stroke-width: 15px;
}
.site-anatomy__img {
  display: inline-block;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0,0,0,0.3));
          filter: drop-shadow(0px 0px 20px rgba(0,0,0,0.3));
  height: 100%;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
  width: 100%;
}
.site-anatomy__img[data-state="active"] {
 opacity: 1;
}
.site-anatomy__content-col {
  width: 100%;
}
.site-anatomy__text {
  margin-bottom: 30px;
}
html body.theme--kauffman-v1 .site-anatomy__text h5 {
  margin-bottom: 0;
}
.site-anatomy__slider {
  padding-bottom: 70px;
  position: relative;
}
.anatomy-slider {
  border-bottom: 4px solid #2f2f2f;
  border-top: 4px solid #2f2f2f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0 50px 0;
}
.anatomy-slider.btm-border-hide {
  border-bottom: 0;
}
.site-anatomy__slider .slick-arrow {
  background-color: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.2em;
  opacity: 1;
  position: absolute;
  outline: initial;
  top: auto;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
}
.site-anatomy__slider .slick-arrow {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 55px;
  /* bottom: -29px; */
  bottom: 42px;
  color: rgb(var(--textGreen)) !important;
  height: 60px;
  width: 140px;
}
.site-anatomy__slider .slick-arrow::before {
  display: none;
}
.site-anatomy__slider .slick-arrow:hover {
  color: rgb(var(--textGreen));
}
.site-anatomy__slider .slick-prev {
  background-image: url(/images/sites/bc2/icon_slick-arrow-circle-l.png);
  background-position: center left;
  display: none;
  left: 0;
  padding-left: 60px;
  padding-right: 30px;
}
.site-anatomy__slider .slick-next {
  background-image: url(/images/sites/bc2/icon_slick-arrow-circle-r.png);
  padding-left: 30px;
  padding-right: 60px;
  right: 0;
}
@media only screen and (min-width: 1000px) {
  .site-anatomy__image-map-col {
    margin: 0 140px;
    max-width: 27.25%;
  }
  .site-anatomy {
    display: block;
  }
  .site-anatomy__image-map-col .mobile-spacer {
    margin-bottom: 0;
    max-height: 0;
  }
  .site-anatomy__img {
    height: auto;
    left: 50%;
    max-width: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
  }
  .site-anatomy__img[data-state="active"] {
    max-width: calc(100% + 140px);
  }
  .site-anatomy__img[data-section="hero"] {
    top: -7%;
  }
  .site-anatomy__img[data-section="promise"] {
    top: 12%;
  }
  .site-anatomy__img[data-section="projects"] {
    top: 28%;
  }
  .site-anatomy__img[data-section="list"] {
    top: 38%;
  }
  .site-anatomy__img[data-section="quote"] {
    top: 45%;
  }
  .site-anatomy__img[data-section="hiring"] {
    top: 58%;
  }
  .site-anatomy__img[data-section="cta"] {
    top: 84%;
  }
  .site-anatomy__content-col {
    margin-left: 6.44%;
    max-width: 33.65%;
  }
  .anatomy-slider {
    padding: 50px 0;
  }
  html body.theme--kauffman-v1 .public-section .cta-button-frame {
    bottom: -20px;
  }
}
@media only screen and (min-width: 1220px) {
    html body.theme--kauffman-v1 .public-section .cta-button-frame {
    bottom: 8px;
  }
}
/* ----------------- SITE ANATOMY RESIDENTIAL */
.site-anatomy__image-map-col.anatomy--res,
.site-anatomy-res {
  min-width: 338px;
}
.site-anatomy-res svg {
  cursor: pointer;
}
.block .site-anatomy-res svg:hover path {
  fill: rgb(136,244,194);
  stroke: rgb(var(--textGreen));
  stroke-width: 15px;
}
@media only screen and (min-width: 1260px) {
  .site-anatomy__image-map-col.anatomy--res {
    margin: 0 140px;
  }
  .site-anatomy__img[data-state="active"] {
    max-width: calc(100% + 140px);
  }
}
@media only screen and (min-width: 1000px) {
  .site-anatomy__image-map-col.anatomy--res {
    margin: 0 120px;
  }
  .site-anatomy__img {
    height: auto;
    left: 50%;
    max-width: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
  }
  .site-anatomy__img[data-state="active"] {
    max-width: calc(100% + 120px);
  }
  .site-anatomy__img.anatomy--res[data-section="hero"] {
    top: -7%;
  }
  .site-anatomy__img.anatomy--res[data-section="promise"] {
    top: 22%;
  }
  .site-anatomy__img.anatomy--res[data-section="boxes"] {
    top: 38%;
  }
  .site-anatomy__img.anatomy--res[data-section="latest"] {
    top: 50%;
  }
  .site-anatomy__img.anatomy--res[data-section="quote"] {
    top: 70%;
  }
  .site-anatomy__img.anatomy--res[data-section="cta"] {
    top: 91%;
  }
  .site-anatomy__content-col {
    margin-left: 6.44%;
    max-width: 33.65%;
  }
  .anatomy-slider {
    padding: 50px 0;
  }
  /* ADMIN */
  .block__admin-view .site-anatomy__img.anatomy--res[data-section="quote"] {
    top: 68%;
  }
  .block__admin-view .site-anatomy__img.anatomy--res[data-section="cta"] {
    top: 89%;
  }
}
/* ----------------- SUBPAGE LIST */
.block_type__subpage-list.block__admin-view .element__slot {
  padding-top: 60px;
}
.block_type__subpage-list.block__admin-view .bizango_content_controls {
  position: absolute;
  top: 0;
  width: 90%;
}
/* --------------------- AUTHOR BIO */
.author-bio__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.author-bio__profile-img {
  margin-right: 40px;
}
.author-bio__profile-img img {
  border-radius: 50%;
  height: 110px;
  width: 110px;
}
.author-bio__content-col {
  max-width: 455px;
  width: 100%;
}
.author-bio__content-col::after {
  background-image: linear-gradient(
    to right,
    #b87d00 24px,
    transparent 24px,
    transparent 29px,
    #be375e 29px,
    #be375e 74px,
    transparent 74px,
    transparent 79px,
    #09262a 79px
  );
  content: "";
  display: inline-block;
  height: 20px;
  position: relative;
  width: 100%;
}
.author-bio__name p {
  font-family: "Trade Gothic LT W01 Roman";
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
}