@import url("https://use.typekit.net/bem2rgy.css");
@font-face {
  font-family: script;
  src: url("/wp-content/themes/cb/dist/fonts/Roustel.ttf"); }

body {
  font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1440 - 320)); }
  @media (min-width: 1320px) {
    body {
      font-size: 20px; } }

.small-header {
  font-family: neue-haas-grotesk-display,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.2vw; }
  @media (min-width: 768px) {
    .small-header {
      font-size: 1.5625vw; } }
  @media (min-width: 992px) {
    .small-header {
      font-size: 1.5625vw; } }

.sans-header {
  font-family: neue-haas-grotesk-display,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 5.33333vw;
  line-height: 1;
  margin-bottom: 2.66667vw; }
  @media (min-width: 768px) {
    .sans-header {
      font-size: 3.90625vw;
      margin-bottom: 1.5625vw; } }
  @media (min-width: 992px) {
    .sans-header {
      font-size: 2.86458vw;
      margin-bottom: 1.04167vw; } }

.large-p {
  font-family: neue-haas-grotesk-display,sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.8;
  font-size: 3.2vw; }
  @media (min-width: 768px) {
    .large-p {
      font-size: 1.5625vw; } }
  @media (min-width: 992px) {
    .large-p {
      font-size: 1.30208vw; } }

.header {
  font-family: neue-haas-grotesk-display,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.38542vw;
  line-height: 1; }
  @media (max-width: 576px) {
    .header {
      font-size: 8.53333vw; } }
  .header em {
    font-family: script;
    font-weight: 400;
    font-style: normal;
    font-size: 4.6875vw;
    line-height: .5; }
    @media (max-width: 576px) {
      .header em {
        font-size: 12vw; } }

.title {
  font-family: neue-haas-grotesk-display,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10.66667vw;
  line-height: 1; }
  @media (min-width: 576px) {
    .title {
      font-size: 10.66667vw;
      line-height: 1; } }
  @media (min-width: 768px) {
    .title {
      font-size: 5.20833vw; } }
  .title em {
    font-family: script;
    font-weight: 400;
    font-style: normal;
    font-size: 13.33333vw;
    line-height: .5; }
    @media (min-width: 576px) {
      .title em {
        font-size: 13.33333vw; } }
    @media (min-width: 768px) {
      .title em {
        font-size: 9.76562vw; } }
    @media (min-width: 992px) {
      .title em {
        font-size: 7.8125vw; } }

h1 {
  font-size: calc(20px + (32 - 20) * (100vw - 320px) / (1440 - 320)); }

h2 {
  font-size: calc(20px + (32 - 20) * (100vw - 320px) / (1440 - 320)); }

h3 {
  font-size: 20px; }

p {
  font-family: neue-haas-grotesk-display,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.66667vw;
  margin-bottom: 2.66667vw;
  color: #241F20;
  line-height: 1.9; }
  @media (min-width: 768px) {
    p {
      font-size: 1.5625vw; } }
  @media (min-width: 992px) {
    p {
      font-size: 1.04167vw;
      margin-bottom: 0.52083vw; } }

strong {
  font-weight: 600; }

.aligncenter {
  text-align: center; }

a:hover, a:active {
  outline: none;
  text-decoration: none; }

html {
  height: 100%; }

.grecaptcha-badge {
  opacity: 0; }

body {
  background: #EDE3D6; }

a {
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

.nopad {
  padding: 0 !important; }

.nomargin {
  margin: 0; }

.btn {
  border-radius: 0;
  font-family: neue-haas-grotesk-display,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.66667vw;
  margin-bottom: 2.66667vw;
  color: #241F20;
  line-height: 1.9; }
  @media (min-width: 768px) {
    .btn {
      font-size: 1.5625vw; } }
  @media (min-width: 992px) {
    .btn {
      font-size: 1.04167vw;
      margin-bottom: 0.52083vw; } }
  .btn.wire {
    border: 0.53333vw solid #241F20; }
    @media (min-width: 768px) {
      .btn.wire {
        border: 0.26042vw solid #241F20; } }
    @media (min-width: 992px) {
      .btn.wire {
        border: 0.20833vw solid #241F20; } }
    .btn.wire:hover {
      border-color: #FFF; }

.block {
  min-height: 80vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media (min-width: 768px) {
    .block {
      min-height: 36.45833vw; } }

.blockpadding {
  padding: 13.33333vw 8vw !important; }
  @media (min-width: 768px) {
    .blockpadding {
      padding: 3.90625vw !important; } }
  @media (min-width: 992px) {
    .blockpadding {
      padding: 5.72917vw !important; } }
  @media (min-width: 1320px) {
    .blockpadding {
      padding: 7.8125vw !important; } }

.sectionpadding {
  padding: 10.66667vw 5.33333vw; }
  @media (min-width: 768px) {
    .sectionpadding {
      padding: 7.8125vw; } }
  @media (min-width: 992px) {
    .sectionpadding {
      padding: 8.33333vw 4.16667vw; } }
  @media (min-width: 1320px) {
    .sectionpadding {
      padding: 8.33333vw 4.16667vw; } }

#page {
  width: 100%; }

.desktop-only {
  display: none !important; }
  @media (min-width: 576px) {
    .desktop-only {
      display: inline-block !important; } }

@media (min-width: 576px) {
  .mobile-only {
    display: none !important; } }

.bg-green {
  background: #2A8069; }

.bg-tan {
  background: #EDE3D6; }

.bg-red {
  background: #AF4C31; }

.bg-gold {
  background: #DAAA5E; }

.bg-purple {
  background: #505CA1; }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flex-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.flex-justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.fg-1 {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1; }

.fg-2 {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2; }

.fg-3 {
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-grow: 3;
  flex-grow: 3; }

.fg-4 {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1; }
  @media (min-width: 576px) {
    .fg-4 {
      -webkit-flex-grow: 4;
      -moz-flex-grow: 4;
      -ms-flex-grow: 4;
      flex-grow: 4; } }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 1.04167vw;
  padding-right: 1.04167vw; }

.row {
  margin-right: -1.04167vw;
  margin-left: -1.04167vw; }

.container {
  width: 93.33333vw;
  max-width: 100%; }
  @media (min-width: 768px) {
    .container {
      width: 104.16667vw;
      margin: 0 auto;
      padding-left: 5.20833vw;
      padding-right: 5.20833vw; } }
  @media (min-width: 992px) {
    .container {
      max-width: 63vw;
      padding-left: inherit;
      padding-right: inherit; } }

.wpcf7-form p {
  margin-bottom: 0; }

.wpcf7-form label span:not(.wpcf7-form-control-wrap) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.wpcf7-form input:not(.wpcf7-submit) {
  width: 100%;
  background: none;
  border: none;
  border-radius: 0;
  font-family: script;
  font-weight: 400;
  font-style: normal;
  color: #241F20;
  font-size: 6.66667vw;
  padding-left: 10;
  text-indent: 10px;
  -webkit-font-smoothing: antialiased;
  font-family: neue-haas-grotesk-display,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.66667vw;
  margin-bottom: 2.66667vw;
  color: #241F20;
  line-height: 1.9;
  padding-top: 15px;
  border-bottom: 0.53333vw solid #241F20; }
  @media (min-width: 768px) {
    .wpcf7-form input:not(.wpcf7-submit) {
      font-size: 3.90625vw; } }
  @media (min-width: 992px) {
    .wpcf7-form input:not(.wpcf7-submit) {
      font-size: 3.125vw; } }
  @media (min-width: 1600px) {
    .wpcf7-form input:not(.wpcf7-submit) {
      font-size: 2.60417vw; } }
  @media (min-width: 768px) {
    .wpcf7-form input:not(.wpcf7-submit) {
      font-size: 1.5625vw; } }
  @media (min-width: 992px) {
    .wpcf7-form input:not(.wpcf7-submit) {
      font-size: 1.04167vw;
      margin-bottom: 0.52083vw; } }
  @media (min-width: 768px) {
    .wpcf7-form input:not(.wpcf7-submit) {
      border-bottom: 0.26042vw solid #241F20; } }
  @media (min-width: 992px) {
    .wpcf7-form input:not(.wpcf7-submit) {
      border-bottom: 0.20833vw solid #241F20; } }
  .wpcf7-form input:not(.wpcf7-submit):focus {
    outline: none; }
  .wpcf7-form input:not(.wpcf7-submit)::-webkit-input-placeholder {
    font-family: script;
    font-weight: 400;
    font-style: normal;
    color: #241F20;
    font-size: 6.66667vw;
    padding-left: 10;
    text-indent: 10px;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 768px) {
      .wpcf7-form input:not(.wpcf7-submit)::-webkit-input-placeholder {
        font-size: 3.90625vw; } }
    @media (min-width: 992px) {
      .wpcf7-form input:not(.wpcf7-submit)::-webkit-input-placeholder {
        font-size: 3.125vw; } }
    @media (min-width: 1600px) {
      .wpcf7-form input:not(.wpcf7-submit)::-webkit-input-placeholder {
        font-size: 2.60417vw; } }
  .wpcf7-form input:not(.wpcf7-submit)::-moz-placeholder {
    font-family: script;
    font-weight: 400;
    font-style: normal;
    color: #241F20;
    font-size: 6.66667vw;
    padding-left: 10;
    text-indent: 10px;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 768px) {
      .wpcf7-form input:not(.wpcf7-submit)::-moz-placeholder {
        font-size: 3.90625vw; } }
    @media (min-width: 992px) {
      .wpcf7-form input:not(.wpcf7-submit)::-moz-placeholder {
        font-size: 3.125vw; } }
    @media (min-width: 1600px) {
      .wpcf7-form input:not(.wpcf7-submit)::-moz-placeholder {
        font-size: 2.60417vw; } }
  .wpcf7-form input:not(.wpcf7-submit):-ms-input-placeholder {
    font-family: script;
    font-weight: 400;
    font-style: normal;
    color: #241F20;
    font-size: 6.66667vw;
    padding-left: 10;
    text-indent: 10px;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 768px) {
      .wpcf7-form input:not(.wpcf7-submit):-ms-input-placeholder {
        font-size: 3.90625vw; } }
    @media (min-width: 992px) {
      .wpcf7-form input:not(.wpcf7-submit):-ms-input-placeholder {
        font-size: 3.125vw; } }
    @media (min-width: 1600px) {
      .wpcf7-form input:not(.wpcf7-submit):-ms-input-placeholder {
        font-size: 2.60417vw; } }
  .wpcf7-form input:not(.wpcf7-submit):-moz-placeholder {
    font-family: script;
    font-weight: 400;
    font-style: normal;
    color: #241F20;
    font-size: 6.66667vw;
    padding-left: 10;
    text-indent: 10px;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 768px) {
      .wpcf7-form input:not(.wpcf7-submit):-moz-placeholder {
        font-size: 3.90625vw; } }
    @media (min-width: 992px) {
      .wpcf7-form input:not(.wpcf7-submit):-moz-placeholder {
        font-size: 3.125vw; } }
    @media (min-width: 1600px) {
      .wpcf7-form input:not(.wpcf7-submit):-moz-placeholder {
        font-size: 2.60417vw; } }

.wpcf7-form textarea {
  border-radius: 0;
  width: 100%;
  background: none;
  border: 0.53333vw solid #241F20;
  font-family: script;
  font-weight: 400;
  font-style: normal;
  color: #241F20;
  font-size: 6.66667vw;
  padding-left: 10;
  text-indent: 10px;
  -webkit-font-smoothing: antialiased;
  font-family: neue-haas-grotesk-display,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.66667vw;
  margin-bottom: 2.66667vw;
  color: #241F20;
  line-height: 1.9;
  padding-top: 10px;
  height: 32vw; }
  @media (min-width: 768px) {
    .wpcf7-form textarea {
      border: 0.26042vw solid #241F20; } }
  @media (min-width: 992px) {
    .wpcf7-form textarea {
      border: 0.20833vw solid #241F20; } }
  @media (min-width: 768px) {
    .wpcf7-form textarea {
      font-size: 3.90625vw; } }
  @media (min-width: 992px) {
    .wpcf7-form textarea {
      font-size: 3.125vw; } }
  @media (min-width: 1600px) {
    .wpcf7-form textarea {
      font-size: 2.60417vw; } }
  @media (min-width: 768px) {
    .wpcf7-form textarea {
      font-size: 1.5625vw; } }
  @media (min-width: 992px) {
    .wpcf7-form textarea {
      font-size: 1.04167vw;
      margin-bottom: 0.52083vw; } }
  @media (min-width: 768px) {
    .wpcf7-form textarea {
      height: 19.53125vw; } }
  @media (min-width: 992px) {
    .wpcf7-form textarea {
      height: 10.41667vw; } }
  .wpcf7-form textarea:focus {
    outline: none; }
  .wpcf7-form textarea::-webkit-input-placeholder {
    font-family: script;
    font-weight: 400;
    font-style: normal;
    color: #241F20;
    font-size: 6.66667vw;
    padding-left: 10;
    text-indent: 10px;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 768px) {
      .wpcf7-form textarea::-webkit-input-placeholder {
        font-size: 3.90625vw; } }
    @media (min-width: 992px) {
      .wpcf7-form textarea::-webkit-input-placeholder {
        font-size: 3.125vw; } }
    @media (min-width: 1600px) {
      .wpcf7-form textarea::-webkit-input-placeholder {
        font-size: 2.60417vw; } }
  .wpcf7-form textarea::-moz-placeholder {
    font-family: script;
    font-weight: 400;
    font-style: normal;
    color: #241F20;
    font-size: 6.66667vw;
    padding-left: 10;
    text-indent: 10px;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 768px) {
      .wpcf7-form textarea::-moz-placeholder {
        font-size: 3.90625vw; } }
    @media (min-width: 992px) {
      .wpcf7-form textarea::-moz-placeholder {
        font-size: 3.125vw; } }
    @media (min-width: 1600px) {
      .wpcf7-form textarea::-moz-placeholder {
        font-size: 2.60417vw; } }
  .wpcf7-form textarea:-ms-input-placeholder {
    font-family: script;
    font-weight: 400;
    font-style: normal;
    color: #241F20;
    font-size: 6.66667vw;
    padding-left: 10;
    text-indent: 10px;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 768px) {
      .wpcf7-form textarea:-ms-input-placeholder {
        font-size: 3.90625vw; } }
    @media (min-width: 992px) {
      .wpcf7-form textarea:-ms-input-placeholder {
        font-size: 3.125vw; } }
    @media (min-width: 1600px) {
      .wpcf7-form textarea:-ms-input-placeholder {
        font-size: 2.60417vw; } }
  .wpcf7-form textarea:-moz-placeholder {
    font-family: script;
    font-weight: 400;
    font-style: normal;
    color: #241F20;
    font-size: 6.66667vw;
    padding-left: 10;
    text-indent: 10px;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 768px) {
      .wpcf7-form textarea:-moz-placeholder {
        font-size: 3.90625vw; } }
    @media (min-width: 992px) {
      .wpcf7-form textarea:-moz-placeholder {
        font-size: 3.125vw; } }
    @media (min-width: 1600px) {
      .wpcf7-form textarea:-moz-placeholder {
        font-size: 2.60417vw; } }

.wpcf7-form .wpcf7-not-valid-tip {
  color: #AF4C31;
  font-size: 14px; }

.wpcf7-form .wpcf7-response-output {
  border-color: #AF4C31 !important;
  margin: 0 !important;
  margin-left: -0.36458vw !important;
  margin-right: -0.36458vw !important;
  margin-top: 1.04167vw !important;
  color: #AF4C31;
  font-size: 14px; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #241F20 !important;
  color: #241F20; }

#age-gate {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #AF4C31 url("/wp-content/themes/cb/dist/images/cb-gateway-bkg.svg") no-repeat center;
  background-size: 100% auto;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  text-align: center; }
  @media (max-width: 768px) {
    #age-gate {
      background-size: 150% auto; } }
  #age-gate .age-gate-content {
    width: 100%; }
    #age-gate .age-gate-content .age-gate-logo {
      width: 80vw;
      height: auto; }
      @media (min-width: 768px) {
        #age-gate .age-gate-content .age-gate-logo {
          width: 52.08333vw; } }
      @media (min-width: 992px) {
        #age-gate .age-gate-content .age-gate-logo {
          width: 44.27083vw; } }
    #age-gate .age-gate-content p {
      font-family: neue-haas-grotesk-display,sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 2.66667vw;
      margin-bottom: 2.66667vw;
      color: #241F20;
      line-height: 1.9;
      margin: 4vw 0; }
      @media (min-width: 768px) {
        #age-gate .age-gate-content p {
          font-size: 1.5625vw; } }
      @media (min-width: 992px) {
        #age-gate .age-gate-content p {
          font-size: 1.04167vw;
          margin-bottom: 0.52083vw; } }
      @media (min-width: 768px) {
        #age-gate .age-gate-content p {
          margin: 1.95312vw 0; } }
      @media (min-width: 992px) {
        #age-gate .age-gate-content p {
          margin: 1.5625vw 0; } }
    #age-gate .age-gate-content .age-gate-btns button {
      -webkit-appearance: none;
      appearance: none;
      background: none;
      border: none;
      padding: 0;
      outline: none;
      margin: 0 1.33333vw; }
      @media (min-width: 768px) {
        #age-gate .age-gate-content .age-gate-btns button {
          margin: 0 1.30208vw; } }
      @media (min-width: 992px) {
        #age-gate .age-gate-content .age-gate-btns button {
          margin: 0 0.52083vw; } }
      #age-gate .age-gate-content .age-gate-btns button:focus, #age-gate .age-gate-content .age-gate-btns button:active {
        outline: none !important;
        border: none; }
      #age-gate .age-gate-content .age-gate-btns button svg {
        height: 10.66667vw;
        width: auto;
        outline: none; }
        @media (min-width: 768px) {
          #age-gate .age-gate-content .age-gate-btns button svg {
            height: 6.51042vw; } }
        @media (min-width: 992px) {
          #age-gate .age-gate-content .age-gate-btns button svg {
            height: 5.20833vw; } }
      #age-gate .age-gate-content .age-gate-btns button:hover svg g.btn-outline {
        stroke: #EDE3D6; }

header {
  text-align: left;
  padding: 2.60417vw; }
  header .row {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  header .logo {
    width: 40vw;
    height: auto; }
    @media (max-width: 576px) {
      header .logo {
        position: relative;
        z-index: 11; } }
    @media (min-width: 576px) {
      header .logo {
        width: 32vw; } }
    @media (min-width: 768px) {
      header .logo {
        width: 19.53125vw; } }
    @media (min-width: 992px) {
      header .logo {
        width: 14.0625vw; } }
  header #site-navigation .menu-toggle {
    margin-left: auto;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    position: relative;
    z-index: 11; }
    header #site-navigation .menu-toggle:focus {
      outline: none;
      border: none; }
  header #site-navigation.toggled .menu-main-menu-container {
    width: 100vw; }
  header #site-navigation.toggled #primary-menu {
    background: #DAAA5E;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    padding: 16vw 8vw 8vw; }
  header #site-navigation ul {
    -webkit-justify-content: right;
    -moz-justify-content: right;
    -ms-justify-content: right;
    justify-content: right;
    -ms-flex-pack: right; }
    @media (max-width: 768px) {
      header #site-navigation ul li {
        text-align: right; } }
    header #site-navigation ul li.current_page_item a:after {
      content: '';
      background: url(/wp-content/themes/cb/dist/images/menu-underline.svg) no-repeat center;
      background-size: 100% auto;
      display: block;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      width: 6.25vw;
      height: 1.04167vw; }
      @media (max-width: 576px) {
        header #site-navigation ul li.current_page_item a:after {
          top: 100%;
          right: 0;
          left: auto;
          width: 16vw;
          height: 2.66667vw;
          transform: none; } }
    header #site-navigation ul li a, header #site-navigation ul li a:visited {
      color: #241F20;
      position: relative;
      font-family: neue-haas-grotesk-display,sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 1.25vw; }
      @media (max-width: 576px) {
        header #site-navigation ul li a, header #site-navigation ul li a:visited {
          font-size: 3.73333vw;
          margin-bottom: 4vw; } }
      @media (min-width: 576px) {
        header #site-navigation ul li a, header #site-navigation ul li a:visited {
          font-size: 1.86667vw;
          margin-left: 2.66667vw; }
          header #site-navigation ul li a:hover:after, header #site-navigation ul li a:visited:hover:after {
            content: '';
            background: url(/wp-content/themes/cb/dist/images/menu-underline.svg) no-repeat center;
            background-size: 100% auto;
            display: block;
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            width: 6.25vw;
            height: 1.04167vw; } }
      @media (min-width: 768px) {
        header #site-navigation ul li a, header #site-navigation ul li a:visited {
          margin-left: 2.60417vw;
          font-size: 1.25vw; }
          header #site-navigation ul li a:hover:after, header #site-navigation ul li a:visited:hover:after {
            width: 6.25vw;
            height: 1.04167vw; } }

main section#home-hero .text {
  padding: 0 10.66667vw; }
  @media (min-width: 768px) {
    main section#home-hero .text {
      padding: 0 10.41667vw 0 0; } }
  main section#home-hero .text p {
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.8;
    font-size: 3.2vw; }
    @media (min-width: 768px) {
      main section#home-hero .text p {
        font-size: 1.5625vw; } }
    @media (min-width: 992px) {
      main section#home-hero .text p {
        font-size: 1.30208vw; } }
  main section#home-hero .text a {
    background: url(/wp-content/themes/cb/dist/images/circle.svg) no-repeat center;
    background-size: 100% auto;
    color: #241F20;
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.66667vw;
    padding: 4.8vw 2.66667vw 2.93333vw;
    display: inline-block; }
    @media (min-width: 576px) {
      main section#home-hero .text a {
        font-size: 2.66667vw;
        padding: 4vw 2.66667vw; } }
    @media (min-width: 768px) {
      main section#home-hero .text a {
        font-size: 1.04167vw;
        padding: 1.71875vw 1.04167vw 1.19792vw; } }
    main section#home-hero .text a:hover {
      background: url(/wp-content/themes/cb/dist/images/circle.svg) no-repeat center;
      background-size: 100% auto; }

@media (max-width: 768px) {
  main section#story-hero {
    text-align: center; } }

@media (max-width: 576px) {
  main section#story-hero .title {
    padding-bottom: 2.66667vw !important; } }

main section#story-hero .text {
  padding-right: 9.375vw; }
  main section#story-hero .text p {
    margin-bottom: 1.30208vw; }
  @media (max-width: 768px) {
    main section#story-hero .text {
      padding: 13.33333vw 8vw !important;
      padding-top: 0 !important; } }
  @media (max-width: 768px) and (min-width: 768px) {
    main section#story-hero .text {
      padding: 3.90625vw !important; } }
  @media (max-width: 768px) and (min-width: 992px) {
    main section#story-hero .text {
      padding: 5.72917vw !important; } }
  @media (max-width: 768px) and (min-width: 1320px) {
    main section#story-hero .text {
      padding: 7.8125vw !important; } }

@media (max-width: 768px) {
  main section#story-footer .story-footer-image {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    height: 80vw; }
  main section#story-footer .story-footer-text {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    text-align: center; } }

main section#story-footer .story-footer-text p:last-of-type a, main section#story-footer .story-footer-text p:last-of-type a:visited {
  color: inherit;
  position: relative; }
  main section#story-footer .story-footer-text p:last-of-type a:after, main section#story-footer .story-footer-text p:last-of-type a:visited:after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 5px;
    width: 100%;
    content: '';
    background: url("/wp-content/themes/cb/dist/images/email-underline.svg") no-repeat center;
    background-size: 100% auto; }

main section#home-insta h2 {
  font-family: neue-haas-grotesk-display,sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.86458vw; }
  main section#home-insta h2 span {
    font-size: 1.30208vw;
    display: inline-block;
    margin-left: 0.78125vw;
    position: relative;
    top: -0.3125vw; }

@media (min-width: 992px) {
  main section#contact-page {
    min-height: 750px;
    padding: 7.8125vw 0 0; } }

main section#contact-page .contact-nav {
  margin-top: 5.20833vw; }

main section#contact-page .contact-page-content {
  position: relative;
  padding-top: 1.04167vw;
  text-align: center; }
  @media (min-width: 768px) {
    main section#contact-page .contact-page-content {
      text-align: left; } }
  main section#contact-page .contact-page-content p {
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.66667vw;
    margin-bottom: 2.66667vw;
    color: #241F20;
    line-height: 1.9;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      main section#contact-page .contact-page-content p {
        font-size: 1.5625vw; } }
    @media (min-width: 992px) {
      main section#contact-page .contact-page-content p {
        font-size: 1.04167vw;
        margin-bottom: 0.52083vw; } }
    @media (min-width: 768px) {
      main section#contact-page .contact-page-content p {
        max-width: 90%;
        margin-left: inherit;
        margin-right: inherit; } }
  main section#contact-page .contact-page-content .social {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      main section#contact-page .contact-page-content .social {
        text-align: left;
        position: absolute;
        bottom: 0.65104vw; } }
    @media (min-width: 768px) {
      main section#contact-page .contact-page-content .social {
        bottom: 0.46875vw; } }
    main section#contact-page .contact-page-content .social li {
      display: inline-block;
      margin-right: 1.33333vw; }
      @media (min-width: 768px) {
        main section#contact-page .contact-page-content .social li {
          margin-right: 0.65104vw; } }
      @media (min-width: 992px) {
        main section#contact-page .contact-page-content .social li {
          margin-right: 0.52083vw; } }
      main section#contact-page .contact-page-content .social li:last-of-type {
        margin-right: 0; }
      main section#contact-page .contact-page-content .social li a {
        display: block; }
        main section#contact-page .contact-page-content .social li a svg {
          width: 5.33333vw;
          height: auto; }
          @media (min-width: 768px) {
            main section#contact-page .contact-page-content .social li a svg {
              width: 2.60417vw; } }
          @media (min-width: 992px) {
            main section#contact-page .contact-page-content .social li a svg {
              width: 2.34375vw; } }
        main section#contact-page .contact-page-content .social li a:hover svg path {
          fill: #FFF; }

main section#contact-page .contact-page-form .form-row {
  display: block; }
  main section#contact-page .contact-page-form .form-row label {
    width: 100%;
    margin-bottom: 0; }
  main section#contact-page .contact-page-form .form-row.message {
    margin-top: 5.33333vw; }
    @media (min-width: 768px) {
      main section#contact-page .contact-page-form .form-row.message {
        margin-top: 2.60417vw; } }
    @media (min-width: 992px) {
      main section#contact-page .contact-page-form .form-row.message {
        margin-top: 3.125vw; } }
  main section#contact-page .contact-page-form .form-row.submit-btn {
    text-align: center;
    width: 100%;
    margin-top: 5.33333vw; }
    @media (min-width: 768px) {
      main section#contact-page .contact-page-form .form-row.submit-btn {
        margin-top: 0;
        position: absolute;
        width: 100%;
        top: calc(100% + 1.30208vw);
        text-align: right; } }
    @media (min-width: 992px) {
      main section#contact-page .contact-page-form .form-row.submit-btn {
        margin-top: 0;
        top: calc(100% + 1.5625vw); } }
    main section#contact-page .contact-page-form .form-row.submit-btn .wpcf7-submit {
      text-indent: -9999px;
      border: none;
      border-radius: 0;
      height: 10.66667vw;
      width: 22.66667vw;
      background: transparent url("/wp-content/themes/cb/dist/images/send-btn.svg") no-repeat center;
      background-size: 100% auto;
      padding: 0; }
      @media (min-width: 768px) {
        main section#contact-page .contact-page-form .form-row.submit-btn .wpcf7-submit {
          height: 6.51042vw;
          width: 12.36979vw; } }
      @media (min-width: 992px) {
        main section#contact-page .contact-page-form .form-row.submit-btn .wpcf7-submit {
          height: 4.16667vw;
          width: 9.375vw; } }
      main section#contact-page .contact-page-form .form-row.submit-btn .wpcf7-submit:hover {
        background-image: url("/wp-content/themes/cb/dist/images/send-btn-white.svg"); }
    main section#contact-page .contact-page-form .form-row.submit-btn .ajax-loader {
      display: block; }

main section#find-page {
  padding: 0 2.60417vw 2.60417vw; }
  main section#find-page #store_locator_search_box {
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 5.20833vw 0; }
    @media (max-width: 768px) {
      main section#find-page #store_locator_search_box {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    main section#find-page #store_locator_search_box .wordpress-store-locator-search-container {
      margin-left: 1.04167vw; }
      main section#find-page #store_locator_search_box .wordpress-store-locator-search-container #store_locator_find_stores_button {
        margin: 0;
        border: none;
        outline: none;
        background: transparent url(/wp-content/themes/cb/dist/images/go.svg) no-repeat bottom;
        width: 7.8125vw;
        height: 4.6875vw;
        background-size: 100% auto;
        text-indent: -9999px;
        outline: none;
        border: none;
        position: relative;
        bottom: -0.52083vw; }
        @media (max-width: 768px) {
          main section#find-page #store_locator_search_box .wordpress-store-locator-search-container #store_locator_find_stores_button {
            width: 16vw;
            height: 10.66667vw; } }
        main section#find-page #store_locator_search_box .wordpress-store-locator-search-container #store_locator_find_stores_button:focus {
          outline: none;
          border: none;
          box-shadow: none; }
    main section#find-page #store_locator_search_box .wordpress-store-locator-address-container {
      -webkit-box-flex: 0 0 61%;
      -moz-box-flex: 0 0 61%;
      -webkit-flex: 0 0 61%;
      -ms-flex: 0 0 61%;
      flex: 0 0 61%; }
      @media (max-width: 768px) {
        main section#find-page #store_locator_search_box .wordpress-store-locator-address-container {
          -webkit-box-flex: 0 0 100%;
          -moz-box-flex: 0 0 100%;
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
          main section#find-page #store_locator_search_box .wordpress-store-locator-address-container * {
            text-align: center; } }
      main section#find-page #store_locator_search_box .wordpress-store-locator-address-container .store-locator-col-12 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        align-items: flex-end; }
        @media (max-width: 768px) {
          main section#find-page #store_locator_search_box .wordpress-store-locator-address-container .store-locator-col-12 {
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        main section#find-page #store_locator_search_box .wordpress-store-locator-address-container .store-locator-col-12 .wordpress-store-locator-address-title {
          -webkit-box-flex: 0 0 25%;
          -moz-box-flex: 0 0 25%;
          -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          padding-right: 2%;
          font-family: neue-haas-grotesk-display,sans-serif;
          font-weight: 600;
          font-style: normal;
          font-size: 3.2vw; }
          @media (min-width: 768px) {
            main section#find-page #store_locator_search_box .wordpress-store-locator-address-container .store-locator-col-12 .wordpress-store-locator-address-title {
              font-size: 1.5625vw; } }
          @media (min-width: 992px) {
            main section#find-page #store_locator_search_box .wordpress-store-locator-address-container .store-locator-col-12 .wordpress-store-locator-address-title {
              font-size: 1.5625vw; } }
          @media (max-width: 768px) {
            main section#find-page #store_locator_search_box .wordpress-store-locator-address-container .store-locator-col-12 .wordpress-store-locator-address-title {
              -webkit-box-flex: 0 0 100%;
              -moz-box-flex: 0 0 100%;
              -webkit-flex: 0 0 100%;
              -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
        main section#find-page #store_locator_search_box .wordpress-store-locator-address-container .store-locator-col-12 input {
          -webkit-box-flex: 0 0 73%;
          -moz-box-flex: 0 0 73%;
          -webkit-flex: 0 0 73%;
          -ms-flex: 0 0 73%;
          flex: 0 0 73%;
          font-family: script;
          font-weight: 400;
          font-style: normal;
          background: none;
          border: none !important;
          border-bottom: 2px solid #241F20 !important;
          font-size: 3.125vw;
          padding-left: 0;
          text-indent: 5px;
          color: #241F20;
          border-radius: 0; }
          @media (max-width: 768px) {
            main section#find-page #store_locator_search_box .wordpress-store-locator-address-container .store-locator-col-12 input {
              -webkit-box-flex: 0 0 100%;
              -moz-box-flex: 0 0 100%;
              -webkit-flex: 0 0 100%;
              -ms-flex: 0 0 100%;
              flex: 0 0 100%;
              font-size: 5.33333vw; } }
          main section#find-page #store_locator_search_box .wordpress-store-locator-address-container .store-locator-col-12 input::-webkit-input-placeholder {
            /* Edge */
            color: #241F20; }
          main section#find-page #store_locator_search_box .wordpress-store-locator-address-container .store-locator-col-12 input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #241F20; }
          main section#find-page #store_locator_search_box .wordpress-store-locator-address-container .store-locator-col-12 input::placeholder {
            color: #241F20; }
          main section#find-page #store_locator_search_box .wordpress-store-locator-address-container .store-locator-col-12 input:focus {
            outline: none;
            border: none;
            border-bottom: 2px solid #241F20 !important;
            box-shadow: none; }
  main section#find-page #store_locator_sidebar {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
    flex: 0 0 40% !important;
    max-width: 40% !important;
    border: 2px solid #241F20; }
    @media (max-width: 768px) {
      main section#find-page #store_locator_sidebar {
        -webkit-box-ordinal-group: 13;
        -moz-box-ordinal-group: 13;
        -ms-flex-order: 13;
        -webkit-order: 13;
        order: 13;
        flex: 0 0 100% !important;
        max-width: 100% !important; } }
    main section#find-page #store_locator_sidebar hr {
      display: none; }
    main section#find-page #store_locator_sidebar .store_locator_sidebar_content {
      height: 100%; }
      main section#find-page #store_locator_sidebar .store_locator_sidebar_content #store_locator_result_list {
        max-height: 100% !important; }
        main section#find-page #store_locator_sidebar .store_locator_sidebar_content #store_locator_result_list .store_locator_result_list_item {
          background: none;
          border-bottom: 2px solid #241F20; }
          main section#find-page #store_locator_sidebar .store_locator_sidebar_content #store_locator_result_list .store_locator_result_list_item .store_locator_name {
            font-family: neue-haas-grotesk-display,sans-serif;
            font-weight: 600;
            font-style: normal;
            font-size: 3.2vw; }
            @media (min-width: 768px) {
              main section#find-page #store_locator_sidebar .store_locator_sidebar_content #store_locator_result_list .store_locator_result_list_item .store_locator_name {
                font-size: 1.5625vw; } }
            @media (min-width: 992px) {
              main section#find-page #store_locator_sidebar .store_locator_sidebar_content #store_locator_result_list .store_locator_result_list_item .store_locator_name {
                font-size: 1.5625vw; } }
          main section#find-page #store_locator_sidebar .store_locator_sidebar_content #store_locator_result_list .store_locator_result_list_item .store_locator_address {
            font-family: neue-haas-grotesk-display,sans-serif;
            font-weight: 600;
            font-style: normal;
            font-size: 2.66667vw;
            margin-bottom: 2.66667vw;
            color: #241F20;
            line-height: 1.9;
            margin-bottom: 0 !important; }
            @media (min-width: 768px) {
              main section#find-page #store_locator_sidebar .store_locator_sidebar_content #store_locator_result_list .store_locator_result_list_item .store_locator_address {
                font-size: 1.5625vw; } }
            @media (min-width: 992px) {
              main section#find-page #store_locator_sidebar .store_locator_sidebar_content #store_locator_result_list .store_locator_result_list_item .store_locator_address {
                font-size: 1.04167vw;
                margin-bottom: 0.52083vw; } }
          main section#find-page #store_locator_sidebar .store_locator_sidebar_content #store_locator_result_list .store_locator_result_list_item .store_locator_contact, main section#find-page #store_locator_sidebar .store_locator_sidebar_content #store_locator_result_list .store_locator_result_list_item .store_locator_actions {
            display: none; }
  main section#find-page #store_locator_main {
    -webkit-box-ordinal-group: 13;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 13;
    -webkit-order: 13;
    order: 13;
    flex: 0 0 60% !important;
    max-width: 60% !important;
    padding-right: 0; }
    @media (max-width: 768px) {
      main section#find-page #store_locator_main {
        -webkit-box-ordinal-group: 12;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0;
        margin-bottom: 4vw; } }
    main section#find-page #store_locator_main #store_locator_map {
      border: 2px solid #241F20; }
      main section#find-page #store_locator_main #store_locator_map .store_locator_infowindow .store_locator_name {
        font-family: neue-haas-grotesk-display,sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 3.2vw; }
        @media (min-width: 768px) {
          main section#find-page #store_locator_main #store_locator_map .store_locator_infowindow .store_locator_name {
            font-size: 1.5625vw; } }
        @media (min-width: 992px) {
          main section#find-page #store_locator_main #store_locator_map .store_locator_infowindow .store_locator_name {
            font-size: 1.5625vw; } }
      main section#find-page #store_locator_main #store_locator_map .store_locator_infowindow .store_locator_address {
        font-family: neue-haas-grotesk-display,sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 2.66667vw;
        margin-bottom: 2.66667vw;
        color: #241F20;
        line-height: 1.9; }
        @media (min-width: 768px) {
          main section#find-page #store_locator_main #store_locator_map .store_locator_infowindow .store_locator_address {
            font-size: 1.5625vw; } }
        @media (min-width: 992px) {
          main section#find-page #store_locator_main #store_locator_map .store_locator_infowindow .store_locator_address {
            font-size: 1.04167vw;
            margin-bottom: 0.52083vw; } }
      main section#find-page #store_locator_main #store_locator_map .gm-style .gm-style-iw-c {
        border-radius: 0; }

main section#blog-page {
  min-height: 800px; }
  main section#blog-page article {
    border-bottom: 2px solid #241F20;
    padding: 1.5625vw 0; }

main section#careers-page {
  padding: 2.60417vw 1.5625vw 0; }
  main section#careers-page .jobs .job {
    border-bottom: 2px solid #241F20;
    padding: 1.5625vw 0; }
    @media (max-width: 768px) {
      main section#careers-page .jobs .job * {
        text-align: center; } }
    main section#careers-page .jobs .job:last-of-type {
      border: none; }
    main section#careers-page .jobs .job p {
      font-family: neue-haas-grotesk-display,sans-serif;
      font-weight: 600;
      font-style: normal;
      line-height: 1.8;
      font-size: 3.2vw; }
      @media (min-width: 768px) {
        main section#careers-page .jobs .job p {
          font-size: 1.5625vw; } }
      @media (min-width: 992px) {
        main section#careers-page .jobs .job p {
          font-size: 1.30208vw; } }
    main section#careers-page .jobs .job h2 {
      font-family: script;
      font-weight: 400;
      font-style: normal;
      color: #241F20;
      font-size: 6.66667vw;
      padding-left: 10;
      text-indent: 10px;
      -webkit-font-smoothing: antialiased; }
      @media (min-width: 768px) {
        main section#careers-page .jobs .job h2 {
          font-size: 3.90625vw; } }
      @media (min-width: 992px) {
        main section#careers-page .jobs .job h2 {
          font-size: 3.125vw; } }
      @media (min-width: 1600px) {
        main section#careers-page .jobs .job h2 {
          font-size: 2.60417vw; } }
    main section#careers-page .jobs .job h3 {
      font-family: neue-haas-grotesk-display,sans-serif;
      font-weight: 600;
      font-style: normal;
      line-height: 1.8;
      font-size: 3.2vw;
      font-family: neue-haas-grotesk-display,sans-serif;
      font-weight: 700;
      font-style: normal; }
      @media (min-width: 768px) {
        main section#careers-page .jobs .job h3 {
          font-size: 1.5625vw; } }
      @media (min-width: 992px) {
        main section#careers-page .jobs .job h3 {
          font-size: 1.30208vw; } }
    main section#careers-page .jobs .job h4 {
      font-family: neue-haas-grotesk-display,sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 3.2vw;
      font-family: neue-haas-grotesk-display,sans-serif;
      font-weight: 600;
      font-style: normal; }
      @media (min-width: 768px) {
        main section#careers-page .jobs .job h4 {
          font-size: 1.5625vw; } }
      @media (min-width: 992px) {
        main section#careers-page .jobs .job h4 {
          font-size: 1.5625vw; } }
      main section#careers-page .jobs .job h4 strong {
        font-family: neue-haas-grotesk-display,sans-serif;
        font-weight: 700;
        font-style: normal; }

main section .contact-nav {
  padding: 2.60417vw 0 5.20833vw; }
  main section .contact-nav a, main section .contact-nav a:visited {
    color: inherit; }
  main section .contact-nav span {
    font-family: script;
    font-weight: 400;
    font-style: normal;
    color: #241F20;
    font-size: 6.66667vw;
    padding-left: 10;
    text-indent: 10px;
    -webkit-font-smoothing: antialiased;
    margin-right: 1.5625vw; }
    @media (min-width: 768px) {
      main section .contact-nav span {
        font-size: 3.90625vw; } }
    @media (min-width: 992px) {
      main section .contact-nav span {
        font-size: 3.125vw; } }
    @media (min-width: 1600px) {
      main section .contact-nav span {
        font-size: 2.60417vw; } }

.page-builder-section.checklist ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .page-builder-section.checklist ul {
      column-count: 2;
      column-gap: 5.20833vw; } }
  .page-builder-section.checklist ul li {
    list-style: none;
    padding-left: 2.08333vw;
    position: relative;
    margin-bottom: 1.04167vw;
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.30208vw; }
    @media (max-width: 768px) {
      .page-builder-section.checklist ul li {
        padding-left: 5.33333vw;
        margin-bottom: 2.66667vw;
        font-size: 3.46667vw; } }
    .page-builder-section.checklist ul li strong {
      color: #EDE3D6; }
    .page-builder-section.checklist ul li:before {
      content: '';
      background: url(/wp-content/themes/cb/dist/images/checkmark.svg) no-repeat left;
      background-size: 100% auto;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      width: 1.04167vw;
      height: 2.08333vw; }
      @media (max-width: 768px) {
        .page-builder-section.checklist ul li:before {
          width: 2.66667vw;
          height: 5.33333vw; } }

.page-builder-section.split_image_text .block {
  min-height: 80vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media (min-width: 768px) {
    .page-builder-section.split_image_text .block {
      min-height: 36.45833vw; } }
  @media (max-width: 576px) {
    .page-builder-section.split_image_text .block {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; } }
  @media (max-width: 576px) {
    .page-builder-section.split_image_text .block.has-image {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      height: 80vw; } }
  .page-builder-section.split_image_text .block .center {
    flex: 0 0 100%;
    min-width: 100%; }
    @media (max-width: 768px) {
      .page-builder-section.split_image_text .block .center * {
        text-align: center; } }
    .page-builder-section.split_image_text .block .center a {
      font-family: neue-haas-grotesk-display,sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 2.66667vw;
      color: #EDE3D6;
      position: relative; }
      @media (min-width: 576px) {
        .page-builder-section.split_image_text .block .center a {
          font-size: 2.66667vw; } }
      @media (min-width: 768px) {
        .page-builder-section.split_image_text .block .center a {
          font-size: 1.43229vw; } }
      @media (min-width: 992px) {
        .page-builder-section.split_image_text .block .center a {
          font-size: 1.04167vw; } }
      .page-builder-section.split_image_text .block .center a:after {
        content: '';
        background: url(/wp-content/themes/cb/dist/images/cta-underline.svg) no-repeat center;
        background-size: 100% auto;
        width: 10.66667vw;
        height: 1.33333vw;
        top: calc(100% + 0.66667vw);
        right: -0.66667vw;
        position: absolute;
        display: block; }
        @media (min-width: 768px) {
          .page-builder-section.split_image_text .block .center a:after {
            width: 6.66667vw;
            height: 1.33333vw;
            top: calc(100% + 0.66667vw);
            right: -0.66667vw; } }
        @media (min-width: 992px) {
          .page-builder-section.split_image_text .block .center a:after {
            width: 4.16667vw;
            height: 0.52083vw;
            top: calc(100% + 0.26042vw);
            right: -0.26042vw; } }

.home .page-builder-section.split_image_text {
  text-align: center; }

footer#colophon {
  padding-bottom: 10.41667vw;
  background: url(/wp-content/themes/cb/dist/images/background-repeat.svg) repeat top;
  background-size: 10.41667vw auto; }
  @media (max-width: 768px) {
    footer#colophon {
      padding-bottom: 15.625vw;
      background-size: 19.53125vw auto; } }
  footer#colophon .footer-nav {
    text-align: center;
    margin-top: 8vw;
    padding-bottom: 1.5625vw; }
    @media (min-width: 992px) {
      footer#colophon .footer-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 3.64583vw;
        margin-top: 0; } }
    footer#colophon .footer-nav span {
      margin-right: 20px;
      font-family: script;
      font-weight: 400;
      font-style: normal;
      color: #241F20;
      font-size: 6.66667vw;
      padding-left: 10;
      text-indent: 10px;
      -webkit-font-smoothing: antialiased; }
      @media (min-width: 768px) {
        footer#colophon .footer-nav span {
          font-size: 3.90625vw; } }
      @media (min-width: 992px) {
        footer#colophon .footer-nav span {
          font-size: 3.125vw; } }
      @media (min-width: 1600px) {
        footer#colophon .footer-nav span {
          font-size: 2.60417vw; } }
  footer#colophon .site-info {
    padding: 2.60417vw;
    background: #EDE3D6;
    border-top: 2px solid #241F20;
    border-bottom: 2px solid #241F20; }
    footer#colophon .site-info .left {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      footer#colophon .site-info .left small {
        font-family: neue-haas-grotesk-display,sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 2.66667vw;
        margin-left: 2.66667vw;
        line-height: 1; }
        @media (min-width: 768px) {
          footer#colophon .site-info .left small {
            font-size: 1.30208vw;
            margin-left: 1.30208vw; } }
        @media (min-width: 992px) {
          footer#colophon .site-info .left small {
            font-size: 1.25vw;
            margin-left: 1.04167vw; } }
      footer#colophon .site-info .left .social {
        list-style: none;
        margin: 0;
        padding: 0; }
        @media (max-width: 576px) {
          footer#colophon .site-info .left .social {
            padding-left: 0; } }
        footer#colophon .site-info .left .social li {
          display: inline-block; }
          footer#colophon .site-info .left .social li a {
            margin-right: 0.26042vw; }
            footer#colophon .site-info .left .social li a svg {
              width: 2.08333vw;
              height: auto; }
              @media (max-width: 576px) {
                footer#colophon .site-info .left .social li a svg {
                  width: 5.33333vw; } }
    footer#colophon .site-info .right {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: right;
      -moz-justify-content: right;
      -ms-justify-content: right;
      justify-content: right;
      -ms-flex-pack: right;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      footer#colophon .site-info .right img {
        height: 8vw;
        width: auto; }
        @media (min-width: 768px) {
          footer#colophon .site-info .right img {
            height: 3.90625vw; } }
        @media (min-width: 992px) {
          footer#colophon .site-info .right img {
            height: 3.64583vw; } }
      footer#colophon .site-info .right .menu-footer-container ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
        margin-left: 4vw; }
        @media (min-width: 768px) {
          footer#colophon .site-info .right .menu-footer-container ul {
            margin-left: 1.95312vw; } }
        @media (min-width: 992px) {
          footer#colophon .site-info .right .menu-footer-container ul {
            margin-left: 1.5625vw; } }
      footer#colophon .site-info .right .menu-footer-container li {
        display: block;
        margin: 0;
        line-height: 1;
        margin: 1.06667vw 0; }
        @media (min-width: 768px) {
          footer#colophon .site-info .right .menu-footer-container li {
            margin: 0.52083vw 0; } }
        @media (min-width: 992px) {
          footer#colophon .site-info .right .menu-footer-container li {
            margin: 0.52083vw 0; } }
        footer#colophon .site-info .right .menu-footer-container li a, footer#colophon .site-info .right .menu-footer-container li a:visited {
          display: block;
          line-height: 1;
          font-family: neue-haas-grotesk-display,sans-serif;
          font-weight: 600;
          font-style: normal;
          color: #241F20;
          font-size: 2.66667vw; }
          @media (min-width: 768px) {
            footer#colophon .site-info .right .menu-footer-container li a, footer#colophon .site-info .right .menu-footer-container li a:visited {
              font-size: 1.30208vw; } }
          @media (min-width: 992px) {
            footer#colophon .site-info .right .menu-footer-container li a, footer#colophon .site-info .right .menu-footer-container li a:visited {
              font-size: 1.25vw; } }
