.conclusive-read-more,.conclusive-read-more:focus,.conclusive-read-more:active,.conclusive-read-more:hover,.conclusive-read-more:active:focus,.conclusive-read-more:active:hover {
    color: #666666;
    background-color:#ffffff;
    text-transform: uppercase;
    font-weight: 700;
    border-color: transparent;
    font-size: 1em;
}

.yellow-arrow-button, .yellow-arrow-button:focus, .yellow-arrow-button:active, .yellow-arrow-button:hover, .yellow-arrow-button:active:hover, .yellow-arrow-button:active:focus {
    background-color: #e38e12;
    border-color: transparent;
    font-size: 1em;
    margin-top: 15px;
}

.btn:active, .btn.active {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-arrow-right {
    position: relative;
}

.yellow-arrow-button::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #e38e12;
    border-width: 20px;
    margin-top: -20px;
}

.flexslider .yellow-arrow-button:after {
    border-width: 19px;
    margin-top: -19px;
}

.white-arrow-button:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #ffffff;
    border-width: 20px;
    margin-top: -19px;
}

@media (min-width: 771px ) and (max-width: 1090px) {
    .col-sm-4 .search-resource-country {
         margin-left: 20px;
    }
}

@media (min-width: 1091px) {
    .col-md-4 .search-resource-country {
         margin-left: 5px;
    }
}