/* =Import Required styles
========================================================================================*/
@import url(vendor/icons.css);
@import url(banners.css);

/* =Box Sizing 
========================================================================================*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;  }


/* =Deafult Tag & General Classes
========================================================================================*/
html, body { -webkit-font-smoothing:antialiased; -moz-font-smoothing:antialiased; -ms-font-smoothing:antialiased; font-smoothing:antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust:100%; }
body { font:14px/1.6 'Open Sans', Arial, Helvetica, sans-serif; color:#000; padding-top:205px; }
body#tinymce { padding-top: 0 }
img { vertical-align:top; border:0; }
a, input[type="button"], input[type="submit"], button, table th, table td { -webkit-transition:background-color 100ms linear, color 100ms linear; transition:background-color 100ms linear, color 100ms linear; }
.allanim, #mainmenu > ul > li ul, .checklist-box .tabnav li a:before { -webkit-transition:all 100ms linear; transition:all 100ms linear; }
a { color:#144b9c; text-decoration:none;}
a:hover { color: #1b63cf; text-decoration:underline; }
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	a:active{ background-color:transparent;}
}
strong { font-weight:700; }
small, .small { font-size: 85%; }
sub, sup { font-size:80% }
p { margin:0 0 25px 0; }
h1,h2, h3, h4, h5, h6 { line-height:1.2; margin:0 0 10px; font-weight:700; }
h1 { font-size: 3rem; font-weight:400; }
h2 { font-size: 2.5rem; font-weight:400; }
h3 { font-size: 2rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.2rem; }
h6 { font-size: 1.1rem; }

ul li { line-height:24px; }

.cf:after,.container:after { content:""; display:table; clear: both; }
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
:focus { outline:none; }
.text_cont p { padding:0 0 10px 0; }
.nopad p, p.nopad { padding:0; }

.row { margin-left:-27px; margin-right:-27px; }
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { padding-left:27px; padding-right:27px; }

.pull-right { float: right; }

/* =Blockquote & highlight
========================================================================================*/
blockquote { border-left:solid 6px #e1e1e1; margin-left:0; padding-left:15px; }
blockquote small { font-size:85%; display:block; color:#999; padding:5px 0 0 0; font-style:italic; }
.highlight, mark { background:#fffd64; }

.alignleft { float:left; margin: 5px 25px 10px 0; }
.alignright { float:right; margin: 5px 0 10px 25px; }
.aligncenter { display: block; margin: 25px auto; clear: both; }

/* =Text Size, color & Custom list style
========================================================================================*/
.text-bigger { font-size:22px;  }
.text-big { font-size:20px; }
.text-small { font-size:12px; }
.text-muted { color:#777; }
.text-primary { color:#144b9c; }
.text-secondary { color:#7979a9; }

.bg-muted { background:#777; }
.bg-primary { background:#e34f26; }
.bg-secondary { background:#7979a9; }

.text-lc { text-transform:lowercase; }
.text-uc { text-transform:uppercase; }

.has-show { display:block !important; }
.has-hide { display:none !important; }

.has-error { padding:8px 12px 0; display:block; color:#f34834; }
input.has-error { border:solid 1px #f34834 !important;  }

.tall-space { margin:45px 0; }
.medium-space { margin:20px 0; }

.custom-arrow-list { margin:0; padding:0; list-style:none; }
.custom-arrow-list li { position:relative; padding-left:20px; }
.custom-arrow-list li:before { content:''; border:solid 2px #bbb; border-left:0; border-top:0; position:absolute; left:1px; top:9px; -webkit-transform:rotate(-45deg); transform:rotate(-45deg); width:7px; height:7px; }

/* =Divider Width
========================================================================================*/
hr { border:0; border-bottom:solid 1px #e1e1e1; margin:20px 0; position:relative; width:100%; }
hr:before { background:#888; bottom: 0; content: ""; display: block; height: 1px; left: 0; right:0; margin:0 auto; top:0; position: absolute; width: 40px; }
.dashed-border { border-bottom-style:dashed }
.dotted-border { border-bottom-style:dotted; }
.double-border { border-bottom-style:double; border-bottom-width:3px; }
.double-border:before { height:3px; }

/* =Drop Caps
========================================================================================*/
p.drop-caps:first-child:first-letter { float: left; font-size: 75px; line-height: 60px; padding: 4px; margin-right: 5px; margin-top: 5px; font-family: Georgia; }
p.drop-caps.secundary:first-child:first-letter { background-color: #144b9c; color: #fff; padding: 6px; margin-right: 11px; border-radius: 4px; }

/* =Image Caps
========================================================================================*/
.image-block { padding:25px 0;  }
.image-block:after { display:table; clear:both; content:''; }
.image-block figure { width:33.33333%; float:left; position:relative; border:solid 1px #e5e5e5; padding:5px; background:#fff; margin:0 20px 10px 0; }
.image-block figure img { width:100%; height:auto; }
.image-block.right-align figure { float:right; margin:0 0 10px 20px;  }
.image-block figcaption { display:block; font-weight:700; position:absolute; left:5px; right:5px; bottom:5px; margin:0 auto; background:rgba(0,0,0,0.40); padding:13px 10px; color:#fff; text-align:center; line-height:1.25; }
.image-block h3 { margin-bottom:20px; }

/* =Section Caps
========================================================================================*/
.section-block { padding:25px 0; background:#fff; }

/* =Layout Width
========================================================================================*/
#wrapper {  }
.container { max-width:1460px; padding-left:30px; padding-right:30px; }

/*#main { padding:25px 0; }*/
#primary { float:left; width:700px; }
#sidebar { }
.one-column { width:auto !important; float:none !important; }


/* =Common-Page (common classes for all pages)
========================================================================================*/
#header { position:fixed; top:0; left:0; right:0; z-index:9; height: 205px; }

#header.fixed { height: 70px; }
#header.fixed #nav,
#header.fixed #top,
#header.fixed #mainmenu > ul > li > a { height: 70px; line-height: 70px; transition: none; }
#header.fixed #top { padding: 0; }
#header.fixed .search-form { width: 13rem; height: 50px; position: relative; }
#header.fixed .search-form span { display: none; }
#header.fixed .search-form button { width: 4rem; text-align: center; }
#header.fixed .search-form button i { margin-right: 0; }
#header.fixed .search-box .textbox { padding-right: 5rem; float: right; }
#header.fixed .search-box { margin-bottom: 0; padding: 10px 0; }
#header.fixed .search-box, #header.fixed #logo { position: relative; z-index: 99; }

#header #logo img.full { display: inline-block;  }
#header #logo img.short { display: none; }

#header.fixed #logo img.full { display: none;  }
#header.fixed #logo img.short { display: inline-block; }

#header.fixed #logo { padding: 10px 0; }

#header #top { box-sizing: border-box; height: 110px; background:#ebebeb; padding:30px 0; }

#header #social { background: #ebebeb; line-height: 2rem; height: 2rem; box-shadow: inset 0 -1px 0 #0762d3 }
#header #social a { display: inline-block; margin-left: 1rem; }
#header #social a:hover { text-decoration: none; }

#header #nav { height: 95px; line-height: 95px; background: #fff; position: absolute; left: 0; top: calc(110px + 2rem); right: 0; transition: none; box-shadow: 0 2px 0 #0762d3; }
#header.fixed #nav { top: 2rem; background: transparent; transition: none; border-bottom: none; }

#logo { float:left; height: auto; position:relative; display: block; }
#logo img { max-width:100%; height:50px; width:auto; }
#logo a { display: block; height: 50px; position: absolute; top: 0; }

#logo a.gdpr { width: 35%; left: 0; }
#logo a.horizon { width: 55%; right: 0; }

#mainmenu { text-align: center; }
#mainmenu > ul,
#mainmenu > ul > li { display: inline-block; margin: 0; padding: 0; position: relative; line-height: 3rem; }
#mainmenu > ul > li > a { display: inline-block; padding: 0 1rem; font-size: 16px; font-weight: 700; }
#mainmenu > ul > li > a:hover { text-decoration: none; }
#mainmenu > ul > li.current_page_item > a,
#mainmenu > ul > li.current-menu-item > a { color: #cc3; position: relative; }
#mainmenu > ul > li.current_page_item > a:after,
#mainmenu > ul > li.current-menu-item > a:after { display: block; content: ""; width: 40%; position: absolute; left: 50%; margin-left: -20%; bottom: -.5rem; height: 2px; background: #144b9c }

.fixed #mainmenu > ul > li.current_page_item > a:after,
.fixed #mainmenu > ul > li.current-menu-item > a:after { bottom: .75rem; } 

#mainmenu > ul > li.hovered ul.sub-menu { width: 14rem; display: block; position: absolute; right: 18px; top: 3rem; list-style-type: none; background: #144b9c; padding: 0; margin: 0; text-align: left; }
#mainmenu > ul > li.hovered ul.sub-menu a { color: #fff; font-weight: 700; text-align: left; display: block; padding: .75rem 1.5rem; border-bottom: 1px solid rgba(255,255,255,.5); }
#mainmenu > ul > li.hovered ul.sub-menu li:last-child a { border-bottom: none; }
#mainmenu > ul > li.hovered ul.sub-menu:after {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #144b9c;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: -10px;
}

#mainmenu > ul > li.hovered ul.sub-menu a:hover { background: #0762d3; text-decoration: none; }


#mainmenu > ul > li ul { display: none; }
#mainmenu .hasnav > a { padding-right: 2.5rem; position:relative; }
.hasnav > a:before { content:""; height:7px; width:7px; position:absolute; top:0; bottom:0; right: 1.5rem; margin:auto; border-right:2px solid #144b9c; border-bottom:2px solid #144b9c; -webkit-transform:rotate(45deg); transform:rotate(45deg); }
.navtrigger { display:none; position:absolute; top:0; right:0; background:#005ac9; height:40px; width:40px; text-align:center; z-index:1; text-indent:-999em; cursor:pointer; }
.navtrigger:before { content:""; position:absolute; top:0; right:0; left:0; bottom:0; margin:auto; height:0; width:0; border-top:5px solid #fff; border-left:5px solid transparent; border-right:5px solid transparent; transition:0.5s all; }
.navtrigger.open:before { transform:rotate(180deg); }
.page-banner-box { position:relative; background-size:cover; background-repeat:no-repeat; background-position:50% 0; background-color:#2d2f32; padding: 6rem 0; color:#fff; z-index:1; }
.page-banner-box:after { position: absolute; content: ""; display: block; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; background: rgba(20, 75, 156,.25); }
.page-banner-box .container { position: relative; z-index: 3; text-shadow: 0 1px 2px #000; }

.page-title-box h1, .page-title-box h2 { width:100%; margin-left:auto; margin-right:auto; margin-bottom:25px; }
.home .page-title-box h1 { font-size: 3rem; margin-bottom: 2rem; }
.home .page-title-box h2 { font-size: 2rem; }
.home .page-title-box p { margin-bottom: 0; }

.container.narrow { padding: 0 4rem; }
.page-title-box p { font-size: 1.25rem; margin-left:auto; margin-right:auto; width:100%; }

#footer { background:#ebebeb; font-size:16px; padding: 4rem 0; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-weight:300; }
#footer .container p a { text-decoration: underline; }
#footer .post-author-details-box { margin: 0 0 4rem; }
.footer-top:after, .fmenu:after { content:""; display:table; clear:both; }
.fmenu-box { float:left; width:100%; }
.fmenu { padding:0; list-style:none;  }
.fmenu li { display: block; padding: 0 0 1rem 0; }

.partner-logo-box { float:right; width:25%; font-size:0; text-align:right; margin-top:15px; }
.partner-logo-box figure { display:inline-block; max-width:83px; width:100%; margin:0 25px 10px 0; }
.partner-logo-box figure img { max-width:100%; height:auto; width:auto; }
.copyright { margin: 2rem 0 0 0; color:#000; text-align:center; display: block; }




/* =Home-Page (only homepage used classes) & some Archive stuff
========================================================================================*/
.sprites { background-image: url(../images/bgi/sprites.svg);  } 
.sp-after:after { background-image: url(../images/bgi/sprites.svg); display: inline-block; width: 25px; height: 25px; margin-left: 10px; content: ''; vertical-align: middle; }
.sp-before:before { background-image: url(../images/bgi/sprites.svg); display: inline-block; width: 25px; height: 25px; margin-right: 10px; content: ''; vertical-align: middle;  }
.news-post-box { box-shadow: 0 0 25px rgba(0,0,0,0.15); margin-bottom: 1.5rem; padding: 1rem 1rem 3rem 1rem; position: relative; }
.news-post-box:hover { box-shadow: 0 0 10px rgba(0,0,0,0.5); transition: all .2s;}
.news-post-box .meta { position: absolute; left: 1rem; bottom: 1rem; right: 1rem; }
.news-post-box a { display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2; }

body.archive .archive .meta,
body.search .archive .meta { position: absolute; left: 2rem; bottom: 1rem; right: 2rem; }

.news-post-box .meta .date,
body.archive .archive .date,
body.search .archive .date { color: #999; }

.news-post-box .meta .readmore,
body.archive .archive .readmore,
body.search .archive .readmore { font-weight: 700; color: #144b9c; }

.home-post-box .fa { margin-left: .25rem; }
.news-post-box h5 { color: #000; }
.news-post-box p { margin-bottom: 0; }

/* =Form Style
========================================================================================*/
button, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select, input[type="submit"], input[type="button"] { font-size:100%; margin:0; vertical-align:baseline; *vertical-align:middle;   }
button, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, input[type="submit"], input[type="button"] { -webkit-appearance:none; -webkit-border-radius:0;  border-radius:0; }
button, input { line-height:normal; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], textarea, select { background:#fff; border-radius:4px; padding:4px 12px; height:48px; line-height:1.55; border:solid 1px #d7d9dd; color:#454648; width:100%; font-family:'Open Sans', Arial, Helvetica, sans-serif; -moz-transition:border-color 200ms ease-in; -webkit-transition:border-color 200ms ease-in; transition:border-color 200ms ease-in; }
input[type="text"].input-lg, input[type="password"].input-lg, input[type="email"].input-lg, input[type="tel"].input-lg, input[type="search"].input-lg, input[type="url"].input-lg { height:58px; }
input[type="text"].input-sm, input[type="password"].input-sm, input[type="email"].input-sm, input[type="tel"].input-sm, input[type="search"].input-sm, input[type="url"].input-sm { height:38px; }
textarea { width:100%; height:160px; overflow:auto; resize:vertical; padding:10px 15px;  font-family:'Open Sans', Arial, Helvetica, sans-serif; }
select { height:auto; padding:12px 42px 12px 12px; font-size:14px; -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; appearance:none; position:relative; z-index:1; background:none; line-height:1.25; border-radius:4px; }
select::-ms-expand { display:none; }
.custom-select { display:block; margin:0; position:relative; background:#fff; }
.custom-select:before { position:absolute; right:1px; top:1px; width:48px; background:#fff; content:''; height:48px; }
.custom-select:after { content:''; border-top:solid 6px #848690; border-right:solid 6px transparent; border-left:solid 6px transparent; position:absolute; right:18px; top:50%; margin-top:-3px; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="url"]:focus, textarea:focus, select:focus { border:solid 1px #acacac;  }
input::-moz-focus-inner, button::-moz-focus-inner {border:0; padding:0;}
input[type="button"], input[type="submit"], button { background:#144b9c; color:#fff;  border:0;  cursor:pointer; width:auto; overflow:visible; padding:15px 30px; border-radius:4px; vertical-align:middle; text-decoration:none; font-size:16px; line-height:1.25; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-weight:700;  }
input[type="button"]:hover, input[type="submit"]:hover, button:hover { background:#0762d3; color:#fff; }
input[type="checkbox"], input[type="radio"] { margin:4px 8px 0 ; vertical-align:top;  }

::-webkit-input-placeholder { opacity:0.6; }
::-moz-placeholder { opacity:0.6; }
:-ms-input-placeholder { opacity:0.6; }
:-moz-placeholder { opacity:0.6; }

.checkbox, .radio { position: relative; float: left; margin-right: 20px; }
.form-block .form-group .checkbox label, .form-block .form-group .radio label { padding: 0; padding-left: 26px; display: block; line-height: 1.1; }
.checkbox input, .radio input { top: 0; left: 0; z-index: 1; cursor: pointer; opacity: 0; position: absolute; }
.checkbox input:checked + .input-helper:before, .radio input:checked + .input-helper:before { border-color: #3c3e47; }
.checkbox input:disabled + .input-helper:before, .radio input:disabled + .input-helper:before { opacity: 0.35; }
.checkbox .input-helper:before, .radio .input-helper:before, .checkbox .input-helper:after, .radio .input-helper:after { position: absolute; content: ""; transition: all 200ms; }
.checkbox .input-helper:before, .radio .input-helper:before { left: 0; border: 1px solid #7a7a7a; }
.checkbox input { width: 18px; height: 18px; margin: 0; }
.checkbox input:checked + .input-helper:before { background-color: #3c3e47; }
.checkbox input:checked + .input-helper:before { background-color: #3c3e47; }
.checkbox input:checked + .input-helper:after { transform: scale(1); opacity: 1; }
.checkbox .input-helper:before { top: 0; width: 18px; height: 18px; border-radius: 2px; color: #fff; }
.checkbox .input-helper:after { content: '\2713'; font-size: 13px; left: 2px; top: 1px; font-weight: 600; color: #fff; transform: scale(0); opacity: 0; }
.radio input { width: 18px; height: 18px; margin: 0; }
.radio input:checked + .input-helper:after { transform: scale(1); }
.radio .input-helper:before { top: 0; width: 18px; height: 18px; border-radius: 50%; }
.radio .input-helper:after { width: 8px; height: 8px; background: #3c3e47; border-radius: 50%; top: 5px; left: 5px; transform: scale(0); }

/* =BreadCrumbs
========================================================================================*/
.breadcrumbs { font-size:16px; color:#fff; font-weight:300; }
.breadcrumbs ul { display: inline; margin:0; padding:0; font-size:0; }
.breadcrumbs li { display:inline-block; margin:0 15px 0 0; padding:0 0 0 17px; position:relative; font-size:16px; }
.breadcrumbs li:before { content:''; border-left:solid 4px #fff; border-bottom:solid 4px transparent; border-top:solid 4px transparent; width:0; height:0; position:absolute; left:0; top:50%; margin-top:-2px; }
.breadcrumbs li:first-child { padding-left:0; }
.breadcrumbs li:first-child:before { display:none; }
.breadcrumbs li:last-child { margin-right:0; }
.breadcrumbs li a { color:#fff; text-decoration:none; }
.breadcrumbs li a:hover { color:#144b9c; }

/* =Form list
========================================================================================*/
.form-block { margin:10px 0; }
.form-group { padding:10px 0 }
.form-group:after { clear:both; content:''; display:table; }
.formlist .form-group ul { margin:0; padding:0; list-style:none; }
.forgot-link { float:right; }
.form-block .form-group label { display:inline-block; padding:0 0 5px;  }
.form-inline .form-group label { float:left; width:30%; padding:10px 10px 10px 0; line-height:1.5 }
.form-inline .form-group .field-box { width:70%; float:left; }

/* =Common button CSS
========================================================================================*/
.button { background-color:#144b9c; border-radius:4px; font-size:16px; color:#fff; display:inline-block; line-height:1.2; padding:15px 30px; vertical-align:bottom; font-weight:700;  }
.button:hover { background-color:#0762d3; text-decoration:none; color:#fff; }
.button.btn-lg, input[type="submit"].btn-lg, input[type="button"].btn-lg, button.btn-lg { padding:16px 35px; font-size:18px; }
.button.btn-sm, input[type="submit"].btn-sm, input[type="button"].btn-sm, button.btn-sm { padding:10px 25px; font-size:14px; }
.button.btn-xs, input[type="submit"].btn-xs, input[type="button"].btn-xs, button.btn-xs { padding:8px 20px; font-size:12px; }
.button.btn-lightgray, input[type="submit"].btn-lightgray, input[type="button"].btn-lightgray, button.btn-lightgray { background:#2d2f32; color:#fff; }
.button.btn-lightgray:hover, input[type="submit"].btn-lightgray:hover, input[type="button"].btn-lightgray:hover, button.btn-lightgray:hover { background:#144b9c; }
.button.btn-secondary, input[type="submit"].btn-secondary, input[type="button"].btn-secondary, button.btn-secondary { background:#fff; color:#144b9c; }
.button.btn-secondary:hover, input[type="submit"].btn-secondary:hover, input[type="button"].btn-secondary:hover, button.btn-secondary:hover { background:#2d2f32; color:#fff; }
.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline, button.btn-outline { background:#fff; border:solid 2px #144b9c; color:#144b9c;  }
.button.btn-outline:hover, input[type="submit"].btn-outline:hover, input[type="button"].btn-outline:hover, button.btn-outline:hover { background:#144b9c; color:#fff; }

.button.btn-lg.btn-outline, input[type="submit"].btn-lg.btn-outline, input[type="button"].btn-lg.btn-outline {  padding:14px 35px;   }
.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline {  padding:13px 30px;  }
.button.btn-sm.btn-outline, input[type="submit"].btn-sm.btn-outline, input[type="button"].btn-sm.btn-outline {  padding:8px 25px;   }
.button.btn-xs.btn-outline, input[type="submit"].btn-xs.btn-outline, input[type="button"].btn-xs.btn-outline {  padding:6px 20px;   }

.button.btn-block { display:block; }
.buttonset .button { margin: 10px 7px; text-align: center; width: 160px; padding-left:10px !important; padding-right:10px !important; }

/* =Table CSS
========================================================================================*/
table { max-width:100%; background-color:transparent; border-collapse:collapse; border-spacing:0; border:1px solid #ddd; }
table { width:100%; margin-bottom:30px; }
table th, table td { padding:14px 15px; line-height:1.32; text-align:left; vertical-align:top; border-top:1px solid #ddd;  border-right:1px solid #ddd;}
table th { background:#ececec; font-weight:700; padding:17px 15px; font-size:16px; }
table tr:hover td { background:#fbfbfb; }
table tr.selected td { background:#fbfbfb; }
table thead th { vertical-align:middle; }
table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td { border-top:0; }


/* =tabnav CSS
========================================================================================*/
.tabnav { width:100%; margin:0; padding:0; list-style:none; border:solid 1px #e9edee;  }
.tabnav li { float:left; position:relative; margin:0; width:25%; text-align:center; font-weight:600; text-transform:uppercase; }
.tabnav li:first-child { margin:0; }
.tabnav li h2 { margin:0; font-size:15px; }
.tabnav li a { display:block; padding:16px 5px; text-decoration:none; color:#505061; line-height:1.25; background:#e9edee; margin-bottom:-1px; border-left:solid 1px #dde1e2; }
.tabnav li:first-child a { border-left:0; }
.tabnav li.active a, .tabnav li a:hover { background-color:#fff; color:#144b9c }
.tabnav li.active a:after { display:block; }
.tab-container { padding:20px; border:solid 1px #e9edee; border-top:0; }
.tabcontent .quicklist li, .tabcontent .quicklist { margin:0; }
.tabcontent { display:none;  }
.tabcontent p { color:#666; margin:20px 0 0; }
.tabcontent p:first-child { margin-top:0; }
.tabcontent p a, .accordion-data p a { color:#7f97ae; text-decoration:underline; }
.tabcontent p a:hover, .accordion-data p a:hover { color:#00305d }
.tabcontent h4 { margin:0 0 15px; }
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active { background: #f9f9f9; border-right: 1px solid #f9f9f9; }

/* =Accordian CSS
========================================================================================*/
.accordion-databox .accordion-row { }
.accordion-databox .accordion-row:first-child { border-top:0; }
.accordion-databox .accordion-row h5 { cursor:pointer; margin:0; background:#f3f3f3; color:#555; position:relative; padding:16px 54px 16px 16px; font-weight:600; font-size:15px; margin-bottom:7px; text-transform:uppercase; }
.accordion-databox .accordion-row h5:before { position:absolute; right:0; top:0; content:''; width:54px; height:100%; z-index:1; background:rgba(0,0,0,0.08); } 
.accordion-databox .accordion-row h5:after { content:''; position:absolute; right:18px; top:50%; margin-top:-4px; border-top:solid 8px #818181; border-left:solid 8px transparent; border-right:solid 8px transparent; z-index:2  }
.accordion-databox .accordion-row h5.open { color:#272c2f;}
.accordion-databox .accordion-row h5.open:after { border-top:0; border-bottom:solid 8px #272c2f; }
.accordion-data { display:none; padding:15px 0; }
.accordion-data p { padding:0 6px; margin:20px 0 0; }
.accordion-data p:first-child { margin-top:0; }

/* =Alertbox CSS
========================================================================================*/
.alert { padding:16px 16px 16px 55px; margin:20px 0; color:#454545; position:relative; }
.alert:before { position:absolute; content:''; left:15px; top:15px; width:24px; height:24px; background:url(../images/bgi/sprites.svg) no-repeat 0 0; }
.alert-notification {  background-color:#fff0f4; border:solid 1px #db524c; color:#db524c; }
.alert-notification:before { background-position:0 0; }
.alert-info { background-color:#e8f6ff;  border:solid 1px #0082d5; color:#0082d5;  }
.alert-info:before { background-position:-26px 0; }
.alert-warning { background-color:#fef4ec; border:solid 1px #ff9948; color:#ff9948; }
.alert-warning:before { background-position:-52px 0; }
.alert-success { background-color:#edfff6; border:solid 1px #04be5b; color:#04be5b; }
.alert-success:before { background-position:-79px 0; }
.alert-normal { background-color:#efefef; border:solid 1px #999; padding-left:16px; color:#555; }
.alert-normal:before { display:none; }


/* =Default page CSS
========================================================================================*/
.heading-listblock { padding:20px 0; }
.heading-listblock p, .heading-listblock blockquote { margin:0 0 35px; }
.heading-listblock p:last-child { margin-bottom:0; } 
.heading-listblock .paragraph-block p { margin:0 0 20px; }
.list-block ul, .list-block ol { padding-left:22px; margin-left:-5px; }
.list-block ul li, .list-block ol li { margin:5px 0; } 
.list-block ul.custom-arrow-list { margin:0; padding:0; }

/* =Home page CSS
========================================================================================*/
.banner-search-box { margin:88px auto 0; }
.search-box { margin-bottom:10px; position:relative; }
.banner-search-box p { max-width:none; font-size:16px; }
.banner-search-box p strong { color:#fff; text-decoration: underline; }
.search-box .textbox { height:50px; border:0; padding: 5px 135px 5px 1rem; box-shadow: inset 0 3px 6px rgba(0,0,0,.1), 0 0 1px 0px #333; }
.search-box .textbox:focus { border:0; }
.search-box .button { position:absolute; right:2px; top:2px; padding:0 15px; display: block; line-height: 46px; width:123px; }
.search-box .button i { margin-right:8px; display:inline-block; vertical-align:middle; position:relative; top:-2px; }
.search-form { width: 26rem; max-width: 100%; }

.container.section-row { padding:50px 0; position:relative; z-index:1; }
.overview-list { padding:15px 0; }
.overview-main-box { margin:25px 0; }
.overview-main-box .overview-box { overflow: hidden; }
.overview-main-box strong { color: #144b9c; } 
.overview-main-box .fa,
.overview-box .fa { position: absolute; right: 1rem; top: 1rem; font-size: 4rem; color: rgba(0,0,0,.04); transform: rotate(10deg); z-index: 1; }
.overview-box { padding:40px; background:#fff; box-shadow:0 0 25px rgba(0,0,0,0.15); transition: all 1s; position: relative; }
.overview-box:hover { box-shadow: 0 0 10px rgba(0,0,0,0.5); transition: all .2s;}
.overview-box h5 { margin-bottom:15px; position: relative; z-index: 2; }
.overview-box p { margin-bottom:13px; }
.overview-box a { display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; }
.overview-box strong { color: #144b9c; } 
.more-link { font-weight:700; }

.tab-checklist-section h5 .fa { color: #ccc; }
.checklist-section { overflow:hidden; background: url(../images/checklist.jpg) right center no-repeat; padding: 16rem 0 8rem 0;}
.checklist-section.forms { background: url(../images/form.jpg) right bottom no-repeat; padding: 8rem 0; }

.checklist-section.forms .container,
.checklist-section .container { position: relative; }

.checklist-section.forms .content,
.checklist-section .content { width: 265px; height: 305px; border-radius: 4px; position: absolute; right: 5rem; top: 1rem; display: block; box-shadow: 0 0 25px rgba(0,0,0,0.15); }

.checklist-section.forms .content { background: url(../images/form-content.jpg) #fff center center no-repeat; }

.checklist-section .content { background: url(../images/checklist-content.jpg) #fff center center no-repeat; }

.checklist-section.forms a { margin-right: 2rem; font-weight: 700; width: 25%; display: block; height: 4rem; float: left; }
.checklist-section.forms a:hover { text-decoration: none; }
.checklist-section .row, .gdpr-checklist-section .row { flex-direction:row-reverse; }
.checklist-details { margin: 0 0 30px 0; max-width:730px; width:100%; }
.checklist-details .section-title { text-align:left; margin-bottom:30px; }
.checklist-img {  margin-top:-100px; }
.checklist-img figure { margin:0 0 17px; }
.checklist-details p { margin-bottom:40px; font-size: 1.1rem; }
.checklist-details .button { margin:0 17px 10px 0; }
.section-title { text-align:center; margin-bottom:50px; }
.section-title h5 { margin:0; }
.bg-img { position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; background-size:cover; background-repeat:no-repeat; background-position:50% 0; }
.bg-img img { display:none; }

.compliance-section { position:relative; background:#1a1a1a; z-index:1; color:#fff; text-align:center; overflow:hidden; }
.compliance-section:after { content:""; position:absolute; left:0; right:0; bottom:0; margin:auto; background-image:url(../images/image-shape.svg); background-repeat:no-repeat; background-size:100% auto; background-position:bottom left; height:150px; }
.compliance-section .container { max-width:1020px; }
.compliance-section .bg-img { z-index:-1; opacity:0.2; }
.compliance-details { padding:50px 0 200px; }
.compliance-details p { margin-bottom:27px; }
.compliance-details .button { margin-top:25px; }

.project-section { text-align:center; position:relative; z-index:2; }
.section-row.project-section { padding-bottom:0; }
.project-section .compliance-details { padding-bottom:0; }
.news-section { padding-top: 3rem !important; }
.section-title { text-align:left; margin-bottom:2rem; padding-bottom:20px; position:relative; } 
body .site-content .section-title h4 { margin-bottom: 0; }
.section-title:after { content:""; position:absolute; left:0; bottom:0; height:3px; width:30px; background:#144b9c; }
.news-section .wrapper { border: 1px solid #144b9c; padding: 1rem; }
.post-box { margin-bottom:54px; background:#fff; box-shadow:0 0 25px rgba(0,0,0,0.15); transition: all 1s; position: relative; }
.post-box:hover { box-shadow: 0 0 10px rgba(0,0,0,0.5); transition: all .2s; }
.post-box:hover figure img { position: relative; filter: grayscale(0%); transition: filter .5s }
.post-box figure { margin:0; } 
.post-box figure img { width:100%; height:auto; filter: grayscale(50%); }
.post-box strong { color: #144b9c; } 
.post-box a { display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 2; }
.post-box:hover h5, .post-box:hover p { color: #000; }
.post-details-box { padding:30px 40px; }
.post-details-box h5 { margin-bottom:15px; }
.post-details-box h5 a { color:#3c3e47; }
.post-details-box h5 a:hover { color:#144b9c; text-decoration:none; }
.post-details-box p { margin-bottom:20px; height: 10rem; overflow: hidden; }
.btn-center { text-align:center; }
.btn-box { padding-top:20px; margin-bottom:45px; }
.post-date { display:inline-block; margin-bottom:15px; color:#a3a6b0; font-family:'Open Sans'; margin-right: 2rem; }
.post-comments { color: #a3a6b0; text-decoration: none; }

/* =About page CSS
========================================================================================*/
.about-us .page-banner-box:before { opacity:0.55; }
.privacy-list-box { padding:60px 0 100px; }
.privacy-main-box:after { content:""; display:table; clear:both; }
.privacy-image-box { float:right; width:50%; }
.privacy-image-box figure { margin:0; position:relative; text-align:center; overflow:hidden; }
.privacy-image-box figure:after { content:""; position:absolute; left:-2px; right:-2px; top:0; bottom:0px; margin:auto; background-image:url(../images/bottom-curve.svg); background-repeat:no-repeat; background-size:100% auto; }
.privacy-image-box figure img { width:100%; height:auto; }
.privacy-details-box { float:left; width:50%; padding:50px; }
.privacy-details { max-width:470px; margin-top:50px; }
.privacy-details h5 { margin-bottom:25px; }
.even .privacy-image-box { float:left; }
.even .privacy-image-box figure { }
.even .privacy-details { margin-right:0; margin-left:auto; text-align:right; }
.even .privacy-image-box figure:after { background-image:url(../images/top-curve.svg); top: -2px; bottom: 0 }
.encrypted-box .privacy-image-box figure:after { display:none; }
.encrypted-box .privacy-image-box figure img { max-width:100%; width:auto; margin:0 auto; }
.protect-info .newsletter-main-box { max-width:1000px; }
.protect-info .newsletter-text .newsletter-ico { width:46px; margin-top:-5px; }
.about-proton { text-align:center; }
.about-proton .container { max-width:1010px; }
.about-proton .compliance-details { padding-bottom:50px; }
.about-proton .bg-img { opacity:0.1; z-index:-1; }

/* =Post page CSS
========================================================================================*/
.post-main-box { padding-top:0; padding-bottom:0; }
.post-img-box { margin-bottom:4rem; /*height:400px;*/ position:relative; overflow:hidden; }
.post-img-box figure { margin:0; height: 100%; }
.post-img-box figure img { width:auto; height:100%; display: block; margin: auto; }
.post-detail-box { margin:0 auto; color:#000; }
.post-detail-box h1, .post-detail-box h2 { font-weight:700;}
.post-detail-box a { text-decoration: underline; color: #144b9c; font-weight: 700; }
.post-detail-box a:hover { color: #1b63cf; }
.post-info-box:after { content:""; display:table; clear:both; }
.post-info { float:left; font-size:0; }
.post-info span { font-family:'Open Sans'; display:inline-block; vertical-align:middle; position:relative; font-size:16px; padding-right:19px; margin-right:18px; color:#39403f; }
.post-info span i { font-size:20px; display:inline-block; vertical-align:middle; position:relative; top:-2px; }
.post-info span:after { content:""; position:absolute; right:0; top:0; bottom:0; margin:auto; height:26px; width:2px; background:#144b9c; }
.post-info span:last-child { padding-right:0; margin-right:0; }
.post-info span:last-child:after { display:none; }
.post-info span strong { font-family:'Open Sans'; font-weight:400; }
.post-share { text-align: left; color:#39403f; padding: 2rem 0 4rem; }
.post-share span { display:inline-block; vertical-align:middle; margin:-1px 12px 0 0; }
.post-share a { height:25px; width:25px; line-height:25px; color:#fff; background:#144b9c; border-radius:3px; display:inline-block; vertical-align:middle; text-align:center; margin-right:35px; }
.post-share a:hover { text-decoration:none; }
.post-share a:last-child { margin-right:0; }
.post-share a .icon-facebook { margin:6px -8px 0 0; font-size:20px; display:inline-block; }



body .site-content .post-detail-box h1 { margin-bottom: 4rem }

.post-info-box {margin-bottom: 3rem}

.post-detail-box h2,
.post-detail-box h3,
.post-detail-box h4, 
.post-detail-box h5, 
.post-detail-box p,
.post-detail-box table,
.post-detail-box dl, 
.post-detail-box ol, 
.post-detail-box ul,
.post-detail-box input,
.post-detail-box textarea { margin-bottom:1.5rem; }

.post-detail-box blockquote { padding: 1.5rem; background: rgba(0,0,0,.02); }

.post-detail-box h4 { font-size:24px; }
.post-detail-box h5 { color:#144b9c; }
.post-share .ssbp-wrap .ssbp-list li { margin:0; }
.post-share .ssbp--theme-4 .ssbp-btn { border-radius:3px; margin-left:1rem; }
.ssbp-wrap .ssbp-list li:first-child .ssbp-btn { margin-left:0; }
.post-share .ssbp-wrap .ssbp-list a { background-color: #144b9c !important; }
.post-share .ssbp-wrap .ssbp-list a:hover { background-color: #1b63cf !important; }
.post-share .ssbp-wrap { vertical-align:top; }

div.wp-pagenavi { font-size:0; margin:0 auto 20px; padding:0; position:relative; text-align:center; max-width:535px; width:100%; border-top:1px solid #e3f0ff; padding:30px 0; }
.wp-pagenavi a:hover, .wp-pagenavi span.current { text-decoration:underline; color:#144b9c; }
.wp-pagenavi a, .wp-pagenavi span { display:inline-block; vertical-align:middle; font-size:16px; padding:0 10px; margin: 0; margin: 0 1px; text-align:center; font-weight:700;  }

.wp-pagenavi a { color: #144b9c;  }
.wp-pagenavi span { color: #999 }
.wp-pagenavi span.current { color: #999; background: #e5e5e5; border-radius: 2px; text-decoration: none; }

.wp-pagenavi .previouspostslink.disable, .wp-pagenavi .nextpostslink.disable { color:#d1d2d2; cursor:default; text-decoration:none; }
.wp-pagenavi .previouspostslink { margin-right:15px; }
.wp-pagenavi .nextpostslink { margin-left:15px; }
.post-navigation .screen-reader-text { display:none; }
.post-navigation .nav-previous, .post-navigation .nav-next { display:inline-block; margin:0 7px; }
.post-navigation a { display:inline-block; vertical-align:middle; font-size:16px; color:#144b9c; margin:0 8px; text-align:center; font-weight:700; }
.post-navigation { font-size:0; margin:0 auto 20px; padding:0; position:relative; text-align:center; max-width:535px; width:100%; border-top:1px solid #e3f0ff; padding:30px 0; }

.post-author-details-box { width:100%; margin:35px auto 0; border:1px solid #144b9c; border-radius:3px; padding: 44px; }
.post-author-details-box:after { content:""; display:table; clear:both; }
.post-author-details-box figure { float:left; width:95px; height:95px; border-radius:100px; position:relative; overflow:hidden; margin:0 38px 0 0;  }
.post-author-details-box figure img { width:100%; height:auto; border-radius:100px; }
.author-intials { float:left; width:95px; height:95px; border-radius:100px; position:relative; overflow:hidden; margin:0 38px 0 0; background:#144b9c; color:#fff; text-align:center; font-family:'Open Sans'; font-size:50px;  line-height:90px; }
.post-author-details { display:block; overflow:hidden; font-size:14px; }
.site-content .container .post-author-details h6 { margin:0 0 2px; }
.post-author-details h6 a { color:#3c3e47; }
.post-author-details h6 a:hover { color:#144b9c; text-decoration:none; }
.post-author-details span { font-size:12px; margin-bottom:7px; display:block; }
.site-content .container .post-author-details p { margin:0; } 
.site-content .container .post-author-details p a { text-decoration: underline; }

/* =Checklist page CSS
========================================================================================*/
.news-contain-details:after { content:""; display:table; clear:both; }
.news-contain-details { margin-left:-15px; margin-right:-15px; margin-bottom:60px; }
.news-contain-details p { float:left; width:50%; padding-left:15px; padding-right:15px; }
.checklist-contain-info { background:#f9f9f9; text-align:center; }
body .site-content .checklist-contain-info p { margin:0; }
.gdpr-checklist-section .checklist-img { margin-top:0; }
.gdpr-checklist-section .checklist-img img { max-width:100%; height:auto; width:auto; }
.news-contain-list .overview-box { margin-bottom:40px; }
.small-title { position:relative; padding-bottom:23px; margin-bottom:35px; }
.site-content .container .small-title h5 { margin:0; }
.small-title:after { content:""; position:absolute; left:0; bottom:0; height:3px; width:30px; background:#0171ff; }
.news-contain-list .row { margin-left:-20px; margin-right:-20px; }
.news-contain-list .row > div { padding-left:20px; padding-right:20px; }

.checklist-box .tab-data:after { content:""; display:table; clear:both; }
/*.checklist-box .tabnav, .checklist-box .tab-container { float:left; width:50%; }*/
.checklist-box .tabnav { border:0; }
.checklist-box .tabnav li { float:none; width:auto; text-align:left; font-weight:400; text-transform:none; font-size:18px; display:block; width:100%; margin-bottom:0; }
.checklist-box .tab-container { border:0; background:#f9f9f9; border-bottom:0; border-left:1px solid #ebebeb; padding:30px; }
.checklist-box .tabnav li a { background:#fff; color:#3b3e45; border:solid 1px #ebebeb; padding:25px 60px; margin-right:-1px; position:relative; border-radius:0; margin-bottom:0; border-bottom:0; }
.checklist-box .tabnav li a em { position:absolute; left:18px; z-index: 3; cursor: pointer; top:0; bottom:0; margin:auto; height:26px; width:26px; border-radius:4px; border:3px solid #ebebeb; background:#fff; color:#fff; line-height:18px; text-align:center; font-weight:bold; font-size:14px; }
.checklist-box .tabnav li a:after { content:""; position:absolute; right:28px; top:0; bottom:0; margin:auto; height:12px; width:12px; border-right:2px solid #0062ff; border-top:2px solid #0062ff; -webkit-transform:rotate(45deg); transform:rotate(45deg); }
.checklist-box .tabnav li a:hover { color: #000; }
.checklist-box .tabnav li a.active:after { -webkit-transform:rotate(45deg); transform:rotate(45deg); right: 28px; }
.checklist-box .tabnav li a em.checked { color:#fff; background:#0062ff; border-color:rgba(255,255,255,0.33); }
.tab-checklist-box { margin-bottom:55px; }
.tab-checklist-box:last-child { margin-bottom:0; }
/*.checklist-box .tab-data {  }*/
.tab-pane p:last-child { margin-bottom:0; }

/*.tabnav .nav-tabs, .tabnav .tab-content { float:left; width:50%; }*/

.tabnav .tab-content .card {  border:0; background:transparent; border:0; border-radius:0; }
.tabnav .nav-tabs { border-bottom:solid 1px #ebebeb; margin: 0 !important }
.tabnav .tab-content { background:#f9f9f9; border:1px solid #ebebeb; }
.tab-content .card-header { display:none; }



.not-found { text-align:center; padding:60px 0; }
.not-found h2 { margin-bottom:15px; font-weight:900; }
.not-found h1 { font-size:180px; letter-spacing:0.02em; color:#144b9c; font-weight: 900; line-height:1; }
.not-found .search-box { max-width:600px; margin:0 auto 20px; }

.blog .no-results .not-found { padding-top:0; }
.blog .no-results .section-title { margin-top:40px; }
.blog .no-results .section-title h1 { color:#144b9c; font-weight: 900; line-height:1; }

.admin-bar #header { top:32px; }

.tab-container .card-header { display:none; }
.tab-container .card { background:transparent; border:0; }
.tab-container .card-body {  padding:0; }


#sidebar section { border: 1px solid #144b9c; margin-bottom: 2rem; }
#sidebar section h5 { display: block; line-height: 60px; font-size: 1.3rem; white-space: nowrap; text-overflow: clip; overflow: hidden; background-color: #144b9c; color: #fff; padding: 0 1rem; margin: 0; }
#sidebar section ul { display: block; list-style-type: none; padding: 0 1rem; margin: 0; }
#sidebar section ul li { border-bottom: 1px solid #e3f0ff; padding: 1rem 0 1rem 1.5rem; display: block; position: relative; }
#sidebar section ul li a { text-decoration: none; } 
#sidebar section ul li a:after { 
	content: "";
    height: 7px;
    width: 7px;
    position: absolute;
    top: 1.2rem;
    left: 0;
    margin: 6px 0 0 0;
    border-right: 2px solid #144b9c;
    border-bottom: 2px solid #144b9c;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#sidebar section ul li { padding: .5rem 0; }
#sidebar section ul li a:after { display: none; }

#sidebar section .btn-outline {
	display: inline-block;
	margin: 2rem auto;
	text-decoration: none;
}

#sidebar section.yellow h5 { background-color: #fdf681; color: #144b9c; }
#sidebar section.yellow { border-color: #fbee03; }
#sidebar section.yellow ul li { border-color: #FDFDDD; }



#sidebar section.docs ul li a:after { 
	content: "\f15c";
	font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 1rem;
    left: 0;
    margin: 0;
    border: none;
    -webkit-transform: none;
    transform: none;
}

#sidebar section.docs ul li:last-child { border-bottom: none; }

#sidebar.gdpr section { padding-bottom: 1rem; }
#sidebar.gdpr section ul ul { margin: 0; padding: 0; } 
#sidebar.gdpr section ul > li.chapter { padding-bottom: 0; border-bottom: 2px solid #144b9c; }
#sidebar.gdpr section ul > li.chapter span em { font-style: normal; position: absolute; right: 0; top: .75rem; display: block; padding: .5rem; background: rgba(245,245,245,.9) }
#sidebar.gdpr section ul > li.chapter span em:before { content: "\f078"; display: block; text-shadow: 0 1px 0 #fff; color: #144b9c; font-family: "Font Awesome 5 Free"; }
#sidebar.gdpr section ul > li.chapter.open span em:before { content: "\f077";  }
#sidebar.gdpr section ul > li.chapter ul li { padding: 0; }
#sidebar.gdpr section ul > li.chapter ul li a { display: block; padding: .5rem 0; font-weight: normal; }
#sidebar.gdpr section ul > li.chapter { cursor: pointer; display: block; }
#sidebar.gdpr section ul > li.chapter span { font-size: 1.1em; display: block; }
#sidebar.gdpr section ul > li.chapter p { margin-bottom: 0; padding-bottom: .5rem; padding-right: 3rem; color: #000; }
#sidebar.gdpr section ul > li.chapter ul li:hover,
#sidebar.gdpr section ul > li.chapter ul li.active { background: #fffef2; }
#sidebar.gdpr .search-box { padding: 1rem 1rem 0 1rem; }
#sidebar.gdpr .search-box .textbox { margin-bottom: 0; padding-right: 4rem; }
#sidebar.gdpr .search-box .button { width: auto; }
#sidebar.gdpr .search-box .button i { margin: auto; }
#sidebar.gdpr .search-form { width: 100%; position: relative; }



body.search .archive .post h4 a,
body.archive .archive .post h4 a { color: #000; }

body.search .archive .post,
body.archive .archive .post { padding: 2rem 2rem 3rem 2rem; border: 1px solid #b3b3b3; border-bottom: none; position: relative; font-size: 1rem; }

body.search .archive,
body.archive .archive { border-bottom: 1px solid #b3b3b3; }

.card-header { cursor: pointer; padding: 2rem; background: #fff; position: relative; }
.card-body { padding: 2rem; background: #fafafa; }
.card-body p a { font-weight: 700; text-decoration: underline; }

.card-header h5 { position: relative; }
.card-header h5:after { position: absolute; right: 2rem; content: "\f078"; display: block; top: 0; color: #144b9c; font-family: "Font Awesome 5 Free"; }
.card-header.active h5:after { content: "\f077"; }

.checklist-box .card-header h5:after { display: none; content: none; }

.single-content { font-size: 1rem; }

#respond textarea,
#respond input {
	border-color: #144b9c;
	margin-bottom: 0;
}

#respond label { font-weight: 700; }
#respond .form-submit { text-align: left; }

.commentlist, .commentlist ul, .commentlist li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.commentlist > li {
	margin-bottom: 1em;
}
.commentlist li li {
	padding: 0 0 0 2rem;
	margin-bottom: 2rem;
}

.comment-body { position: relative; padding: 1rem; border: 1px solid #ddd; border-radius: 4px; margin-bottom: 1rem; background: #fafafa }

.comment-author { line-height: 32px; padding: 1rem; margin: -1rem -1rem 1rem -1rem; border-bottom: 1px solid #ddd; background: rgba(0,0,0,.02); }

.comment-meta { line-height: 32px; position: absolute; right: 1rem; top: 1rem; }

.gdpr-article { padding: 2rem 2rem 4rem 2rem; box-shadow: 0 0 25px rgba(0,0,0,0.15); } 
.gdpr-article h1 { font-size: 2rem; text-align: center; display: block; margin-bottom: 1rem; }
.gdpr-article ol,
.gdpr-article ul,
.gdpr-article li { margin-bottom: 1rem; padding-left: 1rem; }

.gdpr-article ol,
.gdpr-article ul { padding-top: 1rem; }

.gdpr-article ol ol li { list-style-type: lower-alpha; }

.gdpr-article .tag { display: none; }

#footer .container .formz a { margin-right: 3rem; text-decoration: none; }

#menu.menulines-button em { display: none; } 

#searchx { display: none; }




h1.gdpr { 
    padding: 1rem 0 2rem;
    text-align:center; 
    margin: auto auto 0 auto !important;
    display: block;
    font-size: 1.5rem;
}
h1.gdpr em { display: block; font-style: normal; margin: 0; }
h1.gdpr strong {
	display: inline-block;
	font-weight: 700;
	font-size: 1.5em;
	padding-bottom: 2rem;
	border-bottom: 2px solid #d6e1ef; 
}


.site-content .container { font-size: 1rem; padding-top: 2rem; padding-bottom: 2rem; }

.site-content .container h1, 
.site-content .container h2, 
.site-content .container h3, 
.site-content .container h4, 
.site-content .container h5, 
.site-content .container h6 { margin-bottom: 2rem }

.site-content .container p,
.site-content .container ul,
.site-content .container ol { margin-bottom: 2rem }


.site-content hr { display: block; height: 3rem; margin: 3rem 0 2rem; border-top: 1px solid #333; border-bottom: 1px solid #333; }
.site-content hr:before { display: none }


.site-content .container ul.checkboxes { padding-left: 0; }
.site-content .container ul.checkboxes li { position: relative; list-style-type: none; padding-left: 2rem; }
.site-content .container ul.checkboxes li input { position: absolute; left: 0; top: 0; margin-left: 0;}

.site-content .tag p { margin-bottom: 1rem; }

#sidebar.recitals ul { margin: 0; padding: 0; display: block; }
#sidebar.recitals ul li { list-style-type: none; display: block; float: left; padding: 0 2px 2px 0; }
#sidebar.recitals ul li a { display: block; text-decoration: none; line-height: 2.5rem; width: 2.5rem; height: 2.5rem; text-align: center;background: #ccc; color: #333; }
#sidebar.recitals ul li a:hover { background: #ddd; }
#sidebar.recitals ul li.active a { background: #144b9c; color: #fff; } 

#sidebar.gdpr section ul li a { display: block; z-index: 9; }

.suitable-recitals { padding: 2rem 0;border-top: 1px solid #d6e1ef; }
.site-content .container .suitable-recitals h2 { font-size: 1.1rem; margin-bottom: 0 }
.site-content .container .suitable-recitals p { margin-bottom: 0; }

.ssbp-list { margin-bottom: 0 !important; }

.site-content .featured-image { position: relative; background-size: cover; background-position: center center; }
.site-content .featured-image em { display: block; position: absolute; z-index: 1; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; background: #144b9c; opacity: .3; }
.site-content .featured-image h1 { margin-bottom: 0; color: #fff; font-weight: 700; display: block; padding: 2rem 0; position: relative; z-index: 2; text-shadow: 0 2px 0 #144b9c; }
.site-content .featured-image i { display: inline-block; height: .75rem; width: 6rem; background: #fadf00; position: relative; z-index: 3; }
