﻿body {
}

.blackTitle {
    font-family: 'Rubik',sans-serif;
    font-size: 24px;
    display: block;
    padding-top: 41px;
    margin-bottom: 0px;
    font-weight: bold;
}

.redTitle {
    font-family: Arial;
    color: #D7002A;
    font-size: 45px;
    display: block;
    margin-top: 0px;
    line-height: 25px;
}

.menuFont {
    border: none;
    color: #000000;
    font-weight: bold;
    font-family: Arial;
    font-size: 17px;
}

.menuBorder {
    border: 1px solid #D5D5D5;
}

.noResultsText {
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 10px;
}

div.scrollMenu {
    overflow: auto;
    white-space: nowrap;
    overflow-x: hidden;
}

    div.scrollMenu a {
        display: inline-block;
        color: #000000;
        text-align: center;
        padding: 14px;
        text-decoration: none;
    }

.scrollBtn {
    /*position: absolute;*/
    background-color: #ffffff;
    border: none;
    color: #D5D5D5;
    /*top: 280px;*/
}

.rightBtn {
    border-left: 1px solid #D5D5D5;
    right: 25px;
}

.leftBtn {
    border-right: 1px solid #D5D5D5;
    left: 25px;
}

@media(min-width:576px){
    .rightBtn {
        right: 33px;
    }

    .leftBtn {
        left: 33px;
    }
}

@media(min-width:768px) {
    .rightBtn {
        right: 44px;
    }

    .leftBtn {
        left: 44px;
    }
}

.rightBtnMetodology {
    margin-top: 16px;
    right: 13px;
    border: none;
    border-left: 1px solid #D5D5D5;
    position: absolute;
    background-color: #ffffff;
    color: #D5D5D5;
}

.leftBtnMetodology {
    margin-top: -62px;
    left: 13px;
    position: absolute;
    background-color: #ffffff;
    border: none;
    border-right: 1px solid #D5D5D5;
    color: #D5D5D5;
}

h4.metodologyFont {
    color: #363636;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    margin-top: -3px;
    padding-top: 0px;
}

h3.metodologyFont {
    font-size: 24px;
    line-height: 100%;
    font-weight: bold;
    margin: 0 0 3px 0;
    padding-right: 15px;
}

ul.publicationList  {
    margin-top: 5px;
    list-style-type: none;
}

.iconPossition {
    padding-right: 4px;
}

@media(min-width:992px){
    .iconPossition {
        padding-right: 55px;
    }
}

.borderBottom {
    border-bottom: 1px solid #D5D5D5
}