/*
****************************************************************************************************************************
                                                    HTML RESETS
****************************************************************************************************************************
*/
html {
  box-sizing: border-box;
	}
*, *:before, *:after {
  box-sizing: inherit;
	}
html,body{
    margin:0;
    padding:0;
	font-family: "Open Sans" !important;
	background-color:#ffffff;
	}
body{
   font-size:16px; /*Base font here*/ 
	}
img{
    border: none;
    display:block;
	}
/*
********************************************************************************************************
                                         GENERAL LAYOUT CLASSES
********************************************************************************************************
*/
.contain{
    width: 960px;/*Container width here*/
    margin-right: auto;
    margin-left: auto;
	}
.vh {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; 
	} 
/*
*************************************************************************************************************
                                                    DEFAULT MENU SELECTORS
*************************************************************************************************************
*/
#menuBtn{
	display: none;
	color: #FFF;
	text-align: center;
	padding: 0.5em 0;
	}
#loginBtn{
	/* Login in Button - Display is set to inline in the resond.css - @media (Max-width:670px;)*/
	display:none;
	color:white;
	background-color:#efc84f;
	text-align:center;
	padding: 0.4em;
	width:49%;
	min-width:46%;
	font-family:"Open Sans" !important;
	font-weight:bold;
	font-size:1.6em;
	position:absolute;
	right:0;
	top:0;
	z-index:999;
	border:0;
	border-style:none;
	}
#loginBtn:hover{
	color:#959595;
	cursor:pointer;
	}
/*
*********************************************************************************************************
                                    TOP BANNER & LOGO SECTION
*********************************************************************************************************
*/
nav, header, #main{
    background-color: #ffffff;
	}
.contain3{
	width:100%;/*Container width here*/
    margin-right: auto;
    margin-left: auto;
	background-color: #ffffff;
	}
#topFixNav{
	position:fixed;
	top:0;
	left:0;
	right:0;
	background-color:#efc84f;
	height:26px;
	min-height:26px;
	z-index:399;
	margin-bottom: 3px;
	}
#topFixNavContent{
	width:100%;
	margin:auto;
	text-align:right;
	}
#topFixNavContent a{
	line-height:20px;
	text-decoration:none;
	border-right:1px solid #464646;
	padding:0px 10px;
	font-size:0.9em;
	margin-top:3px;
	color:#464646;
	display:inline-block;
	}
#topFixNavContent a:hover{
	color:#0191d0;
	text-decoration:underline;	
}
#topFixNavContent a:last-child{
	border-right:0px;
	}
#logo{
	margin:auto;
	text-align:center;
	width:100%;
/*	background:url(../images/logo_BG.jpg) repeat-x center;*/
	background-color: #132361;
	padding: 12px 0;
	position: relative;
	position:static;
/*	padding:0px;*/
	margin-top:25px;
	}
#LogoM, #LogoT{
	display:none;
	}
.tethered-button-layout{
	margin-bottom: 0px !important;
}
#vb{
	float:right;
	width:220px;
	background-color:#cfa328;
	border-radius:8px;
	text-align:center;
	margin-right:10px;
	height:177px;
	padding:5px 22px;
	}
#vbTitle{
	color:#081434;
	font-size:1.1em;
	margin:0px;
	}
#vbLogin{
	margin:0px;
	}
#vb a{
	color:#081434;
	font-size:0.8em;
	display:block;
	text-decoration:underline;
	}
#vb a:hover{
	color:#b89628;
	text-decoration:none;
	}
#loginCancel {
	background-color:#efc84f;
	display: none;
	padding: 0.2em;
	text-align: center;
	cursor: pointer;
	margin-top:5px;
	}
#topMenuBar{
	width:100%;
	height:40px;
	min-height: 40px;
	background: linear-gradient(#efc84f, #fbe6a6);
	text-align:center;
	display:table;
	margin: auto;
	margin-bottom:0px;
	position:relative;
	}
/*
****************************************************************************************************************************
                                                    TOP ICON NAVIGATION
****************************************************************************************************************************
*/
#mainIcons{
	display:flex;
	background-color:#081434;
	justify-content:space-around;
	}
#mainIcons div{
	text-align:center;
	padding: 1em 0;
	}
#mainIcons div a{
	color:#efc84f;
	}
#mainIcons div a:hover{
	color:#f2f2f2;
	text-decoration:none;
	}
#mainIcons img:hover{
	opacity:0.5;
	}
/*
****************************************************************************************************************************
                                                    MAIN IMAGE SECTION
****************************************************************************************************************************
*/
.contain2{
    width:100%;/*Container width here*/
	background-color:#FFF;
	padding:0px;
    margin:auto;
	position:relative;
	}
#secondaryPageContainer{
	padding-top:10px;
	margin:0;
	text-align:center;
	}
#secondaryMainImage{
	border-radius:20px;
	display:inline-block;
	margin:auto;
	}
#secondaryPageContainer p{
	padding:10px;
	text-align:left;
	}
#secondaryPageContainer a{
	color:#081434;
	}
#secondaryPageContainer a:hover{
	color:#a18321;
	text-decoration:none;
	}
#secondaryPageContainer ul{
	text-align:left;
	}
#threeImagesSection{
	display:flex;
	justify-content:space-around;
	}
#threeImagesSection img{
	border-radius:20px;
	}
.threeColumn {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    -webkit-column-rule: 4px double #ffcc00; /* Chrome, Safari, Opera */
    -moz-column-rule: 4px double #ffcc00; /* Firefox */
    column-rule: 4px double #ffcc00;
	}
div.ImportantMessage{
	background-color:#f2f2f2;
	width:90%;
	margin:auto;
	text-align:center;
	border-radius:10px;
	}
.ImportantMessageHeader{
	color: #efc84f !important;
	text-align:center !important;
	background-color:#081434;
	padding:5;
	}
p.ImportantMessagePararaph{
	color:#081434;
	text-align:center !important;
	}
#secondaryPageContainer h1{
	color:#081434;
	text-align:left;
	padding:10px;
	}
#secondaryPageContainer h2{
	color:#efc84f;
	text-align:left;
	padding:10px;
	display:block;
	background-color:#081434;
	width:auto;
	}
#secondaryPageContainer h3{
	color:#081434;
	text-align:left;
	padding:10px;
	display:block;
	width:auto;
	font-size:1.2em;
	}
#secondaryPageContainer h3::before{
	content: "»";
	}
/*;
****************************************************************************************************************************
                                                    Four Boxes SECTION
****************************************************************************************************************************
*/

#boxesContainer{
	background-color: #f2f2f2;
	position:relative;
	display:flex;
	justify-content:space-around;
	padding-top:20px;
	padding-bottom:20px;
	height: auto;
	}
.box{
	width:24%;
	text-align:center;
	height: auto;
	padding:1%;
	}
.icon{
	background-color:#dddddd;
	border:1px solid #999;
	width:90%;
	height: auto;
	margin:auto;
	text-align:center;
	box-shadow: 2px 2px 2px 2px #f0f0f0;
	position:relative;
	}
.icon img{
	display:inline-block;
	border-radius:40px;
	padding:4px;
	position:relative;
	border:1px solid #333333;
	}
.icon img:hover{
	opacity:0.7;
	border:1px solid #efc84f;
	}
/*;
****************************************************************************************************************************
                                                    FOOTER SECTION
****************************************************************************************************************************
*/
#footerInfoContainer{
	flex-wrap: wrap;
	background-color: #081434;
	position:relative;
	display:flex;
	justify-content:space-around;
	height: auto;
	}
.footerInfoBox{
	width:24%;
	position:relative;
	height: auto;
	padding:0px 5px;
	color:#333f4f;
	}
.footerInfoBox h2{
	color:#ffffff;
	}
.footerInfoBox p{
	color:#ffffff;
	line-height:1.5em;
	font-size:0.9em;
	}
.footerInfoBox ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
.footerInfoBox a{
	 color:#FFF;
	 font-size:0.9em;
	 padding-top:10px;
	 display:inline-block;
	}
.footerInfoBox a:hover{
	color:#f9e096;
	text-decoration:none;
	}
footer{
	background-color:#081434;
	}
#footerContent{
	width:100%;
	margin:auto;
	display:flex;
	justify-content:space-around;
	margin-bottom:25px;
	flex-wrap: wrap;
	}
#footerContent p{
	color:#ffffff;
	text-align:center;
	font-size:0.7em;
	width:290px;
	padding-top:2px;
	margin-top:0px;
	}
.horizBarDivider{
	color:#FFF;
	margin:auto;
	width:80%;
	background-color:#ffffff;
	}
#socialMediaBottomBar{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	background-color:#efc84f;
	margin:auto;
	height:36px;
	min-height:30px;
	z-index:198;
	}
#socialMediaContent{
	display:table;
	width:100%;
	margin:auto;
	padding:2px 0px;
	}
#socialMediaContent div{
	display:table-cell;
	float:right;
	width:45px;
	}
/*
****************************************************************************************************************************
                                                           THE END
****************************************************************************************************************************
*/    

/*
***************************************************************************************************************************
													   THIRD PARTY SITE DISCLAIMER Selectors Below
***************************************************************************************************************************
*/
#extDis {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
	}
#extDis h2{
	text-align: center;
	}
#extDis .extDisMsg {
	background-color: #081434;
	border: 5px solid #FFF;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
	color: #FFF;
	margin: 3em auto;
	padding: 2em;
	position: relative;
	text-align: left;
	width: 90%;
	font-size: 0.80em;
	}
#extDis strong{
	color:#efc84f;
	}
#extDis .extDisMsg p{
	padding: 0 0 20px 0;
	}
#extDis .extDisBg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	}
#extDis a.continueBtn:hover {
	text-decoration: none;
	}
#extDis .closeBtn, #extDis a.continueBtn {
	background-color: #FFF;
	color: #336195;
	display: inline;
	font-weight: bold;
	margin: 10px 20px 0px 0px;
	padding: 10px 20px;
	border-radius: 10px;
	cursor: pointer;
	text-decoration: none;
	}
.closeBtn {
	background: #009de6;
	color: #FFF;
	display: inline;
	font-weight: bold;
	margin: 10px;
	padding: 5px;
	display: block;
	width: 100%;
	text-align: center;
	margin: auto;
	}
.closeBtn:hover {
	cursor: pointer;
	}
/*
***************************************************************************************************************************
													  END of THIRD PARTY SITE DISCLAIMER Selectors Below
***************************************************************************************************************************
*/

/*RATES*/
#rates_container{
	width: 95%;
	float: left;	
	}
.rates_effective{
	clear: both;
	color:#bc972f;
	font-weight:bold;
	font-size:1.2em;	
	}
.rates_nav{
	clear: both;
	text-align:center;
	width:100%;
	display:block;
	}
a.rates_button{
	background: #F2C33F;
	border: solid 1px #395596;
	color: #FFF;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
	display:inline-block;
	margin:auto;
	}
.rates_button:hover{
	background: #F4E5B2;
	color: #395596;
	}
.rates_table{
	width: 100%;
	border-collapse: collapse;
	text-align:left;
	}
.rates_table tr:nth-child(even) {background: #f2f2f2;}
.rates_table tr:nth-child(odd) {background: #FFF;}
.rates_header{
	color: #1d275a;
	font-size: 1.5em;
	font-weight: bold;
	
}
.rates_title{
	 background: #f2c33f none repeat scroll 0 0;
    font-size: 14px;
    font-weight: bold;
	text-align: left;
	padding-left:5%;
}
.rates_bold{
}
.rates_notes{
	font-size: 0.75em;
	font-style: italic;
	color:#081434;
	text-align:center;
	padding:4px 5% ;
}
.rates_subheader{
	font-weight: bold;
}
.rates_linespace{
}
.rates_aRow{
}
.rates_standard{
	padding:4px;
	font-size:1em;
}

	
/*NEWS*/
#newsPage{
	padding:0 5px;
	}
#newsPage a, #newsPageInsert a, .news_details a, #newsPage article p a, #newsPage p a, #newsPage p a span,  #newsPage a span{
	color:#081434 !important;
	
	}
#newsPage a:hover, #newsPageInsert a:hover, .news_details a:hover, #newsPage article p a:hover, #newsPage p a:hover, #newsPage p a span:hover, #newsPage a span:hover{
	color:#a18321 !important;
	text-decoration:none !important;
	}
#newsPage a{
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	}
#newsPage ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}
#newsPageInsert{
	margin:5px;
	}
 #newsPageInsert article{
	 padding:10px;	 
	 }
 #newsPage article p, #newsPageInsert article p,  #newsPage article, #newsPageInsert article, .news_details p, #newsPage p, .news_details p span, #newsPage li span, #newsPage li{
	 font-size:1em !important;
	 font-family:"Open Sans" !important;
 	}
#newsPage article, #newsPageInsert article{
	background-color:#efefef;
	margin-bottom:5px;
	}
.news_sub_title{
		color:#081434;
		display:block;
	font-size:1.1em;
	}
.news_sub_title::before{
	content: "»";
	}
#newsPage strong{
	color:#bd9732;
	}
#newsPage .news_title,  #newsPageInsert .news_title{
	color: #bd9732;
	font-size:1em;
	font-weight: bold;
	}
#newsPage article{
	margin-bottom: 0.5em;
	padding:10px;
	}
.news_title{
	padding: 0.25em 0;	
	}
.news_title p{
	margin: 0;	
	}
.loanProduct{
	background-color:#efefef;
	}
.loanProduct h2{
	background-color:#081434;
	}
.clear{
	clear:both;
	}
.loansRightFloatingImg{
	float: right; 
	margin:10px;	
	}
.loanProduct:last-child{
	margin-bottom:20px;
	}
.visaCheckout {
	height: 38px;
	padding: 20px 0 0 50px;
	}
#calculators a {
	display: block; 
	background-color: #efefef;
	color: #27398D;
	font-weight: bold;
	height: 35px;
	margin: 2px 4px 2px 0;
	padding: 2px;
	float: left;
	line-height:2.5em;
	width: 48.5%;
	font-size: 13px;
	}
#calculators a.last {
	margin: 2px 0;
	width: 49.5%;
	}
#calculators h2{
	background-color:#081434;
	text-align:center;
	}
#calculators a:hover {
	background-color: #081434;
	color:#ffffff;
	}
#calculators strong {
	display: block;
	clear: both;
	font-size: 16px;
	background-color: #151F4D;
	color: white;
	padding: 5px;
	margin-top: 16px;
	}
.calculatorSection {
	width: 99%;
	float: left;
	margin: 5px;
	}
#usefulLinksContainer a{
	display:block;
	background-color:#efefef;
	margin:4px;
	padding:4px;
	}
#usefulLinksContainer a:hover{
	border:1px solid #081434;
	padding:3px;
	}
#usefulLinksContainer p{
	text-align:center;
	background-color:#efefef;
	}
#usefulLinksContainer p a{
	display:inline-block;
	width: auto;
	}
.contactUsMapContainer{
	 float: right; 
	 margin:20px;
}
.contactUsSection{
	background-color:#efefef;
	margin:4px;
}
/*
*******************************************************************************************************
                                       GO TO TOP BUTTON
*******************************************************************************************************
*/	
.cd-top {
	  display: inline-block;
	  height: 40px;
	  width: 40px;
	  position: fixed;
	  bottom: 40px;
	  right: 10px;
	  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	  overflow: hidden;
	  text-indent: 100%;
	  white-space: nowrap;
	  background: rgba(232, 98, 86, 0.8)  url(cd-top-arrow.svg) no-repeat center 50%;
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
	  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
	}
.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
	  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
	  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
	}
.cd-top.cd-top--show {
	  /* the button becomes visible */
	  visibility: visible;
	  opacity: 1;
	}
.cd-top.cd-top--fade-out {
	  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	  opacity: .5;
	}
.cd-top:hover {
	  background-color: #e86256;
	  opacity: 1;
	}
