/*
--------------------
WARNING!
Copyright Progress Systems Limited.
Explicit permission is requi#263c8f to copy or use any documents from this website
--------------------
*/

/* font-family: 'Lato', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Lato:400); 
@import url(https://fonts.googleapis.com/css?family=Lato:700); 

/* font-family: 'Fira Sans', sans-serif */
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400); 
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:300); 
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:500); 
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:700); 
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400italic); 


/* HTML TAG RE-DEFINITIONS -------------------------------------------------------------------------------------- */

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	outline:none; 
		
	/* NO HIGHLIGHT ON TAP - ANDROID (NOT THE DESKTOP BROWSERS) */ 
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}	

input[type="text"], textarea {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

#pp_full_res iframe {
	overflow: auto !important;
}



/* HTML ------------------------------------------------------------------------------------------------------- */

html {
	font-size:1em;
	-ms-text-size-adjust: 100%; 
	-webkit-text-size-adjust: 100%; 
	min-height:100%; 
	position:relative;
}

body{
	font-family:'Lato', sans-serif;
	font-size: 16px;
	color: #4d4d4d;
	height:100%;
	background:url(../../templates/current/images/body_bgr.jpg);
	/*line-height:140%;*/
}

body.noscroll {
	position: fixed;
	overflow-y: auto;
	width: 100%;
}



/* LAYOUT AREA / PAGE CONTENT LAYER -------------------------------------------------------------------------- */

#layoutarea {
    background: white;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 100%;
	height:100%;
	display:inline-block;
	vertical-align:top;
}

#pageContent{ 
	border-bottom: medium none;
    height: 100%;
    margin: auto;
    padding-bottom: 0;
    position: relative;
    text-align: left;
}		

#contentareaWrapperOuter {
	width:100%; 
	max-width:1152px;
	margin:0 auto;
	background: #f2deee;
}

#contentarea {
    float: right;
    margin-right: 0;
    position: relative;
    width: 75%;
    background-color: #f2deee; /*#CEF1DD*/
}

#contentareaoutercontainer {
    float: right;
    margin-right: 0;
    position: relative;
    width: 97%;
    padding-top: 10px;
    padding-left: 45px;
    padding-bottom: 45px;
    background: #ffffff url(../../templates/current/images/earmarked.svg) no-repeat;
    background-size: auto 30px;
}

#calculatorPage #contentareaoutercontainer {}

#divPagetitleWrapper, #divContentPageTitleWrapper, #divSecurePageTitleWrapper {
	width:100%;
    background: #ffffff;
}

.pagetitle {
	border-bottom: 20px solid #f2deee;
    font-size: 1em;
    /*margin-bottom: 20px;*/
    padding: 25px 0 20px;
    text-transform: uppercase;
    width: 100%;
}

.pagetitleSectionSpan {
	background: rgba(0, 0, 0, 0) url(../../templates/current/images/breadcrumb_arrow.svg) no-repeat scroll right center;
    padding: 0 15px 0 0;
	color:rgba(0, 0, 0, .3);
}

.pagetitlePageSpan {
	margin-left:2px;
}



/* GENERAL TAGS ---------------------------------------------------------------------------------------------- */

hr {
	display:none;
}

strong {
	font-weight:bold;
}

iframe {
	width:100%;
}

iframe.spotlightnew {
	border: 1px dotted #f0f3f9;
	width: 200px;
	font-size: 13px; 
	color:#4D5B66; 
	height: 100px;
}

img {
	border: none;
	height: auto;
}

p {
	font-size: 1em;
	margin-bottom:10px;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted;
}

font, td {
	font-size: 1em;
}



/* GENERAL LIST ----------------------------------------------------------------------------------------------- */

ul, ol {}

li {}

#contentarea ul,
#contentarea ol {
	margin-left:20px;
	margin-bottom:10px;
}

#contentarea ul li,
#contentarea ol li {
	padding:3px;	
}

/* GENERAL LINKS ---------------------------------------------------------------------------------------------- */

a {
	text-decoration:none;
	color: #ed028c;
	
	/*EASING EFFECT*/
	-webkit-transition: all .2s ease-out 0s;
	-moz-transition: all .2s ease-out 0s;
	-o-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}

a:hover {
	text-decoration:none;
	color: #5e3091;
}

a:focus {
	outline: none !important;
	color:#782d90;
}

a.mainLink, #onlineform-49-9 a {
	color: #ed028c;
}

a.mainLink:hover, #onlineform-49-9 a:hover {
	color: #5e3091;
}

a#loanEnquiry {
    background: url(../../templates/current/images/loan_enquiry_ic.svg);
    background-repeat: no-repeat;
    background-size: auto 25px;
    background-position: 10px center;
    padding: 10px 25px 10px 35px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
}

#action_call + h2 {
	margin-top: 0;
}

/* HEADINGS ------------------------------------------------------------------------------------------------- */

h1, h2, h3, h4 {
	font-family: 'Fira Sans', sans-serif;
}

h1 {
	font-size: 1.9em; 
	font-weight: bold; 
	padding-bottom: 5px;
	margin-bottom:20px;	
}

h2 {
	font-size: 1.5em; 
	line-height: normal; 
	border-bottom: 1px dotted #A4706C;
	margin-bottom: 10px; 
	padding-bottom: 5px;
	margin-top:22px;	
}

h3 {
	font-size: 1.08em; 
	line-height: normal; 
	padding-bottom:5px;
}

h4 {
	font-size: 1.3em; 
	line-height: normal; 
	margin-bottom: 10px; 
	padding-bottom: 5px;
	margin-top:22px;
}

h5 {}
h6 {}



/* COMMONLY USED CLASSES ------------------------------------------------------------------------------------ */

/*#portamento_container #mainmenu.fixed {
    background: #f0f1f3 none repeat scroll 0 0;
    padding: 70px 0 15px;
    position: fixed;
	
    /*EASING EFFECT
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}*/





/* REQUIRED FIELDS TEXT AND ASTERIXES */
.required {
	font-size:1em;
	color: #CC0000;
}

.requiredText {
	font-size:.8em;
}

.introductory {
	font-size:1.1em;
	line-height:1.4em;
	color: #473291;
}


/* SMALL GREY TEXT UNDER THE PINs */
.informational {
	color: rgba(78, 81, 86, 0.6);
    font-size: 11px;
    left: 145px;
    letter-spacing: 0.5px;
    line-height: 30px;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}

#bankingPinConfirm .informational {
	left: 125px;
}

/* ADDING DOCUMENTS TO THE TEXT */
.imgDocIcon {
    margin-right: 8px;
    vertical-align: bottom;
    height: 30px;
}

.spanDocDownloadSize {
	color: #bbb;
}

/* TEXT UNDER THE CAPTCHA IMAGE */
.smallfont{
	font-size:.8em;
	margin-top:5px;
}

.smallfont a {
	border-bottom: 1px dotted;
    font-size: 1em;
}

/* "GO BACK" BUTTON ON HELP PAGES */
.pHelpGoBackButton {padding:20px 0;}

.specialText {
	font-weight:bold;
	color: #782d90;
}

tr#TemplateRow1,
.pagetitle_image,
#submenu_latest,
#submenuBreadcrumbs {
	display: none;
}

/* MEMBERSHIP PAGE DOCUMENT DOWNLOAD TABLE */
table.membership {
	margin-bottom:0px;
	margin-top: 10px;
}

table.membership td {
	background: #808080;
    color: white;
    font-size: 1em;
    font-weight: normal;
    padding: 8px 15px;
    text-transform: uppercase;
}

td.membership_table {
	border-top: 2px solid #808080;
	font-size: 0.9em;
	margin: 0px 0 5px;
	padding: 15px 15px 5px;
}

td.membership_table p {
	margin-bottom:10px;
}

td.membership_table a {
	font-size:1.1em;
	font-weight:bold;
	color: #ed028c;
}

td.membership_table a:hover {
	color: #5e3091;
}

td.membership_table img:not(.imgDocIcon) {
	height: 44px;
}

/* CREDIT UNION FOOTER LOGO */
img#footer-cu-logo { 
	background: rgba(0, 0, 0, 0) url(../../templates/current/images/logo_footer.svg) no-repeat scroll left center;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    float: left;
    font-size: 0;
    height: 50px;
    line-height: 0;
    margin-right: 10px;
    overflow: hidden;
    padding-right: 20px;
    text-indent: -9999px;
    display: none;
}



/* MASTHEAD FACILITIES --------------------------------------------------------------------------------------- */

#facilitiesWrapperOuter {
	margin: auto; 
	width: 100%; 
	display:inline-block; 
	vertical-align:top;
	background: #ffffff;
	padding: 5px 0;
}

#facilities {
    float: none;
    margin: auto;
    max-width: 1152px;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
}

#facilities ul {
    margin: 0;
    padding: 1px;
}

#facilities li {
    display: block;
    /*float: right;*/
    padding-left: 2px;
    padding-right: 4px;
}

#facilities a {
    color: #000000;
    display: block;
    font-size: 0.78em;
    font-weight: normal;
    padding: 3px;
    text-align: center;
	
	/*EASING EFFECT*/
	-webkit-transition: all 0s ease-out 0s;
	-moz-transition: all 0s ease-out 0s;
	-o-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s;
}

#facilities a:hover {
	color: #444444;
    text-decoration: underline;
}

#facilities #helpmenu {
    float: none;
    position: absolute;
    right: 0px;
    text-align: left;
    top: 37px;
	visibility:hidden;
    z-index: 1000;
}

#facilities #helpmenu:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px 	solid #0873B9;
	position:absolute;
	top:-2px;
	right:43px;
}

#facilities #helpmenu ul {
    margin-top: 5px;
    width: 180px;
	background: #444444;
	float:left;
}

#facilities #helpmenu li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: list-item;
    list-style: none outside none;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 178px;
}

#facilities #helpmenu a {
    color: #ffffff;
    font-size: 13px;
    text-align: left;
    width: 100%;
	padding:0 10px;
	padding:1px 6px;
	
	/*EASING EFFECT*/
	-webkit-transition: background .3s ease-out 0s;
	-moz-transition: background .3s ease-out 0s;
	-o-transition: background .3s ease-out 0s;
	transition: background .3s ease-out 0s;
}

#facilities #helpmenu li:hover {
    padding-left: 0;
    padding-right: 0;
}

#facilities #helpmenu a:hover {
    border-bottom: 0 none;
    text-decoration: none;
	background: rgba(255, 255, 255, .2);
}

#header-sitemap {
    float: right;
    width: 10%;
}

#facilities .divider {
    width: 8%;
}

#header-suggestion {
    clear: left;
    float: right;
    padding-top: 0;
    width: auto;
}

#header-help {
    clear: right;
    float: right;
    padding-top: 0;
    width: auto;
}



/* MASTHEAD ----------------------------------------------------------------------------------------------- */

#mastheadWrapperOuter {
    display: inline-block;
    margin: auto;
    vertical-align: top;
    width: 100%;
    height: 180px;	
	/*background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 68%, #eef7fe 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 68%,#eef7fe 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 68%,#eef7fe 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef7fe',GradientType=0 );*/
background: #f5f5f5;

}

#masthead {
	background: url(../../templates/current/images/masthead_bgr.png) no-repeat scroll right top;
    float: none;
    height: 195px;
    margin: auto;
    max-width: 1152px;
    position: relative;
    width: 100%;
}

/* LOGO */
#masthead .logo {}

#masthead .logo #img_masthead {
	float: left;
	margin: auto;
	position: absolute;
	bottom: 70px;
	top: 0;
    height: 90px;
    padding-left: 10px;
}	

#masthead .logo #img_mastheadMobile {
	display:none;
}



/* MASTHEAD ANNOUNCEMENTS ---------------------------------------------------------------------------------- */

#masthead #announcements {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	right: 340px;
	position: absolute;
	top: 80px;
	display:none;
}

#masthead #announcements a {
	color: #fff;
	font-family:Georgia;
	font-style:italic;
}

#masthead #announcements a:hover {
	text-decoration:underline;
	color:#0099FF;
}



/* SEARCH BUTTON - NEW SEARCH FEATURE ---------------------------------------------------------------------- */

#header-search {
    float: none;
    margin: auto;
    /*overflow: hidden;*/
    position: absolute;
    right: 0;
	left: 300px;
    top: 0;
	bottom: 120px;
    width: 42px;
	
	/*CORNERS*/
	border-radius: 0px; -webkit-border-radius:0px; -khtml-border-radius: 0px; -moz-border-radius: 0px; behavior: url(templates/current/PIE.htc);
}

#header-search .imgSearchButton {
    float: none;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
	left: 0;
    top: 0;
	bottom: 0;
    width: 42px;
	
	/*CORNERS*/
	border-radius: 0px; -webkit-border-radius:0px; -khtml-border-radius: 0px; -moz-border-radius: 0px; behavior: url(templates/current/PIE.htc);
}

#divSearchFormInput input {
	background: transparent;
    border: 0 none;
    font-size: 7em;
    padding: 15px 10px;
	box-sizing:border-box;
	text-align:center;
	color: #0873B9;
	margin:auto;
	text-transform: uppercase;
	outline:none;
	font-family: 'Lato', sans-serif;
	width: calc(100% - 40px);
	/*border-bottom: 1px solid #3399FF;*/
}
	
#spanSearchText {
	float: left;
    font-size: 2em;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	font-weight:bold;
}
	
#divSearchForm_wrapper {
	background: rgba(255, 255, 255, 0.9);
	font-family: 'Lato', sans-serif;
	font-size:13px;
}

#divSearchFormInput {
	width:100%;
	text-align:center;
}



/* MASTHEAD BYLINE (TEL/FAX/DATE BAR) ---------------------------------------------------------------------- */

#byline {}

span#spanBylineEmail {}	

.contactdetails {}

.contactdetails a {}

.currentdate {}



/* LOGIN BUTTONS - HEADER --------------------------------------------------------------------------------- */

#loginarea {
    
}

#loginarea {
    padding: 16px 0 10px;
    position: absolute;
    right: 2px;
    top: 0;
    width: 260px;
}

#loginarea img {
	margin: 0px; width: 260px;
}

#login_membersWrappper, 
#registerWrappper {
	position: relative;
	height:50px;}

#registerWrappper {}

#loginarea img {
    position:absolute;
  	left:0;
	
	/*EASING EFFECT*/
  	-webkit-transition: opacity .3s ease-in-out;
  	-moz-transition: opacity .3s ease-in-out;
  	-o-transition: opacity .3s ease-in-out;
  	transition: opacity .3s ease-in-out;
}
  
#loginarea .img_loginTop:hover,
#loginarea .img_registerTop:hover {
  opacity:0;
}



/* MAIN NAVIGATION MENU ---------------------------------------------------------------------------------- */

#mainmenuMobile {display:none;}
#mainmenu { margin: 0 auto; position: absolute; width: 100%; z-index: 10; display:inline-block; top:-51px;}
#mainmenu > a {display: none;}
#mainmenu li {position: relative; list-style:none;}
#mainmenu li a { color: #fff;display: block; background:#5e3091;}
#mainmenu li a:active {background-color: #782d90 !important;}
#mainmenu span:after {width: 0;height: 0;border: 0.313em solid transparent; /* 5 */border-bottom: none;border-top-color: #efa585;content: '';vertical-align: middle;display: inline-block;position: relative;right: -0.313em; /* 5 */}

/* first level */

#mainmenu > ul { margin: 0 auto; max-width: 1152px; width: 100%;}
#mainmenu > ul > li {width: 14.2%; height: 100%;float: left; border-bottom:6px solid #473291;}
#mainmenu > ul > li:first-child {/*border-left: 1px solid rgba(255, 255, 255, .2);*/}
#mainmenu > ul > li:last-child {/*border-right: 1px solid rgba(255, 255, 255, .2);*/}
#mainmenu > ul > li > a {    
	font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 1em; 
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    height: 100%; 
    line-height: 1em; padding-bottom: 0.9em; padding-top: 0.9em; text-align: center; text-transform:uppercase;}

#mainmenu > ul > li > a.popupMenuLink {background: #5e3091 url(../../templates/current/images/popout_arrow.svg) no-repeat scroll right bottom;}
#mainmenu > ul > li:not( :last-child ) > a {border-right: 1px solid #473291;}
#mainmenu > ul > li:hover > a {background-color: #a7248e; color: #fff;}
#mainmenu > ul:not( :hover ) > li.active > a {background-color: #4D5B66; color: #4D5B66;}

/* second level */

#mainmenu li ul {display: none; position: absolute; top: 100%; z-index:1000; margin-left:1px;}
#mainmenu li ul li {width:auto;}
#mainmenu li:hover ul {display: block;left: 0;right: 0;}
#mainmenu li:not( :first-child ):hover ul {left: -1px;}
#mainmenu li ul a {font-size: 1em; line-height: 1.25em; padding: 0.5em; border-bottom:none; background: #a7248e;}
#mainmenu li ul li a:hover, #nav li ul:not( :hover ) li.active a {background-color: #473291;}
#mainmenu .popoutmenu {width:250px!important;
	animation:mymove1 .2s cubic-bezier(0.785, 0.135, 0.150, 0.860) forwards;
	animation-iteration-count:1; 

/* Safari and Chrome */
-webkit-animation:mymove1 .2s;
-webkit-animation-iteration-count:1;
}

@keyframes mymove1
{ from {top:70px; opacity: 0;}
to {bottom:0; opacity: 1}
}

@-webkit-keyframes mymove1 /* Safari and Chrome */
{
from {top:40px; opacity: 0;}
to {bottom:0px; opacity: 1;}
}


#mainmenuMobile > a {display: none;}
#mainmenuMobile li {position: relative; list-style:none; background:#5e3091;}
#mainmenuMobile li a { color: #ffffff; display: block; font-weight: bold; 
	/*EASING EFFECT*/
	-webkit-transition: all 0s ease-out 0s;
	-moz-transition: all 0s ease-out 0s;
	-o-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s;
}
#mainmenuMobile li a:active {background-color: #ed028c !important;}
#mainmenuMobile span:after {width: 0;height: 0;border: 0.313em solid transparent; /* 5 */border-bottom: none;border-top-color: #efa585;content: '';vertical-align: middle;display: inline-block;position: relative;right: -0.313em; /* 5 */}

/* first level */

#mainmenuMobile > ul {/*height: 2.75em; /* 60 background-color: #e15a1f;*/}
#mainmenuMobile > ul > li {width: 16.66%; height: 100%;float: left;}
#mainmenuMobile > ul > li > a {font-size: 1.1em; height: 100%; line-height: 1em; padding-bottom: 0.7em; padding-top: 0.7em; text-align: center;}
#mainmenuMobile > ul > li:not( :last-child ) > a {border-right: 1px solid #3399ff;}
#mainmenuMobile > ul > li:hover > a {background-color: #a7248e;}
#mainmenuMobile > ul:not( :hover ) > li.active > a {background-color: #4D5B66; color: #4D5B66;}

/* second level */

#mainmenuMobile li ul {display: none; position: absolute; top: 100%;}
#mainmenuMobile li ul li {background: #4D5B66;}
#mainmenuMobile li:hover ul {display: block;left: 0;right: 0;}
#mainmenuMobile li:not( :first-child ):hover ul {left: -1px;}
#mainmenuMobile li ul a {font-size: 0.95em; line-height: 1em; padding: 0.5em;}
#mainmenuMobile li ul li a:hover, #nav li ul:not( :hover ) li.active a {background-color: #3399ff;}



/* NAVIGATION SELECTED ITEMS */

#mainmenu li.section_selected, #mainmenu li.first_selected, #mainmenu li.section_selected:hover, #mainmenu li.first_selected:hover {background: #473291;}

#mainmenu li.section_selected a, #mainmenu li.first_selected a, #mainmenu li.section_selected a:hover, #mainmenu li.first_selected a:hover {background: #ed028c;}

#mainmenu li.section_selected a.popupMenuLink, #mainmenu li.section_selected a.popupMenuLink:hover {background: #ed028c url(../../templates/current/images/popout_arrow.svg) no-repeat scroll right bottom;}

#mainmenu li.section_selected .popoutmenu li a {background:#5e3091; color:white;}

#mainmenu .section_selected a {color:#fff; }
#mainmenu .page_selected a {font-weight: bold; background: #ed028c url(../../templates/current/images/menu_selected.svg) no-repeat scroll right center !important;/*padding-left:30px;*/ }
#mainmenu .page_selected a:hover {font-weight: bold; background-color: #473291; cursor:default;}

li#page238, li#subitem238 {
	display: none;
}



/* MAIN IMAGE SLIDER ------------------------------------------------------------------------------------ */

#divHomepageImagesMobileWrapper {
	display:none;
	/*position:relative;*/
}

#divHomepageImagesWrapperOuter {
}

#divHomepageImagesWrapper {
	margin: auto;
    max-width: 1152px;
    position: relative;
	padding: 16px 0;
}

#flashcontainer,
#flashcontainerMobile {
	position: relative;
	width: 62%;
	overflow:hidden;
}

ul#homepagejQueryImages, 
ul#homepagejQueryImagesMobile {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: 0;
    height: 27px;
    margin: auto;
    padding: 25px 15px;
    position: absolute;
    width: 100%;
}

ul#homepagejQueryImages li, 
ul#homepagejQueryImagesMobile li {
	background:#4d5b66;
    border-radius: 27px;
    float: left;
	text-indent: -9999px;
    height: 23px !important;
    list-style: outside none none;
    margin-right: 10px;
    min-height: 23px;
    position: relative;
    text-align: center;
    top: -12px;
    width: 23px !important;
	
	/*CORNERS*/
	border-radius: 27px; -webkit-border-radius:27px; -khtml-border-radius: 27px; -moz-border-radius: 27px; behavior: url(templates/current/PIE.htc);
}

ul#homepagejQueryImages li:last-child, 
ul#homepagejQueryImagesMobile li:last-child{
	margin-right:0;
}

ul#homepagejQueryImages li img, 
ul#homepagejQueryImagesMobile li img {
    display: none;
}

#mini_flashcontainer {
	display: none;
}

/* MAIN SLIDER IMAGE BOXES */
#homepageImageTextDivWrapperOuter {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

#homepageImageTextDivWrapper {
	height: 100%;
    position: relative;
    width: 100%; 
	max-width:1200px;
	margin:auto;  
}

#homepageImageTextDiv {
	background: rgba(77, 91, 102, 0.7);
    line-height: normal;
    padding: 20px;
    width: 300px;
		animation:mymove 1s cubic-bezier(0.680, -0.550, 0.265, 1.550) forwards;
	animation-iteration-count:1; 

/* Safari and Chrome */
-webkit-animation:mymove 1s;
-webkit-animation-iteration-count:1;
}

@keyframes mymove
{ from {top: 50px; opacity: 0;}
to {top:0px; opacity: 1;}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
from {top: 50px; opacity: 0;}
to {top:0px; opacity: 1;}
}

#homepageImageTextDiv h1 {
	border-bottom: medium none;
    font-size: 1.1em;
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 0;
    padding: 0 0 5px;
}

#homepageImageTextDiv h2 {
	border-bottom: medium none;
    font-size: 1.8em;
    font-weight: normal;
    margin-bottom: 4px;
    text-transform: uppercase;
	margin-top:0;
	line-height:1em;
}
	
#homepageImageTextDiv h3 {
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 0;
	padding-bottom:0;
}

#homepageImageTextDiv h3 > span {
    padding: 2px 0 2px 15px;
	display:block;
} 

	#homepageImageTextDiv h3 > span:before {
    	background: white none repeat scroll 0 0;
    	border-radius: 50%;
    	content: "";
    	height: 5px;
    	margin-left: -12px;
    	margin-top: 8px;
    	position: absolute;
    	width: 5px;
	}

#homepageImageTextDiv p {
	margin-bottom:0;
}

.banner_btn a {
    background: #199AFC;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
	font-size:1em;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
	
	/*CORNERS*/
	border-radius: 5px; -webkit-border-radius:5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; behavior: url(templates/current/PIE.htc);
}

.banner_btn a:hover {
	background: #4d5b66;
}



/* HOMEPAGE SPOTLIGHTS ----------------------------------------------------------------------------------*/

#divSpotlightsWrapperOuter {
	margin: auto;
	width: 100%;
	display:inline-block;
	vertical-align:top;
	padding: 13px 0 8px 0;
	/*background-image: url(../../templates/current/images/spotlightarea_bgr.jpg);
	background-repeat: repeat;*/
	background: #ededed;
}

#divSpotlightsWrapper {
	width:100%;
	max-width:1152px;
	position:relative;
	margin:auto;
	
	/* For IE 7 */
	zoom: 1; 
	*display: inline;
}

#spotlight1,
#spotlight2,
#spotlight3,
#spotlight4,
#spotlight5,
#spotlight6  {
	width:24.5%; 
	float:left;  
	padding:0px 0px 15px; 
	margin: 0 .05%; /*Margin to every child in this container*/
	text-align:center;
	
	/*EASING EFFECT*/
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

#spotlight1:hover, 
#spotlight2:hover,
#spotlight3:hover,
#spotlight4:hover,
#spotlight5:hover,
#spotlight6:hover {
	margin-top: 0;
}

#divSpotlightsWrapper div:first-child, 
#divSpotlightsWrapper div:nth-child(4n+1) {
	margin-left:0; /*Removes the margin on the left side on the very first and then every fifth element (for example)*/ 
} 


#divSpotlightsWrapper div:nth-child(4) {
	margin-right:0; /*Removes the right side margin on the last element*/
}

#spotlight5 {
	display:none;
}

#spotlight6 {
	display:none;
}


/* GENERAL RULES FOR SPOTLIGHTS */
.spotlight_container {
	position: relative;
	min-height: 100px;
	padding-right: 0px;
	padding-top: 0px;
}

.spotlight_title {
	width:100%;
}

.spotlight_title h4 {
    font-size: 1.1em;
    font-weight: bold;
    padding: 0 10px;
    text-transform: uppercase;
	color: rgba(0, 0, 0, .8);
	margin-bottom:5px;
}

.spotlight_image_upload {
	width:100%;
}

.spotlight_image_upload img {
	width:100%;
}

.spotlight_text { 
    font-size: 1em;
    height: 180px;
    padding: 5px 15px;
    width: 100%;
}
	
.spotlight_text p {
	color: rgba(0, 0, 0, 0.8);
	font-size:.9em;
}

.spotlight_text ul {
	list-style: inside none disc;
}

.spotlight_text li {
	font-size: 1.2em;
	padding-left: 10px;
}

.spotlight_link {
	margin: auto!important;
	text-align: center;
	text-transform: uppercase;
	width: 50%;
}
		
.spotlight_link a {
	background: rgba(237,2,140,1);
	background: -moz-linear-gradient(top, rgba(237,2,140,1) 0%, rgba(167,36,142,1) 50%, rgba(167,36,142,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,2,140,1)), color-stop(50%, rgba(167,36,142,1)), color-stop(100%, rgba(167,36,142,1)));
	background: -webkit-linear-gradient(top, rgba(237,2,140,1) 0%, rgba(167,36,142,1) 50%, rgba(167,36,142,1) 100%);
	background: -o-linear-gradient(top, rgba(237,2,140,1) 0%, rgba(167,36,142,1) 50%, rgba(167,36,142,1) 100%);
	background: -ms-linear-gradient(top, rgba(237,2,140,1) 0%, rgba(167,36,142,1) 50%, rgba(167,36,142,1) 100%);
	background: linear-gradient(to bottom, rgba(237,2,140,1) 0%, rgba(167,36,142,1) 50%, rgba(167,36,142,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e47129', endColorstr='#c05b1c', GradientType=0 );
    border-radius: 2px;
    color: #ffffff;
    font-weight: 700;
    display: block;
    padding: 8px 0;
    text-transform: none;
    width: 100%;
	text-transform:uppercase;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
	
	/*CORNERS*/
	border-radius: 5px; -webkit-border-radius:5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; behavior: url(templates/current/PIE.htc);	
}

.spotlight_link a:hover {
	background: rgba(167,36,142,1);
	background: -moz-linear-gradient(top, rgba(167,36,142,1) 0%, rgba(167,36,142,1) 50%, rgba(237,2,140,1) 100%);                                 
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(167,36,142,1)), color-stop(50%, rgba(167,36,142,1)), color-stop(100%, rgba(237,2,140,1)));
	background: -webkit-linear-gradient(top, rgba(167,36,142,1) 0%, rgba(167,36,142,1) 50%, rgba(237,2,140,1) 100%);
	background: -o-linear-gradient(top, rgba(167,36,142,1) 0%, rgba(167,36,142,1) 50%, rgba(237,2,140,1) 100%);
	background: -ms-linear-gradient(top, rgba(167,36,142,1) 0%, rgba(167,36,142,1) 50%, rgba(237,2,140,1) 100%);
	background: linear-gradient(to bottom, rgba(167,36,142,1) 0%, rgba(167,36,142,1) 50%, rgba(237,2,140,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c05b1c', endColorstr='#e47129', GradientType=0 );
    border-radius: 2px;
    color: white;
    text-shadow: none;
}
	
/* SPOTLIGH 1 ------------------------ */

#spotlight1 {
	border-top:12px solid #f2deee; 
	background: rgba(242,222,238,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(242,222,238,1) 0%, rgba(242,222,238,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(242,222,238,1)), color-stop(100%, rgba(242,222,238,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(242,222,238,1) 0%, rgba(242,222,238,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(242,222,238,1) 0%, rgba(242,222,238,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(242,222,238,1) 0%, rgba(242,222,238,1) 100%);
	background: radial-gradient(ellipse at center, rgba(242,222,238,1) 0%, rgba(242,222,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4fde8', endColorstr='#f2deee', GradientType=1 );
	margin-right: 7px;
}



/* SPOTLIGH 2 ---------------------- */

#spotlight2 {
	border-top:12px solid #ffffff;
	background: #ffffff;
	margin-right: 7px;
}


/* SPOTLIGH 3 --------------------- */

#spotlight3 {
	border-top:12px solid #f2deee;
	background: rgba(242,222,238,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(242,222,238,1) 0%, rgba(242,222,238,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(242,222,238,1)), color-stop(100%, rgba(242,222,238,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(242,222,238,1) 0%, rgba(242,222,238,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(242,222,238,1) 0%, rgba(242,222,238,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(242,222,238,1) 0%, rgba(242,222,238,1) 100%);
	background: radial-gradient(ellipse at center, rgba(242,222,238,1) 0%, rgba(242,222,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4fde8', endColorstr='#f2deee', GradientType=1 );
	margin-right: 7px;
}


/* SPOTLIGH 4 --------------------- */

#spotlight4 {
	border-top:12px solid #ffffff;
	background: #ffffff;
}




/* CONTENT SPOTLIGHTS ------------------------------------------------------------------------------------- */

#contSpotContainer{}
#spotLight4{ }
#spotLight5{ }
#spotLight6{ }



/* ANNOUNCEMENTS -------------------------------------------------------------------------------------------*/

#divHTMLAnnouncements1WrapperOuter,
#divHTMLAnnouncements2WrapperOuter,
#divHTMLAnnouncements3WrapperOuter,
#divHTMLAnnouncements3WrapperOuter {
	margin: auto; 
	width: 100%; 
	display:inline-block; 
	vertical-align:top;
	
	/* For IE 7 */ 
	zoom: 1; 
	*display: inline;
}

#divHTMLAnnouncements2WrapperOuter{
	background: #F6FBFE;
    margin: auto;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}

#divHTMLAnnouncements1Wrapper, 
#divHTMLAnnouncements2Wrapper, 
#divHTMLAnnouncements3Wrapper, 
#divHTMLAnnouncements4Wrapper {
	 margin: auto; 
	 max-width: 1152px; 
	 width: 100%; 
	 position:relative;	
}

#divHTMLAnnouncements2Wrapper {
    margin: auto;
    max-width: 1152px;
    width: 100%;
    position: relative;
}

#announcements2_content_dynamic {
	background: rgba(242,222,238,1);
	background: -moz-linear-gradient(top, rgba(242,222,238,1) 0%, rgba(242,222,238,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,222,238,1)), color-stop(50%, rgba(242,222,238,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(242,222,238,1) 0%, rgba(242,222,238,1) 50%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(242,222,238,1) 0%, rgba(242,222,238,1) 50%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(242,222,238,1) 0%, rgba(242,222,238,1) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(242,222,238,1) 0%, rgba(242,222,238,1) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2deee', endColorstr='#ffffff', GradientType=0 );
    display: inline-block;
	height:220px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
	padding: 0;
    position: absolute;
    right: 0;
    top: -240px;
    width: 49.7%;
    z-index: 1;
}

#announcements2_content_dynamic div {
	width: 100%;
	height: 100%;
	background-image: url(../../templates/current/images/loans_announcement_bgr.png), url(../../templates/current/images/click_here.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: right top, 30px 150px;
    background-size: auto auto, auto 90px;
    color: #343434;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.6em;
}

#announcements2_content_dynamic p {
padding-top: 25px;
padding-left: 30px
}

#announcements2_content_dynamic span:after {
    content: "";
    background-color: #e4bddd;
    display: block;
    position: absolute;
    top: 65px;
    left: 19px;
    width: 200px;
    height: 40px;
    -ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    z-index: -2;
}

#announcements2_content_dynamic a {
    text-indent: -9999px;
    float: left;
    display: block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    width: 100%;
    height: 195px;
    position: absolute;
    top: 0;
    left: 0;
}

#announcements2_content_dynamic h1, #announcements2_content_dynamic h2 {
    display: none;
}

/*#announcements2_content_dynamic h1::after {
    border-style: solid;
    border-width: 0 0 1px;
    content: "";
    left: 60px;
    position: absolute;
    top: 40px;
    width: 100%;
}*/

/* ANNOUNCEMENT 1 --------------- */

#divHTMLAnnouncements1Wrapper #announcements_content_dynamic div {
	width:33.333%; /*32% with margin*/
	float:left;
	text-align:center;
	padding:15px; 
	margin: 0; /*[0 1%] Applies margin to every child in this container*/
}

 
#divHTMLAnnouncements1Wrapper #announcements_content_dynamic div:nth-of-type(1) {
	margin-left:0; /*Remove the margin on the left side on the very first element*/
} 


#divHTMLAnnouncements1Wrapper #announcements_content_dynamic div:last-child {
	margin-right:0; /* Remove the right side margin on the last element */
}

#announcements_content_dynamic #spot1,
#announcements_content_dynamic #spot2,
#announcements_content_dynamic #spot3 {
	position:relative;
	height: 300px;
}

#announcements_content_dynamic h2 {
    font-size: 1.9em;
    font-weight: normal;
	color:white;
	border:none;
	margin-top:15px;
	margin-left: 20px;
}

#announcements_content_dynamic p {
	color: rgba(255, 255, 255, .65);
	font-size:1.08em;
}

#announcements_content_dynamic a {
	text-indent: -9999px;
	float: left;
	display: block;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	width:100%;
	height:195px;
	position: absolute;
	top:0;
	left:0;
}
	

/* TOOLS & RESOURCES SECTION (MODULELINKS) --------------------------------------------------------------- */

#divQuickLinksWrapperOuter {
	margin: auto;
	width: 100%;
	position:relative;
	display:inline-block;
	vertical-align:top;
	
	/* For IE 7 */ zoom: 1;
	*display: inline;
}

#divQuickLinksWrapper {
	background: linen;
	margin: auto;
	max-width: 1152px;
	width: 100%;
}

h4.h4quicklinks {
	/*background: rgba(0, 0, 0, 0) url(../../templates/current/images/link.svg) no-repeat scroll left top / 38px auto;*/
    background: #ffffff url(../../templates/current/images/earmarked_sidebar.svg) no-repeat;
    background-size: auto 30px;
    border-bottom: 1px solid rgba(190,173,143,.5);
    font-weight: 500;
    font-size: 1.4em;
    margin-top: 0;
	margin-bottom:0;
    padding: 10px 0 10px 45px;
    /*text-transform: uppercase;*/
}



/* HOMEPAGE MODULELINKS ------------------------------------------------------------------------------ */

#modulelinks { height: 100%;}
#modulelinks img {display: none;}
#modulelinks ul {}
#modulelinks li {list-style-type: none;}
#modulelinks li:hover {}
#modulelinks a {
	background: url(../../templates/current/images/bulletpoint_arrow.svg) no-repeat scroll 10px center;
	border-bottom: 1px dashed #b4b5b6;
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    padding: 10px 0 10px 25px;
}
#modulelinks a:hover {
	background: #f6f6f6 url(../../templates/current/images/bulletpoint_arrowB.svg) no-repeat scroll 10px center;
	color: #4D5B66;
}



/* CONTENT PAGES MODULELINKS ------------------------------------------------------------------------ */

#modulelinks_contentpage {
	/*margin-bottom:40px;*/
}

#modulelinks_contentpage img {}

#modulelinks_contentpage ul {}

#modulelinks_contentpage li {
	list-style-type: none;
}

#modulelinks_contentpage li:hover {}

#modulelinks_contentpage a {
	background: url(../../templates/current/images/link.svg) no-repeat scroll 15px center / auto 20px;
    display: block;
    font-size: 1.1em;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    padding: 10px 0 10px 45px;
    color: #808080;

}

#modulelinks_contentpage a:hover {
	background: url(../../templates/current/images/linkB.svg) no-repeat scroll 15px center / auto 20px;
	color: #5e3091;
}
	
	
	
/* NEWS HEADLINES ------------------------------------------------------------------------------------- */

#divNewsHeadlinesWrapperOuter {
	background: #ededed;
    margin: auto;
    width: 100%;
    display: inline-block;
    padding: 5px 0 20px 0;
    vertical-align: top;
	
	/* For IE 7 */ 
	zoom: 1; 
	*display: inline;
}

#divNewsHeadlinesWrapper {
    width: 100%;
    max-width: 1152px;
    position: relative;
    /*padding: 20px 0;*/
    margin: auto;
}

#newsheadlines {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 220px;
    width: 49.7%;
    padding: 0 15px 15px;
    position: relative;
    z-index: 1;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}


h4.h4newsheadlines  {
	/*background: rgba(0, 0, 0, 0) url(../../templates/current/images/news.svg) no-repeat scroll left top/ auto 42px;*/
    background: url(../../templates/current/images/earmarked_sidebar.svg) no-repeat;
    background-size: auto 30px;
    border-bottom: 1px solid rgba(190,173,143,.5);
    color: #4d4d4d;
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 20px;
    padding: 10px 0 10px 45px;
    /*text-transform: uppercase;*/
    margin-top: 0;
}


#homePage h4.h4newsheadlines {
	background: rgba(0, 0, 0, 0) url(../../templates/current/images/news.svg) no-repeat scroll left center/ auto 42px;
    border-bottom: medium none;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding: 16px 0 25px 56px;
    position: relative;
}

#homePage h4.h4newsheadlines:after {
   	border-style: solid;
    border-width: 0 0 1px;
    color: #5e3091;
    content: "";
    left: 56px;
    position: absolute;
    top: 50px;
    width: 100%;
	}

.newsArticleImageSpan, 
.newsArticleImageLargeSpan {
		
}

#homePage .newsArticleImageSpan, 
#homPage .newsArticleImageLargeSpan {
    float: right;
    height: 100px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100px;
	margin-top:10px;
	margin-left:20px;
	display:block;
	position:relative;
}

#homePage .newsArticleImageSpan img, 
#homPage .newsArticleImageLargeSpan img {
	height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.newsArticleDiv .newsArticleImageSpan img {
	width:100%;
	/*max-width:50%;*/
} 

.newsArticleImageLargeSpan img {
	width: 100%;
	max-width:100%;
	margin-bottom:30px;
}

.divNewsArticleDate {
	font-size: .8em;
	font-style:italic;
	padding-bottom:5px;
	color: rgba(0, 0, 0, 0.8);
	margin-top:20px;	
}

#homePage .divNewsArticleDate {
	margin-left:56px;
	margin-top:0;
}

#newsheadlines h3 {
	border-bottom: medium none;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom: 0px;
    /*text-transform: uppercase;*/
}

#homePage #newsheadlines h3 {
	margin-left:56px;
}

#news_content p {
	font-size:0.9em;
	color: rgba(0, 0, 0, 0.8);
}

#homePage #news_content p {
	margin-left:56px;
}

#newsheadlines #news_content img {
}
#newsheadlines a, 
#newsheadlines_contentpage a  {
	text-decoration: none;
	color: #4D5B66;
}

#newsheadlines a:hover,
#newsheadlines_contentpage a:hover { }

#newsheadlines_contentpage {
	margin-bottom:40px;
	min-height:320px;
    border-top: 20px solid #f2deee;
}

#newsheadlines_contentpage h3 {
    /*font-weight: bold;
    text-transform: uppercase;*/
	color: rgba(0, 0, 0, 0.8);
	font-size:1.2em;
	padding-bottom:5px;
}

#newsheadlines_contentpage #news_content img {
	width:100%;
}

#newsPage #newsheadlines_contentpage #news_content img {
	/*display: none;*/
}


/* SOCIAL MEDIA IN A FULL PAGE NEWS ARTICLE */
#newsArticleFacebookDiv,
#newsArticleTwitterDiv,
#newsArticlePrintDiv {
	display: inline-block;
    margin-right: 10px;
    position: relative;
    vertical-align: top;
}	
	
	
/* MAIN NEWS ARTICLE PAGE */		
.newsArticlePageDateDiv {
	color: rgba(78, 81, 86, 0.8);
    font-size: 1em;
    font-style: italic;
    margin-top: 20px;
	font-family: 'PT Serif', serif;
}

.newsArticleDiv {
	border-bottom: 1px dashed #b4b5b6;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

#spanNewsPageTitle {
	display:none;
}

.newsArticleTextContentDiv {}

#newsArticlePageTitleDiv {
	border-bottom: medium none;
    color: #4D5B66;
    font-size: 2em;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
	line-height:normal;
    /*text-transform: uppercase;*/
}

#newsArticlePageTextDiv {
    border-bottom: 1px dashed #b4b5b6;
    padding-bottom: 20px;
}

#newsArticlePageTextDiv iframe{
	width: 300px;
	height: 534px;
	border: 0;
}

#newsArticleReadMoreLinkDiv {
	margin-top:10px;
}

.newsArticleDiv h3 {
    font-size: 1.5em;
    font-weight: 500;
	line-height:1.3em;
    /*text-transform: uppercase;*/
}

#newsArticlePageLowerLinkDiv,
#newsArticleReadMoreLinkDiv {
	margin-top:30px;
}

#newsArticlePageLowerLinkDiv a,
#newsArticleReadMoreLinkDiv a {
	background: #473291 none repeat scroll 0 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
	color:white; 
	font-size:.9em;
	
	/*CORNERS*/
	border-radius: 2px; -webkit-border-radius:2px; -khtml-border-radius: 2px; -moz-border-radius: 2px; behavior: url(templates/current/PIE.htc);
}

#newsArticlePageLowerLinkDiv a:hover,
#newsArticleReadMoreLinkDiv a:hover {
	background: #5e3091;
}



/*LOAN CALCULATOR --------------------------------------------------------------------------------------- */

#divSliderLoanCalculatorWrapperOuter {
	max-width: 1152px;
    position: relative;
    /*right: 0;*/
    top: -382px;
    width: 100%;
	margin:auto;
}

#homePage #divSliderLoanCalculatorWrapperOuter {
	line-height: 1.3;
}

#divSliderLoanCalculatorWrapper {
	margin: auto 0 auto auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 36%;
    /*max-height: 365.5px;*/
    overflow: hidden;
}

#loanSliderContainerHome { 
	background: #ececec; 
	width:100%;
	padding: 17px 15px;
	position:relative;
	color:#222222;
	border-radius: 6px;
}

#spanSliderCalcDDLCustomTextHome, #spanSliderCalcDDLCustomText {
    font-size: 1.22em;
    line-height: 1.4;
    font-weight: 700;
    padding: 18px 15px 8px 15px;
    display: block;
    text-align: center;
}

/* LOAN CALCULATOR PAGE */
#loanSliderContainer {
	width:100%;
	background:#ececec;
	margin-top:25px;
	color:#222222;
	border-radius: 12px;
}

#loanSliderContainerHome .Sliders,
#loanSliderContainerHome .Results,
#loanSliderContainer .Sliders,
#loanSliderContainer .Results {
	width:100%;
}

/* LOAN CALCULATOR PAGE */
#loanSliderContainer .Sliders,
#loanSliderContainer .Results {
	background: none; 
	min-height:auto;
	width:49%;
	display:inline-block;
	vertical-align:top;
}

#loanSliderContainerHome .Results,
#loanSliderContainer .Results  {
    padding-left: 15px;
    padding-right: 15px;
}

#loanSliderContainer .Results {
    margin-top: 15px;
}

#SlidersTitle {
	background: #03afef;
    color: #027099;
    font-size: 1.8em;
    padding: 23px 0;
    text-transform: uppercase;
	display:none;
}

/* LOAN CALCULATOR PAGE */
#loanSliderContainer #SlidersTitle {
	background:rgba(224, 228, 237, 1);
	color:#4D5B66;
	padding-left:15px;
	display:none;
}

#divSliderCalcLoanTypeHome {
	padding: 0px 15px 5px 15px;
}

#divSliderCalcLoanType {
	padding:20px 15px;
}

#sliderValuesListHome { 
	color: rgba(237,2,140,.7);
	font-size:1em;
	font-weight: 700;
	margin:0 !important;
	padding:0 !important;
}

#sliderValuesList {
	border-top: none;
	color: #ffffff;
	font-size:1em;
	font-weight: 700;
	margin:0 !important;
	padding:0 !important;
}

#sliderValuesListHome li {
	list-style: outside none none;
    padding: 0px 0px !important;
    border-top: 1px solid rgba(237,2,140,.7);
}

#sliderValuesList li {
	background: rgba(237,2,140,.7);
	margin-bottom:1px;
	list-style: outside none none;
    padding: 3px 0px 3px 20px !important;
    border-top: 1px solid #ececec;
}

#amountHome,
#termHome,
#amount,
#term {
	color: #222222;
    font-family: "Lato",sans-serif;
    font-size: 1.04em;
    font-weight: 500;
    padding: 0 15px 8px;
    text-align: left;
    width: 93%;
}

/* LOAN CALCULATOR PAGE */
#amount,
#term {
	color: #4D5B66;
}

#sliderAmountWrapper {
    padding-bottom: 25px;
}

img#sliderTermPlusHome,
img#sliderAmountPlusHome,
img#sliderTermMinusHome,
img#sliderAmountMinusHome,
img#sliderTermPlus,
img#sliderAmountPlus,
img#sliderTermMinus,
img#sliderAmountMinus {
	display:none;
}

#divSliderCalcLoanTypeTextHome, 
#divSliderCalcLoanTypeText {
	font-size: 1.08em;
    font-weight: 700;
    text-transform: uppercase;
    /*margin-bottom: 10px;*/
	width:37%;
	display:inline-block;
	vertical-align:middle;
}

#loanSliderContainerHome select#intrateDDL,
#loanSliderContainer select#intrateDDL {
	border: 1px solid white;
    font-size: 1.1em;
    height: 36px;
    margin: 0;
	outline:none;
    width: 61%;
	display:inline-block;
	background:rgba(255, 255, 255, .9) url(../../templates/current/images/dropdown_arrows.svg) no-repeat right center / 17px auto;
	
	/*CORNERS*/
	border-radius: 1px; -webkit-border-radius:1px; -khtml-border-radius: 1px; -moz-border-radius: 1px; behavior: url(templates/current/PIE.htc);
	
	/*EASING EFFECT*/
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	
	-webkit-appearance: none;  /*Removes default Chrome & Safari style*/
 	-moz-appearance: none;  /*Removes default Firefox style*/
 	border: 0 !important;  /*Removes border*/
}

#loanSliderContainerHome select#intrateDDL:hover,
#loanSliderContainer select#intrateDDL:hover  {
	background:white  url(../../templates/current/images/dropdown_arrows.svg) no-repeat right center / 17px auto;
}

#loanSliderContainerHome select#intrateDDL:focus,
#loanSliderContainer select#intrateDDL:focus  {
	/*background: #fdd462;*/
}

#loanSliderContainer select#intrateDDL,
#loanSliderContainer select#intrateDDL:hover,
#loanSliderContainer select#intrateDDL:focus {
	border: 1px solid rgba(78, 81, 86, .3) !important;
}

#aprHome,
#apr {
	color: #222222;
    font-family: "Lato",sans-serif;
    font-size: 1.08em;
    font-weight: 700;
    padding: 18px 0px 6px;
    width: 100%;
}

#apr {
	color: #4D5B66;
	text-align:center;
	padding:20px 0;
}

#aprHome {
	padding: 0 0 6px;
}

/* EXISTING LOANS TEXT */
#divExistingLoanText {
    background: #fcd4d2;
    padding: 20px 15px;
    width: 100%;
	font-weight:normal;
	color: #d34747;
	margin-bottom: 5px;
}

#divExistingLoanText {
	display:none;
}

#divExistingLoanContainer {
    background: #e5e5e5;
    padding: 5px 15px;
    width: 100%;
    border-radius: 12px;
}

#divExistingLoanCheckbox,
#divExistingLoanTextBoxContainer,
#divExistingLoanTextBox,
#divExistingLoanButton {
	display: inline-block;
    vertical-align: middle;
    width: auto;
	margin-right:10px;
}

#divExistingLoanCheckbox {padding:10px 0;}
#divExistingLoanTextBoxContainer {}
#divExistingLoanTextBox input {width:7em;}
#divExistingLoanButton input {
	background: #473291;
    border: medium none;
    color: white;
    cursor: pointer;
    font-family: "Lato",sans-serif;
    font-size: 1em;
    font-weight: normal;
    height: auto;
    padding: 12px 15px;
    text-transform: uppercase;
	
	/*CORNERS*/
	border-radius: 2px; -webkit-border-radius:2px; -khtml-border-radius: 2px; -moz-border-radius: 2px; behavior: url(templates/current/PIE.htc);
	
	/*EASING EFFECT*/
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

#divExistingLoanButton input:hover {
	background: #5e3091;
}

/* CALCULATION RESULTS --------------------------------------------------------------------------------- */

span#spanWeekHome,
span#span2WeeksHome,
span#span4WeeksHome,
span#spanMonthHome,
span#spanWeekTotalHome,
span#span2WeeksTotalHome,
span#span4WeeksTotalHome,
span#spanMonthTotalHome,
span#spanWeek,
span#span2Weeks,
span#span4Weeks,
span#spanMonth,
span#spanWeekTotal,
span#span2WeeksTotal,
span#span4WeeksTotal,
span#spanMonthTotal {
    display:inline-block;
    width: 32%;
	vertical-align:top;
	font-size: 0.8em;
	padding: 5px 0;
}

span#spanMonthTotalHome {
	width:32%;
}

span#spanWeekTotalInterestHome,
span#span2WeeksTotalInterestHome,
span#spanMonthTotalInterestHome,
span#spanWeekTotalInterest,
span#span2WeeksTotalInterest,
span#spanMonthTotalInterest {
    display:inline-block;
    overflow: hidden;
    width: 32%;
	vertical-align:top;
	font-size: 0.8em;
	padding: 5px 0;
}

span#spanMonthTotalInterestHome {
	width:29%;
}

input#paymentSliderTotalWeeklyHome,
input#paymentSliderWeeklyHome,
input#paymentSliderTotalInterestWeeklyHome, 
input#paymentSlider2WeeksHome,
input#paymentSliderTotal2WeeksHome,
input#paymentSliderTotalInterest2WeeksHome,
input#paymentSliderMonthlyHome,
input#paymentSliderTotalMonthlyHome,
input#paymentSliderTotalInterestMonthlyHome,
input#paymentSliderTotalWeekly,
input#paymentSliderWeekly,
input#paymentSliderTotalInterestWeekly, 
input#paymentSlider2Weeks,
input#paymentSliderTotal2Weeks,
input#paymentSliderTotalInterest2Weeks,
input#paymentSliderMonthly,
input#paymentSliderTotalMonthly,
input#paymentSliderTotalInterestMonthly {
	color: #222222;
    font-family: "Lato",sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    width: 100%;
	padding:0;
}

div#Results {
	margin-top: 5px;
}


/*input#paymentSliderTotalWeekly,
input#paymentSliderWeekly,
input#paymentSliderTotalInterestWeekly, 
input#paymentSlider2Weeks,
input#paymentSliderTotal2Weeks,
input#paymentSliderTotalInterest2Weeks,
input#paymentSliderMonthly,
input#paymentSliderTotalMonthly,
input#paymentSliderTotalInterestMonthly {
	color: #4D5B66;}*/

#divSliderApplyButtonHome input.button_submit,
#divSliderApplyButton input.button_submit {
	background: rgba(120,45,144,1);
	background: -moz-linear-gradient(top, rgba(120,45,144,1) 0%, rgba(71,50,145,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(120,45,144,1)), color-stop(100%, rgba(71,50,145,1)));
	background: -webkit-linear-gradient(top, rgba(120,45,144,1) 0%, rgba(71,50,145,1) 100%);
	background: -o-linear-gradient(top, rgba(120,45,144,1) 0%, rgba(71,50,145,1) 100%);
	background: -ms-linear-gradient(top, rgba(120,45,144,1) 0%, rgba(71,50,145,1) 100%);
	background: linear-gradient(to bottom, rgba(120,45,144,1) 0%, rgba(71,50,145,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e3091', endColorstr='#473291', GradientType=0 );
    color: #ffffff;
    font-size: 1.05em;
    font-weight: bold;
    margin-top: 13px;
    margin-bottom: 5px;
    padding: 9.5px;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    width: 100%;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
	
	/*CORNERS*/
	border-radius: 12px; -webkit-border-radius:12px; -khtml-border-radius: 12px; -moz-border-radius: 12px; behavior: url(templates/current/PIE.htc);
}

#divSliderApplyButtonHome input.button_submit{
	margin-top: 0;
	margin-bottom: 0;
}

#divSliderApplyButtonHome input.button_submit:hover,
#divSliderApplyButton input.button_submit:hover {
	background: rgba(71,50,145,1);
	background: -moz-linear-gradient(top, rgba(71,50,145,1) 0%, rgba(120,45,144,1) 100%);                                             
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,50,145,1)), color-stop(100%, rgba(120,45,144,1)));
	background: -webkit-linear-gradient(top, rgba(71,50,145,1) 0%, rgba(120,45,144,1) 100%);
	background: -o-linear-gradient(top, rgba(71,50,145,1) 0%, rgba(120,45,144,1) 100%);
	background: -ms-linear-gradient(top, rgba(71,50,145,1) 0%, rgba(120,45,144,1) 100%);
	background: linear-gradient(to bottom, rgba(71,50,145,1) 0%, rgba(120,45,144,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#473291', endColorstr='#5e3091', GradientType=0 );    
    color: #ffffff;
	color:white;
	text-shadow:none;
}

#homePage .informationalLoanCal {
	background: rgba(0, 0, 0, .2);
	color: rgba(255, 255, 255, .7);
	margin-top:0;
	display:none;
}

.informationalLoanCal {
    background: #e5e5e5;
    border-radius: 12px;
    display: inline-block;
    font-size: 0.75em;
    line-height: 1.3em;
    padding: 15px;
    vertical-align: top;
	margin-bottom:0;
	color: #4D5B66;
	margin-top:20px;
}


#submenuCalculator {
	display:none; /*Removes submenu on loan calculator page*/
}



/* FOOTER ------------------------------------------------------------------------------------------------- */

#pagefooterOuterIndex {margin: auto;
	width: 100%;
	display:inline-block;
	vertical-align:top;
	background:	#ffffff;
}

#contentPage #pagefooterOuterIndex, #securePage #pagefooterOuterIndex, #calculatorPage #pagefooterOuterIndex, #loginPage #pagefooterOuterIndex {
    background: #fafafa;
}
	
#pagefooterIndex { 
	clear: both;
    margin: 0 auto;
    max-width: 1152px;
    padding: 0;
    position: relative;
    width: 100%;
	height:70px;
	margin:15px auto;
}
	
#pagefooterOuterPublic {margin: auto;
	width: 100%;
	display:inline-block;
	vertical-align:top;
	background:white;
}

#pagefooterPublic {
	clear: both;
    margin: 0 auto;
    max-width: 1152px;
    position: relative;
    width: 100%;
	margin:20px auto;
}
	
#pagefooterOuterOther {margin: auto;
	width: 100%;
	display:inline-block;
	vertical-align:top;
	background:white;
}


#pagefooterOther {
	clear: both;
    margin: 0 auto;
    max-width: 1152px;
    position: relative;
    width: 100%;
	margin:20px auto;
}


/* FOOTER CREDIT UNION CONTACT DETAILS */
#divFooterDetailsWrapper{
    width: 33%;
	display: inline-block;
    vertical-align: top;
}

#divFooterDetailsWrapper,
#SocialNetFooterWrapper,
#divCustomFooterLinksWrapper {
	position:relative;
	display: inline-block;
    vertical-align: top;
    width: 100%;
}

#divFooterDetailsTitle,
#divSocialNetFooterTitle,
#divCustomFooterLinksTitle {
    display:none;
}

#divCustomFooterLinks,
#SocialNetFooter {
	color: white;
} 

#footerDetails {
	color: #4e4e4e;
}

#footerDetails {
	height: 50px;
    position: relative;
}

#divFooterDetailsTitle {
	background: url(../../templates/current/images/footer_details.svg) no-repeat scroll left top / 90px auto;
}

#footerDetails ul {
    margin: auto;

}

#footerDetails li {
	display: inline-block;
    font-size: 0.8em;
    margin-right: 10px;
    padding: 5px 0;
}

#footerDetails li:first-child {
	padding-left: 6px;
}

#footerDetails li:last-child {
    display: block;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    line-height: 1em;
}

.FooterCompanyNameSpan {
	font-weight:bold;
}

.FooterTelLabelSpan, 
.FooterFaxLabelSpan, 
.FooterEmailLabelSpan,
.FooterWebsiteLabelSpan,
.FooterAddressLabelSpan {
	width: auto;
}

.FooterTelSpan, 
.FooterFaxSpan,
.FooterEmailSpan,
.FooterWebsiteSpan {
	width: auto;
	float: right;
}
.FooterAddressSpan {
	float: none;
}

#footerDetails a {
	color:white;
}

/* FOOTER CUSTOM LINKS */
#divCustomFooterLinksWrapper {
    bottom: -55px;
	left:0;
    position: absolute;
}

#divCustomFooterLinks {
    margin: auto;
}

#divCustomFooterLinksTitle {
	background: url(../../templates/current/images/footer_quicklinks.svg) no-repeat scroll left top / 90px auto;
}

#divCustomFooterLinks a {
	color: white;
    float: left;
    font-size: 0.9em;
    font-weight: normal;
    padding: 3px 0;
    text-align: center;
    width: 16%;
	text-transform:uppercase;
	
}

#divCustomFooterLink1 a {
	text-align: left;
	width: 10%;
}

#divCustomFooterLink7 a {
    text-align: right;
    width: 10%;
}

#divCustomFooterLinks a:hover {
	color: rgba(255,255,255,0.6);
}


/* FOOTER REGULATORY TEXT */
#fsrnTextOffWrapper{
	background: #5e3091;
    color: #fff;
    font-size: 0.8em;
    padding: 20px 0;
    width: 100%;
}

#fsrnTextOff{
	margin: auto;
    max-width: 1152px;
    /*padding-left: 240px;*/
    padding-left: 6px;
    position: relative;
    top: -55px;
	
}

#pagefooterAlternative{
	display: inline-block;
    vertical-align: top;
}

#fsrnTextAlternative{
    font-size: .9em;
    font-style: italic;
	color: #4e4e4e;
}


/* FOOTER PROGRESS LOGO */
.ProgressLogo {
	display: inline-block;
    position: absolute;
    right: 0;
    top: -30px;
    vertical-align: top;
}

.ProgressLogo img {
	width:78px;
}


/* PRIVACY POLICY */
#divPrivacyTermsLinksWrapperOuter {
	width:100%;
	background:#473291;
	position:relative;
	display:inline-block;
	vertical-align:top;

}


#divPrivacyTermsLinksWrapper {
	max-width:1152px; margin:auto;
}

#divPrivacyTermsLinksWrapperInner {
	width:20%;
	margin:auto 0 auto auto;
}

#divTermsFooterLink,
#divPrivacyFooterLink {
	display: inline-block;
    text-align: center;
    vertical-align: top;
    width: auto;
	float:right;
}
#divPrivacyFooterLink {display: none;}

#divFooterCustomHTML1Wrapper {
	position: relative;
	}

#divFooterCustomHTML1{
	display: inline-block;
    text-align: right;
    vertical-align: top;
    width: auto;
	float:right;
	margin-right:140px;
	top:89px;
	z-index:100000;
	position: relative; 
}

#officeAreaPage #divFooterCustomHTML1{
	top:68px; 
}

#divPrivacyFooterLink {}
#divFooterCustomHTML1 a,
#divFooterCustomHTML2 a,
#divTermsFooterLink a,
#divPrivacyFooterLink a {
	color: white;
    display: inline-block;
    font-size: 0.8em;
    padding: 15px 0;
    width: 100%;
}
#divFooterCustomHTML1 a:hover,
#divTermsFooterLink a:hover,
#divPrivacyFooterLink a:hover {
	text-decoration:underline;
}


/* SOCIAL MEDIA ICONS - FOOTER */
#SocialNetFooterWrapper{}

#SocialNetFooter {
    border-right: 1px dashed #b4b5b6;
    height: 150px;
    position: relative;
}

#SocialNet {
	bottom: 120px;
    height: 42px;
    left: 430px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 47px;
    z-index: 20000;
}

#divSocialNetFooterTitle {
	background: url(../../templates/current/images/footer_follow_us.svg) no-repeat scroll left top / 90px auto;
}

#SocialNetFooter #SocialNet {}

#SocialNetIcons {}

#SocialNetFooter #SocialNetIcons {
	bottom: 0;
    float: none;
    height: 120px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
}

#SocialNetFooter #SocialNetIcons div {
	height: 50px;
    padding: 10px 0;
    position: relative;
}	
	
#SocialNet a {
	padding: 0;
}

#SocialNetTxt {
	display:none;
}

#SocialNetIcons img {
	list-style-image:none; 
	/*border: 1px solid #FF0;*/
}

#SocialNetIcons a {
	display: block;
}

#SocialNetIcons #socNetHeaderDiv1 {
    left: 50px;
    position: absolute;
}

#SocialNetIcons #socNetHeaderDiv2 {
    left: 100px;
    position: absolute;
}

#SocialNetIcons #socNetHeaderDiv0 a img, 
#SocialNetIcons #socNetHeaderDiv1 a img,
#SocialNetIcons #socNetHeaderDiv2 a img,
#SocialNetIcons #socNetFooterDiv0 a img, 
#SocialNetIcons #socNetFooterDiv1 a img,
#SocialNetIcons #socNetFooterDiv2 a img {
    list-style-image: none;
    margin: 0 3px 0 2px;
    position: absolute;
	
    /*EASING EFFECT*/
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

#SocialNetIcons a img.socNetHeaderImgTop0:hover,
#SocialNetIcons a img.socNetHeaderImgTop1:hover,
#SocialNetIcons a img.socNetHeaderImgTop2:hover,
#SocialNetIcons a img.socNetFooterImgTop0:hover,
#SocialNetIcons a img.socNetFooterImgTop1:hover,
#SocialNetIcons a img.socNetFooterImgTop2:hover {
    opacity: 0;
    z-index: 1000;
}


/* COOKIE CONSENT MEMO BOX -------------------------------------------------------------------------------- */

.CookieConsentMemo {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    box-sizing: border-box;
    font-family: Arial;
    font-size: 12px;
    left: 0;
    padding: 15px;
    position: fixed;
    text-align: left;
    width: 100%;
    z-index: 2147483647;
}
.CookieConsentMemo a {
    border-bottom: 1px dotted;
    color: #ffd200;
    font-weight: bold;
    padding-bottom: 1px;
    text-decoration: none;
    transition: all 0.1s ease-in 0s;
}
.CookieConsentMemo a:hover {
    color: #d50303;
}
#rdCookieConsent0 {
    /*margin: 5px 0;*/
}
#cookieConsentForm {
    color: #555555;
    font-family: Arial;
    font-size: 12px;
    line-height: normal;
    width: 100%;
}
#lyrCookieConsent h2 {
    font-size: 16px;
    text-shadow: -1px 0 1px white;
}
#lyrCookieConsent p {
    color: rgba(255, 255, 255, 0.85);
    float: left;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 5px;
    text-align: left;
    width: 80%;
}

#cookieConsentForm .button_submit {
    background: rgba(0, 0, 0, 0) url(../../templates/current/images/X.png) no-repeat scroll center center / 20px 20px;
    border: 4px solid #ffd200;
    color: #fff;
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 2em;
    text-align: center;
    text-indent: -9999px;
    top: 15px;
    width: 40px;
	
	/*CORNERS*/
	border-radius: 50px; -webkit-border-radius:50px; -khtml-border-radius: 50px; -moz-border-radius: 50px; behavior: url(templates/current/PIE.htc);
	
	
}

#cookieConsentForm .button_submit:focus {
    outline: 0 none;
}

#cookieConsentForm .button_submit:hover {
    background: rgba(0, 0, 0, 0) url(../../templates/current/images/XB.png) no-repeat scroll center center / 20px 20px;
    border: 4px solid #d50303;
    transform: rotate(0deg);
}

.CookieConsentPage {}



/* CHECKBOXES & RADIO BUTTONS ----------------------------------------------------------------------- */

input[type="checkbox"],
input[type="radio"] {
	display: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    color: #4D5B66;
    display: inline-block;
	vertical-align: top;
    margin-right: 10px;
    padding: 10px 0;
    margin-left: 27px;
    text-indent: -27px;
}

input[type="checkbox"] + label span,
input[type="radio"] + label span {
  	display: inline-block;
  	width: 21px;
  	height: 21px;
  	margin: -3px 7px 0 0;
 	vertical-align: middle;
  	cursor: pointer;
	
	/*CORNERS*/
  	border-radius: 3px; -webkit-border-radius:3px; -khtml-border-radius: 3px; -moz-border-radius: 3px; behavior: url(templates/current/PIE.htc);
}

input[type="radio"] + label span {
	 width: 23px;
  	height: 23px;
	
	/*CORNERS*/
  	border-radius: 50%; -webkit-border-radius:50%; -khtml-border-radius: 50%; -moz-border-radius: 50%; behavior: url(templates/current/PIE.htc);
}

input[type="checkbox"] + label span,
input[type="radio"] + label span {
  	background-color: #ffffff;
  	border: 6px solid white;
  	box-shadow: 0 0 1px grey;
}

input[type="radio"]:checked + label span {
  	background-color: #09998a;
  	border: 6px solid white;
  	box-shadow: 0 0 1px grey;
}

input[type="checkbox"]:checked + label span {
	background: #fff url(../../templates/current/images/checkbox_tick.svg) no-repeat scroll center center;
	border: 3px solid white;
	box-shadow: 0 0 1px grey;
}

input[type="checkbox"] + label span,
input[type="checkbox"]:checked + label span, 
input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}


/* APPLE FIX */
input[type="checkbox"], input[type="radio"] 
{margin-right:5px; height:15px; width:15px; vertical-align: sub;}

input, textarea 
{ /*-webkit-appearance: none;*/ -webkit-border-radius: 0; /* Force Safari to render buttons as in any other browser*/}

input[type="submit"], input[type="reset"], input[type="button"] {-webkit-appearance: none;}

input[type="checkbox"] {-webkit-appearance: checkbox;}


/* JAVASCRIPT DISABLED WARNING --------------------------------------------------------------------------- */

#divJavascriptWarningContainerWrapper {
	width:100%;
}

#divJavascriptWarningContainer {
	width:100%;
	max-width:1152px;
	margin:auto;
	background:red;
	padding:7px 0;
}

#divJavascriptWarningImage {
	display: inline-block;
	vertical-align: top;
	width: auto;
}

#divJavascriptWarningText {
	display: inline-block;
	font-family: "Lato",sans-serif;
	font-size: 0.8em;
	vertical-align: top;
	color:white;
}

#divJavascriptWarningText a {
	color:yellow;
	text-decoration:underline;
}



/* FORM FIELDS -----------------------------------------------------------------------------------------------*/

input,select {}
input[name="DOB"]:disabled,
input[type="password"]:disabled { 
	background-color: #E0E4ED !important;
	border:1px solid rgba(0, 0, 0, 0.2) !important;
}

/* NotRequired PIN digits (need to add image to ../images folder) */
.input_2char.PinDigitNotRequired {
	background: rgba(0, 0, 0, 0.05) url(../../templates/current/images/pinNotRequired.svg) no-repeat scroll center center / 17px auto !important;
}



/* PRELOADERS -------------------------------------------------------------------------------------------*/

#OBLoaderExternal1, 
#OBLoaderExternal2, 
#OBLoaderExternal3,
#divOBLoaderExternalOnlineForm {
	position: relative;
	width: 100%;
}

#OBLoaderDiv1, 
#OBLoaderDiv2, 
#OBLoaderDiv3,
#divOBLoaderDivOnlineForm  {
	background: rgba(255, 255, 255, .7);
    display: block;
    float: left;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 50;
}
	
#OBLoaderWrapper1 img, 
#OBLoaderWrapper2 img, 
#OBLoaderWrapper3 img,
#imgOBLoaderOnlineForm {
	left: 0;
	position: absolute;
	top: 0;
	bottom:0;
	right:0;
	margin:auto;
	z-index: 100;
	width:50px;
}



/* FORM FIELDS ---------------------------------------------------------------------------------------------- */

/* BUTTONS */
#divFormButtonsWrapperOuter{}
#divFormButtonsWrapper, 
.secPassBut, 
.pinPassButRand3, 
.dirLoginRowButton {
	background: #ebebeb;
    margin-top: -30px;
    padding: 10px;
    position: relative;
    width: 100%;
}

.secPassBut,
.pinPassButRand3,
.dirLoginRowButton {
	margin-top:0;
}

input.button_submit {
    background: #473291;
    border: medium none;
    color: white;
    cursor: pointer;
    font-family: "Lato",sans-serif;
    font-size: 1em;
    font-weight: normal;
    height: auto;
    padding: 12px 15px;
    text-transform: uppercase;
	
	/*CORNERS*/
	border-radius: 2px; -webkit-border-radius:2px; -khtml-border-radius: 2px; -moz-border-radius: 2px; behavior: url(templates/current/PIE.htc);
	
	/*EASING EFFECT*/
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

input.button_submit:hover {
	background: #5e3091;
}

input.button_cancel {
    background: none;
    border: medium none;
    color: #d34747;
	font-family: 'Lato', sans-serif;
    cursor: pointer;
    font-size: 1em;
    font-weight: normal;
    padding: 6px 10px;
	cursor:pointer;
	margin-left:15px;
	text-transform: lowercase;
	border-left:1px solid rgba(180, 181, 182, .3);
}

input.button_cancel:hover {
	text-decoration:underline;
}



/* FORM INPUTS -------------------------------------------------------------------------------------------- */

input#File1 {
	border: 1px solid #f0f3f9;
    float: left;
    width: 100%;
}

input[type="file"].input_long::-webkit-file-upload-button {
	float: right;
	position: relative;
}

.input_normal {
	width:80%;
}

.input_long {
	width: 23em;
}

.input_short {
	width: 8em;
}

.input_shorter {
	width: 4.75em;
}

.input_multiline {
	width: 80%;
	height: 100px;
} 

.input_multiLarge {
	width: 280px;
	height: 160px;
}

.input_nosize {
	width:80%;
}

.input_2char {
	width: 2.5em;
	text-align:center;
}

.input_3char {
	width: 3em;
}

.input_4char {
	width: 3.75em;
}

.input_invisible {
	border: 0px solid!important;
	background-color: transparent;
	vertical-align: middle;
}

.input_editor_title {
	display:none;
}

.input_webteller {
	width: 120px;
}

.input_normal, .input_long, .input_short, .input_shorter, .input_multiline, .input_multiLarge, .input_nosize, .input_2char, .input_3char, .input_4char, .input_invisible, .input_editor_title, .input_editor_subtitle, .input_webteller, #searchPage .input_short {
	border: 1px solid #999;
    font-size: 1em;
	color: #666666;
    padding: 7px;
	font-family: 'Lato', sans-serif;
	
	/*CORNERS*/
	border-radius: 1px; -webkit-border-radius:1px; -khtml-border-radius: 1px; -moz-border-radius: 1px; behavior: url(templates/current/PIE.htc);
}



/* TABLES ------------------------------------------------------------------------------------------------- */

table {
	margin-bottom: 30px;
}

table table {
    margin-bottom: 0;
}

table.resources td {
	padding: 3px 2px;
} 

table.services {
	width:100%;
}

table.services td {
	width:25%;
}

.tabletitle,
.tabletitle_single,
.tabletitle_multiple {
	background: #808080;
    color: white;
    font-size: 1em;
    font-weight: normal;
    margin-top: 10px;
    padding: 8px 15px;
    text-transform: uppercase;
    width: -webkit-fit-content;
  	width: -moz-fit-content;
  	width: fit-content;
}

.tabletitle input {
	padding:5px;
}

.tableform,
.e-tableform,
.tableform2 {
	border-collapse: collapse;
	float: none;
	border-bottom: 10px solid #f5f5f5;
	border-top:2px solid #808080;
}

.tableform2 {
	width:100%;
}

.e-tableform img {
	display:none;
}

.tableform thead,
.e-tableform thead {
	border-top:2px solid #808080;
}

.tableform td,
.e-tableform td,
.tableform2 td {
	padding:5px 10px;
	background:#f5f5f5;
}

.tableform tfoot,
.e-tableform tfoot {
	color: #828277;
	font-size: 10px;
}

.tableform tfoot td, .e-tableform tfoot td {
	background-color:#E5E5DA;
	font-size: 10px;
}

.tableform .dayColour,
.e-tableform .dayColour{
	background-color:#E2E2D7;
}

.tableform table td,
.e-tableform table td {
	border: none;
	padding: 0px;
}

.tablegrid {
	margin-top: 0px;
	border-collapse: separate;
	border-spacing: 0px;
}

.tablegrid td {
	font-size: 1em;
}

#galleryPage .tablegrid td {
	padding-right: 35px;
}


#divSecurePageContentWrapper,
#divContentPageContentWrapper,
#divPagecontentWrapper {
    margin-top: 25px; /*Makes register for access form go down a bit*/
}



/* SITEMAP PAGE ---------------------------------------------------------------------------------------------- */

#searchPage table {
	border-top: 2px solid #808080;
    margin-top: 5px;
    width: 100%;
	padding-top:10px;
	background: #f5f5f5;
	padding-bottom:20px;	
}

#tableSearch {
	border:none !important;
	background:none !important;
	margin-top:17px !important;
}

#searchPage td {
	font-size: 1em;
	padding: 5px;
}

#tableSearch td {
	padding:0 !important;
}

#searchPage td:nth-child(1) {
	font-weight: bold;
	text-transform: uppercase;
}

#searchPage td img {
	vertical-align: sub!important;
	margin-right:5px;
}

#searchPage .input_short {
	margin-right: -1px;
	width: calc(100% - 40px);
	float:left;
	display:inline-block;
	vertical-align:top;
	height:36px;
}

#searchPage input.button_submit {
	font-size: 1em;
	background:#12B3A2 url(../../templates/current/images/search_icon.svg) no-repeat scroll center center; 
	border: none; 
	font-size: 0;
	height: 36px;
	line-height: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 36px;
	
	/*CORNERS*/
	border-radius: 0px; -webkit-border-radius:0px; -khtml-border-radius: 0px; -moz-border-radius: 0px; behavior: url(templates/current/PIE.htc);
}



/* SERVICES PAGE - SERVICES BOXES ------------------------------------------------------------------------- */

div .services_right, div .services_left {
	background: #F5F5F5;
	display:inline-block;
	vertical-align: top;
	width: 48.5%;
	margin-right:0;
	margin-bottom: 15px;
	padding-right:10px;
}
div .services_left{margin-right:1em; }

div .services_left img, div .services_right img  {
	padding-right: 10px;
	width: 117px;
}
div .services_left h2, div .services_right h2 {
	border-bottom: medium none;
    font-size: 1.2em;
	line-height:1em;
    margin-bottom: 0;
    margin-top: 0;
    padding: 5px 0 0;
}
	
div .services_left p, div .services_right p {
	color: rgba(78, 81, 86, .8);
    font-size: 0.8em;
    line-height: 130% !important;
    margin-bottom: 0 !important;
    padding: 5px 10px 0;}
	
div a .services_left , div a .services_right {
	color: #4D5B66;
}



/* SUBMENU (CONTENT PAGES ONLY) ------------------------------------------------------------------------ */

#submenu {
    width: 25%;
    border-bottom: 20px solid #f2deee;
}
	
#submenu .title_subsections {
	/*background: rgba(0, 0, 0, 0) url(../../templates/current/images/marker.svg) no-repeat scroll left top / 38px auto;*/
    background: #ffffff url(../../templates/current/images/earmarked_sidebar.svg) no-repeat;
    background-size: auto 30px;
    border-bottom: 1px solid rgba(190,173,143,.5);
    font-weight: 500;
    padding: 10px 0 10px 45px;
    /*text-transform: uppercase;*/
	font-size:1.4em;
	line-height:normal;
	font-family: 'Fira Sans', sans-serif;
}

#submenu ul, #modulelinks_contentpage ul  {
	padding-top:16px;
    padding-bottom: 16px;
	/*background: #eff1f6;
background: -moz-linear-gradient(top,  #eff1f6 0%, #ffffff 100%);
background: -webkit-linear-gradient(top,  #eff1f6 0%,#ffffff 100%);
background: linear-gradient(to bottom,  #eff1f6 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff1f6', endColorstr='#ffffff',GradientType=0 );*/
	background: #ffffff;
}	

#submenu ul {
	width:100%;
}	

#submenu li {
	list-style-type: none;
}

#submenu a {
	background: rgba(0, 0, 0, 0) url(../../templates/current/images/marker.svg) no-repeat scroll 15px center / auto 20px;
    display: block;
    font-size: 1.1em;
	font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    padding: 10px 0 10px 45px;
    color: #808080;
}

#submenu a:hover {
	color: #5e3091;
	background:url(../../templates/current/images/markerB.svg) no-repeat scroll 15px center / auto 20px;
}

#submenu .subitem_selected a {
    background: rgba(0, 0, 0, 0) url(../../templates/current/images/markerC.svg) no-repeat scroll 15px center / auto 20px;
    color: #ed028c;
	cursor:default;
}

#ulQuickLinks {
}



/* SIDEBAR (CONTENT PAGES ONLY) --------------------------------------------------------------------------------- */

#sidebar {
	width: 25%;
    display: inline-block;
    background: #ffffff;
}


/* NEWSLETTER FORM ------------------------------------------------------------------------------------------ */

#onlineNewsletterForm {}

#onlineNewsletterForm input {}

#onlineNewsletterForm input.button_submit {}



/*SITEMAP CONTAINER AND NAVIGATION ----------------------------------------------------------------------------- */

#siteMap {
	display:none;
}

#siteMapMenu {}

#siteMapMenu li {}

#siteMapMenu ul li a {}

#siteMapMenu ul li ul a {}



/* GRAPHIC ICONS BELOW LOGIN AREA ---------------------------------------------------------------------------------------------------------------- */

.Lost_bkgd,
.register,
.security,
.problems,
.browser {
	display:none;
}



/* LOST YOUR PIN ---------------------------------------------------------------------------------------------- */

.lostPinCont {
	position: relative;
	width: 100%;
	height: 80px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-bottom: 10px;
	background-color:#F0F0F0;
}

.lostPinTxtAlertCont{
	float: right;
	width: 0%;
	height: 100%;
}

.lostPinContInner{
	position: relative;
	width: 100%;
	height: 100%;
}

.lostPinTxt{
	padding-left: 10px;
	padding-bottom: 5px;
}



/* LOGIN PAGE ---------------------------------------------------------------------------------------------------- */

.mainContainerbkgd,
.mainContbkgd3,
.mainContbkgdPin2,
.mainContbkgdSec2,
.mainContbkgdSec2 {}

.mainContbkgd3 {
	margin-bottom:30px;
	margin-top: 27px;
}

.mainContainer,
.mainContRand3,
.mainContSec2 {
	width:100%;
	padding:20px;
	background: #f5f5f5;
	position:relative;
}

.memContText {
	padding: 0 0 10px;
}

.pinContRand3,
#dobContRand3 {
	padding:10px 0 5px;
}

.memberNumberTxt,
.memberNumberTxt2,
.dobInputTxtRand3_2,
.insertRandomPin3,
.insertRandomPin3,
.securityPasswordTxt,
.userTxt,
.passwordTxt,
.enterCode,
.rand3PinTxt {
	display:inline-block;
	vertical-align:top;
	font-weight:bold;
	padding:6px 0;
	width:140px;
	white-space:nowrap;
}

.dobInputTxtRand3 {
	display:inline-block;
	vertical-align:top;
	padding:6px 0;
	width:140px;
}

.dobForm3 {
	display:inline-block;
	vertical-align:top;
}

.memberNumberTxt2 {
	display:inline-block;
	vertical-align:top;
	font-weight:bold;
	padding:10px 0;
}

.memNumForm,
.memNumForm2,
.dobForm3_2,
#divMemLoginPINDigitis,
.secPassForm,
.userInputShort,
.passwordInputShort,
.enterCodeInputShort,
.pinNumForm {
	display:inline-block;
	vertical-align:top;
}


/* LOGIN PAGE PASSWORD BOX */
.secPassForm{
	margin-left:4px; 
}

.securityPasswordTxt {}

.rand3PinTxt{}

.noMemberNumber,
.noMemberNumber2 {
	margin: 10px 0 5px;
	font-size:.9em;
}

.noMemberNumber a,
.noMemberNumber2 a {
	color: #ed028c;
}

.noMemberNumber a:hover,
.noMemberNumber2 a:hover {
	color: #5e3091;
}

#AlertPanelMemNo,
#AlertPanelPIN {
	background: #808080;
    bottom: 0;
    color: white;
    font-size: 0.9em;
    left: auto;
    line-height: 1.2em;
    margin: auto;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
}

#AlertPanelMemNo a,
#AlertPanelPIN a {
	color:white;
	border-bottom:1px dotted;
	font-weight:bold;
}

#altAnnouncement {
	display:none;
}


/* PUBLICATIONS PAGE */
ul#reports {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


/* LOGIN PAGE - YELLOW MESSAGE ABOVE THE MEMBER LOGIN PANEL */
#announcements_login {
	background-color: #f9f6c8;
    line-height: normal;
    margin-bottom: 20px;
    padding: 10px;
	margin-top:25px;
    width: 100%;
}


/* "SESION TIMEOUT" MESSAGE */
#announcements_login_warning {
	background-color: #fcd4d2;
    color: #a02a2a;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px;
    vertical-align: middle;
    width: 100%;
}

.pLoginFailed {
	background:rgba(211, 71, 71, .09);
    color: #d34747;
    margin-bottom: 20px;
    margin-top: -20px;
    padding: 10px;
}

#app_container { float: left; height: auto; position: relative; width: 100%;}
.app_links {float: left; height: auto; padding-top: 2em; width: 39%;}
.app_image { float: right; height: auto; text-align: right; width: 59%;}
#submenuBreadcrumbs {
display: none;
}









/* -------------------------------------------------- MEDIA QUERIES ------------------------------------------*/


/* -------------------------------------------------- MEDIA QUERIES ------------------------------------------*/


/* -------------------------------------------------- MEDIA QUERIES ------------------------------------------*/


/* -------------------------------------------------- MEDIA QUERIES ------------------------------------------*/


/* -------------------------------------------------- MEDIA QUERIES ------------------------------------------*/












@media only screen and ( max-width: 81.25em ) /* 1300 */ {
	
#homepageImageTextDivWrapper{ height:100%; }

#divSliderCalcLoanTypeTextHome {font-size:.85em;}


	#spotlight1,
	#spotlight2,
	#spotlight3,
	#spotlight4,
	#spotlight5,
	#spotlight6  {
		width:25%; 
		margin: 0;
	}

	#divHomepageImagesWrapper {
	    min-height: 410px;
	}

	#divSliderLoanCalculatorWrapperOuter {
	    top: -400px;
	}


}


@media only screen and ( max-width: 68.75em ) /* 1152 */ {

#pagefooterIndex {border:none; height:auto;}

#homepageImageTextDiv {padding: 15px 20px;}

#masthead .logo {margin-left:10px;}

#footerDetails {padding: 0 10px;}

#fsrnTextOff {padding-left: 223px;}



}

@media only screen and ( max-width: 68.938em ) /* 1103 */ {

#divFooterCustomHTML1 {top:69px;}



}


@media only screen and ( max-width: 64em ) /* 1024 */{

#layoutarea {float:none; background:none; padding:0px;}

#contentareaWrapperOuter {padding:0 10px; background: #f2deee url(../../templates/current/images/pagetitle_bgr.jpg); background-repeat: repeat-x;}
		
#divPrivacyTermsLinksWrapper {padding: 0 10px;}

#header-search {left:320px;}

#SocialNet {left:175px;}

#loginarea {right:0;}

.ProgressLogo {display:none;}

#announcements_content_dynamic { background-image:url(../../templates/current/images/fb_banner_bgr.jpg), url(../../templates/current/images/fb_banner_bgrLeft.svg); background-size: auto 195px, 165px auto;}

/*LOAN CALCULATOP - HOMEPAGE*/





#sliderValuesListHome li {padding: 2px 10px !important;}

#amountHome, #termHome {font-size:1em;}

#aprHome {font-size:1em; padding-top:10px;}

input#paymentSliderTotalWeeklyHome, input#paymentSliderWeeklyHome, input#paymentSliderTotalInterestWeeklyHome, input#paymentSlider2WeeksHome, input#paymentSliderTotal2WeeksHome, input#paymentSliderTotalInterest2WeeksHome, input#paymentSliderMonthlyHome, input#paymentSliderTotalMonthlyHome, input#paymentSliderTotalInterestMonthlyHome, input#paymentSliderTotalWeekly, input#paymentSliderWeekly, input#paymentSliderTotalInterestWeekly, input#paymentSlider2Weeks, input#paymentSliderTotal2Weeks, input#paymentSliderTotalInterest2Weeks, input#paymentSliderMonthly, input#paymentSliderTotalMonthly, input#paymentSliderTotalInterestMonthly {font-size:1em;}

#loanSliderContainerHome select#intrateDDL {font-size:1em; height:auto;}

#divSliderApplyButtonHome input.button_submit {font-size:1em; margin-top:5px;}

#divSliderCalcLoanTypeHome {padding:0 15px 2px;}



}


@media only screen and ( max-width: 61.25em ) /* 980 */ {


/* MAIN NAVIGATION - TOP MENU -------------------------------------------------------------------------- */

#mainmenu {position: relative; top: auto;left: auto; margin:0 0 20px; width:100%; display:block; display:none;}
#mainmenu > a {width: 3.125em; /* 50 */height: 3.125em; /* 50 */text-align: left;text-indent: -9999px; background-color: #263c8f; position: relative;}
#mainmenu > a:before,#mainmenu > a:after {position: absolute;border: 2px solid #fff;top: 35%;left: 25%;right: 25%;content: '';}
#mainmenu li ul a { font-size: 0.95em; line-height: 1.25em; padding: 1em;}
#mainmenu > a:after {top: 60%;}
#mainmenu:not( :target ) > a:first-of-type,#mainmenu:target > a:last-of-type {display: block;}

/* first level */

#mainmenu > ul {height: auto; display: none; /*position: absolute;*/ left: 0;right: 0;}
#mainmenu:target > ul {display: block;}
#mainmenu > ul > li {width: 100%;float: none;}
#mainmenu > ul > li > a {height: auto;text-align: left;	padding: .7em; /* 20 (24) */}
#mainmenu > ul > li > ul > li > a:hover {background: #a3a3a3;}
#mainmenu > ul > li:not( :last-child ) > a {border-right: none; border-bottom: 1px solid #3399ff;}

/* second level */

#mainmenu li ul {position: static;/* padding: 1.25em;  20 */padding-top: 0;}


/* MOBILE NAVIGATION ------------------------------------------------------------------------------------ */

#mainmenuMobile {display: block; left: auto; margin: 0 0 30px; position: relative; top: auto; width: 100%; float:none; padding:0 10px;}
#mainmenuMobile > a {width: 3.125em; /* 50 */height: 3.125em; /* 50 */text-align: left;text-indent: -9999px; position: relative; margin:15px auto 30px;}
#mainmenuMobile > a:before,#mainmenuMobile > a:after {border-top: 1.5em double #5e3091; bottom: 25%; content: ""; left: 0; position: absolute; right: 0;}
#mainmenuMobile li ul a { font-size: 0.95em; line-height: 1em; padding: 1em; color:white; text-align:center; background: #5e3091;} 

#mainmenuMobile > a:after {top: 60%;}
#mainmenuMobile:not( :target ) > a:first-of-type,#mainmenuMobile:target > a:last-of-type {display: block;}

/* first level */

#mainmenuMobile > ul {height: auto; display: none; /*position: absolute;*/ left: 0;right: 0;}
#mainmenuMobile:target > ul {display: block; border-top: 1px solid #4D5B66; border-bottom: 1px solid #4D5B66;}
#mainmenuMobile > ul > li {width: 100%;float: none;}
#mainmenuMobile > ul > li > a {height: auto; text-align: center; padding: .7em; /* 20 (24) */}
#mainmenuMobile > ul > li > ul > li > a:hover {background: #5e3091; color: #fff;}
#mainmenuMobile > ul > li:not( :last-child ) > a {border-right: none; border-bottom: 1px solid #473291;}

/* second level */

#mainmenuMobile li ul {position: static;/* padding: 1.25em;  20 */padding-top: 0;}

/* END OF MOBILE NAVIGATION --------------------------------------------------------------------------- */


#divSpotlightsWrapper {width:100%;}

body, #main {background:none;}

.pagecontent {padding:0 5px;}

#contentareaoutercontainer {width: 100%; padding-left: 10px; padding-right: 10px;}

#divHomepageImagesWrapper, #divSpotlightsWrapperOuter, #divNewsHeadlinesWrapper {padding:0 10px;}

#mastheadWrapperOuter {height: 360px;}

#divSliderLoanCalculatorWrapper {padding: 20px 10px; position:relative; width:100%; max-height: auto; }

#loginarea { position:relative; padding: 15px; right:0;}

#facilities .divider {width: 33.25%;}

#masthead {height:100%; padding-bottom:0px; background:none;}

#masthead .logo #img_masthead {float: none; margin: 1em auto; padding: 0em 0em 0em 0; text-align: center; padding-right:0; position:relative; height: 100px;}

#masthead #announcements {display:none;}

#facilities {background: #0873B9;}

#facilities #helpmenu {display:none;}

#facilities a:hover {border-bottom: none; background: rgba(255, 255, 255, .2); color:#4d4d4d; text-decoration:none;}

#header-sitemap { width: 33.5%;}
	
#submenu, #divQuickLinksWrapper{width: 100%; margin-top: 20px;}

#submenu {border-bottom: none;}

#sidebar {width: 100%; border-top: 20px solid #f2deee; border-bottom: 20px solid #f2deee;}

#newsheadlines_contentpage {margin-bottom: 0; padding-bottom: 10px;}

#contentPage #news_content, #calculatorPage #news_content, #newsPage #news_content, #securePage #news_content, #loginPage #news_content {padding: 0 10px;}

#spotlight1, #spotlight2, #spotlight3, #spotlight4 {width:49%; margin: 0 0.5%;}

#divSpotlightsWrapper div:first-child, #divSpotlightsWrapper div:nth-child(3) {margin-left: 0; margin-right:1.5%;}

#divSpotlightsWrapper div:nth-child(4), #divSpotlightsWrapper div:nth-child(2) {margin-right:0;}

#contentarea {width:100%;  float:none; overflow: hidden;}

#spotlight1:hover, #spotlight2:hover, #spotlight3:hover, #spotlight4:hover, #spotlight5:hover, #spotlight6:hover {box-shadow:none;}

.pagetitle {padding-top:5px;}

#newsheadlines_contentpage #news_content img {width:100%; max-width:50%;} 

#divHTMLAnnouncements1Wrapper #announcements_content_dynamic div {width:100%; height:auto;padding:30px 10px;}

#announcements_content_dynamic #spot1, #announcements_content_dynamic #spot2, #announcements_content_dynamic #spot3 {background-position: center 20px;}

#announcements_content_dynamic h2 {margin-bottom: 0; padding-top:90px;}

#loanSliderContainerHome {width:100%; margin-top:10px;}

#newsheadlines {height: auto; position: relative; top: 0; width: 100%; padding: 10px 10px 20px; border-bottom:none;}

#divHTMLAnnouncements1WrapperOuter, #divHTMLAnnouncements2WrapperOuter, #divHTMLAnnouncements3WrapperOuter, #divHTMLAnnouncements3WrapperOuter {margin:20px auto; background:none; padding: 0 10px;}

#divHTMLAnnouncements1Wrapper, #divHTMLAnnouncements2Wrapper, #divHTMLAnnouncements3Wrapper, #divHTMLAnnouncements4Wrapper {}

#announcements2_content_dynamic {display: block; position: relative; width: 100%; top: 0;}

#masthead .logo {padding: 10px 0 10px; text-align: center; margin:0 auto;}

#divLoginAreaWrapper {position:relative; margin:30px 0 20px;}

#loginarea {margin:auto; padding:0;}

#divSpotlightsWrapperOuter {background:none; margin:10px 0 0;}
	
#divSpotlightsWrapper div:first-child, #divSpotlightsWrapper div:nth-child(3) {margin-bottom:10px;}

#announcements_content_dynamic p {max-width:90%; margin:auto;}

/*ANNOUNCEMENTS LINKS*/
#announcements_content_dynamic a {height: 195px; padding: 0;}

#divPrivacyTermsLinksWrapperInner {width: 35%;}

#pagefooterAlternative {width:100%;position:relative;}

#newsheadlines_contentpage {min-height:190px;}

#registerWrappper {margin-top: 4px;}
	
#header-search {left: 140px; top: 151px;}

#header-search .imgSearchButton {position:relative; outline:none;}

#SocialNet {display: inline-block; left: 0; position: relative; width: 45%;}

#SocialNetIcons {position: absolute; right: 55px;}

.spotlight_text {height:auto; min-height: 145px;}

#loanSliderContainer .Sliders, #loanSliderContainer .Results { min-height:auto;}

#loanSliderContainer .Sliders {margin-bottom:30px;}

#divExistingLoanText {position: relative; width: 100%;}

/*ADDED*/

#flashcontainer, #flashcontainerMobile {width:100%;}

#divSliderLoanCalculatorWrapperOuter {top:0;}

#fsrnTextOff {padding: 0 20px; top: 0;}

#divCustomFooterLinksWrapper {position:relative; bottom:0;}

#footerDetails {height: 60px; padding:10px 20px;}

img#footer-cu-logo {height:35px;}

#announcements_content_dynamic {position:relative; top:0; width:100%; background-size:auto 195px, auto auto;}

#divNewsHeadlinesWrapperOuter {display:block; background:none; margin-top:10px;}

#divHTMLAnnouncements1WrapperOuter, #divHTMLAnnouncements2WrapperOuter, #divHTMLAnnouncements3WrapperOuter, #divHTMLAnnouncements3WrapperOuter {display:block;}

.banner_btn a {width: 200px;}

#loanSliderContainerHome .Sliders, #loanSliderContainerHome .Results, #loanSliderContainer .Sliders, #loanSliderContainer .Results {display: inline-block; min-height: 220px; vertical-align: top; width: 49.5%;}

#divSliderCalcLoanTypeHome {padding:20px;}

#aprHome, #apr {padding:30px 10px 10px;}

#divSliderApplyButtonHome input.button_submit, #divSliderApplyButton input.button_submit {margin-top:30px;}

#fsrnTextAlternative{line-height: 1.5em;}

#homePage .newsArticleImageSpan, #homPage .newsArticleImageLargeSpan {
	display:none;
}

#homepageImageTextDiv {animation:none;}


/*LOAN CALCULATOP - HOMEPAGE*/

#divSliderCalcLoanTypeTextHome {font-size:1.2em;}

#sliderValuesListHome li {padding: 5px 10px !important;}

#amountHome, #termHome {font-size:1.1em;}

#aprHome {font-size:1.1em;}

input#paymentSliderTotalWeeklyHome, input#paymentSliderWeeklyHome, input#paymentSliderTotalInterestWeeklyHome, input#paymentSlider2WeeksHome, input#paymentSliderTotal2WeeksHome, input#paymentSliderTotalInterest2WeeksHome, input#paymentSliderMonthlyHome, input#paymentSliderTotalMonthlyHome, input#paymentSliderTotalInterestMonthlyHome, input#paymentSliderTotalWeekly, input#paymentSliderWeekly, input#paymentSliderTotalInterestWeekly, input#paymentSlider2Weeks, input#paymentSliderTotal2Weeks, input#paymentSliderTotalInterest2Weeks, input#paymentSliderMonthly, input#paymentSliderTotalMonthly, input#paymentSliderTotalInterestMonthly {font-size:1.1em;}

#loanSliderContainerHome select#intrateDDL {font-size:1.2em; height:40px;}

#divSliderApplyButtonHome input.button_submit {font-size:1.1em; margin-top:20px;}

#divSliderCalcLoanTypeHome {padding:20px 15px 15px;}

/*  FOOTER */

#divCustomFooterLinks a {
	width: 16%;
	text-align: center;
    color: #4d4d4d;
}

#divFooterCustomHTML1 {top:82px;}

}


@media only screen and ( max-width: 55em ) /* 880 */ {
	
#divFooterDetailsWrapper, #SocialNetFooterWrapper, #divCustomFooterLinksWrapper {}

#pagefooterIndex {margin-top:0;}

#divFooterDetailsWrapper {padding-bottom:20px;}

	#pagefooterOuterIndex::before {display:none;}

#divFooterDetailsTitle, #divSocialNetFooterTitle, #divCustomFooterLinksTitle {width: 200px; margin-top:-25px;}

#footerDetails, #SocialNetFooter {border:none;}

img#footer-cu-logo {float:none; margin:20px auto; border-right:none; padding-right:0;}


#footerDetails ul {text-align: center;}


#footerDetails li {display: block; padding: 0;}

#footerDetails {height:auto;}

.FooterTelSpan, .FooterFaxSpan, .FooterEmailSpan, .FooterWebsiteSpan {float: none;}

}


@media only screen and ( max-width: 50em ) /* 800 */ {
	
td.membership_table {font-size: 0.9em;}

#announcements_content_dynamic h2 {margin-top:1.5%;}

#newsheadlines_contentpage {min-height:320px;}

}


@media only screen and ( max-width: 48em ) /* 768 */ {

#divPrivacyTermsLinksWrapperInner {width: 40%;}


}


@media only screen and ( max-width: 45em ) /* 720 */ {	

#announcements_content_dynamic #spot2 a {height: 250px; padding: 0;}

#divCustomFooterLinks {float: none; margin: auto; text-align: center;}

#divCustomFooterLinks div {padding:2px 0;}

#divCustomFooterLinks a {float:none;}


#loanSliderContainerHome .Sliders, #loanSliderContainerHome .Results {width:100%; padding:0;}

#loanSliderContainer .Sliders, #loanSliderContainer .Results {width:100%; padding:0 15px;}

	
#sliderValuesListHome, #sliderValuesList {padding:0 15px;}

#divSliderLoanCalculatorWrapperOuter {background:none; padding:0;}

#aprHome, #apr {text-align:left;}

#amountHome, #termHome, #amount, #term {width: calc(100% - 25px); padding: 0 15px 25px;}

#loanSliderContainerHome select#intrateDDL, #loanSliderContainer select#intrateDDL {width:100%;}

#loanSliderContainerHome .Sliders, #loanSliderContainerHome .Results {min-height:auto;}
	
}


@media only screen and ( max-width: 40em ) /* 640 */ {
	
#divTermsFooterLink a:hover, #divPrivacyFooterLink a:hover {background:#263c8f; color:white;}

#announcements_content_dynamic #spot1 a {height: 250px; padding: 0;}

.informationalLoanCal {margin-top:20px;}

#newsheadlines_contentpage {min-height:300px;}

div.services_right, div.services_left {width:100%; margin-right:0;}


/* FOOTER */
#fsrnTextAlternative {text-align: center;}

#divPrivacyTermsLinksWrapperOuter {background-image:none;}

#divPrivacyTermsLinksWrapperInner {width: 100%;}

#divPrivacyTermsLinksWrapper {padding:0;}

#divTermsFooterLink, #divPrivacyFooterLink{float: left; width: 50%;}

 #divFooterCustomHTML1 {float:right; width: 50%; margin-right:0px; text-align: center; top:83px;}

#divTermsFooterLink a:hover, #divPrivacyFooterLink a:hover, #divFooterCustomHTML1 a:hover {text-decoration:none; background: #415765;}

#divPrivacyTermsLinksWrapper {padding: 0;}


}


@media only screen and ( max-width: 37.5em ) /* 600 */ {

#divHomepageImagesMobileWrapper {display:block; position:relative; padding:0 10px;}

#divHomepageImagesWrapper {display:none;} 

ul#homepagejQueryImagesMobile {padding: 15px 15px;}

#AlertPanelPIN, #AlertPanelMemNo {padding: 10px; position:relative; width: auto; margin-bottom:30px;}

/* MAIN SLIDER TEXT BOX */
#homepageImageTextDivWrapperOuter {position: relative;}

#homepageImageTextDiv {background: #e8e8e8; padding: 15px 20px 20px; position:relative; top:0; left:0; width:100%; max-height:100%; min-height:260px; color: rgba(0, 0, 0, .8); /*Slider Text Height - IMPORTANT*/}

#homepageImageTextDiv > div {bottom: 0; height: 230px; left: 0; margin: auto 20px; position: absolute; right: 0; top: 0;}

ul#homepagejQueryImages, ul#homepagejQueryImagesMobile {background: none; bottom: 0; float: none; left: 0; position: relative; width: 130px;}

#homepageImageTextDiv h3 > span::before {background: rgba(0, 0, 0, 0.8);}



}


@media only screen and ( max-width: 35.5em ) /* 568 */ {

}


@media only screen and ( max-width: 32.5em ) /* 520 */ {

#searchPage td {display: block;}

#searchPage td:nth-child(2) {display: none;}

#searchPage td:nth-child(3) {padding-left: 45px;}

td.emptycell {display:none !important;} /*Removes the dotted line between icon and text on sitemap page*/

#mastheadWrapperOuter {height: 400px;}

#masthead .logo #img_masthead {display:none;}

#masthead .logo #img_mastheadMobile { display: block; margin: 1em auto; padding: 0em 0;  padding-right:5px; height: 100px;}

#SocialNet {display: inline-block; left: 0; position: relative; width: 40%;}

#divSearchForm_wrapper {font-size: 10px;}

#header-search {left: 140px; top: 150px;}

#spotlight1, #spotlight2, #spotlight3, #spotlight4 {width:100%; min-height:auto; margin:10px 0 0!important;}

#divSpotlightsWrapper div:first-child, #divSpotlightsWrapper div:nth-child(3) {/*margin:0;*/}

#sliderValuesListHome {padding: 10px 15px;}

#divSliderApplyButtonHome {padding: 0 15px;}

.spotlight_link {position:relative; top: -5px;}

.spotlight_text {height: auto; min-height: auto; padding-bottom: 20px;}

#announcements_content_dynamic {background-image: url(../../templates/current/images/fb_banner_bgrLeft.svg); background-position: center center;}

#announcements2_content_dynamic div {
    background-image: url(../../templates/current/images/click_here.svg);
    background-repeat: no-repeat;
    background-position: 30px bottom;
    background-size: auto 70px;
}

#announcements2_content_dynamic p {
    padding-left: 85px;
    font-size: 1.2em;
}

#announcements2_content_dynamic span:after {
	left: 74px;
	width: 240px;
}

}


@media only screen and ( max-width: 30em ) /* 480 */ {

input#apr {text-align: center;}

span#spanWeekHome, span#span2WeeksHome, span#span4WeeksHome, span#spanMonthHome, span#spanMonthTotalHome, span#spanWeekTotalHome, span#spanWeek, span#span2Weeks, span#span4Weeks, span#spanMonth, span#spanMonthTotal, span#spanWeekTotal, span#span2WeeksTotal, span#spanWeekTotalInterest, span#span2WeeksTotalInterest, span#spanMonthTotalInterest,  span#spanWeekTotalInterestHome, span#span2WeeksTotalHome, span#span2WeeksTotalInterestHome, span#spanMonthTotalInterestHome {text-align: center; width: 100%;}

input#paymentSliderWeeklyHome, input#paymentSlider2WeeksHome, input#paymentSlider4WeeksHome, input#paymentSliderMonthlyHome, input#paymentSliderTotal4WeeksHome, input#paymentSliderTotalMonthlyHome, input#paymentSliderTotalWeeklyHome, input#paymentSliderWeekly, input#paymentSlider2Weeks, input#paymentSlider4Weeks, input#paymentSliderMonthly, input#paymentSliderTotal4Weeks, input#paymentSliderTotalMonthly, input#paymentSliderTotalWeekly, input#paymentSliderTotalInterest2Weeks, input#paymentSliderTotal2Weeks, input#paymentSliderTotalInterestWeekly, input#paymentSliderTotalInterestMonthly, input#paymentSliderTotalInterestWeeklyHome, input#paymentSliderTotal2WeeksHome, input#paymentSliderTotalInterest2WeeksHome, input#paymentSliderTotalInterestMonthlyHome {text-align: center; width: 100%; padding:5px 0;}

#aprHome {text-align:center;}

.informational, #bankingPinConfirm .informational {left:0px;}

#divMemLoginPINDigitis { margin-left:-5px; margin-top:5px;}

.newsArticleDiv .newsArticleImageSpan img, #newsheadlines_contentpage #news_content img {max-width:100%;}

 h1  {padding-left: 30px;}

}


@media only screen and ( max-width: 26.6875em ) /* 427 */ {
	
#homepageImageTextDiv {min-height:240px;}

#homepageImageTextDiv > div {height: 200px;}

#homepageImageTextDiv h2 {line-height:normal;}

}


@media only screen and ( max-width: 25em ) /* 400 */ {

.informational {letter-spacing:normal;}

.spotlight_image_upload {padding: 0px; width: 100%;}

#divSearchForm_wrapper {font-size: 8px;}

#announcements_content_dynamic a {height: 245px !important; padding: 0;}

#divSliderCalcLoanTypeTextHome, #SlidersTitle, #divSliderCalcLoanTypeText {text-align:center; margin-bottom:15px; width:100%;}

#amountHome, #termHome, #amount, #term {width:100%; text-align:center;}

#homepageImageTextDiv h1, #homepageImageTextDiv h2, #homepageImageTextDiv h3 {text-align:center;}

.banner_btn {margin: auto; width: 200px;}


/* ALL INPUT BOXES */
.input_normal, .input_long, .input_short, .input_shorter, .input_multiline, .input_multiLarge, .input_nosize, .input_2char, .input_3char, .input_4char, .input_invisible, .input_editor_title, .input_editor_subtitle {width:85%;}


/* MEMBER LOGIN SCREEN INPUT FIELDS */
.memNumForm input, #DOBmonth, .memNumForm2 input, .dobForm3_2 input, .dropmenu_top .input_short, .secPassForm input, .userInputShort .input_short, .passwordInputShort .input_short, .enterCodeInputShort .input_short, table .input_short {width: 8em;}

.memNumForm2 input.button_submit {width: auto;}

.dobForm3 input, #divMemLoginPINDigitis .input_2char {width: 2.5em;}

#DOByear {width:3.75em;}

.pinContRand3 input {width: 2.5em;}

.tableform tbody td, .e-tableform tbody td {font-size:0.9em; line-height:normal;}	

.required {font-size:1.1em;}

.requiredText {font-size: 0.7em;}

.requiredStar {font-size:.8em;}

.smallfont a {font-size: 1.2em;}

#homepageImageTextDiv > div {margin: auto 10px; height:210px;}

#homepageImageTextDiv h3 > span { padding-left: 0px;}

#homepageImageTextDiv h3 > span::before {display:none;}


#homePage .divNewsArticleDate, #homePage #newsheadlines h3, #homePage #news_content p {margin-left:15px;}

}


@media only screen and ( max-width: 22.5em ) /* 360 */ {

ul#homepagejQueryImages {display:none!important;}

#announcements_content_dynamic h2 {font-size: 1.3em; line-height: normal;}
	
.memberNumberTxt, .memberNumberTxt2, .dobInputTxtRand3_2, .insertRandomPin3, .insertRandomPin3, .securityPasswordTxt {width: 100%;}

.secPassForm {margin-left:0;}

table tr.contactDetails td {display:block;}
table tr.contactDetails td:first-child {padding-bottom:0;}
table tr.contactDetails td:last-child {padding-top:0;}

#announcements2_content_dynamic p {
	padding-left: 0;
    width: 60%;
    margin: 0 auto;
    font-size: 1em;
}

#announcements2_content_dynamic span:after {
	left: 25px;
	width: 240px;
}

#footerDetails li:last-child {
	display: none;
}

}


@media only screen and ( max-width: 20em ) /* 320 */ {

#announcements_content_dynamic #spot1 a {height: 265px !important; padding: 0;}

.pinContRand3 input {width: 2.3em;}

.memberNumberTxt, .memberNumberTxt2, .dobInputTxtRand3_2, .insertRandomPin3, .insertRandomPin3 {width:100%;}

.input_normal, .input_long, .input_short, .input_shorter, .input_multiline, .input_multiLarge, .input_nosize, .input_2char, .input_3char, .input_4char, .input_invisible, .input_editor_title, .input_editor_subtitle {width:82%;}

.mainContainer, .mainContRand3, .mainContSec2{padding: 20px 9px;}

.tableform .e-tableform {font-size:0.9em;}

#homepageImageTextDiv > div {height:210px;}

#searchPage td:nth-child(3) {padding-left: 45px;}

.tableform td, .e-tableform td, .tableform2 td {padding:5px;}

}

