/* FIX HORIZONTAL SCROLL */
body { width:100%; overflow-x: hidden; }

.site-notice {   color: #fff;   padding: 1rem;   background-color: #106453;   display: block;   border: none;   border-radius: 0;   font-size: 1em;   margin-bottom: 40px;   text-align: center; }
.site-notice a {   color: #fff;   text-decoration: underline;   font-weight: 500; }
.site-notice a:hover, .site-notice a:focus {   color: #a0f5ea;   text-decoration: none;   outline: none; }

#tinymce { background-color: #fff; }
.ui-widget-overlay {     background-color: #fff;     }
body {font-family: "Inter", sans-serif; background-color: #fff; color:#000;}
header .container { background-color: transparent; }
header.top-header  {background-color: #fff; padding-bottom: 30px;}
   @media screen and (max-width: 600px) { header.top-header   { padding-bottom: 0px;}}

.navbar { padding: 0 0 25px 0; margin: 0;} 
.navbar>.container-fluid { padding: 0; } 
a.navbar-brand {     margin-left: -12px; }
.navbar a, .navbar a:visited {  font-weight: 600;     font-size: 1em;     letter-spacing: .02em; border-bottom: 4px solid #fff; }
.navbar a:hover, .navbar a:active { color:#106453; border-bottom: 4px solid #106453; }


/*new mobile menu */
.fa-solid.fa-bars { color:#fff; font-weight: 600;  font-size: 1.5rem;  }
.navbar-toggler { padding: 10px; margin-bottom: 15px; background-color:#106453; border: none; border-radius: 0; }
.navbar-toggler:hover { color:#fff; background-color: #000; }


.menu a {    padding: 8px 0 0 0;    margin: 0 25px 10px 0;} 
.primary-menu .menu, .primary-menu .menu a {    margin-left: 0px;      }
.primary-menu  { border-bottom: 1px solid #000;}
.primary-menu, .small-hidden-menu ul li, .menu li li a  
{ background-image: none;  margin-left: 0px; margin-right: 0px; background-color: #fff; border-bottom: 4px solid #fff;}
    .primary-menu a, .primary-menu a:visited { color:#fff;  font-weight:600; font-size: 1.15em; letter-spacing: .02em;}
   .menu a:hover, .menu a.active { color:#106453; border-bottom: 4px solid #106453; }

.secondary-menu .menu, .secondary-menu .menu a { margin-left: 0px;  }
.secondary-menu { border-bottom: 1px solid #000;}
.secondary-menu,   .secondary-menu-item  { color:#5b5a5a;   background-color: #fff; margin-right: 2px;}
    .secondary-menu a, .secondary-menu a:visited { color:#5b5a5a;  font-weight:600; font-size: 1.15em; letter-spacing: .02em;     }
    .secondary-menu a:hover, .secondary-menu-item a:hover { color:#fff; background-color:#106453; }
    .secondary-menu a.active, .secondary-menu-item a.active { color:#fff; background-color:#106453; }

/* child menus */
.menu li li {  float: none; font-size: medium;}
.primary-menu-item ul {  position: absolute;  z-index: 999; }
.primary-menu-item ul li a { color: #000; background-color: #bbcbbe }
.primary-menu-item ul li a:hover, .primary-menu-item ul li a:active { background-color: #146940; }
.menu li > a:after { font-family: "Font Awesome 6 Pro";  }

.menu li > a:only-child:after { content: ''; }

/*mobile menu */
.fa-bars.icon-list { font-size: 2rem; }

.open-menu.xs-opener{ color: #fff;   background-color:#5c5858; }
.open-menu.xs-opener:hover  { color: #35a8f1;   background-color:#000; }
.small-hidden-menu .xs-opener { border: none;  margin-top: 30px; margin-right: 20px; padding: 13px 15px;    }
.small-hidden-menu .menu { background-color: rgba(255,255,255,0.75);  padding-left: 0px; }
.small-hidden-menu  li { line-height: 1em; }

#search {  width: 99%;     margin-top: 20px;     margin-bottom: 0px; float: right;     max-width: 350px;}
#search fieldset { min-height: 20px;     margin-bottom: 0px;     background-color: transparent; border: #4e4d4d 1px solid;     border-radius: 20px; padding: 5px 0px;}
#search-text { font-size: 1rem; width: 85%; }
#search input.form-control { border: none; background-color: transparent; border-radius: 0px; box-shadow: none; padding-left: 12px; padding-top:4px; color: #000; }
#search-btn { background-color:transparent; border: none; color: #4e4d4d; padding-top: 5px; margin-right: 5px;}
#search-btn:hover { color: #c6311d;}
.far.fa-search    { font-size: 1.2rem; }

#main-content {background-color: #fff;     background-image: none;  }
#middle-panel { margin-bottom: 30px;    margin-top: 60px;     padding: 0px; }
   @media screen and (max-width: 600px) { #middle-panel  { margin-bottom: 10px; padding-left: 15px;}}
#right-panel  {  margin-bottom: 30px; }
   @media screen and (max-width: 600px) { #right-panel  {  margin-top: 10px; }}
#content-top { width:100%; }
  @media screen and (max-width: 600px) { #content-top { padding-right: 25px;   padding-left: 25px; }}
#content-extra img, #content-bottom img { width:100%; }

#members-but { display: inline;     float: right;     margin-top: 15px;  margin-bottom: 0;     margin-right: 10px;}
   @media screen and (max-width: 600px) { #members-but {  float: left;}}
#members-but a {  font-size: 1em;  font-weight: 700;     line-height: 1.3;   text-align: center;   margin-bottom: 0.4em; display: inline;   }
   @media screen and (max-width: 600px) { #middle-panel  { margin-bottom: 10px; padding-left: 15px;}}

p { color: #000;  line-height: 1.6;     font-size: 1.3rem;     letter-spacing: 0.01em !important;     word-spacing: 0.03em !important;     margin-bottom: 1.6em; }
ul li, ol li  { line-height: 1.6; margin-bottom: 0.7em; font-size: 1.35rem; letter-spacing: 0.01em !important;
    word-spacing: 0.03em !important; }
.intro { font-size: 1.6em; margin-top: 1em; margin-bottom: 1.6em; font-weight:700; }
.box ol, .box ul { margin: 6px 10px 0 10px; padding-left: 20px; }

h1 { font-size:2.9em; color:#000000; font-weight:800;     padding-top: 0.5em; margin-bottom:0.233em; line-height: 1.4;}
h1 a, h1 a:visited { color:#000000;  text-decoration:none; }
h2 { font-size:2.3em; color:#000; font-weight:700; padding-top:0.5em; margin-bottom:0.8em;  line-height: 1.4;}
h2 a, h2 a:visited { color:#000;  text-decoration:none;}
h3 { font-size:1.9em; color:#106453; font-weight:700;     padding-top: 0.5em; margin-bottom:0.8em; line-height: 1.4;}
h3 a, h3 a:visited { color:#106453;  text-decoration:none;}
h4 { font-size:1.7em; color:#04425b; font-weight:700;     padding-top: 0.3em; margin-bottom:0.8em; line-height: 1.4;}
h4 a, h4 a:visited { color:#04425b;  text-decoration:none;}
h5 { font-size:1.6em; color: #454545; font-weight:600;     padding-top: 0.3em; margin-bottom:0.6em; line-height: 1.4;}
h5 a, h5 a:visited { color: #454545;  text-decoration:none;}
h6 { font-size:1.4em; color:#04425b; font-weight:700;     padding-top: 0.3em; margin-bottom:0.6em; line-height: 1.4;}
h6 a, h6 a:visited { color:#04425b;  text-decoration:none;}

p a:hover, h3 a:hover { color:#0147B4; }

.top-header a img { padding-top: 0px;   width: 400px; }
.top-header a img:hover { opacity: 1; }
a img:hover { opacity: 0.7; filter: alpha(opacity=70); } 

a { color: #0147B4; }
legend { font-size:1.2em; color: #106453; background-color:transparent;}
label { font-size: 1.2em;     font-weight: 500; }
dt label { color: #383838; font-weight:600; }
.small { font-size: 1em; line-height: 1.4;}
.highlight { color:#F00; }
strong {color: inherit;}
a strong, a strong:visited { color: #428bca; }
a strong:hover { color: #0a8de9; }

/* specifically for Accessibility */
.icon-asterisk.fa.fa-asterisk.red { color: #01538A; font-size:80%; font-weight:900;  }   
.textsize { display: none; }

a p {     color: #0147B4;     text-decoration: underline; }

/*Index listings*/
.pagination-form { margin-top: 0px; }
.content-header { margin-bottom: 10px; }
.broadcast-module-name { margin-top: 0px; }
p.article-text a { color: #000; }
p.article-text a:hover { color: #0c62b9;}
article a { text-decoration:none; }
article a p { line-height: 1.7; font-size: 1.3rem; color: #000;     text-decoration: none;}
    article a p:hover {  color: #0147B4;     text-decoration: underline;}
.signature-image {     margin-top: 5px; width:100px; border: none;}
.read-more:hover { color:#007bff; }
img.bordered {    border: 1px solid #ccc9c9; }
a.btn.broadcast-ignore { width: inherit;}
#modules-holder ol { margin-left: 5px;}
.broadcast-module-name { margin-top: 0px; }

.unimod-header {     display: none; }
h1.unimodule-page-name  { margin-bottom: 1em; } 
h3.unimodule-page-name {font-size: 2.5em; }

/* CLASSES */
.button { color: #fff; font-size:1em;border: 2px solid #04425b; padding: 5px 10px;  background-color: #04425b; width: 100%; display:block; text-align: center; line-height: 2em; text-decoration:none; border-radius: 10px; margin-bottom: 20px; font-weight: 500;}
a .button,  .button a { color: #fff; font-weight: 600; text-decoration:none; font-size: 1.15em; }
.button a:visited, a .button:visited, p a span.button:visited, .button a:visited { color: #fff;  text-decoration: none;}
p a .button, .button a:visited, a .button:visited, p a span.button:visited, .button a:visited { color: #fff; text-decoration: none;  font-weight: 700;  }
.button:hover { background-color:#fff; border: 2px solid #04425b; color: #0362ad;  }
button a:hover, a .button:hover, p a.button:hover, .button:hover a, p.button:hover { background-color:#fff;  color: #0362ad; text-decoration: none;}. 
}

/* Filter bar link style */
.filter-bar p a   { text-decoration:none;}
.fa-solid.fa-eye, .fa-solid.fa-video, .fa-solid.fa-volume-high, .fa-solid.fa-file-word, .fa-solid.fa-clone{ padding-right:10px;}

/* Default filter bar buttons */
.read-link, .watch-link, .listen-link, .all-link, .nzsl-link, .audio-link, .word-link, .pdf-link, .resourse-link, .bold-link {
  font-weight: 500;
  background-color: #D4E0D6;
  color: #000000;
  border: 2px solid #fff;
  text-align: center;
  line-height: 2em;
  width: 100%;
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.bold-link {   background-color: #106453;   color: #fff;   border: 2px solid #81B6A5;   font-weight: 600;   transition: none; }
.bold-link:hover {  border: 2px solid #106453; }

.read-link:hover, .watch-link:hover, .listen-link:hover, .all-link:hover, .nzsl-link:hover, .audio-link:hover, .word-link:hover, .resourse-link:hover, .read-link:active, .watch-link:active, .listen-link:active, .all-link:active, .nzsl-link:active, .audio-link:active, .word-link:active, .pdf-link:active  {
  background-color: #106453;
  color: #ffffff;
  border: 2px solid #106453;
    font-weight: 500;
}

.button-small a, a .button-small  {      color: #000;     font-size: 1em;     padding: 10px 20px;     border-radius: 10px;     background-color: #ffffff;  font-weight: 700;   display: inline;     text-decoration: none;     display: inline; text-decoration: none; }
.button-small a:visited, a .button-small:visited {  text-decoration: none;}
.button-small a:hover, a .button-small:hover, .button-small a strong:hover, p .button-small a strong:hover, p .button-small a:hover   {   color: #fff;   background-color: #c21e58;     text-decoration: none; }

.background-green { color: #fff; padding: 1rem .5rem 0.2rem;  background-color: #106453;  display:block;  border-left: #fff solid 10.5px;
    border-right: #fff solid 10.5px; border-radius: 10px; }
.background-green h1, .background-green h3, .background-green h3, .background-green h4, .background-green h5, .background-green h6, .background-green p { color: #fff; }
.background-green a, .background green a:visited   { color: #fff;  text-decoration:underline;  }
.background-green a:hover  { color:#0392eb; }

.background-blue { color: #fff; background-color: #04425b; display:block;   border-left: #fff solid 10.5px;     border-right: #fff solid 10.5px;  }
.background-blue h1, .background-blue h3, .background-blue h3, .background-blue h4, .background-blue h5, .background-blue h6, .background-blue p { color: #fff; }
.background-blue a, .background a:visited   { text-decoration:underline;  }
.background-blue  a:hover  { color:#0392eb; }

.background { padding: 1.8rem 3rem 0.2rem;  background-color: #D4E0D6;  text-align: center; display:block;   margin: 0; border-radius: 10px;}
.background p a  { text-decoration: none; }
.background a:hover  { color:#0392eb; }



.rule { border-bottom: 2px solid #a8a9a8; padding-bottom: 10px; margin-bottom: 30px;}
.rule a:hover { color:#0392eb; }
.background.rule  { margin-bottom: 0px; }
.caption { line-height:1.4; font-size:0.9em; }
.paddingnone { padding-bottom: 0px; margin-bottom: 0px; margin-top: 0px; padding-top: 0px; }
blockquote {   font-weight:600;   margin: 0.5em 0 1.5em 0;  padding-left: 30px; border-left: 6px solid #a09f9f; }
blockquote p {  color:#555; font-size:1.6em;}

.fill-image { height: 100%; object-fit: cover; background-position: center center;     display: block; }
    @media screen and (max-width: 700px) {.fill-image  { height: 300px;   } }

.home-image { height: 200px; object-fit: cover; background-position: center center; display: block; border-radius: 10px 10px 0 0;}

/* ARTIST */
.background-box-artist { background-color: #d0d9e0;     padding: 30px 60px;     border-radius: 0 0 10px 10px; }
      @media (min-width: 992px) {.background-box-artist { border-radius: 0 10px 10px 0; } }
.artist-image .img-responsive  { background-color: #d0d9e0; height: 100%; object-fit: cover; background-position: center center;     display: block; border-radius: 10px 10px 0 0;  }
      @media (min-width: 992px) {.artist-image .img-responsive { border-radius: 10px 0 0 10px; } }

/* GallerySlideshow */
.carousel-inner {      background-color: #000;     padding-top: 30px; }
.slick-prev.slick-arrow { left: 35px; }

/* Site BUTTONS*/
.btn.green {     border-radius: 10px; }
.btn.green {  color: #fff;  border: 2px solid #106453;  background-color: #106453; }
.btn.green:focus   { box-shadow: 0 0 0 .25rem rgb(5 66 91); }
.btn.green:hover, .btn.green:active { color: #106453;  background-color: #fff; border: 2px solid #106453; }

.btn.blue {  color: #04425b;  border: 2px solid #04425b; background-color: #fff;     border-radius: 20px; }

.sharethis-inline-share-buttons{ padding-bottom: 20px;     padding-top: 10px; }

/* Home Page Banner images and text */
.banner {  position: relative; background-color: #053461;}
.banner-left { padding: 120px 20px 30px 40px;}
   @media screen and (max-width: 1400px) {.banner-left  {  padding: 100px 20px 0px 40px; }}
   @media screen and (max-width: 1200px) {.banner-left  {  padding: 60px 20px 0px 40px; }}
   @media screen and (max-width: 768px) {.banner-left {  padding: 40px 20px 20px 20px; }}
.top-left { position: absolute;  top:10px;  left: 0px; width: 100%; }

.bannertext { font-size:2.7em; color:#fff; font-weight:600;  line-height: 1.2; text-align: center;     margin-bottom: 1em;  }  
   @media screen and (max-width: 1200px) { .bannertext  {  font-size: 2.4em;   }}
   @media screen and (max-width: 573px) { .bannertext  {  font-size: 2.3em; }}

.hmpgbutton { margin: 20px auto; text-align: center;   padding: 10px 20px; border:1px #fff solid; display: inline; background-color: rgb(12 12 12 / 0.1);  font-weight:600;}
.hmpgbutton:hover {  color:#cfda20; border:1px #cfda20 solid; background-color: #000; }
.hmpgbutton a { color:#fff;   font-size: 0.9em; }
.hmpgbutton a:hover    { color:#cfda20; }

/* ACCESSIBLE RESOUCRE FORMATS*/
.resource-link {   text-align: center;   margin-bottom: 2rem; }
 .resource-link a {   display: block;   text-align: center;   text-decoration: none;   color: inherit; }
.resource-image {   display: block;   margin-left: auto;   margin-right: auto;   max-width: 100%;   height: auto; }
.resource-text {   text-align: center;   margin-top: 0.5em;  }

/* CARDS*/
ul.card_list-start { padding-left: 0rem; }
.card { border: none; background-color: transparent;  margin: 0 3% 3% 0;     width: 30%;  }
    @media screen and (max-width: 992px) { .card  { width: 45%; }}
    @media screen and (max-width: 768px) { .card  { width: 90%; }}

.card.card-theme a { text-decoration:none; }
.card .signature-image {     object-fit: cover;     max-height: 18rem; }
    @media screen and (max-width: 1200px) { .card .signature-image  { max-height: 14rem; }}
    @media screen and (max-width: 768px) { .card .signature-image  { max-height: 17rem; }}

.card.card-theme .card-body, .card-body, #middle-panel .card-body { padding: 0.8rem 2rem;      height: 350px; background-color: #fff; border-radius: 0 0 10px 10px; }
    .card.card-theme .card-body:hover, .card-body:hover, #middle-panel .card-body:hover {     background-color: #ecedec; }

h2.card-title { color: #454545; font-size: 1.9em; font-weight: 700; line-height: 1.3; padding-top: 0.3em; margin-bottom: .5rem; }
h2.card-title a, h2.card-title a:visited { color: #454545;  text-decoration:none;}
    h5.card-title a:hover { color:#086084; }

.card.card-theme time { text-align: right; padding-top: 5px;    color: grey; font-size: 0.8rem;     font-weight: 700;}
.unimod-date {
font-size: 0.8rem;
    color: #454545;
    padding: 5px 0;
    margin: 0;
    font-weight: 500;
    line-height: 1;
} 

.card-body a { text-decoration: none; }
.card-theme p.card-text {  line-height: 1.6; margin-bottom: 5px;}
    .card-theme p.card-text:hover { color:#086084; }
p.card-link {  color:#4383c7; line-height: 1; font-weight:600;}
p.card-link:hover {  color:#1b87f9; }

img.signature-image.img-fluid.img-responsive { border-radius: 10px;  object-fit: cover;}

/* BASIC CARDS sig-image-left with heading & text-right*/
.basic-layout .content-header .basic-category {  display: block; } /*add the categories*/
.basic-layout img, .card.mb-3.basic-layout { max-height: 9rem;  width: 100%; } 
.card-body { overflow: hidden;   height: 9rem; } 

/* Event Search -  search words*/
#calForm input.form-control, #filter.form-control {    margin-bottom: 0rem; }
#calForm fieldset {  padding-left: 0px;   margin-bottom: 0px; }
.search-words {     border-bottom: 1px solid #babbbb;     padding-bottom: 10px;     margin-bottom: 50px; }
.search-words .btn {     font-weight: 500;     color: #636466; }
.search-words .btn:hover, .search-words .btn:focus {     color: #059c3c; }
/* for bootstrap 5 only */
.search-words .btn:hover, .search-words .btn:focus {  border: 1px solid #059c3c;   }

/* Event tabs and dropdowns */
#event-details .event-dates .dropdown.active a, #event-details .event-dates .dropdown.active .dropdown-menu .active a, #event-details .event-dates .active a  {     background-color: #fff; }
.dropdown-menu.show {     padding: 5px;     width: 170px; }
ul .dropdown-menu.show li {     line-height: 1.25; }

/*RHP Index listings*/
.box {     border: none; font-size: 1.3em; }
.box ol, .box ul {     margin: 7px 10px 0px 0px;     padding-left: 0px;     font-size: 0.9em;}
.latest-unimodule.box ul li::marker { color:#fff; }
.latest-event.box ul li p {  font-size: 1em; }
.latest-unimodule.box ul li, .latest-event.box ul li p { color:#000; font-weight: 500; line-height: 1.3;  border-bottom: 1px solid #d3cdcd; padding-bottom: 6px; margin-top:6px; }
.latest-unimodule.box ul li a, .latest-event.box ul li p a { color:#000; }
.box ol li a:hover, .box ul li a:hover, .latest-event.box ul li p a:hover {  text-decoration: none;  color: #036d8e; }
.events-siteID {  font-weight: 400; line-height: 1.6; }

/* Unimodule search form */
#uni-Form legend {font-weight: 500; color: #146940;}
#uni-Form input.form-control, #filter.form-control {  color: #171717; border: 2px solid #8d8e8c;     font-size: 16px;}
 
/*Search*/
#broadcast-search.text.form-control {     color: #171717; border: 2px solid #8d8e8c;     font-size: 16px;  }
#fd-content-broadcast .btn.green { padding-left: 10px;     padding-right: 10px; }
#fd-content-broadcast .btn.green, #calForm .btn.green, #unimod-search-btn { background-color: #fff;  color: #146940; }
#fd-content-broadcast .btn.green:focus, #calForm .btn.green:focus, #unimod-search-btn:focus { box-shadow: 0 0 0 .25rem rgb(5 66 91);}
#fd-content-broadcast .btn.green.active, #calForm .btn.green, #unimod-search-btn.active { color: #05c74b; }
button#broadcast-search-btn i.fas.fa-search {     font-size: 23px;     padding-top: 5px; }
#unimod-search-btn {   font-size: 23px;    background-color: #fff;     color: #146940;     float: left; padding-left: 10px;     padding-right: 10px; }

a.red.reset { font-size: 15px; color: #9F329A; }

.bootstrap-modal-btn:hover { color: #428bca; }
.bootstrap-modal-btn:before { color: #084c71; font-family: "Font Awesome 6 Pro", sans-serif; content: "\f055"; margin-right: 5px; font-size: .9em; }

a.btn.broadcast-ignore-site, a.btn.broadcast-ignore {     text-decoration: none; }
button.broadcast-toggle-modal:focus, button.broadcast-toggle-modal:hover {     box-shadow: 0 0 0 .25rem rgb(2 130 182); }
button.btn-close.red:focus   { box-shadow: 0 0 0 .25rem rgb(5 66 91); }

.details-opener.opened h1:before, .details-opener.opened h2:before, .details-opener.opened h3:before, .details-opener.opened h4:before, .details-opener.opened h5:before, .details-opener.opened h6:before, .details-opener.opened p:before { color: #028553; font-family: "Font Awesome 6 Pro"; content: "\f056"; margin-right: 5px;}
.details-opener h1:before, .details-opener h2:before, .details-opener h3:before, .details-opener h4:before, .details-opener h5:before, .details-opener h6:before, .details-opener p:before { color: #095a8c; font-family: "Font Awesome 5 Pro"; content: "\f055"; margin-right: 5px; }
.details-slide.opened    { border-bottom: 2px #5c5858 solid;    margin-bottom: 40px; }
.primary-menu-item ul  {     padding-left: 0rem; }
.small-hidden-menu .details-slide.opened    { border-bottom: 0px #fff solid; }

.rating_text {     float: right;     text-align: right;     font-size: 0.8em;     text-transform: uppercase;     font-weight: 600; }

#totop a.btn  {    font-size: 0.7em; padding: 4px 6px 0px 8px;  font-family: "helvetica neue", helvetica, arial,sans-serif;  text-decoration:none;  }

.textsize { display: none; }

.map-responsive {  overflow:hidden;  padding-bottom:56.25%; position:relative; height:0;  }
.map-responsive iframe {  left:0;  top:0; height:100%; width:100%;  position:absolute;  }
.googlemaps {  overflow:hidden;     padding-bottom:56.25%;     position:relative;     height:0; }
.googlemaps iframe{     left:0;     top:0;     height:100%;     width:100%;     position:absolute; }

.video-responsive { max-width:560px; max-height:315px; border-radius: 10px;}
audio {     border: 6px #D4E0D6 solid;     border-radius: 50px;     width: 100%;     height: 65px; }

/* Images with capitons */
figure.image img.img-responsive, figure.image img.img-fluid {  max-width: 100%; }
figure.image figcaption { padding: 20px 0px; text-align: left; font-style: normal;  font-size: 1.2em; border-bottom: none;  font-weight: 500; color: #04425b; }

/* FORMS*/
.col-form-label {  font-size: 1.35em;     font-weight: 600; }
p.select-group-header {  font-size: 1.3em;   margin: 0.375rem 0px 6px;     color: #166941;     font-weight: 700; }
form label.checkbox { margin-bottom: .5em;     margin-right: 3em; } 
p.help-block {     font-size: 1.2em; }

textarea, textarea .form-control, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .form-check-input[type=checkbox], textarea.form-control, .form-check-input  {
    border: 1px solid #05425b;}

.form-control:focus, .form-check-input:focus { border-color: #05425b; box-shadow: 0 0 0 .25rem rgb(5 66 91); }
label i.fa-question-circle {      padding-right: 5px; }

#input-name,  input[type="text"],  input[type="email"],  input[type="tel"], textarea.form-control {     max-width: 800px; }


/* Creative Spaces Directory Map*/
.scaling-svg .cls-19 {     fill: transparent; }

/* ALERTS */
.event-expired.alert.alert-danger.alert-dismissable p { margin-bottom: 0em; color: #b38899; }
.event-expired.alert.alert-danger.alert-dismissable .far.fa-exclamation-triangle { display:none; } 
.alert-danger {     --bs-alert-color: #842029;     --bs-alert-bg: #dbced3;     --bs-alert-border-color: #dbced3;     border-radius: 0;     padding: 5px; }
.event-expired.alert.alert-danger.alert-dismissable button.close {     border: none;     background-color: #dbced3; float: right;     border: solid #cf95ac 1px;     border-radius: 40px;     color: #cf95ac; }

#footer, #footer .container { background-color: #262525; }
#footer { padding-bottom: 100px; }
#footer p, #footer a { color: #fff;     text-transform: inherit;}
#footer ul {     margin-bottom: 25px;  }
#footer  ul.menu { padding-left: 0px; }
#footer  li.menu { font-weight: 700; }
#footer .menu { font-size: 1.2em;   letter-spacing: 0.09em; }

#footer a.primary-menu-item {  border-bottom: 3px solid #262525; }
#footer a.primary-menu-item:hover, #footer a.primary-menu-item.active { color:#c7d6c9; border-bottom: 3px solid #c7d6c9; }
#footer ul.hover-slider li a.primary-menu-item { color:#000;}
#footer ul.hover-slider li a.primary-menu-item:hover { color:#fff;}
#footer ul.hover-slider li a.primary-menu-item.active { color:#fff;}
#footer .address { font-size:1.4em; padding-left: 10px;}
#footer .address a:hover { color:#c7d6c9;}

#footer a { padding: 10px 13px; }
#footer p.address a {text-decoration: underline; }

.social {margin-top: 20px; margin-bottom: 40px; }
.social a { text-align: center;  color: #000;   font-size: 30px;   height: 80px;  width: 80px; margin-left: 10px;  margin-bottom: 5px;  border-radius: 50%; }
.social a:hover,  .social a:focus { background-color:#fff; color:#000;  }
.social a i { margin-top: 10px;  color: #000;}
.fa { display: inline-block;  font: normal normal normal 12px/1 "Font Awesome 6 Pro";     text-rendering: auto;     -webkit-font-smoothing: antialiased; }
.social a.youtube, .social a.twitter, .social a.facebook, .social a.flickr, .social a.mail, .social a.instagram { background-color: #d4e1de;}
.social a.youtube:hover, .social a.twitter:hover, .social a.facebook:hover,  .social a.flickr:hover, .social a.mail:hover, .social a.instagram:hover  { background-color: #fff; }


@media print {        header, header *, #comment-form-hide-btn, #right-panel    {         display: none !important;     } }


/**  add some space for shared broadcasts in the content-top   **/
.arts-access-bcs-spacer { height:30px; }

/*  pagination   */
.pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:last-child .page-link { }
.page-link {     color: #0b0b0c;     background-color: #fff;     font-weight: 600; border:none;}
.page-link:focus { background-color: #e9e8bd;       border-bottom: solid black 3px;    box-shadow: 0 0 0 .25rem rgb(5 66 91); }
.page-item.active .page-link, .page-link:hover {     color: #0a0909;     background-color: #e9e8bd;     border-bottom: solid black 3px; border-color: none; }
.pagination-sm .page-item:first-child .page-link {     border-top-left-radius: 0rem;     border-bottom-left-radius: 0rem; }
input#pagination-cngr {     border: 1px solid #05425b; }

input[type="number"]  { border: none; }
.pagination-container .chngr-jump, .pagination-form form { font-weight: 600; }