  /*Flex*/
@import url("https://fonts.googleapis.com/css2?family=Anek+Latin:wdth,wght@75..125,100..800&display=swap");
:root {
  --pagemargin: 1rem;
}
@media (min-width: 576px) {
  :root {
    --pagemargin: 2rem;
  }
}
@media (min-width: 768px) {
  :root {
    --pagemargin: 2rem;
  }
}
@media (min-width: 992px) {
  :root {
    --pagemargin: 5vw;
  }
}
@media (min-width: 1200px) {
  :root {
    --pagemargin: 10vw;
  }
}
@media (min-width: 1500px) {
  :root {
    --pagemargin: 15vw;
  }
}

#main > header, .no-results .page-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 576px) {
  #main > header, .no-results .page-header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  #main > header, .no-results .page-header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  #main > header, .no-results .page-header {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (min-width: 1200px) {
  #main > header, .no-results .page-header {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}
@media (min-width: 1500px) {
  #main > header, .no-results .page-header {
    padding-left: 15vw;
    padding-right: 15vw;
  }
}

body.archive .graphic-header,
body.blog .graphic-header, #main > header, .no-results .page-header {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
@media (min-width: 576px) {
  body.archive .graphic-header,
  body.blog .graphic-header, #main > header, .no-results .page-header {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
}
@media (min-width: 768px) {
  body.archive .graphic-header,
  body.blog .graphic-header, #main > header, .no-results .page-header {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
}
@media (min-width: 992px) {
  body.archive .graphic-header,
  body.blog .graphic-header, #main > header, .no-results .page-header {
    margin-left: -5vw !important;
    margin-right: -5vw !important;
  }
}
@media (min-width: 1200px) {
  body.archive .graphic-header,
  body.blog .graphic-header, #main > header, .no-results .page-header {
    margin-left: -10vw !important;
    margin-right: -10vw !important;
  }
}
@media (min-width: 1500px) {
  body.archive .graphic-header,
  body.blog .graphic-header, #main > header, .no-results .page-header {
    margin-left: -15vw !important;
    margin-right: -15vw !important;
  }
}

:root {
  --tec-font-size-0: 0.6rem;
  --tec-font-size-1: 0.7rem;
  --tec-font-size-2: 0.8rem;
  --tec-font-size-3: 0.9rem;
  --tec-font-size-4: 1rem;
  --tec-font-size-5: 1.1rem;
  --tec-font-size-6: 1.2rem;
  --tec-font-size-7: 1.3rem;
  --tec-font-size-8: 1.5rem;
  --tec-font-size-9: 1.8rem;
  --tec-font-size-10: 2.3rem;
}

/* Common Elements*/
body {
  background-color: #fff;
  font-family: "Anek Latin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  max-width: 100%;
}

a, a:link, a:visited,
a:hover, a:focus, a:active {
  color: #fff;
}

a, a:link, a:visited {
  color: #16752c;
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Anek Latin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 125;
}

iframe {
  border: none;
}

legend {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}

input[type=checkbox] {
  margin: 5px !important;
}

p:empty::before {
  content: none;
}

img[width="1"][height="1"][src^="https://pubads.g.doubleclick.net/activity"] {
  visibility: hidden;
  position: absolute;
}

#page {
  overflow-x: hidden;
}

.skip-link {
  display: block;
  padding: 0.5rem 1rem;
  margin: 0;
  background-color: #fff;
  color: #000;
}
.skip-link.sr-only-focusable:active, .skip-link.sr-only-focusable:focus {
  position: relative;
  z-index: 1040;
}

.site {
  position: relative;
}

.drm-header {
  position: relative;
  z-index: 2;
}

#ocelot_ai {
  z-index: 1;
}

.site-title {
  padding: 0 !important;
  color: #fff !important;
}

.drm-topbar {
  color: #fff;
  padding-right: 0;
}
.drm-topbar .navbar-toggler {
  border: none;
  border-radius: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.drm-mainmenu {
  flex-wrap: nowrap !important;
  padding: 4px;
  background-color: #fff !important;
  z-index: 1;
  /**/
}
.drm-mainmenu a {
  text-decoration: none !important;
}
.drm-mainmenu .navbar-toggler {
  border: none;
  border-radius: 0;
  background-color: #666;
  padding: 0.5rem 1rem;
  line-height: inherit;
  font-size: 1rem;
  white-space: nowrap;
  order: 2;
}
.drm-mainmenu .nav-link {
  padding-left: 2em;
  padding-right: 1em;
}
.drm-mainmenu .navbar-nav .nav-link,
.drm-mainmenu .navbar-nav .dropdown-item {
  line-height: 1.5rem;
  white-space: normal;
}
@media (min-width: 880px) {
  .drm-mainmenu > .drm-mega-show-desktop,
  .drm-mainmenu .navbar-toggler {
    font-variation-settings: "wdth" 90;
  }
}
@media (min-width: 936px) {
  .drm-mainmenu > .drm-mega-show-desktop,
  .drm-mainmenu .navbar-toggler {
    font-variation-settings: "wdth" 100;
  }
}
@media (min-width: 992px) {
  .drm-mainmenu > .drm-mega-show-desktop,
  .drm-mainmenu .navbar-toggler {
    font-variation-settings: "wdth" 108;
  }
}
@media (min-width: 1096px) {
  .drm-mainmenu > .drm-mega-show-desktop,
  .drm-mainmenu .navbar-toggler {
    font-variation-settings: "wdth" 120;
  }
}
@media (min-width: 1200px) {
  .drm-mainmenu > .drm-mega-show-desktop,
  .drm-mainmenu .navbar-toggler {
    font-variation-settings: "wdth" 125;
  }
}
.drm-mainmenu .navbar-toggler {
  line-height: 1.5rem;
  background-color: transparent;
  padding: 0.25rem 1rem;
  border-radius: 4px;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.drm-mainmenu .navbar-toggler:hover, .drm-mainmenu .navbar-toggler:focus {
  background-color: #333;
  color: #fff;
}

#drm-super-mega-nav-wrapper {
  position: absolute;
  top: calc(100% - 4px);
  right: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4), 0 10px 20px rgba(0, 0, 0, 0.2);
}
#drm-super-mega-nav-wrapper .drm-mega-collapse .navbar-nav {
  padding: 0.5rem;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 4px;
}
#drm-super-mega-nav-wrapper .drm-mega-collapse li + li {
  margin-top: 2px;
}
#drm-super-mega-nav-wrapper .drm-mega-collapse .nav-link {
  padding: 0.2em 0.5rem;
  margin: 0;
  color: #222;
  border-radius: 4px;
}
#drm-super-mega-nav-wrapper .drm-mega-collapse .nav-link:hover, #drm-super-mega-nav-wrapper .drm-mega-collapse .nav-link:focus, #drm-super-mega-nav-wrapper .drm-mega-collapse .nav-link:active {
  background-color: #333;
  color: #fff;
}
#drm-super-mega-nav-wrapper .drm-mega-collapse .dropdown-menu {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0.5rem 0 0.5rem 1rem;
  background-color: transparent;
  min-width: unset;
}
#drm-super-mega-nav-wrapper .drm-mega-collapse .dropdown-menu .dropdown-item {
  padding: 0.2em 0.5rem;
  color: #222;
  border-radius: 4px;
}
#drm-super-mega-nav-wrapper .drm-mega-collapse .dropdown-menu .dropdown-item:hover, #drm-super-mega-nav-wrapper .drm-mega-collapse .dropdown-menu .dropdown-item:focus, #drm-super-mega-nav-wrapper .drm-mega-collapse .dropdown-menu .dropdown-item:active {
  background-color: #333;
  color: #fff;
}
#drm-super-mega-nav-wrapper .drm-mega-show-desktop .navbar-nav {
  border-bottom: 0;
  padding-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#drm-super-mega-nav-wrapper .drm-mega-show-desktop + .drm-mega-collapse-all .navbar-nav {
  border-top: 0;
  padding-top: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*.drm-mega-collapse{
	@include order(3);
}*/
@media (min-width: 880px) {
  .drm-mega-show-desktop {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    order: 1;
    display: block !important;
    padding: 0 2px;
    margin-left: auto;
    background-color: transparent;
  }
  .drm-mega-show-desktop li + li {
    border-top-style: none;
  }
  .drm-mega-show-desktop, .drm-mega-show-desktop.collapsing, .drm-mega-show-desktop.show {
    height: auto !important;
  }
  .drm-mega-show-desktop .navbar-nav {
    flex-direction: row !important;
    justify-content: flex-end !important;
    align-items: stretch !important;
  }
  .drm-mega-show-desktop li {
    min-height: 100% !important;
    display: block;
  }
  .drm-mega-show-desktop .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    min-height: 100% !important;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0.25rem 1rem;
    color: #222;
    border-radius: 4px;
    font-size: 1.2rem;
    text-align: center;
  }
  .drm-mega-show-desktop .nav-link:hover, .drm-mega-show-desktop .nav-link:focus {
    background-color: #333;
    color: #fff;
  }
}

@media (min-width: 880px) {
  .menu--right {
    margin-left: 0;
  }
}
.dropdown-toggle {
  padding-right: 1.5em;
}
.dropdown-toggle:after {
  display: none;
}
.dropdown-toggle:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0.5rem;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(0.5em) rotate(45deg);
}
.nav-item.show > .dropdown-toggle:before {
  transform: translateY(0.75em) rotate(-135deg);
}

.ncsc-menu-toggle-icon {
  font-size: 1.2em;
  line-height: 1em;
  width: unset;
  height: unset;
  margin-right: 0.5em;
  vertical-align: middle;
}

.drm-topbar {
  padding: 4px;
}
.drm-topbar .navbar {
  padding: 0;
}
.drm-topbar .navbar-toggler {
  border-radius: 4px;
  color: #222;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.drm-topbar .navbar-toggler:hover, .drm-topbar .navbar-toggler:focus, .drm-topbar .navbar-toggler[aria-expanded=true] {
  background-color: #333;
  color: #fff;
}
.drm-topbar .menu-topbar2 {
  top: 100%;
  right: 0;
  width: 300px;
  max-width: 100vw;
  padding: 0;
  transition: all 0.2s ease-out;
  background-color: #fff;
  border-radius: 0;
}

.sidebar-header2 {
  padding: 6px;
}

.search-form {
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}
.search-input-wrapper {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  margin-right: 0.25rem;
}
.search-label {
  flex: 0 0 auto;
  width: auto;
  margin: 0 0.25rem 0 0;
  color: #666;
  font-variation-settings: "wdth" 90;
}
.search-field {
  flex: 1 0 1px;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: #eee;
  border: 1px solid #666;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.search-field:hover, .search-field:focus {
  background-color: #fff;
}
.search-submit {
  flex: 0 0 auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #666;
  color: #fff;
  border: 1px solid #666;
  font-variation-settings: "wdth" 110;
}
.search-submit:hover, .search-submit:focus, .search-submit:active {
  background-color: #333;
  color: #fff;
}

/*input[type='submit']{
	border:1px solid $gray-dark;
	padding-bottom: 1px;
	background-color: $gray-dark;
	color: $white;
	&:hover,&:focus,&:active{
		background-color: $darkgray;
		color: $white;
	}
	&:focus{
		outline-color: $green !important;
	}
}*/
input[type=submit] {
  padding: 0.25em 1em;
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  border-radius: 4px;
}
input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active {
  background-color: #fff;
  color: #000;
}

.drm-footer {
  margin-top: 2rem;
}

.pre-footer {
  /*border-top:5px solid $green;
  margin-top:2rem;*/
  background-color: #0e3f1f !important;
  /*@media (min-width:$md){
  	> .row > .col-md:first-child{
  		min-width:50%;
  	}
  }*/
}
.pre-footer .col-md {
  flex: 1 0 1px !important;
  overflow: hidden;
}
.pre-footer .widget_nav_menu {
  line-height: 1;
}
.pre-footer .widget_nav_menu a {
  display: block;
  padding: 0.33em 0;
}
.pre-footer .widget_nav_menu a, .pre-footer .widget_nav_menu a:link, .pre-footer .widget_nav_menu a:visited {
  color: #222;
  text-decoration: none;
}
.pre-footer .widget_nav_menu a:hover, .pre-footer .widget_nav_menu a:active, .pre-footer .widget_nav_menu a:focus {
  color: #16752c;
  text-decoration: underline;
}

.main-footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.main-footer a:not(.social-box) {
  text-decoration: underline !important;
}
.main-footer a:not(.social-box), .main-footer a:not(.social-box):link, .main-footer a:not(.social-box):visited {
  color: #fff;
}
.main-footer a:not(.social-box):hover, .main-footer a:not(.social-box):focus, .main-footer a:not(.social-box):active {
  color: #e3e3e3;
}

.word-wrap {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Pages without Graphic Headers * /
.error404,
.post-type-archive-tribe_events,
.single-tribe_events,
.single-tribe_venue,
.single-tribe_organizer,
.page-template-alternate-one{
	.site-content{
		padding-top: 110px;
		@media (max-width: 399px){
			padding-top: 155px;
		}
	}
}*/
/* Graphic Header */
.graphic-header {
  position: relative;
  z-index: 0;
  min-height: 66vh;
  padding: calc(65px + 2.5rem + 30vh) 0 4rem;
  /*
  &--has-overlay &__image{
  	-webkit-filter:grayscale(1);
  	filter:grayscale(1);
  }
  // "__overlay--" in case something goes wrong. I saw this on one page.
  &__overlay--green,
  &__overlay--{
  	&:before,
  	&:after{
  		content:'';
  		position: absolute;
  		top:0;
  		left:0;
  		right:0;
  		bottom:0;
  	}
  	&:before{
  		background-color:$green;
  	}
  	@supports (mix-blend-mode:multiply){
  		&:before{
  			mix-blend-mode: multiply;
  			opacity: 0.75;
  		}
  	}
  	@supports not (mix-blend-mode:multiply){
  		&:before{
  			opacity: 0.65;
  		}
  	}
  	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* IE10+ specific styles go here * /
  		&:before{
  			opacity: 0.65;
  		}
  	}
  }
  @supports not (mix-blend-mode:multiply){
  	&-has-overlay{
  		background-color:darken($green, 15%);
  	}
  }
  /**/
}
.graphic-header__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/themes/DRM-Base-Theme-Child/images/fallerius-building.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.graphic-header:after {
  content: "";
  display: table;
  clear: both;
}
.graphic-header__blurb {
  position: relative;
  z-index: 1;
  background-color: #222;
  background-color: rgba(34, 34, 34, 0.8);
  color: #fff;
  padding: 1rem;
  width: 50%;
  overflow: hidden;
  text-align: center;
}
.graphic-header__blurb--left {
  float: left;
}
.graphic-header__blurb--right {
  float: right;
}
.graphic-header__blurb p {
  margin-bottom: 0;
}

.entry-title, .cataloger__title {
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .entry-title, .cataloger__title {
    font-size: 3rem;
  }
}
.entry-title a, .cataloger__title a, .entry-title a:link, .entry-title a:visited {
  color: #222;
  text-decoration: none;
}
.entry-title a:hover, .cataloger__title a:hover, .entry-title a:focus, .cataloger__title a:focus, .entry-title a:active, .cataloger__title a:active {
  color: #16752c;
  text-decoration: underline;
}

.entry-meta {
  margin-bottom: 2rem;
}

/* Blog */
body.archive .graphic-header__image,
body.blog .graphic-header__image {
  filter: grayscale(0);
}
body.archive .graphic-header__overlay,
body.blog .graphic-header__overlay {
  display: none;
}
body.archive article,
body.blog article {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.post-navigation .nav-previous a, .post-navigation .nav-previous a:link, .post-navigation .nav-previous a:visited,
.post-navigation .nav-next a,
.post-navigation .nav-next a:link,
.post-navigation .nav-next a:visited,
.posts-navigation .nav-previous a,
.posts-navigation .nav-previous a:link,
.posts-navigation .nav-previous a:visited,
.posts-navigation .nav-next a,
.posts-navigation .nav-next a:link,
.posts-navigation .nav-next a:visited {
  background-color: #16752c;
  color: #fff;
  text-decoration: none;
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-previous a:focus, .post-navigation .nav-previous a:active,
.post-navigation .nav-next a:hover,
.post-navigation .nav-next a:focus,
.post-navigation .nav-next a:active,
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:focus,
.posts-navigation .nav-previous a:active,
.posts-navigation .nav-next a:hover,
.posts-navigation .nav-next a:focus,
.posts-navigation .nav-next a:active {
  background-color: #0e3f1f;
  color: #fff;
  text-decoration: none;
}
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  margin-right: auto;
}
.post-navigation .nav-next,
.posts-navigation .nav-next {
  margin-left: auto;
}

/* Search Results */
body.search-results {
  /*article.tribe_events{
  	//border-bottom:2px solid $green;
  }*/
}
body.search-results article + article {
  margin-top: 2rem;
  border-top: 2px solid #16752c;
}
body.search-results article h2.entry-title, body.search-results article h2.cataloger__title {
  font-size: 2rem;
}

/* Sidebar Nav */
.site-content .widget .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-content .widget .menu-item {
  position: relative;
  display: block;
}
.site-content .widget .menu-item a {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-variation-settings: "wdth" 125;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.site-content .widget .menu-item a, .site-content .widget .menu-item a:link, .site-content .widget .menu-item a:visited {
  background-color: #16752c;
  color: #fff;
  text-decoration: none;
}
.site-content .widget .menu-item a:hover, .site-content .widget .menu-item a:focus, .site-content .widget .menu-item a:active {
  background-color: #0e3f1f;
  color: #fff;
  text-decoration: none;
}

/ PLUGINS /
/* 91勛圖 Slider */
.ncsc-slide__content--bottom-left, .ncsc-slide__content--bottom-right {
  bottom: 4rem;
}

.social-box {
  display: inline-flex;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  color: #fff !important;
  line-height: 1;
  text-decoration: none !important;
}
.social-box i, .social-box span {
  margin: auto;
}
.social-box--facebook {
  background-color: #3b5998;
}
.social-box--twitter {
  background-color: #1da1f2;
}
.social-box--instagram {
  background-color: #c417c2;
}
.social-box--youtube {
  background-color: #da322a;
}

/* 91勛圖 Button Plugin */
.ncsc-button--blue, .ncsc-button--green, .ncsc-button--gold, .ncsc-button--gray {
  color: #fff !important;
}
.ncsc-button--blue, .ncsc-button--blue:link, .ncsc-button--blue:visited {
  background-color: #25408f;
}
.ncsc-button--blue:hover, .ncsc-button--blue:focus, .ncsc-button--blue:active {
  background-color: #1b2e66;
}
.ncsc-button--blue:focus {
  outline-color: #1b2e66;
}
.ncsc-button--green, .ncsc-button--green:link, .ncsc-button--green:visited {
  background-color: #16752c;
}
.ncsc-button--green:hover, .ncsc-button--green:focus, .ncsc-button--green:active {
  background-color: #0e3f1f;
}
.ncsc-button--green:focus {
  outline-color: #0e3f1f;
}
.ncsc-button--gold, .ncsc-button--gold:link, .ncsc-button--gold:visited {
  background-color: #8a6c32;
}
.ncsc-button--gold:hover, .ncsc-button--gold:focus, .ncsc-button--gold:active {
  background-color: #654f24;
}
.ncsc-button--gold:focus {
  outline-color: #654f24;
}
.ncsc-button--gray, .ncsc-button--gray:link, .ncsc-button--gray:visited {
  background-color: #666;
}
.ncsc-button--gray:hover, .ncsc-button--gray:focus, .ncsc-button--gray:active {
  background-color: #4d4d4d;
}
.ncsc-button--gray:focus {
  outline-color: #666;
}
.ncsc-button--white {
  color: #222 !important;
}
.ncsc-button--white, .ncsc-button--white:link, .ncsc-button--white:visited {
  background-color: #fff;
}
.ncsc-button--white:hover, .ncsc-button--white:focus, .ncsc-button--white:active {
  background-color: #eee;
}
.ncsc-button--white:focus {
  outline-color: #fff;
}

/* 91勛圖 Recent Post Block Plugin */
.ncsc-recentpostblock__content,
.ncsc-recentposttitleblock__content {
  background-color: #222;
  background-color: rgba(34, 34, 34, 0.8);
  color: #fff !important;
  box-shadow: none !important;
  transition: background-color 0.1s ease-out;
}
.ncsc-recentpostblock__content:hover, .ncsc-recentpostblock__content:focus,
.ncsc-recentposttitleblock__content:hover,
.ncsc-recentposttitleblock__content:focus {
  box-shadow: none !important;
  background-color: #16752c;
}

.ncsc-recentposttitleblock__content:focus {
  outline-color: #000;
}

/* 91勛圖 Square Buttons Plugin * /
.ncsc-squarebutton{
	&:after{
		content:'';
		position: absolute;
		left:0;
		right:0;
		bottom:0;
		height:0;
		z-index: 2;
		background-color:$green;
		opacity: 0.2;
		mix-blend-mode: multiply;
		transition: height 0.2s ease-out;
	}
	@media (hover: hover){
		&:hover:after,
		&:focus:after,
		&:active:after{
			height:100%;
		}
	}
}*/
/* 91勛圖 News Block Plugin */
.ncsc-newsblock--bg-blue {
  background-color: #25408f;
}
.ncsc-newsblock--bg-blue a, .ncsc-newsblock--bg-blue a:link, .ncsc-newsblock--bg-blue a:visited {
  color: #fff;
}
.ncsc-newsblock--bg-blue a:hover, .ncsc-newsblock--bg-blue a:focus, .ncsc-newsblock--bg-blue a:active {
  color: #fff;
}
.ncsc-newsblock--bg-green {
  background-color: #16752c;
}
.ncsc-newsblock--bg-green a, .ncsc-newsblock--bg-green a:link, .ncsc-newsblock--bg-green a:visited {
  color: #fff;
}
.ncsc-newsblock--bg-green a:hover, .ncsc-newsblock--bg-green a:focus, .ncsc-newsblock--bg-green a:active {
  color: #fff;
}
.ncsc-newsblock--bg-gold {
  background-color: #8a6c32;
}
.ncsc-newsblock--bg-gold a, .ncsc-newsblock--bg-gold a:link, .ncsc-newsblock--bg-gold a:visited {
  color: #fff;
}
.ncsc-newsblock--bg-gold a:hover, .ncsc-newsblock--bg-gold a:focus, .ncsc-newsblock--bg-gold a:active {
  color: #fff;
}
.ncsc-newsblock--bg-gray {
  background-color: #666;
}
.ncsc-newsblock--bg-gray a, .ncsc-newsblock--bg-gray a:link, .ncsc-newsblock--bg-gray a:visited {
  color: #fff;
}
.ncsc-newsblock--bg-gray a:hover, .ncsc-newsblock--bg-gray a:focus, .ncsc-newsblock--bg-gray a:active {
  color: #fff;
}
.ncsc-newsblock--bg-blue .ncsc-newsblock__image:after {
  background-image: linear-gradient(to top, #25408f 0%, rgba(37, 64, 143, 0.985) 5%, rgba(37, 64, 143, 0.935) 10%, rgba(37, 64, 143, 0.84) 15%, rgba(37, 64, 143, 0.69) 20%, rgba(37, 64, 143, 0.5) 25%, rgba(37, 64, 143, 0.31) 30%, rgba(37, 64, 143, 0.16) 35%, rgba(37, 64, 143, 0.065) 40%, rgba(37, 64, 143, 0.015) 45%, rgba(37, 64, 143, 0) 50%);
}
.ncsc-newsblock--bg-green .ncsc-newsblock__image:after {
  background-image: linear-gradient(to top, #16752c 0%, rgba(22, 117, 44, 0.985) 5%, rgba(22, 117, 44, 0.935) 10%, rgba(22, 117, 44, 0.84) 15%, rgba(22, 117, 44, 0.69) 20%, rgba(22, 117, 44, 0.5) 25%, rgba(22, 117, 44, 0.31) 30%, rgba(22, 117, 44, 0.16) 35%, rgba(22, 117, 44, 0.065) 40%, rgba(22, 117, 44, 0.015) 45%, rgba(22, 117, 44, 0) 50%);
}
.ncsc-newsblock--bg-gold .ncsc-newsblock__image:after {
  background-image: linear-gradient(to top, #8a6c32 0%, rgba(138, 108, 50, 0.985) 5%, rgba(138, 108, 50, 0.935) 10%, rgba(138, 108, 50, 0.84) 15%, rgba(138, 108, 50, 0.69) 20%, rgba(138, 108, 50, 0.5) 25%, rgba(138, 108, 50, 0.31) 30%, rgba(138, 108, 50, 0.16) 35%, rgba(138, 108, 50, 0.065) 40%, rgba(138, 108, 50, 0.015) 45%, rgba(138, 108, 50, 0) 50%);
}
.ncsc-newsblock--bg-gray .ncsc-newsblock__image:after {
  background-image: linear-gradient(to top, #666666 0%, rgba(102, 102, 102, 0.985) 5%, rgba(102, 102, 102, 0.935) 10%, rgba(102, 102, 102, 0.84) 15%, rgba(102, 102, 102, 0.69) 20%, rgba(102, 102, 102, 0.5) 25%, rgba(102, 102, 102, 0.31) 30%, rgba(102, 102, 102, 0.16) 35%, rgba(102, 102, 102, 0.065) 40%, rgba(102, 102, 102, 0.015) 45%, rgba(102, 102, 102, 0) 50%);
}
@media (min-width: 768px) {
  .ncsc-newsblock--content-left.ncsc-newsblock--bg-blue .ncsc-newsblock__image:after {
    background-image: linear-gradient(to right, #25408f 0%, rgba(37, 64, 143, 0.985) 5%, rgba(37, 64, 143, 0.935) 10%, rgba(37, 64, 143, 0.84) 15%, rgba(37, 64, 143, 0.69) 20%, rgba(37, 64, 143, 0.5) 25%, rgba(37, 64, 143, 0.31) 30%, rgba(37, 64, 143, 0.16) 35%, rgba(37, 64, 143, 0.065) 40%, rgba(37, 64, 143, 0.015) 45%, rgba(37, 64, 143, 0) 50%);
  }
  .ncsc-newsblock--content-left.ncsc-newsblock--bg-green .ncsc-newsblock__image:after {
    background-image: linear-gradient(to right, #16752c 0%, rgba(22, 117, 44, 0.985) 5%, rgba(22, 117, 44, 0.935) 10%, rgba(22, 117, 44, 0.84) 15%, rgba(22, 117, 44, 0.69) 20%, rgba(22, 117, 44, 0.5) 25%, rgba(22, 117, 44, 0.31) 30%, rgba(22, 117, 44, 0.16) 35%, rgba(22, 117, 44, 0.065) 40%, rgba(22, 117, 44, 0.015) 45%, rgba(22, 117, 44, 0) 50%);
  }
  .ncsc-newsblock--content-left.ncsc-newsblock--bg-gold .ncsc-newsblock__image:after {
    background-image: linear-gradient(to right, #8a6c32 0%, rgba(138, 108, 50, 0.985) 5%, rgba(138, 108, 50, 0.935) 10%, rgba(138, 108, 50, 0.84) 15%, rgba(138, 108, 50, 0.69) 20%, rgba(138, 108, 50, 0.5) 25%, rgba(138, 108, 50, 0.31) 30%, rgba(138, 108, 50, 0.16) 35%, rgba(138, 108, 50, 0.065) 40%, rgba(138, 108, 50, 0.015) 45%, rgba(138, 108, 50, 0) 50%);
  }
  .ncsc-newsblock--content-left.ncsc-newsblock--bg-gray .ncsc-newsblock__image:after {
    background-image: linear-gradient(to right, #666666 0%, rgba(102, 102, 102, 0.985) 5%, rgba(102, 102, 102, 0.935) 10%, rgba(102, 102, 102, 0.84) 15%, rgba(102, 102, 102, 0.69) 20%, rgba(102, 102, 102, 0.5) 25%, rgba(102, 102, 102, 0.31) 30%, rgba(102, 102, 102, 0.16) 35%, rgba(102, 102, 102, 0.065) 40%, rgba(102, 102, 102, 0.015) 45%, rgba(102, 102, 102, 0) 50%);
  }
  .ncsc-newsblock--content-right.ncsc-newsblock--bg-blue .ncsc-newsblock__image:after {
    background-image: linear-gradient(to left, #25408f 0%, rgba(37, 64, 143, 0.985) 5%, rgba(37, 64, 143, 0.935) 10%, rgba(37, 64, 143, 0.84) 15%, rgba(37, 64, 143, 0.69) 20%, rgba(37, 64, 143, 0.5) 25%, rgba(37, 64, 143, 0.31) 30%, rgba(37, 64, 143, 0.16) 35%, rgba(37, 64, 143, 0.065) 40%, rgba(37, 64, 143, 0.015) 45%, rgba(37, 64, 143, 0) 50%);
  }
  .ncsc-newsblock--content-right.ncsc-newsblock--bg-green .ncsc-newsblock__image:after {
    background-image: linear-gradient(to left, #16752c 0%, rgba(22, 117, 44, 0.985) 5%, rgba(22, 117, 44, 0.935) 10%, rgba(22, 117, 44, 0.84) 15%, rgba(22, 117, 44, 0.69) 20%, rgba(22, 117, 44, 0.5) 25%, rgba(22, 117, 44, 0.31) 30%, rgba(22, 117, 44, 0.16) 35%, rgba(22, 117, 44, 0.065) 40%, rgba(22, 117, 44, 0.015) 45%, rgba(22, 117, 44, 0) 50%);
  }
  .ncsc-newsblock--content-right.ncsc-newsblock--bg-gold .ncsc-newsblock__image:after {
    background-image: linear-gradient(to left, #8a6c32 0%, rgba(138, 108, 50, 0.985) 5%, rgba(138, 108, 50, 0.935) 10%, rgba(138, 108, 50, 0.84) 15%, rgba(138, 108, 50, 0.69) 20%, rgba(138, 108, 50, 0.5) 25%, rgba(138, 108, 50, 0.31) 30%, rgba(138, 108, 50, 0.16) 35%, rgba(138, 108, 50, 0.065) 40%, rgba(138, 108, 50, 0.015) 45%, rgba(138, 108, 50, 0) 50%);
  }
  .ncsc-newsblock--content-right.ncsc-newsblock--bg-gray .ncsc-newsblock__image:after {
    background-image: linear-gradient(to left, #666666 0%, rgba(102, 102, 102, 0.985) 5%, rgba(102, 102, 102, 0.935) 10%, rgba(102, 102, 102, 0.84) 15%, rgba(102, 102, 102, 0.69) 20%, rgba(102, 102, 102, 0.5) 25%, rgba(102, 102, 102, 0.31) 30%, rgba(102, 102, 102, 0.16) 35%, rgba(102, 102, 102, 0.065) 40%, rgba(102, 102, 102, 0.015) 45%, rgba(102, 102, 102, 0) 50%);
  }
}

/* Dividers */
.dividers .vc_col-sm-6 > .vc_column-inner, .dividers .vc_col-sm-4 > .vc_column-inner, .dividers .vc_col-sm-3 > .vc_column-inner {
  padding-top: 2rem !important;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  width: auto;
}
@media (min-width: 768px) {
  .dividers .vc_col-sm-6 > .vc_column-inner, .dividers .vc_col-sm-4 > .vc_column-inner, .dividers .vc_col-sm-3 > .vc_column-inner {
    padding-top: 0 !important;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.dividers .vc_col-sm-6:first-child + .vc_col-sm-6 > .vc_column-inner,
.dividers .vc_col-sm-4:first-child + .vc_col-sm-4 > .vc_column-inner,
.dividers .vc_col-sm-4:first-child + .vc_col-sm-4 + .vc_col-sm-4 > .vc_column-inner,
.dividers .vc_col-sm-3:first-child + .vc_col-sm-3 > .vc_column-inner,
.dividers .vc_col-sm-3:first-child + .vc_col-sm-3 + .vc_col-sm-3 > .vc_column-inner,
.dividers .vc_col-sm-3:first-child + .vc_col-sm-3 + .vc_col-sm-3 + .vc_col-sm-3 > .vc_column-inner {
  border-top: 2px solid #16752c;
}
@media (min-width: 768px) {
  .dividers .vc_col-sm-6:first-child + .vc_col-sm-6 > .vc_column-inner,
  .dividers .vc_col-sm-4:first-child + .vc_col-sm-4 > .vc_column-inner,
  .dividers .vc_col-sm-4:first-child + .vc_col-sm-4 + .vc_col-sm-4 > .vc_column-inner,
  .dividers .vc_col-sm-3:first-child + .vc_col-sm-3 > .vc_column-inner,
  .dividers .vc_col-sm-3:first-child + .vc_col-sm-3 + .vc_col-sm-3 > .vc_column-inner,
  .dividers .vc_col-sm-3:first-child + .vc_col-sm-3 + .vc_col-sm-3 + .vc_col-sm-3 > .vc_column-inner {
    border-top: 0;
    border-left: 2px solid #16752c;
  }
}

/* Headlines */
.ncsc-headline--green {
  color: #16752c !important;
}
.ncsc-headline--black {
  color: #222 !important;
}
.ncsc-headline--400 {
  font-weight: 400;
}
.ncsc-headline--700 {
  font-weight: 700;
}

/* Simple Text */
.ncsc-simpletext:not(:first-child) {
  margin-top: 1rem;
}
.ncsc-simpletext:not(:last-child) {
  margin-bottom: 1rem;
}

/* Simple Image */
.ncsc-simpleimage {
  width: 100%;
  text-align: center;
}
.ncsc-simpleimage__image {
  margin: 0 auto 1rem;
}

/* Button */
.ncsc-button {
  margin: 0 5px 5px 0;
}

/* Sidebar Content (and Links) */
.ncsc-sidebarcontent {
  border-color: #16752c;
}
.ncsc-sidebarlinks {
  background-color: #fff;
  color: #000 !important;
  /*&:hover &__content,
  &:focus &__content,
  &:active &__content{
  	color:inherit;
  }*/
}
.ncsc-sidebarlinks:before {
  background-color: #16752c;
}
.ncsc-sidebarlinks:hover, .ncsc-sidebarlinks:focus, .ncsc-sidebarlinks:active {
  background-color: #16752c;
  color: #fff !important;
}
.ncsc-sidebarlinks__content {
  color: inherit;
}

/* Put sidebar at bottom - opt-in class */
/* Removed for accessibility concerns */
/*.reverse-order-on-mobile{
	@media (max-width:$md - 1px){
		@include flexbox();
		@include flex-direction-row();
		@include flex-wrap(wrap-reverse);
	}
}*/
/* Gravity Forms */
.gform_wrapper .gfield {
  margin-top: 1.5rem !important;
}

.gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_area {
  color: #000000 !important;
}

/* Tribe Events Calendar */
.tribe-events-tooltip h3 {
  font-size: 1.5rem !important;
  margin-top: 0.25rem;
}
.tribe-events-tooltip .tribe-events-event-body {
  margin-bottom: 1rem;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a,
.tribe-events-grid .tribe-grid-header .tribe-week-today {
  background-color: #16752c;
}

.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
  background-color: #767676;
}

.tribe-events-shortcode .tribe-events-nav-pagination {
  display: none !important;
}
.tribe-events-shortcode #tribe-events-footer {
  display: none;
}
.tribe-events-shortcode .tribe-events-ical.tribe-events-button {
  display: none !important;
}

.tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
  background-color: #16752c !important;
}
body.home .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
  display: none !important;
}

body.home .tribe-events-page-title {
  display: none !important;
}
body.home .tribe-events-page-title--homepage-only {
  display: block !important;
}
body:not(.home) .tribe-events-page-title--homepage-only {
  display: none !important;
}

.event-is-recurring a, .event-is-recurring a:link, .event-is-recurring a:visited {
  text-decoration: underline !important;
}
.event-is-recurring a:hover, .event-is-recurring a:focus, .event-is-recurring a:active {
  text-decoration: none;
}

.tribe-events-notices {
  background-color: #e3e3e3;
  color: #16752c;
  border-color: #dddddd;
}

.tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date-daynum {
  color: #fff;
}

/* TablePress (Directory) */
.dataTables_length,
.dataTables_filter {
  padding: 5px;
}

.tablepress th[tabindex="0"]:focus {
  z-index: 1;
  outline-width: 2px !important;
  outline-style: solid !important;
  outline-color: #000 !important;
}

.table-responsive {
  padding: 5px;
}

.dataTables_paginate.dataTables_paginate a, .dataTables_paginate.dataTables_paginate a:link, .dataTables_paginate.dataTables_paginate a:visited {
  color: #000 !important;
}
.dataTables_paginate.dataTables_paginate a:hover, .dataTables_paginate.dataTables_paginate a:focus, .dataTables_paginate.dataTables_paginate a:active {
  color: #16752c !important;
}
.dataTables_paginate.dataTables_paginate a.disabled {
  display: none !important;
}
.dataTables_paginate.dataTables_paginate a.disabled, .dataTables_paginate.dataTables_paginate a.disabled:link, .dataTables_paginate.dataTables_paginate a.disabled:visited {
  color: #000 !important;
}
.dataTables_paginate.dataTables_paginate a.disabled:hover, .dataTables_paginate.dataTables_paginate a.disabled:focus, .dataTables_paginate.dataTables_paginate a.disabled:active {
  color: #16752c !important;
}
.dataTables_paginate.dataTables_paginate.paging_simple .paginate_button.next:after, .dataTables_paginate.dataTables_paginate.paging_simple .paginate_button.previous:before {
  text-shadow: none !important;
  color: inherit !important;
}

/* A-Z Listing plugin */
div.az-letters ul.az-links li,
div.a-z-listing-widget .az-letters ul.az-links li,
div.a-z-listing-widget.widget .az-letters ul.az-links li {
  width: auto;
  height: auto;
  border: none;
  background: transparent;
  color: #767676;
  margin-bottom: 0.15em !important;
}
div.az-letters ul.az-links li a, div.az-letters ul.az-links li a:link, div.az-letters ul.az-links li a:visited,
div.a-z-listing-widget .az-letters ul.az-links li a,
div.a-z-listing-widget .az-letters ul.az-links li a:link,
div.a-z-listing-widget .az-letters ul.az-links li a:visited,
div.a-z-listing-widget.widget .az-letters ul.az-links li a,
div.a-z-listing-widget.widget .az-letters ul.az-links li a:link,
div.a-z-listing-widget.widget .az-letters ul.az-links li a:visited {
  display: inline-block;
  background-color: #16752c;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
div.az-letters ul.az-links li a:hover, div.az-letters ul.az-links li a:focus, div.az-letters ul.az-links li a:active,
div.a-z-listing-widget .az-letters ul.az-links li a:hover,
div.a-z-listing-widget .az-letters ul.az-links li a:focus,
div.a-z-listing-widget .az-letters ul.az-links li a:active,
div.a-z-listing-widget.widget .az-letters ul.az-links li a:hover,
div.a-z-listing-widget.widget .az-letters ul.az-links li a:focus,
div.a-z-listing-widget.widget .az-letters ul.az-links li a:active {
  background-color: #0e3f1f;
  color: #fff;
  text-decoration: none;
}

.az-links span {
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  padding-top: 0.35em;
}
.az-links .no-posts span {
  border: 1px solid #767676;
  border-radius: 4px;
}

#az-slider .back-to-top a {
  display: inline-block;
  border-radius: 4px;
  padding: 0.5em 1em;
}
#az-slider .back-to-top a:before {
  display: none;
}
#az-slider .back-to-top a, #az-slider .back-to-top a:link, #az-slider .back-to-top a:visited {
  background-color: #16752c;
  color: #fff;
  text-decoration: none;
}
#az-slider .back-to-top a:hover, #az-slider .back-to-top a:focus, #az-slider .back-to-top a:active {
  background-color: #0e3f1f;
  color: #fff;
  text-decoration: none;
}
#az-slider .letter-title {
  margin: 2em 0 1em;
}
#az-slider .letter-section li {
  line-height: 1.3;
  margin: 0 0 1em 0;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

/* Cataloger Plugin */
.cataloger__course-container {
  display: flex;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  margin: 30px 0 60px;
}
.cataloger__semester-name {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  background-color: #16752c;
  color: #fff;
  padding: 10px 20px;
  margin: 0;
}
.cataloger__semester-description {
  width: 100%;
  padding: 20px;
  border: 2px solid #16752c;
}
.cataloger__course {
  padding: 20px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  border-color: #16752c;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
}
@media (min-width: 768px) {
  .cataloger__course {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }
  .cataloger__course:nth-of-type(2n+1) {
    border-color: #16752c;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 2px;
  }
  .cataloger__course:nth-of-type(2n) {
    border-color: #16752c;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 1px;
  }
  .cataloger__course:nth-of-type(2n+1):last-child {
    border-color: #16752c;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    box-shadow: 1px 0 0 #16752c;
  }
}
@media (min-width: 992px) {
  .cataloger__course {
    width: 33.33%;
    min-width: 33.33%;
    max-width: 33.33%;
  }
  .cataloger__course:nth-of-type(3n+1) {
    border-color: #16752c;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 2px;
  }
  .cataloger__course:nth-of-type(3n+2) {
    border-color: #16752c;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 1px;
  }
  .cataloger__course:nth-of-type(3n) {
    border-color: #16752c;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 1px;
  }
  .cataloger__course:nth-of-type(3n+1):last-child {
    border-color: #16752c;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    box-shadow: 1px 0 0 #16752c;
  }
  .cataloger__course:nth-of-type(3n+2):last-child {
    border-color: #16752c;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    box-shadow: 1px 0 0 #16752c;
  }
}
.cataloger__course-line, .cataloger__course-line--para {
  border-top: 1px solid #ccc;
}
.cataloger__course-line:last-child, .cataloger__course-line--para:last-child {
  border-bottom: 1px solid #ccc;
}
.cataloger__course-line > span:first-child, .cataloger__course-line--para > span:first-child {
  font-weight: bold;
}
.cataloger__course-line--para * {
  margin: 0 !important;
}
.cataloger__course-line {
  display: flex;
  justify-content: space-between !important;
}

/* WPBakery Overrides */
.vc_row {
  margin-bottom: 2rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
    overflow: hidden;
  }
}
.overflow-visible {
  overflow: visible !important;
}

/* Links destinguishable by more than color */
.leaflet-control:not(.leaflet-control-zoom) a, .leaflet-control:not(.leaflet-control-zoom) a:link, .leaflet-control:not(.leaflet-control-zoom) a:visited,
.event-is-recurring a,
.event-is-recurring a:link,
.event-is-recurring a:visited,
#tribe-events-content .tribe-events-content a,
#tribe-events-content .tribe-events-content a:link,
#tribe-events-content .tribe-events-content a:visited,
.tribe-events-venue-details a,
.tribe-events-venue-details a:link,
.tribe-events-venue-details a:visited,
.tribe-events-event-categories a,
.tribe-events-event-categories a:link,
.tribe-events-event-categories a:visited {
  text-decoration: underline !important;
}
.leaflet-control:not(.leaflet-control-zoom) a:hover, .leaflet-control:not(.leaflet-control-zoom) a:focus, .leaflet-control:not(.leaflet-control-zoom) a:active,
.event-is-recurring a:hover,
.event-is-recurring a:focus,
.event-is-recurring a:active,
#tribe-events-content .tribe-events-content a:hover,
#tribe-events-content .tribe-events-content a:focus,
#tribe-events-content .tribe-events-content a:active,
.tribe-events-venue-details a:hover,
.tribe-events-venue-details a:focus,
.tribe-events-venue-details a:active,
.tribe-events-event-categories a:hover,
.tribe-events-event-categories a:focus,
.tribe-events-event-categories a:active {
  text-decoration: none !important;
}

.sixteen-by-nine {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
}
.sixteen-by-nine > div,
.sixteen-by-nine > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* Overrides for User created "designs" */
#main [style*="color:"] {
  color: #222 !important;
}
#main .wpb_text_column [style*=background] {
  background-color: transparent !important;
  background-image: none !important;
}
#main [style*="font-size:"],
#main [style*="font:"] {
  font-size: inherit !important;
}
#main [style*="font-family:"],
#main [style*="font:"] {
  font-family: inherit !important;
}

/* Exceptions */
#main .tablepress th [style*="color:#ffffff;"],
#main .tablepress th [style*="color: #ffffff;"],
#main .tablepress th [style*="color:#FFFFFF;"],
#main .tablepress th [style*="color: #FFFFFF;"],
#main .tablepress th [style*="color:#fff;"],
#main .tablepress th [style*="color: #fff;"],
#main .tablepress th [style*="color:#FFF;"],
#main .tablepress th [style*="color: #FFF;"] {
  color: #ffffff !important;
}

/* Focus Outline */
[tabindex]:not([tabindex="-1"]),
a,
button,
input,
select,
submit,
textarea {
  outline: 2px solid transparent;
  outline-offset: 5px;
  transition: outline-offset 0.2s linear;
}

[tabindex]:not([tabindex="-1"]):focus,
a:focus,
button:focus,
input:focus,
select:focus,
submit:focus,
textarea:focus {
  outline-color: currentColor;
  outline-offset: 2px;
}

.text-balance {
  text-wrap: balance;
}

.white-text, .white-text * {
  color: #fff !important;
}

.paragraphs-large p {
  font-size: 20px !important;
}

.drm-mainmenu .nav-link:focus,
.drm-mainmenu .dropdown-item:focus,
.drm-mainmenu .navbar-toggler:focus {
  outline: 2px solid #000;
}

.site-title {
  border-radius: 1px;
}
.site-title:hover, .site-title:focus, .site-title:active {
  outline: 2px solid #000;
  outline-offset: 5px;
}

/*
// I think this z-index stuff was for the eNCie chatbot.
.drm-topbar{
	z-index: 0;
}
.drm-mainmenu{
	z-index: unset;
}
#ocelot_ai {
	z-index: 2;
}
.navbar-toggler{
	&:focus ~ #drm-super-mega-nav-wrapper,
	~ #drm-super-mega-nav-wrapper:focus-within{
		z-index: 3;
	}
}/**/
#drm-super-mega-nav-wrapper {
  width: 320px;
  max-width: calc(100vw - 10px);
}

body {
  --tec-font-family-sans-serif: "Anek Latin", sans-serif;
  --tec-font-weight-regular: 300;
  --tec-font-weight-bold: 800;
  --tec-font-size-0: 12px;
  --tec-font-size-1: 14px;
  --tec-font-size-2: 16px;
  --tec-font-size-3: 18px;
  --tec-font-size-4: 20px;
  --tec-font-size-5: 24px;
  --tec-font-size-6: 28px;
  --tec-font-size-7: 32px;
  --tec-font-size-8: 36px;
  --tec-font-size-9: 42px;
  --tec-font-size-10: 48px;
  --tec-line-height-0: 1;
  --tec-line-height-1: 1.1;
  --tec-line-height-2: 1.2;
  --tec-line-height-3: 1.4;
  --tec-color-icon-focus: #16752c;
  --tec-color-event-icon-hover: #16752c;
  --tec-color-accent-primary: #16752c;
  --tec-color-accent-primary-hover: #0e3f1f;
  --tec-color-accent-primary-active: #0e3f1f;
  --tec-color-accent-primary-background: rgba(22, 117, 44, .07);
  --tec-color-link-accent-hover: #0e3f1f;
  --tec-color-background-primary-multiday: rgba(22, 117, 44, .24);
  --tec-color-background-primary-multiday-hover: rgba(22, 117, 44, .34);
  --tec-color-accent-primary-week-event: rgba(22, 117, 44, .1);
  --tec-color-accent-primary-week-event-hover: rgba(22, 117, 44, .2);
  --tec-color-accent-primary-week-event-featured: rgba(22, 117, 44, .04);
  --tec-color-accent-primary-week-event-featured-hover: rgba(22, 117, 44, .14);
  --tec-color-text-events-title: var(--tec-color-text-primary);
  --tec-color-text-event-title: var(--tec-color-text-events-title);
  --tec-color-text-event-date: var(--tec-color-text-primary);
  --tec-color-text-secondary-event-date: var(--tec-color-text-secondary);
  --tec-color-button-primary: var(--tec-color-accent-primary);
  --tec-color-button-primary-hover: var(--tec-color-accent-primary-hover);
  --tec-color-button-primary-active: var(--tec-color-accent-primary-active);
  --tec-color-button-primary-background: var(--tec-color-accent-primary-background);
  --tec-color-button-secondary: var(--tec-color-accent-secondary);
  --tec-color-button-secondary-hover: var(--tec-color-accent-secondary-hover);
  --tec-color-button-secondary-active: var(--tec-color-accent-secondary-active);
  --tec-color-button-secondary-background: var(--tec-color-accent-secondary-background);
  --tec-color-link-primary: var(--tec-color-text-primary);
  --tec-color-link-accent: var(--tec-color-accent-primary);
  --tec-color-background-secondary-datepicker: var(--tec-color-background-secondary);
  --tec-color-accent-primary-background-datepicker: var(--tec-color-accent-primary-background);
  --tec-color-background-events-bar-submit-button: var(--tec-color-button-primary);
  --tec-color-background-events-bar-submit-button-hover: var(--tec-color-button-primary-hover);
  --tec-color-background-events-bar-submit-button-active: var(--tec-color-button-primary-active);
}

.drm-footer .image {
  width: 50%;
  max-width: 50%;
  margin: 0 auto;
  display: block;
}

.main-footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.main-footer a, .main-footer a:link, .main-footer a:visited {
  text-decoration: none !important;
}
.main-footer a:hover, .main-footer a:focus, .main-footer a:active {
  text-decoration: underline !important;
}
@media (min-width: 576px) {
  .main-footer .footer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(1px, 1fr));
    grid-template-areas: "logo menu" "contact menu" "soc menu";
  }
}
@media (min-width: 992px) {
  .main-footer .footer-grid {
    grid-template-columns: repeat(3, minmax(1px, 1fr));
    grid-template-areas: "logo  contact soc" "menu menu menu";
  }
}
@media (min-width: 1200px) {
  .main-footer .footer-grid {
    grid-template-columns: repeat(5, minmax(1px, 1fr));
    grid-template-areas: "logo contact menu menu soc";
  }
}
.main-footer .sidebar-footer1 {
  grid-area: logo;
}
.main-footer .sidebar-footer2 {
  grid-area: contact;
}
.main-footer .sidebar-footer3 {
  grid-area: menu;
}
.main-footer .sidebar-footer5 {
  grid-area: soc;
}
.main-footer .footer-cell {
  padding: 1rem;
}
.main-footer .menu {
  margin: 0;
  line-height: 1.2;
}
.main-footer .menu li {
  margin-bottom: 0.4em;
}
.main-footer .menu a {
  display: inline-block;
}
.main-footer .sidebar-footer2 {
  text-align: center;
}
@media (min-width: 1200px) {
  .main-footer .sidebar-footer2 {
    text-align: left;
  }
}
@media (min-width: 576px) {
  .main-footer .sidebar-footer3 {
    border-left: 2px solid currentColor;
  }
}
@media (min-width: 992px) {
  .main-footer .sidebar-footer3 {
    padding: 0;
    border-top: 2px solid currentColor;
    border-left: none;
    display: flex;
    flex-direction: row;
  }
  .main-footer .sidebar-footer3 .widget {
    flex: 1 0 1px;
    padding: 1rem;
  }
  .main-footer .sidebar-footer3 .widget + .widget {
    border-left: 2px solid currentColor;
  }
}
@media (min-width: 1200px) {
  .main-footer .sidebar-footer3 {
    border-top: none;
  }
  .main-footer .sidebar-footer3 .widget {
    border-left: 2px solid currentColor;
  }
}
@media (min-width: 992px) {
  .main-footer .sidebar-footer2,
  .main-footer .sidebar-footer5 {
    border-left: 2px solid currentColor;
  }
}
.main-footer .social-box {
  background-color: transparent;
  font-size: 1.2rem;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 1.7em;
  height: 1.7em;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
}
.main-footer .social-box:hover, .main-footer .social-box:focus, .main-footer .social-box:active {
  color: #0e3f1f !important;
  background-color: #fff;
  text-decoration: none !important;
}
.main-footer .social-box:focus {
  outline-color: #fff;
}

.sub-footer p {
  margin: 0;
}
.sub-footer a, .sub-footer a:link, .sub-footer a:visited {
  text-decoration: none !important;
  color: #ccc;
}
.sub-footer a:hover, .sub-footer a:focus, .sub-footer a:active {
  text-decoration: underline !important;
  color: #fff;
}

.ncsc-button {
  font-variation-settings: "wdth" 125;
}
.ncsc-button, .ncsc-button--round {
  border-radius: 4px;
}

.ncsc-simpleimage img {
  border-radius: 4px;
}

:root {
  --c1: #000;
}

.ncsc-recentpostblock,
.ncsc-featuredpostblock {
  border-radius: 4px;
  border: none;
  width: auto;
}
@media (max-width: 399px) {
  .ncsc-recentpostblock,
  .ncsc-featuredpostblock {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
}
.ncsc-recentpostblock--content-left, .ncsc-recentpostblock--content-right,
.ncsc-featuredpostblock--content-left,
.ncsc-featuredpostblock--content-right {
  margin: 4px 1rem !important;
}
.ncsc-recentpostblock--content-left a, .ncsc-recentpostblock--content-right a,
.ncsc-featuredpostblock--content-left a,
.ncsc-featuredpostblock--content-right a {
  position: static;
  background-color: transparent;
  text-wrap: balance;
  line-height: 1;
  padding: 0;
}
.ncsc-recentpostblock--content-left a:after, .ncsc-recentpostblock--content-right a:after,
.ncsc-featuredpostblock--content-left a:after,
.ncsc-featuredpostblock--content-right a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ncsc-recentpostblock--content-left a:hover, .ncsc-recentpostblock--content-left a:focus, .ncsc-recentpostblock--content-left a:active, .ncsc-recentpostblock--content-right a:hover, .ncsc-recentpostblock--content-right a:focus, .ncsc-recentpostblock--content-right a:active,
.ncsc-featuredpostblock--content-left a:hover,
.ncsc-featuredpostblock--content-left a:focus,
.ncsc-featuredpostblock--content-left a:active,
.ncsc-featuredpostblock--content-right a:hover,
.ncsc-featuredpostblock--content-right a:focus,
.ncsc-featuredpostblock--content-right a:active {
  outline: none;
  background-color: transparent;
}
.ncsc-recentpostblock--content-left a:hover h2, .ncsc-recentpostblock--content-left a:focus h2, .ncsc-recentpostblock--content-left a:active h2, .ncsc-recentpostblock--content-right a:hover h2, .ncsc-recentpostblock--content-right a:focus h2, .ncsc-recentpostblock--content-right a:active h2,
.ncsc-featuredpostblock--content-left a:hover h2,
.ncsc-featuredpostblock--content-left a:focus h2,
.ncsc-featuredpostblock--content-left a:active h2,
.ncsc-featuredpostblock--content-right a:hover h2,
.ncsc-featuredpostblock--content-right a:focus h2,
.ncsc-featuredpostblock--content-right a:active h2 {
  background-color: #fff;
  color: #000 !important;
  --c1: #fff;
}
.ncsc-recentpostblock--content-left a:focus:after, .ncsc-recentpostblock--content-right a:focus:after,
.ncsc-featuredpostblock--content-left a:focus:after,
.ncsc-featuredpostblock--content-right a:focus:after {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.ncsc-recentpostblock--content-left h2, .ncsc-recentpostblock--content-right h2,
.ncsc-featuredpostblock--content-left h2,
.ncsc-featuredpostblock--content-right h2 {
  position: relative;
  z-index: 1;
  background-color: var(--c1);
  border-radius: 4px;
  display: inline;
  padding: 0.1em 0.5em;
  line-height: 1.2em;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  filter: drop-shadow(0 -0.1em 0 var(--c1)) drop-shadow(0 0.1em 0 var(--c1));
}
.ncsc-recentpostblock--content-left a,
.ncsc-featuredpostblock--content-left a {
  text-align: left;
}
.ncsc-recentpostblock--content-left h2,
.ncsc-featuredpostblock--content-left h2 {
  margin: 0;
  text-align: left;
}
.ncsc-recentpostblock--content-left .ncsc-recentpostblock__content-inner,
.ncsc-recentpostblock--content-left .ncsc-featuredpostblock__content-inner,
.ncsc-featuredpostblock--content-left .ncsc-recentpostblock__content-inner,
.ncsc-featuredpostblock--content-left .ncsc-featuredpostblock__content-inner {
  transform: translateX(-1.5rem);
}
.ncsc-recentpostblock--content-right a,
.ncsc-featuredpostblock--content-right a {
  text-align: right;
}
.ncsc-recentpostblock--content-right h2,
.ncsc-featuredpostblock--content-right h2 {
  margin: 0;
  text-align: right;
}
.ncsc-recentpostblock--content-right .ncsc-recentpostblock__content-inner,
.ncsc-recentpostblock--content-right .ncsc-featuredpostblock__content-inner,
.ncsc-featuredpostblock--content-right .ncsc-recentpostblock__content-inner,
.ncsc-featuredpostblock--content-right .ncsc-featuredpostblock__content-inner {
  transform: translateX(1.5rem);
}

.ncsc-squarebutton {
  background-color: transparent;
  box-shadow: none;
  border-radius: 4px;
}
.ncsc-squarebutton:not(.ncsc-squarebutton--has-image) .ncsc-squarebutton__text {
  font-size: 1.25rem;
}
.ncsc-squarebutton:not(.ncsc-squarebutton--has-image) {
  background-color: #16752c;
}
.ncsc-squarebutton:not(.ncsc-squarebutton--has-image)::before, .ncsc-squarebutton:not(.ncsc-squarebutton--has-image)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  transition: none;
  mix-blend-mode: overlay;
}
.ncsc-squarebutton:not(.ncsc-squarebutton--has-image)::before {
  background-image: radial-gradient(rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.6));
}
.ncsc-squarebutton:not(.ncsc-squarebutton--has-image)::after {
  background-image: radial-gradient(rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.6));
}
.ncsc-squarebutton:nth-child(3n):not(.ncsc-squarebutton--has-image)::before {
  background-image: radial-gradient(ellipse at 10% 10%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}
.ncsc-squarebutton:nth-child(3n+1):not(.ncsc-squarebutton--has-image)::before {
  background-image: radial-gradient(ellipse at 100% 70%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}
.ncsc-squarebutton:nth-child(3n+2):not(.ncsc-squarebutton--has-image)::before {
  background-image: radial-gradient(circle at 60% 120%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}
.ncsc-squarebutton:nth-child(5n):not(.ncsc-squarebutton--has-image)::after {
  background-image: radial-gradient(ellipse at 100% 10%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2666666667), rgba(0, 0, 0, 0));
}
.ncsc-squarebutton:nth-child(5n+1):not(.ncsc-squarebutton--has-image)::after {
  background-image: radial-gradient(ellipse at 0% 90%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2666666667), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2666666667));
}
.ncsc-squarebutton:nth-child(5n+2):not(.ncsc-squarebutton--has-image)::after {
  background-image: radial-gradient(ellipse at 80% 60%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2666666667), rgba(0, 0, 0, 0));
}
.ncsc-squarebutton:nth-child(5n+3):not(.ncsc-squarebutton--has-image)::after {
  background-image: radial-gradient(circle at 40% -10%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2666666667), rgba(0, 0, 0, 0));
}
.ncsc-squarebutton:nth-child(5n+4):not(.ncsc-squarebutton--has-image)::after {
  background-image: radial-gradient(ellipse at 50% 50%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2666666667), rgba(0, 0, 0, 0));
}
.ncsc-squarebutton__image-container {
  bottom: 0;
}
.ncsc-squarebutton__image {
  border-radius: 4px;
}
.ncsc-squarebutton__square {
  padding-bottom: 80%;
}
.ncsc-squarebutton__content {
  display: block;
  top: auto !important;
  left: -0.5rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0;
  font-variation-settings: "wdth" 125;
  text-wrap: balance;
}
.ncsc-squarebutton__content span {
  color: #fff !important;
  text-align: left;
  background-color: var(--c1);
  border-radius: 4px;
  display: inline;
  padding: 0.1em 0.5em;
  line-height: 1.2em;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  filter: drop-shadow(0 -0.1em 0 var(--c1)) drop-shadow(0 0.1em 0 var(--c1));
}
.ncsc-squarebutton:hover, .ncsc-squarebutton:focus, .ncsc-squarebutton:active {
  box-shadow: none;
  /*&:after{
  	display: none;
  }*/
}
.ncsc-squarebutton:hover .ncsc-squarebutton__content span, .ncsc-squarebutton:focus .ncsc-squarebutton__content span, .ncsc-squarebutton:active .ncsc-squarebutton__content span {
  background-color: #fff;
  color: #000 !important;
  --c1: #fff;
}
.ncsc-squarebutton:focus {
  outline: 2px solid #000 !important;
}

.n2-ss-slide {
  line-height: 1em;
}
.n2-ss-slide h1, .n2-ss-slide h2, .n2-ss-slide h3, .n2-ss-slide h4, .n2-ss-slide h5, .n2-ss-slide h6 {
  display: inline !important;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.2em;
  filter: drop-shadow(0 -0.1em 0 var(--c1)) drop-shadow(0 0.1em 0 var(--c1));
}
.n2-ss-slide p {
  color: #fff !important;
  background-color: #000 !important;
  padding: 0.75rem 1.5rem !important;
}
.n2-ss-slide .n2-ss-button-container {
  font-variation-settings: "wdth" 125;
}
.n2-ss-slide .n2-ss-button-container .n2-ow:focus {
  outline: 2px solid #fff !important;
}

div[role=button]:focus {
  outline: 2px solid #fff !important;
  background-color: #000;
}

.ncsc-recentposttitleblock a {
  padding: 0.5em 0.5em;
  line-height: 1;
  border-radius: 4px;
  text-wrap: balance;
}
.ncsc-recentposttitleblock h2 {
  line-height: 1.2em;
}

.ncsc-alert {
  border-radius: 4px;
}
.ncsc-alert--note {
  background-color: #16752c;
  color: #fff;
}
.ncsc-alert--note a, .ncsc-alert--note a:link, .ncsc-alert--note a:visited {
  color: #fff;
}
.ncsc-alert--note a:hover, .ncsc-alert--note a:focus, .ncsc-alert--note a:active {
  color: #fff;
  text-decoration: none;
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.ncsc-alert--important {
  background-color: #c62d23;
  color: #fff;
}
.ncsc-alert--important a, .ncsc-alert--important a:link, .ncsc-alert--important a:visited {
  color: #fff;
}
.ncsc-alert--important a:hover, .ncsc-alert--important a:focus, .ncsc-alert--important a:active {
  color: #fff;
  text-decoration: none;
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.ncsc-alert--note .ncsc-alert__icon, .ncsc-alert--important .ncsc-alert__icon {
  color: #fff;
}

.ncsc-statistic {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ncsc-statistic__number {
  white-space: normal;
  font-variation-settings: "wdth" 125;
}
.ncsc-statistic__number--normal {
  font-size: 26px;
}
@media screen and (min-width: 576px) {
  .ncsc-statistic__number--normal {
    font-size: calc(26px + 8 * (100vw - 576px) / 192);
  }
}
@media screen and (min-width: 768px) {
  .ncsc-statistic__number--normal {
    font-size: calc(26px + 16 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .ncsc-statistic__number--normal {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  .vc_col-sm-3 .ncsc-statistic__number--normal {
    font-size: calc(18px + 16 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .vc_col-sm-3 .ncsc-statistic__number--normal {
    font-size: 34px;
  }
}
.ncsc-statistic__number--medium {
  font-size: 34px;
}
@media screen and (min-width: 576px) {
  .ncsc-statistic__number--medium {
    font-size: calc(34px + 8 * (100vw - 576px) / 192);
  }
}
@media screen and (min-width: 768px) {
  .ncsc-statistic__number--medium {
    font-size: calc(34px + 16 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .ncsc-statistic__number--medium {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) {
  .vc_col-sm-3 .ncsc-statistic__number--medium {
    font-size: calc(26px + 16 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .vc_col-sm-3 .ncsc-statistic__number--medium {
    font-size: 42px;
  }
}
.ncsc-statistic__number--medium-large {
  font-size: 42px;
}
@media screen and (min-width: 576px) {
  .ncsc-statistic__number--medium-large {
    font-size: calc(42px + 8 * (100vw - 576px) / 192);
  }
}
@media screen and (min-width: 768px) {
  .ncsc-statistic__number--medium-large {
    font-size: calc(42px + 24 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .ncsc-statistic__number--medium-large {
    font-size: 66px;
  }
}
@media screen and (min-width: 768px) {
  .vc_col-sm-3 .ncsc-statistic__number--medium-large {
    font-size: calc(34px + 16 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .vc_col-sm-3 .ncsc-statistic__number--medium-large {
    font-size: 50px;
  }
}
.ncsc-statistic__number--large {
  font-size: 50px;
}
@media screen and (min-width: 576px) {
  .ncsc-statistic__number--large {
    font-size: calc(50px + 16 * (100vw - 576px) / 192);
  }
}
@media screen and (min-width: 768px) {
  .ncsc-statistic__number--large {
    font-size: calc(50px + 32 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .ncsc-statistic__number--large {
    font-size: 82px;
  }
}
@media screen and (min-width: 768px) {
  .vc_col-sm-3 .ncsc-statistic__number--large {
    font-size: calc(42px + 24 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .vc_col-sm-3 .ncsc-statistic__number--large {
    font-size: 66px;
  }
}
.ncsc-statistic__number--x-large {
  font-size: 66px;
}
@media screen and (min-width: 576px) {
  .ncsc-statistic__number--x-large {
    font-size: calc(66px + 16 * (100vw - 576px) / 192);
  }
}
@media screen and (min-width: 768px) {
  .ncsc-statistic__number--x-large {
    font-size: calc(66px + 34 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .ncsc-statistic__number--x-large {
    font-size: 100px;
  }
}
@media screen and (min-width: 768px) {
  .vc_col-sm-3 .ncsc-statistic__number--x-large {
    font-size: calc(50px + 32 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .vc_col-sm-3 .ncsc-statistic__number--x-large {
    font-size: 82px;
  }
}

#content .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event:last-child {
  margin-bottom: var(--tec-spacer-11);
}

body.home .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding: 0;
}

/* Graphic Header */
.graphic-header__blurb {
  background-color: transparent;
  padding: 0;
  overflow: visible;
  text-wrap: balance;
  width: 100%;
  max-width: calc(100% - var(--pagemargin) * 2);
}
@media (min-width: 576px) {
  .graphic-header__blurb {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .graphic-header__blurb {
    width: calc(50% - var(--pagemargin));
  }
}
.graphic-header__blurb--left {
  text-align: left;
  margin-left: var(--pagemargin);
}
.graphic-header__blurb--right {
  text-align: right;
  margin-right: var(--pagemargin);
}
.graphic-header__blurb h2 {
  font-size: 2rem;
  position: relative;
  z-index: 1;
  background-color: var(--c1);
  border-radius: 4px;
  display: inline;
  padding: 0.1em 1rem;
  line-height: 1.2em;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  filter: drop-shadow(0 -0.1em 0 var(--c1)) drop-shadow(0 0.1em 0 var(--c1));
}
.graphic-header__blurb p {
  text-wrap: wrap;
  background-color: var(--c1);
  border-radius: 4px;
  padding: 0.75rem 1rem !important;
}

/* Post Navigation */
.nav-links .nav-previous a,
.nav-links .nav-next a {
  border-radius: 4px;
  font-variation-settings: "wdth" 90;
}

/* PLUGINS */
.ncsc-sidebarcontent {
  box-shadow: none;
  border: none;
  border-radius: 4px;
  background-color: #555;
  color: #fff;
  /**/
}
.ncsc-sidebarcontent a, .ncsc-sidebarcontent a:link, .ncsc-sidebarcontent a:visited {
  color: #fff;
}
.ncsc-sidebarcontent a:hover, .ncsc-sidebarcontent a:focus, .ncsc-sidebarcontent a:active {
  color: #ddd;
}
.ncsc-sidebarcontent.vc_row {
  margin: 0 !important;
}
.ncsc-sidebarcontent .ncsc-headline--black {
  color: #fff !important;
}

.ncsc-sidebarlinks, .ncsc-sidebarlinks:link, .ncsc-sidebarlinks:visited, .ncsc-sidebarlinks:hover, .ncsc-sidebarlinks:focus, .ncsc-sidebarlinks:active {
  box-shadow: none;
  border: none;
  border-radius: 4px;
  font-variation-settings: "wdth" 125;
  margin-left: 0;
}
.ncsc-sidebarlinks::before, .ncsc-sidebarlinks:link::before, .ncsc-sidebarlinks:visited::before, .ncsc-sidebarlinks:hover::before, .ncsc-sidebarlinks:focus::before, .ncsc-sidebarlinks:active::before {
  content: unset;
  display: none;
}
.ncsc-sidebarlinks, .ncsc-sidebarlinks:link, .ncsc-sidebarlinks:visited {
  background-color: #16752c;
  color: #fff !important;
}
.ncsc-sidebarlinks:hover, .ncsc-sidebarlinks:focus, .ncsc-sidebarlinks:active {
  background-color: #0e3f1f;
  color: #fff !important;
}

.ncsc-accordion .card-header {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.ncsc-accordion .card-header .btn-link {
  background-color: #222;
  border-radius: 4px 4px 0 0;
}
.ncsc-accordion .card-header .btn-link.collapsed {
  background-color: #16752c;
  color: #fff;
  border-radius: 4px;
}
.ncsc-accordion .card-header .btn-link.collapsed::before {
  border-top-color: #fff;
}
.ncsc-accordion .card-header .btn-link.collapsed:hover, .ncsc-accordion .card-header .btn-link.collapsed:focus {
  background-color: #0e3f1f;
  color: #fff;
}
.ncsc-accordion .card-header .btn-link.collapsed:hover::before, .ncsc-accordion .card-header .btn-link.collapsed:focus::before {
  border-top-color: #fff;
}
.ncsc-accordion .card-body {
  box-shadow: none;
  border: none;
  border-radius: 0 0 4px 4px;
  background-color: #eee;
}
.ncsc-accordion .card-body > *:first-child {
  margin-top: 0;
}
.ncsc-accordion .card-body > *:last-child {
  margin-bottom: 0;
}
.ncsc-accordion .card-body > .ncsc-simpleimage:last-child img,
.ncsc-accordion .card-body > .ncsc-simpletext:last-child .ncsc-simpletext__content p:last-child {
  margin-bottom: 0;
}

.ncsc-tabs .nav-pills .nav-link {
  background-color: #16752c;
  color: #fff;
}
.ncsc-tabs .nav-pills .nav-link:not(.active):hover, .ncsc-tabs .nav-pills .nav-link:not(.active):focus {
  background-color: #0e3f1f;
  color: #fff;
}
.ncsc-tabs .nav-pills .nav-link.active {
  background-color: #222;
  color: #fff;
}
.ncsc-tabs .tab-content {
  box-shadow: none;
  border: none;
  border-radius: 4px;
  background-color: #eee;
}
.ncsc-tabs .tab-pane > *:first-child {
  margin-top: 0;
}
.ncsc-tabs .tab-pane > *:last-child {
  margin-bottom: 0;
}
.ncsc-tabs .tab-pane > .ncsc-simpleimage:last-child img,
.ncsc-tabs .tab-pane > .ncsc-simpletext:last-child .ncsc-simpletext__content p:last-child {
  margin-bottom: 0;
}

.ncsc-event {
  margin: 1rem 0;
}
.ncsc-event__calendar {
  background-color: #333;
  border-radius: 4px;
  align-self: flex-start;
  padding: 0.8rem;
}
.ncsc-event__month {
  font-variation-settings: "wdth" 125;
  font-weight: 300;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .ncsc-event__month {
    font-size: 1.2rem;
  }
}
.ncsc-event__date {
  font-variation-settings: "wdth" 125;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .ncsc-event__date {
    font-size: 2rem;
  }
}
.ncsc-event__content {
  padding-top: 0;
  padding-bottom: 0;
}
.ncsc-event__headline {
  margin: 0;
}

.ncsc-newsblock {
  border-radius: 4px;
}
@media (min-width: 768px) {
  .ncsc-newsblock--content-left {
    text-align: left;
    padding-left: 1rem;
  }
  .ncsc-newsblock--content-left .ncsc-newsblock__title {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .ncsc-newsblock--content-right {
    text-align: right;
    padding-right: 1rem;
  }
  .ncsc-newsblock--content-right .ncsc-newsblock__title {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .ncsc-newsblock {
    min-height: calc((100vw - var(--pagemargin) * 2) * 0.28125);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.ncsc-newsblock__title {
  position: relative;
  background-color: transparent;
  padding: 0;
  margin: 0.2rem 0 1rem;
  line-height: 1.2;
  text-align: left;
  text-wrap: balance;
}
.ncsc-newsblock__title h2 {
  font-size: 1.5rem;
  position: relative;
  z-index: 1;
  background-color: var(--c1);
  border-radius: 4px;
  display: inline;
  padding: 0.1em 0.5em;
  margin: 0 -1.5rem !important;
  line-height: 1.2em;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  filter: drop-shadow(0 -0.1em 0 var(--c1)) drop-shadow(0 0.1em 0 var(--c1));
}
.vc_row-no-padding[data-vc-full-width=true][data-vc-stretch-content=true] .ncsc-newsblock__title h2 {
  margin: 0 !important;
}
.ncsc-newsblock__title::after {
  content: unset;
  display: none;
}
.ncsc-newsblock__image {
  border-radius: 4px;
}
.ncsc-newsblock__content > .ncsc-simpleimage:last-child img,
.ncsc-newsblock__content > .ncsc-simpletext:last-child .ncsc-simpletext__content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .ncsc-coursetable > .ncsc-course, .ncsc-coursegroup {
    border-radius: 4px;
  }
}
.ncsc-coursetable__header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

@media (max-width: 767.98px) {
  .ncsc-table > .ncsc-row {
    border-radius: 4px;
  }
}
.ncsc-table__header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.ncsc-slide {
  border-radius: 4px;
}
.ncsc-slider {
  margin-bottom: 40px;
}
.ncsc-slider .carousel-indicators {
  margin: 0 -3px !important;
  padding: 10px 0;
  top: 100%;
  bottom: auto;
}
.ncsc-slider .carousel-indicators li {
  background-color: currentColor;
}
.ncsc-slider .carousel-indicators li.active {
  background-color: currentColor;
  opacity: 1;
}
.ncsc-slider .indicators--dots li, .ncsc-slider .indicators--rings li {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
}
.ncsc-slider .indicators--dots li {
  border: 0;
}
.ncsc-slider .indicators--rings li {
  border-color: currentColor;
  background-color: transparent;
  opacity: 1;
}
.ncsc-slider .indicators--rings li.active {
  border-color: currentColor;
  background-color: currentColor;
}
.ncsc-slider .carousel-control-prev, .ncsc-slider .carousel-control-next {
  opacity: 0.6;
}
.ncsc-slider .carousel-control-prev span, .ncsc-slider .carousel-control-next span {
  transform: scale(0.9);
  transition: all 0.2s ease-out;
}
.ncsc-slider .carousel-control-prev:hover, .ncsc-slider .carousel-control-prev:focus, .ncsc-slider .carousel-control-prev:active, .ncsc-slider .carousel-control-next:hover, .ncsc-slider .carousel-control-next:focus, .ncsc-slider .carousel-control-next:active {
  opacity: 1;
}
.ncsc-slider .carousel-control-prev:hover span, .ncsc-slider .carousel-control-prev:focus span, .ncsc-slider .carousel-control-prev:active span, .ncsc-slider .carousel-control-next:hover span, .ncsc-slider .carousel-control-next:focus span, .ncsc-slider .carousel-control-next:active span {
  transform: scale(1);
}
.ncsc-slider .carousel-control-prev:focus span, .ncsc-slider .carousel-control-next:focus span {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.ncsc-slider .carousel-control-prev-icon, .ncsc-slider .carousel-control-next-icon {
  background-color: #000;
}
.ncsc-slider .carousel-control--default .carousel-control-prev-icon,
.ncsc-slider .carousel-control--default .carousel-control-next-icon {
  width: 42px;
  height: 42px;
  padding: 10px;
  background-size: 80%;
  border-radius: 4px;
}
.ncsc-slider .carousel-control--chevron1 .carousel-control-prev-icon,
.ncsc-slider .carousel-control--chevron1 .carousel-control-next-icon {
  border: none;
  position: relative;
  width: 50px;
  height: 80px;
  border-radius: 4px;
}
.ncsc-slider .carousel-control--chevron1 .carousel-control-prev-icon::before,
.ncsc-slider .carousel-control--chevron1 .carousel-control-next-icon::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 10px solid transparent;
}
.ncsc-slider .carousel-control--chevron1 .carousel-control-prev-icon::before {
  border-left-color: white;
  border-bottom-color: white;
  top: 20px;
  left: 18px;
  transform: rotate(45deg);
}
.ncsc-slider .carousel-control--chevron1 .carousel-control-next-icon::before {
  border-top-color: white;
  border-right-color: white;
  top: 20px;
  right: 18px;
  transform: rotate(45deg);
}
.vc_row-no-padding[data-vc-full-width=true][data-vc-stretch-content=true] .ncsc-slide {
  border-radius: 0;
}
.ncsc-slide__image, .ncsc-slide__image img {
  border-radius: 5px;
}
.ncsc-slide__content {
  padding: 0;
  max-width: 70%;
  text-wrap: balance;
}
#main .ncsc-slide__content {
  background-color: transparent !important;
  color: #fff !important;
}
#main a:hover .ncsc-slide__content, #main a:focus .ncsc-slide__content, #main a:active .ncsc-slide__content {
  --c1: #fff;
  color: #000 !important;
}
@media (min-width: 768px) {
  .ncsc-slide__content {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .ncsc-slide__content {
    max-width: 40%;
  }
}
.ncsc-slide__content--top-left, .ncsc-slide__content--top-right {
  top: 2rem;
}
.ncsc-slide__content--middle-left, .ncsc-slide__content--middle-right {
  top: 50%;
  transform: translateY(-50%);
}
.ncsc-slide__content--bottom-left, .ncsc-slide__content--bottom-right {
  bottom: 2rem;
}
.ncsc-slide__content--top-left, .ncsc-slide__content--middle-left, .ncsc-slide__content--bottom-left {
  left: 15%;
}
.ncsc-slide__content--top-right, .ncsc-slide__content--middle-right, .ncsc-slide__content--bottom-right {
  right: 15%;
}
.ncsc-slide__headline {
  font-size: 2rem;
  position: relative;
  z-index: 1;
  background-color: var(--c1);
  color: inherit;
  border-radius: 4px;
  display: inline;
  padding: 0.1em 1rem;
  line-height: 1.2em;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  filter: drop-shadow(0 -0.1em 0 var(--c1)) drop-shadow(0 0.1em 0 var(--c1));
}
.ncsc-slide__text {
  text-wrap: wrap;
  background-color: var(--c1);
  color: inherit;
  border-radius: 4px;
  padding: 0.75rem 1rem !important;
  margin: 0;
}
.ncsc-slide__text:empty {
  display: none;
}
.ncsc-slide__button, .ncsc-slide__button:link, .ncsc-slide__button:visited {
  background-color: #16752c !important;
  color: #fff !important;
  text-decoration: none;
}
.ncsc-slide__button:hover, .ncsc-slide__button:focus, .ncsc-slide__button:active {
  background-color: #0e3f1f !important;
  color: #fff !important;
  text-decoration: none;
}
#main .ncsc-slide__button, #main .ncsc-slide__button:link, #main .ncsc-slide__button:visited, #main .ncsc-slide__button:hover, #main .ncsc-slide__button:focus, #main .ncsc-slide__button:active {
  color: #fff !important;
}

.slider-dropshadow {
  filter: none;
}

body.search-results article {
  padding-left: 100px;
  position: relative;
  min-height: calc(60px + 5rem);
  margin-bottom: 2rem;
}
body.search-results article::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 0;
  width: 75px;
  height: 60px;
  font-size: 60px;
  text-align: center;
  color: #16752c;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
body.search-results article::after {
  content: "";
  position: absolute;
  top: calc(2rem + 60px);
  left: 0;
  width: 75px;
  padding: 0.5rem 0;
  font-size: 0.8rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
body.search-results article:first-of-type::before {
  top: 0;
}
body.search-results article:first-of-type::after {
  top: 60px;
}
body.search-results .posttype--page::before {
  content: "\e1d8";
}
body.search-results .posttype--page::after {
  content: "Page";
}
body.search-results .posttype--post::before {
  content: "\f1ea";
}
body.search-results .posttype--post::after {
  content: "News";
}
body.search-results .posttype--transfer_partners::before {
  content: "\e5e1";
}
body.search-results .posttype--transfer_partners::after {
  content: "Transfer Partner";
}
body.search-results .posttype--tribe_events::before {
  content: "\f736";
}
body.search-results .posttype--tribe_events::after {
  content: "Event";
}
body.search-results .posttype--tribe_event_series::before {
  content: "\f073";
}
body.search-results .posttype--tribe_event_series::after {
  content: "Series";
}
body.search-results .posttype--tribe_venue::before {
  content: "\e471";
}
body.search-results .posttype--tribe_venue::after {
  content: "Venue";
}
body.search-results .posttype--tribe_organizer::before {
  content: "\e471";
}
body.search-results .posttype--tribe_organizer::after {
  content: "Organizer";
}
body.search-results .search__title {
  text-align: left;
}
body.search-results .search__event-date {
  font-size: 1.5rem;
}
body.search-results .search__event-date strong {
  font-weight: 400;
}

.pagination {
  text-align: center;
  justify-content: center;
}
.pagination .nav-links {
  gap: 4px;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  border-radius: 4px;
  background-color: transparent;
  color: #000;
  text-decoration: none;
  font-variation-settings: "wdth" 125;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.pagination .page-numbers.current {
  background-color: #000;
  color: #fff;
}
.pagination .page-numbers.dots {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  background-color: transparent;
  color: #000;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  font-variation-settings: "wdth" 90;
}
.pagination a.page-numbers, .pagination a.page-numbers:link, .pagination a.page-numbers:visited {
  background-color: transparent;
  color: #000;
}
.pagination a.page-numbers:hover, .pagination a.page-numbers:focus, .pagination a.page-numbers:active {
  background-color: #000;
  color: #fff;
}
.pagination a.page-numbers:focus {
  outline: 2px solid #000;
}

.nav-previous a:focus, .nav-next a:focus {
  outline: 2px solid #000;
}

/* A11y Fixes - 10/3/24 */
.tribe-events-single ul.tribe-related-events li .tribe-related-events-title a {
  font-size: 24px;
  line-height: 1;
}

.gform_legacy_markup_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
.gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label,
.gform_legacy_markup_wrapper div.charleft.charleft {
  white-space: normal !important;
  line-height: 1.2;
}

.gform_drop_area.gform-theme-field-control .button.gform_button_select_files.gform-theme-button.gform-theme-button--control {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  padding: 0.25em 1em;
  border-radius: 4px;
}
.gform_drop_area.gform-theme-field-control .button.gform_button_select_files.gform-theme-button.gform-theme-button--control:hover, .gform_drop_area.gform-theme-field-control .button.gform_button_select_files.gform-theme-button.gform-theme-button--control:focus, .gform_drop_area.gform-theme-field-control .button.gform_button_select_files.gform-theme-button.gform-theme-button--control:active {
  background-color: #fff;
  color: #000;
}
.gform_drop_area.gform-theme-field-control .button.gform_button_select_files.gform-theme-button.gform-theme-button--control:focus {
  outline: 2px solid currentColor !important;
}

.tribe-events .tribe-events-c-nav__next-label-plural,
.tribe-events .tribe-events-c-nav__prev-label-plural {
  white-space: pre-wrap !important;
}

.ncsc-accordion .gform_legacy_markup_wrapper div.charleft,
.personal-colorbar--gray .gform_legacy_markup_wrapper div.charleft {
  color: #444;
}

.gform_wrapper.gravity-theme .gfield_list_icons.gfield_list_icons button:focus {
  outline: 2px solid currentColor;
}

.mejs-controls *, .mejs-controls *:link, .mejs-controls *:visited, .mejs-controls *:hover, .mejs-controls *:focus, .mejs-controls *:active {
  color: white;
}

.mejs-container:focus,
.mejs-controls.mejs-controls button:focus,
.mejs-controls.mejs-controls :focus,
.mejs-cannotplay a:focus {
  outline: 2px solid currentColor !important;
}

.wpb_single_image a:focus {
  outline: 2px solid currentColor !important;
}

.tribe-events.tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-featured-icon,
.tribe-events.tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-title {
  opacity: 1;
}