.about-overlay {
    background: rgba(0, 0, 0, 0.50);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.heading-background {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 520px;
}

.page-icon {
    height: 113px;
    margin-bottom: 28px;
}

#team-section {
    padding: 100px 15px;
}

.icon-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align:center;
    padding-top: 20px;
}

.text-container {
    font-size: 20px;
    letter-spacing: 0.8px;
    word-spacing: 1.4px;
    line-height: 1.8em;
}

#work-environment-section {

    padding: 90px 15px;

    background: rgb(0,51,103);
    background: -moz-linear-gradient(90deg, rgba(0,51,103,1) 0%, rgba(34,90,149,1) 100%, rgba(68,129,194,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,51,103,1) 0%, rgba(34,90,149,1) 100%, rgba(68,129,194,1) 100%);
    background: linear-gradient(90deg, rgba(0,51,103,1) 0%, rgba(34,90,149,1) 100%, rgba(68,129,194,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003367",endColorstr="#4481c2",GradientType=1);
}

#work-environment-section .text-container, #work-environment-section h3 {
    color:#efefef;
}

.about-heading {
    margin-bottom: 40px;
}

#office-section {
    padding: 110px 20px 100px 20px;
}

.toronto-address {
    margin-bottom: 80px;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 40px;
}

.montreal-address {
    margin-bottom: 80px;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 40px;
}

img.inline-icon {
    height: 56px;
    margin-left: 25px;
    margin-top: -32px;
}

img.inline-icon.chicago-icon {
    margin-top:-14px
}

#office-section h4 {
    text-decoration: underline;
    text-decoration-color: #00e0ff;
}

.opaque-me {
    -webkit-filter: opacity(80%);
    filter: opacity(80%);
}

@media (max-width: 991.98px) {
    #office-section {
        padding: 60px 20px 90px 20px;
    }

    #office-section .about-heading {
        margin-bottom: 60px;
    }
}

/* --- Copied from Home page css ----- */

.about-company-section>.row {
        padding: 0;
}

.about-section-title {
        margin-bottom: 45px;
}

.about-section-icon>img {
        height:200px;
}

.about-section-icon {
        display: flex;
        justify-content: center;
        align-items: center;
}

.about-section-info .section-content {
        font-size: 20px;
        padding: 35px 20px;
        text-align: center;
        word-spacing: 0.4px;
        letter-spacing: 0.2px;
        line-height: 32px;

        color:black;
}

.about-border {
        border-right: 1px solid #9b9b9b;
}

.about-space {
        padding-top: 50px;
        padding-bottom: 50px;
}

section.about-company-section {
    padding: 50px 50px 65px 0;
    background-size: cover;
    background-position: center;
    position: relative;    
}

.about-button-row {
        text-align:center;
        margin-top: 65px;
}

.about-button-row> .learn-more-btn {
        max-height: 60px;
        min-width: 250px;
        font-size: 20px;

        padding: 22px 40px 18px 55px;
        color: #f1f1f1;
        word-spacing: 4px;
        border-radius: 34px;

        background: rgb(2,74,148);
        background: -moz-linear-gradient(90deg, rgba(2,74,148,1) 0%, rgba(0,99,157,1) 100%, rgba(0,155,220,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(2,74,148,1) 0%, rgba(0,99,157,1) 100%, rgba(0,155,220,1) 100%);
        background: linear-gradient(90deg, rgba(2,74,148,1) 0%, rgba(0,99,157,1) 100%, rgba(0,155,220,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#024a94",endColorstr="#009bdc",GradientType=1);
}

.learn-more-btn i {
        font-size: 15px;
        padding-left: 10px;
        font-weight: 600;
}
    
.about-button-row> .learn-more-btn:hover {
        color: #003367;
        background: #fff;
        border: 2px solid #517eab;
}

@media (max-width: 991.98px) {
        .about-section-icon {
                border: none;
                margin-bottom: 25px;
        }
        
        .about-space {
                padding-top: 50px;
                padding-bottom: 50px;
        }
        
        section.about-company-section {
                padding: 40px 0 60px 0;
        }

        .about-section-title {
                margin-bottom: 20       px;
        }
}

@media(max-width: 767.98px) {
        .about-border {
                border-bottom: 1px solid #9b9b9b;
        }

        .about-section-info .section-content {
                padding: 50px 25px;
        }

        .about-section-icon {
                border: none;
                margin-bottom: 10px;
        }

        .about-section-info:nth-child(2) {
                padding-top:30px;
        }

        section.about-company-section {
                padding-bottom: 50px;
        }

        .about-button-row {
                margin-top: 30px;
        }
}

.about-info-overlay {
    background: rgba(256, 256, 256, 0.9);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}