@charset "UTF-8";

.header-utility-links>li>a.social+a.social {
	margin-right: 5px;
}

p>a.social+a.social {
	margin-right: 5px;
}

.zoom-container {
	padding: 10px;
}
.zoom {
  transition: transform 1s; /* Animation */
  margin: 15px 0px 40px 0px;
}

.zoom img {
  width: 100%;
  height: 40%;
  border-radius: 10px;
}

.zoom-container:nth-of-type(1) {
	padding-top: 60px;
}
.zoom-container:nth-of-type(2){
	padding-top: 60px;
}

.zoom-container:nth-last-of-type(1) {
	padding-bottom: 60px;
}
.zoom-container:nth-last-of-type(2){
	padding-bottom: 60px;
}

.zoom-container:nth-of-type(odd) img:hover {
	background-color: #fff;
	position: relative;
	transform: scale(1.7); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	left: 50%;
	z-index: 100;
   	outline:2px solid #c0c0c0;
   	filter: drop-shadow(10px 10px 4px #000);
}
.zoom-container:nth-of-type(even) img:hover {
	background-color: #fff;
    position: relative;
    transform: scale(1.7); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    right: 50%;
    z-index: 100;
    outline:2px solid #c0c0c0;
   	filter: drop-shadow(10px 10px 4px #000);
}

/* BEGIN Credit Card with Zoom Element */
.zoom img {
   transition: 0.5s all ease-in-out;
}
      
.zoom span {
   position: absolute;
   padding: 5px;
   visibility: hidden;
   color: black;
   text-decoration: none;
 }

.zoom span img {
   position:fixed;
   border-width: 0;
   width: 0%;
   transform: scale(1.5) translate(-50%, -50%);
   top:50%;
   left:50%;
   height: auto;
   padding: 2px;
 }

.zoom:hover span {
   position: fixed;
   visibility: visible;
   z-index: 200;
 }
 
 .zoom:hover span img {
   width: 30%;
 }
 
 .card-name {
   font-size: 12px;
 }
 /* END Credit Card with Zoom Element */

/*** CREDIT CARD MODAL ***/
.modal-dialog {
	width: 60%;
}
.modal-dialog h5.modal-title {
	font-size: 26px;
	font-weight: 600;
	color: #000;
}
.modal-dialog img {
	width: 100%;
}
@media (max-width: 767px) {
  .modal-dialog {
		width: 90%;
	}
}

#tc-frame {
	z-index: 2;
}
header .fdic-wrapper {
   padding-bottom: 10px;
}