.form__field--captcha img.captcha {
     margin-bottom: 25px;
     height: 50px;
     width: 180px;
     background: url("../contentform/img/captcha.jpg") no-repeat scroll 0 0 transparent;
 }

.form__field--captcha button.captchaReload {
    background: url(../contentform/img/reload.svg) repeat scroll 0 0 transparent;
    display: inline-block;
    height: 28px;
    width: 28px;
    margin-left: 1ex;
    position: absolute;
    top: 54px;
}
.mainnav h6 {
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	margin: 0;
	padding: 3px 0 3px 10%;
}

.mainnav {
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
}

.mainnav .navlist {
	padding-top: 2px;
	padding-bottom: 2px;
}

.mainnav li div.active {
	font-weight: bold;
	border: 1px solid black;
}

.pathnav {
	background: transparent;
	background-image: none;
	border: 0 none;
	width: auto;
	margin-right: -0.5ex;
	display: block;
}

.pathnav .current {
	font-weight: bold;
}

.topnav {
  font-size: 15px;
  background-color: #ccc;
}
.topnav2 {
  display: inline-block;
  padding: 10px;
  padding-left: 0px;
  padding-right: 0px;  
}

.topnav .current {
	font-weight: bold;
}

.topnav a {
  background-color: #EDEDED;
  padding: 5px;
  color: #000;
  border: 1px solid #D3D3D3;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 20px;
}
.topnav a:hover {
  background-color: #ddd;
}

.navlist div.odd {
	background-color: #d0d0d0;
}

.navlist div.even {
}

.navlist ol, .navlist ul, .navlist li {
	margin-left: 0px;
}

.navlist li {
	list-style-type: none;
}

.navlist ul {
    padding-left: 1em !important;
}

.navlist li a {
	width: auto !important;
	text-decoration: none !important;
	word-break: break-all;
}

.navlist div {
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.mainnav li div.navSpaceBefore {
	border-top: 2px solid black;
}

.mainnav li div.navSpaceAfter {
	border-bottom: 2px solid black;
}
.extendedSearch {
	margin-top: 10px;
	width: 100%;
}

.searchFilterBox {
	border: 0;
	padding: 0;
}

.list-container__search-error {
	color: var(--bw-foreground-warning);
	font-weight: var(--bw-font-weight-bold);
	padding: var(--bw-space-600) 0;
	line-height: var(--bw-leading-narrow);
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* --------------------------------- START "stickySidebar" -------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.stickySidebar {
    position: fixed;
    right: 20px;
    top: 160px;
    margin-top: 30px;
    max-width: 130px;
    max-height: 130px;
    z-index: 104;
}

.stickySidebar-element {
    position: relative;
    margin-bottom: 1rem;
}

.stickySidebar-element.hidden-print {
    display: none;
}

.icon-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.icon-image-hover {
    display: none;
}

.stickySidebar-trigger.active .icon-image {
    display: none;
}

.stickySidebar-trigger.active .icon-image-hover {
    display: block;
}

.stickySidebar-trigger[aria-expanded="true"] + .flyout .flyout-element {
    display: block;
}

.icon-image img,
.icon-image-hover img {
    max-height: 130px;
}

.flyout-element {
    position: absolute;
    right: 110%;
    top: 0;
    display: none;
    min-width: 100%;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    border: 1px solid #ccc;
    padding: 20px;
    background: #fff;
    height: auto !important;
    max-height: 300px;
    overflow: auto;
    z-index: 1000;
}

.flyout-element[hidden] {
    display: none !important;
}

.flyout-content .link-block {
    margin: 10px 0;
}

.flyout-content .image {
    padding-top: 0 !important;
}

.flyout-content .image__img {
    position: relative;
    width: auto;
    max-width: 100%;
}

.flyout-content h2 {
    font-size: var(--bw-font-size-500);
}

@media (max-width: 68.125em) {
    .stickySidebar {
        top: initial;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        padding-top: 20px;
        padding-bottom: 10px;
        border-top: 1px solid #eae8de;
        margin-top: 0;
        width: 100%;
        max-width: 100%;
    }

    .stickySidebar-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
    }

    .stickySidebar-element {
        position: initial;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .icon-image img,
    .icon-image-hover img {
        max-height: 50px;
        max-width: 50px;
    }

    .flyout-element {
        background: #fff;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
        display: none;
        height: auto !important;
        left: 0;
        padding: 20px;
        position: absolute;
    }

    .header__menu {
        margin-bottom: 72px;
    }
}

@media (min-width: 68.125em) {
    .flyout-element {
        min-width: 420px;
    }
}

.socialMediaElements .icon-link__button {
    background-color: #d40d36;
    color: #fff;
}

.socialMediaElements {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1rem;
}

.socialMediaElements .link-list__item {
    flex-basis: calc(50% - 2rem);
    flex-shrink: 0;
}

.socialMediaElements .link-list__item:first-child {
    padding-top: .7rem;
}

.socialMediaElements .icon-link__button {
    height: 2.6rem;
    width: 2.6rem;
    flex-shrink: 0;
}

.socialMediaElements .icon-link__icon {
    font-size: 1.6rem;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition-property: color;
}

.socialMediaElements .icon {
    -moz-user-select: all;
    -ms-user-select: all;
    -webkit-user-select: all;
    display: inline-block;
    height: 1em;
    line-height: 1em;
    user-select: all;
    vertical-align: middle;
    width: 1em;
}

.socialMediaElements .link-list__item {
    margin-left: 2rem;
    padding-bottom: .7rem;
    padding-top: .7rem;
}
.subscriptions-box {
	position: relative;
}

.subscriptions-box .subscriptions-inner-box .subscriptionsDiv {
	padding: 10px 10px 10px 10px;
	margin: var(--bw-space-600) 0;
	border: 1px solid var(--bw-border-subtle);
	border-radius: var(--bw-border-radius-100);
	transition-property: border;
}

@media (min-width: 68.125em) {
	.subscriptions-box .subscriptions-inner-box {
		max-width: 712px;
		margin: 0 auto;
	}
}

#subscription_form .form-group span.error {
	color: var(--bw-foreground-warning);
	font-size: 1.3rem;
	line-height: 1.9rem;
}
#cms-toolbar-modifiedby::before {
	font-family: 'Font Awesome 6 Pro', serif;
	font-weight: 900;
	content: '\f4ff';
}

#cms-toolbar-no_lock::before {
	font-family: 'Font Awesome 6 Pro', serif;
	font-weight: 900;
	content: '\f058';
}

#cms-toolbar-lock_open::before {
	font-family: 'Font Awesome 6 Pro', serif;
	font-weight: 900;
	content: '\f3c1';
}

#cms-toolbar-lock_closed::before {
	font-family: 'Font Awesome 6 Pro', serif;
	font-weight: 900;
	content: '\f502';
}

#cms-toolbar-no_lock_workversion::before {
	font-family: 'Font Awesome 6 Pro', serif;
	font-weight: 900;
	content: '\f4fe';
}

#cms-toolbar-inplaceedit::before {
	font-family: 'Font Awesome 6 Pro', serif;
	font-weight: 900;
	content: '\f303';
}

#cms-toolbar-previewEditor::before {
	font-family: 'Font Awesome 6 Pro', serif;
	font-weight: 900;
	content: '\f31c';
}

#cms-toolbar-webadminTreeview::before {
	font-family: 'Font Awesome 6 Pro', serif;
	font-weight: 900;
	content: '\f802';
}

#cms-toolbar-showRealNode::before {
	font-family: 'Font Awesome 6 Pro', serif;
	font-weight: 900;
	content: '\f05b';
}

#cms-toolbar-permalink::before {
	font-family: 'Font Awesome 6 Pro', serif;
	font-weight: 900;
	content: '\f0c1';
}

#toolbar {
	position: fixed;
	top: 95px;
	left: 15px;
	z-index: 100000;
	display: none;
	flex-direction: column;
	gap: 10px;
	background-color: #fff;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	border: 1px solid #cccccc;
	cursor: move;
}

#toolbar a {
	color: #3d4fd6;
	font-size: 14px;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	transition: background-color 0.3s, color 0.3s;
	cursor: pointer;
}

#toolbar a:focus {
	outline: 2px solid #2b3a9f;
	outline-offset: 2px;
}

#toolbar a:hover, #toolbar a:focus {
	background-color: #3d4fd6;
	color: #fff;
	outline: none;
}

#toolbar a:focus {
	box-shadow: 0 0 5px rgba(61, 79, 214, 0.5);
}

#toolbar a#cms-toolbar-webadmin:hover svg path:nth-of-type(1),
#toolbar a#cms-toolbar-webadmin:focus svg path:nth-of-type(1),
#toolbar a#cms-toolbar-webadmin:hover svg path:nth-of-type(2),
#toolbar a#cms-toolbar-webadmin:focus svg path:nth-of-type(2),
#toolbar a#cms-toolbar-webadmin:hover svg path:nth-of-type(3),
#toolbar a#cms-toolbar-webadmin:focus svg path:nth-of-type(3) {
	fill: #fff;
}

@media (min-width: 36.25em) {
	#toolbar {
		display: flex;
	}
}
