.tab-div{
    float:right;
    margin-top:-25px;
    font-family: 'Exo', sans-serif;
}

.tab-div ul{
    border:none;
}

.tab-div ul li a{
    color:white;
    background:#d03a55;
}

.tab-div ul li a:hover,
.tab-div ul li.active a:hover{
    background:#1c1c1c;
    color:white;
    border:2px solid #1c1c1c;
}

.tab-div ul li.active a{
    color:#d03a55;
}

.tab-div ul li a,
.tab-div ul li.active a{
    border:2px solid #d03a55;
    border-radius:2px;
    font-weight: 800;
}

.body_heading{
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    /*color: #232323;*/
    font-size: 32px;
    line-height: 40px;
}

.body_accent, .view-header{
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    color: #ff214f;
    font-size: 12px;
    line-height: 20px;
    margin-bottom:10px;
}

.view-header{
    text-transform:uppercase;
    font-size: 12px;
    font-weight: 600;
}

.webform-client-form > div{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left:-15px;
    margin-right:-15px;
}

.webform-client-form input,
.webform-client-form textarea,
.webform-client-form select{
    margin-bottom:0px;
}

.webform-client-form .form-actions{
    width:100%;
    text-align: center;
    z-index: 1;
}

.webform-submit{
    text-align:center;
    border-radius: 50px;
    background: #ff214f;
    border-color: #ff214f;
    color: #ffffff;
    padding: 9px 38px;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: .5px;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    white-space: nowrap;
    text-transform: uppercase;
    border: 2px solid transparent;
}
.webform-submit:hover {
    background: transparent;
    border-color: #ff214f;
    color: #ff214f;
}

.exo{
    font-family: 'Exo', sans-serif;
    color:#232323;
}

.center-file .file{
    margin:0 auto;
}

#search-block-form{
    height: 100%;
    width: 45%;
    margin: 0 auto;
    position: relative;
}


#search-block-form input{
    border: none;
    border-radius: 0;
    border-bottom: 2px solid rgba(255,255,255,0.5);
    font-size: 30px;
    font-weight: 100;
    padding: 20px 38px 20px 2px;
    text-transform: capitalize;
    background: transparent;
    line-height: 40px;
    color: #fff;
}

#search-block-form button{
    font-size: 21px;
    color: #fff;
    top: 31px;
    right: 0;
    outline: none;
}

#search-block-form .form-actions{
    display:none;
}

#edit-basic{
    margin-bottom:20px;
}

.form-item-keys label{
    display:none;
}

.form-item-keys input{
    width:80%;
    float:left;
}

.button-style{
    font-size: 11px;
    background: #ff214f;
    border-color: #ff214f;
    color: #ffffff;
    border-radius: 50px;
    padding: 5px 29px;
    display: inline-block;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    text-transform: uppercase;
    width: auto;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.button-style:hover{
    background: transparent;
    border-color: #ff214f;
    color: #ff214f;
}

.search-result-title{
    font-size:20px;
}

.search-snippet{
    margin-bottom:10px;
}

.views-field-field-researcher-name, .views-field-field-country-ies{
    width: 18%;
}

.views-field-field-period{
    width: 10%;
}

th, td{
    padding: 5px 10px 5px 10px;
}

table, th, td {
    border: 0.5px solid gray;
}

.views-field-field-keywords-for-research-expe a{
    text-transform: capitalize;
}

.node-research-item .field{
    margin-bottom: 20px;
}

.node-research-item h2{
    font-size: 34px;
    font-family: 'Exo', sans-serif;
}

.node-research-item p, .node-research-item a{
    margin: 0;
}

.node-research-item .field-label{
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.node-research-item-profile{
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: 0.5px solid gray;
}