.online-banking-container {
    /* margin-bottom: 6em; */
}


.online-banking-border {
    border: solid rgb(2, 1, 103) .5em;
}

.online-banking-border::before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border: 4px solid rgb(192, 148, 101);

    
}

.online-banking-gold-button-text {
    font-size: small;
    margin-bottom: .5em;
}

.online-banking-link {
    margin:auto;

    font-size: x-large;
    list-style-type: none;

    /* border: solid red 1px; */
}

.online-banking-link li{
    margin-top: 2em;
}

.online-banking-identity-theft {
    text-align: center;
}

.online-banking-identity-theft a {
    /* border: solid, red, 1em; */
    border-style: solid;
    border-width: .15em;
    color: red;
    padding: .15em;
    font-size: .8em;
}
@media only screen and (max-width: 600px) {
    

}
@media only screen and (min-width: 600px) {
	.online-banking-link {
        width: 50%;
    }
}



/*=============================================================================*/
/*					    	Tools component  		    				   */     
/*=============================================================================*/
.tools h5 {
    font-size: x-large;
}
.tools a {
    text-decoration: none;
    color: black;
}
.tools .toolscard:hover {
    box-shadow: 0 0 .5em .0em black;
}
.tools a:hover {
    text-decoration: none;
    color: black;
}
@media (max-width: 768px) {
    .tools h5 {
        font-size:larger;
    }
}