/*IR Projects
===*/
#fixedElement {
    position: static;
    top: 0;
    width:100%;
    z-index: 20000;
    margin-left: 2px;
    height: 0;
}

select#select-cat,
select#select-st {
    border-radius: 0;
    background: #0067a6;
    color: #ffffff;
    font-weight: 600;
    border: none;
    width: 99%;
    height: auto !important;
}
#total-ir {
    font-size: 14px;
}
#total-results {
    margin-left: 5px;
}
h3.category-title:first-child {
    margin-top: 0 !important;
}
h3.category-title {
    margin-bottom: 20px !important;
}
h4.ir-project-title {
    margin: 0 0 10px 0;
    color: rgba(0, 103, 166, 1);
    font-weight: 400;
    font-size: 24px;
}
div.ir-project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #777;
}
div.ir-project-link {
    display: flex;    
    align-items: center;
    color: rgba(0, 103, 166, 1);
    font-size: 14px;
    font-weight: 600;
}
div.ir-project-link a {
    color: rgba(0, 103, 166, 1);
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
}
div.ir-project-link a:hover {
    color: #14274a;
}
#ir-projects {
    color: #4a4e57;
    display: flex !important;
    flex-wrap: wrap;
}
.ir-projects {
     width: 50%;
     padding: 0 40px 40px 0;
}
.ir-project-row {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}
.ir-project-col1 {
     width: 40%;
}
.ir-project-col2 {
    width: 60%;
    margin-left: 20px;
}
@media only screen and (max-width: 1200px) {
    .ir-project-col1 {
         width: 30%;
    }
    .ir-project-col2 {
        width: 70%;
    }
}
@media only screen and (max-width: 1053px) {
    .ir-projects {
         width: 100%;
    }
    .ir-project-col1 {
             width: 40%;
    }
    .ir-project-col2 {
            width: 60%;
    }
}
@media only screen and (max-width: 630px) {
    .ir-projects {
        padding: 0 0 30px 0;
    }
    .ir-project-row {
        display: block !important;
    }
    .ir-project-col1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .ir-project-col2 {
        width: 100%;
        margin-left: 0;
    }
}

.page-id-20149 .post-content h1,
.page-id-20336 .post-content h1,
.postid-20109 .post-content h1 {
     font-size: 46px !important;
}

.featured-ir-project-column {
    height: 400px;
}

.ir_projectss {
    margin-bottom: -100px;
}

.acf-repeater-row {
    display: flex;
    align-items: center;
}

.acf-repeater-image {
    width: 20%;
    padding: 2%;
}

.acf-repeater-description {
    width: 80%;
    padding: 2%;
}

@media only screen and (max-width: 640px) {
    .acf-repeater-row {
        display: block;
        text-align: center;
    }
    .acf-repeater-image {
        width: 100%;
        padding: 2%;
    }
    .acf-repeater-image img {
        max-width: 200px;
    }
    .acf-repeater-description {
        width: 100%;
        padding: 2%;
    }
}