.main-container {
    padding: 0px 5px;
    margin: auto;
	background: #333;
    color: #fff;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
	height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
*, ::after, ::before {
    box-sizing: content-box;
}
.top-col {
    width: 50%;
    float: left;
	margin-left: -15px;
}
.top-col {
    width: 50%;
    float: left;
}
.top-right-list {
    float: right;
}
.top-right-list ul li {
    float: left;
    padding: 10px 14px 5px 0px;
    position: relative;
}
.top-left-list ul{
    margin: 0;
	padding-top:10px;	
}
.top-right-list ul{
    margin: 0;
	padding:0;
}
.main-container.cf li {
    list-style: none;
}
.top-right-list ul li.dropHover a {
    background: url(/loans/images/mainLinks.png) no-repeat 0px 10px;
}
.top-right-list ul li a {
    font-size: .95rem;
    padding: 0px 0px 0px 15px;
    color: #fff;
    display: block;
    position: relative;
}
a {	
    margin: 0;
    outline: medium none;
    text-decoration: none;
}

.top-right-list .quicklink-dropdown-wrapper ul li {
	width: 100%;
}

.top-right-list .quicklink-dropdown-wrapper ul li a {
	color: #333333;
}

.top-right-list .quicklink-dropdown-wrapper ul li a:hover {
	color: #aaaaaa;
}
.quicklink-dropdown-wrapper {
    width: 220px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 34px;
    z-index: 1;
    visibility:hidden;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s;
    padding: 10px 0 20px;
    border: 1px solid #ccc;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 14px -7px #3d3d3d;
}

.quicklink-dropdown-wrapper li{
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}
.dropHover:hover .quicklink-dropdown-wrapper{
    visibility:visible;
    max-height:9999px
}
@media (min-width:768px) and (max-width:1024px){
	.top-col{
    	width:42%;
    }
	.top-col.cf{
    	width:60%;
    }
  	.tab h3{
    	height:42px;
    }
}
@media (max-width:1024px) {
	.main-container.cf li, .main-container.cf a{
    	font-size:12px !important;
    }
}
@media (max-width:767px) {
	.dropHover{
    	display:none;
    }
  .top-col{
    	width:53%;
        margin-left:-35px;
    }
 
  
}
@media (max-width:667px) {
	.top-col.cf{
     margin-left:-7px;
   }
}
@media (max-width:660px) {
	.banner .lower-text{
    	bottom:120px;
    }
  	.top-col.cf{
     margin-left:10px;
   }
}
.quick-links{
	box-sizing:border-box;
  	-webkit-box-sizing: border-box;
  	z-index:3;
}

@media (max-width:1024px) {
  .products .tabs-content .tab ol {
      padding: 24px 0px 25px 25px;
      margin: 0;
  }
}