/**
 * @file
 * GRanmat footer class = "cid-soIJrGAVF3" styling.
 */

.cid-soIJrGAVF3 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #002f7d;
}

.cid-soIJrGAVF3 .social-media {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 4rem;
}

.cid-soIJrGAVF3 .social-media ul {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}

.cid-soIJrGAVF3 .social-media ul li {
    padding: 4px;
    display: inline-block;
}

.cid-soIJrGAVF3 .logo-section {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 4rem;
}

.cid-soIJrGAVF3 .logo-section img {
    width: auto;
}

.cid-soIJrGAVF3 .icon-transition svg {
    color: #ffffff;
    display: block;
    padding: 12px;
    height: 3em;
    line-height: 3em;
    border-radius: 50%;
    background-color: #002157;
    width: 3em;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 13px;
}

.cid-soIJrGAVF3 .icon-transition svg:hover {
    background-color: #0f7699;
}

.cid-soIJrGAVF3 .mbr-text {
    color: #ffffff;
}

@media (max-width: 991px) {
    .cid-soIJrGAVF3 .social-media {
        -webkit-justify-content: center;
        justify-content: center;
        padding-right: 15px;
    }
    .cid-soIJrGAVF3 .logo-section {
        -webkit-justify-content: center;
        justify-content: center;
        padding-left: 15px;
        margin-bottom: 1.5rem;
    }
    .cid-soIJrGAVF3 .mbr-text {
        margin-bottom: 1.5rem;
    }
}