@import url("https://use.typekit.net/mxf6ina.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&display=swap");
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,
menu,
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-color: 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] {
  -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] {
  -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;
}

.wrap,
.full-width {
  *zoom: 1;
}
.wrap:before, .wrap:after,
.full-width:before,
.full-width:after {
  content: "";
  display: table;
}
.wrap:after,
.full-width:after {
  clear: both;
}

.wrap {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1200px !important;
}

.full-width {
  margin: 0 10px;
  width: 100%;
  clear: both;
}

.flex,
.flex-full-width {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0 auto;
}
.flex.center,
.flex-full-width.center {
  justify-content: center;
  align-items: center;
}
.flex.center-x,
.flex-full-width.center-x {
  justify-content: center;
}
.flex.center-y,
.flex-full-width.center-y {
  align-items: center;
}
.flex.end,
.flex-full-width.end {
  justify-content: flex-end;
  align-items: flex-end;
}
.flex.end-x,
.flex-full-width.end-x {
  justify-content: flex-end;
}
.flex.end-y,
.flex-full-width.end-y {
  align-items: flex-end;
}
.flex.nowrap,
.flex-full-width.nowrap {
  flex-wrap: nowrap;
}
.flex.no-auto-height,
.flex-full-width.no-auto-height {
  align-items: flex-start;
}
.flex.reverse,
.flex-full-width.reverse {
  flex-direction: row-reverse;
}
.flex.column,
.flex-full-width.column {
  flex-direction: column;
}

.flex {
  max-width: 1200px !important;
}

[class*=col-] {
  padding: 10px;
}
[class*=col-].first {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  [class*=col-].first {
    padding-left: 0;
  }
}
[class*=col-].last {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  [class*=col-].last {
    padding-right: 0;
  }
}

.col-1-2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-1-2 {
    width: 50%;
  }
}

.col-1-3 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-1-3 {
    width: 33.33%;
  }
}

.col-2-3 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-2-3 {
    width: 66.66%;
  }
}

.col-1-4 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-1-4 {
    width: 25%;
  }
}

.col-3-4 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-3-4 {
    width: 75%;
  }
}

.col-1-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-1-8 {
    width: 12.5%;
  }
}

.col-2-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-2-8 {
    width: 25%;
  }
}

.col-3-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-3-8 {
    width: 37.5%;
  }
}

.col-4-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-4-8 {
    width: 50%;
  }
}

.col-5-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-5-8 {
    width: 62.5%;
  }
}

.col-6-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-6-8 {
    width: 75%;
  }
}

.col-7-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-7-8 {
    width: 87.5%;
  }
}

html, button, input, select, textarea {
  color: #363636;
}

body {
  background: #fff;
  color: #181616;
  line-height: 1.4;
  font-size: 100%;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Proxima Nova", "Arvo", sans-serif;
  text-transform: uppercase;
  color: #7e1414;
  font-weight: bold;
}

h1 a, a h1, h2 a, a h2, h3 a, a h3 {
  text-decoration: none;
  border-bottom: 0;
}

h1, .h1 {
  font-size: 2em;
}

h2, .h2 {
  font-size: 1.8em;
}

h3, .h3 {
  font-size: 1.6em;
}

a {
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe, object, embed {
  max-width: 100%;
}

nav ul {
  list-style: none;
}
nav ul li {
  display: inline-block;
  line-height: 1.2em;
  padding: 5px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #181616;
  text-shadow: none;
  color: #7e1414;
}

::selection {
  background: #181616;
  text-shadow: none;
  color: #7e1414;
}

.colophon {
  background: #181616;
  margin-top: 50px;
  border-top: solid 10px #7e1414;
}
.colophon .footer-logo-wrap {
  max-width: 300px;
  transform: translateY(-10px);
  margin: 0 auto;
}
@media only screen and (min-width: 480px) {
  .colophon .footer-logo-wrap {
    margin: 0;
    margin-right: 20px;
    max-width: 250px;
  }
}
@media only screen and (min-width: 1000px) {
  .colophon .footer-logo-wrap {
    margin-right: 30px;
    max-width: 400px;
  }
}
.colophon .footer-grid {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .colophon .footer-grid {
    display: flex;
    text-align: left;
  }
}
.colophon .tel-contain a {
  color: #ffffff;
}
.colophon .copywright-bar {
  background: #7e1414;
  height: 40px;
  display: flex;
  align-items: center;
}
.colophon .copywright-bar p {
  margin: 0;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .colophon .copywright-bar p {
    text-align: left;
  }
}

.wrap,
.full-width {
  *zoom: 1;
}
.wrap:before, .wrap:after,
.full-width:before,
.full-width:after {
  content: "";
  display: table;
}
.wrap:after,
.full-width:after {
  clear: both;
}

.wrap {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1200px !important;
}

.full-width {
  margin: 0 10px;
  width: 100%;
  clear: both;
}

.flex,
.flex-full-width {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0 auto;
}
.flex.center,
.flex-full-width.center {
  justify-content: center;
  align-items: center;
}
.flex.center-x,
.flex-full-width.center-x {
  justify-content: center;
}
.flex.center-y,
.flex-full-width.center-y {
  align-items: center;
}
.flex.end,
.flex-full-width.end {
  justify-content: flex-end;
  align-items: flex-end;
}
.flex.end-x,
.flex-full-width.end-x {
  justify-content: flex-end;
}
.flex.end-y,
.flex-full-width.end-y {
  align-items: flex-end;
}
.flex.nowrap,
.flex-full-width.nowrap {
  flex-wrap: nowrap;
}
.flex.no-auto-height,
.flex-full-width.no-auto-height {
  align-items: flex-start;
}
.flex.reverse,
.flex-full-width.reverse {
  flex-direction: row-reverse;
}
.flex.column,
.flex-full-width.column {
  flex-direction: column;
}

.flex {
  max-width: 1200px !important;
}

[class*=col-] {
  padding: 10px;
}
[class*=col-].first {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  [class*=col-].first {
    padding-left: 0;
  }
}
[class*=col-].last {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  [class*=col-].last {
    padding-right: 0;
  }
}

.col-1-2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-1-2 {
    width: 50%;
  }
}

.col-1-3 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-1-3 {
    width: 33.33%;
  }
}

.col-2-3 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-2-3 {
    width: 66.66%;
  }
}

.col-1-4 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-1-4 {
    width: 25%;
  }
}

.col-3-4 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-3-4 {
    width: 75%;
  }
}

.col-1-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-1-8 {
    width: 12.5%;
  }
}

.col-2-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-2-8 {
    width: 25%;
  }
}

.col-3-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-3-8 {
    width: 37.5%;
  }
}

.col-4-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-4-8 {
    width: 50%;
  }
}

.col-5-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-5-8 {
    width: 62.5%;
  }
}

.col-6-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-6-8 {
    width: 75%;
  }
}

.col-7-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-7-8 {
    width: 87.5%;
  }
}

.wrap,
.full-width {
  *zoom: 1;
}
.wrap:before, .wrap:after,
.full-width:before,
.full-width:after {
  content: "";
  display: table;
}
.wrap:after,
.full-width:after {
  clear: both;
}

.wrap {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1200px !important;
}

.full-width {
  margin: 0 10px;
  width: 100%;
  clear: both;
}

.flex,
.flex-full-width {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0 auto;
}
.flex.center,
.flex-full-width.center {
  justify-content: center;
  align-items: center;
}
.flex.center-x,
.flex-full-width.center-x {
  justify-content: center;
}
.flex.center-y,
.flex-full-width.center-y {
  align-items: center;
}
.flex.end,
.flex-full-width.end {
  justify-content: flex-end;
  align-items: flex-end;
}
.flex.end-x,
.flex-full-width.end-x {
  justify-content: flex-end;
}
.flex.end-y,
.flex-full-width.end-y {
  align-items: flex-end;
}
.flex.nowrap,
.flex-full-width.nowrap {
  flex-wrap: nowrap;
}
.flex.no-auto-height,
.flex-full-width.no-auto-height {
  align-items: flex-start;
}
.flex.reverse,
.flex-full-width.reverse {
  flex-direction: row-reverse;
}
.flex.column,
.flex-full-width.column {
  flex-direction: column;
}

.flex {
  max-width: 1200px !important;
}

[class*=col-] {
  padding: 10px;
}
[class*=col-].first {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  [class*=col-].first {
    padding-left: 0;
  }
}
[class*=col-].last {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  [class*=col-].last {
    padding-right: 0;
  }
}

.col-1-2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-1-2 {
    width: 50%;
  }
}

.col-1-3 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-1-3 {
    width: 33.33%;
  }
}

.col-2-3 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-2-3 {
    width: 66.66%;
  }
}

.col-1-4 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-1-4 {
    width: 25%;
  }
}

.col-3-4 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-3-4 {
    width: 75%;
  }
}

.col-1-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-1-8 {
    width: 12.5%;
  }
}

.col-2-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-2-8 {
    width: 25%;
  }
}

.col-3-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-3-8 {
    width: 37.5%;
  }
}

.col-4-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-4-8 {
    width: 50%;
  }
}

.col-5-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-5-8 {
    width: 62.5%;
  }
}

.col-6-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-6-8 {
    width: 75%;
  }
}

.col-7-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-7-8 {
    width: 87.5%;
  }
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

html,
#page {
  height: 100%;
}

#page {
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1 0 auto;
  width: 100%;
}

.site-header,
.colophon {
  flex: none;
}

.site-header .wrap {
  padding: 0 !important;
}
@media only screen and (min-width: 1000px) {
  .site-header .wrap {
    padding: 0 10px;
  }
}

.header-container {
  position: relative;
}

h1.logo-header-tag {
  margin: 0 20px;
}

.admin-bar .navbar,
.admin-bar .menu-btn {
  top: 46px;
}
@media only screen and (min-width: 768px) {
  .admin-bar .navbar,
  .admin-bar .menu-btn {
    top: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .admin-bar .navbar,
  .admin-bar .menu-btn {
    position: absolute;
  }
}

body {
  padding-top: 130px;
}
@media only screen and (min-width: 1000px) {
  body {
    padding-top: 140px;
  }
}

@media (max-width: 1000px) {
  body.menu-active {
    overflow: hidden;
  }
}

.menu-btn {
  display: block;
  width: 70px;
  height: 60px;
  background: #181616;
  border: none;
  transition: all 0.25s;
  padding: 0;
  position: static;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  text-align: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (min-width: 480px) {
  .menu-btn {
    width: 50%;
  }
}
.menu-btn span {
  display: none;
}
@media only screen and (min-width: 480px) {
  .menu-btn span {
    display: inline-block;
  }
}
.menu-btn svg {
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
}
@media only screen and (min-width: 1000px) {
  .menu-btn {
    display: none;
  }
}

h1.logo-header-tag {
  position: relative;
  width: calc(100% - 70px);
  margin: 0;
  height: 60px;
}
@media only screen and (min-width: 480px) {
  h1.logo-header-tag {
    width: 50%;
  }
}
@media only screen and (min-width: 1000px) {
  h1.logo-header-tag {
    min-width: 300px;
    height: 50px;
    flex: 1 1 300px;
  }
}

.logo.nav-logo {
  height: 120px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
.logo.nav-logo .logo-img {
  max-height: 100%;
  width: 100%;
  height: 120px;
  display: block;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 1000px) {
  .logo.nav-logo {
    height: 110px;
    position: absolute;
  }
  .logo.nav-logo .logo-img {
    height: 110px;
  }
}

.nav-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(54, 54, 54, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  backdrop-filter: blur(5px);
}
@media only screen and (min-width: 1000px) {
  .nav-overlay {
    display: none !important;
  }
}

.sub-navbar {
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 95;
}
.admin-bar .sub-navbar {
  top: 32px;
}
.sub-navbar .sub-nav {
  height: 50px;
  display: flex;
  width: 70px;
}
@media only screen and (min-width: 480px) {
  .sub-navbar .sub-nav {
    width: 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .sub-navbar .sub-nav {
    width: auto;
  }
}
.sub-navbar .sub-nav a {
  height: 50px;
  width: 200px;
  font-family: "Proxima Nova", "Arvo", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 16px;
  font-weight: bold;
  transition: all 250ms;
  text-decoration: none;
  color: #181616;
  display: none;
}
@media only screen and (min-width: 1000px) {
  .sub-navbar .sub-nav a {
    display: flex;
  }
}
.sub-navbar .sub-nav a.orange {
  color: #ffffff;
  background: #181616;
  display: flex;
  width: 100%;
}
.sub-navbar .sub-nav a.orange svg {
  margin: 0;
}
@media only screen and (min-width: 1000px) {
  .sub-navbar .sub-nav a.orange svg {
    margin-right: 15px;
  }
}
.sub-navbar .sub-nav a.orange span {
  display: none;
}
@media only screen and (min-width: 480px) {
  .sub-navbar .sub-nav a.orange span {
    display: inline-block;
  }
}
@media (max-width: 1000px) and (min-width: 480px) {
  .sub-navbar .sub-nav a.orange svg {
    position: absolute;
    height: 100%;
    right: 15px;
    top: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .sub-navbar .sub-nav a.orange {
    width: 200px;
  }
}
.sub-navbar .sub-nav a.orange img {
  margin-right: 10px;
  width: 30px;
}
.sub-navbar .sub-nav a.light-blue {
  color: #ffffff;
  background: #181616;
  display: none;
}
@media only screen and (min-width: 1000px) {
  .sub-navbar .sub-nav a.light-blue {
    display: flex;
  }
}
.sub-navbar .sub-nav a svg {
  margin-right: 10px;
}
.sub-navbar .sub-nav a .white-fill {
  fill: #c7c7c7;
  transition: all 250ms;
}
.sub-navbar .sub-nav a .blue-fill {
  fill: #181616;
  transition: all 250ms;
}
@media only screen and (min-width: 1000px) {
  .sub-navbar .sub-nav a:hover {
    background: #7e1414;
    color: #fff;
  }
  .sub-navbar .sub-nav a:hover .blue-fill {
    fill: #fff;
  }
  .sub-navbar .sub-nav a:hover .white-fill {
    fill: #fff;
  }
}

.navbar {
  height: 60px;
  width: 100%;
  background: #7e1414;
  border-top: 10px solid #181616;
  box-sizing: content-box;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 95;
  box-shadow: none;
}
.admin-bar .navbar {
  top: 82px;
}
.navbar > .flex {
  align-items: center;
}
@media only screen and (min-width: 1000px) {
  .navbar .search-contain {
    position: relative;
    height: 50px;
    display: block;
  }
}
.navbar .search-contain .search-form {
  display: block;
  width: 90%;
  margin: 10px auto;
}
@media only screen and (min-width: 1000px) {
  .navbar .search-contain .search-form {
    background: #ffffff;
    display: grid;
    grid-template-columns: 1fr 50px 50px;
    grid-template-areas: "inp sub cl";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 101;
    width: 0px;
    transition: all 500ms;
    overflow: hidden;
    margin: 0;
  }
  .navbar .search-contain .search-form.active {
    transition-delay: 100ms;
    width: 600px;
  }
}
.navbar .search-contain label {
  height: 60px;
  grid-area: inp;
  display: block;
}
@media only screen and (min-width: 1000px) {
  .navbar .search-contain label {
    height: 50px;
  }
}
.navbar .search-contain label input {
  height: 60px;
  border: solid 2px #7e1414;
  width: 100%;
  color: #181616;
  padding: 0 10px;
  background: #fff;
  display: block;
  box-sizing: border-box;
}
@media only screen and (min-width: 1000px) {
  .navbar .search-contain label input {
    background: rgba(24, 22, 22, 0.2);
    border: none;
    height: 50px;
  }
}
.navbar .search-contain .search-submit {
  grid-area: sub;
  background: #7e1414;
  border: none;
  font-family: "proxima-nova-condensed", sans-serif;
  height: 60px;
  margin: 10px auto;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  width: 168px;
  display: block;
  border-radius: 0;
}
@media only screen and (min-width: 1000px) {
  .navbar .search-contain .search-submit {
    margin: 0;
    height: 50px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navbar .search-contain .search-submit:hover svg {
    transform: scale(0.8);
  }
}
.navbar .search-contain .search-submit svg {
  display: none;
  transition: all 250ms;
}
@media only screen and (min-width: 1000px) {
  .navbar .search-contain .search-submit svg {
    display: block;
  }
}
@media only screen and (min-width: 1000px) {
  .navbar .search-contain .search-submit span {
    display: none;
  }
}
.navbar .search-contain .search-submit .search-fill {
  fill: #fff;
}
.navbar .search-contain .close-search {
  grid-area: cl;
  background: #181616;
  border: none;
  display: none;
  border-radius: 0;
}
@media only screen and (min-width: 1000px) {
  .navbar .search-contain .close-search {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navbar .search-contain .close-search:hover svg {
    transform: scale(0.8);
  }
  .navbar .search-contain .close-search svg {
    width: 20px;
    transition: all 250ms;
  }
}
.navbar .search-contain .close-search .search-fill {
  fill: #fff;
}
.navbar .search-contain .search-title {
  display: block;
  color: #7e1414;
  text-align: center;
  font-size: 30px;
  margin: 30px auto 10px;
}
@media only screen and (min-width: 1000px) {
  .navbar .search-contain .search-title {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .navbar {
    height: 50px;
  }
}

nav.main-nav {
  width: 100%;
  display: block;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: -120%;
  background: #7e1414;
  z-index: 100;
  transition: all 0.5s;
  flex: 0 0 auto;
  padding: 20px 0;
}
nav.main-nav.active {
  right: 0;
}
@media only screen and (min-width: 480px) {
  nav.main-nav {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1000px) {
  nav.main-nav {
    padding: 0;
    position: static;
    width: auto;
    flex: 1 1 auto;
    max-width: 100%;
    height: 50px;
    box-shadow: none;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    overflow: visible;
  }
}
nav.main-nav .nav-icon-row {
  display: flex;
  justify-content: center;
  position: relative;
  border: none;
  background: none;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  nav.main-nav .nav-icon-row {
    display: none;
  }
}
nav.main-nav .nav-icon-row .close-icon {
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
}
nav.main-nav .nav-icon-row .close-icon .search-fill {
  fill: #fff;
}
nav.main-nav .menu-title {
  text-align: center;
  margin: 10px auto;
  font-size: 30px;
  font-family: "Proxima Nova", "Arvo", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (min-width: 1000px) {
  nav.main-nav .menu-title {
    display: none;
  }
}

nav.main-nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  transition: all 500ms;
}
nav.main-nav ul.search-active {
  overflow: hidden;
}
nav.main-nav ul.search-active > li.drop {
  transform: translateY(50px);
  opacity: 0;
}
nav.main-nav ul > li.menu-item {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  transition: all 500ms;
}
nav.main-nav ul > li.menu-item a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  padding: 20px;
  font-size: 130%;
  font-weight: bold;
  width: 100%;
  font-family: "proxima-nova-condensed", sans-serif;
}
nav.main-nav ul > li.menu-item.menu-item-has-children {
  position: relative;
}
nav.main-nav ul > li.menu-item.menu-item-has-children a.sub-menu-btn {
  padding: 0;
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  font-size: 200%;
  position: absolute;
  top: 15px;
  right: 20px;
  border-radius: 100%;
  transition: all 0.5s;
}
nav.main-nav ul > li.menu-item.menu-item-has-children a.sub-menu-btn .fill {
  fill: #fff;
}
nav.main-nav ul > li.menu-item.menu-item-has-children a.sub-menu-btn.active {
  transform: rotate(135deg);
  color: #7e1414;
  background: rgba(255, 255, 255, 0.9);
}
nav.main-nav ul > li.menu-item.menu-item-has-children a.sub-menu-btn.active .fill {
  fill: #7e1414;
}
@media only screen and (max-width: 1000px) {
  nav.main-nav ul ul.sub-menu {
    display: block;
    max-height: 0;
    transition: max-height 0.5s;
    overflow: hidden;
    padding-top: 0;
    background: #181616;
  }
  nav.main-nav ul ul.sub-menu.active-sub-menu {
    display: block;
    padding: 0;
    max-height: 500px;
  }
  nav.main-nav ul ul.sub-menu ul.sub-menu {
    background: #e10001;
  }
  nav.main-nav ul ul.sub-menu ul.sub-menu li {
    background: #e10001;
  }
}
@media only screen and (min-width: 1000px) {
  nav.main-nav ul {
    padding-top: 0;
    display: flex;
    width: 100%;
    height: 50px;
  }
  nav.main-nav ul > li.menu-item {
    height: 100%;
    position: relative;
    transition: all 0.25s;
  }
  nav.main-nav ul > li.menu-item a {
    font-size: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.25s;
  }
  nav.main-nav ul > li.menu-item a:hover {
    background: #e10001;
  }
  nav.main-nav ul > li.menu-item.menu-item-has-children {
    position: relative;
  }
  nav.main-nav ul > li.menu-item.menu-item-has-children a.sub-menu-btn {
    display: none;
  }
  nav.main-nav ul > li.menu-item > ul.sub-menu,
  nav.main-nav ul > li.menu-item ul.sub-menu.active-sub-menu {
    display: none;
  }
  nav.main-nav ul > li.menu-item > ul.sub-menu ul.sub-menu.active-sub-menu,
  nav.main-nav ul > li.menu-item ul.sub-menu.active-sub-menu ul.sub-menu.active-sub-menu {
    display: none;
  }
  nav.main-nav ul > li.menu-item:hover {
    background: #d62222;
  }
  nav.main-nav ul > li.menu-item:hover > ul.sub-menu,
  nav.main-nav ul > li.menu-item:hover ul.sub-menu.active-sub-menu {
    overflow: visible;
    max-height: none;
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    min-width: 400px;
    height: auto;
    padding: 0;
    z-index: -1;
    transition: all 0.5s;
    border-left: solid 5px #e10001;
  }
  nav.main-nav ul > li.menu-item:hover > ul.sub-menu > li.menu-item,
  nav.main-nav ul > li.menu-item:hover ul.sub-menu.active-sub-menu > li.menu-item {
    display: block;
    width: 100%;
    position: relative;
    background: #181616;
  }
  nav.main-nav ul > li.menu-item:hover > ul.sub-menu > li.menu-item:hover,
  nav.main-nav ul > li.menu-item:hover ul.sub-menu.active-sub-menu > li.menu-item:hover {
    background: #252222;
  }
  nav.main-nav ul > li.menu-item:hover > ul.sub-menu > li.menu-item:hover > ul.sub-menu,
  nav.main-nav ul > li.menu-item:hover ul.sub-menu.active-sub-menu > li.menu-item:hover > ul.sub-menu {
    position: absolute;
    display: block;
    top: 0;
    left: 100%;
    z-index: -1;
  }
}

.hero-area {
  margin: 20px auto !important;
}
@media only screen and (min-width: 480px) {
  .hero-area {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .hero-area {
    grid-template-columns: 2fr 1fr;
    grid-gap: 3px;
  }
}
.hero-area .big-hero {
  grid-column: 1/2;
  grid-row: span 3;
  margin: 0 !important;
  position: relative;
}
.hero-area .big-hero .hero-img {
  display: none;
}
@media only screen and (min-width: 480px) {
  .hero-area .big-hero .hero-img {
    display: block;
    object-fit: cover;
    max-height: 500px;
    min-width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .hero-area .big-hero .big-hero-text {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0));
    padding-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-area .big-hero .big-hero-text {
    padding-top: 50px;
  }
}
.hero-area .big-hero .big-hero-text h1 {
  font-size: 30px;
  color: #7e1414;
  font-family: "Proxima Nova", "Arvo", sans-serif;
  text-transform: uppercase;
  line-height: 36px;
}
@media only screen and (min-width: 1000px) {
  .hero-area .big-hero .big-hero-text h1 {
    max-width: 40%;
  }
}
.hero-area .big-hero .big-hero-text p {
  font-size: 16px;
  color: #7e1414;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1000px) {
  .hero-area .big-hero .big-hero-text p {
    max-width: 40%;
  }
}
.hero-area .hero-block {
  display: flex;
  align-items: center;
  padding: 10px;
  width: 100%;
  margin-bottom: 2px;
  text-decoration: none;
  position: relative;
  background: #181616;
  overflow: hidden;
  height: 96px;
  font-size: 20px;
}
.hero-area .hero-block:first-of-type {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .hero-area .hero-block:first-of-type {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .hero-area .hero-block {
    background: none;
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
  }
  .hero-area .hero-block:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 250ms;
    background: rgba(24, 22, 22, 0.5);
  }
  .hero-area .hero-block:hover .cta-img {
    filter: grayscale(1) blur(5px);
  }
  .hero-area .hero-block:hover:before {
    content: "";
    background: rgba(126, 20, 20, 0.5);
  }
}
@media only screen and (min-width: 768px) {
  .hero-area .hero-block {
    margin: 0;
  }
}
.hero-area .hero-block h3 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  transition: all 250ms;
  font-family: "Open Sans", sans-serif;
}
.hero-area .hero-block .cta-img {
  display: none;
  transition: all 250ms;
}
@media only screen and (min-width: 768px) {
  .hero-area .hero-block .cta-img {
    display: block;
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    filter: grayscale(1);
  }
}

.intro-section {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "btn" "lm";
}
@media only screen and (min-width: 768px) {
  .intro-section {
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "quote lm" "btn lm";
    grid-gap: 15px;
  }
}
.intro-section .quote-box {
  grid-area: quote;
  background: #181616;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 30px 20px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .intro-section .quote-box {
    display: block;
  }
}
.intro-section .quote-box p {
  margin-top: 0;
}
.intro-section .quote-box p.quote-author {
  color: #7e1414;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.intro-section .btn.orange-btn {
  grid-area: btn;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .intro-section .btn.orange-btn {
    padding: 0;
    margin-bottom: 0;
  }
}
.intro-section .learn-more-section {
  grid-area: lm;
  padding: 10px 0;
  border-top: dashed 2px #7e1414;
  border-bottom: dashed 2px #7e1414;
  display: flex;
}
.intro-section .learn-more-section #learn-more {
  border: solid rgba(0, 0, 0, 0.1) 1px;
  padding: 20px;
}
.intro-section .learn-more-section #learn-more h2 {
  margin-top: 0;
  color: #7e1414;
}
@media only screen and (min-width: 1000px) {
  .intro-section .learn-more-section #learn-more h2 {
    width: 40%;
  }
}
.intro-section .learn-more-section #learn-more p {
  color: #181616;
}
@media only screen and (min-width: 1000px) {
  .intro-section .learn-more-section #learn-more p {
    width: 40%;
    margin-top: 0;
  }
}

.flickity-viewport {
  transition: height 0.2s;
  background: none;
}

.flickity-page-dots .dot {
  width: 12px;
  opacity: 1;
  height: 12px;
  background: transparent;
  border: 2px solid #7e1414;
  transition: all 0.2s;
}
.flickity-page-dots .dot.is-selected {
  background: #7e1414;
}

#slideshow {
  width: 100%;
  margin: 20px auto;
  display: none;
}
@media only screen and (min-width: 768px) {
  #slideshow {
    display: block;
  }
}
#slideshow .slide {
  width: 100%;
  display: block;
}
#slideshow .slide a {
  text-decoration: none;
}
#slideshow .caption-contain {
  width: 100%;
  color: #181616;
  padding: 15px;
  background: none;
}
#slideshow .caption-contain h1 {
  font-size: 1.4em;
}
#slideshow .img-contain {
  width: 100%;
  overflow: hidden;
}
#slideshow .img-contain img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #slideshow {
    width: 100%;
    margin: 20px 0;
  }
  #slideshow .img-contain {
    position: relative;
  }
  #slideshow .img-contain:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  }
  #slideshow .caption-contain {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 20;
    box-shadow: none !important;
    max-width: none !important;
  }
  #slideshow .caption-contain h1 {
    font-size: 30px;
    color: #7e1414;
    font-family: "Proxima Nova", "Arvo", sans-serif;
    text-transform: uppercase;
    line-height: 36px;
  }
  #slideshow .caption-contain p {
    font-size: 16px;
    color: #7e1414;
    margin-bottom: 5px;
  }
}

.cta a {
  text-decoration: none;
}

.entry-header {
  margin-bottom: 20px;
}

.excerpt {
  display: flex;
}
.excerpt .img-contain {
  margin-right: 25px;
  flex: 1 1 30%;
}
.excerpt .text-half {
  flex: 1 1 70%;
}
.excerpt .text-half .excerpt-title {
  margin-top: 0;
}

.product-featured-img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.breadcrumbs p {
  margin: 5px;
  color: #181616;
  text-transform: uppercase;
  font-size: 12px;
}
.breadcrumbs p a {
  text-decoration: none;
  color: #181616;
}
.breadcrumbs p .breadcrumb_last {
  color: #7e1414;
}

.partners .excerpt {
  padding: 25px 0;
}

.readmore {
  color: #006;
  font: 14px/18px "Proxima Nova", "Arvo", sans-serif;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.btn {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  background: #181616;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: bold;
  font-size: 18px;
  transition: all 250ms;
}
.btn.orange-btn {
  background: #7e1414;
  color: #fff;
}
.btn.dark-btn {
  background: #e10001;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .btn.dark-btn:hover {
    background: #e10001;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .btn:hover {
    background: #e10001;
    color: #fff;
  }
}

.pale-band {
  background: rgba(24, 22, 22, 0.1);
  padding: 30px 0;
  width: 100%;
  margin: 30px 0;
}

.sidebar {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sidebar {
    display: block;
    padding-top: 68px;
  }
}
.sidebar .sidebar-ctas .sidebar-cta {
  display: flex;
  padding: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  height: 156px;
  text-decoration: none;
  margin-bottom: 3px;
  overflow: hidden;
}
.sidebar .sidebar-ctas .sidebar-cta:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  background: rgba(24, 22, 22, 0.5);
  transition: all 250ms;
}
.sidebar .sidebar-ctas .sidebar-cta img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  filter: grayscale(1);
  transition: all 250ms;
}
.sidebar .sidebar-ctas .sidebar-cta p {
  margin: 0;
  position: relative;
  z-index: 3;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 1000px) {
  .sidebar .sidebar-ctas .sidebar-cta:hover:before {
    background: rgba(126, 20, 20, 0.5);
  }
  .sidebar .sidebar-ctas .sidebar-cta:hover img {
    filter: grayscale(1) blur(5px);
  }
}
.sidebar .quote-box {
  grid-area: quote;
  background: #181616;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 30px 20px;
  display: none;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .sidebar .quote-box {
    display: block;
  }
}
.sidebar .quote-box p {
  margin-top: 0;
}
.sidebar .quote-box p.quote-author {
  color: #e10001;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.sidebar .btn.orange-btn {
  width: 100%;
  margin-top: 25px;
}

.entry-title {
  margin-top: 0;
  color: #181616;
  border-bottom: dashed 3px #7e1414;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.content {
  color: #181616;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 25px;
}

.from-the-blog-section {
  margin-top: 60px;
}
@media only screen and (min-width: 480px) {
  .from-the-blog-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr auto;
    grid-gap: 15px;
    grid-template-areas: "title title" "img con" "img btn";
    grid-auto-rows: auto;
  }
}
.from-the-blog-section .title {
  grid-area: title;
  margin-bottom: 20px;
}
@media only screen and (min-width: 480px) {
  .from-the-blog-section .title {
    margin: 0;
  }
}
.from-the-blog-section .blog-img {
  grid-area: img;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.from-the-blog-section .blog-content {
  grid-area: con;
}
.from-the-blog-section .blog-content h3 {
  color: #181616;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin: 10px 0;
}
@media only screen and (min-width: 480px) {
  .from-the-blog-section .blog-content h3 {
    margin: 0;
  }
}
.from-the-blog-section .btn {
  grid-area: btn;
  width: 100%;
}

article.type-product img.alignleft {
  clear: left;
}
article.type-product img.alignright {
  clear: right;
}
article.type-product img.aligncenter {
  clear: both;
}

.collection {
  margin-top: 60px;
}
.collection .collection-item {
  border-bottom: solid 1px #7e1414;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.collection .collection-item img.alignleft {
  clear: left;
}
.collection .collection-item img.alignright {
  clear: right;
}
.collection .collection-item img.aligncenter {
  clear: both;
}
.collection .collection-item:last-of-type {
  border-bottom: none;
}
.collection .collection-item .a {
  display: block;
  font-size: 20px;
  color: #181616;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.collection .collection-item p {
  font-size: 16px;
  color: #181616;
  margin-top: 5px;
}

.process-section {
  width: 90%;
  margin: 10px auto;
}
@media only screen and (min-width: 768px) {
  .process-section {
    margin: 10px 0;
    width: 100%;
    padding-left: 10%;
  }
}

.learn-more-sidebar .sidebar-content {
  background: #181616;
  color: #ffffff;
  text-align: center;
  padding: 20px;
}
.learn-more-sidebar .sidebar-content p {
  width: 80%;
  margin: 10px auto;
}
.learn-more-sidebar .sidebar-content form {
  width: 90%;
  margin: 10px auto;
}
.learn-more-sidebar .sidebar-content form .gform_body li {
  padding: 0 !important;
  margin: 20px 0;
  width: 100%;
}
.learn-more-sidebar .sidebar-content form .gform_body li p {
  text-align: center;
}
.learn-more-sidebar .sidebar-content form .gform_body li label {
  font-weight: normal;
}
.learn-more-sidebar .sidebar-content form .gform_body li .gfield_required {
  color: #ffffff;
}
.learn-more-sidebar .sidebar-content form .gform_body li .ginput_container .ginput_container_text {
  margin-top: 0 !important;
}
.learn-more-sidebar .sidebar-content form .gform_body li input {
  width: 100%;
  border: solid 1px transparent;
  outline: none;
  color: #181616;
  font-family: "Open Sans", sans-serif;
}
.learn-more-sidebar .sidebar-content form .gform_body li input:focus {
  border-color: #7e1414;
}
.learn-more-sidebar .sidebar-content form .gform_footer .gform_button {
  display: block;
  width: 100%;
  padding: 15px 25px;
  color: #fff;
  background: #7e1414;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: bold;
  font-size: 18px;
  transition: all 250ms;
  border: none;
}
.learn-more-sidebar .sidebar-content form .gform_footer .gform_button:hover {
  background: #e10001;
  color: #fff;
}

.solution-link-group {
  margin-top: 50px;
}
.solution-link-group .solution-links {
  padding-left: 20px;
}
.solution-link-group .solution-links .solution-link {
  font-size: 20px;
  color: #181616;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
  transition: all 250ms;
}
.solution-link-group .solution-links .solution-link:hover {
  color: #7e1414;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 480px) {
  .product-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.product-grid .product {
  text-align: center;
  position: relative;
  background: #181616;
  text-decoration: none;
}
.product-grid .product:before {
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  padding-bottom: 100%;
  position: relative;
  z-index: 2;
  background: rgba(24, 22, 22, 0.5);
  transition: all 250ms;
}
.product-grid .product img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  filter: grayscale(1);
  transition: all 250ms;
}
.product-grid .product .text-contain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-grid .product p {
  position: relative;
  z-index: 3;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.product-grid .product:hover:before {
  content: "";
  background: rgba(126, 20, 20, 0.5);
}
.product-grid .product:hover img {
  filter: grayscale(1) blur(5px);
}

.ctas {
  margin-top: 20px;
  margin-bottom: 20px;
}

.security-solutions-section h2 {
  text-align: center;
  color: #7e1414;
  font-family: "Proxima Nova", "Arvo", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  max-width: 95%;
  margin: 10px auto 5px;
}
.security-solutions-section .sub-title {
  text-align: center;
  max-width: 95%;
  margin: 0px auto 20px;
  color: #181616;
}
.security-solutions-section .solution-slide-wrapper {
  width: 100%;
  display: flex;
}
.security-solutions-section .slider-btn {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 480px) {
  .security-solutions-section .slider-btn {
    display: none;
  }
}
.security-solutions-section .security-solutions-grid {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.security-solutions-section .security-solutions-grid:after {
  content: "flickity";
  display: none;
}
@media only screen and (min-width: 480px) {
  .security-solutions-section .security-solutions-grid {
    display: grid;
    grid-gap: 15px;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .security-solutions-section .security-solutions-grid:after {
    content: "";
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .security-solutions-section .security-solutions-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1000px) {
  .security-solutions-section .security-solutions-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.security-solutions-section .security-solutions-grid .security-solution {
  text-align: center;
  position: relative;
  text-decoration: none;
  width: 100%;
  background: none;
}
.security-solutions-section .security-solutions-grid .security-solution .img-contain {
  position: relative;
}
.security-solutions-section .security-solutions-grid .security-solution .img-contain:before {
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  padding-bottom: 100%;
  position: relative;
  z-index: 2;
  background: rgba(24, 22, 22, 0.5);
  transition: all 250ms;
}
.security-solutions-section .security-solutions-grid .security-solution img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  filter: grayscale(1);
  transition: all 250ms;
}
@media only screen and (min-width: 480px) {
  .security-solutions-section .security-solutions-grid .security-solution .solution-sneaky-btn {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 5;
  }
  .security-solutions-section .security-solutions-grid .security-solution .solution-sneaky-btn span {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .security-solutions-section .security-solutions-grid .security-solution .text-contain {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.security-solutions-section .security-solutions-grid .security-solution p {
  position: relative;
  z-index: 3;
  color: #181616;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (min-width: 480px) {
  .security-solutions-section .security-solutions-grid .security-solution p {
    color: #ffffff;
  }
}
@media only screen and (min-width: 1000px) {
  .security-solutions-section .security-solutions-grid .security-solution:hover .img-contain:before {
    content: "";
    background: rgba(126, 20, 20, 0.5);
  }
  .security-solutions-section .security-solutions-grid .security-solution:hover img {
    filter: grayscale(1) blur(5px);
  }
}

.promise-section {
  position: relative;
}
.promise-section .text-contain {
  width: 100%;
  padding: 40px 0;
}
.promise-section .text-contain .flex-wrap {
  display: block;
}
@media only screen and (min-width: 768px) {
  .promise-section .text-contain .flex-wrap {
    display: flex;
  }
}
.promise-section .text-contain .flex-wrap > div {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .promise-section .text-contain .flex-wrap > div {
    width: 50%;
  }
}
.promise-section .text-contain .flex-wrap .text-box {
  color: #181616;
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .promise-section .text-contain .flex-wrap .text-box {
    padding-right: 5px;
    max-width: none;
    margin: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 1000px) {
  .promise-section .text-contain .flex-wrap .text-box {
    padding-right: 15px;
  }
}
.promise-section .text-contain .flex-wrap .text-box h2 {
  color: #7e1414;
  font-family: "Proxima Nova", "Arvo", sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-size: 30px;
}
.promise-section .text-contain .flex-wrap .text-box p {
  color: #181616;
}
.promise-section .text-contain .flex-wrap .btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .promise-section .text-contain .flex-wrap .btn-group {
    align-items: flex-end;
  }
}
.promise-section .text-contain .flex-wrap .btn-group .btn {
  display: block;
  width: 50%;
  margin-bottom: 15px;
  min-width: 170px;
}
@media only screen and (min-width: 768px) {
  .promise-section .text-contain .flex-wrap .btn-group .btn {
    width: 70%;
  }
}
.promise-section .camera-img {
  display: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .promise-section .camera-img {
    display: block;
  }
}
.promise-section .map-wrap {
  position: relative;
  margin: 75px auto;
  overflow: hidden;
}

.counter {
  text-align: center;
  padding: 40px 0 60px 0;
}
.counter .counter-value-wrap {
  color: #7e1414;
  font-size: clamp(40px, 5vw, 75px);
}
.counter span {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Proxima Nova", "Arvo", sans-serif;
}
.counter span.counter-label {
  display: block;
  font-size: 28px;
}

.carousel {
  text-align: center;
}

.carousel > h2 {
  margin-bottom: -10px;
}

.main-carousel {
  width: 50%; /* Adjust as needed */
  margin: 0 auto;
}

/* Style for each carousel cell */
.carousel-cell {
  width: 100%;
  height: 300px; /* Adjust slide height as needed */
  background: linear-gradient(0deg, #7e1414, rgba(255, 0, 150, 0.3)), var(--bg-image);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #333;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  filter: grayscale(100%); /* Initial grayscale and blur */
  transition: filter 0.3s ease-in-out;
}

/* Hover effect */
.carousel-cell:hover {
  filter: none;
}

/* Show details underneath each cell */
.carousel-cell > h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  background-color: #181616;
  color: white;
  transition: opacity 0.3s ease-in-out;
}

.testimonials-slider {
  width: 100%;
  background: #181616;
}
.testimonials-slider .testimonial-slide {
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}
.testimonials-slider .testimonial-slide .testimonial-quote {
  font-size: 1.3rem;
}
@media only screen and (min-width: 480px) {
  .testimonials-slider .testimonial-slide .testimonial-quote {
    font-size: 1.8rem;
  }
}
.testimonials-slider .testimonial-slide .testimonial-author {
  color: #7e1414;
  font-weight: bold;
  font-size: 1.3rem;
}
@media only screen and (min-width: 480px) {
  .testimonials-slider .testimonial-slide .testimonial-author {
    font-size: 1.5rem;
  }
}
.testimonials-slider .testimonial-slide.longone .testimonial-quote {
  font-size: 1rem;
}
@media only screen and (min-width: 480px) {
  .testimonials-slider .testimonial-slide.longone .testimonial-quote {
    font-size: 1.1rem;
  }
}
.testimonials-slider .testimonial-slide.longone .testimonial-author {
  font-size: 1rem;
}
@media only screen and (min-width: 480px) {
  .testimonials-slider .testimonial-slide.longone .testimonial-author {
    font-size: 1rem;
  }
}
.testimonials-slider .testimonial-slide.mediumone .testimonial-quote {
  font-size: 1.1rem;
}
@media only screen and (min-width: 480px) {
  .testimonials-slider .testimonial-slide.mediumone .testimonial-quote {
    font-size: 1.6rem;
  }
}
.testimonials-slider .testimonial-slide.mediumone .testimonial-author {
  font-size: 1rem;
}
@media only screen and (min-width: 480px) {
  .testimonials-slider .testimonial-slide.mediumone .testimonial-author {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 480px) {
  .testimonials-slider .testimonial-slide {
    padding: 2rem 3rem;
  }
}

.excerpt {
  margin: 20px 0;
}
.excerpt h2.excerpt-title {
  color: #7e1414;
  margin-bottom: 5px;
}
.excerpt h2.excerpt-title a {
  color: #7e1414;
}

.contact-info-group h4 {
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #363636;
  font-size: 20px;
}
.contact-info-group p {
  margin: 5px 0 20px;
}
.contact-info-group p a.drop-line {
  display: block;
  color: #181616;
}
.contact-info-group .tel-contain {
  display: block;
  color: #7e1414;
}
.contact-info-group .tel-contain a {
  color: #181616;
  text-decoration: none;
}

.service-overlay {
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(54, 54, 54, 0.5);
  backdrop-filter: blur(10px);
  z-index: 200;
  justify-content: flex-end;
  align-items: flex-start;
  transition: all 500ms;
  overflow: auto;
}
@media only screen and (min-width: 1000px) {
  .service-overlay {
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
}
.service-overlay.display {
  display: flex;
}
.service-overlay.active {
  opacity: 1;
}
.service-overlay.active .service-container {
  transform: translateX(0);
  transform: translateY(0);
}
.service-overlay .service-container {
  background: #181616;
  padding: 20px;
  max-width: 800px;
  min-height: 100%;
  width: 100%;
  transform: translateX(100%);
  transition: all 500ms;
}
@media only screen and (min-width: 480px) {
  .service-overlay .service-container {
    width: auto;
    padding-top: 8rem;
  }
}
@media only screen and (min-width: 1000px) {
  .service-overlay .service-container {
    padding-top: 8rem;
    padding: 20px 50px;
    min-height: auto;
    height: auto;
    transform: translateX(0) translateY(50px);
  }
}
.service-overlay .service-container .icon-row {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.service-overlay .service-container .icon-row .white-fill {
  fill: #fff;
}
.service-overlay .service-container .icon-row .close-service-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.service-overlay .service-container .close-service-btn:hover .close-icon path {
  fill: #bd0303; /* Change this to the desired color */
}
.service-overlay .service-container .service-title, .service-overlay .service-container .sub-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.service-overlay .service-container .cell-popup {
  text-decoration: none;
  color: #fff;
  background: #7e1414;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 50px;
  transition: background 0.3s ease;
  font-size: 1.5rem;
  padding-inline: 1.75rem;
}
.service-overlay .service-container .cell-popup:hover {
  background: #bd0303;
}
.service-overlay .service-container .service-title {
  margin-top: 15px;
}
.service-overlay .service-container p.service-txt {
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .service-overlay .service-container #gform_4 .gform_body ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
.service-overlay .service-container #gform_4 .gform_body ul li {
  padding: 0 !important;
}
@media only screen and (min-width: 1000px) {
  .service-overlay .service-container #gform_4 .gform_body ul li {
    margin: 0 !important;
  }
}
.service-overlay .service-container #gform_4 .gform_body ul li#field_4_6 {
  grid-row: 1/6;
  grid-column: 2/3;
}
@media only screen and (min-width: 1000px) {
  .service-overlay .service-container #gform_4 .gform_body ul li#field_4_6 {
    display: flex;
    flex-direction: column;
  }
  .service-overlay .service-container #gform_4 .gform_body ul li#field_4_6 .ginput_container {
    flex: 1 1 auto;
    display: flex;
  }
  .service-overlay .service-container #gform_4 .gform_body ul li#field_4_6 .ginput_container textarea {
    height: 100%;
  }
}
.service-overlay .service-container #gform_4 .gform_body ul li label {
  color: #ffffff;
}
.service-overlay .service-container #gform_4 .gform_body ul li label .gfield_required {
  color: #ffffff;
}
.service-overlay .service-container #gform_4 .gform_body ul li input, .service-overlay .service-container #gform_4 .gform_body ul li textarea {
  width: 100%;
  border: solid 2px transparent;
  outline: none;
  color: #181616;
}
.service-overlay .service-container #gform_4 .gform_body ul li input:focus, .service-overlay .service-container #gform_4 .gform_body ul li textarea:focus {
  border-color: #181616;
}
.service-overlay .service-container #gform_4 .gform_footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-overlay .service-container #gform_4 .gform_footer .button {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  background: #181616;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: bold;
  font-size: 18px;
  border: none;
  transition: all 250ms;
}
.service-overlay .service-container #gform_4 .gform_footer .button:hover {
  background: #181616;
}

.alignnone {
  margin: 0.5em 0;
}

.aligncenter {
  display: block;
  margin: 15px auto;
}

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
  max-width: 40%;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
  max-width: 40%;
}

@media only screen and (min-width: 480px) {
  .alignright, .alignleft {
    max-width: 50%;
  }
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 0px;
  text-align: center;
  margin: 0;
}

.wp-caption.alignnone {
  margin: 0.5em 0;
}

.wp-caption.alignleft {
  margin: 0.5em 1em 0.5em 0;
}

.wp-caption.alignright {
  margin: 0.5em 0 0.5em 1em;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 1.5em;
  margin: 0;
  padding: 5px;
}

/* iOS does not obey max-width if width is set. */
.ios .wp-caption {
  width: auto !important;
}

.wp-caption-dd {
  font-size: 14px;
  padding-top: 0.5em;
  margin: 0; /* browser reset */
}

img.wp-smiley {
  vertical-align: middle;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.gallery {
  margin: auto -5px;
  display: flex;
  flex-wrap: wrap;
}

.gallery-item {
  flex: 0 1 auto;
  margin: 0 !important;
  padding: 5px;
  text-align: center;
  width: 50%;
}
@media only screen and (min-width: 480px) {
  .gallery-item {
    width: 33.3333%;
  }
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-item br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .gallery-item {
    width: 25%;
  }
  .gallery-columns-3 .gallery-item {
    width: 33.3333%;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
@media only screen and (min-width: 1000px) {
  .gallery-item br {
    display: block;
  }
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    width: 16.6666%;
  }
  .gallery-columns-7 .gallery-item {
    width: 14.2857%;
  }
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    width: 11.1111%;
  }
}

.gallery img {
  width: 100%;
  border: 1px solid #333;
  box-shadow: 0 0 4px #ccc;
}

.gallery-caption {
  margin: 0;
  padding-top: 5px;
  font-size: 0.75em;
  opacity: 0.75;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clear {
  clear: both;
}

.hidden {
  visibility: hidden;
  display: none;
}

.fb_iframe_widget {
  display: block !important;
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
  width: 100% !important;
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
}

a.skip-link {
  display: block;
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  z-index: 99;
  color: #333;
}

a.skip-link:focus,
a.skip-link:active {
  left: 0;
  top: 0;
  padding: 3px;
  background: #fff;
  opacity: 1;
  border: 1px solid #333;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=base.css.map */
