

    .Manitoba {
        top: 55%;
        left: 45%;
        right: auto;
    }

    .Ontario {
        top: 61%;
        left: 55%;
        right: auto;
    }

    .Quebec {
        top: 58%;
        left: auto;
        right: 30%;
    }

    .Newfoundland {
        top: 46%;
        left: auto;
        right: 21%;
    }

    .PrinceIsland {
        top: 60%;
        left: auto;
        right: 15%;
    }

    .NovaScotia {
        top: 69%;
        left: auto;
        right: 12%;
    }

    .NewBrunswick {
        top: 75%;
        left: auto;
        right: 21%;
    }

    .Nunavut {
        top: 30.5%;
        left: 42%;
        right: auto;
    }

    .Northwest {
        top: 30.5%;
        left: 24%;
        right: auto;
    }

    .Yukon {
        top: 28%;
        left: 9%;
        right: auto;
    }

    .BritishColumbia {
        top: 51%;
        left: 11%;
        right: auto;
    }

    .Alberta {
        top: 50%;
        left: 25%;
        right: auto;
    }

    .Saskatchewan {
        top: 51%;
        left: 37%;
        right: auto;
    }
    
    .consideration-box {
        margin:0px;
        border-width:1px;
        border-style:solid;
        border-color:#dddddd;
    }
    
            .consideration-box:hover{
                color:white;
            }
    
    #canadaBox {
        position: relative;
        float: left;
        margin-left: auto;
        margin-right: auto;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    #popup {
        position: absolute; 
        border-radius: 5px; 
        box-shadow: 0px 0px 10px; 
        background-color: #6CBF6F;
        transition: opacity 0.2s ease-in-out;
        opacity: 0;
        height: 60px;
        width: 200px;
    }
     
    
    #popupContentSection {
        float: left;
        width: 100%;
        height: 100%;
        text-align: center;
        padding-top: 8px;
        font-size: 16px;
        padding-left: 10px;
        padding-right:10px;
        color:white;
    }
    
    .tab-content-3 {
        margin-bottom:0px;
        padding-bottom:0px;
    }
    
    
    .hover-div {
        position:absolute;
        opacity:0.2;
    }
    
    .hover-link {
        display: block;
        width: 100%;
        height: 100%;
    }