/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, ol, ul, li, h1, h2, h3, h4, h5, h6, p, form {
	border: none;
	margin: 0;
	padding: 0;
}
* {outline: 0;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol li, ul li {
	list-style-position: outside;
}

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

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

/* =Global
----------------------------------------------- */

@font-face {
	font-family: 'Metric';
	src: url("../fonts/Metric-Regular.eot");
	src: url("../fonts/Metric-Regular.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/Metric-Regular.woff") format("woff"),
		 url("../fonts/Metric-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Metric';
	src: url("../fonts/Metric-RegularItalic.eot");
	src: url("../fonts/Metric-RegularItalic.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/Metric-RegularItalic.woff") format("woff"),
		 url("../fonts/Metric-RegularItalic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Metric';
	src: url("../fonts/Metric-Light.eot");
	src: url("../fonts/Metric-Light.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/Metric-Light.woff") format("woff"),
		 url("../fonts/Metric-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Metric';
	src: url("../fonts/Metric-Medium.eot");
	src: url("../fonts/Metric-Medium.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/Metric-Medium.woff") format("woff"),
		 url("../fonts/Metric-Medium.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

body {
	font-family: 'Metric', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #292829;
	background: #F3F4F4;
}

h1, h2, h3, h4, h5, h6, #footer_menu .menu_wrapper > .menu-item > a, legend {
	font-weight: bold;
	font-family: 'Metric', Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 56px;
	line-height: 60px;
	font-weight: 300;
	margin-bottom: 20px;
}

h1.vc_custom_heading {
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #E61E4D;
}

h2 {
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 20px !important;
}

h3 {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 20px;
}

h4, #footer_menu .menu_wrapper > .menu-item > a, legend {
	display: block;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
}

h5 {
	font-size: 20px;
	line-height: 29px;
	margin-bottom: 10px;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #E61E4D;
	text-decoration: none;
}

blockquote {
	background: #eceef0;
	margin-bottom: 0;
	padding: 25px 20px 1px 20px;
	border-left: 5px solid #cfe5e7;
	margin: 0 0 25px 0;
}

.clear {
	clear: both;
	font-size: 1px;
}

.clearfix:after, .wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.wrapper.clearnone:after {display: none;}

.a11y, .flex-pauseplay, .breadcrumbs a.home span, .js-carrousel__control__list {
	position: absolute;
	left: -9999px;
}

.thumbnail img {
	width: 100%;
	height: auto;
}

.thumbnail a img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.thumbnail a:hover img {
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	transform:scale(1.15);
}

/* To make YouTube/Vimeo iframe responsive */

.video_iframe {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video_iframe iframe, .video_iframe object, .video_iframe embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.vc_general.vc_btn3, .button a, #mainmenu .button a, a.fasc-button, input[type="submit"], #primary .wp-pagenavi span, #primary .wp-pagenavi a {
	font-family: 'Metric', Arial, Helvetica, sans-serif;
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 23px 30px;
	border: none;
	font-weight: bold;
	font-size: 18px;
	transition: all .3s ease;
	cursor: pointer;
}

input, button {
	font-family: 'Metric', Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#mainmenu .button a {
	float: right;
	border-top: none !important;
	padding: 28px 34px 29px 34px;
}

a.vc_general.vc_btn3:hover, a.vc_general.vc_btn3:focus, a.vc_general.vc_btn3:active,
.card_inner .tags a:hover, .card_inner .tags a:focus, .card_inner .tags a:active,
.button a:hover, .button a:focus, .button a:active,
#mainmenu .button a:hover, #mainmenu .button a:focus, #mainmenu .button a:active,
a.fasc-button:hover, a.fasc-button:focus, a.fasc-button:active,
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active,
#primary .wp-pagenavi a:hover, #primary .wp-pagenavi a:focus, #primary .wp-pagenavi a:active,
body .add_new_event_form button:hover, body .add_new_event_form button:focus, body .add_new_event_form button:active {
	background: #E61E4D;
	color: #fff;
	outline: none;
	text-decoration: underline;
	border: none;
}

a.fasc-button {
	background: #E61E4D !important;
	color: #fff !important;
}
a.fasc-button:hover, a.fasc-button:focus, a.fasc-button:active {
	background: #000 !important;
	color: #fff !important;
	text-decoration: underline !important;
}

.sidebar a.fasc-button {
	background: #000 !important;
	color: #fff !important;
}
.sidebar a.fasc-button:hover, .sidebar a.fasc-button:focus, .sidebar a.fasc-button:active {
	background: #E61E4D !important;
	color: #fff !important;
}

#main .vc_section.gradient a.vc_general.vc_btn3, .page_intro a.vc_general.vc_btn3 {background: #E61E4D;}
#main .vc_section.gradient a.vc_general.vc_btn3:hover, #main .vc_section.gradient a.vc_general.vc_btn3:focus, #main .vc_section.gradient a.vc_general.vc_btn3:active,
.page_intro a.vc_general.vc_btn3:hover, .page_intro a.vc_general.vc_btn3:focus, .page_intro a.vc_general.vc_btn3:active {background: #000;}

a.vc_general.vc_btn3.vc_btn3-color-btn-black, .button.black a {background: #000 !important;}

a.vc_general.vc_btn3.vc_btn3-color-btn-black:hover, a.vc_general.vc_btn3.vc_btn3-color-btn-black:focus, a.vc_general.vc_btn3.vc_btn3-color-btn-black:active,
a.vc_general.vc_btn3.vc_btn3-color-btn-black.button.black a:hover, .button.black a:focus, .button.black a:active {background: #E61E4D !important;}

a.vc_general.vc_btn3.vc_btn3-color-btn-magenta, .button.magenta a, .js-accordion a.vc_general.vc_btn3 {background: #E61E4D !important;}

a.vc_general.vc_btn3.vc_btn3-color-btn-magenta:hover, a.vc_general.vc_btn3.vc_btn3-color-btn-magenta:focus, a.vc_general.vc_btn3.vc_btn3-color-btn-magenta:active,
.button.magenta a:hover, .button.magenta a:focus, .button.magenta a:active,
.js-accordion a.vc_general.vc_btn3:hover, .js-accordion a.vc_general.vc_btn3:focus, .js-accordion a.vc_general.vc_btn3:active {background: #000 !important;}

a.vc_general.vc_btn3.vc_btn3-color-btn-white, .button.white a {background: #fff !important; color: #000 !important;}

a.vc_general.vc_btn3.vc_btn3-color-btn-white:hover, a.vc_general.vc_btn3.vc_btn3-color-btn-white:focus, a.vc_general.vc_btn3.vc_btn3-color-btn-white:active,
.button.white a:hover, .button.white a:focus, .button.white a:active {background: #E61E4D !important; color: #fff !important;}

a.vc_general.vc_btn3.vc_btn3-color-btn-hollow, .button.hollow a {
	background: none !important;
	color: #000 !important;
	border: 1px solid #292829;
	padding: 23px 29px;
}

a.vc_general.vc_btn3.vc_btn3-color-btn-hollow:hover, a.vc_general.vc_btn3.vc_btn3-color-btn-hollow:focus, a.vc_general.vc_btn3.vc_btn3-color-btn-hollow:active,
.button.hollow a:hover, .button.white a:focus, .button.white a:active {
	background: #E61E4D !important;
	color: #fff !important;
	border: 1px solid #E61E4D;
}

a.vc_general.vc_btn3.vc_btn3-color-btn-arrow, .js-accordion a.vc_general.vc_btn3.vc_btn3-color-btn-arrow {
	padding: 0 30px 0 0;
	background: none !important;
	color: #000;
	text-decoration: none;
}
.js-accordion a.vc_general.vc_btn3.vc_btn3-color-btn-arrow:hover, .js-accordion a.vc_general.vc_btn3.vc_btn3-color-btn-arrow:focus, .js-accordion a.vc_general.vc_btn3.vc_btn3-color-btn-arrow:active {
	background: none;
}

a.vc_general.vc_btn3.vc_btn3-icon-left {
	position: relative;
	padding-left: 50px;
}
a.vc_general.vc_btn3.vc_btn3-icon-left.vc_btn3-color-btn-arrow {padding-left: 25px;}
a.vc_general.vc_btn3.vc_btn3-icon-left i.vc_btn3-icon {
	position: absolute;
	left: 20px;
	margin-top: -3px;
}
a.vc_general.vc_btn3.vc_btn3-icon-left.vc_btn3-color-btn-arrow i.vc_btn3-icon {left: 0;}
a.vc_general.vc_btn3.vc_btn3-icon-right {
	position: relative;
	padding-right: 50px;
}
a.vc_general.vc_btn3.vc_btn3-icon-right i.vc_btn3-icon {
	position: absolute;
	right: 20px;
	margin-top: -3px;
}

a.vc_general.vc_btn3.vc_btn3-icon-left.vc_btn3-color-btn-arrow i.vc_btn3-icon, a.vc_general.vc_btn3.vc_btn3-icon-right.vc_btn3-color-btn-arrow i.vc_btn3-icon {
	color: #E61E4D;
}

#main .vc_section.gradient a.vc_general.vc_btn3.vc_btn3-color-btn-arrow,
#main .page_header a.vc_general.vc_btn3.vc_btn3-color-btn-arrow {color: #fff;}

a.vc_general.vc_btn3.vc_btn3-color-btn-arrow:after {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	color: #E61E4D;
	font-weight: 300;
	vertical-align: top;
	font-size: 18px !important;
	margin-left: 8px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.vc_btn3-block.vc_general.vc_btn3.vc_btn3-color-btn-arrow:after {
	position: absolute;
	right: 10px;
	top: 0;
}

a.vc_general.vc_btn3.vc_btn3-color-btn-arrow:hover:after,
a.vc_general.vc_btn3.vc_btn3-color-btn-arrow:focus:after,
a.vc_general.vc_btn3.vc_btn3-color-btn-arrow:active:after {
	margin-left: 18px;
}

a.vc_btn3-block.vc_general.vc_btn3.vc_btn3-color-btn-arrow:hover:after,
a.vc_btn3-block.vc_general.vc_btn3.vc_btn3-color-btn-arrow:focus:after,
a.vc_btn3-block.vc_general.vc_btn3.vc_btn3-color-btn-arrow:active:after {
	right: 0;
}

a.vc_general.vc_btn3.vc_btn3-color-btn-arrow:hover, a.vc_general.vc_btn3.vc_btn3-color-btn-arrow:focus, a.vc_general.vc_btn3.vc_btn3-color-btn-arrow:active {
	color: #E61E4D;
	text-decoration: none;
}

a.vc_general.vc_btn3.vc_btn3-color-btn-arrow:hover span, a.vc_general.vc_btn3.vc_btn3-color-btn-arrow:focus span, a.vc_general.vc_btn3.vc_btn3-color-btn-arrow:active span {text-decoration: underline;}

.wp-caption {display: table;}

.wp-caption img {display: block;}

.wp-caption p {
	display: table-caption;
    caption-side: bottom;
	margin-bottom: 0 !important;
	margin-top: 8px;
	font-size: 14px;
	color: #666;
	text-align: right;
}

.vc_single_image-wrapper {position: relative;}

.carrousel figure {
	display: inline-block;
	margin: 0 auto;
}

span.photoby {
	display: block;
	position: absolute;
	z-index: 2;
	background: #000;
	font-size: 12px;
	color: #fff;
	padding: 5px 18px;
	right: 0;
	bottom: 0;
	vertical-align: middle;
}

span.photoby:before {
	content: "\f083";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	vertical-align: top;
	font-size: 12px !important;
	margin-right: 8px;
}

#main .wpb_single_image .vc_figure-caption, .carrousel .vc_figure-caption {
	margin-top: 8px;
	font-size: 14px;
	line-height: 18px;
	color: #666;
	text-align: right;
}

body .wpb_button, body .wpb_content_element, body ul.wpb_thumbnails-fluid > li {margin-bottom: 0;}
.wpb_text_column + .js-accordion, .wpb_text_column + .vc_btn3-container {margin-top: 20px;}

.margin_top {margin-top: 40px;}

.section_white {background: #fff;}
.section_black {background: #000; color: #fff;}

.section_black a {color: #fff;}
.section_black a:hover, .section_black a:focus, .section_black a:active {color: #E61E4D;}

hr {
	clear: both;
	border: none;
	border-top: 1px solid #E2E2E2;
	margin: 50px 0;
}

/* =Structure
----------------------------------------------- */

.wrapper {
	max-width: 1400px;
	min-width: 280px;
	padding: 0 20px;
	margin: 0 auto;
}

#main {

}

#main p, #main ol, #main ul, .cta_block, form fieldset {margin-bottom: 18px;}
#main ul ul {margin-top: 10px;}
#main p.label {margin-bottom: 0;}
#main label > select, #main .filters input#keywords {margin-top: 10px;}
body.home #main p, body.home #main ol, body.home #main ul, body.home .cta_block {margin-bottom: 25px;}
#main ol, #main ul {margin-left: 18px;}
#main nav ul {margin: 0;}
#main nav ul, #main nav li {list-style-type: none;}
#main .mom_tta_panel_afterbutton ul {margin-bottom: 0;}

#main ul li, #main ol li {margin-bottom: 15px;}
#main li::marker {color: #E61E4D;}

#main p + h1, #main p + h2, #main p + h3, #main p + h4, #main p + h5, .vc_row + h2,
#main ul + h1, #main ol + h1, #main ul + h2, #main ol + h2, #main ul + h3, #main ol + h3, #main ul + h4, #main ol + h4 {margin-top: 60px;}
#main .vc_btn3-container + .wpb_text_column, #main .file_download + .wpb_text_column {margin-top: 30px;}
.wpb_text_column + .file_download {margin-top: 20px;}

.wp-caption p {
	background: #eceef0;
	margin-bottom: 0;
	font-size: 16px;
	padding: 10px 20px;
	font-style: italic;
	border-bottom: 5px solid #cfe5e7;
}

/* Block Alignment */

.alignleft {
	float: left;
	margin: 0 40px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 40px;
}

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

/* Text Alignment */

.textleft {text-align: left;}
.textright {text-align: right;}
.textcenter {text-align: center;}
.textjustify {text-align: justify;}

.card_date {
	color: #666;
	font-size: 16px;
	margin-bottom: 15px;
}

.card_date i {
	color: #000;
	margin-right: 10px;
}

.card_date i + i {margin-left: 40px;}

.duration {margin-left: 25px;}

.duration:before {
	content: "\f017" !important;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	vertical-align: top;
	font-size: 18px !important;
	margin-right: 8px !important;
}

/* =VC structural CSS
----------------------------------------------- */

#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {margin-bottom: inherit;}

#main .vc_section {
	padding-top: 150px;
	padding-bottom: 150px;
}

#main .no_quick_links .vc_section, body.single-news #readnow.no_quick_links, body.single-pec-events #readnow.no_quick_links {
	padding-top: 100px;
	padding-bottom: 100px;
}

#main .vc_section > .vc_row + .vc_row, #main .vc_section > .vc_row + .vc_row-full-width + .vc_row {margin-top: 30px;}
body.home #main .vc_section > .vc_row + .vc_row, body.home #main .vc_section > .vc_row + .vc_row-full-width + .vc_row {margin-top: 130px;}

body.single-highlight .vc_row + .vc_row {margin-top: 50px;}

.vc_section.section_default + .vc_row-full-width + .vc_section.section_default {padding-top: 0;}

.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper,
.vc_row-o-equal-height > .wpb_column .vc_column-inner.card,
.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper .card_inner,
.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper .cta_block {min-height: 100%;}

.vc_section[data-vc-full-width] > .vc_row.vc_column-gap-large, .vc_row.vc_inner.vc_column-gap-large {
	margin-left: -75px;
	margin-right: -75px;
}

.vc_column_container > .vc_column-inner {padding: 0 24px;}
.vc_column-gap-none > .vc_column_container > .vc_column-inner {padding: 0;}
.vc_column-gap-large > .vc_column_container > .vc_column-inner {padding: 0 75px;}

#main .vc_section.padding_none {
	padding-top: 0 !important;
	padding-bottom: 0;
}

body.home #main .vc_section.padding_none > .vc_row {margin-bottom: 0;}

#main .vc_section.padding_small {
	padding-top: 80px;
	padding-bottom: 80px;
}

#main .vc_section.padding_large {
	padding-top: 240px;
	padding-bottom: 240px;
}

#main .vc_section.gradient, #main .vc_section.gradient h1.vc_custom_heading, .page_header {
	color: #fff;
}

#main .vc_section.gradient {background-size: cover;}

#main .vc_section.gradient:before, .page_header:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/section_gradient.png) repeat-y center top;
}

#main .vc_section.gradient.home_intro:before {background: url(../images/section_home_gradient.png) repeat-y center top;}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
	margin-bottom: 18px;
}

.container {margin: 0 -15px;}

.small {font-size: 0.89em;}

/* =Top
----------------------------------------------- */

#top {
	background: #F39200;
	padding: 17px 60px;
	text-align: center;
	position: relative;
}

#top button.hide_top {
	position: absolute;
	right: 20px;
	top: 13px;
	border: none;
	background: none;
	padding: 5px 10px;
	cursor: pointer;
	color: #292829;
	box-sizing: border-box;
}

#top button.hide_top:hover, #top button.hide_top:focus, #top button.hide_top:active {
	color: #292829;
	outline: 2px dotted #292829;
}

#top button.hide_top i {
	vertical-align: baseline;
	font-size: 24px;
	line-height: 24px;
}

#top a {font-weight: bold;}
#top a:hover, #top a:focus, #top a:active {color: #292829;}

/* =Header
----------------------------------------------- */

#branding {
	position: relative;
	background: #000;
	color: #fff;
	padding: 20px 60px;
}

#branding #site-title {
	float: left;
}

#branding #site-title a {text-decoration: none;}
#branding #site-title a:focus, #branding #site-title a:active {
	outline: 2px dotted #fff;
}

#branding #site-title img {width: 101px;}

.header_right {
	text-align: right;
	padding-top: 20px;
}

/* =Top menu
-------------------------------------------------------------- */

#topmenu {
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
}

#topmenu li {
	display: inline;
	margin-left: 40px;
	list-style-type: none;
}

#topmenu li:first-child {margin-left: 0;}

#topmenu a {
	color: #fff;
	text-decoration: none;
}

#topmenu a:hover, #topmenu a:focus, #topmenu a:active {
	color: #fff;
	text-decoration: underline;
}

/* =Social icons
-------------------------------------------------------------- */

.socials {
	position: absolute;
	left: 195px;
	top: 50%;
	margin-top: -16px;
	vertical-align: middle;
}

#footer .socials {
	position: static;
	margin: 0 0 60px 0;
}

#footer .socials li:first-child {margin-left: 0;}

#branding .socials h4 {display: none;}

.socials li {
	list-style-type: none;
	display: inline;
	margin: 0 5px;
}

.socials a, #mobile_menu .socials-mobile a {
	display: inline-block;
	width: 29px;
	padding: 0 0 0 1px;
	height: 30px;
	font-size: 15px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	background: #000;
	border: 1px solid #292829;
	text-decoration: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

#footer .socials a {
	width: 44px;
	height: 45px;
	line-height: 50px;
}

.socials a:hover, .socials a:focus, .socials a:active,
#mobile_menu .socials-mobile a:hover, #mobile_menu .socials-mobile a:focus, #mobile_menu .socials-mobile a:active {
	background: #E61E4D;
	color: #fff;
}
#footer .socials a:hover, #footer .socials a:focus, #footer .socials a:active {color: #fff;}

/* =Search form
-------------------------------------------------------------- */

.searchform {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 0 20px 0;
}
#main .searchform {display: block;}

#branding .searchform {margin: 0 0 0 40px;}

#branding .searchform input.field, #main .searchform input.field {
	font-family: 'Metric', Arial, Helvetica, sans-serif;
	font-size: 18px;
	background: none;
	border: 1px solid #292829;
	color: #fff;
	display: inline-block;
	background: none;
	padding: 18px 62px 18px 24px;
	box-sizing: border-box;
	width: 256px;
	height: 57px;
	vertical-align: top;
}

#main .searchform input.field {
	border: 1px solid #fff;
	width: 100%;
}

#branding .searchform input.field:hover, #branding .searchform input.field:focus, #branding .searchform input.field:active,
#main .searchform input.field:hover, #main .searchform input.field:focus, #main .searchform input.field:active {
	border: 2px dotted #fff;
	padding: 17px 61px 17px 23px;
}

#branding .searchform input::-webkit-input-placeholder, #main .searchform input::-webkit-input-placeholder {color: #fff; opacity: 1; font-family: 'Metric', Arial, Helvetica, sans-serif;}
#branding .searchform input:-moz-placeholder, #main .searchform input:-moz-placeholder {color: #fff; opacity: 1; font-family: 'Metric', Arial, Helvetica, sans-serif;}
#branding .searchform input::-moz-placeholder, #main .searchform input::-moz-placeholder {color: #fff; opacity: 1; font-family: 'Metric', Arial, Helvetica, sans-serif;}
#branding .searchform input:-ms-input-placeholder, #main .searchform input:-ms-input-placeholder {color: #fff; opacity: 1; font-family: 'Metric', Arial, Helvetica, sans-serif;}

.searchform button[type="submit"] {
	display: block;
	position: absolute;
	right: 2px;
	top: 2px;
	padding: 10px;
	border: none;
	height: 55px;
	width: 46px;
	background: none;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
}
#main .searchform button[type="submit"] {
	top: 1px;
	height: 55px;
}

.searchform button[type="submit"]:hover, .searchform button[type="submit"]:focus, .searchform button[type="submit"]:active {
	outline: 2px dotted #fff;
}

.searchform button[type="submit"] i.fas {font-weight: 300;}

/* =Main menu
-------------------------------------------------------------- */

button.show_nav, button.show_nav * {vertical-align: middle;}

button.show_nav {
	display: none;
	float: right;
	background: none;
	padding: 10px 40px 10px 10px;
	color: #fff;
	border: none;
	font-size: 35px;
	z-index: 9;
	cursor: pointer;
	white-space: nowrap;
	font-size: 18px;
	line-height: 18px;
	margin: 10px 0 0 20px;
	position: relative;
	text-align: left;
}
button.show_nav:hover, button.show_nav:focus, button.show_nav:active {outline: 2px dotted #fff;}

button.show_nav i {
	position: absolute;
	right: 10px;
	top: 7px;
	font-size: 24px;
	line-height: 24px;
}

#mainmenu {
	position: relative;
	background: #F3F4F4;
	padding: 0 0 0 30px;
}

#mainmenu li {
	display: inline-block;
	list-style-type: none;
	white-space: nowrap;
}

#mainmenu li:first-child {margin-left: 0;}

#mainmenu a {
	border-top: 7px solid #F3F4F4;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 21px 30px 28px 30px;
}

#mainmenu li.current-page-ancestor > a,
#mainmenu li.current-menu-ancestor > a,
#mainmenu li.current-menu-parent > a,
#mainmenu li.current-post-ancestor > a,
#mainmenu li.current_page_parent > a,
#mainmenu li.current-category-ancestor > a,
#mainmenu li.current_page_ancestor > a,
#mainmenu li.current-menu-item > a,
#mainmenu li.current-type-ancestor > a,
#mainmenu li.current-menu-item > a,
#mainmenu li.current-product-ancestor > a,
#mainmenu li[aria-expanded="true"] > a,
#mainmenu a:focus,
#mainmenu a:active,
#mainmenu a:hover {
	border-top: 7px solid #E61E4D;
	color: #E61E4D;
	text-decoration: none;
	position: relative;
}

#mainmenu a:focus,
#mainmenu a:active {
	outline: 2px dotted #E61E4D;
}

#mainmenu ul#menu-main-menu > li > ul {
	position: absolute;
	z-index: 999999;
    left: -9999px;
	top: 100%;
	margin-top: -1px;
	border: 1px solid #E5E6EB;
	background: #fff;
	text-align: left;
	width: 320px;
}

#mainmenu ul#menu-main-menu > li > ul > li {
	display: block;
	padding: 0 30px;
	box-sizing: border-box;
	white-space: normal;
	margin-left: 0;
}

#mainmenu ul ul ul {
	border-bottom: 1px solid #E5E6EB;
	padding-bottom: 10px;
	margin-top: -10px;
}
#mainmenu ul ul li {
	white-space: normal;
	line-height: 21px;
}
#mainmenu ul ul ul li {display: block;}

#mainmenu ul ul a {
	display: block;
	border-top: 1px solid #E5E6EB !important;
	font-weight: bold;
	font-size: 16px;
	background-color: #fff;
	padding: 15px 0;
}
#mainmenu ul ul li:first-child > a {border-top: none !important;}
/*#mainmenu .menu-item-has-children > a {border-bottom: 1px solid #fff;}*/

#mainmenu ul ul ul li, #mainmenu ul ul ul li:first-child {margin-left: 20px;}

#mainmenu ul ul ul a {
	border: none;
	padding: 8px 0;
}

#mainmenu ul ul a:after, #mobile_menu ul ul a:after {
	content: "\f054" !important;
	font-family: "Font Awesome 5 Pro";
	vertical-align: top;
	font-size: 11px !important;
	margin-left: 8px !important;
}
#mainmenu ul ul a:hover:after, #mainmenu ul ul a:focus:after, #mainmenu ul ul a:active:after,
#mobile_menu ul ul a:hover:after, #mobile_menu ul ul a:focus:after, #mobile_menu ul ul a:active:after {content: "\f061" !important;}

#mainmenu ul ul li.current-page-ancestor > a,
#mainmenu ul ul li.current-menu-ancestor > a,
#mainmenu ul ul li.current-menu-parent > a,
#mainmenu ul ul li.current_page_parent > a,
#mainmenu ul ul li.current-category-ancestor > a,
#mainmenu ul ul li.current-post-ancestor > a,
#mainmenu ul ul li.current_page_ancestor > a,
#mainmenu ul ul li.current-menu-item > a,
#mainmenu ul ul li.current-type-ancestor > a,
#mainmenu ul ul li.current-menu-item > a,
#mainmenu ul ul li.current-product-ancestor > a,
#mainmenu ul ul li[aria-expanded="true"] > a,
#mainmenu ul ul a:focus,
#mainmenu ul ul a:active,
#mainmenu ul ul a:hover {
}

#mainmenu li[aria-haspopup="true"] > a:after,
#mobile_menu li[aria-haspopup="true"] > a:after {
	content: "\f078";
	font-weight: normal;
	font-size: 17px;
	line-height: 24px;
	vertical-align: baseline;
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	margin: -1px 0 0 8px;
}
#mobile_menu li[aria-haspopup="true"] > a:after {font-size: 12px;}

#mainmenu li[aria-haspopup="true"] > a:after, #mainmenu ul ul a:after,
#mobile_menu li[aria-haspopup="true"] > a:after, #mobile_menu ul ul a:after {
	transition: all .3s ease;
	text-decoration: none !important;
}

#mainmenu ul#menu-main-menu > li[aria-expanded="true"] > a:after,
#mobile_menu ul#menu-mobile-menu > li[aria-expanded="true"] > a:after {
	transform: scaleY(-1);
}

#mainmenu ul#menu-main-menu > li:hover > ul, #mainmenu ul#menu-main-menu > li.menu-item-has-children[aria-expanded="true"] > ul, #mainmenu ul#menu-main-menu > li > a:hover + ul, #mainmenu ul#menu-main-menu > li > a:focus + ul, #mainmenu ul#menu-main-menu > li > a:active + ul {left: auto; right: auto;}

#mobile_menu li.current-page-ancestor > a,
#mobile_menu li.current-menu-ancestor > a,
#mobile_menu li.current-menu-parent > a,
#mobile_menu li.current-post-ancestor > a,
#mobile_menu li.current_page_parent > a,
#mobile_menu li.current-category-ancestor > a,
#mobile_menu li.current_page_ancestor > a,
#mobile_menu li.current-menu-item > a,
#mobile_menu li.current-type-ancestor > a,
#mobile_menu li.current-menu-item > a,
#mobile_menu li.current-product-ancestor > a,
#mobile_menu li[aria-expanded="true"] > a,
#mobile_menu a:focus,
#mobile_menu a:active,
#mobile_menu a:hover {
	/*color: #E61E4D;
	text-decoration: none !important;*/
}

/* =Mobile Menu
-------------------------------------------------------------- */

#mobile_menu {
	display: none;
	font-size: 16px;
	font-weight: bold;
}

#mobile_menu ul, #mobile_menu li {list-style-type: none;}

#mobile_menu li {
	padding: 0 20px;
}

#mobile_menu a {
	display: block;
	text-decoration: none;
	padding: 18px 0;
	border-bottom: 1px solid #E9E9E9;
}

#mobile_menu ul#menu-top-menu-mobile {margin: 10px 0;}

#mobile_menu ul#menu-top-menu-mobile a {
	padding: 5px 0;
	border-bottom: none;
}

#mobile_menu .button a {
	border-bottom: none;
	text-align: center;
	padding: 18px;
}
#mobile_menu a:hover, #mobile_menu a:focus, #mobile_menu a:active {text-decoration: underline;}
#mobile_menu a:hover:after, #mobile_menu a:focus:after, #mobile_menu a:active:after {text-decoration: none !important;}

#mobile_menu ul ul {
	position: absolute;
	left: -9999px;
	border-bottom: 1px solid #E9E9E9;
	padding: 10px 0 10px 20px;
}

#mobile_menu li li {
	border-bottom: none;
	padding: 0;
}

#mobile_menu ul ul a {
	padding: 5px 0;
	border-bottom: none;
}

#mobile_menu li.menu-item-has-children[aria-expanded="true"] > ul {position: static;}

#mobile_menu .socials-mobile {
	position: static;
	margin: 10px 15px;
}

#mobile_menu .socials-mobile li {
	list-style-type: none;
	display: inline;
	margin: 0 5px;
	padding: 0;
}

/* =Homepage
----------------------------------------------- */

section.home_intro {
	font-size: 24px;
	line-height: 35px;
}

/* =Cards
----------------------------------------------- */

.card.vc_column-inner .card_inner {margin-bottom: 30px;}

/*.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper,
.vc_row-o-equal-height > .wpb_column > .vc_column-inner .card_inner,
.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper .card_inner,
.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper .cta_block {min-height: 100%;}
*/

.vc_row-o-equal-height > .wpb_column > .card.vc_column-inner, .vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper .card.vc_column-inner,
.vc_row-o-equal-height > .wpb_column > .card.vc_column-inner .card_inner, .vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper .card.vc_column-inner .card_inner {
	align-self: flex-start;
	-webkit-align-self: flex-start;
	
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card_inner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 40px 30px 30px 30px;
	background: #fff;
	color: #292829;
}

#main .card_inner p:last-child {margin-bottom: 0;}

.card_inner a.vc_btn3 {color: #000 !important;}
.card_inner a.vc_btn3:after {color: #E61E4D !important;}

.card_footer {
	color: #666;
	font-size: 16px;
	margin-bottom: 20px;
}

.card_inner .tags {
	position: absolute;
	top: -14px;
	left: 30px;
}

.card_inner .tags a, .page_header .tags a {
	display: inline-block;
	margin-left: 8px;
	color: #fff;
	font-size: 14px;
	background: #000;
	padding: 1px 10px;
	text-decoration: none;
}
.card_inner .tags a:first-child, .page_header .tags a:first-child {margin-left: 0;}

/* =Call to Action
----------------------------------------------- */

.cta_block {
	padding: 30px;
	background: #fff;
	position: relative;
	box-sizing: border-box;
}

.cta_block.purple {background: #7C134C; color: #fff;}
.cta_block.magenta {background: #E61E4D; color: #fff;}
.cta_block.orange {background: #B74D01; color: #fff;}
.cta_block.teal {background: #288286; color: #fff;}
.cta_block.grey {background: #292829; color: #fff;}
.cta_block.ltgrey {background: #F3f4f4; color: #292829;}
.cta_block.black {background: #000; color: #fff;}

.cta_block.cta_has_link {
	padding-bottom: 5px;
	padding-right: 60px;
}
.cta_block.cta_has_icon {padding-left: 80px;}

.cta_block.cta_has_icon span.cta_icon {
	content: "";
	display: block;
	position: absolute;
	left: 30px;
	top: 30px;
	width: 35px;
	height: 35px;
	background-size: 35px 35px !important;
	filter: invert(31%) sepia(75%) saturate(6936%) hue-rotate(335deg) brightness(92%) contrast(95%);
}

.cta_block.cta_has_icon.purple span.cta_icon,
.cta_block.cta_has_icon.magenta span.cta_icon,
.cta_block.cta_has_icon.orange span.cta_icon,
.cta_block.cta_has_icon.teal span.cta_icon,
.cta_block.cta_has_icon.grey span.cta_icon,
.cta_block.cta_has_icon.ltgrey span.cta_icon,
.cta_block.cta_has_icon.black span.cta_icon {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(70deg) brightness(106%) contrast(101%);
}

.cta_block a.cta_link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	text-decoration: none;
	z-index: 2;
}

.cta_block a.cta_link:focus {outline: 2px dotted #E61E4D;}

.cta_block.cta_has_link a.cta_link:after {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	display: block;
	vertical-align: top;
	font-size: 18px !important;
	position: absolute;
	right: 30px;
	bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cta_block.cta_has_link.white a.cta_link:after {color: #E61E4D;}

.cta_block.cta_has_link a.cta_link:hover:after,
.cta_block.cta_has_link a.cta_link:focus:after,
.cta_block.cta_has_link a.cta_link:active:focus {
	margin-right: -10px;
}

/*.cta_block.cta_has_link:last-of-type {
	margin-bottom: 0;
}*/

/* =Basic page
----------------------------------------------- */

#primary {
	position: relative;
	z-index: 2;
}

#primary .wrapper {
	position: relative;
	z-index: 3;
}

#primary.with_sidebar {
	background: url(../images/sidebar.png) repeat-y 50% 0;
}

.breadcrumbs {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 15px;
}

.breadcrumbs .sep {margin: 0 5px;}

.breadcrumbs a {
	font-weight: bold;
	text-decoration: none;
}

.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active {text-decoration: underline;}

.page_header {
	font-size: 24px;
	line-height: 32px;
	position: relative;
	z-index: 3;
	padding: 75px 0;
	background: #292829;
}

.page_header + .wrapper {position: relative;}

.page_header a {color: #fff;}
.page_header a:hover, .page_header a:focus, .page_header a:active {color: #E61E4D;}

.page_header .wrapper {
	position: relative;
	z-index: 2;
}

.page_header .inner {padding-right: 33.33%;}

.main_content {
	position: relative;
	float: left;
	width: 66.67%;
	box-sizing: border-box;
	padding-right: 100px;
}

body.page-template-page-fullwidth .full_width_page {max-width: 930px;}
body.page-template-page-fullwidth2 .full_width_page {max-width: 100%;}

body.single-staff .main_content {
	padding-top: 100px;
	padding-bottom: 100px;
}

.sidebar {
	position: relative;
	z-index: 2;
	float: right;
	width: 33.33%;
	background: #fff;
	box-sizing: border-box;
	padding: 150px 90px;
}

.no_quick_links.sidebar {
	padding-top: 100px;
	padding-bottom: 100px;
}

.sidebar .widget .textwidget > *:first-child > img, .sidebar .widget .textwidget > img:first-child {
	width: 35px !important;
	height: 35px !important;
	filter: invert(31%) sepia(75%) saturate(6936%) hue-rotate(335deg) brightness(92%) contrast(95%);
}

#main .side_menu ul, #main .side_menu li {margin: 0;}

.side_menu ul ul {border-top: 1px solid #E2E2E2;}

.side_menu li {list-style-type: none;}

.side_menu li li {padding-left: 20px;}

.side_menu a {
	display: block;
	padding: 20px 0;
	border-top: 1px solid #E2E2E2;
	text-decoration: none;
}

.side_menu li:first-child > a {border-top: none;}

.side_menu li.current-menu-item > a {color: #E61E4D;}

.side_menu a:hover, .side_menu a:focus, .side_menu a:active {
	text-decoration: underline;
}

/* =Quick menu
----------------------------------------------- */

.quick_menu {
	position: absolute;
	top: -41px;
	z-index: 2;
	padding: 28px 40px 28px 93px;
	background: #7C134C;
	color: #fff;
}

.funding_quick_links {
	position: relative;
	margin: -41px 0 -80px 0;
	z-index: 2;
	padding: 28px 40px 28px 80px;
	background: #7C134C;
	color: #fff;
}

.quick_menu a {
	color: #fff;
	text-decoration: none;
	margin-left: 35px;
	white-space: nowrap;
}

.funding_quick_links a {
	color: #fff;
	display: block;
	padding: 20px 0;
	text-decoration: none;
	border-top: 2px solid #E2E2E2;
}

.funding_quick_links a.heading2 {
	font-size: 28px;
	line-height: 34px;
	font-weight: bold;
}

.funding_quick_links a.heading3 {
	padding-right: 30px;
	position: relative;
}

.funding_quick_links a.heading3:after {
	content: "";
	position: absolute;
	right: 0;
	top: 20px;
	
	content: "\f063";
	display: block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	vertical-align: baseline;
}

.quick_menu a.readnow_link {
	position: absolute;
	left: 40px;
	top: 30px;
}

.quick_menu a.readnow_link + a {margin-left: 0;}

.funding_quick_links a.readnow_link, .funding_quick_links a.readnow_link + a {border-top: none;}

.funding_quick_links a.readnow_link {
	position: absolute;
	left: 40px;
	top: 52px;
	padding: 0;
}

.quick_menu a:hover, .quick_menu a:focus, .quick_menu a:active,
.funding_quick_links a:hover, .funding_quick_links a:focus, .funding_quick_links a:active {text-decoration: underline;}

.quick_menu a:first-child, .funding_quick_links a:first-child {margin-left: 0 !important;}
.funding_quick_links a:first-child {display: inline;}

.quick_menu a:first-child:hover, .quick_menu a:first-child:focus, .quick_menu a:first-child:active,
.funding_quick_links a:first-child:hover, .funding_quick_links a:first-child:focus, .funding_quick_links a:first-child:active {outline: 2px dotted #fff;}

/* =Staff section
----------------------------------------------- */

.term_description {
	padding-right: 50%;
	margin-bottom: 40px;
}

.staff_portrait {
	float: left;
	margin: 0 30px 30px 0;
}

/* =Single Highlight
----------------------------------------------- */

.highlight_details {
	font-size: 18px;
	padding-bottom: 10px;
}

#main .highlight_details p {margin-bottom: 5px;}

.page_header .tags, .highlight_details {
	margin-top: 50px;
}

.page_header .tags + .highlight_details {margin-top: 15px;}

.page_header .tags li {
	display: inline;
	margin-left: 10px;
}
.page_header .tags li:first-child {margin-left: 0;}

.page_header .tags a {
	background: #fff;
	color: #000;
}

.page_header .tags a:hover, .page_header .tags a:focus, .page_header .tags a:active {
	background: #E61E4D;
	color: #fff;
	text-decoration: underline;
}

.highlight_details .details_col {
	float: left;
	margin-left: 50px;
}
.highlight_details .details_col:first-child {margin-left: 0;}

.highlight_details .col_title {
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 14px;
}

.details_col i {margin-right: 8px;}

/* =File Download
----------------------------------------------- */

.file_download {margin-bottom: 20px;}

.file_download a {
	position: relative;
	display: block;
	padding-left: 50px;
	text-decoration: none;
}

.file_download .inner {
	display: block;
	background: #fff;
	padding: 20px 50px 20px 20px;
}

.file_download .file_title {
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
}

.file_download em {
	font-style: normal;
	color: #666;
	font-size: 14px;
}

.file_download a:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	padding: 15px 5px;
	width: 50px;
	background: #000;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	vertical-align: baseline;
	font-size: 22px;
}

.file_download.icon-image a:before {content: "\f1c5";}
.file_download.icon-video a:before {content: "\f1c8";}
.file_download.icon-audio a:before {content: "\f1c7";}
.file_download.icon-pdf a:before {content: "\f1c1";}
.file_download.icon-zip a:before {content: "\f15b";}
.file_download.icon-word a:before {content: "\f1c2";}
.file_download.icon-excel a:before {content: "\f1c3";}
.file_download.icon-file a:before {content: "\f15b";}

.file_download a:after {
	content: "\f33d";
	position: absolute;
	display: block;
	right: 20px;
	top: 20px;
	color: #E61E4D;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	vertical-align: baseline;
	font-size: 22px;
}

.file_download a:hover .file_title {text-decoration: underline;}
.file_download a:focus .inner, .file_download a:active .inner {outline: 2px dotted #E61E4D;}

/* =Filters
----------------------------------------------- */

.filters {
	padding: 60px 0;
}

.filters label {display: block;}

.filters input[type="submit"]{
	margin-top: 36px;
	padding: 20px 30px;
}

.listing_header {
	margin-bottom: 70px;
}

/* =Single podcast / video post
----------------------------------------------- */

body.single-podcast #readnow, body.single-podcast .sidebar, body.single-video #readnow, body.single-video .sidebar {
	padding-top: 80px;
	padding-bottom: 80px;
}

.single_embed {
	position: relative;
	margin-top: -50px;
	z-index: 2;
}

.feed {
	padding: 80px 0;
	width: 100%;
}

/* =Single news post
----------------------------------------------- */

.share {
	float: right;
	margin-left: 20px;
}

.sidebar .share {
	float: none;
	margin: 0;
}

.sidebar .share:after {
	content: "";
	display: block;
	clear: both;
	border: none;
	border-top: 1px solid #E2E2E2;
	margin: 50px 0;
}

.share > div {margin: 0 0 15px 0;}

#readnow .share > div {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding-top: 14px;
}

#main .share ul, #main .share li {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: top;
}

.share a {
	display: inline-block;
	width: 49px;
	padding-left: 1px;
	height: 50px;
	font-size: 15px;
	line-height: 54px;
	text-align: center;
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 7px;
}

.share li:first-child > a {margin-left: 0;}

.share a:hover, .share a:focus, .share a:active {
	background: #E61E4D;
	border: 1px solid #E61E4D;
	color: #fff;
}

/* = Image slider
----------------------------------------------- */

#main ol.js-carrousel__control__list li {display: inline;}
#main ol.js-carrousel__control__list li:before {display: none;}

.carrousel {
	position: relative;
}

.js-carrousel__button-container {
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -45px;
}

.js-carrousel__button-container button {
	border: 1px solid #292829;
	background: none;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	width: 90px;
	height: 90px;
	line-height: 90px;
	cursor: pointer;
}

.js-carrousel__button-container button:hover, .js-carrousel__button-container button:focus, .js-carrousel__button-container button:active {
	background: #E61E4D;
	border: 1px solid #E61E4D;
}

.js-carrousel__button-container button:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	vertical-align: baseline;
	font-size: 40px !important;
	text-decoration: none;
}

.js-carrousel__button-container.js-carrousel__button__previous {left: 0;}
.js-carrousel__button-container.js-carrousel__button__next {right: 0;}

.js-carrousel__button-container.js-carrousel__button__previous button:before {content: "\f053";}
.js-carrousel__button-container.js-carrousel__button__next button:before {content: "\f054";}

.carrousel__content {
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.carrousel__content[aria-hidden=true] {
	white-space: normal;
}

.carrousel__content {
	padding: 0 120px;
	-webkit-animation: fadein 1s;
	-moz-animation:    fadein 1s;
	-o-animation:      fadein 1s;
	-ms-animation:     fadein 1s;
	animation:         fadein 1s;
}

.carrousel__content[aria-hidden=true] {
	opacity: 0;
	-webkit-animation: fadeout 1s;
	-moz-animation:    fadeout 1s;
	-o-animation:      fadeout 1s;
	-ms-animation:     fadeout 1s;
	animation:         fadeout 1s;
}

@-webkit-keyframes fadeout {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fadeout {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fadeout {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes fadeout {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeout {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}

@-webkit-keyframes fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

/* =Accordion
----------------------------------------------- */

.simple_accordion {margin-bottom: 20px;}

.mom_tta_panel {
	display: block;
	overflow: hidden;
	opacity: 1;
	transition: visibility 0s ease, max-height 1s ease, opacity 1s ease ;
	/*max-height: 100em;*/
	/* magic number for max-height = enough height */
	visibility: visible;
	transition-delay: 0s;
	margin: 0 0 20px 0;
	padding: 30px 30px 5px 30px;
	background: #E2E2E2;
}
.mom_tta_panel_afterbutton + .mom_tta_panel[aria-hidden=false], #main .js-accordion button + .mom_tta_panel[aria-hidden=false] {margin-top: -30px;}

.mom_tta_panel[aria-hidden=true] {
	display: block;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	transition-delay: 1s, 0s, 0s;
	margin: 0;
	padding: 0;
}

#main .js-accordion button {
	display: block;
	position: relative;
	padding: 30px 170px 30px 30px;
	background: #E2E2E2 !important;
	width: 100%;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-weight: bold;
	font-family: 'Metric', Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 32px;
	color: #000;
	text-align: left;
	transition: 0.3s;
	cursor: pointer;
}

#main .js-accordion button span {
	content: "";
	font-size: 18px;
	vertical-align: baseline;
	position: absolute;
	line-height: normal;
	top: 36px;
	right: 30px;
	font-weight: normal;
}

#main .js-accordion button span:before {text-decoration: underline;}

#main .js-accordion button[aria-expanded="true"] span:before {content: "Hide details";}
#main .js-accordion button[aria-expanded="false"] span:before {content: "Show details";}

#main .js-accordion button span:after {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	vertical-align: baseline;
	font-size: 18px !important;
	margin-left: 12px;
	text-decoration: none;
}

#main .js-accordion button[aria-expanded="true"] span:after {content: "\f077";}
#main .js-accordion button[aria-expanded="false"] span:after {content: "\f078";}

#main .js-accordion button:hover span:before, #main .js-accordion button:focus span:before, #main .js-accordion button:active span:before,
#main .js-accordion button:hover span:after, #main .js-accordion button:focus span:after, #main .js-accordion button:active span:hover:after {
	color: #E61E4D;
	text-decoration: none;
}

#main .js-accordion button[aria-expanded="false"], .mom_tta_panel[aria-hidden="false"]{
	
}

#main .js-accordion h3.mom_tta_panel_heading {display: none;}

.mom_tta_panel_afterbutton {
	padding: 10px 30px 10px 30px;
	background: #E2E2E2;
	position: relative;
	z-index: 2;
	margin-top: -15px;
}

#main .js-accordion button[aria-expanded="false"] + .mom_tta_panel_afterbutton {margin-bottom: 20px;}

/* =Pager
----------------------------------------------- */

.wp-pagenavi {
	text-align: center;
	clear: both;
	padding: 0 120px;
	position: relative;
	font-weight: bold;
}

#primary .wp-pagenavi span, #primary .wp-pagenavi a {
	margin: 0 2px;
	min-width: 68px;
	min-height: 68px;
	line-height: 68px;
	padding-top: 0;
	padding-bottom: 0;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
}

#primary .wp-pagenavi span.extend {display: none;}

#primary .wp-pagenavi a.page {
	background: #fff;
	color: #000;
}

#primary .wp-pagenavi a.page:hover, #primary .wp-pagenavi a.page:focus, #primary .wp-pagenavi a.page:active {
	background: #E61E4D;
	color: #fff;
}

#primary .wp-pagenavi span.current {background: #E61E4D;}

#primary .wp-pagenavi a.previouspostslink {
	position: absolute;
	left: 0;
	margin: 0;
}

#primary .wp-pagenavi a.nextpostslink {
	position: absolute;
	right: 0;
	margin: 0;
}

.map_iframe {
	height: 780px;
	margin-bottom: -9px;
}

/* =Events calendar
----------------------------------------------- */

.icheckbox_flat, .iradio_flat {display: inline-block;}

.dp_pec_options_nav a.dp_pec_add_event {display: none;}

.dp_pec_new_event_wrapper, .dp_pec_modern_wrapper {
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
}

html body .dp_pec_modern_wrapper .dp_pec_content .dp_pec_date .dp_pec_date_item span.dp_daily_event_show_more,
html body .dp_pec_modern_wrapper .dp_pec_content .dp_pec_date .dp_pec_date_item .dp_daily_event {
	background: #E61E4D;
	border-left-color: #E61E4D;
}

.pec_monthlyDisplayEvents {display: block !important;}

body .dp_pec_nav .selectric-pec_categories_list {
	float: none !important;
}

body .dp_pec_event_form_preview {display: none;}

body .dp_pec_event_form_options {
	grid-column: 1/12;
}

body .dp_pec_modern_wrapper .dp_pec_content .dp_pec_date .dp_pec_date_item span.dp_daily_event_show_more,
body .dp_pec_modern_wrapper .dp_pec_content .dp_pec_date .dp_pec_date_item .dp_daily_event {
	background: #7C134C;
	color: #fff !important;
}

body .dp_pec_date_event_map_overlay, body .dp_pec_date_event_map_canvas {display: none !important;}

body .pec-add-footer {
	border-top: none;
	background: none;
}

body .add_new_event_form button.dp_pec_submit_event {
	font-family: 'Metric', Arial, Helvetica, sans-serif;
	display: inline-block;
	background: #000 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	line-height: normal !important;
	color: #fff !important;
	padding: 23px 30px !important;
	margin: 0 !important;
	border: none;
	font-weight: bold;
	font-size: 18px !important;
	transition: all .3s ease;
	cursor: pointer;
}

body .add_new_event_form button.dp_pec_submit_event:hover,
body .add_new_event_form button.dp_pec_submit_event:focus,
body .add_new_event_form button.dp_pec_submit_event:active {
	background: #E61E4D !important;
	color: #fff !important;
	outline: none;
	text-decoration: underline !important;
}

body .dp_pec_content_header {display: none;}

#main .add_new_event_form p {margin-bottom: 0;}

#main .dp_pec_new_event_wrapper .dp_pec_form_desc {
	margin: 20px 0 10px 0;
}

#main .dp_pec_new_event_wrapper .dp_pec_new_event_text,
#main .add_new_event_form .dp_pec_extra_dates {
	margin: 0 0 10px 0 !important;
	padding: 8px;
}

#main .dp_pec_new_event_wrapper .dp_pec_clear_end_date, #main .dp_pec_new_event_wrapper .ui-datepicker-trigger {
	bottom: 21px;
}

#main .add_new_event_form .dp_pec_extra_dates {max-width: 100% !important;}

#main .pec_custom_submitter-name, #main .pec_custom_submitter-email {display: none;}

/* iCheck plugin flat skin, black
----------------------------------- */
#main .icheckbox_flat,
#main .iradio_flat {
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	margin: 0 10px 0 0;
	width: 18px;
	height: 18px;
	border: 1px solid #E2E2E2;
	background: #fff;
	cursor: pointer;	
	margin-bottom: 5px;
}

#main .iradio_flat {
	padding: 4px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.wpcf7-list-item-label {
	vertical-align: middle;
	font-weight: normal !important;
}

.icheckbox_flat.checked:after {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	display: block;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	color: #E61E4D;
}

.iradio_flat.checked:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #E61E4D;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.icheckbox_flat.disabled,
.iradio_flat.disabled {
	cursor: default;
}

.icheckbox_flat.focus, .iradio_flat.focus {border: 1px solid #E61E4D !important;}

/* =Contact form
----------------------------------------------- */

form p label, .wpcf7 label, .yikes-easy-mc-form label > span {
	display: block;
	margin-bottom: 10px;
}

.wpcf7 .req {
	color: #E61E4D;
	font-size: 21px;
	margin-left: 5px;
}

#main input[type="text"], #main input[type="email"], #main input[type="tel"], #main input[type="url"], textarea {
	border: 1px solid #E2E2E2;
	background: #fff;
	font-family: 'Metric', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	width: 100%;
	box-sizing: border-box;
	padding: 22px 18px;
	margin-bottom: 0 !important;
}
#main input[type="text"]:focus, #main input[type="email"]:focus, #main input[type="tel"]:focus, #main input[type="url"]:focus, textarea:focus, #main select:focus,
#main input[type="text"]:active, #main input[type="email"]:active, #main input[type="tel"]:active, #main input[type="url"]:active, textarea:active, #main select:active {
    border-color: #E61E4D;
    outline: none;
	filter: none;
}
#main textarea {resize: vertical;}

#main select {
    display: block;
    font-size: 18px;
    font-family: 'Metric', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #292829;
    line-height: normal;
    padding: 21px 50px 21px 18px;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #E2E2E2;
	
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
	box-shadow: none;
    background-color: #fff;
	background-image: url(../images/caret-down.svg);
	background-size: 18px;
    background-repeat: no-repeat, repeat;
    background-position: right 1em top 50%, 0 0;
	filter: invert(0%) sepia(0%) saturate(7%) hue-rotate(170deg) brightness(99%) contrast(104%);
}
#main select::-ms-expand {
    display: none;
}
#main select:hover {
    
}
#main select option {
    font-weight: normal;
}

#main .order {
	float: right;
	width: 240px;
	text-align: right;
}

#main .order label {
	display: inline;
	margin-right: 8px;
}

#main .order select {
	border: none;
	padding: 0 20px 0 0;
	background-color: transparent;
	display: inline-block;
	width: 140px;
	background-position: 100% 50%;
	background-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

#main .order select option {padding: 0;}

input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, input[type="url"].wpcf7-not-valid, input[type="password"].wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid {
	border-color: #E61E4D !important;
}

#main .order select:hover, #main .order select:focus, #main .order select:active {
	border-bottom: 1px dotted #E61E4D;
}

.wpcf7 textarea {height: 120px;}

.wpcf7 .wpcf7-response-output {
	border: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.wpcf7 .wpcf7-validation-errors {color: #E61E4D;}
.wpcf7 .wpcf7-mail-sent-ok {color: #1b7212;}

.wpcf7 span.wpcf7-not-valid-tip {
	color: #E61E4D;
	font-size: 14px;
}

/* =Above Footer (Acknowledgement text)
----------------------------------------------- */

#footer_above {
	padding: 60px 30% 60px 60px;
	background: #7C134C;
	color: #fff;
}

#footer_above a {color: #fff;}
#footer_above a:hover, #footer_above a:focus, #footer_above a:active {text-decoration: none;}

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

#footer, .copyrights {
	clear: both;
	background: #000;
	color: #fff;
}

#footer {padding: 0 60px;}

#footer_menu {padding-top: 60px;}

#footer_menu .menu_wrapper > .menu-item {padding-right: 30px;}
#footer_menu .sub-menu {margin-bottom: 30px;}

#footer_menu .menu-item {margin-bottom: 15px;}

#footer a, .copyrights a {color: #fff;}

#footer a {text-decoration: none;}
#footer a:hover, #footer a:focus, #footer a:active {
	text-decoration: underline;
	color: #E61E4D;
}

.footer_right {
	border-left: 1px solid #292829;
}

.footer_right .inner {padding: 60px;}

.footer_logo {margin-bottom: 60px;}

.footer_logo img {width: 101px;}

.supporters a {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 30px;
	border-left: 1px solid #666;
}

.supporters a:first-child {
	padding-left: 0;
	padding-right: 30px;
	border-left: none;
}

.footer_logo a:hover, .footer_logo a:focus, .footer_logo a:active,
.supporters a:hover img, .supporters a:focus img, .supporters a:active img {
	outline: 2px dotted #E61E4D;
}

.copyrights {
	border-top: 1px solid #292829;
	padding: 60px;
}

.copyrights a:hover, .copyrights a:focus, .copyrights a:active {
	color: #E61E4D;
}

.copyrights > span, .copyrights nav {float: left;}

.copyrights nav {margin-left: 20px;}
.copyrights nav * {display: inline;}
.copyrights nav li {margin-left: 40px;}

.copyrights .websiteby {margin-left: 60px;}

a#to_top {
	float: right;
	white-space: nowrap;
}

a#to_top i {margin-left: 10px;}

/* =Responsive styles
----------------------------------------------- */

@media screen and (max-width: 1470px){
	#primary.with_sidebar {background: none;}
	#primary.with_sidebar:after {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 33.33%;
		padding-left: 10px;
		background: #fff;
	}
}

@media screen and (max-width: 1440px){
	#branding {
		padding: 20px;
	}
	#mainmenu {
		padding-left: 0;
		padding-right: 0;
	}
	#mainmenu ul#menu-main-menu > li > ul > li,
	#mainmenu a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.sidebar {
		padding-left: 20px;
		padding-right: 20px;
	}
	.main_content {
		padding-right: 20px;
	}
}

/* Switch to mobile nav */
@media screen and (max-width: 1250px){

	#topmenu, #mainmenu {display: none;}
	button.show_nav {display: block;}
	
	#main .vc_section.padding_small {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#main .vc_section.padding_large {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	#main .vc_section, body.single-news #readnow, body.single-pec-events #readnow, body.single-staff .main_content {
		padding-top: 70px !important;
		padding-bottom: 50px !important;
	}
	.funding_quick_links {margin-bottom: -30px;}
	.sidebar {padding: 70px 20px 50px 40px !important;}
	.vc_section[data-vc-full-width] > .vc_row.vc_column-gap-large, .vc_row.vc_inner.vc_column-gap-large {
		margin-left: -24px;
		margin-right: -24px;
	}
	.vc_column-gap-large > .vc_column_container > .vc_column-inner {padding: 0 24px;}
	#footer_above, #footer, .copyrights {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 991px){
	#main .vc_section.gradient:before, .page_header:before {
		background-position: 0 0 !important;
	}
	#primary.with_sidebar:after {display: none;}
	.main_content, .sidebar {
		float: none;
		width: auto;
	}
	.main_content {padding-right: 0;}
	.main_content:after, .sidebar:after {
		content: "";
		clear: both;
	}
	.sidebar {margin: 0 0 20px;}
	body.single-staff .sidebar {margin-top: 0;}
	.staff_portrait {
		float: none;
		margin: 0 0 20px 0;
	}
	#main .vc_section, body.single-news #readnow, body.single-pec-events #readnow, .sidebar, body.single-staff .main_content {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.listing_header {margin-bottom: 30px;}
	.page_header .inner {
		padding-right: 0;
	}
	.quick_menu {
		position: static;
		margin-top: 20px;
		padding: 18px 20px 18px 58px;
	}
	.quick_menu a.readnow_link {
		left: 20px;
		top: 20px;
	}
	.funding_quick_links {
		margin-bottom: 0;
	}
	.quick_menu a {margin-left: 20px;}
	.footer_right {border-left: none;}
	.footer_right .inner {
		padding: 0 20px;
		width: 100%;
	}
	.footer_logo, #footer .socials, .supporters {margin-bottom: 20px;}
	.supporters a {
		float: none;
		width: auto;
		display: inline-block;
	}
	.copyrights {
		padding: 20px;
	}
	.copyrights > span, .copyrights nav, a#to_top {
		float: none;
		margin-left: 0;
	}
	.copyrights nav li, .copyrights .websiteby {
		margin-left: 0;
		display: block;
	}
}

@media screen and (max-width: 900px){
	#branding .socials {display: none;}
	#branding .searchform {margin-left: 20px;}
	.vc_row > .wpb_column {margin-bottom: 20px;}
	#main p + h1, #main p + h2, #main p + h3, #main p + h4, #main + h5, .vc_row + h2,
	#main ul + h1, #main ol + h1, #main ul + h2, #main ol + h2, #main ul + h3, #main ol + h3, #main ul + h4, #main ol + h4 {margin-top: 20px;}
	
	h1 {
		font-size: 40px;
		line-height: 46px;
	}
	.page_header {
		font-size: 21px;
		line-height: 29px;
	}
	.term_description {
		padding-right: 0;
		margin-bottom: 20px;
	}
	
	#main .vc_btn3-container + .wpb_text_column, #main .file_download + .wpb_text_column,
	.wpb_text_column + .js-accordion {margin-top: 0;}
}

@media screen and (max-width: 560px){
	
	#branding {
		padding: 0 10px;
	}
	
	#branding #site-title {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#branding #site-title img {width: 75px;}
	
	.header_right {padding-top: 0;}
	
	button.show_nav {
		margin: 30px 0 0 10px;
	}
	
	#branding .searchform {
		margin-left: 10px;
		border-left: 1px solid #292829;
		border-right: 1px solid #292829;
		padding: 19px 0;
		float: left;
	}
	
	#branding .searchform input.field {
		padding: 12px 35px 12px 10px;
		border: none;
		font-size: 16px;
		width: 167px;
		height: 57px;
	}

	#branding .searchform input.field:hover, #branding .searchform input.field:focus, #branding .searchform input.field:active {
		padding: 10px 33px 10px 8px;
	}

	.searchform button[type="submit"] {
		top: 32px;
		padding: 5px;
		height: 35px;
		width: 35px;
	}
	
	.page_header {padding: 40px 0;}
	body.single-podcast .page_header {padding: 40px 0 80px 0;}
	
	body.home #main .vc_section > .vc_row + .vc_row, body.home #main .vc_section > .vc_row + .vc_row-full-width + .vc_row {margin-top: 30px;}
	
	.side_menu a {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	#readnow .share {
		float: none;
		margin: 0 0 20px 0;
	}
	#readnow .share ul {
		display: block;
		margin: 10px 0 20px 0;
	}
	.supporters a {
		float: left;
		width: 50%;
	}
	
}