#tinymce { background-color: #fff; }
.ui-widget-overlay {     background-color: #fff;     }
body {font-family: 'open sans', sans-serif;  background-color: #fff; }
header .container { background-color: transparent; }
header.top-header  {background-color: #fff; }

nav .container { padding-left: 0px; }

.primary-menu .menu, .primary-menu .menu a, .primary-menu .menu a:hover, .primary-menu .menu a.active,  .secondary-menu,  .secondary-menu .menu a, .secondary-menu .menu   { background-image: none; }

.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: solid 1px #000; text-transform:uppercase; padding-bottom:10px; }

.primary-menu a, .primary-menu a:visited { color:#000; padding: 0px 17px; font-size: 0.9em;  font-weight: 600;}

/* Divider after each top-level menu item, except the last, sized to text height */
.primary-menu .menu > li {
    position: relative;
}

.primary-menu .menu > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 0.9em;          /* matches the font-size of the menu links */
    width: 1px;
    background-color: #000;
}

.menu a:hover, .menu a.active { color:#4a6f7c; text-decoration:none;  }

.primary-menu .menu li li a, #footer ul.menu .details-slide .primary-menu-item { border-bottom: solid 0px #fff; background-color: #fff;  color:#616060;}

.menu .details-slide { padding-inline-start: 0px; background-color: transparent;}

.details-slide a.primary-menu-item:hover { background-color: #52c0b6; }

.menu .details-slide.opened ul.details-slide {   margin-left: 100px; width: max-content; }

.details-slide .slider-2.opened { position: relative; }

.secondary-menu ul ul li { padding-left: 0px; }
.secondary-menu ul ul { padding-left: 15px;}

/*mobile menu hamburger*/
.fa-bars:before { color: #fff;  font-size: 2rem; }
.small-hidden-menu .xs-opener {  border: solid black 2px;     color: white;     background-color: black;margin-top: 30px; margin-right: 20px;  padding: 13px 15px;   }
.small-hidden-menu .xs-opener:hover { color: #99c602; background-color: #9d4c42; }

/*mobile menu*/
.small-hidden-menu .details-slide.menu { background-color: rgba(255,255,255,0.75);  padding-left: 0px; margin-top: 130px;}
.small-hidden-menu  li { line-height: 1em; }
.small-hidden-menu ul a.details-opener:after { font-family: "Font Awesome 6 Pro"; content: " \f107";} 
.small-hidden-menu ul li > a:after  { display: none; }
.small-hidden-menu ul li {    line-height: 2; border-bottom: solid 0px #000; }

/* 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: ''; }

#search {  width: 99%;     margin-top: 50px;     margin-bottom: 40px;}
#search fieldset { background-color: #fff; padding: 5px 5px 5px 15px; min-height: 35px; border: 1px solid #bababa; border-radius: 20px; }
#search-text { background-color:transparent; text-transform: uppercase; font-size: 0.8em;}
#search input.form-control { border: none; background-color: transparent; border-radius: 0px; box-shadow: none; padding-left: 0px; padding-right: 0px; }
#search input { margin-bottom: 0px; width: 140px;}
#search fieldset .form-group { margin-bottom: 0px; }
#search-btn:hover {     color: red;}
#search-btn { background-color:transparent; float: right;}

#main-content {  background-color: #fff;    background-image: none;}
#middle-panel { padding: 0px 30px 0px 0px; 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-bottom img { width:100%; }

p { color: #000; line-height: 2;     font-size: 1.15rem;}
ul li, ol li  { color: #5b5a5a; line-height: 1.8;  font-size: 1.15rem; margin-bottom: 0.7em; }
.intro {color: #6f5757; font-size: 1.5em; margin-top: 1em; margin-bottom: 1em; font-weight:600;}
.box ol, .box ul { margin: 6px 10px 0 10px;     padding-left: 20px; }

h2, h1, legend {font-family: 'alice', serif; }

h1 { font-size:2.6em; color:#6f514f; font-weight:300; margin-bottom:0.8em; line-height: 1.25;}
h1 a, h1 a:visited { color:#6f514f; }
h2 { font-size:2em; color:#4a6f7c; font-weight:400; padding-top: 1.5rem; margin-bottom:0.7em; margin-top:0.8em; line-height: 1.4;}
h2 a, h2 a:visited { color:#4a6f7c; }
h3 { font-size: 1.4em;
    color: #4b6f7c;
    font-weight: 700;
    margin-bottom: 0.4em;
    line-height: 1.4;
    padding-top: 1.2rem; }
h3 a, h3 a:visited { color:#4b6f7c; }
h4 { font-size:1.3em; color:#6f514f; font-weight:700; padding-top: 1.2rem; margin-bottom:0.4em; line-height: 1.6;}
h4 a, h4 a:visited { color:#6f514f; }
h5 { font-size:1.2em; color:#4a6f7c; font-weight:700; margin-bottom:0.4em; line-height: 1.4;}
h5 a, h5 a:visited { color:#4a6f7c; }
h6 { font-size:1.1em; color:#747156; font-weight:700; margin-bottom:0.4em; margin-top: 0.8em; line-height: 1.4;}
h6 a, h6 a:visited { color:#747156; }

.top-header a img { padding-top: 20px; padding-bottom: 20px;      max-width: 250px;}
.top-header a img:hover { opacity: 1; }
a img:hover { opacity: 0.7; filter: alpha(opacity=70); } 

a { color:#0381cc; text-decoration:none; }

legend { font-size:1.6em; color: #6f514f; background-color:transparent;}
dt label { color: #184d3f; }
.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; }

/* CLASSES */
.button {   border: 2px solid #4a6f7c; padding: 10px 10px; background-color: #fff; width: 100%; display:block; text-align: center; border-radius:60px;}
.button a, .button a:visited   { text-decoration:none;}
.button:hover  { background-color:#4a6f7c; border: 2px solid #4a6f7c; color:#fff;  }
.button a:hover  { color:#fff; }
.button:hover a {  color: #c3d7df; } 

/* Base style for all background boxes */
.background { background-color: #e5e4e0; padding: 10px 30px;  margin: 1.5em 0 5px 0;  border-radius: 8px; }
.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 #aaaea7; 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; }
.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:500;   margin: 0.5em 0 1.5em 0;  padding-left: 30px; border-left: 6px solid #a09f9f; }
blockquote p {  color:#555; font-size:1.6em;}

/* 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: 95px; }
.card.card-theme time { text-align: right; padding-top: 5px;    color: grey; font-size: 0.8rem;     font-weight: 800;}
p.module-type-label {     text-align: right;     line-height: 2;     text-transform: uppercase;     font-size: 0.8rem;     color: #000;     margin-bottom: 0; letter-spacing: 3%;     font-weight: 600;}
h5.card-title { font-size: 1.7em; font-weight: 700; line-height: 1.2; margin-bottom: 0.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.basic-layout .card-body { overflow: hidden; height: 11rem;  padding: 0;    border-radius: 0;}
.card-body h3 { font-size: 1.8em; padding-top: 0;     margin-bottom: 0; line-height: 1.3; } 

/* Collections module */
.collections-content-image {     max-width: 1000px; max-height: 800px;}

/* Gallery */
.carousel-inner {      background-color: #000;     padding-top: 30px; }

/*Index listings*/
.content-header {     margin-bottom: 10px; }
.content-header p  { font-size: 1.2em;}
.content-header h4 { padding-top: 0; margin-top: 0;     margin-bottom: 0; }
h3.unimodule-page-name {     font-size: 1.7em; }
.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: none; }
.mod-index-divider {     margin-bottom: 0; }

/*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.5;  border-bottom: 1px solid #d3cdcd; padding-bottom: 6px; margin-top:6px; font-size: 0.97em;}
.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: 0px; }
#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: 0px; }


.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; }

a.btn.broadcast-ignore { width: inherit;}
#modules-holder ol { margin-left: 5px;}

.broadcast-module-name { color: #4b6f7c; }

.details-opener.opened h1:after, .details-opener.opened h2:after, .details-opener.opened h3:after, .details-opener.opened h4:after, .details-opener.opened h5:after, .details-opener.opened h6:after, .details-opener.opened p:after { color: #028553; font-family: "Font Awesome 6 Pro"; content: "\f106"; margin-right: 5px;    font-size: 25px;  float:right;}

.details-opener h1:after, .details-opener h2:after, .details-opener h3:after, .details-opener h4:after, .details-opener h5:after, .details-opener h6:after, .details-opener p:after { color: #095a8c; font-family: "Font Awesome 6 Pro"; content: "\f107"; margin-right: 5px;    font-size: 25px; float:right;}

.details-opener {border-bottom: solid grey 0.5px;     padding-bottom: 15px; }
.details-opener i.far.fa-angle-right, .details-opener i.far.fa-angle-down {     display: none; }

.small-hidden-menu .details-slide.opened    { border-bottom: 0px #fff solid; }

.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; }

.rating_text {     float: right;     text-align: right;     font-size: 0.8em;     text-transform: uppercase;     font-weight: 600; }

/*Custon Features */
/*form*/
form.form-horizontal fieldset { padding-left: 0;}
.input-file + label {     color: #0776d7;   font-size: 1.1em;  text-decoration: underline;}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label { color: #db0602;}

.result .result {     padding: 5px; }

.col-form-label {font-size: 1.1rem;     font-weight: 500;}
.help-block, .form-check, .another_entry-option {     font-size: 1.15em; }

.form-check-input {     width: 2em;     height: 2em;  border: 1px solid rgba(0, 0, 0, .5); margin-right: 10px; }
label#label-option-declaration-agree {     line-height: 2.5;     font-size: 1rem; }
#submit-back.btn.red {      margin-bottom: 50px; }

#submit-entry.btn.green {     padding: 15px 25px;     border-radius: 40px;     font-size: 18px;   } 
#submit-back.btn.red  {     padding: 10px 20px;     border-radius: 40px;     font-size: 16px; } 
label.col-sm-3.control-label.required.tracked.req-tracked.font-awesome-star {     font-size: 1.1rem; }
 input[type=file] { padding-bottom: 10px; font-size: 1.1rem; color: #0777d7;     font-weight: 600;}

.broadcast-toggle-modal .fa-paper-plane {  font-size: .50em; }
.broadcast-toggle-modal { padding: 4px 5px 5px 4px;     line-height: .25; }

/* 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; }
#footer { padding-bottom: 300px; }
#footer p,  #footer a { color: #fff; }
 #footer a:hover { color:#69c8d9; text-decoration:none;}
  #footer a.active { color:#69c8d9; }
#footer ul.menu { padding-left: 0px; font-weight: 600; }
#footer li { font-size: 1.2em;}
   @media print {        header, header *, #comment-form-hide-btn, #right-panel    {         display: none !important;     } }

.mod-related .no-image { display:none; }