/*
Theme Name: 		Avada Child
Description: 		Child theme for IPI
Author: 			Digitalsunray Media GmbH
Author URI: 		http://www.digitalsunray.com/
Template: 			Avada
Version: 			1.0.0
Text Domain:  		Avada
*/



/*

IPI Farbcodes

black - - - - - - - - - - - -	#000000
old blue - - - - - - - - - - - 	#074c79
new blue - - - -- - - - - -- 	#006187
dark grey - - - - - - - - - -	#686e71
ligth grey - - - - - - - - - 	#999999
Backround Website grey - - - -	#999999
Backgorund grey highlighter - 	#e6eef0
Background Footer - - - - - -	#336b86
light yellow - - - - - - - - -	#d5cb0b
dark yellow - - - - - - - - -	#86800c
red - - - - - - - - - - - - -	#e21813
light green  - - - - - - - - -	#7ece35
light green hover - - - - - - -	#68ac28
dark green - - - - - - - - - -	#51881e

*/



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

/* Search Icon */

.fusion-secondary-menu .fusion-custom-menu-item-contents {
	position: absolute;
	left: auto;
	right: 0;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.2s ease-in;
}
.fusion-secondary-menu .fusion-last-menu-item {
	padding-right: 0;
}
.fusion-secondary-menu .fusion-main-menu-search a {
	font-family: 'icomoon';
	cursor: pointer;
}
.fusion-secondary-menu .fusion-main-menu-search a:after {
	border-radius: 50% 50% 50% 50%;
	content: '\f002';
	color: #006187;
}
.fusion-secondary-menu .fusion-main-menu-search .fusion-custom-menu-item-contents {
	display: none;
	width: 250px;
	padding: 25px;
	text-align: right;
	border: 1px solid transparent;
}
.fusion-secondary-menu .fusion-main-menu-search-open .fusion-custom-menu-item-contents {
	visibility: visible;
	opacity: 1;
}

/* End Search Icon */

.fusion-secondary-header {
	border-top: none !important;
}

.fusion-secondary-menu > ul > li {
	border: none !important;
}

.fusion-secondary-menu a:hover {
	color: #686e71 !important;
}

.fusion-secondary-menu .current-menu-item a {
	color: #686e71 !important;
}

.fusion-main-menu > ul > li > a {
	border-top: none !important;
	border-bottom: 1px solid transparent !important;
	font-weight: 600 !important;
}

.fusion-main-menu {
	margin-top: 23px;
}

.fusion-main-menu > ul > li > a:hover, 
.fusion-main-menu .current-page-item a, 
.fusion-main-menu .current-menu-item a {
	color: #686e71 !important;
	border-top: none !important;
	border-bottom: 1px solid #e6eef0 !important;
}

.fusion-logo-link img {
	height: 75px;
}

/* Not Active menu items */

.fusion-secondary-header .not-active a, 
.fusion-main-menu .not-active a {
	color: #e0dede !important;
}

.fusion-secondary-header .not-active a:hover, 
.fusion-main-menu .not-active a:hover {
	color: #e0dede !important;
}

/* End Not Active menu items */

/* ---------------------------------- End Header ---------------------------------- */





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

.fusion-footer-widget-area {
	padding-bottom: 20px !important;
}

.secondary-footer-widgets {
	/*margin-bottom: 40px;*/
	margin-bottom: 0;
}

#menu-footer-menu li {
	display: inline;
	float: left;
	margin-right: 20px;
}

#menu-footer-menu li a {
	padding: 0;
	border: none;
	color: #e0dede !important;
}

#menu-footer-menu li a:hover {
	color: #d5cb0b;
}

.secondary-footer-widget-area-2 div {
	float: right;
}

.secondary-footer-widget-area-2 .textwidget {
	margin-right: 20px;
}

.secondary-footer-widget-area-2 .fusion-social-network-icon {
	margin-bottom: 0;
}

.fusion-widget-area .widget-title {
	font-weight: bold !important;
}

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




/* ---------------------------------- Global styles ---------------------------------- */

.page-title-icon {
	height: 40px;
}

/* ---------------------------------- End Global styles ---------------------------------- */




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

/* Homepage Latest News */

.homepage_news_container {
	margin: 15px 0;
	padding: 15px 0;
	border-top: 1px solid #e6eef0;
	border-bottom: 1px solid #e6eef0;
	float: left;
}

.homepage_news_container .title {
	float: left;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.homepage_news_container .title img {
	height: 24px;
	float: left;
	margin-right: 5px;
}

.homepage_news_container .title h3 {
	width: 90%;
	float: left;
	margin: 0;
	color: #999999;
	text-transform: uppercase;
	font-weight: 600;
}

.homepage_news_container .posts_holder {
	float: left;
    display: block;
    width: 100%;
    margin: 15px 0;
}

.homepage_news_container .posts_holder .homepage_news_post {
	float: left;
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
}

.homepage_news_container .posts_holder .homepage_news_post:last-child {
	margin-bottom: 0;
}

.homepage_news_container .posts_holder .homepage_news_post .thumbnail_container {
	width: 15%;
	float: left;
	margin-right: 5%;
}

.homepage_news_container .posts_holder .homepage_news_post .title_container {
	width: 75%;
	float: left;
}

.homepage_news_container .posts_holder .homepage_news_post .title_container h4 {
	padding: 0 0 15px 0;
    margin: 0;
    border-bottom: 1px solid #e6eef0;
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 700;
}

.homepage_news_container .posts_holder .homepage_news_post:last-child .title_container h4 {
	border-bottom: none;
}

.homepage_news_container .footer {
	float: left;
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    text-align: right;
}

.homepage_news_container .footer a {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	color: #006187;
}

/* End Homepage Latest News */



/* Homepage Latest */

.homepage_latest_container {
	margin: 15px 0;
	float: left;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6eef0;
}

.homepage_latest_container .hl-featured-image {
	height: 225px;
	float: left;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
	background: #999999;
}

.homepage_latest_container .hl-featured-image img {
	height: auto;
	min-width: 100%;
}

.homepage_latest_container .hl-title {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.homepage_latest_container .hl-title img {
	height: 24px;
	margin-right: 5px;
	float: left;
}

.homepage_latest_container .hl-title h3 {
	width: 85%;
	float: left;
	margin: 0;
	color: #999999;
}

.homepage_latest_container .hl-post-title {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	height: 84px;
	overflow: hidden;
}

.homepage_latest_container .hl-post-title h2 {
	font-weight: 700 !important;
	font-size: 1.7em !important;
	line-height: 1.3em !important;
	margin: 0;
}

.homepage_latest_container .hl-post-excerpt {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.homepage_latest_container .hl-post-excerpt p {
	margin-bottom: 0;
}

.homepage_latest_container .hl-read-more {
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.homepage_latest_container .hl-read-more a {
	text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 600;
    color: #006187;
    float: right;
}

/* End Homepage Latest */



/* From our blog */

.homepage-from-our-blog h2 {
	text-align: center !important;
	font-size: 2.5em !important;
	text-transform: uppercase;
	font-weight: 700 !important;
	margin-bottom: 0;
}

.homepage_blog_container .fusion-one-third {
	border-bottom: 1px solid #e6eef0;
}

.homepage_blog_container .hb-featured-image {
	height: 225px;
	float: left;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
	background: #999999;
}

.homepage_blog_container .hb-featured-image img {
	height: auto;
	min-width: 100%;
}


/* Ribbon */

/* Old ribbon */

/*.homepage_blog_container .hb-featured-image .ribbon {
	position: absolute;
	left: -5px; top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
}

.homepage_blog_container .hb-featured-image .ribbon span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;

	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);

	width: 100px;
	display: block;
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px; left: -21px;
}

.homepage_blog_container .hb-featured-image .ribbon span.blue {
	background: #1e5799;
	background: rgba(41,137,216,1);
	background: -moz-linear-gradient(top, rgba(41,137,216,1) 0%, rgba(30,87,153,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,137,216,1)), color-stop(100%, rgba(30,87,153,1)));
	background: -webkit-linear-gradient(top, rgba(41,137,216,1) 0%, rgba(30,87,153,1) 100%);
	background: -o-linear-gradient(top, rgba(41,137,216,1) 0%, rgba(30,87,153,1) 100%);
	background: -ms-linear-gradient(top, rgba(41,137,216,1) 0%, rgba(30,87,153,1) 100%);
	background: linear-gradient(to bottom, rgba(41,137,216,1) 0%, rgba(30,87,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#1e5799', GradientType=0 );
}

.homepage_blog_container .hb-featured-image .ribbon span.blue::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #1e5799;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #1e5799;
}

.homepage_blog_container .hb-featured-image .ribbon span.blue::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #1e5799;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #1e5799;
}*/

/* End Old ribbon */



/* New ribbon */

.homepage_blog_container .hb-featured-image .ribbon {
	position: absolute;
    right: 3px;
    top: 3px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1em;
}

.homepage_blog_container .hb-featured-image .ribbon span.blue {
	padding: 1px 10px;
    background: #006288;
}

.homepage_blog_container .hb-featured-image .ribbon span.green {
	padding: 1px 10px;
    background: #85b40b;
}

/* End New ribbon */



/* End Ribbon */





.homepage_blog_container .hb-post-date {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.homepage_blog_container .hb-post-date img {
    height: 20px;
    margin-right: 5px;
	float: left;
}

.homepage_blog_container .hb-post-date p {
	width: 85%;
    float: left;
    margin: 0;
    color: #999999;
}

.homepage_blog_container .hb-post-title {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.homepage_blog_container .hb-post-title h2 {
    font-weight: 700 !important;
    font-size: 1.7em !important;
    line-height: 1.3em !important;
    margin: 0;
}

.homepage_blog_container .hb-post-excerpt {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.homepage_blog_container .hb-read-more {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.homepage_blog_container .hb-read-more a {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	color: #006187;
	float: right;
}

/* End From our blog */




/* Homepage banner */

.homepage-banner-btn {
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
}

.homepage-banner-btn i {
	color: #686e71 !important;
}

.homepage-banner-btn:hover i {
	color: #ffffff !important;
}

/* End Homepage banner */





/* Homepage Slider */

.homepage-slider h2 {
    color: #ffffff !important;
    font-size: 1.5em !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    line-height: 1em !important;
}

.homepage-slider h3 {
    color: #ffffff !important;
}

.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
	display: none !important;
}

.ares .tp-bullet {
	width: 10px !important;
	height: 10px !important;
	background: #006187 !important;
	opacity: .5;
}

.ares .tp-bullet.selected, 
.ares .tp-bullet:hover {
	opacity: 1;	
}

/* End Homepage Slider */

/* ---------------------------------- End Homepage ---------------------------------- */









/* ---------------------------------- About - Main page ---------------------------------- */

#ipi-decades .nav-tabs {
	width: 10%;
}

#ipi-decades .nav-tabs li a {
	padding: 10px 0;
    text-align: center;
}

#ipi-decades .tab-content {
	padding-left: 20px;
	width: 90%;
}

#about-buttons a {
	padding: 13px 0;
}

#about-page-headline h1 {
	text-transform: uppercase;
	font-size: 2.5em;
	font-weight: 700;
}

#ipi-archive-carousel .fusion-carousel .fusion-carousel-item img {
    max-height: 350px;
    width: auto;
}

#ipi-decades .nav-tabs li.active a {
	background: #d5cb0b;
}

#ipi-decades .nav-tabs li.active a h4 {
	color: #ffffff;
}

#ipi-decades .nav-tabs li:hover a {
	background: #d5cb0b;
}

#ipi-decades .nav-tabs li:hover a h4 {
	color: #ffffff;
}

#rev_slider_4_1 iframe {
	border: none;
}

/* ---------------------------------- End About - Main page ---------------------------------- */







/* ---------------------------------- Governance page ---------------------------------- */

#governance-tabs .nav-tabs {
	width: 20%;
}

#governance-tabs .tab-content {
	width: 80%;
}

.governance-member-info {
	display: block;
	float: left;
	width: 100%;
	padding: 0 5%;
}

.governance-member-info p {
	margin-bottom: 0;
}

.executive-board .event-team-member-photo {
	margin-bottom: 5px !important;
}

.executive-board .governance-member-info {
	margin-bottom: 15px;
}

.governance-list .pretty-list .name {
    width: 23%;
    min-height: 1px;
}

.governance-list .pretty-list .title {
	display: block;
	width: 23%;
	margin-right: 2%;
	float: left;
	min-height: 1px;
}

.governance-list .pretty-list .organisation {
	display: block;
	width: 33%;
	margin-right: 2%;
	float: left;
	min-height: 1px;
}

.governance-list .pretty-list .country {
	display: block;
	width: 15%;
	float: left;
	min-height: 1px;
}

.pretty-list h3 {
	float: left;
    margin: 30px 0 15px 0;
}

#governance-tabs .nav-tabs li.active a, 
#governance-tabs .nav-tabs li:hover a {
	background: #d5cb0b;
}

#governance-tabs .nav-tabs li.active a h4, 
#governance-tabs .nav-tabs li:hover a h4 {
	color: #ffffff;
}

/* ---------------------------------- End Governance page ---------------------------------- */







/* ---------------------------------- IPI Awards page ---------------------------------- */

.ipi-award-flipboxes .flip-box-heading-back {
	font-size: 1.5em !important;
}

.ipi-award-flipboxes .flip-box-grafix {
	margin-bottom: 0;
}

.ipi-award-flipboxes a {
	color: #d5cb0b;
}

.ipi-award-flipboxes a:hover {
	color: #86800c;
}

.ipi-award-flipboxes .fusion-flip-box-wrapper {
	margin-bottom: 15px;
}

/* ---------------------------------- End IPI Awards page ---------------------------------- */







/* ---------------------------------- Supporters and Partners page ---------------------------------- */

.supporters-cta p {
	margin-bottom: 10px;
}

.supporters-cta .fusion-column-tablecell p:nth-child(3) {
	margin-bottom: 0;
}

.supporters-cta #button-helena {
	margin-bottom: 25px;
}

#current-supporters-toggle .panel-title a:hover, 
#current-supporters-toggle .panel-title a.active {
	color: #d5cb0b;
}

#current-supporters-toggle .panel-title a:hover .fa-fusion-box, 
#current-supporters-toggle .panel-title a.active .fa-fusion-box {
	background: #d5cb0b !important;	
}

/* ---------------------------------- End Supporters and Partners page ---------------------------------- */







/* ---------------------------------- Our Network - Main page ---------------------------------- */

#our-network-subheader p {
    float: left;
    margin: 0;
}

#our-network-subheader h3 {
	float: left;
	margin: 0 0 0 5px;
	line-height: 2.5em;
	text-transform: uppercase;
	color: #006187;
	font-weight: 600;
}

#our-network-subheader h4 {
	display: block;
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
	font-size: 1em;
	color: #006187;
	font-weight: 600;
}

#our-network-subheader h2 {
	display: block;
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
    font-size: 2em !important;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700 !important;
}

#our-network-subheader h4 span {
	color: #686e71;
}

/* Flip Boxes */

#our-network-flipboxes .flip-box-front, 
#our-network-flipboxes .flip-box-back {
	padding: 0;
	margin: 0;
}

#our-network-flipboxes .flip-box-front {
	position: relative;
}

#our-network-flipboxes .flip-box-front .flip-box-heading {
	position: absolute;
    bottom: 5%;
    width: 90%;
    margin: 0 5%;
    background: rgba(255,255,255,.8);
    padding: 2% 0;
}

#our-network-flipboxes .flip-box-front .flip-box-front-inner h2 em:first-child {
	font-style: normal;
    text-transform: uppercase;
    float: left;
    margin-left: 3%;
    font-size: 1em;
    font-weight: 600;
    width: 100%;
    display: block;
    text-align: left;
}

#our-network-flipboxes .flip-box-front .flip-box-front-inner h2 em:nth-child(2) {
	font-style: normal;
	float: left;
    margin-left: 3%;
    font-size: 0.6em;
    line-height: 1.2em;
    font-weight: 600;
    text-align: left;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

#our-network-flipboxes .flip-box-front .flip-box-front-inner h2 em:last-child {
	font-style: normal;
    float: left;
    margin-left: 3%;
    font-size: 0.6em;
    line-height: 1em;
    font-weight: 500;
    width: 100%;
    display: block;
    text-align: left;
}

#our-network-flipboxes .flip-box-back .flip-box-back-inner {
	margin-left: 5%;
	margin-right: 5%;
}

#our-network-flipboxes .flip-box-back .flip-box-back-inner em {
	font-size: 1.5em;
	line-height: 1.5em;
}

/* End Flip Boxes */




/* Reasons to become a member */

#reasons_to_become_a_member .fusion-title h2 {
	font-size: 2em !important;
	line-height: 1.5em !important;
}

#reasons_to_become_a_member .content-wrapper {
	border: 1px solid #e0dede;
	padding: 5%;
}

#reasons_to_become_a_member .content-wrapper .content-box-heading {
	text-transform: uppercase;
}

/* End Reasons to become a member */




/* Our Network Links */

.our-network-links a.no-button {
    padding: 13px 0;
    line-height: 17px;
    text-align: center;
    margin: 15px 45px 15px 0;
    color: #006187;
	display: inline-block;
	font-size: 1.5em;
	font-weight: 600;
	text-decoration: underline;
}

.our-network-links a.no-button:hover {
	color: #d5cb0b;
}

.our-network-links p {
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}

/* End Our Network Links */





/* Reasons to become a member */

.our-network-reasons .reasons-title {
	width: 95%;
	float: left;
	display: table;
	height: 80px;
	background-color: #e6eef0;
	margin: 0 2.5% 15px 2.5%;
	padding: 0 15px;
}

.our-network-reasons .reasons-title h3 {
	text-align: center;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	color: #006187;
	font-weight: 600;
}

.our-network-reasons .reasons-content {
	width: 90%;
	float: left;
	margin: 0 5%;
}

/* End Reasons to become a member */


/* ---------------------------------- End Our Network - Main page ---------------------------------- */






/* ---------------------------------- End Become a member page ---------------------------------- */

/* Membership */

.membership {
	background: #e6eef0;
}

#membership-alternative {
	background: none !important;
}

.membership .membership-title {
	width: 95%;
	float: left;
	display: table;
	height: 80px;
	margin: 0 2.5% 15px 2.5%;
	padding: 0 15px;
}

.membership .membership-title h3 {
	text-align: center;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	color: #006187;
	font-weight: 600;
}

.membership .membership-content, 
.membership .membership-price, 
.membership .membership-button, 
.membership .membership-alternative-content {
	width: 90%;
	float: left;
	margin: 0 5%;
}

.membership .membership-content {
	height: 180px;
}

.membership .membership-button {
	margin: 0 5% 15px 5%;
}

.membership .membership-alternative-content {
	text-align: center;
}

.membership .membership-content p {
	text-align: center;
}

.membership .membership-price p {
	text-align: center;
	font-size: 3.5em;
	line-height: 1.5em;
	margin: 0;
	color: #006187;
}

.membership .membership-price .price-per-month {
	font-size: 1em;
	color: #747474;
}

.membership .membership-button a {
	margin: 15px auto;
	display: block;
	width: 210px;
	color: #ffffff;
	background: #d5cb0b;
}

.membership .membership-button-alternative a {
	margin: 0 auto;
}

.membership .membership-button a:hover {
	background: #86800c;
}

#membership-alternative .membership-content p, 
#membership-alternative .membership-content ul, 
#membership-alternative .membership-alternative-content p {
	text-align: left;
}

#star-content:before {
	content: "*";
	color: #006187;
	position: absolute;
	left: 0px;
	font-size: 1.3em;
}

.donate-now {
	display: table;
	float: left;
	width: 100%;
	padding: 20px 0;
}

.donate-now .donate-txt {
	display: table-cell;
    vertical-align: middle;
    width: 60%;
    text-align: right;
    padding-right: 5%;
    font-size: 1.1em;
    font-style: italic;
}

.donate-now .donate-txt p {
	margin-bottom: 5px;
}

.donate-now .donate-btn {
	display: table-cell;
    vertical-align: middle;
    width: 35%;
    text-align: center;
}

.donate-now .donate-btn a {
	width: 100%;
	color: #ffffff;
	background: #7ece35;
	display: table;
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 700;

	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
}

.donate-now .donate-btn a .donate-btn-icon {
	color: #686e71;
    margin-right: 5%;
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	text-align: right;
	font-size: 1.7em;
}

.donate-now .donate-btn a .donate-btn-text {
	display: table-cell;
	vertical-align: middle;
	width: 70%;
	text-align: left;
	padding-left: 3%;
	margin: 0;
}

.donate-now .donate-btn a:hover {
	background: #68ac28;
}

.donate-now .donate-btn a:hover i {
	color: #ffffff;
}

/* End Membership */

#request-information {
	width: 250px;
	margin-bottom: 15px;
}

/* ---------------------------------- End Become a member page ---------------------------------- */







/* ---------------------------------- National Committees page ---------------------------------- */

.national-committees p {
	margin: 0;
}

#national-committees-hide {
	display: none;
}

/* ---------------------------------- End National Committees page ---------------------------------- */






/* ---------------------------------- IPI Heroes, pioneers and fellows page ---------------------------------- */

.pretty-list {
	display: block;
	width: 100%;
	float: left;
	padding: 10px 0;
	border-bottom: 1px solid #686e71;
}

.pretty-list .name {
	display: block;
	width: 68%;
	margin-right: 2%;
	float: left;
	font-size: 1.2em;
    font-weight: 600;
    color: #000000;	
}

.pretty-list .organisation-country {
	display: block;
	width: 23%;
	margin-right: 2%;
	float: left;	
}

.pretty-list .year {
	display: block;
	width: 5%;
	float: left;
	text-align: right;
}

#heroes-pioneers-fellows-menu a {
    background: none;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    height: auto;
}

#heroes-pioneers-fellows-menu a:hover span {
	color: #d5cb0b;
}

.heroes-video {
	margin: auto;
}


.former-fellows .name {
	width: 28%;
	min-height: 1px;
}

.former-fellows .title {
	display: block;
	width: 23%;
	margin-right: 2%;
	float: left;
	min-height: 1px;
}

.former-fellows .organisation-country {
	width: 28%;
	min-height: 1px;
}

.former-fellows .year {
	width: 15%;
	min-height: 1px;
}

#events-info-box .heroes-info-container {
	background: #e6eef0;
	padding: 15px 30px;
	float: left;
}

#events-info-box .heroes-info-container h4 {
	margin: 0 30% 50px 0;
	font-size: 1.5em;
	text-transform: uppercase;
	width: 70%;
	color: #006187;
	font-weight: 700;
}

#events-info-box .heroes-info-container h3 {
	font-weight: 600;
}

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

.heroes-blockquote blockquote {
	margin: 0;
	border: none;
	font-size: 1.3em !important;
}

.heroes-blockquote > p {
    font-style: italic;
    font-size: .85em;
}

.pioneers .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.15);
}

/* ---------------------------------- End IPI Heroes, pioneers and fellows page ---------------------------------- */






/* ---------------------------------- Newsroom ---------------------------------- */

#newsroom-subheader p {
    float: left;
    margin: 0;
}

#newsroom-subheader h3 {
	float: left;
	margin: 0 0 0 5px;
	line-height: 2.5em;
	text-transform: uppercase;
	color: #006187;
	font-weight: 600;
}

#newsroom-header h2 {
	font-size: 2.5em !important;
	font-weight: 700 !important;
	margin-top: 15px;
}


/* Newsroom shortcode */

.newsroom_container, 
.newsroom_container .newsroom_post_container, 
.newsroom_container .newsroom_post_data, 
.newsroom_container .newsroom_post_meta, 
.newsroom_container .newsroom_author_and_place, 
.newsroom_container .newsroom_location, 
.newsroom_container .newsroom_pagination {
	float: left;
	display: block;
	width: 100%;
}

.newsroom_container .newsroom_post_container {
	border-bottom: 1px solid #e6eef0 !important;
	margin-bottom: 30px;
}

.newsroom_container .newsroom_post_data {
	position: relative;
}

.newsroom_container .newsroom_featured_image {
	width: 47%;
    float: left;
    margin-right: 3%;
	height: 250px;
	overflow: hidden;
	background: #999999;
	position: relative;
}

.newsroom_container .newsroom_featured_image img {
	height: 100%;
	width: auto;
	max-width: none;
	margin: auto;
	float: none;
	display: block;
}

/* Ribbon */

.newsroom_container .newsroom_featured_image .ribbon {
	position: absolute;
    right: 3px;
    top: 3px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1em;
}

.newsroom_container .newsroom_featured_image .ribbon span.blue {
	padding: 1px 10px;
    background: #006288;
}

.newsroom_container .newsroom_featured_image .ribbon span.green {
	padding: 1px 10px;
    background: #85b40b;
}

/* End Ribbon */





.newsroom_container .newsroom_post_content {
	width: 50%;
    float: left;
}

.newsroom_container .newsroom_post_content h2 {
	font-size: 2em !important;
	line-height: 1.2em !important;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-weight: 600 !important;
}

.newsroom_container .newsroom_post_content p {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.newsroom_container .newsroom_post_content .newsroom_read_more {
	float: right;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	color: #006187;	
}

.newsroom_container .newsroom_author_and_place {
	margin-top: 15px;
}

.newsroom_container .newsroom_location {
	margin-bottom: 15px;
}

.newsroom_container .newsroom_author_and_place p, 
.newsroom_container .newsroom_location p {
	margin: 0;
}

.newsroom_container .newsroom_author_and_place p {
	font-style: italic;
}

.newsroom_container .newsroom_location p {
	text-transform: uppercase;
	margin-top: 5px;
	color: #006187;
}

.newsroom_container .newsroom_pagination {
	margin-top: 10px;
	position: relative;
}

.newsroom_container .newsroom_pagination span.page-num {
	position: absolute;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.newsroom_container .newsroom_pagination .custom-pagination {
	text-align: right;
}

.newsroom_container .newsroom_pagination .custom-pagination a, 
.newsroom_container .newsroom_pagination .custom-pagination span.current, 
.newsroom_container .newsroom_pagination .custom-pagination span.dots {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.newsroom_container .newsroom_pagination .custom-pagination a {
	background: #e6eef0;
	color: #686e71;
}

.newsroom_container .newsroom_pagination .custom-pagination a:hover {
	background: #d5cb0b;
	color: #ffffff;
}

.newsroom_container .newsroom_pagination .custom-pagination span.current {
	background: #d5cb0b;
	color: #ffffff;
}

.newsroom_container .newsroom_pagination .custom-pagination a.prev, 
.newsroom_container .newsroom_pagination .custom-pagination a.next {
	background: none;
}

.newsroom_container .newsroom_pagination .custom-pagination a.prev:hover, 
.newsroom_container .newsroom_pagination .custom-pagination a.next:hover {
	color: #d5cb0b;
}

/* Newsroom page background hack - change IDs if needed */

.page-id-9 #main > .fusion-row {
	background: #e6eef0;
}

.page-id-9 #main > .fusion-row #content {
	width: calc(100% - 30%);
	border-right: 80px solid #f7f7f7 !important;
}

.page-id-9 #main > .fusion-row #post-9 .post-content {
	background: #f7f7f7;
}

/* End Newsroom page background hack - change IDs if needed */



/* End Newsroom shortcode */





/* Sidebar */

#sidebar {
	padding: 8% 3% !important;
}

#sidebar #search-2 {
	padding: 0 5%;
	float: left;
	width: 100%;
	display: block;
}

#sidebar #search-2 .widget-title {
	font-size: 2.5em;
}

#sidebar #search-2 .search-table {
	float: left;
	width: 100%;
	display: block;
}

#sidebar #search-2 .search-field {
	width: 80%;
	float: left;
	display: block;
	height: 50px;
}

#sidebar #search-2 .search-field input {
	border: none;
	padding: 8% 5%;
	height: 100%;
	font-size: 1.5em;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#sidebar #search-2 .search-field input:focus {
	outline: none;
}

#sidebar #search-2 .search-button {
	background: #ffffff;
	width: 20%;
	float: left;
	display: block;
	height: 50px;
	padding: 5px 0;

	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#sidebar #search-2 .search-button input {
	width: 100%;
	background: none;
	height: 100%;
	color: #e6eef0;
    border-left: 1px solid #e6eef0;
    font-size: 1.8em;
}

#sidebar #search-2 .search-button input:hover {
	color: #999999;
}

#sidebar #search-2 .search-button input:focus {
	outline: none;
}

#sidebar #recent-posts-2 {
	float: left;
	width: 100%;
	display: block;
}

#sidebar #recent-posts-2 .heading {
	display: none;
}

#sidebar #recent-posts-2 ul li {
	padding: 0;
	border: none;
	margin-bottom: 60px;
	float: left;
	display: block;
	width: 100%;
	position: relative;
}

#sidebar #recent-posts-2 ul li a:before {
	display: none;
}

#sidebar #recent-posts-2 ul li .post-date {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-style: italic;
}

#sidebar #recent-posts-2 ul li a {
	float: left;
	display: block;
	width: 100%;
	margin-top: 25px;
	font-size: 1.3em;
	font-weight: 600;
	padding: 0 5%;
}

/* End Sidebar */


/* ---------------------------------- End Newsroom ---------------------------------- */








/* ---------------------------------- Newsroom - single page ---------------------------------- */

.post .post_icon_title {
	width: 100%;
	display: block;
	float: left;
	margin-top: 30px;
}

.post .post_icon_title img {
	float: left;
	margin: 0;
	height: 38px;
}

.post .post_icon_title h3 {
	float: left;
	margin: 0 0 0 5px;
	line-height: 2.5em;
	text-transform: uppercase;
	color: #006187;
	font-weight: 600;
}

.post .fusion-flexslider {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 0;
}

.post .entry-title {
	width: 100%;
	display: block;
	float: left;
	margin: 15px 0;
    font-size: 2em !important;
    font-weight: 700 !important;
}

.post .post_sub_data {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 10px;
}

.post .post_sub_data .post_subtitle {
	width: 50%;
	float: left;
	display: block;
	min-height: 1px;
}

.post .post_sub_data .post_subtitle p {
	font-weight: 600;
	font-size: 1.2em;
}

.post .post_sub_data .post_sub_info {
	width: 35%;
	float: left;
	display: block;
	margin-left: 15%;
	text-align: right;
}

.post .post_sub_data p {
	margin: 0;
}

.post .post_sub_data .post_sub_info p {
	font-style: italic;
}

.post .featured_image_caption p {
	font-style: italic;
	font-weight: 600;
	margin-bottom: 30px;
}

.post .post_after_content_wrapper {
	width: 100%;
	display: block;
	float: left;
	margin: 15px 0 30px 0;
}

.post .post_after_content_wrapper .post_after_content_scroll_top, 
.post .post_after_content_wrapper .post_after_content_social_sharing {
	width: 50%;
	float: left;
	display: block;
}

.post .post_after_content_wrapper .post_after_content_scroll_top {
	height: 34px;
}

.post .post_after_content_wrapper .post_after_content_scroll_top a {
	height: 34px;
	display: inline-block;
	float: left;
	line-height: 34px;
	text-transform: uppercase;
}

.post .post_after_content_wrapper .post_after_content_social_sharing .fusion-sharing-box {
	margin: 0;
	padding: 0;
	height: 34px;
	background-color: initial;
}

.post .post-content {
	padding-bottom: 15px;
	border-bottom: 1px solid #e0dede;
}

.post .post-content p {
	font-size: 14px;
}

.post .post_after_content_wrapper .post_after_content_social_sharing .fusion-social-network-icon {
	margin-bottom: 0 !important;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.post .post_after_content_wrapper .post_after_content_social_sharing h4 {
	width: 60%;
	text-align: right;
}

.post .post_after_content_wrapper .post_after_content_social_sharing .fusion-social-networks {
	width: 40%;
}

.post .post_before_content_social_sharing .fusion-sharing-box {
	margin: 0;
	padding: 0;
	height: 34px;
	background-color: initial;
}

.post .post_before_content_social_sharing .fusion-social-network-icon {
	margin-bottom: 0 !important;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.post .post_before_content_social_sharing  h4 {
	width: 60%;
	text-align: right;
}

.post .post_before_content_social_sharing .fusion-social-networks {
	width: 40%;
}

.post .post_sub_data .post_before_content_social_sharing {
	width: 50%;
	float: right;
	display: block;
	margin-left: 50%;
}

.post .post_sub_data .post_before_content_social_sharing .fusion-sharing-box {
	margin: 0;
	padding: 0;
	height: 60px;
}

.post .post_sub_data .post_before_content_social_sharing .fusion-sharing-box .fusion-social-network-icon {
	margin-bottom: 0;
}

/* End CB */

.single-post #main {
	padding: 0 30px;
}

.single-post #main > .fusion-row {
	background: #e6eef0;
}

.single-post #main #content {
	width: 70%;
	border-right: 30px solid #f7f7f7;
	background: #f7f7f7;
}

.post .divider {
	border-top: 1px solid #e0dede;
	margin-left: 30%;
	margin-right: 30%;
	margin-top: 0px;
	margin-bottom: 30px;
	width: 40%;
	float: left;
}



/* Related Posts */

.single_related_posts_container {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 30px;
}

.single_related_posts_container h3 {
	width: 100%;
    float: left;
    display: block;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 2em;
    color: #000000;
}

.single_related_post_container {
	width: 47.5%;
	float: left;
	display: block;
	margin-right: 2.5%;
	border-bottom: 1px solid #e0dede;
}

.single_related_post_container:last-child {
	margin-left: 2.5%;
	margin-right: 0;	
}

.single_related_post_container .srp_featured_image {
	height: 200px;
	overflow: hidden;
	margin-bottom: 15px;
	width: 100%;
	float: left;
	display: block;
}

.single_related_post_container .srp_post_title, 
.single_related_post_container .srp_post_excerpt, 
.single_related_post_container .srp_read-more {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

.single_related_post_container .srp_post_title h2 {
	font-weight: 600 !important;
	line-height: 1.3em !important;
	margin: 0;
}

.single_related_post_container .srp_post_excerpt p {
	margin: 0;
}

.single_related_post_container .srp_read-more a {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	color: #006187;
	float: right;
}

/* End Related Posts */


/* After Posts Widget */

#after_posts_widget {
	width: 100%;
	float: left;
	display: block;
	background: #ffffff;
	padding: 5% 0;
	text-align: center;
}

#after_posts_widget h2 {
	font-size: 3em;
    line-height: initial;
    margin-bottom: 15px;
}

#after_posts_widget h2 a {
	color: #006187;
}

#after_posts_widget h2 a:hover {
	color: #d5cb0b;
}

#after_posts_widget h3 {
	margin: 0;
	font-weight: 500;
	font-size: 1.2em;
	line-height: initial;
}

#after_posts_widget h3 a {
	text-decoration: underline;
}

/* After Posts Widget */

/* ---------------------------------- End Newsroom - single page ---------------------------------- */








/* ---------------------------------- Publications page ---------------------------------- */


/* Subheader */

#publications-subheader p {
    float: left;
    margin: 0;
}

#publications-subheader h3 {
	float: left;
	margin: 0 0 0 5px;
	line-height: 2.5em;
	text-transform: uppercase;
	color: #006187;
	font-weight: 600;
}

/* End Subheader */




/* Publications shortcode */

.publications-row h3 {
	text-align: center !important;
	font-weight: 600 !important;
	float: left;
	margin: 15px 0 30px 0;
	font-size: 1.5em !important;
	line-height: 1em !important;
	text-transform: uppercase;
}

.publications-row .fusion-column-wrapper > p {
	float: left;
	margin: 15px 0 30px 15px;
	font-weight: 600 !important;
	font-size: 1.5em !important;
	line-height: 1em !important;
	text-transform: uppercase;
}

.publications-row .fusion-column-wrapper > p a {
	color: #006187;
}

.publications_shortcode_container {
	width: 100%;
	float: left;
	display: block;
}

.publications_shortcode_container .fusion-one-third {
	border-bottom: 1px solid #e6eef0;
}

.publications_shortcode_container .ps-featured-image {
	height: 225px;
	float: left;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
	background: #999999;
}

.publications_shortcode_container .ps-featured-image img {
	height: auto;
	min-width: 100%;
}


/* Ribbon */

/* Old ribbon */

/*.publications_shortcode_container .ps-featured-image .ribbon {
	position: absolute;
	left: -5px; top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
}

.publications_shortcode_container .ps-featured-image .ribbon span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;

	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);

	width: 100px;
	display: block;
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px; left: -21px;
}

.publications_shortcode_container .ps-featured-image .ribbon span.blue {
	background: #1e5799;
	background: rgba(41,137,216,1);
	background: -moz-linear-gradient(top, rgba(41,137,216,1) 0%, rgba(30,87,153,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,137,216,1)), color-stop(100%, rgba(30,87,153,1)));
	background: -webkit-linear-gradient(top, rgba(41,137,216,1) 0%, rgba(30,87,153,1) 100%);
	background: -o-linear-gradient(top, rgba(41,137,216,1) 0%, rgba(30,87,153,1) 100%);
	background: -ms-linear-gradient(top, rgba(41,137,216,1) 0%, rgba(30,87,153,1) 100%);
	background: linear-gradient(to bottom, rgba(41,137,216,1) 0%, rgba(30,87,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#1e5799', GradientType=0 );
}

.publications_shortcode_container .ps-featured-image .ribbon span.blue::before {
	content: "";
	position: absolute; left: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid #1e5799;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #1e5799;
}

.publications_shortcode_container .ps-featured-image .ribbon span.blue::after {
	content: "";
	position: absolute; right: 0px; top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #1e5799;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #1e5799;
}*/

/* End Old ribbon */



/* New ribbon */

.publications_shortcode_container .ps-featured-image .ribbon {
	position: absolute;
    right: 3px;
    top: 3px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1em;
}

.publications_shortcode_container .ps-featured-image .ribbon span.blue {
	padding: 1px 10px;
    background: #006288;
}

.publications_shortcode_container .ps-featured-image .ribbon span.green {
	padding: 1px 10px;
    background: #85b40b;
}

/* End New ribbon */



/* End Ribbon */










.publications_shortcode_container .ps-post-date {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.publications_shortcode_container .ps-post-date img {
    height: 20px;
    margin-right: 5px;
	float: left;
}

.publications_shortcode_container .ps-post-date p {
	width: 85%;
    float: left;
    margin: 0;
    color: #999999;
}

.publications_shortcode_container .ps-post-title {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.publications_shortcode_container .ps-post-title h2 {
    font-weight: 700 !important;
    font-size: 1.7em !important;
    line-height: 1.3em !important;
    margin: 0;
}

.publications_shortcode_container .ps-post-excerpt {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.publications_shortcode_container .ps-read-more {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.publications_shortcode_container .ps-read-more a {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	color: #006187;
	float: right;
}

/* End Publications shortcode */

/* ---------------------------------- End Publications page ---------------------------------- */






/* ---------------------------------- Contact page ---------------------------------- */

.wpcf7 .wpcf7-submit {
	background: #d5cb0b !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	float: right;
	color: #ffffff !important;
}

.wpcf7 .wpcf7-submit:hover {
	background: #86800c !important;
}

.wpcf7 input, 
.wpcf7 textarea {
	outline: none !important;
	color: #686e71 !important;
}

.wpcf7 textarea {
	padding: 8px 15px;
}

#contact-info {
	text-align: left;
}

/* ---------------------------------- End Contact page ---------------------------------- */







/* ---------------------------------- Events page ---------------------------------- */

#events-info-box .fusion-two-third img {
	height: 300px;
}

#events-info-box .fusion-one-third p {
	text-transform: uppercase;
	margin-bottom: 15px;
	float: left;
	width: 100%;
	display: block;
	color: #000000;
	font-weight: 600;
}

#events-info-box .fusion-one-third p:first-child {
	margin-top: 15px;
}

#events-info-box .fusion-one-third h2 {
	text-transform: uppercase;
	font-size: 2.5em !important;
	line-height: 1.2em !important;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: 700;
	float: left;
	width: 100%;
	display: block;
}

#events-info-box .fusion-one-third h2 a {
	color: #006187;
}

#events-info-box .fusion-one-third h2 a:hover {
	color: #d5cb0b;
}

#events-info-box .fusion-one-third h3 {
	color: #006187;
	margin-top: 0;
	float: left;
	width: 100%;
	display: block;
	font-size: 1.5em !important;
}

.events-row {
	margin-bottom: 5px !important;
}

.events-row h3 {
	text-align: center !important;
	font-weight: 600 !important;
	float: left;
	margin: 15px 0 15px 0;
	font-size: 1.5em !important;
	line-height: 1em !important;
	text-transform: uppercase;
}

.events-row .fusion-column-wrapper > p {
	float: left;
	margin: 15px 0 15px 15px;
	font-weight: 600 !important;
	font-size: 1.5em !important;
	line-height: 1em !important;
	text-transform: uppercase;
}

.events-row .fusion-column-wrapper > p a {
	color: #006187;
}




/* Events Shortcode */

.events_container {
	width: 100%;
	float: left;
	display: block;
}

.events_container .fusion-one-third {
	border-bottom: 1px solid #e6eef0;
}

.events_container .hb-featured-image {
	height: 225px;
	float: left;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
	background: #999999;
}

.events_container .hb-featured-image img {
	height: auto;
	min-width: 100%;
}

.events_container .hb-post-date {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.events_container .hb-post-date img {
    height: 20px;
    margin-right: 5px;
	float: left;
}

.events_container .hb-post-date p {
	width: 85%;
    float: left;
    margin: 0;
    color: #999999;
}

.events_container .hb-post-title {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.events_container .hb-post-title h2 {
    font-weight: 700 !important;
    font-size: 1.7em !important;
    line-height: 1.3em !important;
    margin: 0;
}

.events_container .hb-post-excerpt {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.events_container .hb-read-more {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.events_container .hb-read-more a {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	color: #006187;
	float: right;
}

/* End Events Shortcode */

/* ---------------------------------- End Events page ---------------------------------- */







/* ---------------------------------- Events - IPI World Congress page ---------------------------------- */

/* Events - IPI World Congress page background hack - change IDs if needed */

.page-id-964 #main > .fusion-row {
	background: #e6eef0;
}

.page-id-964 #main > .fusion-row #content {
	width: calc(100% - 30%);
	border-right: 80px solid #f7f7f7 !important;
}

.page-id-964 #main > .fusion-row #post-964 .post-content {
	background: #f7f7f7;
}

.page-id-964 #newsroom-header h2 {
	padding-bottom: 10px;
}

.subheader-links h3 {
	color: #686e71 !important;
}

.subheader-links h3 a {
	color: #006187 !important;
}

.subheader-links h3 .bc-divider {
	color: #006187 !important;	
}

.subheader-links h3 a:hover {
	color: #d5cb0b !important;
}

/* End Events - IPI World Congress page background hack - change IDs if needed */

/* ---------------------------------- End Events - IPI World Congress page ---------------------------------- */








/* ---------------------------------- Events - Other events page ---------------------------------- */

/* Events - Other events page background hack - change IDs if needed */

.page-id-971 #main > .fusion-row {
	background: #e6eef0;
}

.page-id-971 #main > .fusion-row #content {
	width: calc(100% - 30%);
	border-right: 80px solid #f7f7f7 !important;
}

.page-id-971 #main > .fusion-row #post-971 .post-content {
	background: #f7f7f7;
}

.page-id-971 #newsroom-header h2 {
	padding-bottom: 10px;
}

.page-id-971 #newsroom-subheader h3 {
	color: #686e71 !important;
}

.page-id-971 #newsroom-subheader h3 a {
	color: #006187 !important;
}

.page-id-971 #newsroom-subheader h3 .bc-divider {
	color: #006187 !important;	
}

.page-id-971 #newsroom-subheader h3 a:hover {
	color: #d5cb0b !important;
}

/* End Events - Other events page background hack - change IDs if needed */

/* ---------------------------------- End Events - Other events page ---------------------------------- */







/* ---------------------------------- Events - Meet our events team page ---------------------------------- */

/* Events - Meet our events team page background hack - change IDs if needed */

.page-id-1005 #newsroom-header h2 {
	padding-bottom: 10px;
}

.page-id-1005 #newsroom-subheader h3 {
	color: #686e71 !important;
}

.page-id-1005 #newsroom-subheader h3 a {
	color: #006187 !important;
}

.page-id-1005 #newsroom-subheader h3 .bc-divider {
	color: #006187 !important;	
}

.page-id-1005 #newsroom-subheader h3 a:hover {
	color: #d5cb0b !important;
}

/* End Events - Meet our events team page background hack - change IDs if needed */

#event-team blockquote {
	margin: 0;
	border: none;
	background: #e6eef0;
	padding: 2.5% 5%;
}

#event-team h1 {
	text-transform: uppercase;
	font-size: 2.5em;
	font-weight: 700;
}

#event-team .event-team-member-photo {
	position: relative;
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 15px;
}

#event-team .event-team-member-photo > p {
	display: none;
}

#event-team .event-team-member-data {
	position: absolute;
	bottom: 2.5%;
	left: 2.5%;
	width: 95%;
	background: rgba(255,255,255,.7);
	padding: 2.5%;
}

#event-team .event-team-member-social {
	position: absolute;
	top: 2.5%;
	right: 2.5%;
}

#event-team .event-team-member-social a {
	width: 30px;
    height: 30px;
    display: block;
    float: left;
    text-align: center;
    line-height: 30px;
    margin-right: 6px;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#event-team .event-team-member-social a:last-child {
	margin-right: 0;
}

#event-team .event-team-member-social a:hover {
	opacity: .8;
}

#event-team .event-team-member-social a.twitter {
	background: #2facde;
}

#event-team .event-team-member-social a.linkedin {
	background: #0e79b3;
}

#event-team .event-team-member-social a i {
	color: #ffffff;
	font-size: 16px;
}

#event-team .event-team-member-name {
	text-transform: uppercase;
	color: #000000;
	font-weight: 600;
	margin-bottom: 0px;
}

#event-team .event-team-member-title {
	color: #000000;
	margin-bottom: 0px;
}

#event-team .event-team-member-phone, 
#event-team .event-team-member-email, 
#event-team .event-team-member-contact-name {
	width: 100%;
	display: block;
	float: left;
	font-size: 1.1em;
	margin-bottom: 5px;
	color: #999999;
}

#event-team .event-team-member-phone i,
#event-team .event-team-member-email i, 
#event-team .event-team-member-contact-name i {
	width: 30px;
	font-size: 1.1em;
	color: #999999;
	text-align: center;
}

#event-team .event-team-member-email a {
	color: #999999;
}

#event-team .event-team-member-email a:hover {
	color: #006187;
}

#event-form p {
	text-transform: uppercase;
	color: #000000;
	font-weight: 600;
	margin-bottom: 30px;
	float: left;
	display: block;
	width: 100%;
}

#event-form form > div {
	float: left;
	width: 100%;
}

#event-form textarea {
	resize: none;
}

#event-form textarea, 
#event-form input[type="text"], 
#event-form input[type="email"] {
	margin-top: 5px;
	padding: 10px 15px;
	min-height: 50px;
}

#event-form .half-width-left {
	width: 47.5%;
	margin-right: 2.5%;
	float: left;
	display: block;
}

#event-form .half-width-right {
	width: 47.5%;
	margin-left: 2.5%;
	float: left;
	display: block;
}

#event-form input[type="submit"] {
	float: right;
}

#event-become-member .fusion-column-tablecell p {
	margin-bottom: 0;
}

#event-become-member-container .fusion-row {
	background: #e6eef0;
}

/* ---------------------------------- End Events - Meet our events team page ---------------------------------- */





/* ---------------------------------- Countries pages ---------------------------------- */

.countries-subheader {
	margin-bottom: 10px !important;
}

.countries-posts-container .hb-post-title {
	height: 84px;
}


/* ---------------------------------- End Countries pages ---------------------------------- */





/*

IPI Farbcodes

black - - - - - - - - - - - -	#000000
old blue - - - - - - - - - - - 	#006187
new blue - - - -- - - - - -- 	#006187
dark grey - - - - - - - - - -	#686e71
ligth grey - - - - - - - - - 	#999999
Backround Website grey - - - -	#999999
Backgorund grey highlighter - 	#e6eef0
Background Footer - - - - - -	#336b86
light yellow - - - - - - - - -	#d5cb0b
dark yellow - - - - - - - - -	#86800c
red - - - - - - - - - - - - -	#e21813
light green  - - - - - - - - -	#7ece35
light green hover - - - - - - -	#68ac28
dark green - - - - - - - - - -	#51881e

*/