/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* columns of same height styles */
.row-full-height {
    height: 100%;
}

.col-full-height {
    height: 100%;
    vertical-align: middle;
}

.row-same-height {
    display: table;
    width: 100%;

    /* fix overflow */
    table-layout: fixed;
}

.col-xs-height {
    display: table-cell;
    float: none !important;
}

@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}

@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: -17px !important;
    left: 100% !important;
    margin-left: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/**
 * COLORS
 */
/**
 * Fonts basics
 */
.regular {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.fontawesome {
    font-family: FontAwesome;
}

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

strong {
    font-weight: 400;
    color: #232323;
}

body {
    color: #5f5f5f;

    /* font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/

    font-family: 'Lato', sans-serif;

    /* font-family: 'Open Sans', sans-serif; */
    font-size: 18px;
    line-height: 1.44;
}

body strong {
    color: #232323;
}

body a {
    color: #750d38;
    cursor: pointer;
}

body a:hover {
    color: #ffad00;
    text-decoration: none;
}
p {
 margin:30 0 10px
}

.page_title {
    font-size: 26px;
    line-height: 32px;
    border-bottom: solid 1px #750d38;
    color: #750d38;
    margin: 0 0 20px;
    padding: 9px;
}

.page_title.no-border {
    border-bottom: none;
}

.page_title.no-margin {
    margin-bottom: 0;
}

.page_title.no-padding {
    padding: 0;
}

.page_title.researcher {
    color: #f8432d;
    border-bottom: solid 1px #f8432d;
}

.page_title.student {
    color: #408e01;
    border-bottom: solid 1px #408e01;
}

.archive-title {
    font-size: 40px;
    line-height: 50px;
    color: #750d38;
}

.archive-title.events {
    color: #0d4e88;
}

.archive-title.research {
    color: #530f5c;
}

.archive-title.publications {
    color: #f9442e;
}

.archive-title.training {
    color: #418f02;
}

h2.page_subtitle {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 20px;
    color: #750d38;
}

h2.home_section_title,
h3.sidebar_title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px;
    color: #8c8c8c;
    border-bottom: solid 1px #dbdbdb;
    padding: 9px;
}

h3.page_subtitle {
    font-size: 20px;
    line-height: 26px;
    color: #232323;
}

h4.page_subtitle {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #ffad00;
}

.bordered.border-bottom {
    border-bottom: solid 1px #750d38;
}

.center {
    text-align: center;
}

.block-margin.margin-top {
    margin-top: 30px;
}

.block-margin.margin-bottom-dbl {
    margin-bottom: 60px;
}

.block-margin.margin-bottom {
    margin-bottom: 30px;
}

.block-margin.margin-bottom-dbl {
    margin-bottom: 60px;
}

.block-margin.padding-top {
    padding-top: 30px;
}

.block-margin.padding-bottom {
    padding-bottom: 30px;
}

.color-primary {
    color: #750d38 !important;
}

.color-secondary {
    color: #ffad00 !important;
}

#main-header {
    background: #750d38;
}

#main-header #header-logo {
    padding: 22px 0;
}

#main-header #header-logo a {
    display: block;
}

#main-header #header-logo a img {
    height: 52px;
    width: auto;
}

#main-header #header-logo a img.subtitle {
    height: 34px;
    margin-left: 16px;
    margin-top: 9px;
}

@media only screen and (max-width: 480px) {
    #main-header #header-logo a {
        display: block;
        width: 52px;
        overflow: hidden;
    }
}

#main-header nav {
    padding: 27.5px 0;
}

#main-header nav a {
    margin-left: 14px;
    cursor: pointer;
    color: #ffad00;
    float: left;
    display: block;
    line-height: 20px;
    font-size: 18px;
    padding: 9.5px 11px;
    border: solid 1px #861040;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 42px;
    min-width: 42px;
}

#main-header nav a:hover,
#main-header nav a.active {
    color: #ffffff;
}

#main-header nav a.search,
#main-header nav a.sm-menu {
    color: #ffffff;
    background: #ffad00;
    border: solid 1px #ffad00;
}

#main-header nav a.search i,
#main-header nav a.sm-menu i {
    line-height: 21px;
}

#main-header nav a.search:hover,
#main-header nav a.sm-menu:hover {
    color: #ffad00;
    background: #750d38;
}

#main-header #user-menu,
#main-header #what-we-do-menu,
#main-header #about-us-menu {
    position: relative;
    float: left;
}

#main-header #user-menu .dropdown #trigger,
#main-header #what-we-do-menu .dropdown #trigger,
#main-header #about-us-menu .dropdown #trigger {
    padding-left: 48px;
    font-size: 14px;
}

#main-header #user-menu .dropdown #trigger .image,
#main-header #what-we-do-menu .dropdown #trigger .image,
#main-header #about-us-menu .dropdown #trigger .image {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 1px;
    left: 15px;
    background: #ffad00;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
}

#main-header #user-menu .dropdown #trigger .image img,
#main-header #what-we-do-menu .dropdown #trigger .image img,
#main-header #about-us-menu .dropdown #trigger .image img,
#main-header #user-menu .dropdown #trigger .image svg,
#main-header #what-we-do-menu .dropdown #trigger .image svg,
#main-header #about-us-menu .dropdown #trigger .image svg {
    width: 100%;
    height: 100%;
}

#main-header #user-menu .dropdown #trigger .image img #defusrimg #usdftbg,
#main-header #what-we-do-menu .dropdown #trigger .image img #defusrimg #usdftbg,
#main-header #about-us-menu .dropdown #trigger .image img #defusrimg #usdftbg,
#main-header #user-menu .dropdown #trigger .image svg #defusrimg #usdftbg,
#main-header #what-we-do-menu .dropdown #trigger .image svg #defusrimg #usdftbg,
#main-header #about-us-menu .dropdown #trigger .image svg #defusrimg #usdftbg {
    fill: #ffad00;
}

#main-header #user-menu .dropdown #trigger .image .default_user_image,
#main-header #what-we-do-menu .dropdown #trigger .image .default_user_image,
#main-header #about-us-menu .dropdown #trigger .image .default_user_image {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}

#main-header #user-menu .dropdown #trigger .image .default_user_image i,
#main-header #what-we-do-menu .dropdown #trigger .image .default_user_image i,
#main-header #about-us-menu .dropdown #trigger .image .default_user_image i {
    line-height: 40px;
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 992px) {
    #main-header #user-menu .dropdown #trigger .image .default_user_image:hover,
    #main-header #what-we-do-menu .dropdown #trigger .image .default_user_image:hover,
    #main-header #about-us-menu .dropdown #trigger .image .default_user_image:hover {
        color: #ffad00;
        background: #750d38;
    }
}

#main-header #user-menu .dropdown #trigger:after,
#main-header #what-we-do-menu .dropdown #trigger:after,
#main-header #about-us-menu .dropdown #trigger:after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 8px;
}

#main-header #user-menu .dropdown .dropdown-menu,
#main-header #what-we-do-menu .dropdown .dropdown-menu,
#main-header #about-us-menu .dropdown .dropdown-menu {
    list-style: none;
    top: 44px;
    right: 0;
    left: auto;
    padding: 14px 14px 11px;
}

#main-header #user-menu .dropdown .dropdown-menu li,
#main-header #what-we-do-menu .dropdown .dropdown-menu li,
#main-header #about-us-menu .dropdown .dropdown-menu li {
    padding: 0;
    margin-bottom: 3px;
}

#main-header #user-menu .dropdown .dropdown-menu li a,
#main-header #what-we-do-menu .dropdown .dropdown-menu li a,
#main-header #about-us-menu .dropdown .dropdown-menu li a {
    border: none;
    padding: 0 10px;
    margin: 0;
    float: none;
    display: block;
    color: #750d38;
    background: #f0f0f0;
    line-height: 35px;
    font-size: 14px;
    height: 35px;
    white-space: nowrap;
    width: auto;
}

#main-header #user-menu .dropdown .dropdown-menu li a:hover,
#main-header #what-we-do-menu .dropdown .dropdown-menu li a:hover,
#main-header #about-us-menu .dropdown .dropdown-menu li a:hover {
    background: #ffad00;
    color: #ffffff;
}

#main-header #user-menu .dropdown .dropdown-menu li:before,
#main-header #what-we-do-menu .dropdown .dropdown-menu li:before,
#main-header #about-us-menu .dropdown .dropdown-menu li:before {
    display: none;
}

#main-header #user-menu .dropdown .dropdown-menu li .dropdown-menu,
#main-header #what-we-do-menu .dropdown .dropdown-menu li .dropdown-menu,
#main-header #about-us-menu .dropdown .dropdown-menu li .dropdown-menu {
    min-width: 240px;
}

#main-header #user-menu .dropdown.open #trigger,
#main-header #what-we-do-menu .dropdown.open #trigger,
#main-header #about-us-menu .dropdown.open #trigger {
    color: #ffffff;
}

#main-header #user-menu .dropdown.open #trigger:after,
#main-header #what-we-do-menu .dropdown.open #trigger:after,
#main-header #about-us-menu .dropdown.open #trigger:after {
    content: '\f106';
}

@media only screen and (max-width: 480px), only screen and (min-width: 481px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 992px) {
    #main-header #user-menu .dropdown #trigger,
    #main-header #what-we-do-menu .dropdown #trigger,
    #main-header #about-us-menu .dropdown #trigger {
        padding: 0;
    }

    #main-header #user-menu .dropdown #trigger .image,
    #main-header #what-we-do-menu .dropdown #trigger .image,
    #main-header #about-us-menu .dropdown #trigger .image {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    #main-header #user-menu .dropdown #trigger:after,
    #main-header #what-we-do-menu .dropdown #trigger:after,
    #main-header #about-us-menu .dropdown #trigger:after {
        display: none;
    }
}

#main-footer {
    background: #2e2d2d;
    color: #ffffff;
}

#main-footer .block {
    padding-bottom: 44px;
}

@media only screen and (min-width: 992px) {
    #main-footer .address {
        font-size: 16px;
    }
}

#main-footer h3.footer_block_title {
    font-size: 24px;
    color: #8c8c8c;
    margin: 48px 0;
}

#main-footer a {
    color: #ffad00;
}

#main-footer a:hover {
    color: #8c8c8c;
}

#main-footer a.social {
    font-size: 36px;
    color: #8c8c8c;
}

#main-footer a.social:hover {
    color: #ffad00;
}

#main-footer .separator {
    border-top: solid 1px #232323;
    border-bottom: solid 1px #323232;
}

#main-footer form input[type="email"] {
    background: #ffffff;
    border: solid 1px #5f5f5f;
    color: #5f5f5f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    padding: 0 4px;
    width: 100%;
    margin-bottom: 20px;
}

#main-footer form a {
    float: left;
    line-height: 36px;
    display: block;
    font-size: 14px;
}

#main-footer form button {
    color: #ffad00;
    float: right;
    background: #232323;
}

#main-footer form button:hover {
    color: #232323;
    background: #ffad00;
}

#main-footer .latest_post {
    padding-left: 62px;
}

#main-footer .latest_post a {
    color: #ffffff;
    line-height: 30px;
}

#main-footer .latest_post a:hover {
    color: #ffad00;
}

#main-footer .latest_post .actions {
    padding-top: 20px;
}

#main-footer .latest_post .actions .button {
    background: #232323;
    color: #ffad00;
    margin-left: 30px;
    height: 30px;
    float: left;
    width: auto;
}

#main-footer .latest_post .actions .button:hover {
    background: #5f5f5f;
}

#main-footer .latest_post .actions .button:first-child {
    margin: 0;
}

#copy {
    background: #232323;
    color: #8c8c8c;
    font-size: 14px;
    padding: 10px 0;
}

#copy span {
    margin-right: 18px;
}

#copy a {
    color: #8c8c8c;
}

#copy a:hover {
    color: #ffad00;
}

@media only screen and (min-width: 481px) and (max-width: 767px), only screen and (max-width: 480px) {
    #copy {
        line-height: 2;
    }

    #copy .pull-left,
    #copy .pull-right {
        float: none !important;
    }

    #copy span {
        display: block;
    }
}

.padded-content {
    padding: 0 20px;
}

.page_excerpt {
    font-size: 20px;
    line-height: 26px;
    padding: 8px 20px;
    border-left: solid 5px #ffad00;
    color: #232323;
    margin-top: 30px;
}

.page_excerpt p {
    margin-bottom: 0;
}

.page_excerpt.with_float_image {
    margin-left: 295px;
}

.date {
    border-top: solid 1px #8c8c8c;
    font-size: 14px;
    margin-top: 4px;
    padding: 4px 0;
}

.tinted_background {
    background: #f0f0f0;
}

.tinted_background.with_float_image {
    margin-left: 295px;
}

.banners {
    padding-top: 5px;
}

.banner a:hover img {
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    -webkit-opacity: 0.75;
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    filter: alpha(opacity = 75);
}

.floated_image {
    float: left;
    margin: 0 20px 20px 20px;
    width: 255px;
}

.clear {
    clear: both;
}

.button {
    line-height: 36px;
    height: 36px;
    display: block;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 8px;
    text-align: center;
}

.button.wide {
    width: 100%;
}

.button.proceed {
    background: #ffad00;
    color: #ffffff;
}

.button.proceed:hover {
    background: #750d38;
}

.button.neutral {
    background: #f0f0f0;
    color: #5f5f5f;
}

.button.neutral:hover {
    background: #dbdbdb;
}

.readmore {
    display: none;
}

.type_list {
    background: #f0f0f0;
    margin-bottom: 30px;
    margin-top: 16px;
    padding-bottom: 1px;
    border: solid 15px #F0F0F0;
}

.type_list .type_item {
    padding: 20px 20px 10px;
    border-bottom: solid 1px #dbdbdb;
    height: auto;
}

.type_list .type_item:nth-child(odd) {
    background: #ffffff;
}

.type_list .type_item:nth-child(even) {
    background: #f9f9f9;
}

.type_list .type_item a.item_title h1 {
    color: #750d38;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}

.type_list .type_item a.item_title:hover h1 {
    color: #ffad00;
}

.type_list .type_item .content {
    padding: 6px 0 1px;
}

.type_list .type_item .content .date {
    border-top: solid 1px #8c8c8c;
    font-size: 14px;
    margin-top: 4px;
    padding: 4px 0;
    display: block;
    float: left;
}

.type_list .type_item .list_link {
    background: #f0f0f0;
    display: block;
    color: #750d38;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 10px -19px 0;
}

.type_list .type_item .list_link i {
    line-height: 40px;
}

.type_list .type_item .list_link:hover {
    background: #ffad00;
    color: #ffffff;
}

.type_list .type_item .list_actions .button {
    background: #8c8c8c;
    color: #ffffff;
    margin-bottom: 20px;
}

.type_list .type_item .list_actions .button:hover {
    background: #ffad00;
}

.type_list .type_item .list_actions .button.btn-warning:hover {
    background: #f8432d;
}

.type_list .type_item .default_user_image {
    background: #f0f0f0;
    color: #ffffff;
}

.type_list .type_item.useritem {
    padding: 0;
}

.type_list .type_item.useritem a span {
    font-size: 20px;
    display: block;
    line-height: 1.8;
    margin-top: 10px;
}

.type_list .type_item.useritem img {
    height: 90px;
    float: left;
    margin-right: 30px;
    width: 90px;
    background: #8c8c8c;
}

.type_list .type_item.useritem p {
    margin-left: 20px;
    float: left;
}

.type_list .type_list_load_more,
.type_list .user_load_more {
    display: block;
    cursor: pointer;
    background: #ffad00;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    width: 224px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    margin: 30 auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.type_list .type_list_load_more:hover,
.type_list .user_load_more:hover {
    background: #750d38;
}

.listing_inner_text {
    padding: 0 18px;
}

.listing_inner_text p {
    margin-bottom: 0;
}

.listing_inner_text .dates {
    color: #232323;
    border-bottom: solid 1px #8c8c8c;
    font-size: 14px;
    margin-bottom: 4px;
    padding: 4px 0;
    display: block;
    float: left;
}

.listing_inner_text.publications .date {
    color: #232323;
}

#page_listing_children {
    background: #f0f0f0;
}

#page_listing_children .item_title {
    font-size: 20px;
    line-height: 1.4;
    background: #f0f0f0;
    border-bottom: solid 1px #750d38;
    margin: -20px -20px 12px;
    padding: 15px 20px 0px;
}

#page_listing_children .item_title.big {
    font-size: 40px;
}

#page_listing_children .type_list .type_item {
    border-bottom: none;
    background: #ffffff !important;
    padding-bottom: 1px;
}

#tag_list li a {
    margin-right: 10px;
    position: relative;
    margin-left: 16px;
    margin-bottom: 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: block;
    background: #750d38;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    height: 21px;
    line-height: 24px;
    padding-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#tag_list li a:hover {
    color: #ffad00;
}

#tag_list li a:before {
    float: left;
    position: absolute;
    left: -16px;
    top: 0;
    display: block;
    width: 16px;
    height: 21px;
    background: transparent url("../images/tagbefore.png") no-repeat left top;
    content: ' ';
}

.post_content img {
    margin: 20px;
    margin-left: 0;
}

.post_content h2 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 20px;
    color: #750d38;
}

.post_content h3 {
    font-size: 20px;
    line-height: 26px;
    color: #232323;
}

.post_content h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #ffad00;
}

.post_content ul,
.post_content ol {
    padding: 0 0;
    list-style: none;
    margin-bottom: 10px;
}

.post_content ul li,
.post_content ol li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.post_content ul li:before,
.post_content ul li:before {
    font-family: FontAwesome;
    color: #750d38;
    content: "\f054";
    position: absolute;
    width: 30px;
    text-align: center;
    top: 0;
    left: 0;
}

.post_content ol li:before {
    color: #750d38;
    content: "\f054";
    position: absolute;
    width: 30px;
    text-align: center;
    top: 0;
    left: 0;
}

.post_content ul ul,
.post_content ol ul {
    margin-top: 10px;
}

.post_content ol li {
    counter-increment: step-counter;
}

.post_content ol li::before {
    content: counter(step-counter) ". ";
    color: #750d38;
    text-align: left;
}

.post_dates {
    padding: 20px;
}

.post_dates p {
    margin: 0;
}

.video_wrapper {
    position: relative;
    padding-bottom: 56.25%;

    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
 * BREADCRUMBS
 */
#breadcrumbs {
    font-size: 12px;
    line-height: 16px;
    color: #8c8c8c;
    padding: 28px 0;
}

#breadcrumbs a {
    color: #8c8c8c;
    border-bottom: solid 1px #dbdbdb;
}

#breadcrumbs a:hover {
    color: #ffad00;
}

#breadcrumbs strong {
    font-weight: 400;
    color: #5f5f5f;
}

/**
 * SUBMENUS
 */
.au_menu {
    background: #f0f0f0;
}

.au_menu nav a {
    width: 25%;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 13px 0;
    text-align: center;
    color: #750d38;
}

.au_menu nav a.active {
    background: #750d38;
    color: #ffffff;
}

.wwa_menu {
    background: #f0f0f0;
}

.wwa_menu nav a {
    width: 20%;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 20px;
    padding: 13px 0;
    text-align: center;
    color: #8c8c8c;
}

.wwa_menu nav a span {
    margin: -5px 0;
    display: inline-block;
    background: #8c8c8c;
    color: #ffffff;
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}

.wwa_menu nav a.active {
    color: #750d38;
}

.wwa_menu nav a.active span {
    background: #750d38;
}

.wwd_menu {
    background: #f0f0f0;
}

.wwd_menu nav a {
    width: 25%;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 20px;
    padding: 13px 0;
    text-align: center;
}

.wwd_menu nav a.publications {
    color: #f9442e;
}

.wwd_menu nav a.publications.active {
    background: #f9442e;
    color: #ffffff;
}

.wwd_menu nav a.events {
    color: #0d4e88;
}

.wwd_menu nav a.events.active {
    background: #0d4e88;
    color: #ffffff;
}

.wwd_menu nav a.training {
    color: #418f02;
}

.wwd_menu nav a.training.active {
    background: #418f02;
    color: #ffffff;
}

.wwd_menu nav a.research {
    color: #530f5c;
}

.wwd_menu nav a.research.active {
    background: #530f5c;
    color: #ffffff;
}

.tax_menu_border {
    border-top: solid 3px #750d38;
}

.tax_menu_border.training {
    border-top: solid 3px #418f02;
}

.tax_menu_border.research {
    border-top: solid 3px #530f5c;
}

.tax_menu_border.events {
    border-top: solid 3px #0d4e88;
}

.tax_menu_border.publications {
    border-top: solid 3px #f9442e;
}

.tax_menu {
    background: #f0f0f0;
    height: 46px;
}

.tax_menu .container {
    position: relative;
}

.tax_menu .tax_menu_nav {
    position: absolute;
    height: 100%;
    width: 26px;
    background: #ffad00;
    top: 0;
    color: #ffffff;
    text-align: center;
    overflow: visible;
}

.tax_menu .tax_menu_nav i {
    line-height: 46px;
}

.tax_menu .tax_menu_nav.prev {
    left: -11px;
    z-index: 10;
}

.tax_menu .tax_menu_nav.prev:after {
    pointer-events: none;
    content: '';
    background: url(../images/svgs/tax_menu_grad.svg);
    display: block;
    height: 46px;
    width: 112px;
    position: absolute;
    top: 0;
    left: 24px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity = 70);
}

.tax_menu .tax_menu_nav.next {
    right: -11px;
}

.tax_menu .tax_menu_nav.next:before {
    pointer-events: none;
    content: '';
    background: url(../images/svgs/tax_menu_grad.svg);
    display: block;
    height: 46px;
    width: 112px;
    position: absolute;
    top: 0;
    right: 24px;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity = 70);
}

.tax_menu .container,
.tax_menu #tax_menu_cover,
.tax_menu #tax_menu_container {
    height: 100%;
}

.tax_menu #tax_menu_cover {
    overflow: hidden;
}

.tax_menu .item {
    float: left;
    font-size: 16px;
    line-height: 20px;
}

.tax_menu .item .spacer {
    width: 10px;
    float: left;
    padding: 13px 0;
}

.tax_menu .item .count {
    float: left;
    padding: 13px 0;
    text-align: center;
    width: 46px;
    border-right: solid 1px #ffffff;
    color: #8c8c8c;
}

.tax_menu .item span {
    padding: 13px;
    float: left;
    border-right: solid 3px #ffffff;
    border-left: solid 1px #dbdbdb;
    color: #8c8c8c;
}

.tax_menu .item .spacer + span {
    border-left: none;
}

.tax_menu .item:last-child span {
    border-right: none;
}

.tax_menu.training .item a:hover span,
.tax_menu.training .item a:hover .count {
    color: #418f02;
}

.tax_menu.training .item.active .count {
    color: #418f02;
}

.tax_menu.training .item.active span {
    color: #418f02;
}

.tax_menu.research .item a:hover span,
.tax_menu.research .item a:hover .count {
    color: #530f5c;
}

.tax_menu.research .item.active .count {
    color: #530f5c;
}

.tax_menu.research .item.active span {
    color: #530f5c;
}

.tax_menu.events .item a:hover span,
.tax_menu.events .item a:hover .count {
    color: #0d4e88;
}

.tax_menu.events .item.active .count {
    color: #0d4e88;
}

.tax_menu.events .item.active span {
    color: #0d4e88;
}

.tax_menu.publications .item a:hover span,
.tax_menu.publications .item a:hover .count {
    color: #f9442e;
}

.tax_menu.publications .item.active .count {
    color: #f9442e;
}

.tax_menu.publications .item.active span {
    color: #f9442e;
}

.files h4 {
    font-size: 14px;
    line-height: 18px;
    color: #750d38;
}

.files .filesize {
    display: block;
    color: #8c8c8c;
    font-size: 14px;
    padding-top: 8px;
    text-align: center;
}

.files .multiple-downloads .filesize {
    padding-top: 0;
    text-align: left;
}

.files .multiple-downloads li {
    position: relative;
    padding-left: 30px;
}

.files .multiple-downloads li:before {
    font-family: FontAwesome;
    color: #750d38;
    content: "\f054";
    position: absolute;
    width: 30px;
    text-align: center;
    top: 0;
    left: 0;
}

/**
 * Type archive
 */
.type_archive {
    padding-top: 30px;
    border-top: solid 1px #8c8c8c;
}

.type_archive .image img {
    margin: 0 auto;
}

.type_archive .text .content {
    background: #f0f0f0;
    padding: 15px 30px 45px;
}

.type_archive .text .content h1 {
    font-size: 40px;
    line-height: 50px;
}

.type_archive .text .content h2 {
    color: #232323;
    font-size: 20px;
    line-height: 28px;
    padding: 5px 12px;
    border-bottom: solid 1px #8c8c8c;
    margin-top: 34px;
}

.type_archive .text .content strong {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}

.type_archive .text .content .categories .clearfix {
    margin: -10px;
}

.type_archive .text .content .categories a {
    margin: 10px;
    float: left;
    display: block;
    font-size: 18px;
    line-height: 26px;
    padding: 7px;
    background: #ffffff;
}

.type_archive .text .content .categories a:hover {
    background: #dbdbdb;
}

.type_archive.publications .text .content h1 {
    color: #f9442e;
}

.type_archive.publications .text .content .categories a {
    color: #f9442e;
}

.type_archive.events .text .content h1 {
    color: #0d4e88;
}

.type_archive.events .text .content .categories a {
    color: #0d4e88;
}

.type_archive.training .text .content h1 {
    color: #418f02;
}

.type_archive.training .text .content .categories a {
    color: #418f02;
}

.type_archive.research .text .content h1 {
    color: #530f5c;
}

.type_archive.research .text .content .categories a {
    color: #530f5c;
}

.type_list_header {
    background: #dbdbdb;
    line-height: 33px;
    z-index: 1000;
}

.type_list_header .count {
    font-size: 30px;
    width: 90px;
    text-align: center;
    border-left-width: 10px;
    border-right-width: 3px;
    border-right-style: solid;
    border-left-style: solid;
    padding: 28.5px 0;
    border-right-color: #ffffff;
}

.type_list_header h2 {
    font-size: 30px;
    margin: 0;
    line-height: 33px;
    padding: 28.5px 0;
    margin-left: 24px;
    float: left;
}

.type_list_header.training {
    color: #418f02;
}

.type_list_header.training h2 {
    color: #418f02;
}

.type_list_header.training .count {
    border-left-color: #418f02;
    color: #418f02;
}

.type_list_header.research {
    color: #530f5c;
}

.type_list_header.research h2 {
    color: #530f5c;
}

.type_list_header.research .count {
    border-left-color: #530f5c;
    color: #530f5c;
}

.type_list_header.events {
    color: #0d4e88;
}

.type_list_header.events h2 {
    color: #0d4e88;
}

.type_list_header.events .count {
    border-left-color: #0d4e88;
    color: #0d4e88;
}

.type_list_header.publications {
    color: #f9442e;
}

.type_list_header.publications h2 {
    color: #f9442e;
}

.type_list_header.publications .count {
    border-left-color: #f9442e;
    color: #f9442e;
}

.type_list_header .filters {
    margin-bottom: 0 !important;
}

.type_list_header .filters .filter {
    float: left;
    padding: 18px;
}

.type_list_header .filters label {
    color: #5f5f5f;
    font-size: 14px;
    line-height: 18px;
    display: block;
}

.type_list_header .filters .select2-selection__rendered {
    font-size: 14px !important;
}

.type_list_header .filters .select2-selection__arrow b {
    border-color: #ffad00 transparent transparent transparent !important;
}

@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 481px) and (max-width: 767px), only screen and (max-width: 480px) {
    .type_list_header .count {
        border: none;
        font-size: 20px;
        padding: 12px 0;
        width: auto;
    }

    .type_list_header .toggle-filters {
        font-size: 20px;
        padding: 18px 0;
        width: 57px;
        text-align: center;
        display: block;
        line-height: 33px;
    }

    .type_list_header h2 {
        font-size: 20px;
        padding: 12px 0;
    }

    .type_list_header .filters {
        float: none !important;
        width: 100%;
        clear: both;
    }

    .type_list_header .filter {
        display: block;
        padding: 0 10px 10px 0 !important;
    }

    .type_list_header.training {
        border-top: solid 3px #418f02;
    }

    .type_list_header.training .toggle-filters {
        color: #418f02;
    }

    .type_list_header.research {
        border-top: solid 3px #530f5c;
    }

    .type_list_header.research .toggle-filters {
        color: #530f5c;
    }

    .type_list_header.events {
        border-top: solid 3px #0d4e88;
    }

    .type_list_header.events .toggle-filters {
        color: #0d4e88;
    }

    .type_list_header.publications {
        border-top: solid 3px #f9442e;
    }

    .type_list_header.publications .toggle-filters {
        color: #f9442e;
    }
}

.select2-container {
    font-size: 14px !important;
}

.select2-results__option {
    white-space: nowrap;
}

/**
 * HOME
 */
#home-ls {
    background: #750d38;
    background: #750d38 url(../images/ls_bg.png);
    padding-top: 10px;
    padding-bottom: 10px;
}

#home-ls .ls-bottom-slidebuttons {
    bottom: -20px !important;
    top: auto !important;
}

#home-ls .ls-bottom-slidebuttons a {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #ffad00;
    height: 16px;
    width: 16px;
    margin: 0 12px;
}

#home-ls .ls-bottom-slidebuttons a.ls-nav-active {
    background: #750d38;
}

#home-top {
    background: #f0f0f0;
    padding-top: 46px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

#home-top #main-content {
    padding-left: 20px;
    border-left: solid 1px #750d38;
}

#home-top #members-type-blocks .block {
    background: #dbdbdb;
    position: relative;
    margin-bottom: 20px;
}

#home-top #members-type-blocks .block img {
    float: left;
    width: 80px;
    height: auto;
}

#home-top #members-type-blocks .block p {
    text-transform: uppercase;
    padding: 15px 0;
    margin: 0 34px 0 90px;
    color: #750d38;
}

#home-top #members-type-blocks .block span {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background: #750d38;
    color: #ffffff;
    width: 24px;
    text-align: center;
    padding-top: 10px;
}

#home-top #members-type-blocks .block:hover span {
    background: #ffad00;
    color: #ffffff;
}

#home-top .center {
    font-size: 14px;
    margin-top: 20px;
}

#home-top #section-blocks {
    margin-top: 30px;
}

#home-top #section-blocks .section-block {
    background: #ffffff;
    padding: 16px;
}

#home-top #section-blocks .section-block a {
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    text-align: center;
}

#home-top #section-blocks .section-block a.events {
    background: #0d4e88;
}

#home-top #section-blocks .section-block a.research {
    background: #530f5c;
}

#home-top #section-blocks .section-block a.publications {
    background: #f9442e;
}

#home-top #section-blocks .section-block a.training {
    background: #418f02;
}

#home-institutional .row-same-height a img:hover {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity = 70);
}

#home-institutional .button {
    margin-top: 20px;
}

#home-supporters {
    margin-top: 30px;
}

#home-supporters ul {
    text-align: center;
}

#home-supporters ul li {
    margin: 10px;
}

#home-supporters img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

#home-supporters img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

/**
 * SPECIFIC PAGES
 */
#membership_and_networking .member-info-block {
    padding-top: 16px;
}

#membership_and_networking .member-info-block p {
    font-size: 24px;
}

#membership_and_networking .member-info-block p span {
    font-size: 40px;
    line-height: 30px;
    color: #232323;
}

#membership_and_networking .member-info-block a.button {
    margin-bottom: -18px;
}

#membership_and_networking #more-info {
    padding-top: 46px;
    padding-bottom: 58px;
}

#membership_and_networking #testimonials {
    background: url(../images/svgs/quote.svg) no-repeat center 60px;
}

#membership_and_networking #testimonials .item .image {
    border-bottom: solid 23px #f8432d;
    position: relative;
}

#membership_and_networking #testimonials .item .image:after {
    bottom: -51px;
    position: absolute;
    content: '';
    background: url(../images/svgs/quote_triangle.svg) no-repeat center;
    height: 29px;
    width: 23px;
    right: 20px;
}

#membership_and_networking #testimonials .item .quote {
    font-family: Georgia, serif;
    font-style: italic;
}

#membership_and_networking #testimonials .item .name {
    color: #2e2d2d;
    border-bottom: solid 1px #f8432d;
    line-height: 28px;
}

#membership_and_networking #testimonials .item .description {
    font-size: 14px;
    line-height: 18px;
}

#become-a-member #more-info {
    padding-top: 46px;
    padding-bottom: 58px;
}

#who_we_are #map-wrapper {
    position: relative;
}

#who_we_are #map {
    height: 530px;
    background: #a9d0ff;
}

#who_we_are #maps_users {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background: rgba(34, 34, 34, 0.9);
    color: #ffffff;
    padding: 30px;
}

#who_we_are #maps_users #close-map-users {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
}

#who_we_are #maps_users #close-map-users i {
    font-size: 30px;
    float: right;
    margin-left: 8px;
}

#who_we_are #maps_users #close-map-users:hover {
    color: #ffad00;
}

#who_we_are #maps_users h1 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

#who_we_are #maps_users h2 {
    color: #ffad00;
    font-size: 16px;
    line-height: 26px;
    border-bottom: solid 1px #ffad00;
}

#who_we_are #maps_users ul {
    margin: 0;
}

#who_we_are #maps_users ul li {
    padding: 10px 0;
    border-bottom: solid 1px #8c8c8c;
}

#who_we_are #maps_users ul li img {
    width: 40px;
    height: auto;
    float: left;
    margin-right: 8px;
}

#who_we_are #maps_users ul li span {
    line-height: 40px;
    color: #ffffff;
}

#who_we_are #maps_users ul li a:hover span {
    color: #ffad00;
}

#who_we_are .list-unstyled {
    margin-left: 10px;
}

#who_we_are .list-unstyled li {
    border-bottom: solid 1px #750d38;
    padding: 6px 0 6px 10px;
    margin-bottom: 6px;
}

#who_we_are p.center.color-secondary {
    font-size: 72px;
    border-bottom: solid 1px #750d38;
    line-height: 1.4;
}

.user_profile_image img {
    width: 100%;
}

.user_profile_image.individual-researcher {
    border-bottom: solid 5px #f8432d;
}

.user_profile_image.graduate-student {
    border-bottom: solid 5px #408e01;
}

.profile_info_box {
    padding: 10px 20px 1px;
    color: #232323;
}

.profile_info_box p.role {
    text-transform: uppercase;
    border-bottom: solid 1px #8c8c8c;
}

.profile_info_box p.role.individual-researcher {
    color: #f8432d;
}

.profile_info_box p.role.graduate-student {
    color: #408e01;
}

.user_profile_contact .country {
    color: #232323;
    background: #f0f0f0;
    line-height: 30px;
    padding: 0 10px;
}

.user_profile_contact .address {
    padding: 0 10px;
}

.user_profile_contact .tel {
    line-height: 30px;
    border-bottom: solid 1px #f0f0f0;
    padding: 10px;
}

.user_profile_contact .link {
    line-height: 30px;
    border-bottom: solid 1px #f0f0f0;
    padding: 10px;
}

.showmoreopportunities {
    background: #8c8c8c;
    color: #ffffff;
}

.showmoreopportunities:hover {
    background: #2e2d2d;
}

/**
 * MEMBERS' AREA
 */
#members_menu {
    background: #f0f0f0;
    margin-bottom: 20px;
}

#members_menu nav a {
    width: 25%;
    display: block;
    float: left;
    text-align: center;
    color: #5f5f5f;
    line-height: 20px;
    font-size: 18px;
    padding: 13px 0;
}

#members_menu nav a:hover,
#members_menu nav a.active {
    background: #861040;
    color: #ffffff;
}

#members-header {
    position: relative;
}

#members-header .button {
    float: right;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
}

.profile-image .default_img {
    background: #f0f0f0;
}

.user-acdate {
    padding: 20px;
    font-size: 14px;
}

.user-acdate p {
    font-size: 12px;
    color: #750d38;
}

#dashboard {
    margin-bottom: 30px;
}

#dashboard .alert.alert-dismissible {
    position: relative;
    background: #FFFFD0;
    border: none;
    color: #232323;
    padding-left: 82px;
    padding-right: 50px;
}

#dashboard .alert.alert-dismissible:before {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 36px;
    color: #f8432d;
    content: '\f0a1';
    font-family: FontAwesome;
    width: 86px;
    text-align: center;
}

#dashboard .alert.alert-dismissible button {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 40px;
    background: #750d38;
    color: #ffffff;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
}

#dashboard .alert.alert-dismissible button:hover {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity = 70);
}

#dashboard h4.page_subtitle {
    color: #750d38;
    border-bottom: solid 1px #750d38;
    padding: 9px;
}

#dashboard .date {
    font-size: 14px;
    margin-top: 4px;
    padding: 4px 0;
    display: block;
}

#dashboard .dash_title {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #750d38;
    padding: 16px 10px;
    background: #F9F9F9;
    border-top: solid 1px #dbdbdb;
}

#dashboard .dash_block {
    margin-bottom: 36px;
}

#dashboard .dash_link {
    background: #f0f0f0;
    text-align: center;
    display: block;
    color: #ffad00;
    line-height: 20px;
    font-size: 14px;
    height: 20px;
}

#dashboard .dash_link i {
    line-height: 20px;
}

#dashboard .dash_link:hover {
    background: #ffad00;
    color: #ffffff;
}

#dashboard .dash_user img {
    float: left;
    width: 40px;
    height: auto;
    background: #f0f0f0;
}

#dashboard .dash_user .by {
    margin-left: 50px;
    font-size: 12px;
    line-height: 16px;
}

#dashboard .dash_user .by span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #750d38;
}

#login {
    background: #f0f0f0;
}

#login #login-form {
    background: #ffffff;
    padding: 1px;
}

#login .backtohome {
    margin: 10px 30px;
    font-size: 14px;
    display: block;
}

#login .content {
    margin: 10px 30px;
    font-size: 14px;
}

#login .comment {
    color: #ffffff;
}

form#loginform {
    padding: 30px;
    background: #750d38 url(../images/ls_bg.png);
}

form#loginform label {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 400;
    display: block;
}

form#loginform input[type="text"],
form#loginform input[type="password"],
form#loginform input[type="number"],
form#loginform select,
form#loginform .select2-choice {
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 6px;
    color: #5f5f5f;
    border: solid 1px #8c8c8c;
    font-size: 18px;
    width: 100%;
}

form#loginform input[type="submit"] {
    margin-top: 30px;
    line-height: 36px;
    height: 36px;
    display: block;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 8px;
    text-align: center;
    background: #ffad00;
    color: #ffffff;
    width: 100%;
}

form#loginform input[type="submit"].wide {
    width: 100%;
}

form#loginform input[type="submit"].proceed {
    background: #ffad00;
    color: #ffffff;
}

form#loginform input[type="submit"].proceed:hover {
    background: #750d38;
}

form#loginform input[type="submit"].neutral {
    background: #f0f0f0;
    color: #5f5f5f;
}

form#loginform input[type="submit"].neutral:hover {
    background: #dbdbdb;
}

form#loginform input[type="submit"]:hover {
    background: #750d38;
}

form#members-form {
    background: #f0f0f0;
    padding: 40px 0;
    margin-bottom: 30px;
}

form#members-form #message.updated {
    display: none;
}

form#members-form label {
    font-size: 14px;
    line-height: 18px;
    color: #232323;
    font-weight: 400;
}

form#members-form > .acf-error-message {
    margin-left: 8.33333333%;
    margin-right: 8.33333333%;
}

form#members-form .acf-field {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

form#members-form .acf-field .acf-required {
    display: none;
}

form#members-form .acf-field input[type="text"],
form#members-form .acf-field input[type="password"],
form#members-form .acf-field input[type="number"],
form#members-form .acf-field select,
form#members-form .acf-field .select2-choice {
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 6px;
    color: #5f5f5f;
    border: solid 1px #8c8c8c;
    font-size: 18px;
}

form#members-form .acf-field textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px;
    color: #5f5f5f;
    border: solid 1px #8c8c8c;
    font-size: 18px;
}

form#members-form .acf-field.short input,
form#members-form .acf-field.small input {
    width: 66.66%;
}

form#members-form .acf-field.tiny input {
    width: 33.33%;
}

form#members-form .acf-field.acf-error input,
form#members-form .acf-field.acf-error textarea {
    border: solid 1px #f8432d;
}

form#members-form .acf-field.acf-error label {
    color: #f8432d;
}

form#members-form .acf-field input.acf-is-prepended {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    padding-left: 30px;
}

form#members-form .acf-field .acf-input {
    position: relative;
}

form#members-form .acf-field .acf-input .acf-input-prepend {
    height: 40px;
    width: 30px;
    text-align: center;
    font-size: 18px;
    color: #8c8c8c;
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    border: none;
    background: none;
}

form#members-form .acf-field .acf-input .acf-input-prepend i {
    line-height: 36px;
}

form#members-form .actions,
form#members-form #pass {
    background: #ffffff;
    padding: 17px;
}

form#members-form.reg .upper {
    border: solid 1px #ffffff;
    padding: 30px;
}

form#members-form.reg .actions {
    margin-top: 0;
    background: #8c8c8c;
    border: solid 1px #ffffff;
}

form#members-form #pass input[type='password'] {
    width: 50%;
}

form#members-form #pass .progress {
    display: none;
}

form#members-form #pass #pwstrength_el {
    position: relative;
}

form#members-form #pass #pwstrength_el .progress {
    width: 50%;
    display: block !important;
}

form#members-form #pass #pwstrength_el .password-verdict {
    position: absolute;
    font-size: 14px;
    line-height: 18px;
    color: #232323;
    font-weight: 400;
    top: 0;
    left: 50%;
    margin-left: 16px;
}

form#members-form .actions {
    margin-top: 24px;
}

#search-form-div .mock-h1 {
    font-size: 44px;
    line-height: 1.36;
    font-weight: 100;
    color: #fff;
    display: block;
    margin-bottom: 44px;
}

#search-form-div .screen-reader-text {
    display: none;
}

#search-form-div input[type="text"] {
    height: 86px;
    line-height: 86px;
    padding: 0 30px;
    display: block;
    border: 0;
    width: 100%;
    color: #000;
    font-size: 30px;
}

#search-form-div button {
    background: transparent;
    border: solid 1px #fff;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    width: 100%;
    height: 86px;
    line-height: 86px;
    text-align: center;
    font-weight: 100;
}

#search-form-div button:hover {
    border: solid 1px #ffad00;
    color: #ffad00;
}

#search-form-div .overlay-close {
    color: #ffad00 !important;
}

#search-form-div .overlay-close:hover {
    color: #fff !important;
}

/* --- OVERLAY --- */
.overlay {
    padding-top: 50px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
    visibility: hidden;
    z-index: 9999999999;
    -webkit-transition: all all 0.5s ease-out;
    -moz-transition: all all 0.5s ease-out;
    -o-transition: all all 0.5s ease-out;
    transition: all all 0.5s ease-out;
}

.overlay .container {
    opacity: 0;
    -webkit-transition: all all 0.5s ease-out;
    -moz-transition: all all 0.5s ease-out;
    -o-transition: all all 0.5s ease-out;
    transition: all all 0.5s ease-out;
    -webkit-transform: rotateX(35deg) translateY(-100px);
    -moz-transform: rotateX(35deg) translateY(-100px);
    -o-transform: rotateX(35deg) translateY(-100px);
    -ms-transform: rotateX(35deg) translateY(-100px);
    transform: rotateX(35deg) translateY(-100px);
    height: 100%;
}

.overlay .container .row {
    height: 100%;
}

.overlay .container .row .col-md-10 {
    height: 100%;
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .overlay .container .row .col-md-10 {
        height: auto;
    }
}

@media only screen and (max-width: 480px) {
    .overlay .container .row .col-md-10 {
        height: auto;
    }
}

.overlay .container .mock-h2,
.overlay .container .mock-h1 {
    font-size: 28px;
    text-align: center;
    display: block;
}

.overlay .container .overlay-title {
    position: relative;
}

.overlay .container .overlay-title .overlay-close {
    font-size: 29px;
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -10px;
    border: 0;
    width: 47px;
    height: 47px;
    outline: 0 !important;
    text-align: right;
    color: #750d38;
}

.overlay .container .overlay-title .overlay-close:hover {
    color: #ffad00;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
}

.overlay.open .container {
    opacity: 1;
    -webkit-transform: rotateX(0deg) translateY(0);
    -moz-transform: rotateX(0deg) translateY(0);
    -o-transform: rotateX(0deg) translateY(0);
    -ms-transform: rotateX(0deg) translateY(0);
    transform: rotateX(0deg) translateY(0);
}

.overlay.close .container {
    -webkit-transform: rotateX(-35deg) translateY(100px);
    -moz-transform: rotateX(-35deg) translateY(100px);
    -o-transform: rotateX(-35deg) translateY(100px);
    -ms-transform: rotateX(-35deg) translateY(100px);
    transform: rotateX(-35deg) translateY(100px);
}

.overlay .wrap {
    background: #fff;
    padding: 30px;
    overflow: auto;
    height: 95%;
}

.owl-controls .owl-pagination {
    text-align: center;
}

.owl-controls .owl-pagination .owl-page {
    text-align: center;
    display: inline-block;
}

.owl-controls .owl-pagination .owl-page span:before {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 18px;
    color: #ffad00;
    line-height: 36px;
    display: block;
    float: left;
    margin-right: 4px;
    width: 30px;
}

.owl-controls .owl-pagination .owl-page.active span:before {
    color: #750d38;
}

#mobile-menu-div {
    line-height: 40px;
}

#mobile-menu-div .mobile-wrap {
    background: #ffffff;
    padding: 60px 30px 30px;
}

#mobile-menu-div ul {
    display: none;
    margin-bottom: 0;
}

#mobile-menu-div a {
    display: block;
    line-height: 40px;
}

#mobile-menu-div .overlay-close {
    float: right;
    font-size: 28px;
    margin-top: -26px;
}

#mobile-menu-div .level_0 {
    border-bottom: solid 1px #ffad00;
}

#mobile-menu-div .level_0 > ul > li {
    border-bottom: solid 1px #ffad00;
}

#mobile-menu-div .level_0 > ul > li:last-child {
    border: none;
}

#mobile-menu-div .level_0 > ul > li > a {
    padding-left: 20px;
}

#mobile-menu-div .level_0 > ul > li > a:hover {
    background: #ffad00;
    color: #ffffff;
}

#mobile-menu-div .level_0 > ul ul {
    padding-left: 40px;
}

#mobile-menu-div .toggler span {
    float: right;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
}

#mobile-menu-div .toggler span:after {
    content: '\f107';
    font-family: FontAwesome;
    text-align: center;
}

#mobile-menu-div .toggler span.open:after {
    content: '\f106';
    text-align: center;
}

table tr td {
    vertical-align: top;
    padding-right: 10px;
    padding-bottom: 10px;
}

table tr td strong {
    display: block;
    white-space: nowrap;
    text-align: right;
}

#splash {
    background: #f0f0f0;
}

#splash .big {
    font-size: 34px;
    line-height: 42px;
    color: #750d38;
    padding-top: 74px;
    padding-bottom: 20px;
}

#splash #main-header {
    padding-bottom: 22px;
}

#splash .splashwrap {
    background: #ffffff;
    padding-bottom: 20px;
}

#splash .splashwrap h2 {
    color: #f8432d;
    font-size: 20px;
    line-height: 32px;
    border-bottom: solid 1px #f8432d;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

#splash .social {
    font-size: 36px;
    color: #8c8c8c;
    margin: 0 5px;
}

#splash .social:hover {
    color: #ffad00;
}

#sticky-wrapper {
    height: auto !important;
}

.latest-tweet {
    background: #1A1A1A;
    color: #ffffff;
    padding: 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
}

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

.latest-tweet .date {
    float: right;
    display: block;
}

.latest-tweet:after {
    content: '';
    background: url(../images/emes-tweet-triangle.png) no-repeat left top;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 150px;
    bottom: -58px;
}

@media only screen and (min-width: 992px) {
    .latest-tweet:after {
        right: 50px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px), only screen and (max-width: 480px) {
    .latest-tweet:after {
        display: none;
    }
}

.followemes {
    font-size: 14px;
    margin: 20px 30px;
}

.select2-container {
    min-width: 140px;
}

.alignright {
  float: right;}

.excerpt-centrado {
        font-size: 26px;
        line-height: 38px;
        padding-top: 20px;
        padding-bottom: 10px;
text-align: center;
    }


.doscolumnas {background: #f0f0f0;
padding: 15px 30px 25px;
display: flex;
margin-bottom: 0px;
}
	
.columna50 {
  float: left;
  width: 50%;
margin-right: 10%;
}
.unacolumna {background: #f0f0f0;
padding: 0;
display: flex;
margin-bottom: 50px;

border-top: 1px dashed black;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

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

.btn-book-primary {
  color: #fff;
  background-color: #c11a64;
  border-color: #c11a64;
}

/* Galeria de Logos*/

 #icsem-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.logo {
    
}

/*Listado de países ICSEM*/
#paises-icsem p {  margin: 0 0 30px;
  padding-left: 30px;
}

/*ul segundo nivel sin icono*/
.listanivel2 {
padding-left: 25px !important;
margin-top: 30px;
}


