/* GENERAL STYLES
---------------------------------------------*/
html,
body,
form {
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  font: 16px/1.5em 'Roboto', Helvetica, Arial, sans-serif;
  background: #fff;
  color: #44413d;
}
a {
  color: #c0131f;
  text-decoration: underline;
  outline: none;
  transition: color 250ms ease, background 500ms ease;
}
a:hover {
  color: #44413d;
  text-decoration: underline;
}
a img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
.PageTitleHeader,
.PageSubTitleHeader {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
h1,
.PageTitleHeader {
  font-size: 2.429em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25em;
  color: #c0131f;
}
h2,
.PageSubTitleHeader {
  font-size: 1.85em;
  line-height: 1.25em;
  color: #c0131f;
  text-transform: uppercase;
}
h3 {
  font-size: 1.65em;
  line-height: 1.25em;
}
h4 {
  font-size: 1.55em;
  line-height: 1.25em;
  color: #c0131f;
  text-transform: uppercase;
}
h5 {
  font-size: 1.45em;
  line-height: 1.25em;
}
h6 {
  font-size: 1.1em;
  line-height: 1.25em;
  color: #c0131f;
  text-transform: uppercase;
  margin:0;
}

@media only screen and (max-width: 767px) {
  h1,
  .PageTitleHeader {
    font-size: 1.75em;
  }
  h2,
  .PageSubTitleHeader {
    font-size: 1.65em;
  }
  h3 {
    font-size: 1.45em;
  }
  h4 {
    font-size: 1.35em;
  }
  h5 {
    font-size: 1.25em;
  }
  h6 {
    font-size: 1.1em;
  }
}

p {
  margin: 0.5em 0 1.5em;
  padding: 0;
}
#PageTitle,
.PageTitleHeader {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.textalignright {
  text-align: right;
}
.textalignleft {
  text-align: left;
}
hr {
  height: 1px;
  line-height: 1px;
  margin: 2em 0;
  clear: both;
  border: none;
  background: #eeecea;
  color: #eeecea;
}
img.left {
  float: left;
  margin: 0 7px 1px 0;
}
img.right {
  float: right;
  margin: 0 0 7px 7px;
}
img.outline {
  border: 4px solid #44413d;
}
.clearing {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  margin-top: -7px;
}
.clearBoth {
  clear: both;
}
.clearRight {
  clear: right;
}
.clearLeft {
  clear: left;
}
.invisibleButAccessible {
  display: none;
}
.idbmsBreadcrumbSeparator {
  color: green !important;
}
.expand img {
  background-color: green !important;
}
.expand {
  background-color: green !important;
  display: inline-block;
  width: 18px;
}
.Error,
.error {
  width: auto!important;
}
img[src="/images/icons/v2/common/brick_edit.gif"],
img[src="/images/icons/v2/common/delete.gif"],
img[src="/images/icons/v2/common/arrow_out.gif"],
img[src="/images/e.gif"],
img[src="/images/spacer.gif"],
img[src="/images/icons/v2/bomb.png"] {
  border: 0!important;
  padding: 0!important;
  margin: 0!important;
  float: none!important;
  width: 16px!important;
  height: 16px !important;
}
#inner-wrap img {
  max-width: 100%;
  height: auto;
}
#inner-wrap img[src="/images/spacer.gif"] {
  display: none;
}
#inner-wrap img * {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.EventsHeader td:nth-child(2) {
  width: 18px !important;
  height: 18px !important;
}
.EventsHeader span.expand img {
  width: 18px !important;
  height: 18px !important;
}
::-moz-selection {
  background: blue;
  color: #fff;
}
::selection {
  background: blue;
  color: #fff;
}
/* Safari 3.1+, Opera 9.5+, Chrome 2+ */
::-moz-selection {
  background: blue;
  color: #fff;
}
/* Mozilla Firefox */
/* Flexbox Equal heights */
.flexbox .equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flexbox .equal-height-item {
  display: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexbox .equal-height-item-inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
/* Stack items on mobile */
@media only screen and (max-width: 767px) {
  .flexbox .equal-height {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    width: 100%;
  }
}
/* UTILITY BAR ELEMENTS
---------------------------------------------*/
.utilityBar {
  float: left;
  width: 100%;
  background: #44413d;
  padding: 1em 0;
}
/* HEAD ELEMENTS
---------------------------------------------*/
.structHead {
  background: #fff;
  float: left;
  width: 100%;
  padding: 1em 0 0 0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1023px) {
  .structHead {
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 1023px) {
  .structHead {
    border-bottom: 10px solid #c0131f;
  }
}
.structHead .memberTools {
  float: right;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.structHead .memberTools ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.structHead .memberTools ul li {
  float: left;
  margin-left: 5px;
}
.structHead .memberTools ul li:first-child {
  margin-left: 0px;
}
.structHead .memberTools ul li:first-child a {
  padding: 3px 5px;
}
.structHead .memberTools ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  text-decoration: none;
  color: #c0131f;
  font-size: 0.90em;
  padding: 3px 15px;
  transition: all 0.2s ease;
}
.structHead .memberTools ul li a:hover {
  color: #aca39a;
}
.structHead .memberTools ul li.loginButton {
  background: #c0131f;
  transition: all 0.2s ease;
}
.structHead .memberTools ul li.loginButton a {
  color: #fff;
}
.structHead .memberTools ul li.loginButton:hover {
  background: #aca39a;
}
.structHead .memberTools ul li.loginButton:hover a {
  color: #fff;
}
.structHead .memberTools ul li.profileButton {
  background: #f3c13e;
  transition: all 0.2s ease;
}
.structHead .memberTools ul li.profileButton:hover {
  background: #aca39a;
}
.structHead .memberTools ul li.profileButton:hover a {
  color: #fff;
}
.structHead .headerRight {
  position: relative;
}
.structHead .headerRight .socialInnerWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .structHead .headerRight .socialInnerWrap {
    padding: 5px 15px 0 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .structHead .headerRight .socialInnerWrap {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .structHead .headerRight .socialInnerWrap > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
.structHead .headerRight .socialInnerWrap .searchIcon {
  text-align: right;
  float: right;
  margin-right: 15px;
  padding-left: 5px;
}
.structHead .headerRight .socialInnerWrap .searchIcon a {
  color: #f3c13e;
  text-decoration: none;
  font-size: 1.25em;
}
.structHead .headerRight .socialInnerWrap .search {
  position: absolute;
  right: 35px;
  bottom: -11px;
  transition: all 0.3s ease;
  width: 0px;
  visibility: hidden;
}
.structHead .headerRight .socialInnerWrap .search input {
  width: 100%;
  float: right;
  border: none;
  color: #fff;
  /* background: #aca39a; */
  padding: 12px 15px 12px 40px;
}
.structHead .headerRight .socialInnerWrap .search.active {
  visibility: visible;
  width: 100%;
  background: #aca39a;
}
.structHead .headerRight .headerSocial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-right: 0px;
}

.loggedin .structHead .headerRight .headerSocial > div > div{
  display:flex;
}
@media only screen and (max-width: 1023px) {
  .structHead .headerRight .headerSocial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .structHead .headerRight .headerSocial {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.structHead .headerRight .headerSocial div,
.structHead .headerRight .headerSocial ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.structHead .headerRight .headerSocial .headSlogan {
  display: inline-block;
  padding-right: 10px;
}
.structHead .headerRight .headerSocial .headSlogan img {
  max-width: 175px!important;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .structHead .headerRight .headerSocial .headSlogan {
    text-align: right;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .structHead .headerRight .headerSocial .headSlogan {
    text-align: left;
    padding-bottom: 5px;
  }
}
.structHead .headerRight .headerSocial ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .structHead .headerRight .headerSocial ul.social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.structHead .headerRight .headerSocial ul.social li {
  display: inline;
  padding: 0 5px;
}
.structHead .headerRight .headerSocial ul.social li a {
  padding: 0px 5px;
  color: #c0131f;
  text-decoration: none;
  font-size: 1.25em;
}
.structHead .headerRight .headerSocial ul.social li a:hover {
  color: #f3c13e;
}
@media only screen and (max-width: 767px) {
  .headLogo {
    text-align: center;
    margin-bottom: 10px;
  }
}
.headLogo img {
  width: 275px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .headLogo img {
    max-width: 230px!important;
  }
}
#nav {
  display: none;
}
.sticky-on .structHead {
  background: #f6f5f4;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  padding-top: 10px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .sticky-on .structHead {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-on .structHead {
    display: block;
    background: #fff;
    position: relative;
  }
}
.sticky-on .structHead .headLogo img {
  width: 230px!important;
}
.sticky-on .structHead .memberTools {
  margin-bottom: 4px;
}
.sticky-on .structHead .desktopNav {
  margin-top: 5px;
}
.sticky-on .structHead .headerRight .socialInnerWrap .search {
  bottom: -2px;
}
.sticky-on .structHead .headerRight .socialInnerWrap .search input {
  padding: 2px 35px;
}
.SearchModuleSpacer{display:none!important;}

img[id$="_imgbtnSearch"]{position:absolute;top:15px;left:10px;}
.sticky-on .structHead .headerRight .socialInnerWrap .search img[id$="_imgbtnSearch"]
{
  top:7px!important;
}
.loggedin .structHead {
  position: relative!important;
}
/* MAIN TOP HORIZONTAL NAV
---------------------------------------------*/
.desktopNav {
  background: #c0131f;
  float: left;
  width: 100%;
  position: relative;
  z-index: 99;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 1em;
  transition: all 0.3s ease;
}
.desktopNav ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  justify-content: space-around;
}
.desktopNav ul li {
  float: left;
  padding: 0;
  line-height: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.desktopNav ul li:hover li a {
  color: #fff;
}
.desktopNav ul li:hover > a {
  color: #fff;
  background: #9a1619;
}
.desktopNav ul li a {
  display: block;
  text-decoration: none;
  padding: 0 1em;
}
.desktopNav ul li a:hover {
  color: #fff;
  background: #9a1619;
}
.desktopNav li.sfHover {
  position: static;
}
.desktopNav li.sfHover ul {
  left: auto;
  opacity: 1;
}
.desktopNav li.sfHover ul ul {
  left: -999em;
}
.desktopNav li.sfHover ul ul ul {
  left: -999em;
}
.desktopNav li ul {
  position: absolute;
  padding: 30px;
  left: -999em;
  margin: 0px;
  background: #9a1619;
  float: none;
  width: 15em;
  text-align: left;
  opacity: 0;
  transition: opacity 500ms ease;
}
.desktopNav li ul li {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  line-height: normal;
  text-transform: none;
  font-size: 1em;
}
.desktopNav li ul li.sfHover {
  position: static;
}
.desktopNav li ul li.sfHover ul {
  left: auto;
  opacity: 1;
}
.desktopNav li ul li a {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 300;
  padding: 10px 0;
}
.desktopNav li ul li:first-child a {
  padding-top: 0px;
}
.desktopNav li ul li:last-child a {
  padding-bottom: 0px;
}
.desktopNav li ul li:hover a {
  color: #f3c13e;
}
/* Flexbox styles */
.flexbox .desktopNavInner > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox .desktopNavInner > ul > li {
  float: none;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexbox .desktopNavInner > ul > li > a {
  font-size: 1.12em;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  line-height: 1.25em;
  padding: 10px 30px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
}
/* BREADCRUMBS
-----------------------------------------------*/
.structBody .breadCrumbs {
  margin: 1.5em 0;
}
.structBody .breadCrumbs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.structBody .breadCrumbs ul li {
  padding: 0 0 0 0;
  margin: 0;
  display: inline;
  font-size: 0.9em;
  font-family: 'Roboto Condensed', sans-serif;
}
.structBody .breadCrumbs ul li:before {
  content: "/";
}
.structBody .breadCrumbs ul li:first-child:before {
  content: "";
}
.structBody .breadCrumbs ul li:first-child a {
  padding-left: 0;
}
.structBody .breadCrumbs ul li.selected a {
  color: #c0131f;
}
.structBody .breadCrumbs ul li a {
  color: #44413d;
  text-decoration: none;
  padding: 0 5px 0 8px;
  text-transform: uppercase;
  font-weight: 400;
}
/* BODY ELEMENTS
---------------------------------------------*/
.structBody {
  float: left;
  padding: 0em 0;
  width: 100%;
  background: #fff;
}
.midWrap {
  padding-bottom: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .midWrap {
    padding-bottom: 1em;
  }
}
.pageName h1 {
  padding-top:20px;
  margin: 0 0 10px;
}
.eventWrapper {
  float: left;
  width: 100%;
  background: #f6f5f4;
  padding: 80px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .eventWrapper {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .eventWrapper {
    padding: 40px 0;
  }
}
.eventWrapper .homeEventHeader {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .eventWrapper .homeEventHeader.featuredHeader {
    margin-top: 40px;
  }
}

.eventWrapper .homeEventCarousel .homeEventItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: 'Roboto Condensed', sans-serif;
  padding-bottom: 30px;
  /* min-height:110px; */
}
.eventWrapper .homeEventCarousel .homeEventItem .date {
  width: 80px;
  flex-shrink:0;
  height: 80px;
  background: #f3c13e;
  color: #c0131f;
  margin-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  text-align: center;
}
.eventWrapper .homeEventCarousel .homeEventItem .date .month {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.15em;
  line-height: 1;
}
.eventWrapper .homeEventCarousel .homeEventItem .date .day {
  font-size: 2.15em;
  font-weight: 700;
  line-height: 1;
}
/* .eventWrapper .homeEventCarousel .homeEventItem .text {
  margin-bottom:30px;
} */
.eventWrapper .homeEventCarousel .homeEventItem .text .title {
  font-size: 1.25em;
  font-weight: 300;
  padding-bottom: 5px;
}
.eventWrapper .homeEventCarousel .homeEventItem .text .title a {
  color: #44413d;
  text-decoration: none;
}
.eventWrapper .homeEventCarousel .homeEventItem .text .title a:hover {
  color: #c0131f;
}
.eventWrapper .homeEventCarousel .homeEventItem .text .location {
  color: #c0131f;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85em;
}
.eventWrapper .homeEventCarousel .slick-next,
.eventWrapper .homeEventCarousel .slick-prev {
  top: auto;
  bottom: -76px;
  z-index: 100;
  background: none;
  border: none;
  padding: 0;
  position:absolute;
  height:46px;
  width:46px;
  font-size: 48px;
}
.eventWrapper .homeEventCarousel .slick-next {
  right: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .eventWrapper .homeEventCarousel .slick-next {
    right: 0px;
  }
  .eventWrapper .homeEventCarousel .homeEventItem {
    /* min-height:150px; */
  }
}
@media only screen and (max-width: 767px) {
  .eventWrapper .homeEventCarousel .slick-next {
    right: 44px;
  }
  .eventWrapper .homeEventCarousel .homeEventItem {
    /* min-height:150px; */
  }
}
/* .eventWrapper .homeEventCarousel .slick-next:before {
  color: #44413d;
  font-family: "Font Awesome 5 Free";
  font-size: 48px;
  content: "\f107";
  opacity: 1;
} */
.eventWrapper .homeEventCarousel .slick-prev {
  left: auto;
  right: 51px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .eventWrapper .homeEventCarousel .slick-prev {
    /* right: 91px; */
  }
}
@media only screen and (max-width: 767px) {
  .eventWrapper .homeEventCarousel .slick-prev {
    /* right: 81px; */
  }
}
/* .eventWrapper .homeEventCarousel .slick-prev:before {
  color: #44413d;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 48px;
  content: "\f106";
  opacity: 1;
} */
.eventWrapper .featuredEventItem .thumb {
  margin-bottom: 30px;
}
.eventWrapper .featuredEventItem .thumb a.IModCmsCalendarIcon{display:none;}
.eventWrapper .homeEventCarousel .homeEventItem .text .title a.IModCmsCalendarIcon{display:none;}

.eventWrapper .featuredEventItem .thumb img {
  width: 100%;
}
.buttonLink a {
  display: inline-block;
  background: #c0131f;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 15px 22px;
  line-height: 1;
  font-weight: 300;
}
.buttonLink a:hover {
  background: #9a1619;
}
.homeNewsWrapper {
  float: left;
  width: 100%;
  padding: 80px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homeNewsWrapper {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .homeNewsWrapper {
    padding: 40px 0;
  }
}
.homeNewsWrapper .homeNewsInner:first-child .homeNewsItem {
  padding-right: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homeNewsWrapper .homeNewsInner:first-child .homeNewsItem {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .homeNewsWrapper .homeNewsInner:first-child .homeNewsItem {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .homeNewsWrapper .homeNewsInner {
    margin-bottom: 45px;
  }
}
.homeNewsWrapper .homeNewsInner:last-child .homeNewsItem {
  padding-left: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .homeNewsWrapper .homeNewsInner:last-child .homeNewsItem {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .homeNewsWrapper .homeNewsInner:last-child .homeNewsItem {
    padding-left: 0px;
  }
}
.homeNewsWrapper .homeNewsInner .homeNewsItem .title {
  padding: 15px 0 10px 0;
}
.homeNewsWrapper .homeNewsInner .homeNewsItem .preview {
  padding-bottom: 20px;
}
.interior .interiorTopImage {
  float: left;
  width: 100%;
}
.interior .interiorTopImage img {
  width: 100%;
}
.interior .leftCol {
  border-right: 1px solid #eeecea;
}
/* .interior .leftCol #ContentMiddle {
  padding-right: 45px;
} */
@media only screen and (max-width: 1023px) {
  .interior .leftCol #ContentMiddle {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .interior .leftCol #ContentMiddle {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#ContentPageName, #ContentBreadCrumbs{clear:both;float:left;width:100%;}
/* NEWS LISTINGS
-----------------------------------------------*/
.newsItem {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f6f5f4;
}
.newsItem .thumb {
  position: absolute;
  left: 0;
  width: 120px;
}
.newsItem .text {
  padding-left: 140px;
  min-height: 120px;
}
.newsItem .title {
  font-size: 1.2em;
  line-height: normal;
  padding: 0 0 5px;
  font-weight: bold;
}
/* EVENT LISTINGS
-----------------------------------------------*/
.eventItem {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f6f5f4;
}
.eventItem .date {
  position: absolute;
  width: 60px;
  background: #fff;
  border: 1px solid #ededed;
  text-align: center;
}
.eventItem .date .month {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85em;
  line-height: 1em;
  background: #c0131f;
  padding: 5px 0;
  color:#fff;
}
.eventItem .date .day {
  font-size: 2em;
  line-height: 1.5em;

}
.eventItem .text {
  padding-left: 80px;
  min-height: 70px;
}
.eventItem .title {
  font-size: 1.2em;
  line-height: normal;
  padding: 0 0 5px;
  font-weight: bold;
}
.eventItem .title a{
  line-height: normal;
  padding: 0 0 5px;
  font-weight: bold;
  color:#c0131f;
  text-decoration:none;
}
.eventItem .title a:hover{
  color:#444135;
}
/* FEATURE ROTATOR
---------------------------------------------*/
.rotatorSectionWrap {
  float: left;
  width: 100%;
  padding: 80px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rotatorSectionWrap {
    padding: 0 0 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .rotatorSectionWrap {
    padding: 0 0 40px 0;
  }
}
.rotatorSectionWrap .imageRotator {
  padding-right: 0;
  /* Pager */
  /* Controls */
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rotatorSectionWrap .imageRotator {
    margin-bottom: 80px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rotatorSectionWrap .imageRotator {
    margin-bottom: 80px;
    padding: 0;
  }
}
.rotatorSectionWrap .imageRotator .bx-wrapper {
  position: relative;
}
.rotatorSectionWrap .imageRotator .bx-wrapper .bx_slide {
  position: relative;
  /* Image */
}
.rotatorSectionWrap .imageRotator .bx-wrapper .bx_slide .sldimg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 57%;
  height: 0;
}
.rotatorSectionWrap .imageRotator .bx_slider .bx_slide .sldimg a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.rotatorSectionWrap .imageRotator .bx_slider .bx_slide .sldimg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 57%;
  height: 0;
}
.rotatorSectionWrap .imageRotator .bx-wrapper .bx_slide .sldimg a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.rotatorSectionWrap .imageRotator .bx-has-pager {
  text-align: center;
}
.rotatorSectionWrap .imageRotator .bx-pager {
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .rotatorSectionWrap .imageRotator .bx-pager {
    background: #f6f5f4;
  }
}
.rotatorSectionWrap .imageRotator .bx-pager .bx-pager-item {
  display: inline-block;
  padding: 6px;
}
@media only screen and (max-width: 767px) {
  .rotatorSectionWrap .imageRotator .bx-pager .bx-pager-item {
    padding: 10px 6px;
  }
}
.rotatorSectionWrap .imageRotator .bx-pager a {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #aca39a;
  text-indent: -999em;
  outline: none;
}
.rotatorSectionWrap .imageRotator .bx-pager a.active {
  background: #f3c13e;
  border: 1px solid #f3c13e;
}
.rotatorSectionWrap .imageRotator .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex !important;
  justify-content: center;
}
.rotatorSectionWrap .imageRotator ul.slick-dots li {
  padding: 6px;
}
.rotatorSectionWrap .imageRotator ul.slick-dots li button {
  background: #fff;
  border: 1px solid #aca39a;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  cursor: pointer;
}
.rotatorSectionWrap .imageRotator ul.slick-dots li button:hover, .rotatorSectionWrap .imageRotator ul.slick-dots li button:focus {
  background: #eee;
}
.rotatorSectionWrap .imageRotator ul.slick-dots li.slick-active button {
  background: #f3c13e;
  border-color: transparent;
}
.rotatorSectionWrap .imageRotator .bx-controls-direction a {
  position: absolute;
  top: 45%;
  z-index: 100;
  outline: none;
  text-decoration: none;
  color: #f3c13e;
  font-size: 40px;
}
.rotatorSectionWrap .imageRotator .bx_slider .slick-autoplay-toggle-button {
  position: absolute;
  bottom: 0;
  right: 0;
  background: transparent;
  border: none;
  padding: 6px;
  width: 20px;
  height: 20px;
  box-sizing: content-box;
  cursor: pointer;
}
.rotatorSectionWrap .imageRotator button.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.rotatorSectionWrap .imageRotator button.slick-arrow.slick-prev {
  left:20px;
}
.rotatorSectionWrap .imageRotator button.slick-arrow.slick-next {
  right:20px;
}
@media only screen and (max-width: 767px) {
  .rotatorSectionWrap .imageRotator .bx-controls-direction a {
    top: auto;
    bottom: -30px;
  }
}
.rotatorSectionWrap .imageRotator .bx-controls-direction a.bx-prev {
  left: 20px;
}
.rotatorSectionWrap .imageRotator .bx-controls-direction a.bx-next {
  right: 20px;
}
.rotatorSectionWrap .imageRotator .bx-controls-direction a .rightArrow:before {
  content: url(images/rotator-right.png);
}
@media only screen and (max-width: 767px) {
  .rotatorSectionWrap .imageRotator .bx-controls-direction a .rightArrow:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
  }
}
.rotatorSectionWrap .imageRotator .bx-controls-direction a .leftArrow:before {
  content: url(images/rotator-left.png);
}
@media only screen and (max-width: 767px) {
  .rotatorSectionWrap .imageRotator .bx-controls-direction a .leftArrow:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
  }
}
.rotatorSectionWrap .calloutWrapper {
  padding-left: 45px;
}
@media only screen and (max-width: 1023px) {
  .rotatorSectionWrap .calloutWrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.rotatorSectionWrap .calloutWrapper .row {
  margin: 0 -15px 0 0;
}
.rotatorSectionWrap .calloutWrapper #ContentMiddlelayoutCallouts{
  float:left;
}
@media only screen and (max-width: 1023px) {
  .rotatorSectionWrap .calloutWrapper .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.rotatorSectionWrap .calloutWrapper .calloutInner:first-child .calloutItem {
  border-bottom: 1px solid #dcd2c8;
}
.rotatorSectionWrap .calloutWrapper .calloutInner:last-child {
  border-bottom: none;
}
.rotatorSectionWrap .calloutWrapper .calloutInner:last-child .calloutItem {
  margin-bottom: 0;
  padding-bottom: 0;
}
.rotatorSectionWrap .calloutWrapper .calloutInner .calloutItem {
  padding: 0 0 30px 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rotatorSectionWrap .calloutWrapper .calloutInner .calloutItem {
    border-bottom: none;
  }
}
.rotatorSectionWrap .calloutWrapper .calloutInner .calloutItem .title h2 {
  line-height: 24px;
}
.rotatorSectionWrap .calloutWrapper .calloutInner .calloutItem .preview {
  padding: 25px 0;
}
.rotatorSectionWrap .calloutWrapper .calloutInner .calloutItem .buttonLink a {
  display: inline-block;
  background: #c0131f;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 15px 22px;
  line-height: 1;
  font-weight: 300;
}
.rotatorSectionWrap .calloutWrapper .calloutInner .calloutItem .buttonLink a:hover {
  background: #9a1619;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rotatorSectionWrap .calloutWrapper .calloutInner:first-child .calloutItem {
    border-right: 1px solid #dcd2c8;
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .rotatorSectionWrap .calloutWrapper .calloutInner:first-child .calloutItem {
    border-bottom: 1px solid #dcd2c8;
  }
}
/* LEFT COLUMN
---------------------------------------------*/
.structRight {
  padding-left: 40px;
}
.secondaryNav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.secondaryNav > ul > li {
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 10px;
}
.secondaryNav > ul > li > a {
  display: block;
  line-height: normal;
  padding: 15px 20px;
  background: #f3c13e;
  color: #c0131f;
  text-transform: uppercase;
  text-decoration: none;
}
.secondaryNav > ul > li > a:hover {
  background: #44413d;
  color: #fff;
}
.secondaryNav > ul > li .accordion-btn {
  background: #f3c13e;
  color: #c0131f;
  font-size: 1.25em;
}
.secondaryNav > ul > li > ul > li .accordion-btn {
  background: #f6f5f4;
  color: #c0131f;
  font-size: 1.25em;
}
.secondaryNav > ul > li ul {
  margin: 0 0 -10px 0;
  padding: 0;
  list-style: none;
  background: #f6f5f4;
}
.secondaryNav > ul > li ul li {
  margin-bottom: 0;
}
.secondaryNav > ul > li ul li a {
  display: block;
  padding: 10px 5px 10px 20px;
  background: #f6f5f4;
  text-decoration: none;
  color: #44413d;
  transition: all 0.2s ease;
}
.secondaryNav > ul > li ul li ul li a{
  padding:5px 0 0 30px;
}
.secondaryNav > ul > li ul li ul li:last-child a{
  padding-bottom:20px;
}
.secondaryNav > ul > li ul li a:hover {
  color: #c0131f !important;
}
.secondaryNav > ul > li ul li.selected a {
  color: #c0131f;
  font-style: italic;
}
/* RIGHT CONTENT
---------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .structRight {
    margin-bottom: 2em;
  }
}
.structRight .calloutItem{border-top:1px solid #eaeaea;padding-top:40px;margin-top:40px;}
.structRight .calloutItem:last-child{border-bottom:none;}
.structRight .calloutItem .title{padding-bottom:20px;}
.structRight .calloutItem .preview{padding-bottom:25px;}
/* FOOTER ELEMENTS
---------------------------------------------*/
footer {
  background: #c0131f;
  float: left;
  width: 100%;
  color: #fff;
  padding: 80px 0 30px 0;
}
.interior footer{
  margin-top:40px;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
}
footer ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul.social li {
  display: inline;
  padding: 0 5px;
}
footer ul.social li a {
  text-decoration: none;
}
footer .sponsorHeader {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.55em;
}
footer .carouselInner{
  float:left;
  width:100%;
  padding-bottom:60px;
}
footer .sponsorCarousel {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  footer .sponsorCarousel {
    margin-top: 40px;
  }
}

footer .sponsorCarousel button.slick-autoplay-toggle-button {
  position: absolute;
  bottom: -15px;
  right: 0;
  background: transparent;
  border: none;
  color: white;
  padding: 6px;
  width: 20px;
  height: 20px;
  box-sizing: content-box;
  cursor: pointer;
}
footer .sponsorCarousel .slick-next,
footer .sponsorCarousel .slick-prev {
  top: 50%;
  z-index: 100;
  transform:translateY(-50%);
  position: absolute;
  width: 20px;
  padding: 0;
  cursor: pointer;
}
footer .sponsorCarousel button.slick-next,
footer .sponsorCarousel button.slick-prev {
  background:none;
  border:none;
}

footer .sponsorCarousel button.slick-prev {
  left: 0px;
}
footer .sponsorCarousel button.slick-next {
  right: 0px;
}

@media only screen and (max-width: 1023px) {
  footer .sponsorCarousel {
    padding-left:40px;
    padding-right:40px;
  }
  footer .sponsorCarousel button.slick-next {
    right: 0px;
  }
  footer .sponsorCarousel button.slick-prev {
    left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  footer .sponsorCarousel button.slick-next {
    font-size:40px;
    color:#fff;
    width:40px;
  }
  footer .sponsorCarousel button.slick-prev {
    font-size:40px;
    color:#fff;
    width:40px;
  }
}

footer .sponsorCarousel .slick-track{
  display:flex;
  align-items:center;
}
footer .sponsorCarousel .sponsorSlide {
  text-align: center;
  padding: 0 25px;
}
footer .sponsorCarousel .sponsorSlide img {
  max-width: 150px!important;
}
@media only screen and (max-width: 1023px) {
  footer .sponsorCarousel .sponsorSlide img {
    margin: 0 auto;
  }
}
footer .footerAdvert {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  footer .footerAdvert {
    text-align: center;
    margin-top: 40px;
  }
  footer .sponsorCarousel .sponsorSlide img{
    max-width:100%!important;
  }
}
footer .footerNav {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}

footer .footerNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  footer .footerNav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footerNav {
    display:none;
  }
}
footer .footerNav ul > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33%;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
  max-width: 33%;
}
@media only screen and (max-width: 767px) {
  footer .footerNav ul > li {
    max-width: 100%;
    text-align: center;
    border-top: 1px solid #9c1a1e;
    -webkit-flex:none;
    flex:none;
    -webkit-box-flex:none;
  }
  footer .footerNav ul > li:first-child{
    border-top: 2px solid #9c1a1e;
  }
  footer .footerNav ul > li:last-child{
    border-bottom: 2px solid #9c1a1e;
  }
}
footer .footerNav ul > li > a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #f3c13e;
  text-transform: uppercase;
  font-size: 1.5em;
  text-decoration: none;
}
footer .footerNav ul > li > a:hover {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  footer .footerNav ul > li > a {
    display: block;
    padding: 15px 0;
  }
}
footer .footerNav ul > li ul {
  list-style: none;
  margin: 15px 0 30px 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  footer .footerNav ul > li ul {
    display: none;
  }
}
footer .footerNav ul > li ul > li {
  display: block;
  float: left;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 100%;
  padding-bottom: 5px;
}
footer .footerNav ul > li ul > li a {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  font-weight: 300;
  font-size: 1em;
}
footer .footerNav ul > li ul > li a:hover {
  text-decoration: underline;
}
footer .footerInfo {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-align: center;
  padding-top: 60px;
  line-height: 2;
}
footer .footerInfo a{
  color:#ffffff!important;
}
@media only screen and (max-width: 767px) {
  footer .footerInfo {
    padding-top: 40px;
  }
  footer .footerInfo .footBreak {
    display: block;
  }
}
footer .footerRight {
  position: relative;
  float: left;
  width: 100%;
}
footer .footerRight .socialInnerWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1023px) {
  footer .footerRight .socialInnerWrap {
    padding: 5px 15px 0 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  footer .footerRight .socialInnerWrap {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footerRight .socialInnerWrap > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}
footer .footerRight .socialInnerWrap .footLogo {
  padding-right: 50px;
}
.footLogo img {
    max-width: 280px!important;
  }
@media only screen and (max-width: 1023px) {
  footer .footerRight .socialInnerWrap .footLogo {
    padding-right: 0px;
    margin-bottom: 30px;
  }
}
footer .footerRight .socialInnerWrap .searchIcon {
  text-align: right;
  float: right;
  margin-right: 15px;
  padding-left: 5px;
}
footer .footerRight .socialInnerWrap .searchIcon a {
  color: #aca39a;
  text-decoration: none;
  font-size: 1.25em;
}
footer .footerRight .socialInnerWrap .searchFooter {
  position: absolute;
  right: 35px;
  bottom: -11px;
  transition: all 0.3s ease;
  width: 0px;
  visibility: hidden;
  background: #aca39a;
}
footer .footerRight .socialInnerWrap .searchFooter input {
  width: 100%;
  float: right;
  border: none;
  color: #fff;
  /* background: #aca39a; */
  padding: 12px 15px 12px 40px;
}
footer .footerRight .socialInnerWrap .searchFooter.active {
  visibility: visible;
  width: 100%;
}
footer .footerRight .socialWrap {
  position: relative;
}
footer .footerRight .socialWrap > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
footer .footerRight .footerSocial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-right: 0px;
  position: relative;
}
.loggedin footer .footerRight .footerSocial > div > div{
  display:flex;
}
@media only screen and (max-width: 1023px) {
  footer .footerRight .footerSocial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  footer .footerRight .footerSocial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footerRight .footerSocial div,
footer .footerRight .footerSocial ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
footer .footerRight .footerSocial .headSlogan {
  display: inline-block;
  padding-right: 10px;
}
footer .footerRight .footerSocial .headSlogan img {
    max-width: 175px!important;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  footer .footerRight .footerSocial .headSlogan {
    text-align: right;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footerRight .footerSocial .headSlogan {
    text-align: center;
    padding-bottom: 15px;
    padding-right: 0;
  }
}
footer .footerRight .footerSocial ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  footer .footerRight .footerSocial ul.social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .footerRight .footerSocial ul.social li {
  display: inline;
  padding: 0 5px;
}
footer .footerRight .footerSocial ul.social li a {
  padding: 0px 5px;
  color: #f3c13e;
  text-decoration: none;
  font-size: 1.5em;
}
footer .footerRight .footerSocial ul.social li a:hover {
  color: #fff;
}
footer .footerRight .footerSocial ul.social li.searchToggleItem a {
  color: #fff;
}
.toplink {
  display: block;
  text-align: center;
  font-size: 0.85em;
  text-transform: uppercase;
  line-height: normal;
  padding: 10px;
}
.toplink a {
  text-decoration: none;
}
.divLoginPanel fieldset {border:none; margin:10px 0; padding:0;}
.divLoginPanel fieldset .Flogin {float:left; width:48%;}
.divLoginPanel fieldset .Reglogin {float:right; width:48%;}
@media only screen and (max-width: 767px) {
  .divLoginPanel fieldset .Flogin {float:left; width:100%;}
  .divLoginPanel fieldset .Reglogin {float:left; width:100%;}
}

#ContentFooterSiteLinks span > a{color:#ffcc00;}

/* MOBILE NAVIGATION
-----------------------------------------------*/
.m-pikabu-nav-toggle {
  color: #c0131f;
  font-size: 1.75em;
  margin-left: 20px;
}
.m-pikabu-nav-toggle:hover {
  color: #c0131f;
}
@media only screen and (max-width: 767px) {
  .m-pikabu-nav-toggle {
    text-align: right;
  }
}
.m-pikabu-sidebar {
  background: #ffffff;
  z-index: 9999;
  font-family: 'Roboto Condensed', sans-serif;
}
.m-pikabu-sidebar.m-pikabu-hidden {
  box-shadow: none;
  z-index: -1;
}
.m-pikabu-sidebar .close-btn {
  color: #c0131f;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: 700;
  padding: 15px 20px;
  display: block;
}
.m-pikabu-sidebar .close-btn .fa {
  float: right;
}
.m-pikabu-sidebar .mainNav ul {
  border-bottom: none;
}
.m-pikabu-sidebar .mainNav ul li {
  position: relative;
  border-top: 1px solid #fff;
}
/* level 1 accordion button */
.m-pikabu-sidebar .mainNav > ul > li.has-subnav > .accordion-btn-wrap > .accordion-btn {
  color: #c0131f;
  background: #f3c13e;
  font-size: 1.25em;
}
.m-pikabu-sidebar .mainNav ul li a {
  padding: 12px 20px;
  background: #f3c13e;
  color: #c0131f;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.15em;
}
.m-pikabu-sidebar .mainNav ul li a:hover {
  background: #44413d;
  color: #fff;
}
.m-pikabu-sidebar .mainNav > ul > li > ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
  background: #f6f5f4;
}
.m-pikabu-sidebar .mainNav ul li ul li {
  margin-bottom: 0;
  border: none;
}
.m-pikabu-sidebar .mainNav > ul > li > ul > li > a {
  display: block;
  padding: 10px 5px 10px 20px;
  text-transform: none;
  background: #f6f5f4;
  text-decoration: none;
  color: #44413d;
  transition: all 0.2s ease;
}
.m-pikabu-sidebar .mainNav > ul > li > ul > li.has-subnav > .accordion-btn-wrap > .accordion-btn {
  color: #c0131f;
  background: #f6f5f4;
}
.m-pikabu-sidebar .mainNav ul li ul li a:hover {
  color: #c0131f !important;
  background: #f6f5f4;
}
.m-pikabu-sidebar .mainNav ul li ul li:hover {
  background: none;
}
.m-pikabu-sidebar .mainNav ul li ul li.selected a {
  color: #c0131f;
  font-style: italic;
}
.m-pikabu-sidebar .mainNav > ul > li > ul > li > ul > li > a {
  display: block;
  padding: 10px 5px 10px 40px;
  text-transform: none;
  background: #f6f5f4;
  text-decoration: none;
  color: #44413d;
  transition: all 0.2s ease;
}
.m-pikabu-sidebar .mobileMemberTools ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.m-pikabu-sidebar .mobileMemberTools ul li {
  border-top: 1px solid #aca39a;
}
.m-pikabu-sidebar .mobileMemberTools ul li:last-child {
  border-bottom: 1px solid #aca39a;
}
.m-pikabu-sidebar .mobileMemberTools ul li a {
  color: #c0131f;
  text-decoration: none;
  font-size: 1.25em;
  text-transform: uppercase;
  display: block;
  padding: 8px 20px;
  font-weight: 700;
}
.m-pikabu-sidebar .mobileMemberTools ul li a:hover {
  background: #44413d;
  color: #fff;
}
.mobileSearch {
  margin: 0;
  text-align: center;
  color: #fff;
  position: relative;
  background: #aca39a;
}
.mobileSearch input {
  /* background: #aca39a; */
  border: none;
  padding: 10px 20px 10px 40px;
  width: 100%;
  color: #fff;
  font-weight: 300;
}
.mobileSearch img {
  width: 14px;
  position: absolute;
  left: 10px;
  top: 14px;
}
.mobileSearch button,
.mobileSearch label,
.mobileSearch .SearchModuleSpacer {
  display: none;
}
#nav {
  overflow-y: scroll;
}
#nav ul li.selected > ul {
  display: block;
}
#nav ul li ul {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #nav {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #nav {
    display: block;
  }
  .m-pikabu-right-visible .m-pikabu-sidebar{
    box-shadow: -10px 0px 40px 1px rgba(0, 0, 0, 0.3);
  }
  .m-pikabu-right-visible .m-pikabu-container{
    -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);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .m-pikabu-sidebar,
  .m-pikabu-right-visible .m-pikabu-right,
  .m-pikabu-left-visible .m-pikabu-left {
    width: 30% !important;
  }
  .m-pikabu-right-visible .m-pikabu-sidebar{
    box-shadow: -10px 0px 40px 1px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .m-pikabu-left-visible .m-pikabu-container {
    -webkit-transform: translate3d(30%, 0, 0);
    -ms-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .m-pikabu-right-visible .m-pikabu-container {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
}

.interior.isu-custom .snippetrow {
  margin: 10px 0;
}

/* maint 12/20 form font size */
body.IMOD3463  #ContentMiddle {font-size:14.5px;}
body.IMOD3463  #ContentMiddle span > strong {font-size:16px;}

/* Custom Event Pattern -- Compiled from less/isu-custom.less */
.isu-custom .desktopNav.isu-subNav {
  margin-top: 0;
  background: #f3c13e;
  z-index: 9;
}
.isu-custom .desktopNav.isu-subNav .desktopNavInner > ul > li > a {
  color: #c0131f;
  font-size: 1.12em;
  font-weight: 400;
  line-height: 1.25em;
  height: 100%;
}
.isu-custom .desktopNav.isu-subNav .desktopNavInner > ul > li > a:hover {
  color: #c0131f !important;
  background: #f3c13e;
}

.isu-custom .desktopNav.isu-subNav .desktopNavInner > ul > li.sfHover > a {
  color: #c0131f !important;
  background: #efae1d;
}

.isu-custom .desktopNav.isu-subNav .desktopNavInner > ul > li.sfHover> a > ul > li > a {
  color: #c0131f !important;
}

.isu-custom .desktopNav.isu-subNav .desktopNavInner > ul > li > a > ul > li.sfHover > a {
  background: #f3c13e;
  color: #ffffff !important;
}

.isu-custom .desktopNav.isu-subNav ul li:hover li a {
  color: #c0131f;
}

.isu-custom .desktopNav.isu-subNav ul li:hover li a {
  color: #c0131f;
}

.isu-custom .isu-event-pattern .isu-event-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}
.isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0;
  -ms-flex-line-pack: baseline;
  align-content: baseline;
  position: relative;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item:hover .event-image {
  top: -10px;
}
.isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item:hover .event-text .event-title a h4 {
  color: #9a1619;
}
.isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item .event-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* MAINT 184858 DT 081021 - removed /*
  /*  height: 200px; */  
   position: relative;
  top: 0;
  display: block;
  -webkit-transition: top 250ms ease;
  -o-transition: top 250ms ease;
  transition: top 250ms ease;
}
.isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item .event-image a {
  display: block;
  height: 100%;
}
/* MAINT 184858 DT 081021 - removed /*
/*.isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item .event-image a img {
  display: none;
}*/
.isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item .event-text {
  clear: both;
}
.isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item .event-text .event-title {
  padding: 15px 0;
}
.isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item .event-text .event-title a {
  text-decoration: none;
}
.isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item .event-text .event-title a:hover {
  text-decoration: none;
}
.isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item .event-text .event-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item .event-text .event-detail .event-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 85%;
  flex: 1 0 85%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: baseline;
  align-content: baseline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item .event-text .event-detail .event-text div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item .event-text .event-detail .event-text div em {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 5px;
}
.isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item .event-text .event-detail .event-text div .fa,
.isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item .event-text .event-detail .event-text div .far,
.isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item .event-text .event-detail .event-text div .fas,
.isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item .event-text .event-detail .event-text div img {
  color: #c0131f;
}
.isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item .event-text .event-detail .event-text div span.token {
  margin-left: 10px;
}
.isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item .event-text .event-detail .event-badge {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 15%;
  flex: 1 0 15%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media only screen and (min-width: 1024px) {
  .isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item:nth-child(3n+2) {
    margin: 15px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .isu-custom .isu-event-pattern .isu-event-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }
}
@media only screen and (max-width: 699px) {
  .isu-custom .isu-event-pattern .isu-event-wrapper .isu-event-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.isu-custom .leftCol {
  border: none;
}

/* End */

.isu-custom .desktopNav.isu-subNav li ul {
  background: #efae1d;
}

.isu-custom .desktopNav.isu-subNav li ul a:hover {
  background: #efae1d;
  color: #ffffff !important;
}

/* MAINT 152388 DT 07172020 */
#nav2 .accordion-btn {
  height: 47px !important;
}

#nav3 .accordion-btn {
  height: 39px !important;
}

/* MAINT 170429 DT 02082021 */
.structHead .headerRight .headerSocial .headSlogan {
  max-width: 175px;
}

footer .footerRight .footerSocial .headSlogan {
  max-width: 175px;
}

/* MAINT 177555 DT 04222021 */
.flexbox .desktopNavInner > ul > li > a {
  font-weight: 800;
}

.isu-custom .desktopNav.isu-subNav .desktopNavInner > ul > li > a {
  position: relative;
  font-size: 1.2em;
}

.interior .desktopNav.isu-subNav .desktopNavInner > ul > li.hasChildren > a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free","FontAwesome";
  color: #c0131f;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
}

.isu-custom .desktopNav.isu-subNav .desktopNavInner > ul > li > a {
  height: 64px;
}

/* MAINT 190373 EM 09222021 */
#ContentMiddle .classnote-item .classnote-footer,
#ContentMiddle .classnote-item .classnote-image .classnote-caption {
  color:#757575;
}

/* MAINT 192272 EM 10122021 */
.imod-configure-directory-search #imod-view-content > h2 {
  display:none;
}

/* footer ad carousel */
/* .ad-Carousel ~ #arrowsWrap {position:absolute;}
.ad-Carousel ~ #arrowsWrap .slick-arrow {background:transparent; border:none; max-width:20px;} */

.ad-Carousel {display:flex; justify-content: center; max-width: 265px; margin: 0 auto;}
.ad-Carousel .ad-Slide .tools ~ a img {width:100%;}
.ad-Carousel .slick-autoplay-toggle-button {
  position:absolute; bottom:10px; background:#000; color:#fff; border:none; line-height:1; padding:10px; z-index:9;
}

.ad-Carousel .slick-list.draggable {
  width: 100%;
}
