/*
Theme Name: Bravad
Theme URI: http://bravad.ca
Author: Bravad
Author URI: http://bravad.ca
Description: Wordpress bravad theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bravad
*/

/* BLOCK JOBS */
.job-header{
    display: flex;
    justify-content: space-between;
    align-items: center;

    background: #fff;
    transition: all 0.3s ease;
}
.job:not(:last-child) .job-header{
    border-bottom: 1px solid #145192;
}
.job-header:hover, .job-header:active, .job-header:focus{
    text-decoration: none;
    background: #145192;
    cursor: pointer;
}
.job-header:hover h3, .job-header:active h3, .job-header:focus h3{
    color: #fff;
}
.job-header:hover .job-arrow, .job-header:active .job-arrow, .job-header:focus .job-arrow{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M24,8c0,0.4-0.2,0.7-0.5,0.9l-10.8,8c-0.4,0.3-0.9,0.3-1.3,0L0.5,9C0,8.6-0.1,7.9,0.2,7.4 c0.4-0.5,1.1-0.6,1.6-0.3L12,14.5l10.2-7.4c0.5-0.4,1.2-0.3,1.6,0.3C23.9,7.6,24,7.8,24,8L24,8z'/%3E%3C/svg%3E");
}
.job-header h3{
    color: #4e5354;
    margin: 2rem;
    transition: all 0.3s ease;
    font-size: 3rem;
}
.job-arrow{
    width: 2rem;
    height: 2rem;
    margin: 2rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%230077B7;%7D%0A%3C/style%3E%3Cpath class='st0' d='M24,8c0,0.4-0.2,0.7-0.5,0.9l-10.8,8c-0.4,0.3-0.9,0.3-1.3,0L0.5,9C0,8.6-0.1,7.9,0.2,7.4 c0.4-0.5,1.1-0.6,1.6-0.3L12,14.5l10.2-7.4c0.5-0.4,1.2-0.3,1.6,0.3C23.9,7.6,24,7.8,24,8L24,8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
}
.job a[aria-expanded="true"]{
    background: #145192;
}
.job a[aria-expanded="true"] h3{
    color: #fff;
}
.job a[aria-expanded="true"] .job-arrow{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpath class='st0' d='M24,8c0,0.4-0.2,0.7-0.5,0.9l-10.8,8c-0.4,0.3-0.9,0.3-1.3,0L0.5,9C0,8.6-0.1,7.9,0.2,7.4 c0.4-0.5,1.1-0.6,1.6-0.3L12,14.5l10.2-7.4c0.5-0.4,1.2-0.3,1.6,0.3C23.9,7.6,24,7.8,24,8L24,8z'/%3E%3C/svg%3E");
    transform: rotate(180deg);
}
.job-body{
    position: relative;
    background: #fff;
    border: 1px solid #145192;
    padding: 2rem;
    padding-bottom: 6rem;
}
.btn-apply{
    position: absolute!important;
    bottom: 2rem;
    right: 2rem;
}
.bg-black .job-text{
    color: #000;
}
@media screen and (max-width: 768px){
    .job-header h3{
        font-size: 2.2rem;
    }
}
html{
    scroll-behavior: smooth;
}

.page-content a, .page-content a:hover {
    text-decoration: none !important;
}

.page-id-27 h3, .page-id-247 h3{
    font-size: 2rem !important;
}