/*!
Theme Name: ZeroWasteCities
Theme URI: http://underscores.me/
Author: Nicolas Bossi
Author URI: http://noiza.com
Description: The WordPress theme for ZeroWasteCities
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zwc

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

ZeroWasteCities is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
/* # Typography
		 font-family: 'Roboto', sans-serif; Roboto: 400,400i,500,500i
		 font-family: 'DINNextRoundedLT', sans-serif; DINNextRoundedLT: 500
	 */



html {
	font-size: 21px;
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

body {
	margin: 0;
}


h1 {
	font-size: 2em;
	margin: 0.67em 0;
	font-weight: 500;
}

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

a {
	background-color: transparent;
}


abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}


b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

button,
input {
	/* 1 */
	overflow: visible;
}

button,
select {
	/* 1 */
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

progress {
	vertical-align: baseline;
}


textarea {
	overflow: auto;
}


[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #3E4958;
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	font-size: 18px;
	line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'DINNextRoundedLT' , sans-serif ;
	clear: both;
}
h3 {
	font-size: 30px;
	line-height: 40px;
}
h4 {
	font-size: 25px;
	line-height: 32px;
}

p {
	margin-bottom: 1.5em;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc;
	background: #e6e6e6;
	color: #3E4958;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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;
}

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 #ccc;
	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: #3E4958;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	/* color: royalblue; */
	color: #3E4958;
	text-decoration: none;
}

a:visited {
	/* color: purple; */
	/* color: #3E4958; */
}

a:hover,
a:focus,
a:active {
	/* color: midnightblue; */
	color: #3E4958;
}

a:focus {
	/* outline: thin dotted; */
	outline: 0;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: block;
	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 ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

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


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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.cont784 {
	max-width: 784px !important;
}
.sticky {
	display: block;
}

.post,
.page {
	/* margin: 0 0 1.5em; */
}

.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;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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


/*--------------------------------------------------------------
## 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;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Custom Noiza - NB - 2019
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
@font-face {
	font-family: 'DINNextRoundedLT';
	src: url('fonts/DINNextRoundedLTPro-Medium.eot');
	src: url('fonts/DINNextRoundedLTPro-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/DINNextRoundedLTPro-Medium.woff') format('woff'), url('fonts/DINNextRoundedLTPro-Medium.ttf') format('truetype');
}
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.row {
	width: 100%;
}

.row .cont {
	width: 100%;
	max-width: 1212px;
	margin: 0 auto;
	padding: 20px 10px;
}

.row-header .cont,
.row-header .header-inner1,
.row-header .header-inner2 {
	display: flex;
	justify-content: space-between;
}

.row-header {
	position: relative;
	background-color: #2F5A9A;
	/* height: 64px; */
	border-bottom: 1px solid #fff;
}

.row-header .cont {
	padding-top: 12px;
	padding-bottom: 12px;
}

.row-header .cont .site-branding {
	padding-top: 4px;
}

.row-header a {
	color: #fff;
	text-decoration: none;
}

.row-header .site-branding {
	font-family: 'DINNextRoundedLT' , sans-serif ;
	font-size: 24px;
	line-height: 28px;
	margin-right: 13px;
}

.row-header nav li {
	margin-right: 8px;
}
.row-header nav li:last-of-type {
	margin-right:0;
}
.row-header nav li a {
	position: relative;
	overflow: hidden;
	font-size: 16px;
	line-height: 21px;
	border: 1px solid #E9EEF5;
	border-radius: 3px;
	padding: 6px 17px;
	/* opacity: 0.8; */
	transition: all 0.3s ease-in-out;
}
.row-header nav li a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.3s;
}
.row-header nav li a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}
.row-header nav li a:hover::before {
	opacity: 0.08;
}
.row-header nav li a:hover::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}
.row-header nav li a:active::after {
    opacity: 0.16;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}
/* .row-header nav li a:hover {
	opacity: 1;
} */
.row-header .header-inner2 a {
	position: relative;
	overflow: hidden;
	padding-top: 6px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 16px;
	line-height: 21px;
	margin-left: 4px;
	/* opacity: 0.8; */
	transition: all 0.3s ease-in-out;
}
.row-header .header-inner2 a::before {
	border-radius: 3px;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.3s;
}
.row-header .header-inner2 a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}
.row-header .header-inner2 a:hover::before {
	opacity: 0.08;
}
.row-header .header-inner2 a:hover::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}
.row-header .header-inner2 a:active::after {
    opacity: 0.16;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}
/* .row-header .header-inner2 a:hover {
	opacity: 1;
} */

/* .row-header .header-inner2 label.search {
	width: 32px;
	height: 32px;
	background-image: url(img/search.svg);
	text-indent: -9999px;
	position: relative;
} */

.row-header .header-inner2 label.search::before {
	content: "";
	display: block;
	background-color: #fff;
	width: 1px;
	height: 20px;
	position: absolute;
	left: -6px;
}
.row-header-resp {
	display: none;
}
.entry-header-resp {
	display: none;
}
.row-footer {
	background-color: #21406E;
	/* height: 56px; */
}

.row-footer .cont-footer {
	/* height: 40px; */
	display: flex;
	justify-content: space-between;
	padding: 20px 10px 0;
}
.row-footer .cont-footer .copyright {
	line-height: 18px;
}

.row-footer .cont p,
.row-footer .cont a {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	color: #E9EEF5;
}
.row-footer .cont a {
	text-decoration: underline;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}
.row-footer .cont a:hover {
	opacity: 0.7;
}
.row-footer .cont a.footer-social-icon {
	display: inline-block;
	text-indent: -99999px;
	height: 32px;
	width: 32px;
	background-position: center;
}

.row-footer .cont .footer-social {
	position: relative;
	top: -22px;
	height: 32px;
}

.row-footer .cont a.footer-fb {
	background-image: url(img/facebook.svg)
}

.row-footer .cont a.footer-in {
	background-image: url(img/linkedin.svg)
}

.row-footer .cont a.footer-tw {
	background-image: url(img/twitter.svg)
}

.row-footer .cont a.footer-yt {
	background-image: url(img/youtube.svg)
}

.row-eu {
	background-color: #E9EEF5;
}

.row-eu .cont-eu {
	display: flex;
	align-items: center;
}

.row-eu p {
	font-size: 16px;
	margin: 0 0 0 16px;
	color: #21406E;
}

.row-footer-upper {
	-webkit-box-shadow: 0px -5px 15px 0px rgba(22, 46, 83, 0.1), 0px -15px 35px 0px rgba(22, 46, 83, 0.2);
	box-shadow: 0px -5px 15px 0px rgba(22, 46, 83, 0.1), 0px -15px 35px 0px rgba(22, 46, 83, 0.1);
}

.row-footer-upper .cont-footer-upper {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.row-footer-upper .cont-footer-upper .footer-upper-box {
	width: calc(33.33% - 21px);
	max-width: 376px;
}

.row-footer-upper .footer-upper-box1 p,
.row-footer-upper .footer-upper-box2 p,
.row-footer-upper .footer-upper-box3 p {
	font-size: 18px;
	font-family: 'DINNextRoundedLT' , sans-serif ;
	font-weight: 500;
	margin: 0;
	color: #21406E;
}

.row-footer-upper .footer-upper-box2 p:nth-of-type(2) {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #929FB1;
	font-weight: 400;
}

.footer-upper-box1,
.footer-upper-box2,
.footer-upper-box3 {
	position: relative;
}

.row-footer-upper .footer-upper-box2::before,
.row-footer-upper .footer-upper-box3::before {
	content: "";
	display: block;
	background-color: #D5DDE5;
	width: 1px;
	height: 100%;
	position: absolute;
	left: -16px;
}

.footer-upper-box3 span.wpcf7-form-control-wrap.acceptance-917 {
	font-size: 11px;
	line-height: 24px;
	color: #6E7A8A;
	top: 2px;
}
.footer-upper-box3 div.wpcf7-mail-sent-ok {
	font-size: 18px;
    font-family: 'DINNextRoundedLT' , sans-serif;
    font-weight: 500;
    margin: 0;
    color: #21406E;
}
.footer-upper-box3 input.wpcf7-email {
	width: 60%;
}
.single .single-intro-resp {
	display: none;
}
.single .wpcf7-form .wpcf7-email {
	margin-bottom: 8px
}
/* Blocks: repeated structures */
.dark-text {
	color: #3E4958 !important;
}
.dark-grey-text {
	color: #6E7A8A !important;
}
.dark-green-text {
	color: #0C4E48 !important;
}
.green-text {
	color: #46A49B !important;
}
.lightgrey-text {
	color: #E9EEF5 !important;
}
.lightblue-text {
	color:#A8C1E3 !important;
}
.lightgreen-text {
	color:#ECF6F5 !important;
}
.grey-text {
	color:#929FB1 !important; 
}
.white-text {
	color:#fff !important;
}
.darkblue-text {
	color: #21406E !important;
}
.blue-bg {
	background-color: #2F5A9A !important;
}
.darkblue-bg {
	background-color: #21406E !important;
}
.green-bg {
	background-color: #46A49B !important;
}
.white-bg {
	background-color: #fff !important;
}
.lightblue-bg {
	background-color:#F5F7FC !important;
}
.lightgreen-bg {
	background-color:#E8EEEE !important;
}
.no-margin-btn3d {
	margin-top: 18px !important;
}
.title-text-inner {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.uppercase {
	text-transform: uppercase !important;
}
.letterspacing_100 {
	letter-spacing: 1.5px !important;
}
.zwc-title {
	font-weight: 500;
	font-size: 40px;
	line-height: 48px;
	color: #21406E;
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #AEBECD;
}

.title-text p {
	font-size: 17px;
	line-height: 24px;
	color: #6E7A8A;
	margin: 0;
	padding: 13px 16px 0 0;
	max-width: 784px;
}
.title-text p.text_w_btn {
	width: calc(100% - 160px);
}

.title-text > a {
	/* padding-top: 22px; */
	color: #6E7A8A;
	font-size: 12px;
	line-height: 16px;
}
.single .single-date-resp, .single .side-auhtor-name-resp, .single .side-auhtor-role-resp {
	display: none;
}
/* .title-text a::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 9px;
	background-image: url(img/arrow_CTA.svg);
	background-repeat: no-repeat;
	margin-left: 6px;
} */

.card-news {
	border-radius: 5px;
	width: 100%;
	width: calc(33.33% - 21px);
	max-width: 376px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(22,46,83,0.1);
	box-shadow: 0px 3px 6px 0px rgba(22,46,83,0.1);
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	margin-bottom: 32px;
	background-color: #fff;
	position: relative;
}
.card-news:hover {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(22, 46, 83, 0.1), 0px 15px 35px 0px rgba(22, 46, 83, 0.2);
	box-shadow: 0px 5px 15px 0px rgba(22, 46, 83, 0.1), 0px 15px 35px 0px rgba(22, 46, 83, 0.2);
}
.card-news.card-hidden {
	visibility: hidden;
	margin-bottom: 0;
}
.card-news p {
	margin: 0;
}

.card-news .card-news-img img {
	border-radius: 5px 5px 0 0;
	display: block;
	/*min-height: 250px;*/
}

.card-news .card-news-text {
	background-color: #fff;
	padding: 24px 24px 32px 24px;
	min-height: 216px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 0 0 5px 5px;
}
.card-news .card-news-text .news-text-up {
	padding-top: 4px;
}
.card-news .news-text-up p {
	color: #2F5A9A;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
}

.card-news .news-text-up a {
	display: block;
	padding-top: 12px;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	font-family: 'DINNextRoundedLT' , sans-serif ;
}

.card-news-author {
	position: relative;
	top: 5px;
	width: 32px;
	height: 32px;
	display: inline-block;
}
.card-news-author img {
	border-radius: 50%;
	display: block;
	/* -webkit-box-shadow: 0px 1px 3px 0px rgba(22,46,83,0.2);
	-moz-box-shadow: 0px 1px 3px 0px rgba(22,46,83,0.2);
	box-shadow: 0px 1px 3px 0px rgba(22,46,83,0.2); */
}

.card-free:after {
	padding: 10px 15px;
    background-color: #46A49B;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    top: 20px;
    right: 15px;
    display: block;
    content: 'free';
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 15px;
}

.news-text-down p {
	display: inline-block;
	font-size: 13px;
	line-height: 16px;
}

.news-text-down p span {
	color: #929FB1;
}

.cont-card-news {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 28px;
}
.event-cat {
	font-size: 12px;
	line-height: 24px;
	font-weight: 500;
}
.event-title {
	font-size: 36px;
	line-height: 40px;
	font-weight: 400;
}
.event-date {
	font-size: 17px;
	line-height: 24px;
}
.cta-arrow, .cta-border {
	position: relative;
	overflow: hidden;
	letter-spacing: 1px;
}
.cta-arrow {
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
}
.cta-matdes::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.3s;
}
.cta-matdes::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}
.cta-matdes:hover::before {
	opacity: 0.08;
}
.cta-matdes:hover::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}
.cta-matdes:active::after {
    opacity: 0.16;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}
.cta-arrow::after {
	content: "";
    display: inline-block;
    width: 6px;
    height: 9px;
    background-image: url(img/arrow_CTA.svg);
    background-repeat: no-repeat;
	margin-left: 6px;
	transition: transform 0.3s ease-in-out;
}
.cta-arrow:hover::after {
	transform: translateX(4px);
}
.cta-border-white {
	padding: 12px 16px;
    border: 1px solid #fff;
    border-radius: 3px;
}
.cta-border-green {
	padding: 12px 16px;
    border: 1px solid #46A49B;
    border-radius: 3px;
}


.cta-arrow-blue {
	color: #6A8FC4 !important;
}
.cta-arrow-lightblue {
	color: #A8C1E3 !important;
}
.cta-arrow-darkblue {

}
.cta-arrow-white {
	color: #fff !important;
}
.cta-arrow-green {
	color: #46A49B !important;
}
.cta-arrow-blue::after {
	content: "";
    display: inline-block;
    width: 6px;
    height: 9px;
    background-image: url(img/arrow_CTA-blue.svg);
    background-repeat: no-repeat;
    margin-left: 6px;
}
.cta-arrow-white::after {
	background-image: url(img/arrow_CTA-white.svg);
}
.cta-arrow-green::after {
	background-image: url(img/arrow_CTA-green.svg);
}
.cta-arrow-lightblue::after {
	background-image: url(img/arrow_CTA-lightblue.svg);
}
.cta-arrow-darkblue::after {
	background-image: url(img/arrow_CTA-darkblue.svg);
}
.btn_green_3d {
	margin-top: 16px;
	border-radius: 3px;
	background-color: #46A49B;
	border-bottom: 3px solid #26776F;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 13px 33px;
	display: inline-block;
	transition: all 0.3s ease-in-out; 
	position: relative;
}
.btn_green_3d:hover {
	background-color:  #198C80;
}
.btn_green_3d:active {
	border-bottom: 1px solid #26776F;
	transform: translate(0 , 2px);
	/* margin-top: 18px;	 */
}
.cta-border {
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #A8C1E3;
	padding: 14px 17px;
	border-radius: 3px;
}
.event .cta-border {
	font-weight: 500;
	padding-bottom: 12px;
	padding-top: 12px;
}
.event .btn-box {
	margin-bottom: 22px;
}
.event {
	border-radius: 3px;
	border-left: 4px solid #6A8FC4;
	background-image: url(img/garbage-2369821_1920.png);
	background-position: center;
	min-height: 384px;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(22,46,83,0.1);
	box-shadow: 0px 3px 6px 0px rgba(22,46,83,0.1);
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.event.academy,
.event.workshop,
.row-workshops .event {
	border-left: 4px solid #46A49B;
}

.event:hover {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(22, 46, 83, 0.1), 0px 15px 35px 0px rgba(22, 46, 83, 0.2);
	box-shadow: 0px 5px 15px 0px rgba(22, 46, 83, 0.1), 0px 15px 35px 0px rgba(22, 46, 83, 0.2);
}
.event p, .event h3 {
	margin: 0;
}
.event .event-text-box {
	/* width: 50%; */
	max-width: 478px;
	background-color: #202833;
	opacity: 0.9;
	padding: 26px 40px;
	color: #fff;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.event .event-cat {
	padding-bottom: 7px;
	letter-spacing: 1PX;
}
/* .event.academy .event-cat, .event.academy .event-date {
	color: #9FDBD5 !important;
}  */
.event.academy .cta-arrow {
	color: white;
}
.webinar .icon-cat::before, .webinar-cards .icon-cat::before {
	position: relative;
    top: 6px;
    margin-right: 5px;
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	background-image: url(img/webinar.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.event .event-date {
	padding-top: 15px;
}
.event .event-price {
	padding: 20px 15px;
	letter-spacing: 0.5px;
	font-size: 17px;
	font-weight: 500;
}
.event .event-price span {
	padding: 10px 15px;
	background-color: #46A49B;
	color: #fff;
	border-radius: 3px;
}
.study-tour .event-text {
	padding-top: 25px;
	color: #6E7A8A;
	font-size: 16px;
	line-height: 24px;
}
.study-tour .event-text-box, .conference .event-text-box {
	background-color: #fff;
	opacity: 1;
}
.academy .event-text-box {
	background-color: rgba(12, 78, 72, 0.9);
	opacity: 1;
}
.study-tour .event-cat, .conference .event-cat {
	color: #929FB1;
	font-weight: 500;
}
.study-tour .event-title, .conference .event-title {
	color: #21406E;
}
.study-tour .event-date, .conference .event-date {
	color: #6A8FC4;
}
.place-icon, .date-icon {
	padding-top: 0 !important;
}
.study-tour, .conference {
	background-image: none;
}
.study-tour .event-price, .conference .event-price {
	text-align: right;
	width: calc(100% - 478px);
	background-size: cover;
	background-position: center;
	border-radius: 0 5px 5px 0;
}
.conference .event-text-box a {
	border-color: #46A49B;
	color: #46A49B;
}
.conference .event-text-box .event-date {
	padding: 0;
}
.place-icon::before {
	position: relative;
    top: 6px;
    margin-right: 5px;
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	background-image: url(img/place.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.date-icon::before {
	position: relative;
    top: 6px;
    margin-right: 5px;
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	background-image: url(img/calendar.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.row-hero {
	background-image: url(img/hero-home_.png);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 704px;
}
.row-hero-learn {
	background-image: url(img/hero-learn.png);
}
.row-hero-takeaction {
	background-image: url(img/hero-take-action.png);
}
.row-hero-discover {
	background-image: url(img/hero-discover.png);
}
.row-hero p {
	font-family: 'DINNextRoundedLT' , sans-serif ;
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	padding-top: 80px;
	padding-bottom: 60px;
	margin: 0;
}
.row-hero .hero-link {
	max-width: 376px;
	margin-right: 10px;
}
.home .row-hero .hero-link-big:hover, .row-hero .hero-link .hero-links a:hover {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(22, 46, 83, 0.1), 0px 15px 35px 0px rgba(22, 46, 83, 0.2);
	box-shadow: 0px 5px 15px 0px rgba(22, 46, 83, 0.1), 0px 15px 35px 0px rgba(22, 46, 83, 0.2);
}
.home .row-hero .hero-link-big::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #21406E;
	opacity: 0;
	transition: opacity 0.2s;
}
.home .row-hero .hero-link-big::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: currentColor;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}
.home .row-hero .hero-link-big:hover::before {
	opacity: 0.08;
}
.home .row-hero .hero-link-big:hover::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: #21406E;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}
.home .row-hero .hero-link-big:active::after {
    opacity: 0.16;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}
.row-hero .hero-link:last-of-type {
	margin-right: 0;
}
.home .row-hero .hero-link .hero-link-big{
	overflow: hidden;
	position: relative;
	padding: 20px 18px;
	border-radius: 3px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(22,46,83,0.16); 
	box-shadow: 0px 3px 6px 0px rgba(22,46,83,0.16);
	cursor: pointer;
}
.row-hero .hero-link .hero-link-big span {
	font-size: 24px;
	font-weight: 500; 
	color: #21406E;
	font-family: 'DINNextRoundedLT' , sans-serif ;
	display: block;
}
.row-hero .hero-link .hero-link-nobtn {
	color: #fff;
	font-size: 21px;
	line-height: 32px;
}
.row-hero .hero-link .hero-link-nobtn span {
	font-size: 54px;
	line-height: 60px;
	font-weight: 500;
	color: inherit;
	font-family: 'DINNextRoundedLT' , sans-serif ;
	display: block;
}

.row-hero .hero-link .hero-link-big a {
	font-size: 16px;
	line-height: 21px;
	color: #21406E;
	
}
.row-hero .hero-link .hero-links a {
	position: relative;
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	color: #162E53;
	padding: 8px 12px;
	border-radius: 3px;
	background-color: #fff;	
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(22,46,83,0.16); 
	box-shadow: 0px 3px 6px 0px rgba(22,46,83,0.16);
	margin-right: 8px;
}
@media not all and (min-resolution:.001dpcm) { 
	@media {
	.row-hero .hero-link .hero-links a {
		margin-bottom: 8px;
	}
}}
.row-hero .hero-link .hero-links a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #21406E;
	opacity: 0;
	transition: opacity 0.2s;
}
.row-hero .hero-link .hero-links a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: currentColor;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}
.row-hero .hero-link .hero-links a:hover::before {
	opacity: 0.08;
}
.row-hero .hero-link .hero-links a:hover::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: #21406E;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}
.row-hero .hero-link .hero-links a:active::after {
    opacity: 0.16;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}
/* .row-hero .hero-link .hero-links a:hover {
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(22, 46, 83, 0.1), 0px 15px 35px 0px rgba(22, 46, 83, 0.2);
	box-shadow: 0px 5px 15px 0px rgba(22, 46, 83, 0.1), 0px 15px 35px 0px rgba(22, 46, 83, 0.2);
} */
.row-hero .hero-links {
	padding-top: 8px;
}
.row-hero .hero-links a {
	
	/* margin-bottom: 8px; */
}
.hero-box {
	display: flex;
	justify-content: space-between;
}
.event {
	margin-bottom: 40px;
}
.event:last-child {
	margin-bottom: 0;
}
.row-lefttitle-text .cont-lefttitle-text {
	display: flex;
	justify-content: space-between;
	padding-top: 100px;
	padding-bottom: 40px;
}
.cont-lefttitle-text .lefttitle-text-inner1 {
	max-width: 376px;
	padding-right: 32px;
	margin-bottom: 32px;
}
.cont-lefttitle-text .lefttitle-text-inner2 {
	max-width: 682px;
}
.cont-lefttitle-text .lefttitle-text-inner2 p {
	font-size: 21px;
	line-height: 32px;
	margin-top: 0;
	position: relative;
}
.cont-lefttitle-text .lefttitle-text-inner2 ul {
	margin-left: 0;
	list-style: none;
	font-size: 21px;
	line-height: 32px;
	padding: 0;
}
.cont-lefttitle-text .lefttitle-text-inner2 li {
	padding-bottom: 20px;
	position: relative;
}
.cont-lefttitle-text .lefttitle-text-inner2 .cta-green-3d {
	padding: 14px 16px;
	border-radius: 3px;
	background-color: #46A49B;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	transition: all 0.3s ease-in-out;
	letter-spacing: 1px;
	font-weight: 500;
}
.mp-dl-buttons {
	display: flex;
	flex-wrap: wrap;
	margin: -4px;
}
.mp-dl-buttons a {
	text-transform: uppercase;
	display: block;
	margin: 4px;
}
.cont-lefttitle-text .lefttitle-text-inner2 .cta-green-3d:hover {
	background-color: #198C80;
}
.cont-lefttitle-text .lefttitle-text-inner2 .cta-green-3d span::after {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	background-image: url(img/download.svg);
	background-repeat: no-repeat;
	margin-left: 8px;
}
.cont-lefttitle-text .lefttitle-text-inner2 ul li::before{
	content: "";
    background-image: url(img/li_arrow.svg);
    border-radius: 3px;
    display: inline-block;
    width: 18px;
    height: 14px;
    position: absolute;
    margin-left: -12px;
    left: -16px;
    top: 10px;
	background-repeat: no-repeat;
}
.cont-lefttitle-text .lefttitle-text-inner1 .lefttitle {
	font-size: 54px;
	line-height: 64px;
	font-family: 'DINNextRoundedLT' , sans-serif ;
	margin: 0;
	position: relative;
	padding-left: 32px;
	font-weight: 500;
	border-left: 4px solid #fff;
	padding-left: 32px;
}
/* .cont-lefttitle-text .lefttitle-text-inner1 .lefttitle::before {
	content: "";
	display: inline-block;
	background-color: #fff;
	width: 4px;
	height: 80px;
	margin-right: 28px;
	position: absolute;
	left: 0;
	top: -10px;
} */
/* .white-bg .cont-lefttitle-text .lefttitle-text-inner1 .lefttitle::before {
	background-color: #3E4958;	
} */
.white-bg .cont-lefttitle-text .lefttitle-text-inner1 .lefttitle{
	border-left: 4px solid #3E4958;
}
.row-quote p.notes {
	font-size: 13px;
	line-height: 24px;
	color: #0C4E48;
	font-weight: 500;
}
.row-quote p.before_quotes::before {
	content:"";
	width: 44px;
	height: 43px;
	display: inline-block;
	background-image: url(img/quotes.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: -8px;
    left: -50px;
}
.best-practices {
	display: flex;
    justify-content: space-between;
}
.best-practice {
	border-radius: 5px;
	max-width: 580px;
	width: 100%;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(22,46,83,0.16); 
	box-shadow: 0px 3px 6px 0px rgba(22,46,83,0.16);
	transition: all 0.3s ease-in-out;
}
.best-practice:first-of-type {
	margin-right: 10px;
}
.best-practice .bp-cont {
	display: flex;
	min-height: 484px;
	height: 100%;
}
.best-practice:hover {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(22, 46, 83, 0.1), 0px 15px 35px 0px rgba(22, 46, 83, 0.2);
	box-shadow: 0px 5px 15px 0px rgba(22, 46, 83, 0.1), 0px 15px 35px 0px rgba(22, 46, 83, 0.2);
	cursor: pointer;
}
.best-practice .bp-left {
	border-radius: 5px 0 0 5px;
	max-width: 376px;
	background-color: #fff;
}
.best-practice .bp-left .bp-text {
	padding: 33px 23px;
}
.best-practice .bp-left .bp-text .bp-text1 {
	font-size: 24px;
	line-height: 28px;
	font-family: 'DINNextRoundedLT' , sans-serif ;
	color: #21406E;
	margin: 0;
	margin-bottom: 6px;
}
.best-practice .bp-left .bp-text .bp-text2 {
	font-size: 12px;
	line-height: 14px;
	color: #6A8FC4;
	margin: 0;
	padding-bottom: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
}
.best-practice .bp-left .bp-text .bp-text3 {
	font-size: 16px;
	line-height: 24px;
	color: #6E7A8A;
	margin: 0;
}
.best-practice .bp-left .bp-img {
	min-height: 216px;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius: 5px;
}
.best-practice .bp-left img {
	border-top-left-radius: 5px;
	display: block;
}
.best-practice .bp-right {
	text-align: center;
	padding: 50px 16px 16px;
	border-radius: 0 5px 5px 0;
	width: calc(100% - 376px);
}
.best-practice .bp-right .bp-right-text1 {
	font-size: 12px;
	line-height: 24px;
	color: #46A49B;
	letter-spacing: 1.5px;
	font-weight: 500;
	margin: 0;
	padding-bottom: 10px;
}
.best-practice .bp-right .bp-right-text2 {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	font-weight: 500;
	font-family: 'DINNextRoundedLT' , sans-serif ;
	margin: 0;
	padding-bottom: 4px;
}
.best-practice .bp-right .bp-right-text3 {
	font-size: 16px;
	line-height: 24px;
	color: #A8C1E3;
	margin: 0;
}
.best-practice .bp-right img {
	padding: 28px 0;
}
.best-practice .darkblue-bg {
	background-color: #162E53 !important;
}
.single-bestpractice .cont.single-cont {
	padding-top: 64px ;
}
.row-bp-title .cont {
	display: flex;
	justify-content: flex-start;
	z-index: 1;
}
.row-bp-title .cont h1:before {
	content: "";
    display: inline-block;
    background-color: #fff;
    width: 4px;
    height: 104px;
    margin-right: 28px;
    position: absolute;
    left: 0;
	top: 0;
	border-radius: 2px;
	display: none;
}
.member {
	background-color: #fff;
	display: flex;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(22,46,83,0.16); 
	box-shadow: 0px 3px 6px 0px rgba(22,46,83,0.16);
	transition: all 0.3s ease-in-out;
	margin-bottom: 32px;
	border-radius: 5px;
	min-height: 296px;
}
.member:hover {
	/* -webkit-box-shadow: 0px 5px 15px 0px rgba(22, 46, 83, 0.1), 0px 15px 35px 0px rgba(22, 46, 83, 0.2);
	box-shadow: 0px 5px 15px 0px rgba(22, 46, 83, 0.1), 0px 15px 35px 0px rgba(22, 46, 83, 0.2);
	cursor: pointer; */
}
.member .member-img {
	max-width: 376px;
	width: 40%;
	border-radius: 5px 0 0 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.member .member-img img {
	display: block;
}
.member .member-text {
	width: 60%;
    padding: 23px 30px;
}
.member .member-text p {
	margin: 0;
}
.member .member-text .member-text1 {
	font-size: 36px;
	line-height: 40px;
	color: #21406E;
	font-family: 'DINNextRoundedLT' , sans-serif ;
	font-weight: 500;
}
.member .member-text .member-text2 {
	font-size: 18px;
	line-height: 24px;
	color: #6A8FC4;
	font-family: 'DINNextRoundedLT' , sans-serif ;
	font-weight: 500;
}
.member .member-text .member-text3 {
	padding-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #6E7A8A;
}
.row-text-photo {
	background-image: url(img/conference.png);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 384px;
	display: flex;
	align-items: center;
}
.row-home-takeaction {
	background-image: url(img/home_bg_1.jpg);
}
.row-text {
	background-color: #F5F7FC;
	min-height: 384px;
	display: flex;
	align-items: center;
}
.row-text-photo .zwc-title {
	border-color: #fff;
	color: #fff;
}
.row-text-photo a.cta-arrow {
	position: relative;
    top: 6px;
}
.row-bp-title::after, .row-conference-title::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #000;
	opacity: 0.4;
}
.bp-arrow-box {
	margin: 28px auto;
	width: 9px;
	height: 82px;
	background-image: url(img/green_arrow_long.svg);
	background-repeat: no-repeat;
}
.card-news-img {
	border-radius: 5px 5px 0 0 ;
}
/* Search wrapper - header */

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.search-wrapper {
	margin-left: 40px;
}
.search-wrapper input#search, .search-wrapper input#search-resp {
	display: none;
}
.search-wrapper input + label {
	cursor: pointer;
	position: relative;
	z-index: 99999;
	display: inline-block;
	text-indent: -9999px;
	height: 20px;
	width: 20px;
	background-image: url(img/search.svg);
	top: 4px;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.8;
	transition: opacity 0.3s ease-in-out;
	
}
.search-wrapper input + label:hover {
	opacity: 1;
}
.search-wrapper input:checked + label {
	background-image: url(img/close.svg);
	position: fixed;
	top: 20px;
	transition: top 0.3s ease-in-out;
}
.search-wrapper input:checked + .search::before {
	display: none;
}
.search-wrapper input + label + .search-box {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99998;
    padding-bottom: 5px;
    margin-bottom: -5px;
    outline: 1px solid transparent;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    transition: transform 0.5s;
    height: 50vh;
    text-align: center;
    background: #202833;
}
.search-wrapper input + label + .search-box.slide-down {
	transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
}
.search-wrapper input:checked + label + .search-box.slide-down {
	transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
}
.search-box form input {
	width: 100%;
	background-color: transparent;
	border-radius: 0;
	border: 0;
	color: #fff;
	border-bottom: 2px solid #fff;
	font-family: 'DINNextRoundedLT' , sans-serif ;
	font-size: 36px;
}
.search-box form input::placeholder {
	color: #fff;
	opacity: 0.7;
}
.search-box form {
	max-width: 407px;
	width: 100%;
	padding: 0 20px;
}
.search-box form input:focus {
	outline: 0;
	color: #fff;
	font-family: 'DINNextRoundedLT' , sans-serif ;

}
.search-wrapper .blurred-screen {
	display: none;
}
.search-wrapper input:checked ~ .blurred-screen {
	display: block;
} 
.blurred-screen {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: black;
    position: fixed;
	opacity: 0.9;
	z-index: 2;
	-webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 0.9;}
 }
 
 @keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 0.9;}
 }
 
 .fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
 }
.search-wrapper input + label + .search-box.slide-down {
	transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
}
.search-wrapper input:checked + label + .search-box.slide-down {
	transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
}
.cta-ghost {
	overflow: hidden;
	position: relative;
	padding: 14px 16px;
    display: inline-block;
    border-radius: 3px;
}
.cta-ghost::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #6A8FC4;
	opacity: 0;
	transition: opacity 0.3s;
}
.cta-ghost-white::before {
	background-color: #fff;
}
.cta-ghost::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: #6A8FC4;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}
.cta-ghost-white::after {
	background-color: #fff;
}
.cta-ghost:hover::before {
	opacity: 0.08;
}
.cta-ghost:hover::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: #6A8FC4;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}
.cta-ghost-white:hover::after {
	background-color: #fff;
}
.cta-ghost:active::after {
    opacity: 0.16;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}

/* Homepage */
.title-box {
	/* padding-top: 60px; */
	padding-bottom: 34px;
}
.row-events {
	background-color: #F5F7FC;
	padding: 90px 0;
}
.row-news .cont {
	padding-top: 70px;
	padding-bottom: 90px; 
}
/* Discover page */
.row-hero-single {
	min-height: 480px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.row-hero-single .hero-box {
	justify-content: center;
}
/* .row-hierarchy .cont-lefttitle-text .lefttitle-text-inner1 .lefttitle::before, .row-coord .cont-lefttitle-text .lefttitle-text-inner1 .lefttitle::before {
    content: "";
    display: inline-block;
    background-color: #3E4958;
    width: 4px;
    height: 144px;
    margin-right: 28px;
    position: absolute;
    left: 0;
    top: -10px;
} */
.row-hierarchy .cont-lefttitle-text {
	padding-bottom: 40px;
}
.row-hierarchy .cont-hierarchy {
	padding-top: 0;
	padding-bottom: 40px;
}
.row-hierarchy .cont-hierarchy img {
	display: block;
    margin: 0 auto;
}
.row-coord .cont-coord {
	padding-bottom: 100px;
}
.row-coord .box-row {
	display: flex;
	justify-content: space-between;
	padding: 16px;
	align-items: center;
}
.box-row-elements:nth-child(odd) {
	background-color: #F6F8FC;
}
.row-coord .box-row .link-wrapper {
	display: flex;
}
/* .row-coord .box-row .link-wrapper .link-first {
	margin-right: 10px;
} */
.row-coord .box-row-first {
	min-height: 88px;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #929FB1;
	background-color: #F6F8FC;
}
.row-coord .box-row-first p {
	font-size: 12px !important;
	line-height: 16px !important;
	letter-spacing: 1.5px;
	color: #929FB1 !important;
	font-weight: 500;
	text-transform: uppercase;
}
.row-coord .box-row p {
	margin: 0;
}
.row-coord .box-row-elements .coord-img img {
	display: block;
	border-radius: 50%;
}
.row-coord .box-row-elements .coord-link {
	display: inline-block;
	text-indent: -99999px;
	width: 24px;
	height: 24px;
}
.row-coord .box-row-elements .coord-link.link-second {
	background-image: url(img/discover_mail.svg);
}
.row-coord .box-row-elements .coord-link.link-first {
	background-image: url(img/discover_website.svg);
}
.row-coord .coord-box {
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16); 
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.row-coord .coord-box p {
	font-size: 17px;
	line-height: 23px;
	color: #929FB1;
	font-weight: 500;
}
.row-coord .coord-box .coord-img {
	width: 40px;
}
.row-coord .coord-box .coord-name {
	width: 22%;
}
.row-coord .coord-box .coord-country {
	width: 10%;
}
.row-coord .coord-box .coord-initiative {
	width: 20%;
}
.row-coord .coord-box .link-wrapper {
	width: 15%;
	display: flex;
	justify-content: space-around;
}
.row-lorem {
	padding-top: 60px;
	padding-bottom: 100px;
}
.row-lorem .zwc-title {
	color: #fff;
	border-color: #AEBECD;
}
.title-text-inner p {
	color:  #A8C1E3;
}
.cont-hierarchy .h-points-wrapper {
	display: flex; 
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 96px;
	padding-bottom: 64px;
}
.cont-hierarchy .h-points-wrapper .hierarchy-item {
	flex: 1 1 350px;
	padding-right: 32px;
	padding-bottom: 48px;
}
.cont-hierarchy .h-points-wrapper .hierarchy-item:last-of-type {
	flex: 0 1 350px;
}
.cont-hierarchy .h-points-wrapper .hierarchy-item p {
	margin: 0;
}
.cont-hierarchy .h-points-wrapper .hierarchy-item .hierarchy-item-text {
	font-size: 14px;
	line-height: 24px;
	color: #6E7A8A;
}
.cont-hierarchy .h-points-wrapper .hierarchy-item .hierarchy-item-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #3E4958;
	font-family: 'DINNextRoundedLT' , sans-serif ;
	padding-bottom: 4px;
}
.cont-hierarchy .h-points-wrapper .hierarchy-item .hierarchy-item-nr {
	width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
	color: #fff;
	font-size: 22px;
	font-family: 'DINNextRoundedLT' , sans-serif ;
	margin-bottom: 8px;
}
.hierarchy-item-nr.item1{
	background-color: #2E5C9C;
}
.hierarchy-item-nr.item2{
	background-color: #30729D;
}
.hierarchy-item-nr.item3{
	background-color: #2C7C8E
}
.hierarchy-item-nr.item4{
	background-color: #2C7C8E
}
.hierarchy-item-nr.item5{
	background-color: #3C958A;
}
.hierarchy-item-nr.item6{
	background-color: #3C958A;
}
.hierarchy-item-nr.item7{
	background-color: #6F7D85;
}
/* Take Action page */
.page-template-page-takeaction .row-text-photo.row-studytours {
	background-image: url(img/studytours_bg.png);
}
.page-template-page-takeaction .row-text-photo.row-workshops {
	background-image: url(img/workshops_bg.png);
}
/* Learn page */
.row-map .lefttitle-text-inner2 a:nth-of-type(2) {
	margin-left: 16px;
}
.row-bestp {
	padding-top: 80px;
	padding-bottom: 90px;
	background-color: #F5F7FC;
}
/* About page */
.row-members {
	background-color: #F5F7FC;
}
.row-members .cont-members {
	padding-bottom: 80px;
	padding-top: 70px;
}
.row-experts {
	background-color: #fff;
	padding-bottom: 80px;
	padding-top: 70px;
}
.page-template-page-about .row-text-photo {
	background-image: url(img/ZWE_bg.jpg);
}
/* Blog page */
.row-archive .title-text {
	padding-top: 60px;
	padding-bottom: 30px;
}
.row-archive .cont {
	padding-bottom: 104px;
}

.wp-pagenavi {
    display: flex;
	justify-content: center;
}
.wp-pagenavi span, .wp-pagenavi a {
	border: 0;
	font-family: 'DINNextRoundedLT' , sans-serif ;
	font-size: 18px;
	line-height: 24px;
	color: #9FDBD5;
	padding: 16px 18px;
}
.wp-pagenavi span.current {
	border-bottom: 2px solid #46A49B;
	font-weight: 400;
	color: #46A49B;
}
.wp-pagenavi span.pages {
	display: none;
}
/* Study Tours Page */
.page-template-page-studytours .row-registration {
	background-color: #F5F7FC
}
.page-template-page-studytours .row-registration .cont-registration {
	padding-top: 60px;
}
.page-template-page-studytours .row-archive .cont {
	padding-bottom: 16px;
}
.row-study-header {
	padding-top: 60px;
	padding-bottom: 90px;
	background-color: #F5F7FC;
}
.row-study-header .title-text, .row-study-events .title-text {
	padding-bottom: 30px;
}
.row-study-header .event-text {
	font-size: 16px;
	line-height: 24px;
}
.row-study-events {
	padding-top: 90px;
	padding-bottom: 100px;
}
.row-study-events .card-news .pre-title {
	font-size: 12px;
	line-height: 24px;
	font-weight: 500;
	color: #929FB1;
	letter-spacing: 1.5px;
}
.row-study-events .card-news .entry-title {
	font-size: 30px;
	line-height: 40px;
	color: #21406E;
	font-family: 'DINNextRoundedLT' , sans-serif ;
	font-weight: 500;
	
}
.row-study-events .card-news .date {
	color: #6A8FC4;
	font-size: 17px;
	line-height: 20px;
}
.row-study-events .card-news .excerpt {
	padding-top: 20px;
	padding-bottom: 25px;
	color: #6E7A8A;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.studytour-dl p {
	margin-bottom: 14px;
	font-size: 25px;
	line-height: 32px;
	color: #3E4958;
	font-weight: 500;
}
.row-no-fs {
	min-height: 670px;
}
.row-no-fs .cont-no-fs {
	min-height: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
}
.row-no-fs .cont-no-fs .no-fs-inner-l {
	width: 480px;
}
.row-no-fs .cont-no-fs .no-fs-inner-r {
	width: calc(100% - 480px);

}
.row-no-fs .cont-no-fs .no-fs-inner-l .no-fs-inner-l-inner {
	max-width: 400px;
}
.row-no-fs .cont-no-fs .no-fs-inner-r .yt-hero-wrapper {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 28px;
}
.row-no-fs .cont-no-fs .no-fs-inner-r .yt-hero-wrapper iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.row-no-fs .cont-no-fs .pre-title{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	letter-spacing: 1px;
}
.row-no-fs .cont-no-fs h1 {
	font-family: 'DINNextRoundedLT' , sans-serif ;
	font-weight: 500;
	font-size: 36px;
	line-height: 40px;
}
.row-no-fs .cont-no-fs .post-title {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
.row-no-fs .cont-no-fs .post-yt {
	font-size: 14px;
	line-height: 16px;
	max-width: 470px;
	text-align: center;
	margin: 0 auto;
}
.row-nl .nl_box {
	max-width: 1192px;
	width: 98%;
	display: flex;
	align-items: center;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(22,46,83,0.16); 
	box-shadow: 0px 3px 6px 0px rgba(22,46,83,0.16);
	background-color: #fff;
	position: absolute;
}
.row-nl .nl_box_img, .row-nl .nl_box_content {
	width: 50%;
	max-width: 612px;
}
.page-template-page-studytours .row-nl-webinar .nl_box_img {
	width: 78%;
	max-width: 712px;
}
.row-nl-webinar .nl_box_img iframe {
	display: block;
}
.row-nl .nl_box_content_inner {
	max-width: 404px;
	margin: 0 auto;
}
.row-nl-webinar .nl_box_content_inner {
	max-width: 340px;
	margin: 0 auto;
}
.row-nl .nl_box_content_inner p {
	margin: 0;
}

.row-nl .nl_box_img img {
	display: block;
}
.row-nl .nl_box .nl_text_1 {
	font-size: 36px;
	line-height: 40px;
	color: #2F5A9A;
	font-family: 'DINNextRoundedLT' , sans-serif ;
	margin-bottom: 25px;
}
.row-nl .nl_box .nl_text_2 {
	font-size: 16px;
	line-height: 24px;
	color: #929FB1;
	margin-bottom: 25px;
}
.row-nl .nl_box .nl_box_content_inner .wpcf7 .wpcf7-form input.wpcf7-email {
	max-width: 60%;
}
.row-nl .nl_box .nl_box_content_inner .wpcf7 .wpcf7-form input.wpcf7-submit {
	max-width: 34%;
}
.row-nl .nl_box .nl_box_content_inner .wpcf7 .wpcf7-form .wpcf7-response-output {
	margin: 0;
}
.row-nl .nl_box .nl_box_content_inner .wpcf7 span.wpcf7-form-control-wrap.acceptance-917 label > span {
	color: #6E7A8A;
	font-size: 11px;
	line-height: 24px;
}
.row-nl .cont-nl {
	position: relative;
	padding-bottom: 240px;
	display: flex;
	justify-content: center;
}
.row-after-nl {
	padding-bottom: 280px;
}
.page-template-page-studytours .row-nl-webinar + .row-after-nl {
	padding-bottom: 150px;
}
.page-template-page-workshops .row-nl-webinar + .row-after-nl {
	padding-bottom: 100px;
}
.row-nl .nl_box .nl_box_content {
	background-color: #fff;
}
.page-template-page-webinars .card-news, .page-template-page-webinars .card-news .card-news-text {
	background-color: #202833;
}
/* Donate page */
.row-donate {
	display: flex;
}
.row-donate .donate-right {
	width: 80%;
	padding: 60px 5.5%;
}
.row-donate .donate-right .donate-right-inner {
	max-width: 376px;
	margin: 0 auto;
}
p.support-text {
	color: #26776F;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	margin-right: 16px;
	margin-bottom: 0;
	border-bottom: 1px solid #AEBECD;
}
.row-donate #field_5_5 .gfield_label, .row-donate #field_5_11 .gfield_label, #field_7_11 .gfield_label, #field_7_5 .gfield_label {
	width: 100%;
	color: #26776F;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #AEBECD;
	margin-bottom: 0;
	font-weight: 400;
	margin-top: 16px;
}
#gfield_description_5_12 {
	padding-top: 0;
	font-style: italic;
	font-size: 12px;
}
#field_5_12 {
	opacity: 0.8;
	padding: 10px 15px;
	border: 1px solid gray;
	border-radius: 3px;
	max-width: calc(100% - 16px);
	margin-right: 16px !important;
	margin-top: 15px !important;
}
.gchoice_5_12 {
	margin-bottom: 0 !important;
}
#input_5_12 {
	max-width: 100%;
	width: 100% !important;
	margin: 0 !important;
}
#label_5_12 {
	max-width: 100%;
	margin: 0 !important;
}
#field_7_11 .gfield_label, #field_7_5 .gfield_label {
	font-size: 24px; 
	font-weight: 500;
	line-height: 28px;
	color: #46A49B;
	font-family: 'DINNextRoundedLT' , sans-serif ;
}
.row-donate #field_5_1 .ginput_container {
	position: relative;
}
.row-donate #field_5_1 .ginput_container::before {
	content: "€";
    position: absolute;
    left: calc(50% - 30px);
    top: 6px;
}
.row-donate .donate-right ul, .row-form .ginput_container_radio ul {
	list-style: none;
	display: flex;
}
.row-donate .donate-left {
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: bottom !important;
	padding-bottom: 64px;
}
.row-donate .donate-left h1 {
	color: #fff;
	max-width: 520px;
	font-size: 54px;
	line-height: 56px;
	font-weight: 500;
	font-family: 'DINNextRoundedLT' , sans-serif ;
	margin-left: 90px;
    border-left: 4px solid #fff;
	padding-left: 32px;
	margin-top: 200px;
}
 .gform_wrapper .top_label .gfield_label, .gform_wrapper #input_5_2_3_container label,  .gform_wrapper #input_5_2_6_container label, .gform_wrapper #input_7_2_3_container label,  .gform_wrapper #input_7_2_6_container label, #label_5_12 {
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	color: #3E4958;
	margin-bottom: 6px;
	letter-spacing: 0;
	margin-top: 16px;
}
#choice_5_12 {
	margin-top: -4px;
}
body .site .gform_wrapper .top_label div.ginput_container, #input_5_2_3, #input_5_2_6 {
	margin-top: 0;
}
.gform_wrapper li#field_7_3 div.ginput_container {
	margin-top: 0;
	margin-bottom: 50px;
}
.row-form .gform_wrapper .top_label .field_sublabel_above label.gfield_label+.ginput_complex.ginput_container {
	margin-bottom: 20px;
}
.row-form .gform_confirmation_message_7 {
	margin-top: 64px;
    padding: 16px;
    border: 2px solid green;
}
.row-donate input[type="text"], .row-donate input[type="email"], .row-donate input[type="url"], .row-donate input[type="password"], .row-donate input[type="search"], .row-donate input[type="number"], .row-donate input[type="tel"],.row-donate  input[type="range"], .row-donate input[type="date"], .row-donate input[type="month"], .row-donate input[type="week"], .row-donate input[type="time"], .row-donate input[type="datetime"], .row-donate input[type="datetime-local"],.row-donate  input[type="color"], textarea, .row-form input[type="text"], .row-form input[type="email"], .row-form input[type="url"], .row-form input[type="password"], .row-form input[type="search"], .row-form input[type="number"], .row-form input[type="tel"],.row-form  input[type="range"], .row-form input[type="date"], .row-form input[type="month"], .row-form input[type="week"], .row-form input[type="time"], .row-form input[type="datetime"], .row-form input[type="datetime-local"],.row-form  input[type="color"]  {
	border-radius: 3px;
	border-color: #6E7A8A;
}
.row-form #field_7_11 > p {
	margin-top: 48px;
	margin-bottom: 20px; 
	color: #46A49B;
	font-size: 24px;
	line-height: 28px;
	font-family: 'DINNextRoundedLT' , sans-serif;
}
.gform_footer input[type="submit"] {
	width: 100% !important;
	margin-top: 16px;
    border-radius: 3px;
    background-color: #46A49B;
    border-bottom: 3px solid #26776F;
    font-size: 12px;
    line-height: 14px;
    padding: 13px 33px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
	position: relative;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	cursor: pointer;
}
.gform_footer input[type="submit"]:hover {
	background-color: #198C80;
}
.gform_footer input[type="submit"]:active {
    border-bottom: 1px solid #26776F;
	transform: translate(0 , 2px);
	margin-top: 2px !important;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
	display: none;
}
.row-donate .ginput_container .gfield_radio .gchoice_5_5_0 label, .row-donate .ginput_container .gfield_radio .gchoice_5_5_1 label, .ginput_container .gfield_radio .gchoice_7_5_0 label, .ginput_container .gfield_radio .gchoice_7_5_1 label {
	text-align: center;
	width: 100px;
	padding: 10px 10px !important;
	font-size: 13px;
	line-height: 16px;
	border: 1px solid #46A49B;
	border-radius: 3px;
	color: #0C4E48;
}
.row-donate .ginput_container .gfield_radio .gchoice_5_5_1, .ginput_container .gfield_radio .gchoice_7_5_1 {
	/*margin-left: 32px !important;*/
}
.ginput_container .gfield_radio input:checked ~ label {
	background-color: #46A49B ;
	color: #fff !important;
}
.gform_wrapper, .gform_wrapper ul li.gfield {
	margin: 0 !important;
}

#input_5_13_1_container .gfield_description {
	padding-top: 0;
}
#input_5_13_1_container label,
#input_5_13_5_container label {
	font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #3E4958;
    margin-bottom: 6px;
    letter-spacing: 0;
    margin-top: 5px;
}
#input_5_13_1_container .StripeElement {
	background-color: #fff;
    height: 40px;
    padding: 10px 10px;
    border-radius: 3px;
    border: 1px solid #6E7A8A;
    box-shadow: none;
}
/* Single Article PT */
.single .post-thumbnail img {
	display: block;
}
.entry-content {
	margin: 0;
}
.row-single .single-cont {
	display: flex;
	padding: 24px 10px;
}
.row-single .single-content, .row-bp-title .single-content {
	max-width: 784px;
}
.single-title-box {
	border-left: 4px solid #fff;
}
.row-single .single-side, .row-bp-title .single-side {
	width: 154px;
	margin-right: 50px;
	padding-top: 11px;
}
.row-single .single-precont {
	border-bottom: 1px solid #AEBECD;
	font-size: 12px;
	line-height: 16px;
	color: #929FB1;
	padding: 100px 0 4px 0;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	/* padding-bottom: 4px;
	padding-top: 100px; */
}
.row-single .single-precont a {
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	color: #929FB1;
}
.row-single .single-precont a.cta-ghost span.bk-arrow::before {
	content: "";
    display: inline-block;
    width: 6px;
    height: 9px;
    background-image: url(img/back-arrow.svg);
    background-repeat: no-repeat;
    /* margin-left: 6px; */
	margin-right: 4px;
	transition: all 0.3s ease-in-out;
}
.row-single .single-precont a:hover span::before {
	transform: translate(-4px);
}
.cta-ghost span.fw-arrow::after {
	content: "";
    display: inline-block;
    width: 6px;
    height: 9px;
    background-image: url(img/arrow_CTA.svg);
    background-repeat: no-repeat;
    /* margin-left: 6px; */
	margin-left: 4px;
	transition: all 0.3s ease-in-out;
}
.cta-ghost span.fw-arrow-green::after {
	background-image: url(img/arrow_CTA-green.svg);
}
.cta-ghost span.fw-arrow-lblue::after {
	background-image: url(img/arrow_CTA-blue.svg);
}
.cta-ghost span.fw-arrow-darkblue::after {
	background-image: url(img/arrow_CTA-darkblue.svg);
}
.cta-ghost-white span.fw-arrow::after {
	background-image: url(img/arrow_CTA-white.svg);
}
.cta-ghost:hover span::after {
	transform: translate(4px);
}
.row-single .single-side p {
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	color: #929FB1;
}
.row-single .single-side p.side-auhtor-name, .row-single .single-side p.share-text {
	color: #3E4958;
	font-weight: 500;	
}
.row-single .single-side p.side-date {
	padding-top: 15px;
	padding-bottom: 33px;
	font-weight: 500;
}
.row-single .single-side .side-share {
	display: flex;
	flex-flow: column;
}
.row-single .single-side .side-share  .share-link {
	display: block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -99999px;
	margin-top: 12px;
	transition: all 0.3s ease-in-out;
}
.row-single .single-side .side-share .share-facebook {
	background-image: url(img/share-fb.svg);
}
.row-single .single-side .side-share .share-twitter {
	background-image: url(img/share-tw.svg);
}
.row-single .single-side .side-share .share-linkedin {
	background-image: url(img/share-in.svg);
}
.row-single .single-side .side-share .share-facebook:hover {
	background-image: url(img/share-fb-hover.svg);
}
.row-single .single-side .side-share .share-twitter:hover {
	background-image: url(img/share-tw-hover.svg);
}
.row-single .single-side .side-share .share-linkedin:hover {
	background-image: url(img/share-in-hover.svg);
}
.row-single .single-side .side-share .share-url {
	background-image: url(img/share-url.svg);
	display: block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -99999px;
	margin-top: 12px;
	cursor: pointer;
}
.row-single .single-side .side-share .share-url.share-url-copied {
	-webkit-animation: my-animation 1s ease;
          animation: my-animation 1s ease;
}
@-webkit-keyframes my-animation {
  from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(720deg);
		}
}
@keyframes my-animation {
  from {
				transform: rotate(0deg);
		}
		to {
				transform: rotate(720deg);
		}
}
.row-single .single-side .side-img img {
	display: block;
	border-radius: 50%;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(22,46,83,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(22,46,83,0.2);
	box-shadow: 0px 2px 3px 0px rgba(22,46,83,0.2);
	margin-bottom: 10px;
}
.single-content .single-cat {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
	color: #2F5A9A;
	font-weight: 500;
	margin: 0;
	letter-spacing: 1.5px;
}
.single-cat a.category {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
	color: #2F5A9A;
	font-weight: 500;
	margin: 0;
	letter-spacing: 1.5px;
	padding-top: 0;
}
.single-content .entry-title {
	margin: 0;
	font-size: 44px;
	line-height: 48px;
	color: #21406E;
	font-family: 'DINNextRoundedLT'
}
.single-content .single-intro {
	font-size: 26px;
	font-size: 24px;
	line-height: 32px;
	color: #6E7A8A;
	margin: 0;
	padding-top: 14px;
	padding-bottom: 24px;
}
.single-content .single-img-descr {
	margin: 0;
	color: #929FB1;
	font-size: 14px;
	line-height: 16px;
	padding: 12px 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #AEBECD;
}
.single-content blockquote {
	color: #2F5A9A;
	font-weight: 500;
	margin: 0;
	font-style: italic;
}
.single-content blockquote p {
	display: inline;
}
.single-content blockquote + p {
	margin-top: 32px;
}
.single-content blockquote::before {
	content: "";
    display: inline-block;
    width: 8%;
    height: 1px;
	background-color: #2F5A9A;
	margin-bottom: 5px;
	margin-right: 2px;
}
.single-content h3 + p {
	margin-top: 10px;
}
.row-relatedposts {
	background-color: #F5F7FC;
}
.single-content .single-q .title-box {
	padding-top: 0;
	padding-bottom: 60px;
}
.single-content .single-q p {
	font-size: 16px;
	line-height: 24px;
}
.row-relatedposts .title-text {
	padding-top: 50px;
	padding-bottom: 20px;
}
.row-relatedposts .cont {
	padding-bottom: 100px;
}
.single-content ul li::before{
	content: "";
    background-image: url(img/li_arrow.svg);
    border-radius: 3px;
    display: inline-block;
    width: 18px;
    height: 14px;
    position: absolute;
    margin-left: -12px;
    left: -16px;
    top: 10px;
	background-repeat: no-repeat;
}
.single-content {
	max-width: 682px;
}
.single-content p {
	font-size: 21px;
	line-height: 32px;
	margin-top: 0;
	position: relative;
}
.single-content ul {
	margin-left: 0;
	list-style: none;
	font-size: 21px;
	line-height: 32px;
	padding: 0;
}
.single-content .entry-content h2 {
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    padding-top: 24px;
    padding-bottom: 8px;
}
.single-content .entry-content h3 {
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
    padding-top: 8px;
}
.single-content li {
	padding-bottom: 20px;
	position: relative;
}
.single-content .cta-green-bd {
	overflow: hidden;
	position: relative;
	letter-spacing: 1px;
	font-weight: 500;
	margin-right: 6px;
	display: inline-block;
	padding: 13px 16px;
	border-radius: 3px;
	border:1px solid  #46A49B;
	font-size: 12px;
	line-height: 14px;
	color: #46A49B;
	margin-bottom: 16px;
}
.cta-green-bd::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #46A49B;
	opacity: 0;
	transition: opacity 0.3s;
}
.cta-green-bd::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: #46A49B;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}
.cta-green-bd:hover::before {
	opacity: 0.08;
}
.cta-green-bd:hover::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: #46A49B;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}
.cta-green-bd:active::after {
    opacity: 0.16;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}
.single-q
/* Single Best Practice PT */
.single-content .cta-green-bd span::after {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	background-image: url(img/download_green.svg);
	background-repeat: no-repeat;
	margin-left: 8px;
}
.single-content .single-bp-download {
	padding-bottom: 70px;
}
.single-content .single-bp-download p {
	font-weight: 500;
	font-size: 25px;
}
.row-relatedbp {
	background-color: #F5F7FC;
}
.row-relatedbp .title-text {
	padding-top: 70px;
	padding-bottom: 40px;
}
.row-relatedbp .title-text p {
	font-size: 17px;
	line-height: 24px;
}

.row-relatedbp .relatedbp-cont {
	padding-bottom: 100px;
}
.row-bp-title {
	position: relative;
	min-height: 408px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	color: #fff;
}
.row-bp-title .bp-location {
	margin: 0;
	font-size: 26px;
	line-height: 32px;
	padding-left: 32px;
}
.row-bp-title .bp-entry-title {
	margin: 0;
	font-size: 54px;
	line-height: 64px;
	position: relative;
	padding-left: 32px;
	font-weight: 500;
	padding-top: 4px;
}
.download-btns .cta-green-bd span::after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url(img/download_green.svg);
    background-repeat: no-repeat;
	margin-left: 8px;
	position: relative;
    top: 2px;
}
/* Single Conference PT */

.row-conference-title .btn_green_3d {
	margin-top: 0;
	margin-left: 32px;
	margin-bottom: 4px;
}
.row-conference-title .btn_green_3d:active {
	margin-top: 2px;
}
.row-conference-title .cont h1:before {
	content: "";
    display: inline-block;
    background-color: #fff;
    width: 4px;
    height: 224px;
    margin-right: 28px;
    position: absolute;
    left: 0;
	top: -34px;
	display: none;
}
.single-content .conference-pretitle {
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
}
.row-program .cont-program, .row-registration .cont-registration, .row-gallery .cont-gallery, .row-conference-content .cont {
	padding-top: 90px;
	padding-bottom: 100px;
}
.row-program .cont-program {
	padding-left: 0;
	padding-right: 0;
}
.row-gallery .gallery-wrapper {
	padding-top: 30px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.row-gallery .gallery-wrapper .gallery_item {
	width: calc( 16.66% - 10px) ;
	margin-left: 12px;
}
.row-gallery .gallery-wrapper .gallery_item:nth-child(6n + 1) {
	width: calc( 16.66% - 12px);
	margin-left: 0;
}
.row-gallery .gallery-wrapper .gallery_item img {
	display: block;
	margin-bottom: 12px;
	border: 2px solid #fff;
}
.cont-program .schedule-info {
	display: flex;
	background-color: #E9EEF5;
	padding: 40px 16px 10px;
	border-radius: 5px 5px 0 0 ;
}
.cont-program .schedule-time {
	width: 16%;
}
.cont-program  {
	padding: 16px;
}
.cont-program .timesheet-single .schedule-box:not(:first-of-type) {
	margin-top: 32px;
}
.cont-program .schedule-box {
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16); 
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	border-radius: 5px;
}
.cont-program .schedule-details {
	padding-right: 20px;
	padding-left: calc( 16% + 10px);
	display: flex;
	justify-content: space-between;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #AEBECD;
	/* 
	border-right: 1px solid #AEBECD;
	border-left: 1px solid #AEBECD; */
}
.cont-program .schedule-details:last-of-type {
	border-radius: 0 0 5px 5px;
}
.cont-program .schedule-details .detail {
	width: calc(56% + 10px);
}
.cont-program .tabs .dates-box {
	margin-top: 20px;
	margin-bottom: 45px;
}
.btn-date {
	padding: 12px 25px;
	color: #46A49B;
	display: block;
}
li.active .btn-date {
	padding: 12px 25px;
	color: #fff;
	background-color: #46A49B;
	border: 2px solid #26776F;
	border-radius: 3px;
}
.cont-program .tabs ul {
	margin: 0;
    display: flex;
	list-style: none;
	padding: 0;
}
.cont-program .tabs ul li {
	margin-right: 22px;
}
.cont-program p {
	margin: 0;
}
.cont-program .schedule-details .speaker-box-outer {
	width: 40%;
}
.cont-program .schedule-details .speaker-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.cont-program .schedule-details .speaker-box .accordion-btn {
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(img/arrow-down.svg);
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.cont-program .schedule-details .speaker-box .accordion-btn.n_open {
	background-image: url(img/arrow-up.svg);
}
.cont-program .schedule-details .speaker-box-inner {
	display: flex;
	align-items: flex-start;
	width: calc(100% - 24px);
}
.cont-program .accordion-row {
	display: none;
	width: calc(100% - 34px);
}
.cont-program .schedule-details .speaker-box img {
	border-radius: 50%;
	margin-right:10px; 
}
.cont-program .schedule-time {
	font-size: 14px;
	line-height: 24px;
	color: #2F5A9A;
	padding-right: 16px;
	padding-top: 6px;
}
.cont-program .schedule-title {
	font-size: 21px;
	line-height: 32px;
	color: #2F5A9A;
	font-weight: 500;
}
.cont-program .detail-title {
	font-size: 17px;
	line-height: 24px;
	color: #3E4958;
	font-weight: 500;
}
.cont-program .speaker-name {
	padding: 6px 0 0;
	font-weight: 500;
	line-height: 16px;
	font-size: 13px;
	color: #3E4958;
}
.cont-program .speaker-text {
	font-size: 13px;
	line-height: 16px;
	padding-left: 66px;
	padding-top: 16px;
	color: #929FB1;
}
.cont-program .speaker-role {
	line-height: 16px;
	font-size: 13px;
	color: #929FB1;
}
/* Single Study tour PT */
.single-studytour .cont-registration {
	padding: 80px 10px 0 ;
}
.single-studytour .cont-registration .title-text-inner p {
	max-width: 70%;
}
.single-studytour .cont-registration .btn_green_3d:active {
	margin-top: 2px;
}
.studytour-dl .cta-green-bd span::after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url(img/download_green.svg);
    background-repeat: no-repeat;
	margin-left: 8px;
	position: relative;
    top: 2px;
}
.row .cont .studytour-cards .news-text-up .single-cat {
	color: #929FB1;
	padding-bottom: 9px;
}
.row .cont .studytour-cards .news-text-up .card-title {
	color: #21406E;
	padding-top: 0;
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 6px;
}
.row .cont .studytour-cards .news-text-up .card-post-title {
	padding-bottom: 17px;
	color: #6A8FC4;
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
}
.webinar-cards .card-post-title {
	visibility: hidden;
}
.row .cont .cont-card-news .news-text-up .card-post-title-conference {
	padding: 0; 
}
.row .cont .studytour-cards .news-text-up .card-excerpt {
	font-size: 16px;
	line-height: 24px;
	color: #6E7A8A;
	font-weight: 400;
	padding-bottom: 10px;
}
.studytour-dates {
	padding-left: 32px;
	font-size: 17px;
	line-height: 24px;
}
.single-studytour .cont-registration .btn_green_3d,.single-studytour .single-title-box .btn_green_3d {
	margin-top: 0;
}
/* Single Academy PT */
.single-academy .cont-registration {
	padding: 80px 10px 0 ;
}
.single-academy .cont-registration .title-text-inner p {
	max-width: 70%;
}
.single-academy .cont-registration .btn_green_3d:active {
	margin-top: 2px;
}
.single-academy .cont-registration .btn_green_3d, .single-academy .single-title-box .btn_green_3d {
	margin-top: 0;
}
/* Webinar PT */
.row-speakers .cont {
	padding-top: 90px;
	padding-bottom: 110px;
}
.row-speakers .speaker {
	margin-top: 32px;
}
.single-webinar .row-reg {
	margin-top: 250px;
}
.single-webinar .row-registration .cont {
	padding-top: 0;
	padding-bottom: 0;
}
.webinar-pretitle::before {
	position: relative;
    top: 6px;
    margin-right: 5px;
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(img/webinar.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.single-webinar .yt-wrapper {
	text-align: center;
}
.row-yt {
	background-color: #202833;
}
.row-yt p.yt-text {
	border-bottom: 1px solid #AEBECD;
	color: #fff;
	font-size: 40px;
	line-height: 48px;
	max-width: 720px;
	margin: 0 auto;
	font-family: 'DINNextRoundedLT' , sans-serif ;
	margin-bottom: 40px;
	font-weight: 500;
}
.row-pre-form {
	background-color: #46A49B;
}
.row-pre-form  .zwc-title {
	border-bottom-color: #ECF6F5;
}
.row-form {
	overflow: hidden;
}
.row-form #gform_wrapper_7 {
 margin-top: 0;
}
.row-form #gform_wrapper_7 #field_7_1 > div {
	margin-top: 0;
	padding-top: 22px;
} 
.row-registration .cont-form {
	padding-top: 0;
} 
.row-registration .cont-form #field_7_1 {
	padding: 0;
	margin: 0;
    margin-top: 0;
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
	margin-right: -50vw;
	background-color: #ECF6F5;
	min-height: 72px;
}
.row-registration .cont-form #field_7_1 .ginput_container {
	max-width: 784px;
	margin: 0 auto;
	padding: 0 10px;
}
#field_7_2 > label {
	display: none;
}
.row-form .paypal-text-wrapper {
	min-height: 48px;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	text-align: center;
}
.row-form .paypal-text-wrapper p {
	margin: 0;
	padding-top: 6px;
}
.row-form .gform_wrapper span.ginput_product_price {
	color: #3E4958;
	font-family: 'DINNextRoundedLT' , sans-serif;
	font-size: 24px;
	line-height: 32px;
}
.row-form .gform_wrapper span.ginput_product_price_label {
	color: #46A49B;
	font-family: 'DINNextRoundedLT' , sans-serif;
	font-size: 24px;
	line-height: 32px;
}
.single-webinar .row-after-nl {
	padding-top: 230px;
	padding-bottom: 0;
}
.single-webinar .row-after-nl .cont-lefttitle-text .lefttitle-text-inner1 .lefttitle {
	border-left: 4px solid #3E4958;
}
/* Contact Form footer */
.wpcf7-form .wpcf7-submit {
	background-color: transparent;
    margin-left: 8px;
    height: 40px;
    border: 1px solid #46A49B;
    border-radius: 3px;
    width: 116px;
    color: #46A49B;
	padding-left: 0;
	font-size: 12px;
	line-height: 14px;
}
.wpcf7-form .wpcf7-email {
	border-radius: 3px;
	border: 1px solid #6E7A8A;
	font-size: 14px;
	line-height: 16px;
	height: 40px;
	padding-left: 10px;
}
.wpcf7-form input[type=submit] {
	background-image: url(img/arrow_CTA-green.svg);
	background-repeat: no-repeat;
	position: relative;
	background-position: 82% 50%;
	cursor: pointer !important;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
	letter-spacing: 1px;
}
.wpcf7-form input[type=submit]:hover {
	background-image: url(img/arrow_CTA-white.svg);
	border: #46A49B;
	background-color: #46A49B;
	color: #fff;
	background-position: 85% 50%;
}
.wpcf7-form span.wpcf7-list-item {
	margin: 0;
}
span.wpcf7-form-control-wrap.acceptance-917 label > span {
	position: relative;
	top: -3px;
}
.mc4wp-checkbox-contact-form-7 label {
	display: none !important;
}
/* Pop-up - Newsletter */

body .hustle-ui.module_id_1 .hustle-button-close {
	z-index: 1;
    position: relative;
    top: 30px;
}
body .hustle-optin-content {
    height: 448px;
}
body .hustle-optin-content .hustle-layout-body {
    height: 448px;
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
}
body .hustle-optin-content .hustle-layout-body .hustle-image {
    max-width: 392px !important;
    height: auto !important;
    -ms-flex: 0 0 392px !important;
    flex: 0 0 392px !important;
}
body .hustle-optin-content .hustle-layout-body .hustle-layout-content h1 {
    color: #21406E ;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom:16px !important;
    font-family: 'DINNextRoundedLT' , sans-serif ;
    margin-top: 30px;
}
body .hustle-optin-content .hustle-layout-body .hustle-layout-content p {
    font-size: 21px;
    line-height: 24px;
	margin:0;
	font-family: 'Roboto', sans-serif;
}
body .hustle-optin-content .hustle-layout-body .hustle-layout-content .hustle-form .hustle-form-fields {
	display: block !important;
    max-width: 260px;
    margin: 0 auto;
}
body .hustle-ui:not(.hustle-size--small) .hustle-optin .hustle-layout .hustle-layout-content .hustle-content {
	padding: 0 30px;
}
body .hustle-ui:not(.hustle-size--small) .hustle-optin .hustle-layout .hustle-layout-content .hustle-content .hustle-content-wrap {
	padding: 0;
}
body .hustle-optin-content .hustle-layout-body .hustle-layout-content .hustle-layout-form {
	padding-top: 8px !important;
	font-family: 'Roboto', sans-serif !important;
	max-width: 260px !important;
    margin: 0 auto !important;
}
body .hustle-optin-content .hustle-layout-body .hustle-layout-content .hustle-form label.hustle-field {
	margin: 0 !important;
	margin-bottom: 8px !important;
}
body .hustle-optin-content .hustle-layout-body .hustle-layout-content .hustle-form button {
    border-radius: 3px !important;
	cursor: pointer !important;
	width: 100% !important;
	font-family: 'Roboto', sans-serif !important;

}
body .hustle-optin-content .hustle-layout-body .hustle-layout-content .hustle-form button span {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
}
body .hustle-ui.module_id_1 .hustle-layout .hustle-checkbox.hustle-gdpr span[aria-hidden] {
    width: 14px;
    height: 14px;
}
body .hustle-ui.module_id_1 .hustle-layout .hustle-checkbox.hustle-gdpr span:not([aria-hidden]) {
    font-size: 11px;
	line-height: 16px;
	font-family: 'Roboto', sans-serif !important;
}

.hustle-ui.module_id_1 .hustle-inline-content, .hustle-ui.module_id_1 .hustle-popup-content {
    overflow-y: visible !important;
}
@media screen and (max-width: 768px) {
	.hustle-ui.module_id_1 .hustle-button-close {
		color: #fff !important;
	}
}

/* Workshops */

.cont-nl-workshop .nl_box_img {
	display: none;
}

.row-nl-webinar .cont-nl-workshop .nl_box_content_inner {
	width: 100%;
	max-width: 100%;
	padding: 50px;
}
.row-nl .cont-nl-workshop .nl_box .nl_box_content {
	width: 100%;
	max-width: 100%;
}

/* Projects */ 
.row-double {
	background: linear-gradient(180deg, #21406e 0% 50%, #fff 50% 100%);
}
.page-template-page-projects .row-nl .cont-nl {
	padding-bottom: 0;
}
.page-template-page-projects .row-nl .nl_box_img img {
	height: fit-content;
	object-fit: cover;
}
.page-template-page-projects .row-nl .nl_box {
	position: relative;
}
.page-template-page-projects .row-nl-webinar .nl_box_content_inner {
	max-width: 100%;
}
.page-template-page-projects .nl_box_content {
	padding: 30px;
}

/* Cookie Bar */
#cookie-notice {
	background-color: #162E53 !important;
}
#cookie-notice .cn-button.bootstrap {
	background-image: none;
	background-color: transparent ;
	border: 1px solid #A8C1E3 ;
	color: #A8C1E3 ;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}



/* Responsiveness */
@media screen and (max-width: 1212px) {
	.card-news {
		width: calc(33.33% - 10px);
	}
	.conference-template-default .single-side {
		display: none;
	}
	.conference-template-default .row-bp-title .single-content {
		width: 784px;
	}
	.conference-template-default .single-content {
		margin: 0 auto;
	}
	.best-practice .bp-left {
		width: 65%;
	}
	.best-practice .bp-right {
		width: 35%;
	}
	.study-tour .event-price, .conference .event-price {
		width: 60%;
	}
	.study-tour .event-text-box, .conference .event-text-box {
		width: 40%;
	}
	.row-hero p {
		padding-left: 8%;
		padding-right: 8%;
	}
}
@media screen and (max-width: 1024px) {
	.study-tour .event-price, .conference .event-price {
		width: 55%;
	}
	.study-tour .event-text-box, .conference .event-text-box {
		width: 45%;
	}
	.row-footer-upper .cont-footer-upper {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.row-footer-upper .cont-footer-upper .footer-upper-box3 {
		width: 80%;
		padding-top: 28px;
	}
	.row-footer-upper .cont-footer-upper .footer-upper-box3::before {
		display: none;
	}
	.best-practice .bp-right .bp-right-text3 {
		font-size: 14px;
		line-height: 21px;
	}
	.row-quote p.before_quotes::before {
		display: none;
	}
	.row-gallery .gallery-wrapper .gallery_item {
		width: calc( 20% - 9.6px ); 
		margin-left: 12px;
	}
	.row-gallery .gallery-wrapper .gallery_item:nth-child(6n + 1) {
		width: calc( 20% - 9.6px ); 
		margin-left: 12px;
	}
	.row-gallery .gallery-wrapper .gallery_item:nth-child(5n + 1) {
		width: calc( 20% - 12px); 
		margin-left: 0px;
	}
	.row .cont .studytour-cards .news-text-up .card-title {
		font-size: 30px;
		line-height: 35px;
	}
	.cont-program .schedule-details .speaker-box {
		align-items: center;
	}
	.cont-program .schedule-details .speaker-box-inner {
		display: block;
	}
	.cont-program .schedule-details .speaker-text {
		padding-left: 0;
	}
	.row-donate {
		display: block;
	}
	.row-donate #field_5_1 .ginput_container::before {
		right: calc(50% - 30px);
	}
	.row-no-fs .cont-no-fs {
		display: block;
	}
	.row-no-fs .cont-no-fs .no-fs-inner-l {
		max-width: 720px;
		margin: 64px auto;
		width: 100%;
	}
	.row-no-fs .cont-no-fs .no-fs-inner-r {
		width: 100%;
		max-width: 720px;
		margin: 0 auto 64px;
	}
	.row-no-fs .cont-no-fs .no-fs-inner-l .no-fs-inner-l-inner {
		max-width: 100%;
	}
	.row-nl .nl_box {
		display: block;
		width: unset;
		margin-right: 10px;
	}
	.page-template-page-studytours .row-nl-webinar .nl_box_img {
		width: 100%;
	}
	.page-template-page-studytours .row-nl-webinar .nl_box_img img, .row-nl .nl_box_img img {
		border-radius: 3px 3px 0 0;
	}
	.row-nl .nl_box_img, .row-nl .nl_box_content {
		width: 100%;
		max-width: 612px;
	}
	.row-nl-webinar .nl_box_content_inner {
		max-width: 100%;
		padding: 48px;
	}
	.row-nl .nl_box_content_inner {
		max-width: 100%;
		padding: 48px;
	}
	.page-template-page-studytours .row-nl-webinar + .row-after-nl {
		padding-bottom: 480px;
	}
	.row-after-nl {
		padding-bottom: 580px;
	}
	.page-template-page-webinars .row-after-nl {
		padding-bottom: 670px;
	}
	.row-nl .nl_box .nl_box_content {
		border-radius: 0 0 3px 3px;
	}
	.single-webinar .row-after-nl {
		padding-top: 590px;
	}
	.single-webinar .row-reg {
		margin-top: 640px;
	}
}

@media screen and (max-width: 768px) {
	.row-hero .hero-link .hero-links a {
		padding: 13px 12px;
		letter-spacing: 1px;
		margin-right: 2px;
	}
	.row-hero p {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 42px;
	}
	.hero-box {
		display: block;
	}
	.hero-box .hero-link, .hero-box .hero-link:last-of-type {
		margin: 0 auto 7px;
	}
	.row-hero .hero-link .hero-link-big {
		padding: 18px 18px 12px 18px !important;
	}
	.row-hero .hero-link .hero-link-big a {
		line-height: 14px;
	}
	.home .hero-links {
		display: none;
	}
	.row-header-resp {
		display: block;
	}
	.row-header .header-inner1 .main-navigation {
		display: none;
	}
	.row-header .header-inner1 {
		display: block;
	}
	.row-header .search-wrapper-fullw {
		display: none;
	}
	.single .single-side, .single .single-precont {
		display: none;
	}
	.single .single-date-resp {
		display: inline;
	}
	.single .side-auhtor-name-resp {
		display: block;
		font-weight: 500;
		font-size: 18px;
		line-height: 18px;
		padding-bottom: 10px;
		padding-top: 30px;
	}
	.single .side-auhtor-role-resp {
		display: block;
		font-size: 16px;
		line-height: 18px;
	}
	.single .entry-header {
		position: absolute;
		bottom: 10px;
		padding: 14px;
	}
	.single .entry-header p, .single .entry-header h1 {
		color: #fff;
	}
	.single .pre-cont {
		position: relative;
	}
	.single-content .single-intro {
		padding-bottom: 50px;
	}
	.single .entry-header p {
		margin: 0;
	}
	.single .single-cont .entry-content, .single .single-cont .single-q {
		padding: 14px;
	}
	.single-bestpractice .single-cont .entry-content, .single .single-cont .single-q {
		padding-left: 14px;
	}
	.single .single-cont .single-img-descr {
		padding-left: 14px;
		padding-top: 9px;
		padding-bottom: 9px;
		margin-bottom: 0;
	}
	.single .single-cont h2 {
		font-size: 27px;
		line-height: 35px;
	}
	.single .single-cont h3 {
		font-size: 22px;
		line-height: 28px;
	}
	.card-news {
		display: flex;
		width: 100%;
		max-width: 100%;
	}
	.card-news .card-news-text {
		min-height: 100%;
	}
	.card-news .card-news-img {
		width: 50%;
	}
	.card-news .card-news-text {
		padding: 10px;
		width: 50%;
	}
	.cont-card-news {
		justify-content: space-around;
	}
	
	.row-footer-upper .cont-footer-upper .footer-upper-box {
		width: calc( 50% - 10px);
		max-width: 100%;
	}
	.wpcf7-form label.wpcf7-arrow::after {
		right: -100px;
		top: 6px;
	}
	.row-footer-upper .cont-footer-upper .footer-upper-box3 {
		width: 100%;
		padding-top: 28px;
	}
	
	.row-footer-upper .footer-upper-box1 p, .row-footer-upper .footer-upper-box2 p, .row-footer-upper .footer-upper-box3 p {
		font-size: 16px;
	}
	
	.row-eu p {
		font-size: 16px;
		line-height: 21px;
	}
	.row-eu .cont-eu {
		align-items: flex-start;
	}
	.row-footer .cont-footer {
		flex-wrap: wrap;
	}
	.single-content .single-cat {
		font-size: 12px;
		line-height: 24px;
	}
	.single-content .entry-title {
		font-size: 30px;
		line-height: 35px;
	}
	.single .single-intro-resp {
		color: #6E7A8A;
		display: block;
		padding: 28px 14px;
		border-bottom: 1px solid #AEBECD;
	}
	.single .single-intro {
		display: none;
	}
	.single .single-img {
		min-height: 448px;
		position: relative;
		overflow: hidden;
		background-size: cover;
    	background-repeat: no-repeat;
	}
	.single .entry-header {
		display: none;
	}
	.single .entry-header-resp {
		display: block;
	}
	.row-header nav li a {
		padding: 6px 10px;
	}
	.search-wrapper {
		margin-left: 0;
	}
	.single-content p {
		font-size: 18px;
		line-height: 28px;
	}
	.zwc-title {
		font-size: 36px;
		line-height: 40px;
	}
	.single .header-resp .post-thumbnail img {
		display: none;
	}
	.single .post-thumbnail::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		background-color: #000;
		opacity: 0.4;
	}
	.search-wrapper input:checked + label {
		background-image: url(img/close.svg);
		position: fixed;
		top: 14px;
		right: 14px;
	}
	.member {
		flex-flow: column;
	}
	.member .member-img {
		max-width: 100%;
		width: 100%;
		border-radius: 5px 5px 0 0;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		min-height: 296px;
	}
	.member .member-text {
		width: 100%;
	}
	.row-lefttitle-text .cont-lefttitle-text {
		flex-flow: column;
	}
	.cont-lefttitle-text .lefttitle-text-inner1 .lefttitle {
		font-size: 44px;
		line-height: 49px;
		border-left: 2px solid #fff;
		padding-left: 32px;
	}
	.cont-lefttitle-text .lefttitle-text-inner2 p {
		font-size: 18px;
		line-height: 28px;
	}
	.title-text p {
		font-size: 14px;
		line-height: 21px;
	}
	.title-text-inner {
		flex-wrap: wrap;
	}
	.title-text p {
		width: 100%;
		padding-bottom: 10px;
	}
	.title-text p.text_w_btn {
		width:100%;
	}
	.card-news .card-news-img {
		border-radius: 5px 0 0  5px;
		background-position: bottom;
	}
	.single-studytour .card-news .card-news-img img {
		display: none;
	}
	.row-archive .cont {
		padding-bottom: 50px;
	}
	.row-bp-title .bp-entry-title {
		font-size: 44px;
		line-height: 49px;
		padding-left: 14px;
		padding-top: 2px;
		padding-bottom: 21px;
	}
	.row-bp-title .bp-location, .row-bp-title .studytour-dates { 
		padding-left: 14px;
	}
	.row-bp-title .btn_green_3d {
		margin-left: 14px;
	}
	.row-bp-title .single-title-box {
		padding: 28px 0 0 0;
	}
	.row-conference-title .cont h1:before {
		height: 196px;
	}
	.best-practices {
		flex-wrap: wrap;
		justify-content: center;
	}
	.best-practice:first-of-type {
		margin-right: 0;
		margin-bottom: 32px;
	}
	.event {
		flex-flow: column;
		display: flex;
	}
	.event .event-price {
		order: 1;
		min-height: 242px;
		width: 100%;
		border-radius: 5px 5px 0 0;
	}
	.event .event-text-box {
		order: 2;
		width: 100%;
		max-width: 100%;
		/* border-radius: 0 0 5px 5px; */
	}
	.event .event-price span {
		float: right;
	}
	.event.webinar .btn-box {
		margin-top: 32px;
	}
	.cont-lefttitle-text .lefttitle-text-inner2 p, .cont-lefttitle-text .lefttitle-text-inner2 ul {
		padding-left: 32px;
	}
	.row-hero p {
		font-size: 21px;
		line-height: 28px;
		max-width: 376px;
    	margin: 0 auto;
	}
	.row .cont {
		padding-right: 14px;
		padding-left: 14px;
	}
	.event-cat {
		font-size: 11px;
		line-height: 24px;
	}
	.event-title {
		font-size: 30px;
		line-height: 35px;
		padding-bottom: 12px;
	}
	.event-date {
		font-size: 14px;
		line-height: 17px;
	}
	.study-tour .event-text {
		font-size: 14px;
		line-height: 21px;
	}
	.event {
		border-radius: 3px;
		border-bottom: 4px solid #6A8FC4;
		border-left: 0;
	}
	.event .event-cat {
		padding-bottom: 0;
	}
	.event .event-date {
		padding-top: 4px;
	}
	.event .event-price span {
		padding: 4px 10px;
	}
	.best-practice .bp-left .bp-text .bp-text3 {
		font-size: 14px;
		line-height: 21px;
	}
	.best-practice .bp-right .bp-right-text3 {
		font-size: 12px;
		line-height: 17px;
	}
	.box-row.box-row-elements {
		flex-flow: column;
	}
	.row-coord .coord-box .coord-img {
		align-self: start;
		position: absolute;
		top: 52px;
    	left: 24px;
	}
	.box-row.box-row-elements {
		flex-flow: column;
		position: relative;
	}
	.box-row-first p:not(.coord-name) {
		display: none;
	}
	.box-row.box-row-elements p {
		align-self: start;
		width: unset !important;
		padding-left: 68px;
	}
	.row-coord .coord-box .link-wrapper {
		align-self: flex-end;
	}
	.row-coord .coord-box .coord-country {
		order:1;
		padding-left: 0;
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 16px;
	}
	.row-coord .coord-box .coord-name {
		order:2;
		left: 26px;
		top: 54px;
		font-size: 14px;
		line-height: 17px;
	}
	.row-coord .coord-box .coord-initiative {
		order:3;
		font-size: 14px;
		line-height: 24px;
		font-weight: 400;
	}
	.row-coord .coord-box .link-wrapper {
		order:4;
		width: 100px;
		padding-top: 20px;
	}
	.row-coord .box-row-elements .coord-link {
		width: 35px;
		height: 35px;
	}
	.row-coord .box-row-elements .coord-link.link-first {
		background-image: url(img/discover_website_resp.svg);
	}
	.row-coord .box-row-elements .coord-link.link-second {
		background-image: url(img/discover_mail_resp.svg);
	}
	.row-gallery .gallery-wrapper .gallery_item {
		width: calc( 25% - 9px);
		margin-left: 12px;
	}
	.row-gallery .gallery-wrapper .gallery_item:nth-child(6n + 1) {
		width: calc( 25% - 9px);
		margin-left: 12px;
	}
	.row-gallery .gallery-wrapper .gallery_item:nth-child(5n + 1) {
		width: calc( 25% - 9px);
		margin-left: 12px;
	}
	.row-gallery .gallery-wrapper .gallery_item:nth-child(4n + 1) {
		width: calc( 25% - 12px);
		margin-left: 0;
	}
	.row-bp-title .cont h1:before {
		height: 86px;
	}
	.single-content .single-bp-download {
		padding-left: 32px;
	}
	.row-conference-title .cont h1:before {
		height: 198px;
	}
	.card-news .card-news-img img {
		border-radius: 5px 0 0 5px;
		display: none;
	}
	.page-template-page-conferences .card-news .card-news-img img {
		display: none;
	}
	.card-news .card-news-text .news-text-up {
		padding-top: 13px;
		padding-bottom: 27px;
	}
	.card-news .news-text-up a {
		padding-top: 6px;
	}
	.cont-lefttitle-text .lefttitle-text-inner2 li {
		font-size: 18px;
		line-height: 28px;
	}
	.cont-lefttitle-text .lefttitle-text-inner2 ul li::before {
		top: 7px;
		margin-left: -8px;
	}
	.cta-ghost::before {
		opacity: 0.2;
	}
	.row-single .single-cont {
		padding: 0 0 20px 0;
	}
	.single-title-box {
		border-left: 2px solid #fff;
	}
	.row-program .cont-program, .row-registration .cont-registration, .row-gallery .cont-gallery, .row-conference-content .cont {
		padding-top: 56px;
		padding-bottom: 56px;
	}
	.single-content article p {
		margin-bottom: 28px;
	}
	.single-content article ul {
		font-size: 18px;
		line-height: 28px;
		padding: 0 0 0 21px;
	}
	.single-content article ul li::before {
		top: 7px;
		margin-left: -3px !important;
	}
	.member .member-text {
		padding: 23px 14px;
	}
	.member .member-text .member-text1 {
		font-size: 24px;
		line-height: 28px;
	}
	.member .member-text .member-text2 {
		font-size: 16px;
		line-height: 21px;
	}
	.member .member-text .member-text3 {
		font-size: 14px;
		line-height: 21px;
	}
	.row-members .cont-members {
		padding-bottom: 35px;
	}
	.row .cont .cont-card-news .news-text-up .card-post-title-conference {
		font-size: 16px;
		line-height: 21px;
	}
	.row .cont .studytour-cards .news-text-up .card-post-title {
		font-size: 16px;
		line-height: 21px;
		padding-bottom: 15px;
	}
	.row .cont .studytour-cards .news-text-up .card-excerpt {
		font-size: 14px;
		line-height: 21px;
	}
	.row .cont .studytour-cards .news-text-up .single-cat {
		padding-bottom: 3px;
	}
	.row .cont .studytour-cards .news-text-up .card-title {
		padding-bottom: 5px;
	}
	.row-registration .cont-registration.cont-form {
		padding-top: 0;
	}
}
@media screen and (max-width: 640px) {
	.card-news .card-news-img img {
		display: none;
	}
	.card-news {
		display: block;
		width: 100%;
		margin-bottom: 14px; 
	}
	.card-news .card-news-img {
		width: 100%;
		border-radius: 5px 5px 0 0;
		min-height: 242px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.card-news .card-news-text {
		min-height:150px;
	}
	.card-news .card-news-text {
		width: 100%;
		padding: 10px 10px 22px 10px;
	}
	.dates-box {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.card-news .card-news-img img {
		border-radius: 5px 5px 0 0;
	}
	.cont-program .schedule-info {
		display: block;
	}
	.cont-program .schedule-info .schedule-time {
		width: 100%;
	}
	.cont-program .schedule-details {
		padding-left: 16px;
		padding-right: 16px;
		display: block;
	}
	.cont-program .detail-title {
		padding-bottom: 24px;
	}
	.cont-program .schedule-details .speaker-box-outer, .cont-program .schedule-details .detail {
		width: 100%;
	}
	.row-gallery .gallery-wrapper .gallery_item {
		width: calc( 33.33% - 8px);
		margin-left: 12px;
	}
	.row-gallery .gallery-wrapper .gallery_item:nth-child(6n + 1) {
		width: calc( 33.33% - 8px);
		margin-left: 12px;
	}
	.row-gallery .gallery-wrapper .gallery_item:nth-child(5n + 1) {
		width: calc( 33.33% - 8px);
		margin-left: 12px;
	}
	.row-gallery .gallery-wrapper .gallery_item:nth-child(4n + 1) {
		width: calc( 33.33% - 8px);
		margin-left: 12px;
	}
	.row-gallery .gallery-wrapper .gallery_item:nth-child(3n + 1) {
		width: calc( 33.33% - 12px);
		margin-left: 0;
	}
	.cont-program .schedule-details .speaker-box-inner {
		display: flex;
	}
	.cont-program .schedule-details .speaker-text {
		padding-left: 66px;
	}
	.card-news .card-news-text .news-text-up {
		padding-top: 13px;
		padding-bottom: 28px;
	}
	.row-news .cont, .row-archive .cont {
		padding-bottom: 0;
	}
	.event-text-box div + div {
		padding-top: 29px;
	}
	.single .side-auhtor-name-resp {
		font-size: 14px;
		line-height: 21px;
		padding-bottom: 0;
	}
	.single .side-auhtor-role-resp {
		font-size: 12px;
		line-height: 18px;
	}
	.row-donate #field_5_1 .ginput_container::before {
		right: calc(0% + 8px) !important;
		top: 12px;
		left: unset;
	}
	.page-template-page-studytours .row-nl-webinar + .row-after-nl {
		padding-bottom: 540px;
	}
	.row-donate .donate-left h1 {
		border-left: 2px solid #fff;
		font-size: 44px;
    	line-height: 49px;
		margin-left: 0;
		padding-left: 20px;
	}
	.row-nl .nl_box .nl_box_content_inner .wpcf7 .wpcf7-form input.wpcf7-email {
		max-width: 80%;
		min-width: 220px;
		display: block;
	}
	.row-nl .nl_box .nl_box_content_inner .wpcf7 .wpcf7-form input.wpcf7-submit {
		max-width: 40%;
		min-width: 110px;
		margin-left: 0;
		margin-top: 8px;
	}
	body .hustle-ui .hustle-optin.hustle-optin--compact .hustle-layout .hustle-layout-body .hustle-image.hustle-image-fit--cover {
		height: 150px !important;
		max-width: 100% !important;
	}
	body .hustle-layout-content {
		margin-top: 24px;
		background-color: #fff;
	}
	.row-nl .nl_box .nl_text_1 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 14px;
	}
	.row-nl .nl_box_content_inner {
		padding: 21px;
	}
	.row-nl .nl_box .nl_text_2 {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 14px;
	}
	.single-webinar .row-reg {
		margin-top: 500px;
	}
}
@media screen and (max-width: 480px) {	
	.row-footer-upper .cont-footer-upper .footer-upper-box {
		width: 100%;
	}
	.row-footer-upper .cont-footer-upper .footer-upper-box2::before {
		display: none;
	}
	.row-footer-upper .cont-footer-upper .footer-upper-box2 {
		border-top: 1px solid #D5DDE5;
		margin-top: 20px;
		padding-top: 20px;
	}
	.row-footer-upper .cont-footer-upper .footer-upper-box3 {
		border-top: 1px solid #D5DDE5;
		margin-top: 20px;
		padding-top: 20px;
	}
	.row-footer .cont-footer {
		display: block;
	}
	.row-footer .cont .footer-social {
		top: unset;
		height: auto;
	}
	.row-footer .cont-footer {
		padding: 20px 10px 10px 10px;
	}
	.event .event-price {
		min-height: 182px;
	}
	.card-news .card-news-img {
		min-height: 182px;
	}
	.event .event-text-box {
		padding: 24px 14px;
	}
	.best-practice .bp-cont {
		flex-flow: column;
	}
	.best-practice .bp-left {
		width: 100%;
		max-width: 100%;
	}
	.best-practice .bp-right {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.best-practice .bp-right .bp-right-box1, .best-practice .bp-right .bp-right-box3 {
		width: 40%;
	}
	.best-practice .bp-right .bp-right-box2 {
		width: 20%;
	}
	.bp-arrow-box {
		margin: 28px auto;
		width: 18px;
		height: 12px;
		background-image: url(img/bp-arrow-resp.svg);
		background-repeat: no-repeat;
		background-position: center;
	}
	.best-practice .bp-right {
		padding: 30px 14px;
		border-radius: 0 0 5px 5px;
	}
	body div.wpcf7 {
		margin: 0;
		padding: 0;
		padding-top: 12px;
	}
	.footer-upper-box3 input.wpcf7-email {
		margin-bottom: 8px;
		width: 100%;
	}
	.best-practice .bp-left .bp-img {
		border-radius: 5px 5px 0 0 ;
	}
	.wpcf7-form input[type=submit] {
		width: 34%;
	}
	.single-q .wpcf7-form input[type=submit] {
		width: 40%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.wpcf7-form input[type=submit] {
		background-position: 88% 50%;
		margin-left: 0;
	}
	.row-header .site-branding {
		font-size: 20px;
		line-height: 24px;
	}
	.row-header .header-inner2 a {
		font-size: 14px;
		line-height: 18px;
	}
	.row-header .header-inner2 a.inner-link1 {
		margin-left: 0;
	}
	.row-gallery .gallery-wrapper .gallery_item {
		width: calc(50% - 6px);
		margin-left: 12px;
	}
	.row-gallery .gallery-wrapper .gallery_item:nth-child(6n + 1) {
		width: calc(50% - 6px);
		margin-left: 12px;
	}
	.row-gallery .gallery-wrapper .gallery_item:nth-child(5n + 1) {
		width: calc(50% - 6px);
		margin-left: 12px;
	}
	.row-gallery .gallery-wrapper .gallery_item:nth-child(4n + 1) {
		width: calc(50% - 6px);
		margin-left: 12px;
	}
	.row-gallery .gallery-wrapper .gallery_item:nth-child(3n + 1) {
		width: calc(50% - 6px);
		margin-left: 12px;
	}
	.row-gallery .gallery-wrapper .gallery_item:nth-child(2n + 1) {
		width: calc(50% - 12px);
		margin-left: 0;
	}
	.row-header nav li a {
		font-size: 14px;
		line-height: 18px;
	}
	.cont-lefttitle-text .lefttitle-text-inner1 .lefttitle {
		padding-left: 14px;
	}
	.cont-lefttitle-text .lefttitle-text-inner2 p, .cont-lefttitle-text .lefttitle-text-inner2 ul {
		padding-left: 16px;
	}
	.single .entry-header {
		padding: 16px 16px 12px 16px;
	}
	body div.wpcf7 .ajax-loader {
		width: 0;
		height: 0;
	}
	.row-nl .nl_box {
		width: 96%;
	}
	.row-nl .nl_box_content_inner {
		padding: 32px;
	}
	.row-after-nl {
		padding-bottom: 480px;
	}
	.page-template-page-webinars .row-after-nl {
		padding-bottom: 610px;
	}
	.single-webinar .row-after-nl {
		padding-top: 420px;
	}
	.row-hero .hero-link .hero-link-big {
		padding: 18px 18px 12px 0 !important;
	}
	.home .row-hero .hero-link .hero-link-big {
		padding: 20px 18px !important;
	}
	.single .wpcf7-form .wpcf7-email {
		width: 90%;
	}
	.page-template-page-conferences .row-after-nl {
		padding-bottom: 540px;
	}
	.row-nl .nl_box .nl_box_content_inner .wpcf7 .wpcf7-form input.wpcf7-email {
		max-width: 100%;
		min-width: 100%;
	}
	#wpcf7-f14-o1 > form > p > span.wpcf7-form-control-wrap.acceptance-917, .footer-upper-box3 #wpcf7-f14-o2 > form > p > span.wpcf7-form-control-wrap.acceptance-917  {
		position: relative;
    	top: -68px;
	}
	.row-nl .nl_box .nl_box_content_inner .wpcf7 .wpcf7-form input.wpcf7-submit, .footer-upper-box3 .wpcf7-form input[type=submit] {
		margin-top: 30px;
	}
}