/* Colors */
/*
#a5cd39 - Green
#f79321 - Orange
#57b8db - Blue
#2b4261 - Navy
*/

/* ----------------------------------------------- */
/* All widths (XS through LG) */
/* ----------------------------------------------- */

.site-max-width {
	max-width:1170px;
}
body {
	font-family: 'Lato', sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:15px;
	color:#3e3e3f;
	line-height:1.5;
	background-color:#6c891c;
}
main {
	display:block;
	background-color:#fff;
}
a,
a:active,
a:hover {
	color:#1f6587;
}
a:focus {
	outline:0 none;
}
article a {
	text-decoration:underline;
}
article a:hover {
	text-decoration:none;
}
p,
ul,
ol {
    margin-bottom:1.5em;
}
h1,h2,h3,h4,h5,h6 {
	margin-top:0;
}
small {
	font-size:0.867em; /* 13px */
}
.text-footnote {
	font-size:0.867em; /* 13px */
	color:#828385;
}
.modal-header .modal-title {
	font-style:normal;
	font-weight:400;
	font-size:2rem;
}
.page-content h2 {
	color:#2b4261; /* Navy */
	font-size:2em; /* 30px */
	font-weight:400;
	line-height:1.2;
	margin-bottom:.4em;
}
.page-content h2.section-heading-2 {
	color:#a5cd39; /* Green */
}
.page-content h2.section-heading-3 {
	color:#f79321; /* Orange */
}
.page-content h2.section-heading-4 {
	color:#57b8db; /* Light Blue */
}
.page-content h3,
.page-content h3.sub-heading-1 {
	color:#1f6587;
	font-size:1.4em; /* 21px */
	line-height:1.3;
	margin-bottom:0.25em;
}
.page-content h3.sub-heading-2 {
	color:#f79321;
	font-size:1.4em; /* 21px */
	line-height:1.3;
	margin-bottom:0.25em;
}
.text-bold-1 {
	font-weight:700;
	color:#2b4261; /* Navy */
}
.text-bold-2 {
	font-weight:700;
	color:#7ba703; /* Green */
}
.text-bold-3 {
	font-weight:700;
	color:#f79321; /* Orange */
}
.text-bold-4 {
	font-weight:700;
	color:#219ac5; /* Light Blue */
}

article .pull-left {
	margin:0 20px 10px 0;
}
article .pull-right {
	margin:0 0 10px 20px;
}

.btn {
	border:0 none;
	padding:9px 18px;
	text-decoration:none;
	font-size:1.2em; /* 18px */
    margin-bottom:5px;
}
.btn-sm {
	padding:6px 12px;
	font-size:1.067em; /* 16px */
}

/* Solid Green Button */
.btn-primary,
.btn-primary:focus,
.btn-primary:active {
	text-transform:uppercase;
	background-color:#a5cd39;
	color:#fff;
}
.btn-primary:hover {
	background-color:#8cae31;
	color:#fff;
}
/* Solid Orange Button */
.btn-primary-2,
.btn-primary-2:focus,
.btn-primary-2:active {
	text-transform:uppercase;
	background-color:#f79321;
	color:#fff;
}
.btn-primary-2:hover {
	background-color:#d27d1c;
	color:#fff;
}

/* Solid Blue Button */
.btn-default,
.btn-default:focus,
.btn-default:active {
	text-transform:uppercase;
	background-color:#1f6587;
	color:#fff;
}
.btn-default:hover {
	background-color:#2b4261;
	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:"•";
	font-weight:700;
	color:#f79321;
	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;
}
.page-content ol li li,
.tab-pane ol li li,
.page-content td ol li li,
.page-content div ol li li {
	list-style-type:lower-alpha;
}

article ul li li li {
	list-style-type:circle;
}
ol.zelle {
    list-style: none;
    counter-reset: steps;
}
ol.zelle li {
    counter-increment: steps;
}
ol.zelle li::before {
    content: counter(steps);
    margin: .5rem 1rem .5rem 0;
    background: #158fc5;
    color: #fff;
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    line-height: 2.5rem;
    top: .2rem;
    position: relative;
}
ol.zelle ol li::before {
    background: #158fc5;
}

/* --------------- Tables --------------- */

.table caption {
	background-color:#a5cd39;
	color:#fff;
	font-size:1.2em; /* 18px */
	font-weight:700;
	padding:8px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	text-align:left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.15);
}
.table > tbody > tr > th {
	background-color:#e5dccb;
	color:#4f3d2a;
	vertical-align:bottom;
}
.table > tbody > tr > td {
	border-color:#d9dada;
}
.layout-table > tbody > tr > td {
	border-top:0 none;
	padding:10px;
}

/* --------------- Forms --------------- */

.form-table > tbody > tr > th,
.form-table > tbody > tr > td {
	border-top: 0 none;
}
.form-table table td {
	padding:0;
}
.form-table label {
	font-weight:400;
}
.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,
.phone-input input,
.zip-input input,
.captcha-input input,
.TextAreaField {
    border:1px solid #ccc;
}
.form-table .TextBoxField:focus,
.ssn-input input:focus,
.date-input input:focus,
.phone-input input:focus,
.zip-input input:focus,
.captcha-input input:focus,
.TextAreaField:focus {
    border:1px solid #888;
}
.phone-input {
    white-space:nowrap;
}
.form-table input,
.form-table textarea {
	width:100%;
}
.form-table .RadioButtonList input,
.form-table .CheckBoxListField input,
.form-table input.FormButton {
	width:auto;
	margin-right:5px;
}
.form-table .RadioButtonList label {
	margin-right:10px;
}
.EditingFormControlNestedControl {
	display:inline;
	vertical-align:middle;
}
.phone-input input[maxlength="3"] {
	width:2em !important;
}
.phone-input input[maxlength="4"] {
	width:2.6em !important;
}
.captcha-input input.CaptchaTextBox {
    width:95%;
}

/* --------------- Header Alert ---------------*/

.header-alert {
	background-color:#f79321;
	padding-top:15px;
	padding-bottom:10px;
	border-bottom:1px solid #fff;
	color:#fff;
}
.header-alert p {
	margin-bottom:10px;
}
.header-alert .glyphicon {
	top:4px;
	font-size:36px;
	float:left;
	margin-right:10px;
	color:#fff;
}
.header-alert a {
	text-decoration:underline;
	color:#FFFE85;
}
.header-alert a:hover {
	text-decoration:none;
}
.header-alert strong {
	color:#FFFE85;
}

/* --------------- Header --------------- */

header {
	background-color:#fff;
}
.header-row-1 {
	background:url(../images/bg-tan-canvas.jpg) repeat left top #e3dccf;
	background-size:250px 150px;
	border-bottom:1px solid #d9d0be;
	padding:7px 0 6px 0;
}
.header-row-2 {
	/*padding-top:26px;
	padding-bottom:26px;*/
}
.site-logo {
	width:360px;
	margin:26px auto;
}

/* ----- Social Media Icons ----- */

.social-icons {
	list-style-type:none;
	margin:0 0 0 15px;
	padding:0;
	width: 185px;
	height: 32px;
	float:right;
}
.social-icons li {
	float: left;
	width: 32px;
	height: 32px;
	margin-left: 5px;
}
.social-icons a {
	width: 32px;
	height: 32px;
	border-radius:50%;
	display: block;
	float: left;
	text-decoration: none;
	text-indent:-99999px;
	box-shadow: inset 0 0 0 -1px #fff;
	-webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
	position:relative;
}
.social-icons a:after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background: url("../images/social-icons-sprite-v4.png") no-repeat scroll 0 0 transparent;
	background-size:160px 32px;
	-webkit-transition: background 0.3s;
    transition: background 0.3s;
}.social-icons a:focus {
	outline:0 none;
}
.social-icons .item-1 a:after {
	background-position: left top;
}
.social-icons .item-2 a:after {
	background-position: -32px top;
}
.social-icons .item-3 a:after {
	background-position: -64px top;
}
.social-icons .item-4 a:after {
	background-position: -96px top;
}
.social-icons .item-5 a:after {
	background-position: -128px top;
}
.social-icons .item-1 a:hover,
.social-icons .item-2 a:hover,
.social-icons .item-3 a:hover,
.social-icons .item-4 a:hover,
.social-icons .item-5 a:hover {
	box-shadow: inset 0 0 0 16px #fff;
}

/* ----- Site Search Dropdown ----- */

.site-search .searchLabel {
	/* sr-only */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.site-search-dd-container {
	float:left;
}
a#site-search-dd {
	text-indent: -99999px;
	border-radius:50%;
	display:block;
	width:32px;
	height: 32px;
	background: url(../images/fa-search-navy.svg) no-repeat center 5px #fff;
	background-size:20px 20px;
}
a#site-search-dd[aria-expanded="true"] {
	background-color:#fff;
}
.site-search-dd-container .dropdown-menu {
	top:100%;
	left:-15px;
	right:-15px;
	box-shadow: none;
	font-size: 1em;
	width:320px;
	border:none;
	border-radius: 0;
	margin-top:6px;
	padding:10px;
	background: url(../images/bg-tan-canvas.jpg) repeat left top #e3dccf;
	background-size: 250px 150px;
}
.site-search-dd-container .site-search .searchTextBox {
	border:1px solid #fff;
	font-size: 1.1333em; /* 17px */
	color:#3e3e3f;
	width:100%;
	padding:2px 40px 3px 14px;
	border-radius: 16px;
}
.site-search-dd-container .site-search .searchTextBox:focus {
	outline: 0 none;
	border-color:#fff;
}
.site-search-dd-container .site-search .searchButton {
	width:20px;
	height:20px;
	position:absolute;
	top:15px;
	right:16px;
}

/* ----- Top Nav ----- */

.top-nav {
	margin-top:5px;
}
.top-nav ul {
	list-style-type:none;
	margin:0 15px 0 0;
	padding:0;
	text-align:right;
	float:right;
}
.top-nav li {
	display: inline;
	padding:0 10px;
}
.top-nav a {
	color: #4f3d2a;
}

/* --------------- Online Banking Login --------------- */

#online-banking {
	background-color:#efebe2;
	padding:38px;
}
#online-banking iframe {
	margin:0;
	padding:0;
}
#online-banking h2 {
	font-size:1.867em; /* 28px */
	text-transform:uppercase;
	color:#2b4261;
	text-align:center;
	margin-bottom:10px;
	margin-left:-10px;
	margin-right:-10px;
}
#online-banking .ob-field input {
	width:100%;
	outline:none;
	border:1px solid #b4b5b7;
	border-radius:5px;
	padding:4px 10px 6px 36px;
	margin-bottom:8px;
	font-size:1.2em; /* 18px */
	background:url(../images/login-fields-sprite.png) no-repeat 7px 7px #fff;;
	background-size:22px 200px;
}
#online-banking input.ezpz-hint {
	color:#828385;
}
#online-banking .password-field input {
	background-position:7px -93px;
}
#online-banking .ob-button {
	margin-bottom:15px;
}
#online-banking .ob-links,
#online-banking .ob-links a {
	color:#828385;
}

/* --------------- Home News --------------- */

#home-columns {
	padding-top:20px;
}
#home-columns h2 {
	font-size:2.267em; /* 34px */
	font-weight:700;
}
.home-news h2 {
	color:#a5cd39;
	text-align:center;
	padding-top:72px;
	background:url(../images/bg-news-heading-leaf.png) no-repeat center top;
	background-size:107px 62px;
}
.home-news h2 span {
	color:#6c891c;
}
.home-news .media,
.news-content .media {
	margin-top:0;
}
.home-news a.media-left,
.news-content a.media-left {
	padding-right:20px;
}
.home-news img.media-object,
.news-content img.media-object {
	width:84px;
	height:84px;
	margin-bottom:20px;
}
.home-news h3.media-heading {
	font-size:1.2em; /* 18px */
}
.home-news a.btn {
	width:100%;
}
.news-content .media-heading a {
	text-decoration:none;
}
.news-content .media-heading a:hover {
	text-decoration:underline;
}

.page-content h1.news-title {
	color:#6c891c;
	font-size:2.4em; /* 36px */
	font-weight:700;
	line-height:1.2;
	padding-bottom:0.1em;
	border-bottom:2px solid #e4f0c3;
	margin-bottom:.65em;
}

/* --------------- Home Rates --------------- */

.home-rates h2 {
	color:#f79321;
}
.home-rate-table tr.rate-header-row th,
.home-rate-table tr:nth-of-type(2) td {
	border-top:0 none;
}
.home-rate-table .rate-header-row th {
	color:#1f6587;
	text-transform:uppercase;
	font-weight:400;
	font-size:1.2em; /* 18px */
}
.home-rate-table .rate-header-row th.rate-header-detail,
.home-rate-table .rate-number {
	font-size:1.067em; /* 16px */
}
.home-rate-table .rate-header-detail,
.home-rate-table .rate-number {
	text-align:right;
}
.home-rates a.btn {
	width:100%;
	margin-bottom:20px;
}

/* --------------- Child Page --------------- */

.top-content {
	background-color:#1f6587;
	color:#fff;
	padding-top:20px;
	position:relative;
}
.save .top-content {
    background-color:#a5cd39;
}
.spend .top-content {
	background-color:#f79321;
}
.borrow .top-content {
	background-color:#57b8db;
}
.resources .top-content {
	background-color:#2b4261;
}
.top-content .EditableTextTextBox {
	color:#3e3e3f;
}
.top-content:after {
	content: "";
	position: absolute;
	left: 0;
	top:0;
	display: block;
	width: 100%;
	height: 6px;
	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;
}
.top-content-image img {
	width:172px;
	margin-bottom:20px;
}
.top-content h1,
.top-content .news-heading {
	font-size:3.2em; /* 48px */
	font-weight:700;
	text-shadow:1px 1px 1px rgba(0,0,0,0.15);
}
.top-content-text {
	font-size:1.2em; /* 18px */
	text-shadow:1px 1px 1px rgba(0,0,0,0.15);
}
.top-content-text ul {
	padding-left:24px;
}
.top-content-buttons p {
	margin-bottom:5px;
}
.top-content-buttons .btn {
	width:100%;
}
.top-content .btn-primary {
	background-color:#fff;
	color:#6c891c;
	box-shadow:inset 0 0 0 30px #fff;
	transition:all 0.3s;
}
.top-content .btn-primary:hover {
	background-color:#fff;
	background-color:rgba(255,255,255,0.8);
	box-shadow:inset 0 0 0 1px #fff;
}
.page-content {
	padding-top:40px;
	padding-bottom:20px;
}

/* --------------- Sidebar --------------- */

.child-nav {
	background-color:#1f6587;
	color:#fff;
	padding:20px 15px;
	margin-left:-15px;
	margin-right:-15px;
}
.child-nav h2 {
	font-size:2.133em; /* 32px */
	font-weight:700;
}
.child-nav ul {
	margin:0 -10px;
	padding:0;
	list-style-type:none;
}
.child-nav a {
	display:block;
	color:#fff;
	font-size:1.2em; /* 18px */
	border-top:1px solid #407c99;
	padding:5px 10px;
}
.child-nav li:first-child a {
	border-top:0 none;
}
.child-nav a:hover,
.child-nav a.CMSListMenuLinkHighlighted {
	text-decoration:none;
	background-color:#1b5c7d;
}

#related-links {
	background-color:#2b4261;
}
#related-links a {
	border-top:1px solid #4b5e79;
}
#related-links ul:first-of-type li:first-child a {
	border-top:0 none;
}
#related-links a:hover {
	background-color:#243855;
}
.sidebar-ad {
    margin:20px 0;
}
.sidebar-ad img {
	margin:0 auto;
	width:263px;
	border-radius:10px;
	max-width:100%;
	display:block;
	height:auto !important;
}

/* --------------- Top Footer --------------- */

.top-footer {
	background:url(../images/bg-tan-canvas.jpg) repeat left top #e3dccf;
	background-size:250px 150px;
	padding-top:32px;
	padding-bottom:32px;
	position:relative;
}
.top-footer:after {
	content: "";
	position: absolute;
	left: 0;
	top:0;
	display: block;
	width: 100%;
	height: 6px;
	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;
}
.email-signup h2 {
	font-size:2.667em; /* 40px */
	font-weight:300;
	color:#6c891c;
}
.email-signup input.CaptchaTextBox {
	border-radius:4px;
	height:34px;
	padding:6px 12px;
	line-height:1.42857143;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	width:7em;
}
.email-signup input.SubscriptionTextbox,
.email-signup input.CaptchaTextBox {
	border:1px solid #b6a68c;
	margin-bottom:8px;
	font-size:1.067em; /* 16px */
	padding-left:8px;
	padding-right:8px;
}
.ErrorMessage {
	font-weight:700;
	color:#C00;
}
.email-signup input.ezpz-hint {
	color:#828385;
}
.email-signup .btn-primary {
	background-color:#6c891c;
	width:100%;
}
.email-signup .btn-primary:hover {
	background-color:#5c7518;
}
.email-signup .InfoMessage {
	font-weight:700;
}

/* --------------- Accordion --------------- */

.panel-heading {
	padding:0;
}
.panel-title > a {
	display:block;
	padding:10px 15px;
	color:#fff;
	background-color:#a5cd39;
	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:#8cae31;
}
.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;
}

/* --------------- Content Tabs  ---------------*/

/* Tabs */
.page-content ul#content-tabs,
.page-content ul.tab-buttons,
.page-content ul.tabs {
	margin:0 0 1.5em 0;
	list-style:none;
	padding:0;
	width:100%;
	float:left;
	background-color:#57b8db;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.page-content ul#content-tabs li,
.page-content ul.tab-buttons li,
.page-content ul.tabs li {
	list-style-type:none;
	margin:0 0 0 5px;
	padding:0;
	background-color: transparent;
	display:block;
	float:left;
	text-indent:0;
}
.page-content ul#content-tabs li:before,
.page-content ul.tab-buttons li:before,
.page-content ul.tabs li:before {
	content:"";
	display:none;
	margin:0;
}
.page-content #content-tabs a,
.page-content ul.tab-buttons a,
.page-content .tabs a {
	color:#fff;
	text-decoration:none;
	font-weight:700;
	display:inline-block;
	background-color:#57b8db;
	padding:7px 14px;
	border-top:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	white-space:nowrap;
}
.page-content #content-tabs a:hover,
.page-content #content-tabs a.CMSListMenuLinkHighlighted,
.page-content ul.tab-buttons a:hover,
.page-content ul.tab-buttons .active a,
.page-content .tabs a:hover,
.page-content .tabs .active a {
	background-color:#fff;
	color:#1f6587;
	border-top:1px solid #57b8db;
	border-left:1px solid #57b8db;
	border-right:1px solid #57b8db;
	padding-top:10px;
	margin-top:-3px;
}
/* Container */
.page-content .tab-content-container {
	clear:left;
	width:100%;
	padding:0;
	margin-bottom:1.5em;
}
.page-content .tab-content-container .tab-content {
	width:100%;
	overflow:hidden;
}

/* --------------- Energy Smart Accordion --------------- */

.energy-smart-accordion {
	clear:both;
}

/* --------------- Site Map  ---------------*/

article > ul.CMSSiteMapList > li > a {
	font-weight:700;
}
.CMSSiteMapList a {
	text-decoration:none;
}
.CMSSiteMapList a:hover {
	text-decoration:underline;
}

/* --------------- Search Page ---------------*/

.SearchDialog {
    margin-bottom:30px;
}
.SearchDialog td {
    padding: 0 5px 5px 0;
}
.search-result-block {
	margin-bottom:1.5em;
}
.search-result-title a {
	font-weight:700;
	text-decoration:none;
}
.search-result-title a:hover {
	text-decoration:underline;
}
.search-results-details {
	font-size:.867em; /* 13px */
	color:#828385;
}
.site-search-relevance {
	width: 50px;
	border: solid 1px #828385;
	margin-top: 5px;
	margin-right: 6px;
	float: left;
}
.site-search-relevance div {
	height:4px;
	background-color:#828385;
}
.search-result-block .highlight {
	background-color:#FF9;
}
.site-search-create-date {
	display:block;
}
.SearchResults .pager {
    width:100%;
	overflow:hidden;
	padding:10px 0 0 0;
	border-top: 1px solid #D9DADA;
	margin-bottom:30px;
}
.SearchResults .pager a,
.SearchResults .pager strong {
	color:#1f6587;
	background-color:#fff;
	border:1px solid #1f6587;
	font-size:0.933em; /* 14px */
	font-weight:700;
	padding:8px 12px !important;
	text-decoration:none;
	line-height:1;
	display:block;
	float:left;
	margin:0 4px 6px 0;
	border-radius:3px;

}
.SearchResults .pager a:hover,
.SearchResults .pager strong {
    color: #fff;
	background-color:#1f6587;
	border:1px solid transparent;
	font-weight:700;
}
.result-number {
	float:right;
	font-size:0.867em; /* 13px */
	font-weight:700;
}

/* --------------- FAQs/Knowledge Base ---------------*/

.faq-item {
	margin-bottom:1.5em;
	border-bottom:1px solid #d9dada;
}

.faq-question {
	font-weight:700;
	font-size:1.067em; /* 16px */
	color:#1f6587;
}

/* --------------- Tree Menu --------------- */

.tree-menu {
	margin-bottom:1.5em;
}

#content .tree-menu table {
	margin:0;
}
.tree-menu td {
    padding: 3px 10px 3px 0;
	vertical-align:middle;
}
.tree-menu td a img {
    display:block;
	width:18px;
	height:18px;
}
.tree-menu a {
    font-weight:700;
}
.tree-menu div a {
    font-weight:400;
}
a.tree-menu-item {
	text-decoration:none;
}
a.tree-menu-item:hover {
	text-decoration:underline;
}

/* --------------- Footer Icon Links --------------- */

.footer-icon-links {
	margin:0;
	padding:0;
	list-style-type:none;
}
.footer-icon-links li {

}
.footer-icon-links a {
	color:#6c891c;
	font-size:1.6em; /* 24px */
	padding:12px 12px 12px 48px;
	display:block;
	position:relative;
	border-top:1px solid #f8f6f2;
	border-bottom:1px solid #beb7a9;
	line-height:1;
	outline:0 none;
}
.footer-icon-links li.item-1 a {
	border-top:0 none;
}
.footer-icon-links li.item-3 a {
	border-bottom:0 none;
}
.footer-icon-links a:hover {
	text-decoration:none;
	background-color:#eeeae2;
	background-color:rgba(255,255,255,0.4);
}
.footer-icon-links a:before {
	content: "";
	position: absolute;
	left: 0;
	top:0;
	display: block;
	width: 50px;
	height: 50px;
	z-index:10;
	background:url(../images/footer-icon-links-sprite-v2.png) no-repeat center top;
	background-size:50px 200px;
}
.footer-icon-links li.item-2 a:before {
	background-position:center -50px;
}
.footer-icon-links li.item-3 a:before {
	background-position:center -100px;
}
.footer-icon-links li.item-4 a:before {
	background-position:center -150px;
}

/* --------------- Bottom Footer --------------- */

footer {
	color:#fff;
	padding:20px 0;
}
footer a,
footer a:active,
footer a:hover {
	color:#fff;
}
footer strong,
footer strong a,
footer strong a:active,
footer strong a:hover {
	color:#fffe85;
}
.footer-logos img {
	vertical-align:bottom;
	margin-right:20px;
	margin-bottom:20px;
}
.coop-atm-logo {
	width:64px;
}
.ehl-logo {
	width:58px;
}
.ncua-logo {
	width:95px;
}

/* --------------- Carousel --------------- */

#carousel-homepage .carousel-inner .item {
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 37.5%;
}
#carousel-homepage .carousel-inner .item img {
	position: absolute;
	top: 0;
	bottom: 0;
	left:auto;
	right: 0;
	width:133.59375% !important;
	max-width: 133.59375%;
	height: 100%;
}

/* ----------------------------------------------- */
/* XS Only */
/* ----------------------------------------------- */

@media (max-width: 767px) {

	.email-signup h2 {
		padding-left:64px;
		margin-bottom:20px;
		position:relative;
	}
	.email-signup h2:before {
		content: "";
		position: absolute;
		left: 0;
		top:-3px;
		display: block;
		width: 54px;
		height: 54px;
		border:2px solid #b6a68c;
		border-radius:50%;
		z-index:10;
		background:url(../images/icon-email-signup.png) no-repeat center center;
		background-size:36px 26px;
	}
	.top-content-buttons {
		margin-bottom:20px;
	}
	#carousel-homepage .carousel-indicators {
		display: none;
	}

}


/* ----------------------------------------------- */
/* SM Only */
/* ----------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

	#online-banking {
		background-color:#fff;
		padding:15px 15px 0 15px;
	}
	#online-banking iframe {
		height:70px;
	}
	.online-banking-container {
		background-color:#efebe2;
		border-radius:10px;
		padding:15px;
	}
	#online-banking .ob-field input {
		width:100%;
		margin-bottom:0;
	}
	#online-banking h2,
	#online-banking .ob-field,
	#online-banking .ob-button {
		float:left;
		margin-right:1%;
		white-space:nowrap;
		margin-bottom:0;
	}
	#online-banking h2 {
		font-size:1.4em; /* 21px */
		margin-top:6px;
		margin-left:0;
		margin-right:2%;
	}
	#online-banking .ob-field {
		width:25%;
	}
	#online-banking .ob-links {
		text-align:right;
		padding:8px 15px;
	}

	.home-news {
		margin-bottom:40px;
	}
	.home-rates .rates-left {
		padding-right:30px;
	}
	.home-rates .rates-right {
		padding-left:30px;
	}

}


/* ----------------------------------------------- */
/* SM and wider */
/* ----------------------------------------------- */

@media (min-width: 768px) {

	.site-logo {
		margin:36px 0 0 0;
	}
	.homepage-row-1 {
		position:relative;
	}

	/* ----- Site Search Dropdown ----- */

	.site-search-dd-container {
		float:right;
	}
	.site-search-dd-container .dropdown-menu {
		left:auto;
		right:-10px;
	}

	/* --------------- Home Slider --------------- */

	.carousel-inner img {
		margin:0 auto;
	}
	.carousel-indicators {
		width:100%;
		max-width:1140px;
		left:auto;
		right:0; /* calculated with jquery */
		bottom:5px;
		margin:0;
		text-align:right;
	}
	.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: #f79321;
	}

	.carousel-indicators li.togglePausePlay {
		width:76px;
		background: url(../images/play-pause-sprite.png?v=3) no-repeat 7px 2px #fff;
		text-indent:-9999px;
	}
	.carousel-indicators li.togglePausePlay.paused {
		background-position:-93px 2px;
	}

	#carousel-homepage:after {
		content: "";
		position: absolute;
		left: 0;
		top:0;
		display: block;
		height: 6px;
		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;
	}

	/* Banner BG Colors */

	.carousel-inner .greenlt {
		background-color:#a4cb39;
	}
	.carousel-inner .greendk {
		background-color:#617935;
	}
	.carousel-inner .bluelt {
		background-color:#58b7de;
	}
	.carousel-inner .bluedk {
		background-color:#196687;
	}
	.carousel-inner .navy {
		background-color:#2c4261;
	}
	.carousel-inner .gray {
		background-color:#818385;
	}
	.carousel-inner .brown {
		background-color:#b7a78a;
	}
	.carousel-inner .orangelt {
		background-color:#fec059;
	}
	.carousel-inner .orangedk {
		background-color:#f8941f;
	}
	.carousel-inner .red {
		background-color:#c12227;
	}
	.carousel-inner .graylt {
		background-color:#fbfbfb;
	}
	.carousel-inner .aqua {
		background-color:#5dc6cc;
	}

	/* --------------- Home News --------------- */

	#home-columns h2 {
		font-size:3.067em; /* 46px */
	}
	.home-news h2 {
		text-align:left;
		padding:40px 0 0 100px;
		background-position:6px 6px;
		margin-bottom:30px;
	}
	.home-rates h2 {
		margin-bottom:19px;
	}
	.home-news a.btn {
		width:auto;
		margin-left:104px;
	}

	/* --------------- Home Rates --------------- */

	.home-rates a.btn {
		width:auto;
		float:right;
	}

	/* --------------- Email Signup --------------- */

	.email-signup {
		padding-left:134px;
		position:relative;
	}
	.email-signup:before {
		content: "";
		position: absolute;
		left: 0;
		top:0;
		display: block;
		width: 104px;
		height: 104px;
		border:2px solid #b6a68c;
		border-radius:50%;
		z-index:10;
		background:url(../images/icon-email-signup.png) no-repeat center center;
		background-size:70px 50px;
	}
	.email-signup .NewsletterSubscription div {
		float:left;
	}
	.email-signup .FirstNameInput {
		float:left;
		width:49%;
		margin-right:2%;
	}
	.email-signup .LastNameInput {
		float:left;
		width:49%;
	}
	.email-signup .EmailInput {
		float:left;
		width:100%;
	}
	.email-signup .EmailSignupCaptcha {
		float:left;
		width:64%;
		margin-right:2%;
	}
	.email-signup .SubmitButton {
		float:left;
		width:34%;
	}
	.email-signup .email-signup-button {
		display:block;
		width:100%;
		font-size:14px;
		padding:6px 0 7px 0;
	}
	.email-signup .form-group {
		margin-bottom:0;
	}

	article.page-content {
		padding-left:60px;
		padding-right:60px;
	}

	.footer-logos {
		text-align:right;
	}
	.footer-logos img {
		margin-right:0;
		margin-left:20px;
	}


}


/* ----------------------------------------------- */
/* MD and wider */
/* ----------------------------------------------- */

@media (min-width: 992px) {

	#online-banking {
		position:absolute;
		right:70.47619%;
		top:22px;
		width:24%;
		max-width:263px;
		background-color:#fff;
		background-color:rgba(255,255,255,0.9);
		border:1px solid #fff;
		border-radius:10px;
		padding:20px 30px;
		z-index: 100;
	}
	#online-banking h2 {
		font-size:1.4em; /* 21px */
	}

	.homepage-row-1 {
		min-height:274px;
	}

	/* --------------- Home Rates --------------- */

	.home-rates h2 {
		padding-top:40px;
	}

	.home-rates a.btn {
		float:none
	}

	.email-signup .EmailInput {
		float:left;
		width:100%;
	}
	.email-signup .EmailSignupCaptcha {
		float:none;
		width:100%;
	}
	.email-signup .SubmitButton {
		float:none;
		width:100%;
	}

	.email-signup {
		padding-left:0;
		position:static;
	}
	.email-signup:before {
		display: none;
	}

	.top-content h1 {
		margin-left:15px;
	}
	.top-content-text {
		padding-left:30px;
	}
	article.page-content {
		padding-left:30px;
		padding-right:90px;
	}

	/* --------------- Carousel --------------- */

	#carousel-homepage .carousel-inner .item {
		height: auto;
		padding-bottom: 0;
	}
	#carousel-homepage .carousel-inner .item img {
		position: static;
		width:auto !important;
		max-width: none;
		height: auto;
	}

	/* --------------- Sidebar --------------- */

	.sidebar {
		padding-top:40px;
	}
	.child-nav {
		padding:20px 30px;
		border-radius:10px;
		margin:0 0 20px 0;
	}
	.sidebar-ad {
		margin-top:0;
	}

	/* --------------- Footer Icon Links --------------- */

	.footer-icon-links li {
		float:left;
		width:25%;
		text-align:center;
	}
	.footer-icon-links a {
		padding:116px 0 0 0;
		border:0 none;
	}
	.footer-icon-links a:hover {
		background-color:transparent;
	}
	.footer-icon-links a:before {
		right:0;
		margin:0 auto;
		width: 100px;
		height: 100px;
		background:url(../images/footer-icon-links-sprite-v2.png) no-repeat center -2px #eeeae2;
		background-size:100px 400px;
		border-radius:50%;
		border:2px solid #6c891c;
		box-shadow: 0 0 0 3px #eeeae2, 0 0 10px rgba(0,0,0,0.7);
	}
	.footer-icon-links li.item-2 a:before {
		background-position:center -102px;
	}
	.footer-icon-links li.item-3 a:before {
		background-position:center -202px;
	}
	.footer-icon-links li.item-4 a:before {
		background-position:center -302px;
	}
	.footer-icon-links a:hover:before {
		background-color:#fff;
		box-shadow: 0 0 0 3px #fff, 0 0 10px rgba(0,0,0,0.7);
	}

}


/* ----------------------------------------------- */
/* LG and wider */
/* ----------------------------------------------- */

@media (min-width: 1200px) {

	.homepage-row-1 {
		min-height:320px;
	}

	.email-signup .EmailSignupCaptcha {
		float:left;
		width:64%;
		margin-right:2%;
	}
	.email-signup .SubmitButton {
		float:left;
		width:34%;
	}

}

/* ----------------------------------------------- */
/* MEGA MENU */
/* ----------------------------------------------- */

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
/* End Yamm!3 */

/* Some basic styling */

#MegaMenu {
	margin-left:-15px;
	margin-right:-15px;
	white-space:nowrap;
}
#MegaMenu .dropdown-menu {
	white-space:normal;
	padding-top:0;
	padding-bottom:0;
	font-size:15px;
}
ul.dropdown-menu,
ul.dropdown-menu li.mm-column ul {
	padding:0;
}
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 .mm-buttons {
	margin-top:10px;
}
#MegaMenu .btn,
#MegaMenu .btn:focus,
#MegaMenu .btn:active {
	margin-bottom:10px;
}
#MegaMenu .mm-column > a {
    font-size:1.2em; /* 18px */
	font-weight:700;
	border-bottom:2px solid #828385;
	margin-bottom:0.5em;
	color:#2b4261;
	padding-bottom:0;
}

/* Override Bootstrap Styles */

.navbar {
  border: 0 none;
  margin-bottom: 0;
  min-height: 0;
}

p.amenity-def {
	margin-bottom:0.5em;
	font-size:1.2em;
	font-style:italic;
	font-weight:700;
	color:#57b8db;
	padding-left:15px;
	padding-right:15px;
}

/* XS Only */
@media (max-width: 767px) {

	.navbar-default {
		background-color: #fff;
		border-color: transparent;
		border-top:1px solid #fff;
		margin-left:-15px;
		margin-right:-15px;
		cursor:pointer;
	}
	.navbar-header {
		background-color: #a5cd39;
	}
	.navbar-header[aria-expanded="true"] {
		background-color: #7ab829;
	}
	.navbar-default .navbar-brand,
	.navbar-default .navbar-brand:hover,
	.navbar-default .navbar-brand:focus {
		color:#fff;
		font-weight:400;
		font-size:1.6em; /* 24px */
	}
	.navbar-default .navbar-toggle,
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color:#fff;
	}
	.navbar-default .navbar-toggle {
		border:0 none;
		padding:9px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #a5cd39;
		height:3px;
		width:24px;
	}
	.navbar-default .navbar-header[aria-expanded="true"] .navbar-toggle .icon-bar {
		background-color: #7ab829;
	}
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top:3px;
	}
	#MegaMenu > li {
		border-bottom:1px solid #eee;
	}
	#MegaMenu > li:hover {
		background-color: #eee;
	}
	.navbar-default .navbar-nav > li a {
		color:#3e3e3f;
	}
	.navbar-default .navbar-nav > li a.btn-primary {
		color:#fff;
	}
	/*.navbar-default .navbar-nav > .open > a.CMSListMenuLinkHighlighted,*/
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		background-color:#57b8db;
		color:#fff;
	}
	.yamm .yamm-content {
		background-color:#eee;
		padding:10px 15px;
	}
	.yamm .yamm-content .mm-links li a {
		border-bottom:1px solid #ddd;
		padding-left:8px;
		padding-right:8px;
	}
	.yamm .yamm-content .mm-links li.last a {
		border-bottom:0 none;
	}
	.yamm .yamm-content .mm-links li a:hover {
		text-decoration:none;
		background-color:#fff;
	}

}

/* SM and wider */
@media (min-width: 768px) {

	.nav .caret {
		display:none;
	}
	.navbar-default {
		background-color: transparent;
		border-color: transparent;
		margin-top:36px;
	}
	.navbar-default .container-fluid,
	.navbar-collapse {
		padding-left:0;
		padding-right:0;
	}
	#MegaMenu {
		width:100%;
		margin-right:0;
		margin-left:0;
	}
	.navbar-default .navbar-nav > li {
		width:25%;
	}
	.navbar-default .navbar-nav > li > a {
		font-size:1.333em; /* 20px */
		font-weight:700;
		position:relative;
		padding-top:56px;
		padding-bottom:37px;
		padding-left:0;
		padding-right:0;
		text-align:center;
	}
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .open > a:focus {
    	background-color:transparent;
		color:#828385;
	}
	.navbar-default .navbar-nav > li > a:hover,
	/*.navbar-default .navbar-nav > li > a.CMSListMenuLinkHighlighted,*/
	.navbar-default .navbar-nav > li.item-current > a {
		color:#828385;
	}

	/* Icons */
	.menu-1 > a:before,
	.menu-2 > a:before,
	.menu-3 > a:before,
	.menu-4 > a:before {
		background: url("../images/main-nav-sprite-v2.png") no-repeat scroll 50% 0 transparent;
		background-size:50px 400px;
		content: " ";
		display:block;
		width: 100%;
		height: 50px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.menu-2 > a:before {
		background-position: 50% -50px;
	}
	.menu-3 > a:before {
		background-position: 50% -100px;
	}
	.menu-4 > a:before {
		background-position: 50% -150px;
	}

	.menu-1 > a:hover:before,
	.menu-1.open a:focus:before,
	/*.menu-1 > a.CMSListMenuLinkHighlighted:before,*/
	.menu-1.item-current > a:before {
		background-position:50% -200px;
	}
	.menu-2 > a:hover:before,
	.menu-2.open a:focus:before,
	/*.menu-2 > a.CMSListMenuLinkHighlighted:before,*/
	.menu-2.item-current > a:before {
		background-position:50% -250px;
	}
	.menu-3 > a:hover:before,
	.menu-3.open a:focus:before,
	/*.menu-3 > a.CMSListMenuLinkHighlighted:before,*/
	.menu-3.item-current > a:before {
		background-position:50% -300px;
	}
	.menu-4 > a:hover:before,
	.menu-4.open a:focus:before,
	/*.menu-4 > a.CMSListMenuLinkHighlighted:before,*/
	.menu-4.item-current > a:before {
		background-position:50% -350px;
	}

	/* Specify dropdown widths */
	.menu-1 .dropdown-menu {
		width:18em; /* 252px */
	}
	.menu-2 .dropdown-menu {
		width:18em; /* 252px */
	}
	.menu-3 .dropdown-menu {
		width:18em; /* 252px */
	}
	.menu-4 .dropdown-menu {
		width:45em; /* 630px */
	}

	/* Right-aligned menus */
	.yamm .menu-4 .dropdown-menu {
		left: auto;
		right: 0;
	}

	#MegaMenu .dropdown-menu {
		background-color:#fff;
		background-color:rgba(255,255,255,0.92);
		box-shadow:0 7px 7px rgba(0, 0, 0, 0.15);
		border-radius:0;
		border:0 none;
		border-bottom:6px solid #a5cd39;
	}
	#MegaMenu .menu-2 .dropdown-menu {
		border-bottom:6px solid #f79321;
	}
	#MegaMenu .menu-3 .dropdown-menu {
		border-bottom:6px solid #57b8db;
	}
	#MegaMenu .menu-4 .dropdown-menu {
		border-bottom:6px solid #2b4261;
	}
	#MegaMenu .dropdown-menu:after {
		content: "";
		position: absolute;
		left: 0;
		top:0;
		display: block;
		width: 100%;
		height: 6px;
		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;
	}
	#MegaMenu.navbar-right .dropdown-menu {
		right:auto;
		left:0;
	}
	#MegaMenu .dropdown {
	    position:relative;
	}

	#MegaMenu .menu-2 .btn-primary {
		background-color:#f79321;
	}
	#MegaMenu .menu-2 .btn-primary:hover {
		background-color:#d27d1c;
	}
	#MegaMenu .menu-3 .btn-primary {
		background-color:#57b8db;
	}
	#MegaMenu .menu-3 .btn-primary:hover {
		background-color:#4a9dba;
	}
	#MegaMenu .menu-4 .btn-primary {
		background-color:#2b4261;
	}
	#MegaMenu .menu-4 .btn-primary:hover {
		background-color:#1e2e44;
	}

}

/* MD and wider */
@media (min-width: 992px) {

	.navbar-default .navbar-nav > li {
	    width:auto;
	}
	.navbar-default {
		margin-top:92px;
	}
	.navbar-default .navbar-nav > li > a {
		padding:0 0 37px 56px;
		margin-left:20px;
		font-size:1.6em; /* 24px */
	}
	/* Icons */
	.menu-1 > a:before,
	.menu-2 > a:before,
	.menu-3 > a:before,
	.menu-4 > a:before {
		width: 50px;
		left: 0;
		top: -15px;
	}

	/* Specify dropdown widths */
	.menu-4 .dropdown-menu {
		width:54em; /* ~750px */
	}

}

/* LG and wider */
@media (min-width: 1200px) {

	.navbar-default {
		margin-top:88px;
	}

	.navbar-default .navbar-nav > li > a {
		padding:0 0 40px 56px;
		margin-left:30px;
		font-size:1.867em; /* 28px */
	}

}

/* ----------------------------------------------- */
/* Customize jQuery Dialog */
/* ----------------------------------------------- */

.ui-widget {
	margin-left:15px;
	margin-right:15px;
	max-width:600px;
}

.ui-widget-header {
	background-color: #57b8db;
	border: 1px solid #4a9dba;
	color: #fff;
	font-size:1.067em; /* 16px */
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-color: #4a9dba;
  border: 1px solid #4a9dba;
  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 {
	border: 1px solid #57b8db;
	background-color: #57b8db;
	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: 0.4em 1em 0.6em 1em;
}
.ui-dialog .ui-dialog-content {
	padding-top:1.5em;
}

/* --------------- Prevent Issues in CMS --------------- */

.DesignMode .WebPart {
    clear:both;
}
