#main-wrapper {
    font-size: 15px;
    height: 100%;    
}


#main-wrapper .card a:link {
    color: #2172B5 !important;
    text-decoration: underline;
}

#main-wrapper .card a:visited {
    color:#2172B5 !important;
}

.nli {
    list-style: decimal;
    font-size: 1em !important;
    line-height: 18px;
    padding: 2px;
}




.mainHeader {
    color:#fff;
    background-color: #333e5c;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    margin-top: -5px !important;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 32px !important;
}


/*Card*/
.card{
    background-color: #fff !important;
    padding: 0 !important;
    height: 550px;
    
}

.cardHeader {
    font-size: 18px;
    border-radius: 3px 3px 0 0;
    background-color: #333e5c;
    margin-top: -4px;
    padding: 15px;
    text-align: center;
    color: #fff;
}

.cardSubHeader {
   color: #2172B5;
   font-size: 15px;
   font-weight: bold;
}

.cardImg {
    margin-top: -10px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
    max-height: 150px;

}

.imglink a:hover {
    border: solid black 1px;
    border-radius: 10px;
    width: 100%;
}



.lanButton {
    background-color: #333e5c !important;
    color: #fff !important;
    border: #2172B5 3px solid !important;
    border-radius: 0 !important;
    margin-bottom: 10px !important;
    
}

.lanButton a:visited {
    color: #fff !important;
}

.moreOptionsBtn {
    text-align: center;
    font-size: 15px;
}



.lanButton:hover {
    background-color: #fff !important;
    color: #333e5c !important; 
    border: #2172B5 3px solid;
    border-radius: 0;
}



@media screen and (max-width:1199px){

    .card{
        height: 580px;
        
    }


}


@media screen and (max-width:991px){



    .lanButton:nth-child(odd){
        
        margin-bottom: 50px !important;
        
    }

    .card{
        height: 775px;
        
    }



}

@media screen and (max-width:767px){


    .card{
        height: 580px;
        
    }
    



}