/*!
Theme Name: Dig Watch
Theme URI: http://underscores.me/
Author: Kivos.io
Author URI: https://kivos.io
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Dig Watch is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.digwatch-orange{
    color: #FFAA00;
}
.digwatch-gray{
    color: #F2F2F2;
}
.digwatch-darkgray{
    color: #BABABA;
}
.digwatch-dark{
    color:#414141;
}
.digwatch-dark-bcg{
    background-color:#414141;
    color: #fff;
}
.digwatch-dark-bcg a{
    color: #fff;
}
.dw-blue{
	color: #2CD4FF;
}
.dw-blue-span span{
	color: #2CD4FF;
}

.digwatch-light-bcg{
    background-color: #F2F2F2;
}

.dw-font-gray{
    color: #707070;
}


/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}


html, body {
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
    width: 100%;
    position: relative;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 2em;
	line-height: 1.25em;
	margin: 0.5em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	/*font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
	font-family: 'Titillium Web', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both; font-family: 'Montserrat', sans-serif;
}
.dw-f-heebo, .dw-f-heebo input, .dw-f-heebo select{
    font-family: "Heebo", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
p {
	/*font-family: "Heebo", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
	font-family: 'Titillium Web', sans-serif;
	font-size: 1em;
	margin: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.light{
    font-weight: 300;
}
.regular{
    font-weight: 400;
}
.bold{
    font-weight: 600;
}
.heavy{
    font-weight: 900;
}
.uppercase{
    text-transform: uppercase;
}
.italic{
    font-style: italic;
}
.capitalize{
    text-transform: capitalize;
}
.dw-font-l{
    font-size: 1.25em;
}
.dw-font-xl{
    font-size: 1.5em;
}
.dw-font-xxl{
    font-size: 2em;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #f2f2f2;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
.wp-block-separator {border:inherit;}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.no-caption figcaption {display:none;}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #FFAA00;
}

a:hover,
a:focus,
a:active {
	color: #FFAA00;
}


a:hover,
a:active {
	outline: 0;
}

.dw-nlf {
    text-decoration: unset;
    color: #00bcd4!important;
}
.dw-nlf:hover {
    color: #2cd4ff!important;
}

td.td-box {
    border: solid;
    border-color: #f5f5f5;
    background-color: #f5f5f5;
    padding: 5%;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #F2F2F2;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #F2F2F2;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.dw-relative{
	position: relative;
}
.dw-oh{
    overflow: hidden;
}
.dw-d-none{
    display: none;
}
.dw-block{
    display: block;
}
.dw-inline-block{
    display: inline-block;
}
.dw-grid{
    display: grid;
}
.dw-flex{
    display: flex; 
}
.dw-flex-1{
    flex: 1;
}
.dw-flex-w{
    flex-wrap: wrap;
}
.dw-flex-js-center{
    justify-content: center;
}
.dw-flex-sb{
    justify-content: space-between;
}
.dw-flex-sa{
    justify-content: space-around;
}
.dw-flex-se{
    justify-content: space-evenly;
}
.dw-flex-ai-top{
    align-items: flex-start;
}
.dw-flex-ai-center{
    align-items: center;
}
.dw-flex-ai-bottom{
    align-items: flex-end;
}
.dw-flex-h{
    flex-direction: row;
}
.dw-flex-v{
    flex-direction: column;
}
.dw-col-full{
	flex: 1 1 100%;
}
.dw-col-wide{
    flex: 1 1 50%;
}
.dw-col-narrow{
    flex: 0 0 25%;
}
.dw-no-gaps{
    margin: 0;
    padding: 0;
}
.dw-left-align{
    text-align: left;
}
.dw-center-align{
    text-align: center;
    margin: 0 auto;
}
.dw-right-align{
    text-align: right;
}
.dw-one-half{
    width: calc(100% / 2);
    padding: 0.5em;
}
.dw-one-third{
    width: calc(100% / 3);
    padding: 0.5em;
}
.dw-one-fourth{
    width: calc(100% / 4);
    padding: 0.5em;
}
.dw-w50{
    width: 50%;
}
.dw-w100{
    width: 100%;
}

.dw-h-100{
    height: 100vh;
}
.dw-w-100{
    width: 100%;
}

.x-50 {
	left: 50%;
	transform: translateX(-50%);
}

.x-50.y-50 {
	transform: translate(-50%, -50%);
}

.y-50 {
	top: 50% !important;
	transform: translateY(-50%);
}

.bbottom1{
    border-bottom: solid 1px #f2f2f2;
} 

.bbottom2{
    border-bottom: solid 2px #f2f2f2;
}

.bsh{
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.col-1 {
	max-width: 8.3333%;
	flex: 0 0 8.3333%
}

.col-2 {
	max-width: 16.6667%;
	flex: 0 0 16.6667%
}

.col-3 {
	max-width: 25%;
	flex: 0 0 25%
}

.col-4 {
	max-width: 33.3333%;
	flex: 0 0 33.3333%
}

.col-5 {
	max-width: 41.6667%;
	flex: 0 0 41.6667%
}

.col-6 {
	max-width: 50%;
	flex: 0 0 50%
}

.col-7 {
	max-width: 58.3333%;
	flex: 0 0 58.3333%
}

.col-8 {
	max-width: 66.6667%;
	flex: 0 0 66.6667%
}

.col-9 {
	max-width: 75%;
	flex: 0 0 75%
}

.col-10 {
	max-width: 83.3333%;
	flex: 0 0 83.3333%
}

.col-11 {
	max-width: 91.6667%;
	flex: 0 0 91.6667%
}

.col-12 {
	max-width: 100%;
	flex: 0 0 100%
}

.dw-nosidebar{
    margin-left: auto;
    margin-right: auto;
    max-width: 75% !important;
}
.dw-nosidebar-event{
    margin-left: auto;
    margin-right: auto;
    max-width: 55% !important;
}
.dw-sticky{
	position: sticky;
}
.dw-t200{
	top: 200px;
}

/*--------------------------------------------------------------
# Spacing
--------------------------------------------------------------*/
.p0{padding: 0;}
.p05{padding: 0.5em;}
.p1{padding: 1em;}
.p15{padding: 1.5em;}
.p2{padding: 2em;}

.p05-0{padding: 0.5em 0;}
.p1-0{padding: 1em 0;}
.p15-0{padding: 1.5em 0;}
.p2-0{padding: 2em 0;}

.p0-05{padding: 0 0.5em;}
.p1-05{padding: 1em 0.5em;}
.p15-05{padding: 1.5em 0.5em;}
.p2-05{padding: 2em 0.5em;}

.p0-1{padding: 0 1em;}
.p05-1{padding: 0.5em 1em;}
.p15-1{padding: 1.5em 1em;}
.p2-1{padding: 2em 1em;}

.p0-15{padding: 0 1.5em;}
.p05-15{padding: 0.5em 1.5em;}
.p1-15{padding: 1em 1.5em;}
.p2-15{padding: 2em 1.5em;}

.p0-2{padding: 0 2em;}
.p05-2{padding: 0.5em 2em;}
.p1-2{padding: 1em 2em;}
.p15-2{padding: 1.5em 2em;}

.pt0{padding-top: 0;}
.pt05{padding-top: 0.5em;}
.pt1{padding-top: 1em;}
.pt15{padding-top: 1.5em;}
.pt2{padding-top: 2em;}

.pr0{padding-right: 0;}
.pr05{padding-right: 0.5em;}
.pr1{padding-right: 1em;}
.pr15{padding-right: 1.5em;}
.pr2{padding-right: 2em;}

.pb0{padding-bottom: 0;}
.pb05{padding-bottom: 0.5em;}
.pb1{padding-bottom: 1em;}
.pb15{padding-bottom: 1.5em;}
.pb2{padding-bottom: 2em;}

.pl0{padding-left: 0;}
.pl05{padding-left: 0.5em;}
.pl1{padding-left: 1em;}
.pl15{padding-left: 1.5em;}
.pl2{padding-left: 2em;}

.m0{margin: 0;}
.m05{margin: 0.5em;}
.m1{margin: 1em;}
.m15{margin: 1.5em;}
.m2{margin: 2em;}

.m0a{margin: 0 auto;}

.m05-0{margin: 0.5em 0;}
.m1-0{margin: 1em 0;}
.m15-0{margin: 1.5em 0;}
.m2-0{margin: 2em 0;}

.m0-05{margin: 0 0.5em;}
.m1-05{margin: 1em 0.5em;}
.m15-05{margin: 1.5em 0.5em;}
.m2-05{margin: 2em 0.5em;}

.m0-1{margin: 0 1em;}
.m05-1{margin: 0.5em 1em;}
.m15-1{margin: 1.5em 1em;}
.m2-1{margin: 2em 1em;}

.m0-15{margin: 0 1.5em;}
.m05-15{margin: 0.5em 1.5em;}
.m1-15{margin: 1em 1.5em;}
.m2-15{margin: 2em 1.5em;}

.m0-2{margin: 0 2em;}
.m05-2{margin: 0.5em 2em;}
.m1-2{margin: 1em 2em;}
.m15-2{margin: 1.5em 2em;}

.mt0{margin-top: 0;}
.mt05{margin-top: 0.5em;}
.mt1{margin-top: 1em;}
.mt15{margin-top: 1.5em;}
.mt2{margin-top: 2em;}
.mt75{margin-top: 75px;}

.mr0{margin-right: 0;}
.mr05{margin-right: 0.5em;}
.mr1{margin-right: 1em;}
.mr15{margin-right: 1.5em;}
.mr2{margin-right: 2em;}

.mb0{margin-bottom: 0;}
.mb05{margin-bottom: 0.5em;}
.mb1{margin-bottom: 1em;}
.mb15{margin-bottom: 1.5em;}
.mb2{margin-bottom: 2em;}

.ml0{margin-left: 0;}
.ml05{margin-left: 0.5em;}
.ml1{margin-left: 1em;}
.ml15{margin-left: 1.5em;}
.ml2{margin-left: 2em;}

.m1-auto{
	margin: 1em auto !important;
}
.mlr-auto{
	margin-left: auto;
	margin-right: auto;
}

/***Content policy page ***/
.content-pol-fame {
    border: 1px solid;
    padding: 15px;
	border-color:#807777;}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.dw-btn{
    display: inline-block;
    height: 38px;
    min-width: 88px;
    margin: 8px 0;
    padding: 8px 16px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    outline: 0;
    background: none;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    font-weight: 500;
    color: rgba(0,0,0,0.87);
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: background-color .2s,box-shadow .2s;

}
.dw-btn-orange{
    background: #FFAA00;
    color: #FFF;
}
.dw-btn-orange:hover{
    background: #f07800;
    color: #FFF;
}

.dw-tab-btn{
    display: inline-block;
    height: 38px;
    min-width: 88px;
    margin: 8px 0;
    padding: 8px 16px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    outline: 0;
    background: none;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    font-weight: 500;
    color: rgba(0,0,0,0.87);
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: background-color .2s,box-shadow .2s;

}
.dw-tab-btn-active{
    background: #607d8b !important;
    color: #FFF !important;
}
.dw-tab-btn-gray{
    background: rgba(227,225,225,1);
    color: rgba(65,65,65,1);
}
.dw-tab-btn-gray:hover{
    background: #607d8b;
    color: #FFF;
}


/* Header
--------------------------------------------- */
body #masthead {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999998;
}
body.logged-in #masthead {
		top: 46px;
}
@media screen and (min-width: 783px) {
	body.logged-in #masthead {
		top: 32px;
	}
}
.dw-primary-header{
    max-width: 1440px;
}

.dw-header-logo {
    max-width: 185px;
    flex: 0 0 100%;
}

.dw-header-logo img{
    max-width: 185px;
    padding-top: 8px;
}
@media screen and (max-width: 420px) {
    .dw-header-logo img{
		max-width:115px;
	}
}

.dw-header-description{
    flex: 0 1 100%;
}

.dw-header-search .lni-search-alt{
    font-size: 19px;
    font-weight: 600;
}

.site-header{
    background-color: #eeecec;
}
.dw-progress-container {
  width: 100%;
  background-color: transparent;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.dw-progress-bar {
  background-color: #FF8000;
  width: 0%;
  display: block;
  height: inherit;
}
.prosettings{
    display: none;
}

.expert-img{
    border-radius: 50%;
    box-shadow: 1px 2px 2px;
}

.dw-mmenu-btn{
    background-color: transparent;
    border: none;
    color: #FFAA00;
    margin: auto;
}

.current-menu-item > a,
.current-menu-ancestor > a{
	color: #FFAA00;
}

/* Scrolling Words CSS Animation */
.sentenceWrapper{
	width: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
	margin-left: 20%;
}
.dwSentence{
	margin: 0 auto;
	text-align: left;
}
.dwWords{
	display: inline;
	text-indent: 10px;
}
.dwWords span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	width: 100%;
  	font-weight: 600;
	text-transform: uppercase;
}
.dwRotate span{
	-webkit-animation:  rotateWord 18s linear infinite;
	        animation:  rotateWord 18s linear infinite;
}
.dwWords span:nth-child(1) {
	color: #2CD4FF;
}
.dwWords span:nth-child(2) { 
	color: #2CD4FF;
	-webkit-animation-delay: 3s; 
	        animation-delay: 3s; 
}
.dwWords span:nth-child(3) { 
	color: #2CD4FF;
	-webkit-animation-delay: 6s; 
	        animation-delay: 6s; 
}
.dwWords span:nth-child(4) {
	color: #2CD4FF; 
	-webkit-animation-delay: 9s; 
	        animation-delay: 9s; 
}
.dwWords span:nth-child(5) {
	color: #2CD4FF;
	-webkit-animation-delay: 12s; 
	        animation-delay: 12s; 
}
.dwWords span:nth-child(6) {
	color: #2CD4FF;
	-webkit-animation-delay: 15s; 
	        animation-delay: 15s; 
}
@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    25% { opacity: 1; -webkit-transform: translateY(0px); }
	27% { opacity: 0; -webkit-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
    17% { opacity: 1; -ms-transform: translateY(0px); }
	20% { opacity: 0; -ms-transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	20% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	80% { opacity: 0; }
    100% { opacity: 0; }
}
@media screen and (max-width: 420px) {
    .dwWords{
		display: block;
		text-indent: 0px;
	}
}

.ml4 .letters {
  position: absolute;
  white-space: nowrap;
  margin: auto;
  left: 8px;
  right: 0;
  opacity: 0; 
}

/* Before Main Content
--------------------------------------------- */
.dw-before-main{
    position: relative;
    width: 100%;
    height: auto;
    z-index: 0;
    padding: 0 0 20px 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto 16px auto;
    overflow: hidden;
}
.animated{
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-duration: .8s;
    -webkit-animation-duration: 0.8s;
}
.fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
}
.animationDelay{
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.dw-banner-bcg-img{
    min-height: 250px;
    background-repeat: no-repeat;
    background-color: transparent;
    position: static;
    width: 100%;
    background-position: center top;
    background-size: contain;
    margin: 0 0 0;
}
.dw-banner-page-bcg-img{
    min-height: 238px;
    background-repeat: no-repeat;
    background-color: transparent;
    position: static;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.bcgImg-cover{
	min-height: 280px !important;
	background-position: center !important;
	background-size: cover !important;
    margin: 0 !important;
}
@media screen and (max-width: 768px){
	.bcgImg-cover{
		min-height: 150px !important;
	}
}
.dw-banner-bcg-color{
    max-height: 128px;
    min-height: 128px;
    top: -4px;
    position: absolute;
    z-index: -1;
    width: 100%;
}
@media screen and (max-width: 550px){
	.dw-banner-bcg-img{
		min-height: 50vw;
	}
}
/* Main Content
--------------------------------------------- */
#primary {
    display: flex;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}
#primary .dw-content{
    flex: 1 1 50%;
    padding: 0 8px;
}
#dw-breadcrumbs{
    max-width: 1440px;
    margin: auto;
    flex: 1 1 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
    z-index: 100;
}
#dw-breadcrumbs p{
    max-width: calc(96% - 16px);
    margin: 0 auto;
    padding: 16px 8px;
    background-color: #FFF;
    color: #414141;
    font-size: 14px;
    z-index: 10;
}
#dw-breadcrumbs-single{
    max-width: 1440px;
    margin: 0 auto 0.67em;
    flex: 1 1 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
	z-index:100000;
}
#dw-breadcrumbs-single p{
    max-width: 100%;
    margin: 0 auto;
    padding: 16px 0;
    background-color: #FFF;
    color: #414141;
    font-size: 14px;
}
#dw-breadcrumbs .dw-addShadow{
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.page #dw-breadcrumbs p {
    margin: 0 ;
}
.dw-main-content-home{
	display: flex;
	flex-direction: column;
	width: 100%;
    max-width: 100%;
}

.dw-main-content{
    flex: 1 1 50%;
    max-width: 50%;
}

.dw-main-content p{
    font-size:1.1em;
}

.dw-main-content.singleActor{
    flex: 1 1 75%;
    max-width: 75%;
}

.dw-content-box-p p{
    margin: 10px 0;
}
.dw-content-box-p ul, .dw-content-box-p ol{
    margin: 0 0 1em;
    padding-left: 2em;
}

.dw-content-box-p p, .dw-content-box-p li, .dw-content-box-p td{
	/*font-family: "Heebo", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
}

/* Search page */
.dw-search-header{
	margin: 0 0 50px;
}
.dw-search-term{
	color: rgba(255,255,255,1);
	width: max-content;
    border-radius: 4px;
    background-color: rgba(255,170,0,1);
    font-size: 18px;
	text-align: center;
	margin: 10px 0 0;
	padding: 0 16px;
}

/* Homepage v3*/
.dw-primary-header .socialicon {width:24px;height:24px;transition: 0.3s;display:flex;margin-left:3em;}
.dw-primary-header .socialicon svg {fill:#404040;}
.dw-header-search { display: flex; align-items: center;}
.site-header {background-color: #fff;}
.dwIconWrapper {margin-left:2em;}
.dw-primary-header {justify-content:space-between!important;}
.header-subscribe {font-size:17px; font-weight:bold;color:#FF8000; transition: 0.3s; padding-right:3em;text-decoration:none;border-right:1px solid #404040;}
.header-subscribe:hover {color:#404040;transition: 0.3s;}
/*@media screen and (min-width: 1041px) {.dw-header-search {max-width:480px;}.dwFormWrapper {right:450px!important;}}*/
@media screen and (max-width: 800px) {.dw-primary-header .socialicon{margin-left:1em;}.header-subscribe{padding-right:1em;}.dwIconWrapper {margin-left:0;}.contactHubWrap{flex-direction:column;gap:20px;}.newsletter-form {border-left:none!important;padding:0.5em 0!important;margin:0 auto;width:90%;}.subscribeSocial, .subscribeSocial1 {gap: 20px!important;flex-direction: row;}.subscribeSocial{padding-bottom:2em;margin:0 auto;border-bottom:1px solid #c2c2c2;}}
@media screen and (max-width: 600px) {.header-subscribe {padding-right:0;border-right:none;}.dwIconWrapper {padding:0!important;}.dw-primary-header {flex-wrap: wrap;}.dwSearchWrapper {padding-left: 10px;}.dw-header-search {margin: 0 auto;gap: 1em;}}
@media screen and (max-width: 450px) {.dw-primary-header .socialicon {width:20px;height:20px;margin-left: 0.5em;}.header-subscribe {font-size:15px;}.dw-header-search {gap: .5em;}.dwFormWrapper {right:-40px;}}
.pageWidth{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.contentWidth{
	width: 100%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}
.dw-h100{
	height: 100%;
}
.dwBadge{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px 32px;
	min-width: 220px;
	max-width: max-content;
	text-decoration: unset;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	text-transform: none;
	z-index:100;
}
.dwBadgeBtn{
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 600;
	transition: 0.3s;
}
a.blend {color:inherit;text-decoration:none;}
.section1 {gap:20px;flex-wrap: wrap;}
.section11 {gap: 20px;flex:1 1 66%;}
.section12 {min-width: 20ch;flex:1 1 32%;}
.topnews {gap:10px;flex-basis:45%;}
.section11 .topnews1 {flex-basis:55%;}
.topnewstext {flex-basis:44%;padding: 0 10px 20px 0;}
.topnewsimagewrapper {flex-basis:54%;background-color: #AFAFAF;background-size: cover; background-position: center;max-height: 360px;height: 100%;}
.topnewstext h2 {font-size:28px;line-height:35px;font-weight:bold;margin:19px 0;}
.topnewstext p, .section3 p, .section4 p, .section5 p {font-size:18px;line-height:25px;}
.topnews1 {gap:20px;}
.topnews1single {flex-basis:33%;background-color:#f2f2f2;}
.topnews1singletext {padding:20px;}
.topnews1singletext h2 {font-size:18px;line-height:25px;font-weight:600;margin:20px 0;}
.topnews1singletext p {font-size:16px;line-height:22px;}
.topnews1singleimagewrapper {min-height:200px;background-color: #AFAFAF;background-size: cover; background-position: center;}
.section1 .topnews1singleimagewrapper {min-height:150px;}
h5.basket {margin: 0;font-size: 16px;text-transform: uppercase;line-height:18px;font-family: 'Titillium Web',sans-serif;}
.topnews1 h5.basket {font-size: 13px;line-height:15px;}
	
.section12top, .section12bottom {color: #fff;background-color: #FF8000;text-align:center;font-weight: bold;}
.section12top {padding: 6px 0;}
.section12bottom {padding: 12px 0;}
.section12 h2 {font-size:22px;margin: 5px 0;}
.section12 {font-size:18px;}
.section12inner {flex-basis: 100%;justify-content: space-around;}
.section12 h3 {font-size:16px;line-height:20px;font-weight:600;padding:0 .5em 0 1em;flex-basis: 66%;text-align: left;margin: 0.5em 0;}
.section12news {border-bottom:2px solid #F2F2F2;height: 16.67%;display: flex;align-items: center;gap:10px;}
.section12news:nth-child(6n) {border-bottom:none;}
.section12singleimagewrapper {background-color: #AFAFAF;background-size: cover; background-position: center;min-height:74px;height:auto;flex-basis: 33%;margin: 0.5em 0 0.5em 0.5em;}
	
	/* headlines with lines */
h5.decorated, h2.decorated  {color:#0099DC;font-size:28px;line-height:32px;font-weight:bold;}
h5.decorated {margin:0;}
.decorated{
		 overflow: hidden;
		 text-align: left;
}
.decorated > span{
		position: relative;
		display: inline-block;
}
.decorated > span:before, .decorated > span:after{
		content: '';
		position: absolute;
		top: 50%;
		border-bottom: 2px solid #cecece;
		width: 1400px;
		margin: 0 20px;
}
.decorated > span:before{
		right: 100%;
}
.decorated > span:after{
		left: 100%;
}
.section3item {background-color:#f2f2f2;padding: 1em 1em 1em 2em;gap:20px;min-height:335px;}
.section3 h2 {font-size:28px;line-height:32px;font-weight:bold;margin:19px 0;}
.sbtn1 {margin-top:20px;min-width: 280px;background-color:#00879A;border-radius:30px;color:#f2f2f2;border:2px solid #00879a;font-family: 'Titillium Web', sans-serif; line-height:16px;font-weight:bold;}
.sbtn1:hover{color: #00879A;border:2px solid #00879a;background-color: #F2F2F2;}
.section3text {flex-basis:60%; padding: 2em 3em 0 1em; display: flex; flex-direction: column; justify-content: space-between;}
.section3imagewrapper {flex-basis:40%;/*background-color: #AFAFAF;*/background-size: cover; background-position: center;max-height:312px;height:auto;background-repeat:no-repeat;}
	
.section41 {background-color:#f2f2f2;gap:20px;}
.section41text {flex-basis:48%;padding: 2em 2em 1em 2em;}
.section4imagewrapper {flex-basis:52%;background-color: #AFAFAF;background-size: cover; background-position: center;min-height:358px;height:auto;}
.section41 h2, .section5 h2 {font-size:28px;line-height:32px;}
.section4 .topnews1singletext h2 {font-size:22px;line-height:32x;font-weight:600;margin:0;}
.section4 .topnews1singletext {padding:30px;}
	
.section5text {flex-basis:52%;padding: 2em 2em 1em 2em;}
.section5imagewrapper {flex-basis:48%;background-color:#fff;background-size: contain; background-position: center;background-repeat: no-repeat;min-height:302px}
.section5 p {margin-bottom:20px;}
.line {height: 2px; background: #cecece; width:100%; margin-top:18px;margin-left:30px;}
.sbtn2 {margin-top:20px;min-width: 280px;background-color:#00928A;border-radius:30px;color:#fff;border:2px solid #00928A;font-family: 'Titillium Web', sans-serif; line-height:16px;font-weight:bold;}
.sbtn2:hover{color:#00928A;border:2px solid #00928A;background-color: #fff;}
.section51 h2 {color:#00928A;}
.sbtn3 {margin-top:20px;min-width: 280px;background-color:#FF8000;border-radius:30px;color:#fff;border:2px solid #FF8000;font-family: 'Titillium Web', sans-serif; line-height:16px;font-weight:bold;}
.sbtn3:hover{color:#FF8000;border:2px solid #FF8000;background-color: #fff;}
.morenews, .mnline {margin-top:0;}
@media screen and (max-width: 1040px) {
	.morenewsbl {display:none}
}
.section52 h2 {color:#FF8000;}
.sbtn4 {margin-top:20px;min-width: 280px;background-color:#0099DC;border-radius:30px;color:#fff;border:2px solid #0099DC;font-family: 'Titillium Web', sans-serif; line-height:16px;font-weight:bold;}
.sbtn4:hover{color:#0099DC;border:2px solid #0099DC;background-color: #fff;}
.section53 h2 {color:#0099DC;}
.right {text-align:right;}
.rightline {margin-left:0;margin-right:30px;}

 /* single updates v3 */
.single-updates #dw-sidebar-right {flex: 0 0 33%;}
@media only screen and (max-width:1039px) {.single-updates #primary {flex-direction:column;} .single-updates #dw-sidebar-right {max-width: 670px !important;width: 100% !important;margin:0 auto;padding: 1em 0 0 0;}}
.updates-excerpt {padding: 0.5em 0 0.5em;line-height: 1.4em;}
.single-updates .section12news {padding:10px 0;}
  /* single updates related news */
h3.related-title {font-size:1.17em!important;padding:0!important;font-weight:bold!important;}
.dw-resource-single-main .relatednews h3, .relatednews h3 {font-size:16px;line-height:20px;font-weight:600;padding:0 .5em 0 1em;flex-basis: 66%;}
.relatednewsitem {padding:10px 0;border-bottom:2px solid #F2F2F2;height: 16.67%;display: flex;align-items: center;gap:10px;}
.relatednewsitem:nth-child(6n) {border-bottom:none;}
.relatednewsimagewrapper {background-color: #AFAFAF;background-size: cover; background-position: center;min-height:74px;height:auto;flex-basis: 33%;margin-left: 0.5em;}
	
@media only screen and (max-width: 989px) {
		.section12news {padding-bottom:10px;}
		.section12inner {gap:10px;}
}
@media only screen and (max-width: 767px) {
		.topnews, .topnews1, .section3item,.section41, .section51, .section52, .section53  {flex-direction:column;}
		.topnewstext, .section3text, .section41text, .section52 .section5text {order:2;}
		.topnews1singleimagewrapper img {width:100%;}
		.topnewsimagewrapper {min-height:320px;}
		.topnews1singleimagewrapper {min-height:300px;}	
		.section3item {padding: 2em 1em;}
		.section3imagewrapper {min-height:290px}
		.right {text-align:left;}
}
@media only screen and (max-width: 467px) {
		.topnewsimagewrapper { min-height: 240px;}
		.topnews1singleimagewrapper {min-height:210px;}
		/*.section12singleimagewrapper, .relatednewsimagewrapper {display:none;}*/
		.section12 h3, .relatednewsitem h3 {padding:0 1em;flex-basis: 100%;text-align:left;font-size:14px;line-height:18px;}
		.section3imagewrapper {min-height:150px;}
		.section4imagewrapper {min-height:220px;}
		.section5imagewrapper {min-height: 163px;}
		.section41text {padding-top:0;}
		.sbtn1, .sbtn2, .sbtn3, .sbtn4 {min-width: 200px;}
		.line {display:none}
	    .socialicon {align-items:normal!important;}
}
	
	/* Flashing home*/
.topnews1single:hover, .topnews:hover, .section3item:hover, .section41:hover, .section12news:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: 1;
	}
	25% {
		opacity: .6;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: 1;
	}
	25% {
		opacity: .6;
	}
	100% {
		opacity: 1;
	}
}
}


.newsletter-subscribe-v2 {background-color: #fff;margin-top:0;margin-bottom: 160px;}
.socialicon {width:40px;height:40px;transition: 0.3s;}
.socialicon svg {fill:#000;transition: 0.3s;width:40px;}
.socialicon svg:hover {fill:#FF8000;transform: scale(1.2);transition: 0.3s;}
.subscribeSocial {flex-basis:33%;gap:20px;}
.subscribeSocial1 {gap:20px;align-items:center;}
.newsletter-form {padding: 0 5em;border-left:1px solid #cecece;flex-basis: 66%;}
.newsletter-form .rendered-form {max-width: 100%;}
#yikes-mailchimp-container-1 .yikes-easy-mc-email {margin-top:15px;max-width:475px;border:1px solid #cecece!important;text-align: left;padding-left: 1.3em;border-radius:25px;}
#colophon .yikes-easy-mc-form .yikes-easy-mc-submit-button {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	padding: 18px 32px !important;
	font-weight: 600;
	font-size: 16px !important;
	max-width: 225px;
    margin: 1em 0;
    color: #FFF;
    background-color: #FF8000 !important;
    border: unset;
    border-radius: 25px;
    position:inherit;
	transform: translate(0%, 0%);
}

.subscribeFormTitle{
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 28px;
	line-height: 1.1;
	font-weight: 600;
}
.subscribeFormLine1, .subscribeFormLine2{
	font-size: 18px;
}
.subscribeFormLine2 a{
	font-style: italic;
	text-decoration: unset;
	color: unset;
	transition: 0.3s;
}
.subscribeFormLine2 a:hover{
	color: #FF8000;
}
.newsletter-form .rendered-form {
	max-width: 460px;
}
.yikes-easy-mc-form input[type="email"]{
	border: unset !important;
	border-radius: 0;
	text-align: center;
}
.yikes-easy-mc-checkbox-label{
	margin-bottom: 4px !important;
}

#colophon .yikes-easy-mc-checkbox-label{
	margin-bottom: 2px !important;
	font-size:18px;
}
#colophon .yikes-easy-mc-checkbox-label:last-child{
	margin-bottom: 0 !important;
	display:none; /*hide gip newsletter checkbox*/
}
.rendered-form {
	font-size: 12px;
}
label.\34 3badd3a06-label{
	padding: 16px;
}

/* Homepage */
.dw-banner{
    width: 75%;
    margin: auto;
    text-align: center;
}
.dw-banner img{
    width: 30vw;
    height: auto;
}
.dw-three-columns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.dw-three-child{
    width: calc(100% / 3);
    text-align: center;
    padding: 0 8px;
}
.dw-three-child a{
    color: #707070;
    font-weight: 600;
    font-size: 24px;
    text-decoration: none;
}
.dw-three-child a:hover{
    color: #00b0ffd9;
}
.dw-issue-hierarchy{
    max-width: 80%;
    margin: 24px auto 24px;
	align-items: stretch;
    grid-template-columns: repeat(12,minmax(auto,1fr));
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: grid;
}
.dw-issues-categories{
    grid-column: span 3;
}
.dw-issues-cat-p{
    padding-bottom: 6px;
    border-bottom: solid 2px #2cd4ff;
    text-decoration: none;
    color: #414141;
    line-height: 32px;
}
.dw-issues-categories ul{
    margin: 16px 0;
    padding: 0;
}
.dw-issues-categories li{
    margin: 0;
    padding: 0;
    display: block;
}
.dw-issues-categories li a{
    color: #414141;
    text-decoration: none;
}
.dw-issues-categories li a:hover{
    color: #FFAA00;
    text-decoration: none;
}


/* Homepage Slider */
.dw-heroSlider-pagination{
    bottom: 48px !important;
}

.dw-heroSlider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #FFAA00;
    width: 12px;
    height: 12px;
}
.dw-heroSlider-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
}
.dw-updates-slider-wrapper{
    width: 100%;
    overflow: hidden;
    margin-bottom: 48px;
}
.dw-update-slide-date{
    margin: 0;
    color: #FFAA00;
}
.dw-updates-slide{
    border-top: solid 3px #f2f2f2;
    padding-top: 8px;
}
.dw-updates-slide a{
    color: #707070;
    text-decoration: none;
}
.dw-updates-slide a:hover{
    color: #FFAA00;
}
.dw-updates-slide h3{
    margin: 0;
}
.dw-read-more a{
    color: #FFAA00;
    font-size: 14px;
}
.dw-read-more a:hover{
    text-decoration: underline;
}
.dw-updatesSlider .swiper-slide{
    height: auto !important;
}
.dw-hero-slide.swiper-slide{
    text-align: center;
}

/* Events single */
#dw-es-related-issues, #dw-es-related-processes{
    margin: 16px auto;
    padding: 16px 0;
    border-top: 1px solid rgba(0,0,0,0.12);
}
#dw-es-related-issues h3, #dw-es-related-processes h3{
    margin-top: 0;
    margin-bottom: 10px;
}
.dw-es-ri-wrapper a, .dw-es-rp-wrapper a{
    text-decoration: unset;
    vertical-align: middle;
}
.dw-es-ri-wrapper a:after, .dw-es-rp-wrapper a:after{
    content: " | ";
    margin: 0 8px;
    vertical-align: top;
    font-size: 15px;
}
.dw-es-ri-wrapper a:last-child:after, .dw-es-rp-wrapper a:last-child:after{
    content: "";
}
.dw-event-info-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.dw-event-info-img{
    max-width: 200px;
    line-height: 1;
}
.dw-event-info-img img{
    max-width: 100%;
}
.dw-event-info-desc{
    padding: 16px 32px;
    background-color: #f2f2f2;
    width: 385px;
    max-width: 100%;
}

.dw-event-updates{
    border-left: solid 3px #ffaa00;
    padding-left: 1rem;
    margin-bottom: 1rem;
}
.dw-evetnt-updates-title{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.dw-term-description{
    margin-bottom: 2rem;
}
.dw-event-videos{
    margin-bottom: 2rem;
}
.dw-event-videos iframe{
    margin-bottom: 1rem;
}

/*.dw-session-reports-wrapper{
    padding: 1em 0;
    border-top: 1px solid rgba(0,0,0,0.12);
    border-bottom: 1px solid rgba(0,0,0,0.12);
}*/
.dw-session-reports{
    margin-bottom: 2em;
}
.dw-accordion input{
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.dw-accordion-wrapper {
    overflow: hidden;
}
.dw-accordion {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 5px;
}
.dw-accordion:last-child{
    margin-bottom: 0;
}
.dw-accordion-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    background: transparent;
    cursor: pointer;
    color: #404040;
    font-size: 18px;
    background-color: #e4f7ff;
    border: 1px solid #c7e0ff;
}
.dw-accordion-label:hover {
    color:#000000;background-color:#c3e7f5!important;transition: all 0.3s;
}
.dw-accordion-label::after {
    content: "\276F";
    width: 16px;
    height: 22px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.dw-accordion-content {
    max-height: 0;
    padding: 0 16px;
    color: rgba(4,57,94,1);
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.dw-accordion-content p{
    margin: 0;
    color: #404040;
}
.dw-accordion input:checked + .dw-accordion-label {
    background: #e4f7ff;
    color: #404040;
}
.dw-accordion input:checked + .dw-accordion-label::after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.dw-accordion input:checked ~ .dw-accordion-content {
    max-height: 100%;
    padding: 16px;
}
/* Single event accordion */
.single-event .wp-block-themeisle-blocks-accordion-item__title {background-color: #e4f7ff;}
.single-event .wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item__title>* {font-size:20px!important;}
.single-event .wp-block-themeisle-blocks-accordion:not(.is-style-default) .wp-block-themeisle-blocks-accordion-item__title, .single-event .wp-block-themeisle-blocks-accordion:not(.is-style-default) .wp-block-themeisle-blocks-accordion-item__content {border-color:#c7e0ff;}
.single-event .wp-block-themeisle-blocks-accordion-item__title:hover {color:#000000;background-color:#c3e7f5!important;transition: all 0.5s;}
@media screen and (max-width: 767px) {
	.single-event .wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item__title>* {font-size:16px!important;}
}

/* Events Archive */
.event-timeline{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
    background-color: #ffaa00;
}

.event-timeline-choice{
    
    line-height: 2em;
    text-align: center;
    color: #fff;
    width: 100%;
}

.event-timeline-choice:active{
    color: #707070;
}


/* Custom Post Archive */
.dw-single-post-archive-list{
    border-bottom: solid 3px #f2f2f2;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.dw-single-post-archive-list h3{
    margin: 5px 0;
}

.dw-resource-type-archive{
    font-style: italic;    
}

.dw-single-post-archive-list p{
    padding-bottom: 5px;
}

/* Updates Single */
.dw-article-time{
    margin-bottom: 16px;
}
/* Resources Single */

.dw-resource-single-main.dw-main-content{
    max-width: 70%;
    margin: 0 auto;
}
#dw-rs-related-event{
    margin: 0 auto;
    padding: 0;
}
#dw-rs-related-event h3{
    margin-top: 0;
    margin-bottom: 10px;
}
.dw-rs-event-info-desc{
    margin-left: 8px;
}
.dw-rs-event-info-desc h3{
    margin-bottom: 0 !important;
}
.dw-rs-event-info-desc a{
    text-decoration: none;
    color: #707070;
}
.dw-rs-event-info-desc a:hover{
    color: #FFAA00;
}
.dw-rs-re-wrapper{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 32px;
}
.dw-rs-event-info-img{
    max-width: 180px;
    margin-right: 8px;
}
.dw-rs-event-info-img img{
    vertical-align: middle;
}
.dw-resources-s-wrapper{
	display: flex;
    padding: 8px;
    background-color: #f2f2f2;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.dw-resources-ss-wrapper{
	padding: 0 8px;
}
.dw-resources-date-wrapper{
	display: flex;
	flex-direction: row;
}
.dw-resources-date-wrapper p{
	color: #FFAA00;
}
.dw-resources-ss-wrapper a{
	color: #404040;
	text-decoration: underline;
	font-weight: bold;
}
.dw-resources-ss-wrapper a:hover{
	color: #2cd4ff;
}
.dw-resource-single-main h3 {font-size:1.45em;}
.dw-resource-single-main h4 {font-size:1.4em;}
.dw-resource-single-main h5 {font-size:1.35em;}

/* Actors Single */
.dw-actor-logo-wrapper{
    text-align: center;
    margin: 32px 0 24px;
}
.dw-actor-logo-wrapper img, .dw-actor-logo-wrapper-left img, .dw-actor-logo-wrapper-right img{
    max-width: 50%;
	max-height:160px;
}
.dw-actor-logo-wrapper-right img {float:right;}
/*.dw-actor-logo-wrapper-right img {float:right; transition: transform 0.25s;}
.dw-actor-logo-wrapper-right img:hover {transform: scale(1.1);}*/

.dw-actors-info-wrapper{
    padding: 8px 16px;
    background-color: #f2f2f2;
    margin-bottom: 32px;
}
.pulseimg {    
   	animation: pulse 2s linear infinite;
}

@-webkit-keyframes "pulse" {
0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
50% {
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
}
100% {
    -webkit-transform: scale(1);
   transform: scale(1);
}
}
.dw-actors-map{
	margin-top: 2em;
}

.dw-actors-single p{
	word-break: break-word;
}

/* Newsletter Single */
.dw-news-title h2{
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #000;
    line-height: 27px;
}
.dw-news-title-span{
    background: #FFF;
    padding-right: 15px;
}
.dw-news-title h3{
    color: #2CD4FF;
}

.dw-news-dwn-wrapper{
    background-color: #414141;
    padding: 16px 8px;
    display: flex;
    align-items: center;
    
}
.dw-news-dwn-title{
    color: #FFAA00;
    font-weight: 600;
    padding-right: 20px;
    border-right: solid 2px #FFAA00;
}
.dw-news-dwn-option{
    display: flex;
}
.dw-news-dwn-option a{
    color: #BABABA;
    border-right: solid 2px #FFAA00;
    padding: 0 16px;
    text-decoration: none;
}
.dw-news-dwn-option a:hover{
    color: #FFF;
}

/* Facet Filters
--------------------------------------------- */

.facetwp-page.active {
	font-size: 1.5em;
}

.facetwp-facet-pager_{
	margin-bottom: 32px !important;
}

.dw-tax-filter ::-webkit-input-placeholder { /* Edge */
  color: #707070 !important;
  padding-left: 0;
  text-align: left;
}

.dw-tax-filter :-ms-input-placeholder { /* Internet Explorer */
  color: #707070 !important;
  padding-left: 0;
  text-align: left;
}

.dw-tax-filter ::placeholder {
  color: #707070 !important;
  padding-left: 0;
  text-align: left;
}

.facetwp-facet:last-child{
    margin-bottom: 0;
}

.facetwp-facet input.facetwp-search{
    background-color: #16bad44a;
    padding: 8px 30px 8px 4px;
	height: 41px;
	width: 100%;
}
.facetwp-input-wrap{
	width: 100%;
}

.dw-tax-filter .facetwp-facet{
    margin: 4px 0;
}

.facetwp-dropdown, .facetwp-search{
    color: #707070 !important;
    border: unset !important;
    font-size: 15px !important;
	border-radius: unset !important;
	width: 100% !important;
}

.facetwp-dropdown{
    padding: 8px 6px;
    background-color: #fafafae6 !important;
}

.dw-facetReset{
    font-weight: 600;
    width: 100%;
    height: 36px;
    border-radius: 0;
    margin: 0 !important;
}

.dw-showFilters-btn i{
	color: #ffaa00;
}
.facetwp-facet-actor_acronym .facetwp-autocomplete {width:100%}
.facetwp-facet-actor_acronym {display: flex;flex-flow: column wrap;justify-content: space-between;}
#dw-sidebar-left input[type="button"] {border-radius:1px;border:none;}
.fcomplete-wrap {position: inherit!important;}

@media screen and (max-width: 768px){
	.left-filter{
		padding: 12px !important;
	}
	.dwFilter-sm-none{
        display: none;
    }
	.left-filter-btn{
		padding: 4px 12px;
	}
}

@media screen and (min-width: 768px){
    .dw-showFilters-btn{
        display: none;
    }
}

/* Taxonomy Archive */

.dw-taxonomy-title{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.dw-tax-image{
    line-height: 0;
}
.dw-tax-name{
    padding: 0 1em 1em 2em;
}

.dw-content-wrapper{
    padding: 16px;
    margin-bottom: 30px;
}

.dw-issue-hierarchy-issues{
    max-width: 100%;
    margin: 48px auto 24px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.dw-issues-categories-i{
    width: 100%;
    padding: 8px;
    border-bottom: solid 2px #f2f2f2;
}
.dw-issues-categories-i:last-child{
    border-bottom: unset;
}
.dw-issues-cat-p{
    padding-bottom: 6px;
    border-bottom: solid 2px #2cd4ff;
    text-decoration: none;
    color: #414141;
    line-height: 32px;
}
.dw-issues-categories-i ul{
    margin: 16px 0;
    padding: 0;
}
.dw-issues-categories-i li{
    margin: 0;
    padding: 0;
    display: block;
}
.dw-issues-categories-i li a{
    color: #414141;
    text-decoration: none;
}
.dw-issues-categories-i li a:hover{
    color: #FFAA00;
}
.dw-cat-cybersecurity{
    background-image: url('/wp-content/uploads/2022/10/Crtez-Cybersecurity.png');
}
.dw-cat-development{
    background-image: url('/wp-content/uploads/issues-podnaslov-developments-72-dpi.png');
}
.dw-cat-economic{
    background-image: url('/wp-content/uploads/issues-podnaslov-economic-72-dpi.png');
}
.dw-cat-human-rights{
    background-image: url('/wp-content/uploads/issues-podnaslov-human-rights-72-dpi.png');
}
.dw-cat-infrastructure{
    background-image: url('/wp-content/uploads/issues-podnaslov-infrastructure-72-dpi.png');
}
.dw-cat-legal-and-regulatory{
    background-image: url('/wp-content/uploads/issues-podnaslov-legal-and-regulatory-72-dpi.png');
}
.dw-cat-sociocultural{
    background-image: url('/wp-content/uploads/issues-podnaslov-socioculural-72-dpi.png');
}
.dw-cat-img-pos{
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20vw;
}

/* Newsletter archive */
.newsletter-wrapper{
     display: flex;
    margin: 16px 0;
    align-items: center;
}

.dw-single-newsletter-img img{
    max-width: 130px;
}

.dw-single-newsletter-info{
    padding: 0 1em 1em 2em;
}

.dw-single-newsletter-info h3{
    margin: 0;
}

.dw-single-event a:hover, .dw-single-update a:hover{
    color: #ffaa00;
}

.dw-event-date{
    color: #ffaa00;
}

/* Mailchim forms
--------------------------------------------- */
.yikes-easy-mc-form input[type="email"], .yikes-easy-mc-form input[type="text"]{
    background-color: #fff !important;
    /*border: 1px solid #FFAA00 !important;*/
	border: 0!important;
}
    
.yikes-easy-mc-form .yikes-easy-mc-submit-button{
    background-color: #FFAA00;
    width: 100%;
    font-size: 14px;
}

/*
.yikes-easy-mc-form .field-no-label, .yikes-easy-mc-form label{
	margin-bottom: 0 !important;
}
*/

.yikes-easy-mc-form .yikes-easy-mc-submit-button{
	min-height: 30px;
}

.mcform {
    max-width: 600px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #f2f2f2;
	padding: 25px;
}

.wp-block-newsletterglue-callout {padding-bottom:26px!important;}
.single-newsletterglue h6 {color: #00a6ea;font-size: 17px;text-transform: capitalize;}

.facetwp-facet-pager_{
    text-align: center;
    margin-top: 2em;
}

.newsletter-form .rendered-form{
	max-width: 100%;
}
.rendered-form [type="checkbox"]{
    margin-right: 10px;
}

.newsletter-icon{
    width: 60px;
}
.newsletter-subscribe{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 10px auto;
    padding: 16px 32px;
    border-top: 2px solid #00928A;
    border-bottom: 2px solid #00928A;
}
.newsletter-cta-text{
    width: 50%;
}
.newsletter-cta-text, h4{
    margin-top: 0;   
}
.newsletter-cta-text a{
    color: #00928A;
    text-decoration: none;
}
.newsletter-cta-text a:hover{
    color: #FFAA00;
}
.rendered-form{    
    font-size: 15px;
}
.newsletter-form #email{
    width: 100%;
    border: 1px solid #FFAA00;
}
.newsletter-subscribe ::placeholder{
    color:#FFAA00;
}
.newsletter-subscribe .checkbox-group{
    font-size: 14px;
    margin: 10px;
}

/* Sidebars
--------------------------------------------- */

.facetwp-dropdown, .facetwp-search{
    width: 250px;
    color: #000;
    background-color: #fff;
    border: solid 1px #f2f2f2;
    padding: 10px;
}

.facetwp-search::placeholder{
    color: #000;
    opacity: 1;
    padding: 10px;
    line-height: 1.5;
}


#dw-sidebar-left, #dw-sidebar-right, #dw-sidebar-search{
    flex: 0 0 25%;
    padding-top: 64px;
    position: relative;
}
@media screen and (min-width:900px) {
	#dw-sidebar-left, #dw-sidebar-right, #dw-sidebar-search {max-width:25%;}
}
#dw-sidebar-right{
    padding-left: 2em;
}
#dw-sidebar-left, #dw-sidebar-search{
    padding-right: 2em;
}
#dw-sidebar-left section, #dw-sidebar-search section{
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
}

#dw-sidebar-left ul{
    margin: 0;
    padding-left: 20px;
}
#dw-sidebar-left ul li a{
    color: rgba(65,65,65,1);    
}
#dw-sidebar-left ul li a:hover{
    color: #FFAA00;
}

#dw-sidebar-left ul li::marker {
  color: rgba(0,176,255,0.85);
  content: "➤ ";
  font-size: 1em;
}

#dw-sidebar-right{
    text-align: center;
}

.left-filter{
    padding: 12px 24px;
}


.left-filter-wrapper{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.dwActive{
	opacity: 1 !important;
    display: block !important;
}
.dwHidden{
	display: none;
	transition: opacity 1s ease-out;
    opacity: 0;
}

/* Topics */
.dw-sidebar-ico{
    margin-bottom: 10px;
}
.dw-sidebar-ico svg{
    width: 48px;
    height: 48px;
	transition: transform 2s, filter 1.5s ease-in-out;
  	transform-origin: center center;
  	filter: brightness(75%);
}
.dw-sidebar-ico svg:hover {
    filter: brightness(100%);
    transform: scale(1.3);
    cursor: pointer;
}

.dw-inherit{
    color: inherit;
    font-style: inherit;
    text-decoration: unset;
}
.dw-term-sidebar ul{
    margin: 0;
    padding: 16px;
    background-color: #f2f2f2;
    text-align: left;
}
.dw-term-sidebar ul li{
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    margin: 16px 0;
    padding-bottom: 8px;
}

.topics-related-experts{
	margin: 2em 0;
}

.topics-related-experts h3{
	color: #707070;
	border-bottom: solid 2px #f2f2f2;
}

.topic-single-expert-wrapper{
	display: flex;
    flex-direction: row;
    margin-bottom: 1em;
}

.expert-single-image-wrap{
	min-width: 80px;
}

.expert-single-image-wrap img{
	border-radius: 50%;
    box-shadow: 1px 2px 2px;
}

.expert-single-info-wrap{
	padding: 0 1em;
	color: #707070;
}
.expert-single-info-wrap a{
	text-decoration: unset;
}

.expert-single-info-role{
	margin-bottom: 12px;
}

.dw-topics-child-term-hierarchy{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 2em 0;
}

.dw-topics-child-term-item{
	padding: 8px 16px;
    background-color: #f2f2f2;
    margin: 8px;
}

.dw-topics-child-term-item a{
	color: #707070;
	text-decoration: unset;
}

.dw-topics-child-term-item a:hover{
	color: #2cd4ff;
	text-decoration: unset;
}

.tax-topics .wp-block-newsletterglue-callout {margin-bottom:2em!important;}

/* Newsletter */
#dw-newsletterDesc-sidebar{
    text-align: left;
}
#dw-newsletterDesc-sidebar h3{
    margin: 0;
}

#dw-newsletter-sidebar{
    padding: 16px;
    background-color: #f2f2f2;
	position: relative;
}
.newsletter-subscribe-desc{
    font-size: 16px;
    color: #000000de;
    text-align: left;
    margin-bottom: 16px;
}
.dw-subscribe-privacy{
    margin-bottom: 30px;
    text-align: left;
}
.dw-sidebar-subscribe .dw-input-txt input{
    background-color: #fafafae6;
    padding: 8px;
    width: 100%;
    height: 40px;
    margin: 0 0 16px;
}
.dw-sidebar-subscribe .dw-input-txt select{
    background-color: #fafafae6;
    padding: 8px;
    width: 100%;
    height: 40px;
    margin: 0 0 16px;
}
#dw-newsletter-sidebar ::placeholder {
    font-family: "Heebo", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #0000008a;
    opacity: 1; /* Firefox */
}

#dw-newsletter-sidebar :-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: "Heebo", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #0000008a;
}

#dw-newsletter-sidebar ::-ms-input-placeholder { /* Microsoft Edge */
    font-family: "Heebo", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #0000008a;
}
.dw-subscribe-privacy{
    font-size: 16px;
    color: #000000de;
}
.dw-subscribe-privacy input{
    margin-right: 7px;
}
.dw-subscrbe-submit{
    min-width: 80%;
    border-radius: 4px !important;
    border-color: unset !important;
    background-color: rgba(255,128,0,1) !important;
    color: #FFF !important;
    margin: 8px 0;
    padding: 8px 16px !important;
    height: 42px;
}
/* Newsletter Sidebar */
#anchorList {
    padding: 0 8px;
    position: sticky;
    position: -webkit-sticky;
    top: 260px;
    display: flex;
    flex-direction: column;
}
#anchorList a{
    color: #414141;
    margin: 4px 0 8px;
    padding-right: 16px;
	text-decoration: none;
    font-weight: 600;
}
#anchorList a:hover{
    color: #707070;
	margin-left:2px;
}

/* Footer
--------------------------------------------- */

.site-info-wrapper{
    width: 100%;
}
.site-info{
    display: flex;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 16px 32px;
}
.cc-image{
    max-width: 88px;
    display: flex;
}

.content-license{
    max-width: 50%;
    flex: 0 0 100%;
    padding: 0 8px;
}
.dw-footer-menu{
    display: flex;
    flex: 1 0;
    justify-content: flex-end;
}
.cc-image img{
    width: 88px;
}
.content-license{
    font-family: "Heebo", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 12px;
}

#menu-footer-menu li{
    display: block;
    text-decoration: unset;
    padding: 0 8px;
    font-family: "Heebo", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
#menu-footer-menu li a{
    text-decoration: unset;
    font-size: 12px;
    font-weight: 600;
}
#menu-footer-menu{
    display: flex;
    margin: 0;
    padding: 0;
}
.footer-contribute-wrapper{
    background-color: #eeecec;
    padding: 8px 0 32px;
}
.footer-contribute{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}
.footer-contribute h4{
    margin: 16px 0 8px;
}
.footer-contribute p{
    font-size: 14px;
}
.footer-partners-wrapper{
    margin: 24px 0;
}
.footer-partners, .footer-about{
    display: flex;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}
.footer-partners{
    justify-content: space-around;
}
.footer-about p{
    font-size: 1.1rem;
    margin-bottom: 32px;
	border-top: 2px solid #ccc;
    padding-top: 20px;
}
.footer-partners img{
    max-height: 74px;
    max-width: 160px;
}
.dw-footer-partners-column{
    margin-bottom: 16px;
}

.site-footer{
	margin-top: 2em;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
    position: relative;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}


.main-navigation .sub-menu li a{
    font-size: 0.9em;
}

/* .main-navigation ul ul ul {
	left: -999em;
	top: 0;
} */

.main-navigation ul ul ul {
    top: 0;
    position: relative;
    left: 0;
    display: block;
    box-shadow: unset;
    width: calc(100% - 1em);
    padding-top: 0.5em;
}

.main-navigation ul ul li{
    max-width: 25%;
	flex: 0 0 25%
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
	padding: 0.5em 0.5em 0 0;
	width: calc(100% - 1em);
}

/* .main-navigation ul ul a {
	width: max-content;
} */

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    width: 100%;
    left: 0;
    padding: 1em 2em;
    background-color: #727272;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* update for newsletter and about */
/* .main-navigation ul #menu-item-23201:hover > ul,
.main-navigation ul #menu-item-23201.focus > ul{
	padding: unset;
    flex-direction: column;
    align-items: center;
}
#menu-item-23201{
	position: relative;
}
#menu-item-23201 ul li{
    width: 100%;
	max-width: 100%;
	text-align: center;
	padding: 16px 8px;
}*/
/* end update for newsletter and about */

@media screen and (min-width: 1380px){
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		padding: 1em 8%;
	}
}

@media screen and (min-width: 1500px){
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		padding: 1em 15%;
	}
}

.main-navigation ul ul ul li {
	display: block;
	max-width: 100%;
	width: 100%;
	padding: 2px 1em 0 0;
}

.main-navigation ul ul ul a {
	width: 100%;
	font-size: 0.75em !important;
}

.main-navigation li {
	/* position: relative; */
    padding: 16px 0;
    z-index: 2;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.dw-menu-blue a{
    color: #2cd4ff;
	text-transform: none!important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1040px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
	
	.menu.nav-menu{
        display: flex;
        justify-content: space-between;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 32px;
    }

    /* .menu-main-menu-container{
        padding: 16px 0 12px;
    } */
	
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}



/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Leaflet Map
--------------------------------------------- */
.leaflet-popup-content{
    max-width: 270px;
}
.leaflet-marker-pane img{
    width: 38px !important;
    height: 38px !important;
    margin-left: -19px;
    margin-top: -60px;
    border: 2px solid rgba(255,170,0,1);
    border-radius: 100%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    object-fit: contain;
    background: #FFF;
}
.actors-modal-wrapper img{
    max-height: 72px;
}
.dw-actors-map .leaflet-tile-pane{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.dw-actors-map .leaflet-tile-pane:hover{
    -webkit-filter: unset;
    filter: unset;
}

/* Actors Ajax Filter form
--------------------------------------------- */

.dw-ajax-filter{
	background-color: #eeecec;
}
.dw-filter-form input{
	color: #404040;
	border: 0;
	border-radius: 0;
	padding: 8px 16px;
	margin-right: 16px;
}
.dw-filter-form select{
	border: 0;
	color: #404040;
	border-radius: 0;
	padding: 8px 16px;
	margin-right: 16px;
}

.dw-filter-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #404040;
	opacity: 1; /* Firefox */
}

.dw-filter-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #404040;
}

.dw-filter-form ::-ms-input-placeholder { /* Microsoft Edge */
	color: #404040;
}

@media screen and (max-width: 1040px){
	.dw-ajax-filter, .dw-filter-form{
		flex-direction: column;
	}
	.dw-filter-form input, .dw-filter-form select{
		width: 100%;
		margin: 0.5em 0;
	}
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	text-align:center;
}
.wp-block-newsletterglue-callout figure.aligncenter {
    margin-left: auto!important;
    margin-right: auto!important;
}

.youtube-embed-wrapper {
    text-align: center;
    margin: 30px 0 0;
}

.dw-cu-anch-pos{
	display: block; 
	position: relative; 
	top: -200px; 
	visibility: hidden;
}

.dw-tag-cloud{
	font-size: 14px;
    font-weight: 600;
	margin: 0;
}
.dw-tag-cloud a{
	font-size: 14px !important;
    font-weight: 600 !important;
	display: inline-block;
    min-width: 88px;
    margin: 8px 0;
    padding: 8px 16px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    outline: 0;
    border: 0;
    color: rgba(0,0,0,0.87);
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: background-color .2s,box-shadow .2s;
	background: rgba(227,225,225,1);
    color: rgba(65,65,65,1);
}
.dw-tag-cloud a:hover{
	background: #607d8b;
    color: #FFF;
	transition: background-color .2s,box-shadow .2s;
}

/* RESPONSIVE /START*/
@media screen and (max-width: 1280px) {
    .dw-issue-hierarchy {
        max-width: 100%;
    }

    .site-footer {
        margin-top: 0;
    }

    .dw-nosidebar {
        max-width: 100% !important;
    }
    .dw-nosidebar-event, .dw-resource-single-main {
        max-width: 670px !important;
		width: 100% !important;
    }
}

@media screen and (max-width: 1040px) {
	.dw-content-box-p p, .dw-content-box-p li, .dw-content-box-p td{
		font-size: 16px;
	}
    .dw-header-description {
        display: none;
    }

    .dw-primary-header {
        width: 100%;
        justify-content: space-between;
    }
    .p-sm-4{
        padding: 4px 0;
    }
    .menu-main-menu-container{
        padding: 0 1em;
    }
	.dw-mmenu-none{
        display: none;
    }
	#dw-breadcrumbs-single, #dw-breadcrumbs{
        top: 85px;
    }
	.dw-header-logo, .dw-header-search {
		max-width: 100%;
		flex: unset;
	}
	.dw-cu-anch-pos{
		top: -150px;
	}
}
@media screen and (max-width: 900px){
	.dw-main-content.singleActor{
		flex: 1 1 100%;
		max-width: 100%;
	}
}
@media screen and (min-width: 769px) and (max-width: 900px){
	.dw-main-content {
		max-width: 75%;
	}
    #dw-sidebar-right {
        flex: 0 0 100%;
        padding: 8px 0;
        margin: 32px 0 0;
        width: 100%;
    }
	.dw-issues-categories{
		grid-column: span 4;
	}
}

@media screen and (max-width: 768px) {
    .dw-main-content{
        margin-bottom: 10px;
		max-width: 100%;
		order:1;
    }

    .site-info {
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cc-image {
        max-width: 100%;
        display: flex;
    }

    .cc-image img {
        width: 100%;
    }

    .dw-footer-menu {
        flex: 1;
        justify-content: center;
        margin: 10px 0 0 0;
    }

    .content-license {
        max-width: 100%;
        padding: 0;
        margin: 15px 0 0 0;
    }

    .footer-partners, .footer-about {
        max-width: 100%;
        flex-wrap: wrap;
    }

    .footer-about p {
        margin: 0;
    }

    .newsletter-form {
        width: 70%;
    }

    .newsletter-cta-text {
        width: 70% !important;
    }

    .newsletter-subscribe {
        max-width: 100% !important;
        flex-wrap: wrap;
        justify-content: center !important;
        padding: 24px 32px !important;
        margin: 0 !important;
    }

    .newsletter-icon {
        width: 100% !important;
        text-align: center;
        padding-bottom: 16px;
    }

    .newsletter-icon img {
        margin: 0 10px 0 0;
        max-width: 100px;
    }

    .checkbox-group {
        margin: 3px 14px 14px;
    }

    .newsletter-form #email {
        margin: 1.33em 0 0;
    }
	.dw-banner img{
		width: 50%;
	}

    #primary {
        max-width: 100%;
    }

    .dw-banner {
        width: 100%;
        margin: auto auto 16px;
    }

    .dw-three-child a {
        font-size: 20px;
    }

    .dw-issue-hierarchy {
        max-width: 100%;
        margin: 16px 0 0;
    }

    .dw-issues-categories{
		grid-column: span 6;
	}

    #dw-sidebar-left, #dw-sidebar-search {
        padding-right: 0;
    }

    #dw-sidebar-left, #dw-sidebar-search {
        flex: 0 0 100%;
        padding: 8px 0;
        margin: 32px 0 0;
        width: 100%;
        background: rgba(242,242,242,1);
    }
	
	#dw-sidebar-search {
        margin: 32px 0;
    }

    #dw-sidebar-right {
        flex: 0 0 100%;
        padding: 8px 0;
        margin: 32px 0 0;
        width: 100%;
		order:2;
    }

    .newsletter-subscribe-desc {
        text-align: center;
    }

    #dw-newsletterDesc-sidebar {
        text-align: center;
    }

    #dw-newsletter-sidebar {
        padding: 16px 16px 0;
        margin: 0;
    }

    .dw-tax-image {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .dw-tax-name {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 10px 0 0;
    }

    .dw-single-newsletter-img {
        width: 100%;
        text-align: center;
    }

    .dw-single-expert-img {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .dw-single-expert-content {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 10px 0 0;
    }
    
    .topic-single-expert-wrapper {
        flex-wrap: wrap;
    }

    .expert-single-image-wrap {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .expert-single-info-wrap {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 10px 0 0;
    }
    .dw-sm-none{
        display: none;
    }
}

@media screen and (max-width: 620px){
	.dw-s-active{
		display: flex;
		position: absolute;
		max-width: 100%;
		right: 32px;
		height: 100%;
		align-items: center;
		background: #eeecec;
	}
	.dw-l-hidden{
		visibility: hidden;
	}
}

@media screen and (max-width: 500px) {
    .newsletter-cta-text {
        width: 100% !important;
    }

    .newsletter-form {
        width: 100%;
    }

    .dw-three-child a {
        font-size: 17px;
    }

    .dw-issues-categories {
        width: 100%;
        display: flex;
        padding: 0;
        flex-wrap: wrap;
        align-items: center;
		grid-column: span 12;
    }

    .dw-issues-cat-p {
        max-width: 100%;
        text-align: center;
    }

    .dw-issues-categories ul {
        width: 100%;
    }

    .dw-issues-categories-i li {
        font-size: 15px;
    }
    .dw-header-search{
        flex: unset;
    }
    .dw-event-info-wrapper{
        flex-wrap: wrap;
        justify-content: center;
    }
    .dw-event-info-img{
        margin-bottom: 0.5em;
    }
    .dw-event-info-desc{
        width: 100%;
    }
	.dw-banner img{
		width: 100%;
	}
    .dw-cu-anch-pos {
    	top: -50px;
	}
}

@media screen and (max-width: 360px) {
	.dw-three-child a {
		font-size: 15px;
	}

	.dw-cat-img-pos {
		background-position: 50% 90%;
	}

	.dw-issues-categories-i ul {
		padding: 0 0 65px 0;
	}
}

@media screen and (min-width: 1040px){
	.dw-large-none{
		display: none;
	}
}
/* RESPONSIVE /END*/

/*
* HOME CTA BOXES 
*/

.dw-cta-boxes-home{
	align-items: stretch;
	grid-template-columns: repeat(3,minmax(auto,1fr));
	grid-column-gap: 32px;
	grid-row-gap: 16px;
	display: grid;
	margin: 0 auto 2em;
}
.dw-cta-box-home{
	border: solid 2px #f2f2f2;
	grid-column: span 1;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.dw-box-updates-single{
	width: 100%;
	padding: 8px 0;
	border-bottom: solid 2px #f2f2f2;
}

.dw-box-updates-single a{
	margin: 0;
	color: #414141;
	text-decoration: none;
	font-size: 16px;
	line-height: 100%;
	font-weight: 400;
}

.dw-cta-box-content, .dw-cta-box-title{
	width: 100%;
	padding: 8px;
}
.dw-cta-box-title{
	color: #FFF;
	font-weight: 600;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dw-cta-box-title svg{
	height: 16px;
	fill: #FFF;
	margin-right: 8px;
}
.dw-box-title-infocus{
	background: #2cd4ff;
}
.dw-box-title-trending{
	background: #b03333;
}
.dw-box-title-updates{
	background: #FFAA00;
}
.dw-cta-box-content{
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.dw-box-infocus .dw-cta-box-content,
.dw-box-trending .dw-cta-box-content,
.dw-box-updates .dw-cta-box-content{
	max-height:300px;
}

.dw-box-title-a{
	text-decoration: unset;
	font-size: 1.17em;
	margin: 0.5em 0 1em;
	max-width: 80%;
}

.dw-box-infocus .dw-cta-box-content p,
.dw-box-trending .dw-cta-box-content p{
	margin-top: 1em;
}
.dw-cta-box-content p{
	margin-bottom: 0.5em;
}
.dw-box-infocus .dw-box-title-a{
	color: #2cd4ff;
}
.dw-box-trending .dw-box-title-a{
	color: #b03333;
}
.dw-box-updates .dw-box-title-a{
	color: #FFAA00;
}
.dw-box-infocus .dw-box-title-a:hover,
.dw-box-trending .dw-box-title-a:hover,
.dw-box-updates .dw-box-title-a:hover{
	color: #FFAA00;
}

.dw-cta-box-content .dw-cta-box-after{
	width: 100%;
	padding: 16px 0 8px;
}
.dw-cta-box-after{
	width: 100%;
	padding: 16px 8px;
}
.dw-cta-box-after a{
	color: #414141;
	text-decoration: none;
	font-size: 14px;
}
.dw-cta-box-after a:hover{
	color: #FFAA00;
}
@media screen and (max-width: 992px){
	.dw-cta-box-home{
		grid-column: span 3;
	}
	.dw-cta-box-content{
		justify-content: flex-start;
	}
}

@media screen and (max-width: 480px){
	.dw-box-infocus .dw-cta-box-content,
	.dw-box-trending .dw-cta-box-content{
		max-height: unset;
	}
}

/*** Interactive Geo Maps heatmap legend fix ***/
.mapLegendContainer .imapsContainer .imapsLabel-group:first-child {
font-size: 12px !important;
transform:translateY(-5px);
}

/** Search input field **/

.dw-search-input::placeholder{
	color: black; 
}
.dw-search-input:focus-visible{
	border: none;
	outline: none;
}
.dw-submit-button:hover{
	cursor: pointer;
}

.dwIconWrapper:hover{
	cursor: pointer;
}

.dwSearchWrapper{
	position: relative;
}

.dwFormWrapper{
	position: absolute; 
	top: 36px; 
	right: 0; 
	width: 340px; 
	z-index: 10;
}

.dwFormWrapper form{
	border: solid 2px;
    border-radius: 5px;
}

/*** Shortcodes ultimate ***/
.su-image-carousel-controls-style-dark button.flickity-prev-next-button {background:#FFAA00!important;}

.su-spoiler-style-fancy {color: #404040!important;}
.su-spoiler-style-fancy>.su-spoiler-title {font-size: 20px!important;font-weight:400!important;line-height:22px!important;color: #00a6eb!important;padding-top: 10px!important; padding-bottom: 10px!important;}
.su-spoiler-icon {top: 12px!important;}

/*** UNGA 77 newlsetter ***/
#unganl .wp-block-newsletterglue-callout {padding-bottom: 26px!important;}
#unganl input {font-size:0.9rem;}

/*
 * Newsletter FR Archive Subscribe 
 */
.subscribeWrapperFR {
	background-color: #f2f2f2;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.page-id-110485 .yikes-easy-mc-form .field-no-label, .yikes-easy-mc-form label{
	margin: 0 !important;
}
.page-id-110485 .yikes-easy-mc-form .yikes-easy-mc-submit-button{
	margin: 8px 0 0 !important;
}
.emailAddressFieldFR::placeholder{
	font-size: 14px !important;
}
.submitButtonFormFR{
	border: 0 ;
	border-radius: 0;
}
.justify-text {text-align:justify;}

/*** WP Timeline ***/
.wptl-more-meta {display:none;}

/*** Progress Map ***/
div.cspm_infobox_container.rounded_bubble .cspm_infobox_img, div.cspm_infobox_content_container.rounded_bubble img{
	object-fit: contain;
	background: #FFF;
}
.jcarousel-skin-default .jcarousel-next-horizontal, .jcarousel-skin-default .jcarousel-prev-horizontal {background-color:#ddd!important;}
.item_img.cspm_linear_gradient_bg {height: 150px;}

.cspm_linear_gradient_bg {background: white!important;}

.item_infos .item_img img {margin: 5px auto;
    display: block;
    max-width: 70%;
    height: auto;
    max-height: 140px;}

.cspml_item img.thumb {
	margin: 5px auto;
    display: block;
    max-width: 70%;
    height: auto;
    max-height: 90px;
}

.cspml_thumb_container  {
    height: 100px;
}
.cspml_item_pinpoint_overlay {display:none;}

.details_infos p{
    font-size: 14px!important;
    font-weight: 200!important;
	font-family: "Source Sans Pro",sans-serif!important;
    color: #343434;
    padding: 10px 20px;
	line-height: 1.476!important;
    box-sizing: border-box;
    white-space: normal;
}
ul#cspm_carousel_map112355 .details_container {
    width: 198px;
    height: 100px;
    line-height: 1em;
}
ul#cspm_carousel_map112355 .details_title a {
    white-space: pre-wrap;
	border:none;
}
/* 
div[class^=cluster_posts_widget] ul li{
	height:100%;
	width:100%;
	display: flex;
  	justify-content: center;
  	align-items: center;
}


div[class^=cluster_posts_widget] ul li img{	
	 max-height:auto!important;
	 max-width: auto!important;
    
}*/
/*  --------------- */

/*  Elastic press widget */
.widget_ep-facet .empty-term, .wp-block-elasticpress-facet .empty-term {
    display: none;
}

/*  Table of contents 
#ez-toc-container {width:100%;}*/

/*  Sidebar fancy link */
.fancy-link {
	background-image: linear-gradient(90deg, grey, white);
	background-size: 0% 3px;
	background-repeat: no-repeat;
	background-position: left bottom;
	transition: background-size 300ms ease;
}
.fancy-link:hover {background-size: 100% 3px;}

/*  Featured image single post */
.intro-image {margin-bottom:4rem;}
@media only screen and (max-width: 618px) { 
	.intro-image {margin-bottom:2rem;}
}

ul.nav-menu li a {text-transform:uppercase;font-size:0.9rem;}
ul.sub-menu li a {text-transform:none;}

/*  drop-cap */
.has-drop-cap:not(:focus):first-letter {
    font-size: 5.4em;
    font-weight: 600;
}
.single-updates .has-drop-cap:not(:focus):first-letter {font-size:inherit; margin:0; float:unset;font-weight:inherit;line-height:inherit;}


/*
 *  DW Archive Grid Template
 */

.dwArchiveContent{
	flex: 1;
	padding-top: 64px;
	gap: 20px;
}
.dwArchiveAside{
	flex: 0 0 33.333333% !important;
	padding-left: 20px !important;
}






	/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
	 *                                                     *
	 *  DW Home v4  START								   *
	 *                                                     * 
	 * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	 */

	.dwBeforeMain.dw-buttons__top{
		position: sticky; 
		top: 123px; 
		background: #f2f2f2; 
		box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px; 
		z-index: 999;
	}
	body.logged-in .dwBeforeMain.dw-buttons__top{ 
			top: 169px; 
		}
	
	


	#primary.dw-primary__home section{
		width: 100%;
		max-width: 100%;
	}
	#primary.dw-primary__home .innerbanner a{
		display: block;
		width: 100%;
		max-width: 100%;
	}
	
	.dw-postsLoader {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(255,255,255,.8);
		z-index: 99999;
	}
	.dw-postsLoader__wrapper{
		width: 142px;
		height: 40px;
		margin: -20px 0 0 -71px;
		background: transparent;
		filter: contrast(20);
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translateY(-50%);
	}
  
	.dw-postsLoader__dot{
		position: absolute;
		width: 16px;
		height: 16px;
		top: 12px;
		left: 15px;
		filter: blur(0px);
		background: #FF8000;
		border-radius: 50%;
		transform: translateX(0);
		animation: dot 2.8s infinite;
	}

	.dw-postsLoader__dots{
		transform: translateX(0);
		margin-top: 12px;
		margin-left: 31px;
		animation: dots 2.8s infinite;
	}
	.dw-postsLoader__dots span{
		display: block;
		float: left;
		width: 16px;
		height: 16px;
		margin-left: 16px;
		filter: blur(0px);
		background: #FF8000;
		border-radius: 50%;
	}
   
	@keyframes dot {
		50% {
			transform: translateX(96px);
		}
	}
	@keyframes dots {
		50% {
			transform: translateX(-31px);
		}
	}
	.dw-buttons__container{
		position: relative;
		width: 100%;
		display: flex;
		overflow: hidden;
	}
	.dw-buttons__container.dw-buttons__top{
		max-width: 1440px;
		margin: 0 auto; 
		padding: 0 32px;
	}
	.dw-buttons__wrapper{
		width: 100%;
		overflow: auto;
		display: flex;
		flex-flow: row nowrap;
		flex: none;
		align-items: center;
		gap: 12px;
		scroll-snap-type: x mandatory;
	}
	.dw-buttons__wrapper.dw-buttons__top{
		justify-content: start;
	}
	.dw-filterBtn{
		padding: 12px 16px;
		background: #f2f2f2;
		cursor: pointer;
		font-size: 0.9rem;
		font-weight: 600;
		min-width: max-content;
		text-align: center;
		scroll-snap-align: start;
		flex: none;
		transition: all 0.3s ease-in-out;
	}
/* 	.dw-filterBtn:last-child{
		margin-right: 70px;
	} */
	.dw-filterBtn:hover{
		box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
	}
	.dw-filterBtn.active{
		box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
		color: #FF8000;
	}
	.dw-buttons__backdrop{
		position: absolute;
		width: 50px;
		top: -1px;
		bottom: -1px;
		background: rgb(255,255,255);
		background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
		background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
		background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	}
	.dw-buttons__backdrop._left_{
		left: -1px;
		transform: rotate(180deg);
	}
	.dw-buttons__backdrop._right_{
		right: -1px;
	}
	.dw-buttons__wrapper::-webkit-scrollbar {
		display: none;
	}
	.dw-buttons__wrapper {
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}

	.dw-articles__wrapper{
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 20px 20px;
	}

	.dw-article_featured { 
		grid-column: span 2;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.dw-article_featured .dw-article_image {
		aspect-ratio: 1 / 1;
		max-height: 360px;
	}

	.dw-article_item { 
		grid-column: span 2;
		background-color: #f2f2f2;
		transition: all 0.3s ease-in-out;
	}

	.dw-article_item:hover{
		box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
	}

	.dw-article_image{
		position: relative;
		display: flex;
		width: 100%;
		transition: opacity 0.3s ease-in-out;
	}

	.dw-article_image:hover{
		opacity: 0.8;
	}

	.dw-article_item .dw-article_image{
		aspect-ratio: 16 / 9;
	}

	.dw-article_image img{
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}

	.dw-article_info{
		gap: 10px;
	}

	.dw-article_item .dw-article_info{
		padding: 20px;
	}

	.dw-article_tag{
		font-size: 13px;
		line-height: 15px;
		font-weight: bold;
		font-family: 'Titillium Web',sans-serif;
		color: inherit;
		text-transform: uppercase;
		text-decoration: none;
		transition: color 0.3s ease-in-out;

	}

	.dw-article_featured .dw-article_tag{
		font-size: 14px;
	}

	.dw-article_tag:hover{
		color: #2cd4ff;
	}

	.dw-article_title a{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		font-family: 'Montserrat',sans-serif;
		color: inherit;
		text-decoration: none;
		transition: color 0.3s ease-in-out;
	}
	.dw-event__date{
		font-size: 14px;
	}

	.dw-article_featured .dw-article_title a{
		font-size: 28px;
		line-height: 35px;
		font-weight: 700;
		-webkit-line-clamp: 3; /* number of lines to show */
		line-clamp: 3; 
	}

	.dw-article_item .dw-article_title a{
		font-size: 18px;
		line-height: 25px;
		font-weight: 600;
		-webkit-line-clamp: 2; /* number of lines to show */
		line-clamp: 2; 
	}

	.dw-article_title a:hover{
		color: #2cd4ff;
	}

	.dw-article_description p{
		overflow: hidden;
		display: -webkit-box;
		font-family: 'Titillium Web',sans-serif;
		color: inherit;
		text-decoration: none;
	}
	.dw-article_featured .dw-article_description p{
		font-size: 18px;
		line-height: 25px;
		-webkit-line-clamp: 5; /* number of lines to show */
		line-clamp: 5; 
		-webkit-box-orient: vertical;
	}
	.dw-article_item .dw-article_description p{
		font-size: 16px;
		line-height: 22px;
		-webkit-line-clamp: 4; /* number of lines to show */
		line-clamp: 4; 
		-webkit-box-orient: vertical;
	}
    .dw-article_meta h6 {font-size:14px;margin:0;line-height:1.05em;font-weight:600;font-family: 'Titillium Web', sans-serif;}
	.dw-article_meta h6 a {color:inherit;text-decoration:none;text-transform:none!important;font-weight:600;}

	.dw-widget_title{
		background-color: #FF8000;
		text-align: center;
		padding: 6px 0;
	}
	.dw-widget_title h2{
		margin: 5px 0;
		color: #fff;
		font-size: 22px;
		font-weight: 700;
		font-family: 'Montserrat',sans-serif;
	}
	.dw-widget_title_after{
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent; 
		border-right: 10px solid transparent; 
		border-top: 15px solid #FF8000;
		margin:0 auto;
	}

	.dw-widget_item{
		padding: 8px 0;
		border-bottom: 2px solid #F2F2F2;
		gap: 10px;
		color: inherit;
		text-decoration: none;
		height: 116px;
	}	
	.dw-widget_item:last-child{
		border-bottom: unset;
	}

	.dw-widget_item p{
		font-size: 16px;
		line-height: 20px;
		font-weight: 600;
		font-family: 'Montserrat',sans-serif;
		color: inherit;
		text-decoration: none;	
	}
	.dw-widget_item p, .dw-widget_item img {
		transition: all 0.3s ease-in-out;
	}
	.dw-widget_item:hover p{
		color: #2cd4ff;
	}
	.dw-widget_item:hover img{
		opacity: 0.8;
	}
	.dw-widget_item_image{
		position: relative;
		display: flex;
		overflow: hidden;
		padding: 0.5em 0.5em 0.5em 0;
		aspect-ratio: 16 / 9;
		height: 100%;
	}
	.dw-widget_item_image img{
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}

	.dw-widget_item_title{
		width: 100%;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3; /* number of lines to show */
		line-clamp: 3; 
		-webkit-box-orient: vertical;
	}
	.dw-widget-moreButton{
		padding: 12px 0;
		color: #fff;
		background-color: #FF8000;
		text-align: center;
		font-weight: 700;
		transition: all 0.3s ease-in-out;
		text-decoration: none;
	}
	.dw-widget-moreButton:hover{
		background-color: #2cd4ff;
		color: #FFF;
	}

     @media screen and (max-width: 420px){
		.dwBeforeMain.dw-buttons__top{ 
			top: 83px; 
		}
    }

    @media screen and (min-width: 421px){
		.dwBeforeMain.dw-buttons__top{ 
			top: 100px; 
		}
    	body.logged-in .dwBeforeMain.dw-buttons__top{ 
			top: 147px!important; 
		}
    }
	@media screen and (min-width: 601px){
		.dwBeforeMain.dw-buttons__top{ 
			top: 76px; 
		}
		body.logged-in .dwBeforeMain.dw-buttons__top{ 
			top: 122px!important; 
		}
	}

    @media screen and (min-width: 782px){
		.dwBeforeMain.dw-buttons__top{ 
			top: 76px; 
		}
		body.logged-in .dwBeforeMain.dw-buttons__top{ 
			top: 108px!important; 
		}
	}

	@media screen and (min-width: 768px){
		.dw-articles__wrapper{
			flex-direction: row;
			flex-wrap: wrap;
		}
		.dw-article_item{
			flex: 1 1 33.3333%;
		}

		.dw-article_featured {
			flex-direction: row;
		}

		.dw-article_featured .dw-article_image {
			order: 2;
		}
	}

	@media screen and (min-width: 1040px){
		.dwBeforeMain.dw-buttons__top{ 
			top: 130px; 
		}
		body.logged-in .dwBeforeMain.dw-buttons__top{ 
			top: 162px!important; 
		}
		.dw-articles__wrapper{
			display: grid;
			grid-auto-flow: row;
			/* 		grid-auto-rows: 1fr; */
			grid-template-columns: repeat(6, 1fr);
			grid-template-areas:
				"featuredArticle featuredArticle featuredArticle featuredArticle latestNews latestNews"
				". . . . latestNews latestNews";
		}

		.dw-latest_news { 
			grid-area: latestNews; 
		}

		.dw-article_featured {
			grid-area: featuredArticle;
			max-height: 300px;
		}
	}
	
	@media screen and (min-width: 1280px){
		.dw-buttons__wrapper{
			overflow: hidden;
		}
		.dw-buttons__wrapper.dw-buttons__top{
			justify-content: center;
		}
		.dw-buttons__backdrop{
			display: none;
		}
/* 		.dw-filterBtn:last-child{
			margin-right: 0;
		} */
	}

	/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
	 *                                                     *
	 *  DW Home v4	 END								   *
	 *                                                     * 
	 * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	 */

#wpadminbar {z-index:1000004;}
body:not(.logged-in) div#wpadminbar {display:none!important;}
body.admin-bar:not(.logged-in) {margin-top:-32px;}
.hidenheading {display:none;}

/* FacetWP pager */
.page-nav {display: flex; justify-content: center;gap:0.3rem;margin-top: 1rem;}
.page-nav .facetwp-facet-pager_ {margin:0!important;justify-content: center;display:flex;align-items:center;}
.page-nav .ppp-inner {display: flex; gap:0.3rem;align-items: center;}
.page-nav .facetwp-type-pager {min-width: 75px;}
.page-nav .facetwp-pager {padding-left:3rem;display:flex;}
.page-nav p {margin:0!important;font-size: 16px;}
.page-nav select {margin: 0!important; padding: 5px; font-size:16px;}
.page-nav .facetwp-pager a {font-size:16px;}
.page-nav .facetwp-page.active {transform: scale(1.3);}
@media screen and (max-width: 660px) {
	.page-nav {flex-direction:column; align-content:center;}
	.page-nav .facetwp-pager {padding-left:0;justify-content:center;}
	.page-nav .ppp-inner {justify-content:center;}
	.facetwp-pager a, .page-nav p, .page-nav select {font-size:12px!important;}
}
/* FacetWP pager end */

/* Table of Content sticky */
.ez-toc-open-icon {top:20%;}
/* Table of Content end */

/* Header app link */
#clicktoclose {position:absolute;top:4px;right:8px;width:16px;height:16px;background-image:url(https://diplo-media.s3.eu-central-1.amazonaws.com/2023/09/close-button-icon.png);transition:all 0.5s; background-size: contain;}
#clicktoclose:hover {cursor:pointer;transform:scale(1.1);transition:all 0.5s;}
.dwappheader { background:#00FF8A; width: 100%; overflow: hidden;display: flex; white-space: nowrap;height:40px;}
.dwappscroll:hover {opacity:0.8;color:inherit;transition:0.3s;}
.dwappscroll p {padding:0.5rem 0;  font-style:italic;font-weight: 900;display: inline-block;padding-left: 100%; animation: animate_text 5s linear infinite;}
.dwappscroll p:nth-of-type(2) {display:none;}
.dwappscroll img {margin:0 4px -1px;}
.dwappscroll {margin: 0 auto; white-space: nowrap; overflow: hidden; position: absolute;width:100%;color:#414141; text-decoration: none;}
.scroll2 p {animation-delay: 2.5s;}
@media only screen and (min-width: 1921px) { 
	.dwappscroll p {animation: animate_text 9s linear infinite;}
	.scroll2 p {animation-delay: 4.5s;}
}
@media only screen and (min-width: 1151px) { 
	.dwappscroll p {animation: animate_text 12s linear infinite;}
	.scroll2 p {animation-delay: 6s;}
}
@media only screen and (max-width: 450px) { 
	.scroll2 p {display:none;}
}
@keyframes animate_text {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
}
/* Header app link end */
/* Sidebar app link */
.sidebar-app img {max-height:555px;}
/* Sidebar app link end */

/* Twitter embed alignedcenter */
.aligncenter .twitter-tweet {margin-left:auto;margin-right:auto;}
/* Twitter embed alignedcenter end */

/* ToC Table of Contents plugin styling */
#ez-toc-container 
{display:flex;gap: 10px;border:none; border-radius:0;padding:0!important;background-color:#e4f7ff;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;margin-bottom: 60px;}
.toc_close {display:table!important;min-width:220px;}
.ez-toc-title-container {display:flex;flex-basis:25%; padding:10px; background: rgb(0,75,85);
background: linear-gradient(180deg, rgb(0 37 53) 0%, rgb(0 104 147) 75%, rgb(0 166 235) 100%);;}
.ez-toc-title-container:before{
    position: absolute;
    height: 5px;
    width: 65px;
    left: 90px;
    top: 45px;
    background: #41bdf0;
    display: block;
    content: "";
}
#ez-toc-container.toc_close .ez-toc-title-container:before{
    height: 0px;
}
p.ez-toc-title {font-size: 28px!important;text-transform: uppercase; font-weight: 600!important; display:block; font-family: Poppins!important; color:#ffffff!important;}
.ez-toc-title-toggle {position:absolute; right:20px;top:16px;}
#ez-toc-container .ez-toc-js-icon-con {border:none;}
#ez-toc-container .ez-toc-icon-toggle-span svg {display:none;}

#ez-toc-container .ez-toc-icon-toggle-span {border:none; width:25px; height:25px;background-image:url(https://diplo-media.s3.eu-central-1.amazonaws.com/2023/11/dw-toc-collapse-dark.png); background-size:cover;}
#ez-toc-container.toc_close .ez-toc-icon-toggle-span {border:none; width:25px; height:25px;background-image:url(https://diplo-media.s3.eu-central-1.amazonaws.com/2023/11/dw-toc-expand.png); background-size:cover;}
#ez-toc-container nav {padding: 10px 30px 10px 10px;}
#ez-toc-container.toc_close nav {padding: 0;}
.toc-close nav {padding: 0!important;}
#ez-toc-container .ez-toc-toggle label span {display:none;}
ul.ez-toc-list li a {color:#002535!important;}
#ez-toc-container .ez-toc-list li.active > a {color:#002535!important;}
li.ez-toc-heading-level-2 {padding-left:0px!important;font-weight:600;}
li.ez-toc-heading-level-3 {padding-left:15px!important;}
li.ez-toc-heading-level-4 {padding-left:30px!important;}
#ez-toc-container ul { padding:0!important;margin:0!important;display:block!important;}
#ez-toc-container.toc_close nav ul {display:none!important;}
div#ez-toc-container ul li {line-height:1.15em!important;font-size:18px!important;font-weight:600;}
#ez-toc-container ul li a {padding-top:3px!important;}
#ez-toc-container ul.ez-toc-list li.active a {color: #002535 !important;}
#ez-toc-container ul.ez-toc-list li.active {background-color: #e4f7ff !important;}
@media screen and (max-width:850px) {
	#ez-toc-container {flex-direction:column;}
	#ez-toc-container .ez-toc-toggle label {background-image:url(https://diplo-media.s3.eu-central-1.amazonaws.com/2023/11/dw-toc-collapse-light.png);}
}
/* ToC Table of Contents plugin styling end */

/* Modern footnotes styling */
.modern-footnotes-footnote { font-weight: 600;}
.modern-footnotes-footnote__note--tooltip {max-width:430px!important;word-wrap: break-word;}
/* Modern footnotes plugin styling end */

/* recaptcha v2 sidebar fix */
@media screen and (min-width:1001px) and (max-width: 1500px) {
	#sidebar-subscribe-2 .g-recaptcha {
    transform: scale(.5);
    -webkit-transform: scale(.5);
	}
}
@media screen and (max-width: 1000px) {
	#sidebar-subscribe-2 .g-recaptcha {
    transform: scale(.4);
    -webkit-transform: scale(.4);
	}
}
/* recaptcha v2 sidebar fix end*/

/* Styling for actor pages - inline italic paragraph */
.fn {padding-left:20px;padding-bottom:10px;font-style:italic; line-height:1.03em;font-size:18px!important;}
@media screen and (max-width: 680px) {
  .fn {font-size:15px!important;}
}
/* End of Styling for actor pages */


/*button functionality for model comparison table*/
/*document.addEventListener('DOMContentLoaded', function() {
    // Function to toggle column visibility
    function toggleColumnVisibility(columnClass) {
        let columns = document.querySelectorAll(columnClass);
        columns.forEach(column => {
            if (column.style.display === 'none' || column.style.display === '') {
                column.style.display = 'table-cell';
            } else {
                column.style.display = 'none';
            }
        });
    }

    // Add event listeners to buttons
    document.querySelector('.filter-model1').addEventListener('click', function() {
        toggleColumnVisibility('.model1');
    });

    document.querySelector('.filter-model2').addEventListener('click', function() {
        toggleColumnVisibility('.model2');
    });

    document.querySelector('.filter-model3').addEventListener('click', function() {
        toggleColumnVisibility('.model3');
    });

    document.querySelector('.filter-model4').addEventListener('click', function() {
        toggleColumnVisibility('.model4');
    });

    document.querySelector('.filter-model5').addEventListener('click', function() {
        toggleColumnVisibility('.model5');
    });

    document.querySelector('.filter-model6').addEventListener('click', function() {
        toggleColumnVisibility('.model6');
    });

    document.querySelector('.filter-model7').addEventListener('click', function() {
        toggleColumnVisibility('.model7');
    });

    document.querySelector('.filter-model8').addEventListener('click', function() {
        toggleColumnVisibility('.model8');
    });

    document.querySelector('.filter-model9').addEventListener('click', function() {
        toggleColumnVisibility('.model9');
    });

    document.querySelector('.filter-model10').addEventListener('click', function() {
        toggleColumnVisibility('.model10');
    });

    // Optional: Add event listener to 'All' button to show all columns
    document.querySelector('.filter-all').addEventListener('click', function() {
        let allColumns = document.querySelectorAll('.table-cell.proposal-column');
        allColumns.forEach(column => {
            column.style.display = 'table-cell';
        });
    });
});*/
/*end of button functionality for model comparison table*/