/* body */
body a {
  color: #0084A8;
}
body a:hover, body a:focus, body a:active {
  color: #102432;
}

/* top bar */
#sp-top-bar {
       background: #c7c7c7;
    color: #0084A8;
    padding: 8px 0;
    font-size: 0.875rem;
  line-height: 0;
}
div#sp-top2 { text-align: right; }
#sp-top-bar a { color: #fff; font-weight: 600;}
#sp-top-bar .top-lang {float:right; padding: 6px 0 6px 10px;}
#sp-top-bar .sp-module { margin: 0; }
#sp-header {
   /* background: url(/images/bg.png);
    background-size: auto;*/
}
/* header */
#sp-header {
    background-color: #ffffffd6;
   /* background: url(/images/bg.png);
    background-size: auto;
    background-repeat: repeat;*/
}
/* menu */
body .sp-megamenu-parent > li > a, body .sp-megamenu-parent > li > span { padding: 0 10px; }
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #fff;
} 
.sp-megamenu-parent > li.active > a {    font-weight: 600;}
.sp-megamenu-parent > li > a {position:relative;}
.sp-megamenu-parent > li > a:before {
    content: "";
    position: absolute;
    bottom: 18px;
    left: 10px;
    width: 0;
    height: 1px;
    background: #3c7cc3;
  transition: all 500ms ease-in-out;
}
.sp-megamenu-parent > li:hover > a:before, .sp-megamenu-parent > li.active > a:before {left:10px; width: calc(100% - 20px);}
.active > a {color: #102432;}
/* mega menu */
.sp-dropdown-mega.sp-menu-full.container ul.sp-mega-group .item-header > a { border-bottom: 3px solid #ddd; }
.sp-dropdown-mega.sp-menu-full.container ul.sp-mega-group .item-header > ul li a { font-size:0.8rem; }
.sp-dropdown-mega.sp-menu-full.container ul.sp-mega-group .item-header > ul > li > a:after {content:none;}
.sp-dropdown-mega.sp-menu-full.container ul.sp-mega-group .item-header .sp-dropdown.sp-dropdown-sub.sp-menu-right {
	display: block;
	animation: none;
    position: relative;
    left: 0;
    right: 0;
}
.sp-dropdown-mega.sp-menu-full.container ul.sp-mega-group .item-header .sp-dropdown.sp-dropdown-sub.sp-menu-right .sp-dropdown-inner {
    background: transparent;
    box-shadow: none;
	padding: 0px;
}
.sp-dropdown-mega.sp-menu-full.container ul.sp-mega-group .item-header .sp-dropdown.sp-dropdown-sub.sp-menu-right .sp-dropdown-inner a {
	color: #888;
	padding: 5px 0;
    line-height: 1.4;
	margin-left: 15px;
}
.sp-dropdown-mega.sp-menu-full.container ul.sp-mega-group-child.sp-dropdown-items > li/*:not(:last-child)*/ > .sp-dropdown.sp-dropdown-sub {
    margin-bottom: 20px;
    width: auto!important;
}
.sp-dropdown-mega.sp-menu-full.container ul.sp-mega-group .item-header:not(:first-child) {margin-top:20px;}

/* title */
.sp-page-title {position:relative; padding:15vh 0 10vh;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: scroll;}
.sp-page-title:after {content:""; position:absolute; top:0; left:0; width:100%; height:100%;
    background: linear-gradient(225deg, rgba(59,59,59, 0.9) 0%, rgba(110,110,110, 0.9) 100%) transparent;
    z-index: 0;
}
.blue .sp-page-title:after { background: linear-gradient(225deg, rgba(0,132,168, 0.9) 0%, rgba(16,36,50, 0.9) 100%) transparent; }
.green .sp-page-title:after { background: linear-gradient(225deg, rgba(0,168,132, 0.9) 0%, rgba(0, 117, 92, 0.9) 100%) transparent; }
.yellow .sp-page-title:after { background: linear-gradient(225deg, rgba(211, 153, 9, 0.9) 0%, rgba(162, 118, 7, 0.9) 100%) transparent; }
.red .sp-page-title:after { background: linear-gradient(225deg, rgba(168,0,0, 0.9) 0%, rgba(117, 0, 0, 0.9) 100%) transparent; }
.blue .sp-page-title {background-image: url(/images/title_1.jpg)!important;}
.yellow .sp-page-title {background-image: url(/images/title_2.jpg)!important;}
.green .sp-page-title {background-image: url(/images/title_3.jpg)!important;}
.red .sp-page-title {background-image: url(/images/title_4.jpg)!important;}

.sp-page-title > .container {
    z-index: 1;
    position: relative;
}
/* offcanvas menu */
.offcanvas-menu {
    background: #f1f1f1;
    font-weight: 600;
}

/* footer & copyright */
footer .sppb-section:not(#footer-top-bar) a, footer#sp-footer .sppb-section:not(#footer-top-bar) ul.menu li a {
    color: #2e2e2e;
    font-weight: 400;
}
#footer-top-bar a {font-weight:600;}
footer a:hover, footer a:focus
footer#sp-footer ul.menu li a:hover, footer#sp-footer ul.menu li a:focus {color:#fff;}
#sp-footer, #sp-bottom {
    background-image: linear-gradient(1deg, #fff, #f1f1f1);
    color: #7c7c7c;
}
footer h3.sppb-addon-title:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -15px;
    width: 30%;
    height: 1px;
    background: #9d9d9d;
}

footer h3.sppb-addon-title {
    font-size: 1.3rem;
    position: relative;
    font-weight: 400;
}
footer#sp-footer ul.menu {
    text-align: right;
  float: right;
}
footer#sp-footer #footer-copyright {font-size:0.755rem;}
div#footer-top-bar { border-bottom: 4px solid rgba(255,255,255,0.2); }



div.sppb-addon-optin-forms { padding: 0px; }
@media screen and (min-width: 480px) {
  form.sppb-optin-form.form-inline .email-wrap, form.sppb-optin-form.form-inline .name-wrap {
    padding-right: 0px;
  }
}
/* cookies */


/* covidlaw */
.top_menu ul.menu {
    padding: 0;
    text-align: right;
    float: right;
    display: block;
    margin: 0;
    line-height: 150%;
}
.top_menu ul.menu li {
/*    float: left;*/
    display: inline-block;
    line-height: 100%;
    padding-left: 15px;
    font-weight: 600;
    font-size: 12px;
}
@media (orientation: landscape), (min-width: 992px) {
  .top-box {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

/* pagination */
nav.d-flex.pagination-wrapper {
    margin-top: 1.5rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0084A8;
    border-color: #0084A8;
}
body .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0084A8;
    background-color: #fff;
    border: 1px solid #0084A8;
}
body .page-link:hover {
    z-index: 2;
    color: #0084A8;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #0084A8;
}
body .article-list .article .readmore a, dd.field-entry.sppb-btn.sppb-btn-link a {
    border: 2px solid #0084A8;
    padding: 5px 10px;
    display: inline-block;
    transition: all 200ms ease-in-out;
    font-weight: 600;
}
body .article-list .article .readmore a:hover, dd.field-entry.sppb-btn.sppb-btn-link a:hover { color:#fff; background:#102432; border-color:#102432;}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
    color: #102432;
}


/* page title */
.page_title h2.sppb-addon-title {
	margin: 0px 0px 5px 0px;
    text-transform: none;
    padding: 0px 0px 0px 0px;
	font-size: 72px;
    line-height: 82px;
    letter-spacing: ;
    font-weight: 100;
	color: #fff;
	text-align:center;
}
@media (max-width: 767px) {
  .page_title h2.sppb-addon-title {
    font-size: 38px;
    line-height: 48px;
  }
}
#sp-title ul.menu li {
    display: inline-block;
    margin: 0 10px;
}
#sp-title ul.menu li a {
    color: #fff;
	font-weight: 600;
}
#sp-title ul.menu {
	text-align:center;
    display: block;
    list-style: none;
    padding: 0;
}
/* links & attachments */
a.article_att_files, a.article_link_field, div.btn_download>a {
    color: #fff;
    padding: 3px 7px;
    background: #0084A8;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
    display: inline;
    margin: 5px 0 5px 5px;
	font-size: 0.8rem;
}
a.article_att_files:hover, a.article_link_field:hover, div.btn_download>a:hover { background: #102432; color: #fff; }

li.list-group-item /*.with-date */ { display: flex; padding: .75rem;}
li.list-group-item span.date, li.list-group-item .buttons-container {white-space: nowrap; }
li.list-group-item span.date {margin-right: 4px ; font-weight: 600; color: #555;}
li.list-group-item .buttons-container {margin-left: auto;}
/* dowwnloads */
li.list-group-item.list-group-item-download > div.title {
    display: inline-block;
    font-weight: 600;
}
.osdownloadsaction {
    display: inline-block;
    float: right;
}
.osdownloadsaction .btn_download { margin: 0; }
li.list-group-item.list-group-item-download > * {
    line-height: 1rem;
    margin: 10px 5px 8px;
}
.mod_osdownloadsfiles ul li.list-group-item.list-group-item-download {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
/* mobile menu */
body .offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) { margin-bottom: 0px; }
/* mobile-cat */
@media (max-width:767px){
	li.list-group-item {display:block;}
	li.list-group-item .buttons-container { width: 100%; text-align: right; }
}

/* search */
.search_r .finder .search-results.list-striped li {
	margin: 15px 0 0;
    border-left: 10px solid #0084a8;
    padding: 0px 10px;
}
.search_r h4.result-title { font-size: 1rem; }
.search_r p.result-text {
    font-size: 0.9rem;
}
.search_r span.highlight {
    background: #e5e5ee;
    padding: 0 2px;
    border-bottom: 2px solid;
    font-weight: 600;
    color: #bb0000;
}
.search_r .btn-primary {
    color: #fff;
    padding: 3px 7px;
    background: #0084A8;
	border-color:#102432;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
    display: inline;
/*    margin: 5px 0 5px 5px;
	font-size: 0.8rem;*/
}
.search_r .btn-primary:hover, .search_r .btn-primary:focus { background: #102432; color: #fff; box-shadow:none;}
.form-control:focus { box-shadow: none;	border-color:#102432; }
div#sp-top1 .finder input.search-query {
    background: transparent;
    color: #f1f1f1;
    padding: 0;
    margin: 0;
    float: left;
	border:none;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0px!important;
	font-weight:400;
	width:calc(100% - 30px);
	font-size:0.9rem;
}
ul.search-results.list-striped {
    margin-bottom: 20px;
}
div#sp-top1 .finder input.search-query::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #f1f1f1;   opacity: 1; /* Firefox */}
div#sp-top1 .finder input.search-query:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #f1f1f1; }
div#sp-top1 .finder input.search-query::-ms-input-placeholder { /* Microsoft Edge */ color: #f1f1f1; }
button.btn.btn-primary.hasTooltip.finder { float: left; width: 30px; font-size: 0; padding: 0;
    background: transparent!important;
    border: none!important;
    box-shadow: none!important;
}
.icon-search:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    float: right;
    margin-left: 7px;
	font-size: 18px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	transition: all 500ms ease-in-out;
}
button.btn.btn-primary.hasTooltip.finder:hover .icon-search:after  {color:#0084A8;}
.tooltip.fade.show.bs-tooltip-bottom {display:none!important;}

#sp-header .logo {
    height: 128px;
    width: max-content;
}
#sp-header {
    height: 130px!important;    
}
div#sp-menu {
    padding-top: 31px;
}
.logofoot {
    padding-left: 40px;
}

element.style {
}
#sp-header.header-sticky {
    background: #fff;
    transition: 0.9s ease;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
    
    font-weight: 300;
}
.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 1.8rem;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    
    font-size: 15px;
      font-weight: 500!important;
    
}