/************************
 * Client modifications *
 ************************/
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold/opensans-bold-webfont.woff2') format('woff2'),
    url('../fonts/opensans-bold/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans-italic/opensans-italic-webfont.woff2') format('woff2'),
    url('../fonts/opensans-italic/opensans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular/opensans-regular-webfont.woff2') format('woff2'),
    url('../fonts/opensans-regular/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a:active {
    outline: none;
}

.entry-content p {
    font-weight: 400;
}

.container-color {
    background-color: #E7F5F5;
}

.container-margin {
    margin-top: 2em;
    margin-bottom: 2em;
}
.supp-info {
	font-size: .9em;
	font-style:italic;
}
img.right {
    float: right;
    margin: .5em 0 1.5em 1em;
    width: 13%;
}

img.g7-logo {
    width: auto;
}

figure, .figure  {
    margin: 1.5em 40px;
	text-align: center;
}

.figure-r {
    float: right;
    margin: 0 1em 1em 2em;
    max-width: 535px;
}
.figure-l {
    float: left;
    margin: .25em 2em 1em 0;
    max-width: 535px;
}
.clear {
	clear:both;
}
.bio {
    border-radius: 50%;
}

.logo {
    float: right;
    margin: 0 1em 1em 2em;
    width: auto;
}
.entry-content .event-date {
	font-weight:700 !important;
	margin-bottom: 2em;
	text-transform:uppercase;
}
.biography {
    float: right;
    margin: 0 1em 1em 2em;
}
.biography p {
    display: inline-block;
	padding-top: .5em;
	font-family: 'open_sansitalic';
}
.entry-content .feature-block {
	background-color:#78c9cc;
	padding: 2em 2em 1em;
	margin: 2em 0;
}
.entry-content .feature-block h2 {
	color:#fff;
	margin-top:0;
}
.entry-content .feature-block a {
	color:#2d4759;
	text-decoration:underline;
}
.entry-content .feature-block a:hover {
	text-decoration:none;
	color:#2d4759;
}
.highlight-block {
	padding:1.5em 2em;
	background-color:#E7F5F5;
	margin:2em 0;
}
.highlight-block .type {
	text-transform:uppercase;
}
.highlight-block .title {
	font-weight: 600;
	font-size: 1.1em;
}
.highlight-block p {
	margin: 0;
}
.medium {
    width: 500px;
}
.event-banner-container {
	background-color: #ee7944;
	padding: 1.5em 0;
}
.event-banner-container .event-banner {
	text-align: center;
}
.event-banner-container .event-banner p,
.event-banner-container .event-banner h2,
.event-banner-container .event-banner h3 {
	color:#fff;
	text-transform: uppercase;	
	font-family: 'open_sansbold';
	width: 70%;
    margin: 0 auto;
}
.event-banner-container .event-banner h3 {
	text-transform: none;	
	font-weight:normal;
	margin-bottom: .5em;
}
.event-banner-container .event-banner p {
	margin-bottom: 1em;
}
.event-banner-container .event-banner h3 {
	padding: .5em 0 0;
}
.event-banner-container .event-banner a {
	color:#fff;
	text-transform: uppercase;	
	margin:0;
	border: 1px solid #fff;
	font-size: 1em;
}
.event-banner-container .event-banner a:hover {
	opacity: .8;
}
    
.event-banner-container .event-banner .event-date {
	font-family: "Open Sans", sans-serif;
	font-style:italic;
	padding: .5em 0 1em;
}
.breadcrumb-container {
	margin: 1em 0 3em;
}
.breadcrumbs {
    padding-bottom: .5em;
    margin: 3.75em 0 3em;
    font-family: 'open_sansitalic';
}
.breadcrumbs p {
    margin: 0;
}
.breadcrumbs ul li:first-child a {
    padding-left: 0;
}
.breadcrumbs ul li a {
    font-size: 1.1em;
}
.breadcrumb-container.theme1 li:last-of-type span:last-of-type {
	display:none;
}
.post .highlight,
.entry-content .block-focus-theme,
.entry-content .focus-block-theme {
    background: #e4f4f4;
    padding: 2em 2em 1em;
    font-family: 'open_sansitalic';
    letter-spacing: .05em;
    margin: 2em 0;
}

.entry-content .block-focus-theme h3,
.entry-content .focus-block-theme h3 {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin: 0 0 1em;
    font-size: 1.35em;
}

.entry-content .block-focus-theme h3:nth-of-type(2) {
    margin: 1.5em 0 1em;
    border-top: 1px solid #fff;
    padding-top: 1.5em;
}

.entry-content .block-focus-theme h4 {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 1.15em;
    color: #304558;
}

.post .highlight .link,
.entry-content .block-focus-theme .link {
    color: #314659;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.post .highlight .link:hover,
.entry-content .block-focus-theme .link:hover {
    color: #89cbca;
}

.entry-content .contact,
.entry-content .contact-block-theme,
.entry-content .block-contact-theme {
    background: #89cbca;
    color: #fff;
    padding: 1.25em 2em 1.5em;
    line-height: 1.5;
    margin-top: 3em;
}

.entry-content .contact-block-theme h3,
.entry-content .block-contact-theme h3 {
    color: #fff;
}

.entry-content .contact-block-theme a,
.entry-content .block-contact-theme a {
    color: #fff;
}

.entry-content .contact-block-theme strong,
.entry-content .block-contact-theme strong {
    	padding-top: 1em;
	display: inline-block;
}

.entry-content .contact-block-theme p,
.entry-content .block-contact-theme p {
    color: #fff;
    margin-bottom: 0;
}

.entry-content .links,
.entry-content .links-block-theme {
    margin-top: 2em;
}

.entry-content .links h3,
.entry-content .links-block-theme h3 {
    color: #304558;
    border-bottom: 2px solid #89cbca;
    padding-bottom: .75em;
    margin: 0;
    font-size: 1.1em;
}

.entry-content .links p,
.entry-content .links-block-theme p {
    border-bottom: 1px solid #858585;
    padding: .5em 0;
    margin: 0;
}

.entry-content .links a,
.entry-content .links-block-theme a {
    float: right;
    text-transform: uppercase;
    font-weight: 600;
    color: #2d4759;
    padding-right: 1em;
    font-size: .9em;
    font-family: "Open Sans", sans-serif;
}
.entry-content .round-up h2 {
	border-top: 1px solid #ccc;
	padding-top:1em;
	color: #314659;
}
.entry-content .round-up h2:first-of-type {
	border-top: none;
}
.entry-content .topic-block-theme {
    background: #e4f4f4;
    color: #314659;
    padding: 1.5em 2em;
    line-height: 1.5;
    margin-bottom: 2em;
    font-family: 'open_sansitalic';
}

.entry-content .topic-block-theme a {
    color: #314659;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
}
blockquote {
	border-left: none;
	padding: 0;
	margin: 0;
	color: #314659;
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	font-size:1em;
}
.figure-r p {
    font-family: 'open_sansitalic';
    padding: .25em 0 0 0;
    margin: 0;
    display: block;
    font-size: 1em;
}
.figure-r a img {
    border: 1px solid #78c9ca;
	padding: .75em;
}
.figure-r a:hover img {
    border: 1px solid #fff;
}
.icons {
    display: block;
    background-image: url("../img/icons.png");
    background-repeat: no-repeat
}

.icons.data {
    background-position: 0px 0px;
    height: 65px;
    width: 76px;
}

.icons.networks,
.icons.preparedness {
    background-position: -84px 0px;
    height: 65px;
    width: 67px;
}

.icons.arrow-top {
    background-position: -178px -205px;
    height: 15px;
    width: 25px;
}

.icons.outbreak,
.icons.response {
    background-position: -155px 0px;
    height: 65px;
    width: 67px;
}

.icons.webinars {
     background-image: url("../img/webinars.png");
	height: 65px;	
	width: 65px;
}

.icons.funding_opportunities {
    background-image: url("../img/funding_opportunities.png");
	height: 60px;	
	width: 59px;
}

.icons.research_reports {
     background-image: url("../img/research_reports.png");
	height: 60px;	
	width: 60px;
}
.icons.presentation {
     background-image: url("../img/presentation.png");
	height: 61px;	
	width: 60px;
}

.icons.icon-contact {
    background-position: 5px -164px;
    height: 30px;
    width: 44px;
}
.icons.icon-twitter {
    background-position: center;
	background-image: url("../img/glopid-r-twitter.png");
	background-repeat: no-repeat;
}
.icons.challenges {
    background-position: -225px 0px;
    height: 71px;
    width: 54px;
}

.icons.one_health {
    background-position: 7px -163px;
    height: 30px;
    width: 44px;
}

.icons.agenda {
    background-position: 7px -163px;
    height: 30px;
    width: 44px;
}

.icons.research_networks {
    background-position: 7px -163px;
    height: 30px;
    width: 44px;
}

.icons.countries {
    background-position: 7px -163px;
    height: 30px;
    width: 44px;
}
.entry-content .picture img {
    width: 100%;
}
.entry-content .picture span {
    padding: 1em 0;
	text-align: left;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #666;
	font-weight: 300;
	font-family: 'open_sansitalic';
}
.entry-content {
    -moz-hyphens: none;
    word-wrap: normal;
}

.entry-content.intro p {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.7em;
}

.entry-content p.source {
    color: #78c9ca;
    font-family: 'open_sansitalic';
    margin-top: 2em;
}

.entry-content .agenda h3 {
    color: #345
}

.entry-content .agenda p {
    padding-left: 2.5em;
}

.entry-content .agenda .date {
    padding-left: 0;
}

.entry-content .agenda p::before {
    content: '\2022';
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -20px;
    top: -12px;
    font-size: 35px;
    color: #acd168;
}

.entry-content .agenda .date::before {
    content: "";
}

.entry-content .picture {
    margin: 2em 0;
    position: relative;
    text-align: center;
}

.entry-content .picture p {
    background-color: #222;
    color: #fff;
    font-size: 0.9em;
    padding: .5em 1em;
    margin: 0;
}

.entry-content .picture p ~ p {
    font-size: 1em;
    font-weight: 500;
    padding-bottom: 1em;
    background-color: transparent;
    color: #222;
}

.entry-content .picture p span {
    text-transform: uppercase;
}

a:hover, a:focus {
    text-decoration: none;
}

figure {
    margin: 0 0 2em;
}

p {
    margin: 0 0 1em 0;
    font-weight: 400;
}

p time {
    font-size: 1.2em;
    text-transform: uppercase;
    margin: .5em 0 0 0;
    display: block;
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}
.entry-content ul.inline {
	float:left;
	padding-left: 0;
}
.entry-content ul.inline li {
	float:left;
	padding-left:0;
	padding-right:2em;
}
.entry-content ul.inline li::before {
	display:none;
}
.clear {
	clear:both;
}
.read-more {
    font-size: .95em;
    color: #314659;
    font-family: 'open_sansitalic';
    font-weight: normal;
    padding-right: .2em;
    text-transform: uppercase;
    letter-spacing: .05em;
	margin-bottom:0;
}
.read-more.day {
    float:left;
}
.back,
.entry-content .back {
    border: 1px solid #334657;
    color: #334657;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: .95em;
    position: relative;
    padding: .25em 1em .25em 2.5em;
    margin-top: 2.5em;
    display: inline-block;
    text-transform: uppercase;
}

.back::before,
.entry-content .back::before {
    content: '';
    position: absolute;
    background: transparent url('../img/arrow-back.png') no-repeat;
    display: inline-block;
    height: 20px;
    width: 13px;
    left: .75em;
}

.back:hover::before {
    background: transparent url('../img/arrow-back--hover.png') no-repeat;
}

.back:hover,
.entry-content .back:hover {
    border: 1px solid #78c9ca;
    color: #78c9ca;
}

.read-more span::after {
    content: '';
}

small,
.small {
    font-size: 87%;
}
table.recommendation,
table.recommendation > tbody > tr > td,
table.recommendation > thead > tr > th {
	border: 1px solid #ddd;
	padding: .75em;
}
table.recommendation > thead > tr > th {
	color: #78c9cc;
}
table.recommendation td.priority {
	vertical-align: middle;
}
mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

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

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

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

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

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #BBB;
}

.text-primary {
    color: #009444;
}

a.text-primary:hover {
    color: #00612d;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #009444;
}

a.bg-primary:hover {
    background-color: #00612d;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 11px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

ul li,
ol li {
    font-weight: 400;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 22px;
}

dt,
dd {
    line-height: 1.4;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #BBB;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

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

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.4;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 1px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 1px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.4;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 1px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #009444;
    border-color: #007b38;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00612d;
    border-color: #003d1c;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #009444;
    border-color: #007b38;
}

.btn-primary .badge {
    color: #009444;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #009444;
    font-weight: normal;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #004821;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #BBB;
    text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 2px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 1px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 1px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
    visibility: hidden;
}

.collapse.in {
    display: block;
    visibility: visible;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.4;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #009444;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #BBB;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: none;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.4;
    color: #BBB;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 1px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 1px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 2px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}

.nav {
    position: relative;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: .5em 1em;
    font-weight: 800;
    color: #4D6A79;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: underline;
    color: #fff;
}

.nav > li.disabled > a {
    color: #BBB;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
    color: #545557;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #009444;
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.4;
    border: 1px solid transparent;
    border-radius: 1px 1px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    border: 1px solid #ddd;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    text-decoration: none;
}

.title {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 1em;
}

h2.title {
    font-size: 1.4em;
    font-weight: 300;
}

.subtitle {
    font-family: 'open_sansitalic';
    font-size: 1em;
}


.title a {
    display: block;
}

#main {
    background-color: #fff;
    position: relative;
    padding: 0;
}

#top {
    text-align: left;
    border-top: 0;
    padding: 1.5em 0 0;
}

#header-logo {
    width: 350px;
    height: 72px;
    display: inline-block;
}

#header-logo a {
    background: url(../img/glopidr-logo.png) no-repeat left top;
    background-size: 350px 72px;
}

#site-desc {
    display: inline-block;
    width: 415px;
    padding: 0;
    margin-left: 1.5em;
    border-left: 1px solid #a5a6a8;
    top: 36px;
    position: absolute;
}

#site-desc p {
    padding: 0 1.5em;
    text-transform: uppercase;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.meta {
    display: none;
}

#site-desc h1 {
    margin: 0;
    font-size: 16px;
    color: #4D6A79;
    padding: 0;
    line-height: 1.1;
    font-weight: 300;
}

.thumb {
    text-decoration: none;
    display: block;
    padding-bottom: .8em;
}

.entry-content iframe {
    max-width: 100% !important;
}

.slide-home-wrapper {
    overflow: hidden;
    position: relative;
}

.slide-home-wrapper .bx-wrapper {
    box-shadow: none;
    border: 0;
}

.slide-home-wrapper ul {
    padding: 0;
}

.slide-home-wrapper ul li {
    list-style: none;
    position: relative;
}

.slide-home-wrapper .slide-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.overlay {
    background-image: linear-gradient(rgba(44, 65, 82, 0), rgba(44, 65, 82, 0.4));
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
}

.slide-home-wrapper .slide-text strong,
.home-image strong {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'open_sansregular';
    letter-spacing: .1em;
	display: block;
}

.slide-home-wrapper .slide-text strong .total_slide:after {
    content: '|';
    color: #fff;
    padding: 0 1em;
}

.slide-home-wrapper .slide-text h2,
.header-presentation .entry-content h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'open_sansbold';
    font-size: 2.3em;
    line-height: 1.3;
	display: inline-block;
}

.slide-home-wrapper .slide-text p,
.home-image .entry-content p {
    color: #fff;
    font-weight: normal;
    font-family: 'open_sansregular';
    letter-spacing: .1em;
    font-size: 1.5em;
    margin-top: .5em;
	margin-bottom: 1em;
}

.slide-home-wrapper .bx-controls,
.tslider-container .bx-controls {
    position: absolute;
    bottom: 10%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.slide-home-wrapper .bx-controls a,
.tslider-container .bx-controls a {
    background-color: #EE7944;
    color: #fff;
    font-family: 'open_sansbold';
    height: 2em;
    width: 2em;
    text-align: center;
    display: inline-block;
    line-height: 1.9em;
    opacity: 1;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    position: relative;
    margin: 0 1em;
    text-indent: 0;
    z-index: 1;
}
.tslider-container .bx-controls a {
    margin: 0;
    background-color: transparent;
}

.slide-home-wrapper .bx-controls a {
    text-indent: 9999px;
}

.slide-home-wrapper .bx-controls a:before,
.tslider-container .bx-controls a:before {
    top: .35em;
    content: '';
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 13px;
}

.slide-home-wrapper .bx-controls a.bx-prev:before {
    background: transparent url('../img/arrow-white-left.png') no-repeat;
    left: .5em;
}
.tslider-container .bx-controls a.bx-prev:before {
    background: transparent url('../img/arrow-back.png') no-repeat;
    left: .5em;
}
.slide-home-wrapper .bx-controls a.bx-next:before{
    background: transparent url('../img/arrow-white-right.png') no-repeat;
    right: .5em;
}
.tslider-container .bx-controls a.bx-next:before {
    background: transparent url('../img/arrow-back-next.png') no-repeat;
    right: .5em;
}

.slide-home-wrapper .bx-controls a:hover,
.tslider-container .bx-controls a:hover {
    opacity: .8;
}

.slide-home-wrapper .bx-controls a.bx-prev,
.tslider-container .bx-controls a.bx-prev {
    -webkit-border-top-left-radius: 1em;
    -webkit-border-bottom-left-radius: 1em;
    -moz-border-radius-topleft: 1em;
    -moz-border-radius-bottomleft: 1em;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
}

.slide-home-wrapper .bx-controls a.bx-next,
.tslider-container .bx-controls a.bx-next {
    -webkit-border-top-right-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
    -moz-border-radius-topright: 1em;
    -moz-border-radius-bottomright: 1em;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}
/* Show / Hide Toggle */
.privacy-policy h2 {
	border-bottom: 1px solid #ccc;
	padding-bottom: .25em;
	position:relative;
}
.privacy-policy h2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    background: transparent url('../img/toggle-arrow-down.png') right center no-repeat;
}
.privacy-policy h2.title-collapse-off::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    background: transparent url('../img/toggle-arrow-up.png') right center no-repeat;
}
.privacy-policy .text-collapse {
	max-width:80%;
}
.privacy-policy table > thead > tr > th {
	border-bottom: 1px solid #ddd;
	white-space: nowrap;
}
#slide-home-index {
    position: absolute;
    z-index: 40;
    left: 0;
    right: 0;
    bottom: 15px;
    padding: 0;
    margin: 0;
    height: 15px;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}

#slide-home-index li {
    display: inline-block;
    padding: 0 5px;
}

#slide-home-index li a {
    font-size: 0;
    line-height: 0;
    position: relative;
}

#slide-home-index li a:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-color: #FFF;
    border-radius: 8px;
}

#slide-home-index li.active a:before {
    background-color: #fbb040;
}

#cboxLoadedContent h4 {
    background-color: #ee7944;
    padding: .3em 1em;
    color: #fff;
    font-size: .9em;
    text-transform: uppercase;
}

.entry-presentation {
    /*background-color: #eee;
  height: 600px;*/
    margin: 6em 2em .5em;
    padding-bottom: .6em;
}
.entry-presentation-title {
    margin: 0em 2em .5em;
}

.entry-presentation .container,
#about,
#networks,
#resources {
    position: relative;
    padding: 0;
}

.post .entry-header {
    margin-top: 5em;
}

.entry-presentation .title,
.entry-header .title {
    padding-bottom: .5em;
    color: #78c9cc;
    font-weight: 600;
    font-size: 2em;
}

.entry-presentation .title {
    font-size: 1.85em;
    text-transform: uppercase;
	margin-bottom:-.5em;
}

.entry-newsletter .title,
.entry-newsletters .title {
    text-transform: uppercase;
    font-size: 2em;
}

.entry-webinar .title {
    color: #314659;
}

.ressources-header-text .ressources-theme,
.ressources-header-text p,
.ressources-header p {
    color: #314659;
    font-weight: 300;
    font-family: 'open_sansitalic';
    text-transform: uppercase;
    font-size: .95em
}

.ressources-header p {
    margin-bottom: 0;
    margin-top: 1.5em;
}

.ressources-header-text h2,
.ressources-header h2 {
    color: #78c9ca;
    font-weight: 600;
    text-transform: none;
    font-size: 1.5em;
    margin: .35em 0 .75em;
}

.ressources-header h2 {
    font-size: 1.65em;
    line-height: 1.3;
}

.entry-content h3 {
    margin-top: 1.5em;
}

.ressources-header-text p {
    text-transform: none;
    font-size: 1em;
}

.attribution {
    text-align: center;
    font-size: .9375em;
    padding: 2em 0 0 0;
    background-color: #e9e9e9;
}

.attribution p {
    margin: 0;
}

.attribution img {
    width: 70px;
    height: auto;
    display: inline-block;
    margin-bottom: .3em;
}

.partners,
.governance {
    margin: 1.5em 0;
    padding: 1em 0 1em 0;
    text-align: center;
    vertical-align: middle;
}

/* MAJ 30/12/2015 */
body {
    color: #2d4759;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

#site-desc h1,
#site-desc p {
    color: #2d4759;
    font-weight: 400;
    letter-spacing: .1em;
}

.nav-main {
    height: auto;
    color: #78C9CA;
    position: relative;
    background-color: #78C9CA;
    margin-top: 1em;
}

.nav-main ul li a {
    color: #314657;
    font-weight: 700;
    font-size: .9em;
    text-transform: uppercase;
    padding: 1.5em;
}
.nav-main ul li {
    background: transparent url('../img/menu-arrow-down.png') right center no-repeat;
	padding-right: .25em;
}
.nav-main ul li:hover {	
    background: transparent url('../img/menu-arrow-down-hover.png') right center no-repeat;
}
/*
.nav-main ul li:nth-of-type(5) a,
.nav-main ul li:nth-of-type(5).current-page-parent > a {
    color: #fff;
	background: url('../img/menu-arrow-down-hover.png') right center no-repeat;
	padding-right:2em;
}
.nav-main ul li:nth-of-type(5) a:hover,
.nav-main ul li:nth-of-type(5).current-page-parent > a:hover {
    background: url('../img/menu-arrow-down-orange.png') right center no-repeat;
	color: #ee7944;
}
.nav-main ul li:nth-of-type(5),
.nav-main ul li:nth-of-type(5).current-page-parent {
	margin-left:1em;
	background-color: #ee7944;
	padding-right:1.5em;
	background-image: none;
}
.nav-main ul li:nth-of-type(5):hover,
.nav-main ul li:nth-of-type(5).current-page-parent:hover {
	background-color: #fff;
	color: #ee7944;
}
*/

.nav-main ul li:last-of-type {
    color: #fff;
	margin-left: 1em;
	background-color: #ee7944;
	padding-right:1.25em;
	background-image:none;
}
.nav-main ul li:last-of-type:hover {
	background-color: #fff;
}
.nav-main ul li:last-of-type a {
    color: #fff;
	background: url('../img/menu-arrow-down-hover.png') right center no-repeat;
}
.nav-main ul li:last-of-type:hover a {
    color: #ee7944;
	background: url('../img/menu-arrow-down-orange.png') right center no-repeat;
}
.nav-main ul ul li:last-of-type {
	margin-left: 0;
	background-color: #fff;
	padding-right:0;
}
.nav-main ul ul li:last-of-type a {
    color: #314659;
}
.nav-main ul ul li:last-of-type a:hover,
.nav-main ul ul li:last-of-type:hover a {
    color: #314659;
	background-image:none;
}
.nav-main ul li:last-of-type ul li {
    color: #314659;
	margin-left: 0;
	background-color: #fff;
	padding-right:0;
	background-image:none;
}
.nav-pills > li + li {
	margin-left: 0;
}
.nav-main ul li a::after {
    width: 0;
    height: 0;
    display: none;
}
.nav-main ul .sub-menu li a {
	background: #fff;
	color: #314657;
}
.nav-main ul .sub-menu {
	margin: 0 1.25em;
}
.nav-main ul li:last-of-type .sub-menu li a,
.nav-main .nav > li:last-of-type.current-menu-item  .sub-menu li a,
.nav-main .nav > li:last-of-type.current-page-parent .sub-menu li a {
	background-image:none;
	color: #314657;
}
.nav-main ul li:hover {
    background-color: transparent;
}
.nav-main ul li a:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}
.nav-main .nav > li.current-menu-item,
.nav-main .nav > li.current-page-parent {
	background: transparent url('../img/menu-arrow-down-hover.png') right center no-repeat;
}
.nav-main .nav > li:last-of-type.current-menu-item,
.nav-main .nav > li:last-of-type.current-page-parent {
	background-color: #fff;
}
.nav-main .nav > li:last-of-type.current-menu-item a,
.nav-main .nav > li:last-of-type.current-page-parent a {
	background-color: #fff;
	background: url('../img/menu-arrow-down-orange.png') right center no-repeat;
	color: #ee7944;
}
.nav-main .nav > li.current-menu-item > a,
.nav-main .nav > li.current-page-parent > a {
    color: #fff;
    background-color: transparent;
}
.nav-main .nav > li.page-item-4818 > a {
    background-color: #fff;
	color: #ee7944;
}
.nav-main .nav > li.page-item-5658 > a {
    background-color: #fff;
	color: #accf67;
}
.nav-main ul li:hover .sub-menu {
    background-color: transparent;
    width: auto;
    min-width: auto;
}
.nav-main ul li .sub-menu li,
.nav-main ul li .sub-menu li:hover,
.nav-main ul li:hover .sub-menu li,
.nav-main ul li:hover .sub-menu li:hover{
    background-image: none;
}
.nav-main ul li .sub-menu a {
    font-size: 1em;
    margin-left: 1.3em;
    text-align: left;
    text-transform: none;
    font-weight: normal;
    padding: 0;
}

.nav-main ul li .sub-menu li:first-of-type a {
    margin-left: 0;
	background-image: none;
}

.nav-main .sub-menu-container {
    display: none;
    position: absolute;
    z-index: 4;
    bottom: -100px;
    left: 0;
}

.nav-main .sub-menu-container .sub-menu {
    padding: 0;
}

.nav-main .sub-menu-container .sub-menu li {
    display: inline-block;
}

.nav-main .sub-menu-container .sub-menu li a {
    font-size: 1em;
}

.nav-main .sub-menu-container .sub-menu li a:hover {
    color: #78c9cc;
    border-bottom: 5px solid #78c9cc;
    padding-bottom: 8px;
}

.sub-background {
    background-color: #fff;
    width: 100%;
    height: 50px;
    bottom: -50px;
    z-index: 3;
    position: absolute;
    display: none;
}

#slide-home, #slide-home > li {
    height: 450px;
}

#slide-home > li > div p {
    margin-top: 3em;
    font-size: 1.9em;
}

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

.home .entry-content {
    font-size: 1.2em;
    color: #314659;
    padding: 0;
    margin-bottom: 1.5em;
}

.entry-content p {
    color: #314659;
}

.entry-content p em {
    font-family: 'open_sansitalic';
    font-style: normal;
}

.entry-content a {
    color: #78c9cc;
}

.entry-content h2 {
    font-size: 1.35em;
    font-weight: 600;
    color: #78c9ca;
    text-transform: none;
    margin-bottom: .75em;
    line-height: 1.3;
}

.network .entry-content h2 {
    color: #314659;
    margin-top: .75em;
}

.network .entry-content h3 {
    color: #79c9ca;
    border: 1px solid #79c9ca;
    text-transform: uppercase;
    font-size: 1.15em;
    display: inline-block;
    padding: .25em .5em;
    margin: .75em 0;
}

.entry-content .btn-glopidr,
.btn-glopidr {
    border: 1px solid #314659;
    padding: .35em 2em;
    text-transform: uppercase;
    color: #314659;
    margin: 1em 0;
    font-size: .9em;
    font-weight: bold;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
}
.entry-content .btn-glopidr.big-button,
.btn-glopidr.big-button {
    border: 1px solid #ee7944;
	background: #ee7944;
    font-size: 1em;
	color:#fff;
}
.entry-content .btn-glopidr.big-button:hover,
.btn-glopidr.big-button:hover {
    color: #ee7944;
	background: #fff;
	border: 1px solid #ee7944;
}
.entry-content .btn-glopidr:hover,
.btn-glopidr:hover {
    border: 1px solid #89CBCA;
    color: #89CBCA;
}

.content-focus {
    background-color: transparent;
    margin-bottom: 2em;
}

.content-focus.blocks-about {
    margin-top: 2em;
}

.content-focus.blocks-about .content p {
    font-family: 'open_sansregular';
}

.content-focus.blocks-about .content h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    font-family: 'open_sansbold';
    font-weight: normal;
	margin-top: -6em;
	padding-bottom: 4em;
}

.content-focus .icon {
    width: 150px;
    height: 150px;
    background-color: #89CBCA;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 2em;
    padding-top: 2.5em;
}

.content-focus .icon .icons {
    margin: 0 auto;
}

.content-focus .date {
    font-size: .8em;
    margin: 0 0 1em 0;
    display: inline-block;
}

.content-focus.our-work {
    text-align: center;
}

.content-focus h3.title {
    text-transform: none;
    font-size: 1.2em;
    margin-bottom: 1em;
    line-height: 1.3;
}
.content-focus.our-work h3.title {
    color: #fff;
	margin-top: -6.75em;
	padding-bottom: 2.75em;
}

.content-focus h3.title a {
    color: #314659;
}

.content-focus h3.title a:hover {
    color: #89CBCA;
}

.content-focus .resources_pres {
    background-color: #314659;
    color: #fff;
    padding: 2em;
    text-align: center;
    font-size: .9em;
    font-family: 'open_sansitalic';
}

.content-focus .resources_pres .icons {
    margin: 0 auto 1em;
}

.content-focus .ressources-theme {
    padding-top: 1em;
    display: inline-block;
    font-size: .9em;
    font-weight: 300;
    font-family: 'open_sansitalic';
}

.content-focus.content-resources {
    text-align: left;
}
.content-focus.content-resources p span {
    display: inline-block;
	padding-top: .5em;
}

.content-focus.content-resources h3 {
    text-transform: none;
    letter-spacing: 0;
    border-top: 1px solid #666;
    margin-top: .75em;
    padding-top: 1em;
    line-height: 1.3em;
    text-align: left;
	color: #334655;
	padding-bottom: 0;
}
.webinars .content-focus .resources_pres {
	background-color: #314659;
}
.research_reports .content-focus .resources_pres {
	background-color: #78C9CA;
}
.presentation .content-focus .resources_pres {
	background-color: #ACCF67;
}
.funding_opportunities .content-focus .resources_pres {
	background-color: #ee7944;
}
.content-focus.content-resources a:hover h3 {
    color: #86ccca;
}
.entry-content .read-more,
.content-focus .read-more,
.block-ct .entry-content a {
    font-size: .9em;
    color: #314659;
    font-family: 'open_sansitalic';
    font-weight: normal;
    padding-right: .2em;
    text-transform: uppercase;
	background-color: #89CBCA;
}

.entry-content .read-more {
    font-size: 1em;
}
.post .read-more {
    font-size: 1em;
    margin-top: 1em;
	margin-bottom: .25em;
}
.entry-content .read-more.download {
    margin-top: .5em;
}
.entry-content .read-more:hover,
.content-focus .read-more:hover,
.block-ct .entry-content a:hover {
    color: #314659;
	text-decoration:underline;
}

.content-members {
    height: 175px;
    margin: 1em 0;
}

.content-members a {
    width: 100%;
    display: block;
    height: 100%;
    padding: 1.5em 2em;
    background-color: #ADD072;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.content-members .country {
    color: #fff;
    font-size: 1em;
    margin-bottom: .35em;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-top: .75em;
}

.content-members .represented {
    font-size: .85em;
    font-family: 'open_sansitalic';
    color: #314659;
	line-height: 1.3;
	display: inline-block;
}

.content-members h3 {
    color: #314659;
    border-bottom: 1px solid #314659;
    font-weight: bold;
    padding-bottom: .35em;
    margin-bottom: .25em;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.content-members a:hover {
    background-color: #314659;
}

.content-members a:hover h3 {
    border-bottom: 1px solid #ADD072;
	color: #ADD072
}

.content-members a:hover .represented {
    color: #ADD072;
}
.content-members a:hover .country {
    color: #fff;
}

.observer .content-members a {
    background-color: #89CBCA;
}
.observer .content-members a:hover h3 {
    border-bottom: 1px solid #89CBCA;
    color: #89CBCA
}
.observer .content-members a:hover .represented {
    color: #89CBCA;
}
.observer .content-members a:hover {
    background-color: #314659;
}

#news-event #last-news .subtitle {
    font-size: 1.1em;
}

.entry-our-work h2,
.entry-members h2,
.entry-news h2,
.entry-resources h2 {
    color: #304654;
    text-transform: uppercase;
    font-size: 1.8em;
}

.entry-members h2 {
    color: #AED272;
}

.entry-resources h2 {
    color: #8acccb;
}

#news-event #last-news .infos ul li {
    color: #999999;
    font-weight: 400;
}

#news-event #last-news .infos ul li:not(:last-of-type)::after {
    opacity: 0.5;
}

#news-event #last-news .infos ul {
    margin: .5em 0;
}

#news-event #last-news .lead strong {
    font-weight: 300;
}

#colophon-middle,
#colophon {
    background-color: #78C9CA;
}

#colophontop p {
    font-weight: 700;
}

#colophon-middle .container #text-5 {
    width: 20%;
}

#colophon-middle .container #text-5 .textwidget,
#colophon-middle .container #text-6 .textwidget {
    text-transform: uppercase;
}

#colophon-middle .container #text-5 .textwidget p .email a {
    text-transform: none;
}

#colophon-middle .container #text-5 .textwidget p .email a:hover {
    color: #d2723e;
}

#colophon-middle .container #text-6 {
    color: #fafafa;
    line-height: 1.5em;
    text-align: left;
}

#colophon-middle .container #text-6 span.contact {
    display: block;
    margin-bottom: 15px;
}

#colophon-middle .container #text-6 span.wpcf7-form-control-wrap {
    display: block;
}

#colophon-middle .container form {
    position: relative;
    margin-top: 2em;
}

#colophon-middle .container input {
    color: #fff;
    background-color: #334455;
    border: none;
    text-transform: none;
    padding: .8em 2em;
    border-radius: 1.6em;
    width: 90%;
}
#colophon-middle .container input.wpcf7-acceptance {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
#colophon-middle .container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 13px;
}
#colophon-middle .container .consent-label {
    padding-left: 35px;
    width: 90%;
    font-size: .9em;
    font-family: 'open_sansitalic';
    color: #314659;
}
#colophon-middle .container .consent-label a {
    color: #314659;
    text-decoration: underline;
}
#colophon-middle .container .consent-label a:hover {
    color: #fff;
    text-decoration: none;
}
#colophon-middle .container .checkmark::after {
    content: '';
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid #314659;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: none;
}
#colophon-middle .container input.wpcf7-acceptance:checked ~ .checkmark::after {
    display: block;
}
.footer-eu-funding img {
	float:left;
	margin-right: 1em;
}
.footer-eu-funding p {
	font-size: .9em;
	margin: .5em 0 0 0 ;
}

#colophon-middle .container input.wpcf7-submit,
input.wpcf7-submit {
    color: #fafafa;
    font-size: 0.9em;
    font-weight: 600;
    padding: 0.3em 1em;
    text-transform: uppercase;
    width: 100px;
    margin-top: 5px;
    border: 1px solid #fb7930;
}
#colophon-middle .container .form-field {
    position: relative;
}
#colophon-middle .form-title {
	padding-left: 1em;
	margin-top: -3.5em;
}
#colophon-middle .container #block-logo #logo-footer {
	padding-bottom: 1em;
}
#colophon-middle .container input.wpcf7-submit {
    position: absolute;
    top: 1px;
    right: 42px;
    border: none;
    background-color: #fff;
    color: #334455;
    width: 2.5em;
    height: 2.5em;
    padding: 0;
}

#colophon-middle .container input.wpcf7-submit:hover,
input.wpcf7-submit:hover {
    background-color: transparent;
    color: #fb7930;
}

div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip,
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng {
    width: 250px;
    text-transform: none;
    font-size: .9em;
	font-family: 'open_sansitalic';
	padding: .5em 0;
}
#colophon-middle .container div.wpcf7-validation-errors,
#colophon-middle .container div.wpcf7-mail-sent-ng,
#colophon-middle .container div.wpcf7-mail-sent-ok {
	border: none;
	margin-top: -2em;
	width: 300px;
}
#colophon-middle .container label {
    color: #8e9aa4;
    font-size: 0.9em;
    font-weight: normal;
    text-transform: none;
}

#colophon-middle .container div {
    margin: 0;
}

#colophon div {
    padding: 0;
    opacity: 1;
    font-size: 13px;
}

#colophon div a {
    color: #8e9aa4;
}

#colophon div a:hover {
    color: #74808b;
}

#colophon-middle .container #text-4 {
    padding: 0 5px 0 80px;
    width: 25%;
}

#colophon-middle .container #text-4 .textwidget p {
    opacity: 1;
}

#colophon-middle .container #text-4 .textwidget a {
    color: #8e9aa4;
}

#colophon-middle .container #text-4 .textwidget a:hover {
    color: #74808b;
}

#colophon-middle .container #text-5 {
    margin-left: 25px;
}

.footer-top {
    color: #314659;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: .6em;
    padding: 1.3em 0;
    letter-spacing: .05em;
}

.footer-block {
    width: 33%;
    display: inline-block;
}

#colophon-middle .container div.footer-block-margin {
    margin-top: 1em;
    margin-left: 5%;
}

.footer-block .header-link a {
    padding: .5em 2em;
}

.footer-block ul {
    display: inline-block;
    padding: 0;
    width: 100%;
    margin-top: .5em;
}

.footer-block ul li {
    list-style: none;
    width: 100%;
    padding: .5em 0;
}
.footer-block ul li,
.footer-block ul li a {
    color: #314659;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: .9em;
    padding: .5em 0;
    letter-spacing: .1em;
}

.footer-block ul li a:hover {
    color: #fff;
}
.footer-block .footer-contact {
	margin-top: -3em !important;
	padding-left: 1em;
}
.footer-block .footer-twitter {
	padding-top:1.5em;
	width:100%;
	padding-left: 1em;
}
.footer-contact .icon-contact,
.footer-twitter .icon-twitter {
    width: 4em;
    height: 4em;
    background-color: #314659;
    border-radius: 2em;
    float: left;
    display: inline-block;
}
#colophon-middle .container div.footer-contact .footer-contact-text,
#colophon-middle .container div.footer-twitter .footer-twitter-text {
    float: left;
    margin-left: 7%;
    width: 73%;
}

.footer-contact strong,
.footer-twitter strong {
    color: #314659;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid #B1DCDB;
    padding-bottom: .5em;
    width: 100%;
}

.footer-contact a,
.footer-twitter a {
    font-family: "Open Sans", sans-serif;
    color: #314659;
    padding-top: .5em;
    display: inline-block;
}

.footer-contact a:hover,
.footer-twitter a:hover {
    color: #fff;
}

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

.menu-footer-container ul {
    padding: 0;
}

.menu-footer-container ul li {
    list-style: none;
    display: inline;
}

.menu-footer-container ul li a {
    color: #314659;
    font-size: .9em;
    font-family: 'open_sansitalic';
}

.menu-footer-container ul li a:hover {
    color: #fff;
}

.menu-footer-container ul li:after {
    content: ".";
    padding: 0 .25em 0 .5em;
}

.menu-footer-container ul li:last-child:after {
    content: "";
}

.entry-header h1.title,
.entry-header h1.title_post {
    color: #78c9cc;
    font-weight: 600;
    padding-bottom: 1em;
    font-size: 1.8em;
}

.title span {
    text-transform: none;
}

.title {
    letter-spacing: 0;
}

b, strong {
    font-weight: 600;
}
.entry-content ul li .read-more,
.entry-content ul li .btn-glopidr {
    margin: 0;
}
.entry-content ul li .btn-glopidr + .btn-glopidr {
    margin-top: 1.5em;
}
.entry-content ul li::before {
    font-size: 20px;
    top: -2px;
    left: -25px;
}

#main .entry-content .resources p:first-of-type {
    font-size: 16px;
    font-weight: 500;
}

.entry-content .highlight p.download {
    margin: 1.5em 0 1em 0;
}

.float-r {
    float: right;
    position: absolute;
    right: 0;
    top: 1em;
}

.float-l {
    text-align: left;
}

.entry-content ul li {
    padding-left: 1em;
	padding-bottom: .5em;
}
.entry-content ul.related-links {
    padding-left:0;
	margin-top:2em;
}
.entry-content ul.related-links li {
    list-style: none;
	 padding-left:0;
}
.entry-content ul.related-links li a {
	margin-top:0;
}
.entry-content ul.related-links li::before {
    content:'';
}
h2, .h2 {
    color: #333;
    font-weight: 400;
}

h2.title {
    font-weight: 600;
}

#about h2.title,
h2.title {
    font-weight: 600;
    font-size: 1.8em;
    margin-bottom: .75em;
    color: #78c9ca;
    text-transform: uppercase;
}

#about h2.title {
    margin-top: -.1em;
}

#about h2,
#meetings h2 {
    font-weight: 600;
    text-transform: none;
    font-size: 1.5em;
    margin-bottom: .75em;
    color: #314659;
    margin-top: 1.5em;
}

#meetings h2 {
    margin-top: 0;
    margin-bottom: 1em;
}

h3, .h3 {
    color: #78c9cc;
    text-transform: none;
    margin: 1.2em 0 .8em;
    font-weight: 600;
    font-size: 1.3em;
}

h4, .h4 {
    font-weight: 600;
    color: #304558;
    margin-top: 1em;
    text-transform: none;
	font-size:1.1em;
}

.entry-content p.download {
    margin: 2em 0;
}

.entry-content p.download + p.download {
    margin-top: 0;
}

.entry-content p.download a {
    border: 1px solid #314659;
    padding: .5em 2em;
    text-transform: uppercase;
    background: #fff;
    color: #314659;
    font-size: .9em;
    font-weight: 600;
    display: inline-block;
    font-style: normal;
    font-family: "Open Sans", sans-serif;

}

.entry-content p.download a:hover {
    border: 1px solid #79cacb;
    color: #79cacb !important;
}

.entry-content .key-year {
    background-color: #78c9ca;
    color: #fff;
    padding: .35em 1em;
	margin: .75em 0 0 0;
	font-weight: 600;
    position: relative;
}
.entry-content .key-year.title-collapse:hover {
    background-color: #52b5b5;
    color: #fff;
}
.entry-content .key-year .icons {
    position: absolute;
    right: 1em;
    top: .5em;
}
.entry-content .key-year.title-collapse-off .icons {
    background-position: -178px -177px;
}

.entry-content ul.key-month {
    padding: 0;
    margin-bottom: 2em;
}

.entry-content ul.key-month li::before {
    content: '';
}

.entry-content ul.key-month li {
    border-bottom: 1px solid #aeaeae;
    padding: 0.5em 0;
}

.entry-content ul.key-month li:last-of-type {
    border-bottom: none;
}

.entry-content ul.key-month li strong {
    display: block;
    padding: .5em 0;
    border-bottom: 2px solid #79cacb;
    margin-bottom: .5em;
}

.entry-content ul.key-month li a {
    float: right;
    text-transform: uppercase;
    font-weight: 600;
    color: #2d4759;
    padding-right: 1em;
    font-size: .95em;
    font-family: "Open Sans", sans-serif;
}

.entry-content ul.key-month li a:hover {
    color: #89cbca;
}

.networks .highlight {
    margin-bottom: 1.5em;
}

.networks .highlight p {
    margin-bottom: 0;
}

.networks p + h2 {
    color: #78c9cc;
    font-weight: 600;
    text-transform: none;
    border-top: 1px solid #ebebeb;
    padding-top: 1.5em;
}

.entry-content .infos,
.infos {
    -webkit-column-rule: #314657;
    -moz-column-rule: #314657;
    -o-column-rule: #314657;
    column-rule: #314657;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 1.75em;
    border-bottom: 1px solid #fff;
    padding-bottom: .6em;
    color: #314657;
    font-size: .9em;
}

.entry-content .date {
    color: #9f9f9f;
    text-transform: uppercase;
    margin: .5em 0 0 0;
    padding-bottom: 0;
    border-top: 1px solid #78c9cc;
    padding-top: 1em;
}

.entry-content .date:first-of-type {
    border-top: none;
}

p time {
    display: block;
    font-size: 1.2em;
    margin: .5em 0 -.6em;
    font-weight: 400;
    color: #2c495b;
}

.entry-content .highlight h2 {
    color: #78c9cc;
    font-weight: 600;
    padding-bottom: 1em;
}

.entry-content .highlight h3 {
    color: #78c9cc;
    font-weight: 600;
    font-size: 1.1em;
}

.entry-content .highlight h4 {
    color: #accf67;
    font-weight: 600;
    font-size: 1em;
    text-transform: none;
}

.entry-content .highlight a {
    margin-bottom: 0;
}

/* =funding
=resources */
.resources h3 {
    padding-top: 1.3em;
}

.funding h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
    margin: .7em 0 1em;
}

.funding .call:nth-of-type(even) h3 {
    border-bottom: 1px solid #fff;
}

.call {
    padding: 2.5em 1.5em 1em 1.5em;
}

.call:nth-of-type(even) {
    background-color: #ebebeb;
    padding: 2em 1.5em;
}

.funding .call:nth-of-type(even) .funder {
    padding-top: 0;
}

.funding .call:nth-of-type(even) .read-more {
    padding-bottom: 0;
}

.resources .read-more {
    border-bottom: 1px solid #ebecee;
    display: block;
    padding-bottom: 1em;
    margin-bottom: 0;
    font-weight: 600;
}

.funding .read-more {
    display: block;
    padding-bottom: 1em;
    margin-bottom: 0;
    font-weight: 600;
}

.funding h4,
.resources h4 {
    padding-top: 0;
    text-transform: none;
    font-size: 1.1em;
    font-weight: 600;
    color: #29485d;
}

.resources h3:first-of-type,
.funding h3:first-of-type {
    border-top: none;
    padding-top: .5em;
}

.funding h3:first-of-type {
    padding-top: 0;
}

.funding .read-more-2,
.resources .read-more-2 {
    background-color: #FB7930;
    padding: 0.3em .8em;
    color: #fafafa;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
}

.funding .read-more-2:hover,
.resources .read-more-2:hover {
    background-color: #fafafa;
    color: #FB7930;
    border: 1px solid #FB7930;
}

.funding p.link,
.resources p.link {
    text-align: center;
    padding-top: 2em;
}

.entry-content .funding p.download,
.entry-content .resources p.download {
    text-align: left;
    margin: 2em 0;
}

.funding .funder {
    font-size: 17px;
    padding-top: 15px;
}

.resources .funder:nth-of-type(2) {
    padding-top: 25px;
}

.entry-content a {
    color: #78c9cc;
    font-family: "Open Sans", sans-serif;
}

.entry-content a.events {
    font-weight: 400;
}

.entry-content a:hover {
    color: #52b5b5;
}

.event_block, .post {
    border-bottom: 1px solid #ebecee;

}

.event_block:last-of-type, .post:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.event_block .entry-header .title,
.post .entry-header .title {
    font-size: 1.2em;
    padding: .5em 0 0;
}

.post .entry-header .title {
    padding: 0;
}

#main .event_block .entry-content p:first-of-type,
#main .post .entry-content p:first-of-type {
    font-size: 16px;
    font-weight: 400;
}

.entry-content .back span::after {
    content: '';
}

.entry-content .back span::before {
    content: '<';
    position: absolute;
    left: 1.3em;
}

.entry-content .back span {
    padding-left: 1em;
}

.event_block .entry-header h1.title,
.post .entry-header h1.title {
    font-size: 1.7em;
    font-weight: 600;
    text-transform: none;
}

.entry-content .infos ul li:not(:last-of-type)::after {
    opacity: 1;
    color: #d3d3df;
}

.entry-content .infos ul li {
    font-size: 1em;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

#news-event .lead {
    font-size: 16px;
}

.title {
    hyphens: none;
}

.entry-content .picture p {
    background-color: #2e4859;
    padding: 1.5em 2em;
}

.entry-content .picture p.pullout {
    margin-top: 2em;
    background-color: #accf67;
    color: #314357;
    text-align: left;
}

.entry-content .picture-left {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 2em 0 0 0;
}
.entry-content .picture-right {
    float: right;
    max-width: 400px;
    box-sizing: border-box;
   	padding: .5em 0 0 0;
	margin-left: 2em;
}
.entry-content .picture-right span {
	padding: 1em 0;
	text-align: left;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #666;
	font-weight: 300;
	font-family: 'open_sansitalic';
}

.entry-content .picture-logo {
    float: right;
    box-sizing: border-box;
	margin: 0 2em 1em;
}
.entry-content .picture-left div {
    padding: 2em 1.3em;
    background-color: #eaeaea;
    box-sizing: border-box;
    min-height: 600px;
}

.entry-content .picture-left:nth-of-type(even) {
    margin-right: 0;
}
.sb-slidebar.sb-active {
    background-color: #78c9cc;
}
#navmob .menu > li {
    padding: 0 20px;
}
#navmob .menu li a {
    color: #314659;
    padding: 0;
    display: inline;
}
#navmob .menu li a:hover {
    color: #fff;
}
#navmob .menu > li > a {
    border-bottom: 0;
    font-weight: 700;
    display: inline-block;
    margin: 12px 0;
}
#navmob .menu > li .sub-menu {
    padding-left: 1.3em;
}
#navmob .menu > li[class*="current"] > a, #navmob .menu > li > a:hover, #navmob .menu > li > a:focus, #navmob .menu > li > a:active {
    background: none;
    text-decoration: none;
}


@media (max-width: 480px) {
    body {
        font-size: 15px;
    }

    .home .entry-content {
        font-size: 1em;
        padding: 1em 0;
        margin-bottom: 0;
        margin-top: -3em;
    }

    #block-focus > div {
        padding: 0;
    }

    #news-event #last-news div.col-sm-4 {
        padding: 0 0 1em 0;
    }

    #news-event #last-news div.col-sm-4::before {
        width: 0;
    }

    #colophon-middle .container #text-4 {
        padding: 0 15px 15px;
        width: 100%;
        text-align: center;
    }

    #colophon-middle .container #text-5 {
        width: 100%;
        text-align: center;
        margin-left: 0;
        padding: 0 15px;
    }

    #colophon-middle .container #text-5 .textwidget {
        float: none;
    }

    #colophon {
        font-weight: 300;
        text-align: center;
        padding: 10px 0 20px;
    }

    .entry-content p.download a {
        display: block;
        font-weight: 600;
        width: 100%;
    }

    .entry-content p.download {
        margin: 1em 0;
        text-align: left;
    }

    img.right {
        width: 35%;
    }

    .read-more {
        font-size: 14px;
    }
    .read-more.back {
        margin: 2em;
    }

    .entry-content .infos {
        padding-bottom: 0;
        margin-top: 0;
    }

    .entry-content .picture-left {
        float: none;
        padding: 1em 0 0;
        width: 100%;
    }

    .entry-content .picture-left div {
        min-height: auto;
    }
    .tslider-container .bx-controls a {
        top: 5px !important;
        bottom: auto !important;
    }
}

/* MAJ 07/03/2016 */
.agenda {
    background-color: #e9f7f7;
    padding: 2em 1.8em 1em;
    margin-top: 2em;
}

.agenda h2 {
    margin-top: 0;
}

.agenda p {
    color: #8d8d8d;
    margin: .5em 0 1em 0;
}

.agenda h3 {
    margin: 0 0 .5em 0;
}

.agenda h4 {
    color: #78c9cc;
    text-transform: none;
    font-weight: 600;
    font-size: 1.1em;
    margin-top: 0;
}

.agenda .date {
    color: #ACCF67;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: .5em;
    border-top: 1px solid #fff;
    margin-top: 1.5em;
}

.agenda .date:first-of-type {
    margin-top: .5em;
}

.agenda ul {
    color: #8d8d8d;
}

/* =Newsletter */
.newsletter-form {
    float: right;
    width: 270px;
}

.newsletter-form input {
    width: 270px;
    color: #8e9aa4;
    background-color: #fff;
    border: 1px solid #78c9cc;
    text-transform: none;
    padding: 5px 10px;
}

.newsletter-form input.wpcf7-submit {
    background-color: #fb7930;
    color: #fafafa;
    font-size: 0.9em;
    font-weight: 600;
    padding: 0.3em 1em;
    text-transform: uppercase;
    width: 100px;
    margin-top: 5px;
    border: 1px solid #fb7930;
}

.newsletter-form input.wpcf7-submit:hover {
    background-color: #fff;
    color: #fb7930;
}

.newsletter .infos:first-of-type {
    color: #a3a3a3;
    font-weight: 500;
}
/* Newsletter */
.newsletter .intro {
    width: auto;
    margin-bottom: 1.5em;
	padding: 1em 2em 0 2em;
}
.newsletter .picture-left {
    width: 14%;
    padding: .5em 0 1em 0;
    text-align: center;
    clear: left;
    margin-right: 3%;
}
.newsletter .editorial {
	padding:0 2em 1em;
}
.newsletter .section .picture-left {
	margin-top: 0;
}

.newsletter .picture-right {
    width: 20%;
    padding: 1.5em 0 2em 0;
    text-align: center;
    float: right;
}

.newsletter .intro .picture-left img {
    border-radius: 50%;
    width: 100%;
}

.newsletter .section {
    clear: both;
    float: left;
}
.newsletter .section.section-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
	width:100%;
}

.newsletter .section.section-col .article {
    display: inline-block;
    float: left;
    text-align: left;
    padding: 2em;
    flex: 1;
}
.newsletter .section.section-col .article.bgOrange {
    padding-bottom: 1.75em;
}
.newsletter .section.section-col .article.bgOrange a {
    text-transform: uppercase;
	letter-spacing: .05em;
	font-size: .9em;
	color: #314659;
	font-family: 'open_sansbold';
}
.newsletter .section.section-col .article.bgOrange a:hover {
    background-color: #E27C4F;
}
.newsletter .section.section-col .article p {
    padding-right: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.newsletter .section.section-col .article .read-more {
    position: relative;
    bottom: 0;
    display: inline-block;
    padding: 0;
    margin-top: 1em;
}

.newsletter .section.section-col .article.bgOrange .read-more:hover {
    background-color: #e39b7d;
}

.newsletter .section.section-col .article.bgOrange ul li::before {
    color: #E27C4F;
}

.newsletter .section.section-col .article ul {
    margin: 0 0 1em 0;
}

.newsletter .section.section-col .article ul li {
    padding: 0;
}
.newsletter .section:nth-of-type(5) .article h3:nth-of-type(2) {
    padding-bottom: 1em;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    display: block;
}

.newsletter h2 {
    color: #52b5b5;
    font-weight: 600;
    font-size: 1.5em;
    margin: 0;
    padding: 0 0 .5em 0;
    text-transform: none;
}

.newsletter .section h2 {
    background-color: #89CBCA;
    text-align: center;
    font-size: 1.5em;
    font-family: 'open_sansitalic';
    padding: .5em 0;
    font-weight: normal;
    color: #fff;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.newsletter .section.section-col .article h2 {
    text-align: left;
    padding: 0;
}
.newsletter .section .article .guest-feature p {
    padding-right: 0;
}
.newsletter .section .article .guest-feature em {
    display: inline-block;
	padding-bottom: .5em;
}
.newsletter .section .article .guest-feature .read-more {
    position:inherit;
}
.newsletter .section .events-message p {
	border-bottom: none;
	padding-bottom: 0;
}
.newsletter .bgBlue h2,
.newsletter .bgOrange h2 {
    margin: 0;
}

.newsletter .bgBlue ul {
    margin-top: 1em;
    padding-left: 0;
}

.newsletter .bgBlue ul li::before {
    content: '';
}

.newsletter .article {
    border-bottom: 1px solid #ebedee;
    float: left;
    width: 80%;
    position: relative;
}

.newsletter .article:last-of-type {
    border-bottom: none;
}

.newsletter .noImage {
    width: 100%;
    border-bottom: none;
	padding: 0 2em 1.5em;
}
.newsletter .noImage h3 {
    border-top: 1px solid #ebedee;
	padding-top:1em;
}
.newsletter .noImage:first-of-type h3 {
    border-top: none;
	padding-top:0;
}
.newsletter .noImage .read-more {
    margin-top:0;
}
.newsletter .noImage.bgWhite {
    padding: 0 2em .5em;
}
.newsletter .noImage.bgWhite a {
    margin-bottom: 1em;
}
.newsletter .article h3 {
    text-align: left;
    color: #31465b;
    line-height: 1.4;
    padding-bottom: .4em;
    font-weight: 600;
    margin-bottom: .6em;
	margin-top: 0;
}
.newsletter .article h3 span {
	font-weight: normal;
	font-size: .8em;
	font-family: 'open_sansitalic';
}
.newsletter .article.bgBlue h3,
.newsletter .article.bgOrange h3 {
    border-bottom: none;
    margin-top: 1em;
    border-top: 1px solid #fff;
    padding-top: 1em;
    padding-bottom: 0em;
    margin-bottom: .5em;
}

.newsletter .article.bgOrange h3 {
    margin-top: .5em;
}

.newsletter .article.bgBlue h3:first-of-type,
.newsletter .article.bgOrange h3:first-of-type {
    border-top: none;
    margin-top: 0em;
}

.newsletter .article p {
    font-family: 'open_sansregular';
}

.newsletter .events h2 {
    margin-bottom: 1em;
}

.bio-image {
    float: right;
    margin: 0 0 1em 2em;
}

.bio-image img {
    border-radius: 50%;
}

.bio-image img:first-of-type {
    margin-right: 1.75em
}

.newsletter .article h4 {
    color: #31465b;
    font-weight: 600;
    text-transform: none;
    font-size: 1.2em;
    margin-top: .5em;
}

.newsletter .article a {
    margin-bottom: 0;
}

.newsletter .section .picture-left {
    text-align: center;
}

.newsletter .section .picture-left img {
    border-radius: 50%;
	width: 100%;
}

.newsletter .bgBlue {
    background-color: #E7F5F5;
}

.newsletter .bgOrange {
    background-color: #FCE4DA;
}

.newsletter .bgBlue h2,
.newsletter .bgOrange h2 {
    color: #89cbca;
    font-family: 'open_sansitalic';
    background-color: transparent;
}

.newsletter .bgOrange h2 {
    color: #E27C4F;
}

.newsletter .bgGrey {
    background-color: #f5f7fA;
    display: none;
}

.newsletter .read-more-home {
    clear: both;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    margin: 1em 0;
    font-weight: 600;
    font-size: 16px;
    color: #FB7930;
}

.newsletter .article .read-more {
    font-family: 'open_sansbold';
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: .9em;
}
.newsletter .article p:last-of-type a {
	margin-bottom: -1em;
}
.newsletter .read-more-home:hover {
    color: #CE723E;
}

.newsletter .intro p:first-of-type {
    font-family: 'open_sansitalic';
    font-size: 1em;
    color: #314659;
    margin: 0;
}

.newsletter .article p:first-of-type {
    font-weight: normal;
}

.newsletter .extraInfo {
    color: #777;
}

.newsletter .events h3 {
    color: #78c9cc;
    padding-bottom: .5em;
}

.newsletter .events h4 {
    color: #333;
    font-weight: 400;
    margin-top: -.5em;
}

.newsletter .funding h2 {
    border-top: 1px solid #fff;
}

.newsletter .funding h3 {
    border-bottom: none;
}

.newsletter-header-content {
    width: 83%;
    padding-top: 2em;
    float: left;
}

.newsletter-header-content h3 {
    font-size: 1.5em;
	padding-top: 0;
	margin-top: 0;
}

.newsletter-last {
    background-color: #E7F5F5;
    padding: 2em 4em;
}

.newsletter-last .date {
    font-family: 'open_sansitalic';
    text-transform: uppercase;
    font-size: .95em;
}

.newsletter-last h2 {
    padding-bottom: .25em;
    color: #78c9cc;
    font-weight: normal;
    font-family: 'open_sansbold';
    margin-top: 0;
    text-transform: none;
    font-size: 1.7em;
}

.newsletter-last .read-more {
    font-size: .95em;
    letter-spacing: .05em;
}

.newsletter .entry-block.entry-block-news .block-news {
    display: inline-block;
}

.newsletter .entry-block.entry-block-news .block-newsletter {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.newsletter .entry-block.entry-events .block-newsletter p {
    color: #78c9ca;
    text-transform: uppercase;
    font-size: .95em !important;
    font-weight: 600;
}

.newsletter .entry-block.entry-events .block-newsletter .news-subtitle {
    margin-top: 1em;
    text-transform: none;
    font-size: 1em;
    font-weight: 400;
}

.newsletter .entry-block.entry-block-news .block-newsletter .block-news {
    border-bottom: 0;
    background-color: #E7F5F5;
}

.newsletter .entry-block.entry-block-news .block-newsletter .block-news-content {
    padding: 2em;
}

.newsletter .entry-block.entry-block-news .block-newsletter .block-news-content .link-register {
    border-top: 1px solid #314659;
    margin-top: 2em;
}

.newsletter .entry-block.entry-block-news .block-newsletter .block-news-content .link-register .read-more {
    margin: .5em 0;
}

/* =Our Work */
.our-work h2 {
    padding-top: 1em;
}

.our-work .more-info {
    border-top: 1px solid #ebecee;
    padding-top: 1em;
    margin-top: 2em;
}

.our-work .more-info {
    border-top: 1px solid #ebecee;
    padding-top: 1em;
    margin-top: 2em;
}

.our-work .more-info .read-more {
    margin-bottom: 0;
    font-size: 1em;
}
#about .our-work-focus {
    background: #e7f5f5;
	padding:2em;
}
#about .our-work-focus h2 {
    margin-top: 0;
	color: #78c9cc;
}
#about .our-work-focus p {
    font-family: 'open_sansitalic';
    line-height: 1.4;
}
#map {
    margin: 30px 0;
    width: 100%;
    height: 360px;
    margin-bottom: 3em;
}

#map + p {
    padding-left: 1em;
}
.info-supp {
	outline:1px solid red;
}
.info-country {
    line-height: 1.35;
    overflow: hidden;
}
.info-country .title-block-country {
	margin: 0; padding: 5px 0 10px;
        color: #78c9cc;
        font-size: 16px; font-weight: bold; font-family: "Open Sans",sans-serif;
}

.info-country .description-block-country ul {
        list-style-type: none;
        margin: 0; padding: 0;
}

.info-country .description-block-country a {
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    color: #2d4759;
    text-decoration: none;
}

.info-country .description-block-country a:hover {
    color: #78c9cc;
}

.info-country .description-block-country a::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #acd168;
    border-radius: 50%;
}

/* MAJ =biography */
.biography .section {
    clear: both;
    float: left;
    margin-top: 1em;
}

.biography .article {
    border-bottom: 1px solid #eee;
    width: 86%;
    float: right;
}

.biography .article:last-of-type {
    border-bottom: none;
}

.biography .picture-left {
    width: 14%;
    padding-top: 1em;
    clear: right;
}

.biography .picture-left img {
    border-radius: 50%;
    width: 115px;
}

.bio-picture {
    float: left;
    margin-right: 2em;
}

.bio-picture img {
    border-radius: 50%;
}

.bio-title-container {
    background-color: #E7F5F5;
    padding: 1em 2em;
    margin-bottom: 2em;
}

.bio-title-container p {
    color: #314659;
    font-family: 'open_sansitalic';
    font-size: .95em;
}

.biography h2 {
    color: #78C9CA;
    font-size: 1.15em;
    text-transform: uppercase;
    margin-top: .75em;
}

.biography h3 {
    margin-bottom: .5em;
    color: #314659;
    text-transform: uppercase;
    margin-top: 1.5em;
}

.biography h4 {
    color: #314659;
    font-weight: 500;
    text-transform: none;
    font-family: 'open_sansitalic';
    font-size: .9em;
    margin-top: 1em;
}

.biography .other h3 {
    color: #78c9cc;
    margin-top: 0;
    margin-left: 1.5em;
}

.biography .other ul {
    padding: 0;
    margin: 1em 0 2.5em 1em;
}

.biography .other ul li {
    list-style: none;
}

.biography .other ul li:before {
    display: none;
}

.biography .other ul li strong {
    color: #78c9cc;
    font-weight: normal;
}

.entry-content .biography p.intro {
    font-size: 1em;
    margin-top: 1.5em;
}

.entry-content .biography p.intro strong {
    color: #78C9CA;
}

.biography .read-more {
    margin: 0;
}

.entry-content .biography .btn-glopidr {
    border: 1px solid #78C9CA;
    color: #78C9CA;
}

.header-link {
    float: right;
}

.header-link a {
    font-size: .9em;
    margin: .5em 0 .3em;
    background-color: #ee7944;
    border: 2px solid #ee7944;
    color: #fff;
    padding: 1em 2em;
    border-radius: 25px;
    display: inline-block;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}

.header-link a:hover {
    background-color: transparent;
    border: 2px solid #ee7944;
    color: #ee7944;
}

.header-link h4 a {
    text-transform: none;
    color: #2d4759;
}

.header-link p {
    font-size: .9em;
}

/* clinical trials */
.alm-listing {
    margin: 1em 0;
}
.alm-listing li {
    margin: 1em 0;
	overflow: visible;
}
.filter-show {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    padding: 1em 0;
    display: inline-block;
    text-transform: uppercase;
    background: transparent url('../img/arrow_down.png') right center no-repeat;
}

.filter-infos {
    width: 100%;
    background-color: #E7F5F5;
    margin-top: 1.7em;
    margin-bottom: 2em;
    text-align: left;
}

.filter-row.filter-news .filter-infos {
    text-align: left;
}

.filter-reset {
    font-family: 'open_sansitalic';
    padding: 1em;
    font-size: 0.9em;
    color: #79cacd;
    display: inline-block;
}

.filter-show:hover,
.filter-show.on {
    color: #314659;
}

.filter-show {
    color: #314659;
    padding: .3em 1em;
    width: 325px;
    text-align: left;
    font-weight: 600;
    font-size: .9em;
    border: 1px solid #314659;
}

.filter-row {
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 100%;
    text-align: center;
}

.filter-row.filter-network {
    text-align: right;
    float: right;
    margin-top: -4em;
}

.filter-row.filter-network .filter {
    margin-right: 0;
    margin-left: 2.7em;
}

.filter-row .filter {
    background-color: #fff;
    position: relative;
    display: inline-block;
    margin-right: 2.7em;
}

#networks .filter-row .filter {
    margin-right: 0;
}

.filter-row .filter.last {
    margin-right: 0em;
}

.filter-row ul {
    padding-left: 0;
}

.filter-row ul li {
    list-style: none;
    text-align: left;
}

.filter-row ul li a {
    font-family: "Open Sans", sans-serif;
    color: #314659;
    display: inline-block;
    margin: 0.2em 1em;
    font-size: .9em;
    font-style: italic;

}

.filter-row ul li a:hover,
.filter-row ul li a.on {
    color: #314659;
    background-color: #78c9ca;
}

.filter-align {
    float: right;
    margin-top: -3em;
}

.filter-row.filter-news {
    text-align: right;
    margin-top: -1em;
}

.filter-row.filter-news .filter {
    margin-right: 0.7em;
}

.alm-filter-nav {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    border-left: 1px solid #314659;
    border-right: 1px solid #314659;
    border-bottom: 1px solid #314659;
    padding: .75em 0;
    z-index: 2;
}

.block-ct {
    margin: 1em 2%;
    width: 29%;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 1em 0 2em 0;
}

.block-ct h3, .block-ct .entry-content {
    padding: 0 0 1em;
    color: #2d4759;
}

.block-ct h3 {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .9em;
}

.filter-ct {
    width: 100%;
    margin: 2em 0 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2em;
}

.filter-ct h3 {
    cursor: pointer;
}

.filter-ct h3:hover {
    color: #fb7930;
}

.filter-current {
    display: inline-block;
    background-color: #314658;
    padding: 0 1em;
}

.filter-current strong,
.filter-current .total-posts {
    color: #78c9cc;
    padding: 1em .3em;
    display: inline-block;
    font-weight: normal;
    font-family: 'open_sansitalic';
}

.highlight strong {
    color: #78c9cc;
}

.alm-reveal {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1em;
    margin-right: -1em;
}

#networks .alm-reveal {
    margin-left: 0;
    margin-right: 0;
}

.block-ct h3 {
    font-size: 1.1em;
    line-height: 1.3;
    margin: 1em 0 0;
}

.block-ct p {
    margin-bottom: 1em;
    padding: 0;
    font-family: 'open_sansitalic';
    font-size: .95em;
    letter-spacing: .1em;
}

.block-ct-logo {
    text-align: center;
}

.block-ct-logo img {
    background-color: #fff;
    padding: .5em;
    margin: .75em 0 0;

}

.block-ct .block-ct-content {
    width: 80%;
    margin: 0 auto;
}

.block-ct:last-of-type .block-ct-content {
    border-bottom: none;
}

.block-ct .entry-content {
    padding: 0;
}

.filter-ct {
    background-color: #fff;
    text-align: left;
    min-height: auto;
}

#networks .filter-ct {
    margin: 0;
    padding-bottom: 0;
    margin-top: .5em;
}

#networks .filter-ct h3 {
    color: #314657;
    padding: 0 0 1em;
    font-size: 1.5em;
    letter-spacing: normal;
}

#networks .filter-ct h3:hover {
    color: #78c9ca;
}

#networks .filter-ct p {
    margin-bottom: .5em;
    font-family: "Open Sans", sans-serif;
    letter-spacing: normal;
    line-height: 1.5;
    font-size: 1em;
}

#networks .filter-ct .trial {
    margin-bottom: 0;
    border: 1px solid #79c9ca;
    padding: .5em 2em;
    margin-top: 0;
    border-top: none;
}

#networks .filter-ct .trial:first-of-type {
    border-top: 1px solid #79c9ca;
    margin-top: 1em;
}

#networks .filter-ct .trial h4 {
    color: #79c9ca;
    text-transform: none;
    margin-top: .5em;
}

#networks .filter-ct .trial h4:hover {
    color: #5eb7b5;
}

#networks .filter-ct .trial a,
#networks .filter-ct .entry-content a {
    color: #79c9ca;
    font-size: 1em;
    font-style: normal;
    font-family: 'open_sansitalic';
    padding-right: 0;
}

#networks .filter-ct .trial a:hover,
#networks .filter-ct .entry-content a:hover {
    color: #66b5b9;
    background-color: transparent;
}

#networks .filter-ct .trial ul {
    padding-left: 1em;
}

#networks .filter-ct .trial ul li {
    margin: 0;
}

#networks .filter-ct .trial ul ul {
    padding-left: 0;
}

.filter-ct .entry-content {
    padding: 0;
    margin-bottom: 1em;
    margin-top: -1em;
}

.filter-ct h3 {
    margin: 0;
    color: #78c9cc;
    font-size: 1.2em;
    padding: 0 0 2em;
}

.filter-ct h3:hover {
    color: #64b5b5;
}

.filter-ct .entry-content h3 {
    margin: 0;
    color: #78c9cc;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 0 .5em 0;
    font-size: 1.2em;
}

.filter-ct .entry-content ul {
    margin: 1em 0;
}

.filter-ct .entry-content ul li::before {
    content: '\2022';
	display: block;
	position: absolute;
	max-width: 0;
	max-height: 0;
	color: #6bc9cb;
	top: -2px;
	left: -9px;
}

.filter-ct .entry-content ul li {
    padding-left: 1em;
    margin: 0 0 .5em;
	position: relative;
}

.filter-ct .entry-content ul li a,
.filter-ct .entry-content a {
    color: #78c9cc;
    text-transform: none;
}

.filter-ct .entry-content ul li a:hover,
.filter-ct .entry-content a:hover {
    color: #64b5b5;
}

.filter-ct .entry-content ul li a:after,
.filter-ct .entry-content a:after {
    content: '';
}

.filter-ct .entry-content ul ul {
    padding-left: 0;
    margin: 0 0 .5em;
}

/* =netwroks */
.ct-header {
    margin: 1em 0;
}

.ct-header .ct-image {
    border: 1px solid #ccc;
    display: inline-block;
    float: left;
}

.ct-header-pres strong {
    font-weight: normal;
    font-family: 'open_sansitalic';
}

.network .ct-header-pres h3 {
    font-family: 'open_sansbold';
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.3;
}

.ct-header .ct-index {
    display: inline-block;
    float: left;
    margin: 0 1em;
    width: 30%;
}

.ct-header .ct-index ul,
.ct-header .ct-activities ul {
    padding-left: 0;
}

.ct-header .ct-index ul li {
    font-size: .95em;
    font-family: 'open_sansitalic';
    list-style: none;
    letter-spacing: .05em;
}

.ct-header .ct-index ul li strong {
    color: #79cacd;
}

.ct-header .ct-activities {
    display: inline-block;
    float: right;
}

.ct-header .ct-activities strong {
    font-size: .95em;
    font-family: 'open_sansitalic';
    font-weight: normal;
    padding-bottom: .5em;
    display: block;
    letter-spacing: .05em;
}

.ct-header .ct-activities ul li {
    text-transform: uppercase;
    color: #79cacd;
    border-bottom: 1px solid #aaaaaa;
    padding: .2em 0;
    list-style: none;
    font-weight: 600;
}

.ct-header .ct-index ul li a {
    color: #354552;
	text-decoration: underline;
}
.ct-header .ct-index ul li a:hover,
.ct-header .ct-index ul li a:focus {	
	text-decoration: none;
}
.entry-content .trial {
    padding: 0;
    margin-bottom: .5em;
}

.network .trial h4 {
    color: #79cacd;
    font-weight: 600;
    font-size: 1.3em;
    padding: 0 0 .5em 0;
    text-transform: none;
}

.entry-content .trial ul {
    padding-left: 0em;
    margin-top: 0;
    margin-left: -1em;
}

.filter-ct p {
    padding: 0;
    margin-bottom: 1em;
}

.entry-content .trial ul li::before {
    content: '';
    font-size: normal;
    display: inline-block;
    position: inherit;
}

.network ul {
    margin-bottom: 1em;
}

.network h3 {
    margin: 0;
    padding: 1em 0;
    color: #2f485c;
    font-size: 1.5em;
}

.title-collapse:hover {
    color: #52b5b5;
    cursor: pointer;
}
.media {
	margin: 2em 0;
}
.entry-content .links, .entry-content .links-block-theme {
    margin-top: 2em;
    border-top: 1px solid #aeaeae;
    padding-top: 1.5em;
}

/* News */
.entry-block {
    padding: 0;
}

.entry-block-group {
    margin-left: -1em;
    margin-right: -1em;
}

.entry-block.entry-block-news .block-news {
    width: 29%;
    text-align: left;
    margin: 2em auto;
    margin: 1em 2%;
    border-bottom: 1px solid #666;
    padding-bottom: .75em;
}

.entry-block.entry-block-news .block-news .block-news-content h3,
.entry-block.entry-block-news .block-news .block-news-content h3 a {
    margin-bottom: 0;
    font-size: 1.05em;
    color: #314659;
    line-height: 1.35;
}

.entry-block.entry-events .block-news .block-news-content h3 {
    font-weight: 300;
}

.entry-block.entry-events .block-news .block-news-content h3 a {
    font-size: 1em;
}

.entry-block.entry-block-news .block-news .block-news-content h3 a:hover {
    color: #52b5b5;
}

.entry-block.entry-block-news .block-news .block-news-content p {
    padding-top: .2em;
    font-size: .9em;
}

.entry-events .block-news .block-news-content p {
    letter-spacing: 0.05em;
    padding-top: 0;
    margin-top: -.75em;
}

.entry-events .block-news .block-news-content h3 a {
    font-weight: normal;
    line-height: 1.2 !important;
}

.entry-block.entry-block-news .block-news .block-news-content p.date {
    font-size: .95em;
    padding: 1em 0;
    margin-top: 0;
    color: #314657;
}

.entry-newsletter .entry-block.entry-block-news .block-news .block-news-content h3 {
    margin-top: .5em;
    margin-bottom: .75em;
}

.entry-newsletter .entry-block.entry-block-news .block-news .block-news-content .read-more {
    font-size: .95em;
    margin: .5em 0;
}

.entry-newsletter .entry-block.entry-block-news .block-news .block-news-content p.date {
    padding: 1em 0 0 0;
    margin: 0;
    font-family: 'open_sansitalic';
    text-transform: uppercase;
    color: #78c9ca;
}

.entry-newsletter .entry-block.entry-block-news .block-news .block-news-content p {
	font-family: "Open Sans",sans-serif;
	color:#344250;
	font-size: 1em;
}

.search_form {
    display: block;
    position: absolute;
    right: 0;
    top: -3.5em;
}

.search_news {
    display: inline-block;
    float: right;
    margin-left: 2em;
}

.search_news .form-control {
    color: #334657;
    border: 1px solid #334657;
    padding: .3em 1em;
    width: 300px;
    text-align: left;
    font-weight: 300;
    font-size: .9em;
    font-family: 'open_sansitalic';
}

.search_news .form-control:hover,
.search_news .form-control:focus {
    box-shadow: none;
}

.search_news .btn-default {
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    font-size: .9em;
    background: transparent url('../img/search_icon.png') center center no-repeat;
    width: 20px;
    height: 20px;
    border: 0;
    text-indent: -9999px;
    padding: 0;
    position: absolute;
    right: 5px;
    z-index: 2;
    top: 6px;
    overflow: hidden;
}

.ressources-header {
    padding-bottom: .5em;
}

.ressources-header p {
    color: #333;
}

.ressources_index {
    margin: 2em 0;
    background-color: #89cbca;
    padding: 1em 2em;
}

.ressources_index p {
    color: #fff;
    margin-bottom: .5em;
}
.ressources_index p:last-of-type {
    margin-bottom: 0;
}
.ressources_index + .ressources_index,
.ressources_index + p + .ressources_index {
   display: none;
}
.ui-tabs-hide {
    display: none !important;
}

.work_block_theme {
    background-color: #78c9cc;
    padding: 2.5em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

.work_block_theme .icons {
    display: inline-block;
}

.work_block_theme_text {
    display: inline-block;
    width: 80%;
    margin-left: 3em;
}

.work_block_theme h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 .3em;
    font-size: 2em;
}

.work_block_theme p {
    font-size: 1em;
    margin-bottom: 0;
    font-family: 'open_sansitalic';
    line-height: 1.4;
}

.work_block_topic {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.work_block_topic:last-of-type {
    border-bottom: 0;
}
.work_block_topic h2 {
    font-weight: 600;
    margin-bottom: .5em;
    text-transform: none;
	margin-top: 1.25em;
}

.work_block_topic a {
    border: 1px solid #78c9cc;
    padding: .3em 1em;
    font-weight: bold;
    font-size: .9em;
    text-transform: uppercase;
    margin-top: .75em;
    display: inline-block;
}

.work_tabs {
    text-align: center;
    margin: 1em auto 3em;
}

.work_tabs ul {
    padding-left: 0;
}

.work_tabs ul li {
    display: inline;
}

.work_tabs ul li a {
    font-size: 1em;
    text-transform: uppercase;
    color: #314659;
    font-weight: bold;
}

.work_tabs ul li a:hover,
.work_tabs ul li.ui-tabs-active a {
    color: #78c9cc;
}

.work_tabs ul li:not(:last-child):after {
    content: '|';
    padding: 0 1em;
}

.block-group {
    width: 29%;
    margin: 1em 2%;
    background-color: #78c9cc;
    display: inline-block;
    padding: 1.35em 0;
}
.block-group.ch-block {
    width: 21%;
}

.block-group .block-group-content {
    padding-left: 2em;
    padding-right: 2em;
    width: 100%;
}

.block-group h3 {
    color: #314659;
    border-bottom: 1px solid #314659;
    padding-bottom: .5em;
    margin-top: 0;
    font-size: .9em;
    text-transform: uppercase;
}

.block-group strong {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.block-group p {
    margin-bottom: 0;
    font-family: 'open_sansitalic';
    font-size: .8em;
	padding-top: .5em;
}

.columns-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.columns-height .ch-block {
    display: flex;
    flex-direction: column;
    align-items: left;
}

.home-image {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 800px;
    position: relative;
    margin-top: 5em;
}
.home-image-page {
    margin-bottom: 2em;
}

.home-image .entry-content {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    right: 0;
    width: 1180px;
    margin: 0 auto;
}

.no-margin-top {
    margin-top: 0;
}

.header-presentation {
    margin-top: 0;
}

.container-bg-content {
    margin: 2em 0 0 0;
    background-color: #314659;
    padding: 3em 0;
    text-align: center;
}

.container-bg-content h2 {
    color: #78c9cc;
    font-family: 'open_sansbold';
    text-transform: uppercase;
}

.container-bg-content p {
    color: #fff;
    font-family: 'open_sansregular';
}

.container-bg-content a {
    color: #fff;
    border-color: #fff;
}
@media (min-width: 990px) and (max-width: 1600px) {
    .slide-home-wrapper .slide-text {
        top: 15%;
    }
    .slide-home-wrapper .slide-text p, .home-image .entry-content p {
        padding: .5em 1em 0;
    }

}
@media (min-width: 767px) and (max-width: 990px) {
    .slide-home-wrapper .slide-text {
        top: 15%;
        font-size: .9em;
    }
    .home-image {
        height: 370px;
    }
    .home-image .entry-content {
        width: 100%;
    }
    .home-image .entry-content p {
        padding: .5em 2em 0;
    }
}
@media (max-width: 1024px) {
    .sb-toggle-left {
        display: block !important;
    }
    #header-logo {
        margin-left: 70px;
    }
    #site-desc p {
        font-size: .9em;
    }
    #top {
        padding: 1.5em 0;
    }
    .nav-main {
        display: none;
    }
    .filter-row .filter {
        margin: .5em;
    }
	.footer-eu-funding {
    display: flex !important;
    padding: 2em 2em 0 !important;
	}
	.footer-eu-funding img {
    height: 100%;
	}
	.footer-eu-funding p {
    	margin: 0;
    	text-align: left;
	}
	.menu-footer-container {
		padding-bottom: 2.5em;
	}
	#colophon-middle .container .checkmark {
    	left: 1.25em;
	}
	#colophon-middle .container #block-logo #logo-footer {
   		width: 40%;
	}	
	#colophon-middle .container .consent-label {
    	text-align: left;
	}
	.footer-eu-funding {
		display: flex  !important;
		padding: 2em 2em 0 !important;
	}
    .footer-block {
        width: 33%;
    }
    footer #colophon-middle .container {
        padding-bottom: 0;
    }
    #colophon-middle .container div.footer-block-margin {
        margin: 0em 0 2em;
        padding: 0 2em;
        text-align: center;
    }
    #colophon-middle .container div.footer-block-margin p {
        margin-bottom: 0;
    }
    div.wpcf7 .ajax-loader {
        display: none;
    }

    #colophon-middle .container div.footer-contact {
        display: inline-block;
    }
    #colophon-middle .container div.footer-contact .footer-contact-text {
        width: 67%;
    }

    #colophon-middle .container form {
        margin-top: 1em;
    }

    .menu-footer-container ul {
        text-align: center;
    }

    #colophon-middle .container div .textwidget {
        text-align: center;
    }

    #colophon-middle .container div .textwidget .contact {
        padding-top: 1.2em;
    }
    .ct-header .ct-activities {
        width: 35%;
    }
	.menu-footer-container {
		width:100%;
	}
	#colophon-middle .container #block-logo #logo-footer {
    	margin-bottom: 1em;
	}
	.footer-block {
    	padding: 0 .5em;
	}	
	#colophon-middle .form-title {
    	margin-top: .5em;
	}
	#colophon-middle .container div {
		float: none;
    	text-align: center;
    	width: 100%;
	}
	#colophon-middle .form-title {
	    padding-left: 0;
	}
	#colophon-middle .container input {
   	 	width:65%;
	}	
	#colophon-middle .container input.wpcf7-submit {
    	right: 136px;
	}
	div.wpcf7-validation-errors, span.wpcf7-not-valid-tip, 
	div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng {
    	width: 100%;
	}
	#colophon-middle .container div.wpcf7-validation-errors, 
	#colophon-middle .container div.wpcf7-mail-sent-ng, 
	#colophon-middle .container div.wpcf7-mail-sent-ok {
    	width: 100%;
	}
	.footer-block .footer-contact,
	.footer-block .footer-twitter {
		padding-top: 1em;
		padding-left: 0;
		float: left !important;
		width: 50% !important;
	}
	.footer-block .footer-contact {
		margin-top: 0 !important;
	}
	.footer-contact .icon-contact, 
	.footer-twitter .icon-twitter {
		float: none;
		display: block;
	}
	.footer-contact .icon-contact, 
	.footer-twitter .icon-twitter {
    	margin: 1em auto;
		float: none;	
	}
	#colophon-middle .container div.footer-contact .footer-contact-text,
	#colophon-middle .container div.footer-twitter .footer-twitter-text {
    	width: 100%;
		padding: 0 2em;
		float: none;
   	 	margin-left: 0;
	}
	.menu-footer-container {
		padding-top:2em;
	}
}

.timeline {
    position: relative;
    padding: 1em 5%;
    text-align: center;
    background-color: #e3f6f5;
}
.block-timeline {
    overflow: hidden;
    position: relative;
    padding: .5em 0;
}
.tslider .block-timeline {
    display: inline-block;
    text-align: left;
}
.main-block-timeline, .side-block-timeline {
    width: 50%;
    padding: 0 2em;
}
.tslider .main-block-timeline, .tslider .side-block-timeline {
    width: auto;
    padding: 0;
    display: inline-block;
    padding-top: 1.2em;
}
.block-timeline:nth-child(2n+1) .side-block-timeline {
    float: right;
    text-align: left;
}
.tslider .block-timeline:nth-child(2n+1) .side-block-timeline {
    float: none;
}
.media-block-timeline strong {
    display: inline-block;
    width: 100%;
    max-width: 260px;
    height: auto;
    vertical-align: bottom;
    border-radius: 100%;
    color: #fff;
}
.media-block-timeline strong span {
    padding-top: .75em;
	display: inline-block;
}
.main-block-timeline.main-block-timeline, .side-block-timeline.main-block-timeline {
    padding-top: 2em;
}
.main-block-timeline {
    text-align: right;
}
.tslider .main-block-timeline {
    text-align: center;
}
.main-block-timeline .subtitle-block-timeline {
    color: #284756;
	margin: 0 0 .25em;
	font-size: 1.2em;
}
.block-timeline::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #fff;
}
.tslider .block-timeline::after {
    display: none;
}
.media-block-timeline {
    width: 170px;
    height: 170px;
    background-color: #ee7944;
    border-radius: 100px;
}
.media-block-timeline strong {
    padding: 33% 0;
	text-align: center;
	font-size: 1.2em;
	text-transform: uppercase;
}
.block-timeline .side-block-timeline {
    float: left;
    text-align: right;
}
.block-timeline .main-block-timeline {
    float: right;
    text-align: left;
}
.tslider .block-timeline .side-block-timeline,
.tslider .block-timeline .main-block-timeline {
    float: none;
    text-align: left;
    padding-top: 0;
}
.tslider .block-timeline .main-block-timeline {
    height: 240px;
}
.tslider .block-timeline .main-block-timeline .tslider_modal {
    text-transform: uppercase;
    color: #2d4759;
    font-style: italic;
}
.tslider .block-timeline .main-block-timeline .tslider_modal:hover {
    text-decoration: underline;
}
.block-timeline .side-block-timeline .media-block-timeline {
    float: right;
}
.tslider-container {
    margin-top: 2em;
    position: relative;
}
.tslider-container::after {
    content: "";
    position: absolute;
    height: 125px;
    width: 100%;
    background-color: #fff;
    bottom: 0;
}
.tslider-container .bx-viewport {
    z-index: 1;
}
.tslider-container #main {
    background-color: #e3f6f5;
    padding-bottom: 2em;
}
.tslider-container .bx-wrapper {
    background-color: #e3f6f5;
    border: 0;
    box-shadow: unset
}
.tslider-container .side-block-timeline {
    width: 100%;
}
.tslider-container .side-block-timeline .media-block-timeline {
    width: 100%;
    height: auto;
    border-radius: 0;
    display: block;
}
.tslider-container .side-block-timeline .media-block-timeline strong {
    text-align: left;
    font-size: .975em;
    padding: .75em 1.25em;
}
.tslider-container .main-block-timeline {
    background-color: #fff;
    margin-top: -.275em;
}
.tslider-container .main-block-timeline .subtitle-block-timeline {
    font-size: .975em;
    font-weight: normal;
    text-align: left;
    padding: 1em 1.25em .35em;
    font-style: italic;
}
.tslider-container .main-block-timeline .text-block-timeline {
    text-align: left;
    padding: 1em 1.25em 0;
    font-size: .975em;
}
.tslider-container .main-block-timeline .text-block-timeline a {
    font-size: .9em;
}
.tslider-container .date-block-timeline {
    text-align: center;
    padding-top: 40px;
    position: relative;
}
.tslider-container .date-block-timeline::before {
    content: ' ';
    height: 40px;
    width: 1px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
.tslider-container .date-block-timeline h3 {
    color: #284756;
    font-size: 1em;
    font-weight: normal;
    position: relative;
    padding-top: 40px;
    margin-top: 0;
}
.tslider-container .date-block-timeline h3::before {
    content: ' ';
    height: 26px;
    width: 26px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    border-radius: 13px;
}
.tslider-container .bx-controls {
    top: -2.5em;
}
.tslider-container .bx-controls a.bx-prev {
    float: left;
}
.tslider-container .bx-controls a.bx-next {
    float: right;
}
.color_ee7944 h3::before,
.color_ee7944::before {
    background-color: #ee7944;
}
.color_aed272 h3::before,
.color_aed272::before {
    background-color: #aed272;
}
.color_78c9ca h3::before,
.color_78c9ca::before {
    background-color: #78c9ca;
}
.info-timeline ul {
    text-align: center;
    margin: 1em 0 2em;
    padding: 0;
}
.info-timeline li {
    display: inline-block;
    font-style: italic;
    padding-left: 35px;
    position: relative;
    margin-left: 30px;
}
.info-timeline li::before {
    content: ' ';
    height: 26px;
    width: 26px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 13px;
}
.info-timeline li.icolor_aed272::before {
    background-color: #aed272;
}
.info-timeline li.icolor_78c9ca::before {
    background-color: #78c9ca;
}
.info-timeline li.icolor_ee7944::before {
    background-color: #ee7944;
}
#cboxContent {
	background:#fff;
}
#cboxLoadedContent {
	background:#fff;
}
#tslider_inline_0,
#tslider_inline_1,
#tslider_inline_2,
#tslider_inline_3,
#tslider_inline_4,
#tslider_inline_5,
#tslider_inline_6,
#tslider_inline_7,
#tslider_inline_8,
#tslider_inline_9,
#tslider_inline_10,
#tslider_inline_11,
#tslider_inline_12,
#tslider_inline_13,
#tslider_inline_14,
#tslider_inline_15,
#tslider_inline_16 {
	padding:0 0 1.5em 0 !important;
	box-shadow: 0 4px 4px #ccc;
}
#cboxLoadedContent h4 {
	padding: .5em 1.5em;
	color: #fff;
	font-size: 1.1em;
	margin-top:0;
}
#cboxLoadedContent p {
	padding: 0 1.5em;	
}
#cboxLoadedContent a {
	display:block;
	padding: 0 1.5em;	
}
#cboxClose {
	top: -30px;
	background: transparent url('../img/close.png') no-repeat;
}
#cboxClose:hover {
	background: transparent url('../img/close.png') no-repeat;
	background-position: 0;
}
@media (max-width: 767px) {
    .footer-block {
        width: 100%;
    }
    #colophon-middle .container div {
        float: none;
    }
    .breadcrumbs {
        display: none;
    }
    .m-text-center {
        text-align: center;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    #slide-home-wrapper {
        display: block;
        margin-top: 2em;
        height: 15em;
    }

    #slide-home-wrapper #slide-home, #slide-home-wrapper #slide-home > li {
        height: 15em;
        background-position: right 85%;
    }

    #slide-home-wrapper #slide-home > li > div {
        margin-top: 2em;
    }

    #slide-home-wrapper #slide-home > li > div p {
        margin-top: 1em;
        font-size: 1.5em;
    }

    #colophon-middle .container .widget_text#text-4,
    #colophon-middle .container .widget_text#text-5,
    #colophon-middle .container .widget_text#text-6 {
        text-align: center;
        width: 100%;
    }

    #header-logo {
        width: 100%;
        height: 50px;
        margin-left: 0;
    }

    #header-logo a {
        background-size: 175px 36px;
        background-position: center top;
        margin: 0 auto;
        height: 36px;
        width: 175px;
    }
    .header-link {
        display: none;
    }

    .sb-toggle-left {
        padding: 0;
        width: 50px;
    }

    #site-desc {
        width: 100%;
        padding: 0 10%;
        margin-left: 0;
    }

    #site-desc p {
        display: none;
    }

    .header-link {
        float: none;
        text-align: center;
    }

    .header-link h4 a {
        color: #78c9cc !important;
        font-size: 0.8em;
        margin-top: 0.5em;
        width: 80px;
        text-align: center;
        display: inline-block;
    }

    .header-link a.m-hide {
        display: none;
    }

    #slide-home-wrapper #slide-home > li > div {
        margin-top: 0;
    }
    .slide-home-wrapper .bx-controls {
        top: 39%;
    }
    .slide-home-wrapper .slide-text {
        position: relative;
        padding: 5em 1em 2em;
        font-size: .8em;
        background-color: #89CBCA;
    }
    .home-image .entry-content {
        width: 90%;
    }

    .container-margin {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .header-presentation .container-margin,
    .home-image .container-margin {
        margin-left: -11%;
        margin-right: -11%;
    }

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

    .entry-content {
        padding: 0 1em;
    }

    .float-r {
        float: none;
        position: relative;
    }

    .entry-content p.download {
        top: 0;
    }

    .entry-content p.download a {
        width: auto;
        display: inline-block;
        margin: 0;
    }

    .entry-presentation {
        padding-bottom: 0;
        margin: 2em 1em 0;
    }

    .filter-row,
    .filter-row.filter-network {
        text-align: center;
        padding: 0 2%;
        margin-top: 0;
        float: none;
    }

    .filter-row .filter,
    #networks .filter-row .filter {
        z-index: 2;
        margin-top: 1em;
        float: none;
        margin: .5em 0;
    }
    .filter-row.filter-network .filter {
        margin: .5em auto;
        width: auto;
    }
    .filter-row.filter-network .filter.filter-top,
    .filter-row .filter.filter-top {
        z-index: 5;
    }
    .filter-row.filter-network .filter.filter-top-2,
    .filter-row .filter.filter-top-2 {
        z-index: 6;
    }
    .filter-row.filter-network {
        width: auto;
    }
    .filter-row.filter-news {
        text-align: center;
        margin: 0;
    }
    .filter-row.filter-news .filter {
        margin-right: 0;
    }
    .filter-align {
        float: none;
        margin-top: 0;
    }
    .filter-infos {
        text-align: left;
    }
    #about h2.title, h2.title {
        padding: 0 1em;
    }

    .search_news {
        float: none;
        margin-left: 0;
        margin-top: 1em;
        width: 90%;
    }

    .input-group {
        z-index: 1;
        width: 100%;
    }

    .search_news .form-control {
        width: 100%;
    }

    .entry-block.entry-block-news .block-news,
    .block-ct,
    .block-group {
        width: 90%;
        margin: 1em auto;
    }

    .entry-block.entry-block-news .block-news .block-news-content h3 {
        padding: 0 1em;
    }

    .post .entry-header {
        padding: 0 1em;
        margin: 1em auto 2em;
    }
    .tslider-container .bx-controls a {
        top: 5px;
        bottom: auto;
    }
    .newsletter-form {
        float: none;
        width: 100%;
    }

    .ct-header {
        text-align: left;
    }

    .ct-header .ct-image {
        float: none;
        text-align: center;
        display: block;
        margin: 0 auto;
        width: 85%;
    }
    .newsletter-last {
        padding: 2em;
    }
    .entry-newsletter .entry-block.entry-block-news .block-news .block-news-content p.date {
        padding: 0 1em;
    }
    .ct-header .ct-index,
    .ct-header .ct-activities {
        margin: 1em;
        float: none;
        width: 85%;
    }
    .network .entry-content h3 {
        display: block;
    }

    .home-image {
        height: 200px;
    }
    .home-image .entry-content {
        position: relative;
        background: #78c9cc;
        display: block;
        float: left;
        margin-top: 185px;
        margin-bottom: 2em;
        width: 100%;
        padding: 2em 0;
        font-size: .8em;
    }
    .home-image .entry-content p {
        padding: 1em 2em;
    }
    .container-bg-content {
        padding-left: 1em;
        padding-right: 1em;
    }
    .container-bg-content p {
        padding: 0 1em;
    }
    .work_block_theme {
        text-align: center;
    }
    .work_block_theme_text {
        display: block;
        margin: 1em auto 0;
        width: 100%;
        padding: 0 1em;
    }
    .work_block_theme p {
        padding: 0 1em;
    }
    .work_block_topic {
        padding: 0 1em 1.5em;
        text-align: center;
    }
    .subtitle {
        text-align: center;
        margin-top: 0;
    }
    .work_block_topic p {
        padding: 0 1em;
    }
    .work_block_topic .text-center {
        text-align: center;
    }
    .menu-footer-container ul.menu li:first-child {
        display: block;
    }
    .bx-wrapper .bx-controls-direction a {
        bottom: 30px;
        top: auto;
    }
    .bx-wrapper img {
        max-width: inherit;
        height: 200px;
    }
    .bio-title-container {
        text-align: center;
    }
    .breadcrumb-container {
        margin-bottom: 0;
        margin-left: 1em;
        margin-right: 1em;
    }
    .entry-presentation-title {
        margin-top: 0;
    }
    .entry-presentation .title {
        font-size: 1.8em;
		text-transform: uppercase;
		margin-bottom: 1em;
        text-align: center;
    }
    .content-members a {
        padding: 1em;
    }
    .biography .picture-left,
    .entry-content .picture-left:nth-of-type(2n),
    .newsletter .picture-left {
        margin: 0 auto;
        width: 30%;
    }
    .biography .article {
        width: auto;
        float: none;
        text-align: center;
        padding: 0;
    }
    .full-text p {
        text-align: left;
    }
    .entry-content .biography p.intro {
        text-align: left;
    }
    .newsletter-header-content {
        width: 100%;
        text-align: center;
        padding-top: 1em;
    }
    .newsletter .article p {
        padding-right: 0;
    }
    .newsletter .article .read-more {
        position: relative;
        bottom: 0;
        margin-top: 0;
    }

    .block-newsletter .entry-content,
    .entry-block.entry-block-news .block-newsletter .block-news .block-news-content h3 {
        padding: 0;
    }
    .title-center {
        text-align: center;
    }
    .block-group {
        width: 80%;
        margin: 1em auto;
    }
    .entry-header.ressources-header-text {
        padding: 0 1em 1em 1em;
        text-align: center;
    }
    .search_form_resources {
        top: 0;
        position: relative;
        text-align: center;
        padding: 0 2em 2em;
    }
    .content-focus.content-resources {
        padding: 0 1em;
    }
    .entry-content p.download a {
        width: 100%;
        text-align: center;
    }
    .block-group.ch-block {
        width: 80%;
    }
    .newsletter .section.section-col .article {
        margin-bottom: .5em;
    }
	.footer-block ul {
		text-align: center;
		padding: 0 2em;
	}
	#colophon-middle .form-title {
		margin-top: 1em;
		text-align: center;
		padding-left: 0;
	}
	#colophon-middle .container .form-field {	
    	text-align: center;
		right: 0;
	}
	#colophon-middle .container input.wpcf7-submit {
		right: 23px;
	}
	#colophon-middle .container input {
		width: 90%;
	}
	div.wpcf7-validation-errors, 
	span.wpcf7-not-valid-tip, 
	div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng {
		width: 100%;
		display:block;
		padding-top: 1em;
	}
	#colophon-middle .container div.wpcf7-validation-errors {
		text-align: center;
		width:100%;
		margin-top: -1em;
		padding: 0 1em;
	}
	.footer-block .footer-contact,
	.footer-block .footer-twitter {
		padding-top: 0;
		margin-top: 0 !important;
	}
	.menu-footer-container {
		padding-top:1em;
	}
	#colophon-middle .container div.footer-contact,
	#colophon-middle .container div.footer-twitter {
    	display: inline-block;
    	width: 100%;
	}
	#colophon-middle .container div.footer-contact .footer-contact-text,
	#colophon-middle .container div.footer-twitter .footer-twitter-text {
		width: 100%;
		padding: 0 1em;
	}
	.timeline {
    	padding: 1em 5%;
	}
	.block-timeline .side-block-timeline {
		float: none;
		text-align: center;
		width: 100%;
		padding: 0;
		display: inline-block;
		margin: 0 auto;
	}
	.block-timeline .side-block-timeline .media-block-timeline {
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	.block-timeline .main-block-timeline {
		width: 100%;
		float: none;
		text-align: center !important;
		padding: 1.5em 2% 0;
	}
	.block-timeline .main-block-timeline p {
		margin: 0;
	}
	.block-timeline::after {
		width: 0;
	}
	.newsletter-last .entry-content {
		padding: 0;
	}
	.newsletter .picture-left {
    	width: 50%;
    }
    .info-timeline ul {
        text-align: left;
    }
    .info-timeline ul li {
        margin-top: .5em;
        margin-bottom: .5em;
    }
    .filter_action {
        margin-bottom: 1em;
    }
}
.our-work-response {
	background: #78c9cc;
	padding: 1.5em 2em;
}
.our-work-response h2 {
	color: #fff;
	font-size: 1.6em;
	margin:0 0 .75em;
}
.our-work-response h3 {
	color: #fff;
	font-size: 1.4em;
	margin:1em 0 .5em;
	border-top: 1px solid #b1dcdb;
	padding: 1.25em 0 .5em;
}
.our-work-response h3:first-of-type {
	border-top: none;
	padding: .75em 0 .5em;
}
.our-work-response h4 a,
.our-work-response a  {
	color: #314659;
	text-decoration: underline;
}
.our-work-response h4 a:hover,
.our-work-response h4 a:focus,
.our-work-response a:hover,
.our-work-response a:focus {
	text-decoration: none;
	background:#89cbca;
	color: #314659;
}
.our-work-response .read-more  {
	text-decoration: none;
	margin:0;
}
.our-work-response ul  {
	padding:0;
}
.our-work-response ul li {
	padding:0 0 .5em;
}
.our-work-response ul li:last-of-type {
	padding:0;
}
.entry-content  .meeting {
	margin-bottom: 2em;
}
.entry-content  .meeting li {
	padding-bottom: .25em;
}
.entry-content  .meeting li h4 {
	margin: 0 0 .2em;
}
.entry-content  .meeting li:nth-of-type(5) {
	background:#52b5b5;
	padding-top: 1em;
	margin-left: -.5em;
	padding-left:1.5em;
}
.entry-content  .meeting li:nth-of-type(5) a {
	color: #fff;
}
.entry-content  .meeting li:nth-of-type(5) .read-more:hover {
	color: #fff;
}
.entry-content  .meeting li:nth-of-type(5) a:hover {
	color: #89CBCA;
}
.entry-content  .meeting li:nth-of-type(5):before {
	content: ' ';
}
.meetings {
	margin-top:-1em;
}
.cli-bar-popup {
	padding: 0 2.5em !important;
}
.cli-modal .cli-modal-dialog {
    margin: 0 !important;
    min-height: 0 i !important;
    height: 100%;
    background-color: #314658;
	max-width: 55em !important;
    align-items: baseline !important;
    padding-top: 1em;
}
.cli-modal .cli-tab-container .cli-row {
    max-height: unset;
}
.cli-modal .cli-modal-content {
    border-radius: 0;
    background-color: #314658;
}
.cli-modal .cli-tab-container h4 {
    color: #78c9ca;
	text-transform: uppercase;
	font-size: 2em;
}
.cli-modal .cli-tab-container p {
    color: #fff;
	font-size: 1.55em;
	line-height: 1.5;
}
.cli-tab-header {
	padding: 1em 0 !important;
}
.cli-modal .cli-tab-header {
    background-color: transparent;
    border-bottom: 1px solid #78c9ca;
    border-radius: 0;
}
.cli-modal .cli-tab-section:last-of-type .cli-tab-header {
    border-bottom: none;
}
.cli-modal .cli-tab-header a.cli-nav-link {
    color: #78c9ca;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.75em;
}
.cli-modal .cli-tab-header a.cli-nav-link {
    color: #52b5b5;
}
.cli-modal .cli-switch .cli-slider {
    background-color: #78c9ca;
}
.cli-modal .cli-switch .cli-slider::after {
    color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
.cli-modal .cli-tab-header .cli-necessary-caption,
.cli-modal .cli-switch input:checked + .cli-slider::after {
    color: #ee7944;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.cli-modal .cli-switch input:checked + .cli-slider {
    background-color: #ee7944;
}
.cli-modal .cli-tab-content {
    background-color: transparent;
}
.cli-modal .cli-modal-close svg {
    fill: #fff;
}
.cli-modal .cli-modal-close {
	right: 1.5em !important;
    width: 45px !important;
    height: 45px !important;
}
.cli-modal .cli-tab-header a::before {
    border-right: 1px solid #78c9ca;
    border-bottom: 1px solid #78c9ca;
	display:none;
}
.cli-tab-section .cli-tab-content {
	padding: 1em 0 !important;
}
.cli-tab-footer {
	text-align: center !important;
	padding: 3em 0 !important;
}
.cli-tab-footer .cli-btn {
    background-color: transparent !important;
    padding: .75em 2em !important;
    width: auto;
    color: #52b5b5 !important;
	text-transform: uppercase;
	font-weight: 600 !important;
	border: 1px solid #52b5b5 !important;
	border-radius: 0;
	font-size:1.6em;
}
.cli-tab-footer .cli-btn:hover {
    color: #fff !important;
	border: 1px solid #fff !important;
}
#cookie-law-info-bar {
    padding: 2em 0 !important;
    font-size: .9em !important;
	background-color: #314659 !important;
	color: #fff !important;
}
#cookie-law-info-bar  span {
    font-size: 1.1em;
}
.cli-wrapper .cli-plugin-button,
#cookie-law-info-again #cookie_hdr_showagain {
    margin: .5em 0 .3em;
    background-color: #78c9ca !important;
    border: none !important;
    color: #fff !important;
    padding: .75em 2em !important;
    border-radius: 25px !important;
    display: inline-block;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
    font-size: 1em !important;
    margin-top: 2em;
    width: auto;
}
#cookie-law-info-again #cookie_hdr_showagain {
	margin: 0 !important;
	border-radius: 0 !important;
	padding: .5em 1em !important;
	padding: .5em 1em .5em .75em !important;
}
#cookie-law-info-again {
	left: 0 !important;
	padding: 0 !important;
	bottom: 0 !important;
}
.cli-wrapper .cli-plugin-button:hover,
#cookie-law-info-again #cookie_hdr_showagain:hover {
    background-color: #fff !important;
    color: #78c9ca !important;
}
#cookie-law-info-again {
    background-color: transparent !important;
    box-shadow: none !important;
}
#cookie-law-info-again #cookie_hdr_showagain {
    background-color: #314659 !important;
    border: none;
	font-size: 1.1em !important;
	text-transform: uppercase;
	font-weight: 600;
}
#cookie-law-info-again #cookie_hdr_showagain:hover {
    color: #ee7944 !important;
}

.member-focus h2 {
	color:#314659;
	font-size: 1.4em;
}
.member-focus .own-words {
	background:#78c9cc;
	padding: 1em 2em 2em;
	float:left;
	margin: 1em 0 3em;
}
.member-focus .own-words-figure {
	float:left;
	width: 30%;
}
.member-focus .own-words-quote {
	float:right;
	width: 70%;
}
.member-focus .own-words figure {
	margin-right: 2em;
}
.member-focus .own-words figure  figcaption {
	font-family: 'open_sansitalic';
	padding-top: .75em;
	text-align: center;
	font-weight: 600;
}
.member-focus .own-words h2 {
	color:#fff;
	margin-top: .25em;
}
.member-focus .own-words p {
	font-family: 'open_sansitalic';
}
figure figcaption {
	font-family: 'open_sansitalic';
	text-align: left;
	padding-top: .5em;
}
.member-focus h3 {
	position:relative;
	border-top: 1px solid #ccc;
	padding-top: 1em;
	margin-top: 1em;
}
.member-focus h3:first-of-type {
	border-top: none;
}
.member-focus h2:nth-of-type(3) {
	margin-top: 1em;
	border-top: 1px solid #ccc;
	padding-top: 2em;
}
.member-focus h3 .icons.arrow-top {
	height: 15px;
	width: 25px;
	display: block;
	background: url("../img/arrow-down.png") no-repeat ;
	position: absolute;
	right: 0;
	top: 1.25em;
}
.member-focus h3.title-collapse-off .icons {
	background: url("../img/arrow-up.png") no-repeat ;
}
.member-focus table thead tr th {
	border-bottom: 2px solid #78c9cc;
}
.member-focus table thead tr th:last-of-type,
.member-focus table tbody tr td:last-of-type {
	text-align: center;
}



