/* Colors

#002c73 - Brand Navy
#8e8f90 - Brand Gray
#00a7e1 - Blue
#ecf4fa - Light Blue
#5eba4b - Green
#f5821f - Orange
#5b5d5e - Body text
#c6c7c7 - Med gray
#dcdcdc - Light gray

*/


/* 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; }
}

/* ----------------------------------------------- */
/* All widths (XS through LG) */
/* ----------------------------------------------- */

.site-max-width {
	max-width:1170px;
}
iframe {
	border:0 none; /* frameborder=0 */
	overflow:hidden; /* scrolling=no */
	background-color:transparent; /* allowtransparency */
}
.img-responsive {
    height: auto !important;
}
.img-fluid {
    max-width: 100%;
    height: auto !important;
}
main {
	display:block;
}

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;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:16px;
	color:#5b5d5e;
	line-height:1.5;
	background-color:#fff;
}
a,
a:focus,
a:active,
a:hover {
	color:#00a7e1;
}
a:focus {
	outline:0 none;
}
article a,
section a {
	text-decoration:underline;
}
article a:hover,
section a:hover {
	text-decoration:none;
}
p,
ul,
ol {
    margin-bottom:1.5em;
}
h1,h2,h3,h4,h5,h6 {
	margin-top:0;
}
article h2,
.section-content h2,
h1.news-title {
    font-size: 1.875em; /* 30px */
    font-weight: 700;
	color:#00a7e1;
    margin-bottom: 0.667em;
}
h2.subhead,
article h3,
.section-content h3 {
	font-size:1.25em; /* 20px */
    font-weight: 700;
	color:#002c73;
	margin-bottom:0;
}
.text-bold-1,
.text-bold-1 .text-footnote {
	font-weight:700;
	color:#002c73; /* navy */
}
.text-bold-2,
.text-bold-2 .text-footnote {
	font-weight:700;
	color:#00a7e1; /* blue */
}
.text-bold-3,
.text-bold-3 .text-footnote {
	font-weight:700;
	color:#5eba4b; /* green */
}
.text-bold-4,
.text-bold-4 .text-footnote {
	font-weight:700;
	color:#f5821f; /* orange */
}
.text-bold-5,
.text-bold-5 .text-footnote {
	font-weight:700;
	color:#000; /* black */
}
.text-18pt {
    font-size: 18pt;
}
small {
	font-size:0.75em; /* 12px */
}
.text-footnote {
	color:#757778;
}
article .pull-left {
	margin:0 20px 10px 0;
}
article .pull-right {
	margin:0 0 10px 20px;
}
hr {
    border:0;
    border-top:2px solid #d4e0ec;
}

::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #8e8f90;
  opacity: 1;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #8e8f90;
}
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #8e8f90;
}
.placeholder {
  color: #8e8f90; /* For placeholder fallback */
}

.modal-header {
    display: -ms-flexbox;
    display:flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal-header h1 {
    font-size: 1.25em;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
	order:-1;
	font-size:1.25rem;
}


/* ----- Buttons ----- */

.btn {
    /* override */
	padding:6px 22px;
	font-size:1.125em; /* 18px */
    font-weight:400;
	text-decoration:none !important;
    text-transform: uppercase;
	border:0 none;
    border-radius:0;
}
.btn-sm {
	font-size:1em;
	padding:4px 16px;
    border-radius:0;
}
.page-content .btn,
.section-content .btn {
    margin-bottom: 10px;
    margin-right:5px;
}
.page-content .btn-block,
.section-content .btn-block {
    margin-right:0;
}
.modal-footer .btn-default {
    border-radius: 0;
}

/* Solid Green Button */
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
	background-color:#5eba4b;
	color:#fff;
}
.btn-primary:hover {
	background-color:#40a130;
	color:#fff;
}
/* Solid Orange Button */
.btn-primary-2,
.btn-primary-2:focus,
.btn-primary-2:active,
.btn-primary-2:active:focus {
	background-color:#f5821f;
	color:#fff;
}
.btn-primary-2:hover {
	background-color:#ee580d;
	color:#fff;
}
/* Solid Blue Button */
.btn-primary-3,
.btn-primary-3:focus,
.btn-primary-3:active,
.btn-primary-3:active:focus {
	background-color:#00a7e1;
	color:#fff;
}
.btn-primary-3:hover {
	background-color:#0081d0;
	color:#fff;
}
/* Solid Navy Button */
.btn-primary-4,
.btn-primary-4:focus,
.btn-primary-4:active,
.btn-primary-4:active:focus {
	background-color:#002c73;
	color:#fff;
}
.btn-primary-4:hover {
	background-color:#000834;
	color:#fff;
}
/* Ghost Navy Button */
.btn-default,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus {
    font-size: 1em;
    text-transform: none;
	background-color:transparent;
	color:#002c73;
    border:1px solid #002c73;
}
.btn-default:hover {
	background-color:#002c73;
	color:#fff;
    border:1px solid #002c73;
}

/* Rate Bar Buttons */
.rate-bar a.btn-ratebar {
    background-color:#fff;
    color:#002c73;
    font-size: 0.875em; /* 14px */
    font-weight: 700;
    text-transform: none;
    /*border-radius: 1em/50%;*/
    padding-left:2px;
    padding-right:2px;
}
.rate-bar a.btn-ratebar:hover {
    color:#00a7e1;
}

/* ----- List styles ----- */

.section-content ul,
.page-content ul {
	padding-left: 1em;
	margin-top:1.5em;
}
.section-content ol,
.page-content ol {
	margin-top:1.5em;
}
.section-content ul li,
.page-content ul li {
	list-style-type:none;
	margin:0 0 .5em 0;
	padding-left:.75em;
	text-indent:-.37em;
}
.section-content ul li:before,
.page-content ul li:before {
    position: relative;
    top: 0;
    left:-0.4rem;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

	content:"\e072"; /* glyphicon-play */
	color:#f5821f;
    font-size: .75em;
}
.section-content ul li li,
.page-content ul li li {
	padding-left:0;
	text-indent:0;
}
/* Two Levels Deeps */
.section-content ul ul,
.section-content ul ol,
.section-content ol ul,
.section-content ol ol,
.page-content ul ul,
.page-content ul ol,
.page-content ol ul,
.page-content ol ol {
	margin-top:0;
}
.section-content ul ul li,
.section-content ol ul li,
.page-content ul ul li,
.page-content ol ul li {
	list-style-type:disc;
    padding-left:0;
	text-indent:0;
}
.section-content ul ol li,
.page-content ul ol li {
	list-style-type:decimal;
}
.section-content ol ol li,
.page-content ol ol li {
	list-style-type:lower-alpha;
}
.section-content ul ul li:before,
.section-content ol ul li:before,
.section-content ul ol li:before,
.section-content ol ol li:before,
.page-content ul ul li:before,
.page-content ol ul li:before,
.page-content ul ol li:before,
.page-content ol ol li:before {
    display:none;
}
/* Three Levels Deeps */
.section-content ol ol ul li,
.section-content ul ol ul li,
.page-content ol ol ul li,
.page-content ul ol ul li {
	list-style-type:disc;
}
.section-content ul ul ul li,
.section-content ol ul ul li,
.page-content ul ul ul li,
.page-content ol ul ul li {
	list-style-type:circle;
}
.section-content ul ol ol li,
.section-content ul ul ol li,
.section-content ol ul ol li,
.page-content ul ol ol li,
.page-content ul ul ol li,
.page-content ol ul ol li {
	list-style-type:lower-alpha;
}
.section-content ol ol ol li,
.page-content ol ol ol li {
	list-style-type:lower-roman;
}

/* --------------- Tables --------------- */

.table caption {
	background-color:#002c73;
	color:#fff;
	font-size:1.125em; /* 18px */
	font-weight:700;
	padding:8px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	text-align:left;
}
.table caption small {
	font-size:.75em;
	font-weight:400;
}
.table > tbody > tr > th,
.table > tbody > tr > td.td-1 {
	background-color:#e0eaf3;
	color:#002c73;
    border-color:#c8d5e5;
	vertical-align:bottom;
}
.table > tbody > tr > th[scope="row"],
.table > tbody > tr > td.td-1[scope="row"] {
    vertical-align: baseline;
}
.table > tbody > tr > th.th-1 {
	background-color:#002c73;
	color:#fff;
    border-color:#002c73;
}
.table > tbody > tr > th.th-2,
.table > tbody > tr > td.td-2 {
	background-color:#3b78ad;
	color:#fff;
    border-color:#3b78ad;
}
.table > tbody > tr > td {
    background-color: rgba(255,255,255,0.25);
	border-color:#dae5f0;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color:#f6fafd;
}
.table-striped > tbody > tr:nth-of-type(2n+1) > th[scope="row"] {
    background-color: #e8eff6;
}

.layout-table > tbody > tr > td {
	border-top:0 none;
	padding:15px;
}
.layout-table > tbody > tr > td:first-child {
	padding-right:0;
}

.table-responsive > .table > tbody > tr > td.yes-wrap,
.table-responsive > .table > tbody > tr > th.yes-wrap,
.table-responsive > .table > tfoot > tr > td.yes-wrap,
.table-responsive > .table > tfoot > tr > th.yes-wrap,
.table-responsive > .table > thead > tr > td.yes-wrap,
.table-responsive > .table > thead > tr > th.yes-wrap {
	white-space:normal;
}

.page-content caption .btn {
    font-size: .7778em;
    padding:4px 16px;
    margin:0;
}
.page-content caption small.pull-right {
    margin:.222em 0 0 0;
}

.fee-schedule-table tr td:first-child {
    width:65%;
}
.fee-schedule-table tr td:last-child {
    width:35%;
}
.fee-schedule-table tr td[colspan]:last-child {
    width:100%;
}

/* --------------- Forms --------------- */

/* extra styling for all forms */

/* Override form.less and bootstrap.css */
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: static;
    margin:0;
}
.checkbox label,
.radio label {
    padding-left: .5em;
}
.checkbox-list-horizontal label,
.radio-list-horizontal label {
    margin-right:1em;
}
.checkbox-list-vertical label,
.radio-list-vertical label {
    width: calc(100% - 20px - .5rem);
    vertical-align: top;
}
.checkbox input,
.radio input {
    width:auto !important;
}
.form-horizontal span.radio {
    padding:0;
}

/* override forms.less */
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    line-height: 1.5;
}

.FormPanel {
	margin-bottom:1.5em;
}
.FormPanel .form-control {
    display: inline-block;
    height:auto;
    line-height: 1.5;
}
.online-form .FormButton.form-control {
    width: auto;
}
.ErrorLabel,
.EditingFormErrorLabel {
	font-weight:700;
	color:#C00;
}
.online-form .ExplanationText {
    padding: 0 10px;
    font-size: 1.4rem;
}
.date-example {
	font-size:0.75em; /* 12px */
}
.online-form .TextBoxField,
.form-table .TextBoxField,
.ssn-input input,
.date-input input,
.date-time-input input,
.phone-input input,
.zip-input input,
.captcha-input input,
.TextAreaField {
    border:1px solid #c8d5e5;
}
.online-form .TextBoxField:focus,
.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,
.TextAreaField:focus {
    border:1px solid #002c73;
}
.phone-input {
    white-space:nowrap;
}
.phone-input input[maxlength="3"] {
	width:2.4em !important;
}
.phone-input input[maxlength="4"] {
	width:3em !important;
}
.date-time-input input {
	max-width:75%;
}
.date-time-input .CalendarIcon {
	margin-left:10px;
	margin-top:-6px;
	cursor:pointer;
}
.date-time-input .CalendarAction {
	display:none;
}
.UploaderTable input.form-control {
    border:0 none;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
}

/* forms in table layout */

.form-table > tbody > tr > td {
	border-top:0 none;
	border-bottom:0 none;
	padding:5px 10px;
}
.form-table > tbody > tr > td.td-1 {
	font-weight:400;
}
.form-table label {
	font-weight:400;
	margin-bottom:0;
}
.form-table .EditingFormControlNestedControl td {
    border:0 none;
	padding:2px 0;
}
.form-table input:not(.btn),
.form-table textarea,
.form-table .DropDownField {
	width:100%;
}
.form-table .EditingFormControlNestedControl {
	display:inline;
	vertical-align:middle;
}

/* forms in Bootstrap columns */

.online-form {
    padding:0 15px;
}
.online-form.form-horizontal {
    padding:0;
}
.online-form h2 {
    margin:0 -15px;
    padding:8px 15px;
    background-color: #002c73;
    color:#fff;
    font-size: 1.25em;
    font-weight:700;
    line-height: 1.3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.online-form h3 {
    margin:0 -15px;
    padding:5px 15px;
    background-color: #3b78ad;
    color:#fff;
    font-size: 1em;
    line-height: 1.5;
}
.online-form h2 small,
.online-form h3 small {
    color:#fff;
}
.online-form .row .form-group {
    /* so labels can run together */
    margin-left: -15px;
    margin-right: -15px;
}
.online-form label {
    font-weight:400;
    margin-bottom:0;
}
.online-form .form-group > label,
.online-form .form-group > legend {
	margin-bottom:10px;
    width:100%;
}
.online-form .row .form-group > label,
.online-form .row .form-group > legend {
    padding:3px 15px;
    background-color: #e0eaf3;
    color:#002c73;
    font-size: 1em;
}
.online-form span[id$="RECAPTCHA_lb"] {
    padding:3px 15px;
    background-color: #e0eaf3;
    color:#002c73;
    font-size: 1em;
    display: block;
    margin-bottom: 5px;
}
.online-form.form-horizontal .form-group label,
.online-form.form-horizontal .form-group span.EditingFormLabel {
	text-align: left;
	padding:3px 15px;
    background-color: #e0eaf3;
    color:#002c73;
    display: inline-block;
    width:100%;
    margin-bottom: 10px;
}
.online-form.form-horizontal .form-group .radio label,
.online-form.form-horizontal .form-group .checkbox label {
    width:auto;
    background-color: transparent;
    color:#5b5d5e;
    padding:0 0 0 .5em;
}
.online-form .row fieldset.form-group .row label.EditingFormLabel {
    margin-left:15px;
    color:#002c73;
}

@media (min-width: 768px) {
    .text-sm-right {
        text-align: right;
    }
    .online-form.form-horizontal .form-group label,
    .online-form.form-horizontal .form-group span.EditingFormLabel {
		padding: 0;
        background-color: transparent;
        width: auto;
        /*line-height: 2.25em;
        margin-bottom: 0;*/
        margin-top: .6rem;
        margin-bottom: .6rem;
    }
    .online-form.form-horizontal .form-group .text-sm-right label,
    .online-form.form-horizontal .form-group .text-sm-right span.EditingFormLabel {
        text-align: right;
    }
    .online-form.form-horizontal .form-group .radio label,
    .online-form.form-horizontal .form-group .checkbox label {
        line-height: 1.5;
        margin-top:0;
        margin-bottom: 10px;
    }
}
.online-form .row .form-group .EditingFormControlNestedControl {
    display: inline-block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.online-form .row .EditingFormControlNestedControl,
.online-form .row .inline-control .EditingFormControlNestedControl {
	display:inline;
	vertical-align:middle;
    padding-left:0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .online-form.form-horizontal .form-group .EditingFormControlNestedControl {
        display: inline-block;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .online-form.form-horizontal .EditingFormControlNestedControl,
    .online-form.form-horizontal .inline-control .EditingFormControlNestedControl {
        display:inline;
        vertical-align:middle;
        padding-left:0;
        padding-right: 0;
    }
}

.online-form .EditingFormControlNestedControl td {
    border:0 none;
	padding:2px 0;
}

/* Golf Sponsorship Rollovers */

.golf-thumb {
    position:relative;
    z-index:0;
}
.golf-thumb:hover {
    z-index:100;
    cursor:pointer;
}
.golf-thumb span {
    position:absolute;
    left:0;
    top:0;
	display:none;
}
.golf-thumb:hover span {
	display:block;
}

/* Word Count Message and Error */
.Error .word-count-message,
.word-count-overage {
    color:#cc0000;
}
.word-count-okay {
    color:#3B7A2E;
}
.word-count-okay::after,
.word-count-overage::after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: .333em;
}
.word-count-okay::after {
    content: '\e013';
}
.word-count-overage::after {
    content: '\e014';
}

/* --------------- Header Alert ---------------*/

#header-alert {
	background-color:#f5821f;
    color:#fff;
    font-size:0.875em; /* 14px */
	padding-top:23px;
	padding-bottom:14px;
    position: relative;
}
#header-alert .fa-info-circle {
	position: relative;
    top:2px;
	font-size:40px;
	float:left;
	margin-right:10px;
	color:#fff;
}
#header-alert .container-fluid {
	padding-right:35px; /* to makeroom for close icon */
}
#header-alert p {
	margin-bottom:10px;
}
#header-alert a {
	color:#fff;
	text-decoration:underline;
}
#header-alert a:hover {
	text-decoration:none;
}
#header-alert .btn-close-alert {
	position:absolute;
	top:15px;
	right:15px;
	color:#fff;
	text-decoration:none;
    background-color: transparent;
    border: 0 none;
}

/* --------------- Header --------------- */

.site-logo img {
    width:180px;
    margin: 13px auto 30px auto;
}

.main-nav-dd {
    float: right;
}
.main-nav-dd .dropdown-menu {
    font-size: 16px;
    left:1.1875em;
    min-width: 160px;
    min-width: calc(100% - 2.375em);
    padding:10px 0;
    margin-top: 0;
}
.dropdown-menu > li > a {
	padding: 8px 20px;
	line-height: 1.5;
	color: #5b5d5e;
    border-bottom: 1px solid #eee;
}
.dropdown-menu > li:last-child > a {
    border-bottom: 0 none;
}

/* --------------- Site Search --------------- */

.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-xs {
    width:100%;
    max-width: 420px;
    position: relative;
    margin:0 auto 15px auto;
}
.site-search-xs .searchTextBox {
	border:1px solid #c7c7c7;
	font-size: 1.125em; /* 18px */
	color:#414042;
	width:100%;
    padding:6px 40px 7px 20px;
    border-radius: 21px;
}
.site-search-xs .searchTextBox:focus {
    outline: 0 none;
    border-color:#092d74;
}
.site-search-xs .searchButton {
	width:23px;
	height:23px;
	position:absolute;
	top:8px;
	right:10px;
}

/* --------------- Online Banking Login --------------- */

.banking-login {
    padding:15px 0;
}
.banking-login h2 {
    font-size: 1.6875em; /* 27px */
    font-weight: 700;
    color:#002c73;
    margin-bottom: 19px;
    white-space: nowrap;
}
.banking-login iframe {
    width:100%;
    height:160px;
}
.banking-login .routing-number {
    color:#002c73;
    margin-top:19px;
    margin-bottom: 0;
    text-align: center;
}
.banking-login .btn {
    margin-bottom: 10px;
}

/* --------------- Tagline --------------- */

.cua-tagline {
    background: url(../images/bg-blue-triangle-pattern.png) repeat left top #085090;
    background-size: 120px 120px;
    color: #fff;
    padding: 15px 10px 10px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 -.25vw .25vw 0 rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}
.cua-tagline img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 296px;
    margin: 0 auto;
}

/* --------------- Rate Bar --------------- */

.rate-bar {
    background-color: #00a7e1;
    color:#fff;
}
.rb-col {
    display: flex;
    align-items: flex-end;
    border-top:1px solid #80d3f0;
    position: relative;
    padding-left:10px;
    padding-right: 10px;
}
.rate-bar .rb-col:after {
	content: '';
	position: absolute;
	left: 0;
	top: 15%;
	display: block;
	width: 1px;
	height: 70%;
	background-color: #80d3f0;
}
@media (max-width: 767px) {
    /* XS only */
    .rate-bar .rb-col:nth-child(2n+1):after {
    	display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    /* SM only */
    .rate-bar .rb-col:nth-child(3n+1):after {
    	display: none;
    }
}
.rate-container {
    width: 100%;
    text-align: center;
    padding:20px 0;
}
.rate-bar h3 {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: .5em;
}
.rate-bar .rate-number {
    font-size: 1.3125em; /* 21px */
    font-weight: 700;
    line-height: 1.2;
}
.rate-bar .rate-number p {
    margin-bottom: 0;
}
.rate-bar a {
    color:#fff;
}

/* --------------- Recent Blog Posts and Video on Homepage --------------- */

.homepage-boxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top:30px;
}
.homepage-boxes .blog-item,
.homepage-boxes .video-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
.homepage-boxes .blog-item > a,
.homepage-boxes .video-item > .video-item-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url(../images/bg-blue-triangle-pattern.png) repeat left top #085090;
    background-size: 180px 180px;
    color:#fff;
    height: 100%;
    position: relative;
    text-decoration: none;
}
.homepage-boxes .blog-item:first-child > a {
    background: url(../images/bg-green-triangle-pattern.png) repeat left top #408532;
    background-size: 180px 180px;
}
.homepage-boxes .video-item > .video-item-container {
    background: url(../images/bg-purple-triangle-pattern.png) repeat left top #93397f;
    background-size: 180px 180px;
}
.homepage-boxes .blog-item > a:hover {
    text-decoration: none;
}
.homepage-boxes .blog-item-caption,
.homepage-boxes .video-item-caption {
    padding:1.5em 25px;
}
.homepage-boxes .blog-item-caption p,
.homepage-boxes .video-item-caption p {
    margin-bottom: 0;
}
.homepage-boxes .blog-item > a h2,
.homepage-boxes .video-item-caption > h2 {
    font-size: 1.3125em;
    font-weight: 700;
    margin-bottom: 0.0625em;
}
.homepage-boxes .blog-item .read-more {
    font-weight: 700;
    margin:auto 25px 1.5em 25px;
}
.homepage-boxes .blog-item .read-more .glyphicon {
    color:#fff;
}
.homepage-boxes .blog-item-image {
    overflow: hidden;
}
.homepage-boxes .blog-item-image img {
    transform: scale(1);
    transition: all 0.5s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.homepage-boxes .blog-item > a:hover .blog-item-image img {
    transform: scale(1.05);
}

/* --------------- Home/Landing Page Sections --------------- */

.section-content {
	background-color:#ecf4fa;
}
.section-content-alt {
	background-color:#fff;
}
.section-content-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/*padding-top:70%;*/
    padding-top:100%;
}
.section-content h1 {
    color:#002c73;
    font-size: 1.5em;
    font-weight: 700;
    margin-top: .75em;
    margin-bottom: .75em;
    line-height: 1.3;
}
.section-content .btn {
    width:100%;
}
.expanded-content .section-teaser {
    height:0;
    overflow: hidden;
}
.section-content .section-body {
    padding-top:20px;
}
.collapse-trigger a {
    display: block;
    padding:15px;
    background-color: #e0eaf3;
    border-top:1px solid #c8d5e5;
    border-bottom:1px solid #c8d5e5;
    color: #002c73;
    text-transform: uppercase;
    text-align: center;
    margin-top:10px;
}
.collapse-trigger a:hover {
    text-decoration: none;
    background-color: #c8d5e5;
}
.collapse-trigger a:before,
.collapse-trigger a:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content:'\e253';
}
.collapse-trigger a:before {
    margin-right: 10px;
}
.collapse-trigger a:after {
    margin-left: 10px;
}

/* --------------- Child Page --------------- */

.child-page,
.blog-main {
    background-color: #ecf4fa;
}
.child-page-header {
    background: url(../images/bg-navy-diag-stripes.png) repeat left top #002c73;
    color:#fff;
}
.child-page-header h1,
.child-page-header .page-heading {
    font-size: 2.5em; /* 40px */
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0;
    padding: .583em 0;
}
.page-content {
    padding-top:30px;
    padding-bottom: 15px;
    min-height: 200px;
}

/* --------------- It's a Money Thing --------------- */

.its-a-money-thing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.its-a-money-thing>h2 {
    width: 100%;
    font-size: 1.75em;
    padding: .25em .5em;
    background-color: #009DD1;
    color: #fff;
}
.its-a-money-thing .news-item {
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1em;
}
@media (min-width: 768px) {
    .its-a-money-thing .news-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 1200px) {
    .its-a-money-thing .news-item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
.its-a-money-thing .news-item a {
    text-decoration: none;
    color: #5b5d5e;
    display: block;
    max-width: 290px;
    margin: 0 auto;
}
.its-a-money-thing .news-item-image {
    margin-bottom: 1em;
}
.its-a-money-thing a:hover .news-item-caption h3 {
    text-decoration: underline;
}

/* --------------- Blog Sidebar --------------- */

.sidebar {
    padding-top:30px;
}
.child-nav {
    background-color: #fff;
    padding:20px;
    border:1px solid #dae5f0;
    margin-bottom: 20px;
}
.child-nav h2 {
    font-size: 1.5em;
    font-weight: 700;
    color:#002c73;
}
.child-nav ul {
    padding:0;
    margin:0 -10px;
    list-style: none;
}
.child-nav a {
    display:block;
    color:#002c73;
    text-decoration: none;
    border-bottom: 1px solid #dae5f0;
    padding:8px 10px;
}
.child-nav li:last-child a {
    border-bottom: 0 none;
}
.child-nav a:hover {
    background-color: #f5f9fc;
}
.subscribe-to-rss a {
    display: block;
    background-color: #f5821f;
    color:#fff;
    padding:6px 22px;
    font-weight:400;
	text-decoration:none !important;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

/* --------------- Blog Post and Summary --------------- */

.breadcrumbs {
    font-size: 0.875em;
    margin-bottom: 1.714em;
}

.blog-post-summary {
    margin-bottom: 1.5em;
}
.blog-post-summary-img,
.blog-post-main-img {
    margin-bottom: 1.5em;
}
.blog-post-summary-sidebar .blog-post-summary-img {
    margin-bottom: .5em;
}
.blog-post-summary-text h2 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: .0833em;
}
.blog-post-summary-sidebar .blog-post-summary-text h2 {
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1.5;
}
.blog-post-summary-text h2 a {
    color:#002c73;
    text-decoration: none;
}
.blog-post-summary-text h2 a:hover {
    text-decoration: underline;
}
.blog-post-summary-sidebar .blog-post-summary-text p {
    margin-bottom: .5em;
}
.blog-post-summary-details,
.blog-post-details  {
    font-size: .875em;
    color:#757778;
    padding-top:0.5em;
    border-top:1px solid #d4e0ec;
}
.blog-post-summary-details a,
.blog-post-details a {
    color:#757778;
    text-decoration: none;
}
.blog-post-summary-details a:hover,
.blog-post-details a:hover {
    text-decoration: underline;
}
.blog-post-summary-details .comment-count {
    white-space: nowrap;
}

.read-more .glyphicon {
    top:.125em;
    color:#002c73;
    margin-right: 4px;
}
.read-more a {
    text-decoration: none;
    color:#002c73;
}
.read-more a:hover {
    text-decoration: underline;
}

/* --------------- Blog Post --------------- */

.blog-post {
    margin-bottom: 1.5em;
}
.blog-post h1 {
    font-size: 2em;
    font-weight: 700;
    color:#002c73;
    margin-bottom: .75em;
}
.blog-post-details span {
    margin-right: 10px;
}
.blog-post-details .btn {
    color:#fff;
    margin:20px 0 0 0;
}

/* --------------- Blog Comments --------------- */

.blog-comments h2,
h3.blog-leave-comment {
    color:#002c73;
    font-size: 1.875em;
    font-weight: 700;
    margin-bottom: .5em;
    display:block;
    line-height: 1.2;
}
.blog-subscribe-link {
    float:right;
}
.blog-comments .InfoLabel,
.blog-comments .ErrorLabel {
    display:block;
	margin:1.5em 0;
	font-weight:700;
}
.BlogPanel .InfoLabel,
.BlogPanel .ErrorLabel {
    color:#002c73;
    padding:10px 15px;
    border:1px solid #002c73;
    border-radius: 5px;
}
.blog-comments .form-horizontal {
    padding:0 15px;
}
.BlogCommentUrl,
div[id$="ctrlCommentEdit_pnlUrl"] {
    display:none;
}
.CommentDetail {
	padding:15px;
}
.PostCommentSeparatorLine:last-of-type {
    display:none;
}
.CommentDetail:nth-of-type(2n + 1) {
	background:rgba(255,255,255,0.33);
}
.CommentUserName {
    font-size: 1em;
	font-weight: 700;
}
.CommentText {
	display: block;
	margin: 3px 0;
}
.CommentDate {
	color: #757778;
	font-size:.875em; /* 14px */
}
.PostCommentSeparatorLine {
	background-color: #d4e0ec;
	border: 0 none;
	color: #d4e0ec;
	height: 1px;
	margin:0;
}

/* --------------- Blog Paging ---------------*/

.PagerControl {
	margin-bottom:1em;
}
.page-content .PagerNumberArea span {
	padding:0 !important;
	font-size:0;
	display:block;
	float:left;
}
.page-content .PagerNumberArea a,
.page-content .PagerNumberArea span span {
    float:left;
    color:#fff;
	background-color:#002c73;
    font-size: 16px;
	font-weight:700;
	padding:7px 12px 8px 12px !important;
	text-decoration:none;
	line-height:1;
	display:inline-block;
	margin:0 6px 0 0;
    border-radius: 3px;
}
.page-content .PagerNumberArea span span {
	cursor:default;
}
.page-content .PagerNumberArea span span.SelectedPage {
    color: #fff;
	background-color:#5eba4b;
	font-weight:700;
    cursor: default;
}
.page-content .PagerNumberArea a:hover {
    color: #fff;
	background-color:#5eba4b;
}
.PagerControl {
	width:100%;
	overflow:hidden;
}
.PagerResults {
	margin-bottom:5px;
    font-size: .75em;
}

/* --------------- Search Page ---------------*/

.SearchDialog {
    margin-bottom:30px;
}
.SearchDialog td {
    padding: 0 5px 5px 0;
}
.search-result-block {
	margin-bottom:1.5em;
}
h2.search-result-title {
    font-size: 1.125em;
    margin-bottom:0;
    line-height: 1.5;
}
.search-result-title a {
	font-weight:700;
	text-decoration:none;
}
.search-result-title a:hover {
	text-decoration:underline;
}
.search-results-details {
	font-size:0.75em; /* 12px */
	color:#757778;
}
.site-search-url {
	word-wrap: break-word;
}
.site-search-relevance {
	width: 50px;
	border: solid 1px #5eba4b;
	margin-top: 5px;
	margin-right: 6px;
	float: left;
}
.site-search-relevance div {
	height:4px;
	background-color:#5eba4b;
}
.search-result-block .highlight {
	background-color:#ffffcc;
}
.site-search-create-date {
	display:block;
}
.SearchResults .pager {
    width:100%;
	overflow:hidden;
	padding:10px 0 0 0;
	border-top: 1px solid #ddd;
	margin-bottom:30px;
    text-align: left;
}
.SearchResults .pager a,
.SearchResults .pager strong {
	color:#fff;
	background-color:#002c73;
	font-weight:700;
	padding:7px 12px 8px 12px !important;
	text-decoration:none;
	line-height:1;
	display:inline-block;
	margin:0 0 6px 0;
    border-radius: 3px;
}
.SearchResults .pager a:hover {
    color: #fff;
	background-color:#5eba4b;
}
.SearchResults .pager strong {
    color: #fff;
	background-color:#5eba4b;
	font-weight:700;
    cursor: default;
}
.result-number {
	float:right;
	font-size:0.75em; /* 12px */
	font-weight:700;
}

/* --------------- Site Map ---------------*/

ul.CMSSiteMapList {
    list-style: none;
}
.CMSSiteMapList a {
    text-decoration: none;
    color: #002c73;
}
.CMSSiteMapList a:hover {
    text-decoration: underline;
}
.page-content>.CMSSiteMapList>li {
    font-size: 1.125em;
    font-weight: 700;
    text-indent: 0;
    padding: 0;
    margin: 0 0 1em 0;
}
.page-content>.CMSSiteMapList>li::before {
    display: none;
}
.page-content>.CMSSiteMapList>li li {
    text-transform: none;
    font-size: .8889em;
    font-weight: normal;
}

/* --------------- Bing Maps Locations ---------------*/

.locations-container {
	margin-bottom:20px;
}
.LocationType input {
    margin: 0 3px 0 0;
    position: relative;
    top:2px;
}
.LocationType label {
    margin:0 12px 0 0;
}
.LocationTypesSearch {
    position: relative;
    top:4px;
}
#BingMap_map {
	margin-bottom:20px;
}
.VE_Pushpin_Popup_Body table {
	margin-bottom:20px;
}
.LocationList .branch,
.LocationList .atm {
	display:block;
	width:100%;
    font-size:1em;
}
.office-name,
.LocationList strong,
.VE_Pushpin_Popup_Body strong {
    font-weight:700;
    color:#002c73;
}
.office-name a {
	color:#002c73;
}
/*body .ero {
	z-index:1001 !important;
}*/
.infobox-body,
.infobox-body .atm {
	/*override addthis styles in widget095.css*/
	background: none #fff;
	font-family: 'Montserrat', sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:14px;
	color:#5b5d5e;
	line-height: 1.5;
	width:auto !important;
	padding:0;
}
.LocationList table {
	margin-bottom:10px;
}
.LocationList th,
.infobox-body th {
	background-color:#e4e4e4;
	border-bottom:1px solid #ccc;
	color:#002c73;
	font-weight:700;
	text-align:left;
}
.infobox-body div.firstChild > p,
.infobox-body div.firstChild > br {
	display:none;
}

.MicrosoftMap > div:nth-of-type(2) {
    overflow:visible !important;
}
.MicrosoftMap .Infobox {
	z-index: 1002;
    border-radius: 0 !important;
}
.MicrosoftMap .Infobox .infobox-body {
    max-height: 400px !important;
}
.MicrosoftMap .Infobox .infobox-info {
	margin-right:0 !important;
}
.MicrosoftMap .infobox-close {
	top:0 !important;
	right:-20px !important;
}
.MicrosoftMap .NavBar_Container {
	z-index: 998 !important;
}
.MicrosoftMap #RadialMenu {
	overflow: hidden;
}

/* --------------- Locators --------------- */

.coop-locators {
	width:100%;
	background-color:#fff;
	border:1px solid #d4e0ec;
	padding:15px 0 0 0;
	margin-bottom:20px;
	font-size:0.875em; /* 14px */
}
.coop-locators .textBox {
	width:69px;
	border:1px solid #c6c7c7;
	border-radius:3px;
	box-shadow: inset 1px 1px 2px #eee;
	padding:4px;
	vertical-align:middle;
	outline:0 none;
}
.coop-locators label,
.coop-locators .submit {
	vertical-align:middle;
}
.coop-locators label {
	margin-right:5px;
}
.coop-atm-locator table {
	margin:0 auto 10px auto;
	width:190px;
}
.coop-atm-locator .coop-locator-desc {
    padding-bottom:20px;
}

/* --------------- Accordion --------------- */

.panel-default {
    border-color: #d4e0ec;
}
.panel-heading {
	padding:0;
}
.panel-title > a {
	display:block;
	padding:10px 15px;
	text-decoration:none;
	font-weight:700;
	position:relative;
	padding-left:45px;
    /* open panel */
    color:#fff;
    background-color:#00a7e1;
}
.panel-title > a.collapsed {
    color:#002c73;
	background-color:#fff;
}
.panel-title > a:hover {
	color:#fff;
	background-color:#008ecb;
}
.panel-title > a.collapsed:hover {
	color:#fff;
	background-color:#00a7e1;
}
.page-content h3.panel-title {
	margin-bottom:0;
}
.panel-title a:before {
	position: absolute;
	top: 9px;
	left:10px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-size:21px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content:'\e082';
}
.panel-title a.collapsed:before {
	content:'\e081';
}

/* --------------- Footer --------------- */

footer {
    padding-top:30px;
    position: relative;
}
footer:before {
    content: "";
	position: absolute;
	left: 0;
	top:-6px;
	display: block;
	height: 6px;
	width: 100%;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.075)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:         linear-gradient(to bottom, transparent, rgba(0,0,0,0.075)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
	z-index:1;
}
footer a,
footer a:focus,
footer a:active,
footer a:hover {
	color:#5b5d5e;
}

.footer-text {
    font-size: 0.875em;
}

.footer-logos {
    margin-bottom: 1.5em;
}
.coop-logo,
.eho-logo {
    margin-right:20px;
}

/* ----- Social Media Icons ----- */

.social-media-icons {
    margin-bottom: 1.5em;
}
.social-media-icons ul {
    list-style: none;
    padding:0;
    margin:0;
    overflow: hidden;
}
.social-media-icons li {
    float:left;
}
.social-media-icons a,
.social-media-icons a:focus,
.social-media-icons a:active,
.social-media-icons a:hover {
    display:block;
    width:2.5em;
    height:2.5em;
    margin:0 0.25em;
    border-radius: 50%;
    color:#fff;
    text-align: center;
    transition: border-radius 0.3s;
}
.social-media-icons a:hover {
    border-radius: 0;
}
.social-media-icons a .fa {
    font-size: 1.875em;
    position:relative;
    top:.166667em;
}
.social-media-icons a .fa-youtube,
.social-media-icons a .fa-comments {
    font-size: 1.75em;
}
.social-media-icons .item-1 a {
    background-color: #4862a3;
}
.social-media-icons .item-2 a {
    background-color: #55acee;
}
.social-media-icons .item-3 a {
    background-color: #93397f;
}
.social-media-icons .item-4 a {
    background-color: #cc181e;
}
.social-media-icons .item-5 a {
    background-color: #f5821f;
}

/* ----------------------------------------------- */
/* XS Only */
/* ----------------------------------------------- */

@media (max-width: 767px) {

	 /* --------------- Site Search --------------- */

	.site-search {
		width: 100%;
		max-width: 320px;
		margin:0 auto 20px auto;
	}
	.site-search .searchBox {
		background-color:#fff;
		width: 100%;
		padding: .5em 10px .5em 5px;
		overflow:hidden;
		border-top-left-radius: 1.25em 50%;
		border-top-right-radius: 1.25em 50%;
		border-bottom-left-radius: 1.25em 50%;
		border-bottom-right-radius: 1.25em 50%;
		border:1px solid #c6c7c7;
	}
	.site-search .searchBox .searchTextBox {
		border: 0 none;
		outline: 0 none;
		padding: .125em 10px;
		margin: 0;
		background: transparent;
		display: block;
		float: left;
		width:210px;
		width: calc(100% - 1.5em);
        line-height:20px;
        /* override .form-control */
        height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
	}
	.site-search .searchBox .searchButton {
		display:block;
		float: right;
		height: 1.5em;
		width: 1.5em;
	}
	.site-search .searchLabel {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}   
	
	.banking-login {
        max-width: 460px;
        margin:0 auto;
    }

    #BingMap_map {
        float:none !important;
        width:100% !important;
    }

}


/* ----------------------------------------------- */
/* SM Only */
/* ----------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

}


/* ----------------------------------------------- */
/* SM and wider */
/* ----------------------------------------------- */

@media (min-width: 768px) {

    .columns-sm-2 {
        -webkit-columns: 2;
        columns: 2;
    }
    .columns-sm-3 {
        -webkit-columns: 3;
        columns: 3;
    }
    .columns-sm-4 {
        -webkit-columns: 4;
        columns: 4;
    }

    /* ----- Site Search Drop Down ----- */

    .site-search-dd-container {
        float:right;
        width:42px;
		margin-top:5px;
	}
	a#site-search-dd {
		text-indent: -99999px;
		border-radius:50%;
		border:1px solid #c7c7c7;
		display:block;
		width:42px;
		height: 42px;
		background: url(../images/fa-search.svg) no-repeat center 8px #fff;
		background-size:23px 23px;
	}
	a#site-search-dd[aria-expanded="true"] {
		background-color:#fff;
	}
	.site-search-dd-container .dropdown-menu {
        top:0;
		left:auto;
		right:0;
		box-shadow: none;
		padding:0;
		font-size: 1em;
        width:260px;
        margin-top:0;
		border:none;
		border-radius: 0;
	}
	.site-search-dd-container .site-search .searchTextBox {
		border:1px solid #d7d6d7;
        font-size: 1.125em; /* 18px */
        color:#414042;
        width:100%;
        padding:6px 40px 7px 20px;
        border-radius: 21px;
        /* override .form-control */
        height: auto;
        line-height: 1.5;
    }
    .site-search-dd-container .site-search .searchTextBox:focus {
        outline: 0 none;
        border-color:#092d74;
    }
	.site-search-dd-container .site-search .searchButton {
		width:23px;
        height:23px;
        position:absolute;
        top:8px;
        right:9px;
    }
	.child-page-header h1,
    .child-page-header .page-heading {
    	font-size: 3.75em; /* 60px */
    }
    article h2,
    h1.news-title {
        font-size: 2.25em; /* 36px */
    }
    article h3 {
    	font-size:1.5em; /* 24px */
    }

    /* --------------- Top Nav --------------- */

    .top-nav-container {
    }
    .top-nav {
		float:left;
        margin-right:20px;
		padding: 15px 0;
        font-size:.875em; /* 14px */
	}
	.top-nav ul {
		list-style-type:none;
		margin:0;
		padding:0;
		cursor: default;
        white-space: nowrap;
        text-align: right;
	}

	.top-nav li {
		display: inline;
        padding-left:10px;
	}
    .top-nav li:first-child {
        padding-left: 0;
    }
	.top-nav a {
		color: #002c73;
		cursor:pointer;
	}
	.top-nav a:hover {
		text-decoration:underline;
	}
    .top-nav a i {
        font-size: 1.143em;
        color:#c6c7c7;
        padding-right: 7px;
    }
    .chat-dropdown .dropdown-menu {
        padding:0;
        border:0 none;
        margin: 10px 0 0 0;
        background-color: transparent;
        box-shadow: none;
    }

    /* --------------- Home/Landing Page Sections --------------- */

    .section-content-img {
		padding-top:0;
        height:33vw;
	}
	.section-content-container {
		display:table;
        height:33vw;
	}
	.section-content-container-inner {
		display:table-cell;
		vertical-align: middle;
	}
    .section-content .btn {
        width:auto;
    }

    .homepage-boxes .blog-item,
    .homepage-boxes .video-item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .footer-logos {
        text-align: right;
    }

    /* --------------- Bing Maps Locations ---------------*/

    .locations-container {
    	width:100%;
    }
    #BingMap_map {
        float:left !important;
    	width:67% !important;
    	margin-bottom:0;
    }
    .LocationList {
    	width:33%;
    	float:left;
        height:500px;
    	overflow:auto;
    	padding: 15px;
        background-color: #fff;
    }

    /* --------------- Blog --------------- */

    .blog-post-details .btn {
        float:right;
        margin:0;
    }
    .PagerResults {
        float:right;
    }

}


/* ----------------------------------------------- */
/* MD and wider */
/* ----------------------------------------------- */

@media (min-width: 992px) {

	.site-logo img {
		margin-top:-30px
	}
	.top-nav-container {
		float: right;
	}	
	.top-nav li {
        padding-left:24px;
	}
    .homepage-row-1 {
        position: relative;
    }
    .banking-login {
        background-color:#fff;
        width:260px;
        border:4px solid #a9a9a9;
        position: absolute;
        top:10px;
        right:70.47619%; /* 1184/1680 */
        padding-bottom: 5px;
        transition: top 0.3s;
        z-index: 100;
    }
    .banking-login .routing-number {
        margin-top:0;
    }
    .banking-login .btn {
        margin-bottom: 5px;
    }

    /* --------------- Rate Bar --------------- */

    .rate-bar {
        border-top:1px solid #80d3f0;
    }
    .rb-col {
        border-top:0 none;
    }
    .rate-bar .rb-col:first-child:after {
    	display: none;
    }

    .section-content h1 {
        font-size: 1.875em; /* 30px */
    }
    .section-content p.section-details {
        font-size: 1.25em; /* 20px */
    }

    /* --------------- Footer --------------- */

    .social-media-icons ul {
        margin:0 auto;
        width:15em;
    }

}


/* ----------------------------------------------- */
/* LG and wider */
/* ----------------------------------------------- */

@media (min-width: 1200px) {

    .banking-login {
        top:32px;
    }

    .section-content h1 {
        font-size: 2.25em; /* 36px */
    }
    .section-content p.section-details {
        font-size: 1.5em; /* 24px */
    }

}

/* ----------------------------------------------- */
/* 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 */

header .menu-content {
    display: none; /* overridden by jQuery */
}
#MegaMenu .menu-content {
    margin-top:15px;
}
.menu-content img {
    display: block;
    max-width: 100%;
    height: auto;
    width:290px;
}

/* Some basic styling */

#MegaMenu {
	white-space:nowrap;
}
#MegaMenu .dropdown-menu {
	white-space:normal;
    font-size: 16px;
}
ul.dropdown-menu,
ul.dropdown-menu li.mm-column ul {
	padding:0;
}
ul.dropdown-menu ul {
	list-style-type:none;
}
ul.dropdown-menu .mm-solo > ul {
    padding-left:1.5em;
}
.nav li li a,
.nav li li a:focus,
.nav li li a:active {
	padding-top:7px;
	padding-bottom:7px;
	display:block;
}
#MegaMenu .mm-links a {
	color:#474443;
}
#MegaMenu .mm-buttons {
	margin-top:10px;
}
#MegaMenu .btn,
#MegaMenu .btn:focus,
#MegaMenu .btn:active {
	margin-bottom:10px;
	font-size:1em;
}
#MegaMenu .mm-column > a {
    font-size:1.25em; /* 20px */
	font-weight:700;
	color:#377EA0;
	border-bottom:2px solid #d9d8d5;
	margin-bottom:0.5em;
}
#MegaMenu .mm-hidden {
    display:none;
}

/* Override Bootstrap Styles */

.navbar {
  border: 0 none;
  border-radius:0;
  margin-bottom: 0;
  min-height: 0;
}

/* XS Only */
@media (max-width: 767px) {

	.navbar-default {
		background-color: #fff;
		border-color: transparent;
		cursor:pointer;
        margin-left:-15px;
        margin-right:-15px;
	}
	.navbar-header {
		background-color: #002c73;
        position: relative;
        border-bottom: 1px solid #33568f;
	}
	.navbar-header[aria-expanded="true"] {
		background-color: #002c73;
	}
	.navbar-default .navbar-brand,
	.navbar-default .navbar-brand:hover,
	.navbar-default .navbar-brand:focus {
        font-weight:700;
        font-size:1.5em; /* 24px */
        color:#fff;
	}
	.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: #00a7e1;
		height:3px;
		width:24px;
	}
	/*.navbar-default .navbar-header[aria-expanded="true"] .navbar-toggle .icon-bar {
		background-color: #00a7e1;
	}*/
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top:3px;
	}
	#MegaMenu > li {
		border-bottom:1px solid #dcdcdc;
	}
	#MegaMenu > li:hover {
		background-color: #eee;
	}
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		color:#002c73;
	}
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:focus {
		background-color:#002c73;
		color:#fff;
	}
	.navbar-default .navbar-nav > .open > a:hover {
		background-color:#000834;
		color:#fff;
	}
	.yamm .yamm-content {
		background-color:#f3f3f3;
		padding:10px 15px;
	}
	.yamm .yamm-content .mm-links li a {
		border-bottom:1px solid #dcdcdc;
		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;
	}
	header {
		position:relative;
	}
	.navbar-default {
		background-color: transparent;
		border-color: transparent;
		width:100%;
	}
    .container-fluid .navbar-collapse {
        padding-left:0;
        padding-right:0;
        /*margin-left:-15px;
        margin-right:-15px;*/
	}
	.navbar-default .navbar-nav > li {
		margin:0 5px;
	}
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:focus {
		font-size:2rem; 
		font-weight:700;
        color:#092d74;
		padding:13px 18px 25px 18px;
	}
    .navbar-default .navbar-nav > li.item-current > a {
        color:#033396;
    }
    
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
		color:#fff;
        background-color:#009DD1;
		margin-top:-12px;
        padding-top:19px;
        padding-bottom: 25px;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		box-shadow:0 -5px 7px -3px rgba(0,0,0,0.3);
        border-top:6px solid #009DD1;
	}

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus {
		color:#033396;
        background-color:#fff;
	}
	
	/* Open and Apply Button */
	.navbar-default .navbar-nav > li.menu-4 > a,
	.navbar-default .navbar-nav > li.menu-4 > a:focus {
        color:#fff;
		padding:11px 16px 14px 16px;
		background-color:#092c74;
        /*border-radius: 1em/50%;*/
        border-radius: 0;
		border:2px solid transparent;
	}
	.navbar-default .navbar-nav > li.menu-4 > a:hover,
    .navbar-default .navbar-nav > li.menu-4 > a:focus {
        color:#092c74;
		margin-top:0;
		background-color:#fff;
		border-color:#092c74;
		box-shadow:0 0 0 0;
	}
	
	/* Specify dropdown widths */
	.menu-1 .dropdown-menu {
		width:41.875em;
	}
	.menu-2 .dropdown-menu {
		width:41.875em;
	}
	.menu-3 .dropdown-menu {
		width:41.875em;
	}

	#MegaMenu .dropdown-menu {
		box-shadow:0 7px 7px rgba(0, 0, 0, 0.15);
		border-radius:10px;
		border:0 none;
		border-top-left-radius:0;
		border-top-right-radius:0;
	}
	#MegaMenu.navbar-right .dropdown-menu {
		right:auto;
		left:0;
	}

	/* Align drop down to individual tabs */
	#MegaMenu .dropdown {
	    position:relative;
	}
	/* Align drop down to whole nav bar */
    #MegaMenu .dropdown.menu-2,
    #MegaMenu .dropdown.menu-3 {
	    position:static;
	}

    /* Right-aligned menus */
    .yamm #MegaMenu.navbar-right .menu-2 .dropdown-menu,
    .yamm #MegaMenu.navbar-right .menu-3 .dropdown-menu {
		left: auto;
		right: 0;
	}

}

/* SM Only */
@media (min-width: 768px) and (max-width: 991px) {

	.navbar-default {
		margin-bottom: 10px;
	}

	/* Center items in main nav bar */
	/* Better than using .center-block because no width needs to be assigned to ul.nav */
	.navbar-default .container-fluid,
	.navbar-collapse {
		padding-left:0;
		padding-right:0;
	}
	#MegaMenu {
		width:100%;
		margin-right: 0;
	}
	header .navbar .nav,
	header .navbar .nav > li {
		float:none;
		display:inline-block;
		vertical-align: top;
	}
	header .navbar .nav > li {
		/*width:20%;*/
	}
	header .navbar-collapse {
		text-align:center;
	}
	header .dropdown-menu {
		text-align: left;
	}
	/* End center styles */

}

/* MD and wider */
@media (min-width: 992px) {

	.navbar-default {
        margin-top:67px;
    }

	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:focus {
        font-size: 1.75rem; /* 24px */
    }

}

/* MD Only */
@media (min-width: 992px) and (max-width: 1199px) {

    /* Align drop down to whole nav bar */
    #MegaMenu .dropdown.menu-1 {
	    position:static;
	}

    /* Right-aligned menus */
    .yamm #MegaMenu.navbar-right .menu-1 .dropdown-menu {
		left: auto;
		right: 0;
    }
    
}

/* LG and wider */
@media (min-width: 1200px) {

    .navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:focus {
		font-size:2.25rem;
	}

}

/* --------------- Carousel --------------- */

#carousel-homepage {
    width:100%;
    height:0;
    padding-bottom:47.6190476%; /* 800/1680 */
    background-color:#002c73;
}

#carousel-homepage .carousel-inner {
    padding:0;
    margin:0;
    list-style: none;
}

#carousel-homepage .carousel-inner .item,
#banner-ad-page .item {
    width:100%;
    height:0;
    padding-bottom:47.6190476%; /* 800/1680 */
    background-color:#002c73;
	background-repeat:no-repeat;
   	background-position:right top;
	background-size:cover;
}

/* Clickable transparent overlay to make the entire
banner clickable in the absence of a button */
.pass-through {
    position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:0;
    padding-bottom:47.6190476%; /* 800/1680 */
	z-index:11;
	background-color:transparent;
}

/* Trick to restart CSS Animation */
.left.active .animated,
.right.active .animated {
	-webkit-animation: nonexistent;
	animation: nonexistent;
}

/* ---------- Banner Nav ---------- */

.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: 4px 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: #5eba4b;
}
.carousel-indicators li.togglePausePlay {
	width:2.5em;
	color:#5eba4b;
    position: relative;
}
.carousel-indicators li.togglePausePlay .glyphicon {
    position: absolute;
	top:-0.175em;
	right:.45em;
}

/* --------------- Carousel Captions --------------- */

.carousel-caption {
	font-size:15px;
    font-size:4.75vw;
	padding-top:0.555em;
	padding-bottom:calc(37px + 3vw); /* To clear the banner nav */
	text-shadow:none;
	cursor:default;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
    top:0;
    bottom:0;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.caption-top .carousel-caption {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.caption-vertical-center .carousel-caption {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.caption-bottom .carousel-caption {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}
.carousel-caption :last-child {
    margin-bottom:0;
}
.caption-left .carousel-caption {
	left:3%;
	right:3%;
    text-align:left;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.caption-center .carousel-caption {
    left:3%;
    right:3%;
    -ms-flex-pack: center;
    justify-content: center;
}
.caption-right .carousel-caption {
    left:3%;
	right:3%;
    text-align:right;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.text-shadow {
	text-shadow: 1px 1px 2px rgba(0,0,0,0.55);
}
.carousel-caption h2 {
	font-size: 100%;
	font-weight:700;
	margin-top:0;
    margin-bottom:.2em;
    line-height: 1.1;
}
.carousel-caption h3 {
    /*font-family: 'Prompt', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
	font-style:normal;
	font-size: 70%;
	font-weight:200;
	margin-top:0;
	margin-bottom:.2em;
    line-height: 1.1;
}
.carousel-caption .details-text {
    /*font-family: 'Prompt', sans-serif;*/
    font-family: 'Montserrat', sans-serif;
	font-style:normal;
	font-size: 50%;
	font-weight:200;
    margin-bottom: .6em;
    line-height: 1.3;
}
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption .details-text {
    width:100%;
}
.carousel-caption .details-text a {
    color:inherit;
	text-decoration:underline;
}
.carousel-caption .details-text a:hover {
	text-decoration:none;
}
.carousel-caption .details-text .row .btn {
    display: block;
	width:100%;
    white-space: normal;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.carousel-caption ul {
	list-style-position:inside;
}
.carousel-caption .btn-primary,
.carousel-caption .btn-primary:focus,
.carousel-caption .btn-primary:active {
	font-size:40%;
	box-shadow:2px 2px 2px rgba(0,0,0,0.2);
    padding:0.444em 1.333em 0.555em 1.333em;
}
.caption-left .btn-primary {
    margin-right:1vw;
}
.caption-center .btn-primary {
    margin-left:.5vw;
    margin-right:.5vw;
}
.caption-right .btn-primary {
    margin-left:1vw;
}
.carousel-caption .btn-light,
.carousel-caption .btn-light:focus,
.carousel-caption .btn-light:active {
	background-color:#5eba4b;
    color:#fff;
}
.carousel-caption .btn-light:hover {
	background-color:#40a130;
}
.carousel-caption .btn-dark,
.carousel-caption .btn-dark:focus,
.carousel-caption .btn-dark:active {
	background-color:#f5821f;
	color:#fff;
}
.carousel-caption .btn-dark:hover {
	background-color: #ee580d;
	color:#fff;
}

/* --------------- Banner Ad Page --------------- */

#banner-ad-page .item {
    position:relative;
	overflow:hidden;
}

/* ----------------------------------------------- */
/* SM and wider */
/* ----------------------------------------------- */

@media (min-width: 768px) {
	.carousel-caption {
		font-size: 36px; /* Fallback if vw unit is not supported */
        font-size:4.75vw;
	}
}

/* ----------------------------------------------- */
/* MD and wider */
/* ----------------------------------------------- */

@media (min-width: 992px) {
	.carousel-caption {
		font-size: 32px; /* Fallback */
        font-size:3.275vw;
    }
    .caption-left .carousel-caption {
        left:32.5%; /* 546/1680 */
    }
    .caption-center .carousel-caption {
        left:32.5%;
    }
    .caption-right .carousel-caption {
        left:32.5%;
    }
}

/* ----------------------------------------------- */
/* LG and wider */
/* ----------------------------------------------- */

@media (min-width: 1200px) {
	.carousel-caption {
		font-size: 39px; /* Fallback */
        font-size:3.275vw;
	}
}

/* --------------- Landing Page Header --------------- */

.carousel-caption .details-text .btn {
    font-family: 'Montserrat', sans-serif;
	font-style:normal;
	font-weight:400;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    /* SM and wider */
    .carousel-caption .details-text .col-xs-12 {
        padding-right:0;
    }

    /* For buttons */
    .carousel-caption .details-text .row {
        max-width:16em;
    }
}

#carousel-landing-page {
    width:100%;
    height:0;
    padding-bottom:27.380952%; /* 460/1680 */
    background-color:#002c73;
}
#carousel-landing-page .carousel-inner .item {
    width:100%;
    height:0;
    padding-bottom:27.380952%;
    background-color:#002c73;
	background-repeat:no-repeat;
	background-position:left top;
	background-size:cover;
}
#carousel-landing-page .carousel-caption {
    padding-bottom: 0;
}
#carousel-landing-page .caption-left,
#carousel-landing-page .caption-center,
#carousel-landing-page .caption-right {
    left:3.57142857%;
    right:30%;
}

/* ----------------------------------------------- */
/* SM ONLY */
/* ----------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

    #carousel-landing-page {
        width:100%;
        padding-bottom:38.85135%; /* 460/1184 */
    }
    #carousel-landing-page .carousel-inner .item {
        width:100%;
        padding-bottom:38.85135%;
        background-position:right top;
        background-size:cover;
    }
    #carousel-landing-page .caption-left,
    #carousel-landing-page .caption-center,
    #carousel-landing-page .caption-right {
        left:4.296875%; /* 33/768 */
    	right:42.578125%; /* 327/768 */
    }

}

/* ----------------------------------------------- */
/* XS ONLY */
/* ----------------------------------------------- */

@media (max-width: 767px) {

    #carousel-landing-page {
        width:100%;
        padding-bottom: 0;
        height: auto;
    }
    #carousel-landing-page .carousel-inner .item {
        width:100%;
        height: auto;
        padding-bottom: 0;
        padding-top: 81.70515%;
        background-position:right top;
        background-size: 298.4% auto;
    }
    #carousel-landing-page .carousel-caption {
        position: static;
        font-size: 34px;
        padding:0.555em 15px 0.555em 15px;
    }

}

/* --------------- For CMS --------------- */

.EditableTextTitle {
    font-size: 1.125rem;
}
.EditableTextEdit .btn {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    cursor: text;
}
.EditableTextEdit .btn:not(:disabled):not(.disabled) {
    cursor: text;
}
.EditableTextEdit .phone-number {
    border:1px solid red;
}
.EditableTextEdit div.row {
  border:1px solid #ff0000;
  padding:3px;
  margin-left:0;
  margin-right:0;
}
.EditableTextEdit div.row > p {
  width: 100%;
}
.EditableTextEdit div.col-xs-12 {
  border:1px dashed #ff0000;
}