@font-face {
  font-family: 'Amatic SC';
  src: url('/assets/fonts/Amatic_SC/AmaticSC-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('/assets/fonts/Fira_Sans/FiraSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    appearance: button;
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
    appearance: textfield;
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
    background: #7a3c00;
}
body, button, input, select, textarea {
  color: rgba(255,255,255,0.8);
  font-family: 'Fira Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3;
}
button {
  font-weight: bold;
}
p {
  margin-bottom: 1em;
}
p.line-breaks {
  white-space: pre-wrap;
}
b, strong {
  font-weight: 500;
  color: #fff;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1em;
  max-width: 100%;
  overflow: auto;
  padding: 1em;
}
pre.pre-unstyled {
  margin: inherit;
  padding: inherit;
  border: inherit;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: inherit;
  overflow: inherit;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 1.5rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
sup, sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
strong {
  font-weight: 500;
}
h1 {
  color: #fff;
  font-family: "Amatic SC",Georgia,Times,"Times New Roman",serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 45px;
  font-size: 4.5rem;
  margin: .5em 0;
}
h2 {
  color: #fff;
  font-family: "Amatic SC",Georgia,Times,"Times New Roman",serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 33px;
  font-size: 3.3rem;
  margin: .5em 0;
}
h3 {
  color: #fff;
  font-family: "Amatic SC",Georgia,Times,"Times New Roman",serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 27px;
  font-size: 2.7rem;
  margin: .5em 0;
}
a {
  color: #fff;
}
hr {
  background-color: #dfdfbc;
  border: 0;
  height: 1px;
  margin: 1.5em 0;
}
ul, ol {
  margin: 0 0 1em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  color: #fff;
  font-family: "Amatic SC",Georgia,Times,"Times New Roman",serif;
  font-size: 28px;
  font-size: 2.8rem;
}
dd {
  margin: 0 1.5em 1.5em;
  font-size: 20px;
  font-size: 2rem;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1em;
  width: 100%;
}
th {
  font-weight: bold;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 1em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-bottom: 1em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
embed, iframe, object {
  max-width: 100%;
}
::-webkit-input-placeholder {
  color: rgba(255,255,255,0.8);
}
::-moz-placeholder {
  color: rgba(255,255,255,0.8);
}
:-ms-input-placeholder {
  color: rgba(255,255,255,0.8);
}
:-moz-placeholder {
  color: rgba(255,255,255,0.8);
}
input[type='text'], input[type='email'], input[type='tel'], textarea {
  width: 100%;
  max-width: 480px;
}
input {
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 12px 30px 10px;
  background: #f7ad55;
  border: 2px solid #FFF;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-right-radius: 225px 15px;
  border-bottom-left-radius: 15px 255px;
}
input:focus {
  outline: none;
  background: #de9035;
}
textarea {
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 12px 30px 10px;
  background: #f7ad55;
  border: 2px solid #FFF;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-right-radius: 225px 15px;
  border-bottom-left-radius: 15px 255px;
  min-height: 200px;
}
textarea:focus {
  outline: none;
  background: #de9035;
}
body, html {
  height: 100%;
}
.panel {
  border: 2px dashed #de9c4d;
  padding: 20px;
}
.one_col {
  max-width: 640px;
  margin: auto;
}
.three_col {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: stretch;
}
.three_col__center {
  background: #7a3c00;
  border-left: 2px dashed #de9c4d;
  border-right: 2px dashed #de9c4d;
  order: 1;
  padding: 20px 40px;
  flex: 1 1 100%;
  min-width: 260px;
  min-height: 400px;
  box-sizing: border-box;
}
.three_col__left {
  background: #000;
  background-size: cover;
  font-size: .8em;
  display: flex;
  min-height: 400px;
  order: 2;
  padding: 20px;
  flex: 1 1 100%;
  min-width: 260px;
  box-sizing: border-box;
}
.three_col__left.js-rotate-e {
  background: #000;
  background-size: cover;
  transition: all 0.5s ease;
  opacity: 0.9;
}
.three_col__left.js-rotate-e.e001 {
  background: #000;
  background-size: cover;
}
.three_col__left--center {
  align-items: center;
}
.three_col__left--empty {
  min-height: 0;
}
.three_col__right {
  background: #000;
  background-size: cover;
  font-size: .8em;
  display: flex;
  min-height: 400px;
  order: 3;
  padding: 20px;
  flex: 1 1 100%;
  min-width: 260px;
  box-sizing: border-box;
}
.three_col__right.js-rotate-a {
  transition: all 0.5s ease;
  background: #7a3c00 url(/assets/images/img-alex/a-1-new.webp) no-repeat center top;
  background-size: cover;
  opacity: 0.9;
}
.three_col__right.js-rotate-a.a001 {
  background: #7a3c00 url(/assets/images/img-alex/a-1-new.webp) no-repeat center top;
  background-size: cover;
}
.three_col__right--center {
  align-items: center;
}
.three_col__right--empty {
  min-height: 0;
}
@media (min-width: 56em) {
  .three_col__center {
    order: 2;
    flex: 1 1 40%;
    min-width: 320px;
    min-height: 400px;
  }
  .three_col__left {
    order: 1;
    flex: 1 1 30%;
    min-width: 260px;
  }
  .three_col__left > div {
    width: 100%;
  }
  .three_col__left--empty {
    min-height: 300px;
  }
  .three_col__right {
    order: 3;
    flex: 1 1 30%;
    min-width: 260px;
  }
  .three_col__right > div {
    width: 100%;
  }
  .three_col__right--empty {
    min-height: 300px;
  }
}
button {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  border: 2px solid #FFF;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-right-radius: 225px 15px;
  border-bottom-left-radius: 15px 255px;
  text-decoration: none;
  padding: 12px 30px 10px;
  text-transform: uppercase;
  text-align: center;
  box-shadow: none;
  background: transparent;
  color: #fff;
  font-family: "Amatic SC",Georgia,Times,"Times New Roman",serif;
  font-size: 28px;
  font-size: 2.8rem;
  cursor: pointer;
  appearance: button;
  -webkit-appearance: button;
  line-height: 1;
  text-shadow: none;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background: transparent;
  color: #fff;
  transition: all 0.3s ease;
}
button:focus, button:active, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:focus, input[type="submit"]:active {
  background: transparent;
  color: #fff;
}
.home nav span {
  display: block;
  text-align: center;
  border-bottom: 2px dashed #de9c4d;
  color: #FFFFFF;
  font-weight: 500;
  max-width: 300px;
  margin: 0 auto 10px;
  padding-bottom: 5px;
}
.home nav a {
  display: block;
}
nav a {
  font-family: "Amatic SC",Georgia,Times,"Times New Roman",serif;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: .05em;
  text-decoration: none;
}
nav a.active {
  color: #de9035;
}
.intro {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.text--sm {
  font-size: 16px;
  font-size: 1.6rem;
}
.fade-in {
  display: none;
}
.contact .three_col__left img,
.contact .three_col__right img {
  width: 100%;
  max-width: 360px;
}
.page-success {
  text-align: center;
}
.page-success img {
  max-width: 360px;
  margin: 20px auto;
}
.home .three_col__left > div,
.home .three_col__right > div {
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.home .three_col__left aside,
.home .three_col__right aside {
  min-height: 280px;
}
.bc-logo {
  width: 299px;
  height: 102px;
  max-width: 100%;
}
.work main {
    background-color: #000;
    background-image: url('/assets/images/roadie.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 40px;
}
.work nav {
  margin: 20px;
  text-align: center;
  position: relative;
}
.work_projects {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1320px;
  margin: auto;
  padding: 0 20px;
}
.work_project {
  background-color: rgba(14, 36, 54, 0.8);
  border: 2px dashed #de9035;
  max-width: 640px;
  margin: 0 auto 20px;
  width: 100%;
}
.work_project img {
  border-bottom: 2px solid #FFF;
  margin-bottom: 10px;
}
.work_project__content {
  padding: 0 20px;
  font-size: 20px;
  font-size: 2rem;
}
.work_project__details {
  padding: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
.work_project__details h4 {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Amatic SC",Georgia,Times,"Times New Roman",serif;
}
.work_project__details em {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Amatic SC",Georgia,Times,"Times New Roman",serif;
  font-style: normal;
}
.work_project__details ul {
  list-style: none;
  margin-left: 0;
}
.work_project__details blockquote {
  font-style: italic;
}
@media (min-width: 56em) {
  .work_project {
    margin: 0 0 20px;
    width: 49%;
  }
}
.contact_form input {
  display: block;
  margin: 1em auto;
}
.kitteh {
  max-width: 500px;
  overflow: hidden;
  height: 100px;
  background: transparent url(/assets/images/kitteh.png) no-repeat center top;
  background-size: 100% auto;
}
.kitteh--bff {
  height: 450px;
}
.contact .three_col__center {
  padding-bottom: 100px;
  position: relative;
}
.contact .three_col__center .kitteh {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#hats_e {
  transition: all 0.5s ease;
  background: transparent url(/assets/images/img-eric/e-hat-1.webp) no-repeat center top;
  background-size: contain;
  width: 100%;
  aspect-ratio: 1/1;
  min-height: 180px;
  padding-top: 0;
}
#hats_e.e001 {
  background: transparent url(/assets/images/img-eric/e-hat-1.webp) no-repeat center top;
  background-size: contain;
}
#hats_e.e002 {
  background: transparent url(/assets/images/img-eric/e-hat-2.webp) no-repeat center top;
  background-size: contain;
}
#hats_e.e003 {
  background: transparent url(/assets/images/img-eric/e-hat-3.webp) no-repeat center top;
  background-size: contain;
}
#hats_a {
  transition: all 0.5s ease;
  background: transparent url(/assets/images/img-alex/a-hat-1.webp) no-repeat center top;
  background-size: contain;
  width: 100%;
  aspect-ratio: 1/1;
  min-height: 180px;
  padding-top: 0;
}
#hats_a.a001 {
  background: transparent url(/assets/images/img-alex/a-hat-1.webp) no-repeat center top;
  background-size: contain;
}
#hats_a.a002 {
  background: transparent url(/assets/images/img-alex/a-hat-2.webp) no-repeat center top;
  background-size: contain;
}
#hats_a.a003 {
  background: transparent url(/assets/images/img-alex/a-hat-3.webp) no-repeat center top;
  background-size: contain;
}
.agency-policies .three_col__left,
.agency-policies .three_col__right {
  background-image: none;
  background-color: #000;
}
.agency-policies .three_col__left dl,
.agency-policies .three_col__right dl {
  background-color: #c88230;
  border: 2px dashed #b2732a;
  margin-bottom: 1em;
  padding: 10px;
}
.agency-policies .three_col__left dd,
.agency-policies .three_col__right dd {
  margin: 0;
}
.agency-policies .three_col__center p,
.agency-policies .three_col__center li {
  text-align: left;
}
.agency-policies .three_col__center ul {
  margin-left: 20px;
}