html,
body {
    font-family: 'AsapRegular', sans-serif;
    background: #fff;
    background: #fff url('../img/background30.jpg') no-repeat top left fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    color: #575755;
}

html.default,
body.default {
    background: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'AsapMedium', sans-serif;
}

.main-container h1,
.main-container h2,
.main-container h3,
.main-container h4,
.main-container h5,
.main-container h6 {
    margin-top: 50px;
    margin-bottom: 20px;
}

.main-container aside h1,
.main-container aside h2,
.main-container aside h3,
.main-container aside h4,
.main-container aside h5,
.main-container aside h6 {
    margin-top: 0;
    margin-bottom: 15px;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #575756;
    font-family: 'AsapRegular', sans-serif;
}

a {
    color: #DF5C30;
}

article a {
	text-decoration: underline;
}

b,
strong {
    font-family: 'AsapMedium', sans-serif;
    font-weight: normal;
}

input {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

td, th {
    padding: 5px !important;
}

.icon {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 10px;
}

.icon--download {
    background: url('../img/icons/download.png') no-repeat;
    background-size: 30px
}

.icon--link {
    background: url('../img/icons/link.png') no-repeat;
    background-size: 30px
}

blockquote {
    font-size: 27px;
    line-height: 32px;
    font-family: 'AsapMedium', sans-serif;
    color: #dc202e;
    margin: 0 30px 0 30px;
    padding: 0.5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    border: 0;
}

blockquote:before {
    font-family: 'AsapMedium', sans-serif;
    color: #dc202e;
    content: open-quote;
    font-size: 27px;
    line-height: 32px;
    margin-right: -5px;
    vertical-align: 3px;
}

blockquote:after {
    font-family: 'AsapMedium', sans-serif;
    content: close-quote;
    color: #dc202e;
    font-size: 27px;
    line-height: 32px;
    vertical-align: 3px;
    margin-left: -5px;
}

blockquote p {
    display: inline;
}

.header {
    display: none;
    background: #fff;
    padding-top: 36px;
    padding-bottom: 30px;
    width: 100%;
}

.header--sticky {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 69px;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 110;
}

.header .form-search,
.region-navigation .form-search {
    position: relative;
}

.navbar #block-search-form {
    width: 20%;
    float: left;
    margin-left: 75px;
}

.header .form-search input[type="text"],
.region-navigation .form-search input[type="text"] {
    color: #c6c6c5;
    border: 1px solid #c6c6c5;
    font-size: 16px;
    width: 100%;
    padding: 5px 40px 5px 5px;
    border-radius: 0;
    box-shadow: 0;
}

.header .form-search input[type="submit"],
.mobile_search .form-search input[type="submit"],
.region-navigation .form-search input[type="submit"] {
    text-indent: -99999px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('../img/icons/search.png') no-repeat center center;
    border: 0;
    width: 21px;
    height: 21px;
    background-size: 21px;
    padding: 17px;
}

.mobile_search .form-search input[type="submit"] {
    right: 15px;
}

.language-switcher-locale-url {
    padding: 0;
    list-style: none;
    text-align: right;
}

.language-switcher-locale-url li {
    display: inline;
    border-right: 1px solid #d9d9d9;
    padding: 0 7px;
}

.language-switcher-locale-url li:first-child {
    padding-left: 0;
}

.language-switcher-locale-url li:last-child {
    border-right: 0;
    padding-right: 0;
}

.language-switcher-locale-url li a {
    font-size: 16px;
    line-height: 28px;
    color: #575756;
}

.language-switcher-locale-url li.pt-br {
    display: none;
}

#main-menu {
    list-style: none;
    padding: 0;
    margin-top: 38px;
    text-align: right;
}

#main-menu li {
    display: inline;
    padding: 0 22px;
    position: relative;
}

#main-menu li:first-child {
    padding-left: 0;
}

#main-menu li:last-child {
    padding-right: 0;
}

#main-menu li a {
    border-top: 8px solid #e49132;
    color: #6d6e71;
    padding-top: 5px;
    font-size: 18px;
    font-family: 'AsapMedium', sans-serif;
    font-weight: normal;
    box-shadow: none;
}

#main-menu li a.active {
    border-top: 8px solid #df5b30;
    color: #056735;
}

#main-menu li a:hover {
    text-decoration: none;
    border-top: 8px solid #df5b30;
    color: #056735;
}

#main-menu li a:active,
#main-menu li a:focus {
    text-decoration: none;
}

ul.dropdown-menu {
    border: 0;
    background: #fff;
    padding: 15px;
    border-radius: 0;
    box-shadow: none;
    top: 150%;
    left: 0;
}


/* corregido para alineacion de subitem con item principal*/

.responsive-menu .sub-menu.active {
    border: 0;
    background: #fff;
    padding: 15px;
    border-radius: 0;
    box-shadow: none;
    top: 150%;
    left: 25px;
}

.sub-menu .menu-item {
    text-align: left;
}

#main-menu .sub-menu.active li {
    display: block;
    text-align: left;
}

#main-menu .sub-menu:hover {
    display: block;
}

#main-menu li:first-child ul.sub-menu {
    left: -15px;
}

#main-menu li ul.sub-menu {
    top: 15px;
}

#main-menu.menu-toggled .sub-menu {
    display: none;
}

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

.dropdown-toggle:hover .dropdown-menu {
    display: block;
}

ul.dropdown-menu li,
ul.sub-menu li {
    padding: 0;
}

ul.dropdown-menu li a,
#main-menu ul.sub-menu li a {
    font-size: 16px;
    line-height: 19px;
    border: 0;
    padding: 0 0 10px 0;
    white-space: nowrap;
}

#main-menu ul.sub-menu li {
    padding: 0 0 10px 0;
}

ul.dropdown-menu li a:hover,
#main-menu ul.sub-menu li a:hover {
    border: 0;
    background-color: #fff;
}

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

.mobile_menu ul.dropdown-menu {
    position: relative;
    float: none;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: 0;
}

.mobile_menu ul.dropdown-menu a {
    padding: 0;
}

.mobile_menu__menu ul.dropdown-menu li {
    margin-bottom: 20px;
}

.mobile_menu__menu ul.dropdown-menu li:last-child {
    margin-top: 0;
    margin-bottom: 0;
}

.mobile_menu__menu ul.dropdown-menu li:last-child a {
    border: 0;
    width: auto;
    padding: 0;
}

.mobile_menu__menu ul.dropdown-menu li a {
    font-size: 14px;
    line-height: 16px;
}

.mobile_menu__menu li.open a.dropdown-toggle {
    background: #f1f2f2;
}

.sidebar {
    word-break: break-word;
}

aside {
	z-index: 0;
}

.sidebar section,
aside section {
    background: #fae9d6;
    padding: 20px;
}

.sidebar h4,
aside h4 {
    font-size: 21px;
    line-height: 26px;
    font-weight: bold;
    color: #e49132;
    border-top: 2px solid #e49132;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 10px;
    font-family: 'AsapBold', sans-serif;
    font-weight: normal;
}

.sidebar ul,
aside ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li,
aside ul li {
    margin-bottom: 20px;
}

.sidebar ul li:last-child,
aside ul li:last-child {
    margin-bottom: 0;
}

.sidebar ul li a,
aside ul li a {
    font-size: 16px;
    line-height: 22px;
    color: #575756;
}

.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li a:active,
aside ul li a:hover,
aside ul li a:focus,
aside ul li a:active {
    color: #575756;
}

.sidebar ul li a.sidebar__read_more_link,
aside ul li a.sidebar__read_more_link {
    font-family: 'AsapMedium', sans-serif;
    color: #e49132;
}

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

.sidebar__search input[type="text"] {
    color: #c6c6c5;
    border: 1px solid #c6c6c5;
    font-size: 16px;
    width: 100%;
    padding: 5px 40px 5px 5px;
}

.sidebar__search input[type="submit"] {
    text-indent: -99999px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('../img/icons/search.png') no-repeat center center;
    border: 0;
    width: 21px;
    height: 21px;
    background-size: 21px;
    padding: 17px;
}

.sidebar__newsletter_signup__wrapper {
    display: none;
}

.sidebar__newsletter_signup form {
    position: relative;
}

.sidebar__newsletter_signup h4 {
    color: #df5b30;
}

.sidebar__newsletter_signup input[type="text"] {
    color: #80807d;
    border: 1px solid #c6c6c5;
    font-size: 16px;
    width: 100%;
    padding: 5px 40px 5px 5px;
}

.sidebar__newsletter_signup input[type="submit"] {
    background: #df5b30 none repeat scroll 0 0;
    border: 0 none;
    height: 21px;
    padding: 7px 22px 27px 5px;
    position: absolute;
    right: 0;
    text-indent: 0;
    top: 0;
    width: 21px;
    color: #FFF;
}

.sidebar__resources {}

.sidebar__resources ul li a {
    display: inline-block;
    padding-top: 3px;
}

.sidebar__news_archive {}

.sidebar .sidebar__news_archive ul li a {
    color: #e49132;
    font-family: 'AsapMedium', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
}

.sidebar__social__section {
    display: none;
}

.sidebar__social {
    margin-top: 48px;
}

.sidebar__social h4 {
    color: #df5b30;
}

.sidebar__social ul {
    list-style: none;
    text-align: center;
}

.sidebar__social ul li {
    display: inline;
    margin-right: 10px;
}

.sidebar__social ul li:last-child {
    margin-right: 0;
}

.sidebar__social ul li a:hover {
    text-decoration: none;
}

.sidebar__social ul li img {
    width: 43px;
}

.sidebar__tags {}

.sidebar__tags ul {
    list-style: none;
}

.sidebar__tags ul li {
    display: inline-block;
    margin-right: 5px;
}

.sidebar .sidebar__tags ul li a {
    font-size: 26px;
    line-height: 31px;
    color: #e49132;
}

.sidebar .sidebar__tags ul li a.small {
    font-size: 20px;
    line-height: 24px;
}

.sidebar .sidebar__tags ul li a.medium {
    font-size: 24px;
    line-height: 28px;
    font-family: 'AsapMedium', sans-serif;
    font-weight: normal;
}

.sidebar .sidebar__tags ul li a.large {
    font-size: 30px;
    line-height: 36px;
}

.sidebar .sidebar__tags ul li a.x-large {
    font-size: 37px;
    line-height: 44px;
}

.sidebar .sidebar__tags ul li a.bold {
    font-family: 'AsapBold', sans-serif;
    font-weight: normal;
}

.sidebar .sidebar__tags ul li a.red {
    color: #dc202e;
}

.sidebar .sidebar__tags ul li a.orange {
    color: #df5b30;
}

.sidebar__related_projects h4,
.sidebar__join_apc h4 {
    border-top: 0;
    color: #df5b30;
    padding-top: 0;
}

.sidebar__quotes__wrapper {
    background: #fff !important;
    border: 1px solid #d1d3d4;
    position: relative;
    padding: 10px !important;
}

.sidebar__quotes {
    padding: 60px 20px;
}

.sidebar__quotes__open {
    position: absolute;
    top: 0;
    left: 0;
}

.sidebar__quotes__close {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sidebar__quotes__slick {
    font-size: 18px;
    line-height: 24px;
    font-family: 'AsapMedium', sans-serif;
    font-weight: normal;
    color: #575756;
    overflow: hidden;
}

.sidebar__quotes .slick-prev,
.sidebar__quotes .slick-next {
    top: auto;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.sidebar__quotes .slick-prev {
    left: -20px;
    background: url('../img/quote-left.png') no-repeat center center;
}

.sidebar__quotes .slick-next {
    right: -20px;
    background: url('../img/quote-right.png') no-repeat center center;
}

.footer {
    background: #414042;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer h3 {
    display: none;
    font-size: 25px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 22px;
}

.footer__newsletter {
    background: #df5b30;
    padding: 5px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}

.footer__newsletter input[type="text"] {
    font-size: 16px;
    border: 0;
    padding: 9px;
    width: 85%;
}

.footer__newsletter input[type="submit"] {
    font-size: 20px;
    color: #fff;
    background: url('../img/newsletter-arrow.png') no-repeat center center;
    background-size: 32px;
    border: 0;
    padding-left: 32px;
    text-indent: -9999px;
    position: absolute;
    right: 5px;
    top: 9px;
}

.footer__divider {
    display: none;
    background: #939598;
    width: 1px;
    height: 98px;
    margin: 0 auto;
}

.footer__navigation {
    list-style: none;
    padding: 0;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.footer__navigation li {
    display: inline-block;
    padding: 0 10px 0 0;
}

.footer__navigation li:first-child {
    padding-left: 0;
}

.footer__navigation li:last-child {
    padding-right: 0;
}

.footer__navigation li a {
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    padding-bottom: 10px;
}

.footer__navigation li a:hover {
    text-decoration: none;
}

.footer__social {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
}

.footer__social li {
    display: inline;
    padding: 0 7px;
}

.footer__social li:first-child {
    padding-left: 0;
}

.footer__social li:last-child {
    padding-right: 0;
}

.footer__social li a,
.footer__social li a:hover {
    text-decoration: none;
}

.footer__social li a img {
    width: 43px;
}

.footer__social__link {
    display: inline-block;
    width: 43px;
    height: 43px;
}

.footer__social__facebook {
    background: url('../img/icons/orange-facebook.png') no-repeat center center;
    background-size: 43px;
}

.footer__social__twitter {
    background: url('../img/icons/orange-twitter.png') no-repeat center center;
    background-size: 43px;
}

.footer__social__rss {
    background: url('../img/icons/orange-rss.png') no-repeat center center;
    background-size: 43px;
}

.footer__social__flickr {
    background: url('../img/icons/orange-flickr.png') no-repeat center center;
    background-size: 43px;
}

.footer__social__facebook:hover {
    background: url('../img/icons/orange-facebook-hover.png') no-repeat center center;
    background-size: 43px;
}

.footer__social__twitter:hover {
    background: url('../img/icons/orange-twitter-hover.png') no-repeat center center;
    background-size: 43px;
}

.footer__social__rss:hover {
    background: url('../img/icons/orange-rss-hover.png') no-repeat center center;
    background-size: 43px;
}

.footer__social__flickr:hover {
    background: url('../img/icons/orange-flickr-hover.png') no-repeat center center;
    background-size: 43px;
}


.footer__social__instagram {
	background: url(../img/icons/orange-instagram.png) no-repeat center center;
	background-size:43px;
}

.footer__social__instagram:hover {
	background: url(../img/icons/orange-instagram-hover.png) no-repeat center center;
	background-size: 43px;
}




.footer p {
    text-align: center;
    font-size: 9px;
    line-height: 15px;
    color: #ffffff;
    margin: 23px 0 0;
}

@media screen and (max-width: 991px) {
    .footer__logo {
        display: none!important;
    }
}

.footer__logo {
    display: none;
}

.footer__logo__wrapper--mobile {
    text-align: center;
    margin-top: 30px;
}

.footer__logo--mobile {
    display: block;
    width: 125px;
    margin: 0 auto;
}

.slider {
    background: rgba(209, 211, 212, 0.5);
}

.slider a:hover {
    color: #DF5C30;
}

.slider__slide {
    padding: 20px 0 0;
    width: 100%;
    display: none;
    max-height: 450px;
    overflow: hidden;
}

.slider__slide .col-md-6 {
    padding: 0;
}

.slider__slide img {
    margin: 0 auto;
}

.slider__slide__text {
    background: #ffffff;
}

.slider__slide__text p {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #df5b30;
    padding: 20px;
}

.slider__cycle--profile .slider__slide__text h2 {
    font-size: 26px;
    line-height: 36px;
    color: #de5b2f;
    margin: 0;
    padding: 30px;
}

.slider__cycle--profile .slider__slide__text p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'AsapRegular', sans-serif;
    color: #575756;
    padding: 0 30px 30px;
    font-weight: normal;
}

.slider__navigation {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.slider__navigation li {
    display: inline;
}

.slider__navigation span {
    color: #a7a9ac;
    font-size: 48px;
    line-height: 16px;
    cursor: pointer;
    padding: 0 5px;
}

.slider__navigation span.cycle-pager-active {
    color: #de5b2f;
}

.node-type-project .view-empty .slider__navigation,
.page-node-33936 .view-empty .slider__navigation {
    display: none;
}

.home {}

.block__title:hover {
    text-decoration: none;
    color: #575756;
}

.block__title:hover h2 {
    color: #575756;
}

.block__latest_news {
    padding: 20px 0;
}

.block__latest_news h2 {
    font-size: 34px;
    line-height: 41px;
    color: #df5b30;
    margin-top: 0;
    margin-bottom: 10px;
}

.block__latest_news__item {
    background: #ffffff;
    border: 1px solid #a7a9ac;
    padding: 20px;
    margin-bottom: 20px;
}

.block__latest_news__item:hover {
    border: 1px solid #df5b30;
}

.block__latest_news__item:hover .block__latest_news__item__title {
    text-decoration: none;
    color: #df5b30;
}

.block__latest_news__item--landscape {
    height: 322px;
}


/* AJUSTE DE ALTO FIJO PARA EMPAREJAR CON BLOQUE DE NOTICIAS VERTICAL */

.block__latest_news__item--portrait {}

.block__latest_news__item__thumbnail {}

.block__latest_news__item__thumbnail__wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.block__latest_news__item__thumbnail__share {
    background: rgba(255, 255, 255, 0.61);
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 5px 0;
    -webkit-transition: display 0.75s ease;
    -moz-transition: display 0.75s ease;
    -ms-transition: display 0.75s ease;
    -o-transition: display 0.75s ease;
    transition: display 0.75s ease;
}

.block__latest_news__item__thumbnail__share ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.block__latest_news__item__thumbnail__share ul li {
    display: inline;
    margin-right: 5px;
}

.block__latest_news__item__thumbnail__share ul li img {
    width: 30px;
}

.block__latest_news__item__thumbnail__share a:hover {
    text-decoration: none;
}

.block__latest_news__item__thumbnail {
    width: 100%;
}

.block__latest_news__item--portrait .block__latest_news__item__thumbnail {
    width: 100%;
    margin-bottom: 4px;
}

.block__latest_news__item__title,
.block__latest_news__item__title:active,
.block__latest_news__item__title:focus {
    font-size: 20px;
    line-height: 24px;
    color: #575756;
    font-weight: bold;
    text-decoration: none;
}

.block__latest_news__item__title:hover {
    text-decoration: none;
    color: #df5b30;
}

.block__latest_news__item__meta {
    font-size: 13px;
    line-height: 15px;
    color: #575756;
    display: block;
    padding: 10px 0;
}

.block__latest_news__item__meta span {
    color: #a7a9ac;
}

.block__latest_news__item__excerpt {
    font-size: 16px;
    line-height: 22px;
    color: #575756;
    margin-bottom: 0;
}

.block__projects {
    background: rgb(223, 91, 48);
    background: rgba(223, 91, 48, .8);
    padding: 20px 0;
}

.block__projects h2 {
    font-size: 34px;
    line-height: 41px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}

.block__projects__item {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.block__projects__item:hover .block__projects__item__title {
    text-decoration: none;
    color: #df5b30;
}

.block__projects__item__thumbnail {
    margin-bottom: 10px;
}

.block__projects__item__thumbnail__wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.block__projects__item__thumbnail__share {
    background: rgba(255, 255, 255, 0.61);
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 5px 0;
    -webkit-transition: display 0.75s ease;
    -moz-transition: display 0.75s ease;
    -ms-transition: display 0.75s ease;
    -o-transition: display 0.75s ease;
    transition: display 0.75s ease;
}

.block__projects__item__thumbnail__share ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.block__projects__item__thumbnail__share ul li {
    display: inline;
    margin-right: 5px;
}

.block__projects__item__thumbnail__share ul li img {
    width: 30px;
}

.block__projects__item__thumbnail__share a:hover {
    text-decoration: none;
}

.block__projects__item__title,
.block__projects__item__title:active,
.block__projects__item__title:focus {
    font-size: 20px;
    line-height: 24px;
    color: #575756;
    font-weight: bold;
    text-decoration: none;
}

.block__projects__item__title:hover {
    text-decoration: none;
    color: #df5b30;
}

.block__projects__item__meta {
    font-size: 13px;
    line-height: 15px;
    color: #575756;
    display: block;
    padding: 10px 0;
}

.block__projects__item__meta span {
    color: #a7a9ac;
}

.block__projects__item__excerpt {
    font-size: 16px;
    line-height: 22px;
    color: #575756;
    margin-bottom: 0;
}

.block__apc_blog {
    padding: 20px 0;
}

.block__apc_blog h2 {
    font-size: 34px;
    line-height: 41px;
    color: #df5b30;
    margin-top: 0;
    margin-bottom: 10px;
}

.block__apc_blog__item {
    background: #ffffff;
    border: 1px solid #a7a9ac;
    padding: 20px;
    margin-bottom: 20px;
}

.block__apc_blog__item:hover {
    border: 1px solid #df5b30;
}

.block__apc_blog__item:hover .block__apc_blog__item__title {
    text-decoration: none;
    color: #df5b30;
}

.block__apc_blog__item--landscape {}

.block__apc_blog__item--portrait {}

.block__apc_blog__item__thumbnail {}

.block__apc_blog__item__thumbnail__wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.block__apc_blog__item__thumbnail__share {
    background: rgba(255, 255, 255, 0.61);
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 5px 0;
    -webkit-transition: display 0.75s ease;
    -moz-transition: display 0.75s ease;
    -ms-transition: display 0.75s ease;
    -o-transition: display 0.75s ease;
    transition: display 0.75s ease;
}

.block__apc_blog__item__thumbnail__share ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.block__apc_blog__item__thumbnail__share ul li {
    display: inline;
    margin-right: 5px;
}

.block__apc_blog__item__thumbnail__share ul li img {
    width: 30px;
}

.block__apc_blog__item__thumbnail__share a:hover {
    text-decoration: none;
}

.block__apc_blog__item__thumbnail {
    width: 100%;
}

.block__apc_blog__item--portrait .block__apc_blog__item__thumbnail {
    width: 100%;
    margin-bottom: 4px;
}

.block__apc_blog__item__title,
.block__apc_blog__item__title:active,
.block__apc_blog__item__title:focus {
    font-size: 20px;
    line-height: 24px;
    color: #575756;
    font-weight: bold;
    text-decoration: none;
}

.block__apc_blog__item__title:hover {
    text-decoration: none;
    color: #df5b30;
}

.block__apc_blog__item__meta {
    font-size: 13px;
    line-height: 15px;
    color: #575756;
    display: block;
    padding: 10px 0;
}

.block__apc_blog__item__meta span {
    color: #a7a9ac;
}

.block__apc_blog__item__excerpt {
    font-size: 16px;
    line-height: 22px;
    color: #575756;
    margin-bottom: 0;
}

.block__publications {
    padding: 20px 0;
}

.block__publications h2 {
    font-size: 34px;
    line-height: 41px;
    color: #df5b30;
    margin-top: 0;
    margin-bottom: 10px;
}

.block__publications__item {
    background: #ffffff;
    border: 1px solid #a7a9ac;
    padding: 20px;
}

.block__publications__item:hover {
    border: 1px solid #df5b30;
}

.block__publications__item:hover .block__publications__item__title {
    text-decoration: none;
    color: #df5b30;
}

.block__publications__item__thumbnail {
    width: 100%;
    margin-bottom: 10px;
}

.block__publications__item__thumbnail__wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.block__publications__item__thumbnail__share {
    background: rgba(255, 255, 255, 0.61);
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 5px 0;
    -webkit-transition: display 0.75s ease;
    -moz-transition: display 0.75s ease;
    -ms-transition: display 0.75s ease;
    -o-transition: display 0.75s ease;
    transition: display 0.75s ease;
}

.block__publications__item__thumbnail__share ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.block__publications__item__thumbnail__share ul li {
    display: inline;
    margin-right: 5px;
}

.block__publications__item__thumbnail__share ul li img {
    width: 30px;
}

.block__publications__item__thumbnail__share a:hover {
    text-decoration: none;
}

.block__publications__item__title,
.block__publications__item__title:active,
.block__publications__item__title:focus {
    font-size: 20px;
    line-height: 24px;
    color: #575756;
    font-weight: bold;
    text-decoration: none;
}

.block__publications__item__title:hover {
    color: #df5b30;
    text-decoration: none;
}

.block__publications__item__excerpt {
    font-size: 16px;
    line-height: 20px;
    color: #575756;
    margin-top: 5px;
    margin-bottom: 0;
}

.block__apc_wide_activities {
    padding: 20px 0;
}

.block__apc_wide_activities h2 {
    font-size: 34px;
    line-height: 41px;
    color: #df5b30;
    margin-bottom: 10px;
}

.block__apc_wide_activities__container {
    background: #ffffff;
    padding: 20px;
}

.block__apc_wide_activities__thumbnail {
    max-width: 176px;
    margin: 0 auto;
}

.block__apc_wide_activities__excerpt {
    width: 90%;
    margin: 15px auto 0;
}

.block__our_network h2,
.block__our_network h4 {
    font-size: 34px;
    line-height: 41px;
    color: #df5b30;
    margin-top: 0;
    margin-bottom: 10px;
}

.page_title {
    background: #e49132;
}

.page_title--down {
    margin-top: 69px;
}

.page_title h1 {
    font-size: 24px;
    line-height: 27px;
    color: #fff;
    width: 100%;
    margin: 20px 0;
    border: none;
}

.breadcrumbs {
    display: none;
    padding-top: 5px;
    padding-bottom: 10px;
}

.breadcrumbs p {
    color: #e49132;
    font-size: 13px;
    line-height: 17px;
    text-align: left;
    font-family: 'AsapRegular', sans-serif;
    font-weight: normal;
}

.breadcrumbs a,
.breadcrumbs a:hover {
    font-size: 13px;
    line-height: 17px;
    font-family: 'AsapRegular', sans-serif;
    font-weight: normal;
    color: #e49132;
}

.content>.container {
    padding-left: 0;
    padding-right: 0;
}

.content>.container>.row {
    margin-left: 0;
    margin-right: 0;
}

.content>.container>.row>.col-md-8,
.content>.container>.row>.col-md-4 {
    margin: 0;
    padding: 0;
}

.content__footer {
    margin-left: 10px;
    margin-right: 10px;
}

.content__footer--landing {
    margin-left: 0;
}

.content__footer__share {
    margin: 50px 0;
}

.content__footer__share ul {
    list-style: none;
    padding: 0;
}

.content__footer__share ul li {
    display: inline;
    padding-right: 15px;
}

.content__footer__share ul li:last-child {
    padding-right: 0;
}

.content__footer__share ul li img {
    width: 43px;
}

.content__footer__share ul li a {
    font-family: 'AsapMedium', sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #6d6e71;
    text-decoration: none;
}

.content__footer__share ul li:last-child a {
    border-bottom: 1px solid #6d6e71;
}

.content__footer__share ul li a:hover,
.content__footer__share ul li a:active,
.content__footer__share ul li a:focus {
    color: #6d6e71;
}

.content__footer__read_more {
    margin-bottom: 10px;
}

.content__footer__read_more,
.content__footer__read_more a {
    font-size: 24px;
    line-height: 27px;
    font-weight: normal;
    font-family: 'AsapBold', sans-serif;
    color: #dc202e;
}

.content__footer__tags {
    border-top: 1px solid #e6e7e8;
    padding-top: 25px;
    padding-bottom: 10px;
}

.content__footer__tags ul,
.field-type-taxonomy-term-reference .field-items {
    list-style: none;
    padding: 0;
    font-size: 16px;
}

.content__footer__tags ul li,
.field-type-taxonomy-term-reference .field-item {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
}

.field-name-field-programmes .field-item {
    display: block;
    margin-bottom: 15px;
    margin-right: 15px;
}

.content__footer__tags ul li a,
.field-type-taxonomy-term-reference .field-item a {
    font-size: 16px;
    line-height: 27px;
    padding: 5px 15px;
    padding: 2px 15px;
    color: #6d6e71;
    background: #f1f2f2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
}

.field-name-field-programmes .field-item a {
    font-size: 16px;
    line-height: 27px;
    padding: 5px 0px;
    color: #6d6e71;
    background: inherit;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.content__footer__tags ul li a:hover {
    text-decoration: none;
}

.content__footer__tags ul li a.active {
    color: #dc202e;
    background: #ffffff;
}


/* .content__post{margin:0 15px;} */

.content__post ul li,
.content__post ol li,
.content__post h1,
.content__post h2,
.content__post h3,
.content__post h4,
.content__post h5 {
    font-size: 16px;
    line-height: 32px;
    color: #de5b2f;
    margin-left: 30px;
    margin-right: 30px;
}

.content__post ul {
    padding-left: 7px;
}

.content__post ol {
    padding-left: 7px;
}

.content__post--landing p {
    margin-left: 0 !important;
    font-size: 16px;
    line-height: 21px;
}

.content__post a,
.content__post a:hover,
.content__post a:focus,
.content__post a:active {
    color: #575756;
    text-decoration: underline;
}

.content__post .inline,

/* .content__post__image{max-width:270px;} */

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

.content__post__image--left {
    margin: 0 auto;
    display: block;
}

.content__post__image--right {
    margin: 0 auto;
}

.content__header__image {
    padding: 0;
    background: #ffffff;
}

.field-name-field-thumbnail {
    padding: 0;
    background: #ffffff;
}

.content__header__image__caption {
    display: none;
    font-size: 12px;
    line-height: 14px;
    color: #a7a9ac;
    margin-top: 15px;
    margin-bottom: 10px;
}

.content__header__meta,
.submitted {
    font-size: 16px;
    line-height: 27px;
    margin: 10px;
}

.content__header__meta span,
.submitted time {
    /*color: #a7a9ac;
    color: #575756; */
    color: #a7a9ac;
    font-family: 'AsapRegular', sans-serif;
    font-weight: normal;
}

.content__header__meta__divider {
    display: inline-block;
    background: #a7a9ac;
    height: 16px;
    width: 1px;
    margin: 0 5px;
}

.content__post--landing__item {
    background: #ffffff;
    border: 1px solid #a7a9ac;
    padding: 10px;
    margin: 10px 0px 20px 0px;
}

.content__post--landing__item:hover {
    border: 1px solid #df5b30;
}

.content__post--landing__item:hover .content__post--landing__item__title {
    text-decoration: none;
    color: #df5b30;
}

.content__post--landing__item--landscape {}

.content__post--landing__item--portrait {}

.content__post--landing__item__thumbnail__wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.content__post--landing__item__thumbnail__share {
    background: rgba(255, 255, 255, 0.61);
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 5px 0;
    -webkit-transition: display 0.75s ease;
    -moz-transition: display 0.75s ease;
    -ms-transition: display 0.75s ease;
    -o-transition: display 0.75s ease;
    transition: display 0.75s ease;
}

.content__post--landing__item__thumbnail__share ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.content__post--landing__item__thumbnail__share ul li {
    display: inline;
    margin-right: 5px;
}

.content__post--landing__item__thumbnail__share ul li img {
    width: 30px;
}

.content__post--landing__item__thumbnail {
    width: 100%;
}

.content__post--landing__item--portrait .content__post--landing__item__thumbnail {
    width: 100%;
    margin-bottom: 10px;
}

.content__post .content__post--landing__item a,
.content__post--landing__item__title,
.content__post--landing__item__title:active,
.content__post--landing__item__title:focus {
    font-size: 20px;
    line-height: 24px;
    color: #575756;
    font-weight: normal;
    font-family: 'AsapBold', sans-serif;
    text-decoration: none;
}

.content__post .content__post--landing__item a:hover,
.content__post--landing__item__title:hover {
    text-decoration: none;
    color: #df5b30;
}

.content__post--landing__item__meta {
    font-size: 13px;
    line-height: 15px;
    color: #575756;
    display: block;
    padding: 10px 0;
}

.content__post--landing__item__meta span {
    color: #a7a9ac;
    font-family: 'AsapMedium', sans-serif;
    font-weight: normal;
}

.content__post--landing__item__excerpt {
    font-size: 16px;
    line-height: 22px;
    color: #575756;
    margin-bottom: 0;
}

.content__footer__pagination {
    padding: 60px 0 20px;
}

.content__footer__pagination ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.content__footer__pagination ul li {
    font-size: 16px;
    line-height: 19px;
    color: #d1d3d4;
    display: inline;
}

.content__footer__pagination ul li span,
.content__footer__pagination ul li a {
    border-top: 5px solid #f1f2f2;
    border-bottom: 5px solid #f1f2f2;
    border-right: 1px solid #f1f2f2;
    border-left: 1px solid #f1f2f2;
}

.content__footer__pagination ul li:first-child span,
.content__footer__pagination ul li:first-child a {
    border-left: 5px solid #f1f2f2;
}

.content__footer__pagination ul li:last-child span,
.content__footer__pagination ul li:last-child a {
    border-right: 5px solid #f1f2f2;
}

.content__footer__pagination ul li span {
    background: #ffffff;
    padding: 10px 12px;
    margin-right: -5px;
}

.content__footer__pagination ul li a {
    font-size: 16px;
    line-height: 19px;
    color: #808285;
    background: #ffffff;
    padding: 10px 12px;
}

.content__footer__pagination ul li a:hover {
    text-decoration: none;
}

.content__footer__pagination ul li.active {
    color: #df5b30;
}

.content__footer__pagination__more,
.content__footer__pagination ul li a.content__footer__pagination__more {
    background: #f1f2f2;
}

.content__footer__pagination__more img {
    width: 24px;
}

.mobile_menu {
    background: rgba(128, 130, 133, 0.75);
    width: 100%;
    position: absolute;
    z-index: 200;
}

.mobile_menu {
    display: none;
}

.mobile_menu .caret {
    position: absolute;
    right: 0;
    background: url('../img/mobile_caret.png') no-repeat center center;
    width: 20px;
    height: 10px;
    background-size: 20px;
    margin-right: 10px;
    top: 20px;
    border: 0;
}

.mobile_menu__menu {
    list-style: none;
    margin: 20px 0 30px;
    padding: 0 10px;
}

.mobile_menu__menu li {
    margin-bottom: 7px;
    position: relative;
}

.mobile_menu__menu li a {
    font-size: 14px;
    line-height: 16px;
    color: #575756;
    background: #ffffff;
    border-top: 6px solid #e49132;
    display: block;
    text-align: center;
    padding: 10px;
}

.mobile_menu__menu li a.active {
    border-top: 8px solid #df5b30;
    color: #056735;
}

.mobile_menu__menu li:last-child {
    margin-top: 25px;
}

.mobile_menu__menu li:last-child a {
    width: 50%;
    margin: 0 auto;
    padding: 8px;
    border-top: 5px solid #de5b2f;
}

.block__projects__slick,
.block__publications__slick,
.block__apc_wide_activities__slick {
    overflow: hidden;
    position: relative;
}

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

.block__projects__slick .slick-slide,
.block__publications__slick .slick-slide {
    display: block;
    float: left;
}

.slick-prev,
.slick-next {
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    text-indent: -999999px;
    border: 0;
    z-index: 100;
    top: 135px;
}

.slick-prev {
    background: url('../img/slider/arrow-left.png') no-repeat center center;
    background-size: 25px;
    left: 35px;
}

.slick-next {
    background: url('../img/slider/arrow-right.png') no-repeat center center;
    background-size: 25px;
    right: 35px;
}

.block__publications__slick .slick-prev,
.block__publications__slick .slick-next {
    top: 220px;
}

.block__apc_wide_activities__slick .slick-prev,
.block__apc_wide_activities__slick .slick-next {
    top: 10px;
}

.project_profile_page .page_title {
    background: #de5b2f;
}

.project_profile_page .breadcrumbs {
    background: rgba(209, 211, 212, 0.5);
}

.project_profile_page section.content {
    padding-top: 40px;
    background: #fff;
    padding-bottom: 30px;
}

.project_profile_page .footer {
    margin-top: 0;
}

.project_profile_page .slider__navigation {
    margin-top: 20px
}

.content__footer__programme {}

.content__footer__project_partners {}

.content__footer__funders {}

.content__footer__programme,
.content__footer__project_partners,
.content__footer__project_team,
.content__footer__funders {
    margin-bottom: 80px;
}

.content__footer__project_team {
    font-size: 16px;
    line-height: 22px;
    font-family: 'AsapRegular', sans-serif;
    color: #808285;
}

.content__footer__project_team__name,
a.content__footer__project_team__name,
.content__footer__project_team ul li a.content__footer__project_team__name,
.node-type-project .field-name-field-member a,
.node-type-project .field-name-field-programmes a,
.node-type-project .field-name-field-project-staff a {
    font-size: 16px;
    line-height: 22px;
    font-family: 'AsapRegular', sans-serif;
    color: #df5b30;
    text-decoration: none;
}

.node-type-project .field-name-field-member .field-items .field-item {
	line-height: 32px;
}

.node .field.field-name-field-project-staff {
    margin-top: 50px;
}

.content__footer__project_team__country {
    font-family: 'AsapMedium', sans-serif;
    color: #575756;
}

.content__footer__programme h2,
.content__footer__project_team h2,
.content__footer__project_partners h2,
.content__footer__funders h2,
.node-type-project .field-label {
    font-size: 36px;
    line-height: 46px;
    font-weight: normal;
    font-family: 'AsapMedium', sans-serif;
    color: #de5b2f;
    margin-bottom: 15px;
    margin-top:20px;
}

.content__footer__programme ul,
.content__footer__project_team ul,
.content__footer__project_partners ul,
.content__footer__funders ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content__footer__programme ul li,
.content__footer__project_team ul li,
.content__footer__project_partners ul li,
.content__footer__funders ul li {
    list-style: none;
    margin-bottom: 20px;
}

.content__footer__programme ul li a,
.content__footer__project_team ul li a,
.content__footer__project_partners ul li a,
.content__footer__funders ul li a {
    font-size: 18px;
    line-height: 26px;
    font-family: 'AsapMedium', sans-serif;
    font-weight: normal;
    color: #575756;
}

.content__footer__programme ul li a:hover,
.content__footer__project_team ul li a:hover,
.content__footer__project_partners ul li a:hover,
.content__footer__funders ul li a:hover {
    text-decoration: none;
}

.content__footer__project_partners ul li {
    width: 100%;
}

.content__footer__project_partners ul li a {
    font-size: 16px;
    line-height: 22px;
    font-family: 'AsapRegular', sans-serif;
}

.content__footer__project_partners ul li span {
    display: block;
}

.content__footer__project_partners ul li img {
    max-height: 60px;
    margin-bottom: 15px;
}

.page_title__image {
    background: #fff;
    border: 1px solid #a7a9ac;
    position: absolute;
    top: 70px;
    right: 0;
    text-align: center;
    width: 250px;
    display: none;
    margin-right: 15px;
}

.page_title__image img {
    max-width: 100%;
    padding: 20px 0 40px;
}

.page_title__image__line {
    display: block;
    background: #df5b30;
    height: 8px;
    width: 100%;
}

.map_page {}

.map_page .breadcrumbs {
    position: absolute;
    width: 100%;
    z-index: 10;
}

.map_page .page_title {
    background: #de5b2f;
}

.page_title__map_filter {
    position: absolute;
    top: 0;
    right: 0;
}

.map_page .map {
    background: #bed0d0;
    padding-top: 60px;
}

.map_page .content {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
}

.map_page .content__post p,
.map_page .content__post ul,
.map_page .content__post ol,
.map_page .content__post h1,
.map_page .content__post h2,
.map_page .content__post h3,
.map_page .content__post h4,
.map_page .content__post h5,
.map_page .content__post .inline {
    margin-left: 0;
}

.map_page .content__post h3 {
    font-size: 22px;
    line-height: 27px;
    color: #de5b2f;
}

.map_page .content__post h3:first-child {
    margin-top: 0;
    margin-bottom: 30px;
}

.map_page .sidebar__search {
    margin-bottom: 0;
}

.map_page .footer {
    margin-top: 0;
}

.content__members__section__content {}

.content__members__section__content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content__members__section__content ul li {
    border: 1px solid #d1d3d4;
    margin-bottom: 20px;
    width: 100%;
}

.content__members__section__content ul li:last-child {
    margin-bottom: 50px;
}

.content__members__section__header h2 {
    font-size: 24px;
    line-height: 27px;
    font-family: 'AsapBold', sans-serif;
    color: #de5b2f;
    margin-left: 10px;
    display: inline-block;
    margin-top: 8px;
}

.content__members__section__header__control {
    display: inline-block;
    background: url('../img/map-section-arrow-closed.png') no-repeat center center;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.content__members__section__header__control__title {
    cursor: pointer;
}

.content__members .content__members__section:first-child {
    padding-top: 30px;
}

.content__members .content__members__section:last-child {
    margin-bottom: 100px;
}

.content__members__section--open .content__members__section__header__control {
    background: url('../img/map-section-arrow-open.png') no-repeat center center;
}

.content__members__section .content__members__section__content {
    display: none;
}

.content__members__section--open .content__members__section__content {
    display: block;
}

.content__members__section__content__logo {
    width: 100%;
    text-align: center;
    padding: 10px;
    min-height: 68px;
}

.content__members__section__content__logo a:hover {
    text-decoration: none;
}

.content__members__section__content__top,
.content__members__section__content__bottom {
    width: 100%;
}

.content__members__section__content__top {
    padding: 20px 0 0 0;
}

.content__members__section__content__bottom {
    padding: 5px 0 10px 0;
}

.content__members__section__content__top .left,
.content__members__section__content__top .right,
.content__members__section__content__bottom .left,
.content__members__section__content__bottom .right {
    font-size: 18px;
    line-height: 22px;
    font-family: 'AsapRegular', sans-serif;
}

.content__members__section__content__top .left a {
    color: #de5b2f;
    font-size: 18px;
    line-height: 22px;
    font-family: 'AsapRegular', sans-serif;
}

.content__members__section__content__bottom .left {
    color: #575756;
    font-family: 'AsapMedium', sans-serif;
}

.content__members__section__content__top .left span {
    font-size: 16px;
    line-height: 22px;
    font-family: 'AsapRegular', sans-serif;
    color: #808285;
}

.content__members__section__content__top .right,
.content__members__section__content__bottom .right,
.content__members__section__content__top .right a,
.content__members__section__content__bottom .right a {
    font-size: 16px;
    line-height: 22px;
    font-family: 'AsapRegular', sans-serif;
    color: #808285;
}

.content__members__section__content__top .left,
.content__members__section__content__bottom .left {
    text-align: center;
    width: 100%;
}

.content__members__section__content__top .right,
.content__members__section__content__bottom .right {
    text-align: center;
    width: 100%;
}

.content__members__section__selecter {}

.content__members__section__selecter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #d1d3d4;
    float: left;
    margin-top: -100px;
    width: 300px;
}

.content__members__section__selecter ul li {
    float: left;
    padding-top: 7px;
    text-align: center;
    width: 50%;
    cursor: pointer;
}

.content__members__section__selecter__organisations,
.content__members__section__selecter__individuals {
    font-size: 16px;
    line-height: 22px;
    font-family: 'AsapRegular', sans-serif;
    padding: 0 !important;
    margin: 0 !important;
}

.content__members__section__selecter__organisations {
    border-right: 1px solid #d1d3d4;
    color: #df5b30;
}

.content__members__section__selecter__individuals {
    color: #dc202e;
}

.content__members__section__selecter__organisations.inactive .content__members__section__selecter__line,
.content__members__section__selecter__individuals.inactive .content__members__section__selecter__line {
    background: #d1d3d4 !important;
}

.content__members__section__selecter__line {
    height: 8px;
    width: 100%;
    display: block;
    margin-top: 3px;
}

.content__members__section__selecter__organisations .content__members__section__selecter__line {
    background: #df5b30;
}

.content__members__section__selecter__individuals .content__members__section__selecter__line {
    background: #dc202e;
}

.page_title__map_filter {
    font-size: 14px;
    line-height: 22px;
    color: #575756;
    border: 1px solid #d1d3d4;
    position: absolute;
    top: 0;
    left: 15px;
    background: #fff;
    width: 300px;
    padding-top: 5px;
    margin-top: 40px;
    margin-right: 15px;
}

.page_title__map_filter span {
    margin-left: 10px;
    font-family: 'AsapRegular', sans-serif
}

.page_title__map_filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page_title__map_filter ul li {
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
}

.page_title__map_filter__organisations {
    border-right: 1px solid #d1d3d4;
    color: #df5b30;
    margin-top: 4px;
}

.page_title__map_filter__individuals {
    color: #dc202e;
}

.page_title__map_filter__line {
    height: 8px;
    width: 100%;
    display: block;
    margin-top: 10px;
}

.page_title__map_filter__organisations .page_title__map_filter__line {
    background: #df5b30;
    margin-top: 13px;
}

.page_title__map_filter__individuals .page_title__map_filter__line {
    background: #dc202e;
}

.page_title__map_filter__organisations.inactive .page_title__map_filter__line,
.page_title__map_filter__individuals.inactive .page_title__map_filter__line {
    background: #d1d3d4 !important;
}

.people_page .breadcrumbs {
    background: #fff;
}

body.people_page {
    background: #fff;
}

.people_page .content {
    background: #fff;
    padding-bottom: 30px;
}

.people_page .footer {
    margin-top: 0;
}

.people_page .content__post p,
.people_page .content__post ul,
.people_page .content__post ol,
.people_page .content__post h1,
.people_page .content__post h2,
.people_page .content__post h3,
.people_page .content__post h4,
.people_page .content__post h5,
.people_page .content__post .inline {
    margin-left: 0;
}

.content__header__people {
    margin-top: 20px;
}

.content__header__people__item {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.content__header__people__item__whiteout {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.75);
    width: 100%;
    height: 100%;
}

.content__header__people__item img {
    border: 1px solid #fff;
}

.content__header__people__item:hover img {
    border: 1px solid #df5b30;
    opacity: 0.43;
}

.content__header__people__item__overlay {
    border-left: 1px solid rgba(255, 255, 255, 0.8);
}

.content__header__people__item:hover .content__header__people__item__overlay {
    z-index: 2;
    opacity: 0.43;
}

.content__header__people__item__overlay {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: left;
/*    padding: 10px 30px 5px 0;*/
    padding: 6px 80px 8px 25px;
    margin-left: 15px;
}

.content__header__people__item a {
    font-size: 22px;
    line-height: 29px;
    font-family: 'AsapMedium', sans-serif;
    font-weight: normal;
}

.content__header__people__item--dark-orange a {
    color: #de5b2f;
}

.content__header__people__item--green a {
    color: #056735;
}

.content__header__people__item--red a {
    color: #dc202e;
}

.content__header__people__item--light-orange a {
    color: #e49132;
}

.content__filters {}

.content__filters ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content__filters li {
    float: left;
    width: 50%;
    padding: 10px;
}

.content__filters li:last-child {
    padding-right: 0;
}

.content__filters li span,
.content__filters div span {
    font-size: 18px;
    line-height: 22px;
    font-family: 'AsapMedium', sans-serif;
    display: block;
    width: 100%;
    border-top: 3px solid #de5b2f;
    padding-top: 5px;
    margin-bottom: 10px;
}

.content__filters li select,
.content__filters div select {
    appeareance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../img/select-arrow.png') no-repeat right #fff;
    background-position: 97% center;
}

.content__filters li input[type="text"] {}

.content__filters li select,
.content__filters div select,
.content__filters li input[type="text"],
.content__filters div input[type="text"] {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-family: 'AsapRegular', sans-serif;
    color: #6d6e71;
    border: 1px solid #d1d3d4;
}

.content__filters input[type="submit"] {
    font-size: 18px;
    line-height: 22px;
    font-family: 'AsapRegular', sans-serif;
    background: #6d6e71;
    color: #fff;
    border: 0;
    margin-left: 10px;
    padding: 5px 15px;
    margin-top: 10px;
}

.content__filters .filterFiveFields,
.content__filters .filterSixFields {
    padding: 0 15px;
    margin: 0;
    float: left;
}

.content__filters .filterFiveFields {
    width: 20%;
}

.content__filters .filterSixFields {
    width: 16.6666%;
}

.filters_view_toggle_heading {
    padding: 0 15px;
}

.group_page .breadcrumbs,
.group_page .content {
    background: #fff;
}

.group_page .content {
    padding-bottom: 30px;
}

.group_page .footer {
    margin-top: 0;
}

.group_page .sidebar__social {
    margin-top: 0;
}

.group_page .sidebar h4 {
    color: #df5b30;
    border-top: 0;
    padding-top: 0;
}

.group_page .content__post {
    margin-top: 30px;
}

.group_page .content__post p,
.group_page .content__post ul,
.group_page .content__post ol,
.group_page .content__post h1,
.group_page .content__post h2,
.group_page .content__post h3,
.group_page .content__post h4,
.group_page .content__post h5,
.group_page .content__post .inline {
    margin-left: 0;
}

.content__members--group .content__members__section__content__logo img {
    max-width: 83px;
}

.group_page--staff .content__members {
    margin-top: 0;
}

.group_page--staff .content__members__section__header img {
    margin-top: 90px;
    margin-bottom: 30px;
}

.group_page--staff .content__members--group .content__members__section:first-child .content__members__section__header img {
    margin-top: 0;
}

.group_page--staff .sidebar__social {
    margin-top: 48px;
}

.people_profile_page .content {
    background: #fff;
    padding-bottom: 30px;
}

.people_profile_page .footer {
    margin-top: 0;
}

.people_profile_page .content__post {
    width: 100%;
}

.people_profile_page .content__post p,
.page-node-33521 .content__post p,
.page-node-33522 .content__post p,
.page-node-33881 .content__post p,
.page-node-24863 .content__post p,
.page-node-24864 .content__post p,
.page-node-24865 .content__post p,
.page-node-33879 .content__post p,
.page-node-33880 .content__post p,
.page-node-33882 .content__post p,
.people_profile_page .content__footer,
.people_profile_page .content__post ul,
.people_profile_page .content__post ol,
.people_profile_page .content__post h1,
.people_profile_page .content__post h2,
.people_profile_page .content__post h3,
.people_profile_page .content__post h4,
.people_profile_page .content__post h5,
.people_profile_page .content__post .inline {
    margin-left: 0;
}

.people_profile_page .sidebar__resources h4 {
    padding-top: 10px;
    color: #e49132;
    border-top: 2px solid #e49132;
}

.people_profile_page .content__post--landing__item {
    padding: 0;
}

.people_profile_page .content__post--landing__item__content_wrapper {
    padding: 0 10px;
}

.people_profile_page .content__post h4:first-child {
    font-size: 24px;
    line-height: 27px;
    font-weight: normal;
    font-family: 'AsapMedium', sans-serif;
    color: #de5b2f;
    margin: 20px 0;
}

.my_blogs {
    margin-top: 60px;
    margin-bottom: 20px;
}

.my_blogs a {
    color: #dc202e;
    font-size: 24px;
    line-height: 27px;
    font-family: 'AsapBold', sans-serif;
    font-weight: normal;
    text-decoration: none;
}

.my_blogs a:hover {
    text-decoration: none;
}

.profile_meta .col-lg-9 {
    background: #fff;
    min-height: 175px;
}

.col-lg-9 .profile_meta {
    /* background: #fff; */
    min-height: 175px;
    /* padding: 10px 30px; */
}

.member-description {
    padding-top: 30px;
}

.profile_meta {
    padding-bottom: 20px;
}

.profile_meta h2 {
    font-size: 24px;
    line-height: 27px;
    font-family: 'AsapMedium', sans-serif;
    font-weight: normal;
    color: #de5b2f;
    margin-bottom: 10px;
}

.profile_meta__logo {
    font-size: 22px;
    line-height: 25px;
    font-family: 'AsapMedium', sans-serif;
    font-weight: normal;
    color: #575756;
}

.profile_meta__logo a {
    font-size: 22px;
    line-height: 25px;
    font-family: 'AsapMedium', sans-serif;
    font-weight: normal;
    color: #575756;
}

.profile_meta__logo a:hover {
    text-decoration: none;
    border-bottom: 1px solid #575756;
}

.profile_meta__logo img {
    display: inline;
    margin-right: 10px;
}

.profile_meta__expertise {}

.profile_meta__expertise h3 {
    font-size: 22px;
    line-height: 44px;
    font-family: 'AsapMedium', sans-serif;
    font-weight: normal;
    color: #575756;
    margin-top: 0;
}

.profile_meta__expertise ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.profile_meta__expertise ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
}

.profile_meta__expertise ul li a {
    /*font-size: 16px;
    line-height: 27px;
    padding: 5px 15px;
    color: #6d6e71;
    background: #f1f2f2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: 'AsapMedium', sans-serif;*/
    font-size: 16px;
    line-height: 25px;
    font-family: 'AsapMedium', sans-serif;
    font-weight: normal;
    color: #575756;
}

.profile_meta__expertise ul li a:hover {
    text-decoration: none;

    border-bottom: 1px solid #575756;
}

.profile_meta__expertise ul li a.active {
    /*color: #dc202e;
    background: #ffffff;*/
}

.profile_meta__social {
    border: 1px solid #a7a9ac;
    max-width: 292px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
    z-index: 50;
}

.profile_meta__social__photo {
    background: #fff;
    text-align: center;
}

.profile_meta__social__photo img {
    margin: 0 auto;
}

.profile_meta__social ul {
    list-style: none;
    margin: 0;
    padding: 10px;
    background: #fff;
}

.profile_meta__social ul li {
    font-size: 18px;
    line-height: 26px;
    font-family: 'AsapMedium', sans-serif;
    color: #575756;
}

.profile_meta__social ul li a {
    font-size: 18px;
    line-height: 26px;
    font-family: 'AsapMedium', sans-serif;
    color: #575756;
}

.profile_meta__social ul li a:hover {
    text-decoration: none;
}

.profile_meta__social ul li img {
    display: inline;
}

.profile_meta__social__line {
    display: block;
    width: 100%;
    height: 8px;
    background: #e49132;
}

.profile_meta__social__location img {
    margin-right: 2px;
}

.profile_meta__social__location span {
    display: inline-block;
    width: 27px;
}

.profile_meta__social__twitter img {}

.profile_meta__social__web img {
    margin-right: 5px;
}

.people_profile_page--organisation .sidebar__resources h4 {
    border-top: 0;
    color: #df5b30;
    padding-top: 0;
}

.people_profile_page--organisation .content__post {
    margin-bottom: 50px;
}

.people_profile_page--organisation .content__post img {
    margin-bottom: 30px;
}

.people_profile_page--organisation .profile_meta__social__location span {
    width: 29px;
}

.people_profile_page--organisation .profile_meta__social__mail img {
    margin-right: 4px;
}

.people_profile_page--organisation .profile_meta__social__facebook img {
    margin-left: 5px;
    margin-right: 11px;
}

.people_profile_page--organisation .page_title,
.people_profile_page--organisation .profile_meta__social__line {
    background: #de5b2f;
}

.people_profile_page .sidebar__quotes {
    padding: 100px 20px;
}

.people_profile_page .sidebar__quotes li {
    font-size: 27px;
    line-height: 32px;
    font-family: 'AsapMedium', sans-serif;
    font-weight: normal;
    color: #dc202e;
}

.people_profile_page .sidebar__quotes__wrapper {
    margin-top: 20px;
}

.sidebar__quotes .slick-slide {
    float: left;
    padding-bottom: 10px;
}

#leaflet-map .leaflet-popup-pane {
    background-color: #D35830;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#leaflet-map .leaflet-popup-pane .leaflet-popup {}

#leaflet-map .leaflet-popup-pane a.leaflet-popup-close-button {}

#leaflet-map .leaflet-popup-pane .leaflet-popup-content-wrapper {}

#leaflet-map .leaflet-popup-pane .leaflet-popup-content-wrapper .leaflet-popup-content {}

#leaflet-map .leaflet-popup-pane .leaflet-popup-content-wrapper .leaflet-popup-content a {}

.no-items-found-list-li {
    padding: 15px;
    font-size: 18px;
    background-color: #fff;
}

.image-feature {
    padding: 15px 15px 15px 0;
    float: left;
}

.project__slider__slide__text {
    background: #fff;
}

.project__slider__text {
    height: 353px;
}

.project__slider__text p {
    font-size: 16px!important;
    line-height: 26px!important;
    font-family: 'AsapRegular', sans-serif!important;
    color: #575756!important;
    padding: 0 30px 30px!important;
    font-weight: normal!important;
}

.slider__cycle--profile .slider__slide__text h2 {
    font-size: 26px!important;
    line-height: 36px!important;
    color: #de5b2f!important;
    margin: 0!important;
    padding: 30px!important;
}

.project-slider-pre-content {
    width: 100%!important;
}


/* - Responsive Work - Ryan BR */

.header__logo {
    width: 262.5px;
}

@media screen and (min-width: 1200px) {
    .block__latest_news__item--portrait {
        /* height: 575px;*/
        /* height: 664px; */
        /* ajuste de alto para emparejar con bloques horizontales de noticias de la izquierda */
	height: auto;
    }
    .i18n-en .block__apc_blog__item.block__apc_blog__item--portrait {
        height: auto;
        /*ajuste de alto automatico */
    }
}

@media screen and (min-width: 320px) and (max-width: 500px) {
    .view-header .page_title__map_filter {
        top: 80px;
        left: 0px;
    }
    .leaflet-top {
        top: 70px;
    }
}

.img-responsive .block__latest_news__item__thumbnail {
    width: 330px;
    height: 264px;
}

@media screen and (min-width: 769px) {
    .filters_view_toggle_heading.filters_view_toggle_heading--open {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .content__header__people__item {
        margin-left: 15px;
    }
    .fb-share-link img,
    .twitter-share-link img {
        width: 50px;
    }
}

.col-xs-12 {
    padding: 0px;
}

.content__header__people__item {
    margin-left: 15px;
}

li.fb-share-link.first {
    /* padding-left: 15px; */
    padding-left: 0;
}

@media screen and (max-width: 991px) {
    .slider__slide {
        max-height: 665px;
    }
}

@media screen and (max-width: 620px) {
    .slider__slide {
        max-height: 586px;
    }
}

@media screen and (max-width: 475px) {
    .slider__slide {
        max-height: 507px;
    }
}

@media screen and (max-width: 375px) {
    .slider__slide {
        max-height: 464px;
    }
}

@media screen and (max-width: 320px) {
    .slider__slide {
        max-height: 470px;
    }
}

@media (min-width: 768px) {
    .view-apc-map {
        margin-top: 20px;
        width: 750px;
    }
}

@media (min-width: 992px) {
    .view-apc-map {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .view-apc-map {
        width: 1170px;
    }
}

.node-type-project .page_title {
    background: #DF5C30;
}

.profile_meta__social__photo img {
    padding: 20px;
}

.content__members__section__selecter {
    display: none;
}

@media (min-width: 1200px) {
    .node-type-member .with-tabs aside {
        margin-top: 20px;
    }
}

h3 {
    margin-bottom: 30px;
}

.content__post--landing__item.content__post--landing__item--portrait {
    max-height: 690px;
    overflow: hidden;
}

.content__post--landing__item__thumbnail__share ul li {
    margin-left: 0px;
}

.tag-cloud {}

.tag-cloud li {
    display: inline-block;
    margin-bottom: 5px;
}

.content__post--landing__item.content__post--landing__item--portrait .row {
    margin-left: 0;
    margin-right: 0;
}

.menu-block-4 ul li {
    margin-bottom: 0;
}

.block__apc_wide_activities__item img {
    height: 73px;
}

#edit-submit--2 {
    display: none;
}

h3 {
    line-height: 35px;
}

.page-home h2 {
    padding-left: 6px;
}

.level1 {
    font-size: 1em;
}

.level2 {
    font-size: 1.2em;
}

.level3 {
    font-size: 1.4em;
}

.level4 {
    font-size: 1.6em;
}

.level5 {
    font-size: 1.8em;
}

.level6 {
    font-size: 2em;
}

.level7 {
    font-size: 2.2em;
}

.level8 {
    font-size: 2.4em;
}

.level9 {
    font-size: 2.6em;
}

.level10 {
    font-size: 2.8em;
}

body>div.main-container.container>section>section>div>div:nth-child(1)>div>h2>a,
#block-views-news-home-feature>section>div>div:nth-child(1)>div>h2>a {
    padding-left: 6px;
}

body .content__header__image {
    margin-top: 20px;
}

/* apc.org instagram style */

.page-instagram .instagram-border {
	padding:10px;
}
.page-instagram .region-content .row {
	margin-left: 0;
	margin-right: 0;
}
.page-instagram #go-back {
	display: none;
}

/* page whatwedo */

.page-whatwedo .image-border {
        padding:10px;
}
.page-whatwedo .region-content .row {
        margin-left: 0;
        margin-right: 0;
}

.page-whatwedo #go-back{
	display: none;
}
