:root {
  --theme-dark: #373737;
  --darker-grey: #373737;
  --dark-grey: #434343;
  --medium-grey: #767676;
  --light-grey: #E9EAEA;
  --lighter-grey: #b8b8b8; /* #9f9c9c;*/
  --lightest-grey: #dfdfdf;
  --danger: #c52827; /*dark red */
  --link-blue: #0564ca; /*#007bff;*/
}
@font-face {
  font-family: "Montserrat-Custom";
  src: url("/templates/scotchmer/fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* custom font for a few general icons */
@font-face {
  font-family: "general";
  src: url("/templates/scotchmer/fonts/general.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  display: block;
}
body {
  min-height: 100%;
  background-color: #eae9e8;
  overflow-x:hidden;
  font-family: "Montserrat-Custom";
  color: var(--darker-grey);
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
  justify-content: center;
}
[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;
}
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 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;
}
.visually-hidden { 
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  height: 1px; 
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
}
.visually-hidden .toggleText {
  width: 44px;
  top: -1.5rem;
  left: -1rem;
  height: 44px;
}
/* BASICS */
main,div,button,li,[class^="col-"] {
  box-sizing: border-box;
  max-width: 100%;
}
p {
  font-size: 0.9em;
  margin-top: 0;
  margin-bottom: 0.9em;
}
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
}
h1, h2, h3 {
  color: var(--theme-medium);
  font-weight: 500;
  margin: 0 0 0.5rem;
  line-height: 1.2;
}
h1, h3 {
  font-weight: 400;
}
a {
  color: var(--link-blue);
  text-decoration: none;
  background-color: transparent;
}
a {
  word-wrap:break-word;
}
button {
  font-family: inherit;
}
.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;
  width: 100%;
  margin: 0;
  flex-wrap: wrap;
}
.intro:empty,
.container-fluid:empty,
.container:empty,
.row-fluid:empty,
.row:empty{
  display: none;
}
.row > * {
  width: 100%;
  max-width: 100%;
}
table {
  width: 100%;
  margin-bottom: 16px;
  border-spacing: 0;
}
tr {
  padding: 4px 4px 8px;
}
.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;
}
.d-flex {
  display: flex;
}
.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,
.pe-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-end,
.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-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: 0;
}
[class^="col-"]:last-child {
  padding-right: 0;
}
[class^="col-"]:only-child {
  padding-right: 0;
  padding-left: 0;
}
.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%;
}
.flex {
  white-space: nowrap;
}
picture > *,
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
img:-moz-loading {
  visibility: hidden;
}
.mod-custom {
  width: 100%;
  max-width: 100%;
}
/* END BASICS */
.fixed-header,
.banner {
  max-width: 575.999999px;
}
.sidenav {
  display: none;
}
.sidenav-opened {
  transition: width 0.5s;
  display: block;
  height: 100%;
  width: 0;
  width: 350px;
  position: fixed;
  z-index: 996;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding: 16px 0 0;
  box-shadow: 2px 0 5px -2px #acaaaa;
}
.closenavbtn {
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--theme-dark);
  font-size: 3rem;
  margin: 0;
  position: absolute;
  top: -2rem;
  right: 0;
  z-index: 998;
}
.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";
}
.icon-refresh:before {
  content: "\43";
}
.icon-copy:before {
  content: "\44";
}
/* === Main Menu === */
.mm .has-submenu> div.ul {
  display: none;
}
.mm .has-submenu> div.ul.open {
  display: block;
}
.mm .menu-toggle {
  height: 44px;
  width: 44px;
  display: inline-block;
  line-height: 44px;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  margin: 0;
}
.mm {
  height: 52px;
}
.mm.editor {
  height: unset;
  width: 350px;
}
.mm .menucontent.menu-a,
.mm .menucontent.menu-a {
  list-style: none;
}
.mm .menucontent.menu-a {
  display: none;
}
.mm .menucontent.menu-b {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: normal;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 997;
  overflow-y: auto;
  }
.mm .li > [type="button"] {
  margin-left: 0;
  padding: 0;
}
.mm [type="button"] ~ div.ul {
  display: none;
}
.mm [type="button"].opened ~ div.ul {
  display: table;
  z-index: 99;
}
.mm [type="button"].opened,
.mm .li.current > a {
  color: var(--theme-medium);
}
.mm div[class^="ul level"] {
  list-style: none;
  background-color: transparent;
  position: relative;
  top: 100%;
  left: 0;
  padding: 0;
}
.mm div.ul.level-1 {
  padding-left: 16px;
}
.mm .li {
  display: block;
  position: relative;
  line-height: 1;
  border-top: 1px dotted var(--medium-grey);
  margin: 0;
  min-height: 44px;
}
.mm .menu-b > .li:first-child,
.mm .menu-b > .li:nth-child(2){
  border-top: none;
}
.mm .li:not(.top-level) a {
  padding: 12px 8px 0;
}
.mm .li:not(.top-level) a:hover {
  color: var(--theme-dark);
}
.mm .li.single.parent {
  padding-top: 0;
}
.mm .menucontent > li:last-child {
  border-bottom: 1px dotted var(--medium-grey);
}
.mm .li.separator-line {
  display: none;
}
.mm .li a,
.mm .li span {
  color: var(--theme-dark);
  display: inline-block;
  font-size: 1.1rem;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
}
.mm .li a {
  padding-top: 15px;
}
.mm .li.top-level:first-child {
  padding: 0;
}
.mm .li.top-level {
  padding: 0 12px 0;
  min-height: 52px;
}
.mm .li.top-level.heading {
  padding: 0 12px 0;
}
.mm .li.top-level > span {
  padding: 0;
}
.mm .li.top-level.parent {
  padding: 0 12px 0;
}
.mm .li.top-level.single.parent > a {
  padding: 0 0 8px 4px;
}
.mm span.v-open-icon {
  padding: 0 0 0 16px;
}
.mm button.linkmenu span.v-open-icon {
  padding: 0 0 4px 16px;
}
.mm button::before {
  color: var(--theme-dark);
}
.mm .li.active > a {
  font-weight: bold;
}
.mm .li.active.parent > a,
.mm .li.active span,
.mm .li.active.parent [type="button"]::after {
  color: var(--theme-medium);
  font-weight: normal;
}
.mm .li:not(.top-level) .current > a {
  font-weight: bold;
}
.mm [type="button"] {
  -webkit-appearance: none;
  min-width: 44px;
  min-height: 44px;
  position: relative;
  background: transparent;
  border: none;
  top: 0;
}
.mm [type="button"]:not(:disabled) {
  cursor: pointer;
}
.user-is-tabbing .mm [type="button"]:focus {
  outline: #bbb dotted 0.5px;
}
.mm .li.separator:hover > span,
.mm .li.heading:hover > span,
.mm .li > a:hover,
.mm button:hover > span,
.mm button:hover{
  color: var(--theme-medium);
}
.user-is-tabbing .mm .li > .separator:focus > span,
.user-is-tabbing .mm .li > .heading:focus > span,
.user-is-tabbing .mm .li a:focus,
.user-is-tabbing .mm .li > button.linkmenu:focus > span,
.user-is-tabbing .mm .li > button:focus {
  color: var(--theme-medium);
}
.mm .li.top-level > span.v-open-icon {
  padding-left: 16px;
  font-size: 24px;
}
.mm .li.single.parent.top-level > span.v-open-icon {
  padding-bottom: 12px;
}
.mm .li.top-level.single-heading > a {
  padding-top: 0;
}
.mm .li .h-open-icon {
  display: none;
}
.mm span.div-line {
  border-right: 1px solid var(--theme-dark);
  height: 1.5rem;
  width: 1.5rem;
}
.mm .li.divider,
.mm .li.separator-line {
  position: relative;
  min-height: unset;
  height: 1rem;
  display: inline-block;
  width: 100%;
  padding: 0 16px;
}
.mm .li.separator-line button {
  display: none;
}
ul.editor {
  list-style: none;
  padding-left: 0;
  width: 350px;
}
.editor li.divider {
  position: relative;
  margin: 8px 0;
  height: 1rem;
}
.editor li.divider span.separator,
.mm .li.separator-line a,
.mm .li.separator-line span,
.mm .li.divider span {
  display: none;
}
.editor li.divider::after,
.mm .li.divider::after,
.mm .li.separator-line::after {
  position: absolute;
  height: 0;
  top: 60%;
  width: 100%;
  border-top: 1px solid var(--medium-grey);
  border-bottom: 1px solid var(--light-grey);
  margin: 0 0;
  content: "";
}
.editor-info-red {
  color: #f00;
}
.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 990;
  height: 80px;
}
.fixed-header-inner-one,
.fixed-header-inner-two,
.pageh1textwrapper {
  margin: 0 auto;
}
.fixed-header-inner-one {
  background-color: #fff;
  height: 80px;
}
h2.site-title a {
  font-size: 1.1rem;
}
h3.site-title {
  font-size: 0.9rem;
}
.fixed-header-inner-two {
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  top: 7.25rem;
}
.header-row {
  height: auto;
  background-color: #fff;
}
.mainmenu-row {
  height: 3rem;
}
.burger-outer{
  margin-bottom: 0;
}
.burger {
  position: absolute;
  border-top: 0.2rem solid var(--theme-dark);
  border-right: none;
  border-bottom: 0.2rem solid var(--theme-dark);
  border-left: none;
  background: transparent;
  cursor: pointer;
  height: 32px;
  padding: 0;
  width: 44px;
  top: 16px;
  left: 16px;
  z-index: 9999;
}
.burger::after {
  position: absolute;
  content: "";
  border-top: 0.2rem solid var(--theme-dark);
  top: 48%;
  left: 0;
  width: 44px;
}
.banner {
  margin: 80px auto 0;
}
.banner > .mod-custom {
  margin: 0 auto;
}
.top-image-home, 
.top-image {
  height: 242px;
}
.top-image-home img, 
.top-image img {
  background-size: auto 100%;
  object-fit: cover;
}
.col-xs.topheader {
  margin: 0;
  padding-top: 8px;
  padding-right: 16px;
}
.topheader {
  height: 5rem;
}
.topheader .header-social {
  margin-top: 0;
  padding-top: 6px;
  padding-left: 84px;
}
.topheader-spacer {
  padding-left: 0;
}
.site-title a {
  text-decoration: none;
  color: var(--darker-grey);
  font-size: larger;
}
.shadowwrapper {
  background-color: #fff;
  margin: 0 auto;
  min-height: 500px;
  padding: 32px 16px 16px;
  position: relative;
}
.banner img {
  background-size: auto 100%;
  height: 242px;
  object-fit: cover;
}
.breadcrumbs {
  height: auto;
}
.breadcrumbs .divider {
  margin-right: 12px;
}
.pic-credit {
  text-align: left;
  font-size: 0.65rem;
  position: absolute;
  top: 6px;
  left: 16px;
  right: 0;
}
.stephen {
  margin-right: 16px;
  margin-bottom: 10px;
  float: left;
}
.pageh1textouter {
  background: white;
  border-top: 1px solid var(--lighter-grey);
 box-shadow: 0 9px 0 0 white inset, 0 10px 0 0 var(--lighter-grey) inset, 0 21px 0 0 white inset, 0 22px 0 0 var(--lighter-grey) inset, 0 31px 0 0 white inset, 0 32px 0 0 var(--lighter-grey) inset, 0 41px 0 0 white inset, 0 42px 0 0 var(--lighter-grey) inset;
  min-height: 3rem;
  margin: 24px 0 0;
  padding: 0;
  display: table;
}
.pageh1textouter .mod-custom {
  text-align: center;
}
.pageh1textouter h1 {
  background-color: white;  
  display: inline-block;
  font-size: 1.35rem;
  margin: 0 2rem;
  padding: 0 1rem;
  position: relative;
  top: 0.75rem;
  transform: translate(0,-13px);
}
.introduction {
  margin-bottom: 16px;
}
.introduction p:last-child {
  margin-bottom: 0;
}
.camera_pie {
  display: none;
}
.home .com-content-article__body img {
  margin-top: 16px;
}
.anchor, 
.anchor.two-cols-sm {
  position: relative;
}
.blog-item {
  padding-bottom: 1rem;
}
.events .blog-item,
.watch .blog-item {
  padding-bottom: 0;
  margin-bottom: 16px;
  border-bottom: 3px double var(--medium-grey);
}
.blog-item h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  margin: 0 0 1rem;
}
.blog-item h3 {
  font-size: 1.25rem;
}
.blog .article-info-term {
  display: none;
}
dd.published,
dd.hits {
  margin-left: 0;
  font-style: italic;
  color: #393939;
  font-size: 0.85rem;
}
dd.hits {
  font-style: normal;
}
dd.published span,
dd.hits span {
  display: none;
}
.com-content-category-blog__navigation .pagination {
  display: flex;
  list-style: none;
  margin: 16px 0;
  padding: 0;
}
.pagination .page-item {
  min-width: 44px;
}
.page-link {
  background-color: #fff;
  border: 1px solid var(--light-grey);
  border-top-color: rgb(223, 227, 231);
  border-right-color: rgb(223, 227, 231);
  border-bottom-color: rgb(223, 227, 231);
  border-left-color: rgb(223, 227, 231);
  display: block;
  height: 1.75rem;
  position: relative;
  text-decoration: none;
  padding: 8px 12px 4px;
}
.page-link, .page-link:hover {
  color: var(--link-blue);
}
.page-item:first-child .page-link {
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem;
}
.page-item.disabled .page-link {
  background-color: #fff;
  border-color: var(--light-grey);
  color: var(--dark-grey);
  pointer-events: none;
}
.page-item:first-child .page-link {
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem;
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  background-color: var(--theme-dark);
  border-color: var(--theme-dark);
  color: #fff;
  text-align: center;
  z-index: 3;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: .25rem;
  border-top-right-radius: .25rem;
}
.mod-cat-target {
  position: absolute;
  top: -140px;
  left: 1rem;
}
.listen .item {
  margin-bottom: 16px;
}
.contact-page.blogtop-hr,
.listen .blogtop-hr,
.listen .hr {
  height: 1px;
  border-bottom: 1px solid var(--medium-grey);
  box-shadow: 0px 1px 3px 1px var(--lightest-grey); 
}
.listen .hr {
  margin-bottom: 16px;
}
.blogtop-hr {
  margin-bottom: 16px;
}
.blog.listen .items-more {
  display: none;
}
.blog.listen .pagination.pages {
  display: table;
}
.blog.listen .pagination.pages ul{
  display: table-row;
}
.blog.listen .pagination.pages ul li{
  display: table-cell;
  padding: 0 0.75rem;
  border-left: 1px solid var(--medium-grey);
  margin-left: 0.75rem;
}
.blog.listen .pagination.pages ul li:last-child{
  border-right: 1px solid var(--medium-grey);
}
.leftsidebar, 
.rightsidebar {
  padding: 0;
  margin: 16px 0;
}
.sidebarright .mod-header, 
.sidebarleft .mod-header {
  padding: 0 0 0.5rem;
  border-bottom: solid 2px #cccccc;
  box-shadow: 0 2px 0 #ffffff;
  margin-bottom: 9px;
}
.sidebarright .mod-header h3, 
.sidebarleft .mod-header h3 {
  font-size: 1.75rem;  
}
.sidebarright ul,
.sidebarleft ul {
  list-style: none;
  padding: 0;
}
.sidebarright ul li,
.sidebarleft ul li {
  border-bottom: solid 1px var(--dark-grey);
  box-shadow: 0px 2px 0px #ffffff;
  margin-bottom: 0.5rem;
  padding: 0 0 5px 0;
  font-weight: bold;
  break-inside: avoid;
}
.sidebarright.toggle ul li,
.sidebarleft.toggle ul li {
  border-bottom: none;
  box-shadow: none;
}
.sidebarright ul li a,
.sidebarleft ul li a {
  font-size: 0.9rem;
  color: var(--dark-grey);
  display: block;
  font-weight: normal;
  padding: 3px 0 5px 5px;
}
.sidebarright ul li a:hover,
.sidebarleft ul li a:hover {
  text-decoration: underline;
}
.anchor, 
.anchor.two-cols-sm {
  position: relative;
}
.mod-cat-target {
  position: absolute;
  top: -140px;
  left: 1rem;
}
.group-toggle, .year-items {
  list-style: none;
  padding-left: 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: 8px; 
}
.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(--medium-grey);
  margin-bottom: 0.5rem;
}
button.toggle-form.form-opened {
  margin-bottom: 0.25rem;
}
.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;
}
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;
}
.footer {
  color: #fff;
  text-align: center;
}
.footer a {
  color: #fff;
}
.footer-bg {
  background-color: var(--lighter-grey);
}
.footer-wrapper {
  margin: 0 auto;
  padding: 16px 16px;
  color: #000;
}
.top-link {
  animation-duration: 0.2s;
  background: var(--dark-grey);
  border: none;
  bottom: 0;
  color: white;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  height: 60px;
  margin: 0;
  padding: 4px 0;
  position: fixed;
  right: 16px;
  text-align: center;
  visibility: visible;
  width: 50px;
  z-index: 9999;
}
.top-link:hover {
  padding-top: 0;
}
.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;
}
.hide {
  display: none;
}
.mod-preview-info {
  z-index: 999;
}
.two-cols {
  columns: 2 375px;
  column-gap: 16px;
}
tr.spacer-row {
  height: 1.25rem;
}
.works-section {
  font-weight: bold;
  font-size: 1.25rem;
  text-decoration: underline;
}
#works-list-table td {
  display: block;
  padding: 0.25rem 0.5rem;
  width: 100%;
}
#works-list-table td:empty {
  display: none;
}
.works-list-title-row {
  background-color: var(--light-grey);
}
.works-list-title {
  color: var(--dark-grey);
  font-weight: bold;
}
#works-list-table .description {
  font-style: italic;
}
.editor-cat-list {
  text-align: left;
}
.editor-cat-list #adminForm {
  padding: 0 0 16px;
}
.editor-cat-list table {
  margin-top: 16px;
}
.editor-cat-list tbody tr {
  background-color: var(--lightest-grey);
}
.editor-cat-list .table-bordered thead th,
.editor-cat-list tbody th,
.editor-cat-list tbody td {
  border: 1px solid var(--light-grey);
  padding: 8px 4px;
}
.editor-cat-list .table-bordered thead th {
  border-bottom-width: 2px;
  text-align: left;
}
.editor-cat-list tbody tr:nth-child(2n) {
  background-color: #fff;
}
.editor-cat-list .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(216,216,219,.25);
}
#editor-xtd-buttons > a {
  border: 1px solid var(--medium-grey);
  background-color: var(--lightest-grey);
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  padding: 4px 12px;
}
.editor-tips.toggle-btn.image-prep[aria-expanded="false"]:after {
  position: relative;
  content: "Read article...";
}
.editor-tips.toggle-btn.image-prep[aria-expanded="true"]:after {
  position: relative;
  content: "Close article";
}
.tips-button {
    color: var(--theme-dark);
    border: none;
    padding: 0;
    background: none;
    font-size: 1.5rem;
    margin-bottom: 16px;
}
.tips-button ~ .tips {
  display: none;
}
.tips-button.form-opened ~ .tips {
  display: block;
  margin-bottom: 16px;
}
.editor th {
  text-align: left;
}
.editor tr:nth-child(even),
.editor thead {
  background-color: var(--theme-light);
}
.editor thead > tr > th {
  padding: 8px 0;
}
.editor tr > th:first-child,
.editor tr > td:first-child {
  padding-left: 16px;
}
.edit.item-page #adminForm {
    border-bottom: 2px solid var(--theme-dark);
    padding: 0;
}
.edit.item-page #adminForm .btn.btn-success,
.edit.item-page #adminForm .btn.btn-danger,
.edit.item-page #adminForm .controls input,
a.btn.btn-outline-secondary.wf-media-upload-button {
  margin: 0;
  border-radius: 0;
  border: 1px solid var(--medium-grey);
}
#editor,
#images,
#publishing,
#metadata {
  margin-bottom: 16px;
}
fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
}
.field-media-wrapper {
    display: block;
    width: 100%;
}
.field-media-wrapper .field-media-preview {
    max-width: none;
    width: 100%;
}
#images .control-group {
  margin-top: 16px;
}
.controls {
  max-width: 100%;
}
.control-group {
  margin-bottom: 16px;
}
#adminForm .input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
#adminForm .form-control {
  -webkit-appearance: none;
  appearance: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  color: #22262a;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: .6rem 1rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  width: 100%;
  background-color: #fff;
  max-width: 100%;
  box-sizing: border-box;
}
.valid {
    border-color: var(--theme-medium);
}
joomla-field-media .field-media-input {
    border-top-left-radius: 0;
}
#adminForm .input-group>.custom-select, 
#adminForm .input-group>.form-control, 
#adminForm .input-group>.form-select {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  width: 1%;
}
#adminForm .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4), #adminForm .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), 
#adminForm .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
#adminForm .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#adminForm .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
#adminForm .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
a.btn.btn-outline-secondary.wf-media-upload-button {
  padding: .6rem 1rem;
}
.mb2 > .btn.btn-success, 
.mb2 > .btn.btn-danger, 
.mb2 > .btn.btn-primary, 
.mb2 > .btn.btn-secondary {
  padding: 9.6px 16px;
  margin-bottom: 16px;
}
.wf-editor-container, .wf-editor-container * {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: top;
  background: 0 0;
  text-decoration: none;
  color: #444;
  font-size: 13px;
  text-shadow: none;
  float: none;
  position: static;
  width: auto;
  height: auto;
  white-space: nowrap;
  cursor: inherit;
  -webkit-tap-highlight-color: transparent;
  line-height: normal;
  font-weight: 400;
  text-align: left;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  direction: ltr;
  max-width: none;
}
/* EDITOR BUTTONS */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
#adminForm  {
  border-bottom: 2px solid var(--theme-dark);
  padding: 0 16px 28px;
}
#adminForm .btn-toolbar {
  margin-top: 12px;
  margin-bottom: 16px;
}
#adminForm .btn {
  display: inline-block;
}
#adminForm .editor-xtd-buttons {
  margin-top: 16px;
}
#adminForm .editor-xtd-buttons .btn {
  margin-bottom: 5px;
}
#adminForm .btn.btn-success,
#adminForm .btn.btn-danger,
#adminForm .btn.btn-primary,
#adminForm .btn.btn-secondary {
  color: #353b41;
  background-color: var(--lighter-grey);
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 8px 16px;
  font-size: 1rem;
  border: 1px solid transparent;
  border-color: var(--lighter-grey);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-right: 8px;
}
#adminForm .btn.btn-primary:hover {
  background-color: var(--light-grey);
  color: var(--dark-grey);
}
#adminForm .btn.btn-success,
#adminForm .btn-check:focus + .btn-success, 
#adminForm .btn-success:focus,
#adminForm .btn-success:hover {
  background-color: #3a6f3a;
  color: #fff;
  margin-right: 16px;
  border: 1px solid transparent;
}
#adminForm .btn.btn-secondary {
  background-color: #fff;
  color: var(--theme-dark);
  margin-left: 8px;
}
#adminForm .btn.btn-secondary:focus,
#adminForm .btn.btn-secondary:hover {
  color: var(--dark-grey);
  background-color: var(--light-grey);
}
#adminForm .btn.btn-danger {
  background-color: var(--danger);
  color: #fff;
}
#adminForm .btn.btn-danger:hover {
  background-color: #fff;
  color: var(--danger);
}
.editor-cat-list #adminForm .btn.btn-primary {
  background-color: var(--darker-grey);
  color: #fff;
}
#adminForm .icon-vcard::before {
  content: "\f2bb";
}
#adminForm button[title='Convert Forms'],
#adminForm button[title='Menu'],
#adminForm button[title='Contact'],
#adminForm button[title='Article'],
#adminForm button[title='Field'],
#adminForm button[title='Media']{
  display: none;
}
#adminForm button.choices__button_joomla {
  margin-left: 16px;
}
#adminForm caption.sr-only {
 display: none;
}
#adminForm .btn-close.novalidate {
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  padding: 4px;
  color: #000;
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
  border: 0;
  border-radius: 4px;
  opacity: .5;
}
/* for Articles Anywhere dialog */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 8px;
  pointer-events: none;
}
.modal-dialog {
  max-width: 500px;
  margin: 28px auto;
}
.modal-dialog.jviewport-width80 {
  width: 80vw;
  max-width: none;
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 5px;
  outline: 0;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #dfe3e7;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
.modal-header {
  padding: 0 15px;
}
.modal-title {
  font-weight: var(--cassiopeia-font-weight-normal,400);
  line-height: 3rem;
  margin-bottom: 0;
}
.modal-header .btn-close {
  padding: 8px;
  margin: -8px -.8px -.8px auto;
}
.jviewport-height70 {
  height: 70vh;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 16px;
}
.modal iframe {
  width: 100%;
}
[class*="jviewport-height"] iframe {
  height: 100%;
}
iframe {
  border: 0;
}
ul.fields-container {
  padding: 0;
  list-style: none;
}
ul.fields-container .acf-responsive-embed {
  margin: 0 0 16px;
}
.fields-container span.video-title {
  font-size: 0.95rem;
  font-weight: bold;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 12px;
  border-top: 1px solid #dfe3e7;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}
.modal .fade {
  transition: opacity .15s linear;
}
#adminForm .choices[data-type*="select-one"] .choices__button_joomla {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px;
  margin-right: 50px;
  border-radius: 10em;
  opacity: 1;
}
#adminForm .choices__item--selectable {
  cursor: pointer;
}
#adminForm .choices__list--single .choices__item {
  width: 100%;
}
#adminForm .choices[data-type*="select-one"] .choices__item {
  display: flex;
  justify-content: space-between;
}
#adminForm .choices__button_joomla::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  text-align: center;
  text-indent: 0;
  content: "×";
}
#adminForm .choices__button_joomla {
  text-indent: -9999px;
  background: none;
  border: 0;
  appearance: 0;
}
.modal .btn-primary:not([href]),
.modal .btn-primary:not([href]):hover,
.modal .btn-success:not([href]),
.modal .btn-success:not([href]):hover {
  color: #fff;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: "General";
  font-weight: 900;
}
[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;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* ***** MAX WIDTH 300px ***** */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 0.85rem;
    color: #fff;
  }
}
/* ***** MAX WIDTH 449.999999px ***** */
@media only screen and (max-width: 449.999999px){
  .fixed-header,
  .fixed-header-inner-one,
  .top-spacer {
    height: 100px;
  }  
}
/* ***** MIN WIDTH 450px ***** */
@media only screen and (min-width: 450px){
  .no-logo {
    display: none;
  }
 .pageh1textouter {
   margin: 8px 0 0;
  }
  .pageh1textouter h1 {
    font-size: 1.75rem;
/*    margin: 1rem 2rem 0.5rem;*/
    top: 0.5rem;
  }
}
/* ***** MIN WIDTH 576px ***** */
@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;
  }
  .logo-text-1 {
    font-size: 1.25rem;
  }
  .center.item-image {
    margin-top: 0;
  }
  .fixed-header,
  .banner {
    max-width: 767.999999px;
  }
  .topheader {
    width: 100%;
    padding-right: 0;
  }
  h2.site-title a {
    font-size: 1.4rem;
  }
  h3.site-title {
    font-size: 1rem;
  }
  .pageh1text {
    bottom: 6px;
  }
 .pageh1textouter {
   box-shadow: 0 4px 0 0 white inset, 0 5px 0 0 var(--lighter-grey) inset, 0 10px 0 0 white inset, 0 11px 0 0 var(--lighter-grey) inset, 0 15px 0 0 white inset, 0 16px 0 0 var(--lighter-grey) inset, 0 20px 0 0 white inset, 0 21px 0 0 var(--lighter-grey) inset;
   margin: 8px 0 0;
  }
  .pageh1textouter h1 {
    padding: 0 1rem 0;
    margin: 0.25rem 2rem;
    font-size: 2rem;
    top: 0;
  }
  .mod-cat-target {
    position: absolute;
    top: -160px;
    left: 1rem;
  }
  .works-section {
    font-weight: bold;
    font-size: 1.25rem;
    text-decoration: underline;
  }
  #works-list-table td {
    display: table-cell;
    width: auto;
  }
  #works-list-table td.time {
    width: 10%;
  }
  #works-list-table td.works-list-title {
    width: 40%;
  }
  #works-list-table td.musicians {
    width: 50%;
  }
  #works-list-table td:empty {
    display: table-cell;
  }
  .mod-cat-target {
    position: absolute;
    top: -160px;
    left: 1rem;
  }
}
/* ***** MIN WIDTH 768px ***** */
@media only screen and (min-width: 768px){
  .container {
    max-width: 991.999999px;
  }
  .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-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,
  .banner {
    height: auto;
    max-width: 991.999999px;
  }
  .topheader {
    margin-left: 0;
  }
  .banner {
    margin: 5.5rem auto 0;
    text-align: center;
  }
  .fixed-header-inner-one,
  .topheader {
    margin-top: 0;
    height: 5.5rem;
  }
  .top-image-home,
  .top-image-home img {
    height: 363px;
  }
  .d-md-block .logo-2 {
    display: none;
  }
  .search {
    padding-left: 0;
    margin: 0;
    height: 24px;
    position: relative;
    top: 0;
  }
  .search .mod-finder {
  float: right;
  }
  .site-header {
    padding-right: 16px;
  }
  .topheader .header-social {
    text-align: right;
    padding-left: 0;
    padding-top: 0;
    width: 100%;
    margin-top: 8px;
  }
  h2.site-title a {
    font-size: 2rem;
  }
  h3.site-title {
    font-size: 1.4rem;
  }
  .top-spacer {
    height: 96px;
  }
  .pageh1text {
    bottom: 4px;
  }  
  .pageh1textouter h1 {
    padding: 0 1rem 0;
    font-size: 2.2rem;
    margin: 0 2rem;
  }
  .mod-cat-target {
    position: absolute;
    top: -240px;
    left: 1rem;
  }
  .shadowwrapper {
    border-bottom: none;
    min-height: 700px;
    margin: 0 auto;
  }
  .featuretop,
  .featurebottom {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
  .featuretop>.wrapper,
  .featurebottom>.wrapper {
    flex: 1;
  }
  .contentboth {
    margin-left: 16px;
    margin-right: 16px;
  }
  .contentleft {
    margin-left: 16px;
  }
  .contentright {
    margin-right: 16px;
  }
  .childonly .contentright {
    margin-right: 0;
  }
  .item-page.childonly {
    padding-right: 16px;
  }
  .rightsidebar,
  .leftsidebar {
    margin: 0;
    padding: 0;
    background-color: var(--theme-lightest);
    border-top: 1px solid var(--dark-grey);
  }
  .sidebarright,
  .sidebarleft {
    padding-top: 8px;
  }
  .mod-cat-target {
    position: absolute;
    top: -240px;
    left: 1rem;
  }
   .col-md:last-child.contentleft {
    padding-right: 0;
  }
  .footer-menu-row {
    columns: 3;
  }
}
/* ***** MAX WIDTH 991.999999px ***** */
@media only screen and (max-width: 991.999999px){
  .search .js-finder-search-query.form-control {
    max-width: 118px;
  }
}
/* ***** MIN WIDTH 992px ***** */
@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, 
  .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;
  }
  .sidenav,
  .sidenav-opened,
  .closenavbtn {
    display: none;
    width: 0;
  }
  .main-menu {
    background-color: transparent;
    padding: 0;
  }
  .mm img {
    position: relative;
    top: 10%;
  }
  .mm span.div-line {
    display: none;
  }
  .mm .menucontent.menu-a {
    position: relative;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .mm .menucontent.menu-a,
  .mm .menucontent.menu-b {
    flex-direction: row;
  }
  .mm .menucontent.menu-b.e-menu {
    flex-direction: column;
  }
  .mm div [class^="ul level"] {
    background-color: #fff;
    margin-bottom: 0;
    padding: 0;
  }
  .mm div.ul.level-1 {
    position: absolute;
    top: 100%;
    left: 12px;
    margin-top: 0;
    box-shadow: 0 2px 5px #acaaaa;
    padding: 0 8px 8px;
  }
  .mm div.ul.level-2 {
    padding-left: 12px;
  }
  .mm [type="button"] {
    white-space: nowrap;
  }
  .mm .li {
    border-top: none;
  }
  .mm .menu-a > .li:first-child,
  .mm .menu-a > .li:nth-child(2) {
    display: none;
    width: 0;
  }
  .mm div.ul li:not(.top-level):last-child {
    padding-bottom: 8px;
  }
  .mm .li.top-level {
    display: flex;
    align-items: center;
    white-space: normal;
    padding: 0 14px 0;
  }
  .mm .li.top-level:last-child > div.ul {
    float: right;
  }
  .mm .li.top-level > a {
    margin: auto;
    padding: 0;
  }
  .mm .li.top-level.active > a {
    font-weight: normal;
    text-decoration: underline;
  }
  .mm .li.top-level > span {
    padding: 9px 0 7px;
  }
  .mm .li.top-level.single.parent > a {
    padding: 8px 0 0 0;
  }
  .mm .li.top-level.single-heading {
    padding-right: 0;
  }
  .mm .li.top-level.single-heading .h-open-icon {
    padding-left: 8px;
    top: 0px;
  }
  .mm li:not(.top-level) {
    padding: 8px 16px;
  }
  .mm .li.separator-line {
    position: relative;
    min-height: unset;
    height: 1rem;
    display: inline-block;
    width: 100%;
    padding: 0 16px;
  }
  .mm .li.separator-line button {
    display: none;
  }
  .mm .li.separator-line a,
  .mm .li.separator-line span {
    display: none;
  }
  .mm .li.separator-line::after {
    position: absolute;
    height: 0;
    top: 60%;
    width: calc(100% - 2rem);
    border-top: 1px solid var(--medium-grey);
    border-bottom: 1px solid var(--light-grey);
    margin: 0 0;
    content: "";
  }
  .mm .li span.christmas-red,
  .mm .li span.christmas-red::after {
    color: red;
  }
  .mm .li a:hover + [type="button"]::after,
  .mm .li [type="button"]:hover::after,
  .mm .li a:hover {
    color: var(--theme-dark);
    transition: none;
  }
  .mm .li.top-level > a + [type="button"]::after,
  .mm .li.top-level > [type="button"]::after,
  .mm .li.top-level > [type="button"] span,
  .mm .li.top-level > a {
    color: var(--dark-grey);
    transition: none;
  }
  .mm .li.top-level.active > [type="button"] span.h-open-icon,
  .mm [type="button"].opened,
  .mm .li.top-level > a:hover + [type="button"]::after,
  .mm .li.top-level > [type="button"]:hover::after,
  .mm .li.top-level > [type="button"]:hover span,
  .mm .li.top-level > a:hover,
  .mm .li.current > a,
  .mm .li.top-level.active > a {
    color: var(--theme-contrast);
    transition: none;
    text-decoration: none;
    font-weight: normal;
  }
  .mm .li:not(.top-level).current > a,
  .mm .li:not(.top-level).active > a {
  font-weight: bold;
  }
  .mm .menucontent > li:last-child {
    border-bottom: none;
  }
  .mm .li .h-open-icon {
    display: inline;
    font-size: 0.85rem;
    padding: 0 0 0 8px;
  }
  .mm .li.top-level > span.h-open-icon,
  .mm .li[class^="btn-level"] span.h-open-icon {
    display: inline;
    font-size: 16px;
    padding-left: 16px;
  }
  .mm .li div.ul .li button[class^="btn-level"] > .h-open-icon {
    padding-bottom: 12px;
  }
  .mm .li.top-level > button > span.h-open-icon {
    color: var(--dark-grey);
  }
  .mm .li .linked .h-open-icon,
  .mm .li.top-level .linked > button > span.h-open-icon {
    top: 0;
    padding-bottom: 0;
  }
  .mm .li.top-level .h-open-icon {
    top: -1px;
    font-size: 1.3rem;
  }
  .mm .li .v-open-icon {
    display: none;
  }
  .mm .li:not(.top-level) button {
    padding-left: 8px;
  }
  .mm .li:not(.top-level) a {
    color: var(--theme-medium);
  }
  .mm .li.top-level.item-679 > [type="button"] span,
  .mm .li.top-level.item-140 > a,
  .mm .li.top-level.item-679 > [type="button"] span.h-open-icon {
    color: var(--danger);
    font-weight: bold;
  }
  .fixed-header,
  .banner {
    max-width: 1199.999999px;
  }
  .fixed-header-inner-one {
    border-bottom: none;
  }
  .burger-outer {
    padding: 0;
  }
  .site-title a {
    font-size: larger;
  }
  .rightsidebar {
    border-left: 1px solid var(--dark-grey);
    border-top: none;
    padding: 0 0 0 16px;
  }
  .leftsidebar {
    border-right: 1px solid var(--dark-grey);
    border-top: none;
    padding: 0 16px 0 0;
  }
  .footer [class^="col-"]:first-child,
  [class^="col-"].md-menu-outer:first-child {
    padding-left: 0;
  }
  .footer [class^="col-"]:last-child {
    padding-right: 0;
  }
/* MENU   =================================== */
  .footer [class^="col-"]:first-child,
  [class^="col-"].md-menu-outer:first-child {
    padding-left: 0;
  }
  .footer [class^="col-"]:last-child {
    padding-right: 0;
  }
  .search {
    top: -15px;
  }
  .topheader .mod-custom {
    width: 100%;
  }
  .banner {
    margin: 115px auto 0;
    text-align: center;
    background-color: #000;
  }
  .fixed-header-inner-one,
  .topheader {
    margin-top: 0;
    height: 7.25rem;
  }
  .topheader {
    padding-top: 16px;
  }
  .top-spacer {
    height: 144px;
  }
  .contentright {
    padding-right: 16px;
  }
  .child .contentright,
  .childonly .contentright {
    padding-right: 0;
  }
  .image-left .blog-item .item-image,
  .image-right .blog-item .item-image {
    flex: 1 0 40%;
  }
  .stephen {
    position: relative;
    margin-right: -50px;
    transform: translate(-75px,0px);
    box-shadow: 5px 5px 10px 1px var(--lighter-grey);
  }
}
/* ***** MIN WIDTH 1200px ***** */
@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;
  }
  .fixed-header,
  .banner {
    max-width: none;
  }
  .banner > .mod-custom {
    max-width: 1920px;
  }
  .mainmenu-row {
    width: 80%;
    max-width: 1100px;
    padding: 0;
  }
  .row.mainmenu-row {
    margin-left: auto;
    margin-right: auto;
  }
  .menu-a {
    width: 80%;
    max-width: 1100px;
    padding: 0;
  }
  .mm .li a,
  .mm .li span {
    font-size: 1rem;
  }
  .mm .li.top-level {
    display: flex;
    align-items: center;
    white-space: normal;
  }
  .mm .li.top-level:last-child {
    padding: 0 0 0 12px;
  }
  .mm .li > [type="button"] {
   padding: 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;
  }
  .mm .li.top-level.single-heading .h-open-icon {
    top: 1px;
  }
  .md-menu-outer {
    height: 2.75rem;
  }
  .mainmenu-row {
    width: 80%;
    max-width: 1100px;
    padding: 0;
  }
  .row.mainmenu-row {
    margin-left: auto;
    margin-right: auto;
  }
  .col-xs.topheader {
    padding-right: 0;
  }
  .topheader .mod-custom {
    margin-top: 0;
  }
  .shadowwrapper {
    width: 80%;
    max-width: 1100px;
  }
  .footer-wrapper {
    padding: 16px 0 0;
    width: 80%;
    max-width: 1300px;
  }
  .bottom {
    padding: 0 0 16px;
  }
  .top-image-home,
  .top-image-home img {
    height: 484px;
  }
}
/* ***** MIN WIDTH 1400px ***** */
/* testing */

@media only screen and (min-width: 1200px) {

}
/*#adminForm button.btn.btn-secondary:first-child,
#adminForm button.btn.btn-secondary:nth-child(2) {
  display: none;

}*/
#adminForm .editor-xtd-buttons {
  display: none;
}