:root {
    --main_pink: #ec278e;
    --main_blue: #3d4998;
}

.margin-all-0per {
    margin: 0%;
}

.mar-b-2per {
    margin-top: 0%;
    margin-bottom: 2.5%;
}

.mar-b-3per {
    margin-top: 0%;
    margin-bottom: 3%;
}

.underline a {
    text-decoration: underline !important;
}

.pad-break {
    padding-top: 2.2%;
}

.pad_top-3per {
    padding-top: 3%;
}

.pad_top-7per {
    padding-top: 7%;
}

.font-177 {
    font-size: 1.77vw;
    line-height: 2.28vw;
}

section.our_outreach_bg {
    background: url('../images/our-outreach-desk.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100% 50%;
    background-color: #ffffff;
    padding-top: 2.5%;
    padding-bottom: 21%;
}

div.thumb_desc {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    z-index: 99;
}

.culture_container {
    margin-top: 0% !important;
}

.footer_section_bottom-margin {
    margin-bottom: 10%;
}

.outreach_thumb_clickable1 {
    color:#038616;
    fill: #038616;
}

.outreach_thumb_clickable2 {
    color:#be5b00;
    fill: #be5b00;
}

.outreach_thumb_clickable3 {
    color:#009d9d;
    fill: #009d9d;
}

.outreach_thumb_clickable4 {
    color:#743693;
    fill: #743693;
}

section.culture_container a {
    border-bottom: 1px solid #ec278e !important;
}

/********** MEDIA QUERIES **********/

@media only screen and (min-width:320px) and (max-width:1024px) {
    .base_margins {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    section.our_outreach_bg {
        background: url('../images/our_outreach_mob.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 100% 50%;
        background-color: #ffffff;
        padding-top: 2.5%;
        padding-bottom: 63vw;
    }
    section.hero_container h2 {
        padding-bottom: 0%;
    }
    .p3 {
        font-size: 2vh;
    }
    .hero_head {
        width: 65%;
    }
    .flex_grid {
        flex-direction: column;
    }
    .image_thumb {
        width: 100% !important;
        border-top-right-radius: 14px;
        margin-bottom: -4px;
    }
    .image_thumb img {
        border-top-right-radius: 14px;
        border-top-left-radius: 14px;
    }
    .thumb_desc {
        width: auto !important;
        border-radius: 0px !important;
        border-bottom-right-radius: 14px !important;
        border-bottom-left-radius: 14px !important;
    }
    div.thumb_desc {
        margin-top: -4%;
        padding-bottom: 4%;
    }
    
}

/********** MEDIA QUERIES (Apple Only) **********/

@media only screen and (min-device-width:320px) and (max-device-width:1024px) {
    .base_margins {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    section.our_outreach_bg {
        background: url('../images/our_outreach_mob.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 100% 50%;
        background-color: #ffffff;
        padding-top: 2.5%;
        padding-bottom: 63vw;
    }
    section.hero_container h2 {
        padding-bottom: 0%;
    }
    .p3 {
        font-size: 2vh;
    }
    .hero_head {
        width: 65%;
    }
    .flex_grid {
        flex-direction: column;
    }
    .image_thumb {
        width: 100% !important;
        border-top-right-radius: 14px;
        margin-bottom: -4px;
    }
    .image_thumb img {
        border-top-right-radius: 14px;
        border-top-left-radius: 14px;
    }
    .thumb_desc {
        width: auto !important;
        border-radius: 0px !important;
        border-bottom-right-radius: 14px !important;
        border-bottom-left-radius: 14px !important;
    }
    div.thumb_desc {
        margin-top: -4%;
        padding-bottom: 4%;
    }
    
}
