/* Colors

NEW
#01455E - Loyal Blue      
#BDD82F - Lime Green
#847362 - Quiver Tan
#C9BCA4 - Relaxed Khaki
#404040 - Dark Gray
#707070 - Light Gray

OLD
#404040 - Body text
#00467f - Navy Blue
#8d9543 - Olive Green
#b0b579 - Brand Green
#dd622a - Orange
#f3d071 - Yellow

*/

/* 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;
}
.modal-title {
	font-size: 1.25em;
}
main {
	display:block;
}
body {
	font-family: 'Montserrat', sans-serif;
    font-style:normal;
	font-weight:400;
	font-size:16px;
	color:#404040;
	line-height:1.5;
	background-color:#fff;
}
a,
a:focus,
a:active,
a:hover {
	color:#00467f;
}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus,
*:focus {
    outline:2px solid #bed62f;
}
article a,
.child-page-faqs a {
	text-decoration:underline;
}
article a:hover,
.child-page-faqs a:hover {
	text-decoration:none;
}
p,
ul,
ol {
    margin-bottom:1.5em;
}
h1,h2,h3,h4,h5,h6 {
	margin-top:0;
}
/* Section Head */
article h2,
h1.news-title {
    font-weight:600;
    font-size: 1.667em; /* 30px */
	color:#00467f;
    margin-bottom: 0.667em;
}
/* Subhead */
article h2.subhead,
article h3 {
	font-size:1.333em; /* 24px */
    font-weight:600;
	color:#847362;
    margin-bottom:1em;
    line-height: 1.3;
}
strong {
    font-weight: 600;
}
.text-bold-1,
.text-bold-1 .text-footnote {
	font-weight:600;
	color:#00467f; /* WyHy brand blue */
}
.text-bold-2,
.text-bold-2 .text-footnote,
.text-bold-2 a {
	font-weight:600;
	color:#847362; /* quiver tan */
}
.text-bold-3,
.text-bold-3 .text-footnote,
.text-bold-3 a {
	font-weight:600;
	color:#01455e; /* Loyal Blue */
}
.text-bold-4,
.text-bold-4 .text-footnote,
.text-bold-4 a {
	font-weight:600;
	color:#000; /* black */
}
.text-18pt {
    font-size: 18pt;
}
small {
	font-size:0.75em; /* 12px */
}
.text-footnote {
    color:#707070;
    font-size: 0.75em;
}
.page-content small,
.page-content .text-footnote {
    font-size: .7778em; /* 14px */
}
.seg-heading {
    background-color: #00467f;
    color:#fff;
    font-size: 1.333em;
    font-weight:600;
    text-align: center;
    margin-bottom: 1em;
}
article .pull-left {
	margin:0 20px 10px 0;
}
article .pull-right {
	margin:0 0 10px 20px;
}

.form-control {
    font-size: 16px;
    height:2.25em;
    border-radius: 0;
}

::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #707070;
}
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #707070;
}
.placeholder {
  color: #707070; /* For placeholder fallback */
}

/* Calendly Schedule an Appointment Modal */
.modal-body .calendly-inline-widget {
    padding-bottom:30px;
}

/* ----- Buttons ----- */

.btn {
    /* override */
	padding:5px 24px 6px 24px;
	font-size:18px;
    font-weight:600;
	text-decoration:none !important;
    line-height: 1.5em;
	border:2px solid transparent;
    border-radius:0;
    box-shadow: none;
}
.btn:active {
    box-shadow:none;
}
.btn-xs {
	font-size:13px;
	padding:3px 8px 4px 8px;
    line-height: 1.2;
    white-space: normal;
}
.btn-sm {
	font-size:16px;
	padding:3px 16px 4px 16px;
}
.page-content .btn {
    margin-bottom: 5px;
    white-space: normal;
}

/* Solid Loyal Blue Button */
.btn-primary,
.btn-primary:active,
.btn-primary:active:focus {
	background-color:#01455E;
	color:#fff !important;
}
.btn-primary:hover,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary:active,
.open > .dropdown-toggle.btn-primary:focus {
	background-color:#fff;
	color:#01455E !important;
    border-color: #01455E;
    box-shadow: none;
}
.btn-primary:focus {
    outline: 0 none;
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(1,69,94,0.5) !important;
}

/* Solid Light Green Button */
.btn-primary-2,
.btn-primary-2:active,
.btn-primary-2:active:focus {
	background-color:#bed62f;
	color:#00467f !important;
}
.btn-primary-2:hover,
.btn-primary-2:active:hover,
.open > .dropdown-toggle.btn-primary-2,
.open > .dropdown-toggle.btn-primary-2:active,
.open > .dropdown-toggle.btn-primary-2:focus {
	background-color:#fff;
	color:#00467f !important;
    border-color: #bed62f;
    box-shadow: none;
}
.btn-primary-2:focus {
    outline: 0 none;
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(190,214,47,0.5) !important;
}

/* Solid WyHy Brand Blue Button */
.btn-primary-3,
.btn-primary-3:active,
.btn-primary-3:active:focus {
	background-color:#00467f;
	color:#fff !important;
}
.btn-primary-3:hover,
.btn-primary-3:active:hover,
.open > .dropdown-toggle.btn-primary-3,
.open > .dropdown-toggle.btn-primary-3:active,
.open > .dropdown-toggle.btn-primary-3:focus {
	background-color:#fff;
	color:#00467f !important;
    border-color: #00467f;
    box-shadow: none;
}
.btn-primary-3:focus {
    outline: 0 none;
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(0,70,127,0.5) !important;
}

/* Solid Brown Button */
.btn-primary-4,
.btn-primary-4:active,
.btn-primary-4:active:focus {
	background-color:#847362;
	color:#fff !important;
}
.btn-primary-4:hover,
.btn-primary-4:active:hover,
.open > .dropdown-toggle.btn-primary-4,
.open > .dropdown-toggle.btn-primary-4:active,
.open > .dropdown-toggle.btn-primary-4:focus {
	background-color:#fff;
	color:#847362 !important;
    border-color: #847362;
    box-shadow: none;
}
.btn-primary-4:focus {
    outline: 0 none;
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(132,115,98,0.5) !important;
}

/* Modal Cancel button */
.btn-default,
.btn-default:active,
.btn-default:active:focus {
	background-color:#eee;
	color:#01455E !important;
    border-color: #fff;
}
.btn-default:hover,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:active,
.open > .dropdown-toggle.btn-default:focus {
	background-color:#fff;
	color:#01455E !important;
    border-color: #01455E;
    box-shadow: none;
}
.btn-default:focus {
    outline: 0 none;
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(1,69,94,0.5) !important;
}

/* ----- List styles ----- */

.page-content ul {
	padding-left: 1em;
}
.page-content ul:first-child,
.page-content ol:first-child {
    margin-top:0;
}
.page-content ul li {
	list-style-type:none;
	margin:0 0 .5em 0;
	padding-left:1.5em;
	text-indent:-.7em;
}
.page-content ul li .btn {
    text-indent:0; 
}
.page-content ol li {
    margin-bottom:.5em;
}
.page-content ul li:before {
    position: relative;
    top: 2px;
    left:-3px;
	content:"\2022"; /* unicode bullet */
	color:#bed62f;
    font-size: 1.5em;
    font-weight:600;
    line-height: 1;
}
.page-content ul li li {
	padding-left:0;
	text-indent:0;
}
/* Two Levels Deeps */
.page-content ul ul,
.page-content ul ol,
.page-content ol ul,
.page-content ol ol {
	margin-top:0;
    padding-left: 2em;
}
.page-content ul ul li,
.page-content ol ul li {
	list-style-type:disc;
    padding-left:0;
	text-indent:0;
}
.page-content ul ol li {
	list-style-type:decimal;
}
.page-content ol ol li {
	list-style-type:lower-alpha;
}
.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 */
.page-content ol ol ul li,
.page-content ul ol ul li {
	list-style-type:disc;
}
.page-content ul ul ul li,
.page-content ol ul ul li {
	list-style-type:circle;
}
.page-content ul ol ol li,
.page-content ul ul ol li,
.page-content ol ul ol li {
	list-style-type:lower-alpha;
}
.page-content ol ol ol li {
	list-style-type:lower-roman;
}

.page-content ul.list-unstyled {
    padding-left: 0;
}
.page-content ul.list-unstyled li {
    margin: 0;
    padding-left: 0;
    text-indent: 0;
}
.page-content ul.list-unstyled li::before {
    display:none;
}

/* --------------- Tables --------------- */

.table caption {
	background-color:#00467f;
	color:#fff;
	font-size:1.25em;
	font-weight:600;
	padding: 5px 15px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	text-align:left;
}
.table > tbody > tr > th {
	background-color:#e8eaeb;
    color:#00467f;
    font-weight: 600;
	vertical-align:bottom;
    padding-left: 15px;
    padding-right: 15px;
}
.table > tbody > tr > th[scope="row"] {
	background-color:#f8f8f9;
    font-weight: 400;
	vertical-align:top;
}
.table > tbody > tr > td {
    border-color:#e8eaeb;
    padding-left: 15px;
    padding-right: 15px;
}
.table .alt-column {
    background-color:#f7f8f8;
}

.layout-table > tbody > tr > td {
	border-top:0 none;
	padding:15px;
}
.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;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fafafc;
}

/* --------------- Forms ---------------*/

.FormPanel {
	margin-bottom:1.5em;
}
.ErrorLabel,
.EditingFormErrorLabel {
	font-weight:600;
	color:#C00;
}
.online-form {
    padding:0 15px;
}
.online-form.form-horizontal {
    padding:0;
}
.online-form h2 {
    margin:0 -15px;
    padding:8px 15px;
    background-color: #00467f;
    color:#fff;
    font-size: 1.25em;
    line-height: 1.3;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.online-form h3 {
    margin:0 -15px;
    padding:5px 15px;
    background-color: #847362;
    color:#fff;
    font-size: 1em;
    line-height: 1.5;
}
.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 {
	margin-bottom:10px;
    width:100%;
}
.online-form .row .form-group label {
    padding:3px 15px;
    background-color: #f3f4f5;
}
.online-form.form-horizontal .form-group label {
    text-align: right;
}
@media (max-width: 767px) {
    .online-form.form-horizontal .form-group label {
        text-align: left;
        padding:3px 15px;
        background-color: #f3f4f5;
    }
}
.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;
}
.online-form .RadioButtonList,
.online-form .CheckBoxListField {
    margin-bottom: 15px;
}
.online-form .RadioButtonList input,
.online-form .CheckBoxListField input,
.online-form input.FormButton {
	width:auto;
	margin-right:10px;
}
.online-form .RadioButtonList input {
	margin-top:0;
	margin-bottom:4px;
}
.online-form .RadioButtonList label {
	margin-right:10px;
}
.online-form .RadioButtonList label,
.online-form .CheckBoxListField label {
    display: inline;
}
.phone-input {
    white-space:nowrap;
}
.phone-input input[maxlength="3"] {
	width:3.4em !important;
    display: inline-block;
}
.phone-input input[maxlength="4"] {
	width:4em !important;
    display: inline-block;
}
.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;
}

/* --------------- Header Alert ---------------*/

#header-alert {
	background-color:#dd622a;
    color:#fff;
	padding-top:15px;
	padding-bottom:10px;
	position:relative;
}
#header-alert:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:5px;
	background-color: transparent;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.1)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:         linear-gradient(to bottom, transparent, rgba(0,0,0,0.1)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
}
#header-alert .glyphicon-exclamation-sign {
	position: relative;
    top:2px;
	font-size:2.625em;
	float:left;
	margin-right:10px;
	color:#f9e8b8;
}
#header-alert .container-fluid {
	padding-right:35px; /* to makeroom for close icon */
}
#header-alert p {
	margin-bottom:10px;
}
#header-alert a {
	color:#f9e8b8;
	text-decoration:underline;
}
#header-alert a:hover {
	text-decoration:none;
}
#header-alert strong {
    color:#f9e8b8;
}
#header-alert .btn-close-alert {
	position:absolute;
	top:15px;
	right:15px;
	color:#eba17f;
	text-decoration:none;
    background-color: transparent;
    border: 0 none;
}
#header-alert .btn-close-alert:hover {
    color:#fff;
}

/* --------------- Header --------------- */

header {
    padding-top:20px;
    background-color: #fff;
}
.site-logo {
    display:block;
    max-width: 235px;
}
.header-icons {
    float:right;
}
.smart-chat-btn {
    float:left;
}

/* ----- Social Media Icons ----- */

.social-icons {
    list-style:none;
    padding:0;
    margin:0;
    width: 126px;
    height: 38px;
}
.social-icons li {
    float: left;
    width: 38px;
    height: 38px;
    margin-right:6px;
}
.social-icons li:last-child {
    margin-right:0;
}
.social-icons a {
    position:relative;
    display: block;
    width: 38px;
    height: 38px;
    border-radius:50%;
    line-height:1;
    /*text-indent:-99999px;*/
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.social-icons .item-1 a { box-shadow: inset 0 0 0 19px #3d5b99;	}
.social-icons .item-2 a { box-shadow: inset 0 0 0 19px #1da1f2;	}
.social-icons .item-3 a { box-shadow: inset 0 0 0 19px #cd201f;	}
.social-icons .item-1 a:hover { box-shadow: inset 0 0 0 2px #3d5b99; }
.social-icons .item-2 a:hover { box-shadow: inset 0 0 0 2px #1da1f2; }
.social-icons .item-3 a:hover { box-shadow: inset 0 0 0 2px #cd201f; }

.social-icons a:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    background:url(../images/icons-sprite-v2.png) no-repeat left top;
    background-size:228px 76px;
}
.social-icons .item-1 a:after {
    background-position:0 0;
}
.social-icons .item-1 a:hover:after {
    background-position:0 -38px;
}
.social-icons .item-2 a:after {
    background-position:-38px 0;
}
.social-icons .item-2 a:hover:after {
    background-position:-38px -38px;
}
.social-icons .item-3 a:after {
    background-position:-76px 0;
}
.social-icons .item-3 a:hover:after {
    background-position:-76px -38px;
}

/* --------------- SmartChat Button --------------- */

.smart-chat-btn .btn {
    background-color: #fff;
    padding:8px 18px 9px 52px;
    border:0 none;
    border-radius: 1.357143em / 50%;
    color:#fff;
    font-size: 0.875em;
    position: relative;
    box-shadow: inset 0 0 0 1.358em #01455E;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.smart-chat-btn .btn:hover {
    background-color:#fff;
    box-shadow: inset 0 0 0 2px #01455E;
    color:#01455E;
}
.smart-chat-btn .btn:before {
    content:'';
    position: absolute;
    top:0;
    left:10px;
    display:block;
    width:38px;
    height: 38px;
    background:url(../images/icons-sprite-v2.png) no-repeat left top;
    background-size:228px 76px;
    background-position:-190px 0;
}
.smart-chat-btn .btn:hover:before {
    background-position:-190px -38px;
}

/* --------------- Search Icons --------------- */

.search-icons {
    list-style:none;
    padding:0;
    margin:0;
    /*width: 88px;*/
    width:44px;
    height: 38px;
}
.search-icons li {
    float: left;
    width: 38px;
    height: 38px;
    margin-right:6px;
}
.search-icons li:last-child {
    margin-right:0;
}
.search-icons a {
    position:relative;
    display: block;
    width: 38px;
    height: 38px;
    border-radius:50%;
    line-height:1;
    /*text-indent:-99999px;*/
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    box-shadow: inset 0 0 0 2px #8a989d;
}
.search-icons a:hover,
.search-icons a[aria-expanded="true"] {
    box-shadow: inset 0 0 0 19px #8a989d;
}
.search-icons a:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    background:url(../images/icons-sprite-v2.png) no-repeat left top;
    background-size:228px 76px;
}
.search-icons .item-1 a:after {
    background-position:-114px 0;
}
.search-icons .item-1 a:hover:after,
.search-icons .item-1 a[aria-expanded="true"]:after {
    background-position:-114px -38px;
}
.search-icons .item-2 a:after {
    background-position:-152px 0;
}
.search-icons .item-2 a:hover:after,
.search-icons .item-2 a[aria-expanded="true"]:after {
    background-position:-152px -38px;
}

.search-icons .dropdown-menu {
    left:auto;
    right:0;
}

/* ----- Site Search ----- */

.site-search {
	width:250px;
}
.site-search .searchLabel {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.site-search .searchBox,
.silvercloud_searchbar_container {
    width: 250px;
	padding: 6px 10px;
	overflow:hidden;
	background-color:#fff;
}
.site-search .searchBox .searchTextBox,
.silvercloud_searchbar_container .silvercloud_searchbar_input {
    border: 0 none;
	outline: 0 none;
	padding:1px 10px 1px 0;
	margin: 0;
	background: transparent;
    color: #404040;
    display: block;
    float: left;
    width: 208px;
    font-size: 16px;
	line-height:20px;
}
.site-search .searchBox .searchButton,
.silvercloud_searchbar_container .silvercloud_searchbar_submit {
    display:block;
	float: right;
    height: 22px;
    width: 22px;
}
.silvercloud_searchbar_container .silvercloud_searchbar_submit {
    background: url("../images/btn-ask-wyhy.svg") no-repeat scroll 0 0 transparent;
	background-size: 22px 22px;
	border: 0 none;
	outline: 0 none;
	padding: 0;
	margin: 0;
	line-height: 20px;
	cursor: pointer;
	text-indent: -99999px;
	box-shadow: none;
	display: block;
}

/* Carousel Fade used for homepage banner ads, and Mobile Banking screenshot carousel */

/*
Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
CSS from:       http://codepen.io/transportedman/pen/NPWRGq
and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
Inspired from:  http://codepen.io/Rowno/pen/Afykb
*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.5s;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
Need to override the 3.3 new styles for modern browsers & apply opacity
*/

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* --------------- Carousel Banner Ads --------------- */

#carousel-homepage .carousel-inner .item {
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom:38.85135%; /* 460/1184 */
    background-color:#C9BCA4;
}
#carousel-homepage .carousel-inner .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left:auto;
    right: 0;
    width:141.89189% !important;
    max-width: 141.89189%;
    height: 100%;
}
#carousel-homepage .item > a:focus img {
    outline: 10px solid rgba(190,214,47,0.75);
    outline-offset: -10px;
}

/* floating labels */

.floating-label-input {
	position: relative;
}
.floating-label-input label {
    font-size: 16px;
	font-weight: 400;
    color:#767676;
    position: absolute;
    top:7px;
    left:10px;
    transition: all 0.3s;
    z-index: 1;
    cursor:text;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}
.floating-label-input label.active {
	font-size:12px;
	color:#01455E;
	top:-10px;
	left:7px;
    background-color:#fff;
    text-transform:uppercase;
    padding:0 7px;
	border-radius: 3px;
	box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.1);
    cursor: default;
}

/* --------------- Online Banking Login --------------- */

.banking-login {
    padding:25px;
    background: url(../images/bg-online-banking-xs.jpg) repeat left top #fff;
    position: relative;
}
.banking-login:after {
    content: "";
    position: absolute;
    left: 0;
    bottom:0;
    display: block;
    height: 6px;
    width: 100%;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.15)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image:         linear-gradient(to bottom, transparent, rgba(0,0,0,0.15)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
    z-index:10;
}
.banking-login h2 {
    font-size: 1.625em;
    font-weight:600;
    color:#707070;
}
.banking-login label {
    color:#707070;
    font-weight:400;
}
.banking-login .form-control {
    background-color: #fafafa;
}

.login-row {
    margin-bottom:.8125em;
}
.login-links {
    font-size: .75em;
    float:left;
}
.login-button {
    float:right;
}

/* --------------- Icon Carousel --------------- */

.icon-carousel-wrapper {
    padding:40px 60px;
}
.icon-carousel {
    margin:0 auto;
}
.icon-carousel a {
    display: block;
}
.icon-carousel a:hover {
    text-decoration: none;
}
.icon-img {
    display: block;
    max-width: 100%;
    height: auto;
    width:72px;
    margin:0 auto;
}
.icon-label {
    font-size: 0.9375em;
    font-weight: 400;
    text-align: center;
    line-height: 1.1;
    margin-top:15px;
    padding:0 5px;
}
.slick-prev,
.slick-next {
    position: absolute;
    top:50%;
    display: block;
    cursor: pointer;
    line-height: 0;
    font-size: 0;
    background: transparent;
    color: transparent;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: transparent;
    color: transparent;
}
.icon-carousel .slick-prev {
    left: -45px;
    right:auto;
}
.icon-carousel .slick-next {
    left:auto;
    right: -45px;
}
.slick-prev:before,
.slick-next:before {
    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;
}
.slick-prev:before {
    content: "\e257";
}
.slick-next:before {
    content: "\e258";
}
.icon-carousel .slick-prev:before,
.icon-carousel .slick-next:before {
    color: #00467f;
    font-size: 40px;
}
.icon-carousel .slick-prev:hover:before,
.icon-carousel .slick-next:hover:before {
    color: #bed62f;
}

/* --------------- Rate Bar --------------- */

.rate-bar {
	background-color: #01455E;
    color:#fff;
    padding-top:15px;
    padding-bottom:15px;
}
.rate-bar p {
    margin-bottom:0;	
}
.rate-bar .rb-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.rate-bar .rb-col {
	padding-top:25px;
	padding-bottom:25px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;

    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.rate-bar .rb-col:before,
.rate-bar .rb-col:last-child:after {
    content:'';
    position:absolute;
    left:0;
    top:25px;
    display:block;
    width:2px;
    height: calc(100% - 50px);
    background-color: rgba(255,255,255,0.2);
}
.rate-bar .rb-col:last-child:after {
    left:auto;
    right:0;
}
.rate-bar .rb-col:nth-child(-n+6):after {
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    display:block;
    width:100%;
    height:2px;
    background-color: rgba(255,255,255,0.2);
}
.rate-bar .rb-col > a {
    display: block;
    width:100%;
    text-decoration: none;
    color:#fff;
}
.rate-bar .rb-col > div {
    width:100%;
}
.rate-bar .rb-col > a:hover {
    color:#bed62f;
}
.rate-bar table {
	line-height:1;
	margin:0 auto;
}
.rate-bar h3 {
	text-align:center;
	font-size:1em;
	font-weight:600;
	margin-bottom:3px;
}
.rb-number {
	font-size:2.25em;
    font-weight:900;
	text-align:right;
	padding-right:4px;
}
.rb-percent {
	text-align:left;
	vertical-align:bottom;
	font-size:1.5em;
    font-weight:600;
}
.rb-apr-apy {
	text-align:left;
	vertical-align:top;
	font-size:0.75em;
    font-weight:600;
    position: relative;
    top:-3px;
}

/* --------------- We're With You --------------- */

.wwy-carousel {
    background:url(../images/bg-wood-texture-white.jpg) repeat-y center top #f9f9f9;
    padding-top:4rem;
    padding-bottom: 1.5rem;
    position: relative;
}
.wwy-carousel:before {
    content: "";
    position: absolute;
    left: 0;
    top:0;
    display: block;
    height: 6px;
    width: 100%;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.15), transparent); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image:         linear-gradient(to bottom, rgba(0,0,0,0.15), transparent); /* Chrome 26, Firefox 16+, IE 10+, Opera */
    z-index:10;
}
.wwy-carousel .slick-track {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
}
.wwy-item {
    padding:0 15px;
}
.wwy-polaroid-img {
    max-width: 279px;
    margin:0 auto 30px auto;
}
.wwy-text-block {
    font-size: 1.125em;
}
.wwy-text-block h2 {
    font-family: 'Yellowtail', cursive;
    font-style: normal;
    font-size: 2.2857em;
}

.wwy-carousel .slick-prev,
.wwy-carousel .slick-next {
    top:200px;
}
.wwy-carousel .slick-prev {
    left: 0;
    right: auto;
    z-index: 999;
}
.wwy-carousel .slick-next {
    left: auto;
    right: 0;
}
.wwy-carousel .slick-prev:before,
.wwy-carousel .slick-next:before {
    background-color:transparent;
    color: #00467f;
    font-size: 40px;
    padding:7px 4px 10px 4px;
}
.wwy-carousel .slick-prev:hover:before,
.wwy-carousel .slick-next:hover:before {
    color:#bed62f;
}

/* --------------- News, Work@WyHy, Child Nav, Child Promo --------------- */

.home-news,
.home-careers,
.child-nav,
.child-promo {
    color:#fff;
    margin-left:-15px;
    margin-right: -15px;
    padding:30px 15px 20px 15px;
}
.home-news,
.child-promo {
    background: url(../images/bg-wood-texture-navy.jpg) repeat-y left top #01455E;
}
.home-careers,
.child-nav {
    background: url(../images/bg-wood-texture-brown.jpg) repeat-y left top #847362;
}
.home-news a,
.home-careers a,
.child-promo a {
    color:#fff;
}
.home-news .news-summary a {
    text-decoration: underline;
}
.home-news .news-summary a:hover {
    text-decoration: none;
}
.home-news h2,
.home-careers h2,
.child-nav h2,
.child-promo h2 {
    font-family: 'Yellowtail', cursive;
    font-style: normal;
    font-size: 2.8125em;
    color:#fff;
}
.home-news h3,
.home-careers h3,
.child-promo h3 {
    font-size: 1.5em;
    font-weight:600;
    margin-bottom: .0625em;
    color:#fff;
}
.home-news .media-left,
.home-careers .media-left,
.child-promo .media-left,
.news-page-content .media-left {
    padding-right:25px;
}
.home-news .media-object,
.home-careers .media-object,
.child-promo .media-object {
    margin-top:.25em;
    margin-bottom: 1.5em;
}

.news-page-content h3.media-heading {
    margin-bottom: .0416667em;
}
.news-page-content h3 a {
    text-decoration: none;
}
.news-page-content h3 a:hover {
    text-decoration: underline;
}

/* --------------- Child Page --------------- */

.child-page-content {
    background-color: #fff;
    position: relative;
}
.child-page-header {
    background: url(../images/page-header-default.jpg) no-repeat center center #01455E;
    background-size: cover;
    min-height: 460px;
    color:#fff;
    font-size: 1.125em; /* 18px */
    padding-top:25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.child-page-header > .container-fluid {
    width:100%;
}
.save-section .child-page-header {
    background: url(../images/page-header-save.jpg) no-repeat center center #01455E;
    background-size: cover;
}
.spend-section .child-page-header {
    background: url(../images/page-header-spend.jpg) no-repeat center center #01455E;
    background-size: cover;
}
.borrow-section .child-page-header {
    background: url(../images/page-header-borrow.jpg) no-repeat center center #01455E;
    background-size: cover;
}
.ebanking-section .child-page-header {
    background: url(../images/page-header-ebanking.jpg) no-repeat center center #01455E;
    background-size: cover;
}
.about-us-section .child-page-header {
    background: url(../images/page-header-about-us.jpg) no-repeat center center #01455E;
    background-size: cover;
}
.page-header-content {
    max-width: 41.667em; /* 750px */
    margin:0 auto;
}
.child-page-header h1,
.child-page-header .news-page-title {
    font-size: 2em;
    font-weight:600;
    line-height: 1.1;
    margin-bottom: 10px;
}
.child-page-header h1 .EditableTextTextBox {
	color:#404040;
}
.page-content {
    font-size: 1.125em;
    padding-top: 50px;
    padding-bottom:30px;
    max-width: 41.667em; /* 750px */
    margin:0 auto;
}
.full-width-interior-page .page-content {
    max-width: none;
}
.child-nav ul {
    list-style: none;
    padding:0;
    margin: 0;
}
.child-nav li {
    margin:1em 0;
    line-height: 1.2;
}
.child-nav a {
    color:#fff;
    font-size: 1.3125em;
}
.child-nav a.CMSListMenuLinkHighlighted {
    font-weight:600;
}

/* --------------- Content Tabs  ---------------*/

/* Tabs */
.page-content ul#content-tabs,
.page-content ul.tabs {
	margin:0 0 1.5em 0;
	list-style:none;
	padding:0;
	width:100%;
	float:left;
	background-color:#00467f;
	border-bottom:4px solid #bed62f;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
}
.page-content ul#content-tabs li,
.page-content ul.tabs li {
	list-style-type:none;
	margin:0;
	padding:0;
	background-color: transparent;
	display:block;
	float:left;
	text-indent:0;
}
.page-content ul#content-tabs li::before,
.page-content ul.tabs li::before {
	content:"";
	display:none;
	margin:0;
}
.page-content #content-tabs a,
.page-content .tabs a {
	color:#fff;
	text-decoration:none;
	font-weight:600;
	display:inline-block;
	background-color:transparent;
	padding:10px 16px;
	white-space:nowrap;
	border-top:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
}
.page-content #content-tabs li:first-child a,
.page-content .tabs li:first-child a {
	border-left:0 none;
}
.page-content #content-tabs a:hover,
.page-content #content-tabs a.CMSListMenuLinkHighlighted,
.page-content .tabs a:hover,
.page-content .tabs .active a {
	background-color:#bed62f;
	color:#222f42;
	padding-top:13px;
	margin-top:-3px;
	border-color:#fff;
}
.page-content #content-tabs a.CMSListMenuLinkHighlighted,
.page-content .tabs .active a {
	background-color:#bed62f;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.page-content #content-tabs li:first-child a:hover,
.page-content #content-tabs li:first-child a.CMSListMenuLinkHighlighted,
.page-content .tabs li:first-child a:hover,
.page-content .tabs li.active:first-child a {
	border-left:0 none;
	border-top-left-radius:7px;
}
/* Container */
.page-content .tab-content-container {
	clear:left;
	width:100%;
	margin-bottom:1.5em;
}
.page-content .tab-content-container .tab-content {
	width:100%;
	overflow:hidden;
}

/* --------------- 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:600;
	text-decoration:none;
}
.search-result-title a:hover {
	text-decoration:underline;
}
.search-results-details {
	font-size:0.75em; /* 12px */
	color:#707070;
}
.site-search-url {
	word-wrap: break-word;
}
.site-search-relevance {
	width: 50px;
	border: solid 1px #C9BCA4;
	margin-top: 5px;
	margin-right: 6px;
	float: left;
}
.site-search-relevance div {
	height:4px;
	background-color:#C9BCA4;
}
.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 {
    display:inline-block;
    background-color:#707070;
	color:#fff;
	font-weight:600;
    text-decoration:none;
	padding:7px 12px 8px 12px !important;
	line-height:1;
	margin:0 0 6px 0;
    border-radius: 3px;
}
.SearchResults .pager a:hover {
    color: #fff;
	background-color:#00467f;
}
.SearchResults .pager strong {
    color: #fff;
	background-color:#00467f;
	font-weight:600;
    cursor: default;
}
.result-number {
	float:right;
	font-size:0.75em; /* 12px */
	font-weight:600;
}

/* --------------- Sitemap ---------------*/

ul.CMSSiteMapList {
    margin-top: 0;
}
.CMSSiteMapList a {
	text-decoration:none;
	font-weight:600;
}
.CMSSiteMapList a:hover {
	text-decoration:underline;	
}
.CMSSiteMapList li li a {
	font-weight:normal;	
}

/* --------------- Accordion --------------- */

.panel {
    border:0 none;
    box-shadow: none;
}
.panel-heading {
	padding:0;
    border:0 none;
}
.panel-title {
    font-size: 1.667em;
    font-weight:600;
}
.panel-title > a {
	display:block;
	padding:12px 15px 10px 60px;
	color:#fff;
	background-color:#01455E;
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0,0,0,0.15);
	font-weight:400;
	position:relative;
    border-radius: 7px;
    font-size:1.85rem;
}
.panel-title > a:hover {
	background-color:#00467f;
}
.panel-title-secondary > a {
    background-color:#2c6401;
}
.panel-title-secondary > a:hover {
    background-color:#397f04;
}
.page-content h3.panel-title {
	margin-bottom:0;
}
.panel-title a:before {
    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:'\e082';
	position:absolute;
	top:12px;
	left:15px;
    font-size: 1.125em;
}
.panel-title a.collapsed:before {
    content:'\e081';
}

/* --------------- SilverCloud FAQs --------------- */

.silvercloud_search_result_icon {
    display:none !important;
}
.silvercloud_search_result {
    margin:0 0 .5em 0;
	padding-left:1.5em;
	text-indent:-.7em;
}
.silvercloud_search_result:before {
    content:"\2022"; /* unicode bullet */
    position: relative;
    top: 2px;
    left:-3px;
	color:#dd622a;
    font-size: 1.5em;
    font-weight:600;
    line-height: 1;
}
.silvercloud_search_result[itemtype="document"]:after {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e022";
    color: #8a989d;
    font-size: 0.75em;
}
.silvercloud_search_result a {
    text-decoration: none;
}
.silvercloud_search_result a:hover {
    text-decoration: underline;
}
.silvercloud_return_to_results {
    padding:6px 24px;
    font-size:21px;
    font-weight:600;
    text-decoration:none !important;
    line-height: 1.5em;
    border:3px solid #fff;
    border-radius:7px;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    background-color:#dd622a;
    color:#fff !important;
    border-color: #fff;
    display:inline-block;
    margin-bottom: 1.5em;
}
.silvercloud_return_to_results:hover {
    text-decoration:none;
    background-color:#fff;
	color:#dd622a !important;
    border-color: #dd622a;
    box-shadow: none;
}
.silvercloud_search_result_header {
    font-size:1.5em; /* 24px */
    font-weight:600;
	color:#00467f;
	margin-bottom:0.08333em;
}
.child-page-faqs {
    font-size: 1.125em;
}
.child-page-faqs .silvercloud_search_results_container {
    margin-bottom: 30px;
}

/* ----- SilverCloud Search Results page ----- */
.page-content .silvercloud_searchbar_container {
    border: 1px solid #8a989d;
    border-radius: 3px;
    width:100%;
    max-width: 420px;
    margin-bottom: 1.5em;
}
.silvercloud_header {
    display: block;
    font-weight:600;
    font-size: 2em; /* 32px */
    line-height: 1.1;
	color:#00467f;
    padding-bottom: 0.2em;
    border-bottom: 2px solid #dd622a;
    margin-bottom: 0.75em;
}
.silvercloud_results_wrapper {
    margin-bottom: 1.5em;
}
.silvercloud_search_results {
    margin-bottom: 1.5em;
}
.silvercloud_pagination {
    margin-bottom: 1.5em;
}
.silvercloud_pagination a {
    display:inline-block;
    background-color: #8d9543;
    color:#fff;
    font-weight:600;
    text-decoration: none;
    padding:7px 12px 8px 12px;
    line-height:1;
    margin:0 5px 6px 0;
    border-radius: 3px;
}
.silvercloud_pagination a.silvercloud_current,
.silvercloud_pagination a:hover {
    background-color: #00467f;
    color:#fff;
}

/* --------------- Event Calendar/Webinars --------------- */

.event-calendar .media {
	border-bottom:1px solid #ddd;
}
.event-calendar h3 {
	border-bottom:0 none;
	padding-bottom:0;
	margin-bottom:0;
}
.event-calendar h3 a {
	text-decoration:none;
}
.event-calendar h3 a:hover {
	text-decoration:underline;
}
.event-calendar .media-left,
.media > .pull-left {
    padding-right: 16px;
}
a .event-date-box {
	background-color:#707070;
	color:#fff;
	font-weight:600;
	display:block;
	padding:10px 15px 8px 15px;
	border-radius:6px;
	text-align:center;
}
a:hover .event-date-box {
	background-color:#707070;
}
.event-calendar a.media-left {
	text-decoration:none;
}
.event-date-month {
	text-transform:uppercase;
	font-size:18px;
	line-height:1.1;
	display:block;
}
.event-date-day {
	font-size:30px;
	line-height:1;
	display:block;
}
.event-date {
	font-style:italic;
	color:#707070;
}
.event-location {
	margin-bottom:1.5em;
}
.event-registration input.form-control {
	max-width:300px;
}
.EventManagerRegTitle {
	display:none;
}
.EventManagerRegError {
	font-weight:600;
	color:#cc0000;
	display:block;
	margin-bottom:1em;
	padding:10px 20px;
	background-color:#f2dede;
	border-radius:5px;
}
.EventManagerRegInfo {
	font-weight:600;
	display:block;
	margin-bottom:1.5em;
}
div#AddToOutlook {
	margin-bottom:1.5em;
}

/* --------------- Testimonials --------------- */

.testimonial {
	margin-bottom:1.5em;
	padding-left:3.5em;
	position:relative;
}
.testimonial::before {
	content:'\0201C';
	position:absolute;
	left:0;
	top:0;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:130px;
	color:#e5ecf2;
	line-height:.85;
}
.testimonial-quote {
	font-size:1.25em;
	font-style:italic;
	color:#707070;
}
.testimonial-quote p {
	margin-bottom:0;
}
.testimonial-name {
	color:#00467f;
	font-weight:600;
}

/* --------------- Misc --------------- */

.love-my-cu-rewards .row {
    border-bottom: 2px dashed #e8eaeb;
    margin-bottom: 1.5em;
}
.love-my-cu-rewards h2.subhead {
    margin-bottom: 0;
}
.love-my-cu-rewards h2 a {
    text-decoration: none;
}
.love-my-cu-rewards h2 a:hover {
    text-decoration: underline;
}

#web-chat-prompt-container {
    position: fixed;
    bottom:10px;
    right:10px;
    width:270px;
    background-color:#fff;
    padding:15px;
    border:1px solid #ccc;
    box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.1);
    border-radius: 5px;
    z-index: 1000;
}

/* --------------- Footer --------------- */

footer {
    padding-top:25px;
    padding-bottom: 10px;
}
footer a,
footer a:focus,
footer a:active,
footer a:hover {
    color: #404040;
}
.footer-logos img {
    vertical-align: bottom;
    margin-right:20px;
    margin-bottom: 20px;
}
.footer-logos .coop-atm-logo {
    width:63px;
    vertical-align: top;
}
.footer-logos .coop-branch-logo {
    width:68px;
}
.footer-logos .ehl-logo {
    width:58px;
}
.footer-logos .ncua-logo {
    width:85px;
    margin-right: 0;
}
.footer-footnote {
    display: block;
}

/* ----------------------------------------------- */
/* Up to 460px wide */
/* ----------------------------------------------- */

@media (max-width: 460px) {

    .child-promo .media-left {
        display: block;
        margin-bottom: 20px;
    }
    .child-promo .media-body {
        display: block;
        width: 100%;
    }
    .home-news .media-left,
    .home-careers .media-left {
        display: none;
    }
    .home-news .view-all .btn,
    .home-careers .view-all .btn {
        width: 100%;
    }

}

/* ----------------------------------------------- */
/* 460px and wider */
/* ----------------------------------------------- */

@media (min-width: 460px) {

    .home-news .view-all,
    .home-careers .view-all {
        margin-left: 165px;
    }
    .home-news .view-all .btn,
    .home-careers .view-all .btn {
        width: auto;
    }

}

/* ----------------------------------------------- */
/* XS Only */
/* ----------------------------------------------- */

@media (max-width: 767px) {

    .site-logo {
        margin:0 auto 20px auto;
    }

    .social-icons {
        margin:0 auto 20px auto;
    }

    header .routing-number {
        text-align: center;
        clear: both;
        margin:.5em 0;
    }

    .rate-bar .rb-col:nth-child(7) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .rate-bar .rb-col:nth-child(2n-1):before,
    .rate-bar .rb-col:last-child:after {
        display: none;
    }

    /* For lists in two columns SM and larger, appear as one combined column for mobile */
    .page-content div.row div.col-xs-12:first-child ul:last-child {
        margin-bottom: 0;
    }

}

/* ----------------------------------------------- */
/* 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;
    }

    /* --------------- Header --------------- */

    .header-row-1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 11px;
    }
    header .routing-number {
        text-align: right;
    }
    .search-icons,
    .social-icons {
        float:left;
    }
    .header-icons,
    .smart-chat-btn,
    .top-nav {
        float:left;
    }
    .top-nav {
        margin-right:10px;
    }
    .smart-chat-btn {
        margin-right:18px;
    }
    .header-row-2 {
        clear: both;
    }

    /* ----- Top Nav ----- */

    .top-nav {
        padding: 7px 0;
    }
    .top-nav > ul {
        list-style: none;
        margin:0;
        padding:0;
        text-align: right;
    }
    .top-nav > ul > li {
        display: inline;
        padding-right:8px;
        padding-left:10px;
        border-left:1px solid #404040;
        font-size: .875em;
    }
    .top-nav > ul > li:first-child {
        padding-left:0;
        border-left:0 none;
    }
    .top-nav a {
        color: #404040;
    }
    .top-nav a:hover {
        text-decoration:underline;
    }

    /* --------------- Carousel Banner Ads --------------- */

    .carousel-indicators {
        bottom: 10px;
        left:auto;
        right: 0;
        text-align: right;
        margin: 0 15px 0 0;
        width:100%;
    }
    .carousel-indicators li,
    .carousel-indicators .active {
        border: 3px solid #fff;
        background-color:#fff;
        margin: 0 0 0 5px;
        height: 20px;
        width: 20px;
        box-shadow:0 0 3px rgba(0,0,0,0.3);
    }
    .carousel-indicators .active,
    .carousel-indicators .active:hover {
        background-color: #00467f;
    }
    .carousel-indicators li.togglePausePlay {
        width:2.5em;
        background-color: #fff;
    }
    .carousel-indicators li.togglePausePlay .carousel-pause:after,
    .carousel-indicators li.togglePausePlay .carousel-play:after {
        content:'';
        display:block;
        width:12px;
        height: 12px;
        background: url(../images/play-pause-sprite-v2.png) no-repeat 0 0 transparent;
        background-size: 12px 24px;
        margin:1px auto 0 auto;
    }
    .carousel-indicators li.togglePausePlay .carousel-play:after {
        background-position: 0 -12px;
    }
    /* Drop shadow along top */
    #carousel-homepage:before {
        content: "";
        position: absolute;
        left: 0;
        top:0;
        display: block;
        height: 6px;
        height: 0.5vw;
        width: 100%;
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.2), transparent); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image:         linear-gradient(to bottom, rgba(0,0,0,0.2), transparent); /* Chrome 26, Firefox 16+, IE 10+, Opera */
        z-index:10;
    }
    /* Drop shadow along bottom */
    #carousel-homepage:after {
        content: "";
        position: absolute;
        left: 0;
        bottom:0;
        display: block;
        height: 6px;
        height: 0.5vw;
        width: 100%;
        background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.2)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
        background-image:         linear-gradient(to bottom, transparent, rgba(0,0,0,0.2)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
        z-index:10;
    }

    /* --------------- We're With You --------------- */

    .wwy-item {
        padding-left:10%;
        padding-right: 10%;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-align: center;
        align-items: center;
    }
    .wwy-polaroid-img {
        float:left;
        width:30%;
        margin:0 0 40px 0;
    }
    .wwy-text-block {
        float:left;
        width:70%;
        padding-left:30px;
    }
    .wwy-carousel .slick-prev,
    .wwy-carousel .slick-next {
        top:50%;
    }

    /* --------------- Child Page --------------- */

    .child-page-header {
        font-size: 1.25em; /* 20px */
    }
    .page-header-content {
        max-width: 37.54em; /* 750px */
    }
    .full-width-interior-page .page-header-content {
        max-width: none;
    }
    .child-page-header h1,
    .child-page-header .news-page-title {
        font-size: 3em;
    }

    /* --------------- SilverCloud FAQs --------------- */

    .child-page-faqs .silvercloud_search_results_container {
        margin-bottom:20px;
    }
    .child-page-faqs .silvercloud_search_results {
        width:100%;
        overflow: hidden;
    }
    .child-page-faqs .silvercloud_search_result {
        width:50%;
        padding-right: 15px;
        float:left;
        margin-bottom: 1em;
    }
    .child-page-faqs .silvercloud_search_result:nth-child(2n + 1) {
        clear:left;
    }

    /* --------------- Footer --------------- */

    .footer-logos {
        text-align: right;
    }
    .footer-footnote {
        text-align: right;
    }

}

/* ----------------------------------------------- */
/* SM Only */
/* ----------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

    header {
        padding-top:15px;
    }
    .site-logo {
        max-width: 220px;
        margin-bottom:18px;
    }

    /* --------------- Rate Bar --------------- */

    .rate-bar .rb-col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .rate-bar .rb-col:nth-child(n+5) {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .rate-bar .rb-col:nth-child(1):before,
    .rate-bar .rb-col:nth-child(5):before,
    .rate-bar .rb-col:nth-child(n+5):after {
        display: none;
    }

    /* --------------- News, Work@WyHy, Child Nav, Child Promo --------------- */

    .home-news,
    .home-careers,
    .child-nav,
    .child-promo {
        padding-left:10%;
        padding-right: 10%;
    }

}

/* ----------------------------------------------- */
/* MD and wider */
/* ----------------------------------------------- */

@media (min-width: 992px) {

    header {
        z-index: 999;
    }
    .site-logo {
        margin-bottom:18px;
        margin-right:-30px;
    }

    /* --------------- Carousel --------------- */

    #carousel-homepage .carousel-inner .item {
        padding-bottom:27.380952%; /* 460/1680 */
    }
    #carousel-homepage .carousel-inner .item img {
        width:100%;
        max-width: 100%;
    }

    /* --------------- Online Banking Login --------------- */

    .homepage-row-1 {
        position: relative;
    }
    .banking-login {
        width: 16.4375em; /*263px*/
        padding:0.75em 0.5em;
        position: absolute;
        top:40px;
        right:70.47619%; /* 1184/1680 */
        background-image: none;
        background-color: #fff;
        z-index: 998;
    }
    .banking-login:after {
        display: none;
        height: 0;
        width: 0;
        background-image: none;
        z-index:0;
    }
    .banking-login h2 {
        margin-bottom:.5em;
        white-space: nowrap;
    }
    .banking-login .form-group {
        margin-bottom: .8125em; /*13px*/
    }

    /* --------------- Rate Bar --------------- */

    .rate-bar .rb-col {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%;
    }
    .rate-bar .rb-col:nth-child(-n+6):after {
        display: none;
    }

    /* --------------- We're With You --------------- */

    .wwy-polaroid-img {
        width:40%;
    }
    .wwy-text-block {
        font-size: 1.125em;
        width:60%;
    }
    .wwy-text-block h2 {
        font-size: 2.4em;
    }
    .wwy-carousel .wwy-item {
        opacity: .3;
    }
    .wwy-carousel-one-slide .wwy-item,
    .wwy-carousel .slick-center .wwy-item {
        opacity: 1;
    }
    .wwy-carousel .slick-prev {
        left: auto;
        right:80%;
    }
    .wwy-carousel .slick-next {
        left:80%;
        right: auto;
    }

    /* --------------- News, Work@WyHy, Child Nav, Child Promo --------------- */

    .home-news,
    .home-careers,
    .child-nav,
    .child-promo {
        background: none;
    }
    .home-news,
    .child-nav {
        padding-right: 30px;
    }
    .home-careers,
    .child-promo {
        padding-left: 30px;
    }
    .homepage-row-2,
    .child-page-aside {
        position: relative;
    }
    .homepage-row-2:before,
    .child-page-aside:before {
        content: '';
        position: absolute;
        top:0;
        bottom: 0;
        left:50%;
        right:0;
        width:50%;
        height: 100%;
    }
    .homepage-row-2:before,
    .child-page-aside {
        background: url(../images/bg-wood-texture-brown.jpg) repeat-y left top #847362;
    }
    .homepage-row-2,
    .child-page-aside:before {
        background: url(../images/bg-wood-texture-navy.jpg) repeat-y left top #01455E;
    }

    /* --------------- Child Page --------------- */

    .child-nav {
        text-align: center;
    }

    /* --------------- Silvercloud FAQs --------------- */

    .child-page-faqs .silvercloud_search_result {
        width:33.333%;
        padding-right: 15px;
        float:left;
        margin-bottom: 1em;
    }
    .child-page-faqs .silvercloud_search_result:nth-child(2n + 1) {
        clear: none;
    }
    .child-page-faqs .silvercloud_search_result:nth-child(3n + 1) {
        clear:left;
    }

}


/* ----------------------------------------------- */
/* LG and wider */
/* ----------------------------------------------- */

@media (min-width: 1200px) {

    .wwy-text-block {
        font-size: 1.3125em;
    }

    /* --------------- Child Page --------------- */

    .child-page-header {
        font-size: 1.25em; /* 20px */
    }
    .page-header-content {
        margin-left: 0;
        margin-right: 0;
    }
    .child-page-header h1,
    .child-page-header .news-page-title {
        font-size: 3em;
    }

}

@media (min-width: 1680px) {
    .wwy-carousel {
        background-size: 100% auto;
    }
}
@media (min-width: 3360px) {
    .home-news,
    .child-nav,
    .home-careers,
    .child-promo,
    .homepage-row-2,
    .child-page-aside,
    .homepage-row-2:before,
    .child-page-aside:before {
        background-size: 100% auto;
    }
}

/* ----------------------------------------------- */
/* 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 {
	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;
}
.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;
	font-size:1em;
}
#MegaMenu .mm-button-red .btn-primary,
#MegaMenu .mm-button-red .btn-primary:active,
#MegaMenu .mm-button-red .btn-primary:active:focus {
	background-color:#cc0000;
	color:#fff !important;
}
#MegaMenu .mm-button-red .btn-primary:hover,
#MegaMenu .mm-button-red .btn-primary:active:hover {
	background-color:#fff;
	color:#cc0000 !important;
    border-color: #cc0000;
    box-shadow: none;
}
#MegaMenu .mm-button-red .btn-primary:focus {
    outline: 0 none;
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(204,0,0,0.5) !important;
}

#MegaMenu .mm-column > a {
    font-size:1.25em; /* 20px */
	font-weight:600;
	border-bottom:2px solid #dee2e3;
	margin-bottom:0.5em;
}
#MegaMenu .mm-links a {
	color:#004990;
}
#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;
		border-top:1px solid #fff;
        margin-left:-15px;
        margin-right:-15px;
		cursor:pointer;
	}
	.navbar-header {
		background-color: #00467f;
	}
	/*.navbar-header[aria-expanded="true"] {
		background-color: #00467f;
	}*/
	.navbar-default .navbar-brand,
	.navbar-default .navbar-brand:hover,
	.navbar-default .navbar-brand:focus {
		color:#fff;
		font-size:1.5em; /* 24px */
		font-weight:600;
		text-transform:uppercase;
	}
	.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: #00467f;
		height:3px;
		width:24px;
	}
	/*.navbar-default .navbar-header[aria-expanded="true"] .navbar-toggle .icon-bar {
		background-color: #b0b579;
	}*/
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top:3px;
	}
    #MegaMenu {
        margin-top:0;
        margin-bottom: 0;
    }
	#MegaMenu > li {
		border-bottom:1px solid #e8eaeb;
	}
	#MegaMenu > li:hover {
		background-color: #f3f4f5;
	}
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		color:#00467f;
	}
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:focus {
		background-color:#00467f;
		color:#fff;
	}
	.navbar-default .navbar-nav > .open > a:hover {
		background-color:#01455E;
		color:#fff;
	}
	.yamm .yamm-content {
		background-color:#f3f4f5;
		padding:10px 15px;
	}
	.yamm .yamm-content .mm-links li a {
		border-bottom:1px solid #dee2e3;
		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%;
        margin-top:20px;
	}
    .container-fluid .navbar-collapse {
        padding-left:0;
        padding-right:0;
        margin-left:-15px;
        margin-right:-15px;
    }
	.navbar-default .navbar-nav > li > a {
		font-size:1.125em; /* 18px */
		font-weight:600;
        color:#707070;
		padding:8px 12px 20px 12px;
	}
    .navbar-default .navbar-nav > li.item-current > a,
    .navbar-default .navbar-nav > li > a:focus {
        color:#00467f;
        border-bottom:4px solid #bed62f;
        padding-bottom:8px;
        margin-bottom:1px;
    }
    .navbar-default .navbar-nav > li > a:hover {
		color:#00467f;
        /* Override Current Item Styles */
        border-bottom: 0 none;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    .navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > li.item-current.open > a {
		color:#00467f;
        background-color:#fff;
		margin-top:-9px;
		padding-top:14px;
		border-top-left-radius:5px;
		border-top-right-radius:5px;
		box-shadow:0 -2px 7px -2px rgba(0,0,0,0.3);
        border-top:3px solid #bed62f;
        /* Override Current Item Styles */
        border-bottom: 0 none;
        padding-bottom: 20px;
        margin-bottom: 0;
	}

	/* Specify dropdown widths */
	.menu-1 .dropdown-menu {
		width:34em;
	}
	.menu-2 .dropdown-menu {
		width:18em;
	}
	.menu-3 .dropdown-menu {
		width:720px;
	}
	.menu-4 .dropdown-menu {
		width:17em;
	}
	.menu-5 .dropdown-menu {
		width:17em;
	}

	#MegaMenu .dropdown-menu {
		box-shadow:0 7px 7px rgba(0, 0, 0, 0.15);
		border-radius:5px;
		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-3 {
	    position:static;
	}

	/* Right-aligned menus */
	.yamm #MegaMenu.navbar-right .menu-3 .dropdown-menu,
    .yamm #MegaMenu.navbar-right .menu-5 .dropdown-menu {
		left: auto;
		right: 0;
	}

}

/* SM Only */
@media (min-width: 768px) and (max-width: 991px) {

    /* 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;
	}

}

/* MD and wider */
@media (min-width: 992px) {

    .header-row-2 {
        padding-top:1px; /* needed for .navbar-default margin */
    }
    .navbar-default {
        margin-top:11px;
    }

	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:focus {
        /*font-size: 1.25em;*/ /* 20px */
        padding-left:12px;
        padding-right: 12px;
	}

}

/* LG and wider */
@media (min-width: 1200px) {

    .navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:focus {
        padding-left:26px;
        padding-right: 26px;
    }
    
    .menu-3 .dropdown-menu {
		width:960px;
	}

}

/* --------------- Special Offers Button Dropdown --------------- */

.special-offers-dropdown .dropdown-menu {
    padding: 20px 30px;
}
.special-offers-dropdown .dropdown-menu a {
    padding: 7px 0;
    color: #004990;
}
.special-offers-dropdown .dropdown-menu a:hover {
    background-color: transparent;
    color: #004990;
    text-decoration: underline;
}
.special-offers-dropdown .btn-sm {
    margin: 0;
}

@media (max-width: 767px) {
    .special-offers-dropdown {
        width: 18em;
        margin: 15px auto;
    }
    .special-offers-dropdown .btn {
        width: 18em;
    }
}

@media (min-width: 768px) {
    .special-offers-dropdown .dropdown-menu {
        /* .dropdown-menu-right */
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-row-2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header-row-2 .special-offers-dropdown {
        -ms-flex-order: -1;
        order: -1;
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top:23px;
    }
}

@media (min-width: 992px) {
    .header-row-2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .special-offers-dropdown {
        margin-left: 15px;
        margin-bottom: 12px;
    }
}

/* ----------------------------------------------- */
/* Print */
/* ----------------------------------------------- */

@media print {

    body {
        font-size:12px;
    }
	a[href]:after {
	    content: none !important;
	}
    #carousel-homepage .carousel-inner .item img {
        width:auto;
        height: auto;
    }
    .slick-arrow {
        display: none !important;
    }
    .slick-list {
        padding:0 !important;
    }
    .home-news,
    .home-careers,
    .child-promo {
        min-height: 0 !important;
    }
    .home-news .media-left,
    .home-careers .media-left,
    .child-promo .media-left, 
    .news-page-content .media-left {
        display: none;
    }
    p.view-all,
    .carousel-indicators {
        display: none;
    }
    .rate-bar .rb-col {
        min-height: 0 !important;
    }

}
