tinymce { background-color: #fff; }
.ui-widget-overlay {     background-color: #fff;     }
body { background-color: #fff; font-family: 'open sans', sans-serif; }
#skiptocontent a {   position: absolute;   left: -9999px; }
#skiptocontent a:focus {   left: 0; }

/* HEADER */
.top-header {   background-color: #1e2021;   padding: 20px 0; }
.top-header .container {   background: transparent; }

/* Logo */
.top-header img {   width: 200px;   padding: 0;   transition: opacity 0.2s ease; }
.top-header img:hover {   opacity: 1; }
a img:hover {   opacity: 0.7; }    /* Global image hover */


.navbar {   padding: 0; }
/* Right align menu */
.navbar-nav.menu {   margin-left: auto; }



/* Menu links */
#navbar-menu-items, #footer nav {   color: #fff;   font-weight: 500; line-height: 2;  text-transform: uppercase;  }
#navbar-menu-items {    margin-top: 40px; }
   @media (max-width: 992px) {   #navbar-menu-items {    margin-top: 0; } }

 .menu a, .menu a:visited { color:#fff; letter-spacing: 0.05em;  text-transform:uppercase; border: 2px solid #1e2021; margin: 0;     padding: 0 10px;}
.menu a:hover, .menu a.active  {   color: #fff;   border: 2px solid #5a5d5e; }


/* Toggler */
.navbar-toggler {   color: #fff;   font-size: 20px;   padding: 10px 15px; margin: 10px 0; background-color: #3a474f;   border: none; border-radius: 0;      display: flex;    align-items: center;     justify-content: center; transition: all 0.3s ease; }

/* Toggler hover */
.navbar-toggler:hover, .navbar-toggler:focus {   color: #fff;   background-color: #000;   outline: 2px solid #fff; }

/* Mobile alignment fix (scoped) */
   @media (max-width: 992px) {   header .text-end {     text-align: left !important;   } }

/* MOBILE MENU */
@media (max-width: 992px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background: #1e2021;
        z-index: 1051;
    }
    .navbar-collapse .navbar-nav {
        align-items: flex-end;
        text-align: right;
        width: 100%;
    }
}

#main-content {  background-color: #fff; background-image: none; }
#middle-panel { padding: 0 30px 0 0; margin-bottom: 30px;    margin-top: 30px;      }
   @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,  #content-extra .img-responsive, #content-bottom .img-responsive { width:100%; }

p, ul li, ol li {   color: #000; font-size: 1.1rem; }
p { line-height: 2.1; margin-bottom: 1.5rem; }
ul li, ol li  { color: inherit; line-height: 1.8; margin-bottom: 0.7em; }
.intro { font-size: 1.3em; margin-top: 1em; margin-bottom: 1em; }
.box ol, .box ul { margin: 6px 10px 0 10px;     padding-left: 20px; }

h1 { font-size:3.5em; color:#636466; font-weight:300; margin-bottom:0.233em; line-height: 1.4;}
h1 a, h1 a:visited { color:#636466; }
h2 { font-size:2.5em; color:#4a728c; font-weight:400; margin-bottom:0.1em; margin-top:0.8em; line-height: 1.4;}
h2 a, h2 a:visited { color:#4a728c; }
h3 { font-size:1.9em; color:#636466; font-weight:700; margin-bottom:0.4em; line-height: 1.4;}
h3 a, h3 a:visited { color:#636466; }
h4 { font-size:1.6em; color:#4a728c; font-weight:600; margin-bottom:0.4em; line-height: 1.4;}
h4 a, h4 a:visited { color:#4a728c; }
h5 { font-size:1.4em; color:#39464e; font-weight:600; margin-bottom:0.4em; line-height: 1.4;}
h5 a, h5 a:visited { color:#39464e; }
h6 { font-size:1.2em; color:#06729a; font-weight:600; margin-bottom:0.4em; margin-top: 0.8em; line-height: 1.4;}
h6 a, h6 a:visited { color:#06729a; }

a { color: #4383c7; text-decoration:none; }
a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  { color: #0381cc; text-decoration: none; }

strong {color: inherit;}
a strong, a strong:visited { color: #428bca; }
a strong:hover, strong a:hover { color: #0a8de9; }

legend { font-size:1.2em; color: #39464e; background-color:transparent; font-weight: 400;}
dt label { color: #39464e; font-weight: 400; font-size:0.9em;}
.small { font-size: 1em; line-height: 1.4;}
.highlight { color:#f00; }

/* CUSTOM CLASSES */
/* CLASSES */
.button {  display:block; background-color: #fff; color:#8a9da8; border: 5px solid #8a9da8; padding: 10px 10px;  font-size: 1.5em;  font-weight: 700; width: 100%; text-align: center;  text-decoration: none;   cursor: pointer;}
.button a  {  color: inherit;  text-decoration: none;    font-weight: inherit; }
.button:hover  { background-color: #8a9da8; border: 5px solid #8a9da8; color: #fff; }
.button:hover a {color: #fff; }

/* Small and secondary buttons inherits .button */
.button.button-small {  display: inline-block; color: #fff;  border: none; padding: 6px 18px; font-size: 0.9em; background-color: #8a9da8; width: auto; }
.button.button-small a {  color: inherit;  text-decoration: none;    font-weight: inherit; }
.button.button-small:hover { background-color: #000; color: #fff;  }
.button.button-small a:hover { color: color: #fff;}

/* Base style for all background boxes */
.background { color: #fff; background-color: #39464e;  text-align: center; padding: 25px 30px;  margin: 1.5em 0 5px 0; }
.background-dark {   background-color: #094f95; color: #fff; }
      .background-dark, .background-dark p,  .background-dark h1, .background-dark h2, .background-dark h3, .background-dark h4, .background-dark h5, .background-dark h6 {   color: #fff; }
       a.background-dark, .background-dark a,  .background-dark h1 a, .background-dark h2 a, .background-dark h3 a, .background-dark h4 a, .background-dark h5 a, .background-dark h6 a  { color: #4383c7; }
      .background.background-dark a:hover { opacity: 0.8; }


.rule { border-bottom: 2px solid #8fa1ac; padding-bottom: 10px; margin-bottom: 30px;}
.rule a, .rule a:visited   { text-decoration:none; }
.rule a:hover { color:#8fa1ac; text-decoration:none;}

.background.rule  { margin-bottom: 0; }
.caption { line-height:1.4; font-size:0.9em; }
.paddingnone { padding-bottom: 0; margin-bottom: 0; margin-top: 0; padding-top: 0; }
blockquote {   font-weight:500;   margin: 0.5em 0 1.5em 0;  padding-left: 30px; border-left: 6px solid #a09f9f; }
blockquote p {  color:#555; font-size:1.6em;}

.video-wrapper { position: relative;  width: 100%;  padding-bottom: 56.25%; /* 16:9 aspect ratio*/
  height: 0;   overflow: hidden;   border-radius: 0px;    }
.video-wrapper iframe {   position: absolute;   top: 0;   left: 0;   width: 100%;   height: 100%;   border: 0; }


/* GallerySlideshow */
.carousel-inner {      background-color: #000;     padding-top: 30px; }
.slick-prev.slick-arrow { left: 35px; }

/* Site BUTTONS*/
.btn.green {  color: #028553;  border: 2px solid #028553;  background-color: #fff; padding: 3px 5px 1px 5px;}
.btn.green:hover, .btn.green:active {background-color: #028553; border: 2px solid #028553; }
.btn.blue {  color: #0381cc;  border: 2px solid #0381cc; background-color: #fff;     border-radius: 20px; }
.modal-header button.close {     border: none;     border-radius: 50px;     background-color: #b3c9e7; }
.modal-footer button.btn.btn-default.btn-primary { background-color: #397bb8;     border-color: #397bb8; }

.sharethis-inline-share-buttons{ padding-bottom: 20px;     padding-top: 10px; }

/* Extra Content banners */
.banner {  position: relative; background-color: #353131;}
.top-left {  position: absolute;  top:10px;  left: 16px; width: 100%; }
.bannerimage img { object-fit: cover;    min-height: 400px; opacity: 0.8;}
   @media screen and (max-width: 992px) { .bannerimage img  {  object-fit: cover; height: 300px; }}
   @media screen and (max-width: 768px) { .bannerimage img  {  object-fit: cover; height: 200px; }}

.bannertextimage {max-width: 600px; padding: 50px 40px 0px 40px;     margin-bottom: 0.2em; }  

.vid-banner  { background-color: #000;   position: relative;    display: flex;    align-items: center;    justify-content: center;    padding: 0;    padding-top: 0; padding-bottom: 0;  color: #fff;   text-decoration: none; height: 100%;    max-height: inherit;    min-height: auto; z-index: 1; }
.vid-bannerimage  { width: 100%; line-height: 0; }
.vid-bannerimage img, .vid-bannerimage video { width: 100%; min-height: 400px;   -o-object-fit: cover;   object-fit: cover; opacity: 1;}
   @media screen and (max-width: 992px) { .vid-bannerimage img, .vid-bannerimage video  {   object-fit: cover; min-height: 350px;  }}
   @media screen and (max-width: 576px) { .vid-bannerimage img, .vid-bannerimage video   { object-fit: cover; min-height: 300px; }}

.bannertext { margin: 0px auto; font-size:2.9em; color:#fff; font-weight:700;  line-height: 1.2;  max-width: 1400px; padding: 140px 200px 0px 200px;     margin-bottom: 0.2em; text-shadow: 0 0rem 0.8rem rgba(0,0,0,.5)!important;}  
   @media screen and (max-width: 1200px) { .bannertext  {  font-size: 2.6rem; padding: 130px 150px 0px 150px;  }}
   @media screen and (max-width: 992px) { .bannertext  { font-size: 2rem; padding: 80px 40px 0px 40px; }}
   @media screen and (max-width: 768px) { .bannertext  { font-size: 1.6rem; padding: 60px 20px 0px 20px; }}

.bannertextsm { margin: 0px auto; font-size:2em; color:#fff; font-weight:700;  line-height: 1.2;  max-width: 1400px; padding: 10px 40px 20px 40px;     margin-bottom: 0.5em; text-shadow: 0 0rem 0.8rem rgba(0,0,0,.5)!important;}
   @media screen and (max-width: 992px) { .bannertextsm  {      font-size: 1.5em;}}
.bannertext a, .bannertextsm a {color:#fff; }

.hmpgbutton { color:#fff; margin: 20px auto; text-align: center; border: none;  padding: 8px 20px; border-radius: 5px;     line-height: 2em; display: inline; background-color: rgb(247 167 99 / 60%);  font-weight:800;}
.hmpgbutton:hover  { background-color: #f98223; color: #fff;}
.hmpgbutton a { color:#fff; padding: 2px 12px; }


/* CARDS*/
.card { border: none; margin: 0 3% 3% 0; background-color: transparent;  width: 22%;  }
  @media screen and (max-width: 1200px) { .card  { width:30%; }}
    @media screen and (max-width: 992px) { .card  { width: 45%; }}
    @media screen and (max-width: 768px) { .card  { width: 70%; padding-bottom: 25px; }}
    @media screen and (max-width: 576px) { .card  { width: 80%; padding-bottom: 25px; }}

.card.card-theme .signature-image, .card .signature-image { object-fit: cover; max-height: 11rem;}
    @media screen and (max-width: 992px) { .card.card-theme .signature-image, .card .signature-image { max-height: 12rem; }}   
.card.card-theme .card-body, .card-body   { padding: 0.3rem 0 0 0;  margin-bottom: 10px;   height: 100px; }
.card.card-theme time { text-align: right; padding-top: 5px;    color: grey; font-size: 0.8rem;     font-weight: 800;}

h5.card-title { font-size: 1.7em; font-weight: 700; line-height: 1.2; margin-bottom: .5rem; }
h5.card-title a {color: #4D4A4A;  }
h5.card-title a:hover { color:#386EA8; }
.card-body a { text-decoration: none; }
.card-theme p.card-text { display:none; font-size: 1.2em;     line-height: 1.5; }
/* .card-theme p.card-text { display:none; } ALSO USED FOR CREATOR ON COLLECTION MODULE*/

.card .cta { color: #4383c7; }
.card .cta:hover { color:#045ee8; text-decoration: underline; }

/* BASIC CARDS sig-image-left with heading & text-right*/
.basic-layout .content-header .basic-category {  display: block; } /*add the categories*/
.basic-layout img { max-height: 10rem;  width: 100%; } 
.card.mb-3.basic-layout { width: 100%; }
.card.mb-3.basic-layout .signature-image {max-height: 10rem; margin-bottom: 5px; }
.card-body { overflow: hidden;   height: 10rem; } 
.card.basic-layout .card-body {     padding: 0; }
.card-body h3 { font-size: 1.8em; } 

/* Collections module */
.collections-content-image {     max-width: 1000px; max-height: 800px;}

/*Index listings*/
.pagination-form { margin-top: 0; }
.content-header {     margin-bottom: 10px; }
.broadcast-module-name { margin-top: 0; }
p.article-text a { color: #000; }
article a { text-decoration:none; }
article a p, #fd-content-broadcast p { line-height: 1.85; font-size: 1.15em; }
.signature-image {     margin-top: 3px; width:100px; }
.read-more:hover { color:#007bff; }
img.bordered {    border: 1px solid #ccc9c9; }

/* Forms */
p.select-group-header { margin: 0.375rem 0px 8px;     color: #436c71;     font-weight: 700; }
form label.checkbox { margin-bottom: .5em;     margin-right: 3em; } 
#middle-panel fieldset { padding-left: 0; }
.form-check-input {     width: 1.5em;     height: 1.5em;    border: 1px solid #5f8692;}
label.btn { padding-left: 30px; color: black; background-color: #fff; border: none; padding: 3px 8px; }

/* Event Search -  search words*/
#calForm input.form-control, #filter.form-control {    margin-bottom: 0; }
#calForm fieldset {  padding-left: 0;   margin-bottom: 0; }
.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;  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; }
.dropdown-menu.show li {  line-height: 1.25; }

/*  pagination   */
.page-link { border: none; color: #1d5498;}
.page-item:hover .page-link {    border-bottom: solid black 3px;  }
.page-item.active .page-link {     color: #fff;     background-color: #1f96aa;    border-bottom: solid black 3px;  }
.pagination-sm .page-item:first-child .page-link {     border-top-left-radius: 0rem;     border-bottom-left-radius: 0rem; }
.pagination-container .chngr-jump {     width: 50px; border: #e5e5e5 1px solid;}

/*RHP Index listings*/
.box {     border: none; font-size: 1.3em; }
.box ol, .box ul {     margin: 7px 10px 0 0;     padding-left: 0;     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; }
 
#right-panel .unimod-author, #right-panel .unimod-date, #right-panel .row.row-cat-location {display: none;}
#right-panel .unimodule-page-name { font-size: 1.2em;     margin-bottom: 0em;}
#right-panel article h3 { font-size: 1.5em; }
#right-panel .unimod-links.content-header {    border: none;     padding: 0px;     margin: 0; }
#right-panel #modules-holder .broadcast-image {   margin-left: 0; }
#right-panel .signature-image {    width: 50px;  }
#right-panel .content-header h4 {   font-size: 1.2em; margin-top: 0em; padding-top: 0.5rem;}
#right-panel .broadcast-module-name {   font-size: 0.6em;  }
#right-panel article a p {     line-height: 1.6;     font-size: 0.9rem; }
#right-panel .unimod-header {     margin-bottom: 0; }

.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; width: inherit;}

/*Open Close containers*/ 
.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;    font-size: 17px;}
.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;    font-size: 17px;}
.details-slide.opened    { border-bottom: 2px #818181 solid;    margin-bottom: 40px; }
.small-hidden-menu .details-slide.opened    { border-bottom: 0px #fff solid; }

.modal-header button.close {     color: #074b77;     font-family: "Font Awesome 6 Pro";
    content: "\f057";     margin-right: 5px;     font-size: 15px;     float: right;     border: solid 1px #074b77;     background-color: white;     border-radius: 40px;     padding: 0px 6px;
    font-weight: 400; }

.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; }

/* 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, #footer .container { background-color: #656565; padding-bottom: 40px; }
#footer .container {   display: flex;   justify-content: space-between; align-items: center;   flex-wrap: wrap; }
#footer ul.menu {   display: flex;   flex-wrap: wrap;   gap: 10px;   margin: 0;   padding: 0;   list-style: none;   font-weight: 600; }
#footer ul.menu li {   display: inline-block; }
#footer ul.menu a {   display: inline-block;     padding: 6px 8px 5px 12px;      color: #fff;   text-decoration: none;   border: 1px solid transparent;  /* prevents jump on hover */ }

/* HOVER + ACTIVE (now centered properly) */
#footer ul.menu a:hover, #footer ul.menu a.active {   background-color: #000;   border: 1px solid #000;   color: #fff; }

/* COPYRIGHT */
#footer p {   margin: 0;   color: #fff;   white-space: nowrap; }
@media (max-width: 576px) {    #footer .container {     flex-direction: column;     align-items: center; /* center everything */   }
  #footer ul.menu {     justify-content: center;   }
  #footer p {     margin-top: 10px;     text-align: center; /*      width: 100%;   }  }

@media print {        header, header *, #comment-form-hide-btn, #right-panel, nav,   .primary-nav,   .secondary-menu     { display: none !important;  } }