/*============================================================================
  #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; }
