#tinymce { background-color: #fff; }
.ui-widget-overlay {     background-color: #fff;     }
body { font-family: 'Ubuntu', sans-serif; }
header, header .container { background-color: transparent; }
header.top-header  {background-color: #413333; }

.top-header a img { padding-top:30px; padding-bottom:30px; }
.top-header a img:hover { opacity: 1; }
a img:hover { opacity: 0.7; filter: alpha(opacity=70); }

.navbar { padding: 0; }
nav .container { padding-left: 0; }
.primary-menu, .small-hidden-menu ul li { background-image: none;  margin-left: 0; margin-right: 0; background-color: #970404; border-bottom: 6px solid #413333; }
    .primary-menu a, .primary-menu a:visited { font-size: 0.9em; color:#fff; padding-left: 25px; padding-right: 25px;  }
    .menu a:hover { color:#f9b9ad; text-decoration:none;}
    .menu a.active { color:#f9b9ad; }

.primary-menu .menu a.active { background-color: #413333;}

.secondary-menu {font-size: 0.8em; background-color: #c9c4b4;  }
.secondary-menu .menu a {  padding-left: 0px;  }
.secondary-menu .menu {     padding-left: 34px; }

/* Child menus */
.menu li li {  float: none; }
.primary-menu-item ul {  position: absolute;  z-index: 999; }
.menu li > a:after {  font-family: "Font Awesome 6 Pro"; content: " \f107"; } 
.menu li > a:only-child:after { content: ''; }

/*mobile menu hamburger*/
.small-hidden-menu .xs-opener { border: none; background-color: #fff;    margin-top: 30px; margin-right: 20px; padding: 10px; }
a.open-menu.details-opener.xs-opener { color: #000; padding: 10px 20px 7px 20px; }
a.open-menu.details-opener.xs-opener:hover { color: #a53c46;  }
.fa-bars:before { font-size: 1.8rem; }

/*mobile menu */
.small-hidden-menu .details-slide.menu { background-color: rgba(255,255,255,0.75);  padding-left: 0; margin-top: 130px;}
.small-hidden-menu  li { line-height: 1em; }
.small-hidden-menu ul a.details-opener:after { font-family: font-family: "Font Awesome 6 Pro"; content: " \f107";} 

/* ===== Category Nav ===== */

.category-nav {     background-color: #6ca996;     padding: 2rem 0; }

/* Make every item an equal tile */
.category-nav .col {     display: flex; }

/* Link styling */
.category-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    width: 100%;
    min-height: 52px;
    padding: .85rem;
line-height: 1;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,.25);
    background-color: rgba(255,255,255,.05);
    transition: all .2s ease-in-out; }

/* Hover + keyboard focus */
.category-link:hover, .category-link:focus {     color: #9efde1;     background-color: rgba(0,0,0,.08);
    border-color: rgb(99 156 138);     text-decoration: none; }

/* Accessible focus visibility */
.category-link:focus-visible {     outline: 3px solid #9efde1;     outline-offset: 2px; }

/* IMPACT NAV */
.impact-nav {     padding: 2rem 0;     background-color: #d7d0ce; }
.impact-link { color: #872004;     display: flex;     align-items: center;     justify-content: center;
    text-align: center; line-height: 1;     min-height: 0;     font-weight: 600;     text-decoration: none;
     transition: all .2s ease; }
/* Hover / focus (keyboard accessible) */
.impact-link:hover, .impact-link:focus {     color: #d80505;     text-decoration: none; }
/* Optional: subtle grid rhythm */
.impact-nav .col {     display: flex; }

#search fieldset { background-color: transparent; }
#search-btn { background-color:transparent; }
#search { top: 10px; width: 300px; right:0px;  position:relative;  float:right;  }
#search-text { color:#fff; text-transform: uppercase; font-size: 0.8em;}
#search input.form-control { border: none; background-color: #664c4c; border-radius: 0px; box-shadow: none; }

#main-content .container {  background-color: transparent;    background-image: none;}
#content-extra { background-color: #6ca996;     color: #fff;}
#content-top { background-color: #79b4a0;  }
#middle-panel { margin-bottom: 30px;   margin-top: 30px;  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-extra img, #content-top, #content-bottom   { width:100%; }
   @media screen and (max-width: 600px) { #content-extra, #content-top, #content-bottom {  padding-left: 15px; padding-right: 15px; }}

p { color: #000000;     line-height: 1.9;    font-size: 1.1rem; margin-bottom: 1.5rem;}
ul li, ol li  { color: #000000; line-height: 1.7; margin-bottom: 0.7em; font-size: 1.1rem; }
.intro { font-size: 1.3rem; margin-top: 1em; margin-bottom: 1em; }
.box ol, .box ul { margin: 6px 10px 0 10px;     padding-left: 20px; }

h1 { font-size:2.8rem; color:#6b5151; font-weight:300; margin-bottom:0.233em; line-height: 1.4;}
h1 a, h1 a:visited { color:#6b5151; }
h2 { font-size:1.9rem; color:#942c2c; font-weight:normal; margin-bottom:0.1em; margin-top:0.8em; line-height: 1.4;}
h2 a, h2 a:visited { color:#942c2c; }
h3 { font-size:1.8rem; color:#b20a25; font-weight:500; margin-bottom:0.4em; line-height: 1.4;}
h3 a, h3 a:visited { color:#b20a25; }
h4 { font-size:1.3rem; color:#6b5151; font-weight:500; margin-bottom:0.4em; line-height: 1.35;}
h4 a, h4 a:visited { color:#6b5151; }
h5 { font-size:1.2rem; color:#9e2d0c; font-weight:400; margin-bottom:0.5em; line-height: 1.3;}
h5 a, h5 a:visited, h5 a strong { color:#9e2d0c; }
h6 { font-size:1.1rem; color:#d22a46; font-weight:500; margin-bottom:0.5rem; margin-top: 0.8rem; line-height: 1.3;}
h6 a, h6 a:visited { color:#d22a46; }

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:#3e7ec3; text-decoration:none;  }

strong {color: inherit;}
a strong, a strong:visited { color: #428bca; }
a strong:hover { color: #0a8de9; }

legend { font-size:1.2em; color: #b20a25; background-color:transparent;}
dt label { color: #6b5151; }
.small { font-size:0.625em ; }
.highlight { color:#F00; }

/* CUSTOM CLASSES */
.button { display:block;  center; color: #fff;  background-color: #817d7d; border: 6px solid #b3a6a6; padding: 10px; width: 100%; font-size: 1.3em;  font-weight: 700; width: 100%; text-align: center; border-radius: 10px;  text-decoration: none;   cursor: pointer; }
.button a, .button a:visited, .button strong a   { color: #ebe4e3;}
.button:hover, .button:active {   background-color: #970404; color:#ebe4e3;  border: 6px solid #970404;}

/* 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: transparent; width: auto; border: 2px solid #fff;}
a .button.button-small, .button.button-small a { color: #fff;  }
.button.button-small:hover, .button.button-small:active {   background-color: #ffffff42;  color: #413333; border: 2px solid #ffffff42;}
a .button.button-small:hover, .button.button-small a:hover {   color: #413333; }

.button a, .button-small a { color: inherit;   text-decoration: none; }
a > .button, a.button-link, a.button:visited, a .button:visited { color: #inherit;   text-decoration: none; }

.background { padding: 3rem .5rem; background-color: #d7d0ce; display:block; margin: 0rem; }
.background a, .background a:visited   { text-decoration:none;}
.background a:hover  { color: #f70404; }

.rule { border-bottom: 2px solid #6b5151; padding-bottom: 10px; margin-bottom: 30px;}
.rule a, .rule a:visited   { text-decoration:none; }
.rule a:hover { color:#0392eb; text-decoration:none;}
.background.rule  { margin-bottom: 0; }

.whitetext, .whitetext a:visited, .whitetext a { color:#fff; }
.whitetext a:hover { color:#cefdef; }

.caption { line-height:1.4em; font-size:0.9em; }
.paddingnone { padding-bottom: 0; margin-bottom: 0; margin-top: 0; padding-top: 0; }
.nopadding {    padding: 0 !important;    margin: 0 !important; }

blockquote {    margin: 0 0 1rem;  font-weight:500;  font-size:1.6rem; margin: 1.2rem 0 1.2rem;  padding-left: 40px; border-left: 2px solid #b5a639; }
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:  #00000038;     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; }

/* CARDS*/
    @media screen and (max-width: 992px) { .card  { margin: 0 3% 3% 0; width: 30%; }}

.card { margin: 0 3% 3% 0;     width: 30%; background-color: transparent; border: none; }
    @media screen and (max-width: 992px) { .card  { width: 45%; }}
    @media screen and (max-width: 768px) { .card  { width: 90%; }}

.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 { padding: 1rem 0 0 0;  height: 120px; margin-bottom: 1rem;}
   @media screen and (max-width: 576px) { .card.card-theme .card-body { height: 70px; }}

h5.card-title { font-size: 1.7em;   font-weight: 700;  line-height: 1.3; margin-bottom: .5rem; }
h5.card-title a { color:#584a48; }
h5.card-title a:hover { color:#9e2d0c; }
.card-body a { text-decoration: none; }
p.card-text { display:none; font-size: 1.2em;     line-height: 1.5; }

/* 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; } 

/*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;}
.col-form-label {     font-size: 1.2rem; }


/* 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; }
/* 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; }

/*  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: 0;     margin: 0; }
#right-panel #modules-holder .broadcast-image {   margin-left: 0px; }
#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; }

#event-search-calendar td.day.new-day.active.selected {     background-color: #f7b61f; }

.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; }

.rh-ad { margin-bottom:10px; }
.rh-ad .img-responsive {  margin: 0 auto; }

a.btn.broadcast-ignore-site, a.btn.broadcast-ignore { font-weight: 500;     border: 1px solid #9e3a1b;    background-color: transparent;}
a.btn.broadcast-ignore-site:hover, a.btn.broadcast-ignore:hover { font-weight: 500;     border: 1px solid #9e3a1b;     background-color: #9e3a1b; }

#h2-error .btn.green { border: solid; border-radius: 60px; color: #fff;  background-color: #028553;}

/*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; }

.googlemaps {  overflow:hidden;     padding-bottom:56.25%;     position:relative;     height:0; }
.googlemaps iframe { left:0;     top:0;     height:100%;     width:100%;     position:absolute; }
.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;  }

#totop a.btn {  padding: 3px 4px 3px 5px; }

fieldset, .text.form-control { background-color: transparent;}
.pagination-sm .page-link, .pagination-container .chngr-jump { background-color: 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, #footer .container { background-color: #8e8786; }
#footer { padding-bottom: 300px; }
#footer p, #footer a { color: #fff; }
  #footer a:hover { color: #fff; background-color: #805a5a; text-decoration:none;}
  #footer a.active { color: #fff; background-color: #805a5a;}
#footer ul.menu { padding-left: 0px; }

@media print {        header, header *, #comment-form-hide-btn, #right-panel, nav,   .primary-nav,   .secondary-menu  { display: none !important;  } }


.mod-related .no-image { display:none; }

/*  calendar styles */
.fc-time { display:none }

/**  broadcast search */
#fd-content-broadcast label {    display: none; }
#fd-content-broadcast .col-8.col-xl-6, #uni-Form fieldset .col-sm-6.col-xs-12 {    padding-right:0px;}
.broadcast-search fieldset {    padding-left: 0px;     border: none;}
#broadcast-search.text.form-control:focus { color: #000; }
#broadcast-search.text.form-control { color: #8a8989; border-radius: 0rem; border: 1px solid #babbbb;}

#fd-content-broadcast .btn.green, #calForm .btn.green, #unimod-search-btn  { border: none;     margin-left: 0px;     padding-left: 0px;  padding-right: 0px;}
#fd-content-broadcast .btn.green:hover, #calForm .btn.green:hover , #unimod-search-btn:hover {     color: #05c74b; background-color: transparent;}

a.red.reset {     line-height: 2.5;     color: #b36945;     font-weight: bold; padding-left: 4px;}
a.red.reset:hover { color: #d20303; }

input.form-control:focus, #filter.form-control:focus, #filter.form-control:focus-within   { color: #000; }
input.form-control, #filter.form-control  {color: #8a8989; border-radius: 0px; border: 1px solid #babbbb; }
#calForm .btn.green { font-size: 18px;     padding: 0px 12px;}
#calForm h4, #uni-Form legend { font-size: 1rem;    color: #999999;    font-weight: normal;    line-height: 1;    text-transform: uppercase;    margin-bottom: 0px;    margin-top: 20px; }
#uni-Form fieldset, #uni-Form .col-sm-1.col-xs-12 {    padding-right: 0px;    padding-left: 0px; }