/*
--------------------
WARNING!
Copyright Progress Systems Limited.
Explicit permission is required to copy or use any documents from this website
--------------------
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700); /* font-family: 'Lato', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Lato:400italic); /* font-family: 'Lato', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700); /* font-family: 'Oswald', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400italic); /* font-family: 'PT Serif', serif; */
@font-face {
     font-family: 'BebasNeuewebfont';
	src: url('./BebasNeuewebfont.eot');
	src: local('BebasNeuewebfont'), 
	url('./BebasNeuewebfont.woff') format('woff'), 
	url('./BebasNeuewebfont.ttf') format('truetype');
 }


/* 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:#4e5156;
	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:1100px;
	margin:0 auto;
}

#contentarea {
    float: right;
    margin-right: 0;
    margin-top: 10px;
	margin-bottom:30px;
    position: relative;
    width: 70%;
}

#divContentPageTitleWrapper {
	width:100%;
}

.pagetitle {
	border-bottom: 10px dotted #cacfcf;
	border-width: 6px;
	 -o-border-image:url(../../templates/current/images/dot.svg) 9% 9% 9% 9% round; /* round dot border Opera*/
	-webkit-border-image:url(../../templates/current/images/dot.svg) 9% 9% 9% 9% round; /* round dot border Chrome*/

    font-family:'BebasNeuewebfont', sans-serif;
    font-size: 1.5em;
    margin-bottom: 20px;
    padding: 25px 0 20px;
    text-transform: uppercase;
    width: 70%;
	float: right;
}



.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;
	line-height:1.4em;
}



/* GENERAL TAGS ---------------------------------------------------------------------------------------------- */

hr {
	display:none;
}

strong {
	font-weight:bold;
}

iframe {
	width:100%;
}

iframe.spotlightnew {
	border: 1px dotted #f0f3f9;
	width: 200px;
	font-size: 13px; 
	color:#4E5156; 
	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 {
	color:#0b9acf;
	text-decoration:none;
	
	/*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;
}

div.progress_dark_square .pp_close { 	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;}

a:hover {
	text-decoration:none;
	color:#f3bb54;
}

a:focus {
	outline: none !important;
	color:#f3bb54;
}



/* HEADINGS ------------------------------------------------------------------------------------------------- */

h1 {
	font-size: 1.8em; 
	font-weight: bold; 
	padding-bottom: 5px;
	margin-bottom:20px;	
}

h2 {
	font-size: 1.3em; 
	line-height: normal; 
	border-bottom: 1px dashed #b4b5b6;
	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 ------------------------------------------------------------------------------------ */


/* 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: #0A9ACF;
	font-family: georgia,'PT Serif', serif;
	font-style:italic;
}


/* 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;
    /*width: 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: darkOrange;
}

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: #1b89c3;
    color: white;
    font-size: 1em;
    font-weight: normal;
    padding: 8px 15px;
    text-transform: uppercase;
}

td.membership_table {
	border-top: 2px solid #1b89c3;
	font-size: 0.9em;
	margin: 0px 0 5px;
	padding: 15px 15px 5px;
	background-color:#dfebf1;
}

td.membership_table p {
	margin-bottom:10px;
}

td.membership_table a {
	font-size:1.1em;
	font-weight:bold;
}

td.membership_table img:not(.imgDocIcon) {
	/*width:170px;*/
}

/* CREDIT UNION FOOTER LOGO */
img#footer-cu-logo { 
	background: url(../../templates/current/images/logo_footer.svg) no-repeat scroll left center;
    display: block;
    float: left;
    font-size: 0;
    height: auto;
    line-height: 0;
    margin-left: 25px;
    margin-top: 30px;
    overflow: hidden;
    text-indent: -9999px;
    width: 190px;
	
}



/* MASTHEAD FACILITIES --------------------------------------------------------------------------------------- */

#facilitiesWrapperOuter {
	margin: auto;
	width: 100%;
	display:inline-block;
	vertical-align:top;
	background: #1b89c3;
}

#facilities {
    float: none;
    margin: auto;
    max-width: 1100px;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
}

#divFacilitiesInnerWrapper {
	width:350px;
	float:right;
}

#facilities a {
    color: #fff;
    font-size: 0.8em;
    font-weight: normal;
    transition: all 0s ease-out 0s;
	text-align:center;
	display:block;

	/*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: #fff;
    text-decoration: underline;
}

#facilities #helpmenu {
    float: none;
    position: absolute;
    right: 1%;
    text-align: left;
    top: 39px;
	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 #23AA4B;
	position:absolute;
	top:-2px;
	right:43px;
}

#facilities #helpmenu ul {
    margin-top: 5px;
    width: 180px;
	background: #23AA4B;
	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:3px 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(0, 0, 0, .2);
}

/*#header-sitemap {
    float: right;
    width: 12%;
}

#facilities .divider {
    width: 9%;
}

#header-suggestion {
    clear: left;
    float: right;
    padding-top: 0;
    width: auto;
}*/

#header-help, #header-customlink1, #header-customlink2, #header-customlink3, #header-customlink4, #header-customlink5, #header-customlink6 {
	float: left;
    position: relative;
    width: 33.333%;
}

#header-help {
	width:33.333%;
}

#header-customlink1, #header-customlink2, #header-customlink3 {
	display:none;
}

#header-help a, #header-customlink1 a, #header-customlink2 a, #header-customlink3 a, #header-customlink4 a, #header-customlink5 a, #header-customlink6 a {
  	display:block;
  	text-align:center;
	padding: 7px 0;
}

#header-help a {
	/*background-color: #4F5256;*/
}

#header-customlink1 a, #header-customlink2 a,  #header-customlink3 a {
    text-transform: uppercase;
	font-weight: bold;
	display:block;

}



#header-customlink1 a, #header-customlink2 a,  #header-customlink3 a {
	padding-left:20px;
}

#header-customlink1 a:before {
	background-image: url(../../templates/current/images/joinIcon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto auto -30px;

}

#header-customlink2 a:before {
	background-image: url(../../templates/current/images/registerIcon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto auto -33px;


}

#header-customlink3 a:before {
	background-image: url(../../templates/current/images/loginIcon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto auto -22px;


}


/* MASTHEAD ----------------------------------------------------------------------------------------------- */

#mastheadWrapperOuter {
	background-color: #ffffff;
    background: url(../../templates/current/images/masthead_bgr.jpg), -moz-linear-gradient(top, #ffffff 0%, #e8e9ec 100%);
    background: url(../../templates/current/images/masthead_bgr.jpg), -webkit-linear-gradient(top, #ffffff 0%,#e8e9ec 100%);
    background: url(../../templates/current/images/masthead_bgr.jpg), linear-gradient(to bottom, #ffffff 0%,#e8e9ec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e9ec',GradientType=0 );
    background-position: left bottom;
    background-repeat: repeat-x;
    display: inline-block;
    margin: auto auto 0;
    vertical-align: top;
    width: 100%;
	-webkit-transition: background .50s ease-out 0s;
  	-moz-transition: background .5s ease-out 0;
  	-ms-transition: background 0.5s ease-out 0s;
  	-o-transition: background 0.5s ease-out 0s;
  	transition: background 0.5s ease-out 0s;
}

#homePage #mastheadWrapperOuter {
	margin-bottom:0;
}

#masthead {
    float: none;
    margin: auto;
    max-width: 1100px;
	padding: 0;
    position: relative;
    width: 100%;
	-moz-transition:all .5s ease-out 0s;
	/*z-index:1000;*/
}

/* LOGO */

#masthead .logo {
	margin: 0;
    max-width: 100%;
    padding: 25px 0 30px 10px;
    width: 250px;
}

#masthead .logo #img_masthead {
	margin: auto;
	bottom: 0;
	top: 0;
	width:250px;
	-moz-transition:all .5s ease-out 0s;
}


/* STICKY HEADER ON SCROLLING - [ON or OFF]  -----------------------------------------------------------------------------*/


#mastheadWrapperOuter {
	width: 100%;
	/*position: absolute;*/
	z-index: 9000;
}

#mastheadWrapperOuter.fixed {
	/*position: fixed;  Leave disabled for the STANDARD header or enable "position:fixed" for STICKY HEADER to start working*/

	/*margin-top:0px;
	background:rgba(255, 255, 255, .95);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-transition: background .5s ease-out 0s;
	-webkit-transition: background .5s ease-out 0s;
	-o-transition: background .5s ease-out 0s;
	transition: background .5s ease-out 0s;*/
}

#mastheadWrapperOuter.mastheadMobileMenuOpen {
	height: 100%;
    overflow-y: auto;
    position: fixed;
	padding-top:34px;
}

#mastheadWrapperOuter.mastheadMobileMenuOpen #divLoginAreaWrapper {
	display:none;
}

/*OPTIONAL ADJUSTMENTS FOR STICKY HEADER*/

#mastheadWrapperOuter.fixed #masthead {
	/*padding:10px 0;
	-moz-transition: all .5s ease-out 0s;
	-webkit-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;*/ /* Enable when you want to use STICKY HEADER - OPTIONAL */

}

#mastheadWrapperOuter.fixed #masthead .logo #img_masthead  {
	/*width:240px;
	-moz-transition: all .5s ease-out 0s;
	-webkit-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;*/ /* Enable when you want to use STICKY HEADER - OPTIONAL */
}

#mastheadWrapperOuter.fixedAtFooter {
	/*background:rgba(255, 255, 255, .95);*/ /* Enable when you want to use STICKY HEADER - OPTIONAL */
}

#mastheadWrapperOuter.fixedAtFooter #masthead {
	/*padding:10px 0;*/ /* Enable when you want to use STICKY HEADER - OPTIONAL */
}

#mastheadWrapperOuter.fixedAtFooter #masthead .logo #img_masthead  {
	/*width:240px;*/ /* Enable when you want to use STICKY HEADER - OPTIONAL */
}




/* STICKY HEADER DISABLED FOR IOS  -----------------------------------------------------------------------------*/


#mastheadWrapperOuter.mastheadMobileMenuDisabled {
	margin-top: 0px;
	position: relative;
	height:100%;
}

#mastheadWrapperOuter.mastheadMobileMenuDisabled.mastheadMobileMenuOpen {
	padding-top:34px;
	position:fixed;
	height:100%;
	overflow-y:auto;
	top:0;
}



/* 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: 0;
    top: 22px;
	bottom: 0;
    width: 64px;
	
	/*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: 63px;
	
	/*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: #0A9ACF;
	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 {
    bottom: 0;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.06) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.06) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.06) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.06) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0.06) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.06) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f000000', endColorstr='#0f000000',GradientType=1 );
}*/

#loginarea {
    padding: 0;
    position: absolute;
    right: 2px;
    top: 35px;
    width: 340px;
}

#loginarea img {
	margin: 0px; 
	width: 154px;
}

#login_membersWrappper,
#registerWrappper {
	position: relative;
    height: 75px;
    width: 154px;
    display: inline-block;
}

#login_membersWrappper {
	margin-right:20px;
}

#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 - MOVED TO MENU.CSS !!!!!!!!  --------------------------------------------------- */

/* MAIN NAVIGATION MENU - MOVED TO MENU.CSS !!!!!!!!  --------------------------------------------------- */

/* MAIN NAVIGATION MENU - MOVED TO MENU.CSS !!!!!!!!  --------------------------------------------------- */







/* MAIN IMAGE SLIDER ------------------------------------------------------------------------------------ */

#divHomepageImagesMobileWrapper {
	display:none;
	/*position:relative;*/
}

#divHomepageImagesWrapper {
	position:relative;
}

#flashcontainer,
#flashcontainerMobile {
	position: relative;
	width: 100%;
	overflow:hidden;
}

ul#homepagejQueryImages, 
ul#homepagejQueryImagesMobile {
    bottom: 5%;
    height: 27px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 140px;
}

ul#homepagejQueryImages li, 
ul#homepagejQueryImagesMobile li {
    background: #4E5156;
    float: left;
    height: 27px !important;
    list-style: outside none none;
    margin-right: 10px;
    min-height: 27px;
    text-align: center;
    width: 27px !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:1100px;
	margin:auto;  
}

#homepageImageTextDiv {
	background: rgba(255, 255, 255, 0.9) url(../../templates/current/images/text_image_bkgd.png) no-repeat left top;	
    bottom: 0;
    height: auto;
    left: 0;
    line-height: normal;
    margin: auto auto auto 0;
    max-height: 270px;
    padding: 20px;
	padding-top:10px;
	padding-left:25px;
    position: absolute;
    right: 0;
    top: 0;
    width: 470px;
	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:200px; opacity: 0;}
to {top:0px; opacity: 1}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
from {top:200px; opacity: 0;}
to {top:0px; opacity: 1;}
}


#homepageImageTextDiv h1 {
	border-bottom: medium none;
    color: #3b3f42;
    font-family:'BebasNeuewebfont', sans-serif;
    font-size: 3.5em;
    font-weight: normal;
    margin-bottom: 0px;
    text-transform: uppercase;
	padding-bottom:0;
	line-height:normal;
}

#homepageImageTextDiv h2 {
	border-bottom: medium none;
    color: #3b3f42;
    font-family:'BebasNeuewebfont', sans-serif;
    font-size: 2.1em;
    font-weight: normal;
    margin-bottom: 4px;
    text-transform: uppercase;
	margin-top:0;
	line-height:0.8em;
}
	
#homepageImageTextDiv h3 {
	color: #3b3f42;
	font-family: 'Lato', sans-serif;
	font-style: italic;
    font-size: 1.1em;
    font-weight: normal;
    margin-bottom: 0;
	padding-bottom:0;
	line-height:1.3em;
}

#homepageImageTextDiv p {
	margin-bottom:0;
}

.banner_btn a {
    background: #f3bb54;
    font-family:'BebasNeuewebfont', sans-serif;;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
	font-size:1.4em;
	
	/*CORNERS*/
	border-radius: 6px; -webkit-border-radius:6px; -khtml-border-radius: 6px; -moz-border-radius: 6px; behavior: url(templates/current/PIE.htc);
}

.banner_btn a:hover {
	background: #f26f41;
}

.banner_btn a:first-of-type {
    display:none;
}


/* HOMEPAGE SPOTLIGHTS ----------------------------------------------------------------------------------*/

#divSpotlightsWrapperOuter {
	/*padding-top:0.5em;
	padding-bottom:0.5em;*/
	margin: auto;
	width: 50%;
	display:inline-block;
	vertical-align:top;
	background-color: #1b89c3;
	/*background-image: url(../../templates/current/images/spot_border.gif), url(../../templates/current/images/spot_border.gif);
	background-position: top, bottom;
	background-repeat: repeat-x, repeat-x;*/
}

#divSpotlightsWrapper {
	width:535px;
	height: 503px;
	float: right;
	/*max-width:535px;*/
	
	background:#1b89c3;
	position:relative;
	margin:auto;
	margin-right:20px;
	
	/* For IE 7 */
	zoom: 1; 
	*display: inline;
}

#spotlight1,
#spotlight2,
#spotlight3,
#spotlight4,
#spotlight5,
#spotlight6  {
	width:100%; 
	float:right; 
	padding-left:0px;
	padding-right:0px;
	padding-top:7px;
	padding-bottom:0px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	margin: 0 .66666%; /*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;
}

#spotlight3 {border-bottom:0;}

#spotlight1:hover, 
#spotlight2:hover,
#spotlight3:hover,
#spotlight4:hover,
#spotlight5:hover,
#spotlight6:hover {
	/*box-shadow: 0 0 10px rgba(0, 0, 0, .2);*/
	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;
	float: right;
	width:75%;
	min-height: 100px;
	padding-right: 0px;
	padding-top: 0px;
}

.spotlight_title {
	text-align: left;
    width: 75%;
    float: right;
}

.spotlight_title h4 {
	font-family: 'BebasNeuewebfont', sans-serif;
    color: rgba(255, 255, 255, 1);
    line-height: 0.5em;
    font-size: 2.3em;
    font-weight: normal;
    padding: 0;
    text-transform: uppercase;
}

.spotlight_image_upload {
	width:98px;
	margin: 15px auto;
	float: left;
}

.spotlight_image_upload img {
	width:105px;
	height:auto;
}

.spotlight_text { 
    font-size: 1em;
    letter-spacing: 0.5px;
    height: auto;
    padding: 5px 0;
    text-align: left;
}
	
.spotlight_text p {
	line-height:1em;
	color: rgba(255, 255, 255, .8);
}

.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: left;
	text-transform: uppercase;
	width:124px;
	position: relative;
	left:-0.4em;
	float: left;
}
		
.spotlight_link a {
	font-size:1.5em;
	color: #f2b441;
	display: block;
	width: 100%;
	font-family:'BebasNeuewebfont', sans-serif;
	padding:0.3em;
	padding-right:1.1em;
	margin-bottom:0.2em;
	background: url(../../templates/current/images/orange_arrow.png) no-repeat right;
	transition: none;
	-webkit-transition: none;
	-moz-transition:none;
	-o-transition: none;
	
	/*CORNERS*/
	border-radius: 5px; -webkit-border-radius:5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; behavior: url(templates/current/PIE.htc);	
}

	
/* SPOTLIGH 1 ------------------------ */

#spotlight1 {}

#spotlight1 .spotlight_link a {}


/* SPOTLIGH 2 ---------------------- */

#spotlight2 {}

#spotlight2 .spotlight_link a {}


/* SPOTLIGH 3 --------------------- */

#spotlight3 {}

#spotlight3 .spotlight_link a {}


/* SPOTLIGH 4 --------------------- */

#spotlight4 {
	border-top:16px solid #C72163;
	border-bottom:16px solid #C72163;
}

#spotlight4 .spotlight_link a {
	background: #C72163;
}

.spotlight_link a:hover {
	background: #0A9ACF url(../../templates/current/images/orange_arrow.png) no-repeat right !important; 
}



/* 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;
}
#divHTMLAnnouncements1WrapperOuter {	width: 50%; float: right; background: url(../../templates/current/images/join_us_bkgd.jpg) no-repeat; background-size:cover;}

.see_how_much_text {text-align: center; padding-top: 48px; padding-bottom: 25px;margin-bottom:33px; text-transform: uppercase; color: white; font-family: 'BebasNeuewebfont', sans-serif; font-size: 1.8em; line-height:1.5em;background: url(../../templates/current/images/white_line.png) no-repeat bottom center;}

/*.see_how_much_text {text-align: center; padding-top: 48px; padding-bottom: 20px; text-transform: uppercase; color: white; font-family: 'BebasNeuewebfont', sans-serif; font-size: 1.8em; line-height:1.5em;}
*/
/*.see_how_much_text:after { position: absolute; content: ""; height:1px; background-color:white; width: 132px; bottom:-25px; margin-left:-195px;}
*/

#divHTMLAnnouncements1Wrapper{
	 margin: auto; 
	 width: 550px;
	 height:503px;	 
	 width: 100%; 
	 position:relative;
	float: left;	 
}

.join_us_today{ margin-top:146px; margin-left:138px; float: left;}
.header {color: #3b3f42; font-family: 'Lato', sans-serif; font-style:italic; font-size: 1em; }
.sub_header { text-transform: uppercase; color: #3b3f42; font-family:'BebasNeuewebfont', sans-serif; font-size:3.5em; line-height:1.2em;} 
.join_us_today  p{ color: #3b3f42; font-family: 'Lato', sans-serif; font-size: 1.1em; line-height:1.3em; margin-bottom:30px;}
.join_us_today .button{}
.announce_btn {}
.announce_btn a{  text-decoration: none;  color: white; background:#f3bb54; font-family:'BebasNeuewebfont', sans-serif; padding:10px; padding-left:20px; padding-right:20px; text-transform: uppercase; font-size:1.4em; text-align: center; border-radius:6px; -webkit-border-radius:6px; -khtml-border-radius:6px; -moz-border-radius:6px; }
.announce_btn a:hover{background-color:#f26f41;}


/*MOZILLA SPECIFIC*/
@-moz-document url-prefix() {
    #divHTMLAnnouncements1Wrapper {
        height:503px;
    }
}
/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    #divHTMLAnnouncements1Wrapper{height:503px;} 
}




#announcements_content_dynamic {
    display: inline-block;
    margin: auto;
    width: 100%;
}

#announcements_content_dynamic h1,
#announcements_content_dynamic h2,
#announcements2_content_dynamic h1,
#announcements2_content_dynamic h2 {
    display: none
}

/* 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-family: 'Oswald',sans-serif;
    font-size: 1.6em;
    font-weight: normal;
	color:white;
    text-transform: uppercase;
	border:none;
	padding-top:120px;
}

#announcements_content_dynamic p {
	color: rgba(0, 0, 12, .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:300px;
	position: absolute;
	top:0;
	left:0;
}
	
	
/* SPOT1 ------------------- */

/*#announcements_content_dynamic #spot1 {
	background: url(../../templates/current/images/ann_icon1.png) no-repeat center 50px; /*fallback for IE8*/
	/*background-image: url(../../templates/current/images/ann_icon1.svg), none; 
	background-repeat: no-repeat;
	background-position: center 40px;
	
	/*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;
}

#announcements_content_dynamic #spot1:hover {
	box-shadow:0 0 100px rgba(255, 255, 255, .2) inset;
}

#announcements_content_dynamic #spot1 h2, 
#announcements_content_dynamic #spot1 p {
	
	/*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;
}

#announcements_content_dynamic #spot1:hover h2, 
#announcements_content_dynamic #spot1:hover p {
	color:white;
}


/* SPOT2 ----------------*/

/*#announcements_content_dynamic #spot2 {
	background: url(../../templates/current/images/ann_icon2.svg) no-repeat center 40px; 
	
	/*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;
}

#announcements_content_dynamic #spot2:hover {
	box-shadow:0 0 100px rgba(255, 255, 255, .2) inset;
}

#announcements_content_dynamic #spot2 h2, 
#announcements_content_dynamic #spot2 p {
	
	/*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;
}

#announcements_content_dynamic #spot2:hover h2, 
#announcements_content_dynamic #spot2:hover p {
	color:white;
}


/* SPOT3 ----------------*/

/*#announcements_content_dynamic #spot3 {
	background: url(../../templates/current/images/ann_icon3.svg) no-repeat center 40px; 
	
	/*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;
}

#announcements_content_dynamic #spot3:hover {
	box-shadow:0 0 100px rgba(255, 255, 255, .2) inset;
}

#announcements_content_dynamic #spot3 h2, 
#announcements_content_dynamic #spot3 p {
	
	/*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;
}

#announcements_content_dynamic #spot3:hover h2, 
#announcements_content_dynamic #spot3:hover p {
	color:white;
}*/

#divHTMLAnnouncements2Wrapper {
	max-width:1100px;
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:1;	
}

/* 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: 1100px;
	width: 100%;
}

h4.h4quicklinks {
	background: none;
    border-bottom: 1px solid;
    font-size:1.9em;
	font-family:'BebasNeuewebfont', sans-serif;
	font-weight:normal;
    padding: 0 0 3px;
	margin-bottom:30px;
	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: #4e5156;
}



/* CONTENT PAGES MODULELINKS ------------------------------------------------------------------------ */

#modulelinks_contentpage {
	margin-bottom:20px;
}

#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/bulletpoint_arrow.svg) no-repeat scroll 10px center;
	border-bottom: 1px dashed #b4b5b6;
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    padding: 7px 0 7px 25px;

}

#modulelinks_contentpage a:hover {
	background: #f6f6f6 url(../../templates/current/images/bulletpoint_arrowB.svg) no-repeat scroll 10px center;
	color: #4e5156;
}
	
	
	
/* NEWS HEADLINES ------------------------------------------------------------------------------------- */

#divNewsHeadlinesWrapperOuter {
	background: white url(../../templates/current/images/news_bkgd.png) repeat-x top;
	margin: auto;
	width: 100%;
	display:inline-block;
	vertical-align:top;	
	/* For IE 7 */ 
	zoom: 1; 
	*display: inline;
}

#divNewsHeadlinesWrapper {
	margin: auto;
	max-width: 1100px;
	width: 100%;
	position:relative;
}

#newsheadlines {
	/*background: rgba(255, 255, 255, 0.9);*/
    /*border-bottom: 16px solid #1b89c3;*/
    height: 467px;
    /*padding: 0 20px;*/
    position: relative;
    right: 0;
    /*top: -512px;*/
    width: 100%;
    z-index: 1;
}

h4.h4newsheadlines  {
	background: none;
    border-bottom: 1px solid;
    font-size:1.9em;
	font-family:'BebasNeuewebfont', sans-serif;
	font-weight:normal;
	margin-bottom:20px;
	text-transform: uppercase;
}

#homePage h4.h4newsheadlines {
	color:white;
	font-family:'BebasNeuewebfont', sans-serif;
	font-size:1.9em;
	border-bottom:0px;
	text-transform:uppercase;
	background: url(../../templates/current/images/news_icons.svg) no-repeat; background-position: left top;
	line-height:1.85em;
	margin-top:0em;
	padding-top:34px;
	height:122px;
	top:-14px;
	position: relative;
	padding-left:120px;

}
#homePage h4.h4newsheadlines:before{ position: absolute; top:100px; right:145px; content:"Latest News & Events.";  text-transform: none; font-style:italic; font-family: 'Lato', sans-serif; font-size: 20px; color:#454a4d;}
#homePage h4.h4newsheadlines:after{ position: absolute; top:100px; right:0;content:"Stay up-to-date."; font-weight:bold;  text-transform: none; font-style:italic; font-family: 'Lato', sans-serif; font-size:20px; color:#454a4d;}


.newsArticleOuterDiv1,
.newsArticleOuterDiv2,
.newsArticleOuterDiv3,
.newsArticleOuterDiv4,
.newsArticleOuterDiv5,
.newsArticleOuterDiv6,
.newsArticleOuterDiv7,
.newsArticleOuterDiv8,
.newsArticleOuterDiv9{ margin-top: 0px; width:100%; float: left; margin-left:3%; margin-right:3%; margin-bottom:2.5em;}
.newsArticleOuterDiv1 { display: inline-block; margin-left:2%;}



#homePage .newsArticleOuterDiv1,
#homePage .newsArticleOuterDiv2,
#homePage .newsArticleOuterDiv3,
#homePage .newsArticleOuterDiv4,
#homePage .newsArticleOuterDiv5,
#homePage .newsArticleOuterDiv6,
#homePage .newsArticleOuterDiv7,
#homePage .newsArticleOuterDiv8,
#homePage .newsArticleOuterDiv9{ margin-top: 70px; width:27.5%; float: left; margin-left:3%; margin-right:3%; margin-bottom:2.5em;}
#homePage .newsArticleOuterDiv1 { display: inline-block; margin-left:2%;}






.newsArticleImageSpan, 
.newsArticleImageLargeSpan {
	display: block;
	margin-bottom:1.5em;
}

.newsArticleDiv .newsArticleImageSpan img {
	width:100%;
	/*max-width:50%;*/
} 

.newsArticleImageLargeSpan img {
	width: 100%;
	max-width:100%;
}

.divNewsArticleDate {
	font-size: 1em;
	font-style:italic;
	padding-bottom:1.5em;
	color: rgba(78, 81, 86, 0.8);
	font-family: georgia, serif;
}

#newsheadlines h3 {
	border-bottom: none;
    color: #3b3f42;
    font-family:'BebasNeuewebfont', sans-serif;
    font-size: 2.1em;
    font-weight: normal;
    text-transform: uppercase;
	margin-bottom:10px;
}

#news_content p {
	font-size:1em;
	color: rgba(78, 81, 86, 0.9);
}

#newsheadlines #news_content img {
	width:100%;
}
#newsheadlines a, 
#newsheadlines_contentpage a  {
	text-decoration: none;
	color: #4E5156;
}

#newsheadlines a:hover,
#newsheadlines_contentpage a:hover { }

#newsheadlines_contentpage {
	margin-bottom:40px;
	min-height:400px;
}

#newsheadlines_contentpage h3 {
	color: #3b3f42;
    font-family:'BebasNeuewebfont', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
	font-size:1.6em;
	margin-bottom:10px;
	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: #4e5156;
    font-family: 'BebasNeuewebfont',sans-serif;
    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;
}

#newsArticleReadMoreLinkDiv {
	margin-top:10px;
}

.newsArticleDiv h3 {
	font-family: 'BebasNeuewebfont',sans-serif;
    font-size: 1.7em;
    font-weight: 500;
	line-height:1.3em;
    text-transform: uppercase;
}

#newsArticlePageLowerLinkDiv,
#newsArticleReadMoreLinkDiv {
	margin-top:30px;
}

#newsArticlePageLowerLinkDiv a,
#newsArticleReadMoreLinkDiv a {
	background: #23aa4b 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: #0b9acf;
}



/*LOAN CALCULATOR --------------------------------------------------------------------------------------- */

#divSliderLoanCalculatorWrapperOuter {
	margin: auto; 
	width: 100%; 
	display:inline-block; 
	padding:65px 0;
	vertical-align:top;
	padding-top:133px;
	background:#394044 url(../../templates/current/images/loan_calc_bgr.jpg) no-repeat fixed center center;	
	
	/* For IE 7 */ 
	zoom: 1; 
	margin-top: -150px;
}

#divSliderLoanCalculatorWrapper {
	width:100%; 
	max-width:1100px; 
	position:relative; 
	padding:20px 0; 
	margin:auto;
}

#OBLoaderDiv1, #OBLoaderDiv2, #OBLoaderDiv3, #divOBLoaderDivOnlineForm, #OBLoaderCalculatorDiv {
    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, #OBLoaderCalculator {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    width: 50px;
}

#loanSliderContainerHome,
#loanSliderContainer { 
	width:100%;
	padding: 0 0 15px;
	position:relative;
	color:white;
}
#loanSliderContainerHome { background-color:white;}
#loanSliderContainer {background: #f0f2f6;}

/* LOAN CALCULATOR PAGE */
#loanSliderContainer {
	width:100%;
	/*background:#F0F3F9;*/
	margin-top:25px;
	color:#4e5156;
	padding:0;
}

#loanSliderContainerHome .Sliders,
#loanSliderContainerHome .Results,
#loanSliderContainer .Sliders,
#loanSliderContainer .Results {
	width:50%;
	float:left;
	/*background: rgba(0, 0, 0, .2);*/
	min-height:375px;
}

/* LOAN CALCULATOR PAGE */
#loanSliderContainer .Sliders,
#loanSliderContainer .Results {
	background: none; min-height:auto;
}

#loanSliderContainerHome .Sliders,
#loanSliderContainer .Sliders {
	padding-left: 15px;
}

#loanSliderContainerHome .Results,
#loanSliderContainer .Results  {
	padding: 0 25px 0 0;
}

#SlidersTitle {
	/*background: #ffffff;*/
    color: #3e4245;
    font-family: 'BebasNeuewebfont',sans-serif;
    font-size: 2.2em;
	border-bottom:1px solid #cfcfcf;
    padding: 30px 0 18px;
	margin-left:15px;
	margin-right:40px;
    text-transform: uppercase;
}

/* LOAN CALCULATOR PAGE */
#loanSliderContainer #SlidersTitle {
	background:rgba(224, 228, 237, 1);
	color:#4e5156;
	padding-left:15px;
	display:none;
}

#divSliderCalcLoanTypeHome {
	padding: 15px;
}

#divSliderCalcLoanType {
	padding:35px 15px;
}

#sliderValuesListHome,
#sliderValuesList { 
	color: rgba(255, 255, 255, 0.7);
	margin:0 !important;
	padding:0 !important;
}

/*#sliderValuesList {
	color: rgba(78, 81, 86, .7);
}*/

#sliderValuesListHome li,
#sliderValuesList li {
	background-color:#373b3e;
	/*background:rgba(61, 65, 68, .9);*/
	margin-bottom:5px;
	list-style:none;
	padding:10px !important;
}

#sliderValuesList li {
	/*background: #0A9ACF;*/
}

#amountHome,
#termHome,
#amount,
#term {
	color: #3e4245;
    font-family: "Lato",sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    padding: 20px 15px;
    text-align: right;
    width: 93%;
}

/* LOAN CALCULATOR PAGE */
#amount,
#term {
	/*color: #4e5156;*/
	padding-top:10px;
}

#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.2em;
    font-weight: 700;
    margin-bottom: 10px;
	color:#383c3f;
}

#loanSliderContainerHome select#intrateDDL,
#loanSliderContainer select#intrateDDL {
	color:#59626d;
	border: 1px solid white;
    font-size: 1.2em;
    height: 40px;
    margin: 0;
	outline:none;
    width: 95%;
	background:rgba(204, 204, 204, .9) url(../../templates/current/images/dropdown_arrows.svg) no-repeat right center / 17px auto;
	
	/*CORNERS*/
	border-radius: 5px; -webkit-border-radius:5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; 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{}
#loanSliderContainerHome select#intrateDDL:hover,
#loanSliderContainer select#intrateDDL:hover{ background-color:#dfdfdf; }
#loanSliderContainer select#intrateDDL:focus {
	/*border: 1px solid rgba(78, 81, 86, .3) !important;*/
}

#aprHome,
#apr {
	color: #1b89c3;
    font-family: "Lato",sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    padding: 20px 15px;
    text-align: center;
    width: 100%;
}

#apr {
	/*color: #4e5156;*/
}

/* EXISTING LOANS TEXT */
#divExistingLoanText {
    background: #fcd4d2;
    padding: 20px 15px;
    width: 100%;
	font-weight:normal;
	color: #383c3f;
}

#divExistingLoanText {
	display:none;
}

#divExistingLoanContainer {
    background: rgba(224, 228, 237, 1);
    padding: 5px 15px;
	position: relative;
	float: left;
    width: 100%;
}

#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: #23aa4b;
    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:green;
}

/* 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;
}

span#spanWeekTotalInterestHome,
span#span2WeeksTotalInterestHome,
span#spanMonthTotalInterestHome,
span#spanWeekTotalInterest,
span#span2WeeksTotalInterest,
span#spanMonthTotalInterest {
    display:inline-block;
    overflow: hidden;
    width: 32%;
	vertical-align:top;
}

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: white;
    font-family: "Lato",sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    width: 100%;
	padding:3px 0;
}

/*input#paymentSliderTotalWeekly,
input#paymentSliderWeekly,
input#paymentSliderTotalInterestWeekly, 
input#paymentSlider2Weeks,
input#paymentSliderTotal2Weeks,
input#paymentSliderTotalInterest2Weeks,
input#paymentSliderMonthly,
input#paymentSliderTotalMonthly,
input#paymentSliderTotalInterestMonthly {
	color: #4e5156;}*/

#divSliderApplyButtonHome input.button_submit,
#divSliderApplyButton input.button_submit {
	background: #23aa4b;
    font-family: 'BebasNeuewebfont',sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    padding: 12px;
    text-transform: uppercase;
    width: 100%;
	margin-top:15px;
	
	/*CORNERS*/
	border-radius: 5px; -webkit-border-radius:5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; behavior: url(templates/current/PIE.htc);
}

#divSliderApplyButtonHome input.button_submit:hover,
#divSliderApplyButton input.button_submit:hover {
	background: green;
}

#homePage .informationalLoanCal {
	/*background: rgba(0, 0, 0, .2);*/
	background: none;
	color: rgba(60, 64, 67, .7);
	margin-top:0;
}

.informationalLoanCal {
	background: rgba(224, 228, 237, 1);
    display: inline-block;
    font-size: 0.85em;
    line-height: 1.3em;
    padding: 15px;
    vertical-align: top;
	margin-bottom:0;
	color: #4e5156;
	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:#3c4145;
}
	
#pagefooterOuterIndex::before {
    content: "";
    display: inline-block;
    height: 41px;
    vertical-align: top;
    width: 100%;
	/*background: #1b89c3;*/
}
	
#pagefooterIndex { 
	clear: both;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0;
    position: relative;
    width: 100%;
	/*height:150px;
	margin:60px auto 30px;*/
	border-left:1px dashed rgba(255, 255, 255, .2);
	border-right:1px dashed rgba(255, 255, 255, .2);
	/*margin-top:2em;*/
	margin-bottom:2em;

}
	
#pagefooterOuterPublic {margin: auto;
	width: 100%;
	display:inline-block;
	vertical-align:top;
	background:white;
}
	
	#pagefooterOuterPublic::before {
    content: "";
    display: inline-block;
    float: left;
    height: 100px;
    vertical-align: top;
    width: 100%;
	background: #0A9ACF;
}

#pagefooterPublic {
	clear: both;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    width: 100%;
	margin:20px auto;
}
	
#pagefooterOuterOther {margin: auto;
	width: 100%;
	display:inline-block;
	vertical-align:top;
	background:white;
}
	
	#pagefooterOuterOther::before {
    content: "";
    display: inline-block;
    height: 100px;
    vertical-align: top;
    width: 100%;
	background: #0A9ACF;
}

#pagefooterOther {
	clear: both;
    margin: 0 auto;
    max-width: 1100px;
    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;
    /*margin-top: -45px;*/
    vertical-align: top;
    width: 50%;
	border-right:1px dashed rgba(255, 255, 255, .2);
}

#membersAreaPage #divFooterDetailsWrapper,
#membersAreaPage #SocialNetFooterWrapper,
#membersAreaPage #divCustomFooterLinksWrapper {
	position:relative;
	display: inline-block;
    /*margin-top: -45px;*/
    vertical-align: top;
    width: 100%;
	border-right:none;
}

#divFooterDetailsTitle,
#divSocialNetFooterTitle,
#divCustomFooterLinksTitle {
	font-family: 'BebasNeuewebfont',sans-serif;
    font-size: 1.5em;
	color: rgba(255, 255, 255, .9);
    margin: /*-45px*/ auto auto;
    padding: 74px 0 20px 33px;
    text-transform: uppercase;
    width: 200px;
	float: left;
}
#divFooterDetailsTitle {display: none;}

#footerDetails,
#divCustomFooterLinks,
#SocialNetFooter {
	color: rgba(255, 255, 255, .9);
} 

#footerDetails {
	font-size:15px;
	border-right:1px dashed #b4b5b6;
	height: auto;
    position: relative;
	margin-right:7%;
	line-height:125%;
}
#footerDetails strong {font-weight: normal;}

#divFooterDetailsTitle {
	/*background: url(../../templates/current/images/footer_details.svg) no-repeat scroll left top / 90px auto;*/
}

#footerDetails ul {
    height: 150px;
    margin: auto;
    width: auto;
	float: right;
}

#footerDetails li {
	display: block;
	padding:2px 0;
}

.FooterCompanyNameSpan {
	font-size:1.2em;
	font-weight:bold;
    display: none;
}

.FooterTelLabelSpan, 
.FooterFaxLabelSpan, 
.FooterEmailLabelSpan,
.FooterWebsiteLabelSpan,
.FooterAddressLabelSpan {
	width: 25%;
}

.FooterTelSpan, 
.FooterFaxSpan,
.FooterEmailSpan,
.FooterWebsiteSpan,
.FooterAddressSpan {
	float: right;
    width: 70%;
}


/* FOOTER CUSTOM LINKS */
#divCustomFooterLinksWrapper {}
#divFooterCustomHTML1Wrapper { width:100%;}
#divFooterCustomHTML1 { position: absolute; right:0; top:0px; width:50%;}
.opening_hours {float: left; width:100%;}
.opening_hours .header { float: left; width: 180px; margin-left:40px; margin-top:60px; height:auto;  font-style: normal; font-family:'BebasNeuewebfont', sans-serif; color:rgba(255, 255, 255, 0.8); font-size: 1.8em; text-transform: uppercase; }
.opening_hours .container{float: right; width:58%;}
.days{float: left; width:10%; color:rgba(255, 255, 255, 0.8); margin-right:8%; text-transform: uppercase; font-size:15px;}
.times{float: right; width:81%; color:rgba(255, 255, 255, 0.8); font-size:15px;}

#divCustomFooterLinks {
    margin: auto;
    width: 175px;
}

#divCustomFooterLinksTitle {
	background: url(../../templates/current/images/footer_quicklinks.svg) no-repeat scroll left top / 90px auto;
}

#divCustomFooterLinks a {
	float: left;
    font-size: 1.1em;
    padding: 3px 0 3px 25px;
	font-weight:bold;	
	background: rgba(0, 0, 0, 0) url(../../templates/current/images/bulletpoint_arrow.svg) no-repeat scroll 10px center;
}

#divCustomFooterLinks a:hover {
	background: rgba(0, 0, 0, 0) url(../../templates/current/images/bulletpoint_arrowC.svg) no-repeat scroll 10px center;
}


/* FOOTER REGULATORY TEXT */
#fsrnTextOffWrapper{
	background: #4b4e52;
    color: #fff;
    font-size: 0.8em;
    padding: 10px 0;
    width: 100%;
}

#fsrnTextOff{
	max-width:1100px;
	margin:auto;
	
}

#pagefooterAlternative{
	display: inline-block;
    vertical-align: top;
    width: 93%; 
}

#fsrnTextAlternative{}


/* FOOTER PROGRESS LOGO */
.ProgressLogo {
	display: inline-block;
    vertical-align: top;
}

.ProgressLogo img {
	width:68px;
	height: 24px !important;
}


/* PRIVACY POLICY */
#divPrivacyTermsLinksWrapperOuter {
	width:100%;
	background:#1b89c3;
	position:relative;
	display:inline-block;
	vertical-align:top;

}

#divPrivacyTermsLinksWrapper {
	max-width:1100px; margin:auto;
}

#divPrivacyTermsLinksWrapperInner {
	width:25%;
	margin:auto 0 auto auto;
}

#divTermsFooterLink,
#divPrivacyFooterLink {
	display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 49%;
}

#divPrivacyFooterLink {}

#divTermsFooterLink a,
#divPrivacyFooterLink a {
	color: white;
    display: inline-block;
    font-size: 0.8em;
    padding: 10px 0;
    width: 100%;
}

#divTermsFooterLink a:hover,
#divPrivacyFooterLink a:hover {
	text-decoration:underline;
}


/* SOCIAL MEDIA ICONS - FOOTER */
#SocialNetFooterWrapper{
	width:21%;
}

#SocialNetFooter {
    height: 200px;
    position: relative;

}

#SocialNet {
	bottom: 0;
    height: 42px;
    right: 300px;
    margin: auto;
    position: absolute;
    top: -84px;
    width: 208px;
    z-index: 20000;

	opacity: 1;
  	transition: opacity .1s linear;

}

#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: 160px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
}

#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;
	width: 100%;

    /*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 #socNetHeaderDiv0 a img,
#SocialNetIcons #socNetHeaderDiv1 a img,
#SocialNetIcons #socNetHeaderDiv2 a img {
	width: auto;
}

#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: #4e5156;
    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: green;
  	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;
}



/* JAVASCRIPT DISABLED WARNING --------------------------------------------------------------------------- */

#divJavascriptWarningContainerWrapper {
	width:100%;
}

#divJavascriptWarningContainer {
	width:100%;
	max-width:1100px;
	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: rgba(224, 228, 237, 1);
    margin-top: -30px;
    padding: 10px;
    position: relative;
    width: 100%;
}

.secPassBut,
.pinPassButRand3,
.dirLoginRowButton {
	margin-top:0;
}

input.button_submit {
    background: #23aa4b;
    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: green;
}

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: #4e5156;
    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: #1b89c3;
    color: white;
    font-size: 1em;
    font-weight: normal;
    margin-top: 10px;
    padding: 4px 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 #EFF1F6;
	border-top:2px solid #1b89c3;
}

.tableform2 {
	width:100%;
}

.e-tableform img {
	display:none;
}

.tableform thead,
.e-tableform thead {
	border-top:2px solid #1b89c3;
}

.tableform td,
.e-tableform td,
.tableform2 td {
	padding:5px 10px;
	background:#EFF1F6;
}

.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;
	border-top: 1px solid rgba(224, 228, 237, 1);
	border-bottom: 1px solid rgba(224, 228, 237, 1);
}

.tablegrid td {
	font-size: 1em;
}


#divSecurePageContentWrapper,
#divContentPageContentWrapper,
#divPagecontentWrapper {
    margin-top: 25px; /*Makes register for access form go down a bit*/
}



/* SITEMAP PAGE ---------------------------------------------------------------------------------------------- */

#searchPage table {
	border-top: 2px solid #1b89c3;
    margin-top: 5px;
    width: 100%;
	padding-top:10px;
	background: rgba(224, 228, 237, 0.5);
	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:#23AA4B 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: rgba(224, 228, 237, 0.5);
	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  {
	background: #ffd36a none repeat scroll 0 0;
    border-right: 5px solid white;
    margin-right: 20px;
	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: #4E5156;
}

/* E-STATEMENTS PAGE */

.estatements-image {
	width:49%;
	display:inline-block;
}

/* SUBMENU (CONTENT PAGES ONLY) ------------------------------------------------------------------------ */

#submenu {
    width: 25%;
	margin-bottom:20px;
	margin-top:30px;
	position : relative; 
}
	
#submenu .title_subsections {
	background: none;
    border-bottom: 1px solid;
    font-size:1.9em;
	font-family:'BebasNeuewebfont', sans-serif;
	font-weight:normal;
    padding: 0 0 0;
	text-transform:uppercase;
	margin-bottom:30px;
}

#submenu ul, #modulelinks_contentpage ul  {
	border-top:1px dashed #b4b5b6;
}	

#submenu ul {
	width:100%;
}	

#submenu li {
	list-style-type: none; 
}

#submenu a {
	background: rgba(0, 0, 0, 0) 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: 7px 0 7px 25px;
}

#submenu a:hover {
	color: #4e5156;
	background:#f6f6f6 url(../../templates/current/images/bulletpoint_arrowB.svg) no-repeat scroll 10px center;
}

#submenu .subitem_selected a {
	background: rgba(0, 0, 0, 0) url(../../templates/current/images/bulletpoint_yellow_arrow.svg) no-repeat scroll 10px center;
	color: #f2b441;
	cursor:default;
}



/* SIDEBAR (CONTENT PAGES ONLY) --------------------------------------------------------------------------------- */

#sidebar {
	width: 25%;
}



/* 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 {
	position:relative;
	margin-bottom:30px;
	margin-top: 27px;
	z-index:10000000;
}

.mainContainer,
.mainContRand3,
.mainContSec2 {
	width:100%;
	padding:20px;
	background: #f0f3f9;
	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;
}

#AlertPanelMemNo,
#AlertPanelPIN {
	background: #1b89c3;
    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;
}


/* LOGIN PAGE - YELLOW MESSAGE ABOVE THE MEMBER LOGIN PANEL */
#announcements_login {
	display: inline-block;
	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;
}


#contentPage .pagecontent img{
	max-width: 100%;
    width: auto;
}

#contentPage .pagecontent .app_links img {
    width:200px;
}

.column {
    display: inline-block;
    width: 49%;
}

.left {
    padding-right: 50px;
    padding-top: 20px;
}







/* -------------------------------------------------- MEDIA QUERIES ------------------------------------------*/


/* -------------------------------------------------- MEDIA QUERIES ------------------------------------------*/


/* -------------------------------------------------- MEDIA QUERIES ------------------------------------------*/


/* -------------------------------------------------- MEDIA QUERIES ------------------------------------------*/


/* -------------------------------------------------- MEDIA QUERIES ------------------------------------------*/












@media only screen and ( max-width: 81.25em ) /* 1300 */ {
	
#homepageImageTextDivWrapper{ height:100%; }

#homepageImageTextDiv {float:left; height:100%;}

}


@media only screen and ( max-width: 72em ) /* 1152 */ {
	
ul#homepagejQueryImages, ul#homepagejQueryImagesMobile {left:auto; right:30px; bottom:20px;} /*Moves slider dots to thr side*/

}


@media only screen and ( max-width: 68.75em ) /* 1100 */ {
	
#fsrnTextOff {padding: 0 20px;}

#pagefooterIndex {border:none; height:auto;}

#homepageImageTextDiv {padding: 10px 20px;}

#masthead .logo {margin-left:10px;}

}


@media only screen and ( max-width: 64em ) /* 1024 */{
.opening_hours .header{width:140px; font-size: 1.4em;}
img#footer-cu-logo {width:140px;}
.days,
.times,
#footerDetails {font-size:14px;}

#layoutarea {float:none; background:none; padding:0px;}

#contentareaWrapperOuter {padding:0 10px;}
		
#divPrivacyTermsLinksWrapper {padding: 0 10px;}

#header-search {left:200px;}

#SocialNet {left:75px;}

#loginarea {/*right:0;*/}

}


@media only screen and ( max-width: 61.25em ) /* 980 */ {

.mainContbkgd3 {float: left; width:100%;}
#mastheadWrapperOuter {background-image:none;}

/* 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 #4e5156; 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;}

#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;}
#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: rgba(255, 255, 255, .2); color: #fff;}
#mainmenuMobile > ul > li:not( :last-child ) > a {border-right: none; border-bottom: 1px solid #f2b441;}

/* second level */

#mainmenuMobile li ul {position: static;/* padding: 1.25em;  20 */padding-top: 0;}

/* END OF MOBILE NAVIGATION --------------------------------------------------------------------------- */


#divSpotlightsWrapper {width:100%; max-width:100%; margin-right:0px; height:auto;}

body, #main {background:none;}

.pagecontent {padding:0 5px;}

#divHomepageImagesWrapper, #divSpotlightsWrapperOuter, #divNewsHeadlinesWrapper {padding:0 10px;}
#divSliderLoanCalculatorWrapper {padding: 20px 10px;}

#loginarea { position:relative; padding: 15px; right:0;}

#facilities .divider {width: 33.25%;}

#masthead {height:auto; padding-bottom: 50px;}

#masthead .logo #img_masthead {float: none; margin: 0em auto; padding: 0em 0em 0em 0; text-align: center; padding-right:0; position:relative;}

#newsheadlines img {/*display:none;*/}
#homePage .newsArticleOuterDiv1, #homePage .newsArticleOuterDiv2, #homePage .newsArticleOuterDiv3, #homePage .newsArticleOuterDiv4, #homePage .newsArticleOuterDiv5, #homePage .newsArticleOuterDiv6, #homePage .newsArticleOuterDiv7, #homePage .newsArticleOuterDiv8, #homePage .newsArticleOuterDiv9 {margin-top:20px; margin-left:2%; margin-right:2%; width:96%;}
.newsArticleOuterDiv1, .newsArticleOuterDiv2, .newsArticleOuterDiv3, .newsArticleOuterDiv4, .newsArticleOuterDiv5, .newsArticleOuterDiv6, .newsArticleOuterDiv7, .newsArticleOuterDiv8,.newsArticleOuterDiv9 {margin-top:20px; margin-left:2%; margin-right:2%; width:96%;}


#masthead #announcements {display:none;}

#facilities {/*background: #0A9ACF;*/}

#facilities #helpmenu {display:none;}

#facilities a:hover {border-bottom: none; background: rgba(255, 255, 255, .2); color:white; text-decoration:none;}

#header-sitemap { width: 33.5%;}
	
#submenu, #sidebar, #divQuickLinksWrapper{width: 100%; margin-top:0px; margin-bottom:40px;}

#modulelinks_contentpage {padding-bottom:20px;}

#spotlight1, #spotlight2, #spotlight3, #spotlight4 {width:100%; 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;}

#newsheadlines img {/*display:none;*/}

.ProgressLogo {display:none;}

.spotlight_image_upload {padding: 15px 0 0;}

#spotlight1:hover, #spotlight2:hover, #spotlight3:hover, #spotlight4:hover, #spotlight5:hover, #spotlight6:hover {box-shadow:none;}

.pagetitle {padding-top:5px; width:100%;}

#newsheadlines_contentpage #news_content img {width:100%; max-width:50%;} 

#divHTMLAnnouncements1Wrapper #announcements_content_dynamic div {/*width:100%; height:auto;padding:30px 10px;*/}
#divHTMLAnnouncements1Wrapper {}

.join_us_today {margin-top:3em; margin-left:33%; width:66%;}

#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;*/}

#divHTMLAnnouncements1WrapperOuter {width:100%;}

#divHTMLAnnouncements1Wrapper {height:350px;}

#divSliderLoanCalculatorWrapperOuter { position: relative; margin-top:-150px;}

#divHTMLAnnouncements2WrapperOuter {position:static;}

#masthead .logo {padding: 30px 0; text-align: center; margin:0 auto;}

#divLoginAreaWrapper {position:relative; height:110px; margin:30px 0 20px; background-color:#e8eaec;}

#loginarea {margin:auto; top: 5px;}

#divSpotlightsWrapperOuter {margin:0; width:100%;}
	
#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: 218px; padding: 0;*/}

#divPrivacyTermsLinksWrapperInner {width: 35%;}

#pagefooterAlternative {width:100%;position:relative;}

#newsheadlines_contentpage {min-height:190px;}

h4.h4quicklinks, h4.h4newsheadlines, #submenu .title_subsections {font-size: 1.6em; margin-bottom:50px;}


/* MAIN SLIDER TEXT BOX */
#homepageImageTextDivWrapperOuter {position: relative;}

#homepageImageTextDiv { border-bottom:1px solid #3b3f42; padding: 15px 20px 20px; position:relative; top:0; left:0; width:100%; max-height:100%; min-height:240px; /*Slider Text Height - IMPORTANT*/}

#homepageImageTextDiv > div {bottom: 0; height: 200px; left: 0; margin: auto 20px; position: absolute; right: 0; top: 0;}

#homepageImageTextDiv h2 {margin-bottom:0; line-height:1.3em;}

#homepageImageTextDiv h3 {line-height: normal; font-size:1.2em;}

ul#homepagejQueryImages, ul#homepagejQueryImagesMobile {bottom: 0; left: 0; position: relative;}

#loginarea img {/*width: 282px;*/}

#registerWrappper {margin-top: 0px; width:80px;}
	
#header-search {position: relative; left:0px; right:0px; top:0px; bottom:0;}

#header-search .imgSearchButton {position:relative; outline:none;}

#SocialNet {display: inline-block; left: 0; position: relative; top:0px; right:0; bottom:0; left: 42%;}

#SocialNetIcons {display:inline-block;}
#header-search .imgSearchButton,
#SocialNetIcons img{width:50px; height:50px;}

.spotlight_text {height:auto; /*min-height: 145px;*/}

ul#homepagejQueryImages, ul#homepagejQueryImagesMobile {float:none; margin-top:20px; margin-bottom: 20px;}

#loanSliderContainer .Sliders, #loanSliderContainer .Results { min-height:auto;}

#loanSliderContainer .Sliders {margin-bottom:30px;}

#divExistingLoanText {position: relative; width: 100%;}

}

@media only screen and ( max-width: 57.500em ) /* 920 */ {
.opening_hours .header{width:120px; font-size: 1.4em; margin-top:40px;}
img#footer-cu-logo {width:120px;}
.days,
.times,
#footerDetails {font-size:13px;}
}

@media only screen and ( max-width: 55em ) /* 880 */ {
	
#divFooterDetailsWrapper, 
#SocialNetFooterWrapper, 
#divCustomFooterLinksWrapper {/*border-top: 50px solid #0b9acf; margin-top: 0; width: 100%;*/}

#pagefooterIndex {margin-top:0;}

#divFooterDetailsWrapper {/*padding-bottom:40px;*/}

#pagefooterOuterIndex::before {/*display:none;*/}

#divFooterDetailsTitle, #divSocialNetFooterTitle, #divCustomFooterLinksTitle {width: 200px; margin-top:-25px;}

#footerDetails, #SocialNetFooter {/*border:none;*/}
#divFooterCustomHTML1 {/*width:100%;*/}

}


@media only screen and ( max-width: 51.875em ) /* 830 */ {
.days, .times, #footerDetails {font-size:12px;}
img#footer-cu-logo {margin-left:10px;}
.opening_hours .header {margin-left:20px;}

}


@media only screen and ( max-width: 50em ) /* 800 */ {
	
td.membership_table {font-size: 0.9em;}

#announcements_content_dynamic h2 {margin-top:1.5%;}
#divHTMLAnnouncements1Wrapper {height:320px;}
#announcements_content_dynamic a {/*height: 230px; padding: 0;*/}
.sub_header {font-size: 3em;}
.join_us_today p { font-size:0.9em;}

#newsheadlines_contentpage {min-height:370px;}
#divFooterCustomHTML1Wrapper {display: none;}
}


@media only screen and ( max-width: 48em ) /* 768 */ {

img#footer-cu-logo { display: none;}
#divPrivacyTermsLinksWrapperInner {width: 40%;}
#divFooterDetailsWrapper, #SocialNetFooterWrapper, #divCustomFooterLinksWrapper {width:100%; border-bottom:1px dashed white;}
#footerDetails ul {width:100%; float: none; position: relative; height:auto; margin-left:auto; margin-right:auto; text-align:center;}
#footerDetails li {display:inline-block;}
.FooterTelLabelSpan, .FooterFaxLabelSpan, .FooterEmailLabelSpan, .FooterWebsiteLabelSpan, .FooterAddressLabelSpan {width:auto;}
.FooterTelSpan, .FooterFaxSpan, .FooterEmailSpan, .FooterWebsiteSpan, .FooterAddressSpan {width: auto; float: none;}
#divFooterCustomHTML1Wrapper {margin-top:30px;}
#divFooterCustomHTML1 {width:100%; position : relative;   }
.opening_hours .header {width:30%; text-align: left; margin-left:35%; margin-right:30%; margin-top:30px; margin-bottom:20px;}
.opening_hours .container {float: none; width:30%; margin-left:auto; margin-right:auto; line-height:125%;}
#pagefooterAlternative {text-align: center;}
#fsrnTextOffWrapper {float: left; margin-top:1em;}
#divFooterDetailsWrapper, #SocialNetFooterWrapper, #divCustomFooterLinksWrapper {border:0;}
#footerDetails {border:0; margin-right:0;}
.days, .times, #footerDetails {font-size:14px;}
.join_us_today { margin-left:5%; margin-right:5%; width:90%; text-align: center;}
.spotlight_title h4 {line-height:140%;}
.see_how_much_text {padding-top:28px; /*font-size:1.3em;*/}
}


@media only screen and ( max-width: 45em ) /* 720 */ {	

#announcements_content_dynamic #spot2 a {height: 250px; padding: 0;}

.column {
    display: inline-block;
    width: 100%;
}
	
}


@media only screen and ( max-width: 40em ) /* 640 */ {

.estatements-image {width:100%; margin-bottom:10px;}
	
#divTermsFooterLink a:hover, #divPrivacyFooterLink a:hover {background:#263c8f; color:white;}

#loanSliderContainerHome .Sliders, #loanSliderContainerHome .Results {width:100%; padding:0;}

#loanSliderContainer .Sliders, #loanSliderContainer .Results {width:100%; padding:0 15px;}

#divSliderApplyButtonHome {padding: 0 15px;}
	
#sliderValuesListHome, #sliderValuesList {padding:0 15px;}

/*#divSliderLoanCalculatorWrapperOuter {background:none; padding:0;}*/

#divSliderLoanCalculatorWrapper {padding:0 10px;}

#aprHome, #apr {text-align:left;}

#amountHome, #termHome, #amount, #term {width: calc(100% - 25px);}

#loanSliderContainerHome select#intrateDDL, #loanSliderContainer select#intrateDDL {width:100%;}

#announcements_content_dynamic #spot1 a {height: 250px; padding: 0;}

.informationalLoanCal {margin-top:20px;}

#newsheadlines_contentpage #news_content img {max-width: 100%;}


/* FOOTER */
#fsrnTextAlternative {text-align: center;}

#divPrivacyTermsLinksWrapperOuter {background-image:none;}

#divPrivacyTermsLinksWrapperInner {width: 100%;}

#divPrivacyTermsLinksWrapper {padding:0;}

#divTermsFooterLink, #divPrivacyFooterLink {float: left; width: 50%;}

#divTermsFooterLink a:hover, #divPrivacyFooterLink a:hover {text-decoration:none; background: rgba(78, 81, 86, .7);}

#divPrivacyTermsLinksWrapper {padding: 0;}

div.services_right, div.services_left {width:100%; margin-right:0;}

}


@media only screen and ( max-width: 37.5em ) /* 600 */ {

/*#announcements_content_dynamic a {height: 250px; /*padding: 0;}*/

#divHomepageImagesMobileWrapper {display:block; position:relative; padding:0 10px;}

#divHomepageImagesWrapper {display:none;} 

#AlertPanelPIN, #AlertPanelMemNo {padding: 10px; position:relative; width: auto; margin-bottom:30px;}

.spotlight_link {width: 154px;}
.spotlight_link a {font-size: 1.4em;}
}


@media only screen and ( max-width: 35.5em ) /* 568 */ {

}


@media only screen and ( max-width: 32.5em ) /* 520 */ {

#SocialNet {left: 42%;}

#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*/

#masthead .logo #img_masthead {display:none;}

#masthead .logo #img_mastheadMobile { display: block; margin: 1em auto; padding: 0em 0;  padding-right:5px;}

#divSearchForm_wrapper {font-size: 10px;}

#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;}

/*#divSliderLoanCalculatorWrapperOuter {padding:20px 0;}*/

#newsheadlines {padding-top:0;}

.spotlight_link {position:relative; top: -5px;}

/*#announcements_content_dynamic a {height: 270px; padding: 0;}*/

.spotlight_text {height: auto; min-height: auto; padding-bottom: 20px;}

}


@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%;}
#homePage h4.h4newsheadlines:before{ position: absolute; top:106px; right:105px; content:"Latest News & Events.";  text-transform: none; font-style:italic; font-family: 'Lato', sans-serif; font-size: 12px; color:#454a4d;}
#homePage h4.h4newsheadlines:after{  position: absolute; top:106px; right:0;content:"Stay up-to-date."; font-weight:bold;  text-transform: none; font-style:italic; font-family: 'Lato', sans-serif; font-size:12px; color:#454a4d;}



}


@media only screen and ( max-width: 26.6875em ) /* 427 */ {

}


@media only screen and ( max-width: 25em ) /* 400 */ {

#divNewsHeadlinesWrapper {min-height:300px;}

.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;}

#amountHome, #termHome, #amount, #term {width:100%; text-align:center;}

#newsheadlines_contentpage {min-height:220px;}

#homepageImageTextDiv h1, #homepageImageTextDiv h2, #homepageImageTextDiv h3 {text-align:center;}

.banner_btn {width:135px; text-align: center; margin-left:auto; margin-right:auto; position: relative; float: none;}
#homepageImageTextDiv {/*min-height:244px;*/}
#homepageImageTextDiv p {margin:auto;}
#divSpotlightsWrapperOuter {margin-top:1.5em;}
.spotlight_title {width:100%; text-align: center;}
.spotlight_container {width:100%; text-align: center;}
.spotlight_text {text-align: center;}
.spotlight_text br {display: none;}
.spotlight_link {text-align: center; left:0; top:0; float: none; margin:auto; width: 145px;}
.spotlight_image_upload {margin:0px;}
#SlidersTitle { margin-left:0px; margin-right:0px;}
#SocialNet {width:53%;}

/* 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;}

}


@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;}

#announcements_content_dynamic a {height: 265px; padding: 0;}*/
	
.memberNumberTxt, .memberNumberTxt2, .dobInputTxtRand3_2, .insertRandomPin3, .insertRandomPin3, .securityPasswordTxt {width: 100%;}

.secPassForm {margin-left:0;}
#homepageImageTextDiv h1 {font-size:3em;}
#homepageImageTextDiv h2 {font-size:1.6em;}
#homepageImageTextDiv h3 {font-size: 1em;}
.join_us_today br{display: none;}
#homePage h4.h4newsheadlines {font-size:1.5em; padding-top:38px;}
}


@media only screen and ( max-width: 20em ) /* 320 */ {
#divLoginAreaWrapper {height:190px;}
#loginarea {width:100%;}
#loginarea img {left:0; right:0; margin:auto;}
#login_membersWrappper {left:0px;}
#registerWrappper {width:90px;}
#login_membersWrappper,
#registerWrappper  {width:100%; height:90px;}
#announcements_content_dynamic #spot1 a {height: 265px !important; padding: 0;}

.pinContRand3 input {width: 2.3em;}

#loginarea {/*width:100%; padding:0px 20px; background:none;*/}

.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;}

}

