﻿.thumbnail {
    min-height: 6.3rem;
    box-shadow: 0 0 0.9rem rgba(142, 154, 173, 0.6);
    cursor: pointer;
    color: #555555;
    text-decoration: none !important;
    margin-top: 2rem;
    margin-bottom: 2.6em;
}

.thumbnail-icon {
    margin: auto;
    margin-top: -2.98em;
    margin-bottom: 0.4rem;
    text-align: center
}

.thumbnail-icon > i {
    border: 0.06rem solid #ddd;
    border-radius: 50%;
    padding: 1.3rem;
    background: #ffffff;
    transition: border-color 0.4s;
}

.thumbnail:hover > .thumbnail-icon > i {
    border-color: #337ab7;
}

.imgTopBanner {
    height: 12.5rem;
}

.imgTopBanner > img {
    max-height: 100%;
    max-width: 100%;
    padding: 1%;
}

.imgTopBannerLogo {
    height: 3.1rem;
}

.divAnimatedWheel {
    text-align: center;
}

.ctxWheel {
    font-size: 25rem;
    display: flex;
    flex-direction: column;
}

@media (max-width: 450px){
    .ctxWheel {
        font-size: 18.8rem;
    }
}

@media (max-width: 340px) {
    .ctxWheel {
        font-size: 13.5rem;
    }
}

.whatWeDoSVG {
    font-size: 6.5rem;
}

.whatWeDoSVG > .inlineSVG {
    margin-bottom: 1.7rem;
}

@media (min-width: 1024px) {
    .divAnimatedWheel > img {
        margin: -1.9rem 0;
    }
}

.divHighlights {
    clear: both;
    padding: 1%;
    padding-left: 5%;
}

.whatWeDoBanner {
    margin-bottom: 1.75em;
    border: 0.06rem solid #21386D;
    text-align: center;
    font-size: 0.8rem;
}

.whatWeDoBanner > .whatWeDoText {
    background: #315DA3;
    padding: 0.5em;
    color: white;
    min-height: 5.6rem;
    line-height: 2.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatWeDoBanner > .whatWeDoText > span {
    line-height: normal;
    font-size: 1.3em;
}

.section-title {
    margin-top: 0.9rem;
}

.whatWeDo-title {
    margin: 2rem 0;
}

@media (max-width: 1024px) {
    .logoList > div {
        height: auto;
    }

    #divCustomerLogos img {
        clear: both;
        vertical-align: baseline;
        margin: 0.875em auto;
    }
}

@media(max-width: 767px){
    .row > .col-md-4 {
        margin-bottom: -0.8rem;
    }
}