        .ql-wrapper {
        width: 100%;
        display: block;
        margin: 5rem 4rem 5rem 0;
    }
    
    .qlbtnimg-1 {
        background-image: url(/Portals/125/Images/img/about/LeadershipImgBG.jpg);
        padding: 6rem;
        text-align: center;
        font-size: 4rem;
        font-weight: 800;
        background-size: cover;
    }
    
    .qlbtnimg-2 {
        background-image: url(/Portals/125/Images/img/about/historyImg.jpg);
        padding: 6rem;
        text-align: center;
        font-size: 4rem;
        font-weight: 800;
        background-size: cover;
    }
    
    .qlbtimg-3 {}
    
    .btnlink {}
    
    a.litetext {
        color: #f4f4f4;
    }
    
    a.litetext:hover {
        color: #f2a022;
    }
    
    .quicklinktitle {
        color: #232c48;
        text-align: center;
        margin-top: 1rem;
    }
    
    .JOCBtn {
        background-color: #232c48;
        cursor: pointer;
        height: 2.6rem;
        padding: 3rem;
        color: #fff;
        display: block;
        width: 100%;
        margin: 0 auto;
        transition: all 0.2s ease;
    }
    
    h2.thistextmustchange a {
        color: #fff!important;
        font-size: 2.6rem;
        font-weight: 800;
        position: relative;
        text-align: center;
        display: block;
        width: 100%;
        margin: 0 auto;
        top: -39px;
    }
    
    h2.thistextmustchange a:hover {
        color: #f2a022!important;
        font-size: 2.6rem;
        font-weight: 800;
        position: relative;
        text-align: center;
        display: block;
        width: 100%;
        margin: 0 auto;
        top: -39px;
    }
    
    .somethinghere {
        color: #232c48;
        line-height: 1.4rem;
        text-align: center;
    }
    
    img.somethinghereicon {
        cursor: pointer;
        height: auto;
        transition: all 0.2s ease;
        width: 76px;
    }
    
    img.somethinghereicon:hover {
        transform: rotate(180deg);
    }
    
    .smallbusiness-hub {
        color: #232c48;
        line-height: 1.4rem;
        text-align: center;
    }
    
    img.smallbusinessicon {
        cursor: pointer;
        height: auto;
        transition: all 0.2s ease;
        width: 76px;
    }
    
    img.smallbusinessicon:hover {
        transform: rotate(180deg);
    }
    
    .mediahub {
        color: #232c48;
        line-height: 1.4rem;
        text-align: center;
    }
    
    img.mediaicon {
        cursor: pointer;
        height: auto;
        transition: all 0.2s ease;
        width: 76px;
    }
    
    img.mediaicon:hover {
        transform: rotate(180deg);
    }
    
    .pmb-2 {
        padding-bottom: 2rem;
        margin-bottom: -2rem;
    }
    
    .pt-25 {
        padding-top: 2.5rem;
    }
    
    li.bulletedlinks {
        list-style: circle;
    }
    /*--------------Media Querie---------------------*/
    
    @media screen and (min-width: 768px) and (max-width: 1127px) {
        .JOCBtn {
            height: 7.6rem;
        }
    }
    
    @media screen and (max-width: 420px) {
        .JOCBtn {
            height: 2.6rem;
        }