/*
Theme Name: ITDP
Description: Wordpress Theme for ITDP
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
	box-sizing: border-box;
}

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

::-webkit-input-placeholder {
	color: rgba(137, 142, 166, .4);
}

::-moz-placeholder {
	color: rgba(137, 142, 166, .4);
	opacity: 1;
}

input[type=tel], input[type=url], input[type=password], input[type=text], input[type=email], input[type=reset], input[type=button], input[type=submit], button, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
.single-event .content-sections ul{
	list-style-type:disc;
	padding-left:20px
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href], label[for], select, input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=image]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute;
	left: -9999em;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

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

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	outline: none;
	height: 100%;
	min-height: 1px;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*
Theme Name: 	JECT NAME
Author: AUTHOR
Description: Designed by AUTHOR.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

.clearfix:after, .post-page dl:after, .widget:after, .search-form:after, .post-password-form p:after, .post-password-form:after, #search_block:after, .search-form p:after, #search_block p:after, .navigation-single:after, .commentlist .comment-author:after {
	content: '';
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap;
	/* 1 */
	text-overflow: ellipsis;
	/* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

body {
	color: #333;
	background: #fff;
	font: 16px/1.2 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

.post-page dl, .post-page p, .post-page address, .post-page form, .post-page table, .post-page blockquote, .post-page applet, .post-page embed, .post-page object, .post-page iframe, .post-page frameset {
	margin: 0 0 1.2em;
}

.post-page table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

.post-page th, .post-page td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

.post-page th {
	text-align: center;
	vertical-align: middle;
	background: #eee;
}

.post-page dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

.post-page dl dd {
	overflow: hidden;
}

.post-page pre {
	max-width: 100%;
}

form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type='text'], input[type='tel'], input[type='email'], input[type='search'], input[type='password'], input[type='url'], textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
	outline-color: transparent;
	box-shadow: none;
	line-height: 1.2;
	color: #333;
	transition: border-color .3s linear;
}

input[type='text']:focus, input[type='tel']:focus, input[type='email']:focus, input[type='search']:focus, input[type='password']:focus, input[type='url']:focus, textarea:focus {
	border-color: #333;
}

input[type='text']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='url']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #999;
}

input[type='text']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='url']::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type='text']:-moz-placeholder, input[type='tel']:-moz-placeholder, input[type='email']:-moz-placeholder, input[type='search']:-moz-placeholder, input[type='password']:-moz-placeholder, input[type='url']:-moz-placeholder, textarea:-moz-placeholder {
	color: #999;
}

input[type='text']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='url']:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #999;
}

input[type='text'].placeholder, input[type='tel'].placeholder, input[type='email'].placeholder, input[type='search'].placeholder, input[type='password'].placeholder, input[type='url'].placeholder, textarea.placeholder {
	color: #999;
}

input[type='number'] {
	box-shadow: none;
	-webkit-box-shadow: none;
}

input[type='number'], select {
	-webkit-border-radius: 0;
}

textarea {
	width: 100%;
	min-height: 150px;
	max-height: 300px;
	resize: vertical;
	vertical-align: top;
}

button, input[type='button'], input[type='reset'], input[type='file'], input[type='submit'] {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	padding: 0 15px;
	background: #333;
	border: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	outline-color: transparent;
	transition: color .3s linear, background .3s linear, opacity .3s linear, border-color .3s linear;
}

button:hover, input[type='button']:hover, input[type='reset']:hover, input[type='file']:hover, input[type='submit']:hover {
	background: #4d4d4d;
}

input[type='file'] {
	height: auto;
	padding: 0;
	background: none;
	color: inherit;
	text-transform: none;
}

input[type='file']:hover {
	background: none;
	color: inherit;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: inherit;
	width: 100%;
}

.widget a {
	color: inherit;
	text-decoration: none;
}
.icon-new-window, .icon-new-window-light {
    background: url(images/new-tab.png) no-repeat 0px 0px;
    background-size: 100%;
    width: 19px;
    height: 19px;
    display: inline-block;
    top: 4px;
    left: 0px;
    position: relative;
}
.widget a:hover {
	color: #233746;
}

/* Calendar */

#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th, #wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td {
	background: transparent;
}

/* Typography */

ul ul, ul ol {
	margin: 0;
}

ul > ul > li {
	list-style-type: circle;
}

ol ol, ol ul {
	margin: 0;
}

ol > ol > li {
	list-style-type: lower-alpha;
}

.comment-form .comment-form-cookies-consent {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.comment-form .comment-form-cookies-consent input[type='checkbox'] {
	margin: 3px 5px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	padding: 0;
}

.comment-form p {
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0;
}

.comment-form label {
	display: block;
	padding: 0 0 5px;
}

.comment-form textarea, .comment-form input:not([type='submit']):not([type='checkbox']):not([type='radio']) {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form textarea {
	width: 100%;
	margin: 0;
}

.comment-form input[type='submit'] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type='password'] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
}

.search-form input[type='search'] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
}

.post-password-form input[type='password'] {
	width: 150px;
}

.comment-form button, .comment-form input[type='submit'], .post-password-form button, .post-password-form input[type='submit'], .search-form button, .search-form input[type='submit'], #search_block button, #search_block input[type='submit'] {
	height: 40px;
	padding: 0 10px;
}

.search-form, .post-password-form, #search_block {
	margin-bottom: 15px;
}

.search-form input, .post-password-form input, #search_block input {
	float: left;
	height: 40px;
}

.search-form input[type='search'], .search-form input[type='text'], .post-password-form input[type='search'], .post-password-form input[type='text'], #search_block input[type='search'], #search_block input[type='text'] {
	margin: 0 4px 0 0;
	width: 150px;
}

.search-form input[type='password'], .post-password-form input[type='password'], #search_block input[type='password'] {
	width: 150px;
}

.search-form input[type='submit'], .search-form button, .post-password-form input[type='submit'], .post-password-form button, #search_block input[type='submit'], #search_block button {
	height: 40px;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment, .commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item, .commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #prev {
	padding-left: 5px;
	text-align: left;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}
.horizontal-menu{
	margin-bottom:50px	
}
.horizontal-menu li{
	float:left;
	padding-right: 10px;
	padding-bottom:7px;
	margin-bottom: 17px;
	border-bottom: 3px solid #ccc;
	line-height: 23px;
}
.horizontal-menu li a{
	font-size: 18px;
	margin-right: 10px;
}
.horizontal-menu li.current-menu-item{
	border-bottom: 3px solid #000;
}
.horizontal-menu li.current-menu-item a{
	font-weight:bold
}
.navigation, .navigation-comments, .pagination {
	position: relative;
	vertical-align: middle;
	padding: 10px 0 20px 0;
	width: 100%;
	overflow: hidden;
	text-transform: uppercase;
}

.navigation .screen-reader-text, .navigation-comments .screen-reader-text, .pagination .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .current, .navigation-comments .current, .pagination .current {
	color: #ccc;
}

.navigation .page-numbers, .navigation-comments .page-numbers, .pagination .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 10px !important;
	font-size: 14px !important;
}

.navigation .page-numbers.current:hover, .navigation-comments .page-numbers.current:hover, .pagination .page-numbers.current:hover {
	background: none;
	color: #ccc;
}

.navigation .page-numbers:hover, .navigation-comments .page-numbers:hover, .pagination .page-numbers:hover {
	background: #000;
	color: #fff;
}

.navigation .next, .navigation .prev, .navigation .al, .navigation .ar, .navigation-comments .next, .navigation-comments .prev, .navigation-comments .al, .navigation-comments .ar, .pagination .next, .pagination .prev, .pagination .al, .pagination .ar {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	color: #fff;
	text-decoration: none;
}

.navigation .next.disabled, .navigation .prev.disabled, .navigation .al.disabled, .navigation .ar.disabled, .navigation-comments .next.disabled, .navigation-comments .prev.disabled, .navigation-comments .al.disabled, .navigation-comments .ar.disabled, .pagination .next.disabled, .pagination .prev.disabled, .pagination .al.disabled, .pagination .ar.disabled {
	background: #b3b3b3;
	border-color: #b3b3b3;
	pointer-events: none;
}

.navigation .next a, .navigation .prev a, .navigation .al a, .navigation .ar a, .navigation-comments .next a, .navigation-comments .prev a, .navigation-comments .al a, .navigation-comments .ar a, .pagination .next a, .pagination .prev a, .pagination .al a, .pagination .ar a {
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px;
	color: #fff;
}

.navigation .next a:hover, .navigation .prev a:hover, .navigation .al a:hover, .navigation .ar a:hover, .navigation-comments .next a:hover, .navigation-comments .prev a:hover, .navigation-comments .al a:hover, .navigation-comments .ar a:hover, .pagination .next a:hover, .pagination .prev a:hover, .pagination .al a:hover, .pagination .ar a:hover {
	background: #000;
	color: #fff;
}

.navigation a, .navigation-comments a, .pagination a {
	color: inherit;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next, .navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #333;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a, .navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: 5px;
	display: block;
}

.navigation-single .next {
	float: right;
}

/* Begin Images */

img.border {
	padding: 5px;
	border: 1px solid #ccc;
}

.wp-caption {
	clear: both;
	/*border: 1px solid #999; */
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 0 20px 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	width: auto;
	max-width: 98.5%;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter, figure.aligncenter {
	margin: 0 auto 1.2em;
	text-align: center;
}

img.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.aligncenter {
	margin: 5px auto 20px auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 1.2em;
}

.alignnone {
	margin: 0;
}

img.wp-smiley {
	padding: 0;
	border: none;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* can use for responsive iframe*/

.fluid-iframe {
	display: block;
	position: relative;
	padding-bottom: 60%;
}

.fluid-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
}

.wp-caption-text, .gallery, .alignnone, .gallery-caption, .sticky, .bypostauthor {
	height: auto;
}

.al, .navigation .next {
	float: left;
}

.ar, .navigation .prev {
	float: right;
}

.posts-list .entry p {
	margin: 0;
}

.posts-list .post {
	margin: 0 0 60px;
}

.title {
	margin-bottom: 1.2em;
}

.title h1 {
	margin: 0;
}

.post .title {
	margin-bottom: 10px;
}

.post .postmetadata {
	margin-bottom: 10px;
}

.textwidget p {
	padding: 0 0 10px 0;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

code br {
	display: none;
}

pre, code {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}

code {
	padding: 1px 20px 0 20px;
	background: #f6f6f6;
	border-top: 0;
	border-bottom: 0;
}

/* Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #dfcfba;
}

sup {
	position: relative;
	top: -5px;
}

sub {
	position: relative;
	top: 5px;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

.clear {
	clear: both;
	line-height: 0;
}

.page-link {
	padding: 0 0 15px;
}

/* Respond */

.comments {
	clear: both;
}

#respond {
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.commentlist #respond {
	margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
	font-size: 12px;
	font-weight: normal;
}

/* Comments*/

#comments, #reply-title {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}

.commentlist {
	margin-left: -2em;
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
}

.commentlist .comment {
	padding: 0 0 0 2em;
}

.commentlist .comment, .commentlist + .comment {
	padding-top: 1.2em;
}

.commentlist .commentlist {
	padding: 0;
}

.commentlist .comment-author {
	margin-bottom: .5em;
}

.commentlist .comment-metadata {
	margin-bottom: .5em;
}

.commentlist .comment-author img {
	float: left;
	margin: 0 1.2em 4px 0;
}

.comment .comment-respond {
	margin-left: 20px;
}

.comment-body {
	margin: 0 0 20px;
}

.comment-body .reply {
	padding-bottom: 15px;
}

.parent.comment .comment {
	margin-left: 30px;
}

.comment-author.vcard {
	margin-bottom: 10px;
}

.breadcrumb {
	padding-bottom: 20px;
}

.post .title h3 {
	margin-bottom: 1em;
}

.divider {
	height: 80px;
}

.wpcf7-not-valid-tip {
	display: block;
	padding-top: 5px;
}

.wpcf7-response-output {
	text-align: center;
}

.wpcf7-not-valid-tip, .wpcf7-validation-errors {
	color: #d93c3c;
}

.error input:not([type='submit']) {
	border-color: red !important;
}

/* Gallery */

.gallery {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -1em;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	max-width: 50%;
	margin: 0;
	padding: 0 1em 2em;
	text-align: left;
}

.gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
	box-shadow: none;
	background: none;
}

.gallery-item a:hover img, .gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-item img {
	transition: -webkit-filter .3s ease-in;
	transition: filter .3s ease-in;
	transition: filter .3s ease-in, -webkit-filter .3s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	max-width: 100%;
}

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

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption, .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}

.post-page h4, .post-page .h4, .post-page h5, .post-page .h5, .post-page h6, .post-page .h6, .post-page .h {
	font-family: inherit;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 .5em;
	color: inherit;
}

.post-page h4, .post-page .h4 {
	font-size: 21px;
}

.post-page h5, .post-page .h5 {
	font-size: 17px;
}

.post-page h6, .post-page .h6 {
	font-size: 15px;
}

.post-page h1 a, .post-page .h1 a, .post-page h2 a, .post-page .h2 a, .post-page h3 a, .post-page .h3 a, .post-page h4 a, .post-page .h4 a, .post-page h5 a, .post-page .h5 a, .post-page h6 a, .post-page .h6 a, .post-page .h a {
	color: inherit;
}

.post-page h1 a:hover, .post-page .h1 a:hover, .post-page h2 a:hover, .post-page .h2 a:hover, .post-page h3 a:hover, .post-page .h3 a:hover, .post-page h4 a:hover, .post-page .h4 a:hover, .post-page h5 a:hover, .post-page .h5 a:hover, .post-page h6 a:hover, .post-page .h6 a:hover, .post-page .h a:hover {
	color: #0a0f13;
}

.post-page p {
	margin: 0 0 1em;
}

@font-face {
	font-family: 'ITCFranklinGothic';
	src: url('fonts/ITCFranklinGothicLTBookRegular.eot');
	src: url('fonts/ITCFranklinGothicLTBookRegular.eot') format('embedded-opentype'), url('fonts/ITCFranklinGothicLTBookRegular.woff2') format('woff2'), url('fonts/ITCFranklinGothicLTBookRegular.woff') format('woff'), url('fonts/ITCFranklinGothicLTBookRegular.ttf') format('truetype'), url('fonts/ITCFranklinGothicLTBookRegular.svg#ITCFranklinGothicLTBookRegular') format('svg');
}

@font-face {
	font-family: 'ITCFranklinGothic';
	src: url('fonts/ITCFranklinGothicLTDemiRegular.eot');
	src: url('fonts/ITCFranklinGothicLTDemiRegular.eot') format('embedded-opentype'), url('fonts/ITCFranklinGothicLTDemiRegular.woff2') format('woff2'), url('fonts/ITCFranklinGothicLTDemiRegular.woff') format('woff'), url('fonts/ITCFranklinGothicLTDemiRegular.ttf') format('truetype'), url('fonts/ITCFranklinGothicLTDemiRegular.svg#ITCFranklinGothicLTDemiRegular') format('svg');
	font-weight: bold;
}

/* Normalized Styles
------------------------------------------------------------------------------*/

body {
	font: 16px/24px 'ITCFranklinGothic', sans-serif;
	background: #fff;
	-webkit-text-size-adjust: none;
	position: relative;
	background-size: cover;
	min-height: 100%;
	color: #000;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.body {
	-webkit-flex-grow: 5;
	-ms-flex-positive: 5;
	flex-grow: 5;
	position: relative;
	overflow: hidden;
}

button {
	background: none;
	padding: 0;
	border: 0;
	outline: none;
}

input, textarea, select, button {
	outline: none;
	font-family: 'ITCFranklinGothic', sans-serif;
}

input, button {
	transition: all .3s ease;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	transition: all .3s ease;
	color: inherit;
	outline: none;
}

.container {
	padding: 0 20px;
	width: 1036px;
	margin: auto;
	max-width: 100%;
}

.navigation .next a, 
.navigation .prev a, 
.navigation .al a, 
.navigation .ar a, 
.navigation-comments .next a, 
.navigation-comments .prev a, 
.navigation-comments .al a, 
.navigation-comments .ar a, 
.pagination .next a, 
.pagination .prev a, 
.pagination .al a, 
.pagination .ar a, 
.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers, 
button, 
input[type='button'], 
input[type='reset'], 
input[type='submit'],
a.green-btn {
	display: inline-block;
	text-align: center;
	color: white;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 10px;
	height: auto;
	border: 2px solid #41a85d;
	display: inline-block;
	padding: 10px 30px;
	letter-spacing: .08em;
	min-width: 167px;
	background: #41a85d;
	color: #fff;
	min-width: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.navigation .next a:hover, 
.navigation .prev a:hover, 
.navigation .al a:hover, 
.navigation .ar a:hover, 
.navigation-comments .next a:hover, 
.navigation-comments .prev a:hover, 
.navigation-comments .al a:hover, 
.navigation-comments .ar a:hover, 
.pagination .next a:hover, 
.pagination .prev a:hover, 
.pagination .al a:hover, 
.pagination .ar a:hover, 
.navigation .page-numbers:hover, 
.navigation-comments .page-numbers:hover, 
.pagination .page-numbers:hover, 
button:hover, 
input[type='button']:hover, 
input[type='reset']:hover, 
input[type='submit']:hover,
a.green-btn:hover {
	background: #fff;
	text-decoration: none;
	border-color: #41a65d;
	color: #41a85d;
}

.navigation .page-numbers.current, .navigation-comments .page-numbers.current, .pagination .page-numbers.current {
	background: white;
	color: #006072;
}

input[type='text'], input[type='tel'], input[type='email'], input[type='search'], input[type='password'], input[type='url'], textarea {
	padding-top: 5px;
	font-size: 16px;
	height: 40px;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { 
	color:transparent !important; 
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder { 
	color:transparent !important; 
}
.btn {
	display: inline-block;
	border: 0;
	text-decoration: none;
}

.posts-list {
	padding-top: 40px;
}

.header {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	padding: 17px 0;
	height: 81px;
	background-color: white;
	box-shadow: 0 0 22.3px .7px rgba(0, 0, 0, .32);
}

.header.no-sh {
	box-shadow: none;
}

.header .logo {
	float: left;
	margin-top: 1px;
	width: 250px;
	height: 42px;
}

.header .logo img {
	max-height: 100%;
	max-width: 100%;
}

.header .logo:hover {
	opacity: .75;
}

.pagination ~ .post.page {
	padding-top: 50px;
}

/**/

.main-nav {
    float: right;
    padding-top: 8px;
    margin-right: -22px;
}

.main-nav li {
	color: #969696;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
	position: relative;
}

.active-search .main-nav form {
	display: flex;
}

.main-nav form {
	position: absolute;
	z-index: 9;
	background: #fff;
	right: 11px;
	top: 0;
	width: 250px;
	border: 1px solid #333;
	display: none;
}
.multimedia-search-wrapper form{
	background: #fff;
	border: 1px solid #333;
}
.multimedia-search-wrapper form input{
	border:none

}
.multimedia-search-wrapper form button{
	    display: inline-block;
	    background: url(images/ico_s.svg) no-repeat 50% 50%;
	    width: 35px;
	    border: 0;
	    height: 40px;
	    margin: 0;
}
.modal-wrapper{}
.modal-wrapper h2{
    font-size: 21px;
    font-weight: bold;
    margin-top: 32px;
    float: left;
    width: auto;
}
.modal-wrapper .btn{
    float: right;
    margin-top: 20px;
}


.main-nav form input {
	width: calc(100% - 35px);
	margin: 0;
	height: 40px;
	padding: 4px 0 4px 10px;
	border: 0;
}

.main-nav form button {
	display: block;
	background: url(images/ico_s.svg) no-repeat 50% 50%;
	width: 35px;
	border: 0;
	height: 40px;
	margin: 0;
}

.main-nav li a {
    display: block;
    line-height: 100%;
    padding: 8px 0 2px;
}

.main-nav li.current_page_item a, .main-nav li.current-menu-parent a, .main-nav  ul .sub-menu li.current-menu-item a {
	color: #41a85d;
}

.main-nav .search a {
    display: block;
    background: url(images/ico_s.svg) no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    opacity: 1;
}

.main-nav .search a:hover {
	opacity: .8;
}

.main-nav a:hover, .main-nav .current {
	color: #383838;
}

.main-nav .green a {
	background: #41a85d;
	color: white;
	display: block;
	margin: -5px 0 0;
	padding: 10px;
}

.main-nav .green a:hover {
	color: #41a85d;
	box-shadow: inset 0 0 0 2px #41a85d;
	background: white;
}

.main-nav > ul > li.menu-item > a {
	border-bottom: 2px solid transparent;
	text-transform: uppercase;
}

.main-nav > ul > li.menu-item > a:hover {
	border-bottom: 2px solid #41a85d;
}

.main-nav ul .menu-item-has-children {
	position: relative;
}

.main-nav ul .menu-item-has-children .sub-menu {
	background-color: #fff;
	display: none;
	left: -5px;
	min-width: 190px;
	padding: 30px 0 10px;
	position: absolute;
	top: 100%;
}

.main-nav ul .menu-item-has-children:hover .sub-menu {
	display: block;
}

.main-nav ul .sub-menu li {
	float: none;
	padding: 0;
}

.main-nav ul .sub-menu li a {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    line-height: 100%;
    padding: 7px 15px;
}

.main-nav ul .sub-menu li a:hover {
	color: #41a85d;
}

/**/

.office-note {
	color: #41a85d;
	font-size: 16px;
	padding-top: 57px;
}

.accordion-item-2 {
	margin-top: -3px;
	margin-bottom: 3px;
}

.accordion-item-2.bb .head {
	border-bottom: 0;
}

.accordion-item-2 .head {
	font-size: 16px;
	font-weight: 400;
	color: #606060;
	padding: 2px 0;
	padding-right: 30px;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #909090;
	line-height: 30px;
}

.accordion-item-2 .head:before {
	content: '';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	content: '\f067';
	line-height: 1;
	font-family: 'Font Awesome 5 Free';
	color: #606060;
	position: absolute;
	right: 7px;
	top: 12px;
	font-size: 10px;
	font-weight: 900;
}

.accordion-item-2 .head.active:before {
	content: '\f068';
	color: #d0d1d3;
}

.accordion-item-2 .content {
	color: #41a85d;
	font-size: 16px;
	border-bottom: 1px solid #909090;
	font-weight: bold;
	padding: 10px 0 12px;
	line-height: 25px;
	display: none;
}

.accordion-item-2 .content.active {
	display: block;
}

.accordion-item-2 .content a:hover {
	text-decoration: underline;
}

.offices-row {
/* 	padding: 63px 0 74px; */
	padding: 70px 0 26px;
}

.offices-row section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 23px;
	margin: 0 -15px;
}

.offices-row section article {
	width: 33.33%;
	padding: 0 15px 44px;
}

.offices-row .image {
	padding-bottom: 18px;
}

.offices-row .image img {
	width: 100%;
}

.offices-row h3 {
	color: #2d302e;
	font-size: 20px;
	font-weight: 400;
	max-width: calc(100% - 70px);
	float: left;
}

.offices-row h3 a:hover {
	color: #41a65d;
}

.offices-row .social {
	float: right;
	padding-top: 2px;
}

.offices-row .social li {
	float: left;
	font-size: 20px;
	padding-left: 24px;
	color: #909090;
}

.offices-row .social li a:hover {
	color: #000;
}

#content a.btn:hover, .entry a.btn:hover {
	text-decoration: none;
}

.mobilize-row {
	background: #68c3de;
/* 	padding: 115px 0 100px; */
	padding: 70px 0 30px;
}

.mobilize-row img {
	margin-bottom: 20px;
}

.mobilize-row .group-holder {
	margin: 0 -20px 40px;
}

.mobilize-row .group-holder .column {
	padding-left: 20px;
	width: 48.5%;
	padding-right: 20px;
}

.mobilize-row .group-holder .column + .column {
	width: 51.5%;
}

.mobilize-row a.btn {
	min-width: 0;
	margin-top: 31px;
	padding-left: 25px;
	padding-right: 25px;
}

.mobilize-row .entry {
	font-size: 20px;
	line-height: 24px;
}
.page-template-contact .col-holder p{
	padding-right: 20px;
}
.work-row {
/* 	padding: 117px 0 107px; */
	padding: 70px 0 18px;
	background: #e7e7e7;
}
.work-row.work-row-map{
	padding: 0;
}
.work-row .inlines {
	color: #3f4344;
	font-size: 16px;
	padding-bottom: 27px;
	margin: -14px 0 0;
	font-weight: 400;
	border-bottom: 1px solid #666;
	text-align: center;
}

.work-row .inlines li {
	padding: 0 10px;
	display: inline-block;
}

.work-row .inlines a:hover {
	color: #41a65d;
}

.work-row .box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 52px 0;
}

.work-row .acc-items {
	width: 29.3%;
	padding-right: 33px;
}

.work-row .map {
	width: 70.7%;
}
.work-row .map.full-width {
    width: 70%;
    margin: 0 auto;
}
.page-template-careers .work-row .map.full-width {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
}
.blog-row {
/* 	padding: 114px 0 120px; */
	padding: 70px 0 70px;
}
.blog-row .image {
	height: 260px;
	overflow:hidden;
}
.blog-row section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 23px -15px 0;
	padding-bottom: 34px;
}

.blog-row article {
	width: 33.33%;
	padding: 0 15px 40px;
}

.blog-row .date {
	font-size: 18px;
	padding: 17px 0 10px;
	color: #929292;
}

.blog-row .date:after {
	content: '';
	width: 53px;
	margin: 5px 0;
	background: #929292;
	display: block;
	height: 1px;
}

.blog-row h3 {
	color: #2d302e;
	font-size: 20px;
	font-weight: bold;
}

.blog-row h3 a:hover {
	color: #41a85d;
}
.is-not-main.slick-slide{
	display: none
}

.featured-hero,
.key-issue-slider,
.key-issue-slider-wrapper {
	background: #41a85d;
	position: relative;
}
.featured-hero .items-wrapper{ display:none }
.featured-hero .slick-initialized.slick-slider{ display:block }

.key-issue-slider-wrapper {
	margin-top: 30px;
	padding:40px 0;
}
.key-issue-slider-wrapper .slider-nav-dots{
	position:relative;
	text-align: center;
	height: 100px;
	display: block;
}
.key-issue-slider-wrapper .slider-nav-dots .slick-dots{
	position: relative;
	display: block;
	bottom: 0;
	left: 0;
	margin: 0;
	width: auto;
	height: 100px;
	transform: translate(0,50%);
}
.key-issue-slider-wrapper .slick-dots button{

border-color: #fff;

width: 15px;

height: 15px;
}
.key-issue-slider-wrapper .slick-dots .slick-active button{

background: #fff;

border-color: #fff;
}
.key-issue-slider-wrapper .logo{
	text-align:center;
	padding-bottom:30px
}

.key-issue-slider-wrapper .slider-nav{
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100px;
	transform: translate(-50%,-50%);
	padding: 0 20px;
	width: 1120px;
}
.key-issue-slider-wrapper .slider-nav .slick-prev,
.key-issue-slider-wrapper .slider-nav .slick-next{
	width: 30px;
	height: 30px;
}
.key-issue-slider-wrapper .slider-nav .slick-prev{
	margin-left: 0;
	left: 0;
}
.key-issue-slider-wrapper .slider-nav .slick-next{
	margin-left: 0;
	left: calc(100% - 30px);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.key-issue-slider-wrapper .logo{	
	text-align: center;
	padding-bottom: 40px;
}
.key-issue-slider-wrapper .cta{	
	text-align: center;	
	padding-top: 40px;
}
/**/

.slider-nav {
	align-items: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
    position: relative;
}

.slider-nav-wrap {
	bottom: 50px;
	left: 0;
	position: absolute;
	width: 100%;
}

.slider-nav-box {
	width: 36%;
}

.slick-dots {
	position: absolute;
    bottom: 39px;
    left: 50%;
    margin-left: -574px;
    text-align: center;
    font-size: 0;
    right: 0;
    width: calc(1120px * .4);
    line-height: 10px;
}

.slick-dots li {
	display: inline-block;
	padding: 0 4px;
	vertical-align: top;
}

.slick-dots button {
	background: none;
	border: 1px solid #fff;
	border-radius: 50%;
	color: transparent;
	font-size: 0;
	height: 9px;
	margin: 0;
	padding: 0;
	width: 9px;
}

.slick-dots .slick-active button {
	background: #fff;
}

.slick-prev {
	cursor: pointer;
	width: 12px;
	height: 12px;
	background-image: url(images/icon-prev.svg);
	display: block !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	bottom: 38px;
	left: 50%;
	margin-left: -406px;
	z-index: 10;
}

.slick-next {
	cursor: pointer;
	width: 12px;
	height: 12px;
	background-image: url(images/icon-prev.svg);
	display: block !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	bottom: 39px;
	left: 50%;
	margin-left: -310px;
	z-index: 10;
}
.featured-hero .slick-prev,
.featured-hero .slick-next {
	background-image: url(images/icon-prev-white.svg);
}
.featured-hero .slick-prev {
	/* margin: 0 5px 0 0; */
	order: 1;
}

.featured-hero .slick-next {
	/* margin: 0 0 0 5px; */
	order: 3;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

@media (max-width: 767px) {
	.slider-nav-box {
		width: 100%;
	}
}

@media (max-width: 1160px) {
	.slick-prev {
		left: 17%;
		margin-left: -30px;
	}
	.slick-next {
		left: 22%;
		margin-left: 30px;
	}
}

@media (max-width: 1023px) {
	.slick-prev {
		left: 17%;
		margin-left: -30px;
	}
	.slick-next {
		left: 26%;
		margin-left: 30px;
	}
}
@media (max-width: 767px) {
	.slick-prev {
		left: 50%;
		margin-left: -100px;
	}
	.slick-next {
		left: 50%;
		margin-left: 100px;
	}
}

.featured-hero .item,
.key-issue-slider .item {
	position: relative;
}

.featured-hero .item .container,
.key-issue-slider .item .container{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 574px;
}
.key-issue-slider .item .container{
    width: 1036px;
    position: relative;
}
.featured-hero .text {
	width: 41%;
}

.featured-hero .bg,
.key-issue-slider .bg {
	left: 50%;
	/*margin-left: -94px;*/
	margin-left:0;
	z-index: 1;
}
.key-issue-slider .bg{
	
left: 0;
	
margin-left: 0;
	
background-size: contain;
	
width: 100%;
}

.featured-hero > .item {
	display: none;
	position: relative;
}

.featured-hero > .item:first-child {
	display: block;
}

.featured-hero .buttons {
	font-size: 0;
	margin: 0 -5px;
}

.featured-hero .btn.btn-primary, .featured-hero .btn.btn-outline {
	    min-width: 182px;
    margin: 5px 0;
    margin-right: 7px;
}

.featured-hero .entry h1, .featured-hero .entry .h1 {
	color: #fff;
	margin-bottom: 45px;
}

.retina {
	display: none;
}

.non-retina {
	display: block;
}

.bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
	right: 0;
	background: no-repeat 50% 50%;
	background-size: cover;
}

body {
	padding-top: 81px;
}

.team-detail {
	padding: 30px 0;
}

.team-detail .container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.team-detail .container .details {
	width: 65.5%;
}
.single-presenter .team-detail .container .details {
	width: 100%;
}
.team-detail .container .related {
	width: 29.7%;
	margin-left: auto;
}

.team-detail .details {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.team-detail .details .image {
	width: 20%;
}

.team-detail .details .image img {
	border-radius: 50%;
}

.team-detail .details .text {
	width: 76.5%;
}

.team-detail .details h1 {
	font-size: 30px;
	padding: 0;
	line-height: 1.1;
	margin-bottom: 2px;
}

.team-detail .details h5 {
	color: #666;
}

.view-all {
	display: block;
	text-align: right;
	padding: 0 5px;
	color: #41a15d;
}

.view-all:hover {
	color: #000;
}

.team-ilist {
	margin-top: -22px;
}

.team-ilist .text {
	width: calc(100% - 75px);
}

.team-ilist ul {
	padding-bottom: 12px;
}

.team-ilist .image {
	width: 60px;
}

.team-ilist .image img {
	width: auto;
	height: auto;
	border-radius: 50%;
}

.team-ilist .desc {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #666;
}

.team-ilist .name {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	padding-top: 9px;
}

.team-ilist li {
	border-bottom: 1px solid #cacaca;
}

.team-ilist li a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 17px 13px;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.team-ilist li a:hover {
	color: #41a15d;
}

.featured-page {
	position: relative;
	margin-bottom: 30px;
}

.featured-page .bg {
	height: 420px;
	max-height: 39vw;
	position: static;
}

.featured-page .container:first-child .green-box {
	margin-top: -15px;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.featured-page .green-box {
	background: #41a85d;
	margin: -40px -23px 20px;
	padding: 70px 25px 17px;
	color: white;
}
.single-publications .featured-page .green-box,
.single-presenter .featured-page .green-box,
.page-template-multimedia .featured-page .green-box{
	background: #336f31;
	
}
.green-box.green-box-events a{
	display:block;
	width:100%;
}
.featured-page .green-box .view-all-events{
	font-size:18px;
	font-weight:normal;
	float: right;
	clear: both;
}
.featured-page .blue-box {
	background: #3587EA;
	margin: -40px -23px 20px;
	padding: 70px 25px 25px;
	color: white;
}
.featured-page .red-box {
	background: #f45951;
	margin: -40px -23px 20px;
	padding: 70px 25px 17px;
	color: white;

}
.featured-page .orange-box {
	background: #f2a73f;
	margin: -40px -23px 20px;
	padding: 70px 25px 17px;
	color: white;

}
.blue-box-events{
	background-color: #40f7f7;
	margin: 0px -23px 20px;
	padding: 26px 25px 17px;
	overflow: hidden;
}
.blue-box-events h1{
	font-size: 42px;
	line-height: normal;
	letter-spacing: normal;
}
.blue-box-events .title-box{float: left;width: 78%;padding-right: 40px;}

.blue-box-events .event-meta{float: right;width: 22%;}
.blue-box-events .event-type{
	font-weight:bold;
	padding-top:20px
}
.breadcrumbs {
	padding: 15px 0;
	font-size: 20px;
	letter-spacing: .015em;
	overflow: hidden;
	color: #979797;
}

.breadcrumbs.v2 {
	padding: 0 0 20px;
	margin-top: -8px;
}

.breadcrumbs a:hover {
	color: black;
}

.breadcrumbs li {
	float: left;
}

.breadcrumbs li + li:before {
	color: #979797;
	content: '\002022';
	padding: 0 6px;
}

.breadcrumbs .current {
	color: black;
}

.logos-row .entry h3 {
	margin-bottom: 12px;
	padding-bottom: 0;
}

.logos-row hr {
	margin-bottom: 40px;
}

.team-list {
	/* padding: 112px 0 60px; */
}

.team-list section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.team-list img {
	border-radius: 50%;
	width: 160px;
	height: 160px;
}

.team-list .image {
	margin-bottom: 20px;
}

.team-list article {
	width: 33.33%;
	padding: 0 20px;
	text-align: center;
	padding-bottom: 95px;
}

.team-list a:hover h3,
.team-list a:hover {
	color: #41a65d;
}

.team-list h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	padding: 2px 0;
	color: black;
	font-weight: bold;
}

.team-list .role {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	color: #666;
}
.page-template-forthepress .btn.btn-outline.btn-sm.dw-button{
	margin-bottom: 5px
}

.press-releases {
	margin: -5px 0 45px;
}
.press-releases.multimedia-full-width-wrapper{
	background-color:#f3f5f6;
	padding-top:20px;
	margin-bottom: 0;
	padding-bottom: 50px;
}
.press-releases.multimedia-full-width-wrapper .read-more{
	margin-bottom: 0;
	padding-top: 110px;
    padding-bottom: 50px;
}

.press-releases.multimedia-full-width-wrapper .read-more a.btn{
	background:#336f31;
	color:#fff;
	border-color:#336f31;
	padding:15px 10px;
}

.press-releases.multimedia-full-width-wrapper .read-more a.btn:hover{
	background:#fff;
	color:#336f31;
}

.press-releases hr {
	margin-bottom: 40px;
}

.post-row {
	padding: 20px 0 55px;
}

.page-template-key-issues .post-row {
	padding-bottom: 0px !important;
}

.post-row.pb-0 {
	padding-bottom: 0;
}

.post-row.v2 {
	padding: 0;
}

.post-row.v2 .left-content {
	padding-top: 38px;
}

.post-row.v2 .container .sidebar {
	margin-top: -10px;
	border-left: 0;
}
.page-template-publications .post-row.v2 .container .sidebar {
	margin-top: -10px;
	border-left: 1px solid #ccc;
}
.entry.title {
	padding: 20px 0 0;
	margin-bottom: 35px;
	border-bottom: 1px solid #cacaca;
}

.entry.title h2 {
	padding-bottom: 13px;
	margin-bottom: 0;
}

.title h3, .title h2, .h1, h1 {
	font-size: 60px;
	letter-spacing: -.022em;
	font-weight: bold;
	line-height: 60px;
}

.post-row .container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.post-row .container.multimedia-container{
    justify-content: space-between;
}
.post-row.v2.not-featured .container{
	border-top:1px solid #ccc ;
}
.container.container-post-row{
	padding:40px 0
}
.grey-bg{
	background-color: #f3f3f3;
}
.post-row .container > .entry {
	width: 100%;
}

.post-row .container .left-content {
	padding-bottom: 12px;
	width: 63%;
}
.featured-publications{
}
.featured-publications h2{font-size: 29px;font-weight: bold;margin: 60px 0 20px;}
.featured-publications .item{
	width:33%;
	float:left;
	padding: 10px;
	box-sizing: border-box;
	min-height: 430px;
}
.featured-publications .item h3{
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin-top: 12px;
}

.featured-publications .item .image{
    height: 275px;
    overflow: hidden;
}
.featured-publications .item .image img{
	height:100%;
	/* width:auto; */
	max-width: initial;
}
.featured-publications .item .post-terms{
    margin-top: 10px;
    color: #cacaca;
    font-size: 16px;
    /* font-weight: bold; */
}
.featured-publications .item .hr{
   display: block;
   background: #cacaca;
   height: 1px;
   margin: 3px 0;
   border: 0;
   width: 19%;
}
.post-row .container .left-content.v2 {
	width: 66%;
}
.single-publications .entry{
	overflow:hidden
}
.single-publications .post-row .container .left-content.v2 {
	width: 100%;
}
.entry .endorsed{

}
.entry .endorsed ul{
    list-style-type: none;
    display: flex;
}

.entry .endorsed ul li{}
.entry .endorsed ul li:before{
	display:none
}
.entry .endorsed ul li img{}
.post-row .container .sidebar {
	margin: 8px 0;
	width: 31.5%;
	padding-left: 20px;
	border-left: 1px solid #d4d4d4;
	margin-left: auto;
}
.post-row .container .sidebar.no-divider{
	border-left:none
}
.sidebar .donate-note{
    padding-top: 100px;
}
.sidebar .donate-note p,
.sidebar.sidebar-donate ul{
    color: #969696 !important;
    font-size: 13px;
    line-height: 16px;
}
.sidebar.sidebar-donate ul{
	list-style-type:disc;
	margin-left:17px
}
.sidebar.sidebar-donate ul li{
	padding-bottom:10px
}
#dafdirectdiv{
	width: 221px !important;
	margin: 0 auto;
}
#notwhatisthis br{
	display: none
}
#dafdirectdiv .whatThis a{
    width: 100% !important;
    text-align: center;
}
#dafdirectdiv form{width: 100%;}
#dafdirect{
	margin:0 auto
}
.dafdirectDonateFrom{
	width:100%
}
#dafdirect_amnt{
	width:200px
}
div.dafdirectButtonContain{
	float: left !important;
	margin: 0 0 19px 0 !important;
}
.dafdirectInputAmount{
	width:100% !important
}
#notwhatisthis .link,
.dafdirectDonateFrom{
	font-size:16px !important
}
.dafdirectDropdown{
	width:200px !important;
	background-color:#fff !important
}
.post-row .container .section-left-content {
	padding: 0 0 12px 20px;
	width: 53%;
}
.entry h2.green{
	color:#41a85d;
	font-size: 30px;
}
.post-row .container .section-right-content {
	margin: 8px 0;
	width: 41.5%;
	padding-left: 20px;
	margin-left: auto;
}
.post-row .container.reverse .section-right-content{
	
margin-left: 0;
	
padding: 0 20px 0 20px;
}
.post-row .container .section-right-content h3{font-size: 31px;font-weight: bold;margin-bottom: 4px;}

.post-row .container .section-right-content h4{font-size: 16px;margin-bottom: 10px;}
/* event */
.event-attachments{

}
.event-attachments table{
	width: 100%;
	border: none;
}
.event-attachments table th{
	border: none;
}
.event-attachments table td{
	border: 2px solid #dadada;
	border-left: none;
	border-right: none;
	background-color: #f9f9f9;
}
.event-presenter{

}
.event-presenter h1,
.event-attachments h1{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
}
.event-attachments h1{
	margin-bottom: 0px;
}
.event-presenter h2,
.event-attachments h2{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.content-sections h2{
	margin-top: 46px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 12px;
}
.content-sections .event-presenter h2{
	margin-bottom:20px
}
.content-sections a {
color:#41a65d
}

.content-sections p {
margin:20px 0
}

.event-attachments h2{

	margin-bottom: 0px;
}

.event-presenter h3,
.event-attachments h3{
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 30px;
}
.event-attachments h3{
	margin-bottom: 0px;
}
.event-presenter h4,
.event-attachments h4{
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 30px;
}
.event-attachments h4{
	margin-bottom: 0px;
}
.event-presenter img{
	border-radius: 50% 50%;
	width: 90px;
}
.event-presenter .presenter-meta{
	display: inline-block;
	padding-left: 24px;
}
.event-presenter .presenter-meta .presenter-name{
	display: block;
}
.event-presenter .presenter-meta .presenter-name a{
	color:#41a65d;
	text-decoration:underline;
	font-size:20px
	
}
.event-presenter .presenter-meta .presenter-position{
	display: block;
	font-size: 14px;
}
.event-presenter .presenter-description{
	padding-top:20px;
	font-size: 16px;
	/* line-height: normal; */
	margin-bottom: 77px;
}
.widget {
	color: #979797;
	margin-bottom: 49px;
}
.widget-publication{

}
.pdf-cover img{
	width:100%
}
.widget-publication .sub-detail{margin-bottom: 20px;}
.widget-publication .sub-detail h4{
    margin-top: 0;
}
.widget-publication .sub-detail ul{

}
.widget-publication .sub-detail ul li{margin-bottom: 10px;line-height: normal;}

.widget.widget-filter-publications{
	background-color:#ececec;
	padding:10px 20px;	
	color:#000
}
.widget.widget-filter-publications input[type='text']{
	width:100%
}
.widget.widget-filter-publications fieldset{
	margin-bottom:10px
}

.widget.widget-filter-publications h3{
	color:#000;
	font-size:18px
}
.widget.widget-filter-publications label{width: 100%;display: block;}
.widget.publications img{
	width:100%
}
.widget.widget-menu{
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 15px;
}
.widget.publications article{
	margin-bottom:30px
}
.widget.publications.w_image article{
	margin-bottom:10px
}
.widget.publications.w_image article:after{
	content:" ";
	display:block;
	width:50px;
	border-bottom:2px solid #ccc;
	margin-top:5px
}
.widget.publications article h3{
	font-size:18px
}
.widget p {
	color: #979797;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 24px;
	line-height: 24px;
}

.widget p.lh {
	line-height: normal;
	padding-bottom: 34px;
}

.widget p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget p a {
	color: inherit;
}

.widget p a:hover {
	color: #000;
}

.widget ul, .widget li {
	padding: 0;
	margin: 0;
}

.widget li {
	font-size: 18px;
	line-height: 26px;
}

.widget .current a, .widget a:hover {
	color: #41a65d;
}

.widget h3,
.widget article h3 a {
	font-size: 24px;
	line-height: normal;
	margin: 10px 0 11px;
	font-weight: bold;
}
.widget.widget-publication h3.widget-title{
	color:#000;
}
.page-template-key-issues .widget h3{
	color:#000;
	font-size:20px	
}
.widget h4 {
	font-size: 18px;
	line-height: normal;
	margin: 10px 0 11px;
	font-weight: bold;
}

.post .title a:hover {
	color: #41a65d;
}

.commentlist .comment-metadata a {
	text-decoration: underline;
}
.commentlist .comment-metadata a:hover {
	text-decoration: none;
}

#comments, #reply-title,
.comment-reply-title {
	font-size: 24px;
	line-height: normal;
	margin: 10px 0 11px;
	font-weight: bold;
}

.entry.pb-0 > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.timeline-row {
	background: #e7e7e7;
	padding: 42px 0 57px;
	margin: -32px 0 0;
}

.timeline-row .container {
	width: 1120px;
}

.time-slider {
	padding: 8px 0;
	overflow: hidden;
	position: relative;
}

.time-slider .slick-arrow {
	padding: 0;
	margin: 0;
	background: url(images/ico_prev.svg) no-repeat 0 50% #e7e7e7;
	width: 55px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	z-index: 9;
	font-size: 0;
	color: transparent;
	margin: 0 -55px;
	padding: 0;
	border: 0;
	min-width: 0;
	right: 0;
}

.time-slider .slick-arrow.slick-next {
	background-image: url(images/ico_next.svg);
	background-position: 100% 50%;
	left: auto;
	right: 0;
}
.time-slider .slick-arrow.slick-disabled {opacity: 0;}
.time-slider .slides {
	margin: 0 55px;
}

.time-slider .slides .item {
	opacity: .3;
	transition: opacity .3s ease;
}

.time-slider .slides .slick-current {
	opacity: 1;
}

.time-slider .slick-list {
	overflow: visible;
}

.time-slider .slides > .item {
	display: none;
}

.time-slider .slides > .item:first-child {
	display: block;
}

.time-slider .nav {
	padding: 21px 0;
}

.time-slider .nav > ul > li {
	display: none;
}

.time-slider .nav > ul > li:first-child {
	display: block;
}

.time-slider .nav ul {
	position: relative;
}

.time-slider .nav ul:before {
	content: '';
	position: absolute;
	top: 15px;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	border-top: 1px solid #666;
}

.time-slider .nav ul li {
	float: left;
	color: #383838;
	width: 78px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
	padding-top: 12px;
	margin-top: 15px;
	border-top: 1px solid #666;
	position: relative;
}

.time-slider .nav ul li:before {
	content: '';
	position: absolute;
	top: -15px;
	left: 0;
	margin: auto;
	right: 0;
	width: 1px;
	background: #666;
	height: 15px;
}

.time-slider .nav ul li.old {
	color: #939393;
}

.time-slider .nav ul li.slick-current {
	font-weight: bold;
}

.time-slider .box {
	background: #fff;
	margin: auto;
	max-width: 98%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 33px 23px;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 850px;
}

.time-slider .image {
	width: 47.7%;
}

.time-slider .text {
	width: 47.7%;
	margin-top: -5px;
}

.s-title h2 {
	font-size: 36px;
	padding-bottom: 25px;
	text-align: center;
	line-height: normal;
	font-weight: bold;
}

.s-title h2:after {
	content: '';
	width: 70px;
	height: 5px;
	display: block;
	margin: 20px auto;
	background: #000;
}

.about-company {
	background: #f1f1f1;
	padding: 37px 0 32px;
	margin: 25px 0 8px;
}

.about-company .container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-company p + p {
	margin-top: -10px;
}

.about-company .text {
	padding-top: 16px;
	width: 29%;
}

.about-company .map {
	text-align: center;
	width: 71%;
}

.logos {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 57px;
}

.logos .item {
	width: 48%;
	padding-bottom: 20px;
	min-width: 320px;
}

.logos .item .logo {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 180px;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.logos .btn.btn-outline {
	min-width: 192px;
}

.btn {
	text-align: center;
	color: white;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	padding: 10px;
	border: 2px solid #fff;
	display: inline-block;
	padding: 15px 40px;
	letter-spacing: .08em;
	min-width: 167px;
}

.btn.btn-primary {
	background: #41a85d;
	color: #fff;
	min-width: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.btn.btn-primary.more-reports{
	border:none;
	padding-left:60px;
	padding-right:60px;
	margin:0 auto;
	display: block;
	max-width: 200px;
}
.btn.btn-primary:hover {
	background: #fff;
	text-decoration: none;
	border-color: #41a65d;
	color: #41a85d;
}

.btn.btn-primary.white {
	background: #fff;
	text-decoration: none;
	border-color: #fff;
	color: #383838;
}

.btn.btn-primary.white:hover {
	background: #383838;
	text-decoration: none;
	border-color: #383838;
	color: #fff;
}

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

.btn.btn-outline {
	text-align: center;
	color: white;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 10px;
	border: 2px solid #fff;
	display: inline-block;
	padding: 15px 40px;
	letter-spacing: .08em;
	min-width: 167px;
}

.btn.btn-outline.green {
	background: #fff;
	border-color: #41a65d;
	color: #41a65d;
}

.btn.btn-outline.green:hover {
	background: #41a65d;
	border-color: #41a65d;
	color: #fff;
}

.btn.btn-outline.black {
	background: transparent;
	border-color: #000;
	color: #000;
}

.btn.btn-outline.black:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}

.btn.btn-outline.btn-sm {
	padding: 10px;
}
#load-more-events{
}
.btn.btn-outline:hover {
	background: #fff;
	color: #41a65d;
}

.subscribe-box {
	background: #41a85d;
	color: #fff;
	padding: 70px 0 68px;
	text-align: center;
}
.single-publications .subscribe-box,
.single-presenter .subscribe-box,
.page-template-multimedia .subscribe-box{
	background-color: #336f31
}
.page-template-our-work .subscribe-box {
	background-color: #4c9ad5;
}
.page-template-our-work .btn.btn-outline:hover {
	color: #4c9ad5;
}
.page-template-where-we-work .subscribe-box,
.page-template-where-we-work-landing .subscribe-box {
	background-color: #f45951;
}
.page-template-where-we-work .btn.btn-outline:hover,
.page-template-where-we-work-landing .btn.btn-outline:hover {
	
	color: #f45951;
}
.page-template-health-safety .subscribe-box,
.page-template-key-issues .subscribe-box{
	background-color: #f2a73f;
}
.page-template-health-safety .btn.btn-outline:hover,
.page-template-key-issues .subscribe-box .btn:hover {
	
color: #f2a73f;
}

.page-template-strategic-plan .subscribe-box {
	background-color: #103659;
}

.page-template-strategic-plan .subscribe-box h2:after {
	background: #25C1A3;
}

.page-template-strategic-plan .btn.btn-outline {
	background-color: #fff;
	color: #388DCE;
}

.page-template-strategic-plan .btn.btn-outline:focus {
	border-color: #EF6B11;
}

.page-template-strategic-plan .btn.btn-outline:hover {
	background-color: #25C1A3;
	border-color: #25C1A3;
	color: #103659;
}

.subscribe-box p {
	color: white;
	font-size: 20px;
	padding-bottom: 44px;
}

.subscribe-box h2 {
	font-size: 36px;
	padding-bottom: 25px;
	line-height: normal;
	font-weight: bold;
}

.subscribe-box h2:after {
	content: '';
	width: 70px;
	height: 5px;
	display: block;
	margin: 20px auto;
	background: #fff;
}

.column-group {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

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

.column-group img {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.column-group > * {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/* columns indents compensation */
	margin: 0;
}

.column-group > * > * {
	/* columns indents */
	padding: 0;
}

.column-group.stretch-columns > * > * {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.column-group.stretch-columns > * > * > * {
	width: 100%;
}

.column-group.align-center > * {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.column-group.columns-2 > * {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.column-group.columns-2 > * > * {
	width: 50%;
}

.column-group.columns-3 > * {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.column-group.columns-3 > * > * {
	width: 33.3333%;
}

.column-group.columns-3.ratio-2-1 > * > *:first-child {
	width: 66.6667%;
}

.column-group.columns-3.ratio-1-2 > * > *:last-child {
	width: 66.6667%;
}

.column-group.columns-4 > * {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.column-group.columns-4 > * > * {
	width: 25%;
}

.column-group.columns-4.ratio-2-1-1 > * > *:first-child {
	width: 50%;
}

.column-group.columns-4.ratio-1-2-1 > * > *:nth-child(2) {
	width: 50%;
}

.column-group.columns-4.ratio-1-1-2 > * > *:last-child {
	width: 50%;
}

.column-group.columns-4.ratio-3-1 > * > *:first-child {
	width: 75%;
}

.column-group.columns-4.ratio-1-3 > * > *:last-child {
	width: 75%;
}

.column-group.columns-5 > * {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.column-group.columns-5 > * > * {
	width: 20%;
}

.column-group.columns-5.ratio-2-1-1-1 > * > *:first-child {
	width: 40%;
}

.column-group.columns-5.ratio-1-2-1-1 > * > *:nth-child(2) {
	width: 40%;
}

.column-group.columns-5.ratio-1-1-2-1 > * > *:nth-child(3) {
	width: 40%;
}

.column-group.columns-5.ratio-1-1-1-2 > * > *:last-child {
	width: 40%;
}

.column-group.columns-5.ratio-3-1-1 > * > *:first-child {
	width: 60%;
}

.column-group.columns-5.ratio-1-3-1 > * > *:nth-child(2) {
	width: 60%;
}

.column-group.columns-5.ratio-1-1-3 > * > *:last-child {
	width: 60%;
}

.column-group.columns-5.ratio-4-1 > * > *:first-child {
	width: 80%;
}

.column-group.columns-5.ratio-1-4 > * > *:last-child {
	width: 80%;
}

.column-group.columns-5.ratio-1-2-2 > * > * {
	width: 40%;
}

.column-group.columns-5.ratio-1-2-2 > * > *:first-child {
	width: 20%;
}

.column-group.columns-5.ratio-2-2-1 > * > * {
	width: 40%;
}

.column-group.columns-5.ratio-2-2-1 > * > *:last-child {
	width: 20%;
}

.col-holder {
	min-height: 340px;
}

.column-group:last-child .col-holder {
	min-height: 0;
}

.post-row .container .sidebar.mt-0 {
	margin-top: 60px;
}

.post-row .container .sidebar.mb-auto {
	margin-bottom: auto;
}
.sidebar.mt-0.mb-auto.sidebar_publication{
	border-left: 1px solid #e7e7e7;
	padding-top: 38px;
	margin-top: 0;
}
.search-form {
	position: relative;
	background: #fff;
	border: 13px solid #e7e7e7;
	margin-bottom: 21px;
}

.filter-side .search-form {
	border: 0;
}

.search-form input {
	margin: 0;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	color: #989898;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	background: none;
	display: block;
	margin: 0;
	height: 48px;
	padding: 0 60px 0 12px;
	border: 0;
}

.search-form button {
	position: absolute;
	top: 0;
	bottom: 0;
	font-size: 0;
	color: transparent;
	margin: auto;
	display: block;
	border: 0;
	opacity: .4;
	background: url(images/ico_s.svg) no-repeat 50% 50%;
	width: 48px;
	background-size: 21px auto;
	right: 0;
}

.read-more {
	color: #383838;
	font-size: 16px;
	font-weight: bold;
	margin: -5px 0 20px;
	letter-spacing: .08em;
	text-align: center;
}

.read-more a:hover {
	color: #00b248;
}
.event-filters,
.multimedia-filters,
.multimedia-filters-new{
	padding: 5px 0 5px 0px;
	margin-bottom: 29px;
}
.multimedia-search-wrapper{
	padding-top: 5px;
}
.event-filters a.btn.btn-outline,
.multimedia-filters a.btn.btn-outline,
.multimedia-filters-new a.btn.btn-outline{
	padding: 13px 24px;
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	min-width: auto;
    display: inline-block;
	border-color: #41a65d;
	margin-bottom: 10px;
}
.event-filters a.btn.btn-outline.selected,
.event-filters a.btn.btn-outline:hover,
.multimedia-filters a.btn.btn-outline.selected,
.multimedia-filters a.btn.btn-outline:hover,
.multimedia-filters-new a.btn.btn-outline.selected,
.multimedia-filters-new a.btn.btn-outline:hover{
	background-color: #41a65d;
	color:#fff
}
.entry.past-events-heading{
	margin-top:100px
}
.press-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 0;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.press-list.event-list h2 a{
	/* height: 96px; */
	color: #383838;
    font-size: 36px;
	font-weight: bold;
    line-height: 90%;	
}
.press-list.multimedia-list h2 a{
	/* height: 96px; */
	color: #383838;
	font-size: 16px;
	font-weight: bold;
	line-height: 90%;
	padding-top: 19px;
	display: block;
}
.press-list.multimedia-list .item-image{
    display: block;
}

.press-list.multimedia-list .item-image img{
	max-height:170px;
}

.press-list.multimedia-list .item-image a{
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	height: 170px;
	-webkit-justify-content: center;
	/* text-align: left; */
}

.press-list.event-list .event-type{
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
    color: #383838;
    margin-top: 14px;
}
.press-list.event-list hr{
	margin: 8px 0;
	border-color: #000;
	border: 1px solid #000;
}
.press-list.event-list .event-text{
	line-height: normal;
	display: inline-block;
	font-size: 16px;
	padding-bottom: 23px;
	margin-top: 10px;
}
.press-list.event-list .sign-up-button,
.sign-up-button{
	background: #383838;
	border: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px 17px;
	width: auto;
	min-width: auto;
	font-size: 14px;
	letter-spacing: 2.1px;
	position: absolute;
	bottom: 20px;
}
.page-template-events .press-list.event-list .sign-up-button,
.page-template-events .sign-up-button {
	min-width: initial;
	display: block;
}
.event-meta .sign-up-button{
	letter-spacing:0;
	margin-top: 17px;
	display: inline-block;
	position: relative;
}
.press-list .meta {
	font-size: 18px;
	line-height: 1.2;
	padding-bottom: 21px;
}
.press-list.event-list .meta{
	background-color:#fff;
	color:#000;
	padding: 5px 14px;
	font-size: 15px;
	display: inline-block;
	margin-bottom: 17px;
}
.press-list h4 {
	color: #2d302e;
	font-size: 20px;
	padding-bottom: 15px;
	min-height: 139px;
	font-weight: bold;
	line-height: 1.2;
}

.press-list .btn {
	display: block;
}

.press-list section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 70.2%;
	margin: 0 -12px;
}
.press-list.where-we-work section{
	width:100%
}
.page-template-events .press-list section{
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.page-template-events .press-list section article{
	margin-left:0px;
	margin-right:0px;
}

.press-list.event-list section {
	width: 100%;
	margin: 0;
}
.press-list section article {
	width: calc(33.33%  - 24px);
	background: #999;
	margin: 0 12px 37px;
	padding: 34px 19px 72px;
	color: #fff;
	position: relative;
}
.press-list.where-we-work section article{
	background:transparent;
	color:#000;
	padding: 0 0 0 0;
	margin: 20px 10px 0 10px;
	width: calc(33.33% - 20px);
}
.press-list.where-we-work section article .location-links li{
	line-height: normal;
}
.press-list.where-we-work section article .location-links a{
	color: #41a65d;
	font-size: 14px;
	line-height: normal;
}

.press-list.where-we-work section article h2{
	display:inline-block;
	padding: 7px 0 1px 0;
	font-weight: bold;
	font-size: 19px;
	padding-bottom: 5px;
}
.press-list.where-we-work section article h2 a{
	font-weight:bold;
	font-size:20px;
}
.press-list.where-we-work section article .social-share-icons{
	display:inline-block;
	float: right;
	padding: 7px 0 !important;
}
.press-list.where-we-work section article .social-share-icons li{
	display:inline-block;
	color: #848484;
}
.press-list.multimedia-list section{
    justify-content: space-between;
    -webkit-justify-content: flex-start;
}

.press-list.multimedia-list section article {
	width: calc(33.33333% - 0px);
	margin-right: 0px !important;
}
.press-list section article.empty {
	background:#fff
}
.press-list.multimedia-list section article.empty {
	background-color: transparent !important;
}
.press-list.event-list section article {
	padding-top: 18px;
	color:#000;
}
.press-list.event-list section article.multimedia-article {
	background-color: #fff;
	padding: 16px 19px 16px;
	margin: 0 15px 15px 0;
}
.press-list.event-list section article.multimedia-article:nth-child(3n+1){/* padding-left: 0; */}
.press-list.event-list section article.multimedia-article:nth-child(3n+3){
	/* padding-right: 0; */
}
.item-video{
	text-align:center;
}
.press-list.event-list section article.multimedia-article .post-meta,
.modal-wrapper .post-meta,
.modal-wrapper .post-caption,
.multimedia-single.item-image .post-meta{
	color:#888;
	padding-top:0px;
	font-size:16px
}
.modal-wrapper .post-meta,
.modal-wrapper .post-caption{
	display:block;
	font-weight:normal
}
.modal-wrapper .post-caption{
	color:#000;
}
.multimedia-single.item-image img{
	margin: 0 auto;
	display:block
	}
.multimedia-single .btn{
	float:none;
	margin:30px auto;
	display:block;
	width:200px
}
.multimedia-single.item-image .post-meta{
    width: 100%;
    display: block;
    font-weight: normal;
    margin-top: 10px;
}
.multimedia-single.item-image .post-caption{
	font-size:18px;
	font-weight:normal;
	line-height:normal;
	display: block;
	margin: 16px 0 0 0;
}
.press-list section article.green {
	background: #00b248;
}

.press-list section article.green .btn:hover {
	color: #00b248;
}

.press-list section article.blue {
	background: #57e0ea;
}

.press-list section article.blue .btn:hover {
	color: #57e0ea;
}

.press-list section article.orange {
	background: #e88a3d;
}

.press-list section article.orange .btn:hover {
	color: #e88a3d;
}

.press-list section article.yellow {
	background: #e8c11a;
}

.press-list section article.yellow .btn:hover {
	color: #e8c11a;
}

.accordion-item {
	margin: -10px 0 34px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.accordion-item:last-child {
	border-bottom: 0;
}

.accordion-item .content {
	display: none;
	padding-top: 30px;
}

.accordion-item .content h5 {
	padding-bottom: 0;
	margin-bottom: 0;
}

.accordion-item .content p {
	margin-bottom: 21px;
}

.accordion-item .content.active {
	display: block;
}

.accordion-item .head {
	position: relative;
	padding-right: 50px;
	cursor: pointer;
}

.accordion-item .head .fas {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	right: 0;
}

.accordion-item .head h3 {
	color: black;
	font-weight: bold;
	font-size: 24px;
	line-height: normal;
}

.accordion-item .head p {
	font-size: 16px;
	line-height: 24px;
	padding-top: 1px;
}

.accordion-item .head p a, .accordion-item .head p strong {
	font-weight: bold;
	color: #41a65d;
}

.filter-side {
	background: #e7e7e7;
	width: 29%;
	margin-left: auto;
	margin-bottom: auto;
	padding: 24px 13px 5px;
}

.sidebar .filter-side {
	width: 100%;
	padding-top: 15px;
}

.filter-side h3 {
	color: #2d302e;
	margin-bottom: 9px;
}

.filter-side .crf-s, .filter-side select {
	margin-bottom: 14px;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 0 12px;
	padding-right: 40px;
	-moz-appearance: none;
	text-indent: .01px;
	text-overflow: '';
	color: #333;
	height: 48px;
	border: 1px solid #989898;
	font-size: 18px;
	background: url(images/ico_down.svg) no-repeat right 15px center;
}

select::-ms-expand {
	display: none;
}

hr {
	display: block;
	background: #cacaca;
	height: 1px;
	margin: 20px 0 20px;
	border: 0;
}

hr + h3 {
	padding-bottom: 20px;
}

.entry .h2, .entry h2 {
	color: black;
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 22px;
	font-weight: bold;
}

.entry .social {
	padding-bottom: 24px;
	padding-top: 24px;
}

.entry .social.sm li {
	padding-top: 0;
	margin-top: -5px;
	font-size: 16px;
	padding-right: 7px;
}

.entry .social:after {
	content: '';
	clear: both;
	display: block;
}

.entry .social li:before {
	display: none;
}

.entry .social li {
	padding: 0;
	float: left;
	font-size: 23px;
	padding-right: 9px;
	padding-top: 2px;
}

.entry .social li i {
	font-size: inherit;
}

.entry .social li a:hover {
	text-decoration: none;
	color: #000;
}

.entry a {
	color: #41a65d;
}
.btn.view-more-cats{
	display:block;
	width:100%
}
a.collapseomatic{
	line-height:normal;
	position: relative;
	top: 12px;
}
.entry a:hover {
	text-decoration: underline;
}

.entry a[href^='tel'] {
	color: inherit;
}

.entry h4 {
	color: black;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 24px;
}

.entry h5 {
	color: black;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 24px;
}

.entry .col-holder h4 {
	max-width: 370px;
}

.entry .column-group h3 {
	margin-bottom: 47px;
}

.entry .column-group:first-child h3 {
	margin-bottom: 27px;
}

.entry h3 {
	color: black;
	margin: 3px 0 27px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
}

.entry h3.h4 {
	font-size: 24px;
	margin: 2px 0 24px;
}

.entry h3.empty {
	min-height: 33px;
}

.entry p {
	margin-bottom: 24px;
}
.entry p.content-text{
	margin-bottom:0
}
.entry ol, .entry ul {
	padding: 0 0 20px;
	margin: 0;
	/* float: left; */
}

.entry ul > li {
	padding: 0 0 0 11px;
	list-style: none;
	margin: 0;
	position: relative;
}

.entry ul > li:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	content: '\f111';
	line-height: 1;
	font-family: 'Font Awesome 5 Free';
	font-size: 6px;
	color: #41a65d;
	position: absolute;
	left: 0;
	top: 10px;
	font-weight: 900;
}
.entry ul.presented-by  > li:before{
/* 	display:none */
}
.menu-trigger {
	display: none;
}
.extra {
	padding: 4px 0 0;
	position: relative;
}
.extra form {
	position: relative;
}
.extra input {
/* 	border: 1px solid #8b8b8b; */
 	border: 1px solid #989898;
	/*background: #333333;*/
	color: #979797;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	padding: 0 10px;
	margin-bottom: 25px;
	display: block;
	width: 100%;
	padding-right: 80px;
	height: 48px;
}

.extra input:focus {
	/*border-color: #fff;*/
}

.extra button {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 0 15px;
	border: 0;
	letter-spacing: 0;
	text-transform: none;
	color: #979797;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	background: none;
	height: 47px;
	width: auto;
	right: 0;
}
#publications-submit-button{
	top: 5px;
}

/* .extra button:hover {
	color: #fff;
} */

.extra .icons {
	text-align: right;
	font-size: 0;
}

.extra .icons li {
	padding-left: 24px;
	vertical-align: top;
	display: inline-block;
}

.extra .icons li img {
	max-width: 39px;
}
/* timeline-slider */
.m-visible,
.t-visible{
	display:none !important;
}
.slider-section{
	border-bottom:20px solid #4d80a6;
}
.slider-section.orange{
	border-bottom-color:#e8ac45;
}
.slider-section .container{
	width:auto;
	max-width:1240px;
}
.slider-section .heading-holder{
	position:relative;
}
.slider-section .heading{
	overflow:hidden;
	position:relative;
	z-index:1;
	padding:41px 22px 58px;
	background:#4d80a6;
	color:#fff;
}
.slider-section .heading:after{
	position:absolute;
	top:-54px;
	left:-2px;
	z-index:-1;
	content:'';
	background:url(images/decor01.png) no-repeat;
	width:461px;
	height:518px;
}
.slider-section.orange .heading:after{
	background-image:url(images/decor01-orange.png);
}
.slider-section.orange .heading{
	background:#e8ac45;
}
.slider-section .heading h1{
	font-size:49px;
	line-height:1;
}
.slider-timeline.slick-initialized .slick-slide{
	display:block;
}
.slider-timeline .slide{
	display:none;
	outline:none;
}
.slider-timeline .slide.active{
	display:block;
}
.slider-timeline .slide-content{
	display:flex;
	min-height:745px;
}
.slider-timeline .text-holder{
	width:38%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	padding:53px 50px 30px 30px;
	font-size:16px;
	line-height:1.5;
}
.slider-timeline .image-holder{
	width:62%;
	position:relative;
	overflow:hidden;
}
.slider-timeline .sub-title{
	display:block;
	margin:-23px 0 9px 7px;
	font-size:13px;
	line-height:1.38;
	font-weight:700;
	letter-spacing:1.3px;
	text-transform:uppercase;
	color:#373124;
}
.slider-timeline .year{
	display:block;
	margin:0 0 9px -3px;
	font-size:100px;
	line-height:1;
	font-weight:700;
	color:#4d80a6;
}
.slider-section.orange .slider-timeline .year{
	color:#e8ac45;
}
.slider-timeline h2{
	font-size:25px;
	line-height:1.12;
	font-weight:700;
	margin:0 0 29px;
}
.slider-timeline h2 a{
	text-decoration:underline;
	color:#4d80a6;
}
.slider-timeline h2 a:hover{
	text-decoration:none;
}
.slider-section.orange .slider-timeline h2 a{
	color:#e8ac45;
}
.slider-timeline i{
	font-style:italic;
}
.slider-timeline p{
	margin:0 0 24px;
}
.slider-timeline p a{
	text-decoration:underline;
	color:#4d80a6;
}
.slider-timeline p a:hover{
	text-decoration:none;
}
.slider-section.orange .slider-timeline p a{
	color:#e8ac45;
}
.slider-timeline .text-bottom{
	position:relative;
	padding:11px 0 10px;
	font-style: italic;
}
.slider-timeline .text-bottom:before{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	content:'';
	width:17px;
	height:1px;
	background:#000;
}
.timeline-nav{
	position:absolute;
	bottom:0;
	left:48px;
	right:300px;
	z-index:2;
	font-size:21px;
	line-height:1;
	text-align:center;
	color:#fff;
}
.timeline-nav.slick-initialized .slick-slide{
	display:block;
}
.timeline-nav .slide{
	display:none;
	outline:none;
	padding:5px 0 13px;
	cursor:pointer;
}
.timeline-nav .slide.active{
	display:block;
}
.timeline-nav .slick-current{
	background:#fff;
	color:#336480;
}
.slider-section.orange .timeline-nav .slick-current{
	color:#e8ac45;
}
.timeline-nav .slick-arrow{
	position:absolute;
	top:50%;
	left:0;
	z-index:2;
	background:none;
	border:none;
	margin:-14px 0 0 -24px;
	padding:0;
	width:20px;
	height:20px;
	font-size:0;
	line-height:0;
}
.timeline-nav .slick-arrow:after{
	position:absolute;
	top:50%;
	left:50%;
	z-index:2;
	content:'';
	margin:-8px 0 0 -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 14px 8px 0;
	border-color: transparent #fff transparent transparent;
}
.slider-section.orange .timeline-nav .slick-arrow:after{
	border-color: transparent #fff transparent transparent;
}
.timeline-nav .slick-next{
	left:auto;
	right:0;
	margin:-14px -34px 0 0;
}
.timeline-nav .slick-next:after{
	border-style: solid;
	border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent #fff;
}
.slider-section.orange .timeline-nav .slick-next:after{
	border-color: transparent transparent transparent #fff;
}
.timeline-nav-mobile{
	display:none;
	position:absolute;
	bottom:-59px;
	right:26px;
	z-index:999;
}
.timeline-nav-mobile .nav-opener{
	display:block;
	width:25px;
	height:17px;
	position:relative;
	z-index:12;
	text-indent:-9999px;
	overflow:hidden;
}
.timeline-nav-mobile .nav-opener:before,
.timeline-nav-mobile .nav-opener:after,
.timeline-nav-mobile .nav-opener span{
	background:#4d80a6;
	position:absolute;
	top:6px;
	left:0;
	right:0;
	height:3px;
	border-radius:1px;
	-webkit-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.slider-section.orange .timeline-nav-mobile .nav-opener:before,
.slider-section.orange .timeline-nav-mobile .nav-opener:after,
.slider-section.orange .timeline-nav-mobile .nav-opener span{
	background:#e8ac45;
}
.timeline-nav-mobile .nav-opener:before,
.timeline-nav-mobile .nav-opener:after{
	content:'';
	top:0;
}
.timeline-nav-mobile .nav-opener:after{
	top:12px;
}
.timeline-nav-mobile .nav-opener:hover{
	opacity:0.9;
}
.timeline-nav-active .timeline-nav-mobile .nav-opener{
	width:35px;
	height:35px;
	margin:0 -5px -5px 0;
}
.timeline-nav-active .timeline-nav-mobile .nav-opener span{
	opacity:0;
}
.timeline-nav-active .timeline-nav-mobile .nav-opener:before,
.timeline-nav-active .timeline-nav-mobile .nav-opener:after{
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	top:16px;
	left:0;
	right:0;
	height:4px;
}
.timeline-nav-active .timeline-nav-mobile .nav-opener:after{
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.timeline-nav-mobile .slide{
	display:none;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	width:254px;
	background:#4d80a6;
}
.slider-section.orange .timeline-nav-mobile .slide{
	background:#e8ac45;
}
.timeline-nav-active .timeline-nav-mobile .slide{
	display:block;
}
.timeline-nav-mobile .slide-holder{
	height:100%;
	overflow:auto;
	padding:286px 32px 30px;
}
.timeline-nav-mobile .text{
	display:block;
	margin:0 0 13px;
	font-size:13px;
	line-height:1.2;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#fff;
}
.timeline-nav-mobile ul{
	font-size:75px;
	line-height:1;
	font-weight:700;
}
.timeline-nav-mobile ul li{
	margin:0 0 15px;
}
.timeline-nav-mobile ul a{
	color:#cbcbcb;
}
.timeline-nav-mobile ul .active a,
.timeline-nav-mobile ul a:hover{
	text-decoration:underline;
	color:#fff;
}
/* end timeline slider */


.footer {
	background: #333;
	padding: 55px 0 0;
}

.footer .links {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer .col {
	width: 230px;
}

.footer .col.social {
	width: 200px;
}

.footer .col.address {
	width: 292px;
}

.footer .col.extra {
	width: 272px;
}

.footer .menu {
	color: white;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}

.footer .menu a:hover {
	opacity: .8;
}

.footer .menu ul, .footer .menu li {
	padding: 0;
	margin: 0;
}

.footer .logo {
	display: block;
	margin-bottom: 23px;
}

.footer .logo img {
	max-height: 33px;
	max-width: 90px;
}

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

.footer .social {
	padding-top: 14px;
}

.footer .social ul{
	display:flex;
	padding-right:25px;
	max-width:200px;
}

.footer .social li {
	float: left;
	padding-right: 20px;
}

.footer .social a {
	color: #8e8e8e;
	font-size: 30px;
}

.footer p {
	color: #cacaca;
	font-size: 14px;
	padding-top: 2px;
	font-weight: 400;
	line-height: 22px;
}

.footer .copy p {
	color: #8e8e8e;
}

.footer .copy {
	border-top: 2px solid #000;
	padding: 26px 0;
	color: #8e8e8e;
	font-size: 14px;
	text-align: right;
	font-weight: 400;
	margin-top: 43px;
}

.footer .copy span {
	padding: 0 2px 0 5px;
}

.footer a:hover {
	color: #fff;
}

.entry h3.mb {
	margin-bottom: 18px;
}

.previous-years {
	background: #e7e7e7;
	padding: 43px 0 67px;
	margin-bottom: 25px;
}

.previous-years section {
	padding: 10px 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.previous-years article {
	width: 235px;
	padding-bottom: 20px;
}

.previous-years .image {
	padding-bottom: 22px;
	height: 312px;
}

.previous-years h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding-bottom: 6px;
	line-height: 26px;
}

.previous-years p {
	font-size: 18px;
	color: #8f8f8f;
	line-height: 22px;
}

.previous-years p a:hover {
	color: #333;
}

.previous-years .image img {
	max-width: 100%;
}

.report-annual {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 12px 0 0;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.report-annual .text {
	width: 54%;
}

.report-annual .btn {
	margin-bottom: 20px;
}

.report-annual .meta {
	font-size: 18px;
	padding-bottom: 15px;
	line-height: 26px;
	color: #828282;
}
.report-annual .meta.financial-dw{
	padding:0;
	margin: 0;
}
.report-annual .meta a {
	color: inherit;
}

.report-annual .meta a:hover {
	color: #41a05d;
}

.report-annual .social a i {
	font-size: 25px;
}

.report-annual .image {
	width: 37.8%;
	padding: 20px 0 15px;
}

.report-annual .image img {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.report-annual h3 {
	margin-bottom: 17px;
}

.report-annual h4 {
	font-size: 22px;
	margin-bottom: 45px;
}

.crf-s {
	display: block;
	cursor: pointer;
	padding: 0 12px;
	padding-right: 40px;
	-moz-appearance: none;
	text-indent: .01px;
	text-overflow: '';
	line-height: 48px;
	color: #333;
	height: 48px;
	border: 1px solid #989898;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	background: url(images/ico_down.svg) no-repeat right 15px center;
}

.crf-s.opened {
	background-color: #fff;
	color: #41a15d;
}

.crf-sm {
	position: absolute;
	min-width: 150px;
	display: none;
	margin-top: -1px;
	overflow: auto;
	max-height: 300px;
	z-index: 9999;
	padding: 10px 0 0;
	border: 1px solid #989898;
	background-color: #fff;
}

.crf-sm li:not(.label) + li:not(.label) {
	border-top: 1px solid #949494;
}

.admin-bar .crf-sm {
	margin-top: -33px;
}

.crf-sm li {
	cursor: pointer;
	padding: 1px 12px;
	font-size: 20px;
	line-height: 30px;
}

.crf-sm li.label {
	display: none;
}

.crf-sm li:hover {
	color: #41a15d;
}

.entry .h1, .entry h1 {
	margin-bottom: 20px;
}

iframe {
	max-width: 100%;
	max-height: 50vh;
	margin: 0;
}

.entry ol {
	list-style: decimal;
	padding-left: 20px;
}

.entry ol ul, .entry ul ol {
	padding-bottom: 0;
	margin-bottom: 0;
}

#content .reply a, #content p a {
	text-decoration: underline;
	color: #41a65d;
}

#content .reply a:hover, #content p a:hover {
	text-decoration: none;
}

td, th, table {
	border: 1px solid #999;
	padding: 5px;
}

table {
	margin-bottom: 20px;
}

th {
	font-weight: bold;
}

.page-template-events .featured-page .green-box,
.page-template-publications .featured-page .green-box,
.single-event .featured-page .green-box,
.page-template-events .subscribe-box,
.page-template-publications .subscribe-box,
.single-event .subscribe-box{
	background:#336f31;
}

.page-template-events  .breadcrumbs.v2{
	padding-bottom:0px;
}

.event-filters,
.multiedia-filters{
	padding-left:0px;
}




@media (min-width: 30em) {
	.gallery {
		margin: 0 -.5em;
	}

	.gallery-item {
		padding: 0 .5em 1.8em;
	}

	/* Gallery Columns */

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

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

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

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

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

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media (min-width: 48em) {
	/* Gallery Columns */

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

@media screen and (max-width: 1240px) {
	.slider-timeline .text-holder{
		width:45%;
	}
	.slider-timeline .image-holder{
		width:55%;
	}
	.timeline-nav{
		left:40px;
		right:40px;
	}
}

@media screen and (max-width: 1160px) {
	.featured-page .green-box {
		margin-left: 0;
		margin-right: 0;
	}

	.main-nav {
		margin-right: 0;
	}
	.key-issue-slider-wrapper .slider-nav {
		width: 96vw;
	}
	.slick-dots {
		width: 40%;
		margin-left: 0;
		left: 0;
	} 
}

@media screen and (max-width: 1023px) {
	.featured-hero .entry h1, .featured-hero .entry .h1 {
		font-size: 50px;
		line-height: 1.1;
	}
	.featured-hero .text {
		width: 46%;
	}
	.slider-nav-box {
		width: 46%;
	}
	.slick-dots {
		width: 45%;
	} 
	.column-group.stretch-columns > * {
		margin: -10px;
	}
	.column-group.stretch-columns > * > * > * {
		padding: 10px;
	}
	.featured-hero .bg,
	.key-issue-slider .bg {
		margin-left: 0;
	}

	.featured-hero .btn.btn-primary, .featured-hero .btn.btn-outline {
		min-width: 135px;
		padding: 10px;
	}

	.offices-row section article {
		width: 50%;
	}

	.work-row .acc-items {
		width: 32%;
		padding-right: 20px;
	}

	.team-detail .container {
		display: block;
	}

	.team-detail .container .details {
		width: auto;
	}

	.team-detail .container .related {
		padding-top: 20px;
		width: auto;
	}

	.entry h4 br {
		display: none;
	}

	.time-slider .box {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.time-slider .box .text {
		width: auto;
	}

	.time-slider .box .image {
		width: auto;
		padding-top: 5px;
		text-align: center;
	}

	.time-slider .box .image img {
		display: block;
		margin: auto;
	}

	.press-list section {
		width: 66%;
	}

	.press-list section article {
		width: calc(50% - 24px);
	}
	
	.press-list.multimedia-list section article {
		width: 31%;
	}

	.filter-side {
		width: 33%;
	}

	.active-menu .menu-trigger i:before {
		content: '\f00d';
	}

	.menu-trigger {
		display: block;
		background: #41a85d;
		width: 47px;
		height: 47px;
		line-height: 47px;
		text-align: center;
		color: #fff;
		font-size: 20px;
		float: right;
		padding-top: 1px;
		cursor: pointer;
	}
	
	.main-nav form {
		right: 0;
		top: -5px;
	}

	.main-nav .green a:hover {
		background: none;
		color: #fff;
	}

	.main-nav .search a {
		background-image: url(images/ico_s_w.svg);
		float: right;
		margin-right: 0;
		margin-top: -3px;
	}

	.main-nav {
		display: none;
		position: absolute;
		top: 100%;
		background: #41a85d;
		left: 0;
		right: 0;
		padding: 15px 20px;
	}

	.main-nav li {
		float: none;
		padding: 0;
		margin: 0;
	}

	.main-nav li a {
		padding: 5px 0;
		display: block;
		color: #fff;
	}

	.main-nav li a:hover {
		color: #fff;
	}
	
	.main-nav li.current_page_item a {
		color: #fff;
	}

	.active-menu .main-nav {
		display: block;
	}
	
	.main-nav ul .menu-item-has-children .sub-menu {
		background: none;
		display: block;
		padding: 0 0 5px;
		position: static;
	}
	
	.main-nav ul .sub-menu li a {
		color: #fff;
		font-size: 15px;
		padding: 5px 10px;
	}
	
	.main-nav .green a {
		background: none;
		margin: 0;
		padding: 5px 0;
	}

	.sidebar .filter-side {
		padding: 20px;
		padding-bottom: 10px;
	}

	.team-list {
		padding: 50px 0 20px;
	}
	
	.main-nav > ul {
		display: flex;
		flex-direction: column;
	}
	
	.main-nav > ul > li.menu-item {
		order: 1;
	}
	
	.main-nav > ul > li.green {
		order: 2;
	}
	
	.main-nav > ul > li.search {
		order: 3;
	}
	
	.t-hidden{
		display:none !important;
	}
	.t-visible{
		display:block !important;
	}
	.slider-section{
		margin:-30px 0 0;
	}
	.slider-section .container{
		padding:0;
	}
	.slider-section .heading h1{
		font-size:40px;
	}
	.slider-section .heading h1 br{
		display:none;
	}
	.slider-timeline .slide-content{
		display:block;
	}
	.slider-timeline .text-holder{
		width:auto;
		display:block;
	}
	.slider-timeline .text-bottom{
		margin:20px 20px 0;
	}
	.slider-timeline .image-holder{
		width:auto;
		height:400px;
	}
	.timeline-nav{
		font-size:18px;
	}
	.mobilize-row {
		padding-bottom: 70px;
	}
}

@media only screen and (max-width: 1023px) {
	.column-group.columns-5 > * > * {
		width: 33.3333% !important;
	}

	.column-group.columns-4 > * > * {
		width: 50% !important;
	}
}

@media (max-width: 1023px) {
	.navigation, .navigation-comments, .pagination {
		font-size: 14px;
	}

	img.alignleft, img.alignright {
		max-width: 50%;
	}

	.divider {
		height: 40px;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar .crf-sm {
		margin-top: -47px;
	}
}

@media screen and (max-width: 767px) {
	.footer .col.extra {
		width: 100%;
	}
	.pagination .al a, .pagination .ar a, .navigation .page-numbers, .navigation-comments .page-numbers, .pagination .page-numbers {
		padding: 10px 6px;
		font-size: 15px;
	}

	.navigation .next, .navigation .prev {
		max-width: 48%;
	}

	.navigation .next a, .navigation .prev a {
		padding: 5px;
		font-size: 14px;
	}

	.featured-hero .container {
		height: auto;
		display: block;
	}

	.featured-hero .text {
		width: auto;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.featured-hero .text br {
		display: block;
	}

	.slick-dots {
		left: 0;
		right: 0;
		bottom: 50vw;
		width: auto;
		margin-bottom: 0;
	}

	.featured-hero .entry h1, .featured-hero .entry .h1 {
		margin-bottom: 15px;
		font-size: 32px;
	}
	.featured-hero {
		background-color: black;
	}
	.featured-hero .item .container {
		height: 420px;
	}
	.featured-hero .bg,
	.key-issue-slider .bg {
		height: 50vw;
		position: relative;
		margin: 35px -20px -15px;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.featured-hero .bg {
		height: 100%;
		width: 100vw;
		margin: 0;
		z-index: -1;
		position: absolute;
		opacity: 0.5;
	}
	.key-issue-slider .item .container{
		height:100%
	}
	.key-issue-slider .bg {
		width:100%;
		margin:0 auto;
	}
	.work-row .box {
		display: block;
		padding: 20px 0;
	}

	.offices-row section article {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	.blog-row article {
		width: 100%;
		max-width: 400px;
		margin: auto;
	}

	.blog-row article img {
		width: 100%;
	}

	.work-row .acc-items {
		width: auto;
		padding-right: 0;
	}

	.office-note {
		padding: 15px 0;
	}

	.work-row .map {
		width: 100%;
	}

	.work-row .inlines {
		margin: 0;
		padding-bottom: 15px;
	}

	.blog-row, .work-row {
		padding: 40px 0;
	}

	.mobilize-row {
		padding: 40px 0 20px;
	}

	.mobilize-row a.btn {
		margin-top: 15px;
	}

	.mobilize-row .entry {
		font-size: 17px;
		line-height: 20px;
	}

	.offices-row {
		padding: 40px 0 20px;
	}

	.offices-row section article {
		width: 100%;
		padding-bottom: 25px;
	}

	.accordion-item .head h3 {
		font-size: 18px;
	}

	.entry h5 {
		font-size: 18px;
	}

	.accordion-item .head p {
		font-size: 15px;
		line-height: normal;
	}

	.about-company {
		margin: 0;
		padding: 10px 0 20px;
	}

	.about-company .container {
		display: block;
	}

	.about-company .text {
		width: auto;
		padding-bottom: 5px;
	}

	.about-company .map {
		width: auto;
	}

	.report-annual {
		display: block;
	}

	.report-annual .text {
		width: auto;
	}

	.report-annual .image {
		width: auto;
	}

	.previous-years {
		padding-bottom: 20px;
	}

	.team-detail .container .details {
		display: block;
	}

	.team-detail .container .details .text {
		width: auto;
		padding: 25px 0 0;
	}

	.team-detail .container .details .image {
		width: 140px;
	}

	.team-ilist .desc {
		font-size: 14px;
	}

	.team-ilist li a {
		padding: 10px 0;
	}

	.team-list article {
		width: 50%;
		padding: 0 10px 40px;
	}

	.team-list article img {
		/* width: auto; */
		/* height: auto; */
	}

	.time-slider .slides {
		margin: 0;
		overflow: visible;
	}

	.time-slider {
		overflow: visible;
	}

	.time-slider .box {
		padding: 33px 20px;
	}

	.time-slider .slick-arrow {
		width: 20px;
		margin: 0 -20px;
		background-size: 85% auto;
	}

	.time-slider .nav ul li {
		width: 70px;
		font-size: 16px;
	}

	.timeline-row {
		margin-top: 0;
		padding: 45px 0 25px;
	}

	.s-title h2 {
		font-size: 24px;
		padding-bottom: 10px;
	}

	.s-title h2:after {
		content: '';
		margin: 10px auto;
		width: 40px;
		height: 3px;
	}

	.press-list {
		display: block;
	}

	.press-list section {
		width: auto;
		margin: 0;
	}

	.press-list section article {
		width: 100%;
		margin: 0 0 20px;
	}

	.press-list h4 {
		min-height: 0;
		padding-bottom: 25px;
	}

	.filter-side {
		width: auto;
		margin-bottom: 20px;
	}

	.entry.title {
		padding: 0 0 0;
	}

	.entry .column-group h3 {
		margin-bottom: 25px;
	}

	.entry h4 {
		margin-bottom: 18px;
		font-size: 20px;
		line-height: 1.2;
	}

	.post-row .container .sidebar {
		width: auto;
		padding: 25px 0 0;
		border-left: 0;
		border-top: 1px solid #d4d4d4;
	}

	.post-row .container .left-content {
		width: auto;
	}

	.post-row .container .left-content.v2 {
		width: auto;
	}

	.subscribe-box {
		padding: 45px 0;
	}

	.footer .col.menu {
		width: 45%;
	}

	.footer .col.address {
		margin-left: auto;
		width: 55%;
	}

	.footer .col.social {
		margin-left: auto;
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
	}

	.footer .copy {
		margin-top: 25px;
	}

	.footer .copy p {
		text-align: center;
	}

	.footer .copy p .new {
		display: block;
	}

	.footer .copy p span {
		padding: 0 2px;
	}

	.footer .links {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.btn.btn-primary, .btn.btn-outline {
		padding: 10px 15px;
	}

	.subscribe-box p {
		font-size: 16px;
		line-height: 1.3;
		padding-bottom: 20px;
	}

	.subscribe-box h2 {
		font-size: 24px;
		padding-bottom: 10px;
	}

	.subscribe-box h2:after {
		content: '';
		margin: 10px auto;
		width: 40px;
		height: 3px;
	}

	.post-row {
		padding-bottom: 35px;
	}

	.entry .h2, .entry h2 {
		font-size: 28px;
	}

	.about-company + .v2 .container {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.about-company + .v2 .container .sidebar {
		width: 100%;
		border-top: 0;
		padding-top: 0;
		margin: 30px 0 0;
	}
	.post-row .container .section-left-content,
	.post-row .container .section-right-content{
		width:100%;
		padding: 20px;
	}
	.post-row .container .section-right-content h3,
	.post-row .container .section-right-content h4,
	.post-row .container .section-right-content{
		text-align:center;
		
	}
	.post-row .container .section-right-content h3,
	.post-row .container .section-right-content h4{
		margin-bottom:10px;
	}
	.post-row .container .section-right-content img{
		width:100%
	}

	.post-row .container {
		display: block;
	}

	.featured-page .green-box {
		padding: 40px 20px 15px;
	}

	.breadcrumbs {
		display: none;
	}

	.title h3, .title h2, .h1, h1 {
		font-size: 32px;
		line-height: normal;
	}

	.entry h2 br {
		display: none;
	}

	.header .logo {
		width: 200px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		height: 47px;
	}

	.featured-page {
		margin-bottom: 15px;
	}

	.post-row.v2 .left-content {
		padding-top: 20px;
	}

	.team-list {
		padding: 20px 0;
	}

	.slider-section .heading{
		padding:30px 20px;
	}
	.slider-timeline .text-holder{
		padding:40px 30px 30px;
	}
	.slider-timeline h2.add{
		padding-right:50px;
	}
	.timeline-nav{
		display:none;
		position:relative;
		top:auto;
		left:auto;
		right:auto;
		bottom:auto;
		padding:10px 0;
		margin:13px 20px 0;
		font-size:21px;
		font-weight:700;
		color:#4d80a6;
	}
	.slider-section.orange .timeline-nav{
		color:#e8ac45;
	}
	.timeline-nav .slide{
		padding:0 27px;
	}
	.timeline-nav .text-years{
		display:flex;
		justify-content:space-between;
	}
	.timeline-nav .slide.slick-current{
		color:inherit;
	}
	.timeline-nav .slick-arrow{
		width:80px !important;
		margin:-10px 0 0;
	}
	.timeline-nav .slick-arrow:after{
		left:6px;
		margin:-11px 0 0;
		border-style: solid;
		border-width: 10px 10px 10px 0;
		border-color: transparent #4d80a6 transparent transparent;
	}
	.slider-section.orange .timeline-nav .slick-arrow:after{
		border-color: transparent #e8ac45 transparent transparent;
	}
	.timeline-nav .slick-next:after{
		left:auto;
		right:6px;
		border-style: solid;
		border-width: 10px 0 10px 10px;
		border-color: transparent transparent transparent #4d80a6;
	}
	.slider-section.orange .timeline-nav .slick-next:after{
		border-color: transparent transparent transparent #e8ac45;
	}
	.timeline-nav .slick-prev.slick-disabled:after{
		border-color: transparent #bfbdbc transparent transparent !important;
	}
	.timeline-nav .slick-next.slick-disabled:after{
		border-color: transparent transparent transparent #bfbdbc !important;
	}
	.timeline-nav .slide.slick-disabled span{
		display:none;
	}
	.timeline-nav span{
		display:inline-block;
		vertical-align:top;
		padding:0 0 5px;
		text-decoration:underline;
	}
	.timeline-nav-mobile{
		display:block;
	}
	.m-hidden{
		display:none !important;
	}
	.m-visible{
		display:block !important;
	}
	.slick-dots button {
    border: 2px solid #fff;
    height: 15px;
    width: 15px;
	}
	.slick-dots li {
    margin: 0 10px;
	}
	.featured-hero .slick-prev,
	.featured-hero .slick-next {
		width: 15px;
    height: 15px;
    margin: 0;
		bottom: 5vw;
	}
	.featured-hero .slick-prev {
    left: calc(50% - 125px);
	}
	.featured-hero .slick-next {
		right: calc(50% - 125px);
		left: initial;
	}
	.main-nav li.current_page_item a,
	.main-nav li.current-menu-parent a,
	.main-nav ul .sub-menu li.current-menu-item a {
		color: yellow;
	}	
	.main-nav ul .sub-menu li a:hover {
		color: yellow;
	}
}

@media (max-width: 767px) {
	
	.featured-hero .btn.btn-primary, .featured-hero .btn.btn-outline {
		font-size: 14px;
		min-width: 140px;
		padding: 10px 5px;
	}
	.slider-nav-box {
		width: 100%;
	}
	
	.navigation-single .next a, .navigation-single .prev a {
		padding: .2em;
	}

	.posts-list .post {
		margin: 0 0 20px;
	}

	.commentlist {
		margin-left: 0;
	}

	.commentlist .comment {
		padding: 0;
	}

	.divider {
		display: none;
	}
	.horizontal-menu {
		display: inline-grid;
	}
	.horizontal-menu li {
		margin-bottom: 7px;
	}
	body.home .slick-dots {
		bottom: 5vw;
	}
}

@media only screen and (max-width: 767px) {
	.column-group.columns-3 > * > *, .column-group.columns-5 > * > * {
		width: 50% !important;
	}
}

@media (max-width: 666px) {
	#wp-calendar {
		width: 100%;
	}

	.comment-form textarea, .comment-form input:not([type='submit']):not([type='checkbox']):not([type='radio']) {
		width: 100%;
	}

	.parent.comment .comment {
		margin-left: 5%;
	}
	.slider-section .heading{
		padding:29px 26px 26px;
	}
	.slider-section .heading h1{
		font-size:36px;
		line-height:1;
	}
	.slider-timeline .year{
		font-size:75px;
	}
	.slider-timeline .image-holder{
		height:312px;
	}
	
}

@media screen and (max-width: 600px) {
	.admin-bar .crf-sm {
		margin-top: -1px;
	}

	html #wpadminbar {
		margin-top: -46px;
	}

	.team-list article {
		width: 100%;
	}
}

@media (max-width: 479px) {
	.navigation, .navigation-comments, .pagination {
		font-size: 12px;
	}
}

@media only screen and (max-width: 479px) {
	.entry h3.empty {
		display: none;
	}

	.col-holder {
		min-height: 0;
	}

	.column-group {
		display: block;
	}

	.column-group[class^='columns-'] > * > *, .column-group[class*=' columns-'] > * > * {
		width: 100% !important;
	}
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.retina {
		display: block;
	}

	.non-retina {
		display: none;
	}
}

.map-container{
	position: relative;
	width: 100%;
	padding-bottom: 56.15%;
}
.map-container #map-canvas{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.signal-loading {
    animation: 1s ease-out 0s normal none infinite running pulsate;
    border: 5px solid #41a65d;
    border-radius: 30px;
    height: 40px;
    /* left: 50%; */
    margin: 0 auto;
    opacity: 0;
    /* position: absolute; */
    width: 40px;
    display: block;
    clear: both;
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.donate-ria{}
.donate-ria a{font-size: 23px;
    line-height: 35px;
    display:block;
}

.page-template-publications div.widget-filter-publications fieldset input[type="checkbox"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	display: none;
}
.page-template-publications div.widget-filter-publications fieldset label.pub-check {
	padding-left: 30px;
}
.page-template-publications div.widget-filter-publications fieldset label.pub-check::before {
	content: '';
	position: absolute;
	margin-top: 2px;
	margin-left: -30px;
	width: 18px;
	height: 18px;
	background: white;
	border: none;
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	-moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	-o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.page-template-publications div.widget-filter-publications fieldset input[type="checkbox"]:checked + label::before {
	background: #41a85d;
}
.sidebar_publication {
	border-left: 1px solid #d4d4d4;
	color: rgb(130, 130, 130);
}
.sidebar_publication .green-btn {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #fff;
	text-decoration: none;
	border-color: #41a65d;
	color: #41a85d;
	display: inline-block;
	text-align: center;
	color: white;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 10px;
	height: auto;
	border: 2px solid #41a85d;
	display: inline-block;
	padding: 10px 30px;
	letter-spacing: .08em;
	min-width: 167px;
	background: #41a85d;
	color: #fff;
	min-width: 0;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
}
.sidebar_publication .green-btn:hover{
	color: #41a85d;
	background-color: #fff;
}
.sidebar_publication h2 {
	color: #2d302e;
	font-size: 22px;
}
.sidebar_publication .detail_name {
	font-size: 18px;
}
.sidebar_publication .sub_detail {
	margin-top: 20px;
	margin-bottom: 20px;
}
.other-ways {
	padding: 0;
}
.other-ways .container .other-way-wrapper {
    border-bottom: 1px solid #d4d4d4;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
}
.other-way-wrapper .gform_wrapper form{
	width: 100%;
}
.other-way-wrapper .gform_wrapper form li label{
	display: none !important;
}
.other-way-wrapper .gform_wrapper form input[type="text"],
.other-way-wrapper .gform_wrapper form input[type="textarea"]{
	width: 100%;
	margin: 0;
}
.other-ways#give-gift .other-way-wrapper {
	padding-top: 20px;
	/* padding-bottom: 100px; */
}
.other-ways:nth-last-child(3) .other-way-wrapper,
.other-ways:nth-last-child(2) .other-way-wrapper {
    border-bottom: none;
}
.other-ways .left-content {
	padding-top: 20px;
}
.other-ways p {
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 25px;
}
.other-ways p.font-sm {
	font-size: 14px;
    line-height: 22px;
}
.other-ways .sidebar p.font-sm {
	font-size: 13px;
    line-height: 16px;
}
.other-ways .text-green {
	color: #41a65d !important;
}
.other-ways .text-lightgray {
	color: #969696 !important;
}
.other-ways .text-gray {
	color: #666666 !important;
}
.other-ways .green-btn {
	width: 48%;
	font-size: 14px;
	letter-spacing: 2px;
	/* margin-top: 10px; */
	margin-bottom: 30px;
}
.widget.donate-widget .sidebar-title{
	padding-bottom: 0;
}
.widget.donate-widget li{line-height: initial;}
.widget.donate-widget a{
    font-size: initial;
    padding: initial;
    margin: initial;
}
.other-ways .green-btn.btn-short {
	width: unset;
    padding: 10px 50px;
}
.other-ways .sidebar-title {
	font-size: 18px;
    font-weight: 900;
}
.other-ways .left-content .row-title {
	font-weight: 900;
    font-size: 32px;
    line-height: 32px;
    margin: 30px 0;
}
.other-ways form {
	width: 95%;
}
.other-ways form input {
    font-size: 20px;
    line-height: 22px;
    height: 45px;
    padding-top: 10px;
	width: 100%;
	margin-bottom: 30px;
}
.other-ways form input::placeholder {
	color: black;
}
.other-ways form button {
	margin-top: 0 !important;
}
.other-ways form input#fname{
	width: 48%;
    margin-right: 3%;
}
.other-ways form input#lname{
	float: right;
    width: 48%;
}
.other-ways form input#employer{
	width: 48%;
    margin-right: 3%;
}
.other-ways#ask-employer .container .sidebar {
	border-left: none;
	padding-top: 100px;
}
.other-ways#contact-saying {
	padding: 50px 0 30px 0;
}
/****** Latest Blog Style ******/
.parent-pageid-4698 .featured-page .blue-box {
    background: #3587EA;
}
.parent-pageid-4698 .subscribe-box {
	background: #3587EA;
}
.parent-pageid-4698 .subscribe-box .btn.btn-outline:hover {
    background: #fff;
    color: #3587EA;
}
/****** News Sub Menu ******/
.news-donate-link {
	position: absolute;
    margin-top: -100px;
    width: 100%;
}
.news-donate-link .white-btn {
	background-color: white;
    border: 2px solid white;
    height: 45px;
    float: right;
    padding: 0 63px;
    color: black;
    margin-right: 30px;
    font-size: 13px;
}
.news-donate-link .white-btn:hover,
.news-donate-link .white-btn:active,
.news-donate-link .white-btn:focus,
.news-donate-link .white-btn:visited {
	background-color: #3587EA;
	color: white;
}
.upper-row {
	font-size: 40px;
}
.post-item {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}
.post-item.item-left {
	width: calc(50% - 15px);
}
.post-item.item-right {
	width: calc(50% - 15px);
	float: right;
}
.post-item.item-left::before,
.post-item.item-right::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.post-item.item-full {
	width: 100%;
}
.post-item.item-full::before {
	content: "";
	display: block;
	padding-top: 60%;
}
.post-item .post-detail {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.post-item .post-content {
	width: 230px;
    background: white;
    margin-top: 30px;
    margin-left: 30px;
    max-height: 175px;
    padding: 10px;
}
.post-item .post-category {
	color: #3487ea;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.post-item .post-title {
	font-size: 24px;
	color: #5d5d5d;
    max-height: 95px;
    overflow: hidden;
}
.post-item a.post-title:hover {
	color: #3487ea;
}
.post-item .post-date {
	font-size: 18px;
    padding: 10px 0 15px;
    color: #939598;
}
.search-blog {
}
.search-blog #search-blog-form {
	width: 100%;
    margin-bottom: 30px;
    background-color: #3587EA;
    padding: 25px 30px 25px 15px;
}
.search-blog #search-blog-form input#blogname {
	font-size: 24px;
    color: #5d5d5d;
    padding: 10px;
    line-height: 24px;
    border: none;
    height: 45px;
    width: 63%;
}
.search-blog #search-blog-form input#blogname::placeholder {
    color: #5d5d5d;
}
.search-blog #search-blog-form input[type="submit"] {
	background-color: white;
    border: 2px solid white;
    height: 45px;
    float: right;
    padding: 0 63px;
    color: black;
    font-size: 13px;
}
.search-blog #search-blog-form input[type="submit"]:hover,
.search-blog #search-blog-form input[type="submit"]:focus,
.search-blog #search-blog-form input[type="submit"]:active,
.search-blog #search-blog-form input[type="submit"]:visited {
	background-color: #3587EA;
	color: white;
}
.lower-row {
	font-size: 40px;
}
.lower-row .container {
	display: flex;
}
.post-item.item-lower-left {
	width: calc(60% - 15px);
	margin-right: 30px;
}
.post-item.item-lower-left::before {
	content: "";
	display: block;
}
.post-item.item-lower-right {
	width: calc(40% - 15px);
}
.post-item.item-lower-up {
	width: 100%;
}
.post-item.item-lower-down {
	width: 100%;
	margin-bottom: 0;
}
.post-item.item-lower-up::before,
.post-item.item-lower-down::before {
	content: "";
	display: block;
	padding-top: 60%;
}
.photo-source {
	font-family: "Times New Roman";
    text-align: right;
    font-size: 17px;
    color: #5d5d5d;
    margin-top: 10px;
}
.blog-date {
    text-align: center;
    font-size: 24px;
    margin-top: 30px;
    color: #5d5d5d;
}
.blog-title {
	font-size: 48px;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 400;
    line-height: 48px;
}
.blog-categories {
	text-align: center;
}
.blog-categories .blog-category {
	color: #41a85d;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 20px;
}
.blog-categories .blog-category:last-child {
	margin-right: 0;
}
.blog-categories .blog-category:hover {
	color: #3487ea;
}
.blog-content {
	margin-top: 50px;
}
.single-press-release .blog-content{
	text-align:center
}
.blog-content ol{
	list-style-type: decimal;
	list-style-position: inside;
}
.blog-content ul{
	list-style-type: initial;
	list-style-position: inside;
}

.blog-content a{
	color:#339966

}
.related_blogs {
	margin-top: 60px;
	margin-bottom: 30px;
}
.single.single-post .blog-content p {
	margin: 20px 0;
    font-size: 20px;
    line-height: 30px;
}
.single.single-post .blog-content span {
	
}
.single.single-post .blog-content b {
	font-weight: 700;
}
.single.single-post .blog-content hr {
	margin:30px 0;
}
.single.single-post .blog-content ul {
	font-size: 20px;
    line-height: 30px;
}
.single.single-post .blog-content li {
	margin-bottom: 20px;
}
.single.single-post .blog-content ol {
	
}
.single.single-post .blog-content h1 {
	font-size: 30px;
    line-height: 35px;
	margin-bottom: 20px;
	font-weight: 600;
}
.single.single-post .blog-content h2 {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 20px;
	font-weight: 600;
}
.single.single-post .blog-content h3 {
	font-size: 26px;
	line-height: 29px;
	margin-bottom: 20px;
	font-weight: 600;
}
.single.single-post .blog-content h4 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 20px;
	font-weight: 600;
}
.single.single-post .blog-content h5 {
	font-size: 22px;
	line-height: 23px;
	margin-bottom: 20px;
	font-weight: 600;
}
.single.single-post .blue-box {
	background-color: #3487ea;
}
.single.single-post .subscribe-box {
	background-color: #3487ea;
}
.single.single-post .subscribe-box .btn.btn-outline:hover {
    color: #3487ea;
}
.blog_pagination {
	text-align: center;
    margin-bottom: 30px;
    line-height: 45px;
}
.blog_pagination a.loadmore_btn {
	cursor: pointer;
	font-size: 18px;
    background-color: #3587EA;
	border: 2px solid #3587EA;
    padding: 10px 20px;
    color: white;
    font-weight: 400;
}
.blog_pagination a.loadmore_btn:hover {
    background-color: white;
	color: #3587EA;
}
.related_blogs .container h1 {
	font-size: 30px;
	margin-bottom: 30px;
}
.tiled-gallery-caption {
	bottom: 22px;
}
.blog-featured-img img {
	width: 100%;
}
.lds-ring {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  overflow: hidden;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  margin-bottom: 20px;
  border: 6px solid #3587EA;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #3587EA transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
.single.single-post .subscribe-box {
	display: none;
}
.single-subscribe-box {
	background: #3587EA;
	color: #fff;
	padding: 70px 0 68px;
	text-align: center;
}
.single-subscribe-box p {
	color: white;
	font-size: 20px;
	padding-bottom: 44px;
}
.single-subscribe-box img {
	width: 140px;
    margin-bottom: 30px;
}
.single-subscribe-box .btn.btn-outline:hover {
	color: #3587EA;
}
#search-result .container {
	padding: 0 40px;
}	
#search-result .page-title {
	font-size: 40px;
    line-height: 50px;
}
#search-result .container > div {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
#search-result .container > div.breadcrumb {
    padding: 0;
    margin-bottom: 20px;
	border-bottom: none;
}
#search-result .breadcrumb-trail {
	font-size: 20px;
}
#search-result .container > div:last-child {
    border-bottom: none;
}
#search-result .title h3 {
	font-size: 22px;
    line-height: 25px;
	margin-bottom: 0;
}
#search-result .entry p {
    margin-top: 15px;
	margin-bottom: 0;
}
#search-result .entry a {
    color: #41a65d;
}
.category .blue-box {
	background-color: #3487ea;
}
.category .subscribe-box {
	background-color: #3487ea;
}
.category .subscribe-box .btn.btn-outline:hover {
    color: #3487ea;
}
.category .pagination a {
	background-color: #3487ea;
	border-color: #3487ea;
}
.category .pagination a:hover {
	color: #3487ea;
	border-color: #3487ea;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.page-template-multimedia .modal-wrapper img{
	display:block;
}

.page-template-multimedia .modal-wrapper h2{
	display: inline-block;
    clear: left;
	font-size:36px;
}

.page-template-multimedia .modal-wrapper h2 .post-meta{
	padding-top:10px;
}

.page-template-multimedia .modal-wrapper a.btn{
	padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
}

.page-template-multimedia  .fancybox-close-small{
	background:none !important;
}

.single-publications .entry .three_fourth{
	padding-right:25px;
}

.single-publications .entry .one_fourth{
	border-left:solid 1px #cfcfcf;
}
.entry .download-link-wrapper{
	display: block;
}
.single-publications .entry .one_fourth .download-link-wrapper a,
.entry .download-link-wrapper a,
a.cta-button{
	text-align: center;
	color: white;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 10px;
	border: 2px solid #fff;
	display: block;
	padding: 15px 40px;
	letter-spacing: .08em;
	min-width: 167px;
	background: #336f31;
	color: #fff;
	border-color: #336f31;
	padding: 15px 10px;
	/*margin-bottom:10px;*/
}
a.cta-button{
	margin-bottom:10px;
	margin-top:10px;
	text-decoration: none;
}
a.cta-button:hover{
	color: #fff;
}
.published-date{
	font-size: 20px;
    letter-spacing: .015em;
    color: #979797;
    margin-bottom: 8px;
}

.social-share-icons{
	display:flex;
	list-style:none;
	padding:0 !important;
	margin:0 !important;
	margin-bottom:30px !important;
}

.social-share-icons li{
	padding-left:0px !important;
	padding-right:11px !important;
}

.social-share-icons li:before{
	display:none !important;
}

.social-share-icons li a{
	font-size:20px;
	color: #41a65d;
}

.share-icons-text{
	font-size:18px;
	font-weight:700;
}

.post-date{
	color:#5d5d5d;
	font-size:18px;
	text-align:center;
	padding:25px 0px 15px;
}

h1.post-title{
	font-weight: 400;
    font-size: 50px;
    text-align: center;	
}

.post-sub-title{
	color:#41a55d;
	font-weight:700;
	text-align:center;
	margin-bottom:25px;
	text-transform:uppercase;
}

.post-hightlight{
    color: #5d5d5d;
    font-size: 28px;
    text-align: center;
    max-width: 700px;
    margin: auto;
    display: block;
    line-height: 130%;
}

.post-hightlight:before,
.post-hightlight:after{
	width:90px;
	height:1px;
	background:#606060;
	content:'';
	display:block;
	margin:50px auto;
}

.body-content{
	width:75%;
}

.entry .body-content h3{
	font-size:24px;
	margin-bottom:10px;
}

.entry .body-content img{
	margin-bottom:24px;
}

.entry .body-content img.img-half-width{
	width:47.5%;
	display:inline-block;
	margin-right:2%;
}

.body-content blockquote{
	color:#41a55d;
    font-size: 28px;
    display: block;
	margin:50px 0px;
    line-height: 130%;
}

.body-content .wp-caption{
	position:relative;
	margin:0;
	padding:0;
	max-width:100%;
}

.body-content .wp-caption .wp-caption-text{
    color: #5d5d5d;
    font-size: 16px;
    width: 35%;
    text-align: left;
    position: absolute;
    right: 0px;
    top: 0;
    margin-right: -35%;
    padding: 0;
    padding-left: 25px;
    padding-top: 30px;
    line-height: 130%;
}


.page-template-blog-details .subscribe-box{
	display:none;
}

.page-template-blog-details  .featured-page .green-box{
	background:#3487ea;
}

.page-template-blog-details .related_blogs .post-date{
	text-align:left;
}

.hightlight-tweet{
    color: #41a55d;
    font-size: 24px;
    font-weight: 700;
    border-top: solid 8px #41a55d;
    border-bottom: solid 8px #41a55d;
    padding: 15px 0px;
    width: 30%;
    line-height: 130%;
    position: absolute;
    right: -30%;
    margin-right: -25px;
}

.body-content{
	position:relative;
}

.entry .body-content p.tweet{
	border-left:solid 1px #11a2ea;
	padding-left:20px;
}

p.tweet a{
	display:table;
	color:#11a2ea;
}

@media (max-width:1170px){
	.single .featured-page .green-box,
	.single .blue-box-events{
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	.post-item .post-content {
		width: 200px;
		margin-top: 20px;
		margin-left: 20px;
		height: 110px;
	}
	.post-item .post-title {
		font-size: 15px;
		line-height: 20px;
		height: 43px;
	}
	.post-item .post-date {
		font-size: 13px;
		padding-top: 5px;
	}
	
	.blue-box-events .title-box,
	.blue-box-events .event-meta{
		width:100%;
		float:none;
	}

	.single .featured-page .green-box,
	.single .blue-box-events{
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
	}
	
	.single-publications .entry .three_fourth{
		width:100%;
		float:none;
		padding-right:0px;
	}	
	
	.single-publications .entry .one_fourth{
		width:100%;
		float:none;
		border:none;
	}
	
	.single-publications .entry .one_fourth > div{
		padding-left:0px !important;
	}
}
@media (max-width: 992px) {
	.press-list.where-we-work section article .social-share-icons {
		float: none;
		display: block;
		margin: 0 !important;
	}
}
@media (max-width: 767px) {
	.page-template-publications .featured-publications {
		display: inline-block;
	}
	.page-template-publications .post-row.v2 .container .sidebar {
		display: inline-block;
		border-left: none;
		width: 100%;
	}
	.page-template-publications .featured-publications .item {
    	width: 100%;
	}
	.page-template-publications .featured-publications .item .image {
		height: auto;
	}
	.page-template-publications .featured-publications .item .image img {
		height: auto;
		width: 100%;
	}
	.other-ways .container .sidebar {
		border-top: none;
		text-align: center;
		margin: auto;
	}
	.other-ways#ask-employer .container .sidebar {
		padding-top: 25px;
	}
	.other-ways form {
		width: 100%;
	}
	.post-item.item-left {
		width: 100%;
	}
	.post-item.item-right {
		width: 100%;
		float: none;
	}
	.post-item.item-left::before,
	.post-item.item-right::before {
		padding-top: 60%;
	}
	.post-item.item-lower-left {
		width: 100%;
		margin-right: 0;
	}
	.post-item.item-lower-left::before {
		padding-top: 60%;
	}
	.post-item.item-lower-right {
		width: 100%;
	}
	.lower-row .container {
		display: block;
	}
	.post-item.item-lower-up {
		width: 100%;
	}
	.post-item.item-lower-down {
		width: 100%;
	}
	.post-item.item-lower-up::before,
	.post-item.item-lower-down::before {
		content: "";
		display: block;
		padding-top: 60%;
	}
	.news-donate-link {
		margin-top: -85px;
	}
	.blog-date {
		font-size: 18px;
	}
	.blog-title {
		font-size: 30px;
		line-height: 36px;
	}
	.blog-categories .blog-category {
		font-size: 14px;
	}
	.single.single-post .blog-content p {
		font-size: 16px;
		line-height: 22px;
		text-align: justify;
	}
	.single.single-post .blog-content h5 {
		font-size: 19px;
	}
	.blog-content {
		margin-top: 0;
	}
	.photo-source {
		font-size: 13px;
		margin-top: 5px;
	}
	
	.event-filters a.btn.btn-outline,
	.multiedia-filters a.btn.btn-outline{
		padding: 13px 17px;
		margin-bottom:5px;
	}
	
	.press-list.event-list h2 a{
		font-size:30px;
	}
	
	.press-list.multimedia-list h2 a{
		font-size:16px;
	}
	
	.blue-box-events h1{
		font-size: 30px;
		line-height: 96%;
	}
	
	.blue-box-events .title-box,
	.blue-box-events .event-meta{
		width:100%;
		float:none;
	}
	.single .featured-page .green-box,
	.single .blue-box-events{
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
	}

	.press-list.multimedia-list section article {
		width: 48%;
	}	
	
	.post-row .container.multimedia-container{
		padding-bottom:15px;
	}
	
	.press-releases.multimedia-full-width-wrapper .read-more{
		padding-top: 50px;
		padding-bottom: 20px;
	}
	
	.page-template-multimedia .modal-wrapper h2{
		font-size:21px;
		float: none;
	}
	
	.page-template-multimedia .modal-wrapper a.btn{
		float: none;
		display: table;
	}
	
	.body-content{
		width:100%;
	}
	
	.body-content .wp-caption .wp-caption-text{
		width: 100%;
		position: static;
		margin: 0;
		padding: 0;
		margin-bottom: 25px;
	}
	
	.entry .body-content img.img-half-width{
		width:100%;
		margin-right:0px;
		margin-bottom:15px;
		display:block;
	}
	
	.hightlight-tweet{
		position: static;
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	
	.post-hightlight{
		font-size:22px;
	}
	
	.body-content blockquote{
		font-size:22px;
	}
	.page-template-publications .post-row .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
	}
	.donateform .donateButton {
    float: none !important;
    margin: -20px auto 20px;
    display: block;
	}
}
@media (max-width: 622px) {
	.other-ways .green-btn {
		width: 100%;
	}
	.other-ways form input#fname{
		width: 100%;
		margin-right: 0;
	}
	.other-ways form input#lname{
		float: none;
		width: 100%;
	}
	.other-ways form input#employer{
		width: 100%;
		margin-right: 0;
	}
	.news-donate-link {
		position: relative;
		margin-top: 0;
	}
	.news-donate-link .white-btn {
		border: 2px solid #3587EA;
		background-color: #3587EA;
		color: white;
		margin-bottom: 30px;
		margin-right: 0;
	}
	.news-donate-link .white-btn:hover {
		color: #3587EA;
		background-color: white;
	}
	.search-blog #search-blog-form {
		text-align: center;
    	padding: 20px;
	}
	.search-blog #search-blog-form input#blogname {
		width: 100%;
		font-size: 18px;
	}
	.search-blog #search-blog-form input[type="submit"] {
		float: none;
    	margin-top: 20px;
	}
	.press-list.where-we-work section article {
		width: calc(50% - 20px);
	}
}
@media (max-width: 450px) {
	.post-item .post-content {
		width: 200px;
		margin-top: 20px;
		margin-left: 20px;
		height: 110px;
	}
	.post-item .post-title {
		font-size: 15px;
		line-height: 20px;
		height: 43px;
	}
	.post-item .post-date {
		font-size: 13px;
		padding-top: 5px;
	}
	.single.single-post img.alignleft {
		float: none;
		width: 100%;
		margin: 20px 0;
		max-width: unset;
	}
	.single.single-post img.alignright {
		float: none;
		width: 100%;
		margin: 20px 0;
		max-width: unset;
	}
	
	.press-list.multimedia-list section article {
		width: 100%;
	}
	
	.press-list.multimedia-list .item-image a{
		height:auto;
	}
	
	.press-list.multimedia-list .item-image a img{
		max-height:none;
	}
	
	.multimedia-filters a.btn.btn-outline{
		padding: 13px 17px;
	}
}
@media (max-width: 426px) and (min-width: 396px) {
	.press-list.where-we-work section article h2 {
		letter-spacing: -0.9px;
	}
}
@media (max-width: 395px) {
	.press-list.where-we-work section article {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.press-list.where-we-work section article .social-share-icons {
		float: right;
		display: inline-block;
	}
}

/*load more categories*/
.load-more-container {
  background: #fff;
  width: 100%;
  /* min-height: 500px; */
  margin: 20px auto;
  position: relative;
}
.load-more-container ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.load-more-container ul:after {
  content: "";
  display: table;
  clear: both;
}
.load-more-container ul li {
  /* width: calc(25% - 10px); */
  margin: 2px 12px;
  /* height: 100px; */
  /* background: #446cb3; */
  color: #fff;
  /* float: left; */
  /* border-radius: 2px; */
}
.load-more-container ul li:before{
	display:none
}
.load-more-container ul li a{
	color: #41a85d;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
}
/*.load-more-container ul li:nth-child(1n + 7) {*/
.second-batch{

  max-height: 0;
  opacity: 0;
  transition: 0.1s ease-in;
}
.load-more-container .load-more-btn,
.load-more-container .load-less-btn {
  /* width: 150px; */
  /* line-height: 40px; */
  /* border-radius: 2px; */
  /* margin: 0 auto; */
  display: block;
  /* background: #219150; */
  color: #41a85d;
  cursor: pointer;
  text-align: center;
  color: #41a85d;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}
.load-more-container .load-more-btn:hover {
/*   background: green; */
text-decoration:underline
}
.load-more-container .load-more-btn .loaded {
  display: none;
}
.load-more-container #load-more {
  display: none;
}
/*.load-more-container #load-more:checked ~ ul li:nth-child(1n + 7) {*/
.load-more-container #load-more:checked ~ .second-batch{
  max-height: 999px;
  opacity: 1;
  transition: 0.2s ease-in;
  margin-bottom: 0;
}
.load-more-container #load-more:checked ~ ul li .load-more-btn .loaded {
  display: none;
}
.load-more-container #load-more:checked ~ ul li .load-more-btn .unloaded {
  display: none;
}

/***** Footer Star Image Style ******/
footer .star-image img {
	vertical-align: middle;
    margin-left: 10px;
    height: 40px;
    margin-top: -5px;
}
@media (max-width: 600px) {
	footer .star-image img {
		display: block;
		margin: 10px auto 0 auto;
	}	
}
.essb_links_list li:before{
	display: none !important
}

.essb_links.essb_share .essb_link_mail a {
    color: #f45951!important;
    border: 2px solid #f45951!important;
}
.essb_links {
    word-wrap: normal!important;
    clear: both;
    margin: 0.2em 0 1em 0;
}
.slider-wrap .slider-timeline .slick-prev{
	left:74%;
}
.slider-wrap .slider-timeline .slick-next{
	left:120%;
}
.pdf-cover.add-border{
	border: 1px solid #000000;
}
.download-shortcode-container {
	margin-bottom: 15px;
	margin-top: 15px;
}
.download-shortcode-container br {
	display: none
}

.essb_links.essb_template_circles-retina  a {
    width: 24px!important;
    height: 24px!important;
}
.single-multimedia .essb_links.essb_size_xs .essb_icon:before {
    font-size: 14px!important;
    top: -3px!important;
    left: 5px!important;
}



@media (max-width:950px){
	.single.single-publications aside{
		width:100% !important;
		float:none !important;
		padding-left:0px !important;
		padding-bottom:0px !important;
	}
	
	.single.single-publications .entry p{
		clear:left;
	}
	
	.download-shortcode-container{
		margin-bottom:0px;
	}
}

.top-bar{
    text-align: center;
    background-color: #41a85d;
    color: #fff;
    line-height: normal;
    margin-bottom: 15px;
    padding: 18px 100px;
}
.header.no-sh.has-top-bar{ padding-top: 0; }

@media (min-width:1024px){
	body{
		padding-top: 0px;
	}
	.header{
		position: relative;
	    height: initial;

	}
}
@media (max-width:1023px){
	body{
		padding-top: 0px;
	}
	.header{
		position: relative;
	    height: initial;
	}
}



.media-row{
	padding: 70px 0 70px;
}

.media-row .slick-slide{
	padding:0px 25px;
}

.slide-content{
	background-color: #e7e9e9;
	padding:10% 15%;
	text-align:center;
	height:100%;
}

.slide-content img{
	display:table;
	margin:auto;
	margin-bottom:25px;
	height: 80px;
}

.slide-content h5{
	font-size: 20px;
    font-weight: bold;
	margin-bottom:10px;
}

.slide-content a,
.slide-content p{
	font-size: 14px;
    line-height: 120%;
    display: block;
    text-decoration: underline;
    font-style: italic;
}

.media-row button.slick-prev.slick-arrow,
.media-row button.slick-prev.slick-arrow:hover{
	font-size: 0px;
    color: transparent;
    /* left: 0; */
    left: -5px;
	top:42%;
    margin: 0;
    width: 60px;
    height: 60px;
    background-size: 20px !important;
    border-radius: 100px;
    background-color:  #04955f !important;
	background-image: url(images/icon-prev.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.media-row button.slick-next.slick-arrow,
.media-row button.slick-next.slick-arrow:hover{
    font-size: 0px;
    color: transparent;
    left: auto;
    right: -5px;
	top:42%;
    margin: 0;
    width: 60px;
    height: 60px;
    background-size: 20px !important;
    border-radius: 100px;
    background-color: #04955f !important;
    background-image: url(images/icon-prev.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    transform: rotate(180deg);
}

.media-row .slick-track{
	display:flex !important;
}

.media-row .slick-track .slick-slide{
	height:inherit !important;
}

.hide-section{
	display:none !important;
}

.cities{
	background:#262626 !important;
}

.cities *{
	color:#fff;
}

.cities .s-title h2:after{
	background:#fff;
}

.s-title-img img{
	width: 500px;
    margin: 0px auto 50px;
    display: block;
}

.page-template-anniversary .timeline-row {
	margin-top: 0;
	padding-top: 57px;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: none;
    margin: 0;
}

.acf-map img {
   max-width: inherit !important;
}

.flex-rows {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}

.flex-rows h2 {
	position: relative;
	color: #103659;
	font-size: 1.6875rem;
	font-weight: 600;
	line-height: 1.1111111111;
	margin-bottom: 20px;
	padding-bottom: 13px;
}

.flex-rows h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #25C1A3;
	content: '';
	display: block;
	height: 5px;
	width: 50px;
}

.flex-rows h3 {
	color: #103659;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2916667;
	margin-bottom: 12px;
}

.flex-rows h4 {
	color: #103659;
	font-size: 1.3125rem;
	font-weight: 600;
	line-height: 1.2857142857;
	margin-bottom: 12px;
}

.flex-rows h5 {
	color: #103659;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.2778;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.flex-rows h2 {
		font-size: 2.25rem;
		line-height: 1.1944444444;
	}
	
	.flex-rows h3 {
		font-size: 1.8125rem;
		line-height: 1.275862069;
	}
	
	.flex-rows h4 {
		font-size: 1.5rem;
		line-height: 1.2916666667;
	}
	
	.flex-rows h5 {
		font-size: 1.1666666667rem;
		line-height: 1.2857142857;
	}
}

:root {
	interpolate-size: allow-keywords;
}

.flex-accordion {
	overflow: hidden;
}

.flex-accordion .flex-accordion__details {
	margin-bottom: 30px;
}

.flex-accordion .flex-accordion__details:last-child {
	margin-bottom: 0;
}
  
.flex-accordion .flex-accordion__details::details-content {
	block-size: 0%;
	transition: block-size 0.4s, content-visibility 0.2s;
	transition-behavior: allow-discrete;
}
  
.flex-accordion .flex-accordion__details[open]::details-content {
	block-size: auto;
}

.flex-accordion .flex-accordion__summary {
	position: relative;
	background-color: #fff;
	background-image: url("images/accordion_plus.svg");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 33px;
	color: #103659;
	cursor: pointer;
	font-size: 1.6875rem;
	font-weight: 600;
	line-height: 1.1111;
	list-style: none;
	padding: 0 48px 15px 0;
}

.flex-accordion .flex-accordion__summary::after {
	position: absolute;
	right: 50%;
	left: 50%;
	bottom: 0;
	background-color: #103659;
	content: '';
	display: block;
	height: 1px;
	margin-right: -50vw;
	margin-left: -50vw;
	max-width: 100vw;
	width: 100vw;
}
  
.flex-accordion .flex-accordion__summary::marker,
.flex-accordion .flex-accordion__summary::-webkit-details-marker {
	list-style: none;
}
  
.flex-accordion .flex-accordion__summary:focus {
	outline: 0;
}
  
.flex-accordion .flex-accordion__details[open] .flex-accordion__summary {
	background-image: url("images/accordion_minus.svg");
}
  
.flex-accordion .flex-accordion__copy {
	padding-top: 20px;
}

.flex-case-study-accordion .flex-case-study-accordion__case-study {
	position: relative;
	background-color: #E6F3FF;
	margin-top: 30px;
	padding: 30px 0;
}

.flex-case-study-accordion .flex-case-study-accordion__case-study::after {
	position: absolute;
	top: 0;
	right: 50%;
	left: 50%;
	z-index: -1;
	background-color: inherit;
	content: '';
	display: block;
	height: 100%;
	margin-right: -50vw;
	margin-left: -50vw;
	max-width: 100vw;
	width: 100vw;
}

.flex-case-study-accordion .flex-case-study-accordion__case-study h2,
.flex-case-study-accordion .flex-case-study-accordion__case-study h3,
.flex-case-study-accordion .flex-case-study-accordion__case-study h4,
.flex-case-study-accordion .flex-case-study-accordion__case-study h5 {
	color: #103659;
}

.flex-case-study-accordion .flex-case-study-accordion__case-study h2::after {
	background-color: currentColor;
}

/* Electrify Systems */
.page-id-23652 .flex-case-study-accordion .flex-case-study-accordion__case-study {
	background-color: #EFFAFB;
}

.page-id-23652 .flex-case-study-accordion .flex-case-study-accordion__case-study h2,
.page-id-23652 .flex-case-study-accordion .flex-case-study-accordion__case-study h3,
.page-id-23652 .flex-case-study-accordion .flex-case-study-accordion__case-study h4,
.page-id-23652 .flex-case-study-accordion .flex-case-study-accordion__case-study h5 {
	color: #0C7561;
}

/* Scale Funding */
.page-id-23654 .flex-case-study-accordion .flex-case-study-accordion__case-study {
	background-color: #FDEEDE;
}

.page-id-23654 .flex-case-study-accordion .flex-case-study-accordion__case-study h2,
.page-id-23654 .flex-case-study-accordion .flex-case-study-accordion__case-study h3,
.page-id-23654 .flex-case-study-accordion .flex-case-study-accordion__case-study h4,
.page-id-23654 .flex-case-study-accordion .flex-case-study-accordion__case-study h5 {
	color: #EF6B11;
}

.flex-case-study-accordion .flex-case-study-accordion__case-study__figure {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.flex-accordion .flex-accordion__details {
		margin-bottom: 60px;
	}
	
	.flex-accordion .flex-accordion__summary {
		background-size: 46px;
		font-size: 2.25rem;
		line-height: 1.1944;
		padding: 0 66px 20px 0;
	}

	.flex-accordion .flex-accordion__copy {
		padding-top: 30px;
	}

	.flex-case-study-accordion .flex-case-study-accordion__case-study {
		margin-top: 60px;
		padding: 60px 0;
	}

	.flex-case-study-accordion .flex-case-study-accordion__case-study__figure {
		margin-bottom: 40px;
	}
}

@media (min-width: 992px) {
	.flex-case-study-accordion .flex-case-study-accordion__summary {
		margin-left: 8.3333%;
		width: 83.3333%;
	}

	.flex-case-study-accordion .flex-case-study-accordion__case-study__figure {
		margin-bottom: 0;
	}
}

div.flex-header {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 265px;
	padding-bottom: 30px;
}

div.flex-header::after {
	position: absolute;
	top: 0;
	left: 0;
	background-blend-mode: multiply;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 0%, rgba(255, 255, 255, 0) 100%);
	content: '';
	display: block;
	height: 100%;
	width: 100%;
}

div.flex-header .flex-header__heading {
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.125;
	margin-bottom: 0;
	padding-bottom: 18px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
}

div.flex-header .flex-header__heading::after {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #25C1A3;
	content: '';
	display: block;
	height: 8px;
	width: 60px;
}

@media (min-width: 768px) {
	div.flex-header {
		padding-top: 155px;
		padding-bottom: 193px;
	}

	div.flex-header .flex-header__heading {
		font-size: 4rem;
		line-height: 1.1875;
	}
}

.flex-divider .flex-divider__hr {
	background: #25C1A3;
	height: 2px;
	margin: 0;
}

.flex-image .flex-image__heading {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.flex-image .flex-image__heading {
		margin-bottom: 30px;
	}
}

div.flex-menu {
	padding: 25px 0;
}

div.flex-menu .flex-menu__label {
	color: #25C1A3;
	font-size: 1.1875rem;
	font-weight: 600;
	line-height: 1.2631578947;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	div.flex-menu {
		padding: 0;
	}
}

.flex-basic-text, .flex-accordion {
	font-size: 1rem;
	line-height: 1.6875;
}

@media (min-width: 768px) {
	.flex-basic-text, .flex-accordion {
		font-size: 1.1875rem;
		line-height: 1.7368421053;
	}
}

.flex-large-text {
	font-size: 1.1875rem;
	line-height: 1.5789473684;
}

@media (min-width: 768px) {
	.flex-large-text {
		font-size: 1.5rem;
		line-height: 1.5416666667;
	}
}

.text-caption {
	background-color: #EFEFEF;
	font-size: 1rem;
	line-height: 1.3125;
	padding: 10px;
}

.flex-image.has-bg--gray .text-caption,
.flex-case-study-accordion__case-study .text-caption {
	background-color: #fff;
}

.wysiwyg a:not(.btn) {
	color: #388DCE;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: #25C1A3;
	text-decoration-thickness: 3px;
	text-underline-offset: 0.25em;
	text-underline-position: from-font;
}

.wysiwyg a:focus {
	outline: 3px solid #000;
}

.wysiwyg a:hover {
	color: #25C1A3;
	text-decoration-color: #25C1A3;
	text-decoration-thickness: 3px;
	text-underline-offset: 0.25em;
}

.wysiwyg blockquote {
	background-color: rgba(37, 193, 163, 0.1);
	font-size: 1.5rem;
	line-height: 1.5416666667;
	padding: 30px !important;
}

.wysiwyg blockquote > :last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.wysiwyg ul > li {
	padding-left: 40px;
}

.wysiwyg ul > li::before {
	top: 6px;
	content: '';
	background-image: url('images/flex_bullet.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
	height: 16px;
	width: 25px;
}

.wysiwyg > :last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

@media (min-width: 768px) {
	.wysiwyg ul > li::before {
		top: 8px;
	}
}

.flex-rows > * + * {
	margin-top: 30px;
}

.flex-rows > *:not(.has-bg):last-child {
	margin-bottom: 30px;
}

.has-bg {
	padding: 30px 0;
}

.has-bg + .has-bg {
	margin-top: 0;
}

.has-bg--dark-blue {
	background-color: #103659;
}

.has-bg--gray {
	background-color: #EFEFEF;
}

.has-bg--gray + .has-bg--gray {
	padding-top: 0;
}

@media (min-width: 768px) {
	.flex-rows > * + * {
		margin-top: 60px;
	}
	
	.flex-rows > *:not(.has-bg):last-child {
		margin-bottom: 60px;
	}

	.has-bg {
		padding: 60px 0;
	}
}

.btn.btn-light-blue {
	background: #388DCE;
	border: 0;
	color: #fff;
	font-size: 1.1875rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.1578947368;
	min-width: 0;
	padding: 15px 30px;
	text-transform: uppercase;
}

.btn.btn-light-blue:focus {
	outline: 3px solid #000;
	outline-offset: -3px;
}

.btn.btn-light-blue:hover {
	background: #25C1A3;
	color: #103659;
}