/*! Theme Information ==========================================================
Theme Name: WEC Base
Author: Michael Launer - West Edge Colective
Description: Wonderful WordPress Theme By West Edge Colective
Version: 1.0.0

WEC Base is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/
/* Reset =================================================== */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* Variables =================================================== */
/* Mixins =================================================== */
/* Page =================================================== */
html {
  background: rgb(255, 255, 255);
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgb(196.6214953271, 204.1542056075, 212.6285046729);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 16px;
  font-size: 1.6 rem;
  line-height: 1.6em;
  color: rgb(0, 0, 0);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Typography =================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: #000000;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small {
  font-weight: normal;
  color: rgb(191.25, 191.25, 191.25);
}

h1,
.h1,
h2,
.h2 {
  margin: 0 auto;
  font-size: 40px;
  font-size: 4 rem;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
}

.page-title {
  max-width: 100%;
}

h3,
.h3 {
  margin: 0 auto 15px auto;
  font-size: 25px;
  font-size: 2.5 rem;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  h3,
  .h3 {
    margin: 0 auto 15px auto;
    font-size: 25px;
    font-size: 2.5 rem;
  }
}
@media (max-width: 992px) {
  h3,
  .h3 {
    margin: 0 auto 15px auto;
    font-size: 30px;
    font-size: 3 rem;
  }
}

h4,
.h4 {
  margin: 0 auto 20px auto;
  font-size: 20px;
  font-size: 2 rem;
  line-height: 1.2;
  color: #7fa069;
  text-transform: uppercase;
}

h5,
.h5 {
  font-size: 16px;
  font-size: 1.6 rem;
  margin: 0 auto 30px auto;
}

h6,
.h6 {
  margin: 0 auto 30px auto;
  font-size: 14px;
  font-size: 1.4 rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

hr {
  margin: 40px 0;
  height: 3px;
  border: none;
  background: #ededed;
}

p,
ol,
ul,
dl,
address {
  font-size: 18px;
  font-size: 1.8 rem;
  line-height: 1.25;
}

p {
  margin: 0 auto 20px auto;
}

small {
  font-size: 12px;
  font-size: 1.2 rem;
}

.site-content ul, .wp-editor ul {
  margin: 0 auto 20px auto;
  padding-left: 40px;
}
.site-content ul li, .wp-editor ul li {
  list-style: disc;
}
.site-content ol, .wp-editor ol {
  margin: 0 auto 30px auto;
  padding-left: 40px;
}
.site-content ol li, .wp-editor ol li {
  list-style: decimal;
}
.site-content ul.no-bullets, .wp-editor ul.no-bullets {
  margin: 0 0 30px 0;
  padding-left: 0;
}
.site-content ul.no-bullets li, .wp-editor ul.no-bullets li {
  list-style: none;
}

li ul,
li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6 rem;
}

blockquote {
  margin: 0 0 20px 0;
  padding: 10px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #fff;
  background: #2b96de;
  font-size: 33px;
  font-size: 3.3 rem;
  line-height: 1.25;
}
blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6, blockquote p {
  color: #fff;
  margin: 12px 0;
}
blockquote p {
  padding: 0 !important;
  font-size: 33px;
  font-size: 3.3 rem;
  line-height: 1.25;
}

q {
  quotes: none;
}

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

cite {
  font-style: normal;
}

dl,
dd {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 22.78%;
}

abbr[title] {
  border-bottom: none !important;
}

b, strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

dfn {
  font-style: italic;
}

ins {
  background-color: rgb(196.6214953271, 204.1542056075, 212.6285046729);
  color: rgb(0, 0, 0);
  text-decoration: none;
}

mark {
  background-color: rgb(196.6214953271, 204.1542056075, 212.6285046729);
  color: rgb(0, 0, 0);
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4 rem;
  line-height: 1.6em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2 rem;
  line-height: 0;
  vertical-align: baselineheight;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Colour =================================================== */
a {
  text-decoration: none;
  color: #B00020;
}
a:hover {
  text-decoration: underline;
  color: rgb(125, 0, 22.7272727273);
}
a:focus {
  outline: thin dotted;
  color: rgb(125, 0, 22.7272727273);
}
a:hover, a:active {
  outline: 0;
}

/*::-moz-selection {
background-color : lighten($basecolor, 65%);
color : $basecolor;
text-shadow : none; }

::selection {
background-color : lighten($basecolor, 65%);
color : $basecolor;
text-shadow : none; }*/
.swatch {
  margin: 0 0 1.6em 0;
  padding: 0;
}

.swatch-row {
  display: block;
  margin: 0;
  padding: 0;
  width: 200px;
}

.swatch-row-one {
  background-color: rgb(0, 0, 0);
}

.swatch-row-two {
  background-color: rgb(255, 255, 255);
}

.swatch-row span {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
}

.swatch-base span:nth-child(1) {
  background-color: hsla(211.7647058824, 15.8878504673%, 20.9803921569%, 0.9);
}

.swatch-base span:nth-child(2) {
  background-color: hsla(211.7647058824, 15.8878504673%, 20.9803921569%, 0.8);
}

.swatch-base span:nth-child(3) {
  background-color: hsla(211.7647058824, 15.8878504673%, 20.9803921569%, 0.7);
}

.swatch-base span:nth-child(4) {
  background-color: hsla(211.7647058824, 15.8878504673%, 20.9803921569%, 0.6);
}

.swatch-alert span:nth-child(1) {
  background-color: hsla(50.4, 80.6451612903%, 93.9215686275%, 0.9);
}

.swatch-alert span:nth-child(2) {
  background-color: hsla(50.4, 80.6451612903%, 93.9215686275%, 0.8);
}

.swatch-alert span:nth-child(3) {
  background-color: hsla(50.4, 80.6451612903%, 93.9215686275%, 0.7);
}

.swatch-alert span:nth-child(4) {
  background-color: hsla(50.4, 80.6451612903%, 93.9215686275%, 0.6);
}

.swatch-error span:nth-child(1) {
  background-color: hsla(2.4827586207, 66.2100456621%, 57.0588235294%, 0.9);
}

.swatch-error span:nth-child(2) {
  background-color: hsla(2.4827586207, 66.2100456621%, 57.0588235294%, 0.8);
}

.swatch-error span:nth-child(3) {
  background-color: hsla(2.4827586207, 66.2100456621%, 57.0588235294%, 0.7);
}

.swatch-error span:nth-child(4) {
  background-color: hsla(2.4827586207, 66.2100456621%, 57.0588235294%, 0.6);
}

.swatch-info span:nth-child(1) {
  background-color: hsla(200, 65.2173913043%, 90.9803921569%, 0.9);
}

.swatch-info span:nth-child(2) {
  background-color: hsla(200, 65.2173913043%, 90.9803921569%, 0.8);
}

.swatch-info span:nth-child(3) {
  background-color: hsla(200, 65.2173913043%, 90.9803921569%, 0.7);
}

.swatch-info span:nth-child(4) {
  background-color: hsla(200, 65.2173913043%, 90.9803921569%, 0.6);
}

.swatch-success span:nth-child(1) {
  background-color: hsla(120, 38.9830508475%, 53.7254901961%, 0.9);
}

.swatch-success span:nth-child(2) {
  background-color: hsla(120, 38.9830508475%, 53.7254901961%, 0.8);
}

.swatch-success span:nth-child(3) {
  background-color: hsla(120, 38.9830508475%, 53.7254901961%, 0.7);
}

.swatch-success span:nth-child(4) {
  background-color: hsla(120, 38.9830508475%, 53.7254901961%, 0.6);
}

.swatch-warning span:nth-child(1) {
  background-color: hsla(35.1, 95.2380952381%, 58.8235294118%, 0.9);
}

.swatch-warning span:nth-child(2) {
  background-color: hsla(35.1, 95.2380952381%, 58.8235294118%, 0.8);
}

.swatch-warning span:nth-child(3) {
  background-color: hsla(35.1, 95.2380952381%, 58.8235294118%, 0.7);
}

.swatch-warning span:nth-child(4) {
  background-color: hsla(35.1, 95.2380952381%, 58.8235294118%, 0.6);
}

/* Texture =================================================== */
.alert {
  margin-bottom: 1.6em;
  padding: 8px 35px 8px 14px;
  background-color: rgb(252, 248, 227);
  border: 1px solid rgb(242.1290322581, 224.9677419355, 134.8709677419);
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 14px;
  font-size: 1.4 rem;
  color: rgb(156.2580645161, 133.935483871, 16.7419354839);
}
.alert .alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  float: right;
  font-size: 21px;
  font-size: 2.1 rem;
  font-weight: bold;
  line-height: 18px;
  color: inherit;
}

.alert-success {
  background-color: rgb(140.2, 204.6, 140.2);
  border-color: rgb(123.8, 197.4, 123.8);
  color: rgb(52.4745762712, 119.5254237288, 52.4745762712);
}

.alert-warning {
  background-color: rgb(251.5, 193.4, 111.5);
  border-color: rgb(251, 184.6, 91);
  color: rgb(193.2857142857, 115.0285714286, 4.7142857143);
}

.alert-error {
  background-color: rgb(229.1, 131.8, 127.6);
  border-color: rgb(225.4, 114.2, 109.4);
  color: rgb(218, 79, 73);
}

.alert-inverse {
  background-color: rgb(65, 65, 65);
  border-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block .alert-heading {
  margin-bottom: 0.2em;
  font-size: inherit;
  font-weight: bold;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

.badge {
  padding: 1px 9px 2px;
  font-size: 12px;
  font-size: 1.2 rem;
  font-weight: bold;
  white-space: nowrap;
  color: rgb(127.5, 127.5, 127.5);
  background-color: rgb(229.5, 229.5, 229.5);
  -webkit-border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
.badge:hover {
  color: rgb(127.5, 127.5, 127.5);
  text-decoration: none;
  cursor: pointer;
}

.badge-error {
  background-color: rgb(218, 79, 73);
  color: rgb(255, 255, 255);
}
.badge-error:hover {
  background-color: rgb(157.0684931507, 37.1095890411, 31.9315068493);
  color: rgb(255, 255, 255);
}

.badge-warning {
  background-color: rgb(250, 167, 50);
  color: rgb(255, 255, 255);
}
.badge-warning:hover {
  background-color: rgb(193.2857142857, 115.0285714286, 4.7142857143);
  color: rgb(255, 255, 255);
}

.badge-success {
  background-color: rgb(91, 183, 91);
  color: rgb(255, 255, 255);
}
.badge-success:hover {
  background-color: rgb(52.4745762712, 119.5254237288, 52.4745762712);
  color: rgb(255, 255, 255);
}

.badge-info {
  background-color: rgb(217, 237, 247);
  color: rgb(36.347826087, 127.2173913043, 172.652173913);
}
.badge-info:hover {
  background-color: rgb(132.7391304348, 197.0869565217, 229.2608695652);
}

.badge-inverse {
  background-color: rgb(65, 65, 65);
  color: rgb(255, 255, 255);
}
.badge-inverse:hover {
  background-color: #0e0e0e;
  color: rgb(255, 255, 255);
}

.well {
  min-height: 21px;
  padding: 11px;
  margin-bottom: 1.6em;
  background-color: rgb(196.6214953271, 204.1542056075, 212.6285046729);
  border: 1px solid rgb(137.5186915888, 152.6775700935, 169.7313084112);
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 10px rgb(167.0700934579, 178.4158878505, 191.1799065421);
  -moz-box-shadow: inset 0 1px 10px rgb(167.0700934579, 178.4158878505, 191.1799065421);
  box-shadow: inset 0 1px 10px rgb(167.0700934579, 178.4158878505, 191.1799065421);
}
.well p:last-child {
  margin-bottom: 0;
}

.well-large {
  padding: 22px;
}

.well-small {
  padding: 6px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* Generic WEC Normalizations ================================= */
a {
  transition: all 0.3s ease;
}

a,
a:active,
a:focus,
a:hover {
  outline: 0;
}

a:focus {
  outline: lightgreen solid 2px;
}

.content:after,
.group:after {
  content: "";
  display: table;
  clear: both;
}

.wp-caption {
  background: #fff;
  border: 1px solid #cccccc;
  padding: 5px 3px 10px;
  text-align: center;
  clear: both;
}

.gallery-caption,
.wp-caption-text {
  font-size: 12px;
  line-height: 1.5em;
  margin: 0;
  padding: 0 4px 5px;
}

#tinymce {
  overflow: visible !important;
  padding: 1px 0 !important;
  margin: 9px 10px;
}

.screen-reader-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 1px;
  margin-bottom: 0;
}

.screen-reader-text:focus {
  text-indent: 0;
}

.post-nav {
  display: flex;
  justify-content: center;
}
.post-nav .wp-pagenavi a,
.post-nav .wp-pagenavi span {
  border: none;
  color: #B00020;
}

.links_sc {
  margin: 0 auto;
}

.search-form,
.searchandfilter {
  width: 100%;
}
.search-form label,
.searchandfilter label {
  width: 100%;
  margin-bottom: 0;
}
.search-form label input.search-field,
.searchandfilter label input.search-field {
  line-height: 28px;
  padding: 6px 10px;
  margin-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-form input[type=text],
.search-form select,
.searchandfilter input[type=text],
.searchandfilter select {
  line-height: 28px;
  padding: 6px 10px;
  margin-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 41px;
}
.search-form .search-submit,
.search-form input[type=submit],
.searchandfilter .search-submit,
.searchandfilter input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 6px 10px;
  margin-bottom: 0;
  font-size: 28px;
  font-size: 2.8 rem;
  line-height: 28px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #B00020;
  text-transform: uppercase;
  cursor: pointer;
  outline: 0;
  font-weight: bold;
  border: none;
  box-sizing: border-box;
}
.search-form .search-submit:after,
.search-form input[type=submit]:after,
.searchandfilter .search-submit:after,
.searchandfilter input[type=submit]:after {
  content: url("../images/button-arrow-white.png");
  width: 8px;
  height: 10px;
  float: right;
  margin: 0 10px 0 0;
}
.search-form .search-submit:hover,
.search-form input[type=submit]:hover,
.searchandfilter .search-submit:hover,
.searchandfilter input[type=submit]:hover {
  color: #B00020;
  background: #fff;
  text-decoration: none;
}
.search-form .search-submit:hover:after,
.search-form input[type=submit]:hover:after,
.searchandfilter .search-submit:hover:after,
.searchandfilter input[type=submit]:hover:after {
  content: url("../images/button-arrow-red.png");
}

.searchandfilter > div {
  margin: 0;
  max-width: 100%;
}
.searchandfilter > div ul {
  margin-left: 0;
  padding-left: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.tribe-common ul,
.tribe-common ol,
.tribe-common .tribe-events-sub-nav,
.tribe-events-single ul,
.tribe-events-single ol,
.tribe-events-single .tribe-events-sub-nav,
.tribe-events-c-breadcrumbs ul,
.tribe-events-c-breadcrumbs ol,
.tribe-events-c-breadcrumbs .tribe-events-sub-nav {
  margin: 0;
  padding-left: 0;
}
.tribe-common ul li,
.tribe-common ol li,
.tribe-common .tribe-events-sub-nav li,
.tribe-events-single ul li,
.tribe-events-single ol li,
.tribe-events-single .tribe-events-sub-nav li,
.tribe-events-c-breadcrumbs ul li,
.tribe-events-c-breadcrumbs ol li,
.tribe-events-c-breadcrumbs .tribe-events-sub-nav li {
  list-style: none;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
  background-color: #B00020;
}
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover {
  background-color: rgb(242.8, 0, 44.1454545455);
}

.tribe-events .tribe-events-c-ical__link {
  border-color: #B00020;
  color: #B00020;
}
.tribe-events .tribe-events-c-ical__link:hover {
  background-color: #B00020;
  color: #fff;
}

.tribe-common .tribe-common-c-svgicon,
.tribe-events-event-meta a, .tribe-events-event-meta a:visited,
.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical {
  color: #B00020;
}

.tribe-events-content .swp_social_panel {
  display: none;
}

.tribe-events-schedule {
  margin: 0;
  display: none;
}

@media (min-width: 768px) {
  .tribe-events-schedule {
    margin: 0;
  }
}
.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical {
  padding-left: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs,
.tribe-events-pro-map__event-datetime-wrapper,
.tribe-events-start-time-label,
.tribe-events-c-top-bar__nav-list,
.tribe-events .tribe-events-calendar-month__calendar-event-datetime > * {
  display: none;
}

.jvectormap-tip h1, .jvectormap-tip h2, .jvectormap-tip h3 {
  font-size: 30px;
}

.aligncenter,
.alignleft,
.alignright {
  margin: 0 auto 20px;
}

/* Elements =================================================== */
img {
  *width: inherit;
  max-width: 94%;
  height: auto;
  border: 0;
  display: block;
  border: solid 1px rgb(45, 53, 62);
}

.site-main .wp-block-image img,
.site-main img.aligncenter,
.site-main img.alignleft,
.site-main img.alignright,
.site-main img.size-full {
  -webkit-box-shadow: -13px -13px 0 #7fa069;
  -moz-box-shadow: -13px -13px 0 #7fa069;
  box-shadow: -13px -13px 0 #7fa069;
  margin: 23px 0 30px 13px;
  width: 96%;
}
.site-main .size-full img,
.site-main .size-large img {
  margin: 0 auto 25px;
}
.site-main .wp-block-image figure.alignleft,
.site-main .wp-block-image figure.alignright {
  float: none;
  display: block;
}
.site-main .wp-block-image figure.alignleft img,
.site-main .wp-block-image figure.alignright img {
  margin: 0 auto 25px;
  display: block;
}
.site-main .wp-block-image figure.aligncenter {
  text-align: center;
}
.site-main figcaption {
  padding: 0 15px;
  font-style: italic;
}

.gallery {
  margin: 0 auto 25px;
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  padding: 10px;
}

/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 22.5px;
  left: 0;
  right: 0;
  height: 5px;
  background: #B00020;
}

.c-hamburger span::after,
.c-hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #B00020;
  content: "";
}

.c-hamburger span::before {
  top: -11px;
}

.c-hamburger span::after {
  bottom: -11px;
}

/**
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::after,
.c-hamburger--htx span::before {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.toggled .c-hamburger--htx {
  background-color: transparent;
}

.toggled .c-hamburger--htx span {
  background: none;
}

.toggled .c-hamburger--htx span::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #B00020;
}

.toggled .c-hamburger--htx span::after {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #B00020;
}

.toggled .c-hamburger--htx span::after,
.toggled .c-hamburger--htx span::before {
  transition-delay: 0s, 0.3s;
}

@media only screen and (max-width: 1024px) {
  .menu,
  .sub-menu {
    margin: 0;
    padding: 0;
  }
  .menu-item,
  .sub-menu,
  .dropdown-icon {
    border: 0 solid;
    border-color: #fff;
  }
  .menu .menu-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .menu .menu-item.has-children .dropdown-panel {
    display: block;
  }
  .menu .menu-item.has-children .dropdown-panel .menu-item {
    background-color: #F5F5F5;
  }
  .menu .menu-item.has-children .dropdown-panel .menu-item a {
    color: #000;
  }
  .menu .menu-item:not(:last-child) {
    border-width: 0 0 1px;
    border-color: #fff;
  }
  .menu .menu-item a {
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    width: 90%;
    box-sizing: border-box;
    color: #fff;
  }
  .menu .menu-item a:hover {
    text-decoration: none;
  }
  .menu .menu-item .dropdown-icon {
    width: 10%;
    box-sizing: border-box;
  }
  .menu .sub-menu .menu-item {
    display: none;
  }
  .menu .menu-item:hover, .menu .menu-item:active, .menu .menu-item:focus {
    background-color: #000;
  }
  .menu .menu-item:hover .dropdown-icon:after, .menu .menu-item:active .dropdown-icon:after, .menu .menu-item:focus .dropdown-icon:after {
    transform: rotate(45deg);
  }
  .menu .menu-item:hover .dropdown-panel,
  .menu .menu-item:hover .dropdown-panel-inner, .menu .menu-item:active .dropdown-panel,
  .menu .menu-item:active .dropdown-panel-inner, .menu .menu-item:focus .dropdown-panel,
  .menu .menu-item:focus .dropdown-panel-inner {
    width: 100%;
  }
  .menu .menu-item:hover .sub-menu, .menu .menu-item:active .sub-menu, .menu .menu-item:focus .sub-menu {
    display: block;
  }
  .menu .menu-item:hover .sub-menu .menu-item, .menu .menu-item:active .sub-menu .menu-item, .menu .menu-item:focus .sub-menu .menu-item {
    display: block;
  }
  .menu .dropdown-icon {
    padding: 0;
    margin: 0;
    border-width: 0 0 0 1px;
    border-color: #fff;
  }
  .menu .dropdown-icon:after {
    content: "+";
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.25s ease-in-out;
    line-height: 40px;
    color: #fff;
  }
  .menu .page-item-203 {
    display: none !important;
  }
}
/* Forms =================================================== */
form {
  margin: 0 auto 1.6em auto;
}
form fieldset {
  margin-bottom: 1.6em;
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 3.2em;
  *margin-left: -7px;
  padding: 0;
  color: rgb(0, 0, 0);
  border: 0;
  border-bottom: 1px solid rgb(114.891588785, 132.9700934579, 153.308411215);
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4 rem;
  color: rgb(191.25, 191.25, 191.25);
}
form p {
  margin-bottom: 0.8em;
}
form ul {
  list-style-type: none;
  margin: 0 0 1.6em 0;
  padding: 0;
}
form br {
  display: none;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4 rem;
  vertical-align: baseline;
  *vertical-align: middle;
}

input,
button,
select,
textarea {
  font-family: franklin-gothic-urw, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

label {
  display: block;
  margin-bottom: 0.2em;
  font-weight: bold;
  color: rgb(0, 0, 0);
  cursor: pointer;
}
label input,
label textarea,
label select {
  display: block;
}

input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 0.4em;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(114.891588785, 132.9700934579, 153.308411215);
  color: rgb(0, 0, 0);
}
input:hover,
textarea:hover,
select:hover {
  border-color: rgb(78.8971962617, 92.923364486, 108.7028037383);
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

input[type=image],
input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9 ;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=image] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type=file] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}

select,
input[type=file] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}

select {
  width: auto;
  background-color: rgb(255, 255, 255);
  font-size: 13px;
  font-size: 1.3 rem;
}

select[multiple],
select[size] {
  height: auto;
}

textarea {
  resize: vertical;
  overflow: auto;
  height: auto;
  overflow: auto;
  vertical-align: top;
}

input[type=hidden] {
  display: none;
}

.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
  float: left;
  margin-left: -18px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}

input:focus,
textarea:focus {
  border-color: rgb(45, 53, 62), 40%;
  outline: 0;
  outline: thin dotted \9 ;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4 rem;
}

input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4 rem;
}

.help-block,
.help-inline {
  color: rgb(127.5, 127.5, 127.5);
}

.help-block {
  display: block;
  margin-bottom: 0.8em;
}

.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}

.form-inline label {
  display: inline-block;
}

.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}

.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}

.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

.form-search label {
  display: inline-block;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type=radio],
.form-search .checkbox input[type=checkbox] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}

.site-main .gform_confirmation_wrapper,
.site-main .gform_wrapper {
  background-color: #e0e0e0;
  padding: 20px 25px;
  margin-bottom: 25px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
.site-main .gform_confirmation_wrapper input,
.site-main .gform_confirmation_wrapper label,
.site-main .gform_confirmation_wrapper select,
.site-main .gform_confirmation_wrapper textarea,
.site-main .gform_wrapper input,
.site-main .gform_wrapper label,
.site-main .gform_wrapper select,
.site-main .gform_wrapper textarea {
  border: 0;
}
.site-main .gform_confirmation_wrapper ::-webkit-input-placeholder,
.site-main .gform_wrapper ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #95989A;
}
.site-main .gform_confirmation_wrapper ::-moz-placeholder,
.site-main .gform_wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #95989A;
}
.site-main .gform_confirmation_wrapper :-ms-input-placeholder,
.site-main .gform_wrapper :-ms-input-placeholder {
  /* IE 10+ */
  color: #95989A;
}
.site-main .gform_confirmation_wrapper :-moz-placeholder,
.site-main .gform_wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #95989A;
}
.site-main #gform_2 #field_2_1 .gfield_label {
  display: block;
}

/* Buttons =================================================== */
.wp-block-button a,
.btn a,
a.btn,
.gform_button,
.comment-reply-link,
input.submit {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 5px 10px;
  margin-bottom: 0;
  font-weight: bold;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 22px;
  font-size: 2.2 rem;
  line-height: 28px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #B00020;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wp-block-button a:after,
.btn a:after,
a.btn:after,
.gform_button:after,
.comment-reply-link:after,
input.submit:after {
  content: url(../images/button-arrow-white.png);
  width: 8px;
  height: 24px;
  float: right;
  margin: 2px 10px 0 0;
}
.wp-block-button a:hover,
.btn a:hover,
a.btn:hover,
.gform_button:hover,
.comment-reply-link:hover,
input.submit:hover {
  background: #818081;
  text-decoration: none;
}

.comment-reply-link {
  font-size: 18px;
  font-size: 1.8 rem;
  padding: 3px 7px;
  margin-bottom: 20px;
}

/* Tables =================================================== */
table {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1.6em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
table th,
table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid rgb(114.891588785, 132.9700934579, 153.308411215);
  font-size: 14px;
  font-size: 1.4 rem;
  line-height: 1.6em;
  text-align: left;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid rgb(114.891588785, 132.9700934579, 153.308411215);
}
table tbody tr td,
table tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid rgb(114.891588785, 132.9700934579, 153.308411215);
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid rgb(114.891588785, 132.9700934579, 153.308411215);
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: rgb(161.5943925234, 173.646728972, 187.2056074766);
}

/* page =================================================== */
.site-header {
  height: 60px;
}

.hero-container {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

#mobile-nav {
  display: none;
}
#mobile-nav ul {
  padding-left: 20px;
}
#mobile-nav ul ul {
  display: none;
}

.utility-nav,
.network-nav {
  display: none;
}

.bread-crumb {
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.bread-crumb a {
  color: #000;
}
.bread-crumb .triangle {
  color: #B00020;
  margin: 0 5px;
}

.bread-crumb,
.page-title {
  margin: 0 auto;
}

.two-columns ul {
  columns: 2;
  column-gap: 2rem;
}

.alert-box {
  background: red;
  padding: 5px 20px;
}
.alert-box .alert-box-inner {
  max-width: 1120px;
  margin: 0 auto;
}
.alert-box .alert-box-inner p,
.alert-box .alert-box-inner h1,
.alert-box .alert-box-inner h2,
.alert-box .alert-box-inner h3,
.alert-box .alert-box-inner h4,
.alert-box .alert-box-inner h5,
.alert-box .alert-box-inner h6 {
  color: #fff;
  margin-bottom: 0;
}
.alert-box .alert-box-inner p a,
.alert-box .alert-box-inner h1 a,
.alert-box .alert-box-inner h2 a,
.alert-box .alert-box-inner h3 a,
.alert-box .alert-box-inner h4 a,
.alert-box .alert-box-inner h5 a,
.alert-box .alert-box-inner h6 a {
  color: yellow;
}

.header {
  background-color: #FCFCFC;
  padding: 10px;
  position: relative;
  z-index: 100;
}
.header .menu-toggle-box {
  float: right;
  padding: 25px;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
}
.header .screen-reader-text-main-nav {
  color: #000;
}

.site-branding-outer {
  position: absolute;
  top: 18px;
  left: 20px;
  height: 40px;
  width: 150px;
  z-index: 100;
}

.site-branding .site-title {
  margin: 0 auto 10px;
}
.site-branding .site-title a {
  display: block;
  width: 150px;
  height: 40px;
  background: url("../images/TalladegaLogo25blk.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.site-branding .site-title .logo {
  display: inline;
  width: 150px;
  height: 40px;
  background: url("../images/TalladegaLogo25blk.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.site-branding-right .site-title-right {
  margin: 0 auto 10px;
}
.site-branding-right .site-title-right a {
  display: block;
  width: 150px;
  height: 40px;
  background: url("../images/TalladegaLogo25blk.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.site-branding-right .site-title-right .logo {
  display: inline;
  width: 150px;
  height: 40px;
  background: url("../images/logo2025.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 80px 80px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.main-menu {
  background-color: #7fa069;
  display: none;
}

.toggled .main-menu {
  display: none;
}

/* CT Menu Item - Ensure proper vertical alignment */
li.ct-menu-item,
li.ct-menu-item.menu-item,
li.ct-menu-item.menu-item.menu-item-type-custom,
li.ct-menu-item.menu-item.menu-item-type-custom.menu-item-object-custom,
li.ct-menu-item.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2029 {
  padding-top: 6px !important;
  vertical-align: middle !important;
}

li.ct-menu-item > a,
li.mega-menu-item.ct-menu-item > a.mega-menu-link {
  color: #000000 !important;
  background: #fff !important;
  border-radius: 20px !important;
  margin-left: 15px !important;
  padding: 0 15px !important;
  height: 36px !important;
}

li.shop-menu-item.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-2030 {
  padding-top: 6px;
}

li.shop-menu-item > a,
li.mega-menu-item.shop-menu-item > a.mega-menu-link {
  color: #000000 !important;
  background: #fff !important;
  border-radius: 20px !important;
  margin-left: 15px !important;
  padding: 0 15px !important;
  height: 36px !important;
}

@media only screen and (max-width: 1023px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.shop-menu-item {
    margin: 5px 0 !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1170px) {
  li#mega-menu-item-108145, li#mega-menu-item-108145 a,
  li#mega-menu-item-103613, li#mega-menu-item-103613 a,
  li#mega-menu-item-105527, li#mega-menu-item-105527 a {
    max-width: 128px !important;
    line-height: 20px !important;
    text-align: center !important;
  }
  li#mega-menu-item-91260, li#mega-menu-item-91260 a,
  li#mega-menu-item-100737, li#mega-menu-item-100737 a {
    max-width: 142px !important;
    line-height: 20px !important;
    text-align: center !important;
  }
}
@media only screen and (max-width: 1023px) {
  li#mega-menu-item-103613,
  li#mega-menu-item-108145,
  li#mega-menu-item-91260 {
    max-width: 98% !important;
  }
  .splash-thumb.cycle-slide.cycle-slide-active {
    z-index: 99 !important;
  }
}
li.mega-menu-item.search-red a {
  color: #B00020 !important;
  font-weight: bold !important;
}

.page-item-100506 a {
  color: #B00020 !important;
}

.page-item-109959 a {
  color: #B00020 !important;
}

.splash-header {
  width: 100%; /* Increase slides container to 60% */
}

.has-splash-cycle .splash-cycle {
  background: linear-gradient(125.46deg, #1a2a3a 5.07%, #070e19 21.16%, #070e19 30.4%, #09223b 38.45%, #0c3552 46.65%, #0e4565 53.2%, #136280 58.27%, #24899d 66.32%, #3b9cad 66.99%, #4eabba 67.66%, #24899d 69.15%, #23849a 69.53%, #145375 73.76%, #0e4067 75.86%, #0e334e 79.43%, #0e2239 91.21%, #0e2239 95.08%, #13263a 96.25%, #1f2f3b 100%);
  z-index: 95;
}
.has-splash-cycle .splash-cycle .splash-slide {
  min-height: 550px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 480px) {
  .has-splash-cycle .splash-cycle .splash-slide {
    min-height: 250px;
    height: 250px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .has-splash-cycle .splash-cycle .splash-slide {
    min-height: 350px;
    height: 350px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) {
  .has-splash-cycle .splash-cycle .splash-slide {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media (min-width: 1800px) {
  .has-splash-cycle .splash-cycle .splash-slide {
    background-size: cover;
    background-position: center center;
  }
}
.has-splash-cycle .splash-cycle .splash-slide .splash-content {
  padding: 50px 25px 100px;
  min-height: 500px;
  display: flex;
  /*flex-direction: column;
  justify-content: center;*/
  justify-content: flex-start; /* Align children to the left */
  align-items: flex-end; /* Align children to the bottom */
  position: relative;
  position: absolute;
}
.has-splash-cycle .splash-cycle .splash-slide .splash-content .splash-content-inner {
  background: rgba(255, 255, 255, 0.85);
  padding: 30px;
  max-width: 600px;
  /*margin: 0 auto;*/
  -webkit-box-shadow: -20px -20px 0 #7fa069;
  -moz-box-shadow: -20px -20px 0 #7fa069;
  box-shadow: -20px -20px 0 #7fa069;
}
@media (max-width: 480px) {
  .has-splash-cycle .splash-cycle .splash-slide .splash-content .splash-content-inner {
    box-shadow: none;
  }
}
.has-splash-cycle iframe {
  max-width: 100%;
}
@media (max-width: 480px) {
  .has-splash-cycle iframe {
    max-width: 320px;
  }
}
.has-splash-cycle .splash-controls {
  display: flex;
  justify-content: center;
  height: 75px;
  /*margin-top: -85px;*/
  position: relative;
  top: -130px;
  z-index: 99;
}
.has-splash-cycle .splash-controls .splash-control {
  width: 75px;
  height: 75px;
  background: url("../images/slider-arrows.png");
  display: block;
  margin: 0 10px;
}
.has-splash-cycle .splash-controls .splash-left {
  background-position: top left;
  width: 75px;
  transition: none;
}
.has-splash-cycle .splash-controls .splash-left:hover {
  background-position: bottom left;
  cursor: pointer;
}
.has-splash-cycle .splash-controls .splash-right {
  background-position: top right;
  width: 75px;
  transition: none;
}
.has-splash-cycle .splash-controls .splash-right:hover {
  background-position: bottom right;
  cursor: pointer;
}

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

#cycle-1 div {
  width: 100%;
}

#cycle-2 .cycle-slide {
  border: 3px solid #fff;
}

#slideshow-1, #slideshow-2 {
  width: 50%;
  max-width: 650px;
  margin: auto;
}

#slideshow-2 {
  margin-top: 10px;
}

.cycle-slideshow img {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  display: block;
}

.splash-thumb {
  visibility: visible !important;
  position: relative !important;
  opacity: 1 !important;
}

.splash-thumb img {
  cursor: pointer;
}

.splash-thumb.cycle-slide.cycle-sentinel {
  display: none !important;
}

.mission-container {
  margin: 30px auto 0;
  width: 100%;
}

.mission-image-column,
.mission-content-column {
  padding: 20px 25px;
  box-sizing: border-box;
}

.youth-container {
  margin: 15px auto 0;
  padding: 0 0 10px 0;
  width: 100%;
}

.events-container {
  padding: 0 0 10px 0;
}

.safety-container {
  margin: 15px auto 0;
  width: 100%;
}

#comments svg.icon.icon-mail-reply {
  height: 0;
  width: 0;
}

.mission,
.youth,
.safety {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.event {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.mission-icon,
.safety-icon,
.event-icon,
.youth-icon {
  min-width: 75px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.mission-content {
  color: #000 !important;
  font-weight: bold;
}

.content-area {
  background-size: cover;
  background-position: center;
}
.content-area .content-area-inner .site-main {
  padding: 20px;
  max-width: 1080px;
  margin: 0 auto;
}
.content-area .content-area-inner .site-main:after {
  content: "";
  display: table;
  clear: both;
}
.content-area .content-area-inner-white {
  background-color: #fff;
}
.content-area .content-area-inner-grey {
  background-color: #f5f5f5;
}
.content-area .content-area-inner-red {
  background-color: #007dc6;
}
.content-area .content-area-inner-90-white {
  background-color: rgba(255, 255, 255, 0.9);
}

.content-area-map #alllocationsmap {
  min-height: 580px;
}
.content-area-map #alllocationsmap .gm-style-iw-d h1,
.content-area-map #alllocationsmap .gm-style-iw-d h2,
.content-area-map #alllocationsmap .gm-style-iw-d h3,
.content-area-map #alllocationsmap .gm-style-iw-d h4,
.content-area-map #alllocationsmap .gm-style-iw-d h5,
.content-area-map #alllocationsmap .gm-style-iw-d h6,
.content-area-map #alllocationsmap .gm-style-iw-d p {
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
}
.content-area-map #alllocationsmap .gm-style-iw-d h4 {
  font-size: 20px;
  font-size: 2 rem;
  color: #707070;
}

.red_background {
  background-color: #007dc6;
}
.red_background .content-area-inner-white {
  background-color: #007dc6;
}
.red_background .content-area-inner-grey {
  background-color: #007dc6;
}
.red_background .content-area-inner a,
.red_background .content-area-inner h1,
.red_background .content-area-inner h2,
.red_background .content-area-inner h3,
.red_background .content-area-inner h4,
.red_background .content-area-inner h5,
.red_background .content-area-inner h6,
.red_background .content-area-inner li,
.red_background .content-area-inner p {
  color: #fff;
}
.red_background .content-area-inner .btn a,
.red_background .content-area-inner a.btn {
  color: #B00020;
  background-color: #fff;
}
.red_background .content-area-inner .btn a:after,
.red_background .content-area-inner a.btn:after {
  content: url("../images/button-arrow-red.png");
}
.red_background .content-area-inner .btn a:hover,
.red_background .content-area-inner a.btn:hover {
  color: #fff;
  background-color: #818081 !important;
}
.red_background .content-area-inner .btn a:hover:after,
.red_background .content-area-inner a.btn:hover:after {
  content: url("../images/button-arrow-white.png");
}

.parallax-bg {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.parallax-bg .content-area-inner-grey,
.parallax-bg .content-area-inner-white {
  background: none;
}
.parallax-bg .parallax-content {
  background: #fff;
  -webkit-box-shadow: -20px -20px 0 #007dc6;
  -moz-box-shadow: -20px -20px 0 #007dc6;
  box-shadow: -20px -20px 0 #007dc6;
  margin: 80px auto;
  padding: 35px;
  max-width: 660px;
  box-sizing: border-box;
}

.content-area-red-transition,
.content-area-red-transition-white {
  border-top: 24px solid #7fa069;
}
.content-area-red-transition .content-area-inner .site-main,
.content-area-red-transition-white .content-area-inner .site-main {
  padding: 60px 20px 20px;
}

.content-area-red-transition-white {
  background-color: #fff;
}

#primary .site-main {
  padding: 20px;
  max-width: 1080px;
  margin: 0 auto;
}

.site-main-sidebar .sidebar .widget {
  background: url("../images/more-info-box-bg.png") #f5f5f5 no-repeat right bottom;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  padding: 20px 30px 1px;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.site-main-sidebar .sidebar .widget h2 {
  font-size: 22px;
  font-size: 2.2 rem;
}
.site-main-sidebar .sidebar .widget select {
  margin-bottom: 19px;
}
.site-main-sidebar .sidebar .widget form {
  margin-bottom: 0;
}
.site-main-sidebar .sidebar .widget .search-form,
.site-main-sidebar .sidebar .widget .searchandfilter {
  margin-bottom: 19px;
}
.site-main-sidebar .sidebar .widget .search-form .search-submit,
.site-main-sidebar .sidebar .widget .searchandfilter .search-submit {
  font-size: 20px;
  font-size: 2 rem;
}

.comments-area .comment-body {
  padding: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  margin-bottom: 20px;
}
.comments-area .vcard {
  display: flex;
  justify-content: flex-start;
}
.comments-area .vcard img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.comments-area .vcard b.fn,
.comments-area .vcard .says {
  margin: 10px 5px 0 0;
}
.comments-area .comment-list {
  padding: 0;
  margin: 0;
}
.comments-area .comment-list li {
  list-style: none;
}
.comments-area .comment-list .children {
  padding-left: 10px;
  border-left: 10px solid #B00020;
}

.rules {
  margin-bottom: 60px;
}

.rule {
  padding-top: 53px;
  position: relative;
  margin-bottom: 20px;
}
.rule .rule-inner {
  padding: 90px 35px 15px;
  background: #f5f5f5;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
.rule .rule-count {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
}
.rule .rule-count .rule-number {
  display: block;
  width: 106px;
  height: 106px;
  background: url("../images/rule-1.png");
  margin: 0 auto;
}
.rule .rule-count-2 .rule-number {
  background: url("../images/rule-2.png");
}
.rule .rule-count-3 .rule-number {
  background: url("../images/rule-3.png");
}

.rule-always .rule-count .rule-number {
  background: url("../images/target-always.png");
}
.rule-always h1,
.rule-always h2,
.rule-always h3,
.rule-always h4,
.rule-always h5,
.rule-always h6 {
  color: #169f46;
}

.rule-never .rule-count .rule-number {
  background: url("../images/target-never.png");
}
.rule-never h1,
.rule-never h2,
.rule-never h3,
.rule-never h4,
.rule-never h5,
.rule-never h6 {
  color: #B00020;
}

.quote-box {
  -webkit-box-shadow: -13px -13px 0 #007dc6;
  -moz-box-shadow: -13px -13px 0 #007dc6;
  box-shadow: -13px -13px 0 #007dc6;
  margin: 80px 0 40px 55px;
}
.quote-box .quote-box-inner {
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  padding: 40px 40px 20px;
  position: relative;
}
.quote-box .quote-box-inner .target {
  display: block;
  width: 106px;
  height: 106px;
  background: url("../images/target-chat.png");
  position: absolute;
  top: -53px;
  left: -53px;
}
.quote-box .quote-box-inner .target-forum {
  background: url("../images/target-forum.png");
}
.quote-box .quote-box-inner .target-cart {
  background: url("../images/target-cart.png");
}
.quote-box .quote-box-inner .target-bullseye {
  background: url("../images/target-bullseye.png");
}
.quote-box .quote-box-inner .target-chat {
  background: url("../images/target-chat.png");
}
.quote-box .quote-box-inner .target-award {
  background: url("../images/target-award.png") center no-repeat;
}
.quote-box .quote-box-inner .target-quote {
  background: url("../images/target-quote.png") center no-repeat;
}
.quote-box .quote-box-inner .target-heart {
  background: url("../images/target-heart.png") center no-repeat;
}
.quote-box .quote-box-inner .target-tip {
  background: url("../images/target-tip.png") center no-repeat;
}
.quote-box .quote-box-inner .location {
  background: url("../images/target-location.png") center no-repeat;
}
.quote-box .quote-box-inner img {
  margin: 0 auto;
  box-shadow: none;
}
.quote-box .quote-box-inner .btn a,
.quote-box .quote-box-inner a.btn {
  font-size: 20px;
  font-size: 2 rem;
}
.quote-box .quote-box-inner .btn a:after,
.quote-box .quote-box-inner a.btn:after {
  content: url("../images/button-arrow-white.png");
  margin: 2px 10px 0 0;
}

.award-boxes h3,
.club-boxes h3 {
  font-size: 20px;
  font-size: 2 rem;
  margin-bottom: 5px;
}
.award-boxes p,
.club-boxes p {
  margin-bottom: 5px;
}

.tabs {
  margin-bottom: 20px;
}

/* Non-active tab state */
.tablink {
  background-color: #fff;
  color: #007dc6;
  border: 1px solid #007dc6;
  padding: 10px 20px;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
}

/* Active tab state */
.tablink.active {
  background-color: #007dc6;
  color: #fff;
  border: 1px solid #007dc6;
}

/* Custom styles for the navigation buttons */
.carousel-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.home .owl-carousel .item,
.page-id-2100 .owl-carousel.auction-carousel .item {
  background: url("../images/sales-bg-light-blue.png") #4a90e2 no-repeat center bottom;
  padding: 20px 30px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  margin: 5px;
  height: 565px;
}

@media (max-width: 400px) {
  .home .owl-carousel .item,
  .page-id-2100 .owl-carousel.auction-carousel .item {
    font-size: 14px;
  }
}
.page-id-2049 .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  display: flex;
  justify-content: center; /* Horizontally centers the content */
  align-items: center;
  padding: 30px !important;
  height: auto;
  width: 100%; /* Ensure the item width adapts to the container */
}

.item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Adjusts the vertical position of content within each quote-box2 */
  text-align: center;
}

.owl-nav {
  display: block !important;
  font-size: 6rem;
}

.owl-next span,
.owl-prev span {
  display: none;
}

.owl-prev::before {
  content: url("../images/button-arrow-red.png");
  position: absolute;
  top: 47%;
  width: 8px;
  height: 24px;
  margin: -4px 0 0 12px;
  padding: 10px;
  display: block;
  transform: rotate(180deg); /* Rotate the image for the previous button */
  left: -50px; /* Adjust this value to push the arrow further out */
  cursor: pointer;
  font-size: 1rem;
}

.owl-next::before {
  content: url("../images/button-arrow-red.png");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 24px;
  margin: 6px 14px 0 0;
  display: block;
  right: -50px; /* Adjust this value to push the arrow further out */
  padding: 6px;
  cursor: pointer;
  font-size: 1rem;
}

.owl-dots {
  text-align: center;
}

.owl-dot {
  display: inline-block;
  margin: 5px;
}

.owl-dot span {
  background-color: #ddd;
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
}

.owl-dot.active span {
  background-color: #333;
}

.home .owl-carousel .item,
.page-id-2100 .owl-carousel.auction-carousel .item {
  min-height: 530px;
  position: relative;
}

.carousel-title {
  padding: 10px 0 5px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.cta {
  position: absolute;
  bottom: 0;
  text-align: center;
  margin: 10px auto;
  width: 100%;
}

.img-container {
  max-height: 340px;
  overflow: hidden;
  width: 385px;
  text-align: center;
}

.img-container img {
  max-width: 100% !important;
}

.shop-item img {
  width: 100% !important;
}

.information-boxes .information-box {
  background: url("../images/more-info-box-bg.png") #f5f5f5 no-repeat right bottom;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  position: relative;
  min-height: 175px;
  padding: 20px 30px;
  margin: 25px 0 30px;
  box-sizing: border-box;
  margin-left: 20px;
}
.information-boxes .information-box .image-side img {
  -webkit-box-shadow: 0 0 0 #B00020;
  -moz-box-shadow: 0 0 0 #B00020;
  box-shadow: 0 0 0 #B00020;
  margin: 0 auto 10px;
  width: 100%;
  max-width: 200px;
}
.information-boxes .information-box h3 {
  font-size: 24px;
  font-size: 2.4 rem;
  font-weight: bold;
}
.information-boxes .information-box h3,
.information-boxes .information-box p {
  margin-bottom: 10px;
}
.information-boxes .no-image {
  padding: 20px 30px;
}
.information-boxes .information-box-mega {
  width: 100%;
}
.information-boxes .information-box-mega .content-side {
  background: url("../images/more-info-box-bg.png") #f5f5f5 no-repeat right bottom;
  padding: 20px 30px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  margin-bottom: 55px;
}
.information-boxes .information-box-mega .content-side h3 {
  font-size: 40px;
  font-size: 4 rem;
  font-weight: bold;
}
.information-boxes .information-box-mega .content-side h3,
.information-boxes .information-box-mega .content-side p {
  margin-bottom: 10px;
}

.simple-locator-form {
  max-width: 720px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 35px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.simple-locator-form label {
  font-size: 22px;
  font-size: 2.2 rem;
  text-transform: uppercase;
}
.simple-locator-form .submit {
  padding-top: 0;
  margin-bottom: 0;
}
.simple-locator-form .submit button {
  color: #fff;
  background: #B00020;
  font-size: 18px;
  font-size: 1.8 rem;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.simple-locator-form form {
  margin-bottom: 0;
}
.simple-locator-form form .submit {
  padding-top: 19px;
}
.simple-locator-form:after {
  content: "";
  display: table;
  clear: both;
}

#results-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 75px;
}
#results-container .wpsl-results-header {
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
#results-container .simple-locator-result {
  width: 100%;
  max-width: 320px;
  background: url("../images/more-info-box-bg.png") #f5f5f5 no-repeat right bottom;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  padding: 30px 25px;
  margin-bottom: 75px;
}
#results-container .simple-locator-result p {
  margin-bottom: 0;
}

form > div {
  max-width: 800px;
  margin: 20px auto;
}
form > div > ul > li > input {
  width: 350px;
}

.site-footer {
  background-color: #7fa069;
}
.site-footer .footer-inner {
  padding: 40px 20px 20px;
  max-width: 1380px;
  margin: 0 auto;
}
.site-footer .footer-inner .site-branding {
  width: 250px;
  margin: 0 auto 20px;
}
.site-footer .footer-inner .site-branding .site-title a {
  display: block;
  width: 250px;
  height: 80px;
  background: url("../images/logo2025.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.site-footer .footer-inner .footer-utl-nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.site-footer .footer-inner .footer-utl-nav ul li {
  padding: 0;
  margin: 3px;
  list-style: none;
  text-align: center;
}
.site-footer .footer-inner .footer-utl-nav ul li a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: 35px;
  height: 52px;
}
.site-footer .footer-inner .footer-utl-nav ul li.calendar {
  background: url(../images/CalendarLogo_White.png) no-repeat center;
  background-size: contain;
  display: block;
  width: 35px;
  height: 52px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.site-footer .footer-inner .footer-utl-nav ul li.photos {
  background: url(../images/ImagesLogo_White.png) no-repeat center;
  background-size: contain;
  display: block;
  width: 44px;
  height: 58px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.site-footer .footer-inner .footer-utl-nav ul li.facebook {
  background: url(../images/FacebookBoxLogo_White.png) no-repeat center;
  background-size: contain;
  display: block;
  width: 35px;
  height: 52px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.site-footer .footer-inner .footer-utl-nav ul li.instagram {
  background: url(../images/ImagesLogo_White.png) no-repeat center;
  background-size: contain;
  display: block;
  width: 35px;
  height: 52px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.site-footer .footer-inner .footer-utl-nav ul li.twitter {
  background: url(../images/XLogo_White.png) no-repeat center;
  background-size: contain;
  display: block;
  width: 35px;
  height: 52px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.site-footer .footer-inner .footer-utl-nav ul li.youtube {
  background: url(../images/YouTubeBoxLogo_White.png) no-repeat center;
  background-size: contain;
  display: block;
  width: 48px;
  height: 50px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.site-footer .footer-inner .footer-utl-nav ul li.mewe {
  background: url(../images/MeWeBoxLogo_White.png) no-repeat center;
  background-size: contain;
  display: block;
  width: 60px;
  height: 48px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.site-footer .footer-inner .footer-utl-nav ul li.threads {
  background: url(../images/ThreadsBoxLogo_White.png) no-repeat center;
  background-size: contain;
  display: block;
  width: 60px;
  height: 48px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.site-footer .footer-inner .footer-utl-nav ul li.search {
  background: url(../images/SearchLogo_White.png) no-repeat center;
  background-size: contain;
  display: block;
  width: 35px;
  height: 52px;
  padding: 0;
  margin-left: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.site-footer .footer-inner .footer-nav ul {
  padding: 0;
  margin: 0 0 20px;
}
.site-footer .footer-inner .footer-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.site-footer .footer-inner .footer-nav ul li a {
  color: #fff;
  text-transform: uppercase;
}
.site-footer .footer-inner p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6 rem;
  line-height: 1.6;
}
.site-footer .footer-inner p a {
  color: #fff;
}
.site-footer #footer-utility-menu {
  display: flex;
}
.site-footer #footer-utility-menu li {
  list-style: none;
  padding: 0;
  margin: 0 0 0 10px;
}
.site-footer #footer-utility-menu li a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4 rem;
}

.network-nav-footer {
  background: #575757;
  width: 100%;
  margin-bottom: 0px;
}
.network-nav-footer ul.menu {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: transparent;
  box-sizing: border-box;
}
.network-nav-footer ul.menu li {
  list-style: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: block;
  border: none;
}
.network-nav-footer ul.menu li:hover {
  background-color: transparent;
}
.network-nav-footer ul.menu li a {
  color: #FCFCFC;
  border-top: none;
  padding: 8px;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  font-size: 1.8 rem;
  display: block;
  width: auto;
}
.network-nav-footer ul.menu li a:hover {
  color: #cecece;
  background-color: transparent;
  text-decoration: none;
}

.alert-box-stage {
  display: none;
}

.site-footer .footer-inner .one_half .footer-left-content .footer-mission {
  color: #fff;
}

.promo-container {
  display: flex;
  flex-direction: column;
  width: 100%; /* Reduce promo container to 75% */
  padding: 30px;
  z-index: 9;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.promo {
  padding: 10px;
  width: 96%;
  min-width: 480px;
  border-bottom: 1px solid #B00020;
}

.sales {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.homepage-h4 {
  color: #000000;
  margin: 0 0 4px 0 !important;
  padding: 10px 0;
}

.center-range {
  text-align: center;
  padding-top: 5px;
  font-size: 2.25rem !important;
}

.forum-item {
  padding: 10px;
  text-align: center;
}

.forum-img {
  max-width: 80%;
  border: 0 !important;
}

.event-details p {
  margin: 0 auto !important;
}

.outside-hero-container {
  width: 100%;
  background: linear-gradient(125.46deg, #1a2a3a 5.07%, #070e19 21.16%, #070e19 30.4%, #09223b 38.45%, #0c3552 46.65%, #0e4565 53.2%, #136280 58.27%, #24899d 66.32%, #3b9cad 66.99%, #4eabba 67.66%, #24899d 69.15%, #23849a 69.53%, #145375 73.76%, #0e4067 75.86%, #0e334e 79.43%, #0e2239 91.21%, #0e2239 95.08%, #13263a 96.25%, #1f2f3b 100%);
}

.accordion-list {
  margin: 20px 0;
}

.accordion-item {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 10px;
}

.accordion-title {
  color: #007dc6;
  display: flex;
  font-weight: bold;
  font-size: 1.25em;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  background-color: #f1f1f1;
  border: 1px solid #ddd;
}

.accordion-arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 3px solid #007dc6;
  border-bottom: 3px solid #007dc6;
  margin-right: 20px;
  transform: rotate(45deg); /* Arrow points down by default */
  transition: transform 0.3s ease-in-out;
}

.accordion-arrow.open {
  transform: rotate(-135deg); /* Arrow points up when accordion is open */
}

.accordion-content {
  padding: 15px;
  border-top: 1px solid #ddd;
  background-color: #fff;
  display: none; /* Hidden by default */
}

.back-to-top-container {
  margin-top: 30px;
}

/* Style for the Back to Top link */
.back-to-top {
  text-align: center;
  position: relative;
  margin: 15px auto;
  background-color: #7fa069;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  z-index: 1000;
  width: 150px;
}

.back-to-top:hover {
  background-color: #005da0;
  color: #fff;
}

.back-to-top:visited,
.back-to-top:active {
  color: #fff; /* Keeps text white after clicking */
  border-color: #005da0;
}

/* Smooth scrolling for anchor links */
html {
  scroll-behavior: smooth;
}

/* Show the "Back to Top" link when the user scrolls down */
body:target .back-to-top {
  display: block;
}

.wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
  padding-bottom: 20px;
}

/* Modal styling */
.video-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%; /* Adjust as needed */
  height: 80%; /* Adjust as needed */
  background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent background */
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Make sure modal is on top */
}

.modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.form-1911-instructions {
  font-size: 18px !important;
}

button.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

button.close-modal:hover {
  color: red;
}

button.play-video-btn {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  font-weight: bold;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 22px;
  font-size: 2.2 rem;
  line-height: 28px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #B00020;
  border-color: #B00020;
  border-image: none !important;
  border-width: 0 !important;
  border-style: none !important;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button.play-video-btn::after {
  content: url(../images/button-arrow-white.png);
  width: 8px;
  height: 24px;
  float: right;
  margin: 2px 10px 0 0;
}

button.play-video-btn:hover {
  background-color: #B00020;
}

h1.m1-order-form {
  font-size: 20px;
  white-space: normal;
  max-width: 630px;
}
@media (max-width: 480px) {
  h1.m1-order-form {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h1.m1-order-form {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  h1.m1-order-form {
    font-size: 50px;
  }
}
@media (min-width: 1800px) {
  h1.m1-order-form {
    font-size: 55px;
  }
}

.llw {
  list-style-type: decimal;
}
.llw > li > ol {
  list-style-type: lower-alpha !important;
}
.llw > li > ol > li {
  list-style-type: lower-alpha !important;
}

/* Responsive styles for smaller screens will be in the media query files */
/* Featured Events Two Column Layout Styles */
/* Two Column Layout Styles */
.two-column-container {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  .two-column-container {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
.two-column-container .column-image {
  flex: 0 0 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .two-column-container .column-image {
    flex: 0 0 45%;
    margin-bottom: 0;
  }
}
.two-column-container .column-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.two-column-container .column-content {
  flex: 0 0 100%;
}
@media only screen and (min-width: 768px) {
  .two-column-container .column-content {
    flex: 0 0 55%;
  }
}
.two-column-container .column-content h4 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #B00020;
}
.two-column-container .column-content p {
  margin-bottom: 15px;
  line-height: 1.6;
}
.two-column-container .column-content .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #B00020;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.two-column-container .column-content .btn:hover {
  background-color: rgb(125, 0, 22.7272727273);
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h1, h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  h1, h2, h3, h4, h5, h6, a, p, li {
    text-align: left !important;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre, blockquote {
    border: 1px solid rgb(127.5, 127.5, 127.5);
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a, a:visited {
    text-decoration: underline;
    font-size: 16px;
    font-size: 1.6 rem;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 14px;
    font-size: 1.4 rem;
    width: auto;
    line-height: 1.2;
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
    -webkit-box-shadow: 0 0 0 #000;
    -moz-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
    margin: 0 0 30px 0;
    width: auto;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  .has-splash-cycle,
  .footer-nav,
  .site-by,
  .site-header {
    display: none;
  }
  .content-area .content-area-inner {
    padding: 20px;
  }
  .content-area .content-area-inner .site-main {
    max-width: 100%;
    padding: 0;
  }
  .content-area .content-area-inner .site-main .quote-box {
    padding: 0;
    margin: 0;
  }
  .content-area .content-area-inner .site-main .quote-box .quote-box-inner {
    padding: 0;
  }
  .content-area .content-area-inner .site-main .information-boxes {
    padding: 0;
    margin: 0;
  }
  .content-area .content-area-inner .site-main .information-boxes .information-box {
    padding: 0;
    margin: 0;
  }
  .content-area .content-area-inner .site-main .post-nav {
    display: none;
  }
  .content-area-red-transition, .content-area-red-transition-white {
    border-top: 0;
  }
}
@media only screen and (min-width: 480px) {
  /* 480 =================================================== */
  .hero-container {
    display: flex;
    flex-direction: column;
  }
  .splash-header {
    width: 100%;
  }
  .promo-container {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }
  .splash-content-inner {
    background: #fff;
    padding: 30px;
    max-width: 600px;
    margin: 0 auto;
    -webkit-box-shadow: -10px -10px 0 #7fa069;
    -moz-box-shadow: -10px -10px 0 #7fa069;
    box-shadow: -10px -10px 0 #7fa069;
  }
  .has-splash-cycle .splash-controls {
    display: flex;
    justify-content: center;
    height: 75px;
    /* margin-top: -85px; */
    position: relative;
    top: -130px;
    width: 300px;
    z-index: 99;
  }
  .site-branding .site-title a {
    display: block;
    width: 150px;
    height: 40px;
    background: url("../images/TalladegaLogo25blk.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .site-branding-outer {
    position: absolute;
    top: 16px;
    left: 10px;
    height: 40px;
    width: 150px;
    z-index: 100;
  }
  .site-branding-outer .site-branding {
    max-width: 100%;
    height: 100%;
  }
  .site-branding-outer .site-branding .site-title {
    margin: 0;
    width: 150px;
  }
  .site-branding-outer .site-branding .site-title a {
    width: 150px;
    height: 40px;
    background-size: contain;
  }
  /* Mission section mobile responsive styles */
  .mission-two-column,
  .events-two-column {
    flex-direction: column;
  }
  .mission-image-column,
  .mission-content-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* Events section mobile responsive styles */
  .event-video-column,
  .event-image-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .event-image {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    border: 0;
    display: block;
    object-fit: contain;
    padding: 10px;
  }
  .site-header {
    height: 60px;
  }
  #content {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 600px) {
  /* 600 =================================================== */
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 60px;
    font-size: 6 rem;
  }
  .search-form {
    display: flex;
  }
  .search-form .search-submit {
    width: 150px;
    font-size: 24px;
    font-size: 2.4 rem;
    line-height: 24px;
    padding: 0 10px;
    height: 44px;
  }
  .hero-container {
    display: flex;
    flex-direction: column;
  }
  .splash-header {
    width: 100%;
  }
  .promo-container {
    width: 100%;
    padding: 25px;
    margin-top: 25px;
  }
  header {
    height: 72px;
  }
}
@media only screen and (min-width: 768px) {
  /* 768 =================================================== */
  .site-main img.size-medium.alignleft,
  .site-main img.size-large.alignleft,
  .site-main img.size-full.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 35px;
    width: auto;
    max-width: 100%;
  }
  .site-main img.size-medium.alignright,
  .site-main img.size-large.alignright,
  .site-main img.size-full.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 35px;
    width: auto;
    max-width: 100%;
  }
  .site-main img.aligncenter.size-medium,
  .site-main img.aligncenter.size-large,
  .site-main img.aligncenter.size-full {
    width: auto;
    max-width: 100%;
    margin: 23px auto 35px auto;
  }
  .award-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .award-boxes .award-box {
    width: 47%;
  }
  .award-boxes.owl-carousel .award-box {
    width: auto;
  }
  .hero-container {
    display: flex;
    flex-direction: row;
  }
  .center-range-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .center-range-item {
    flex: 1; /* This ensures all cards take equal space */
    max-width: 33.33%; /* This sets the maximum width to 33.33% */
    box-sizing: border-box; /* Ensures padding and borders are included in width */
    padding: 10px;
  }
  .has-splash-cycle {
    height: 750px;
  }
  .has-splash-cycle .splash-controls {
    margin-top: 0;
    width: 500px;
    /*justify-content: space-between;
    top:-500px;
    max-width: 940px;
    margin: 0 auto;*/
  }
  .has-splash-cycle .splash-cycle .splash-slide .splash-content {
    max-width: 450px;
    min-height: 700px;
  }
  .forum-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  .mission-container {
    margin: 0;
  }
  .one_half,
  .one_third,
  .two_third,
  .one_fourth,
  .three_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {
    float: left;
  }
  .clear_column {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
  }
  /* =Small Margins Template
  -------------------------------------------------------------- */
  .full_width {
    width: 100%;
  }
  .one_half {
    width: 48% !important;
    margin-right: 4% !important;
  }
  .one_half.last_column {
    width: 48% !important;
    margin-right: 0px !important;
  }
  .one_third {
    width: 30.66% !important;
    margin-right: 4% !important;
  }
  .one_third.last_column {
    width: 30.66% !important;
    margin-right: 0px !important;
  }
  .two_third {
    width: 65.32% !important;
    margin-right: 4% !important;
  }
  .two_third.last_column {
    width: 65.32% !important;
    margin-right: 0px !important;
  }
  .one_fourth {
    width: 22% !important;
    margin-right: 4% !important;
  }
  .one_fourth.last_column {
    width: 22% !important;
    margin-right: 0px !important;
  }
  .three_fourth {
    width: 74% !important;
    margin-right: 4% !important;
  }
  .three_fourth.last_column {
    width: 74% !important;
    margin-right: 0px !important;
  }
  .one_fifth {
    width: 16% !important;
    margin-right: 4% !important;
  }
  .one_fifth.last_column {
    width: 16% !important;
    margin-right: 0px !important;
  }
  .two_fifth {
    width: 34% !important;
    margin-right: 4% !important;
  }
  .two_fifth.last_column {
    width: 34% !important;
    margin-right: 0px !important;
  }
  .three_fifth {
    width: 56% !important;
    margin-right: 4% !important;
  }
  .three_fifth.last_column {
    width: 56% !important;
    margin-right: 0px !important;
  }
  .four_fifth {
    width: 76% !important;
    margin-right: 4% !important;
  }
  .four_fifth.last_column {
    width: 76% !important;
    margin-right: 0px !important;
  }
  .one_sixth {
    width: 13.33% !important;
    margin-right: 4% !important;
  }
  .one_sixth.last_column {
    width: 13.33% !important;
    margin-right: 0px !important;
  }
  .promo-container {
    display: flex;
    flex-direction: column;
    width: 75%; /* Reduce promo container to 75% */
    padding: 30px;
    z-index: 9;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }
  /* Mission Two Column Layout Styles - Added for Five Star Image and Copy */
  .mission-container {
    margin-bottom: 30px;
  }
  /* Mission section responsive styles */
  .mission-two-column {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 -15px;
  }
  .mission-image-column,
  .mission-content-column {
    padding: 0;
  }
  .mission-image-column {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
  }
  .mission-content-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .five-star-image {
    max-width: 100%;
    max-height: 200px;
    height: auto;
    border: 0;
    object-fit: contain;
    margin: 0 auto;
  }
  /* Events section responsive styles */
  .featured-events-container {
    margin-bottom: 0;
  }
  .events-two-column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 -15px;
  }
  .event.mission-image-column {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .event-video-column,
  .event-image-column {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* Events Video Container Styles */
  .events-video-container {
    margin: 30px auto;
    max-width: 800px;
    width: 100%;
  }
  .responsive-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .responsive-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .video-wrapper,
  .image-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* Make videos responsive */
  .video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
  }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .event-image {
    max-width: 100%;
    max-height: 300px;
    height: auto;
    border: 0;
    display: block;
    object-fit: contain;
  }
  .event-caption {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;
  }
  .event-caption a {
    display: inline-block;
    margin-top: 5px;
  }
  .event-video-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .event-image-column {
    flex: 0 0 50%;
    max-width: 50%;
  }
  header {
    height: 110px;
  }
  .hero-container {
    background-color: #fff;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 60px; /* Add gutter between slider and promo container */
  }
  .splash-header {
    width: 100%; /* Increase slides container to 60% */
  }
}
@media only screen and (min-width: 992px) {
  /* 992 =================================================== */
  .one_half,
  .one_third,
  .two_third,
  .one_fourth,
  .three_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {
    float: left;
  }
  .clear_column {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
  }
  /* =Small Margins Template
  -------------------------------------------------------------- */
  .full_width {
    width: 100%;
  }
  .one_half {
    width: 48% !important;
    margin-right: 4% !important;
  }
  .one_half.last_column {
    width: 48% !important;
    margin-right: 0px !important;
  }
  .one_third {
    width: 30.66% !important;
    margin-right: 4% !important;
  }
  .one_third.last_column {
    width: 30.66% !important;
    margin-right: 0px !important;
  }
  .two_third {
    width: 65.32% !important;
    margin-right: 4% !important;
  }
  .two_third.last_column {
    width: 65.32% !important;
    margin-right: 0px !important;
  }
  .one_fourth {
    width: 22% !important;
    margin-right: 4% !important;
  }
  .one_fourth.last_column {
    width: 22% !important;
    margin-right: 0px !important;
  }
  .three_fourth {
    width: 74% !important;
    margin-right: 4% !important;
  }
  .three_fourth.last_column {
    width: 74% !important;
    margin-right: 0px !important;
  }
  .one_fifth {
    width: 16% !important;
    margin-right: 4% !important;
  }
  .one_fifth.last_column {
    width: 16% !important;
    margin-right: 0px !important;
  }
  .two_fifth {
    width: 34% !important;
    margin-right: 4% !important;
  }
  .two_fifth.last_column {
    width: 34% !important;
    margin-right: 0px !important;
  }
  .three_fifth {
    width: 56% !important;
    margin-right: 4% !important;
  }
  .three_fifth.last_column {
    width: 56% !important;
    margin-right: 0px !important;
  }
  .four_fifth {
    width: 76% !important;
    margin-right: 4% !important;
  }
  .four_fifth.last_column {
    width: 76% !important;
    margin-right: 0px !important;
  }
  .one_sixth {
    width: 13.33% !important;
    margin-right: 4% !important;
  }
  .one_sixth.last_column {
    width: 13.33% !important;
    margin-right: 0px !important;
  }
  .header .main-menu ul.menu li .dropdown-panel .dropdown-panel-inner {
    width: 700px;
  }
  .header .main-menu ul.menu li .dropdown-panel .dropdown-panel-inner ul.masonry-block {
    width: 700px;
  }
  .rules {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .rules .rule {
    width: 30%;
  }
  .information-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .information-boxes .information-box {
    padding: 20px 30px 20px 210px;
    width: 45%;
    box-sizing: border-box;
  }
  .information-boxes .information-box .image-side {
    left: -20px;
    top: -20px;
    position: absolute;
  }
  .information-boxes .no-image {
    padding: 20px 30px;
  }
  .information-boxes .information-box-mega {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .information-boxes .information-box-mega .image-side {
    width: 60%;
  }
  .information-boxes .information-box-mega .image-side img {
    width: 100%;
  }
  .information-boxes .information-box-mega .content-side {
    width: 30%;
    background: url(../images/more-info-box-bg-big.png) #F5F5F5 no-repeat right bottom;
  }
  .site-footer .footer-inner {
    padding-top: 20px;
  }
  .site-footer .footer-inner .site-branding {
    width: 110px;
    height: 110px;
    margin: 0 40px 20px 0;
  }
  .site-footer .footer-inner p {
    text-align: left;
  }
  .site-footer .footer-inner p.mission {
    margin-top: 20px;
  }
  .site-footer .footer-inner .footer-utl-nav ul {
    justify-content: flex-end;
  }
  .site-footer .footer-inner #footer-utility-menu {
    justify-content: flex-end;
  }
  .site-footer .footer-inner .footer-nav ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .site-footer .footer-inner .footer-nav ul li a {
    border-left: 2px solid #fff;
    padding: 0 10px;
  }
  .site-footer .footer-inner .footer-nav ul li:first-child a {
    border-left: none;
  }
  .site-footer .footer-inner .last_column {
    padding-top: 80px;
  }
  .site-footer .footer-inner .footer-utility-menu {
    display: flex;
    justify-content: flex-end;
  }
  .site-footer .footer-inner .site-info p {
    text-align: right;
  }
  .has-splash-cycle {
    height: 750px;
  }
  .has-splash-cycle .splash-controls {
    margin-top: 0;
    width: 900px;
    /*justify-content: space-between;
    top:-500px;
    max-width: 940px;
    margin: 0 auto;*/
  }
  .has-splash-cycle .splash-cycle .splash-slide .splash-content {
    max-width: 600px;
    min-height: 700px;
  }
  li.mega-menu-item.shop-menu-item {
    margin: 5px 0;
  }
  .site-branding .site-title a {
    display: block;
    width: 150px;
    height: 40px;
    background: url("../images/TalladegaLogo25blk.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .site-branding-outer {
    position: absolute;
    top: 16px;
    left: 10px;
    height: 40px;
    width: 150px;
    z-index: 100;
  }
  .site-branding-outer .site-branding {
    max-width: 100%;
    height: 100%;
  }
  .site-branding-outer .site-branding .site-title {
    margin: 0;
    width: 150px;
  }
  .site-branding-outer .site-branding .site-title a {
    width: 150px;
    height: 40px;
    background-size: contain;
  }
}
@media only screen and (min-width: 1024px) {
  /* 768 =================================================== */
  .header .utility-nav ul.menu li.page-item-25408 a {
    background: url(../images/search-icon.png) no-repeat center;
    display: block;
    width: 25px;
    height: 42px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .header .utility-nav ul.menu li.page-item-25408 a:hover {
    background: url(../images/search-icon-red.png) no-repeat center;
  }
  .header .utility-nav ul.menu li.calendar a {
    background: url(../images/calendar-icon.png) no-repeat center;
    display: block;
    width: 25px;
    height: 42px;
    margin: 0 3px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .header .utility-nav ul.menu li.calendar a:hover {
    background: url(../images/calendar-icon-red.png) no-repeat center;
  }
  .header .utility-nav ul.menu li.photos a {
    background: url(../images/photos-icon-gray.png) no-repeat center;
    display: block;
    width: 25px;
    height: 42px;
    margin: 0 3px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .header .utility-nav ul.menu li.photos a:hover {
    background: url(../images/photos-icon-red.png) no-repeat center;
  }
  .header .utility-nav ul.menu li.facebook a {
    background: url(../images/FacebookBoxLogo_Gray.png) no-repeat center;
    background-size: contain;
    opacity: 0.8;
    display: block;
    width: 20px;
    height: 42px;
    margin: 0 3px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .header .utility-nav ul.menu li.facebook a:hover {
    background: url(../images/FacebookBoxLogo_Red.png) no-repeat center;
    background-size: contain;
  }
  .header .utility-nav ul.menu li.instagram a {
    background: url(../images/InstagramBoxLogo_Gray.png) no-repeat center;
    background-size: contain;
    opacity: 0.8;
    display: block;
    width: 20px;
    height: 42px;
    margin: 0 3px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .header .utility-nav ul.menu li.instagram a:hover {
    background: url(../images/InstagramBoxLogo_Red.png) no-repeat center;
    background-size: contain;
  }
  .header .utility-nav ul.menu li.twitter a {
    background: url(../images/XWebLogo.png) no-repeat center;
    background-size: contain;
    opacity: 0.8;
    display: block;
    width: 20px;
    height: 42px;
    margin: 0 3px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .header .utility-nav ul.menu li.twitter a:hover {
    background: url(../images/XLogo_Red.png) no-repeat center;
    background-size: contain;
  }
  .header .utility-nav ul.menu li.youtube a {
    background: url("../images/YouTubeWebLogo_sm.png") no-repeat center;
    background-size: contain;
    display: block;
    width: 25px;
    height: 42px;
    margin: 0 3px;
    opacity: 0.8;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .header .utility-nav ul.menu li.youtube a:hover {
    background: url(../images/YouTubeWebLogo_Red_sm.png) no-repeat center;
    background-size: contain;
  }
  .header .utility-nav ul.menu li.mewe a {
    background: url(../images/MeWeWebLogo.png) no-repeat center;
    background-size: contain;
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 3px;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .header .utility-nav ul.menu li.mewe a:hover {
    background: url(../images/MeWeWebLogo_Red.png) no-repeat center;
    background-size: contain;
  }
  .header .utility-nav ul.menu li.threads a {
    background: url(../images/ThreadsWebLogo.png) no-repeat center;
    background-size: contain;
    display: block;
    width: 27px;
    height: 41px;
    margin: 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .header .utility-nav ul.menu li.threads a:hover {
    background: url(../images/ThreadsWebLogo_Red.png) no-repeat center;
    background-size: contain;
  }
  #mega-menu-item-91263 ul.mega-sub-menu,
  #mega-menu-item-91268 ul.mega-sub-menu,
  #mega-menu-item-91269 ul.mega-sub-menu,
  #mega-menu-item-92777 ul.mega-sub-menu,
  #mega-menu-item-92778 ul.mega-sub-menu,
  #mega-menu-item-94709 ul.mega-sub-menu,
  #mega-menu-item-102258 ul.mega-sub-menu {
    left: auto !important;
    right: 100% !important;
  }
  #mega-menu-wrap-menu-1 {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  ul#mega-menu-menu-1 {
    display: flex !important;
    flex-direction: row;
    align-content: flex-end;
    align-items: center;
    justify-content: flex-end;
  }
  .bread-crumb {
    margin-bottom: 50px;
  }
  .site-main .wp-block-image figure.alignleft {
    float: left;
    display: table;
  }
  .site-main .wp-block-image figure.alignright {
    float: right;
    display: table;
  }
  .utility-nav,
  .network-nav {
    display: block;
  }
  .header {
    padding: 0;
  }
  .header .menu-toggle-box {
    display: none;
  }
  .header .utility-nav {
    background: #FCFCFC;
  }
  .header .utility-nav ul.menu {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
    background-color: transparent;
    box-sizing: border-box;
  }
  .header .utility-nav ul.menu li {
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header .utility-nav ul.menu li a {
    color: #575757;
    border-top: none;
    padding: 5px 8px;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8 rem;
    display: block;
    box-sizing: border-box;
    line-height: 33px;
    letter-spacing: -1px;
  }
  .header .utility-nav ul.menu li a:hover {
    color: #B00020;
    background-color: transparent;
    text-decoration: none;
  }
  .header .network-nav {
    background: #575757;
    width: 100%;
    margin-bottom: 6px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  }
  .header .network-nav ul.menu {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px 0 190px;
    display: flex;
    justify-content: flex-end;
    background-color: transparent;
    box-sizing: border-box;
  }
  .header .network-nav ul.menu li {
    list-style: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    display: block;
    border: none;
  }
  .header .network-nav ul.menu li:hover {
    background-color: transparent;
  }
  .header .network-nav ul.menu li a {
    color: #FCFCFC;
    border-top: none;
    padding: 8px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    font-size: 1.8 rem;
    display: block;
    width: auto;
    letter-spacing: -1px;
  }
  .header .network-nav ul.menu li a:hover {
    color: #cecece;
    background-color: transparent;
    text-decoration: none;
  }
  .header .main-menu {
    background: #7fa069;
    width: 100%;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
    height: 75px;
    position: relative;
    z-index: 100;
    display: block;
  }
  .header .main-menu ul.menu {
    max-width: 1080px;
    margin: 0 auto;
    padding: 15px 20px 0px 190px;
    display: flex;
    justify-content: flex-end;
    align-items: center; /* Center items vertically */
    height: 100%; /* Make menu full height of container */
    background-color: transparent;
    box-sizing: border-box;
  }
  .header .main-menu ul.menu > li {
    list-style: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    display: block;
    height: 50px;
  }
  .header .main-menu ul.menu > li .skip-link {
    position: absolute;
    top: 0;
  }
  .header .main-menu ul.menu > li:hover {
    background-color: transparent;
  }
  .header .main-menu ul.menu > li:hover > a {
    color: #F5F5F5;
    text-decoration: none;
    transition: none;
    background: url(../images/nav-notch.png) transparent center bottom no-repeat;
  }
  .header .main-menu ul.menu > li:focus-within .dropdown-panel {
    display: block;
    height: 2000px !important;
  }
  .header .main-menu ul.menu > li:focus-within .dropdown-panel .masonry-block-element {
    top: 0 !important;
    left: 0 !important;
    position: relative !important;
  }
  .header .main-menu ul.menu > li > a {
    color: #FCFCFC;
    border-top: none;
    padding: 0 8px;
    font-weight: normal;
    text-align: center;
    font-size: 19px;
    font-size: 1.9 rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    height: 50px;
    line-height: 1.2;
    width: auto;
    font-weight: bold;
    letter-spacing: -1px;
    white-space: nowrap;
  }
  .header .main-menu ul.menu > li .dropdown-panel {
    display: none;
    position: absolute;
    top: 100%;
    max-width: 1000px;
    left: 0;
    right: 0;
    border-bottom: 10px solid #007dc6;
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 99;
    background: url(../images/menu-bg.png) center repeat-y #fff;
  }
  .header .main-menu ul.menu > li .dropdown-panel .dropdown-panel-inner {
    width: 960px;
    margin: 0 auto;
  }
  .header .main-menu ul.menu > li .dropdown-panel .dropdown-panel-inner ul.masonry-block {
    margin: 0 0 15px 0;
    padding: 0;
    width: 960px;
    columns: 3 240px;
    column-gap: 40px;
  }
  .header .main-menu ul.menu > li .dropdown-panel .dropdown-panel-inner ul.masonry-block li {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
  }
  .header .main-menu ul.menu > li .dropdown-panel .dropdown-panel-inner ul.masonry-block li a {
    padding: 0 30px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    display: block;
    font-weight: 800;
    line-height: 1.1;
    font-size: 18px;
    font-size: 1.8 rem;
  }
  .header .main-menu ul.menu > li .dropdown-panel .dropdown-panel-inner ul.masonry-block li ul {
    padding-top: 5px;
  }
  .header .main-menu ul.menu > li .dropdown-panel .dropdown-panel-inner ul.masonry-block li ul li {
    margin-bottom: 7px;
  }
  .header .main-menu ul.menu > li .dropdown-panel .dropdown-panel-inner ul.masonry-block li ul li a {
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 30px 0 35px;
    color: #303030;
    font-size: 16px;
    font-size: 1.6 rem;
  }
  .header .main-menu ul.menu > li .dropdown-panel .dropdown-panel-inner ul.masonry-block li ul li ul li {
    margin-left: 15px;
    width: auto;
  }
  .header .main-menu ul.menu > li .dropdown-panel .dropdown-panel-inner ul.masonry-block li ul li ul li a {
    color: #707070;
    font-weight: 300;
  }
  .header .main-menu ul.menu li:hover .dropdown-panel {
    display: block;
  }
  .site-branding-outer {
    position: absolute;
    top: 54px !important; /* Ensure this overrides other styles */
    left: 10px;
    height: 60px;
    width: 150px;
    z-index: 101;
  }
  .site-branding-outer .site-branding {
    max-width: 100%;
    height: 100%;
  }
  .site-branding-outer .site-branding .site-title {
    margin: 0;
    width: 150px;
  }
  .site-branding-outer .site-branding .site-title a {
    width: 150px;
    height: 60px;
    background-size: contain;
  }
  .site-branding .site-title a {
    display: block;
    width: 150px;
    height: 40px;
    background: url("../images/TalladegaLogo25blk.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #mega-menu-menu-1 {
    text-align: center !important;
  }
  #mega-menu-wrap-menu-1 {
    width: 100%;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    padding: 0px 8px 0px 8px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    width: 250px;
  }
  #primary .site-main {
    padding: 50px 20px 20px 20px;
  }
  .has-image {
    height: 660px;
    background-size: cover;
  }
  .has-splash-cycle {
    display: block;
    height: 650px;
  }
  .has-splash-cycle .splash-controls {
    margin-top: 0;
    width: 1130px;
    /*justify-content: space-between;
    top:-500px;
    max-width: 940px;
    margin: 0 auto;*/
  }
  .has-splash-cycle .splash-cycle .splash-slide .splash-content {
    min-height: 700px;
  }
  .thumbs .cycle-2 {
    z-index: 9 !important;
  }
  .promo-container {
    padding: 0 10px 0 0;
  }
  .content-area .content-area-inner .site-main {
    padding: 80px 20px 80px 20px;
  }
  .content-area-red-transition .content-area-inner .site-main {
    padding: 80px 20px 80px 20px;
  }
  .site-main-sidebar {
    display: flex;
    justify-content: space-between;
  }
  .site-main-sidebar .content-sidebar {
    width: 65%;
  }
  .site-main-sidebar .sidebar {
    width: 24.5%;
  }
  .club-boxes {
    display: flex;
    flex-wrap: wrap;
  }
  .club-boxes .quote-box {
    width: 42%;
    margin: 30px 4% 40px 4%;
  }
  li.mega-menu-item.shop-menu-item {
    margin-top: 5px !important;
  }
  .event-image {
    max-width: 100%;
    max-height: 250px;
    height: auto;
    border: 0;
    display: block;
    object-fit: contain;
  }
}
@media only screen and (min-width: 1170px) {
  /*******
  /* 1170px and up
  /*******/
  .site-branding-outer {
    position: absolute;
    top: 75px;
    left: 10px;
    height: 60px;
    width: 150px;
    z-index: 101;
  }
  .site-branding-outer .site-branding {
    max-width: 100%;
    height: 100%;
  }
  .site-branding-outer .site-branding .site-title {
    margin: 0;
    width: 150px;
  }
  .site-branding-outer .site-branding .site-title a {
    width: 150px;
    height: 60px;
    background-size: contain;
  }
  #mega-menu-menu-1 {
    text-align: center !important;
    padding: 20px 10px 0px 0px !important;
  }
  #mega-menu-wrap-menu-1 {
    width: 100%;
  }
  ul#mega-menu-menu-1 {
    display: flex !important;
    flex-direction: row;
    align-content: flex-end;
    align-items: center;
    justify-content: flex-end;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    padding: 0px 8px 0px 8px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    width: 300px;
  }
  .thumbs {
    z-index: 99;
  }
}
@media only screen and (min-width: 1216px) {
  /*********
  /* 1216px and Up
  /* 1. ROOT 					==============================
  /* 2. TYPOGRAPHY 			==============================
  /* 3. COLOUR 				==============================
  /* 4. TEXTURE 				==============================
  /* 5. ELEMENTS 				==============================
  /* 6. LAYOUT 				==============================
  /* 7. VENDOR-SPECIFIC 		==============================
  /* 8. MODERNIZR 			==============================
  /* 9. TEMPLATE SPECIFICS 	==============================
  /*********/
  #mega-menu-wrap-menu-1 {
    width: 90%;
  }
  ul#mega-menu-menu-1 {
    display: flex !important;
    flex-direction: row;
    align-content: flex-end;
    align-items: center;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1382px) {
  /* 1382 =================================================== */
  .award-boxes .award-box {
    width: 30%;
  }
  .site-branding-outer {
    position: absolute;
    top: 76px;
    left: 50px;
    height: 60px;
    width: 150px;
    z-index: 101;
  }
  .site-branding-outer .site-branding {
    max-width: 100%;
    height: 100%;
  }
  .site-branding-outer .site-branding .site-title {
    margin: 0;
    width: 150px;
  }
  .site-branding-outer .site-branding .site-title a {
    width: 150px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .site-branding-outer-right {
    position: absolute;
    top: 76px;
    right: 50px;
    height: 60px;
    width: 150px;
    z-index: 101;
  }
  .site-branding-outer-right .site-branding-right {
    max-width: 100%;
    height: 100%;
  }
  .site-branding-outer-right .site-branding-right .site-title-right {
    margin: 0;
    width: 100px;
  }
  .site-branding-outer-right .site-branding-right .site-title-right a {
    width: 100px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .promo-container {
    padding: 0 20px 0 0;
  }
  #mega-menu-wrap-menu-1 {
    width: 90%;
  }
  ul#mega-menu-menu-1 {
    display: flex !important;
    flex-direction: row;
    align-content: flex-end;
    align-items: center;
    justify-content: center !important;
  }
}
@media only screen and (min-width: 1440px) {
  /* 1440 =================================================== */
  #mega-menu-item-91263 ul.mega-sub-menu,
  #mega-menu-item-91268 ul.mega-sub-menu,
  #mega-menu-item-91269 ul.mega-sub-menu,
  #mmega-menu-item-92777 ul.mega-sub-menu,
  #mega-menu-item-94709 ul.mega-sub-menu {
    left: 100% !important;
    right: auto !important;
  }
  .site-branding-outer {
    position: absolute;
    top: 66px;
    left: 60px;
    height: 68px;
    width: 162px;
    z-index: 101;
  }
  .site-branding-outer .site-branding {
    max-width: 100%;
    height: 100%;
  }
  .site-branding-outer .site-branding .site-title {
    margin: 0;
    width: 162px;
  }
  .site-branding-outer .site-branding .site-title a {
    width: 162px;
    height: 68px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .site-branding-outer-right {
    position: absolute;
    top: 66px;
    right: 60px;
    height: 40px;
    width: 150px;
    z-index: 101;
  }
  .site-branding-outer-right .site-branding-right {
    max-width: 100%;
    height: 100%;
  }
  .site-branding-outer-right .site-branding-right .site-title-right {
    margin: 0;
    width: 150px;
  }
  .site-branding-outer-right .site-branding-right .site-title-right a {
    width: 150px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #mega-menu-wrap-menu-1 {
    width: 85%;
  }
  ul#mega-menu-menu-1 {
    display: flex !important;
    flex-direction: row;
    align-content: flex-end;
    align-items: center;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1752px) {
  /* 768 =================================================== */
  .has-splash-cycle {
    height: 700px;
  }
  .has-splash-cycle .splash-controls {
    top: -130px;
  }
  .has-splash-cycle .splash-cycle .splash-slide {
    min-height: 610px;
  }
  .has-splash-cycle .splash-cycle .splash-slide .splash-content {
    min-height: 700px;
  }
  .site-branding-outer {
    position: absolute;
    top: 60px;
    left: 100px;
    height: 64px;
    width: 200px;
    z-index: 101;
  }
  .site-branding-outer .site-branding {
    max-width: 100%;
    height: 100%;
  }
  .site-branding-outer .site-branding .site-title {
    margin: 0;
    width: 150px;
  }
  .site-branding-outer .site-branding .site-title a {
    width: 200px;
    height: 68px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .site-branding-outer-right {
    position: absolute;
    top: 60px;
    right: 100px;
    height: 60px;
    width: 200px;
    z-index: 101;
  }
  .site-branding-outer-right .site-branding-right {
    max-width: 100%;
    height: 100%;
  }
  .site-branding-outer-right .site-branding-right .site-title-right {
    margin: 0;
    width: 150px;
  }
  .site-branding-outer-right .site-branding-right .site-title-right a {
    width: 200px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #mega-menu-wrap-menu-1 {
    width: 60%;
  }
  ul#mega-menu-menu-1 {
    display: flex !important;
    flex-direction: row;
    align-content: flex-end;
    align-items: center;
    justify-content: center !important;
  }
}