<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import '../third-party-css/fontawesome-all.min.css';
/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,400,700");
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,700&amp;display=swap");
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #332c2c;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  color: #332c2c;
  font-weight: 400;
}

h1 {
  font-size: 2.375rem;
}

h2 {
  color: #332c2c;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.375rem;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 400;
}
h2:after {
  content: "";
  background-color: #702E3D;
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media (min-width: 30rem) {
  h2 {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 48rem) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}

h3 {
  font-size: 1.25rem;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 48rem) {
  h3 {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }
}
h3:after {
  content: "";
  background-color: #702E3D;
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

a, a:visited {
  color: #702E3D;
  font-weight: bold;
  text-decoration: underline;
}
a:hover, a:active, a:visited:hover, a:visited:active {
  color: #702E3D;
  outline: 0;
}
@media (min-width: 62.1rem) {
  a:focus, a:visited:focus {
    outline: 2px solid red !important;
  }
}

p.dropcap:first-child:first-letter {
  color: #903;
  float: left;
  font-family: Georgia;
  font-size: 4.6875rem;
  line-height: 3.75rem;
  padding: 0.25rem 0.5rem 0.1875rem 0;
}

button {
  outline: 0;
}

hr {
  margin: 2.5rem 0;
  border: 0;
  border-top: 1px dotted #332c2c;
}
hr.white {
  border-top: 1px dotted #fff;
}

.screen-reader-text {
  left: -9999em;
  position: absolute;
  top: -9999em;
}

.skiplink-text {
  color: #fff;
  background-color: #000;
  font-weight: 400;
}
.skiplink-text:hover {
  text-decoration: underline;
}

.sr-only {
  color: #fff !important;
  background-color: #000 !important;
}
.sr-only a {
  color: #fff !important;
  background-color: #000 !important;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: 100%;
  display: block;
  background-color: black !important;
  /* border: solid 1px red; */
  text-align: center;
  padding: 20px;
  transition: none !important;
}

img {
  max-width: 100%;
}

footer {
  background: #000;
  color: #fff;
  background-image: url(../images/foot-hilite.png);
  padding-top: 20px;
}
@media (min-width: 48rem) {
  footer {
    padding-top: 50px;
  }
}
footer .inner {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .inner .top {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 91.875rem) {
  footer .inner .top {
    padding: 0;
  }
}
@media (min-width: 30rem) {
  footer .inner .top {
    display: flex;
    gap: 20px;
  }
}
footer .inner .top .logo {
  text-align: center;
}
@media (min-width: 30rem) {
  footer .inner .top .logo {
    flex: 1 1 50%;
    margin: 0;
  }
}
@media (min-width: 48rem) {
  footer .inner .top .logo {
    margin: 0 0 20px 0;
  }
}
footer .inner .top .logo img {
  width: 200px;
  margin: 0 auto;
}
@media (min-width: 30rem) {
  footer .inner .top .logo img {
    width: 300px;
    max-width: 80%;
  }
}
@media (min-width: 48rem) {
  footer .inner .top .logo img {
    margin: 0 0 20px 0;
  }
}
footer .inner .top .social-icons {
  padding-top: 10px;
  text-align: left;
}
footer .inner .top .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (min-width: 48rem) {
  footer .inner .top .social-icons ul {
    text-align: left;
  }
}
@media (min-width: 62rem) {
  footer .inner .top .social-icons ul {
    width: 100%;
  }
}
footer .inner .top .social-icons ul li {
  display: inline-block;
}
footer .inner .top .social-icons ul li a {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  width: 36px;
  height: 36px;
  padding-top: 4px;
  border: 2px solid #fff;
  border-radius: 100%;
  text-decoration: none;
}
footer .inner .top .social-icons ul li a:hover {
  color: #000000;
  background-color: #fff;
}
footer .inner .top .social-icons ul li a:focus {
  border: 2px dotted red;
  outline: none !important;
}
footer .inner .top .location {
  text-align: center;
  padding: 10px 0 0 0;
}
@media (min-width: 48.1rem) {
  footer .inner .top .location {
    display: flex;
    text-align: left;
  }
}
footer .inner .top .location .address {
  flex: 1;
  text-align: center;
}
@media (min-width: 48rem) {
  footer .inner .top .location .address {
    border-right: 2px solid #fff;
    text-align: left;
    padding: 0 10px 0 0;
  }
}
@media (min-width: 48.1rem) {
  footer .inner .top .location {
    text-align: left;
  }
}
footer .inner .top .location .questions {
  flex: 1;
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 48.1rem) {
  footer .inner .top .location .questions {
    text-align: left;
    padding-left: 10px;
  }
}
footer .inner .top .location .questions a {
  color: #fff;
  text-decoration: underline;
}
footer .inner .top .location .questions a:hover {
  text-decoration: none;
}
footer .inner .top .links {
  flex: 1 1 50%;
}
footer .inner .top .links ul {
  column-count: 2;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .inner .top .links ul li {
  display: block;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
footer .inner .top .links ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 1.125rem;
  border: 2px solid transparent;
}
footer .inner .top .links ul li a:hover, footer .inner .top .links ul li a:focus {
  border-color: #fff;
}
footer .inner .top .links ul li a:focus {
  outline: none !important;
}
footer .inner .bottom {
  margin-top: 20px;
  padding-top: 20px;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  border-top: 1px dotted #757575;
}
@media (min-width: 91.875rem) {
  footer .inner .bottom {
    padding: 0;
  }
}
footer .inner .bottom .copyright {
  color: #fff;
  text-align: right;
  margin-top: 20px;
  font-size: 12px;
}

.subfooter {
  color: #fff;
  background-color: #000000;
  padding-bottom: 30px;
}
.subfooter .accreditation {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.subfooter .accreditation .inner {
  padding-top: 0 !important;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 91.875rem) {
  .subfooter .accreditation .inner {
    padding: 0;
  }
}
@media (min-width: 91.875rem) {
  .subfooter .accreditation .inner {
    padding: 0;
  }
}
.subfooter .accreditation .inner .item {
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.subfooter .accreditation .inner .item a {
  display: block;
  text-align: center;
  margin: 0 5px;
}
.subfooter .accreditation .inner .item a img {
  margin: 0 auto;
}
.subfooter .accreditation .inner.alt .item {
  width: 120px;
}
.subfooter .inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  padding-top: 30px !important;
}
@media (min-width: 91.875rem) {
  .subfooter .inner {
    padding: 0;
  }
}
@media (min-width: 48rem) {
  .subfooter .inner {
    display: flex;
    justify-content: space-between;
  }
}
.subfooter .inner .logo {
  text-align: center;
}
.subfooter .inner .logo img {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 48rem) {
  .subfooter .inner .logo {
    flex: 0 0 360px;
    width: 360px;
  }
  .subfooter .inner .logo img {
    width: 100%;
    max-width: 100%;
  }
}
.subfooter .inner .address {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 48rem) {
  .subfooter .inner .address {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 0 20px;
    margin-top: 0;
  }
}
@media (min-width: 90rem) {
  .subfooter .inner .address {
    padding: 0;
  }
}
.subfooter .inner .social-icons {
  margin-top: 20px;
  text-align: center;
  min-width: 200px;
}
@media (min-width: 62rem) {
  .subfooter .inner .social-icons {
    margin-top: 0;
    display: flex;
    align-items: center;
  }
}
.subfooter .inner .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
@media (min-width: 62rem) {
  .subfooter .inner .social-icons ul {
    text-align: right;
    width: 100%;
  }
}
.subfooter .inner .social-icons ul li {
  display: inline-block;
  text-align: center;
}
.subfooter .inner .social-icons ul li a {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  width: 36px;
  height: 36px;
  padding-top: 4px;
  border: 2px solid #fff;
  border-radius: 100%;
  text-decoration: none;
}
.subfooter .inner .social-icons ul li a:hover {
  color: #000000;
  background-color: #fff;
}
.subfooter .inner .social-icons ul li a:focus {
  outline: none !important;
  border: 2px dotted red;
}

.body {
  overflow-x: hidden;
}

.header {
  position: relative;
  height: auto;
  z-index: 2000;
  background: #000;
}
@media (min-width: 62.1rem) {
  .header a:focus {
    outline: none !important;
    text-decoration: underline !important;
  }
}

@media (min-width: 62rem) {
  .header {
    height: 160px;
    background: linear-gradient(to top, white, white 40%, black 40%, black);
  }
}
.header .mob {
  display: block;
  padding-top: 20px;
  width: 68px;
  height: 50px;
  float: right;
}

@media (min-width: 62rem) {
  .header .mob {
    display: none;
  }
}
.header .mob .fa {
  font-size: 30px;
  color: #000000;
}

* {
  min-height: 0;
  min-width: 0;
}

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

img {
  display: block;
}

body {
  background-color: #fff;
  margin: 0;
  line-height: 1.5;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

fieldset {
  border: none;
  padding: 0;
}

.page-content {
  background-color: #fff;
}
.page-content .page-inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 91.875rem) {
  .page-content .page-inner {
    padding: 0;
  }
}
@media (min-width: 62rem) {
  .page-content .page-inner {
    display: flex;
  }
}
.page-content .page-inner .sidebar {
  padding-top: 30px;
}
@media (min-width: 62rem) {
  .page-content .page-inner .sidebar {
    flex: 0 0 350px;
    -ms-flex: 0 0 350px;
    width: 350px;
    border-right: 2px solid #d9d6d6;
    padding: 40px 20px 40px 0;
  }
}
.page-content .page-inner .content-area {
  padding-bottom: 40px;
}
@media (min-width: 62rem) {
  .page-content .page-inner .content-area {
    padding: 40px 0 40px 20px;
    flex: 1;
  }
}

.pagetitle {
  background: rgb(51, 44, 44);
  background: linear-gradient(180deg, rgb(51, 44, 44) 0%, rgb(78, 68, 68) 100%);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 10px 0;
}
.pagetitle h1 {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 1.875rem;
}
.pagetitle.lp {
  margin-bottom: 0;
}

.sidebar-social {
  display: none;
}
@media (min-width: 62rem) {
  .sidebar-social {
    display: block;
  }
}
.sidebar-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
@media (min-width: 62rem) {
  .sidebar-social ul {
    text-align: center;
    width: 100%;
  }
}
.sidebar-social ul li {
  display: inline-block;
  text-align: center;
}
.sidebar-social ul li a {
  display: inline-block;
  text-align: center;
  color: rgb(110, 110, 110);
  font-size: 1.125rem;
  width: 36px;
  height: 36px;
  padding-top: 4px;
  border: 2px solid rgb(110, 110, 110);
  border-radius: 100%;
  text-decoration: none;
}
.sidebar-social ul li a:hover {
  color: #fff;
  background-color: #702E3D;
  border-color: #702E3D;
}
.sidebar-social ul li a:focus {
  outline: none !important;
  border: 2px dotted red;
}

.no-gutter &gt; [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.all-news {
  text-align: center;
  margin: 40px 0;
}

.table-wrapper {
  overflow-x: scroll;
}

table {
  width: 100%;
}
table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
table tr:nth-child(even) {
  background-color: #e5e5e5;
}
table tr th {
  background-color: #000;
  color: #fff;
}
table tr td {
  padding: 5px;
  border: 0;
  margin: 0;
}

.main-nav-wrap, .landing-nav-wrap {
  height: auto;
  position: relative;
}
@media (min-width: 62rem) {
  .main-nav-wrap, .landing-nav-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 145px;
  }
}
.main-nav-wrap .nav-container, .landing-nav-wrap .nav-container {
  position: relative;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  padding: 0;
  height: 100%;
}
@media (min-width: 91.875rem) {
  .main-nav-wrap .nav-container, .landing-nav-wrap .nav-container {
    padding: 0;
  }
}
.main-nav-wrap .grid-container, .landing-nav-wrap .grid-container {
  position: relative;
}

.landing-nav-wrap {
  height: auto;
  position: relative;
}

.logo-wrap {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 62rem) {
  .logo-wrap {
    max-width: 90rem;
    margin: 0 auto;
  }
}
.logo-wrap a.logo {
  position: absolute;
  top: -3px;
  left: 5px;
  width: 260px;
  padding: 5px;
}
@media (min-width: 62rem) {
  .logo-wrap a.logo {
    top: -5px;
    left: -10px;
    width: 435px;
    padding: 5px;
  }
}
.logo-wrap a.logo img {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  transition: width 0.15s ease-in-out !important;
}
.logo-wrap a:focus {
  outline: 2px solid red !important;
  padding: 2px;
}

ul.utility-nav {
  list-style: none;
  padding-left: 0;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  z-index: 1999;
}
@media (min-width: 62rem) {
  ul.utility-nav {
    text-align: right;
    margin-bottom: 0;
    position: absolute;
    top: 5px;
    right: 280px;
  }
}
ul.utility-nav li {
  position: relative;
  z-index: 2001;
}
ul.utility-nav li a {
  display: block;
  font-size: 16px;
  padding: 17px 15px;
  height: auto;
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  font-family: "Oswald", sans-serif;
  transition: none;
  font-weight: 400;
  border-bottom: solid 1px #fff;
}
ul.utility-nav li a:hover {
  color: #fff;
}
@media (min-width: 62rem) {
  ul.utility-nav li a {
    font-size: 0.875rem;
    padding: 10px 12px 0 12px;
    color: #fff;
    border-bottom: none;
  }
}
ul.utility-nav li.toggle-main-sub {
  display: block;
}
@media (min-width: 62rem) {
  ul.utility-nav li.toggle-main-sub {
    display: none;
  }
}
ul.utility-nav li ul {
  display: none;
  list-style: none;
  padding-left: 0;
  padding: 0;
  margin: 0;
}
ul.utility-nav li ul.open {
  display: none;
}
ul.utility-nav li ul li a {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  border-color: #fff;
}
ul.utility-nav li ul li a:hover {
  color: #702E3D;
}
ul.utility-nav li ul li.search-toggle {
  display: none;
}
@media (min-width: 62rem) {
  ul.utility-nav li {
    position: relative;
    text-align: left;
    display: inline-block;
    border-bottom: none;
  }
  ul.utility-nav li.has-sub a {
    position: relative;
    padding-right: 30px;
  }
  ul.utility-nav li.has-sub a:after {
    display: inline-block;
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    right: 10px;
    font-family: "Font Awesome 6 Pro";
    content: "\f078";
    margin-left: 5px;
    font-weight: 400;
    color: #fff;
    width: 1.25rem;
    height: 1.25rem;
    padding-left: 7px;
    transition: all 0.3s ease;
  }
  ul.utility-nav li a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 86px;
    color: #fff;
    position: relative;
    overflow: auto;
    padding: 0 10px;
  }
  ul.utility-nav li a:before {
    content: "";
    display: block;
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    transition: all 0.1s ease-in-out;
    width: 100%;
    z-index: -1;
  }
  ul.utility-nav li a:hover {
    color: #000;
  }
  ul.utility-nav li:hover.has-sub a:after {
    color: #000;
  }
  ul.utility-nav li:hover a {
    color: #000 !important;
    transition: none;
    position: relative;
    z-index: 3001;
    transition: all 0.2s ease-in-out;
  }
  ul.utility-nav li:hover a:before {
    bottom: 0;
  }
  ul.utility-nav li:hover &gt; ul {
    display: block;
    position: absolute;
    top: 85px;
    width: 300px;
    left: 0px;
    z-index: 3000;
    padding: 10px;
    background-color: #fff;
    border: solid 1px #000;
  }
  ul.utility-nav li:hover &gt; ul li {
    width: 100%;
    background-color: transparent;
    display: block;
    border-bottom: none;
    text-transform: none;
    margin: 0;
    border-bottom: 1px solid #000;
  }
  ul.utility-nav li:hover &gt; ul li a {
    height: auto !important;
    font-size: 0.875rem;
    line-height: 0.875rem;
    padding: 10px;
    color: #000 !important;
    font-weight: 400;
    border: none;
    background-color: #fff;
  }
  ul.utility-nav li:hover &gt; ul li a:hover {
    background-color: #000 !important;
    color: #fff !important;
  }
  ul.utility-nav li:hover &gt; ul li a:before, ul.utility-nav li:hover &gt; ul li a:after {
    display: none;
  }
  ul.utility-nav li:hover &gt; ul li:last-child {
    border-bottom: none;
  }
  ul.utility-nav li:nth-last-child(2):hover &gt; ul, ul.utility-nav li:last-child:hover &gt; ul {
    display: block;
    position: absolute;
    right: -1px;
    left: auto;
    width: 300px;
    z-index: 3000;
  }
}

ul.utility-nav li .toggle-utility-sub {
  background-color: #332c2c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  height: 58px;
  border-bottom: none;
}
ul.utility-nav li .toggle-utility-sub:before {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 26px;
  content: "\f067";
  color: #fff;
  transition: all 0.5s ease;
}
ul.utility-nav li .toggle-utility-sub.menu-visible {
  background-color: #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  height: 59px;
}
ul.utility-nav li .toggle-utility-sub.menu-visible:before {
  color: #702E3D;
  transform: rotate(-135deg);
  transition: all 0.5s ease;
}
ul.utility-nav li .toggle-utility-sub.menu-visible + a {
  background-color: #fff;
  color: #702E3D;
}
@media (min-width: 62rem) {
  ul.utility-nav li .toggle-utility-sub.menu-visible + a {
    background-color: transparent;
  }
}
@media (min-width: 62rem) {
  ul.utility-nav li .toggle-utility-sub {
    display: none;
  }
}

.utility-nav li &gt; ul .show-menu {
  display: block;
  position: absolute;
  top: 4.0625rem;
  width: 15rem !important;
  z-index: 3000;
}
.utility-nav li &gt; ul .show-menu li {
  background-color: #777;
}
.utility-nav li &gt; ul .show-menu li a {
  height: 2.5rem;
  padding: 0.4375rem 0 0 1rem;
  color: #fff;
  width: 15rem !important;
  background-color: #777;
}

ul.cta-nav {
  font-family: "Oswald", sans-serif;
  list-style: none;
  padding-left: 0;
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 0;
  position: relative;
  width: 100%;
  padding: 10px 5px;
  border-bottom: 1px solid #fff;
}
@media (min-width: 62rem) {
  ul.cta-nav {
    max-width: 400px;
    border-bottom: none;
    padding: 0;
    text-align: right;
    padding: 0;
    position: absolute;
    top: 98px;
    right: 10px;
  }
}
ul.cta-nav li {
  list-style: none;
  padding-left: 0;
  position: relative;
  display: inline-block;
}
ul.cta-nav li:nth-child(2):after {
  display: none;
}
@media (min-width: 420px) {
  ul.cta-nav li:nth-child(2):after {
    display: block;
  }
}
ul.cta-nav li:last-child:after {
  display: none;
}
ul.cta-nav li a {
  padding: 8px 12px;
  text-transform: none;
  background-color: #fff;
  color: #702E3D;
  font-size: 16px;
  display: block;
  text-decoration: none;
  overflow: visible;
  position: relative;
  z-index: 1;
}
ul.cta-nav li a:hover {
  text-decoration: none;
  transition: background 0.2s ease-in-out;
}
ul.cta-nav li a:hover:before {
  top: 0;
}
ul.cta-nav li a:focus {
  outline: none !important;
  text-decoration: underline !important;
}
ul.cta-nav li a .linktext a {
  text-align: center;
}
ul.cta-nav li a .linktext img {
  width: 40px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 62rem) {
  ul.cta-nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: auto;
    font-size: 0.75rem;
    border: solid 2px transparent;
    text-decoration: none;
    font-weight: 400;
    padding: 0 10px;
    text-decoration: none;
    background-color: transparent;
    text-transform: uppercase;
  }
  ul.cta-nav li a:hover {
    color: #702E3D;
    border-color: #702E3D;
  }
  ul.cta-nav li a:after {
    display: none;
  }
  ul.cta-nav li a .linktext {
    display: block;
  }
}
@media (min-width: 62rem) {
  ul.cta-nav li:after {
    display: none;
  }
  ul.cta-nav li:nth-child(2):after {
    display: none;
  }
}

.navigation {
  display: none;
}
@media (min-width: 62rem) {
  .navigation {
    position: relative;
    display: block;
    margin-top: 0;
  }
}

ul.main-nav {
  list-style: none;
  padding-left: 0;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  z-index: 19;
}
@media (min-width: 62rem) {
  ul.main-nav {
    text-align: right;
    margin-bottom: 0;
    position: absolute;
    top: 105px;
    left: 0;
  }
}
ul.main-nav li {
  position: relative;
  z-index: 21;
}
ul.main-nav li a {
  display: block;
  font-size: 20px;
  padding: 14px 15px;
  height: auto;
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  transition: none;
  font-weight: 400;
  border-bottom: solid 1px #fff;
  text-transform: uppercase;
}
ul.main-nav li a:hover {
  color: #fff;
}
@media (min-width: 62rem) {
  ul.main-nav li a {
    font-size: 1rem;
    padding: 0.625rem 0.75rem 0 0.75rem;
    color: #fff;
    border-bottom: none;
  }
}
@media (min-width: 75rem) {
  ul.main-nav li a {
    font-size: 0.9375rem;
  }
}
ul.main-nav li.toggle-main-sub {
  display: block;
}
@media (min-width: 62rem) {
  ul.main-nav li.toggle-main-sub {
    display: none;
  }
}
ul.main-nav li ul {
  display: none;
  list-style: none;
  padding-left: 0;
  padding: 0;
  margin: 0;
}
ul.main-nav li ul.open {
  display: none;
}
ul.main-nav li ul li a {
  font-size: 18px;
  line-height: 20px;
  color: #332c2c;
  font-weight: 400;
  background-color: #f7f7f7;
  border-color: #fff;
}
ul.main-nav li ul li a:hover {
  color: #000000;
}
ul.main-nav li ul li.search-toggle {
  display: none;
}
@media (min-width: 62rem) {
  ul.main-nav li {
    position: relative;
    text-align: left;
    display: inline-block;
    border-bottom: none;
    margin-right: 10px;
  }
  ul.main-nav li a {
    height: 2.625rem;
    color: #000;
    border: solid 1px transparent;
  }
  ul.main-nav li.has-sub a:after {
    display: inline-block;
    right: 10px;
    font-family: "Font Awesome 6 Pro";
    content: "\f078";
    margin-left: 5px;
    font-weight: 400;
    color: #000;
    width: 1.25rem;
    height: 1.25rem;
    padding-left: 7px;
    transition: all 0.3s ease;
  }
  ul.main-nav li.has-sub:hover a:after {
    color: #000;
  }
  ul.main-nav li:hover a {
    position: relative;
    color: #000;
    border-color: #000;
    position: relative;
    background-color: #fff;
    z-index: 21;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    border-bottom: solid 1px #fff;
  }
  ul.main-nav li:hover &gt; ul {
    display: block;
    position: absolute;
    top: 41px;
    width: 18.75rem;
    left: 0px;
    z-index: 20;
    padding: 10px;
    background-color: #fff;
    border: solid 1px #000;
  }
  ul.main-nav li:hover &gt; ul li {
    width: 100%;
    background-color: transparent;
    display: block;
    border-bottom: none;
    text-transform: none;
    margin: 0;
    border-bottom: 1px solid #000;
  }
  ul.main-nav li:hover &gt; ul li:first-child {
    border-right: none;
  }
  ul.main-nav li:hover &gt; ul li:first-child:hover a {
    color: #000000;
  }
  ul.main-nav li:hover &gt; ul li:nth-last-child(2) a, ul.main-nav li:hover &gt; ul li:last-child a {
    text-align: left;
  }
  ul.main-nav li:hover &gt; ul li:nth-last-child(2) a:hover, ul.main-nav li:hover &gt; ul li:last-child a:hover {
    color: #000000;
  }
  ul.main-nav li:hover &gt; ul li:last-child {
    border-bottom: none;
  }
  ul.main-nav li:hover &gt; ul li.search-toggle {
    display: inline-block;
  }
  ul.main-nav li:hover &gt; ul li a {
    height: auto !important;
    font-size: 0.875rem;
    line-height: 0.875rem;
    padding: 10px;
    color: #000;
    background-color: #fff;
    font-weight: 400;
    border: none;
  }
  ul.main-nav li:hover &gt; ul li a:after {
    display: none;
  }
  ul.main-nav li:hover &gt; ul li a:hover {
    background-color: #000 !important;
    color: #fff !important;
  }
  ul.main-nav li:nth-last-child(2):hover &gt; ul, ul.main-nav li:last-child:hover &gt; ul {
    display: block;
    position: absolute;
    right: 0px;
    left: auto;
    width: 300px;
    z-index: 20;
  }
  ul.main-nav li:nth-last-child(2):hover &gt; ul li a, ul.main-nav li:last-child:hover &gt; ul li a {
    text-align: left;
  }
}

MAIN NAV TABBING .main-nav li &gt; ul .show-menu {
  display: block;
  position: absolute;
  top: 4.0625rem;
  width: 15rem !important;
  z-index: 20;
}
MAIN NAV TABBING .main-nav li &gt; ul .show-menu li {
  background-color: #777;
}
MAIN NAV TABBING .main-nav li &gt; ul .show-menu li a {
  height: 2.5rem;
  padding: 0.4375rem 0 0 1rem;
  color: #fff;
  width: 15rem !important;
  background-color: #777;
}

.mob-nav-wrap {
  background-color: #fff;
  display: block;
}
@media (min-width: 62rem) {
  .mob-nav-wrap {
    display: none;
  }
}
.mob-nav-wrap .mob-nav {
  display: block;
  height: 60px;
  background-color: #000000;
}

a.nav-trigger {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  height: 60px;
  width: 56px;
  white-space: nowrap;
  color: #fff;
  text-indent: -30px;
  padding-top: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #332c2c;
}
a.nav-trigger:hover {
  text-decoration: none;
}

.nav-trigger {
  position: relative;
}
.nav-trigger span {
  position: absolute;
  width: 22px;
  height: 4px;
  background-color: #fff;
  border-radius: 1.5px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.nav-trigger span:after, .nav-trigger span:before {
  position: absolute;
  width: 22px;
  height: 4px;
  background-color: #fff;
  border-radius: 1.5px;
  content: "";
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.nav-trigger span:before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.nav-trigger span:after {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}

.nav-is-visible .nav-trigger span {
  background-color: transparent;
}
.nav-is-visible .nav-trigger span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-is-visible .nav-trigger span:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

ul.main-nav li .toggle-main-sub {
  background-color: #332c2c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  height: 58px;
  border-bottom: none;
}
ul.main-nav li .toggle-main-sub:before {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 26px;
  content: "\f067";
  color: #fff;
  transition: all 0.5s ease;
}
ul.main-nav li .toggle-main-sub.menu-visible {
  background-color: #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  height: 59px;
}
ul.main-nav li .toggle-main-sub.menu-visible:before {
  color: #000000;
  transform: rotate(-135deg);
  transition: all 0.5s ease;
}
ul.main-nav li .toggle-main-sub.menu-visible + a {
  background-color: #d9d6d6;
  color: #000000;
}
@media (min-width: 62rem) {
  ul.main-nav li .toggle-main-sub.menu-visible + a {
    background-color: transparent;
  }
}
@media (min-width: 62rem) {
  ul.main-nav li .toggle-main-sub {
    display: none;
  }
}

.navigation-landing {
  display: none;
  background-color: #000;
}
@media (min-width: 62rem) {
  .navigation-landing {
    position: relative;
    display: block;
    margin: 10px 0;
    background-color: #fff;
  }
}

ul.landing-nav {
  list-style: none;
  padding-left: 0;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  z-index: 19;
  text-align: left;
}
ul.landing-nav li {
  position: relative;
  z-index: 21;
}
ul.landing-nav li a {
  display: block;
  font-size: 20px;
  padding: 14px 15px;
  height: auto;
  text-decoration: none;
  background-color: transparent;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  transition: none;
  font-weight: 400;
  border-bottom: solid 1px #fff;
  text-transform: uppercase;
}
ul.landing-nav li a:hover {
  color: #fff;
}
@media (min-width: 62rem) {
  ul.landing-nav li a {
    font-size: 1rem;
    padding: 0.625rem 0.75rem 0 0.75rem;
    color: #fff;
    border-bottom: none;
  }
}
@media (min-width: 75rem) {
  ul.landing-nav li a {
    font-size: 0.9375rem;
  }
}
ul.landing-nav li.toggle-landing-sub {
  display: block;
}
@media (min-width: 62rem) {
  ul.landing-nav li.toggle-landing-sub {
    display: none;
  }
}
ul.landing-nav li ul {
  display: none;
  list-style: none;
  padding-left: 0;
  padding: 0;
  margin: 0;
}
ul.landing-nav li ul.open {
  display: none;
}
ul.landing-nav li ul li a {
  font-size: 18px;
  line-height: 20px;
  color: #332c2c;
  font-weight: 400;
  background-color: #f7f7f7;
  border-color: #fff;
}
ul.landing-nav li ul li a:hover {
  color: #000000;
}
ul.landing-nav li ul li.search-toggle {
  display: none;
}
@media (min-width: 62rem) {
  ul.landing-nav li {
    position: relative;
    text-align: left;
    display: inline-block;
    border-bottom: none;
    margin-right: 10px;
  }
  ul.landing-nav li a {
    height: 2.625rem;
    color: #000;
    border: solid 1px transparent;
  }
  ul.landing-nav li.has-sub a:after {
    display: inline-block;
    right: 10px;
    font-family: "Font Awesome 6 Pro";
    content: "\f078";
    margin-left: 5px;
    font-weight: 400;
    color: #000;
    width: 1.25rem;
    height: 1.25rem;
    padding-left: 7px;
    transition: all 0.3s ease;
  }
  ul.landing-nav li.has-sub:hover a:after {
    color: #000;
  }
  ul.landing-nav li:hover a {
    position: relative;
    color: #000;
    border-color: #000;
    position: relative;
    background-color: #fff;
    z-index: 21;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    border-bottom: solid 1px #fff;
  }
  ul.landing-nav li:hover &gt; ul {
    display: block;
    position: absolute;
    top: 41px;
    width: 18.75rem;
    left: 0px;
    z-index: 20;
    padding: 10px;
    background-color: #fff;
    border: solid 1px #000;
  }
  ul.landing-nav li:hover &gt; ul li {
    width: 100%;
    background-color: transparent;
    display: block;
    border-bottom: none;
    text-transform: none;
    margin: 0;
    border-bottom: 1px solid #000;
  }
  ul.landing-nav li:hover &gt; ul li:first-child {
    border-right: none;
  }
  ul.landing-nav li:hover &gt; ul li:first-child:hover a {
    color: #000000;
  }
  ul.landing-nav li:hover &gt; ul li:nth-last-child(2) a, ul.landing-nav li:hover &gt; ul li:last-child a {
    text-align: left;
  }
  ul.landing-nav li:hover &gt; ul li:nth-last-child(2) a:hover, ul.landing-nav li:hover &gt; ul li:last-child a:hover {
    color: #000000;
  }
  ul.landing-nav li:hover &gt; ul li:last-child {
    border-bottom: none;
  }
  ul.landing-nav li:hover &gt; ul li.search-toggle {
    display: inline-block;
  }
  ul.landing-nav li:hover &gt; ul li a {
    height: auto !important;
    font-size: 0.875rem;
    line-height: 0.875rem;
    padding: 10px;
    color: #000;
    background-color: #fff;
    font-weight: 400;
    border: none;
  }
  ul.landing-nav li:hover &gt; ul li a:after {
    display: none;
  }
  ul.landing-nav li:hover &gt; ul li a:hover {
    background-color: #000 !important;
    color: #fff !important;
  }
  ul.landing-nav li:nth-last-child(2):hover &gt; ul, ul.landing-nav li:last-child:hover &gt; ul {
    display: block;
    position: absolute;
    right: 0px;
    left: auto;
    width: 300px;
    z-index: 20;
  }
  ul.landing-nav li:nth-last-child(2):hover &gt; ul li a, ul.landing-nav li:last-child:hover &gt; ul li a {
    text-align: left;
  }
}

MAIN NAV TABBING .landing-nav li &gt; ul .show-menu {
  display: block;
  position: absolute;
  top: 4.0625rem;
  width: 15rem !important;
  z-index: 20;
}
MAIN NAV TABBING .landing-nav li &gt; ul .show-menu li {
  background-color: #777;
}
MAIN NAV TABBING .landing-nav li &gt; ul .show-menu li a {
  height: 2.5rem;
  padding: 0.4375rem 0 0 1rem;
  color: #fff;
  width: 15rem !important;
  background-color: #777;
}

.mob-landing-nav-wrap {
  background-color: #fff;
  display: block;
  position: relative;
}
@media (min-width: 62rem) {
  .mob-landing-nav-wrap {
    display: none;
  }
}
.mob-landing-nav-wrap .mob-landing-nav {
  display: block;
  height: 60px;
  background-color: #000000;
  color: #fff;
  text-align: right;
  padding-right: 60px;
}
.mob-landing-nav-wrap .mob-landing-nav span.intro {
  display: inline-block;
  padding-top: 20px;
}

a.landing-nav-trigger {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  height: 60px;
  width: 56px;
  white-space: nowrap;
  color: #fff;
  text-indent: -30px;
  padding-top: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #332c2c;
}
a.landing-nav-trigger:hover {
  text-decoration: none;
}

.landing-nav-trigger {
  position: relative;
}
.landing-nav-trigger span {
  position: absolute;
  width: 22px;
  height: 4px;
  background-color: #fff;
  border-radius: 1.5px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.landing-nav-trigger span:after, .landing-nav-trigger span:before {
  position: absolute;
  width: 22px;
  height: 4px;
  background-color: #fff;
  border-radius: 1.5px;
  content: "";
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.landing-nav-trigger span:before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.landing-nav-trigger span:after {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}

.landing-nav-is-visible .landing-nav-trigger span {
  background-color: transparent;
}
.landing-nav-is-visible .landing-nav-trigger span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.landing-nav-is-visible .landing-nav-trigger span:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

ul.landing-nav li .toggle-landing-sub {
  background-color: #332c2c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  height: 58px;
  width: 56px;
  border-bottom: none;
}
ul.landing-nav li .toggle-landing-sub:before {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 26px;
  content: "\f067";
  color: #fff;
  transition: all 0.5s ease;
}
ul.landing-nav li .toggle-landing-sub.menu-visible {
  background-color: #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  height: 59px;
}
ul.landing-nav li .toggle-landing-sub.menu-visible:before {
  color: #000000;
  transform: rotate(-135deg);
  transition: all 0.5s ease;
}
ul.landing-nav li .toggle-landing-sub.menu-visible + a {
  background-color: #d9d6d6;
  color: #000000;
}
@media (min-width: 62rem) {
  ul.landing-nav li .toggle-landing-sub.menu-visible + a {
    background-color: transparent;
  }
}
@media (min-width: 62rem) {
  ul.landing-nav li .toggle-landing-sub {
    display: none;
  }
}

ul.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  display: block;
  text-align: left;
  position: relative;
  z-index: 100;
}
ul.breadcrumbs li {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
}
ul.breadcrumbs li a, ul.breadcrumbs li a:visited {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #fff;
  background-color: transparent;
  padding: 0;
  font-weight: 400;
}
ul.breadcrumbs li a:hover, ul.breadcrumbs li a:active, ul.breadcrumbs li a:visited:hover, ul.breadcrumbs li a:visited:active {
  color: #f7f7f7;
  text-decoration: underline;
}
ul.breadcrumbs &gt; li + li:before {
  padding: 0 5px 0 2px;
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  content: " \f054";
}

.screen-reader-text {
  left: -9999em;
  position: absolute;
  top: -9999em;
}

ul.sidebar-nav {
  list-style: none;
  background-color: #fff;
  padding: 0;
  margin-bottom: 1.25rem;
  display: none;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 62rem) {
  ul.sidebar-nav {
    display: block;
  }
}
ul.sidebar-nav li {
  border-bottom: 2px solid rgb(110, 110, 110);
}
ul.sidebar-nav li:first-child {
  border-top: 2px solid rgb(110, 110, 110);
}
ul.sidebar-nav li:last-child {
  margin-bottom: 0;
}
ul.sidebar-nav li a, ul.sidebar-nav li a:visited {
  text-decoration: none;
  background-color: #fff;
  color: rgb(110, 110, 110);
  display: block;
  padding: 15px;
  font-weight: 400;
  text-decoration: none !important;
}
ul.sidebar-nav li a:hover, ul.sidebar-nav li a:active, ul.sidebar-nav li a:visited:hover, ul.sidebar-nav li a:visited:active {
  background-color: #fff;
  color: rgb(110, 110, 110);
  text-decoration: underline !important;
}
ul.sidebar-nav li a:focus, ul.sidebar-nav li a:visited:focus {
  outline-color: #d9d6d6 !important;
}
ul.sidebar-nav li.sidebar-has-sub {
  position: relative;
}
ul.sidebar-nav li.sidebar-has-sub a.toggle-sidebar-sub {
  background-color: #fff;
  color: rgb(110, 110, 110);
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  padding: 18px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  height: 54px;
  border-bottom: none;
}
ul.sidebar-nav li.sidebar-has-sub a.toggle-sidebar-sub:hover {
  background-color: #fff;
}
ul.sidebar-nav li.sidebar-has-sub a.toggle-sidebar-sub:hover:before {
  color: rgb(110, 110, 110);
}
ul.sidebar-nav li.sidebar-has-sub a.toggle-sidebar-sub:focus {
  outline: none;
}
ul.sidebar-nav li.sidebar-has-sub a.toggle-sidebar-sub:before {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f078";
  color: rgb(110, 110, 110);
  transition: all 0.5s ease;
}
ul.sidebar-nav li.sidebar-has-sub a.toggle-sidebar-sub.menu-visible:before {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f078";
  color: rgb(110, 110, 110);
  transform: rotate(-180deg);
  transition: all 0.5s ease;
}
ul.sidebar-nav li.sidebar-has-sub a.toggle-sidebar-sub.menu-visible:hover {
  background-color: white;
}
ul.sidebar-nav li.sidebar-has-sub a.toggle-sidebar-sub.menu-visible + a {
  color: rgb(110, 110, 110) !important;
}
ul.sidebar-nav li.sidebar-has-sub a:nth-child(2) {
  padding-right: 50px;
}
ul.sidebar-nav li ul {
  display: none;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
ul.sidebar-nav li ul li a {
  padding-left: 25px;
}
ul.sidebar-nav li ul li.sidebar-has-sub ul.submenu-nav li a {
  padding-left: 35px;
}
ul.sidebar-nav li ul li ul li:last-child {
  border-bottom: none;
}
ul.sidebar-nav li ul li:last-child {
  border-bottom: none;
}

.mob-sb-nav-trigger {
  display: block;
  position: relative;
  margin-bottom: 30px;
  height: 50px;
}
@media (min-width: 62rem) {
  .mob-sb-nav-trigger {
    display: none;
  }
}
.mob-sb-nav-trigger .title {
  font-size: 20px;
  padding: 15px 0 0 60px;
  height: 50px;
  margin-bottom: 10px;
}
@media (min-width: 62rem) {
  .mob-sb-nav-trigger .title {
    display: none;
  }
}
.mob-sb-nav-trigger a.sb-nav-trigger {
  color: #fff;
  background-color: #000000;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  display: block;
}
@media (min-width: 62rem) {
  .mob-sb-nav-trigger a.sb-nav-trigger {
    display: none;
  }
}
.mob-sb-nav-trigger a.sb-nav-trigger span {
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.mob-sb-nav-trigger a.sb-nav-trigger span:before, .mob-sb-nav-trigger a.sb-nav-trigger span:after {
  /* top and bottom lines of the hamburger icon */
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.mob-sb-nav-trigger a.sb-nav-trigger span:before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.mob-sb-nav-trigger a.sb-nav-trigger span:after {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.mob-sb-nav-trigger .sb-nav-trigger.nav-is-visible span {
  background-color: transparent;
}
.mob-sb-nav-trigger .sb-nav-trigger.nav-is-visible span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mob-sb-nav-trigger .sb-nav-trigger.nav-is-visible span:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn {
  display: inline-block;
  border: 2px solid #000;
  padding: 10px 20px;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  width: auto;
  text-align: center;
  background-color: transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 2;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.btn:before {
  content: "";
  display: block;
  background-color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -100%;
  transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: -1;
}
.btn:after {
  display: inline-block;
  right: 10px;
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  margin-left: 5px;
  font-weight: 400;
  color: #000;
  padding-left: 7px;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #000;
  color: #fff !important;
  transition: all 0.5s ease-in-out;
}
.btn:hover:before {
  left: 0;
}
.btn:hover:after {
  padding-left: 25px;
  transition: all 0.3s ease;
  color: #fff !important;
}
.btn.alt {
  border-color: #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
}
.btn.alt:after {
  color: #fff;
}
.btn.alt:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.btn.alt:hover:before {
  background-color: #fff;
}
.btn.alt:hover:after {
  color: #000 !important;
}

.hero {
  position: relative;
  background-color: #000;
}
.hero .media {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.hero .media img {
  width: 100%;
}
@media (min-width: 30rem) {
  .hero .media {
    height: 300px;
  }
}
@media (min-width: 48rem) {
  .hero .media {
    height: 400px;
  }
}
@media (min-width: 62rem) {
  .hero .media {
    height: 500px;
  }
}
@media (min-width: 75rem) {
  .hero .media {
    height: 600px;
  }
}
@media (min-width: 90rem) {
  .hero .media {
    height: 700px;
  }
  .hero .media img {
    position: absolute;
    max-width: none;
    width: auto;
    transform: translate(-50%, -50%);
    height: auto;
    min-height: 100%;
    right: auto;
    left: 50%;
    top: 70%;
    min-width: 100%;
  }
}
.hero .media .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  background: linear-gradient(transparent 0%, rgb(0, 0, 0) 95%);
}
.hero .media video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
}
@media (min-width: 30rem) {
  .hero .media video {
    position: relative;
    transform: translate(-50%, -50%);
    width: 120%;
  }
}
@media (min-width: 90rem) {
  .hero .media video {
    position: absolute;
    transform: translate(-50%, -50%);
    max-width: none;
    width: auto;
    height: auto;
    min-height: 100%;
    right: auto;
    left: 50%;
    top: 50%;
    min-width: 100%;
  }
}
.hero .message-wrap {
  position: absolute;
  top: 0;
  bottom: 20px;
  right: 0;
  left: 0;
}
.hero .message-wrap .inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
@media (min-width: 91.875rem) {
  .hero .message-wrap .inner {
    padding: 0;
  }
}
.hero .message-wrap .inner .message {
  color: #fff;
  padding-top: 20px;
  text-shadow: 2px 2px 5px rgb(0, 0, 0);
  padding: 20px;
}
@media (min-width: 48rem) {
  .hero .message-wrap .inner .message {
    width: 80%;
  }
}
.hero .message-wrap .inner .message .supertitle {
  font-size: 14px;
}
@media (min-width: 48rem) {
  .hero .message-wrap .inner .message .supertitle {
    font-size: 20px;
  }
}
@media (min-width: 62rem) {
  .hero .message-wrap .inner .message .supertitle {
    font-size: 30px;
  }
}
@media (min-width: 90rem) {
  .hero .message-wrap .inner .message .supertitle {
    font-size: 32px;
  }
}
.hero .message-wrap .inner .message .title {
  font-size: 16px;
  padding-bottom: 20px;
  font-weight: 900;
  color: #fff;
  text-shadow: 6px 6px 4px #000000;
  text-transform: uppercase;
}
@media (min-width: 48rem) {
  .hero .message-wrap .inner .message .title {
    font-size: 25px;
    margin-bottom: 0;
  }
}
@media (min-width: 62rem) {
  .hero .message-wrap .inner .message .title {
    font-size: 75px;
    line-height: 55px;
  }
}
@media (min-width: 90rem) {
  .hero .message-wrap .inner .message .title {
    font-size: 100px;
    line-height: 90px;
  }
}
.hero .message-wrap .inner .message .subtitle {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media (min-width: 48rem) {
  .hero .message-wrap .inner .message .subtitle {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (min-width: 62rem) {
  .hero .message-wrap .inner .message .subtitle {
    font-size: 28px;
    line-height: 28px;
    margin-top: 30px;
  }
}
@media (min-width: 90rem) {
  .hero .message-wrap .inner .message .subtitle {
    font-size: 36px;
    line-height: 36px;
  }
}
.hero .message-wrap .inner .message .addthis_toolbox {
  margin-top: 20px;
}
.hero .message-wrap .inner .message .addthis_toolbox .custom_images a img {
  width: 80px;
}
.hero .message-wrap .inner .message .breadcrumbs {
  padding: 20px 0;
}
.hero .message-wrap .inner .message .buttons a {
  display: block;
  text-align: center !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.875rem;
  margin-bottom: 10px;
  padding: 20px;
  color: #fff;
  background-color: #000000;
  max-width: 240px;
  text-shadow: none;
}
.hero .message-wrap .inner .message .buttons a:last-child {
  margin-bottom: 0;
}
.hero .message-wrap .inner .message .btn {
  font-size: 14px;
  padding: 3px 10px;
  text-shadow: none;
}
@media (min-width: 62rem) {
  .hero .message-wrap .inner .message .btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.hero .hex {
  display: none;
}
@media (min-width: 62rem) {
  .hero .hex {
    display: block;
    height: 100px;
    position: absolute;
    bottom: -78px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 80px;
    width: 100%;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1920 237.5' style='enable-background:new 0 0 1920 237.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23000000;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1920.2,1L0,1l-0.2,119.2l30.8,58.4c0.2,0.7,0.9,1.1,1.6,1h63.7c0.5,0,0.9-0.3,1.2-0.7l31.6-58h62.5l31.5,57.8 c0.2,0.6,0.7,1,1.3,1c0.1,0,0.2,0,0.3,0h63.7c0.5,0,0.9-0.3,1.1-0.7l31.6-58h63.2c0.5,0,0.9-0.3,1.2-0.7l31.6-58h62.5l31.6,58.1 c0.2,0.4,0.7,0.7,1.1,0.7h63.8c0.1,0,0.2,0,0.3,0c0.6,0,1.1-0.4,1.2-1l31.5-57.8h63.2c0.5,0,0.9-0.3,1.2-0.7l31.6-58h62.5L798.4,61 c0.2,0.4,0.7,0.7,1.1,0.7h63.2l31.6,58c0.2,0.4,0.7,0.7,1.1,0.7h63.8c0.1,0,0.2,0,0.2,0c0.2,0,0.5-0.1,0.7-0.2 c0.3-0.2,0.5-0.4,0.6-0.8l31.5-57.8h62.5l31.6,58.1c0.2,0.4,0.7,0.7,1.2,0.7h63.8c0.1,0,0.2,0,0.2,0c0.2,0,0.5-0.1,0.7-0.2 c0.3-0.2,0.5-0.4,0.6-0.8l31.5-57.8h63c0.1,0,0.2,0,0.2,0c0.2,0,0.4-0.1,0.7-0.2c0.3-0.2,0.5-0.4,0.6-0.8L1280.3,3h62.5l31.5,57.8 c0.2,0.6,0.7,1,1.2,1c0.1,0,0.2,0,0.3,0h63l31.6,58.1c0.2,0.4,0.7,0.7,1.2,0.7h63.8c0.1,0,0.2,0,0.2,0c0.2,0,0.5-0.1,0.7-0.2 c0.3-0.2,0.5-0.4,0.6-0.8l31.5-57.8h63c0.1,0,0.2,0,0.2,0c0.2,0,0.3,0,0.5-0.1l31.3,57.4l-31.5,57.7c-0.5,0.5-0.5,1.4,0,1.9 l31.9,58.4c0.2,0.4,0.7,0.7,1.1,0.7h63.8c0.1,0,0.2,0,0.2,0c0.2,0,0.4-0.1,0.7-0.2c0.3-0.2,0.5-0.4,0.6-0.8l31.3-57.5h63.5 c0.5,0,0.9-0.3,1.2-0.7l31.6-58h62.5L1920.2,1z'/%3E%3C/svg%3E%0A");
    background-repeat: repeat-x;
    background-position: bottom center;
  }
}
.hero.home .message-wrap .inner, .hero.landing .message-wrap .inner {
  padding-bottom: 50px;
}
@media (min-width: 48rem) {
  .hero.home .message-wrap .inner .message, .hero.landing .message-wrap .inner .message {
    width: 100%;
  }
}
.hero.home .message-wrap .inner .message .subtitle, .hero.landing .message-wrap .inner .message .subtitle {
  margin-bottom: 20px;
}
.hero.home .message-wrap .inner {
  justify-content: center;
}
.hero.home .message-wrap .inner .message {
  padding-top: 20px;
}
@media (min-width: 62rem) {
  .hero.home .message-wrap .inner .message {
    padding-top: 100px;
    width: 50%;
  }
}
.hero.home .message-wrap .inner .message .title {
  text-align: center;
}
@media (min-width: 48rem) {
  .hero.home .message-wrap .inner .message .title {
    text-align: left;
  }
}
.hero.home .message-wrap .inner .message .subtitle {
  text-align: center;
}
@media (min-width: 48rem) {
  .hero.home .message-wrap .inner .message .subtitle {
    text-align: left;
  }
}
.hero.home .message-wrap .inner .message .buttons {
  text-align: center;
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 48rem) {
  .hero.home .message-wrap .inner .message .buttons {
    text-align: left;
    margin: 0;
  }
}
.hero.home .message-wrap .inner .message .buttons a {
  margin: 0 auto 10px auto;
}
@media (min-width: 48rem) {
  .hero.home .message-wrap .inner .message .buttons a {
    text-align: left;
    margin: 0 0 10px 0;
  }
}
.hero.landing + .page-content .page-inner .sidebar {
  padding-top: 100px;
}
.hero.landing + .page-content .page-inner .content-area {
  padding-top: 100px;
}
.hero.landing .message-wrap .inner .message .buttons {
  justify-content: flex-start;
  max-width: 400px;
}
.hero.landing .message-wrap .inner .message .buttons a {
  font-size: 0.8125rem;
  padding: 10px;
  max-width: auto;
}
.hero.short .media {
  min-height: 100px;
}
@media (min-width: 90rem) {
  .hero.short .media {
    min-height: 450px;
  }
}
.hero.short .media .overlay {
  display: none;
}

.alert {
  border: #000 2px solid;
  border-left: 0;
  border-right: 0;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 75rem) {
  .alert .container {
    max-width: 100%;
  }
}
.alert .alert-wrapper {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 48rem) {
  .alert .alert-wrapper {
    flex-flow: row nowrap;
  }
}
.alert .alert-wrapper .alert-icon-wrapper {
  background: #000;
  padding: 0.625rem 0.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 48rem) {
  .alert .alert-wrapper .alert-icon-wrapper {
    justify-content: flex-start;
    padding: 1.875rem;
  }
}
.alert .alert-wrapper .alert-icon-wrapper svg {
  color: #fff;
  width: 1.5625rem;
  height: 1.5625rem;
}
@media (min-width: 48rem) {
  .alert .alert-wrapper .alert-icon-wrapper svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.alert .alert-wrapper .alert-message {
  padding: 0.625rem;
}
@media (min-width: 48rem) {
  .alert .alert-wrapper .alert-message {
    padding: 1.25rem;
  }
}
.alert .alert-wrapper .alert-message .alert-headline {
  font-family: "Oswald", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 1.375rem;
  text-transform: uppercase;
  margin: 0;
}
.alert .alert-wrapper .alert-message .alert-detail {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0;
}
.alert .alert-wrapper .alert-message .alert-detail a {
  display: inline;
  position: relative;
  font-weight: 400;
}
.alert .alert-wrapper .alert-message .alert-close {
  position: absolute;
  top: 55px;
  right: 10px;
}
@media (min-width: 48rem) {
  .alert .alert-wrapper .alert-message .alert-close {
    top: 10px;
  }
}
.alert .alert-wrapper .alert-message .alert-close:focus {
  outline: 2px solid red !important;
}
.alert.alert-emergency .alert-icon-wrapper {
  background: red;
}

.slab .alert {
  margin-bottom: 0;
}

.searchContainer {
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  border: solid 1px #d9d6d6;
  margin: 5px;
}
@media (min-width: 62rem) {
  .searchContainer {
    display: inline-flex;
    flex: 1 1 300px;
    width: 180px;
    position: absolute;
    right: 10px;
    top: 30px;
    z-index: 2;
  }
}
@media (min-width: 1078px) {
  .searchContainer {
    width: 260px;
  }
}
.searchContainer .searchIcon {
  padding: 0.5rem;
  position: absolute;
  top: -2px;
  left: -4px;
}
.searchContainer .searchBox {
  height: 25px;
  border: none;
  padding: 5px;
  flex: 1;
  padding-left: 30px !important;
  width: 100%;
  font-weight: bold;
}
.searchContainer .searchBox:focus {
  outline: 2px solid red !important;
}
@media (min-width: 62rem) {
  .searchContainer .searchBox {
    padding-left: 0;
  }
}
.searchContainer .go-button {
  display: none;
}
@media (min-width: 62rem) {
  .searchContainer.search-return {
    width: 400px;
    max-width: 100%;
    position: relative;
    right: auto;
    top: auto;
  }
}
@media (min-width: 91.875rem) {
  .searchContainer.search-return {
    right: auto;
  }
}
.searchContainer.search-return .btn-primary {
  position: absolute;
  right: -2px;
  top: -3px;
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.searchContainer.search-return .btn-primary:hover {
  background-color: black;
}

.listItem a {
  font-size: 1rem;
  font-weight: 400;
}
.listItem .teaser {
  display: block;
  font-size: 0.875rem;
}
.listItem hr {
  margin: 10px 0;
}

.btn-link {
  color: #000000;
  border: solid 1px #000000;
  border-radius: 10px;
  padding: 3px 10px;
  margin-left: 10px;
}
.btn-link:hover {
  text-decoration: none;
  color: #702E3D;
  color: #fff;
  background-color: #000000;
}

.nav-tabs {
  position: relative;
  border-bottom: 1px solid #000000;
  background-color: #fff;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.nav-tabs .nav-link.active {
  color: #000;
  background-color: #fff;
  border-left-color: #000000;
  border-right-color: #000000;
  border-top-color: #000000;
  color: #000000;
}
.nav-tabs .nav-link.active:hover {
  border-color: #000000;
  border-bottom-color: #fff;
  background-color: transparent;
}
.nav-tabs .nav-link:hover {
  border-color: transparent;
  background-color: transparent;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.tab-content {
  position: relative;
  text-align: left;
  padding: 1.25rem;
  border-right: solid 1px #000000;
  border-left: solid 1px #000000;
  border-bottom: solid 1px #000000;
}

@media (min-width: 48rem) {
  .combo-tab {
    display: flex;
  }
}
.combo-tab .tabs {
  flex: 1;
}
.combo-tab .tabs .nav-tabs {
  position: relative;
  border-bottom: 1px solid #000000;
  background-color: #fff;
}
.combo-tab .tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-weight: 400;
  text-decoration: none;
  padding: 0;
  font-size: 1rem;
}
@media (min-width: 48rem) {
  .combo-tab .tabs .nav-tabs .nav-link {
    font-size: 1.375rem;
  }
}
.combo-tab .tabs .nav-tabs .nav-link.active {
  font-weight: 400;
  color: #000;
  background-color: #fff;
  color: #000000;
}
.combo-tab .tabs .nav-tabs .nav-link.active:hover {
  border-color: transparent;
  background-color: transparent;
}
.combo-tab .tabs .nav-tabs .nav-link:focus {
  outline: none !important;
  text-decoration: underline !important;
}
.combo-tab .tabs .nav-tabs .nav-item {
  margin-bottom: 0;
  position: relative;
}
.combo-tab .tabs .nav-tabs .nav-item:before {
  display: none !important;
}
.combo-tab .tabs .nav-tabs .nav-item:first-child {
  padding: 0;
  margin-right: 20px;
}
.combo-tab .tabs .nav-tabs .nav-item:first-child:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  height: 100%;
  border-right: solid 1px #000000;
}
.combo-tab .tabs .nav-tabs .nav-item:last-child {
  padding: 0;
}
.combo-tab .tabs .tab-content {
  position: relative;
  text-align: left;
  padding: 1.25rem 0 0 0;
  border-right: solid 1px transparent;
  border-left: solid 1px transparent;
  border-bottom: solid 1px transparent;
}
.combo-tab .tabs .tab-content ul {
  column-count: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 30rem) {
  .combo-tab .tabs .tab-content ul {
    column-count: 2;
  }
}
@media (min-width: 48rem) {
  .combo-tab .tabs .tab-content ul {
    column-count: 2;
  }
}
@media (min-width: 62rem) {
  .combo-tab .tabs .tab-content ul {
    column-count: 2;
  }
}
.combo-tab .tabs .tab-content ul li {
  display: block;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 5px;
}
.combo-tab .tabs .tab-content ul li:before {
  display: none !important;
}
.combo-tab .tabs .tab-content ul li:last-child {
  margin-bottom: 0;
}
.combo-tab .tabs .tab-content ul li a {
  display: block;
  padding: 10px 10px 10px 30px;
  color: #000000;
  background-color: #fff;
  min-width: 6.25rem;
  text-decoration: none;
  text-align: left;
  position: relative;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration: none !important;
  width: 100%;
  position: relative;
  border-radius: 0;
}
.combo-tab .tabs .tab-content ul li a:last-child {
  margin-bottom: 0;
}
.combo-tab .tabs .tab-content ul li a:hover, .combo-tab .tabs .tab-content ul li a:focus {
  text-decoration: underline !important;
}
.combo-tab .tabs .tab-content ul li a:hover:before, .combo-tab .tabs .tab-content ul li a:focus:before {
  transition: all 0.3s ease;
  padding-left: 14px;
}
.combo-tab .tabs .tab-content ul li a:focus {
  outline: none !important;
}
.combo-tab .tabs .tab-content ul li a:before {
  font-weight: 400;
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: 0;
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  font-size: 20px;
  margin-right: 5px;
  padding-left: 10px;
  padding-top: 6px;
  color: #000000;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.combo-tab .buttons {
  margin-top: 2.1875rem;
  padding-top: 20px;
  border-top: 1px solid #000000;
}
@media (min-width: 48rem) {
  .combo-tab .buttons {
    flex: 0 0 300px;
    width: 300px;
    padding-left: 20px;
  }
}
.combo-tab .buttons ul {
  column-count: 1;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 30rem) {
  .combo-tab .buttons ul {
    column-count: 2;
  }
}
@media (min-width: 48rem) {
  .combo-tab .buttons ul {
    column-count: 1;
  }
}
@media (min-width: 62rem) {
  .combo-tab .buttons ul {
    column-count: 1;
  }
}
.combo-tab .buttons ul li {
  display: block;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 5px;
}
.combo-tab .buttons ul li:before {
  display: none !important;
}
.combo-tab .buttons ul li:last-child {
  margin-bottom: 0;
}
.combo-tab .buttons ul li a {
  display: block;
  padding: 12px 65px 12px 12px;
  border: 2px solid #000000;
  color: #000000;
  background-color: #fff;
  min-width: 6.25rem;
  text-decoration: none;
  text-align: left;
  position: relative;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration: none !important;
  width: 100%;
  position: relative;
  border-radius: 0;
}
.combo-tab .buttons ul li a:last-child {
  margin-bottom: 0;
}
.combo-tab .buttons ul li a:hover, .combo-tab .buttons ul li a:focus {
  text-decoration: none;
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}
.combo-tab .buttons ul li a:hover:after, .combo-tab .buttons ul li a:focus:after {
  color: #fff;
  transition: all 0.3s ease;
  padding-left: 14px;
}
.combo-tab .buttons ul li a:focus {
  outline: none !important;
  text-decoration: underline !important;
}
.combo-tab .buttons ul li a:after {
  font-weight: 400;
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  right: 0;
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  font-size: 20px;
  margin-right: 5px;
  padding-left: 10px;
  padding-top: 6px;
  color: #fff;
  background-color: #000000;
  border-radius: 100%;
  transition: all 0.3s ease;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 60px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: #fff;
  top: calc(50% - 30px);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  color: transparent;
  background-color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:focus,
.slick-next:focus {
  outline: 2px solid red !important;
}

.slick-prev {
  left: 5px;
}
@media (min-width: 62rem) {
  .slick-prev {
    left: 0;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 5px;
}
.slick-prev:before {
  content: "\f053";
}
[dir=rtl] .slick-prev:before {
  content: "\f054";
}

.slick-next {
  right: 5px;
}
@media (min-width: 62rem) {
  .slick-next {
    right: 5px;
  }
}
[dir=rtl] .slick-next {
  left: 5px;
  right: auto;
}
.slick-next:before {
  content: "\f054";
}
[dir=rtl] .slick-next:before {
  content: "\f053";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 40px;
  width: 40px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:focus {
  outline: 2px solid red !important;
}
.slick-dots li button:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "\f111";
  font-weight: 300;
  width: 40px;
  height: 40px;
  font-family: "Font Awesome 6 Pro";
  font-size: 32px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 1;
  font-weight: 400;
}

.carousel-hero .slick-dots {
  bottom: -30px;
}

.carousel-stats .slick-prev:before,
.carousel-stats .slick-next:before {
  color: #fff;
}
.carousel-stats .slick-prev {
  left: -12px !important;
}
.carousel-stats .slick-next {
  right: -12px !important;
}

.carousel {
  max-height: 673px;
  margin-bottom: 50px;
}
@media (min-width: 48rem) {
  .carousel {
    overflow: hidden;
    margin-bottom: 0;
  }
}
.carousel.border-top {
  border-top: solid 5px #fff;
}
.carousel.border-bottom {
  border-bottom: solid 5px #fff;
}
.carousel.has-bg {
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.carousel.bg-one:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
}
.carousel .carousel-hero {
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
@media (min-width: 62rem) {
  .carousel .carousel-hero {
    padding-bottom: 0;
  }
}
.carousel .carousel-hero .item {
  background-color: #fff;
}
@media (min-width: 48rem) {
  .carousel .carousel-hero .item {
    background-color: transparent;
  }
}
.carousel .carousel-hero .item .inner-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 0;
  max-height: 673px;
}
.carousel .carousel-hero .item .inner-wrap:before {
  display: none;
}
.carousel .carousel-hero .item .inner-wrap .media {
  max-height: 700px;
  overflow: hidden;
}
.carousel .carousel-hero .item .inner-wrap .media-wrap img {
  width: 100%;
}
@media (min-width: 48rem) {
  .carousel .carousel-hero .item .inner-wrap .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(to right, #fff, #fff 50%, transparent 50%, transparent 50%);
    opacity: 0.8;
  }
}
@media (min-width: 48rem) {
  .carousel .carousel-hero .item .inner-wrap .mask {
    background-image: linear-gradient(to right, #fff, #fff 50%, transparent 50%, transparent 50%);
  }
}
.carousel .carousel-hero .item .inner-wrap .message {
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  position: relative;
  color: #fff;
  color: #000000;
  padding: 20px;
  font-weight: 400;
  z-index: 2;
  margin: 15px 0;
}
.carousel .carousel-hero .item .inner-wrap .message .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 48rem) {
  .carousel .carousel-hero .item .inner-wrap .message .title {
    font-size: 2rem;
    line-height: 2rem;
    padding: 0;
    text-transform: uppercase;
    position: relative;
    padding-right: 30px;
    max-width: 90%;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  }
}
@media (min-width: 62rem) {
  .carousel .carousel-hero .item .inner-wrap .message .title {
    padding: 0 0 20px 0;
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}
.carousel .carousel-hero .item .inner-wrap .message .detail {
  display: block;
  font-size: 0.875rem;
  line-height: 1rem;
}
@media (min-width: 48rem) {
  .carousel .carousel-hero .item .inner-wrap .message .detail {
    font-size: 1rem;
    line-height: 1.125rem;
    padding: 10px 0 0 0;
    position: relative;
    border-top: 3px solid #000000;
  }
}
@media (min-width: 62rem) {
  .carousel .carousel-hero .item .inner-wrap .message .detail {
    padding: 20px 0 0 0;
    border-top: 5px solid #000000;
  }
}
.carousel .carousel-hero .item .inner-wrap .message a.bttn {
  display: inline-block;
  right: 20px;
  bottom: 0;
  border: 2px solid #000000;
  padding: 10px 20px;
  color: #000000;
  font-size: 1rem;
  border-radius: 0;
  font-weight: 400;
  margin-top: 20px;
  width: auto;
  text-align: center;
  background-color: #fff;
  text-decoration: none !important;
  text-transform: uppercase;
}
.carousel .carousel-hero .item .inner-wrap .message a.bttn:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  margin-left: 5px;
}
.carousel .carousel-hero .item .inner-wrap .message a.bttn:hover, .carousel .carousel-hero .item .inner-wrap .message a.bttn:focus {
  color: #fff !important;
  background-color: #000000 !important;
  text-decoration: none;
}
.carousel .carousel-hero .item .inner-wrap .message a.bttn:focus {
  outline: none !important;
  text-decoration: underline !important;
}
@media (min-width: 48rem) {
  .carousel .carousel-hero .item .inner-wrap .message {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    max-width: 90rem;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 50px;
    margin-bottom: 50px;
  }
}
.carousel .carousel-hero .slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.carousel .carousel-hero.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.carousel .carousel-lp-hero {
  position: relative;
  z-index: 2;
}
@media (min-width: 48rem) {
  .carousel .carousel-lp-hero {
    margin-bottom: -30px;
  }
}
.carousel .carousel-lp-hero .item {
  background-color: #702E3D;
}
@media (min-width: 48rem) {
  .carousel .carousel-lp-hero .item {
    background-color: transparent;
  }
}
.carousel .carousel-lp-hero .item .inner-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 0;
}
.carousel .carousel-lp-hero .item .inner-wrap:before {
  display: none;
}
.carousel .carousel-lp-hero .item .inner-wrap .media-wrap img {
  width: 100%;
}
@media (min-width: 48rem) {
  .carousel .carousel-lp-hero .item .inner-wrap .media-wrap img {
    margin-bottom: 100px;
  }
}
.carousel .carousel-lp-hero .item .inner-wrap .inner {
  position: relative;
}
@media (min-width: 48rem) {
  .carousel .carousel-lp-hero .item .inner-wrap .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 71.25rem;
    margin: 0 auto;
  }
}
.carousel .carousel-lp-hero .item .inner-wrap .inner .message {
  display: block;
  position: relative;
  color: #fff;
  background-color: #702E3D;
  color: #fff;
  padding: 20px 20px 60px 20px;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  z-index: 2;
}
.carousel .carousel-lp-hero .item .inner-wrap .inner .message .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
.carousel .carousel-lp-hero .item .inner-wrap .inner .message .detail {
  display: block;
}
.carousel .carousel-lp-hero .item .inner-wrap .inner .message a.bttn {
  display: block;
  right: 20px;
  bottom: 0;
  border: 2px solid transparent;
  padding: 20px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 20px;
  width: auto;
  text-align: center;
  background-color: #000;
  text-decoration: none !important;
  text-transform: uppercase;
}
.carousel .carousel-lp-hero .item .inner-wrap .inner .message a.bttn:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  margin-left: 5px;
}
.carousel .carousel-lp-hero .item .inner-wrap .inner .message a.bttn:hover {
  color: #000000;
  background-color: #fff;
  text-decoration: none;
  border-color: #000;
}
@media (min-width: 48rem) {
  .carousel .carousel-lp-hero .item .inner-wrap .inner .message {
    position: absolute;
    right: 50px;
    width: 50%;
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 1.875rem;
    bottom: 30px;
  }
  .carousel .carousel-lp-hero .item .inner-wrap .inner .message .title {
    font-size: 2rem;
    line-height: 2rem;
    padding: 0 0 20px 0;
    margin-bottom: 0;
  }
  .carousel .carousel-lp-hero .item .inner-wrap .inner .message .detail {
    padding: 0 0 40px 0;
    position: relative;
  }
  .carousel .carousel-lp-hero .item .inner-wrap .inner .message a.bttn {
    position: absolute;
    bottom: -30px;
    right: 30px;
    left: auto;
  }
}
.carousel .carousel-lp-hero .slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (min-width: 48rem) {
  .carousel .carousel-lp-hero .slick-dots {
    bottom: 35px;
    width: 300px;
  }
}
.carousel .carousel-thumbs {
  padding-bottom: 60px;
}
@media (min-width: 48rem) {
  .carousel .carousel-thumbs {
    padding-bottom: 0;
  }
}
.carousel .carousel-thumbs .item {
  position: relative;
}
@media (min-width: 48rem) {
  .carousel .carousel-thumbs .item {
    height: 25rem;
  }
}
@media (min-width: 62rem) {
  .carousel .carousel-thumbs .item {
    height: 31.25rem;
  }
}
@media (min-width: 75rem) {
  .carousel .carousel-thumbs .item {
    height: 37.5rem;
  }
}
.carousel .carousel-thumbs .item .media img {
  display: block;
}
@media (min-width: 48rem) {
  .carousel .carousel-thumbs .item .media img {
    position: absolute;
    max-width: none;
    width: auto;
    transform: translate(-50%, -50%);
    height: auto;
    min-height: 100%;
    right: auto;
    left: 50%;
    top: 50%;
    min-width: 100%;
  }
}
.carousel .carousel-thumbs .item .message {
  position: relative;
  background-color: #000000;
  color: #fff;
}
@media (min-width: 48rem) {
  .carousel .carousel-thumbs .item .message {
    display: block;
    font-weight: 400;
    z-index: 2;
    margin: 15px 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    padding: 0;
  }
}
@media (min-width: 48rem) and (min-width: 91.875rem) {
  .carousel .carousel-thumbs .item .message {
    padding: 0;
  }
}
.carousel .carousel-thumbs .item .message .inner-wrapper {
  display: block;
  min-width: 100%;
  bottom: 20px;
}
@media (min-width: 48rem) {
  .carousel .carousel-thumbs .item .message .inner-wrapper {
    bottom: 80px;
    position: absolute;
  }
}
.carousel .carousel-thumbs .item .message .inner-wrapper .inner {
  padding: 20px;
}
@media (min-width: 48rem) {
  .carousel .carousel-thumbs .item .message .inner-wrapper .inner {
    margin: 20px 15px;
    border-top: solid 3px #fff;
    border-bottom: solid 3px #fff;
    background-color: rgba(255, 255, 255, 0.25);
  }
}
@media (min-width: 90rem) {
  .carousel .carousel-thumbs .item .message .inner-wrapper .inner {
    margin: 0;
  }
}
.carousel .carousel-thumbs .item .message .inner-wrapper .inner .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
}
@media (min-width: 48rem) {
  .carousel .carousel-thumbs .item .message .inner-wrapper .inner .title {
    font-size: 2rem;
    line-height: 2rem;
    padding: 0;
    position: relative;
    text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  }
}
@media (min-width: 62rem) {
  .carousel .carousel-thumbs .item .message .inner-wrapper .inner .title {
    font-size: 3.25rem;
    line-height: 3.25rem;
  }
}
.carousel .carousel-thumbs .item .message .inner-wrapper .inner .detail {
  display: block;
  font-size: 0.875rem;
  line-height: 1rem;
}
@media (min-width: 48rem) {
  .carousel .carousel-thumbs .item .message .inner-wrapper .inner .detail {
    font-size: 1.5rem;
    line-height: 1.625rem;
    padding: 10px 0 0 0;
    position: relative;
    text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  }
}
@media (min-width: 62rem) {
  .carousel .carousel-thumbs .item .message .inner-wrapper .inner .detail {
    padding: 10px 0 0 0;
  }
}
.carousel .carousel-thumbs .item .message .inner-wrapper .inner .link-button {
  margin-top: 1.25rem;
}
.carousel .carousel-thumbs .item .message .inner-wrapper .inner .link-button a {
  display: inline-block;
  padding: 12px 65px 12px 12px;
  border: 2px solid #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  min-width: 6.25rem;
  text-decoration: none;
  text-align: left;
  position: relative;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  text-decoration: none !important;
  width: auto;
  position: relative;
  border-radius: 0;
}
@media (min-width: 48rem) {
  .carousel .carousel-thumbs .item .message .inner-wrapper .inner .link-button a {
    color: #000000;
    background-color: white;
  }
}
.carousel .carousel-thumbs .item .message .inner-wrapper .inner .link-button a:last-child {
  margin-bottom: 0;
}
.carousel .carousel-thumbs .item .message .inner-wrapper .inner .link-button a:hover, .carousel .carousel-thumbs .item .message .inner-wrapper .inner .link-button a:focus {
  text-decoration: none;
  background-color: #000000;
  color: #fff;
}
.carousel .carousel-thumbs .item .message .inner-wrapper .inner .link-button a:hover:after, .carousel .carousel-thumbs .item .message .inner-wrapper .inner .link-button a:focus:after {
  color: #fff;
  transition: all 0.3s ease;
  padding-left: 14px;
}
.carousel .carousel-thumbs .item .message .inner-wrapper .inner .link-button a:hover:focus, .carousel .carousel-thumbs .item .message .inner-wrapper .inner .link-button a:focus:focus {
  outline: none !important;
  text-decoration: underline !important;
}
.carousel .carousel-thumbs .item .message .inner-wrapper .inner .link-button a:after {
  font-weight: 400;
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  right: 0;
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  font-size: 20px;
  margin-right: 5px;
  padding-left: 10px;
  padding-top: 6px;
  color: #fff;
  background-color: #000000;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.carousel .carousel-thumbs .slick-dots {
  bottom: 0;
  z-index: 1;
}
.carousel .carousel-thumbs .slick-dots li button img {
  display: none;
}
@media (min-width: 48rem) {
  .carousel .carousel-thumbs .slick-dots {
    bottom: 5px;
    top: auto;
    left: auto;
    right: auto;
    position: absolute;
    line-height: 0;
    background: transparent;
  }
  .carousel .carousel-thumbs .slick-dots li {
    display: inline-block;
    padding: 0;
    margin: 5px;
    border: 2px solid #fff;
    width: auto;
    height: auto;
  }
  .carousel .carousel-thumbs .slick-dots li button {
    margin: 0;
    height: auto;
    width: 100%;
    padding: 0;
  }
  .carousel .carousel-thumbs .slick-dots li button:focus {
    outline: 2px solid red !important;
  }
  .carousel .carousel-thumbs .slick-dots li button:before {
    content: "";
    display: block;
    width: 100%;
    max-width: 150px;
    overflow: hidden;
    float: none;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .carousel .carousel-thumbs .slick-dots li button .tab {
    clear: both;
    display: block;
  }
  .carousel .carousel-thumbs .slick-dots li button img {
    display: block;
    width: 100%;
    max-width: 80px;
    height: auto;
  }
}
.carousel .slick-thumbs {
  position: absolute;
  left: -9999px;
}
.carousel .carousel-testimonial {
  position: relative;
}
.carousel .carousel-testimonial .carousel-testimonial-inner {
  position: relative;
  padding-bottom: 50px;
  padding-top: 15px;
}
@media (min-width: 48rem) {
  .carousel .carousel-testimonial .carousel-testimonial-inner {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.carousel .carousel-testimonial .carousel-testimonial-inner .item {
  position: relative;
  min-height: 300px;
}
@media (min-width: 48rem) {
  .carousel .carousel-testimonial .carousel-testimonial-inner .item {
    display: flex;
    min-height: 25rem;
    padding: 0 5px;
  }
}
.carousel .carousel-testimonial .carousel-testimonial-inner .item:focus {
  outline: 1px red solid;
}
.carousel .carousel-testimonial .carousel-testimonial-inner .item .media {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (min-width: 48rem) {
  .carousel .carousel-testimonial .carousel-testimonial-inner .item .media {
    flex: 1;
    height: 100%;
    overflow: hidden;
  }
}
@media (min-width: 48rem) {
  .carousel .carousel-testimonial .carousel-testimonial-inner .item .media .inner {
    left: -10%;
    position: absolute;
    content: "";
    display: block;
    overflow: hidden;
    top: 0;
    bottom: 0;
    width: 110%;
  }
}
@media (min-width: 48rem) {
  .carousel .carousel-testimonial .carousel-testimonial-inner .item .media .inner img {
    position: absolute;
    max-width: none;
    width: auto;
    transform: translate(-50%, -50%);
    height: auto;
    min-height: 100%;
    right: auto;
    left: 50%;
    top: 50%;
    min-width: 100%;
  }
}
.carousel .carousel-testimonial .carousel-testimonial-inner .item .detail {
  color: #000;
  position: absolute;
  bottom: 0;
  font-size: 16px;
  line-height: 18px;
  padding: 5px;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 48rem) {
  .carousel .carousel-testimonial .carousel-testimonial-inner .item .detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 60px 30px 60px;
    position: relative;
    flex: 1;
    min-height: 370px;
  }
}
@media (min-width: 94.375rem) {
  .carousel .carousel-testimonial .carousel-testimonial-inner .item .detail {
    padding: 30px 60px 30px 30px;
  }
}
.carousel .carousel-testimonial .carousel-testimonial-inner .item .detail .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 48rem) {
  .carousel .carousel-testimonial .carousel-testimonial-inner .item .detail .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 1.375rem;
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .carousel .carousel-testimonial .carousel-testimonial-inner .item .detail .title:before {
    width: 150px;
    height: 5px;
  }
}
.carousel .carousel-testimonial .carousel-testimonial-inner .item .detail .quote {
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 48rem) {
  .carousel .carousel-testimonial .carousel-testimonial-inner .item .detail .quote {
    overflow: hidden;
    position: relative;
    line-height: 1rem;
    max-height: 2rem;
    text-align: justify;
    margin-right: 0;
    padding-right: 1rem;
  }
  .carousel .carousel-testimonial .carousel-testimonial-inner .item .detail .quote:before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .carousel .carousel-testimonial .carousel-testimonial-inner .item .detail .quote:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1rem;
    height: 1rem;
    margin-top: 0.3125rem;
    background: #000000;
  }
}
@media (min-width: 48rem) {
  .carousel .carousel-testimonial .carousel-testimonial-inner .item .detail .quote {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
.carousel .carousel-testimonial .carousel-testimonial-inner .item .detail .more a {
  display: inline-block;
  right: 20px;
  bottom: 0;
  border: 2px solid #000000;
  padding: 10px 20px;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 20px;
  width: auto;
  text-align: center;
  background-color: #fff;
  text-decoration: none !important;
  text-transform: uppercase;
}
.carousel .carousel-testimonial .carousel-testimonial-inner .item .detail .more a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  margin-left: 5px;
}
.carousel .carousel-testimonial .carousel-testimonial-inner .item .detail .more a:hover, .carousel .carousel-testimonial .carousel-testimonial-inner .item .detail .more a:focus {
  color: #fff !important;
  background-color: #000000 !important;
  text-decoration: none;
}
.carousel .carousel-testimonial .carousel-testimonial-inner .item .detail .more a:focus {
  outline: none !important;
  text-decoration: underline !important;
}
.carousel .carousel-testimonial .slick-prev, .carousel .carousel-testimonial .slick-next {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.carousel .carousel-testimonial .slick-prev:before, .carousel .carousel-testimonial .slick-next:before {
  font-family: "Font Awesome 6 Pro";
  color: #000000;
  font-size: 30px;
}
.carousel .carousel-testimonial .slick-prev {
  top: calc(50% - 35px);
  left: 5px;
}
@media (min-width: 98.125rem) {
  .carousel .carousel-testimonial .slick-prev {
    left: -55px;
  }
}
.carousel .carousel-testimonial .slick-next {
  top: calc(50% - 35px);
  right: 5px;
}
@media (min-width: 98.125rem) {
  .carousel .carousel-testimonial .slick-next {
    right: -55px;
  }
}
.carousel .carousel-testimonial .slick-dots {
  bottom: 8px;
}
.carousel .carousel-testimonial .slick-dots li button:before {
  color: #000000;
}
.carousel.grey {
  background-color: #f7f7f7;
}
.carousel.blue {
  background-color: rgb(110, 110, 110);
}
.carousel.blue h2 {
  color: #fff !important;
}
.carousel.sandstone {
  background-color: #DDC9A3;
}

.content-area .carousel .carousel-testimonial .inner-container .carousel-testimonial-inner .item {
  padding: 0 !important;
}
.content-area .carousel .carousel-testimonial .inner-container .carousel-testimonial-inner .item .detail {
  padding-right: 70px;
}

.slick-track {
  display: flex;
}

.slick-track .slick-slide {
  height: auto;
}
@media (min-width: 48rem) {
  .slick-track .slick-slide {
    display: flex;
  }
}

.slick-slide img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.slab {
  position: relative;
}
.slab .academics {
  padding: 20px;
}
@media (min-width: 48rem) {
  .slab .academics {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    flex-flow: row nowrap;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 48rem) and (min-width: 91.875rem) {
  .slab .academics {
    padding: 0;
  }
}
.slab .academics .cta {
  font-family: Arial, Helvetica, sans-serif;
  flex: 1;
  color: #000;
}
.slab .academics .cta .title {
  color: #000;
}
.slab .academics .cta .title:after {
  background-color: #000;
}
.slab .academics .cta .details {
  font-size: 20px;
  padding-right: 20px;
}
.slab .academics .cta .actions {
  padding-top: 30px;
}
.slab .academics .grid {
  flex: 1;
}
.slab .academics .grid .grid-buttons {
  columns: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 48rem) {
  .slab .academics .grid .grid-buttons {
    column-count: 2;
  }
}
@media (min-width: 62rem) {
  .slab .academics .grid .grid-buttons {
    column-count: 3;
  }
}
.slab .academics .grid .grid-buttons li {
  margin-bottom: 20px;
  margin-right: 4px;
}
.slab .academics .grid .grid-buttons li a {
  min-height: 200px;
  font-size: 1.375rem;
  font-weight: 400;
  border: solid 2px #000;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease;
  position: relative;
  background-color: #fff;
  text-decoration: none;
  color: rgb(110, 110, 110);
  transition: all 0.2s ease;
  outline-offset: -25px;
  outline: solid 30px #98B8AD;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}
.slab .academics .grid .grid-buttons li a:hover {
  background-color: rgb(110, 110, 110);
  text-decoration: none;
  color: #fff;
  outline-offset: 1px;
  outline: solid 5px #98B8AD;
  text-shadow: none;
}
.slab .academics .grid .grid-buttons li a .superhead {
  font-size: 14px;
}
.slab .hm-events {
  padding: 80px 0;
}
.slab .hm-events .inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 91.875rem) {
  .slab .hm-events .inner {
    padding: 0;
  }
}
.slab .hm-events .inner .hm-event-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 62rem) {
  .slab .hm-events .inner .hm-event-list {
    column-count: 2;
  }
}
.slab .hm-events .inner .hm-event-list li {
  margin-bottom: 20px;
  display: block;
  page-break-inside: avoid;
  break-inside: avoid;
}
.slab .hm-events .inner .hm-event-list li a {
  display: flex;
  width: 100%;
  text-decoration: none;
}
.slab .hm-events .inner .hm-event-list li a .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid #000000;
  min-width: 60px;
  min-height: 60px;
  padding: 10px;
  text-align: center;
  color: #702E3D;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.slab .hm-events .inner .hm-event-list li a .date span {
  display: block;
  text-align: center;
  color: #702E3D;
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 400;
}
.slab .hm-events .inner .hm-event-list li a .details {
  display: block;
  padding-left: 20px;
}
.slab .hm-events .inner .hm-event-list li a .details .title {
  display: block;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #702E3D;
  overflow: hidden;
  position: relative;
  line-height: 1.25rem;
  max-height: 2.5rem;
  text-align: justify;
  margin-right: 0;
  padding-right: 1rem;
}
.slab .hm-events .inner .hm-event-list li a .details .title:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.slab .hm-events .inner .hm-event-list li a .details .title:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0.3125rem;
  background: #fff;
}
.slab .hm-events .inner .hm-event-list li a .details .description {
  display: block;
  font-size: 0.875rem;
  overflow: hidden;
  position: relative;
  line-height: 1rem;
  max-height: 2rem;
  text-align: justify;
  margin-right: 0;
  padding-right: 1rem;
  margin: 5px 0;
}
.slab .hm-events .inner .hm-event-list li a .details .description:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.slab .hm-events .inner .hm-event-list li a .details .description:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0.3125rem;
  background: #fff;
}
.slab .hm-events .inner .hm-event-list li a .details .time {
  display: block;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.slab .hm-events .inner .hm-event-list li a:hover {
  text-decoration: none;
}
.slab .hm-events .inner .hm-event-list li a:hover .date {
  text-decoration: none;
  background-color: #000000;
  color: #fff;
}
.slab .hm-events .inner .hm-event-list li a:hover .date span {
  color: #fff;
}
.slab .hm-events .inner .hm-event-list li a:hover .details .title {
  color: #000000;
  text-decoration: underline;
}
.slab .hm-events .inner .all-events {
  border-top: 1px dotted #000000;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
}
.slab .hm-events .inner .all-events a {
  display: inline-block;
  border: 2px solid transparent;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  width: auto;
  text-align: center;
  background-color: #000000;
  text-decoration: none !important;
  text-transform: uppercase;
  border-radius: 0;
}
.slab .hm-events .inner .all-events a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  margin-left: 5px;
}
.slab .hm-events .inner .all-events a:hover {
  color: #000000;
  background-color: #fff;
  text-decoration: none;
  border-color: #000000;
}
.slab .accreditation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 91.875rem) {
  .slab .accreditation {
    padding: 0;
  }
}
.slab .accreditation .item {
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slab .accreditation .item a {
  display: block;
  text-align: center;
  margin: 0 5px;
}
.slab .accreditation .item a img {
  margin: 0 auto;
}
.slab .accreditation.alt .item {
  width: 120px;
}
.slab .badges {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 91.875rem) {
  .slab .badges {
    padding: 0;
  }
}
.slab .badges .item {
  width: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 75.1rem) {
  .slab .badges .item {
    width: 150px;
  }
}
.slab .badges .item a {
  flex-basis: auto;
  min-height: 1px;
  display: block;
  text-align: center;
}
.slab .badges .item a img {
  margin: 0 auto;
}
.slab .badges.alt .item {
  width: 120px;
}
.slab .basic-content {
  padding: 20px 0;
}
.slab .callout-blocks {
  padding-top: 60px;
}
.slab .callout-blocks .inner {
  padding-bottom: 60px;
}
@media (min-width: 48rem) {
  .slab .callout-blocks .callout-blocks-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
}
.slab .callout-blocks .callout-blocks-wrapper .item {
  background-color: #702E3D;
  color: #fff;
  padding: 40px 40px 100px 40px;
  min-width: 17.5rem;
  position: relative;
  background-size: contain;
  margin-bottom: 20px;
}
.slab .callout-blocks .callout-blocks-wrapper .item:last-child {
  margin-bottom: 0;
}
.slab .callout-blocks .callout-blocks-wrapper .item:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(112, 46, 61, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (min-width: 48rem) {
  .slab .callout-blocks .callout-blocks-wrapper .item {
    width: 48%;
    margin-bottom: 0;
  }
}
@media (min-width: 62rem) {
  .slab .callout-blocks .callout-blocks-wrapper .item {
    width: 23.9%;
  }
}
.slab .callout-blocks .callout-blocks-wrapper .item .head {
  text-transform: uppercase;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 62rem) {
  .slab .callout-blocks .callout-blocks-wrapper .item .head {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 75rem) {
  .slab .callout-blocks .callout-blocks-wrapper .item .head {
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
}
.slab .callout-blocks .callout-blocks-wrapper .item .detail {
  font-size: 1rem;
  line-height: 1.125rem;
  position: relative;
}
.slab .callout-blocks .callout-blocks-wrapper .item .detail a {
  color: #fff;
  text-decoration: underline;
}
.slab .callout-blocks .callout-blocks-wrapper .item .detail a:hover {
  color: #fff;
  text-decoration: none;
}
.slab .callout-blocks .callout-blocks-wrapper .item .button {
  text-align: left;
  position: absolute;
  bottom: 35px;
  left: 35px;
}
.slab .callout-blocks .callout-blocks-wrapper .item .button a {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  padding: 0.5rem 0.3125rem 0.5rem 0.625rem;
  font-size: 0.875rem;
  background-color: transparent;
  font-weight: 400;
  position: relative;
  margin: 20px 5px 0 5px;
  text-decoration: none;
}
.slab .callout-blocks .callout-blocks-wrapper .item .button a:after {
  display: inline-block;
  right: 10px;
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  margin-left: 5px;
  font-weight: 400;
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  padding-left: 7px;
  transition: all 0.3s ease;
}
.slab .callout-blocks .callout-blocks-wrapper .item .button a:hover, .slab .callout-blocks .callout-blocks-wrapper .item .button a:focus {
  background-color: #fff !important;
  color: #000000 !important;
  text-decoration: none;
  font-weight: 400;
}
.slab .callout-blocks .callout-blocks-wrapper .item .button a:hover:focus, .slab .callout-blocks .callout-blocks-wrapper .item .button a:focus:focus {
  outline: none !important;
  text-decoration: underline !important;
}
.slab .callout-blocks .callout-blocks-wrapper .item .button a:hover:after, .slab .callout-blocks .callout-blocks-wrapper .item .button a:focus:after {
  padding-left: 11px;
  color: #000;
  transition: all 0.3s ease;
}
.slab .callout-text {
  background-color: #fff3cd;
  border: 5px solid #ffc201;
  padding: 20px;
  width: 100%;
  max-width: 100%;
  font-size: 1.25rem;
}
.slab .callout-text a {
  color: #332c2c;
  text-decoration: underline;
}
.slab .callout-text a:hover {
  color: #332c2c;
  text-decoration: none;
}
.slab .callout-text.alt {
  background-color: #000000;
  color: #fff;
  border-color: #1a1a1a;
}
.slab .callout-text.alt a {
  color: #fff;
  text-decoration: underline;
}
.slab .callout-text.alt a:hover {
  color: #fff;
  text-decoration: none;
}
.slab .callout-text p:first-child {
  margin-top: 0;
}
.slab .callout-text p:last-child {
  margin-bottom: 0;
}
.slab .card-grid {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 91.875rem) {
  .slab .card-grid {
    padding: 0;
  }
}
@media (min-width: 480px) {
  .slab .card-grid .inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.slab .card-grid .inner .item {
  flex: 0 0 33%;
  position: relative;
  border: 2px solid #d9d6d6;
  padding-bottom: 3.75rem;
  color: #fff;
  background-color: #000 !important;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(black));
}
@media (min-width: 48rem) {
  .slab .card-grid .inner .item {
    flex: 0 0 25%;
  }
}
@media (min-width: 62rem) {
  .slab .card-grid .inner .item {
    flex: 0 0 20%;
  }
}
.slab .card-grid .inner .item .media {
  position: relative;
  min-height: 200px;
  display: block;
  overflow: hidden;
  z-index: 2;
  margin: 10px;
}
.slab .card-grid .inner .item .media img {
  position: absolute;
  transform: translate(-50%, -50%);
  height: auto;
  min-height: 100%;
  right: auto;
  left: 50%;
  top: 50%;
  min-width: 100%;
}
.slab .card-grid .inner .item .superhead {
  font-size: 0.625rem;
  padding: 20px 20px 0 20px;
}
.slab .card-grid .inner .item .title {
  font-size: 1.125rem;
  line-height: 1.25rem;
  padding: 0 20px 0 20px;
}
.slab .card-grid .inner .item .detail {
  font-size: 0.75rem;
  padding: 10px 20px 20px 20px;
}
.slab .card-grid .inner .item .button {
  text-align: center;
  margin-bottom: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.slab .card-grid .inner .item .button a {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  padding: 5px;
  font-size: 0.75rem;
  background-color: transparent;
  font-weight: 400;
  position: relative;
  margin: 20px 5px 0 5px;
  text-decoration: none;
}
.slab .card-grid .inner .item .button a:after {
  display: inline-block;
  right: 10px;
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  margin-left: 5px;
  font-weight: 400;
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  padding-left: 0px;
  transition: all 0.3s ease;
}
.slab .card-grid .inner .item .button a:hover, .slab .card-grid .inner .item .button a:focus {
  background-color: #fff !important;
  color: #702E3D !important;
  text-decoration: none;
  font-weight: 400;
}
.slab .card-grid .inner .item .button a:hover:after, .slab .card-grid .inner .item .button a:focus:after {
  padding-left: 11px;
  transition: all 0.3s ease;
  color: #702E3D;
}
.slab .card-grid .inner .item .button a:focus {
  outline: none !important;
  text-decoration: underline !important;
}
.slab .contacts {
  text-align: left;
  color: #fff;
  background: linear-gradient(180deg, rgb(51, 44, 44) 0%, rgb(78, 68, 68) 100%);
  padding: 20px;
  border-bottom: 2px solid #fff;
}
.slab .contacts .inner-wrap {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 91.875rem) {
  .slab .contacts .inner-wrap {
    padding: 0;
  }
}
.slab .contacts .inner-wrap h2 {
  border-bottom: none;
  text-align: left;
  margin-top: 0;
  color: #fff;
}
.slab .contacts .inner-wrap h2:after {
  background-color: #fff;
}
.slab .contacts .inner-wrap .inner {
  justify-content: space-between;
}
@media (min-width: 48rem) {
  .slab .contacts .inner-wrap .inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.slab .contacts .inner-wrap .inner .item {
  position: relative;
  width: auto;
  margin-bottom: 30px;
}
.slab .contacts .inner-wrap .inner .item:last-child {
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .slab .contacts .inner-wrap .inner .item {
    max-width: 33%;
  }
}
.slab .contacts .inner-wrap .inner .item .title {
  font-size: 1.375rem;
  font-weight: 400;
}
.slab .contacts .inner-wrap .inner .item .subtitle {
  font-size: 1rem;
  font-weight: 400;
}
.slab .contacts .inner-wrap .inner .item .details {
  margin-top: 1.875rem;
  position: relative;
}
.slab .contacts .inner-wrap .inner .item .details:after {
  position: absolute;
  top: -0.75rem;
  width: 100px;
  height: 3px;
  content: "";
  background-color: #fff;
}
.slab .contacts .inner-wrap .inner .item .details a {
  color: #fff;
  text-decoration: underline;
}
.slab .contacts .inner-wrap .inner .item .details a:hover {
  color: #f7f7f7;
}
.slab .hm-events {
  padding: 80px 0;
}
.slab .hm-events .inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 91.875rem) {
  .slab .hm-events .inner {
    padding: 0;
  }
}
.slab .hm-events .inner .hm-event-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 62rem) {
  .slab .hm-events .inner .hm-event-list {
    column-count: 2;
  }
}
.slab .hm-events .inner .hm-event-list li {
  margin-bottom: 20px;
  display: block;
  page-break-inside: avoid;
  break-inside: avoid;
}
.slab .hm-events .inner .hm-event-list li a {
  display: flex;
  width: 100%;
  text-decoration: none;
}
.slab .hm-events .inner .hm-event-list li a .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid #000000;
  min-width: 60px;
  min-height: 60px;
  padding: 10px;
  text-align: center;
  color: #702E3D;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.slab .hm-events .inner .hm-event-list li a .date span {
  display: block;
  text-align: center;
  color: #702E3D;
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 400;
}
.slab .hm-events .inner .hm-event-list li a .details {
  display: block;
  padding-left: 20px;
}
.slab .hm-events .inner .hm-event-list li a .details .title {
  display: block;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #702E3D;
  overflow: hidden;
  position: relative;
  line-height: 1.25rem;
  max-height: 2.5rem;
  text-align: justify;
  margin-right: 0;
  padding-right: 1rem;
}
.slab .hm-events .inner .hm-event-list li a .details .title:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.slab .hm-events .inner .hm-event-list li a .details .title:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0.3125rem;
  background: #fff;
}
.slab .hm-events .inner .hm-event-list li a .details .description {
  display: block;
  font-size: 0.875rem;
  overflow: hidden;
  position: relative;
  line-height: 1rem;
  max-height: 2rem;
  text-align: justify;
  margin-right: 0;
  padding-right: 1rem;
  margin: 5px 0;
}
.slab .hm-events .inner .hm-event-list li a .details .description:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.slab .hm-events .inner .hm-event-list li a .details .description:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0.3125rem;
  background: #fff;
}
.slab .hm-events .inner .hm-event-list li a .details .time {
  display: block;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.slab .hm-events .inner .hm-event-list li a:hover {
  text-decoration: none;
}
.slab .hm-events .inner .hm-event-list li a:hover .date {
  text-decoration: none;
  background-color: #000000;
  color: #fff;
}
.slab .hm-events .inner .hm-event-list li a:hover .date span {
  color: #fff;
}
.slab .hm-events .inner .hm-event-list li a:hover .details .title {
  color: #000000;
  text-decoration: underline;
}
.slab .hm-events .inner .all-events {
  border-top: 1px dotted #000000;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
}
.slab .hm-events .inner .all-events a {
  display: inline-block;
  border: 2px solid transparent;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  width: auto;
  text-align: center;
  background-color: #000000;
  text-decoration: none !important;
  text-transform: uppercase;
  border-radius: 0;
}
.slab .hm-events .inner .all-events a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  margin-left: 5px;
}
.slab .hm-events .inner .all-events a:hover {
  color: #000000;
  background-color: #fff;
  text-decoration: none;
  border-color: #000000;
}
.slab .social-feed-wrap {
  background-color: #f7f7f7;
}
.slab .social-feed-wrap .social-feed {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 91.875rem) {
  .slab .social-feed-wrap .social-feed {
    padding: 0;
  }
}
.slab .events-grid {
  padding: 60px 0;
  background-color: #f7f7f7;
}
.slab .events-grid .inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 91.875rem) {
  .slab .events-grid .inner {
    padding: 0;
  }
}
.slab .events-grid .inner ul {
  column-count: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 48rem) {
  .slab .events-grid .inner ul {
    column-count: 2;
  }
}
@media (min-width: 62rem) {
  .slab .events-grid .inner ul {
    column-count: 3;
  }
}
.slab .events-grid .inner ul li {
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 15px;
}
.slab .events-grid .inner ul li .item {
  display: flex;
  gap: 10px;
  background-color: #fff;
  padding: 20px;
}
.slab .events-grid .inner ul li .item img {
  width: 100%;
  max-width: 200px;
}
.slab .events-grid .inner ul li .item .title {
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-bottom: 10px;
}
.slab .events-grid .inner ul li .item .title a:hover {
  text-decoration: none;
}
.slab .events-grid .inner ul li .item .details {
  position: relative;
}
.slab .events-grid .inner ul li .item .details .title {
  font-size: 0.875rem;
}
@media (min-width: 48rem) {
  .slab .events-grid .inner ul li .item .details {
    font-size: 1rem;
  }
}
@media (min-width: 62rem) {
  .slab .events-grid .inner ul li .item .details {
    font-size: 0.875rem;
  }
}
.slab .events-grid .inner ul li .item .details .btn {
  font-size: 0.875rem;
  padding: 3px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.slab .landing-hero {
  overflow: hidden;
  background-color: #000;
}
.slab .landing-hero .inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  position: relative;
  padding: 0;
}
.slab .landing-hero .inner.full-width {
  max-width: 100% !important;
}
@media (min-width: 91.875rem) {
  .slab .landing-hero .inner {
    padding: 0;
  }
}
.slab .landing-hero .inner .title {
  position: absolute;
  width: 100%;
  top: calc(50% - 55px);
  z-index: 2;
}
.slab .landing-hero .inner .title h1 {
  color: #fff;
  text-shadow: 0px 0px 5px rgb(0, 0, 0), 0px 0px 1px rgb(0, 0, 0);
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 62rem) {
  .slab .landing-hero .inner .title h1 {
    font-size: 42px;
  }
}
@media (min-width: 75rem) {
  .slab .landing-hero .inner .title h1 {
    font-size: 52px;
  }
}
@media (min-width: 90rem) {
  .slab .landing-hero .inner .title h1 {
    font-size: 62px;
  }
}
.slab .landing-hero .inner .media {
  position: relative;
}
@media (min-width: 62rem) {
  .slab .landing-hero .inner .media {
    min-height: 500px;
  }
}
.slab .landing-hero .inner .media img {
  position: relative;
  width: 100%;
}
@media (min-width: 62rem) {
  .slab .landing-hero .inner .media img {
    position: absolute;
    max-width: none;
    width: auto;
    transform: translate(-50%, -50%);
    height: auto;
    min-height: 100%;
    right: auto;
    left: 50%;
    top: 50%;
    min-width: 100%;
  }
}
.slab .landing-hero .inner .message {
  padding: 20px;
  padding: 20px 10px 20px 20px;
  width: auto;
}
@media (min-width: 48rem) {
  .slab .landing-hero .inner .message {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.slab .landing-hero .inner .message ul {
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
}
.slab .landing-hero .inner .message ul li {
  display: inline-block;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-right: 16px;
}
.slab .landing-hero .inner .message ul li:last-child {
  margin-right: 0;
}
.slab .landing-hero .inner .message ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 10px;
  border: 2px solid #fff;
  color: #fff;
  background-color: #000000;
  max-width: 200px;
  text-decoration: none;
  text-align: left;
  position: relative;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  text-decoration: none !important;
  width: 100%;
  position: relative;
  outline: solid 8px rgba(255, 255, 255, 0.75);
}
.slab .interior-hero {
  margin-bottom: 30px;
}
.slab .interior-hero img {
  width: 100%;
  max-width: 100%;
}
.slab .link-grid {
  padding: 60px 0;
  background: linear-gradient(0deg, rgb(51, 44, 44) 0%, rgb(78, 68, 68) 100%);
}
.slab .link-grid .title {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.625rem;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
  color: #fff;
}
@media (min-width: 48.1rem) {
  .slab .link-grid .title {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 62.1rem) {
  .slab .link-grid .title {
    font-size: 2.25rem;
    line-height: 2.375rem;
    margin-bottom: 40px;
  }
}
.slab .link-grid .subtitle {
  display: block;
  font-size: 1rem;
  line-height: 1.125rem;
  margin-bottom: 1.25rem;
  position: relative;
  margin-bottom: 40px;
  color: #fff;
}
.slab .link-grid .subtitle a {
  color: #fff;
  text-decoration: underline;
}
.slab .link-grid .subtitle a:hover {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 48.1rem) {
  .slab .link-grid .subtitle {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 62.1rem) {
  .slab .link-grid .subtitle {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
}
.slab .link-grid ul {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.slab .link-grid ul li {
  display: block;
  flex-basis: 100%;
  width: 100%;
}
@media (min-width: 48rem) {
  .slab .link-grid ul li {
    flex-basis: 48.5%;
  }
}
@media (min-width: 75rem) {
  .slab .link-grid ul li {
    flex-basis: 32%;
  }
}
.slab .link-grid ul li a {
  display: block;
  border: 2px solid #fff;
  padding: 10px 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  width: auto;
  text-align: center;
  background-color: transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 2;
  border-radius: 0;
  overflow: hidden;
  text-align: left;
  transition: all 0.5s ease-in-out;
}
.slab .link-grid ul li a:before {
  content: "";
  display: block;
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -100%;
  transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: -1;
}
.slab .link-grid ul li a:after {
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  font-weight: 400;
  color: #fff;
  padding-left: 7px;
  transition: all 0.3s ease;
}
.slab .link-grid ul li a:hover {
  background-color: #fff;
  color: #000 !important;
  transition: all 0.5s ease-in-out;
}
.slab .link-grid ul li a:hover:before {
  left: 0;
}
.slab .link-grid ul li a:hover:after {
  right: 10px;
  transition: all 0.3s ease;
  color: #000 !important;
}
.slab .link-grid.alt {
  background: #fff;
}
.slab .link-grid.alt .title {
  color: #332c2c;
}
.slab .link-grid.alt .subtitle {
  color: #332c2c;
}
.slab .link-grid.alt .subtitle a {
  color: #332c2c;
  text-decoration: underline;
}
.slab .link-grid.alt .subtitle a:hover {
  color: #332c2c;
  text-decoration: none;
}
.slab .link-grid.alt ul &gt; li a {
  background-color: transparent;
  border-color: #332c2c;
  color: #332c2c;
}
.slab .link-grid.alt ul &gt; li a:after {
  color: #332c2c;
  background-color: transparent;
}
.slab .link-grid.alt ul &gt; li a:hover {
  color: #fff !important;
  background-color: #332c2c !important;
}
.slab .link-grid.alt ul &gt; li a:hover:before {
  background-color: #000;
}
.slab .link-grid.alt ul &gt; li a:hover:after {
  color: #fff !important;
}
.slab .link-grid.alt-two {
  background-color: #332c2c;
}
.slab .link-grid.alt-two .title {
  color: #fff;
}
.slab .link-grid.alt-two .subtitle {
  color: #fff;
}
.slab .link-grid.alt-two ul &gt; li a {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.slab .link-grid.alt-two ul &gt; li a:after {
  background-color: #fff;
  color: #332c2c;
}
.slab .link-grid.alt-two ul &gt; li a:hover {
  background-color: #332c2c;
  color: #fff;
}
.slab .link-grid.alt-two ul &gt; li a:hover:after {
  color: #332c2c;
}
.slab .news-grid {
  background-color: #f7f7f7;
  padding: 0 0 60px 0;
}
.slab .news-grid .inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 91.875rem) {
  .slab .news-grid .inner {
    padding: 0;
  }
}
.slab .news-grid .inner h2, .slab .news-grid .inner h3 {
  margin-top: 0;
}
.slab .news-grid .inner ul {
  column-count: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 48rem) {
  .slab .news-grid .inner ul {
    column-count: 2;
  }
}
@media (min-width: 62rem) {
  .slab .news-grid .inner ul {
    column-count: 3;
  }
}
.slab .news-grid .inner ul li {
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 15px;
}
.slab .news-grid .inner ul li .item {
  display: flex;
  gap: 10px;
  background-color: #fff;
  padding: 20px;
}
.slab .news-grid .inner ul li .item .thumb {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 100px;
}
.slab .news-grid .inner ul li .item .thumb img {
  position: absolute;
  width: 200px;
  transform: translate(-50%, -50%);
  height: auto;
  right: auto;
  left: 50%;
  top: 50%;
}
.slab .news-grid .inner ul li .item .details {
  position: relative;
}
.slab .news-grid .inner ul li .item .details .title {
  font-size: 0.875rem;
}
@media (min-width: 48rem) {
  .slab .news-grid .inner ul li .item .details {
    font-size: 1rem;
  }
}
@media (min-width: 62rem) {
  .slab .news-grid .inner ul li .item .details {
    font-size: 0.875rem;
  }
}
.slab .news-grid .inner ul li .item .details .btn {
  font-size: 0.875rem;
  padding: 3px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.slab .stats {
  padding: 60px 0;
}
.slab .stats h2 {
  color: #fff;
}
.slab .stats h2:after {
  background-color: #fff;
}
@media (min-width: 48rem) {
  .slab .stats .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.slab .stats .inner .item {
  flex: 0 0 30%;
  padding: 60px 20px;
}
.slab .stats .inner .item .editorial {
  display: flex;
  justify-content: space-between;
}
.slab .stats .inner .item .editorial .media {
  position: relative;
  z-index: 1;
}
.slab .stats .inner .item .editorial .media img {
  width: 100px;
}
.slab .stats .inner .item .editorial .details {
  flex: 1;
  position: relative;
  z-index: 1;
}
.slab .stats .inner .item .editorial .details .stat {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.75rem;
  line-height: 2.75rem;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 90.1rem) {
  .slab .stats .inner .item .editorial .details .stat {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.slab .stats .inner .item .editorial .details .detail {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.125rem;
  color: #d9d6d6;
  font-weight: 900;
  position: relative;
  z-index: 1;
  padding-top: 10px;
}
.slab .stats .inner .button {
  width: 100%;
  flex: 0 0 100%;
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px #fff;
  position: relative;
  z-index: 1;
}
.slab .stats .more {
  text-align: center;
}
.slab .image-teaser {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.slab .image-teaser .image-teaser-wrapper {
  position: relative;
  padding: 30px 0 10px 0;
}
@media (min-width: 48rem) {
  .slab .image-teaser .image-teaser-wrapper {
    padding: 0;
  }
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner {
  display: block;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 91.875rem) {
  .slab .image-teaser .image-teaser-wrapper .image-teaser-inner {
    padding: 0;
  }
}
@media (min-width: 48rem) {
  .slab .image-teaser .image-teaser-wrapper .image-teaser-inner {
    flex-flow: row nowrap;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .slab .image-teaser .image-teaser-wrapper .image-teaser-inner.big-bottom {
    padding-bottom: 6.25rem;
  }
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body {
  -webkit-box-flex: 0;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
}
@media (min-width: 48rem) {
  .slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body {
    min-height: 25rem;
    flex: 0 1 50%;
    max-width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 5rem;
  }
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .headgroup {
  color: #fff;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .headgroup .superhead {
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .headgroup h2 {
  color: #fff;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .headgroup .headline {
  font-size: 1.625rem;
  font-weight: 700;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-summary {
  color: #fff;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-summary a {
  color: #fff;
  text-decoration: underline;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-summary a:hover {
  color: #fff;
  text-decoration: none;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button {
  margin-top: 15px;
  position: relative;
  z-index: 10;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button .btn {
  border: solid 3px #fff;
  color: #fff;
  background-color: transparent;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button .btn:after {
  color: #fff;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button .btn:hover {
  color: #000 !important;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button .btn:hover:before {
  background-color: #fff;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button .btn:hover:after {
  color: #000 !important;
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-media {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 20px 0 0 0;
}
@media (min-width: 48rem) {
  .slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-media {
    position: absolute;
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    z-index: 0;
    max-width: 50%;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    overflow: hidden;
    z-index: 2;
  }
}
.slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-media img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
@media (min-width: 48rem) {
  .slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-media img {
    position: absolute;
    max-width: none;
    width: auto;
    transform: translate(-50%, -50%);
    height: auto;
    min-height: 100%;
    right: auto;
    left: 50%;
    top: 50%;
    min-width: 100%;
  }
}
.slab .image-teaser.flip .image-teaser-wrapper:before {
  margin: 0 -750px 0 auto;
}
.slab .image-teaser.flip .image-teaser-wrapper .image-teaser-inner .image-teaser-body {
  order: 2;
  padding-right: 0;
}
@media (min-width: 48rem) {
  .slab .image-teaser.flip .image-teaser-wrapper .image-teaser-inner .image-teaser-body {
    padding-left: 1.25rem;
  }
}
@media (min-width: 62rem) {
  .slab .image-teaser.flip .image-teaser-wrapper .image-teaser-inner .image-teaser-body {
    padding-left: 5rem;
  }
}
.slab .image-teaser.flip .image-teaser-wrapper .image-teaser-inner .image-teaser-media {
  left: 0;
  right: auto;
}
.slab .image-teaser.alt {
  background-color: #f7f7f7;
}
.slab .image-teaser.alt .image-teaser-wrapper .image-teaser-inner .image-teaser-body .headgroup {
  color: #000000;
}
.slab .image-teaser.alt .image-teaser-wrapper .image-teaser-inner .image-teaser-body .headgroup h2 {
  color: #000;
}
.slab .image-teaser.alt .image-teaser-wrapper .image-teaser-inner .image-teaser-body .headgroup .headline {
  color: #000000;
}
.slab .image-teaser.alt .image-teaser-wrapper .image-teaser-inner .image-teaser-body .headgroup .headline:after {
  background-color: #000000;
}
.slab .image-teaser.alt .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-summary {
  color: #000000;
}
.slab .image-teaser.alt .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-summary a {
  color: #000000;
  text-decoration: underline;
}
.slab .image-teaser.alt .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-summary a:hover {
  color: #000000;
  text-decoration: none;
}
.slab .image-teaser.alt .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button {
  margin-top: 15px;
  position: relative;
  z-index: 10;
}
.slab .image-teaser.alt .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button .btn {
  border: solid 3px #000;
  color: #000;
  background-color: transparent;
}
.slab .image-teaser.alt .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button .btn:after {
  color: #000;
}
.slab .image-teaser.alt .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button .btn:hover {
  color: #fff !important;
}
.slab .image-teaser.alt .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button .btn:hover:before {
  background-color: #000;
}
.slab .image-teaser.alt .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button .btn:hover:after {
  color: #fff !important;
}
.slab .image-teaser.alt-two {
  background-color: #332c2c;
  background-image: url(../images/bg-stripe.svg);
}
.slab .image-teaser.alt-two .image-teaser-wrapper .image-teaser-inner .image-teaser-body .headgroup {
  color: #fff;
}
.slab .image-teaser.alt-two .image-teaser-wrapper .image-teaser-inner .image-teaser-body .headgroup .headline:after {
  background-color: #fff;
}
.slab .image-teaser.alt-two .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-summary {
  color: #fff;
}
.slab .image-teaser.alt-two .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button {
  margin-top: 15px;
}
.slab .image-teaser.alt-two .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button a {
  border: 2px solid #fff;
  color: #fff !important;
  padding: 0.5rem 0.3125rem 0.5rem 0.625rem;
  font-size: 0.875rem;
  background-color: transparent;
  font-weight: 400;
}
.slab .image-teaser.alt-two .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button a:after {
  display: inline-block;
  right: 10px;
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  margin-left: 5px;
  font-weight: 400;
  background-color: #fff;
  color: #000000;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  padding-left: 7px;
  transition: all 0.3s ease;
}
.slab .image-teaser.alt-two .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button a:hover, .slab .image-teaser.alt-two .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button a:focus {
  background-color: #fff !important;
  color: #332c2c !important;
  text-decoration: none;
  font-weight: 400;
}
.slab .image-teaser.alt-two .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button a:hover:focus, .slab .image-teaser.alt-two .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button a:focus:focus {
  outline: none !important;
  text-decoration: underline !important;
}
.slab .image-teaser.alt-two .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button a:hover:after, .slab .image-teaser.alt-two .image-teaser-wrapper .image-teaser-inner .image-teaser-body .image-teaser-button a:focus:after {
  padding-left: 10px;
  transition: all 0.3s ease;
}
.slab .card-teaser {
  position: relative;
  overflow: hidden;
}
.slab .card-teaser .card-teaser-wrapper {
  position: relative;
  padding: 30px 0 10px 0;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 91.875rem) {
  .slab .card-teaser .card-teaser-wrapper {
    padding: 0;
  }
}
@media (max-width: 91.875rem) {
  .slab .card-teaser .card-teaser-wrapper {
    padding: 0;
  }
}
.slab .card-teaser .card-teaser-wrapper .card-teaser-inner {
  display: block;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 91.875rem) {
  .slab .card-teaser .card-teaser-wrapper .card-teaser-inner {
    padding: 0;
  }
}
@media (min-width: 48rem) {
  .slab .card-teaser .card-teaser-wrapper .card-teaser-inner {
    flex-flow: row nowrap;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 91.875rem) {
  .slab .card-teaser .card-teaser-wrapper .card-teaser-inner {
    padding: 0;
  }
}
.slab .card-teaser .card-teaser-wrapper .card-teaser-inner .card-teaser-body {
  color: #000;
  -webkit-box-flex: 0;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
}
@media (min-width: 48rem) {
  .slab .card-teaser .card-teaser-wrapper .card-teaser-inner .card-teaser-body {
    min-height: 25rem;
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (min-width: 90rem) {
  .slab .card-teaser .card-teaser-wrapper .card-teaser-inner .card-teaser-body {
    padding: 0;
  }
}
.slab .card-teaser .card-teaser-wrapper .card-teaser-inner .card-teaser-body .headgroup .superhead {
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.slab .card-teaser .card-teaser-wrapper .card-teaser-inner .card-teaser-body .headgroup .headline {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
}
.slab .card-teaser .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-summary a {
  color: #000 !important;
  text-decoration: underline;
}
.slab .card-teaser .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-summary a:hover {
  color: #fff;
  text-decoration: none;
}
.slab .card-teaser .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-button {
  margin-top: 15px;
  position: relative;
  z-index: 10;
}
.slab .card-teaser .card-teaser-wrapper .card-teaser-inner .card-teaser-media {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 20px 0 0 0;
}
@media (min-width: 48rem) {
  .slab .card-teaser .card-teaser-wrapper .card-teaser-inner .card-teaser-media {
    position: absolute;
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    z-index: 0;
    max-width: 50%;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    overflow: hidden;
    z-index: 1;
  }
  .slab .card-teaser .card-teaser-wrapper .card-teaser-inner .card-teaser-media:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}
.slab .card-teaser .card-teaser-wrapper .card-teaser-inner .card-teaser-media img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
@media (min-width: 48rem) {
  .slab .card-teaser .card-teaser-wrapper .card-teaser-inner .card-teaser-media img {
    position: absolute;
    max-width: none;
    width: auto;
    transform: translate(-50%, -50%);
    height: auto;
    min-height: 100%;
    right: auto;
    left: 50%;
    top: 50%;
    min-width: 100%;
  }
}
.slab .card-teaser.flip .card-teaser-wrapper:before {
  margin: 0 -750px 0 auto;
}
.slab .card-teaser.flip .card-teaser-wrapper .card-teaser-inner .card-teaser-body {
  order: 2;
}
@media (min-width: 48rem) {
  .slab .card-teaser.flip .card-teaser-wrapper .card-teaser-inner .card-teaser-body {
    padding-left: 1.25rem;
  }
}
@media (min-width: 62rem) {
  .slab .card-teaser.flip .card-teaser-wrapper .card-teaser-inner .card-teaser-body {
    padding-left: 3.125rem;
  }
}
.slab .card-teaser.flip .card-teaser-wrapper .card-teaser-inner .card-teaser-media {
  left: 0;
  right: auto;
}
.slab .card-teaser.alt {
  background: linear-gradient(to bottom, #332c2c 70%, #332c2c 70%, #fff 30%);
}
.slab .card-teaser.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body {
  background-color: #f7f7f7;
}
.slab .card-teaser.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body .headgroup {
  color: #332c2c;
}
.slab .card-teaser.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body .headgroup .headline:after {
  background-color: #332c2c;
}
.slab .card-teaser.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-summary {
  color: #332c2c;
}
.slab .card-teaser.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-summary a {
  color: #332c2c;
  text-decoration: underline;
}
.slab .card-teaser.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-summary a:hover {
  color: #332c2c;
  text-decoration: none;
}
.slab .card-teaser.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-button a {
  border-color: #332c2c;
  color: #332c2c;
}
.slab .card-teaser.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-button a:hover, .slab .card-teaser.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-button a:focus {
  color: #fff !important;
  background-color: #332c2c !important;
}
.slab .card-teaser.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-button a:focus {
  outline: none !important;
  text-decoration: underline !important;
}
.slab .card-teaser.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-button a:after {
  background-color: #332c2c;
  color: #fff;
}
.slab .card-teaser.alt-two {
  background: linear-gradient(to bottom, #000000 70%, #000000 70%, #fff 30%);
}
.slab .card-teaser.alt-two .card-teaser-wrapper .card-teaser-inner .card-teaser-body {
  background-color: #332c2c;
}
@media (min-width: 48rem) {
  .slab .card-teaser.events .card-teaser-wrapper .card-teaser-inner .card-teaser-body {
    flex: 1;
    max-width: 68%;
  }
}
@media (min-width: 48rem) {
  .slab .card-teaser.events .card-teaser-wrapper .card-teaser-inner .card-teaser-media {
    max-width: 33%;
  }
}
.slab .card-teaser.events .card-teaser-wrapper .card-teaser-inner .card-teaser-media:before {
  display: none;
}
.slab .card-teaser-full {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  background: linear-gradient(to bottom, #f7f7f7 70%, #f7f7f7 70%, #fff 30%);
}
.slab .card-teaser-full .card-teaser-wrapper {
  position: relative;
  padding: 30px 0 10px 0;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 91.875rem) {
  .slab .card-teaser-full .card-teaser-wrapper {
    padding: 0;
  }
}
@media (max-width: 91.875rem) {
  .slab .card-teaser-full .card-teaser-wrapper {
    padding: 0;
  }
}
.slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner {
  display: block;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  background-color: #000000;
}
@media (min-width: 91.875rem) {
  .slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner {
    padding: 0;
  }
}
@media (min-width: 48rem) {
  .slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner {
    flex-flow: row nowrap;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 91.875rem) {
  .slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner {
    padding: 0;
  }
}
.slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner .card-teaser-body {
  -webkit-box-flex: 0;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
}
@media (min-width: 48rem) {
  .slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner .card-teaser-body {
    min-height: 25rem;
    flex: 1;
    padding-left: 3.125rem;
    background: linear-gradient(90deg, #000000 0%, #000000 15%, transparent 60%);
  }
}
.slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner .card-teaser-body .headgroup {
  color: #fff;
}
.slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner .card-teaser-body .headgroup .superhead {
  margin-bottom: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.5;
  font-size: 0.8125rem;
}
.slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner .card-teaser-body .headgroup .headline {
  position: relative;
  font-size: 1.625rem;
  line-height: 1.75rem;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 400;
}
@media (min-width: 48rem) {
  .slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner .card-teaser-body .headgroup .headline {
    font-size: 2rem;
    line-height: 2.125rem;
  }
}
@media (min-width: 62rem) {
  .slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner .card-teaser-body .headgroup .headline {
    font-size: 2.375rem;
    line-height: 2.5rem;
  }
}
.slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner .card-teaser-body .headgroup .headline:after {
  content: "";
  background-color: #fff;
  width: 200px;
  height: 5px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-summary {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
}
.slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-summary a {
  color: #fff;
  text-decoration: underline;
}
.slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-summary a:hover {
  color: #fff;
  text-decoration: none;
}
.slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-summary ul {
  list-style-type: none;
}
.slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-summary ul li {
  position: relative;
}
.slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-summary ul li:before {
  display: block;
  content: "";
  position: absolute;
  left: -30px;
  top: 7px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 381.8'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M173.9,439.4,7.5,273a25.59,25.59,0,0,1,0-36.2l36.2-36.2a25.59,25.59,0,0,1,36.2,0L192,312.69,432.1,72.6a25.59,25.59,0,0,1,36.2,0l36.2,36.2a25.59,25.59,0,0,1,0,36.2L210.1,439.4a25.59,25.59,0,0,1-36.2,0Z' transform='translate(0 -65.1)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-button {
  z-index: 10;
}
.slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner .card-teaser-media {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 20px 0 0 0;
}
@media (min-width: 48rem) {
  .slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner .card-teaser-media {
    position: absolute;
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    overflow: hidden;
    z-index: 2;
  }
}
.slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner .card-teaser-media img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
@media (min-width: 48rem) {
  .slab .card-teaser-full .card-teaser-wrapper .card-teaser-inner .card-teaser-media img {
    position: absolute;
    max-width: none;
    width: auto;
    transform: translate(-50%, -50%);
    height: auto;
    min-height: 100%;
    right: auto;
    left: 50%;
    top: 50%;
    min-width: 100%;
  }
}
.slab .card-teaser-full.flip .card-teaser-wrapper:before {
  margin: 0 -750px 0 auto;
}
.slab .card-teaser-full.flip .card-teaser-wrapper .card-teaser-inner .card-teaser-body {
  order: 2;
}
@media (min-width: 48rem) {
  .slab .card-teaser-full.flip .card-teaser-wrapper .card-teaser-inner .card-teaser-body {
    padding-left: 1.25rem;
  }
}
@media (min-width: 62rem) {
  .slab .card-teaser-full.flip .card-teaser-wrapper .card-teaser-inner .card-teaser-body {
    padding-left: 3.125rem;
  }
}
.slab .card-teaser-full.flip .card-teaser-wrapper .card-teaser-inner .card-teaser-media {
  left: 0;
  right: auto;
}
.slab .card-teaser-full.alt {
  background: linear-gradient(to bottom, #332c2c 70%, #332c2c 70%, #fff 30%);
}
.slab .card-teaser-full.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body {
  background-color: #f7f7f7;
}
.slab .card-teaser-full.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body .headgroup {
  color: #332c2c;
}
.slab .card-teaser-full.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body .headgroup .headline:after {
  background-color: #332c2c;
}
.slab .card-teaser-full.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-summary {
  color: #332c2c;
}
.slab .card-teaser-full.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-summary a {
  color: #332c2c;
  text-decoration: underline;
}
.slab .card-teaser-full.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-summary a:hover {
  color: #332c2c;
  text-decoration: none;
}
.slab .card-teaser-full.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-button a {
  border-color: #332c2c;
  color: #332c2c;
}
.slab .card-teaser-full.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-button a:hover, .slab .card-teaser-full.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-button a:focus {
  color: #fff !important;
  background-color: #332c2c !important;
}
.slab .card-teaser-full.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-button a:focus {
  outline: none !important;
  text-decoration: underline !important;
}
.slab .card-teaser-full.alt .card-teaser-wrapper .card-teaser-inner .card-teaser-body .card-teaser-button a:after {
  background-color: #332c2c;
  color: #fff;
}
.slab .card-teaser-full.alt-two {
  background: linear-gradient(to bottom, #000000 70%, #000000 70%, #fff 30%);
}
.slab .card-teaser-full.alt-two .card-teaser-wrapper .card-teaser-inner .card-teaser-body {
  background-color: #332c2c;
}
.slab .text-cols {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 91.875rem) {
  .slab .text-cols {
    padding: 0;
  }
}
.slab .text-cols .text-col-inner {
  display: flex;
  gap: 10px;
}
.slab .text-cols .text-col-inner .item {
  flex: 1;
}
.slab .text-two-cols {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  padding: 20px;
}
@media (min-width: 91.875rem) {
  .slab .text-two-cols {
    padding: 0;
  }
}
@media (min-width: 1470px) {
  .slab .text-two-cols {
    padding: 60px 0;
  }
}
.slab .text-two-cols .text-two-cols-inner .item:first-child {
  margin-bottom: 30px;
}
@media (min-width: 30rem) {
  .slab .text-two-cols .text-two-cols-inner {
    display: flex;
    gap: 20px;
  }
  .slab .text-two-cols .text-two-cols-inner .item {
    flex: 1;
  }
  .slab .text-two-cols .text-two-cols-inner .item:first-child {
    margin-bottom: 0;
  }
}
.slab .text {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 91.875rem) {
  .slab .text {
    padding: 0;
  }
}
@media (min-width: 48rem) {
  .slab .text .copy.two-col {
    column-count: 2;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
.slab .text-cta {
  padding: 60px 0;
  position: relative;
  background-color: #000000;
  background-size: cover;
  background-position: center center;
}
.slab .text-cta:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
}
.slab .text-cta .superhead {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400;
}
.slab .text-cta .head {
  position: relative;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.5rem;
  margin-bottom: 30px;
}
.slab .text-cta .head:before {
  position: absolute;
  display: block;
  content: "";
  width: 200px;
  height: 5px;
  bottom: -20px;
  right: 0;
  left: 0;
  background-color: #fff;
  margin: 0 auto;
}
@media (min-width: 62rem) {
  .slab .text-cta .head {
    font-size: 2rem;
    line-height: 2.125rem;
    margin-bottom: 60px;
  }
  .slab .text-cta .head:before {
    height: 10px;
    bottom: -30px;
  }
}
.slab .text-cta .detail {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.125rem;
}
@media (min-width: 62rem) {
  .slab .text-cta .detail {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
}
.slab .text-cta .detail a {
  color: #fff;
  text-decoration: underline;
}
.slab .text-cta .detail a:hover {
  color: #d9d6d6 !important;
  text-decoration: none;
}
.slab .text-cta .detail a:focus {
  outline: 2px solid red !important;
}
.slab .text-cta .buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media (min-width: 62rem) {
  .slab .text-cta .buttons {
    margin-top: 20px;
  }
}
.slab .text-cta .buttons a {
  border: 2px solid #fff;
  color: #fff;
  padding: 0.5rem 0.3125rem 0.5rem 0.625rem;
  font-size: 0.875rem;
  background-color: transparent;
  font-weight: 400;
  position: relative;
  margin: 5px;
  padding-right: 35px;
  min-width: 12.5rem;
  text-decoration: none;
}
.slab .text-cta .buttons a:after {
  display: inline-block;
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  margin-left: 5px;
  font-weight: 400;
  color: #000000;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  padding-left: 7px;
  transition: all 0.3s ease;
}
.slab .text-cta .buttons a:hover, .slab .text-cta .buttons a:focus {
  background-color: #fff !important;
  color: #000000 !important;
  text-decoration: none;
  font-weight: 400;
}
.slab .text-cta .buttons a:hover:after, .slab .text-cta .buttons a:focus:after {
  padding-left: 11px;
  transition: all 0.3s ease;
}
.slab .text-cta .buttons a:focus {
  text-decoration: underline !important;
  outline: none !important;
}
.slab .text-cta.alt {
  background-color: #fff;
}
.slab .text-cta.alt:before {
  background-color: rgba(255, 255, 255, 0.85);
}
.slab .text-cta.alt .superhead {
  color: #332c2c;
}
.slab .text-cta.alt .head {
  color: #332c2c;
}
.slab .text-cta.alt .head:before {
  background-color: #332c2c;
}
.slab .text-cta.alt .detail {
  color: #332c2c;
}
.slab .text-cta.alt .detail a {
  color: #332c2c;
  text-decoration: underline;
}
.slab .text-cta.alt .detail a:hover {
  color: #000000 !important;
  text-decoration: none;
}
.slab .text-cta.alt .buttons a {
  border-color: #332c2c;
  color: #332c2c;
}
.slab .text-cta.alt .buttons a:after {
  color: #fff;
}
.slab .text-cta.alt .buttons a:hover, .slab .text-cta.alt .buttons a:focus {
  background-color: #332c2c !important;
  color: #fff !important;
}
.slab .text-cta.alt-two {
  background-color: #332c2c;
}
.slab .text-cta.alt-two:before {
  background-color: rgba(51, 44, 44, 0.85);
}
.slab .text-cta.alt-two .superhead {
  color: #fff;
}
.slab .text-cta.alt-two .head {
  color: #fff;
}
.slab .text-cta.alt-two .head:before {
  background-color: #fff;
}
.slab .text-cta.alt-two .detail {
  color: #fff;
}
.slab .text-cta.alt-two .buttons a {
  border-color: #fff;
  color: #fff;
}
.slab .text-cta.alt-two .buttons a:after {
  background-color: #fff !important;
  color: #332c2c !important;
}
.slab .text-cta.alt-two .buttons a:hover, .slab .text-cta.alt-two .buttons a:focus {
  background-color: #fff !important;
  color: #332c2c !important;
}
.slab .program-finder {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.slab .program-finder .inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  color: #fff;
}
@media (min-width: 91.875rem) {
  .slab .program-finder .inner {
    padding: 0;
  }
}
@media (min-width: 62rem) {
  .slab .program-finder .inner {
    display: flex;
  }
}
@media (min-width: 91.875rem) {
  .slab .program-finder .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.slab .program-finder .inner h2 {
  color: #fff;
}
.slab .program-finder .inner h2:after {
  background-color: #fff;
}
.slab .program-finder .inner .item-one {
  text-align: center;
}
.slab .program-finder .inner .item-one h2:after {
  background-color: #702E3D;
}
@media (min-width: 62rem) {
  .slab .program-finder .inner .item-one {
    flex: 0 0 50%;
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-right: 20px;
  }
}
.slab .program-finder .inner .item-two {
  width: 100%;
  text-align: center;
  padding: 20px 0 0 0;
}
@media (min-width: 62rem) {
  .slab .program-finder .inner .item-two {
    width: 50%;
    text-align: left;
    padding: 20px;
  }
}
.slab .program-finder .inner .details {
  font-size: 1.125rem;
  margin-bottom: 30px;
}
.slab .program-finder .inner .program-finder-form {
  border: 5px solid #702E3D;
  padding: 30px;
}
@media (min-width: 48rem) {
  .slab .program-finder .inner .program-finder-form {
    display: flex;
    gap: 20px;
  }
}
.slab .program-finder .inner .program-finder-form .btn {
  background-color: #702e3d;
  color: #fff;
  border-color: #fff;
}
.slab .program-finder .inner .program-finder-form .btn:after {
  display: inline-block;
  right: 10px;
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  margin-left: 5px;
  font-weight: 400;
  color: #fff !important;
  padding-left: 7px;
  transition: all 0.3s ease;
}
.slab .program-finder .inner .program-finder-form .btn:hover {
  background-color: #000;
}
.slab .program-finder .inner .program-finder-form .col {
  flex: 1;
}
.slab .program-finder .inner .program-finder-form label {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  display: inline-block;
}
.slab .program-finder .inner .program-finder-form select {
  height: 2.5rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d9d6d6;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #141414;
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'&gt;&lt;polygon points='0,0 32,0 16,24' style='fill: rgb%28119,119,119%29'&gt;&lt;/polygon&gt;&lt;/svg&gt;");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
}
.slab .program-finder .inner .program-finder-form select:focus {
  outline: 2px solid red !important;
}
.slab .program-finder .inner .program-finder-form .button:hover, .slab .program-finder .inner .program-finder-form .pagination ul li a:hover, .slab .program-finder .inner .program-finder-form button:hover, .slab .program-finder .inner .program-finder-form input[type=button]:hover, .slab .program-finder .inner .program-finder-form input[type=reset]:hover, .slab .program-finder .inner .program-finder-form input[type=submit]:hover {
  cursor: pointer;
}
.slab .program-finder .inner .program-finder-form .button:focus, .slab .program-finder .inner .program-finder-form .pagination ul li a:focus, .slab .program-finder .inner .program-finder-form button:focus, .slab .program-finder .inner .program-finder-form input[type=button]:focus, .slab .program-finder .inner .program-finder-form input[type=reset]:focus, .slab .program-finder .inner .program-finder-form input[type=submit]:focus {
  outline: 2px solid red !important;
}
.slab .program-finder .inner .program-finder-form .submit {
  padding-top: 30px;
}
.slab .program-finder .inner .grid {
  flex: 1;
  margin-top: 30px;
}
.slab .program-finder .inner .grid .grid-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 10px;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 48rem) {
  .slab .program-finder .inner .grid .grid-buttons {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
@media (min-width: 62rem) {
  .slab .program-finder .inner .grid .grid-buttons {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}
@media (min-width: 75rem) {
  .slab .program-finder .inner .grid .grid-buttons {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
.slab .program-finder .inner .grid .grid-buttons li a {
  min-height: 164px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  border: solid 2px #fff;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #fff;
  transition: all 0.2s ease;
  outline-offset: -8px;
  outline: solid 2px #fff;
  padding: 10px;
}
.slab .program-finder .inner .grid .grid-buttons li a:hover {
  background-color: black;
  text-decoration: none;
  color: #fff;
  outline-offset: 5px;
  outline: solid 2px #000;
  text-decoration: underline;
}
.slab .program-finder .inner .grid .grid-buttons li a .superhead {
  font-size: 12px;
}
.slab .program {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  background-color: #757575;
  padding: 0;
}
@media (min-width: 91.875rem) {
  .slab .program {
    padding: 0;
  }
}
.slab .program .inner {
  padding: 20px;
}
@media (min-width: 48rem) {
  .slab .program .inner {
    padding: 50px;
  }
}
.slab .program .inner .program-nav,
.slab .program .inner .program-content {
  padding: 20px 10px;
  background-color: #fff;
}
.slab .program .inner .program-nav {
  text-align: center;
}
.slab .program .inner .program-nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.slab .program .inner .program-nav ul li {
  display: inline-block;
  page-break-inside: avoid;
  break-inside: avoid;
}
.slab .program .inner .program-nav ul li a {
  display: inline-block;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  background-color: #6c2633;
  min-width: auto;
  text-decoration: none;
  text-align: left;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  text-decoration: none !important;
  width: 100%;
}
.slab .program .inner .program-nav ul li a:hover {
  background-color: #fff;
  border-color: #000000;
  color: #000000;
}
.slab .visit-tour {
  background-color: #181818;
  position: relative;
}
@media (min-width: 62.1rem) {
  .slab .visit-tour {
    display: flex;
    min-height: 18.75rem;
  }
}
.slab .visit-tour .visit {
  padding: 15px;
}
@media (min-width: 62.1rem) {
  .slab .visit-tour .visit {
    flex: 0 0 50%;
    padding: 80px 0;
  }
}
.slab .visit-tour .visit .inner {
  display: block;
  padding: 20px;
  text-align: center;
  border: 5px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 62.1rem) {
  .slab .visit-tour .visit .inner {
    display: flex;
    flex-direction: column;
    max-width: 43.125rem;
    margin-right: 30px;
    margin-left: 15px;
  }
}
@media (min-width: 90rem) {
  .slab .visit-tour .visit .inner {
    margin-left: auto;
  }
}
.slab .visit-tour .visit .inner .superhead {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 400;
}
@media (min-width: 62rem) {
  .slab .visit-tour .visit .inner .superhead {
    font-size: 2.5rem;
  }
}
.slab .visit-tour .visit .inner .subhead {
  color: #fff;
  text-align: center;
}
.slab .visit-tour .visit .inner .button {
  text-align: center;
}
.slab .visit-tour .visit .inner .button a {
  display: inline-block;
  border: 2px solid #fff;
  padding: 10px 20px;
  color: #fff;
  font-size: 1rem;
  border-radius: 0;
  font-weight: 400;
  margin-top: 20px;
  width: auto;
  text-align: center;
  background-color: transparent;
  text-decoration: none !important;
  text-transform: uppercase;
}
.slab .visit-tour .visit .inner .button a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  margin-left: 5px;
}
.slab .visit-tour .visit .inner .button a:hover, .slab .visit-tour .visit .inner .button a:focus {
  color: #000000 !important;
  background-color: #fff !important;
  text-decoration: none;
}
.slab .visit-tour .visit .inner .button a:focus {
  outline: none !important;
  text-decoration: underline !important;
}
.slab .visit-tour .tour {
  width: 100%;
  position: relative;
  z-index: 1;
  background-image: url(../images/lp-hero.png);
  background-size: cover;
  padding: 15px;
  background-color: #fff;
}
@media (min-width: 62rem) {
  .slab .visit-tour .tour {
    flex: 0 0 50%;
    margin-top: 0;
    padding: 80px 0;
  }
}
@media (min-width: 62rem) {
  .slab .visit-tour .tour .cta {
    max-width: 45rem;
    padding: 0 0 0 30px;
  }
}
.slab .visit-tour .tour .cta .inner {
  border: 5px solid #fff;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(5x);
  backdrop-filter: blur(5px);
  text-align: center;
  display: block;
}
@media (min-width: 62rem) {
  .slab .visit-tour .tour .cta .inner {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
  }
}
@media (min-width: 90rem) {
  .slab .visit-tour .tour .cta .inner {
    margin-right: 0;
  }
}
.slab .visit-tour .tour .cta .inner .superhead {
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 400;
}
@media (min-width: 62rem) {
  .slab .visit-tour .tour .cta .inner .superhead {
    font-size: 2.5rem;
  }
}
.slab .visit-tour .tour .cta .inner .subhead {
  color: #000000;
  text-align: center;
}
.slab .visit-tour .tour .cta .inner .button {
  text-align: center;
}
.slab .visit-tour .tour .cta .inner .button a {
  display: inline-block;
  border: 2px solid #000000;
  padding: 10px 20px;
  color: #000000;
  font-size: 1rem;
  border-radius: 0;
  font-weight: 400;
  margin-top: 20px;
  width: auto;
  text-align: center;
  background-color: transparent;
  text-decoration: none !important;
  text-transform: uppercase;
}
.slab .visit-tour .tour .cta .inner .button a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  margin-left: 5px;
}
.slab .visit-tour .tour .cta .inner .button a:hover, .slab .visit-tour .tour .cta .inner .button a:focus {
  color: #fff !important;
  background-color: #000000 !important;
  text-decoration: none;
}
.slab .visit-tour .tour .cta .inner .button a:focus {
  outline: none !important;
  text-decoration: underline !important;
}
.slab .big-video-wrap {
  position: relative;
}
.slab .big-video-wrap .text-overlay {
  position: relative;
  border-bottom: 2px solid #000000;
}
@media (min-width: 30rem) {
  .slab .big-video-wrap .text-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.slab .big-video-wrap .text-overlay .text-overlay-inner-wrapper {
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.slab .big-video-wrap .text-overlay .text-overlay-inner-wrapper .text-overlay-inner {
  position: relative;
  z-index: 2;
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 30rem) {
  .slab .big-video-wrap .text-overlay .text-overlay-inner-wrapper .text-overlay-inner {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    border-bottom: 10px solid #000000;
  }
}
.slab .big-video-wrap .text-overlay .text-overlay-inner-wrapper .text-overlay-inner h2 {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
@media (min-width: 30rem) {
  .slab .big-video-wrap .text-overlay .text-overlay-inner-wrapper .text-overlay-inner h2 {
    font-size: 1.625rem;
  }
}
@media (min-width: 48rem) {
  .slab .big-video-wrap .text-overlay .text-overlay-inner-wrapper .text-overlay-inner h2 {
    font-size: 2rem;
  }
}
.slab .big-video-wrap .text-overlay .text-overlay-inner-wrapper .text-overlay-inner p {
  font-size: 0.75rem;
  padding: 5px;
}
@media (min-width: 30rem) {
  .slab .big-video-wrap .text-overlay .text-overlay-inner-wrapper .text-overlay-inner p {
    font-size: 0.875rem;
  }
}
@media (min-width: 48rem) {
  .slab .big-video-wrap .text-overlay .text-overlay-inner-wrapper .text-overlay-inner p {
    font-size: 1rem;
  }
}
.slab .big-video-wrap .text-overlay .text-overlay-inner-wrapper .text-overlay-inner .button {
  font-size: 0.625rem;
  padding: 5px 10px;
  background-color: #fff;
  text-shadow: none;
  border: solid 1px #000000;
  text-decoration: none;
}
.slab .big-video-wrap .text-overlay .text-overlay-inner-wrapper .text-overlay-inner .button:hover {
  background-color: #000000;
  color: #fff;
}
@media (min-width: 30rem) {
  .slab .big-video-wrap .text-overlay .text-overlay-inner-wrapper .text-overlay-inner .button {
    font-size: 0.875rem;
  }
}
.slab .big-video-wrap .video-wrap video {
  width: 100%;
  display: none;
}
@media (min-width: 30rem) {
  .slab .big-video-wrap .video-wrap video {
    display: block;
  }
}
.slab .big-video-wrap img {
  display: block;
  width: auto;
  height: auto;
}
@media (min-width: 30rem) {
  .slab .big-video-wrap img {
    display: none;
  }
}
.slab.border-top {
  border-top: solid 5px #fff;
}
.slab.border-bottom {
  border-bottom: solid 5px #fff;
}
.slab.has-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
}
.slab.bg-one:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
}
.slab.bg-one .card-teaser .card-teaser-wrapper .card-teaser-inner .card-teaser-body {
  color: #000 !important;
}
.slab.bg-two:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(112, 46, 61, 0.85);
}
.slab.bg-three:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(132, 136, 139, 0.9);
}
.slab.grey {
  background-color: #f7f7f7;
}
.slab.sandstone {
  background-color: #DDC9A3;
}

.content-area .slab .image-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body, .content-area .slab .image-teaser .image-teaser-wrapper .image-teaser-inner .card-teaser-body, .content-area .slab .image-teaser .image-teaser-wrapper .card-teaser-inner .image-teaser-body, .content-area .slab .image-teaser .image-teaser-wrapper .card-teaser-inner .card-teaser-body, .content-area .slab .image-teaser .card-teaser-wrapper .image-teaser-inner .image-teaser-body, .content-area .slab .image-teaser .card-teaser-wrapper .image-teaser-inner .card-teaser-body, .content-area .slab .image-teaser .card-teaser-wrapper .card-teaser-inner .image-teaser-body, .content-area .slab .image-teaser .card-teaser-wrapper .card-teaser-inner .card-teaser-body, .content-area .slab .card-teaser .image-teaser-wrapper .image-teaser-inner .image-teaser-body, .content-area .slab .card-teaser .image-teaser-wrapper .image-teaser-inner .card-teaser-body, .content-area .slab .card-teaser .image-teaser-wrapper .card-teaser-inner .image-teaser-body, .content-area .slab .card-teaser .image-teaser-wrapper .card-teaser-inner .card-teaser-body, .content-area .slab .card-teaser .card-teaser-wrapper .image-teaser-inner .image-teaser-body, .content-area .slab .card-teaser .card-teaser-wrapper .image-teaser-inner .card-teaser-body, .content-area .slab .card-teaser .card-teaser-wrapper .card-teaser-inner .image-teaser-body, .content-area .slab .card-teaser .card-teaser-wrapper .card-teaser-inner .card-teaser-body {
  padding-right: 20px !important;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-area .slab .link-grid {
  padding-right: 20px;
  padding-left: 20px;
}
.content-area .slab .link-grid ul {
  padding: 0 10px;
}
@media (min-width: 62rem) {
  .content-area .slab .link-grid ul {
    column-count: 2;
  }
}
@media (min-width: 30rem) {
  .content-area .slab .card-grid {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -5px;
  }
}
@media (min-width: 480px) {
  .content-area .slab .card-grid .item {
    margin: 5px;
  }
}
@media (min-width: 30rem) {
  .content-area .slab .card-grid .item {
    min-width: 185px;
  }
}
.content-area .slab .callout-blocks {
  justify-content: space-between;
}
@media (min-width: 62rem) {
  .content-area .slab .callout-blocks .item {
    width: 45%;
  }
}
@media (min-width: 75rem) {
  .content-area .slab .callout-blocks .item {
    width: 48.6%;
  }
}
@media (min-width: 90rem) {
  .content-area .slab .callout-blocks .item {
    width: 48.9%;
  }
}

.js-accordion.accordion {
  border-bottom: 1px solid #000000 !important;
  margin-bottom: 20px;
}
.js-accordion.accordion .js-accordion__panel[aria-hidden=true] {
  display: none;
}
.js-accordion.accordion .js-accordion__panel[role=tabpanel] .js-accordion__header {
  display: none;
}
.js-accordion.accordion .js-accordion__panel {
  padding: -10px 0 0 0;
  transition: all 0.5s ease;
  margin: 20px;
}
.js-accordion.accordion button.js-accordion__header {
  display: block !important;
  position: relative;
  width: 100%;
  border: none;
  text-align: left;
  padding: 20px;
  background-color: transparent;
  font-family: inherit;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  border-top: 1px solid #000000;
}
.js-accordion.accordion button.js-accordion__header:hover {
  cursor: pointer;
}
.js-accordion.accordion button.js-accordion__header:focus {
  text-decoration: underline;
  outline: none;
}
.js-accordion.accordion button.js-accordion__header h2 {
  margin-bottom: 20px;
}
.js-accordion.accordion .js-accordion__header[aria-expanded=true]:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f077";
  margin-right: 5px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  color: #000000;
}
.js-accordion.accordion .js-accordion__header[aria-expanded=false]:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  margin-right: 5px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  color: #000000;
}

.video-embed {
  position: relative;
  height: 0;
  margin-bottom: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cal-container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  font-family: Arial, Helvetica, sans-serif;
}
@media (min-width: 91.875rem) {
  .cal-container {
    padding: 0;
  }
}

.cal-grid {
  display: block;
}
@media (min-width: 62rem) {
  .cal-grid {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
  }
}
.cal-grid .calendar {
  display: block;
}
@media (min-width: 62rem) {
  .cal-grid .calendar {
    flex: 1;
    min-height: 0;
    min-width: 0;
  }
}
.cal-grid .filters {
  display: block;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media (min-width: 62rem) {
  .cal-grid .filters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 15.625rem;
    min-height: 0;
    min-width: 0;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.cal-grid.eventrow {
  padding: 3.75rem 0;
}

.cal-8 {
  display: block;
}
@media (min-width: 62rem) {
  .cal-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(66.66667% - 1.875rem);
  }
}

.cal-6 {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 62rem) {
  .cal-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
    padding-right: 20px;
    margin-bottom: 0;
  }
}

.cal-4 {
  display: block;
}
@media (min-width: 62rem) {
  .cal-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(33.33333% - 1.875rem);
  }
}

.calendar-controls {
  display: block;
}
@media (min-width: 62rem) {
  .calendar-controls {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
  }
}

.cal-container .searchContainer {
  position: relative;
  width: 100%;
  top: auto;
  right: auto;
}

.cal-grid .filters .filter-container {
  padding: 20px 0;
}
@media (min-width: 62rem) {
  .cal-grid .filters .filter-container {
    padding: 0 20px 0 0;
    height: 100%;
    border-right: 3px solid #e4e4e4;
  }
}
.cal-grid .filters .filter-container .filters-title {
  display: none;
}
@media (min-width: 62rem) {
  .cal-grid .filters .filter-container .filters-title {
    display: block;
    color: #000;
    font-weight: 400;
  }
}
.cal-grid .filters .filter-container .mob-filters-trigger {
  display: block;
  text-align: center;
}
@media (min-width: 62rem) {
  .cal-grid .filters .filter-container .mob-filters-trigger {
    display: none;
  }
}
.cal-grid .filters .filter-container .mob-filters-trigger button.mobile-control-button {
  color: #000000;
  font-weight: 400;
  display: block;
  padding: 5px;
  width: 100%;
  border: 2px solid #000000;
  background-color: #fff;
  border-radius: 20px;
}
.cal-grid .filters .filter-container .mob-filters-trigger button.mobile-control-button:before {
  content: "Show ";
}
.cal-grid .filters .filter-container .mob-filters-trigger button.mobile-control-button:hover {
  background-color: #000000;
  color: #fff;
  text-decoration: none;
}
.cal-grid .filters .filter-container .mob-filters-trigger.active button.mobile-control-button {
  background-color: #000000;
  color: #fff;
}
.cal-grid .filters .filter-container .mob-filters-trigger.active button.mobile-control-button:before {
  content: "Hide ";
}
.cal-grid .filters .filter-container .filter-title {
  font-size: 1.25rem;
  font-weight: 400;
  border-bottom: 1px dotted #000;
  margin-bottom: 20px;
}
.cal-grid .filters .filter-container ol.filter-list {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  display: none;
}
@media (min-width: 62rem) {
  .cal-grid .filters .filter-container ol.filter-list {
    display: block;
    margin: 0;
  }
}
.cal-grid .filters .filter-container ol.filter-list li {
  margin-bottom: 5px !important;
}
.cal-grid .filters .filter-container ol.filter-list li a {
  display: block;
  position: relative;
  font-size: 0.875rem;
  padding: 3px 3px 3px 10px;
  border: #000 solid 0px;
  border-radius: 20px;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #000;
  background-color: transparent;
}
.cal-grid .filters .filter-container ol.filter-list li a:hover {
  background-color: #f7f7f7;
  color: #000;
  padding-left: 15px;
  transition: all 0.2s ease;
}
.cal-grid .filters .filter-container ol.filter-list li a.active {
  background-color: #000000;
  color: #fff;
  padding-left: 15px;
  transition: all 0.2s ease;
}
.cal-grid .filters .filter-container ol.filter-list li a.active:hover {
  color: #fff;
}
.cal-grid .filters .filter-container ol.filter-list li a.active:after {
  position: absolute;
  top: 4px;
  right: 10px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f00d";
}
.cal-grid .filters .filter-container ol.filter-list li ol {
  padding: 0;
  margin-left: 20px;
  list-style: none;
}
.cal-grid .filters .filter-container ol.filter-list li ol a:hover {
  color: #000;
}
.cal-grid .filters .filter-container ol.filter-list li ol a.active {
  background-color: #1a1a1a;
}

.filter-container .filters li ol li a {
  padding-left: 25px;
}

@media (min-width: 768px) {
  .filter-container .filters li a {
    font-size: 12px;
  }
}
.filter-container .filters li a.active {
  border: #215732 solid 1px;
  background-color: #215732;
  color: #fff;
}

.filter-container .filters li a.active:hover {
  background-color: #002E5D;
  color: #fff;
  padding-left: 15px;
}

button.mobile-control-button {
  width: 100%;
}

.calendar-controls {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #702E3D;
  text-align: center;
}
.calendar-controls .range-group {
  margin-bottom: 20px;
}
@media (min-width: 62rem) {
  .calendar-controls .range-group {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    order: 2;
    text-align: right;
    margin-bottom: 0;
  }
}
.calendar-controls .range-group .range .viewby {
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
}
@media (min-width: 62rem) {
  .calendar-controls .range-group .range .viewby {
    display: inline;
  }
}
.calendar-controls .range-group .range button {
  border-radius: 20px;
  border: 2px solid #000000;
  color: #000000;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 8px 12px;
}
.calendar-controls .range-group .range button:focus {
  outline: 2px solid red !important;
}
.calendar-controls .range-group .range button:hover {
  cursor: pointer;
  color: #fff;
  background-color: #000000;
  background-image: linear-gradient(#ca3139, #b01718);
  border-color: #000000;
  background-image: none;
}
.calendar-controls .range-group .range .active-range,
.calendar-controls .range-group .range .active-range:hover {
  color: #fff;
  background: #000000;
  border-color: #000000 !important;
  background-image: none;
}
@media (min-width: 62rem) {
  .calendar-controls .controls-group {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    order: 1;
  }
}
.calendar-controls .controls-group .controls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 62rem) {
  .calendar-controls .controls-group .controls {
    justify-content: flex-start;
    flex-direction: row;
  }
}
.calendar-controls .controls-group .controls .prev-next-controls {
  display: flex;
  order: 2;
}
@media (min-width: 62rem) {
  .calendar-controls .controls-group .controls .prev-next-controls {
    order: 1;
  }
}
.calendar-controls .controls-group .controls .prev-next-controls .previousPeriod, .calendar-controls .controls-group .controls .prev-next-controls .nextPeriod {
  border: 2px solid #000000;
  color: #000000;
  background-color: transparent;
  border-radius: 20px;
  text-decoration: none;
  padding: 5px;
}
.calendar-controls .controls-group .controls .prev-next-controls .previousPeriod:after, .calendar-controls .controls-group .controls .prev-next-controls .nextPeriod:after {
  font-size: 1.125rem;
  padding: 3px;
  font-weight: 400;
}
.calendar-controls .controls-group .controls .prev-next-controls .previousPeriod:hover, .calendar-controls .controls-group .controls .prev-next-controls .nextPeriod:hover {
  text-decoration: none;
  background-color: #000000;
  color: #fff;
}
.calendar-controls .controls-group .controls .prev-next-controls .previousPeriod {
  margin-right: 5px;
}
.calendar-controls .controls-group .controls .prev-next-controls .previousPeriod:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f060";
}
.calendar-controls .controls-group .controls .prev-next-controls .nextPeriod:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
}
.calendar-controls .controls-group .controls .thisPeriod {
  padding: 0 0.625rem;
  font-size: 1.25rem;
  font-weight: 400;
  order: 1;
}
@media (min-width: 62rem) {
  .calendar-controls .controls-group .controls .thisPeriod {
    order: 2;
  }
}

#calendar {
  line-height: normal;
}
#calendar ol, #calendar ul, #calendar li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#calendar .cal-header {
  margin: 20px 0 10px 0;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
#calendar .cal-header li {
  border: none;
  text-align: center;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: 13.28%;
  overflow: hidden;
  font-weight: 700;
}
#calendar ol.calendar-ol {
  border: 1px solid #702E3D;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#calendar ol.calendar-ol li.day {
  border: solid 0.5px #702E3D;
  background-color: #fff;
  padding: 0;
  min-height: 9.375rem;
  height: auto;
  width: 13.28571%;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  overflow: visible;
  position: relative;
}
#calendar ol.calendar-ol li.day.today {
  border: solid 5px #000;
}
#calendar ol.calendar-ol li.day ol {
  font-weight: 400;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  justify-content: space-evenly;
}
#calendar ol.calendar-ol li.day ol li {
  color: #757575;
  padding: 5px;
  height: auto;
  position: relative;
  width: 100%;
  left: 0px;
  padding: 3px 5px;
  border-width: 1px 0;
  border-style: solid;
  overflow: hidden;
  border: none;
}
#calendar ol.calendar-ol li.day ol li.first-day {
  width: 100%;
  overflow: visible;
}
#calendar ol.calendar-ol li.day ol li.first-day.multi-span-3 a {
  width: 320%;
}
#calendar ol.calendar-ol li.day ol li.first-day.multi-span-4 a {
  width: 430%;
}
#calendar ol.calendar-ol li.day ol li.first-day.multi-span-5 a {
  width: 545%;
}
#calendar ol.calendar-ol li.day ol li.first-day.multi-span-6 a {
  width: 650%;
}
#calendar ol.calendar-ol li.day ol li.first-day.multi-span-7 a {
  width: 760%;
}
#calendar ol.calendar-ol li.day ol li.first-day.row-last-day a {
  width: 100%;
}
#calendar ol.calendar-ol li.day ol li.first-day a {
  width: 210%;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
#calendar ol.calendar-ol li.day ol li.multi-day {
  background-color: #f7f7f7;
  height: 1.375rem;
  white-space: nowrap;
  margin: 0.3125rem 0;
  padding: 0.375rem 0.3125rem;
  width: 101%;
}
#calendar ol.calendar-ol li.day ol li.multi-day.extension {
  color: transparent;
}
#calendar ol.calendar-ol li.day ol li.multi-day.extension a {
  color: transparent;
}
#calendar ol.calendar-ol li.day ol li .time {
  display: none;
}
#calendar ol.calendar-ol li.day ol li a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  font-family: inherit;
  font-size: 0.75rem !important;
  line-height: 0.75rem !important;
  font-weight: 400;
}
#calendar ol.calendar-ol li.day ol li a:hover {
  text-decoration: underline;
  color: #702E3D;
}
#calendar ol.calendar-ol li.day .dayNum {
  display: block;
  width: 100%;
  color: #000;
  font-weight: 400;
  font-size: 0.75rem;
  padding: 0.125rem 0 0.125rem 0.3125rem;
}
#calendar ol.calendar-ol li.day.otherMonth {
  background: #ebebeb url(../images/line-texture-bg-overlay.png) 50%/7px auto repeat;
}
#calendar ol.calendar-ol li.day.otherMonth .dayNum {
  display: block;
  width: 100%;
  font-size: 0.75rem;
  padding: 0.125rem 0 0.125rem 0.3125rem;
  color: #000;
  font-weight: 400;
}
#calendar ol.calendar-ol li.day.otherMonth &gt; a {
  display: none;
}

.noresults {
  padding: 1.25rem;
  font-size: 1.375rem;
  font-weight: 400;
}

.listOnly {
  display: none;
}

.list-cal .listOnly {
  display: inherit;
}

.list-cal span.listOnly {
  display: inline;
}

.list-cal .calOnly {
  display: none;
}

.calSearchContainer {
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 1px 5px;
  border: solid 3px #d9d6d6;
  margin-bottom: 10px;
}
@media (min-width: 62rem) {
  .calSearchContainer {
    display: inline-flex;
    flex: 1 1 300px;
    width: 260px;
    border-radius: 0;
  }
}
.calSearchContainer .searchIcon {
  padding: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
}
.calSearchContainer .searchBox {
  height: 1.875rem;
  border: none;
  padding: 0.5rem 0.5rem 0.5rem 0;
  flex: 1;
  padding-left: 30px !important;
  padding-right: 5px;
  width: 100%;
}
@media (min-width: 62rem) {
  .calSearchContainer .searchBox {
    padding-left: 0;
  }
}
.calSearchContainer .searchBox:focus {
  outline: none;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
#calendar.list-cal ol.cal-header {
  display: none;
}
#calendar.list-cal ol.calendar-ol {
  display: block;
  padding: 20px;
  background-color: #fff;
  border: none;
  padding: 0;
}
#calendar.list-cal ol.calendar-ol li.day {
  width: 100%;
  border: none;
  min-height: 20px;
  float: none;
  width: 100%;
  border: none;
  overflow: unset;
  border-bottom: 2px dotted #702E3D;
  margin-bottom: 10px;
}
#calendar.list-cal ol.calendar-ol li.day .dayNum {
  font-size: 1rem;
  font-weight: 400;
  padding-left: 0;
}
#calendar.list-cal ol.calendar-ol li.day ol {
  display: flex;
  flex-direction: column;
  padding: 0;
}
#calendar.list-cal ol.calendar-ol li.day ol li {
  background-color: unset;
  position: unset;
  padding: 0.3125rem 0.3125rem 0.3125rem 1.875rem !important;
  height: auto;
  line-height: initial;
  white-space: unset;
  color: inherit;
  flex: 0 0 auto;
}
#calendar.list-cal ol.calendar-ol li.day ol li:nth-child(even) {
  background: transparent url(../assets/images/line-texture-bg-overlay.png) 50%/7px auto repeat;
}
#calendar.list-cal ol.calendar-ol li.day ol li.first-day {
  width: auto;
  overflow: unset;
  display: inline;
}
#calendar.list-cal ol.calendar-ol li.day ol li.first-day a {
  color: #000000 !important;
  overflow: unset;
}
#calendar.list-cal ol.calendar-ol li.day ol li.first-day a:hover {
  color: #702E3D !important;
}
#calendar.list-cal ol.calendar-ol li.day ol li.multi-day {
  background-color: transparent;
  font-size: 1rem;
  height: auto;
  line-height: initial;
  white-space: unset;
  color: inherit;
}
#calendar.list-cal ol.calendar-ol li.day ol li.multi-day.extension {
  color: inherit;
}
#calendar.list-cal ol.calendar-ol li.day ol li.multi-day.extension a {
  color: #000000 !important;
}
#calendar.list-cal ol.calendar-ol li.day ol li.multi-day.extension a:hover {
  color: #702E3D !important;
}
#calendar.list-cal ol.calendar-ol li.day ol li .time {
  display: block;
}
#calendar.list-cal ol.calendar-ol li.day ol li .time.listOnly {
  font-size: 0.75rem !important;
  font-weight: 400;
}
#calendar.list-cal ol.calendar-ol li.day ol li .time.calOnly {
  display: none !important;
}
#calendar.list-cal ol.calendar-ol li.day ol li a {
  display: block;
  font-size: 1.125rem !important;
  line-height: 1.25rem !important;
  color: #000000 !important;
  position: relative;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
#calendar.list-cal ol.calendar-ol li.day ol li a:before {
  position: absolute;
  top: 0rem;
  left: -1.25rem;
  font-family: "Font Awesome 6 Pro";
  content: "\f073";
  font-size: 1.125rem;
  font-weight: 300;
}
#calendar.list-cal ol.calendar-ol li.day ol li a:hover {
  color: #702E3D;
}
#calendar.list-cal ol.calendar-ol li.day ol li .description {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  font-size: 0.75rem;
  margin: 0;
}
#calendar.list-cal ol.calendar-ol li.day br {
  display: none;
}
#calendar.list-cal ol.calendar-ol li.day.empty {
  display: none;
}
#calendar.list-cal ol.calendar-ol .otherMonth {
  display: none;
}
#calendar.list-cal .listOnly {
  display: inline;
}

hr.listOnly {
  max-width: 100%;
  margin: 1rem 0;
  border: 0;
  border-top: 1px dotted #1f1f1f;
}

#calendar.list-cal ol.calendar-ol li.day ol li div {
  padding: 10px 0;
  font-size: 14px;
}

.eventtitle {
  background-color: #332c2c;
  background-image: url(../images/bg-stripe.svg);
  background-size: cover;
  background-position: center center;
  padding: 20px 0;
}
.eventtitle h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 1.875rem;
}

.event-location p {
  margin: 0;
}

.map-btn {
  font-weight: 400;
  color: #000000 !important;
  text-decoration: underline !important;
}
.map-btn:hover {
  color: #702E3D !important;
}
.map-btn:after {
  font-size: inherit;
  font-family: "Font Awesome 6 Pro";
  content: "\f5a0";
  margin-left: 0.3125rem;
  font-weight: 400;
}

.event-listing {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 91.875rem) {
  .event-listing {
    padding: 0;
  }
}
.event-listing .events-details {
  flex: 1;
}
.event-listing .events-details .event-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.event-listing .events-details .event-list li {
  margin-bottom: 20px;
  display: block;
  page-break-inside: avoid;
  break-inside: avoid;
}
.event-listing .events-details .event-list li a {
  display: flex;
  width: 100%;
  text-decoration: none;
}
.event-listing .events-details .event-list li a .date {
  flex: 0 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid #000000;
  text-align: center;
  color: #702E3D;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  background-color: #f7f7f7;
}
.event-listing .events-details .event-list li a .date span {
  display: block;
  text-align: center;
  color: #702E3D;
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 400;
  width: 100%;
  padding: 3px 0;
}
.event-listing .events-details .event-list li a .date.multi-day span {
  font-size: 1rem;
  line-height: 1rem;
}
.event-listing .events-details .event-list li a .details {
  display: block;
  padding-left: 20px;
}
.event-listing .events-details .event-list li a .details .title {
  display: block;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #702E3D;
  text-decoration: none;
}
.event-listing .events-details .event-list li a .details .description {
  display: block;
  font-size: 0.875rem;
  overflow: hidden;
  position: relative;
  line-height: 1rem;
  max-height: 2rem;
  text-align: justify;
  margin-right: 0;
  padding-right: 1rem;
  margin: 5px 0;
}
.event-listing .events-details .event-list li a .details .description:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.event-listing .events-details .event-list li a .details .description:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0.3125rem;
  background: #fff;
}
.event-listing .events-details .event-list li a .details .time {
  display: block;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.event-listing .events-details .event-list li a:hover {
  text-decoration: none;
}
.event-listing .events-details .event-list li a:hover .date {
  text-decoration: none;
  background-color: #000000;
  color: #fff;
}
.event-listing .events-details .event-list li a:hover .date span {
  color: #fff;
}
.event-listing .events-details .event-list li a:hover .details .title {
  color: #000000;
  text-decoration: underline;
}
.event-listing .events-details .event-list.sm li {
  margin-bottom: 10px;
}
.event-listing .events-details .event-list.sm li a {
  display: flex;
  width: 100%;
  text-decoration: none;
}
.event-listing .events-details .event-list.sm li a .date {
  width: 2.5rem;
  min-height: 30px;
  padding: 10px;
  border: none;
  border-right: solid 1px #000000;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.event-listing .events-details .event-list.sm li a .date span {
  display: block;
  text-align: center;
  color: #702E3D;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 400;
}
.event-listing .events-details .event-list.sm li a .details {
  padding-left: 10px;
}
.event-listing .events-details .event-list.sm li a .details .title {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.event-listing .events-details .event-list.sm li a .details .description {
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.event-listing .events-details .event-list.sm li a .details .time {
  display: block;
  font-style: italic;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.event-listing .events-details .event-list.sm li a:hover {
  text-decoration: none;
}
.event-listing .events-details .event-list.sm li a:hover .date {
  text-decoration: none;
  background-color: #000000;
  color: #fff;
}
.event-listing .events-details .event-list.sm li a:hover .date span {
  color: #fff;
}
.event-listing .events-details .event-list.sm li a:hover .details .title {
  color: #000000;
  text-decoration: underline;
}
@media (min-width: 62rem) {
  .event-listing .events-details .event-list.two-col {
    column-count: 2;
  }
}
.event-listing .events-details .all-events {
  border-top: 1px dotted #000000;
  padding: 20px 0;
  text-align: center;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
}

*, ::after, ::before, div {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.inner-container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 91.875rem) {
  .inner-container {
    padding: 0;
  }
}
.inner-container .carousel-top-stories.slick-slider {
  margin: 0 -10px !important;
}
.inner-container .carousel-top-stories .slick-track {
  display: flex !important;
}
.inner-container .carousel-top-stories .slick-slide {
  height: auto;
}
.inner-container .carousel-top-stories .slick-prev {
  top: calc(50% - 35px);
  left: 10px;
}
@media (min-width: 98.125rem) {
  .inner-container .carousel-top-stories .slick-prev {
    left: -50px;
  }
}
.inner-container .carousel-top-stories .slick-next {
  top: calc(50% - 35px);
  right: 10px;
}
@media (min-width: 98.125rem) {
  .inner-container .carousel-top-stories .slick-next {
    right: -50px;
  }
}
.inner-container .carousel-top-stories .slick-next:before, .inner-container .carousel-top-stories .slick-prev:before {
  font-size: 60px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 0px 4px rgb(0, 0, 0);
}
.inner-container .carousel-top-stories .item {
  margin: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  background-color: #fff;
}
.inner-container .carousel-top-stories .item a {
  display: block;
  color: #000000;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 20px;
}
.inner-container .carousel-top-stories .item a .media {
  display: block;
  overflow: hidden;
  height: auto;
}
.inner-container .carousel-top-stories .item a .media .inner {
  display: block;
  height: 200px;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
@media (min-width: 30rem) and (max-width: 48rem) {
  .inner-container .carousel-top-stories .item a .media .inner {
    height: 250px;
  }
}
.inner-container .carousel-top-stories .item a .media img {
  max-width: 100%;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.inner-container .carousel-top-stories .item a .editorial {
  display: block;
  padding: 20px 0;
  background-color: #fff;
}
.inner-container .carousel-top-stories .item a .editorial .date {
  display: inline;
  font-size: 0.75rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.inner-container .carousel-top-stories .item a .editorial .category {
  display: inline;
  text-transform: uppercase;
}
.inner-container .carousel-top-stories .item a .editorial .category span {
  display: inline-block;
  text-align: left;
  font-size: 0.75rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.inner-container .carousel-top-stories .item a .editorial .category span:after {
  content: ", ";
}
.inner-container .carousel-top-stories .item a .editorial .category span:last-child:after {
  content: "";
}
.inner-container .carousel-top-stories .item a .editorial .title {
  display: block;
  font-weight: 400;
  font-size: 1.125rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.inner-container .carousel-top-stories .item a .editorial .detail {
  color: #000000;
  display: block;
  font-size: 0.875rem;
  line-height: 1rem;
  overflow: hidden;
  position: relative;
  line-height: 1rem;
  max-height: 2rem;
  text-align: justify;
  margin-right: 0;
  padding-right: 1rem;
}
.inner-container .carousel-top-stories .item a .editorial .detail:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.inner-container .carousel-top-stories .item a .editorial .detail:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0.3125rem;
  background: #fff;
}
.inner-container .carousel-top-stories .item a .more {
  display: none;
  border: 2px solid #000;
  padding: 10px 20px;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  width: auto;
  text-align: center;
  background-color: transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 2;
  overflow: hidden;
  bottom: 0;
  left: 0;
}
.inner-container .carousel-top-stories .item a .more:before {
  content: "";
  display: block;
  background-color: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: -1;
}
.inner-container .carousel-top-stories .item a .more:after {
  display: inline-block;
  right: 10px;
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  margin-left: 5px;
  font-weight: 400;
  color: #000;
  padding-left: 7px;
  transition: all 0.3s ease;
}
.inner-container .carousel-top-stories .item a:hover {
  color: #702E3D;
  text-decoration: none;
}
.inner-container .carousel-top-stories .item a:hover .media .inner {
  transition: all 0.5s ease-in-out;
  transform: scale(1.15);
}
.inner-container .carousel-top-stories .item a:hover .editorial .title {
  text-decoration: underline;
}
.inner-container .carousel-top-stories .item a:hover .editorial .detail {
  text-decoration: underline;
}
.inner-container .carousel-top-stories .item a:hover .more {
  background-color: #000;
  color: #fff !important;
  transition: background-color 0.5s ease-in-out;
}
.inner-container .carousel-top-stories .item a:hover .more:before {
  bottom: 0;
}
.inner-container .carousel-top-stories .item a:hover .more:after {
  padding-left: 25px;
  transition: all 0.3s ease;
  color: #fff !important;
}
.inner-container .carousel-top-stories .item a:focus {
  outline: dotted 2px #000000;
}

.nr-carousel-top-stories .slick-dots {
  bottom: -15px;
}
.nr-carousel-top-stories.slick-slider {
  margin: 0 -10px !important;
}
.nr-carousel-top-stories .slick-track {
  display: flex !important;
}
.nr-carousel-top-stories .slick-slide {
  height: auto;
}
.nr-carousel-top-stories .slick-prev {
  top: 50px;
  left: 10px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}
.nr-carousel-top-stories .slick-next {
  top: 50px;
  right: 10px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}
.nr-carousel-top-stories .slick-next:before, .nr-carousel-top-stories .slick-prev:before {
  font-size: 60px;
  font-weight: 400;
}
.nr-carousel-top-stories .item {
  margin: 10px;
  border: 1px solid #333;
  background-color: #fff;
}
.nr-carousel-top-stories .item:focus {
  outline: solid;
}
.nr-carousel-top-stories .item a {
  display: block;
  color: #000000;
  height: 100%;
  text-decoration: none;
}
.nr-carousel-top-stories .item a:focus {
  outline: 2px solid red !important;
}
.nr-carousel-top-stories .item a .media {
  display: block;
  overflow: hidden;
  height: auto;
}
.nr-carousel-top-stories .item a .media .inner {
  display: block;
  height: 200px;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.nr-carousel-top-stories .item a .media img {
  max-width: 100%;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.nr-carousel-top-stories .item a .editorial {
  display: block;
  padding: 10px;
}
.nr-carousel-top-stories .item a .editorial .date {
  display: inline;
  font-size: 0.75rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.nr-carousel-top-stories .item a .editorial .date:after {
  content: " | ";
  font-size: 1rem;
}
.nr-carousel-top-stories .item a .editorial .category {
  display: inline;
  text-transform: uppercase;
}
.nr-carousel-top-stories .item a .editorial .category ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.nr-carousel-top-stories .item a .editorial .category ul li {
  display: inline-block;
  text-align: left;
  font-size: 0.75rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.nr-carousel-top-stories .item a .editorial .category ul li:after {
  content: ", ";
}
.nr-carousel-top-stories .item a .editorial .category ul li:last-child:after {
  content: "";
}
.nr-carousel-top-stories .item a .editorial .title {
  display: block;
  font-weight: 400;
  font-size: 1.125rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.nr-carousel-top-stories .item a .editorial .detail {
  display: block;
  font-size: 0.875rem;
  line-height: 1rem;
  overflow: hidden;
  position: relative;
  line-height: 1rem;
  max-height: 2rem;
  text-align: justify;
  margin-right: 0;
  padding-right: 1rem;
}
.nr-carousel-top-stories .item a .editorial .detail:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.nr-carousel-top-stories .item a .editorial .detail:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0.3125rem;
  background: #fff;
}
.nr-carousel-top-stories .item a:hover {
  color: #702E3D;
  text-decoration: none;
}
.nr-carousel-top-stories .item a:hover .media .inner {
  transition: all 0.5s ease-in-out;
  transform: scale(1.15);
}
.nr-carousel-top-stories .item a:hover .editorial .title {
  text-decoration: underline;
}

.nr-carousel-featured {
  background-color: #000000;
}
.nr-carousel-featured .slick-dots {
  bottom: -55px;
}
.nr-carousel-featured .slick-prev {
  top: 40px;
  left: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  color: #fff;
}
.nr-carousel-featured .slick-next {
  top: 40px;
  right: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  color: #fff;
}
.nr-carousel-featured .item:focus {
  outline: solid;
}
.nr-carousel-featured .item a:focus {
  outline: 2px solid red !important;
}
.nr-carousel-featured .item a .inner-wrap {
  display: block;
  position: relative;
  z-index: 0;
}
.nr-carousel-featured .item a .inner-wrap:before {
  display: none;
}
.nr-carousel-featured .item a .inner-wrap .media-wrap {
  display: block;
  overflow: hidden;
}
.nr-carousel-featured .item a .inner-wrap .media-wrap .inner {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 200px;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
@media (min-width: 48rem) {
  .nr-carousel-featured .item a .inner-wrap .media-wrap .inner {
    height: 350px;
  }
}
@media (min-width: 48rem) {
  .nr-carousel-featured .item a .inner-wrap .media-wrap .inner {
    height: 500px;
  }
}
.nr-carousel-featured .item a .inner-wrap .message {
  display: block;
  position: relative;
  color: #fff;
  text-shadow: 1px 1px 5px rgb(0, 0, 0);
  padding: 1.25rem;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  z-index: 2;
}
.nr-carousel-featured .item a .inner-wrap .message .date {
  display: inline;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.nr-carousel-featured .item a .inner-wrap .message .date:after {
  content: " | ";
  font-size: 1rem;
}
.nr-carousel-featured .item a .inner-wrap .message .category {
  display: inline;
  text-transform: uppercase;
}
.nr-carousel-featured .item a .inner-wrap .message .category ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 0 10px 0;
  padding: 0;
  display: inline-block;
}
.nr-carousel-featured .item a .inner-wrap .message .category ul li {
  display: inline-block;
  text-align: left;
  font-size: 0.875rem;
}
.nr-carousel-featured .item a .inner-wrap .message .category ul li:after {
  content: ", ";
}
.nr-carousel-featured .item a .inner-wrap .message .category ul li:last-child:after {
  content: "";
}
.nr-carousel-featured .item a .inner-wrap .message .title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  margin-bottom: 0.9375rem;
}
@media (min-width: 48rem) {
  .nr-carousel-featured .item a .inner-wrap .message {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 30px 30px 0;
    width: 80%;
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 0 1.875rem;
    padding-left: 3.75rem;
    text-align: right;
  }
  .nr-carousel-featured .item a .inner-wrap .message .title {
    font-size: 2rem;
    line-height: 2.125rem;
  }
}
.nr-carousel-featured .item a .inner-wrap .message .detail {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 1.25rem;
  max-height: 2.5rem;
  text-align: justify;
  margin-right: 0;
  padding-right: 1rem;
}
.nr-carousel-featured .item a .inner-wrap .message .detail:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.nr-carousel-featured .item a .inner-wrap .message .detail:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0.3125rem;
  background: #fff;
}
.nr-carousel-featured .item a .inner-wrap .message .bttn {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-top: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.nr-carousel-featured .item a:hover .inner-wrap .media-wrap .inner {
  transition: all 0.5s ease-in-out;
  transform: scale(1.15);
}
.nr-carousel-featured .item a:hover .inner-wrap .message .bttn {
  background-color: #fff;
  color: #000000;
  text-shadow: none;
  text-decoration: none;
}

.more-news-button {
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.content-area .inner-container h2 {
  padding-left: 30px;
}
.content-area .inner-container h2:after {
  left: 30px;
}
.content-area .inner-container .carousel-top-stories {
  margin: 0;
  padding: 0;
  padding: 0 75px;
}
.content-area .inner-container .carousel-top-stories .slick-next {
  right: 20px;
}
.content-area .inner-container .carousel-top-stories .slick-prev {
  left: 20px;
}

.padding-top {
  padding-top: 1.875rem;
}
@media (min-width: 48rem) {
  .padding-top {
    padding-top: 3.75rem;
  }
}

.padding-bottom {
  padding-bottom: 1.875rem;
}
@media (min-width: 48rem) {
  .padding-bottom {
    padding-bottom: 3.75rem;
  }
}

.margin-top {
  margin-top: 1.875rem;
}
@media (min-width: 48rem) {
  .margin-top {
    margin-top: 3.75rem;
  }
}

.margin-bottom {
  margin-bottom: 1.875rem;
}
@media (min-width: 48rem) {
  .margin-bottom {
    margin-bottom: 3.75rem;
  }
}

.negative-margin-top {
  margin-top: 0;
}
@media (min-width: 48rem) {
  .negative-margin-top {
    margin-top: -1.875rem;
  }
}

.negative-margin-bottom {
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .negative-margin-bottom {
    margin-bottom: -1.875rem;
  }
}

.slab-container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media (min-width: 91.875rem) {
  .slab-container {
    padding: 0;
  }
}
/*# sourceMappingURL=../css/styles.css.map */
</pre></body></html>