/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
@font-face {
  font-family: "arnold";
  src: url("arnold_regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "arnold_light";
  src: url("arnold_light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "montharo";
  src: url("montharo_regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "arnold", sans-serif; }

h1, h2, h3,
.h1, .h2, .h3 {
  font-family: "montharo", sans-serif;
  letter-spacing: 2px !important;
  text-transform: uppercase; }

h4, h5, h6,
.h4, .h5, .h6 {
  font-family: "arnold_light", sans-serif;
  letter-spacing: 1.5px !important;
  text-transform: uppercase; }

.section .heading {
  margin-bottom: 0 !important; }

.heading__title {
  font-size: 40px; }

.btn {
  border-radius: 0; }

.btn-cta.btn--block.btn--solid.btn--large {
  text-transform: uppercase;
  box-shadow: 1px 1px 10px 2px #6F72B4;
  font-size: 2.5em;
  height: 6em;
  margin: auto 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.6em; }

.btn-cta.btn--block.btn--solid.btn--large:hover {
  text-shadow: 1px 1px 5px #6F72B4; }

/*============================================================================
  #Opt in Bar
==============================================================================*/
.section--opt_in_bar .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.section--opt_in_bar .row h3 {
  font-size: 25px; }

.section--1589879036816 .card--img,
.section--1589879036816 .card--description {
  display: none; }

.list-compact li {
  margin: 0px !important; }

.card--title {
  text-align: center; }

@media (min-width: 768px) {
  .list-4-cols {
    columns: 4; } }
@media (min-width: 768px) {
  .section--1589879036816 .row.text-xs-center {
    display: flex; }

  .section--1589879036816 .row.text-xs-center > div,
  .section--1589879036816 .row.text-xs-center > div > a,
  .section--1589879036816 .row.text-xs-center > div > a > .card--body,
  .section--1589879036816 .row.text-xs-center > div > a > .card--body > div {
    display: flex;
    flex: 1;
    flex-direction: column; }

  .section--1589879036816 .row.text-xs-center > div > a > .card--body > div > h3 {
    margin-top: auto;
    margin-bottom: 0; }

  .section--1589879036816 .row.text-xs-center > div > a > .card--body > div > h3 ~ p {
    margin: 0; } }
ul.list-compact {
  padding: 10px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
