.links:hover{
    cursor: pointer !important;
    color: blue;
    text-decoration: underline;
    pointer-events: auto;
}

.links{
    color: blue;
    text-decoration: underline;
}

.jumbotron{
    background: url("../images/assets/partners_bg.jpeg") no-repeat center;
    background-size: cover;
}

.jumbotron .bannerBox{
    /*background-color: #fff;*/
    background-color: rgba(0,0,0,0.5);
}

input.larger {
    width: 18px;
    height: 18px;
}

.alert {
    vertical-align: center;
    width: 50%;
    margin: 0 auto;
    position: fixed;
    z-index: 999;
    top: 25%;
    left: 25%;
    text-align: center;
}
