:root {
  --theme-dark: #223C60; /* Navy blue */
  --theme-medium: #446FA0; /* Blue grotto */
  --theme-light: #D6DDE0; /* Baby blue */
  --theme-lightest: #E2E4E4; /*#F2F4F4;*/
  --theme-contrast: #fcc84e; /* gold */
  --theme-contrast-tint: #f9e3af; /* light gold */
  --dark-grey: #51555B; /* Gunmetal grey */
  --med-dark-grey: #737573;
  --medium-grey: #9c9c9f;
  --light-grey: #d8d8db;
  --link-blue: #2B66B7;
  --theme-danger: #971105; /*dark red */
}
/* Webfont: LatoLatin-Regular */
@font-face {
    font-family: 'LatoLatinWeb';
    src: url('/templates/dacapo/fonts/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('/templates/dacapo/fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
         url('/templates/dacapo/fonts/LatoLatin-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
/*    font-display: swap;*/
    text-rendering: optimizeLegibility;
}
/* Webfont: LatoLatin-Bold */
@font-face {
    font-family: 'LatoLatinWeb';
    src: url('/templates/dacapo/fonts/LatoLatin-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('/templates/dacapo/fonts/LatoLatin-Bold.woff') format('woff'), /* Modern Browsers */
         url('/templates/dacapo/fonts/LatoLatin-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
/*    font-display: swap;*/
    text-rendering: optimizeLegibility;

}
/* Webfont: LatoLatin-BoldItalic */
@font-face {
    font-family: 'LatoLatinWeb';
    src: url('/templates/dacapo/fonts/LatoLatin-BoldItalic.woff2') format('woff2'), /* Modern Browsers */
         url('/templates/dacapo/fonts/LatoLatin-BoldItalic.woff') format('woff'), /* Modern Browsers */
         url('/templates/dacapo/fonts/LatoLatin-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: bold;
/*    font-display: swap;*/
    text-rendering: optimizeLegibility;
}
/* Webfont: LatoLatin-Italic */
@font-face {
    font-family: 'LatoLatinWeb';
    src: url('/templates/dacapo/fonts/LatoLatin-Italic.woff2') format('woff2'), /* Modern Browsers */
         url('/templates/dacapo/fonts/LatoLatin-Italic.woff') format('woff'), /* Modern Browsers */
         url('/templates/dacapo/fonts/LatoLatin-Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
/*    font-display: swap;*/
    text-rendering: optimizeLegibility;
}
/* custom font for a few general icons */
@font-face {
  font-family: "general";
  src: url("../fonts/general.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  display: block;
}
body {
  font-family: "LatoLatinWeb";
  background-color: var(--theme-light);
  color: var(--dark-grey);
  line-height: 1.5;
  margin: 0;
  overflow-x:hidden;
  font-weight: normal;
}
body.user-is-tabbing button > a:focus {
  border: none;
}
body.user-is-tabbing .logo a:focus,
body.user-is-tabbing .sidenav-logo a:focus
{
  outline-width: medium;
}
body.user-is-tabbing .menu-a .top-level a:focus,
body.user-is-tabbing .footer-bg a:focus {
  outline-color: #fff;
}
body.user-is-tabbing label.finder {
  color: #fff;
}
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}
/* BASICS up to line 730 */
div,button,li,[class^="col-"] {
  box-sizing: border-box;
  max-width: 100%;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
p:last-child,
p:only-child {
  margin-bottom: 0;
}
.blog,
.max,
.column-1{
  width: 100%;
}
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.row-fluid,
.row{
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0;
  flex-wrap: wrap;
}
.container-fluid:empty,
.container:empty,
.row-fluid:empty,
.row:empty{
  display: none;
}
.row > * {
  width: 100%;
  max-width: 100%;
}
.masonry-1,
.cols-1 {
  column-count: 1;
}
.masonry-2,
.cols-2 {
  column-count: 2;
}
.masonry-3,
.cols-3 {
  column-count: 3;
}
.masonry-4,
.cols-4 {
  column-count: 4;
}
.col-12 .com-content-article.item-page > .page-header,
.col-12 .com-content-article.item-page > .com-content-article__body {
  padding: 0 1rem;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  border-spacing: 0;
}
tr {
  padding: 0.25rem 0.25rem 0.5rem;
}
.col,
[class^="col-"] {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.col-auto {
  flex: 1 0 auto;
  width: auto;
}
.d-none {
display: none;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 1rem;
}
.pt-0 {
  padding-top: 0;
}
.pr-0 {
  padding-right: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-3 {
  padding-top: 1rem;
}
.pr-3 {
  padding-right: 1rem;
}
.pb-3 {
  padding-bottom: 1rem;
}
.pl-3 {
  padding-left: 1rem;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 1rem;
}
.mt-0 {
  margin-top: 0;
}
.mr-0 {
  margin-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-3 {
  margin-top: 1rem;
}
.mr-3 {
  margin-right: 1rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.ml-3 {
  margin-left: 1rem;
}
.float-left,
.float-xs-left,
.float-sm-left,
.float-md-left,
.float-lg-left,
.float-xl-left {
  float: left;
}
.float-right,
.float-xs-right,
.float-sm-right,
.float-md-right,
.float-lg-right,
.float-xl-right {
  float: right;
}
.float-none,
.float-xs-none,
.float-sm-none,
.float-md-none,
.float-lg-none,
.float-xl-none{
  float: none;
}
.text-left,
.text-xs-left,
.text-sm-left,
.text-md-left,
.text-lg-left,
.text-xl-left {
  text-align: left;
}
.text-right,
.text-xs-right,
.text-sm-right,
.text-md-right,
.text-lg-right,
.text-xl-right {
  text-align: right;
}
.text-centre,
.text-xs-centre,
.text-sm-centre,
.text-md-centre,
.text-lg-centre,
.text-xl-centre {
  text-align: center;
}
.text-justify,
.text-xs-justify,
.text-sm-justify,
.text-md-justify,
.text-lg-justify,
.text-xl-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.container{
  max-width: 575.999999px;
  }
.d-xs-none{
  display: none;
  }
.d-xs-block {
  display: block;
  }
.d-xs-inline-block {
  display: inline-block;
  }
.col,
.col-xs {
  flex: 1;
  max-width: 100%;
  }
.col-1 {
  flex: 1 0 8.8888883%;
  max-width: 8.8888883%;
}
.col-2,
.col-xs-2 {
  flex: 1 0 16.666667%;
  max-width: 16.666667%;
  }
.col-3,
.col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
  }
.col-4,
.col-xs-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  }
.col-5,
.col-xs-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  }
.col-6,
.col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
  }
.col-7,
.col-xs-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  }
.col-8,
.col-xs-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  }
.col-9,
.col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
  }
.col-10,
.col-xs-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  }
.col-11,
.col-xs-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
  }
[class^="col-"] {
  padding: 0 0.5rem;
}
[class^="col-"]:first-child {
  padding-left: 1rem;
}
[class^="col-"]:last-child {
  padding-right: 1rem;
}
[class^="col-"]:only-child {
  padding-right: 1rem;
  padding-left: 1rem;
}
.com-content-article.item-page > .com-content-article__body > .row > [class^="col-"]:first-child {
  padding-left: 0;
}
.com-content-article.item-page > .com-content-article__body > .row > [class^="col-"]:last-child {
  padding-right: 0;
}
.col-12,
.col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.w-100 {
  width: 100%;
}
.w-50 {
  width: 100%;
}
.w-25 {
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
img:-moz-loading {
  visibility: hidden;
}
.flex {
  white-space: nowrap;
}
/* END BASICS */
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.65rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
h1, h2, h3, h4, h5, h6{
  color: var(--theme-medium);
  font-weight: 500;
  margin: 0 0 0.5rem;
  line-height: 1.2;
}
h1, h3 {
  font-weight: 700;
}
address {
  font-style: normal;
}
a {
  color: var(--link-blue);
  text-decoration: none;
  background-color: transparent;
}
button {
  font-family: inherit;
}
.mod-custom {
  width: 100%;
  max-width: 100%;
}
.fixed-header {
  background-color: var(--theme-dark);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 990;
  height: 5.5rem;
}
.fixed-header-inner, 
.pageh1textwrapper {
  margin: 0 auto;
}
.header-row {
  height: 5.5rem;
}
.header-sitetitle,
.header-sitesubtitle {
  text-align: right;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3rem;
}
.header-sitesubtitle {
  font-style: italic;
  font-size: 1rem;
  color: #fff;
}
.header-sitetitle a {
  color: var(--theme-contrast);
}
.top-spacer {
  padding-top: 5rem;
  background-color: #fff;
}
.col-xs.topheader {
  margin: 0;
  padding-top: 0.5rem;
  padding-right: 1rem;
}
.upperwrapper,
.middlewrapper,
.lowerwrapper {
  background-color: #fff;
  margin: 0 auto;
}
.lowerwrapper {
  margin: 0 auto 1rem;
}
.with-border {
  padding: 0 16px;
}
.no-border {
  padding: 0;
}
.logo {
  display: none;
}
.menu-outer {
  padding: 16px 0 16px 16px;
}
.sidenav {
  display: none;
}
.sidenav ~ .mainmenu-wrapper {
  position: fixed;
  top: 6.25rem;
  left: 0;
  right: 0;
  z-index: 999;
  height: 2rem;
}
.sidenav-opened {
  transition: width 0.5s;
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 995;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding: 1rem 0 0;
  box-shadow: 2px 0 5px -2px #acaaaa;
}
.sidemenu {
  position: relative;
  z-index: 997;
  padding: 0 1rem 1rem 0;
  background: #fff;
}
.closenavbtn {
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--theme-dark);
  font-size: 3rem;
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  width: 44px;
}
#edmenu .closenavbtn {
  display: none;
}
.sidenav-opened ~ .mainmenu-wrapper {
  top: 0;
}
.sidenav ~ .mainmenu-wrapper .mainmenu-row .md-menu-outer,
.sidenav ~ .mainmenu-wrapper .mainmenu-row .menucontent li.top-level:first-child {
  display: none;
}
.sidenav-opened ~ .mainmenu-wrapper .mainmenu-row .menucontent li:first-child {
  display: block;
}
.sidenav-opened ~ .mainmenu-wrapper .mainmenu-row .menucontent:first-child,
.sidenav-opened ~ .mainmenu-wrapper .mainmenu-row .sidemenu {
  display: block;
}
.sidenav ~ .mainmenu-wrapper .mainmenu-row {
  height: 2rem;
  position: relative;
  margin: 2px 0 0;
}
.sidenav-opened ~ .mainmenu-wrapper .mainmenu-row .search {
  display: none;
}
.sidenav ~ .mainmenu-wrapper .mainmenu-row .sidenav-logo,
.sidenav ~ .mainmenu-wrapper .mainmenu-row .sidenav-search {
  display: none;
}
.sidenav-opened ~ .mainmenu-wrapper .mainmenu-row .sidenav-logo,
.sidenav-opened ~ .mainmenu-wrapper .mainmenu-row .sidenav-search {
  display: block;
  position: relative;
  z-index: 999;
  margin-top: 1rem;
  left: 0;
}
.sidenav-opened ~ .mainmenu-wrapper .mainmenu-row .sidenav-search {
  margin-top: 2rem;
  height: 2rem;
  padding-left: 1rem;
}
.sidenav-opened ~ .mainmenu-wrapper .mainmenu-row .sidenav-search .mod-finder {
  float: left;
}
.sidenav ~ .mainmenu-wrapper .mainmenu-row .mod-finder {
  float: right;
}
.fixed-header {
  position: fixed;
}
.sidenav ~ .md-menu-outer{
  display: none;
}
.sidenav ~ .search {
  display: inline-block;
  position: fixed;
  top: 3rem;
  z-index: 999;
}
.sidenav-opened ~ .md-menu-outer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.sidenav-opened ~ .search {
  display: none;
}
.search .form-inline .inputbox {
  width: 100%;
}
.search .mod-finder__search.input-group {
 display: inline-block;
}
.js-finder-search-query::placeholder {
 color: #222222;
 opacity: 1;
 font-style: italic;
}
.visually-hidden,
.mod-finder label.finder {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.sidenav-opened ~ .mainmenu-row .search {
  display: none;
}
.trigram {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  background: transparent;
  z-index: 995;
  width: 2rem;
}
.burger {
  position: absolute;
  border-top: 0.15rem solid #fff;
  border-right: none;
  border-bottom: 0.15rem solid #fff;
  border-left: none;
  background: transparent;
  cursor: pointer;
  height: 2rem;
  width: 3rem;
  top: 2rem;
  left: 1rem;
}
.burger::after {
  position: absolute;
  content: "";
  border-top: 0.15rem solid #fff;
  top: 48%;
  left: 0;
  width: 3rem;
}
.burger-heading {
  position: relative;
  top: -1rem;
  font-size: 1.2rem;
  color: #fff;
}
.mainContent {
  position: relative;
  z-index: 500;
}
.banner {
  margin: 0 0 1rem;
}
.banner .crop img {
  height: 248px;
  object-fit: cover;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--dark-grey);
  content: var(--breadcrumb-divider,"/");
  float: left;
  padding: 0 .5rem;
}
.middlewrapper.dark-mode {
  background-color: var(--dark-grey);
  color: #fff;
}
.no-border .introduction {
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.image-gallery .introduction {
  margin-top: 1rem;
}
.feature p:last-child,
.introduction p:last-child {
  margin-bottom: 0;
}
.pageh1textouter {
  background-color: #fff;
  padding: 1rem;
  border-bottom: 2px solid var(--theme-medium);
}
.pageh1text {
  position: relative;
}
.pageh1text h1 {
  margin: 0;
  color: var(--theme-medium);
}
.introduction .theme-light {
  background-color: var(--theme-light);
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
}
[class^="col-"]:only-child.no-sidebar {
  padding-right: 0;
  padding-left: 0;
}
/* === Main Menu === */
#mmenu {
  z-index: 999;
}
.mm {
  min-height: 44px;
}
.mm .menucontent.menu-b {
  flex-direction: column;
  justify-content: normal;
  margin: 0 0 16px;
  padding: 0 0 0 16px;
  position: relative;
  top: 0;
  z-index: 997;
}
.mm ul {
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.mm li {
  display: block;
  position: relative;
  border-top: 1px dotted var(--medium-grey);
  min-height: 44px;
  max-height: 44px;
  width: 100%;
}
.mm li.deeper {
  max-height: unset;
}
.mm li.close,
.mm li.top-level:nth-child(2) {
  border-top: none;
}
.mm li.close {
  margin-bottom: 16px;
}
.mm li.top-level {
  padding: 0 1rem 0;
}
.mm li.top-level.active.single,
.mm li.top-level.active > button,
.mm li.active > ul > li.current {
  background-color: var(--theme-medium);
}
.mm li.top-level.active > a,
.mm li.top-level.active >button > span,
.mm li.active > ul > li.current a {
  color: #fff;
}
.mm li a,
.mm li button span.btpr {
  display: inline-flex;
  vertical-align: middle;
}
.mm li:not(.top-level) {
  padding: 0 8px 0 16px;
}
.mm li:not(.top-level):hover > a {
  font-weight: bold;
  color: #fff;
}
.mm li a,
.mm li button span.btpr {
  padding: 0 8px;
  display: inline-flex;
  height: 44px;
  align-items: center;
}
.mm [type="button"] {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  font-size: 1rem;
  min-width: 44px;
  min-height: 44px;
  position: relative;
  top: 0;
  width: 100%;
  text-align: left;
}
.mm [type="button"] ~ ul {
  display: none;
}
.mm [type="button"].opened ~ ul {
  display: table;
  z-index: 99;
}
.mm li > button:hover a,
.mm li > button:hover span {
  font-weight: bold;
}
.mm li.current a:hover {
  font-weight: normal;
}
.mm li > a,
.mm li span {
  color: var(--dark-grey);
}
.mm li.divider {
  display: none;
}
.mm .toggle-text {
  color: var(--theme-darkest);
}
.mm li:hover > a,
.mm li button:hover,
.mm li button:hover a,
.mm li button:hover span {
  background: var(--theme-medium);
  color: #fff;
}
.mm li.current:hover > a {
  background: transparent;
}
.mm span.v-open-icon {
  padding: 0 0 0 0.5rem;
  font-size: 1.25rem;
}
.mm li .h-open-icon {
  display: none;
}
/* === Sidebars and component area === */
.leftsidebar,
.rightsidebar,
.contentboth,
.contentleft,
.contentright {
  margin-bottom: 0.75rem;
}
.contentright,
.contentleft,
.contentboth,
.col-md.contentright,
.col-md.contentleft {
  padding-left: 0;
  padding-right: 0;
}
.col-md.contentright .item-content,
.col-md.contentleft .item-content {
  margin-left: 0;
  margin-right: 0;
}
.leftsidebar,
.rightsidebar{
  padding-left: 0;
  padding-right: 0;
}
.sidebarleft,
.sidebarright {
  border-bottom: 2px solid var(--theme-medium);
  margin-top: 1rem;
}
.sidebarleft:last-child,
.sidebarright:last-child {
  border-bottom: none;
}
.sidebarleft:first-child,
.sidebarright:first-child {
  margin-top: 0;
}
.sidebarleft a,
.sidebarright a {
  color: var(--theme-dark);
}
.sidebarleft a:hover,
.sidebarright a:hover {
  font-weight: bold;
}
.sidebarright .mod-header,
.sidebarleft .mod-header,
.sidebarright .mod-content,
.sidebarleft .mod-content {
 padding-bottom: 1rem;
}
.sidebarright .mod-header,
.sidebarleft .mod-header {
 border-bottom: 3px double var(--theme-medium);
 padding-bottom: 1rem;
}
.sidebarright .mod-header h3,
.sidebarleft .mod-header h3 {
  font-weight: bold;
}
.no-border .pageh1text {
  padding: 1rem;
  border-bottom: 2px solid var(--theme-medium);
}
.no-border .sidebarcontent {
  margin-bottom: 1rem;
  padding: 1rem;
}
.home .no-border .sidebarcontent {
  margin-bottom: 1rem;
  padding: 1rem 0;
}
.contentleft {
  padding-left: 1rem;
  padding-right: 1rem;
}
.contentright {
  padding-right: 1rem;
  padding-left: 0;
}
.reverse-double-line {
  border-bottom: solid 0.125rem #cccccc;
  box-shadow: 0px 0.15rem 0px #ffffff;
  margin-bottom: 0.75rem;
}

/* ==== Featuretop and bottom ==== */
.no-border .featurecontainer {
  padding: 1rem 1rem 0;
  margin-bottom: 1rem;
}
.feature .pictextwrap {
  display: none;
}
.featurebottom {
  overflow: hidden;
}
.featuretop .wrapper,
.featurebottom .wrapper {
  height: 100%;
  position: relative;
}
.feature {
  padding: 0 0 1rem;
}
.featuretop {
  padding: 1rem 0;
}
.lowermiddle {
  padding-bottom: 1rem;
}
.lowermiddle:last-child {
  padding-bottom: 0;
}
/* === category modules === */
.article-info-term {
  display: none;
}
.published {
  font-style: italic;
  color: var(--dark-grey);
  font-size: 0.85rem;
}
ul.categories-module,
ul.category-module,
ul.latestnews {
  margin-bottom: 0;
  padding-left: 0;
}
.categories-module li,
.category-module li,
.latestnews li,
.group-toggle li > ul > li.nav-item {
  border-bottom: solid 1px #cccccc;
  box-shadow: 0 0.125rem 0 #ffffff;
  color: var(--theme-dark);
  list-style: none;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
}
.category-module li:last-child {
  border-bottom: none;
  box-shadow: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.category-module li p {
  font-weight: normal;
}
.categories-module li span,
.category-module li span,
.latestnews li span {
  display: block;
  font-size: 0.9rem;
  color: var(--theme-medium);
  padding: 0.25rem 0 0.25rem 0.25rem;
}
.categories-module li h4,
.latestnews li h4 {
  margin-bottom: 0;
}
.categories-module li > a,
.category-module li > a,
.latestnews li > a {
  display: block;
}
.categories-module li a:hover,
.category-module li a:hover,
.latestnews li a:hover {
  font-weight: bold;
}
.mod-articles-category-introtext {
  margin-top: 0;
}
.featuretop .mod-fb-header,
.featurebottom .mod-fb-header {
  background-color: var(--theme-lightest);
  padding: 6px 12px;
  margin-bottom: 6px;
}
.featuretop .mod-fb-header h3,
.featurebottom .mod-fb-header h3 {
  color: var(--dark-grey);
}
.mod-fb-content h4,
.mod-fb-content h5 {
  font-size: 1rem;
}
.mod-fb-content .news-read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: var(--theme-dark);
  border-top: 1px solid var(--theme-dark);
}
.mod-fb-content .news-read-more a {
  color: #fff;
}
.mod-fb-content .news-read-more:hover a {
  font-weight: bold;
}
.mod-fb-content .fade {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  height: 25%;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
.mod-fb-content .news-content {
  overflow: hidden;
}
.newsflash .larger {
    clear: both;
}
.members .mod-articles-category-date {
  margin-left: 4rem;
  position: relative;
}
.members .mod-articles-category-date::before {
  position: absolute;
  left: -3.5rem;
  content: "Updated";
}
.bottommenu.mm li.top-level:first-child {
  padding: 0.75rem 0.75rem 0;
  border-top: 1px dotted var(--medium-grey);
  border-bottom: 1px dotted var(--medium-grey);
}
.bottommenu a:active {
  font-weight: bold;
  color: var(--theme-medium);
  background-color: yellow;
}
.footer-inner {
   margin-bottom: 1rem;
}
.footer {
  margin-bottom: 1rem;
  color: #fff;
}
.footer:last-child {
   margin-bottom: 0;
}
.footer-bg {
  background-color: var(--theme-dark);
  padding-bottom: 1rem;
}
.footer-wrapper {
  margin: 0 auto;
  padding: 1rem 5rem 0 1rem;
  background-color: var(--theme-dark);
}
/* Footer menu */
.footer-menu .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.footer-menu .col-12:first-child {
  padding-left: 0;
}
.footer-menu ul {
 margin: 0;
 padding-left: 0;
}
.footer-menu li {
  list-style: none;
  line-height: 2.25rem;
}
.footer-menu li a {
  font-size: 0.9rem;
}
.footer li a {
 color: #fff;
}
.footer-menu li a:hover {
  color: var(--theme-contrast);
  font-weight: bold;
}
.copytext {
  text-align: center;
  font-style: italic;
  font-size: 0.85rem;
  margin: auto;
}
.copydate {
  width: 1.25rem;
  display: inline;
}
.copy {
  width: calc(100% - 1.5rem);
  display: inline;
}
.bottom {
  background-color: var(--theme-dark);
  color: #fff;
}
.hide {
  display: none;
}
#offlinepage {
  margin: 2.5rem auto;
  padding: 1.25rem;
  background-color: #a6a6a6;
  color: var(--theme-danger);
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
}
.content-category fieldset {
  border: none;
  padding: 0;
}
.mod-preview-info {
  z-index: 999;
}
.newsflash-two-cols,
.two-cols {
  columns: 2 300px;
  column-gap: 1rem;
}
.three-cols {
  columns: 3 400px;
  column-gap: 2rem;
}
.four-cols {
  columns: 4 350px;
  column-gap: 1rem;
}
.iframe-rwd  {
  position: relative;
  padding-bottom: 65.25%;
  height: 0;
}
.bluebox,
.bluebox-lightbg,
.greybox-lightbg,
.bluebox-contrastbg,
.greybox-contrastbg,
.bluebox-tintbg,
.greybox-tintbg,
.greybox {
  border: 2px solid var(--theme-dark);
  padding: 0.5rem 1rem;
  margin: 0 0 1rem;
}
.greybox {
  border-color: var(--dark-grey);
}
.greybox-lightbg,
.bluebox-lightbg {
  background: var(--theme-light);
}
.greybox-contrastbg,
.bluebox-contrastbg {
  background: var(--theme-contrast);
}
.greybox-tintbg,
.bluebox-tintbg {
  background: var(--theme-contrast-tint);
}
.iframe-rwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* YouTube */
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
hr {
  border-top: 1px solid #cccccc;
  box-shadow: 0px 1px 5px 1px #cccccc;
}
a.btn.jmodedit {
  background: var(--theme-light);
  border:1px solid var(--theme-danger);
  padding:5px;
} 
a.btn.jmodedit span.icon-edit::before {
  content:"\1F589";
  color: black;
}
td, th {
  vertical-align: middle;
}
.close-button {
  display: inline-block;
  border: 1px solid var(--theme-dark);
  border-radius: 5px;
  padding: 0 0.5rem;
  font-style: italic;
  margin: 1rem 0 0;
}
.toggle-btn {
  cursor: pointer;
}
.editor-tips.toggle-btn {
  font-size: 1.5rem;
  color: var(--theme-medium);
}
.toggle-content {
  display: none;
}
.toggle-content.content-revealed {
  display: block;
}
.toggle-content.content-revealed {
  margin-bottom: 1rem;
}
a {
  word-wrap:break-word;
}
.gallery {
  min-height: 200px;
  background-color: var(--theme-contrast);
  position: relative;
}
.image-gallery .gallery {
  background-color: var(--theme-lightest);
}
.gallery-title {
  background-color: rgba(252, 200, 78, 0.5);
  padding: 1rem 3rem;
}
.gallery-title h2 {
  color: var(--dark-grey);
  margin-bottom: 0;
}
.mySlides {
  display: none;
}
.mySlides {
  height: auto;
  width: auto;
  padding: 1rem 3.5rem;
}
.slideshow-container {
  position: relative;
  margin: 0 auto;
}
.gallery .prev,
.gallery .next {
  background-color: rgba(0,0,0,0.4);
  cursor: pointer;
  position: absolute;
  top: 35%;
  width: auto;
  padding: 8px 18px 8px 14px;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  transition: 0.6s ease;
  border: none;
  user-select: none;
  left: 0;
}
.gallery .next {
  left: unset;
  right: 0;
  border-radius: 3px 0 0 3px;
  padding: 8px 16px;
}
.gallery .prev:hover,  
.gallery .prev:focus,
.gallery .next:hover,
.gallery .next:focus {
  background-color: rgba(0,0,0,0.2);
  color: var(--theme-dark);
}
.gallery .text {
  color: var(--light-grey);
  font-size: 1rem;
  padding: 8px 12px;
  position: absolute;
  bottom: 0.5rem;
  width: 100%;
  text-align: center;
}
.gallery .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.visually-hidden.vsprev,
.visually-hidden.vsnext {
  color: #fff;
}
.visually-hidden.vsprev:hover,
.visually-hidden.vsnext:hover {
  color: var(--theme-dark);
}
@-webkit-keyframes fade,
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.item-page {
  width: 100%;
}
.textCopy {
  margin: 0;
  font-size: 1.1rem;
  color: var(--theme-dark-grey);
}
.mySlidesCopy {
  padding-bottom: 1rem;
}
.element-invisible {
  display: none;
}
.search .form-inline {
  display: flex;
}
.com-users-registration.registration {
  width: 100%;
}
.contact-page h2,
.blog .item-content h2:first-child,
.blog .item-content .page-header h2,
.policies h2,
.about-us h2,
.member-info h2,
.image-gallery h2,
.com-content-article.item-page .page-header h2 {
  color: #fff;
  background-color: var(--theme-medium);
  padding: 0.25rem 1rem;
}
.image-gallery h2 {
  margin: 0 1rem;
}
.newsflash-image {
  margin: 1rem 0;
}
/* blogs */
.blog .blog-item {
  border-bottom: 1px solid var(--theme-medium);
  margin-bottom: 1rem;
  padding: 0 0 1rem;
}
.blog-featured .blog-items-row {
  margin-bottom: 0.75rem;
}
.blog .page-header h2 {
  font-size: 1.35rem;
}
.contact-page h2,
.blog .items-leading .page-header h2,
.com-content-article.item-page .page-header h2 {
  font-size: 1.75rem;
}
.blog .item-content h2:first-child a {
  color: #fff;
}
.blog .item-content h2:first-child a:hover {
  font-weight: bold;
}
.blog .blog-item .item-content {
  margin: 0 0.5rem;
}
.blog .blog-item:first-child .item-content {
  margin-left: 0;
}
.blog .blog-item:last-child .item-content {
  margin-right: 0;
}
.clipped-border {
  padding: 0 0.2em 1rem;
  background: linear-gradient(to bottom, transparent calc(100% - 2px), var(--theme-dark) calc(100% - 2px));
  background-size: calc(100% - 16px) 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.blog .blog-items.items-leading {
  padding: 0 0 1rem;
}
.blog .blog-items:last-child {
  padding-bottom: 0;
}
.item-page figure.left.item-image,
.item-page figure.right.item-image {
  margin: 0 0 16px;
}
iframe .joomla-tab[view="accordion"] button {
  background: var(--theme-contrast);
}
.com-content-category-blog__navigation.w-100.count-wrapper {
  position: relative;
}
.blog .custom-count {
  position: absolute;
  top: 0;
  right: 0;
}
.blog .custom-pag {
  position: absolute;
  top: -1.5rem;
}
.blog nav.pagination__wrapper {
  position: relative;
}
.breadcrumb,
.blog .pagination {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-left: 0;
}
.pagination li a,
.pagination li span {
  height: 1.5rem;
}
.page-link {
  border: 1px solid var(--light-grey);
  display: block;
  position: relative;
  text-decoration: none;
  padding: .375rem .75rem;
}
.page-item.active .page-link {
  background-color: var(--theme-dark);
  border: 1px solid var(--theme-dark);
  color: #fff;
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
@media only screen and (max-width: 300px) {
  .prev, .next, .text {font-size: 0.85rem;
    color: #fff;
  }
}
.cc-custom-revoke {
  cursor: pointer;
}
.sidenav ~ .mainmenu-wrapper .mainmenu-row .search {
  display: none;
}
.top-link {
  animation-duration: 0.2s;
  visibility: visible;
  position: fixed;
  cursor: pointer;
  text-align: center;
  bottom: 0;
  right: 1rem;
  color: white;
  background: var(--theme-medium);
  font-size: 2rem;
  margin: 0;
  padding: 0.25rem 0;
  width: 50px;
  height: 50px;
  border: none;
  z-index: 9999;
}
.top-link.hide {
  background: var(--theme-dark);
}
.top-link:hover {
  padding-top: 0;
}
/* Toggles */
.contact {
  position: relative;
}
.group-toggle [type="button"].toggle-form.form-opened ~ .form,
.editing-articles [type="button"].tips-button.form-opened ~ .tips {
  display: block;
  z-index: 99;
  position: relative;
  top: 16px;
  left: 0;
  margin-bottom: 32px;
}
.group-toggle,
.year-items {
  list-style: none;
  padding-left: 0;
}
.mod-content button.toggle-form {
  border: none;
  font-size: 1.25rem;
  color: #fff;
  padding: 0.25rem 0.5rem;
  width: 100%;
  text-align: left;
  background-color: var(--theme-medium);
  margin-bottom: 0.5rem;
}
button.toggle-form.form-opened {
  margin-bottom: 0.25rem;
}
.group-toggle li.nav-item {
  margin-bottom: 1rem;
}
span.mod-articles-category-date {
  font-size: 0.85rem;
}
.col-md.pl-3 {
  padding-left: 1rem;
}
.group-toggle [type="button"].toggle-form ~ .form,
.contact [type="button"].toggle-form ~ .form,
.editing-articles [type="button"].tips-button ~ .tips {
  display: none;
}
[data-icon]:before {
  font-family: "general" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "general" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-env:before {
  content: "\6d";
}
.icon-map-marker:before {
  content: "\73";
}
.icon-phone:before {
  content: "\74";
}
.icon-print:before {
  content: "\70";
}
.icon-edit:before {
  content: "\65";
}
.icon-eye:before {
  content: "\62";
}
.icon-eye-slash:before {
  content: "\64";
}
.icon-angle-double-left:before {
  content: "\61";
}
.icon-angle-double-right:before {
  content: "\66";
}
.icon-angle-left:before {
  content: "\67";
}
.icon-angle-right:before {
  content: "\68";
}
.icon-calendar:before {
  content: "\69";
}
.icon-user:before {
  content: "\6a";
}
.icon-folder-open:before {
  content: "\63";
}
.icon-angle-down:before {
  content: "\6b";
}
.icon-angle-up:before {
  content: "\6c";
}
.icon-search:before {
  content: "\6e";
}
.icon-check:before {
  content: "\6f";
}
.icon-times:before {
  content: "\71";
}
.icon-code-branch:before {
  content: "\72";
}
.icon-sort:before {
  content: "\75";
}
.icon-sort-alpha-asc:before {
  content: "\76";
}
.icon-sort-alpha-desc:before {
  content: "\77";
}
.icon-upload:before {
  content: "\78";
}
.icon-folder:before {
  content: "\79";
}
.icon-plus:before {
  content: "\7a";
}
.icon-minus:before {
  content: "\41";
}
.icon-arrows-alt:before {
  content: "\42";
}
.gallery-article .fields-container {
  list-style: none;
}
.performer-image img {
  float: left;
  margin: 0 16px 16px 0;
}
.introduction .home h2 {
  color: #fff;
  background-color: var(--theme-medium);
  padding: 6px 12px 9px;
}
.mm .menucontent.menu-b {
  margin-bottom: 0;
}
.footer-menu .col-sm-4 {
  padding-right: 1rem;
  padding-left: 0;
}
.footer .mailing-list,
.footer .sponsor {
  position: relative;
  top: -.5rem;
}
.footer .sponsor-right {
  width: 100%;
}
.footer .mailing-list,
.footer .social,
.footer .sponsor {
  min-height: 60px;
}
.footer .sponsor {
  padding-top: 30px;
}
.footer .sponsor-image {
  min-height: 40px;
}
.footer .mailing-list {
  padding-right: 1rem;
}
.footer .mailing-text,
.footer .sponsor-text {
  font-size: 0.85rem;
}
.footer p.mailing-text,
.footer p.sponsor-text {
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
}
.policies .blog .blog-item {
  padding: 0 0 1rem;
}
.policies .blog .blog-item {
  border-bottom: 5px solid var(--theme-medium);
}
.contact .chair,
.contact .secretary,
.contact .conductor,
.contact .webmaster {
  display: inline-block;
  z-index: 99;
}
.contact .chair [type="button"],
.contact .secretary [type="button"],
.contact .conductor [type="button"],
.contact .webmaster [type="button"]{
  position: absolute;
  top: 0;
  left: 0;
}
.contact .secretary [type="button"]{
  position: absolute;
  left: 100px;
}
.contact .conductor [type="button"] {
  position: absolute;
  left: 225px;
}
.contact .webmaster [type="button"] {
  position: absolute;
  top: 32px;
  left: 0px;
}
.contact .chair [type="button"].toggle-form.form-opened ~ .form,
.contact .secretary [type="button"].toggle-form.form-opened ~ .form,
.contact .conductor [type="button"].toggle-form.form-opened ~ .form,
.contact .webmaster [type="button"].toggle-form.form-opened ~ .form {
  display: block;
  z-index: 99;
  position: relative;
  top: 40px;
  left: 0;
  margin-bottom: 32px;
}
.contact .chair [type="button"].toggle-form.form-opened ~ .form {
  top: 64px;
}
.home .featurebottom .wrapper {
  height: 20rem;
  margin-bottom: 1rem;
}
.home .featurebottom .mod-fb-header {
  height: 3.5rem;
}
.home .feature .mod-fb-content {
  overflow: hidden;
}
.concert-gallery ul.fields-container {
  list-style: none;
  padding-left: 0;
}
/* all min-width 475px from here */
@media only screen and (min-width: 475px){
  .sidenav ~ .mainmenu-wrapper .mainmenu-row .search {
    display: block;
    position: absolute;
    top: -2.75rem;
    right: 1rem;
    padding-right: 0;
  }  
}
/* all min-width 576px from here */
@media only screen and (min-width: 576px){
  .container{
    max-width: 767.999999px;
  }
    .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }  
  .d-sm-none{
  display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-inline {
    display: inline;
  }  
  .d-sm-inline-block {
    display: inline-block;
  }
  .top-spacer {
    padding-top: 5rem;
  }
  .home .mod-articlesnews__item {
/*    max-height: 380px;*/
  }
}
/* all min-width 768px from here */
@media only screen and (min-width: 768px){
  .container {
    max-width: 991.999999px;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-none{
  display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-inline {
    display: inline;
  }  
  .d-md-inline-block {
    display: inline-block;
  }
  .col-md {
    flex: 1;
    max-width: 100%;
  }
  .col-1 {
    flex: 1 0 8.8888883%;
    max-width: 8.8888883%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .w-50 {
    width: 50%;
  }
  .w-25 {
    width: 25%;
  }  
  .fixed-header {
     height: 9.0rem;
  }
  .sidenav ~ .mainmenu-wrapper {
    top: 6.25rem;
  }
  .top-spacer {
    margin-top: 9rem;
    padding-top: 0;
  }
  .logo {
    display: block;
    padding-top: 0.5rem;
    }
  .header-sitetitle {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
  }
  .header-sitesubtitle {
    font-size: 1.2rem;
  }
  .search {
    float: right;
  }
  .md-menu-outer {
    float: left;
  }
  .sidenav ~ .mainmenu-wrapper .mainmenu-row .search {
    top: -28px;
    right: 16px;
  }  
  .sidenav ~ .mainmenu-wrapper .mainmenu-row .md-menu-outer {
    display: flex;
  }
/*  .col-auto.topheader {
   padding: 16px 16px 0 0;
  }*/
  .mainmenu-wrapper {
    max-height: 44px;
  }
  .main-menu {
    background-color: transparent;
    padding: 0;
    width: 100%;
  }
  .mm .menucontent.menu-a {
    display: flex;
    flex-direction: row;
    height: 44px;
    margin: 0 auto;
    position: relative;
    padding: 0 1rem 0 0;
    width: 100%;
  }
  .mm li {
    width: unset;
  }
  .mm li:not(.top-level) {
    padding: 0;
  }
  .mm li.top-level {
    height: 44px;
    padding: 0 14px 0 0;
  }
  .mm li.top-level:last-child {
    padding: 0;
  }
  .mm li.top-level.active button > span,
  .mm li.top-level.active > a,
  .mm li.top-level.active > span,
  .mm li button:hover,
  .mm li.top-level > a:hover,
  .mm li.top-level > button:hover,
  .mm li.top-level > button:hover > span,
  .mm li.top-level > button > span:hover,
  .mm li.top-level:hover > span {
    color: var(--theme-contrast);
    transition: none;
    text-decoration: none;
    font-weight: normal;
    background: transparent;
  }
  .mm li.top-level.active > button,
  .mm li.top-level.active.single,
  .mm li:hover > a,
  .mm li button:hover span,
  .mm li:hover {
    background: transparent;
  }
  .mm .menucontent.menu-a li ul li {
    display: block;
  }
  .mm li.divider {
    position: relative;
    display: block;
  }
  .mm li.divider:after {
    border-bottom: 2px solid var(--theme-medium);
    position: absolute;
    width: 100%;
    top: 21px;
    content: '';
  }
  .mm .menu-a > li:first-child,
  .closenavbtn,
  .trigram,
  .trigramborder,
  .sidenav,
  .sidenav-opened {
    display: none;
    width: 0;
  }
  .closebtn,
  .mm li .v-open-icon {
    display: none;
    visibility: hidden;
  }
  .mm [type="button"].opened ~ ul.level-1 {
    position: fixed;
    top: 136px;
    background-color: #fff;
    box-shadow: 0 2px 5px #acaaaa;
    display: flex;
    flex-direction: column;
    height: auto;
    overflow-y: scroll;
    margin: 0 0 0 16px;
    max-height: calc(100vh - 164px);
    width: min-content;
    z-index: 99;
  }
  .mm li:last-child [type="button"].opened ~ ul.level-1 {
    right: 16px;
  }
  .mm li {
    border-top: none;
  }
  .mm li.top-level button {
    max-height: 44px;
    padding: 0;
  }
  .mm > li ul {
    position: absolute;
    top: 100%;
    display: block;
  }
  .mm li a,
  .mm li span {
    white-space: nowrap;
    font-size: 1.1rem;
  }
  .mm li.top-level > a,
    .mm li.top-level span {
    margin: 0;
    color: #fff;
  }
  .mm li.top-level span.visually-hidden {
    height: 1px;
  }
  .mm li .h-open-icon {
    display: inline;
    font-size: 1rem;
    padding: 0 0 0 0.25rem;
  }
  .mm li.top-level:last-child button {
    padding: 0 1rem 0 6px;
  }
  .mm li:not(.top-level):hover a {
    font-weight: bold;
    color: var(--dark-grey);
  }  
  .mm div [class^="ul level"] {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0;
  }
  .mm > li > ul {
    margin-top: 0;
    box-shadow: 0 2px 5px #acaaaa;
    padding: 0;
  }
  .mm li.top-level > button:hover a,
  .mm li.top-level > button:hover span {
    font-weight: normal;
  }
  .mm li.current:not(.top-level) a {
    font-weight: bold;
  }
  .col-md.contentleft {
     padding-right: 0;
     padding-left: 1rem;
  }
  .col-md.contentright {
    padding-left: 0;
    padding-right: 0;
  }
  .contentboth {
    padding-left: 1rem;
    padding-right: 0;
  }
  .leftsidebar {
    margin-right: 0;
    margin-left: 0;
    padding: 0.5rem 1rem 0;
    background-color: var(--theme-lightest);
  }
  .rightsidebar {
    margin-left: 0;
    margin-right: 0;
    padding: 0.5rem 1rem 1rem;
    background-color: var(--theme-lightest);
  }
  .featurebottom,
  .featuretop {
    padding: 0 0.5rem 0;
  }
  .featurebottom:first-child,
  .featuretop:first-child {
    padding-left: 0;
  }
  .featurebottom:last-child,
  .featuretop:last-child {
    padding-right: 0;
  }
  .footer [class^="col-"]:first-child,
  [class^="col-"].md-menu-outer:first-child {
    padding-left: 0;
  }
  .footer [class^="col-"]:last-child {
    padding-right: 0;
  }
  .footer-menu li a {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .footer .footer_moduletable,
  .footer .footer_moduletable:last-child {
    padding: 0.25rem 0 0.75rem;
  }
  .footer .sponsor-image a {
    float: right;
  }
  .footer p.sponsor-text {
    text-align: right;
  }
  .blog .blog-item.col-md-4,
  .blog .blog-item.col-md-6 {
    padding: 0 0.5rem 1rem;
  }
  .blog .blog-item.col-md-4:first-child,
  .blog .blog-item.col-md-6:first-child,
  .blog .blog-item.col-md-6:nth-child(odd),
  .blog .blog-item.col-md-4:nth-child(3n + 1){
    padding-left: 0;
  }
  .blog .blog-item.col-md-4:nth-child(3n),
  .blog .blog-item.col-md-6:nth-child(2n){
    padding-right: 0;
  }
  .error {
    min-height: 400px;
  }
  .footer .sponsor-text {
    text-align: right;
  }
  .footer .sponsor-image {
    float: right;
  }
  .footer .sponsor {
    padding-top: 0;
  }
  .sign-up {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
  }
  .contact .chair [type="button"].toggle-form.form-opened ~ .form {
    left: -0.25rem;
    top: 56px;
  }
  .contact .secretary [type="button"].toggle-form.form-opened ~ .form {
    left: -0.25rem;
    top: 32px;
  }
  .contact .conductor [type="button"].toggle-form.form-opened ~ .form {
    left: -0.25rem;
    top: 32px;
  }
  .contact .webmaster [type="button"].toggle-form.form-opened ~ .form {
    left: -0.25rem;
    top: 32px;
  }  
  .contact .webmaster [type="button"] {
    position: absolute;
    top: 0;
    left: 360px;
  }  
  .last {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 991.999999px){
  .search .js-finder-search-query.form-control {
    max-width: 118px;
  }
}
/* all min-width 992px from here */
@media only screen and (min-width: 992px){
  .container {
    max-width: 1199.999999px;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }  
  .d-lg-none{
  display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-inline {
    display: inline;
  }  
  .fixed-header {
     height: 8.5rem;
  }
  .top-spacer {
    margin-top: 8.5rem;
    padding-top: 0;
  }
  .header-sitetitle {
    font-size: 2rem;
  }
  .sidenav ~ .mainmenu-wrapper {
    top: 5.5rem;
  }
  .mm li.top-level {
    height: 44px;
    padding: 0 24px 0 0;
  }
  .search-wrapper {
    top: 5rem;
  }
  .search {
    margin-top: 0.5rem;
  }
  .mainContent {
   min-height: 1000px;
  }
  .contentright{
    padding-right: 1rem;
  }
  .col-md.contentboth {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .col-md.contentright{
    padding-right: 1rem;
    padding-left: 0;
  }
  .home .mod-articlesnews__item {
/*    max-height: 460px;*/
  }
  .gallery {
    min-height: 232px;
  }
}
/* all min-width 1200px from here */
@media only screen and (min-width: 1200px){
  .container {
    max-width: 100%;
  }
    .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }  
  .d-xl-none {
  display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .mainmenu-wrapper,
  .search-wrapper,
  .fixed-header-inner,
  .upperwrapper,
  .middlewrapper,
  .lowerwrapper {
    width: 80%;
    max-width: 1300px;
    margin: 0 auto;
   }
  .upperwrapper .with-border,
  .middlewrapper .with-border,
  .lowerwrapper .with-border {
   max-width: 1332px;
   }
  .col-xs.topheader {
    padding-right: 0;
  }
  .logo {
    padding-left: 0;
  }
  .sidenav ~ .mainmenu-wrapper .mainmenu-row .search {
    right: 0;
  }  
  .search {
    padding-right: 0;
  }
  .mm li.top-level,
  .mm li.top-level.parent,
  .mm li.top-level.heading {
    padding: 0 25px 0 0;
  }
  .mm li.top-level:first-child,
  .mm li.top-level.parent:first-child,
  .mm li.top-level:last-child {
    padding: 0 0;
  }
  .mm .menu-a > li.top-level:last-child > button.opened + div > ul {
    position: absolute;
    right: 0;
    display: table;
    z-index: 99;
    margin-right: 0;
    margin-left: auto;
  }
  .with-border .sidebarcontent{
    padding: 1rem 0;
  }
  .no-border .sidebarcontent {
    padding: 1rem;
  }
  .com-content-category-blog {
    padding: 0;
  }
  .footer-wrapper {
   width: 80%;
   max-width: 1300px;
   }
  .with-border .footer-wrapper {
   width: 80%;
   max-width: 1332px;
   }  
  .footer-wrapper {
    padding: 1rem 0 0;
  }
}
@media only screen and (min-width: 1400px){
  .sidenav ~ .mainmenu-wrapper .mainmenu-row .search {
    position: unset;
    padding-right: 0;
    margin-top: 0.5rem;
  }
  .col-xxl-9 {
    display: flex;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
