/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/mar/2017, 11:55:13
    Author     : incograf
*/


.hr-banner .mybanner-container-rh-opportunities {   
    background-image: url('../../images/app/rh-opportunities.jpg?r=2');
}

.opportunities-container h2{
    color: #0062a9;
    text-transform: uppercase;
}


section.opportunities-container header{
    position: relative;
}
section.opportunities-container header div.opportunities-spontaneous{
    position: absolute;
    /*height: 90px;*/
    height: 69px;
    /*    width: 175px;
        right: 60px;
        padding-left: 60px;*/
    top: -20px;
    text-align: center;
    border-left: 1px solid #dadada;
    background-color: #0062a9;
    width: 235px;
    right: 0px;
    padding-left: 0px;
}
section.opportunities-container header div.opportunities-spontaneous a{
    height: 100%;
    display: block;
    /*    padding-top: 20px;*/
    font-size: 12px;
    font-family: roboto-bold;
    /*color: #0062a9;*/
    color: #fff;
    padding-top: 27px;
    text-transform: uppercase;
}

.opportunities-content-desc{
    /*height: 250px;*/
    margin-bottom: 60px;
    margin-left: 0px;
    margin-right: 0px;
    border-top: 1px solid #dadada;
    color: #0062a9;

}


section.opportunities-container > h5{
    text-align: center;
    line-height: 30px;
    padding: 90px;
    color: #0062a9;
    display: none;
}
.opportunities-content-desc .row:first-of-type{
    height: 120px;
    padding-top: 50px;    
    background-color: #EDEDEF;
}
.opportunities-content-desc .row:last-of-type{
    /*height: 130px;*/
    padding-top: 30px;      
    /*background-color: #92a9d3;*/            
}

.opportunities-content-desc .opp-desc-tittle h5{
    margin-top: 0px;
    font-size: 12px;
}
.opportunities-content-desc .opp-desc-tittle h4{
    text-align: left;
    font-size: 24px;
    margin-top: 5px;
    margin-left: -1px;
}
.opportunities-content-desc .opp-desc-published{
    text-align: right;
    padding-right: 60px;
    font-size: 12px;
    font-family: roboto-bold;
    text-transform: uppercase;
}
.opportunities-content-desc .opp-desc-published span{
    width: 100%;
    display: block;
}

.opportunities-content-desc div:first-of-type{
    /* to background image*/
    padding: 0px;
}
.opportunities-content-desc .opp-desc-image-fill{
    /* to background image*/
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
}

.opportunities-content-desc div.row{
    padding-left: 30px;
}
.opportunities-content-desc .opp-desc-text {
    /*    background-color: #ccc;*/
    overflow: hidden;
    height: 100px;
    padding-right: 100px !important;
    /*font-size: 11px;*/
    font-size: 14px;
}
.opportunities-content-desc .opp-desc-text>p {
    text-align: justify !important;
    min-height: 100px;
}
.opportunities-content-desc .opp-desc-button {
    /*background-color: #005983;*/
    text-align: right;
    padding-right: 60px;
    padding-left: 0px;

}
.opportunities-content-desc .opp-desc-button a{
    display: block;
    height: 60px;
    width: 100%;
    padding: 0px;
    padding-top: 22px;
    background-color: #F0D200;
    border: 0px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-family: roboto-bold;
    text-transform: uppercase;    
    text-align: center;
    text-transform: uppercase !important;
    /*color: #fff;*/
    color: #0062A9;

}

.opportunities-content-desc .opp-desc-button a i{
    width: 20px;
    padding-left: 0px;
}
.opportunities-content-desc .opp-desc-button a:hover i{
    padding-left: 10px;
}


@media screen and (max-width: 991px) {

    .opportunities-content-desc .row:first-of-type {       
        padding-top: 30px;  
        height: auto;
        padding-left: 65px;
        padding-right: 65px;
    }
    .opportunities-content-desc .opp-desc-tittle{
        padding-right: 30px;
    }

    section.opportunities-container header div.opportunities-spontaneous{
        position: relative;
        top: 0px;
        left: 0px;
        border-left: 0px solid #0087C1;
        text-align: center;        
        height: 50px;
        margin: 30px 20% 40px 20%;
        padding: 18px 0px;
        width: 60%;

    }
    section.opportunities-container header div.opportunities-spontaneous a{
        padding-top: 0px;
    }

    .opportunities-content-desc .opp-desc-published span{
        width: auto;
        display: inline-block;
    }

    .opportunities-content-desc .opp-desc-published {
        padding-right: 0px;
        padding-left: 0px;
    }
    .opportunities-content-desc .opp-desc-text {
        padding-right: 0px !important;
    }
    .opportunities-content-desc .opp-desc-button {
        padding-right: 0px;
        margin: 5px;
        margin-top: 30px;
        margin-bottom: -30px;        
    }
    .opportunities-content-desc .row:last-of-type {
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {

    section.opportunities-container header div.opportunities-spontaneous{
        margin: 30px 10%;        
        width: 80%;
    }
    .opportunities-content-desc .row:first-of-type {       
        padding-left: 20px;
        padding-right: 20px;
    }
    .opportunities-content-desc .opp-desc-published {
        text-align: left;
    }
    .opportunities-content-desc .opp-desc-text {
        text-align: left;
        padding-left: 0px;
    }
    .opportunities-content-desc .row:last-of-type {
        padding-left: 20px;
        padding-right: 20px;
    }

}