/*Lato Font */
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Regular.ttf');
}
@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato/Lato-Bold.ttf');
}
/* Brand Resources */
.main-title-main-title{
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    /* padding-bottom: 40px; */
    /* margin-bottom: 0; */
    margin-top: 10px;
    letter-spacing: 1px;
    line-height: 1.08;
}
.resources-wrap{
    padding-top: 24px;
}
.resources-wrap .sub-title{
    padding-bottom: 20px;
    color: #fff;
}
.brand-resources{
    padding-top: 40px;
    padding-bottom: 40px;
    background: #d62828;

}
.brand-resources .main-description{
    color: #fff;
}

/* .resources-accordion {
    background: #fff;
} */
.resources-accordion.uk-accordion>:nth-child(n+2){
    margin-top: 10px;
}
.resources-accordion .uk-accordion-title{
    /* color: #d62828; */
    font-weight: bold;
    font-size: 20px;
    color: #5a5a5a;
    text-transform: capitalize;
    padding: 10px 40px;
}
.uk-accordion-content{
    padding: 30px 40px 30px 40px;
    margin-top: 0;
    border-top: 1px solid #d2d2d2;
}
.resources-accordion .uk-accordion-content .uk-flex{
    align-items: flex-start;
}
.resource-desc{
    width: calc(100% - 200px);
}
/* .resources-accordion.uk-accordion>:nth-child(n+2){
    margin-top: 0;
} */
.resources-accordion li{
    /* padding: 20px 40px; */
    box-shadow: 0 1px 10px rgb(0 0 0 / 24%);
    border: 1px solid #d2d2d2;
    background: #fff;
    /* padding: 10px 40px; */
    font-weight: bold;
    font-size: 20px;
    color: #000;

}
.resources-download-all   {
    display: inline-block;
    color: white;
    background: #d62828;
    padding: 8px 16px;
    border: 1px solid #d62828;
    /* border-radius: 4px; */
}
.resources-download-all:hover  {
    color: #d62828;
    text-decoration: none;
    border: 1px solid #d62828;
    transition: all .3s ease-in;
    background: #fff;
}

.resources-thumbnail    {
    position: relative;
    padding-bottom: 60%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* border-radius: 4px; */
    overflow: hidden;
}

.resources-overlay  {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 4px; */
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}

.resources-thumbnail:hover .resources-overlay     {
    opacity: 1;
}

.resources-download-single   {
    color: #F5F5F5;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    /* background: white;
    padding: 8px 16px;
    border-radius: 4px; */
}
.resources-download-single:hover  {
    color: #d62828;
    text-decoration: none;
}
.resources-accordion .uk-grid {
    row-gap: 20px;
}
@media screen and (max-width: 639px) {
    .resource-desc{
        width: 100%;
    }
    .resources-download-single {
        font-size: 16px;
    }
}