@font-face {
  font-family: 'made_sunflower';
  src: url('/css/vendor/font/sunflower/made_sunflower-webfont.woff2') format('woff2'), url('/css/vendor/font/sunflower/made_sunflower-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 12px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1343.98px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1344px) {
  html {
    font-size: 18px;
  }
}
body {
  font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #202124;
}
strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h1 {
  font-size: 3rem;
  line-height: 1.25;
}
h2 {
  font-size: 2.25rem;
  line-height: 1.25;
}
h3 {
  font-size: 1.75rem;
  line-height: 1.25;
}
h4 {
  font-size: 1.5rem;
  line-height: 1.25;
}
h5 {
  font-size: 1.25rem;
  line-height: 1.4;
}
h6 {
  font-size: 1rem;
  line-height: 1.5;
}
label {
  font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
a:link {
  color: #07a3da;
}
a:visited {
  color: #07a3da;
}
a:hover {
  color: #015c95;
}
a:focus {
  color: #015c95;
}
a:active {
  color: #015c95;
}
.outer,
.outer-md,
.outer-lg,
.outer-xl,
.outer-xxl,
.outer-xxxl,
.outer-xxxxl {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) and (max-width: 683.98px) {
  .outer {
    width: 540px;
  }
}
@media (min-width: 684px) and (max-width: 767.98px) {
  .outer {
    width: 648px;
  }
}
@media (min-width: 768px) and (max-width: 863.98px) {
  .outer,
  .outer-md {
    width: 720px;
  }
}
@media (min-width: 864px) and (max-width: 991.98px) {
  .outer,
  .outer-md {
    width: 840px;
  }
}
@media (min-width: 992px) and (max-width: 1115.98px) {
  .outer,
  .outer-md,
  .outer-lg {
    width: 960px;
  }
}
@media (min-width: 1116px) and (max-width: 1199.98px) {
  .outer,
  .outer-md,
  .outer-lg {
    width: 1080px;
  }
}
@media (min-width: 1200px) and (max-width: 1343.98px) {
  .outer,
  .outer-md,
  .outer-lg,
  .outer-xl {
    width: 1140px;
  }
}
@media (min-width: 1344px) {
  .outer,
  .outer-md,
  .outer-lg,
  .outer-xl,
  .outer-xxl {
    width: 1280px;
  }
}
@media (min-width: 1524px) {
  .outer-xxxl {
    width: 1440px;
  }
}
@media (min-width: 1716px) {
  .outer-xxxxl {
    width: 1620px;
  }
}
@media (min-width: 1116px) and (max-width: 1199.98px) {
  .outer-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .outer-padding {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.text-color-white {
  color: #ffffff !important;
}
.text-color-black {
  color: #000000 !important;
}
.text-color-gray-dark-4 {
  color: #202124 !important;
}
.text-color-gray-dark-3 {
  color: #303136 !important;
}
.text-color-gray-dark-2 {
  color: #4f5158 !important;
}
.text-color-gray-dark {
  color: #70737e !important;
}
.text-color-gray {
  color: #999ca7 !important;
}
.text-color-gray-light {
  color: #bfc1c9 !important;
}
.text-color-gray-light-2 {
  color: #d8dae3 !important;
}
.text-color-gray-light-3 {
  color: #eaecf2 !important;
}
.text-color-gray-light-4 {
  color: #fafafc !important;
}
.text-color-tan-dark-4 {
  color: #46453d !important;
}
.text-color-tan-dark-3 {
  color: #5d5b51 !important;
}
.text-color-tan-dark-2 {
  color: #807c70 !important;
}
.text-color-tan-dark {
  color: #9f9b8e !important;
}
.text-color-tan {
  color: #b9b5a7 !important;
}
.text-color-tan-light {
  color: #d0cdc1 !important;
}
.text-color-tan-light-2 {
  color: #e2e0d5 !important;
}
.text-color-tan-light-3 {
  color: #efeee9 !important;
}
.text-color-tan-light-4 {
  color: #f6f6f4 !important;
}
.text-color-blue-dark-4 {
  color: #003a74 !important;
}
.text-color-blue-dark-3 {
  color: #015c95 !important;
}
.text-color-blue-dark-2 {
  color: #0584bc !important;
}
.text-color-blue-dark {
  color: #07a3da !important;
}
.text-color-blue {
  color: #6dc7e7 !important;
}
.text-color-blue-light {
  color: #a7ddef !important;
}
.text-color-blue-light-2 {
  color: #c9eaf5 !important;
}
.text-color-blue-light-3 {
  color: #ddf3fa !important;
}
.text-color-blue-light-4 {
  color: #f0f9fc !important;
}
.text-color-yellow-dark-4 {
  color: #ba6400 !important;
}
.text-color-yellow-dark-3 {
  color: #d38200 !important;
}
.text-color-yellow-dark-2 {
  color: #e8a900 !important;
}
.text-color-yellow-dark {
  color: #ffd804 !important;
}
.text-color-yellow {
  color: #fff104 !important;
}
.text-color-yellow-light {
  color: #fff889 !important;
}
.text-color-yellow-light-2 {
  color: #fffbb4 !important;
}
.text-color-yellow-light-3 {
  color: #fffdce !important;
}
.text-color-yellow-light-4 {
  color: #fffee8 !important;
}
.text-color-red-dark-4 {
  color: #762000 !important;
}
.text-color-red-dark-3 {
  color: #a32c00 !important;
}
.text-color-red-dark-2 {
  color: #c4481a !important;
}
.text-color-red-dark {
  color: #e25724 !important;
}
.text-color-red {
  color: #f46029 !important;
}
.text-color-red-light {
  color: #fa9a72 !important;
}
.text-color-red-light-2 {
  color: #f7ceb4 !important;
}
.text-color-red-light-3 {
  color: #fceadf !important;
}
.text-color-red-light-4 {
  color: #fff9f2 !important;
}
.bg-color-gray-dark-4 {
  background-color: #202124 !important;
}
.bg-color-gray-dark-3 {
  background-color: #303136 !important;
}
.bg-color-gray-dark-2 {
  background-color: #4f5158 !important;
}
.bg-color-gray-dark {
  background-color: #70737e !important;
}
.bg-color-gray {
  background-color: #999ca7 !important;
}
.bg-color-gray-light {
  background-color: #bfc1c9 !important;
}
.bg-color-gray-light-2 {
  background-color: #d8dae3 !important;
}
.bg-color-gray-light-3 {
  background-color: #eaecf2 !important;
}
.bg-color-gray-light-4 {
  background-color: #fafafc !important;
}
.bg-color-tan-dark-4 {
  background-color: #46453d !important;
}
.bg-color-tan-dark-3 {
  background-color: #5d5b51 !important;
}
.bg-color-tan-dark-2 {
  background-color: #807c70 !important;
}
.bg-color-tan-dark {
  background-color: #9f9b8e !important;
}
.bg-color-tan {
  background-color: #b9b5a7 !important;
}
.bg-color-tan-light {
  background-color: #d0cdc1 !important;
}
.bg-color-tan-light-2 {
  background-color: #e2e0d5 !important;
}
.bg-color-tan-light-3 {
  background-color: #efeee9 !important;
}
.bg-color-tan-light-4 {
  background-color: #f6f6f4 !important;
}
.bg-color-blue-dark-4 {
  background-color: #003a74 !important;
}
.bg-color-blue-dark-3 {
  background-color: #015c95 !important;
}
.bg-color-blue-dark-2 {
  background-color: #0584bc !important;
}
.bg-color-blue-dark {
  background-color: #07a3da !important;
}
.bg-color-blue {
  background-color: #6dc7e7 !important;
}
.bg-color-blue-light {
  background-color: #a7ddef !important;
}
.bg-color-blue-light-2 {
  background-color: #c9eaf5 !important;
}
.bg-color-blue-light-3 {
  background-color: #ddf3fa !important;
}
.bg-color-blue-light-4 {
  background-color: #f0f9fc !important;
}
.bg-color-yellow-dark-4 {
  background-color: #ba6400 !important;
}
.bg-color-yellow-dark-3 {
  background-color: #d38200 !important;
}
.bg-color-yellow-dark-2 {
  background-color: #e8a900 !important;
}
.bg-color-yellow-dark {
  background-color: #ffd804 !important;
}
.bg-color-yellow {
  background-color: #fff104 !important;
}
.bg-color-yellow-light {
  background-color: #fff889 !important;
}
.bg-color-yellow-light-2 {
  background-color: #fffbb4 !important;
}
.bg-color-yellow-light-3 {
  background-color: #fffdce !important;
}
.bg-color-yellow-light-4 {
  background-color: #fffee8 !important;
}
.bg-color-red-dark-4 {
  background-color: #762000 !important;
}
.bg-color-red-dark-3 {
  background-color: #a32c00 !important;
}
.bg-color-red-dark-2 {
  background-color: #c4481a !important;
}
.bg-color-red-dark {
  background-color: #e25724 !important;
}
.bg-color-red {
  background-color: #f46029 !important;
}
.bg-color-red-light {
  background-color: #fa9a72 !important;
}
.bg-color-red-light-2 {
  background-color: #f7ceb4 !important;
}
.bg-color-red-light-3 {
  background-color: #fceadf !important;
}
.bg-color-red-light-4 {
  background-color: #fff9f2 !important;
}
.narrow {
  font-family: "Barlow Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
}
.narrow strong,
.narrow b {
  font-weight: 700 !important;
}
h1.narrow,
h2.narrow,
h3.narrow,
h4.narrow,
h5.narrow,
h6.narrow,
b.narrow,
strong.narrow {
  font-weight: 700 !important;
}
.wide {
  font-family: "Barlow", Georgia, "Times New Roman", Times, serif !important;
  font-weight: 400 !important;
}
.wide strong,
.wide b {
  font-weight: 700 !important;
}
h1.wide,
h2.wide,
h3.wide,
h4.wide,
h5.wide,
h6.wide,
b.wide,
strong.wide {
  font-weight: 700 !important;
}
.sans {
  font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
}
.sans strong,
.sans b {
  font-weight: 700 !important;
}
h1.sans,
h2.sans,
h3.sans,
h4.sans,
h5.sans,
h6.sans,
b.sans,
strong.sans {
  font-weight: 700 !important;
}
.serif,
h1.serif,
h2.serif,
h3.serif,
h4.serif,
h5.serif,
h6.serif {
  font-family: "made_sunflower", Georgia, "Times New Roman", Times, serif !important;
  font-weight: normal !important;
}
.serif strong,
h1.serif strong,
h2.serif strong,
h3.serif strong,
h4.serif strong,
h5.serif strong,
h6.serif strong,
.serif b,
h1.serif b,
h2.serif b,
h3.serif b,
h4.serif b,
h5.serif b,
h6.serif b {
  font-weight: normal !important;
}
.paragraph {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-weight: normal !important;
}
.paragraph strong,
.paragraph b {
  font-weight: bold !important;
}
h1.paragraph,
h2.paragraph,
h3.paragraph,
h4.paragraph,
h5.paragraph,
h6.paragraph,
b.paragraph,
strong.paragraph {
  font-weight: bold !important;
}
.font-size-xs {
  font-size: 10px !important;
  line-height: 15px;
}
@media (min-width: 768px) {
  .font-size-xs {
    font-size: 12px !important;
    line-height: 18px;
  }
}
.font-size-sm {
  font-size: 11px !important;
  line-height: 16px;
}
@media (min-width: 768px) {
  .font-size-sm {
    font-size: 14px !important;
    line-height: 21px;
  }
}
.font-size-normal {
  font-size: 1rem !important;
  line-height: 1.5;
}
.font-size-md {
  font-size: 1.25rem !important;
  line-height: 1.4;
}
.font-size-mdlg {
  font-size: 1.5rem !important;
  line-height: 1.25;
}
.font-size-lg {
  font-size: 1.75rem !important;
  line-height: 1.25;
}
.font-size-lgxl {
  font-size: 2rem !important;
  line-height: 1.25;
}
.font-size-xl {
  font-size: 2.25rem !important;
  line-height: 1.25;
}
.font-size-xxl {
  font-size: 3rem !important;
  line-height: 1.25;
}
.font-size-xxxl {
  font-size: 4rem !important;
  line-height: 1.125;
}
.weight-normal {
  font-weight: 400 !important;
}
.narrow.weight-normal {
  font-weight: 500 !important;
}
.wide.weight-normal {
  font-weight: 500 !important;
}
.serif.weight-normal {
  font-weight: normal !important;
}
.weight-regular {
  font-weight: 400 !important;
}
.narrow.weight-regular {
  font-weight: 400 !important;
}
.wide.weight-regular {
  font-weight: 400 !important;
}
.serif.weight-regular {
  font-weight: normal !important;
}
.paragraph.weight-regular {
  font-weight: normal !important;
}
.weight-bold {
  font-weight: 700 !important;
}
.narrow.weight-bold {
  font-weight: 700 !important;
}
.wide.weight-bold {
  font-weight: 700 !important;
}
.serif.weight-bold {
  font-weight: normal !important;
}
.weight-heavy {
  font-weight: 900 !important;
}
.narrow.weight-heavy {
  font-weight: 900 !important;
}
.wide.weight-heavy {
  font-weight: 900 !important;
}
.serif.weight-heavy {
  font-weight: normal !important;
}
.letter-spacing-md {
  letter-spacing: 0.1em;
}
.letter-spacing-lg {
  letter-spacing: 0.2em;
}
.letter-spacing-xl {
  letter-spacing: 0.3em;
}
.line-height-md {
  line-height: 1.6;
}
.line-height-lg {
  line-height: 1.7;
}
.line-height-xl {
  line-height: 1.8;
}
.italic-normal {
  font-style: normal;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.white,
p.white {
  color: white;
}
a.white:link,
a.white:visited {
  color: white;
}
a.white:hover,
a.white:active {
  color: #FFFFCC;
}
.black {
  color: black;
}
.black_reverse {
  color: white;
  background: black;
  padding: 1px;
}
a.black_reverse:link {
  color: white;
  text-decoration: none;
}
a.black_reverse:visited {
  color: white;
  text-decoration: none;
}
a.black_reverse:hover,
a.black_reverse:active {
  color: #CC3300;
  background: transparent;
  text-decoration: underline;
}
.red {
  color: #CC0000;
}
.red_reverse {
  color: white;
  background: #CC0000;
  padding: 1px;
}
.required {
  color: #CC0000;
}
.green {
  color: #006600;
}
.no_image {
  background-color: #bfc1c9;
}
.spacer {
  height: 1.25rem;
}
.spacer-xs {
  line-height: 0.5rem;
  height: 0.5rem;
}
.spacer-sm {
  height: 1rem;
}
.spacer-md {
  height: 2rem;
}
.spacer-lg {
  height: 3rem;
}
.spacer-xl {
  height: 4rem;
}
.col-centered-sm {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.col-centered-smmd {
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
}
.col-centered-md {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.col-centered-mdlg {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.col-centered-lg {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.col-centered-xl {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.col-centered-xxl {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.col-centered-xxxl {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.col-centered-xxxxl {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
}
.hidden {
  display: none;
}
.clear {
  height: 0;
  clear: both;
  font-size: 1%;
  line-height: 1%;
}
.hr {
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  border: 0;
  border-bottom: solid #bfc1c9 1px;
  margin: 0 0 14px 0;
  padding: 0;
}
.no_margin {
  margin: 0 !important;
}
.indent {
  margin-left: 1.25em;
}
.line {
  clear: both;
  border-bottom: solid #bfc1c9 1px;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 1%;
  line-height: 1%;
}
.rotate {
  white-space: nowrap;
  display: block;
  bottom: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.url {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.inline-block {
  display: inline-block;
}
.comma-separated:after {
  content: ", ";
}
.comma-separated:last-child:after {
  content: "";
}
.bg-box {
  background-color: #fff104;
  padding-top: 0.3em;
  padding-bottom: 0.4em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  display: inline-block;
}
.serif.bg-box,
.serif .bg-box {
  padding-top: 0.4em;
}
.bg-highlight {
  background-color: #fff104;
  padding-bottom: 0.1em;
  padding-left: 0.3em;
  padding-right: 0.3em;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.serif.bg-highlight,
.serif .bg-highlight {
  padding-top: 0.1em;
}
.bg-bottom {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.bg-bottom:before {
  border-bottom: solid 0.4em #fff104;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -4%;
  right: -4%;
  bottom: 0.1em;
  width: 108%;
  margin: 0 auto;
}
.bg-strike {
  background-repeat: repeat-x;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAABKADAAQAAAABAAAABAAAAADmpNw4AAAAFklEQVQIHWP8/5HlPwMSYEJig5mEBQDC9wL7MsQ0nwAAAABJRU5ErkJggg==");
  background-size: 0.25em;
  background-position-y: 0.6em;
  display: inline-block;
  margin-left: -0.25em;
  margin-right: -0.25em;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.bg-strike-blue {
  background-repeat: repeat-x;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAABKADAAQAAAABAAAABAAAAADmpNw4AAAAF0lEQVQIHWM8+errfwYkwITEBjMJCwAA8DgDr6szYnYAAAAASUVORK5CYII=");
  background-size: 0.25em;
  background-position-y: 0.6em;
  display: inline-block;
  margin-left: -0.25em;
  margin-right: -0.25em;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.bg-strike-ragged,
.bg-strike-ragged-blue {
  *zoom: 1;
}
.bg-strike-ragged:before,
.bg-strike-ragged-blue:before,
.bg-strike-ragged:after,
.bg-strike-ragged-blue:after {
  display: table;
  line-height: 0;
  content: "";
}
.bg-strike-ragged:after,
.bg-strike-ragged-blue:after {
  clear: both;
}
.bg-strike-ragged .bg-strike-ragged-word,
.bg-strike-ragged-blue .bg-strike-ragged-word {
  display: block;
  float: left;
  margin-left: -0.25em;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.bg-strike-ragged .bg-strike-ragged-word {
  background-repeat: repeat-x;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAABKADAAQAAAABAAAABAAAAADmpNw4AAAAFklEQVQIHWP8/5HlPwMSYEJig5mEBQDC9wL7MsQ0nwAAAABJRU5ErkJggg==");
  background-size: 0.25em;
  background-position-y: 0.6em;
}
.bg-strike-ragged-blue .bg-strike-ragged-word {
  background-repeat: repeat-x;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAABKADAAQAAAABAAAABAAAAADmpNw4AAAAF0lEQVQIHWM8+errfwYkwITEBjMJCwAA8DgDr6szYnYAAAAASUVORK5CYII=");
  background-size: 0.25em;
  background-position-y: 0.6em;
}
.hd-line-middle {
  display: table;
  white-space: nowrap;
  overflow: hidden;
}
.hd-line-middle:before,
.hd-line-middle:after {
  border-top-style: solid;
  content: "";
  display: table-cell;
  position: relative;
}
.hd-line-middle:before,
.hd-line-middle:after {
  border-top-color: #07a3da;
}
.hd-line-middle:before {
  width: 42%;
  right: 3%;
}
.hd-line-middle:after {
  width: 42%;
  left: 3%;
}
.hd-line-middle:before,
.hd-line-middle:after {
  border-top-width: 0.3em;
  top: 0.6em;
}
.hd-line-middle-xs {
  display: table;
  white-space: nowrap;
  overflow: hidden;
}
.hd-line-middle-xs:before,
.hd-line-middle-xs:after {
  border-top-style: solid;
  content: "";
  display: table-cell;
  position: relative;
}
.hd-line-middle-xs:before,
.hd-line-middle-xs:after {
  border-top-color: #07a3da;
}
.hd-line-middle-xs:before {
  width: 42%;
  right: 3%;
}
.hd-line-middle-xs:after {
  width: 42%;
  left: 3%;
}
.hd-line-middle-xs:before,
.hd-line-middle-xs:after {
  border-top-width: 1px;
  top: 0.8em;
}
.hd-line-middle-sm {
  display: table;
  white-space: nowrap;
  overflow: hidden;
}
.hd-line-middle-sm:before,
.hd-line-middle-sm:after {
  border-top-style: solid;
  content: "";
  display: table-cell;
  position: relative;
}
.hd-line-middle-sm:before,
.hd-line-middle-sm:after {
  border-top-color: #07a3da;
}
.hd-line-middle-sm:before {
  width: 42%;
  right: 3%;
}
.hd-line-middle-sm:after {
  width: 42%;
  left: 3%;
}
.hd-line-middle-sm:before,
.hd-line-middle-sm:after {
  border-top-width: 0.2em;
  top: 0.7em;
}
.hd-line-middle-md {
  display: table;
  white-space: nowrap;
  overflow: hidden;
}
.hd-line-middle-md:before,
.hd-line-middle-md:after {
  border-top-style: solid;
  content: "";
  display: table-cell;
  position: relative;
}
.hd-line-middle-md:before,
.hd-line-middle-md:after {
  border-top-color: #07a3da;
}
.hd-line-middle-md:before {
  width: 42%;
  right: 3%;
}
.hd-line-middle-md:after {
  width: 42%;
  left: 3%;
}
.hd-line-middle-md:before,
.hd-line-middle-md:after {
  border-top-width: 0.4em;
  top: 0.55em;
}
.hd-line-middle-lg {
  display: table;
  white-space: nowrap;
  overflow: hidden;
}
.hd-line-middle-lg:before,
.hd-line-middle-lg:after {
  border-top-style: solid;
  content: "";
  display: table-cell;
  position: relative;
}
.hd-line-middle-lg:before,
.hd-line-middle-lg:after {
  border-top-color: #07a3da;
}
.hd-line-middle-lg:before {
  width: 42%;
  right: 3%;
}
.hd-line-middle-lg:after {
  width: 42%;
  left: 3%;
}
.hd-line-middle-lg:before,
.hd-line-middle-lg:after {
  border-top-width: 0.5em;
  top: 0.5em;
}
.hd-line-middle-xl {
  display: table;
  white-space: nowrap;
  overflow: hidden;
}
.hd-line-middle-xl:before,
.hd-line-middle-xl:after {
  border-top-style: solid;
  content: "";
  display: table-cell;
  position: relative;
}
.hd-line-middle-xl:before,
.hd-line-middle-xl:after {
  border-top-color: #07a3da;
}
.hd-line-middle-xl:before {
  width: 42%;
  right: 3%;
}
.hd-line-middle-xl:after {
  width: 42%;
  left: 3%;
}
.hd-line-middle-xl:before,
.hd-line-middle-xl:after {
  border-top-width: 0.8em;
  top: 0.35em;
}
.hd-line-middle-yellow {
  display: table;
  white-space: nowrap;
  overflow: hidden;
}
.hd-line-middle-yellow:before,
.hd-line-middle-yellow:after {
  border-top-style: solid;
  content: "";
  display: table-cell;
  position: relative;
}
.hd-line-middle-yellow:before,
.hd-line-middle-yellow:after {
  border-top-color: #fff104;
}
.hd-line-middle-yellow:before {
  width: 42%;
  right: 3%;
}
.hd-line-middle-yellow:after {
  width: 42%;
  left: 3%;
}
.hd-line-middle-yellow:before,
.hd-line-middle-yellow:after {
  border-top-width: 0.3em;
  top: 0.6em;
}
.hd-line-middle-left {
  display: table;
  white-space: nowrap;
  overflow: hidden;
}
.hd-line-middle-left:before,
.hd-line-middle-left:after {
  border-top-style: solid;
  content: "";
  display: table-cell;
  position: relative;
}
.hd-line-middle-left:before,
.hd-line-middle-left:after {
  border-top-color: #07a3da;
}
.hd-line-middle-left:before {
  width: 6%;
  right: 3%;
}
.hd-line-middle-left:after {
  width: 78%;
  left: 3%;
}
.hd-line-middle-left:before,
.hd-line-middle-left:after {
  border-top-width: 0.3em;
  top: 0.6em;
}
.hd-line-middle-left-xs {
  display: table;
  white-space: nowrap;
  overflow: hidden;
}
.hd-line-middle-left-xs:before,
.hd-line-middle-left-xs:after {
  border-top-style: solid;
  content: "";
  display: table-cell;
  position: relative;
}
.hd-line-middle-left-xs:before,
.hd-line-middle-left-xs:after {
  border-top-color: #07a3da;
}
.hd-line-middle-left-xs:before {
  width: 6%;
  right: 3%;
}
.hd-line-middle-left-xs:after {
  width: 78%;
  left: 3%;
}
.hd-line-middle-left-xs:before,
.hd-line-middle-left-xs:after {
  border-top-width: 1px;
  top: 0.8em;
}
.hd-line-middle-left-sm {
  display: table;
  white-space: nowrap;
  overflow: hidden;
}
.hd-line-middle-left-sm:before,
.hd-line-middle-left-sm:after {
  border-top-style: solid;
  content: "";
  display: table-cell;
  position: relative;
}
.hd-line-middle-left-sm:before,
.hd-line-middle-left-sm:after {
  border-top-color: #07a3da;
}
.hd-line-middle-left-sm:before {
  width: 6%;
  right: 3%;
}
.hd-line-middle-left-sm:after {
  width: 78%;
  left: 3%;
}
.hd-line-middle-left-sm:before,
.hd-line-middle-left-sm:after {
  border-top-width: 0.2em;
  top: 0.7em;
}
.hd-line-middle-left-md {
  display: table;
  white-space: nowrap;
  overflow: hidden;
}
.hd-line-middle-left-md:before,
.hd-line-middle-left-md:after {
  border-top-style: solid;
  content: "";
  display: table-cell;
  position: relative;
}
.hd-line-middle-left-md:before,
.hd-line-middle-left-md:after {
  border-top-color: #07a3da;
}
.hd-line-middle-left-md:before {
  width: 6%;
  right: 3%;
}
.hd-line-middle-left-md:after {
  width: 78%;
  left: 3%;
}
.hd-line-middle-left-md:before,
.hd-line-middle-left-md:after {
  border-top-width: 0.4em;
  top: 0.55em;
}
.hd-line-middle-left-lg {
  display: table;
  white-space: nowrap;
  overflow: hidden;
}
.hd-line-middle-left-lg:before,
.hd-line-middle-left-lg:after {
  border-top-style: solid;
  content: "";
  display: table-cell;
  position: relative;
}
.hd-line-middle-left-lg:before,
.hd-line-middle-left-lg:after {
  border-top-color: #07a3da;
}
.hd-line-middle-left-lg:before {
  width: 6%;
  right: 3%;
}
.hd-line-middle-left-lg:after {
  width: 78%;
  left: 3%;
}
.hd-line-middle-left-lg:before,
.hd-line-middle-left-lg:after {
  border-top-width: 0.5em;
  top: 0.5em;
}
.hd-line-middle-left-xl {
  display: table;
  white-space: nowrap;
  overflow: hidden;
}
.hd-line-middle-left-xl:before,
.hd-line-middle-left-xl:after {
  border-top-style: solid;
  content: "";
  display: table-cell;
  position: relative;
}
.hd-line-middle-left-xl:before,
.hd-line-middle-left-xl:after {
  border-top-color: #07a3da;
}
.hd-line-middle-left-xl:before {
  width: 6%;
  right: 3%;
}
.hd-line-middle-left-xl:after {
  width: 78%;
  left: 3%;
}
.hd-line-middle-left-xl:before,
.hd-line-middle-left-xl:after {
  border-top-width: 0.8em;
  top: 0.35em;
}
.hd-line-middle-left-yellow {
  display: table;
  white-space: nowrap;
  overflow: hidden;
}
.hd-line-middle-left-yellow:before,
.hd-line-middle-left-yellow:after {
  border-top-style: solid;
  content: "";
  display: table-cell;
  position: relative;
}
.hd-line-middle-left-yellow:before,
.hd-line-middle-left-yellow:after {
  border-top-color: #fff104;
}
.hd-line-middle-left-yellow:before {
  width: 6%;
  right: 3%;
}
.hd-line-middle-left-yellow:after {
  width: 78%;
  left: 3%;
}
.hd-line-middle-left-yellow:before,
.hd-line-middle-left-yellow:after {
  border-top-width: 0.3em;
  top: 0.6em;
}
.hd-line-top {
  border-top-style: solid;
  border-top-color: #07a3da;
  padding-top: 0.5em;
  padding-left: 0.75em;
  padding-right: 1em;
  border-top-width: 0.3em;
}
.hd-line-top-xs {
  border-top-style: solid;
  border-top-color: #07a3da;
  padding-top: 0.5em;
  padding-left: 0.75em;
  padding-right: 1em;
  border-top-width: 1px;
}
.hd-line-top-sm {
  border-top-style: solid;
  border-top-color: #07a3da;
  padding-top: 0.5em;
  padding-left: 0.75em;
  padding-right: 1em;
  border-top-width: 0.2em;
}
.hd-line-top-md {
  border-top-style: solid;
  border-top-color: #07a3da;
  padding-top: 0.5em;
  padding-left: 0.75em;
  padding-right: 1em;
  border-top-width: 0.4em;
}
.hd-line-top-lg {
  border-top-style: solid;
  border-top-color: #07a3da;
  padding-top: 0.5em;
  padding-left: 0.75em;
  padding-right: 1em;
  border-top-width: 0.5em;
}
.hd-line-top-xl {
  border-top-style: solid;
  border-top-color: #07a3da;
  padding-top: 0.5em;
  padding-left: 0.75em;
  padding-right: 1em;
  border-top-width: 0.8em;
}
.hd-line-bottom {
  border-bottom-style: solid;
  border-bottom-color: #07a3da;
  padding-bottom: 0.25em;
  padding-left: 0.75em;
  padding-right: 1em;
  border-bottom-width: 0.3em;
}
.hd-line-bottom-xs {
  border-bottom-style: solid;
  border-bottom-color: #07a3da;
  padding-bottom: 0.25em;
  padding-left: 0.75em;
  padding-right: 1em;
  border-bottom-width: 1px;
}
.hd-line-bottom-sm {
  border-bottom-style: solid;
  border-bottom-color: #07a3da;
  padding-bottom: 0.25em;
  padding-left: 0.75em;
  padding-right: 1em;
  border-bottom-width: 0.2em;
}
.hd-line-bottom-md {
  border-bottom-style: solid;
  border-bottom-color: #07a3da;
  padding-bottom: 0.25em;
  padding-left: 0.75em;
  padding-right: 1em;
  border-bottom-width: 0.4em;
}
.hd-line-bottom-lg {
  border-bottom-style: solid;
  border-bottom-color: #07a3da;
  padding-bottom: 0.25em;
  padding-left: 0.75em;
  padding-right: 1em;
  border-bottom-width: 0.5em;
}
.hd-line-bottom-xl {
  border-bottom-style: solid;
  border-bottom-color: #07a3da;
  padding-bottom: 0.25em;
  padding-left: 0.75em;
  padding-right: 1em;
  border-bottom-width: 0.8em;
}
.circle {
  display: block;
  background-color: #fff104;
  width: 2em;
  height: 2em;
  line-height: 2em !important;
  text-align: center;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}
.circle-sm {
  display: block;
  background-color: #fff104;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em !important;
  text-align: center;
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
}
.circle-lg {
  display: block;
  background-color: #fff104;
  width: 3em;
  height: 3em;
  line-height: 3em !important;
  text-align: center;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
}
.circle-centered {
  margin-left: auto;
  margin-right: auto;
}
.circle-inline {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.circle-inline:before {
  background-color: #fff104;
  width: 2em;
  height: 2em;
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}
span.circle-inline,
b.circle-inline,
strong.circle-inline {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
a.topic-link,
a.topic-link-sm,
a.topic-link-lg {
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  transition: background-color 100ms linear 0s;
}
a.topic-link:link,
a.topic-link-sm:link,
a.topic-link-lg:link,
a.topic-link:visited,
a.topic-link-sm:visited,
a.topic-link-lg:visited {
  color: #303136;
  background-color: #fff104;
  text-decoration: none;
}
a.topic-link:hover,
a.topic-link-sm:hover,
a.topic-link-lg:hover,
a.topic-link:focus,
a.topic-link-sm:focus,
a.topic-link-lg:focus,
a.topic-link:active,
a.topic-link-sm:active,
a.topic-link-lg:active {
  color: #ffffff;
  background-color: #07a3da;
  text-decoration: none;
}
.topic-link-sm {
  font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  display: inline-block;
  background-color: #fff104;
  padding-left: 1em;
  padding-right: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 6px;
  line-height: 14px;
  height: 14px;
}
.topic-link-sm strong,
.topic-link-sm b {
  font-weight: 700;
}
@media (min-width: 768px) {
  .topic-link-sm {
    font-size: 8px;
    line-height: 16px;
    height: 16px;
  }
}
.topic-link-lg {
  font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  display: inline-block;
  background-color: #fff104;
  padding-left: 1em;
  padding-right: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
  line-height: 20px;
  height: 20px;
}
.topic-link-lg strong,
.topic-link-lg b {
  font-weight: 700;
}
@media (min-width: 768px) {
  .topic-link-lg {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
  }
}
.category-link {
  display: block;
  color: #70737e;
  background-color: #efeee9;
  padding-left: 1em;
  padding-right: 1em;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 2px;
  margin-bottom: 4px;
  font-size: 10px;
  line-height: 19px;
  height: 20px;
}
@media (min-width: 768px) {
  .category-link {
    margin-right: 4px;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 23px;
    height: 24px;
  }
}
a.category-link:link,
a.category-link:visited {
  color: #70737e;
  background-color: #efeee9;
  text-decoration: none;
}
a.category-link:hover,
a.category-link:focus,
a.category-link:active {
  color: #202124;
  background-color: #fff104;
  text-decoration: none;
}
ul.list-cols {
  width: 100%;
  overflow: hidden;
  list-style-type: none;
  padding-left: 0;
  font-family: "Barlow Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
ul.list-cols strong,
ul.list-cols b {
  font-weight: 700;
}
ul.list-cols li {
  line-height: 1.5em;
  float: left;
  display: inline;
  list-style-type: none;
}
ul.list-cols .active a:link,
ul.list-cols .active a:visited {
  color: #202124;
}
ul.list-cols-1 li {
  width: 100%;
}
ul.list-cols-2 li {
  width: 50%;
}
ul.list-cols-3 li {
  width: 33.333%;
}
ul.list-cols-4 li {
  width: 25%;
}
ul.list-cols-6 li {
  width: 16.666%;
}
.to-edge {
  margin-right: -15px;
  margin-left: -15px;
}
body.soon {
  font-family: 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  background-color: #231F20;
  color: #ffffff;
}
body.soon a:link {
  color: #f9a818;
  text-decoration: underline;
}
body.soon a:visited {
  color: #f9a818;
  text-decoration: underline;
}
body.soon a:hover {
  color: white;
  text-decoration: none;
}
body.soon a:active {
  color: white;
  text-decoration: underline;
}
body {
  font-family: 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #231F20;
  background-color: #e0daca;
  background-image: url("/themes/burgerweek/images/paper_background.jpg");
  background-repeat: repeat;
}
strong,
b {
  font-weight: 700;
}
h1,
h2,
h3,
h4 {
  font-family: "hwt-artz", "Barlow", "Barlow Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.inner {
  padding: 0 2rem;
}
.doc {
  margin: 0 auto;
}
a:link {
  color: #e42403;
  text-decoration: underline;
}
a:visited {
  color: #e42403;
  text-decoration: underline;
}
a:hover {
  color: #f6861f;
  text-decoration: none;
}
a:active {
  color: #f6861f;
  text-decoration: underline;
}
.text-column {
  padding: 2rem;
}
.burgerweek-text-color-orange {
  color: #f6861f;
}
.burgerweek-text-color-beige {
  color: #e0daca;
}
.text-column-narrow {
  padding: 2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.burgerweek-soon-header {
  background-color: #e0daca;
  background-image: url("/themes/burgerweek/images/paper_background.jpg");
  background-repeat: repeat;
  background-position: center top;
  background-size: contain;
  padding-bottom: 2rem;
  border-bottom: solid #f6861f 0.5rem;
}
.burgerweek-soon-footer {
  background-color: #000000;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.burgerweek-soon-cta {
  background-color: #e0daca;
  color: #231F20;
  padding: 2rem;
  margin: 2rem;
  border-radius: 20px;
}
.burgerweek-soon-cta a:link,
.burgerweek-soon-cta a:visited {
  color: #e42403;
}
.burgerweek-soon-cta a:hover,
.burgerweek-soon-cta a:active {
  color: #f6861f;
}
@media (min-width: 576px) {
  .form-column {
    padding: 2rem 1rem 3rem 1rem;
  }
}
.form-container {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 4px;
}
.facebook-share-button {
  width: 94px;
  margin: 40px auto 40px auto;
}
.sponsors-table {
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
}
.sponsors-table td {
  vertical-align: middle;
}
.sponsors-table-and {
  width: 12%;
  font-size: 2rem;
  color: #e0daca;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 429px) {
  .sponsors-table {
    max-width: 320px;
  }
}
@media (min-width: 430px) and (max-width: 575px) {
  .sponsors-table {
    max-width: 360px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sponsors-table {
    max-width: 410px;
  }
}
@media (min-width: 768px) {
  .sponsors-table {
    max-width: 540px;
  }
}
.burgerweek-header {
  position: relative;
  background-color: #9FDFEF;
  background-image: url(/themes/burgerweek/images/header_background.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.burgerweek-header-container {
  display: flex;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  height: 28vw;
}
@media (min-width: 720px) and (max-width: 1439.98px) {
  .burgerweek-header-container {
    height: 25vw;
  }
}
@media (min-width: 1440px) {
  .burgerweek-header-container {
    height: 346px;
  }
}
.burgerweek-header-left {
  flex-grow: 1;
  flex-shrink: 1;
}
.burgerweek-header-right {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: center;
  background-image: url(/themes/burgerweek/images/cloud.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
.burgerweek-header-logo {
  position: absolute;
  z-index: 2;
  width: 28vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-17%);
}
@media (min-width: 720px) and (max-width: 1439.98px) {
  .burgerweek-header-logo {
    width: 25vw;
    transform: translateX(-50%) translateY(-17%);
  }
}
@media (min-width: 1440px) {
  .burgerweek-header-logo {
    width: 360px;
    transform: translateX(-50%) translateY(-80px);
  }
}
.burgerweek-header-logo-spacer {
  flex-grow: 0;
  width: 28vw;
}
@media (min-width: 720px) and (max-width: 1439.98px) {
  .burgerweek-header-logo-spacer {
    width: 25vw;
  }
}
@media (min-width: 1440px) {
  .burgerweek-header-logo-spacer {
    width: 360px;
  }
}
.burgerweek-header-presenters {
  width: 28vw;
  height: 28vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
@media (min-width: 720px) and (max-width: 1439.98px) {
  .burgerweek-header-presenters {
    width: 24vw;
    height: 23vw;
  }
}
@media (min-width: 1440px) {
  .burgerweek-header-presenters {
    width: 340px;
    height: 296px;
  }
}
.burgerweek-header-date {
  margin: 0 auto;
}
@media (min-width: 720px) {
  .burgerweek-header-date {
    width: 24vw;
  }
}
@media (min-width: 1440px) {
  .burgerweek-header-date {
    width: 340px;
  }
}
.burgerweek-header-date-hd {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 720px) and (max-width: 1139.98px) {
  .burgerweek-header-date-hd {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1140px) and (max-width: 1439.98px) {
  .burgerweek-header-date-hd {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .burgerweek-header-date-hd {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }
}
.burgerweek-header-countdown {
  max-width: 280px;
  margin: 0 auto 1.5rem auto;
}
.burgerweek-header-hashtag {
  text-align: center;
}
.burgerweek-header-hashtag-label {
  display: none;
  font-size: 0.8rem;
  text-align: center;
  color: #e42403;
  margin-bottom: 0.25rem;
}
@media (min-width: 720px) {
  .burgerweek-header-hashtag-label {
    display: block;
  }
}
@media (min-width: 720px) and (max-width: 1139.98px) {
  .burgerweek-header-hashtag-label {
    font-size: 0.6rem;
  }
}
@media (min-width: 1140px) {
  .burgerweek-header-hashtag-label {
    font-size: 0.8rem;
  }
}
.burgerweek-header-hashtag-button {
  display: inline-block;
  text-align: center;
  font-family: "hwt-artz", "Barlow", "Barlow Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
  height: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.75rem;
  margin: 0 auto;
}
.burgerweek-header-hashtag-button:link,
.burgerweek-header-hashtag-button:visited,
.burgerweek-header-hashtag-button:focus {
  color: #e42403;
  background-color: #f9a818;
  text-decoration: none;
}
.burgerweek-header-hashtag-button:hover,
.burgerweek-header-hashtag-button:active {
  color: #f9a818;
  background-color: #e42403;
  text-decoration: none;
}
@media (min-width: 720px) and (max-width: 1139.98px) {
  .burgerweek-header-hashtag-button {
    font-size: 1rem;
    line-height: 1.75rem;
    height: 1.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1140px) and (max-width: 1439.98px) {
  .burgerweek-header-hashtag-button {
    font-size: 1.25rem;
    line-height: 2rem;
    height: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .burgerweek-header-hashtag-button {
    font-size: 1.5rem;
    letter-spacing: 2px;
    line-height: 2.8rem;
    height: 2.8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
#burgerweek-countdown-clock {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  font-family: "Barlow Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.burgerweek-countdown-clock-box {
  display: inline-block;
  width: 18%;
  text-align: center;
}
.burgerweek-countdown-clock-separator {
  display: inline-block;
  width: 8%;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 720px) and (max-width: 1139.98px) {
  .burgerweek-countdown-clock-separator {
    font-size: 24px;
  }
}
@media (min-width: 1140px) and (max-width: 1439.98px) {
  .burgerweek-countdown-clock-separator {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .burgerweek-countdown-clock-separator {
    font-size: 40px;
  }
}
.burgerweek-countdown-clock-num {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
}
@media (min-width: 720px) and (max-width: 1139.98px) {
  .burgerweek-countdown-clock-num {
    font-size: 24px;
  }
}
@media (min-width: 1140px) and (max-width: 1439.98px) {
  .burgerweek-countdown-clock-num {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .burgerweek-countdown-clock-num {
    font-size: 40px;
  }
}
.burgerweek-countdown-clock-label {
  display: block;
  font-size: 8px;
  line-height: 1;
  color: #054f24;
  width: 100%;
  text-align: center;
}
@media (min-width: 720px) and (max-width: 1139.98px) {
  .burgerweek-countdown-clock-label {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1140px) {
  .burgerweek-countdown-clock-label {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.burgerweek-body {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.burgerweek-button {
  display: inline-block;
  text-align: center;
  font-family: "hwt-artz", "Barlow", "Barlow Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 2.8rem;
  height: 2.8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 0.75rem;
  margin: 0 auto;
}
.burgerweek-button:link,
.burgerweek-button:visited,
.burgerweek-button:focus {
  color: #e42403;
  background-color: #f9a818;
  text-decoration: none;
}
.burgerweek-button:hover,
.burgerweek-button:active {
  color: #f9a818;
  background-color: #e42403;
  text-decoration: none;
}
.burgerweek-listing {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  margin-bottom: 3rem;
}
.burgerweek-listing-image {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: solid #ffffff 2px;
}
.burgerweek-listing-image .img-fluid {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.burgerweek-listing-content {
  border-top: solid #f6861f 4px;
  padding-top: 1rem;
}
.burgerweek-listing-title {
  display: flex;
}
.burgerweek-listing-restaurant-logo {
  flex-grow: 1;
  flex-basis: 50%;
  padding-left: 1.5rem;
  padding-right: 1rem;
  text-align: center;
  font-family: 2.15rem;
}
.burgerweek-listing-restaurant-logo a {
  display: block;
}
.burgerweek-listing-restaurant-logo .img-fluid {
  margin: 0 auto;
}
.burgerweek-listing-hd {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 50%;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1.5rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}
.burgerweek-listing-hd-burger {
  display: block;
}
.burgerweek-listing-hd-burger-sm {
  font-size: 2rem;
}
.burgerweek-listing-hd-burger-xs {
  font-size: 1.75rem;
}
.burgerweek-listing-hd-label {
  display: block;
  color: #f6861f;
}
.burgerweek-listing-hd-label-sm {
  font-size: 1.75rem;
}
.burgerweek-listing-info {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 720px) {
  .burgerweek-listing-info {
    min-height: 190px;
  }
}
.burgerweek-listing-info-p {
  font-size: 16px;
  line-height: 1.3;
  font-family: "Barlow Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #4f5158;
}
.burgerweek-listing-info-p:last-child {
  margin-bottom: 0;
}
.burgerweek-listing-footer {
  display: flex;
  background-color: #DDF6FC;
  padding-top: 1rem;
  padding-bottom: 10px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.burgerweek-listing-footer-address {
  padding-left: 1.5rem;
  font-size: 16px;
  font-family: "Barlow Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  flex-grow: 1;
}
.burgerweek-listing-footer-arrow {
  flex-grow: 0;
  flex-basis: 70px;
  padding-right: 1.5rem;
  padding-top: 1rem;
}
.burgerweek-listing-footer-arrow a {
  display: block;
}
.burgerweek-footer {
  background-color: #231F20;
  padding-top: 2rem;
  padding-bottom: 4rem;
  color: #bfc1c9;
}
