.footer1, .footer2 {
font-size: 80%;  
}

div[class*="header-theme-"].header-theme-dark, header[class*="header-theme-"].header-theme-dark {
    background: #4c887b !important;
}

div[class*="header-theme-"] .navbar-brand a:hover {
    color: rgb(255, 255, 255) !important;
}

div[class*="header-theme-"].header-theme-primary, header[class*="header-theme-"].header-theme-primary {
    background: #0d1f22 !important;
}
.dark-active {
    --body-bg-color: #060d0f;
}
.dark-active {
    --footer-bg-color: #060d0f;
}
.dark-active {
    --body-bg-color: #060d0f;
}

.dark-active {
    --light-reverse: #060d0f;
}

/* h3.jacl-item__title, h4.jacl-item__title {
  font-weight: bold;
}*/

.navbar-brand.logo-text .site-slogan {
    opacity: .9;
}

.navbar-brand.logo-control img.logo-img-sm {
    max-width: 207px;
    opacity: 1;
}

/*[data-id="105"] a {
  color: var(--color-red) !important;
}*/

div[class*="header-theme-"].header-theme-primary .head-search.search-expanded .form-search .search-query {
    background-color: #0d1f22 !important;
}

span.highlight {
  background: var(--color-indigo);
}

.com-tags-tag.tag-category .list-group .list-group-item a:hover, .com-tags-tag.tag-category .list-group .list-group-item a:focus, .com-tags-tag.tag-category .list-group .list-group-item a:active {
      color: var(--body-link-hover-color);
      }

.badge {
  margin-bottom: 4px;
}

.article-title-custom {
 border-bottom: 2px solid var(--color-primary);
 color: var(--link-cat-normal);
 padding-bottom: 4px; 
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
  //font-weight: bold;
  //font-family: var(--body-font-family);
    line-height: 1.46;
}

.site-slogan {
 font-family: 'Open Sans Condensed', sans-serif;
 font-weight: 700;
}

.logo-custom {
  display:none;
}

p {
  margin-bottom: 1rem;
  /*text-indent: 20px;*/
  }

.site-name {
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pdfWrapperPortrait {
  position: relative;
  /*padding-bottom: 56.25%;*/ /* 16:9 */
  padding-bottom: 141.43%;
  height: 0;
}
.pdfWrapperPortrait iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pdfWrapperLandscape {
  position: relative;
  /*padding-bottom: 56.25%;*/ /* 16:9 */
  padding-bottom: 70.71%;
  height: 0;
}
.pdfWrapperLandscape iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	background:#fcfcfc; 
	-moz-box-shadow:0 0 10px #fff; 
	-webkit-box-shadow:0 0 10px #fff; 
	box-shadow:0 0 15px #fff;
}
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#map {
  height: 400px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #map {
    height: 300px;
    margin-bottom: 15px;
  }
}

.jacl-item__introtext {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
}

.ja-promo-bar a {
 color: #ffffff;
 /*font-weight: bold;*/
 text-decoration: underline;
}

.ja-promo-bar a:visited {
  color: #ffffff;
}

.ja-promo-bar a:hover {
  color: #ffffff;
}

@media (min-width: 991px) {
.logo-custom {
display:inline-block;
position:absolute;
margin-left:-72px;
margin-top:-16px;
-webkit-filter: drop-shadow(5px 3px 5px rgba(0, 0, 0, 0.5));
filter: drop-shadow(5px 3px 5px rgba(0, 0, 0, 0.5));
}}

@media (min-width: 991px) {
.t4-logo-header {
 margin-left: 102px; 
}}

@media (min-width: 991px) {
.t4-megamenu-wrap {
  margin-left: 102px;
}
  
@media (min-width: 991px) {
.logo-custom img {
/*margin-top: 0px;*/
  -webkit-transition: margin .1s ease;
  -moz-transition: margin .1s ease;
  -o-transition: margin .1s ease;
  -ms-transition: margin .1s ease;
  transition: margin .1s ease;
}.logo-custom img:hover {
  margin-top: -2px;
}}

 /*@media (min-width: 576px){*/
/*}*/