/* Colors

#333    - Body text
#2e496e - Blue
#d72727 - Red
#e8f2fb - Light Blue BG
#f0cc67 - Yellow

*/

/* ----------------------------------------------- */
/* All widths (XS through LG) */
/* ----------------------------------------------- */

/* State Indicator for use in JS */
.grid-size-indicator {
    position: absolute;
    top: -999em;
    left: -999em;
}
/* XS */
.grid-size-indicator { z-index: 1; }
/* SM */
@media (min-width: 768px) {
	.grid-size-indicator { z-index: 2; }
}
/* MD */
@media (min-width: 992px) {
	.grid-size-indicator { z-index: 3; }
}
/* LG */
@media (min-width: 1200px) {
	.grid-size-indicator { z-index: 4; }
}

.site-max-width {
	max-width:1170px;
}
iframe {
	border:0 none; /* frameborder=0 */
	overflow:hidden; /* scrolling=no */
	background-color:transparent; /* allowtransparency */
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:16px;
	color:#333;
	line-height:1.5;
	background-color:#2e496e;
}
a#jump-to-main:focus {
	position: static;
	display: block;
	text-align: center;
	width: 100%;
	height: auto;
	padding: 10px;
	margin: 0;
	overflow: visible;
	clip: auto;
	border-bottom: 1px solid #ccc;
}
a,
a:active,
a:hover,
a:focus {
	color:#2e496e;
}

article a {
	text-decoration:underline;
}
article a:hover,
article a:focus {
	text-decoration:none;
}
p,
ul,
ol {
    margin-bottom:1.5em;
}
h1,h2,h3,h4,h5,h6 {
	margin-top:0;
}
article h1 {
	font-family: 'Roboto Slab', serif;
	font-style:normal;
	font-weight:400;
	font-size:2.5em; /* 40px */
	color:#2e496e;
	line-height:1.1;
	margin-bottom:0.5357em;
}
article h2 {
	font-family: 'Roboto Slab', serif;
	font-style:normal;
	font-weight:400;
	font-size:1.75em; /* 28px */
	color:#d72727;
	line-height:1.2;
	margin-bottom:0.75em;
}
article h3 {
	font-family: 'Roboto Slab', serif;
	font-style:normal;
	font-weight:400;
	font-size:1.533em; /* 23px */
	color:#000;
	line-height:1.533;
	margin-bottom:0;
}
.text-bold-1 {
	font-weight:700;
	color:#2e496e; /* blue */
}
.text-bold-2 {
	font-weight:700;
	color:#d72727; /* red */
}
.text-bold-3 {
	font-weight:700;
	color:#000; /* black */
}
small {
	font-size:0.867em; /* 13px */
}
.text-footnote {
	color:#777;
}
.text-18px {
	font-size:18px;
}
article .pull-left {
	margin:0 20px 10px 0;
}
article .pull-right {
	margin:0 0 10px 20px;
}
.form-control {
	height:2.267em; /* 34px */
	padding:3px 8px;
	font-size:1em;
	border:1px solid #aaa;
	border-radius:0;
	box-shadow:inset 2px 2px 2px #eee;
}
:-ms-input-placeholder {
   color: #aaa;
}
.placeholder {
  color: #aaa; /* For placeholder fallback */
}

/* ----- Buttons ----- */

.btn {
  /* override */
	padding:7px 16px;
	font-size:1em; /* 15px */
	font-weight:700;
	border:0 none;
	border-radius:4px;
	text-decoration:none !important;
  text-transform: uppercase;
}
.btn-sm {
	font-size:1em;
	padding:5px 12px;
}
.page-content .btn {
	margin-top:5px;
	margin-bottom:5px;
}

/* Solid Blue Button */
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
	background-color:#2e496e;
	color:#fff;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color:#22354f;
	color:#fff;
}
/* Solid Red Button */
.btn-primary-2,
.btn-primary-2:focus,
.btn-primary-2:active,
.btn-primary-2:active:focus {
	background-color:#d72727;
	color:#fff;
}
.btn-primary-2:hover,
.btn-primary-2:focus {
	background-color:#991c1c;
	color:#fff;
}

/* ----- List styles ----- */

.page-content > ul,
.tab-pane > ul,
.page-content td > ul,
.page-content div > ul {
	padding-left: 1em;
	margin-top:1.5em;
}
.page-content > ul > li,
.tab-pane > ul > li,
.page-content td > ul > li,
.page-content div > ul > li {
	list-style-type:none;
	margin:0 0 .5em 0;
	padding-left:1.5em;
	text-indent:-1.1em;
}
.page-content > ul > li:before,
.tab-pane > ul > li:before,
.page-content td > ul > li:before,
.page-content div > ul > li:before {
	content:"\25CF"; /* Unicode Character Black Circle */
	font-size:16px;
	font-weight:700;
	color:#2e496e;
	margin-right:.5em;
}
.page-content > ul > li li,
.tab-pane > ul > li li,
.page-content td > ul > li li,
.page-content div > ul > li li {
	padding-left:0;
	text-indent:0;
}
/* Two Levels Deeps */
.page-content ul ul li,
.page-content ol ul li {
	list-style-type:disc;
}
.page-content ul ol li {
	list-style-type:decimal;
}
.page-content ol ol li {
	list-style-type:lower-alpha;
}
/* Three Levels Deeps */
.page-content ol ol ul li,
.page-content ul ol ul li {
	list-style-type:disc;
}
.page-content ul ul ul li,
.page-content ol ul ul li {
	list-style-type:circle;
}
.page-content ul ol ol li,
.page-content ul ul ol li,
.page-content ol ul ol li {
	list-style-type:lower-alpha;
}
.page-content ol ol ol li {
	list-style-type:lower-roman;
}

/* --------------- Tables --------------- */

.table caption {
	background-color:#2e496e;
	color:#fff;
	font-size:1.2em;
	font-weight:700;
	padding:6px 8px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	text-align:left;
}
.table > tbody > tr > th {
	background-color:#e8f2fb;
	color:#2e496e;
	vertical-align:bottom;
}
.table > tbody > tr > th.subhead {
	background-color:#fff;
	border-bottom:3px solid #ddd;
}
.table > tbody > tr:first-child > td {
	border-top:0 none;
}
.table > tbody > tr > td {
}
.layout-table > tbody > tr > td {
	border-top:0 none;
	padding:10px;
}
.benefits-table > tbody > tr > td {
	padding-top:20px;
	padding-bottom:20px;
}


/* --------------- Forms --------------- */

.form-table > tbody > tr > th,
.form-table > tbody > tr > td {
	border-top: 0 none;
}
.form-table table td {
	padding:0;
}
.form-table th {
	font-weight:400;
}
.form-table label {
	font-weight:400;
	margin-bottom:0;
}
.ErrorLabel,
.EditingFormErrorLabel {
	font-weight:700;
	color:#C00;
}
.EditingFormControlNestedControl input {
	box-sizing:content-box;
}
.FormPanel {
	margin-bottom:1.5em;
}
.form-table .EditingFormControlNestedControl td {
    border:0 none;
	padding:2px 0;
}
/*.form-table .TextBoxField,
.ssn-input input,
.date-input input,
.date-time-input input,
.phone-input input,
.zip-input input,
.captcha-input input,
.CaptchaTextBox,
.TextAreaField,
.DropDownField {
    border:1px solid #ccc;
}*/
.form-table .TextBoxField:focus,
.ssn-input input:focus,
.date-input input:focus,
.date-time-input input:focus,
.phone-input input:focus,
.zip-input input:focus,
.captcha-input input:focus,
.CaptchaTextBox:focus,
.TextAreaField:focus,
.DropDownField:focus {
    border:1px solid #888;
}
.form-table input,
.form-table textarea {
	width:100%;
}
.form-table .RadioButtonList input,
.RadioButtonList input,
.form-table .CheckBoxListField input,
.CheckBoxListField input,
.form-table input.FormButton {
	width:auto;
	margin-right:5px;
}
.RadioButtonList label {
	margin-right:10px;
}
.EditingFormControlNestedControl {
	display:inline;
	vertical-align:middle;
}
.phone-input {
    white-space:nowrap;
}
.phone-input input[maxlength="3"] {
	width:2em !important;
}
.phone-input input[maxlength="4"] {
	width:2.6em !important;
}
.captcha-input input,
.CaptchaTextBox {
	max-width:5em;
}
.date-time-input input {
	max-width:10em;
}
.date-time-input .CalendarIcon {
	margin-left:10px;
	margin-top:-6px;
	cursor:pointer;
}
.date-time-input .CalendarAction {
	display:none;
}
@media (max-width: 767px) {
	.state-input select,
	.DropDownField {
		width:100% !important;
	}
}
.form-table .empty-cell {
	padding:0;
}

/* --------------- Header Alert ---------------*/

.header-alert {
	background-color:#ffe293;
	padding-top:15px;
	padding-bottom:10px;
	position:relative;
}
.header-alert:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:5px;
	background-color: transparent;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.1)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:         linear-gradient(to bottom, transparent, rgba(0,0,0,0.1)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}
.header-alert p {
	margin-bottom:10px;
}
.header-alert .fa {
	font-size:36px;
	float:left;
	margin-top:6px;
	margin-right:10px;
	color:#2e496e;
}
.header-alert a {
	text-decoration:underline;
}
.header-alert a:hover {
	text-decoration:none;
}

/* --------------- Header --------------- */

header {
  background-color:#fff;
  border-top:8px solid #2e496e;
	position:relative;
}
.header-row-1 {
	background:#2e496e;
}
.site-logo {
	width:218px;
	margin:10px auto;
}
main {
	display:block;
	background-color:#fff;
	position:relative;
}

/* --------------- Top Nav --------------- */
.top-nav {
 	padding-top:10px;
	font-size:1em;
	display: inline-block;
}
.top-nav ul {
  list-style-type:none;
	margin-bottom:0;
	padding-left:0;
}
.top-nav li {
  display: inline;
  padding:0 20px 0 0;
}
.top-nav a {
  color:#fff;
}

.btn-loan {
	margin-bottom:4px;
}

/* ----- Social Media Icons ----- */

#social-icons {
	list-style-type:none;
	padding:0;
	width: auto;
	height: 36px;
	margin:0 auto 15px auto;
}
#social-icons li {
	float: none;
	width: 36px;
	height: 36px;
	margin-left:0px;
  padding:0;
}
#social-icons a {
	position:relative;
	display: block;
	width: 36px;
	height: 36px;
	line-height:1;
	text-indent:-99999px;
	text-decoration:none;
    border-radius:4px;
    -webkit-transition: color 0.3s;  
    transition: color 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
#social-icons .item-1 a:hover { 
  background:#fff;
  border-radius:4px;
}
#social-icons a:before {
	font-family: 'FontAwesome';
	font-size:26px;
	font-weight:400;
	display:block;
	width:36px;
	height:36px;
	padding:6px;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	text-indent:0;
	color:#fff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
#social-icons .item-1 a:before {
	content:"\f09a"; /* Font Awesome fa-facebook */
	text-align:right;
}
#social-icons .item-1 a:hover:before { 
  color:#3a5795; 
}

/* --------------- Homepage Carousel --------------- */

#carousel-homepage .carousel-inner .item img {
	/*width:100%;*/
	position: absolute;
    top: 0;
    bottom: 0;
    left:auto;
    right: 0;
    width:141.89189% !important;
    max-width: 141.89189%;
    height: 100%;
}
#carousel-homepage .carousel-inner .item {
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom:38.85135%; /* 460/1184 */
    background-color:#8a989d;
}
#carousel-homepage:after {
	content: "";
	position: absolute;
	left: 0;
	bottom:0;
	display: block;
	height: 6px;
    height: 0.5vw;
	width: 100%;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.2)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:         linear-gradient(to bottom, transparent, rgba(0,0,0,0.2)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
	z-index:10;
}
ul.carousel-inner {
	list-style: none;
	padding:0;
	margin:0;
}
.carousel-inner > .item {
	display: block;
	/* hide visually with sr-only styles instead */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
	/* Unset sr-only styles to make visible */
	position: relative;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
	clip: auto;
	border: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	width: 100%;
}

/*
Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
CSS from:       http://codepen.io/transportedman/pen/NPWRGq
and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
Inspired from:  http://codepen.io/Rowno/pen/Afykb
*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.5s;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
Need to override the 3.3 new styles for modern browsers & apply opacity
*/

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* --------------- Online Banking Login --------------- */

.banking-login {
	color:#2e496e;
	background-color:#fadb85;
	margin-left:-15px;
	margin-right:-15px;
	padding:15px 30px 15px 30px;
}
.banking-login h2 {
	font-style:normal;
	font-weight:600;
	font-size:1.2em; /* 18px */
	line-height:1.2;
	margin-bottom:1em;
}
.banking-login .form-group {
	margin-bottom:5px;
	float:left;
	width:100%;
	width: calc(100% - 2.4em);
}
.banking-login.form-inline .form-control {
	font-size:16px;
	padding-top:3px;
	padding-bottom:4px;
	height:2.125em; /* 34px */
	margin-bottom:10px;
}
.banking-login .form-control,
.banking-login .form-control:focus,
.banking-login .form-control:active {
	border-color:#fff;
	box-shadow:inset 2px 2px 2px #d6d6d6;
}
.banking-login .btn {
	padding:4px 15px 5px 15px;
	border:1px solid #fff;
	font-size:16px;
	font-weight:700;
	height:2.125em; /* 34px */
	width:100%;
}
.banking-login .glyphicon {
	color:#fff;
	font-size:24px;
	position:relative;
	top:0;
	cursor:pointer;
}
.banking-login span.glyphicon-info-sign {
	color:#2e496e;
}
.banking-login .dropdown {
	float:left;
	margin-top:5px;
	margin-left:10px;
}
.banking-login .dropdown-menu {
	left:auto;
	right:-15px;
	padding:20px;
	margin-top:18px;
	width:250px;
	color:#58595b;
}
.banking-login .dropdown-menu:before {
	content:"";
	display:block;
	width:0;
	height:0;
	position:absolute;
	top:-14px;
	right:25px;
	border-left: 14px solid transparent;
	border-top: 14px solid transparent;
	border-right: 14px solid #fff;
}


/* --------------- Homepage Columns --------------- */

#home-columns h2 {
	font-family: 'Roboto Slab', serif;
	font-style:normal;
	font-weight:400;
	color:#2e496e;
	line-height:1.1;
	margin-bottom:0.662em;
    border-bottom:2px solid #afaca7;
    padding-bottom:3px;
}
#home-columns h2.news {
    color:#d72727;
}
.homepage-row-2 {
    background-color:#e8f2fb;
}
.home-col-2 {
	background-color:#fff;
}
.home-news,
.home-links {
	margin-top:26px;
	margin-bottom:30px;
}
.home-rates {
	margin-bottom:30px;
}

/* --------------- Home News & News Page --------------- */

.home-news .media,
.news-page-content .media {
	margin-top:0;
}
.home-news .media-left,
.news-page-content .media-left {
	padding-right:16px;
}
.home-news .media-left img,
.news-page-content .media-left img {
	width:84px;
	margin-top:2px;
	margin-bottom:20px;
}
.home-news h3,
.news-page-content h3.media-heading {
	font-size:1.2em; /* 18px */
	font-weight:700;
}
.news-page-content h3.media-heading {
	font-family: 'Roboto Slab', serif;
}
.news-page-content h3.media-heading a {
	text-decoration:none;
}
.news-page-content h3.media-heading a:hover {
	text-decoration:underline;
}
.home-news .btn {
	width:100%;
}
.title-bug {
	text-transform:uppercase;
	margin-bottom:1em;
	font-size:1.2em;
}
.title-bug a {
	text-decoration:none;
}
.title-bug a:hover {
	text-decoration:underline;
}
article h1.news-title {
	font-size:2.667em;
	margin-bottom:0.5625em;
}

/* --------------- Home Rates --------------- */

.home-rate-table > tbody > tr > th {
  background-color:transparent;
	font-size:1.2em;
	border-top:0 none;
	color:#2e496e;
}
.home-rate-table > tbody > tr:nth-child(2) > td {
	border-top:0 none;
}
.home-rate-table .rate-name,
.home-rate-table .rate-header {
	padding-left:0;
}
.home-rate-table .rate-number,
.home-rate-table .rate-header-detail {
	padding-right:0;
	text-align:right;
	white-space:nowrap;
}
.home-rate-table .rate-name,
.home-rate-table .rate-number {
  padding-top:0;
}
.home-rates .btn {
	width:100%;
}

/* --------------- Home Links --------------- */

.home-links li a {
	color:#333;
	font-size:1.2em;
	display:block;
	padding:0.333em 0;
}
.home-links li a:hover {
	text-decoration:none;
	color:#2e496e;
}
.home-links li .fa {
	font-size:1.333em;
	color:#adcdec;
	margin-top:0.167em;
}
.home-links li a:hover .fa {
	color:#2e496e;
}
.home-links .fa-ul {
	margin-left:3em;
}
.home-links .fa-credit-card-alt:before {
	font-size:20px;
}
.home-links .fa-check-square:before {
	font-size:22px;
}
.home-links .fa-info-circle:before,
.home-links .fa-map-marker:before, 
.fa-tag:before {
	font-size:24px;
}
.home-links .fa-map-marker:before {
	top:5px;
}
.fa-tag:before {
	margin-left:8px;
}


/* --------------- Child Page --------------- */

.page-content {
	padding-top:30px;
	padding-bottom:10px;
}
.sidebar {
	background-color:#2e496e;
	padding-top:20px;
	padding-bottom:10px;
}
.child-nav h2 {
	font-family: 'Roboto Slab', serif;
	font-style:normal;
	font-weight:400;
	font-size:1.625em; /* 26px */
	color:#fff;
	line-height:1.2;
    border-bottom:2px solid #f0cc67;
	margin-left:0;
	margin-bottom:0.353em;
}
.child-nav {
	margin-bottom:20px;
}
.child-nav ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.child-nav a {
	display:block;
	font-size:1.2em;
	color:#fff;
	padding:5px 10px 7px 10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #d9e2ec;
}
.child-nav li:first-child a {
	border-top:0 none;
}
.child-nav li:last-child a {
	border-bottom:0 none;
}
.child-nav a:active,
.child-nav a:focus,
.child-nav a:hover,
.child-nav a.CMSListMenuLinkHighlighted {
	text-decoration:none;
	background-color: #e8f2fb;
	color: #2e496e;
}

/* ----- COOP ATM Search ----- */

.coop-atm-locator {
    color:#000;
}
.coop-atm-locator-title {
    width:100%;
    margin-bottom:1em;
}
.coop-atm-locator h2 {
    font-family: 'Bree Serif', serif;
    line-height: 1.2;
    }
.coop-atm-locator-form {
    margin-bottom: 0;
    width: 100%;
}
.coop-atm-locator-form .form-control {
    border-color: #fff;
    box-shadow: inset 2px 2px 2px #e8e8e8;
    outline: 2px solid transparent;
    transition: outline 0.5s;
    margin-bottom:0;
		border-radius:4px;
}
.coop-atm-locator-form .btn {
    width: 100%;
}

/* --------------- Accordion --------------- */

.panel-heading {
	padding:0;
}
.panel-title > a {
	display:block;
	padding:10px 15px;
	color:#fff;
	background-color:#2e496e;
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.15);
	font-weight:700;
	position:relative;
	padding-left:45px;
}
.panel-title > a:hover {
	background-color:#22354f;
}
.page-content h3.panel-title {
	margin-bottom:0;
}
.panel-title a:before {
	content:'';
	display:block;
	width:25px;
	height:25px;
	position:absolute;
	top:11px;
	left:10px;
	background:url(../images/accordion-sprite.png) no-repeat left top;
	background-size:25px 50px;
}
.panel-title a[aria-expanded="true"]:before {
	background-position:left -25px;
}

/* --------------- Careers Accordion --------------- */

.careers-accordion {
	clear:both;
}


/* --------------- Partner Logos --------------- */

.partner-logos {
	background-color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
}
.logo-container {
	padding: 0;
	margin: 0 15px;
	list-style: none;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	position:relative;
}
.logo-wrap { 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}  
.logo {
  /*width:180px;*/
	height: auto;
  margin:0;
	padding:15px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.logo img {
	margin:0 auto;
}
ul li.logo:last-child {
		padding-right:0;
}
.logo-item {
  padding: 5px;
  width: 118px;
  height: 118px;
  margin: 10 0px;
  border-radius:50%;
}


/* --------------- Footer --------------- */

.coop-atm-locator {
    background:#fadb85;
    padding:15px 0;
}

footer {
	background-color:#2e496e;
	color:#fff;
	padding-top:20px;
	padding-bottom:10px;
}
footer h3 {
  color:#fadb85;
  font-size:18px;
  text-transform: uppercase;
  font-weight: 700;
}
footer h4 {
  color:#fadb85;
  text-decoration: underline;
  font-weight: 700;
  font-size:16px;
  margin-bottom:0;
}
footer p {
	color:#fff;
}
footer a,
footer a:active,
footer a:focus {
	color:#fff;
	text-decoration:underline;
}
footer a:hover {
	color:#fff;
	text-decoration:none;
}
footer strong {
	color:#fff;
}
.ehl-logo {
	width:58px;
}
.ncua-logo {
	width:99px;
	margin-left:24px;
}
.footer-logos {
	font-size:.733em;
}


/* ----------------------------------------------- */
/* XS Only */
/* ----------------------------------------------- */

@media (max-width: 767px) {

	.btn-loan {
		margin: 0 auto 8px;
		display: block;
		max-width: 400px;
	}
	.home-rates {
      padding-top:20px;
  }  
	.carousel-indicators {
		/* sr-only */
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}

	.form-table .TextBoxField, .ssn-input input, .date-input input, .date-time-input input, .phone-input input, .zip-input input, .captcha-input input, .TextAreaField, DropDownField, CaptchaTextBox {
    padding: 2px 10px 2px 0;
	}
	.phone-input input,
	.phone-input:focus {
		white-space:normal;
	}
	

}

/* ----------------------------------------------- */
/* XS Only */
/* ----------------------------------------------- */
@media (min-width:401px) and (max-width: 1140px) {
	
	.logo {
		width:30%;
	}
	
}

/* ----------------------------------------------- */
/* XS Only */
/* ----------------------------------------------- */
@media (max-width: 400px) {
	
	/*Partner Logos*/
			
	.logo-wrap {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: left;
		align-items: left;
		-webkit-justify-content: left;
		justify-content: left;
	}
	.logo-container {
		margin:0 15px;
	}
	.logo {
		padding:15px 30px 15px 0;
		width:48%;
		text-align:left;
	}
	.logo img {
		margin:0;
	}
	
}


/* ----------------------------------------------- */
/* SM Only */
/* ----------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {
	.top-nav {
		margin-right:-50px;
	}

	.logo {
		width:30%;
	}
	.btn-loan {
		float:right;
		margin-bottom:0;
		margin-top:2px;
	}
	.footer-logos-1 {
		float:left;
		width:187px;
		margin-right:20px;
	}

}

/* ----------------------------------------------- */
/* SM and wider */
/* ----------------------------------------------- */

@media (min-width: 768px) {

	
	/* ----- Banking Login ----- */

	.banking-login {
		padding:7px 4px 8px;
		border-top-left-radius: 4px;
		border-top-right-radius:4px;
	}
	.banking-login h2 {
		float:left;
		margin-top:5px;
		margin-bottom:0;
	}
	.banking-login .form-group {
		margin-left:15px;
		margin-bottom:0;
		width:auto;
	}
	.banking-login.form-inline .form-control {
		display:inline-block;
		vertical-align:middle;
		width:140px;
		margin-bottom:0;
	}
	.banking-login .btn {
		padding:4px 2px 5px 6px;
		width:auto;
	}
	
	
	/* ----- Social Media Icons ----- */

	#social-icons {
		float:none;
		margin:0;
		display: inline-block;
		position:relative;
		top:-10px;
		left:10px;
	}

	/* --------------- Carousel Indicators --------------- */

	.carousel-indicators {
		bottom: 10px;
		left:auto;
		right: 0;
		text-align: right;
		margin: 0 15px 0 0;
		width:100%;
	}
	.carousel-indicators li,
	.carousel-indicators .active {
		border: 3px solid #fff;
		background-color:#fff;
		margin: 0 0 0 5px;
		height: 20px;
		width: 20px;
		box-shadow:0 0 3px rgba(0,0,0,0.3);
	}
	.carousel-indicators .active,
	.carousel-indicators .active:hover {
		background-color:#2e496e;
	}
	.carousel-indicators li.togglePausePlay {
		width:2.5em;
		background-color: #fff;
	}
	.carousel-indicators li.togglePausePlay .carousel-pause:after,
	.carousel-indicators li.togglePausePlay .carousel-play:after {
		content:'';
		display:block;
		width:12px;
		height: 12px;
		background: url(../images/play-pause-sprite.png) no-repeat 0 0 transparent;
		background-size: 12px 24px;
		margin:1px auto 0 auto;
	}
	.carousel-indicators li.togglePausePlay .carousel-play:after {
		background-position: 0 -12px;
	}
	.carousel-indicators li:focus {
		outline:2px solid #d72727;
	}
    /* Drop shadow along top */
		#carousel-homepage:before,
		.child-content-wrapper:before,
		.partner-logos:before {
        content: "";
        position: absolute;
        left: 0;
        top:0;
        display: block;
        height: 6px;
        height: 0.5vw;
        width: 100%;
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.2), transparent); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image:         linear-gradient(to bottom, rgba(0,0,0,0.2), transparent); /* Chrome 26, Firefox 16+, IE 10+, Opera */
        z-index:10;
    }
    /* Drop shadow along bottom */
  		  
			#carousel-homepage:after {
        content: "";
        position: absolute;
        left: 0;
        bottom:0;
        display: block;
        height: 6px;
        height: 0.5vw;
        width: 100%;
        background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.2)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image:         linear-gradient(to bottom, transparent, rgba(0,0,0,0.2)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
        z-index:10;
    }

	/* --------------- Homepage Columns --------------- */

	.home-news .btn {
		width:auto;
	}
	.home-rates {
		margin-top:26px;
	}
	main.child-content-wrapper {
		min-height:500px;
	}
	
	/* ----- COOP ATM Search ----- */
    .coop-atm-locator {
        vertical-align:middle;
    }
    .coop-atm-locator-title {
        width:auto;
        display:inline-block;
        vertical-align:middle;
        margin-bottom:0;
        margin-right:25px;
    }
    .coop-atm-locator img.logo {
        display:inline-block;
    }
    .coop-atm-locator h2 {
        margin: 0 0 0 10px;
        display:inline-block;
        vertical-align:middle;
    }
    .coop-atm-locator-form {
        display:inline-block;
        width:auto;
    }
    .coop-atm-locator-form .form-group {
        margin-bottom:0;
        display:inline-block;
    }
    .coop-atm-locator-form .btn {
        display:inline-block;
        padding: 0;
        width: 100px;
        height: 37px;
        line-height: 1;
    }
    .coop-atm-locator-form .btn img {
        width:20px;
        height:21px;
    }

}

/* ----------------------------------------------- */
/* MD and wider */
/* ----------------------------------------------- */

@media (min-width: 992px) {

	/* --------------- Header --------------- */

  
  /* --------------- Carousel --------------- */

    #carousel-homepage .carousel-inner .item {
        padding-bottom:27.380952%; /* 460/1680 */
    }
    #carousel-homepage .carousel-inner .item img {
        width:100%;
        max-width: 100%;
    }


	/* --------------- Banking Login --------------- */

	.homepage-row-1 {
		position:relative;
	}

	/* --------------- Homepage Columns --------------- */

	.homepage-row-2 {
		border-top:1px solid #fff;
	}
	.home-col-2 {
		padding-left:30px;
		padding-right:30px;
	}
	.home-col-3 {
		padding-left:30px;
	}
	.home-news:before,
	.home-news:after {
		content:"";
		display:block;
		width:7px;
		position:absolute;
		top:0;
		bottom:0;
		left:-7px;
		background-color: transparent;
		background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.05), transparent); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
		background-image:         linear-gradient(to left, rgba(0,0,0,0.05), transparent); /* Chrome 26, Firefox 16+, IE 10+, Opera */
		z-index:1;
	}
	.home-news:after {
		left:auto;
		right:-7px;
		background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.05), transparent); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
		background-image:         linear-gradient(to right, rgba(0,0,0,0.05), transparent); /* Chrome 26, Firefox 16+, IE 10+, Opera */
	}

	/* --------------- Child Page --------------- */

	.page-content {
		padding-left:30px;
	}
	.sidebar {
		background-color:transparent;
		padding-top:0;
		padding-bottom:0;
		position:relative;
		z-index:1;
	}
	.sidebar:before {
		content:'';
		display:block;
		position:absolute;
		top:0;
		bottom:0;
		right:0;
		background-color:#e8f2fb;
		z-index:-1;
		width:9999px;
	}
	.sidebar:after {
		content:'';
		display:block;
		position:absolute;
		top:0;
		bottom:0;
		right:0;
		width:7px;
		background-color: transparent;
		background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.05), transparent); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
		background-image:         linear-gradient(to left, rgba(0,0,0,0.05), transparent); /* Chrome 26, Firefox 16+, IE 10+, Opera */
	}

	.child-nav {
		margin:15px -15px 15px 0;
		background-color:#2e496e;
		padding:20px 15px;
		border:1px solid #fff;
		border-right:0 none;
	}
	.child-nav a {
		border-top:1px solid #f4f7f9;
		border-bottom:1px solid #cdd8e5;
	}
	.child-nav a:active,
	.child-nav a:focus,
	.child-nav a:hover {
		background-color:#e8f2fb;
        color:#2e496e;
	}

	/* --------------- Footer --------------- */

	.logo-table td {
		width:auto;
	}

	.footer-logos {
		text-align:right;
	}

}


/* ----------------------------------------------- */
/* Mega Menu */
/* ----------------------------------------------- */

/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 *
 * http://geedmo.github.com/yamm3
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
	position: static;
}
.yamm .container {
	position: relative;
}
.yamm .dropdown-menu {
	left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}
.yamm .yamm-content {
	padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}
/* End Yamm!3 */

.js #MegaMenu {
	display:none; /* Hidden until jQuery has had a chance to load */
}

/* Some basic styling */

#MegaMenu {
	margin-left:-15px;
	margin-right:-15px;
	margin-top:15px;
	white-space:nowrap;
}
#MegaMenu .dropdown-menu {
	white-space:normal;
	font-size:1em;
}
ul.dropdown-menu ul {
	list-style-type:none;
	padding:0;
}
.nav li li a,
.nav li li a:focus,
.nav li li a:active {
	padding-top:7px;
	padding-bottom:7px;
	display:block;
}
#MegaMenu .btn-default,
#MegaMenu .btn-default:focus,
#MegaMenu .btn-default:active {
	background-color:#2e496e;
	color:#fff;
	margin-top:10px;
}
#MegaMenu .btn-default:hover {
	background-color:#006cbd;
	color:#fff;
}
#MegaMenu .mm-column {
	padding-left:10px;
}
#MegaMenu .mm-column > a {
    font-size:18px;
	font-weight:700;
	border-bottom:2px solid #c9c9c9;
	margin-bottom:0.5em;
}
#MegaMenu .mm-button {
	margin-bottom:10px;
}


/* Override Bootstrap Styles */

.navbar {
  border: 0 none;
  margin-bottom: 0;
  min-height: 0;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus {
  color:#000;
  font-weight: 700;
}
.navbar-default .navbar-nav > li > a:focus {
	outline:1px dotted #b0b0b0;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.CMSListMenuLinkHighlighted {
	color:#2e496e;
}


/* XS Only */
@media (max-width: 767px) {

	.navbar-default {
		background-color: transparent;
		border-color: transparent;
		margin-left:-15px;
		margin-right:-15px;
		cursor:pointer;
	}
	.navbar-header {
		background-color: #2e496e;
	}
	.navbar-default .navbar-brand,
	.navbar-default .navbar-brand:hover,
	.navbar-default .navbar-brand:focus {
		color:#fff;
		font-family: 'Source Sans Pro', sans-serif;
		font-style:normal;
		font-weight:700;
		font-size:1.5em; /* 24px */
	}
	.navbar-default .navbar-toggle,
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color:#fff;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #d72727;
	}
	.nav li li.last > a {
		margin-bottom: 10px;
	}
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus,
	.navbar-default .navbar-nav > .open > a.CMSListMenuLinkHighlighted {
		background-color:#e8f2fb;
		color:#2e496e;
	}
	.yamm .yamm-content {
		padding:0 30px;
	}
	#MegaMenu .dropdown-menu {
		font-size:1em;
	}

}

/* SM and wider */
@media (min-width: 768px) {

	/* Center items in main nav bar */
	/* Better than using .center-block because no width needs to be assigned to ul.nav */
	header .navbar .nav,
	header .navbar .nav > li {
		float:none;
		display:inline-block;
		vertical-align: top;
	}
	header .navbar-collapse {
		text-align:center;
	}
	header .dropdown-menu {
		text-align: left;
	}
	/* End center styles */

	.nav .caret {
		display:none;
	}
	.navbar-default {
		background-color: transparent;
		border-color: transparent;
		margin-top:0;
	}
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		background-color: #fff;
		color: #2e496e;
	}
	.navbar-nav > li > a {
		/*font-size:1.3125em;*/ /* 21px */
		font-size:1.0em;
		text-transform: uppercase;
		padding-top:70px;
		padding-left:0;
		padding-right:0;
		text-align:center;
		position:relative;
	}
	.nav > li > a {
		padding-bottom:22px;
	}
	.menu-1 > a:before,
	.menu-2 > a:before,
	.menu-3 > a:before,
	.menu-4 > a:before,
	.menu-5 > a:before {
		background: url("../images/main-nav-sprite.png") no-repeat scroll 50% 2px transparent;
		background-size:64px 1000px;
		content: " ";
		width: 100%;
		height: 79px; /* 64px height + 15px padding-top */
		position: absolute;
		left: 0;
		top: 0;
	}
	.menu-2 > a:before {
		background-position: 50% -98px; /* -100 + 2 */
	}
	.menu-3 > a:before {
		background-position: 50% -198px;
	}
	.menu-4 > a:before {
		background-position: 50% -298px;
	}
	.menu-5 > a:before {
		background-position: 50% -398px;
	}
	.menu-1 > a:hover:before,
	.menu-1.open a:focus:before,
	.menu-1 > a.CMSListMenuLinkHighlighted:before {
		background-position:50% -498px;
	}
	.menu-2 > a:hover:before,
	.menu-2.open a:focus:before,
	.menu-2 > a.CMSListMenuLinkHighlighted:before {
		background-position:50% -598px;
	}
	.menu-3 > a:hover:before,
	.menu-3.open a:focus:before,
	.menu-3 > a.CMSListMenuLinkHighlighted:before {
		background-position:50% -698px;
	}
	.menu-4 > a:hover:before,
	.menu-4.open a:focus:before,
	.menu-4 > a.CMSListMenuLinkHighlighted:before {
		background-position:50% -798px;
	}
	.menu-5 > a:hover:before,
	.menu-5.open a:focus:before,
	.menu-5 > a.CMSListMenuLinkHighlighted:before {
		background-position:50% -898px;
	}

	/* Specify multi-column dropdown widths */
	.menu-1 .dropdown-menu {
		min-width:10em;
	}
	.menu-2 .dropdown-menu {
		min-width:13em;
	}
	.menu-3 .dropdown-menu {
		min-width:13em;
	}
	.menu-4 .dropdown-menu {
		min-width:25em;
	}
	.menu-5 .dropdown-menu {
		min-width:10em;
	}
	.yamm .menu-4 .dropdown-menu {
		left: auto;
		right: 0;
	}

	#MegaMenu .dropdown-menu {
		border-top:1px solid #fff;
		box-shadow:0 7px 7px rgba(0, 0, 0, 0.15);
		border-bottom:10px solid #2e496e;
		padding-bottom:0;
		border-radius:0;
		border-left:0 none;
		border-right:0 none;
	}
}

/* LG and wider */
@media (min-width: 1200px) {

	#MegaMenu {
      padding-left:6%;
      padding-right:6%;
	}
    header .navbar .nav > li {
      width:35%;
    }
    header .navbar .nav > li.menu-1,  
    header .navbar .nav > li.menu-2,
    header .navbar .nav > li.menu-3,
    header .navbar .nav > li.menu-5 {
      width:26%;
    }
    .navbar-nav > li > a {
      font-size:1.5em;
	}

}

/* MD and wider */
@media (min-width: 992px) and (max-width:1199px) {

	/* ----- Banking Login ----- */
	.banking-login.form-inline .form-control {
		width:100px;
	}
	
	#MegaMenu {
		padding-left:3%;
		padding-right:3%;
      margin-left:-150px;
	}
    header .navbar .nav > li {
		width:30%;
	}
	.navbar-nav > li > a {
		font-size:1.3em;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
    
    header .navbar .nav, header .navbar .nav > li {
      padding-left:20px;
      padding-right:20px;
      left:20px;
    }
    .navbar-default {
        margin-top:-20px;
    }
		.navbar-nav > li > a {
			font-size:1.3em;
				line-height:0;
		}
  
}

@media (max-width: 991px) {
	
	#MegaMenu {
		margin-top:10px;
		margin-bottom:10px;
	}
	
}


/* ----------------------------------------------- */
/* Customize jQuery Dialog */
/* ----------------------------------------------- */

.ui-dialog {
	margin-left:15px;
	margin-right:15px;
	max-width:650px;
}

.ui-widget-header {
	background-color: #d72727;
	border: 0 none;
	color: #fff;
	font-size:1.2em;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-color: #d72727;
  border: 0 none;
  color: #fff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background-color: #bb1151;
	border: 0 none;
	font-weight: normal;
	color: #fff;
}

.ui-widget-content {
	border: 1px solid #ccc;
}
.ui-button-text {
	font-weight:700;
}
.ui-button-text-only .ui-button-text {
	padding: 6px 15px 7px 15px;
}
.ui-dialog .ui-dialog-content {
	padding-top:1.5em;
}

