*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  /* Prevent font scaling in landscape while allowing user zoom */
  -webkit-text-size-adjust: 100%;
  font-size: 1em;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sp-header {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
a {
  color: #702127;
}
a:focus {
  text-decoration: none;
}
input[type="email"],
input[type="text"],
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
}
.hide {
  display: none;
}
#ff_formdiv1 input {
  border: 1px solid #ccc;
  border-radius: 0;
  width: 80%;
}
#ff_formdiv1 textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  width: 100%;
  padding: 0.5rem 0.75rem;
}
#bfSubmitButton {
  float: left;
  margin-left: 5px;
  background: #d96654;
  border: 1px solid #cc432e;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 15px;
  border-radius: 2px;
  box-shadow: 1px 1px 5px #ddd;
  transition: all 0.7s ease-out;
}
#bfSubmitButton:hover {
  background: #a23524;
}
.spDetails {
  height: 100vh;
}
#sp-footer {
  border-top: 1px solid #c68b8b;
}
.offcanvas-menu {
  background-color: #b73c29;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  color: #fff;
  line-height: 40px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
  color: #fff;
}
#offcanvas-toggler > .fa {
  color: #fff;
}
#offcanvas-toggler > .fa:hover,
#offcanvas-toggler > .fa:focus,
#offcanvas-toggler > .fa:active {
  color: #fff;
}
#social {
  margin-top: 60px;
  padding: 0;
  text-align: center;
}
#social li {
  display: inline-flex;
}
#facebook,
#pinterest,
#instagram,
#youtube,
#twitter {
  background-size: 35px 35px;
  width: 35px;
  height: 35px;
  transition: 0.5s;
}
#facebook {
  background: url(../images/facebook.svg) center no-repeat;
  left: 0px;
}
#instagram {
  background: url(../images/instagram.svg) center no-repeat;
  left: 40px;
}
#pinterest {
  background: url(../images/pinterest.svg) center no-repeat;
  left: 20px;
}
#youtube {
  background: url(../images/youtube.svg) center no-repeat;
  left: 60px;
}
#twitter {
  background: url(../images/twitter.svg) center no-repeat;
  left: 80px;
}
#facebook:hover,
#pinterest:hover,
#instagram:hover,
#youtube:hover,
#twitter:hover {
  transform: scale(1.1);
}
.sidr-inner li a {
  font-size: 1.6em;
  line-height: 2.2em;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255);
  padding-left: 30px;
}
.sp-megamenu-parent > li > a {
  text-transform: uppercase;
}
.top-banner {
  margin-top: 5px;
}
.top-banner img {
  margin: 0 auto;
}
.homepagebanners {
  margin-bottom: 20px;
}
.nspHeader {
  margin: 15px 0 !important;
}
.search input {
  border-radius: 60px;
}
.top-banner div.moduletable:first-child {
  margin: 0 auto;
  margin-bottom: 5px;
}
.btn-primary,
.sppb-btn-primary {
  border-color: #d4533f;
  background-color: #d96654;
}
.btn-primary:hover,
.sppb-btn-primary:hover {
  border-color: #cc432e;
  background-color: #d4533f;
}
#sp-right .banneritem {
  margin-bottom: 20px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #eee;
  box-shadow: none;
  outline: 0 none;
}
#sp-footer a,
#sp-bottom a,
#sp-footer,
#sp-bottom {
  background: #ce9c9c !important;
  color: #fff !important;
}
.footermenu {
  text-transform: uppercase;
}
.nspHeader a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.nspHeader a:hover {
  color: #be7a7a;
}
.sp-megamenu-parent > li:hover > a {
  color: #cc9999;
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
  color: #cc9999;
}
#jform_email_single {
  border-radius: 0;
}
.ev_td_li p {
  line-height: 15px;
}
.alert-notice {
  background: #3f93c0;
  margin-top: 10px;
  color: #fff;
  border: 1px solid #33759a;
  border-radius: 0;
}
.signupbtn {
  border-radius: 0px;
  background: #e13d62;
  color: #fff;
  border: 1px solid #de2750;
  padding: 3px 15px;
  width: 200px;
  transition: all 0.5s linear;
}
.signupbtn:hover {
  background: #e45374;
}
#signup_email {
  border-radius: 0;
}
.latestnewsmodule .nspImage {
  padding-right: 30px;
}
.moduletable h3 {
  font-size: 28px;
  font-weight: 700;
}
.latestnewsmodule .nspArt {
  border-bottom: 1px solid #dfbebe;
}
.readmore {
  float: right;
}
.readon,
.readmore a {
  text-transform: uppercase;
  font-weight: 700 !important;
  color: #702127 !important;
}
.readon:after,
.readmore a:after {
  font-weight: 700;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0da";
  padding-left: 10px;
}
.homepagebanners > div:nth-child(1) {
  padding-right: 2px;
}

.layout-blog #sp-main-body {
  padding: 10px 0;
}
.homepagebanners > div:nth-child(2) {
  padding-left: 2px;
}
.gkNspPM-SpeakersList h3 {
  font-size: 14px;
}
.jev_evdt_summary {
  font-weight: 600;
  margin: 10px 0;
}
.latest-section .col-md-4 .banneritem {
  margin-bottom: 15px;
}
.gkNspPM-SpeakersList figcaption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0;
  text-align: center;
}
.gkNspPM-SpeakersList > figure > a {
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px 1px auto;
  overflow: hidden;
  position: relative;
  -webkit-transform: scale(1.001);
  -moz-transform: scale(1.001);
  -ms-transform: scale(1.001);
  -o-transform: scale(1.001);
  transform: scale(1.001);
}
.gkNspPM-SpeakersList > figure > a:before {
  background: rgba(124, 56, 83, 0.9);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  text-align: center;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: 0;
  width: 100%;
  z-index: 1;
}
.gkNspPM-SpeakersList > figure > a:after {
  font-family: "Font Awesome 6 Free";
  content: "\f0a3";
  color: #fff;
  font-weight: 900;
  display: block;
  font-size: 28px;
  height: 64px;
  left: 50%;
  line-height: 2.4;
  margin: -32px 0 0 -32px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.125s;
  -moz-transition-delay: 0.125s;
  -ms-transition-delay: 0.125s;
  -o-transition-delay: 0.125s;
  transition-delay: 0.125s;
  width: 64px;
  z-index: 2;
}
.homearticles {
  margin-top: -15px;
  margin-bottom: -30px;
}
.homearticles-right h3 {
  text-align: center;
}
.gkNspPM-SpeakersList figcaption a:active,
.gkNspPM-SpeakersList figcaption a:focus,
.gkNspPM-SpeakersList figcaption a:hover {
  color: #be7a7a;
}
#sp-right .sp-module {
  float: right;
}
#jevents_body .tableh2 a {
  color: #fff;
  font-size: 16px;
}
#jform_captcha-lbl {
  display: none;
}
#contact-form {
  background: #faecea;
  padding: 15px;
  border: 1px solid #f1c7c0;
  margin-top: 40px;
}
.com-contact__info table td:first-of-type {
  font-weight: bold;
}
#search-results {
  padding-bottom: 40px;
}
.cusearch > .sp-dropdown > .sp-dropdown-inner {
  margin-right: -60px;
}
#contact-form input,
#contact-form textarea {
  background: #fdf7f7 !important;
}
.contact h1,
.subheading-category,
.jeventpage h1,
.article-header h1,
.page-header h1 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  color: #d96654;
  text-transform: uppercase;
  font-weight: 400;
}
.ev_td_li {
  font-size: 14px;
  line-height: 35px;
}
.article-info {
  text-transform: uppercase;
  border-bottom: 5px solid #f3f3f3;
}
.article-list {
  margin-top: 30px;
}
.blog .article-list {
  margin-top: 0px;
}
.articles-more h3 {
  padding: 0;
}
.more-articles {
  padding: 15px;
  color: #702127;
}
.more-articles li {
  line-height: 30px;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #702127;
  border-color: #702127;
}
.ev_fieldset {
  margin-bottom: -30px !important;
}
.cal_daysnames,
#jevents_body .jev_daysnames_red,
#jevents_body table.ev_table td.cal_td_daysnames_red {
  background: #b73c29 !important;
  height: 40px;
  line-height: 40px;
}
.jev_daysnames_red span,
td.jev_weeknum_red {
  background: #b73c29 !important;
}
.jevbootstrap legend {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 0;
  margin-bottom: 0px;
  font-size: 21px;
  color: #333333;
  border: 0;
  border-bottom: none;
}
#jevents_body table.ev_table {
  border-width: 1px 1px 0px 1px;
  border-color: #b73c29;
  border-style: solid;
  margin: 4px 0px 0px 0px;
}
#jevents_body table.ev_table td.ev_td_left {
  border-color: #b73c29 !important;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  text-align: center;
}
#jevents_body table.ev_table td.ev_td_today {
  border-color: #b73c29;
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  text-align: center;
}
#jevents_body table.ev_table td.ev_td_right {
  border-color: #b73c29;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
.pagination,
.pagination-counter {
  text-align: center;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
  padding-top: 15px;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination-content {
  text-align: center;
  display: flex;
}
.topmenubar {
  margin: 0;
}
.topmenubar li {
  display: inline-block;
}
.topmenubar li a {
  padding-right: 25px;
  transition: all 0.5s linear;
}
.topmenubar li a:hover {
  color: #ddd !important;
}
#sp-top-bar {
  font-size: 13px !important;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 0 !important;
}
.login button {
  background: #702127;
  border: 2px solid #5c1b20;
}
.login button:hover {
  background: #982d35;
  border: 2px solid #702127;
}
.item-554 a:before {
  font-family: "Font Awesome 6 Free";
  padding-right: 5px;
  content: "\f0e0";
}
.item-555 a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f095";
  padding-right: 5px;
}
@media screen and (max-width: 920px) {
  #offcanvas-toggler {
    background: #d96654;
    margin-right: -15px;
    width: 45px;
    padding: 0;
    height: 50px;
    line-height: 50px;
  }
  #sp-header {
    height: 50px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
    border: none;
  }
}
#jevents_body td,
#jevents_body tr,
#jevents_body p,
#jevents_body div {
  font-size: 14px;
  border: none;
}
#sp-header.header-sticky .sp-dropdown-inner a {
  color: #000;
}
.mod_events_latest_table td {
  padding: 10px 0 !important;
}
.mod_events_latest_table .far {
  padding: 5px;
  line-height: 16px;
}
.directories img {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 2px;
}
.birthday-freebies {
  padding: 0;
}
.birthday-freebies li {
  list-style: none;
  line-height: 35px;
}
.birthday-freebies li:before {
  font-family: "Font Awesome 6 Free";
  padding-right: 5px;
  content: "\f79c";
  font-weight: 600;
}
.sprocket-tabs-nav {
  border-bottom: 1px solid #e07969;
  background: #e89f93;
}
.sprocket-tabs-text {
  color: #fff;
}
.sprocket-tabs-nav > li.active > .sprocket-tabs-inner {
  background-color: #d8533f;
  border: 1px solid #dc6654;
  border-bottom-color: transparent;
}
.sprocket-tabs-panels {
  padding-top: 40px;
}
.savings li {
  line-height: 30px;
}
.error-page .errorbtn,
.submit-btn {
  background: #d8533f;
  border: 1px solid #be3a27;
  color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  transition: all 0.6s linear;
}
.submit-btn:hover {
  background: #be3a27;
}
.error-page .errorbtn:focus {
  border: none;
  background: #d8533f;
}
.contact dd {
  margin-bottom: 0;
}
.com-jevents.layout-edit h1 {
  font-size: 20px;
}
.contact .nav-link {
  text-transform: uppercase;
}
.contact .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #db6b5c;
  border-color: #d65847;
  border-radius: 0;
}
.contact .nav-tabs {
  border-bottom: 1px solid #d65847;
}
.contact .nav-tabs .nav-link:hover {
  border-color: #d14532 !important;
  background: #db6b5c;
  border-radius: 0;
  color: #fff;
}
.home .jllikeproSharesContayner,
.no-social .jllikeproSharesContayner {
  display: none;
}
.article-details.aboutus h5 {
  font-weight: 700;
}
.article-details.aboutus .card {
  border: 1px solid #ccc;
  border-radius: 0;
}
.article-details.aboutus .card-img-top {
  border-radius: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ce9c9c;
}
.ev_link_row {
  font-weight: 700;
  line-height: 25px !important;
}
#jevents_body a,
.ev_td_li {
  color: #0a1c6d;
  font-size: 1rem;
  line-height: 1.7rem;
  text-decoration: none;
  margin-bottom: 5px !important;
}
.jev_evdt_title {
  color: #0a1c6d;
  font-size: 1.6rem !important;
  line-height: 1.5rem;
  text-decoration: none;
}
.location,
.jev_evdt_contact .contact {
  font-weight: bold;
}
.jev_evdt_header {
  margin-top: 10px;
}
.dj-megamenu-select-light .dj-mobile-open-btn,
.dj-megamenu-offcanvas-light .dj-mobile-open-btn,
.dj-megamenu-accordion-light .dj-mobile-open-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  padding: 0;
  width: 45px;
  height: 40px !important;
  background: #e4e4e4;
  color: #434343;
  border: none;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  text-decoration: none;
}

.jev_evdt_location,
.jev_evdt_contact {
  margin: 10px 0;
}
.ev_table tr {
  border-bottom: 1px solid #000 !important;
}
.ev_table .ev_td_left {
  border-right: 1px solid #000 !important;
}
#jevents_body a:hover {
  color: #3300ff;
  text-decoration: underline;
}
.jev_eventdetails_body div,
.jev_eventdetails_body p {
  font-size: 1.2rem !important;
  line-height: 1.6rem;
}
#jevents_body .buttontext a {
  font-size: 19px !important;
  color: #000 !important;
  text-decoration: none;
}
#social li a {
  background: transparent;
}
.home #sp-main-body {
  padding: 0;
}

.tab-content h2:first-of-type {
  display: none;
}

#JtTabContent .nav-link {
  border-bottom: 1px solid #e07969;
  background: #e89f93;
  margin: 0 2px;
  color: #fff;
}
#JtTabContent .nav-link.active {
  background: #d8533f;
}
.jttabs-wrapper.layout-default .tab-content {
  border: none !important;
  padding: 15px 0px !important;
  overflow-y: auto;
}
.com-users-login__options a {
  border: 1px solid #702127 !important;
}
.sp-dropdown-items .sp-menu-item.current-item.active a {
  color: #702127 !important;
}
#JtTabContent.nav-tabs {
  border: none;
}
.signup {
  margin-top: -30px;
  background: #29849f;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0 1px 0;
}
.signupbtn a {
  color: #fff;
}
.ccmod-container {
  padding-top: 15px;
}

.newsletter .jllikeproSharesContayner {
  display: none;
}
.newsletter .article-header {
  text-align: center;
}
.ctct-form-container {
  width: 50%;
  margin: 0 auto;
}
.mobile-search #mod-finder-searchword165 {
  width: 220px;
}
.homearticles .nspHeader a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 550;
  line-height: 0.5em;
  text-align: center;
}
.custom-search {
  background: #eee;
  padding: 15px;
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.cusearch.sp-has-child > a::after {
  font-family: "FontAwesome";
  content: "" !important;
  float: right;
  margin-left: 0px;
}
.mfp_introtext {
  font-size: 18px !important;
}
.mfp_default_item {
  padding-bottom: 10px;
}
.mfp_default_title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 550;
  text-align: center;
}
.mfp_default_skin_default .mfp_default_item .mfp_thumb_pos_top img,
.mfp_default_skin_default .mfp_default_item .mfp_thumb_pos_top2 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 0.2em;
}
.cusearch .sp-dropdown-inner {
  border-top: 1px solid #cc432e;
  margin-top: -10px;
}
.itemid-593 .article-introtext hr {
  display: none;
}
.woodlands .spEntryEdit .navbar,
.woodlands .spListing .navbar,
.woodlands .spDetails .navbar {
  background: #e89f93 !important;
  border: 1px solid #e48c7e;
}
.SobiPro.woodlands .btn {
  border-radius: 0 !important;
}
.buttonbar .btn-sigsiu {
  background: #000000 !important;
  border: 1px solid #1a1a1a !important;
}
.buttonbar .btn-success {
  background: #d96654 !important;
  border: 1px solid #d4533f !important;
}
#sobiProFooter {
  display: none;
}
.woodlands .spEntryEdit .navbar a,
.woodlands .spListing .navbar a,
.woodlands .spDetails .navbar a {
  color: #000 !important;
}
.mfp_introtext .col-sm-5 {
  padding: 0;
}
.SobiPro.woodlands .spCatname p {
  margin: 10px !important;
  font-size: calc(16px + 1px);
}
.SobiPro.woodlands .topmenu .navbar-search .search-query {
  border-radius: 0 !important;
  border: 1px solid #e07969 !important;
}
.spCatname a {
  font-size: 1.2em;
  padding: 5px;
  color: #702127 !important;
}
.spCatname a:before {
  font-family: "Font Awesome 6 Free";
  padding-right: 5px;
  content: "\f101";
  font-weight: 600;
}
.SobiPro.woodlands .spAlphamenu {
  margin-bottom: 15px;
  margin: 0 auto;
}
.SobiPro.woodlands .topmenu.standard .nav li a.active,
.SobiPro.woodlands .topmenu.standard .nav li a:focus,
.SobiPro.woodlands .topmenu.standard .nav li a:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.SobiPro.woodlands .page-header {
  margin: 20px 0;
  padding-bottom: 0;
  border: none;
}
.SobiPro.woodlands h2 {
  color: #702127 !important;
  font-size: calc(16px + 10px);
  padding-bottom: 10px !important;
}
.SobiPro.woodlands .page-header h2 {
  color: #702127;
  border-bottom: 8px solid #702127;
  font-size: calc(16px + 10px);
}
.page-header h2.namefield {
  border-bottom: none !important;
}
.page-header h2.namefield a {
  font-size: 22px;
  font-weight: 700;
}
.item-container {
  background-color: #f1c5be;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%f1c5be' fill-opacity='0.22'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
  padding: 15px;
  margin: 15px 0;
  border: 3px solid #e28c7f;
  color: #000;
  min-height: 200px;
}
.spDetailEntry {
  background-color: #f1c5be;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg fill='%f1c5be' fill-opacity='0.22'%3E%3Cpath fill-rule='evenodd' d='M0 0h4v4H0V0zm4 4h4v4H4V4z'/%3E%3C/g%3E%3C/svg%3E");
  padding: 15px;
  margin: 15px 0;
  border: 3px solid #e28c7f;
  color: #000;
}
.SobiPro.woodlands .spClassViewImage img {
  border-radius: 0 !important;
}
.spDetailEntry a {
  color: #000 !important;
}
.url_class {
  text-align: right;
  text-decoration: underline;
}
.spDetailEntry .url_class {
  text-align: left;
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .signupbtn {
    width: 100%;
  }
  .signup .row {
    margin: 0px;
  }
  .ccmod-container {
    padding: 15px;
  }
  #mobile-menu {
    height: 45px;
    background: #d96654;
  }
  #navigation-toggle {
    z-index: 999;
    display: block;
    position: fixed;
    top: 2px !important;
    padding: 10px 10px !important;
    box-shadow: none !important;
    border-radius: 3px;
    text-shadow: 0px 1px 0px rgb(0 0 0 / 50%);
    font-size: 20px;
    transition: color linear 0.15s;
    text-decoration: none !important;
  }
  #sp-main-body {
    padding: 10px 0;
  }
  #sp-header {
    display: none;
  }
  .homepagebanners .banneritem {
    margin-bottom: 15px;
  }
  #social li {
    display: inline-flex;
    padding: 0 10px;
  }
  .mfp-col-xs-12 {
    padding: 0;
    margin: 0;
  }
  .mfp-col-xs-12 img {
    margin: 0;
  }
  .nspArts,
  .nspLinksWrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    position: relative;
  }
  .nspArt h4.nspHeader {
    font-size: 12px;
    margin: 0;
    padding: 0;
  }
  .homearticles .nspHeader a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    padding: 0 5px;
  }
  .mfp_default_title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 550;
    text-align: center;
  }
  .nspImageWrapper {
    height: auto;
    margin: 0 0 2px 0 !important;
  }
  .homepagebanners > div:nth-child(1) {
    padding-right: 15px;
  }
  .homepagebanners > div:nth-child(2) {
    padding-left: 15px;
  }
  #sp-right div {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }
  .signup {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  img.col-12 {
    padding: 0 10px 0 0;
  }
  .signup {
    width: 1098px;
  }
}
@media screen and (max-width: 600px) {
  #jevents_body table.ev_table td.ev_td_right li {
    border-style: solid;
    margin-bottom: 2px;
    border-color: #cc422e !important;
    background: #faeae8;
    padding: 5px 10px;
    border-top: 1px solid #f5d7d3 !important;
    border-bottom: 1px solid #f5d7d3 !important;
    border-right: 1px solid #f5d7d3 !important;
  }
  .latestnewsmodule .nspHeader {
    padding: 10px 0 !important;
  }
  .latestnewsmodule .nspHeader a {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
  }
  img.col-12 {
    width: 100% !important;
    padding: 0;
  }
}
/*  Mobile Menu */
.dj-megamenu-offcanvas-light .dj-mobile-open-btn:hover {
  background: transparent;
  color: #e4e4e4;
  text-decoration: none;
}
.dj-megamenu-offcanvas-light .dj-mobile-open-btn {
  font-size: 20px !important;
  line-height: 30px !important;
  padding: 0 8px !important;
  background: #d96654 !important;
  color: #fff !important;
  float: right;
}
.dj-offcanvas-light {
  background: #77382e !important;
  color: #000 !important;
}
.dj-offcanvas-light .dj-offcanvas-top {
  background: #361a15 !important;
  text-align: right;
}
.dj-offcanvas-light .dj-offcanvas-close-btn {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  color: #fff !important;
  cursor: pointer;
  padding: 10px 12px;
}
ul.dj-mobile-light li.dj-mobileitem > a {
  display: block;
  font-size: 20px !important;
  line-height: 1;
  background: #77382e !important;
  color: #fff !important;
  text-decoration: none;
  padding: 20px 15px;
  cursor: pointer;
  border-top: 1px solid #f6d9d4 !important;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
ul.dj-mobile-light li.dj-mobileitem.parent > a span.toggler {
  display: inline-block;
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 12px !important;
  padding: 16px 20px;
  /* make a button a little bigger */
  font-size: 20px !important;
  line-height: 14px;
  font-style: normal;
  font-weight: normal;
  color: #fff !important;
}
ul.dj-mobile-light ul li.dj-mobileitem > a {
  color: #898989;
  background: #ad5343 !important;
  font-size: 100% !important;
  border-top: 1px solid #f2f2f2;
  padding-left: 50px !important;
}
ul.dj-mobile-light ul li.dj-mobileitem:hover > a,
ul.dj-mobile-light ul li.dj-mobileitem.active > a {
  color: #1a1a1a !important;
  background: #c27061 !important;
}
.dj-mobile-open-btn {
  position: fixed;
  z-index: 1;
  right: 10px;
  top: 3px;
}
.itemid-591 {
  display: none;
}
.mobile-search {
  width: 90%;
  margin: 0 auto;
  padding: 5px 0 5px 0;
}
.mobile-search input {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 40px;
  border-top: 1px solid #d4533f;
  border-left: 1px solid #d4533f;
  border-bottom: 1px solid #d4533f;
}
.mobile-search .btn {
  border-radius: 0;
  border-top: 1px solid #d4533f;
  border-right: 1px solid #d4533f;
  border-bottom: 1px solid #d4533f;
  height: 40px;
}
.showntime {
  display: none;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px !important;
  }
}


a.df-autolink,
section.linkAnnotation a{
  background-color: transparent !important;
}

a.df-autolink:hover,
section.linkAnnotation a:hover{
  background-color: #252525 !important;
}