.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;
}
header *, header ::after, header ::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;
    }
  .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;
  }
}
.sign-in, .main-container, .main-menu, .search-form {
    display: none;
}
#mob-menu {
    display: block;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    height: 100%;
    max-width: 414px;
    transition: left .5s !important;
    overflow-y: scroll;
    background-color: #333;
}

    #mob-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #fff;
    }

    #mob-menu li {
        padding: 0 20px;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        background-color: #fff;
    }

    #mob-menu .bg-dark,
    #mob-menu .bg-dark li,
    #mob-menu li.bg-dark {
        background-color: #333;
    }

    #mob-menu li.bg-dark a.nav-link,
    #mob-menu li.bg-dark a.expand-button {
        color: #fff;
    }

    #mob-menu a.nav-link {
        color: #000;
        text-decoration: none !important;
        outline: medium none;
        padding: 1.2rem 0;
        display: inline-block;
        width: 100%;
    }

    #mob-menu > ul > li > ul {
        display: none;
        margin: 0 -20px;
    }

    #mob-menu > ul > li > a.nav-link {
        border-bottom: solid 1px #ddd;
    }
    #mob-menu > ul > li.show > a.nav-link {
        font-family: 'Interstate-Bold';
    }

    #mob-menu > ul > li > ul > li a{
        border-bottom: solid 1px #ddd;
    }

    #mob-menu > ul > li.show > ul {
        display: block;
    }

    #mob-menu .brand {
padding-top:.5rem;
    }

    #mob-menu .icon-close {
        width: 24px;
        height: 24px;
        font-size: 16px;
        text-decoration: none !important;
        background-color: transparent !important;
        top: .8rem;
        right: .5rem;
        position: absolute;
    }
        #mob-menu .icon-close:before {
            content: "\2573";
            color:#fff;
        }
.expand-button,
.expand-button:hover,
.expand-button:focus {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #000;
text-decoration:none;
}
.expand-button:before {
    content: '\254B';
}
.show .expand-button:before {
    content: '\2501';
}
@media (min-width:1024px ) {
    #mob-menu {
        display: none;
    }

    .sign-in, .main-container,  .main-menu {
        
        display: block;
    }
}