@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-family: "Quarto A", "Quarto B";
}

body {
  max-width: 1300px;
  margin: 0 auto;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #750000;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #AD0000;
}
sup {
  font-size: 50%;
}

strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h2 {
  font-size: 20px;
}

/* Legos
*****************************************************************************************/
.left {
  float: left;
}

.alignleft {
  text-align: left;
}

.right {
  float: right;
}

.alignright {
  text-align: right;
}

.marginTop {
  margin-top: 10px;
}

.marginRight {
  margin-right: 30px;
}

.marginBottom {
  margin-bottom: 20px;
}

.marginLeft {
  margin-left: 10px;
}

.paddingRight {
  padding-right: 20px;
}

.center, .aligncenter {
  margin: 0 auto !important;
  display: block;
}

.clear {
  clear: both !important;
}

.alignnone {
  clear: right;
}

.noBKG {
  background: none !important;
}

.last {
  border: none !important;
}

.alignright {
  float: right;
  margin-left: 3%;
  margin-bottom: 3%;
}

.alignleft {
  float: left;
}

.alignnone {
  clear: both;
}

.noMobile {
  display: none;
}
@media (min-width: 980px) {
  .noMobile {
    display: block;
  }
}

/* Fonts
*****************************************************************************************/
/* Main Layout
*****************************************************************************************/
html, body {
  height: 100%;
}

body {
  padding: 0 10px;
}
@media (min-width: 500px) {
  body {
    padding: 0 20px;
  }
}
@media (min-width: 900px) {
  body {
    background-position: center 56px;
  }
}
@media (min-width: 980px) {
  body {
    background-position: center -48px;
  }
}

.outerContainer {
  background-color: white;
  margin: 0 auto;
  padding: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  max-width: 1250px;
}

.innerContainer {
  margin: 0 auto;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.37);
}

.contentContainer {
  margin: 0 auto;
}

.flex-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 60px;
  height: 0;
  overflow: hidden;
}

.flex-container iframe,
.flex-container object,
.flex-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Header
*****************************************************************************************/
#mobileHeader {
  background-color: #750000;
  position: relative;
  z-index: 99;
  color: white;
  height: 155px;
  border-bottom: 5px solid #520000;
  border-top-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 900px) {
  #mobileHeader {
    display: none;
  }
}

.header {
  min-height: 118px;
  position: relative;
  padding: 5px 20px;
  background: none;
}
@media (min-width: 900px) {
  .header {
    min-height: 150px;
  }
}
@media (min-width: 980px) {
  .header {
    min-height: 130px;
  }
}

@media (min-width: 900px) {
  .headerContainer {
    display: flex;
  }
}

@media (min-width: 900px) {
  .logoContainer {
    width: 250px;
    padding-left: 17px;
  }
}

.logoContainer-mobile {
  position: absolute;
  left: 0;
  right: 0;
  top: 65px;
  margin: 0 auto;
  width: 200px;
  padding: 0;
}
@media (min-width: 620px) {
  .logoContainer-mobile {
    width: 250px;
    top: 35px;
  }
}
.logoContainer-mobile a.logo {
  padding: 0;
}
.logoContainer-mobile img {
  filter: drop-shadow(0 5px 5px #222);
}

#mobileHeaderContainer a:hover {
  cursor: pointer;
}

.mobileNav {
  background-color: #520000;
  color: white;
  padding: 10px 10px 10px 15px;
  display: block;
  width: 140px;
  display: flex;
  position: relative;
  top: 15px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}

.menuText {
  order: 2;
  font-size: 1.4em;
  font-family: "Quarto A", "Quarto B";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hamburgerContainer {
  width: 30px;
  order: 1;
  padding-top: 6px;
  padding-right: 8px;
}
.hamburgerContainer .hamburgerPatty {
  height: 3px;
  width: 100%;
  display: block;
  background-color: #750000;
  margin-bottom: 3px;
}

.activeToggle .hamburgerContainer {
  position: relative;
  top: 3px;
}
.activeToggle .hamburgerPatty:first-child {
  transform: rotate(45deg);
  position: relative;
  top: 3px;
}
.activeToggle .hamburgerPatty:nth-child(2) {
  transform: rotate(-45deg);
  position: relative;
  top: -3px;
}
.activeToggle .hamburgerPatty:last-child {
  display: none;
}

.mobileHeaderBTN {
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 94px;
  text-align: left;
  font-family: "Quarto A", "Quarto B";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  font-size: 1.4em;
  padding: 10px 45px 10px 10px;
  background: transparent url("../images/icon-arrow.png") no-repeat right center;
  background-size: 20px;
}

.desktopHeader {
  background-color: #750000;
  padding: 0;
  border-bottom: 5px solid #520000;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 999;
  height: 223px;
  display: none;
}
@media (min-width: 900px) {
  .desktopHeader {
    display: block;
    height: 195px;
  }
}

.preheader {
  background-color: #520000;
  display: none;
  padding: 0 45px 0 25px;
}
@media (min-width: 900px) {
  .preheader {
    display: block;
  }
}
.preheader ul li {
  display: inline;
}
.preheader ul li a {
  color: #D1D3D4;
  font-family: "Red Hat Display", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  display: inline-block;
  padding: 22px 20px 18px;
}

.mmenu {
  width: 100%;
  padding: 35px 25px;
  z-index: 999;
  position: relative;
}
.mmenu:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 900px) {
  .mmenu.expanded {
    display: none !important;
  }
}
.mmenu li.parent {
  position: relative;
}
.mmenu li.parent:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0px;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-left-color: white;
}
.mmenu li.expandedParent:after {
  border-left-color: transparent;
  border-top-color: rgba(255, 255, 255, 0.5);
  top: 22px;
}
.mmenu li a {
  font-family: "Red Hat Display", sans-serif;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: white;
  font-size: 15px;
  padding: 10px 25px 10px 5px;
  display: block;
  box-sizing: border-box;
  padding-bottom: 10px;
  text-decoration: none;
  margin-bottom: 1px;
  -webkit-transform: inherit;
}
@media (min-width: 900px) {
  .mmenu li a {
    padding: 12px 25px;
  }
}
.mmenu li ul.subNav {
  display: none;
  background-color: transparent;
  padding: 15px 0;
  margin-bottom: 20px;
}
.mmenu li ul.subNav.expandedNav {
  display: block;
  -webkit-transform: inherit;
}
.mmenu li ul li.parent:after {
  right: 10px;
  top: 15px;
}
.mmenu li ul li a {
  font-size: 15px;
  width: 100%;
  padding-left: 10%;
  padding-right: 28px;
  font-weight: 400;
  color: #750000;
  padding-left: 25px;
  text-transform: initial;
  color: white;
}
@media (min-width: 900px) {
  .mmenu li ul li a {
    padding-left: 45px;
  }
}
.mmenu li ul li ul {
  border: none !important;
}
.mmenu li ul li ul li a {
  font-size: 13px;
  width: 100%;
  padding-left: 15%;
}
@media (min-width: 620px) {
  .mmenu li ul li ul li a {
    padding-left: 50px;
  }
}
@media (min-width: 900px) {
  .mmenu li ul li ul li a {
    padding-left: 65px;
  }
}

.mobileSubNav {
  padding: 35px 25px;
  position: relative;
}
.mobileSubNav:before {
  content: "";
  display: block;
  height: 3px;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  background-color: #750000;
  left: 0;
  right: 0;
}
.mobileSubNav a {
  padding: 10px 25px 10px 5px;
  color: #D1D3D4;
  display: block;
  font-family: "Red Hat Display", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
}

.logoContainer-desktop {
  text-align: center;
  margin: 0 auto -40px;
}

.logoContainer-desktop .logo {
  position: relative;
  display: block;
  margin-bottom: 45px;
  padding-top: 35px;
  max-width: 311px;
  margin: 0 auto;
  z-index: 99;
}
@media (min-width: 900px) {
  .logoContainer-desktop .logo {
    max-width: 280px;
  }
}
.logoContainer-desktop .logo img {
  filter: drop-shadow(3px 3px 8px #222);
}

#headerCallout {
  margin-top: 17px;
  box-sizing: border-box;
  padding-top: 25px;
  z-index: 9999;
}
@media (min-width: 900px) {
  #headerCallout {
    position: absolute;
    width: 200px;
    right: 37px;
    top: 0px;
    padding: 0;
  }
}
@media (min-width: 980px) {
  #headerCallout {
    right: 26px;
  }
}

#headerCallout a {
  display: block;
  margin: 0 auto 5px;
  text-align: center;
  color: white;
  position: relative;
  font-size: 1.35em;
  font-family: "Quarto A", "Quarto B";
  font-weight: 700;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 12px 5px;
  width: 95%;
  border-radius: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 900px) {
  #headerCallout a {
    font-size: 1.7em;
    letter-spacing: 1px;
    background-color: #750000;
    top: 10px;
    width: 100px;
    padding: 10px 131px 11px 38px;
  }
}

#headerCallout a:after {
  content: "";
  position: absolute;
  background: transparent url("../images/icon-arrow.png") no-repeat center center;
  background-size: 24px;
  width: 24px;
  height: 24px;
  right: 27px;
  top: 16px;
}
#headerCallout a:hover {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#headerCallout a.decalBTN {
  background-color: #AD0000;
}

#headerCallout a.rfidBTN {
  background-color: #85aab7;
}

#headerCallout a.decalBTN:hover {
  background-color: #7a0000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#headerCallout a.rfidBTN:hover {
  background-color: #7197a5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.socialLinks {
  position: absolute;
  right: 13px;
  top: 11px;
  z-index: 9999;
  display: none;
}
@media (min-width: 450px) {
  .socialLinks {
    display: block;
  }
}
@media (min-width: 768px) {
  .socialLinks {
    top: 17px;
    right: 18px;
  }
}
@media (min-width: 900px) {
  .socialLinks {
    right: 260px;
    padding-right: 25px;
  }
}
@media (min-width: 980px) {
  .socialLinks {
    right: 256px;
  }
}
.socialLinks:after {
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 3px;
  background-color: #d4d7d9;
  display: none;
}
@media (min-width: 900px) {
  .socialLinks:after {
    display: block;
  }
}

.socialLinksPhone {
  position: absolute;
  background: none;
  top: 10px;
  right: 10px;
}

.socialLinks li {
  display: inline;
}

.socialLinks li a, .socialLinksPhone li a {
  display: block;
  float: left;
  margin-left: 5px;
  width: 33px;
  padding: 2px;
}

.socialLinksPhone li a {
  margin-left: 0;
  margin-bottom: 3px;
}

.socialLinks li:first-child a {
  margin-left: 0;
}

.socialLinks li a:hover, .socialLinksPhone li a:hover {
  opacity: 0.8;
}

.mainNav {
  width: 100%;
  position: relative;
}

.menu-main-navigation-left-container,
.menu-main-navigation-right-container {
  position: absolute;
  bottom: 22px;
}

@media (min-width: 980px) {
  .menu-main-navigation-left-container {
    left: 5%;
  }
}
@media (min-width: 1200px) {
  .menu-main-navigation-left-container {
    left: 58px;
  }
}

.menu-main-navigation-right-container {
  right: 2%;
  text-align: right;
}
@media (min-width: 980px) {
  .menu-main-navigation-right-container {
    right: 5%;
  }
}
@media (min-width: 1200px) {
  .menu-main-navigation-right-container {
    right: 100px;
  }
}
.menu-main-navigation-right-container ul {
  text-align: right;
}

.navbar {
  position: relative;
  background-color: #eeebe2;
  margin-bottom: 30px;
  margin-top: 50px;
  width: 95%;
  margin: 50px auto 30px;
}
@media (min-width: 900px) {
  .navbar {
    z-index: 999;
  }
}
@media (min-width: 980px) {
  .navbar {
    background-color: transparent;
    width: 100%;
    top: 23px;
  }
}

.navbar-inner {
  border: none;
  background-image: none;
  box-shadow: none;
  border-radius: 0;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #eee9e1;
  box-shadow: 0px 0px 0px 1px white, 0px 0px 0px 4px #eeebe2;
  top: 0;
}
@media (min-width: 980px) {
  .navbar-inner {
    background-color: transparent;
    box-shadow: none;
  }
}

.navbar .nav-collapse .nav > li > a {
  color: red;
  padding: 10px 10px 10px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "Quarto A", "Quarto B";
  text-transform: uppercase;
  font-size: 14px;
  text-shadow: none;
  margin: auto 2px;
}
@media (min-width: 980px) {
  .navbar .nav-collapse .nav > li > a {
    font-size: 0.85em;
    padding: 10px 7px;
  }
}
@media (min-width: 1100px) {
  .navbar .nav-collapse .nav > li > a {
    font-size: 1em;
    padding: 10px 10px;
  }
}

.nav-collapse .dropdown-menu a {
  font-family: "Quarto A", "Quarto B";
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: none;
}

.dropdown-menu {
  border-color: rgba(90, 66, 49, 0.37);
}

.navbar .nav > li > .dropdown-menu::before {
  border-bottom-color: rgba(90, 66, 49, 0.37);
}

.navbar .nav > li > a:hover {
  background-color: #f8f7f4;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a,
.nav-collapse .dropdown-menu a:hover {
  background-image: none;
  background-color: #f8f7f4;
  color: #520000;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #f8f7f4;
}

.navbar .brand {
  font-family: "Quarto A", "Quarto B";
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 1px;
  text-shadow: none;
  position: relative;
  top: 1px;
}

.dropdown .caret {
  margin-left: 0;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 5px;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #C4C1B9;
  border-bottom-color: #C4C1B9;
}

.sf-menu {
  /* display: none; */
}

/* Homepage Content
*****************************************************************************************/
#hp-slider {
  width: 100%;
  position: relative;
}

#hp-slider img {
  width: 100%;
}

.sliderOuterContainer {
  position: relative;
  z-index: 1;
}

.sliderOuterContainer .owl-wrapper-outer {
  position: relative;
  height: 300px;
}
@media (min-width: 620px) {
  .sliderOuterContainer .owl-wrapper-outer {
    height: 450px;
  }
}
@media (min-width: 768px) {
  .sliderOuterContainer .owl-wrapper-outer {
    height: 500px;
  }
}
@media (min-width: 1100px) {
  .sliderOuterContainer .owl-wrapper-outer {
    height: 60vh;
    min-height: 500px;
  }
}
.sliderOuterContainer .owl-wrapper-outer:before {
  content: "";
  display: block;
  width: 101%;
  height: 50px;
  background-color: red;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  background: transparent url("../images/headerDetail.svg") no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}
@media (min-width: 450px) {
  .sliderOuterContainer .owl-wrapper-outer:before {
    height: 75px;
  }
}
@media (min-width: 620px) {
  .sliderOuterContainer .owl-wrapper-outer:before {
    height: 95px;
  }
}
@media (min-width: 900px) {
  .sliderOuterContainer .owl-wrapper-outer:before {
    height: 100px;
  }
}
@media (min-width: 1100px) {
  .sliderOuterContainer .owl-wrapper-outer:before {
    height: 110px;
  }
}
@media (min-width: 1200px) {
  .sliderOuterContainer .owl-wrapper-outer:before {
    height: 115px;
  }
}

.homepageHero {
  height: 300px;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 620px) {
  .homepageHero {
    height: 450px;
  }
}
@media (min-width: 768px) {
  .homepageHero {
    height: 500px;
  }
}
@media (min-width: 1100px) {
  .homepageHero {
    height: 60vh;
    min-height: 500px;
  }
}

.sliderContainer .locationInfo {
  position: absolute;
  left: 0;
  bottom: 15%;
  padding-right: 15px;
  padding: 12px 20px 12px 25px;
  width: 150px;
  font-family: "Red Hat Display", sans-serif;
  z-index: 9;
  color: white;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.65);
  text-align: right;
}
@media (min-width: 900px) {
  .sliderContainer .locationInfo {
    width: 200px;
    padding: 12px 20px;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: left;
    left: auto;
    right: 0;
    bottom: 140px;
  }
}

a.slideLink {
  display: block;
}

.sliderContainer.interiorSliderContainer {
  margin-bottom: 20px;
  height: 150px;
  position: relative;
}
@media (min-width: 500px) {
  .sliderContainer.interiorSliderContainer {
    height: 160px;
  }
}
@media (min-width: 900px) {
  .sliderContainer.interiorSliderContainer {
    height: 205px;
  }
}

.interiorHero {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.interiorHero div {
  background-size: cover;
  background-position: center center;
  height: 150px;
  position: relative;
  width: 100%;
}
@media (min-width: 500px) {
  .interiorHero div {
    height: 215px;
  }
}
@media (min-width: 900px) {
  .interiorHero div {
    height: 225px;
  }
}
@media (min-width: 1100px) {
  .interiorHero div {
    height: 300px;
  }
}
.interiorHero div:after {
  content: "";
  display: block;
  background: transparent url("../images/headerDetail.svg") no-repeat center bottom;
  background-size: cover;
  height: 50px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}
@media (min-width: 450px) {
  .interiorHero div:after {
    height: 75px;
  }
}
@media (min-width: 768px) {
  .interiorHero div:after {
    height: 100px;
  }
}
@media (min-width: 980px) {
  .interiorHero div:after {
    height: 110px;
  }
}
@media (min-width: 1200px) {
  .interiorHero div:after {
    height: 115px;
  }
}

.slideShadow {
  position: absolute;
  top: 0;
  height: 413px;
  width: 10px;
  display: none;
}
@media (min-width: 1200px) {
  .slideShadow {
    display: block;
  }
}

.triangleOne {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid white;
  display: block;
  left: 37px;
  top: 22px;
  position: absolute;
}

.homepageContent {
  padding: 0;
  text-align: center;
}
@media (min-width: 900px) {
  .homepageContent {
    padding: 0;
    margin-bottom: 0;
  }
}

.homepageContent h1 {
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-family: "Red Hat Display", sans-serif;
}

.homepageContent p, .homepageContent a {
  color: #877D60;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1.667;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.homepageContent a {
  color: #520000;
  font-family: "Quarto A", "Quarto B";
  font-size: 11px;
  margin-left: 3px;
}

.homepageContent strong a {
  font-weight: 700;
}

.homepageContent .content-area {
  background-color: rgba(209, 211, 212, 0.35);
  padding: 65px 3%;
  margin-bottom: -6%;
}

.wysiwyg.hp_intro {
  padding-top: 0;
}
@media (min-width: 900px) {
  .wysiwyg.hp_intro {
    display: flex;
    justify-content: space-between;
    font-size: 1em;
  }
}

@media (min-width: 900px) {
  .wysiwyg.hp_intro .welcomeText {
    width: 75%;
    margin: 0 auto;
    padding: 10px 0 65px;
  }
}
.wysiwyg.hp_intro .welcomeText h1 {
  font-size: 1.7em;
  letter-spacing: 0;
  color: #231F20;
  padding: 0 5%;
  font-family: "Quarto A", "Quarto B";
}
@media (min-width: 900px) {
  .wysiwyg.hp_intro .welcomeText h1 {
    font-size: 2.8em;
  }
}
.wysiwyg.hp_intro .welcomeText p {
  padding: 0 5%;
}
.wysiwyg.hp_intro .welcomeText a.cta {
  color: white;
  background-color: #750000;
  padding: 8px 35px 10px;
  font-family: "Quarto A", "Quarto B";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5em;
  position: relative;
  top: 5px;
}
.wysiwyg.hp_intro .welcomeText ul {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
}
@media (min-width: 900px) {
  .wysiwyg.hp_intro .welcomeText ul {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .wysiwyg.hp_intro .welcomeText ul {
    padding-top: 20px;
  }
}
.wysiwyg.hp_intro .welcomeText ul li {
  list-style: none;
}
@media (min-width: 900px) {
  .wysiwyg.hp_intro .welcomeText ul li {
    display: inline-block;
    padding: 0 11px;
  }
}
@media (min-width: 1200px) {
  .wysiwyg.hp_intro .welcomeText ul li {
    border-right: 1px solid rgba(35, 31, 32, 0.25);
  }
}
@media (min-width: 1200px) {
  .wysiwyg.hp_intro .welcomeText ul li:last-child {
    border: none;
  }
}
.wysiwyg.hp_intro .welcomeText ul li a {
  font-family: "Quarto A", "Quarto B";
  padding: 10px 0;
  font-size: 1.3em;
  display: block;
}
@media (min-width: 1200px) {
  .wysiwyg.hp_intro .welcomeText ul li a {
    padding: 5px 2px;
  }
}

.welcomeText .welcomeHeader {
  display: block;
  background: transparent url("../images/Welcome.svg") no-repeat center center;
  text-indent: -100000px;
  width: 100%;
  height: 160px;
  position: relative;
  z-index: 2;
  margin-bottom: -10px;
}
@media (min-width: 620px) {
  .welcomeText .welcomeHeader {
    height: 200px;
  }
}
@media (min-width: 900px) {
  .welcomeText .welcomeHeader {
    height: 320px;
    left: -30px;
    margin-bottom: -25px;
  }
}

.wysiwyg figcaption {
  font-family: "Red Hat Display", sans-serif;
}

@media (min-width: 900px) {
  .wysiwyg .contactNumbers {
    width: 25%;
    margin: 0;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .wysiwyg .contactNumbers {
    width: 28%;
  }
}
.wysiwyg .contactNumbers ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  background-color: rgba(82, 0, 0, 0.3);
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 30px 10px;
  border-radius: 30px;
  width: 93%;
}
@media (min-width: 900px) {
  .wysiwyg .contactNumbers ul {
    position: absolute;
    right: 0;
    top: 170px;
    border-radius: 0;
    padding-top: 75px;
    padding-right: 36px;
    border-bottom-left-radius: 30px;
    padding-bottom: 75px;
  }
}
@media (min-width: 980px) {
  .wysiwyg .contactNumbers ul {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.wysiwyg .contactNumbers ul li {
  list-style: none;
  font-family: "Quarto A", "Quarto B";
  border-bottom: 1px solid white;
  padding: 25px 0 25px;
}
.wysiwyg .contactNumbers ul li:last-child {
  border: none;
}
.wysiwyg .contactNumbers ul li h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.2em;
}
.wysiwyg .contactNumbers ul li a {
  font-family: "Quarto A", "Quarto B";
  color: #231F20;
  font-size: 1.5em;
}
@media (min-width: 900px) {
  .wysiwyg .contactNumbers ul li a {
    font-size: 1.2em;
  }
}
@media (min-width: 1200px) {
  .wysiwyg .contactNumbers ul li a {
    font-size: 1.5em;
  }
}
.wysiwyg .contactNumbers ul li span {
  font-size: 0.65em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.promoContainer {
  background-color: #eee9e1;
  padding: 10px 0 10px 10px;
  position: relative;
  left: -10px;
}

.promoContainer a {
  margin-left: 0;
}

.top-row {
  margin-bottom: 10px;
}

.promo1 {
  margin-right: 8px;
}

.promoContainerShadow {
  position: absolute;
  bottom: -22px;
  left: 2px;
}

@media (min-width: 1200px) {
  .promo1, .promo2, .homepage-widget {
    width: 232px;
    float: left;
  }
  .home .widget-area aside:first-child {
    margin-right: 11px;
  }
  .fullWidth img {
    width: 476px;
  }
}
@media (min-width: 979px) and (max-width: 1199px) {
  .promo1, .promo2, .homepage-widget {
    width: 197px;
    float: left;
  }
  .promo1, .home .widget-area aside:first-child {
    margin-right: 7px;
  }
  .fullWidth img {
    width: 402px;
  }
  .promoContainerShadow {
    bottom: -21px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .promoContainer {
    background-color: #eee9e1;
    padding: 10px;
    position: relative;
    left: -20px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.34);
  }
  .promo1, .promo2, .homepage-widget {
    width: 48.3%;
    float: left;
  }
  .home .widget-area aside {
    float: right;
  }
  .home .widget-area aside:first-child {
    float: left;
  }
  .promoContainerShadow {
    display: none;
  }
}
@media (max-width: 767px) {
  .promo1, .promo2, .homepage-widget {
    width: 48.8%;
    float: left;
  }
  .promo1 {
    margin-right: 1%;
  }
  .home .widget-area aside {
    float: right;
  }
  .home .widget-area aside:first-child {
    float: left;
  }
  /*
  .promo2 {
  		float: right;
  	}
  */
  .promoContainer {
    background-color: #eee9e1;
    padding: 10px;
    position: relative;
    left: -10px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.34);
    width: 100%;
  }
  .promoContainerShadow {
    display: none;
  }
}
@media (max-width: 480px) {
  .promo1, .promo2, .homepage-widget {
    width: 100%;
    display: inherit;
    margin-bottom: 5%;
  }
}
.bucketLinks ul {
  padding-top: 25px;
  text-align: center;
  margin-bottom: 35px;
  width: 85%;
  margin: 0 auto 35px;
  max-width: 400px;
}
@media (min-width: 900px) {
  .bucketLinks ul {
    max-width: 100%;
    width: 60%;
    display: flex;
    margin-left: 3%;
    justify-content: space-between;
    float: left;
  }
}
.bucketLinks ul li {
  margin-bottom: 30px;
  padding: 0;
}
@media (min-width: 900px) {
  .bucketLinks ul li {
    width: 48%;
    justify-content: space-between;
  }
}
.bucketLinks ul li a {
  display: block;
  margin-left: 0;
  box-shadow: 0 0 10px rgba(35, 31, 32, 0.5);
  border-radius: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.bucketLinks ul li a:hover {
  text-decoration: none;
  box-shadow: 0 0 18px rgba(35, 31, 32, 0.65);
}
.bucketLinks .bucketImageContainer {
  background-position: center center;
  height: 250px;
  background-size: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.bucketLinks .bucketContent {
  padding: 20px 20px;
  background-color: #750000;
  color: white;
  font-family: "Quarto A", "Quarto B";
  font-weight: 700;
  font-size: 2.2em;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.bucketLinks .bucketContent h3 {
  font-weight: 700;
  position: relative;
  padding-right: 18px;
}
.bucketLinks .bucketContent h3:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url("../images/icon-arrow.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 5px;
  top: 12px;
}

@media (min-width: 900px) {
  .sidebarBucketLinks ul {
    width: 100%;
  }
}

.supportingBusinesses {
  margin-top: 65px;
  margin-bottom: 65px;
}
@media (min-width: 900px) {
  .supportingBusinesses {
    width: 30%;
    margin: 0 auto 65px;
    display: inline-block;
  }
}
.supportingBusinesses h3 {
  font-size: 1.8em;
  font-weight: 700;
  padding: 15px;
  border-bottom: 1px solid rgba(209, 211, 212, 0.5);
  width: 90%;
  margin: 0 auto 15px;
}
@media (min-width: 900px) {
  .supportingBusinesses h3 {
    margin-bottom: 0;
  }
}
.supportingBusinesses .businessLogo {
  height: 300px;
  width: 90%;
  margin: 0 auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 900px) {
  .supportingBusinesses .businessLogo {
    height: 225px;
    width: 100%;
  }
}

#supportingBusinessList {
  width: 90%;
  margin: 0 auto;
}

.businessInfo span {
  display: block;
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid rgba(209, 211, 212, 0.5);
  padding-top: 15px;
  font-size: 1.8em;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
}
@media (min-width: 900px) {
  .businessInfo span {
    padding-top: 8px;
    margin-top: 12px;
  }
}

@media (min-width: 900px) {
  .calloutBanners {
    width: 90%;
    margin: 0 auto 60px;
  }
}

.businessContainer {
  background-color: white;
}

/* Secondary Content
*****************************************************************************************/
#optinButtons {
  /* 	display: none; */
  margin-top: 17px;
  box-sizing: border-box;
  margin-bottom: 35px;
  /* 	padding-top: 25px; */
}

#optinButtons a {
  display: block;
  width: 95%;
  max-width: 300px;
  margin: 0 0 5px;
  text-align: center;
  color: white;
  position: relative;
  font-size: 20px;
  padding: 15px 5px;
  font-family: "Quarto A", "Quarto B";
  font-weight: 700;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 20px;
  padding: 12px 5px;
  width: 95%;
  border-radius: 4px;
}

#optinButtons a:after {
  content: "";
  position: absolute;
  background: transparent url("../images/rightArrow.svg") no-repeat center center;
  width: 10px;
  height: 17px;
  right: 12px;
  top: 13px;
}

#optinButtons a:hover {
  text-decoration: none;
  background-color: #7a0000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#optinButtons a {
  background-color: #AD0000;
}

#optinButtons a:nth-child(2) {
  background-color: #85aab7;
}

#optinButtons a:hover {
  background-color: #7a0000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#optinButtons a:hover:nth-child(2) {
  background-color: #7197a5;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.headerImage {
  margin-bottom: 20px;
}
.headerImage img {
  width: 100%;
}

.entry-thumbnail.headerImage {
  display: none;
}
@media (min-width: 900px) {
  .entry-thumbnail.headerImage {
    display: block;
  }
}

.interiorContent {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .interiorContent {
    padding-bottom: 15px;
  }
}
@media (min-width: 980px) {
  .interiorContent {
    display: flex;
    justify-content: space-around;
  }
}
.interiorContent.noHero {
  padding-top: 100px;
}
@media (min-width: 980px) {
  .interiorContent.noHero {
    padding-top: 80px;
  }
}

.newsContainer {
  flex-direction: column;
  display: flex;
}
@media (min-width: 900px) {
  .newsContainer {
    flex-direction: row;
    justify-content: space-between;
  }
}
.newsContainer .sidePanel {
  width: 90%;
  order: 2;
}
@media (min-width: 900px) {
  .newsContainer .sidePanel {
    width: 28%;
    order: 2;
    text-align: left;
    padding-left: 25px;
  }
}
.newsContainer .sidePanel .widget-area aside {
  padding: 45px 0;
}
.newsContainer .sidePanel .widget-area aside.widget_sp_image {
  padding: 0;
}
.newsContainer .mainContent {
  width: 100%;
  order: 1;
  margin: 0;
  padding: 40px 0;
}
@media (min-width: 900px) {
  .newsContainer .mainContent {
    width: 70%;
    order: 1;
    padding-left: 2%;
  }
}

.mainContent {
  margin-left: 30px;
  padding-top: 5px;
  width: 87%;
  margin: 0 auto 15px;
  background-color: white;
}
@media (min-width: 980px) {
  .mainContent {
    width: 63%;
    margin: 0;
    padding-left: 20px;
    order: 1;
  }
}
@media (min-width: 1200px) {
  .mainContent {
    padding-right: 10px;
  }
}
.mainContent.noSidebar {
  min-height: 450px;
}
@media (min-width: 980px) {
  .mainContent.noSidebar {
    width: 87%;
    padding: 0;
  }
}

.sidePanel {
  text-align: center;
  margin-top: 30px;
  width: 90%;
  margin: 30px auto;
}
@media (min-width: 980px) {
  .sidePanel {
    width: 28%;
    margin: 0;
    padding: 0;
    order: 2;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .sidePanel {
    width: 25%;
    max-width: 295px;
  }
}

.single .mainContent {
  padding-top: 35px;
}
@media (min-width: 900px) {
  .single .mainContent {
    padding-top: 0;
  }
}

.sidebarNav {
  padding-top: 50px;
  max-width: 384px;
  margin: 10px auto 56px;
}
@media (min-width: 980px) {
  .sidebarNav {
    padding-top: 45px;
  }
}

.sidePanel h3, .sidebarBanners_repeat h3 {
  font-family: "Quarto A", "Quarto B";
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.333;
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .sidePanel h3, .sidebarBanners_repeat h3 {
    text-align: left;
  }
}

.sidePanel .sidebarNav h3 {
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 2px;
  color: #231F20;
}
@media (min-width: 980px) {
  .sidePanel .sidebarNav h3 {
    text-align: left;
    padding-left: 13px;
  }
}
.sidePanel .sidebarNav h3 a {
  color: #231F20;
}
.sidePanel .sidebarNav h3 a:hover {
  text-decoration: none;
  color: #AD0000;
}

.sidebarNav ul {
  padding: 10px;
  margin-bottom: 10px;
}

.sidebarNav ul ul {
  display: none;
}

.sidebarNav ul li {
  text-align: center;
}

.sidebarNav ul li a {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1em;
  color: #750000;
  padding: 10px 3px;
  margin-bottom: 7px;
  display: block;
  font-weight: 700;
}
@media (min-width: 980px) {
  .sidebarNav ul li a {
    font-size: 0.9em;
    text-align: left;
  }
}
@media (min-width: 1100px) {
  .sidebarNav ul li a {
    font-size: 1em;
  }
}

.sidebarNav ul li a:hover {
  color: #520000;
  text-decoration: none;
}

#sidebarWidgets {
  text-align: center;
  margin: 45px auto 0;
  max-width: 400px;
}
#sidebarWidgets aside {
  margin-bottom: 45px;
}
#sidebarWidgets .widget_search {
  text-align: center;
}
#sidebarWidgets h3 {
  text-align: center;
  font-family: "Quarto A", "Quarto B";
  text-transform: initial;
  font-size: 2em;
  margin-bottom: 22px;
}

.widget_categories li,
.widget_recent_entries li {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .widget_categories li a,
  .widget_recent_entries li a {
    font-size: 0.85em;
    text-align: left;
  }
}
.widget_categories li a:hover,
.widget_recent_entries li a:hover {
  text-decoration: none;
  color: hsl(345, 6.0606060606%, -7.0588235294%);
}

.sidePanel .bucketLinks {
  position: relative;
  max-width: 400px;
  margin: 0 auto 25px;
  font-size: 10px;
}
.sidePanel .bucketLinks ul {
  padding: 0;
  margin: 0 auto;
  display: block;
  float: none;
}
.sidePanel .bucketLinks ul li {
  width: 100%;
}
@media (min-width: 900px) {
  .sidePanel .bucketLinks ul li {
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .sidePanel .bucketLinks ul li {
    margin-bottom: 28px;
  }
}
.sidePanel .bucketLinks h3 {
  font-size: 1.1em;
  margin-bottom: 0;
  text-align: center;
  font-family: "Quarto A", "Quarto B";
  text-transform: initial;
  font-weight: 700;
}
@media (min-width: 980px) {
  .sidePanel .bucketLinks h3 {
    font-size: 1em;
  }
}
.sidePanel .bucketLinks h3:after {
  top: 6px;
}
.sidePanel .bucketLinks .bucketContent {
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.sidePanel .bucketImageContainer {
  min-height: 250px;
  background-size: cover;
}
@media (min-width: 900px) {
  .sidePanel .bucketImageContainer {
    min-height: 200px;
    height: 200px;
  }
}

@media (min-width: 620px) {
  .sidebarBanners_repeat a {
    width: 100%;
    float: none;
  }
}

.sidePanel select, .sidebarBanners_repeat select {
  width: 90%;
  max-width: 350px;
}

.sidePanel input.search-field {
  width: 90%;
  max-width: 350px;
  padding: 15px;
  margin-bottom: 10px;
}

.sidePanel input.search-submit {
  max-width: 200px;
  margin: 0 auto;
  padding: 15px;
}

.widget_categories {
  padding: 15px 0;
  border-bottom: 1px solid #eeeae2;
}

.widget_recent_entries {
  padding: 15px 0;
  border-bottom: 1px solid #eeeae2;
}

.widget_archive {
  padding: 15px 0;
  margin-bottom: 20px;
}

.widget_search {
  text-align: left;
  padding: 15px 0;
  margin: 12px 0 0px;
}

.widget_archive label {
  display: none;
}

.search-submit {
  border: none;
}

.search-form .screen-reader-text {
  display: none;
}

.search-form .search-submit {
  background-color: #5a4331;
  padding: 3px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.34);
  border-radius: 4px;
  display: block;
  color: white;
  text-align: center;
  width: 100%;
}

.search-form .search-submit:hover {
  background-color: #3c2a1d;
}

/*
.sidePanel .current_page_item a {
	font-weight: 700;
}

.sidePanel .current_page_item a:hover {
	cursor: default;
	color: #5a4331;
}
*/
.fdl {
  text-align: center;
  position: relative;
  top: 8px;
  width: 30px;
  margin-bottom: 35px;
}

.sidebarBanners_repeat .search-field {
  width: 98%;
  padding: 1%;
  margin-bottom: 0;
}

.sidebarBanners a {
  margin-bottom: 5%;
  display: block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.38);
}

.sidebarBanners ul li a {
  box-shadow: none;
  margin-bottom: 5px;
  line-height: 1.444;
}

.sidebarBanners_repeat a img {
  margin-bottom: 5%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.38);
}

.sidebarBanners a:hover, sidebarBanners_repeat a:hover {
  opacity: 0.8;
}

/*
.widget_search {
	padding-top: 55px;
}
*/
.breadcrumbs {
  font-family: "Red Hat Display", sans-serif;
  font-size: 0.8em;
  color: #5a4331;
  margin-left: 0;
  position: relative;
  left: -10px;
  width: 100%;
  margin: 0 auto;
  display: none;
}
@media (min-width: 768px) {
  .breadcrumbs {
    padding-top: 20px;
  }
}
@media (min-width: 900px) {
  .breadcrumbs {
    display: block;
  }
}

.breadcrumbs span {
  padding: 0 5px;
  color: #989795;
}

.breadcrumbs span a {
  color: #520000;
  display: inline-block;
  padding: 0 5px;
}

.mainContent h1,
h1.mobileTitle {
  font-size: 3em;
  padding-bottom: 10px;
  margin-bottom: 35px;
  font-family: "Quarto A", "Quarto B";
  color: #231F20;
}
@media (min-width: 768px) {
  .mainContent h1,
  h1.mobileTitle {
    padding-top: 25px;
  }
}
article.post, .search article {
  width: 90%;
  margin: 0 auto 143px;
}
@media (min-width: 768px) {
  article.post, .search article {
    margin-bottom: 75px;
    margin-left: 0;
    width: 100%;
  }
}
article.post .entry-thumbnail img, .search article .entry-thumbnail img {
  width: 100%;
}

.newsPosts {
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .newsPosts {
    flex-direction: row;
    padding-top: 35px;
  }
}
.newsPosts .sidePanel {
  order: 2;
}
.newsPosts .mainContent {
  order: 1;
}

h1.archive-title, h1.page-title {
  font-size: 1.3em;
  background-image: none;
}

h1.archive-title a, h1.page-title a {
  font-family: "Red Hat Display", sans-serif;
}

.post h1.entry-title, .search .entry-title {
  text-transform: inherit;
  font-size: 2em;
  padding-bottom: 19px;
  border-bottom: 1px solid #f2ede7;
  margin-bottom: 15px;
  background-image: none;
}

.post h1.entry-title a, .search .entry-title a, h1.archive-title a {
  color: #AD0000;
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.3em;
}

.post h1.entry-title a:hover, .search .entry-title a:hover, h1.archive-title a:hover {
  text-decoration: none;
  color: hsl(345, 6.0606060606%, -7.0588235294%);
}

.post-navigation h1, .paging-navigation h1 {
  font-size: 2em;
  padding-bottom: 0px;
  margin-bottom: 11px;
  text-align: center;
}

.entry-meta {
  margin-bottom: 25px;
  text-align: center;
}

.entry-meta a {
  padding-right: 2%;
  color: #AD0000;
  font-size: 12px;
}

.categories-links {
  padding-right: 2%;
  color: #6c6a6a;
}

.categories-links a {
  padding-right: 0;
}

.entry-meta .entry-date {
  font-weight: 700;
}

.entry-meta a:hover {
  color: #7a0000;
  text-decoration: none;
}

.nav-links {
  padding-bottom: 10px;
  border: 1px solid rgba(35, 31, 32, 0.25);
  border-left: none;
  border-right: none;
  width: 90%;
  margin: 0 auto 30px;
}
@media (min-width: 620px) {
  .nav-links {
    display: flex;
  }
}

.prev-nav-link, .next-nav-link, .nav-previous, .nav-next {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 30px;
}

.prev-nav-link a, .next-nav-link a, .nav-previous a, .nav-next a {
  color: #AD0000;
}

.prev-nav-link a:hover, .next-nav-link a:hover, .nav-previous a:hover, .nav-next a:hover {
  color: #7a0000;
  text-decoration: none;
}

.next-nav-link, .nav-next {
  text-align: center;
}

.mainContent .featuredImage {
  float: right;
  margin-left: 3%;
  margin-bottom: 3%;
  width: 300px;
}
@media (min-width: 620px) {
  .mainContent .featuredImage {
    float: none;
    margin: 0 auto 10px;
    text-align: center;
    width: 100%;
  }
}

.wysiwyg {
  margin-bottom: 3%;
}
@media (min-width: 768px) {
  .wysiwyg {
    width: 95%;
    margin: 0 auto 3%;
  }
}
@media (min-width: 900px) {
  .wysiwyg {
    width: 100%;
  }
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin-bottom: 15px;
  color: #231F20;
}
.wysiwyg h1:focus, .wysiwyg h2:focus, .wysiwyg h3:focus, .wysiwyg h4:focus, .wysiwyg h5:focus, .wysiwyg h6:focus {
  outline: none;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  line-height: 1.444;
  margin-top: 4.55555%;
}

.wysiwyg h1 {
  font-size: 3em;
}
.wysiwyg h2 {
  font-size: 2.6em;
  line-height: 1.244;
  margin-top: 4.55555%;
}
.wysiwyg h3 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.5em;
  line-height: 1.1;
  margin-top: 4.55555%;
  font-family: "Red Hat Display", sans-serif;
  margin-bottom: 5px;
}
.wysiwyg h4 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.1em;
  line-height: 1.1;
  margin-top: 4.55555%;
  font-family: "Red Hat Display", sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.wysiwyg h6 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 0.8em;
}

.wysiwyg p, .entry-content p, .entry-summary p {
  color: #231F20;
  font-family: "Red Hat Display", sans-serif;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 17px;
}

.wp-caption-text {
  padding-top: 5px;
  font-style: italic;
  font-size: 85%;
}

/*
.wp-caption {
	width: auto !important;
}
*/
.wysiwyg strong, .wysiwyg b, .entry-content strong, .entry-content b {
  color: #231F20;
  font-weight: 700;
}

.wysiwyg a, .entry-content a, .entry-summary a, .wysiwyg a strong {
  color: #AD0000;
  font-family: inherit;
  text-transform: inherit;
  margin-left: 0;
  font-size: inherit;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg h2 a {
  font-family: "Quarto A", "Quarto B";
}

.wysiwyg a:hover, .entry-content a:hover {
  color: #7a0000;
  text-decoration: none;
}

.wysiwyg ul, .wysiwyg ol, .entry-content ul, .entry-content ol {
  margin-left: 6%;
  margin-bottom: 25px;
  color: #231F20;
}

.wysiwyg ul li, .wysiwyg ol li, .entry-content ul li, .entry-content ol li {
  list-style-type: disc;
  list-style-position: outside;
  text-transform: inherit;
  color: #231F20;
  font-family: "Red Hat Display", sans-serif;
  margin-bottom: 5px;
  line-height: 1.633;
  font-size: 17px;
}

.wysiwyg ol li, .entry-content ol li {
  list-style-type: decimal;
}

.wysiwyg blockquote {
  font-family: "Quarto A", "Quarto B";
  width: 85%;
  margin: 0 auto;
  position: relative;
  padding: 5%;
  font-size: 32px;
  text-align: left;
}
.wysiwyg blockquote::before {
  content: "“";
  display: block;
  position: absolute;
  top: -11px;
  left: -34px;
  width: 45px;
  height: 45px;
  font-size: 121px;
  color: #520000;
}
@media (min-width: 900px) {
  .wysiwyg blockquote::before {
    top: 10px;
    left: -18px;
  }
}
@media (min-width: 1200px) {
  .wysiwyg blockquote::before {
    top: 24px;
    left: -10px;
  }
}
.wysiwyg blockquote p {
  font-family: "Quarto A", "Quarto B";
}
.wysiwyg blockquote cite {
  font-family: "Red Hat Display", sans-serif;
  font-size: 0.6em;
}

.page-id-37 .wysiwyg ul li, .page-id-236 .wysiwyg ul li, .page-id-245 .wysiwyg ul li {
  padding: 6px 0;
}

.page-header {
  padding-bottom: 0;
  border: none;
  margin: 0;
}

.search-results .entry-thumbnail img {
  width: 250px;
}

.wysiwyg .wp-block-gallery ul {
  margin: 0;
}

.wp-block-cover {
  margin-bottom: 35px;
}
.wp-block-cover p {
  font-family: "Quarto A", "Quarto B";
}

.wp-block-image img {
  height: auto;
}

@media (max-width: 767px) {
  .sidePanel ul {
    width: auto;
    margin-left: 0;
  }
  .sidePanel ul a {
    text-align: center;
  }
  .sidePanel h3 {
    text-align: center;
  }
  .sidebarBanners_repeat h3.widget-title {
    text-align: center;
  }
  .widget_categories, .widget_recent_entries, .widget_archive, .widget_search {
    margin-bottom: 0;
    clear: both;
    text-align: center;
  }
  .widget_categories a, .widget_recent_entries a {
    width: 100%;
    padding: 5px 2px;
    color: #520000;
    float: none;
    display: block;
  }
  .widget_categories a:hover, .widget_recent_entries a:hover {
    color: #7a0000;
    text-decoration: none;
  }
  .widget_categories ul, .widget_recent_entries ul {
    margin: 0;
  }
  .widget_categories ul li, .widget_recent_entries ul li {
    margin: 0;
  }
  .mainContent .featuredImage {
    /* width: 100%; */
  }
}
/*---------------------------------------------------------------------------------------------
*
*  Document Tool
*
*---------------------------------------------------------------------------------------------*/
.wysiwyg ul.document-tool {
  margin-left: 0;
  margin-top: 60px;
  border-top: 3px solid #D1D3D4;
}

.wysiwyg ul.document-tool li {
  list-style: none;
}

.wysiwyg ul.document-tool li a {
  font-family: "Quarto A", "Quarto B";
  font-weight: 700;
  font-style: normal;
  padding: 10px 0px;
  display: block;
  border-bottom: 1px solid #D1D3D4;
  position: relative;
  min-height: 60px;
  transition: all 0.2s;
}

.wysiwyg ul.document-tool li a h5 {
  font-family: "Quarto A", "Quarto B";
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  display: inline;
  position: relative;
  top: 10px;
  color: #750000;
  transition: all 0.2s;
}

.wysiwyg ul.document-tool li a:hover {
  background-color: #f5f5f5;
}

.wysiwyg ul.document-tool li a:hover h5 {
  color: #520000;
}

.wysiwyg ul.document-tool li a.with-caption h5 {
  top: 0;
}

.wysiwyg ul.document-tool li a[href$=".pdf"],
.wysiwyg ul.document-tool li a[href$=".doc"],
.wysiwyg ul.document-tool li a[href$=".docx"] {
  padding-left: 42px;
}

.wysiwyg ul.document-tool li a[href$=".pdf"]:after,
.wysiwyg ul.document-tool li a[href$=".doc"]:after,
.wysiwyg ul.document-tool li a[href$=".docx"]:after {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  display: inline-block;
  left: 3px;
  top: 17px;
}

.wysiwyg ul.document-tool li a[href$=".pdf"]:after {
  background: transparent url("../images/icon-pdf.png") no-repeat center center;
  background-size: 33px 33px;
}

.wysiwyg ul.document-tool li a[href$=".doc"]:after,
.wysiwyg ul.document-tool li a[href$=".docx"]:after {
  background: transparent url("../images/icon-doc.png") no-repeat center center;
  background-size: 30px 30px;
}

.wysiwyg ul.document-tool li .bc-caption-text {
  color: #80776F;
  font-family: "Quarto A", "Quarto B";
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 10px;
}

/* Contact
*****************************************************************************************/
@media (min-width: 980px) {
  #contactPageContainer {
    display: flex;
    justify-content: space-between;
  }
}
#contactPageContainer h3 {
  font-family: "Quarto A", "Quarto B";
  font-size: 36px;
}
@media (min-width: 980px) {
  #contactPageContainer .entry-content {
    width: 45%;
    margin: 0;
  }
}

@media (min-width: 980px) {
  #contactForm {
    width: 48%;
    padding-top: 27px;
  }
}

@media (min-width: 768px) {
  .contactPage {
    flex-direction: column;
  }
}
@media (min-width: 980px) {
  .contactPage {
    flex-direction: row;
    justify-content: space-between;
  }
}
.contactPage .mainContent {
  padding: 0;
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 980px) {
  .contactPage .mainContent {
    width: 45%;
  }
}
.contactPage .mainContent h1 {
  display: none;
}
@media (min-width: 980px) {
  .contactPage .mainContent h1 {
    display: block;
  }
}
.contactPage .mainContent .breadcrumbs {
  display: none;
}
@media (min-width: 980px) {
  .contactPage .mainContent .breadcrumbs {
    display: block;
  }
}
.contactPage .gform_wrapper ul.gform_fields li.gfield {
  padding: 0;
}
.contactPage .sidePanel {
  width: 90%;
  text-align: center;
  margin: 0 auto 45px;
  max-width: none;
}
@media (min-width: 980px) {
  .contactPage .sidePanel {
    width: 40%;
    padding-top: 0;
    order: 1;
  }
}

.sidebarContactContent {
  color: #231F20;
}

.gform_wrapper.gravity-theme {
  font-family: "Red Hat Display", sans-serif;
}
.gform_wrapper.gravity-theme .gform_fields select,
.gform_wrapper.gravity-theme .gform_fields textarea,
.gform_wrapper.gravity-theme .gform_fields input[type=text],
.gform_wrapper.gravity-theme .gform_fields input[type=password],
.gform_wrapper.gravity-theme .gform_fields input[type=datetime],
.gform_wrapper.gravity-theme .gform_fields input[type=datetime-local],
.gform_wrapper.gravity-theme .gform_fields input[type=date],
.gform_wrapper.gravity-theme .gform_fields input[type=month],
.gform_wrapper.gravity-theme .gform_fields input[type=time],
.gform_wrapper.gravity-theme .gform_fields input[type=week],
.gform_wrapper.gravity-theme .gform_fields input[type=number],
.gform_wrapper.gravity-theme .gform_fields input[type=email],
.gform_wrapper.gravity-theme .gform_fields input[type=url],
.gform_wrapper.gravity-theme .gform_fields input[type=search],
.gform_wrapper.gravity-theme .gform_fields input[type=tel],
.gform_wrapper.gravity-theme .gform_fields input[type=color] {
  border: 2px solid black;
}
@media (min-width: 620px) {
  .gform_wrapper.gravity-theme .gform_fields select,
  .gform_wrapper.gravity-theme .gform_fields textarea,
  .gform_wrapper.gravity-theme .gform_fields input[type=text],
  .gform_wrapper.gravity-theme .gform_fields input[type=password],
  .gform_wrapper.gravity-theme .gform_fields input[type=datetime],
  .gform_wrapper.gravity-theme .gform_fields input[type=datetime-local],
  .gform_wrapper.gravity-theme .gform_fields input[type=date],
  .gform_wrapper.gravity-theme .gform_fields input[type=month],
  .gform_wrapper.gravity-theme .gform_fields input[type=time],
  .gform_wrapper.gravity-theme .gform_fields input[type=week],
  .gform_wrapper.gravity-theme .gform_fields input[type=number],
  .gform_wrapper.gravity-theme .gform_fields input[type=email],
  .gform_wrapper.gravity-theme .gform_fields input[type=url],
  .gform_wrapper.gravity-theme .gform_fields input[type=search],
  .gform_wrapper.gravity-theme .gform_fields input[type=tel],
  .gform_wrapper.gravity-theme .gform_fields input[type=color] {
    font-size: 20px;
  }
}
.gform_wrapper.gravity-theme .gform_fields fieldset,
.gform_wrapper.gravity-theme div.gfield {
  margin-bottom: 25px;
}
.gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  -webkit-appearance: none;
  color: white;
  background-color: #750000;
  font-family: "Quarto A", "Quarto B";
  font-size: 35px !important;
  padding: 0;
  width: 60% !important;
  margin: 0 auto !important;
  border: none;
  display: block;
  //max-width: 250px;
}
@media (min-width: 620px) {
  .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    padding: 15px;
  }
}
.gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover {
  cursor: pointer;
  background-color: #520000;
}

#post-2793 {
  position: relative;
}
#post-2793 #contactForm {
  padding-bottom: 375px;
}
@media (min-width: 980px) {
  #post-2793 #contactForm {
    padding-bottom: inherit;
  }
}
#post-2793 .noMobile {
  position: absolute;
  border-top: 2px solid black;
  display: block;
  bottom: 0;
  text-align: center;
  margin-top: 100px;
  left: 0;
  right: 0;
}
@media (min-width: 980px) {
  #post-2793 .noMobile {
    position: relative;
    border: none;
    margin-top: auto;
    text-align: left;
  }
}
#post-2793 .wp-block-button {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 980px) {
  #post-2793 .wp-block-button {
    text-align: left;
    margin-left: 0;
  }
}

h1.mobileTitle {
  padding: 10px 20px;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 980px) {
  h1.mobileTitle {
    display: none;
  }
}

.sidebarContactContent {
  line-height: 1.333;
}
@media (min-width: 980px) {
  .sidebarContactContent {
    text-align: left;
  }
}
.sidebarContactContent h5 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.3em;
}
@media (min-width: 980px) {
  .sidebarContactContent h5 {
    font-size: 1em;
    margin-bottom: 8px;
  }
}
.sidebarContactContent p {
  margin-bottom: 35px;
}
.sidebarContactContent .sidebarContact {
  margin-bottom: 55px;
}

.contactTitle h1 {
  text-align: center;
}
@media (min-width: 900px) {
  .contactTitle h1 {
    padding-left: 13px;
    text-align: left;
  }
}
@media (min-width: 980px) {
  .contactTitle h1 {
    padding-left: 20px;
  }
}

.primaryContacts {
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 900px) {
  .primaryContacts {
    display: flex;
    justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto 35px;
  }
}
.primaryContacts p {
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 900px) {
  .primaryContacts p {
    width: 30%;
    border: 1px solid #d4d7d9;
    padding: 35px 15px;
    border-radius: 15px;
    min-width: 272px;
    margin: 0 5px 25px;
  }
}
.primaryContacts a {
  display: block;
  font-weight: 700;
}

.contactForm {
  padding: 45px;
  background-color: #D1D3D4;
  border-radius: 6px;
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 980px) {
  .contactForm {
    width: 100%;
  }
}

.contactForm p {
  font-family: "Red Hat Display", sans-serif;
  color: #5a4331;
  margin-bottom: 15px;
  clear: both;
}

.contactForm input, .contactForm textarea {
  width: 95%;
}

.contactForm input.form_city {
  width: 38%;
  float: left;
  margin-right: 1%;
}

.contactForm input.form_state {
  width: 15%;
  float: left;
  margin-right: 1%;
}

.contactForm input.form_zip {
  width: 26%;
  float: left;
}

#jp-carousel-comments-loading {
  display: none !important;
}

.tiled-gallery {
  clear: none !important;
}

#gform_wrapper_1 {
  display: block !important;
}

.gform_fields select,
.gform_fields textarea,
.gform_fields input[type=text],
.gform_fields input[type=password],
.gform_fields input[type=datetime],
.gform_fields input[type=datetime-local],
.gform_fields input[type=date],
.gform_fields input[type=month],
.gform_fields input[type=time],
.gform_fields input[type=week],
.gform_fields input[type=number],
.gform_fields input[type=email],
.gform_fields input[type=url],
.gform_fields input[type=search],
.gform_fields input[type=tel],
.gform_fields input[type=color] {
  height: auto;
  margin-bottom: 0;
}

.gfield_label {
  margin-bottom: 0;
}

.body .gform_wrapper ul li.gfield {
  margin-bottom: 30px;
}

.gform_wrapper ul.gform_fields li.gfield {
  margin-bottom: 30px;
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  font-size: 100%;
  padding-top: 8px;
}

.gform_wrapper .description_above .gfield_description {
  padding-top: 8px;
}

.gform_wrapper label.gfield_label {
  font-size: 15px;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  font-size: 95%;
}

.contactForm input[type=submit] {
  -webkit-appearance: none;
  border: none;
  background-color: #750000;
  color: white;
  text-transform: uppercase;
  font-family: "Quarto A", "Quarto B";
  letter-spacing: 2px;
  font-weight: 700;
  padding: 15px 25px;
}

/*---------------------------------------------------------------------------------------------
*
*  @Dial My Calls
*
*---------------------------------------------------------------------------------------------*/
.entry-content .cleanslate,
.entry-content .cleanslate .dmc-widget.latest-recording {
  width: 100% !important;
}

.entry-content .cleanslate .dmc-widget.latest-recording {
  border: none !important;
}

/*---------------------------------------------------------------------------------------------
*
*  @Calendar Page
*
*---------------------------------------------------------------------------------------------*/
.tribe-events-pg-template {
  font-family: "Red Hat Display", sans-serif;
}

.tribe-events-l-container,
#tribe-events-pg-template.tribe-events-pg-template {
  background: white;
  max-width: 100%;
  padding: 125px 5% 5%;
}

/* Footer
*****************************************************************************************/
footer.footer {
  position: relative;
  margin-top: 0 !important;
  text-align: center;
  background: transparent url("../images/footerDetail.svg") no-repeat center top;
  background-size: contain;
  overflow: hidden;
}

.page-child footer.footer,
.page-parent footer.footer {
  background-image: none;
  position: relative;
}
@media (min-width: 1200px) {
  .page-child footer.footer,
  .page-parent footer.footer {
    padding-top: 100px;
  }
}
.page-child footer.footer:before,
.page-parent footer.footer:before {
  content: "";
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
  background: transparent url("../images/footerDesktop.svg") no-repeat center top;
  background-size: cover;
  margin: 0;
  padding: 0;
  height: 400px;
  filter: drop-shadow(0px -10px 40px rgba(0, 0, 0, 0.15));
}
@media (min-width: 620px) {
  .page-child footer.footer:before,
  .page-parent footer.footer:before {
    height: 550px;
    top: -25px;
  }
}
@media (min-width: 768px) {
  .page-child footer.footer:before,
  .page-parent footer.footer:before {
    height: 630px;
    top: -30px;
  }
}
@media (min-width: 900px) {
  .page-child footer.footer:before,
  .page-parent footer.footer:before {
    height: 700px;
    top: -55px;
  }
}
@media (min-width: 980px) {
  .page-child footer.footer:before,
  .page-parent footer.footer:before {
    height: 735px;
  }
}
@media (min-width: 1100px) {
  .page-child footer.footer:before,
  .page-parent footer.footer:before {
    height: 833px;
  }
}
@media (min-width: 1200px) {
  .page-child footer.footer:before,
  .page-parent footer.footer:before {
    height: 900px;
  }
}

.footerContainer {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 0;
  position: relative;
  background-color: white;
}
@media (min-width: 620px) {
  .footerContainer {
    margin-top: 120px;
  }
}
@media (min-width: 768px) {
  .footerContainer {
    margin-top: 140px;
  }
}
@media (min-width: 900px) {
  .footerContainer {
    margin-top: 150px;
  }
}
@media (min-width: 980px) {
  .footerContainer {
    padding: 0 5%;
  }
}
@media (min-width: 1200px) {
  .footerContainer {
    margin-top: 65px;
  }
}

.footerSocialLinks {
  position: relative;
}
@media (min-width: 980px) {
  .footerSocialLinks {
    position: absolute;
    right: 5%;
    top: 20px;
    z-index: 999;
  }
}

ul.footerSocialLinks {
  padding-top: 50px;
  margin-bottom: 80px;
}
ul.footerSocialLinks li {
  display: inline-block;
  margin: 0 4px;
  max-width: 50px;
  width: 50px;
}
@media (min-width: 980px) {
  ul.footerSocialLinks li {
    width: 36px;
    margin: 0 8px;
  }
}

#footerContent {
  position: relative;
  padding-top: 85px;
}
@media (min-width: 980px) {
  #footerContent {
    padding-top: 0;
  }
}
#footerContent:before {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #750000;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 85%;
  margin: 0 auto;
}
@media (min-width: 980px) {
  #footerContent:before {
    top: 136px;
    bottom: auto;
    height: 3px;
    right: 0;
    width: 80%;
    left: auto;
  }
}
@media (min-width: 1200px) {
  #footerContent:before {
    width: 84%;
  }
}
#footerContent:after {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #231F20;
  top: 8px;
  left: 0;
  right: 0;
  z-index: 9;
  width: 85%;
  margin: 0 auto;
}
@media (min-width: 980px) {
  #footerContent:after {
    top: 142px;
    bottom: auto;
    height: 3px;
    right: 0;
    width: 81%;
    left: auto;
  }
}
@media (min-width: 1200px) {
  #footerContent:after {
    width: 85%;
  }
}

@media (min-width: 980px) {
  .footerInfoContainer {
    margin-left: 10px;
    margin-top: 10px;
    width: 287px;
  }
}

.footerNavPhone {
  margin-left: 5px;
  margin-top: 30px;
}

.footerNav {
  margin-bottom: 0;
  text-align: left;
  position: absolute;
  top: 169px;
  right: 20px;
  max-width: 588px;
  display: none;
}
@media (min-width: 980px) {
  .footerNav {
    display: block;
  }
}
@media (min-width: 1200px) {
  .footerNav {
    max-width: 700px;
  }
}

.footerNav > ul {
  display: flex;
}

.footerNav li a[title=township] {
  padding-right: 30%;
}

.footerNav ul > li {
  padding-right: 15px;
}

.footerNav > ul > li > a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Red Hat Display", sans-serif;
  color: #231F20 !important;
  display: block;
  margin-bottom: 7px;
}

.footerNav ul li a {
  color: #AD0000;
  font-family: "Red Hat Display", sans-serif;
  padding: 14px 0;
  display: block;
  font-size: 12px;
  color: #750000;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .footerNav ul li a {
    font-size: 2em;
  }
}

.footerNav ul li > a {
  padding-top: 0;
  font-size: 0.75em;
}

.footerNav > ul > li > a {
  font-size: 0.8em;
}

.footerNav ul li a:hover {
  text-decoration: none;
  color: #231F20;
}

.footerContact {
  color: #231F20;
  position: relative;
  min-height: 182px !important;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 900px) {
  .footerContact {
    padding-top: 20px;
  }
}
@media (min-width: 980px) {
  .footerContact {
    margin: 0 auto;
  }
}
.footerContact h4 {
  text-align: center;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 7px;
  margin-bottom: 20px;
}

a.footerLogo-mobile {
  width: 90%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  position: relative;
  left: 12px;
}
@media (min-width: 980px) {
  a.footerLogo-mobile {
    display: none;
  }
}

a.footerLogo-desktop {
  width: 375px;
  display: none;
  position: relative;
}
@media (min-width: 980px) {
  a.footerLogo-desktop {
    display: block;
    z-index: 999;
  }
}

.footerLogo img {
  margin: 0 auto;
}

.footerContact p {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1em;
}
@media (min-width: 900px) {
  .footerContact p {
    font-size: 1.1em;
  }
}

.footerContact p strong {
  font-weight: 700;
  color: #231F20;
  font-size: 1.1em;
  line-height: 1.533;
  margin-bottom: -8px;
  display: block;
}
@media (min-width: 900px) {
  .footerContact p strong {
    font-size: 0.95em;
    margin-bottom: -15px;
  }
}

.address {
  margin-bottom: 14px;
  margin-top: 8px;
}
@media (min-width: 900px) {
  .address {
    font-size: 1.2em;
  }
}

.footerContact a.cta {
  font-family: "Red Hat Display", sans-serif;
  padding: 8px 15px;
  border: 2px solid #750000;
  color: #750000;
  display: inline-block;
  margin-top: 8px;
  border-radius: 8px;
}

.footerContact .phoneNumber, .phoneNumber a {
  font-family: "Red Hat Display", sans-serif;
  color: #231F20;
  margin-bottom: 3px;
  font-size: 1.2em;
}

.footerContact .phoneNumber span {
  font-family: "Red Hat Display", sans-serif;
  font-size: 0.8em;
  color: "Red Hat Display", sans-serif;
  text-transform: uppercase;
}

.contactBTN {
  color: white;
  background-color: #5a4331;
  padding: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.34);
  border-radius: 4px;
  display: block;
  width: 54px;
  text-align: center;
  font-family: "Red Hat Display", sans-serif;
}

.contactBTN { /* ADD TO RESPONSIVE AT 1200 PX */
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.contactBTN:hover {
  background-color: #3c2a1d;
  color: white;
  text-decoration: none;
}

#footerBottom {
  position: relative;
}
@media (min-width: 900px) {
  #footerBottom {
    min-height: 50px;
    top: 35px;
  }
}
#footerBottom a {
  font-family: "Red Hat Display", sans-serif;
}

a.footerSitemap {
  color: #520000;
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 21px 15px 15px;
  font-size: 14px;
}
@media (min-width: 900px) {
  a.footerSitemap {
    display: none;
  }
}

.footerCopyright {
  font-family: "Red Hat Display", sans-serif;
  color: #5a4331;
  font-size: 11px;
  margin-bottom: 22px;
}
@media (min-width: 900px) {
  .footerCopyright {
    margin-top: 30px;
  }
}

.footerCopyright span {
  color: #f2ede7;
  padding: 0 5px;
}

.footerCopyright a {
  color: #520000;
  display: none;
  padding: 0 20px;
}
@media (min-width: 900px) {
  .footerCopyright a {
    display: inline-block;
  }
}

.HLMTlink {
  font-family: "Red Hat Display", sans-serif;
  color: #5a4331;
  font-size: 11px;
  text-align: center;
  display: block;
}
@media (min-width: 900px) {
  .HLMTlink {
    position: absolute;
    right: 8px;
    bottom: 5px;
  }
}

.HLMTlink span {
  font-family: "Red Hat Display", sans-serif;
  font-size: 11px;
  color: #231F20;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 4px;
  background-color: white;
  margin-left: 3px;
  border-radius: 3px;
}

.HLMTlink:hover {
  text-decoration: none;
  color: #5a4331;
}

.HLMTlink:hover span {
  background-color: #AD0000;
}

img.wpstats, img#wpstats { /* remove wordpress smiley */
  display: none;
}

.mn-widget-member-name, .mn-widget-member-text {
  position: relative;
  top: 20px;
}

/*---------------------------------------------------------------------------------------------
*
*  @Shop Pages
*
*---------------------------------------------------------------------------------------------*/
.wp-block-image .aligncenter {
  text-align: center;
}
.wp-block-image .aligncenter a {
  color: #231F20;
}

.CFTRA-cta a {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  background-color: #750000;
  color: white !important;
}
.CFTRA-cta a:hover {
  color: white;
  background-color: #AD0000;
}

/*---------------------------------------------------------------------------------------------
*
*  @Membership pages
*
*---------------------------------------------------------------------------------------------*/
.page-id-3747 .entry-content > h1 {
  display: none;
}

.wp-block-button a {
  font-size: 1.5em;
  color: white;
}
.wp-block-button a:hover {
  color: white;
  background-color: #4e0707 !important;
}

.woocommerce-order-received .elementor-element-5119c43 {
  display: none;
}