html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #555;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
}

/* Sticky Footer */
html, body {
  height: 100%;
}

.body-bg {
  position: relative;
  min-height: 100%;
}

#page-content {
  padding-bottom: 350px;
}

footer {
  position: absolute;
  bottom: 0;
  max-height: 350px;
  width: 100%;
}
/* End Sticky Footer */

tbody tr:first-child {
  font-weight: bold;
  background-color: #0001;
}

.footer-section ul {
  list-style: none;
  padding-left: 0;
}

.footer-section-meta > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.footer-section {
  color: #3a3a3a;
}

.footer-section-content {
  background-color: #cfe3f2;
}

.footer-section-meta {
  background-color: #bfd3ea;
}

.navbar .navbar-brand {
  margin-left: 3rem;
  padding: 0;
}
.navbar:not(.navbar-transition) .navbar-brand {
  transform: scale(1.5);
}

.navbar .navbar-brand img {
  height: inherit;
}

.navbar-collapse,
.navbar .navbar-brand,
.navbar .navbar-brand img{
  transition: 0.25s ease-out;
}

.navbar .nav-item span {
  color: #000d;
}

.navbar ..nav-link-text .nav-link-text::after {
  content: "\f107";
  font-family: 'FontAwesome';
  margin-left: 8px;
}

.navbar .nav-link-dropdown.active span {
  color: unset;
}

.navbar .nav-link-dropdown .nav-link-text::before {
  content: "\f02d";
  font-family: 'FontAwesome';
  margin-right: 10px;
}

.navbar .nav-link-dropdown:hover:not(.active) .nav-link-text::before {
  color: #981A0C;
}

.navbar-mainnavigation {
  box-shadow: none;
  border-bottom: 2px solid #981a0c;
}

.element-header {
  border-bottom: 1px dotted #ccc;
}

.element-header span {
  font-size: 1.25rem;
  font-weight: 400;
  border-bottom: 1px solid #981a0c;
  display: inline-block;
  width: fit-content;
  margin-bottom: -1px !important;
  padding-bottom: 0.75rem;
}

.frame-type-header .element-header span,
.frame-type-menu_section .element-header span,
.frame-type-accordion .element-header span,
.frame-type-card_group .element-header span {
  color: #111;
  text-transform: uppercase;
}

.frame-type-menu_section ul {
  padding-left: 0;
}

.frame-type-menu_section li::marker {
  content: "";
}

.frame-type-menu_section li a {
  display: flex;
  color: #4a4a4a;
  font-size: 0.85rem;
}

.frame-type-menu_section li a:before {
  content: "\f101";
  font-family: 'FontAwesome';
  margin-right: 10px;
}

.frame-type-menu_section li {
  padding: 6px 0;
}

.frame-type-menu_section li + li {
  border-top: 1px solid #ddd;
}

.frame-type-menu_section a:hover {
  text-decoration: none;
}

.frame-type-menu_section .element-header span {
  border-bottom-color: #555;
}

.frame-header {
 margin-bottom: 1.5rem;
}

.section:not(.footer-section) a {
  font-weight: bold;
}

.section a:hover {
  color: #75180E;
}

.accordion-item.card {
  border: none;
}
.accordion-item {
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
}
.accordion-item h4 .accordion-button {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.accordion-header {
  background-color: #0000;
}
.accordion-header a,
.accordion-body {
  padding-left: 0;
  border-top: none;
}

.accordion-body {
  padding-top: 1rem;
}
.accordion-body h5 {
  padding: 20px;
  padding-top: 0;
  color: #909090;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}

.accordion-button, .accordion h4 {
  color: var(--bs-primary);
}
.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type,
.accordion-item:last-of-type {
    border-radius: 0;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0,0,0,0.125);
}
.accordion-button {
  transition: border-color 0s;
}
.accordion-button:focus {
    box-shadow: inherit;
    border-bottom: 1px solid rgba(0,0,0,0.125);
}
.accordion-button:focus.collapsed {
   border-bottom: inherit;
}
.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
}

.accordion-item + .accordion-item {
  margin-top: 0.5em;
}

.accordion .accordion-content-media {
  width: 100%;
  padding-top: 1rem
}

.subcontent-wrap .frame-type-card_group .card-body {
  padding: 0.75rem;
  color: #555;
}

.subcontent-wrap .frame-type-card_group .card-title {
  font-size: 1rem;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.subcontent-wrap .frame-type-card_group p {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}

.leaflet-container span {
  visibility: hidden;
}

#c1270 .gallery-item:first-child img {
  height: 75px;
}
#c1270 .gallery-item:nth-child(2) img {
  height: 50px;
}
#c1270 .gallery-item:last-child img {
  height: 60px;
}
#c1270 .gallery-item img {
  width: auto;
  margin: 0;
}

@media (min-width: 576px) {
  
  .subcontent-wrap .frame-type-card_group .card-group-element-item {
    width: 50%;
  }
}

@media (max-width: 991px) {
  
  .maincontent-wrap {
    order: 2;
  }
  
  #c1270 {
    height: 0;
    visibility: hidden;
  }
  
  .navbar .dropdown a.nav-link::after {
    display: none;
  }
}

@media (min-width: 992px) {

  .navbar:not(.navbar-transition) nav {
    margin-bottom: -3rem;
  }

  .navbar .dropdown > a {
    pointer-events: none;
  }
  
  .subcontent-wrap .frame-type-card_group .card-group-element-item {
    width: 100%;
  }

  .accordion .accordion-content-text {
    width: 75%;
  }

  .accordion .accordion-content-media {
    width: 25%;
  }
}



.footer-section .frame {
  color: #3a3a3a;
}

/* Remove Active Marker on Navbar Home Link */
#mainnavigation .nav-item:first-child .nav-link.active .nav-link-text {
  border-bottom-color: transparent;
}
/* End RAM */