@charset "utf-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
}
body {
    font-family: 'Karla', sans-serif;
	color: #212529;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: 'Solway', serif;
}

a, a:hover {
    color: #612521;
}

.navWrapper {
	background: rgba(32,32,32,0.55);
	padding: 30px 0;
}
.anon .navWrapper {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}
.navbar {
	background: #AE312A;
	border-radius: 7px;
	margin-top: 20px;
	padding: 0 10px;
}
.navbar .nav-item > .nav-link {
    text-transform: uppercase;
    padding: 15px 10px;
}
.navbar .nav-item.active > .nav-link {
    background: #612521;
}
.navbar-extra .nav-item .nav-link {
    background: #424482;
}
.navbar-toggler {
	background: transparent;
	border: none;
	color: #fff;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
}
.navWrapper hr, .footerWrapper hr {
	border-top: 1px solid rgba(255,255,255,0.5);
}
.logo {
    width: 100%;
    height: auto;
}

.list-group-item.active {
    background: #612521;
    border-color: #612521;
}

.navTree > .navTree {
    margin: 5px 5px 5px 15px;
}

.btn-outline-light {
	color: #e9ecef;
}

.headImageWrapper {
    background-image: url(images/map-pins.jpg);
    background-size: cover;
    background-position: center;
}
.headWrapper {
	background: rgba(32,32,32,0.8);
	color: #fff;
}
#portal-breadcrumbs {
	margin-top: 45px;
	opacity: 50%;
}
.headWrapper h1 {
	color: #fff;
}
.headWrapper.noDescription h1 {
    margin-bottom: 45px;
}
.headWrapper .documentDescription {
	margin-bottom: 45px;
	font-size: 22px;
}
.leadImageContainer {
	background: #007332;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background-position: center;
	background-size: cover;
}

.contentWrapper {
	margin-top: 45px;
	margin-bottom: 45px;
}

.image-left {
    float: left;
    margin: 0 20px 20px 0;
}
.image-right {
    float: right;
    margin: 0 0 20px 20px;
}

.pagination {
    margin-bottom: 20px;
    margin-top: 20px;
    justify-content: center;
}

b, strong {
    font-weight: 700;
}

.btn {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Karla', sans-serif;
}

dt {
    font-weight: normal;
}

/*Logged In Things*/
.username {
    color: #fff;
}
.useractions {
    text-align: right;
}
.btn-primary {
    border-color:#424482;
    background-color:#424482;
}
.btn-primary:hover {
    background-color:#252768;
    border-color:#252768;
    box-shadow:0 5px 15px rgba(0,0,0,.05),0 4px 10px rgba(66,68,130,.25);
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow:0 0 0 3px rgba(66,68,130,.15),0 3px 15px rgba(66,68,130,.2),0 2px 5px rgba(0,0,0,.1);
}
.btn-secondary {
    border-color:#AE312A;
    background-color:#AE312A;
    color: #fff;
}
.btn-secondary-outline {
    border-color:#AE312A;
    background-color: transparent;
    color: #AE312A;
    font-size: 14px;
    text-transform: none;
}
.btn-secondary:hover {
    background-color:#C22B22;
    border-color:#C22B22;
    box-shadow:0 5px 15px rgba(0,0,0,.05),0 4px 10px rgba(194,43,34,.25);
}
.btn-secondary-outline:hover {
    border-color:#AE312A;
    background-color:#AE312A;
    color: #fff;
}
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow:0 0 0 3px rgba(194,43,34,.15),0 3px 15px rgba(194,43,34,.2),0 2px 5px rgba(0,0,0,.1);
}

/*anon home
.loginContainer {
    background: rgba(255,255,255,0.75);
    border-radius: 7px;
    padding: 25px;
    margin: 25px 0;
}
.moveDown {
    color: #fff;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.moveDown a, .moveDown a:hover {
    color: #fff;
    text-decoration: none;
}
.moveDown i {
    display: block;
    margin-top: 10px;
    font-size: 40px;
} */

.section-home #content-core ul, .portletContent ul {
    margin: 0;
    padding: 0;
}
.section-home #content-core li, .portletContent li {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}
.section-home #content-core li strong, .portletContent li strong {
    font-family: 'Solway', serif;
    font-size: 22px;
    font-weight: 300;
}
.section-home #content-core li {
    color: #fff;
    padding: 20px;
    margin: 0 0 2px;
    background: #612521;
}
.section-home #content-core li:nth-child(even) {
    background: #AE312A;
}

/*Portlets below content*/
.afterContent .portlet {
    padding: 50px 0 60px;
}
.generic .afterContent .portlet:nth-child(even) {
    background: #fff;
}
.section-home .afterContent .portlet:nth-child(odd) {
    background: #F5F5F5;
}
.afterContent .portlet a.tile {
    font-family: 'Solway', serif;
    font-size: 22px;
    line-height: 22px;
    margin: 10px 0;
    display: block;
}
.afterContent .portlet .portletItemDescription, .tweetBody {
    font-size: 14px;
}
.afterContent .portlet .portletItemDetails {
    background: #1A1A35;
    padding: 12px 0;
}
.afterContent .portlet .portletItemDetails span {
    background: #424481;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 8px 12px;
}
.afterContent .portlet .portletItemDetails.hasImage {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0 12px;
}
.afterContent .portlet .portletItemDetails.tweetDate {
    font-size: 14px;
    display: block;
    text-align: right;
    background: transparent;
    padding: 0;
    margin: 8px 0 0;
    color: #212529;
}
.portletItem {
    margin-bottom: 15px;
}

/*Listing*/
.juizi-listing-view.entries .entry, .template-full_view .item, .template-listing_view .entry {
    padding-bottom: 15px;
    padding-top: 20px;
    border-bottom: 1px dashed #a7a7a7;
}
.juizi-listing-view header, .template-listing_view header {
    font-size: 18px;
    margin-bottom: 5px;
}
.juizi-listing-view .itemDetail, .documentByLine, .template-listing_view .vevent .documentByLine {
    font-size: 14px;
}
.juizi-listing-view .itemAuthor, .juizi-listing-view .itemDetail span, .juizi-listing-view .documentByLine {
    display: none; 
}
.image-tile {
    float: right;
    margin: 0 0 10px 10px;
}
.clr, .visualClear {
    clear: both;
}

/*dropdown slide in*/
.navbar .dropdown-menu {
    background-color: rgba(0,0,0,0.75);
}
.navbar .dropdown-menu .nav-link:focus, .navbar .dropdown-menu .nav-link:hover {
    background-color: rgba(0,0,0,0.75);
}

.nav-link {
    transition: none;
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/*Footer*/
.footerWrapper {
	background: rgba(32,32,32,1);
	padding: 30px 0;
}

/*FooterNav*/
#portal-footernav {
	margin: 0;
	padding: 0;
}
#portal-footernav > li {
	padding: 0;
	list-style: none;
	display: inline-block;
	margin: 0 20px 0 0;
	vertical-align: top;
	float: none;
}
#portal-footernav li a {
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	font-size: 14px;
    padding: 0;
}
#portal-footernav li a:hover {
        background: transparent;
}
#portal-footernav span.caret {
       display: none;
}
#portal-footernav .dropdown-menu {
	display: block;
	padding: 0 0 0 4px;
	border-left: 2px solid #fff;
	position: relative;
    background: transparent;
    box-shadow: none;
    float: none;
    min-width: auto;
}
#portal-footernav .dropdown-menu li {
        display: block;
        line-height: 12px;
        max-width: 110px;
}
#portal-footernav .dropdown-menu li a {
        font-size: 10px;
        background: none;
        color: #a6a6a6;
        padding: 0 0 0 2px;
        white-space: inherit;
}
#portal-footernav .dropdown-menu li a:hover {
        text-decoration: underline;
        color: #c6c6c6;
}
#portal-footernav .dropdown-menu img {
        display: none;
}
#portal-footernav .dropdown-submenu > a::after {
    display: none;
}
#portal-footernav .dropdown-toggle {
    pointer-events: none;
}

.belowFooter {
	padding: 45px 0;
	font-size: 12px;
	background: #1A1A35;
	color: #fff;
}
.belowFooter a {
	color: #fff;
}

/*Events*/
.template-event_listing .mode_selector {
    display: none;
}

.cal_date {
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
    float: right;
    margin: 12px 0 12px 12px;
    overflow: hidden;
    text-align: center;
    width: 100px;
}
.cal_month {
    background: #00b0fe none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 400;
    padding: 6px 12px;
}
.cal_day {
    display: block;
    font-size: 36px;
    font-weight: 700;
}
.cal_wkday {
    display: block;
    font-size: 12px;
    font-weight: 300;
    padding: 0 12px 6px;
}

article.vevent a.event_ical img {
    color: #007bb3;
    height: 1em;
    vertical-align: baseline;
    width: auto;
}
.vevent div.cal_date {
    background-color: white;
    border-radius: 0.5em;
    float: left;
    margin: 0 1.5em 0.5em 0;
    min-width: 4.4em;
    text-align: center;
    vertical-align: top;
}
.vevent span.cal_wkday {
    display: block;
    font-size: 1em;
    font-weight: normal;
    padding-bottom: 0.3em;
}
.vevent span.cal_day {
    display: block;
    font-size: 1.7em;
    padding-top: 0.3em;
}
.vevent span.cal_month {
    background: #0d8141;
    display: block;
    font-size: 1.1em;
    line-height: 1.3em;
}
.vevent div.cal_info {
    margin-left: 9em;
}
#content .vevent ul.metadata {
    margin: 0.8em 0;
}
#content .vevent ul.horizontal {
    padding: 0;
}
#content .vevent ul.horizontal li {
    display: inline-block;
    line-height: 1.5em;
    list-style-image: none;
    list-style-type: none;
}
.vevent .horizontal.metadata li::after {
    content: " —";
}
.vevent .horizontal.metadata li:last-child::after {
    content: "";
}
.vevent .horizontal.metadata .category span::after {
    content: ",";
}
.vevent .horizontal.metadata .category span:last-child::after {
    content: "";
}
.vevent .timezone {
    background-color: #ffe;
    color: #354;
    display: block;
    margin-top: 0.5em;
    padding: 0.2em 0;
    width: 100%;
}
.vevent .timerange, .vevent .timezone {
    font-size: 85%;
    line-height: 1em;
    white-space: nowrap;
}
.vevent .datedisplay {
    font-size: 100%;
    line-height: 1.5em;
    margin-bottom: 0.2em;
}
.vevent abbr.dtstart {
}

.vevent.tileItem {
    border-bottom: 1px dashed #dedede;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.event.summary.details {
    float: right;
    margin: 0 0 10px 10px;
}

.template-event_view .newsImageContainer {
    display: none;
}

.sr-only, .hiddenStructure, .crud-form .header-select {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    color: #fff;
    background-color: #000;
}

.event.summary {
    font-weight: 400;
    background: #fafafa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
    padding: 0;
    float: right;
    margin: 0 0 20px 20px;
    width: 40%;
}

.vevent .horizontal.metadata li::after {
    display: none;
}

.vevent .documentByLine {
    font-size: 120%;
    margin-bottom: 15px;
}

/*Discussion*/
.discussion .comment {
    background: #F5F5F5;
    border-radius: 7px;
    margin: 8px 0;
}
.discussion .comment.replyTreeLevel1, .discussion .comment.replyTreeLevel2, .discussion .comment.replyTreeLevel3, .discussion .comment.replyTreeLevel4, .discussion .comment.replyTreeLevel5 {
    margin-left: 50px;
}
.comment .documentByLine {
    margin-bottom: 15px;
    font-size: 22px;
    padding: 20px 20px 0;
}
.commentDate {
    font-size: 12px;
    color: #787878;
}
.commentBody {
    padding: 0 20px 20px;
}

.btn-outline-black {
    border-color: #707070;
    color: #707070;
    background: transparent;
}
.btn-outline-black:hover {
    background: #707070;
    color: white;
}
.commentActions form {
    display: inline;
}

.reply-to-comment-button-container {
    padding: 20px;
    background: rgba(0,0,0,0.2);
    border-radius: 0 0 7px 7px;
}

#category {
    display: none;
}

/*Member folder*/
.member-add {
    float: right;
}
.enableFormTabbing {
    padding-top: 20px;
}
.formHelp {
    font-size: 80%;
    display: block;
}

/*youtube iframes*/
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } 
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* LightBox */
#imagelightbox {
    position: fixed;
    z-index: 9999;
    -ms-touch-action: none;
    touch-action: none;
}

#imagelightbox {
    box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
    cursor: pointer;
    position: fixed;
    z-index: 10000;
}
#imagelightbox-loading, #imagelightbox-loading div {
    border-radius: 50%;
}
#imagelightbox-loading {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
    height: 2.5em;
    left: 50%;
    margin: -1.25em 0 0 -1.25em;
    padding: 0.625em;
    position: fixed;
    top: 50%;
    width: 2.5em;
    z-index: 10003;
}
#imagelightbox-loading div {
    animation: 0.5s ease 0s normal none infinite running imagelightbox-loading;
    background-color: #fff;
    height: 1.25em;
    width: 1.25em;
}
@keyframes imagelightbox-loading {
0% {
    opacity: 0.5;
    transform: scale(0.75);
}
50% {
    opacity: 1;
    transform: scale(1);
}
100% {
    opacity: 0.5;
    transform: scale(0.75);
}
}
#imagelightbox-overlay {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
}
#imagelightbox-close {
    background-color: #666;
    border-radius: 50%;
    height: 2.5em;
    position: fixed;
    right: 2.5em;
    text-align: left;
    top: 2.5em;
    transition: color 0.3s ease 0s;
    width: 2.5em;
    z-index: 10002;
    border: none;
}
#imagelightbox-close:hover, #imagelightbox-close:focus {
    background-color: #111;
}
#imagelightbox-close::before, #imagelightbox-close::after {
    background-color: #fff;
    bottom: 20%;
    content: "";
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 20%;
    width: 2px;
}
#imagelightbox-close::before {
    transform: rotate(45deg);
}
#imagelightbox-close::after {
    transform: rotate(-45deg);
}
#imagelightbox-caption {
    background-color: #666;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 0.625em;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 10001;
}
#imagelightbox-nav {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    bottom: 3.75em;
    left: 50%;
    padding: 0.313em;
    position: fixed;
    transform: translateX(-50%);
    z-index: 10001;
}
#imagelightbox-nav button {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 1em;
    margin: 0 0.313em;
    width: 1em;
}
#imagelightbox-nav button.active {
    background-color: #fff;
}
.imagelightbox-arrow {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 7.5em;
    margin-top: -3.75em;
    position: fixed;
    top: 50%;
    vertical-align: middle;
    width: 3.75em;
    z-index: 10001;
    border: none;
    display: none !important;
}
.imagelightbox-arrow:hover, .imagelightbox-arrow:focus {
    background-color: rgba(0, 0, 0, 0.75);
}
.imagelightbox-arrow:active {
    background-color: #111;
}
.imagelightbox-arrow-left {
    left: 2.5em;
}
.imagelightbox-arrow-right {
    right: 2.5em;
}
.imagelightbox-arrow::before {
    border: 1em solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin-bottom: -0.125em;
    width: 0;
}
.imagelightbox-arrow-left::before {
    border-left: medium none;
    border-right-color: #fff;
    margin-left: -0.313em;
}
.imagelightbox-arrow-right::before {
    border-left-color: #fff;
    border-right: medium none;
    margin-right: -0.313em;
}
#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
    animation: 0.25s linear 0s normal none 1 running fade-in;
}

@keyframes fade-in {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@media only screen and (max-width: 41.25em) {
#container {
    width: 100%;
}
#imagelightbox-close {
    right: 1.25em;
    top: 1.25em;
}
#imagelightbox-nav {
    bottom: 1.25em;
}
.imagelightbox-arrow {
    height: 3.75em;
    margin-top: -2.75em;
    width: 2.5em;
}
.imagelightbox-arrow-left {
    left: 1.25em;
}
.imagelightbox-arrow-right {
    right: 1.25em;
}
}

/* Breadcrumbs */
#portal-breadcrumbs {
    font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 0;
}
#portal-breadcrumbs a, #portal-breadcrumbs a:hover {
    color: #fff;
}
#portal-breadcrumbs .container {
    padding: 0;
}
.breadcrumb {
    display: inline-block;
    background-color: transparent;
    margin: 0;
    padding: 0;
}
#breadcrumbs-current, #breadcrumbs-you-are-here {
    display: none;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

/*Search*/
#portal-searchbox {
	position: relative;
	width: 100%;
	display: inline-block;
	margin-bottom: 0;
}
.searcher .searchButton {
	border: none;
	background: transparent;
	position: absolute;
	right: 0;
	top: 0;
}
.searcher .btn-lg {
	padding: 5px 10px;
	opacity: 0.4;
	transition: all 0.25s ease;
}
.searcher .btn-lg:hover {
	opacity: 0.8;
	transition: all 0.25s ease;
}
.searchSection, #portal-advanced-search, .searcher label {
    display: none;}

.template-search #portal-breadcrumbs, .template-search .actionMenu, .template-search #content-core h1 {
    display: none;
}
#search-results-wrapper {
    margin-top: 15px;
}
#searchResultsSort {
    margin-bottom: 10px;
}
.documentLocation {
    display: block;
}
.searchResults {
    margin: 0;
    padding: 0;
}
.searchResults li {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px dashed #dedede;
    list-style: none;
}
.result-title {
    font-size: 18px;
}

/*POPI*/
#pfg-fieldsetname-opt-in-to-form .ArchetypesMultiSelectionWidget .formQuestion.label {
    display: none;
}
.form-check-input {
    margin-left: 0;
}
.cookie-bar__inner {
    font-size: 14px;
}

/*Juizi*/
.juizi-web {
    opacity: 0.4;
    transition: 0.25s all;
    margin-top: 6px;
    display: inline-block;
    width: 130px;
    height: auto;
}
.juizi-web:hover {
    opacity: 0.8;
    transition: 0.25s all;
}

/*Corona*/
.coronaBanner {
  background-color: white;
  text-align: center;
  padding: 1em;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, Ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  font-size: 0.8em;
  line-height: 1.6em;
  margin-top: 40px;
  display: inline-block;
  border-radius: 7px;
}

.coronaBanner__content {
  display: inline-block;
  text-align: left;
}

.coronaBanner__websiteLink {
  display: block;
}
.coronaBanner__websiteLinkImg {
  border: 0;
  width: 500px;
  max-width: 100%;
  height: auto;
}

.coronaBanner__hotlineLink,
.coronaBanner__whatsappLink {
  display: block;
  text-decoration: none;
  color: #e95211;
  text-align: center;
}
  .coronaBanner__hotlineLink:hover,
  .coronaBanner__whatsappLink:hover {
    text-decoration: underline;
  }
.coronaBanner__hotlineLink {
  font-weight: bold;
}

/* Only on small screen */
@media only screen and (max-width : 950px) {
    
    .dropdown-menu {
        padding: 0.5rem 1rem;
    }
    .imageContainer {
        display: block;
        margin-bottom: 20px;
    }
    .imageContainer img {
        max-width: 100%;
        float: none;
        margin: 0;
    }
    .username {
        text-align: center;
    }
    .useractions {
        text-align: center;
        margin-top: 10px;
    }
    .align-center-responsive {
        text-align: center !important;
    }
    .event.summary.details {
        float: none;
        margin: 20px 0 40px;
        width: 100%;
    }
    .section-home .navWrapper .btn {
        width: 100%;
        text-align: center;
        margin-bottom: 4px;
    }
    
}

/*Only on big screen*/
@media only screen and (min-width : 950px) {
    
    /*List Group Horizontal*/
    .list-group.list-group-horizontal{
    	display: flex;
    	flex-direction: row;
    }
    
    .list-group.list-group-horizontal .list-group-item {
    	margin-bottom: 0;
    	margin-right: 0;
     	border-right-width: 0;
    }
    .list-group.list-group-horizontal .list-group-item:first-child {
    	border-top-right-radius:0;
    	border-bottom-left-radius:4px;
    }
    .list-group.list-group-horizontal .list-group-item:last-child {
    	border-top-right-radius:4px;
    	border-bottom-left-radius:0;
    	border-right-width: 1px;
    }
    
    .section-home #loginform div {
        margin-top: auto;
        margin-bottom: 0;
    } 
    
}