/* Colors

#a4cf4b - lime green
#003e12 - dark green
#2a7ba0 - blue (4.73:1 - header gradient and QL icons)
#286e8b - blue (5.69:1 - buttons)
#255463 - dark blue/teal
#c6c6c6 - light gray bg

*/

/* 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;
}
main {
	display:block;
}
a#jump-to-main:focus {
	position: static;
	display: block;
	text-align: center;
	background-color: #fff;
	width: 100%;
	height: auto;
	padding: 10px;
	margin: 0;
	overflow: visible;
	clip: auto;
	border-bottom: 1px solid #ccc;
}
.modal-title {
	font-size: 1.25em;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-style:normal;
	font-weight:400;
	font-size:16px;
	color:#333;
	line-height:1.5;
	background-color:#fff;
}
a:focus,
a.site-logo:focus img,
button:focus,
input:focus,
textarea:focus,
select:focus,
*:focus {
	outline:2px solid #e18f13;
}
hr {
	border-top:1px solid #ddd;
	margin-top:0;
	margin-bottom: 1.5em;
}
a,
a:focus,
a:active,
a:hover {
	color:#2a7ba0;
}
.page-content a {
	text-decoration:underline;
}
.page-content a:hover {
	text-decoration:none;
}
a[name] {
	text-decoration: none;
}
p,
ul,
ol {
    margin-bottom:1.5em;
}
h1,h2,h3,h4,h5,h6 {
	margin-top:0;
}
/* Section Head */
.page-content h2,
.page-content h3.section-heading,
h1.news-title {
    font-weight: 400;
    font-size: 1.875em; /* 30px */
	color:#2a7ba0;
    margin-bottom: 0.333em; /* 10px */
}
/* Display Font */
.page-content h2.display-text-large {
	font-family: 'archisticobold', serif;
	font-style:normal;
	font-weight: normal;
	font-size: 2.75em;
	color:#255463;
	margin-bottom: .333em;
}
/* Subhead */
.page-content h2.subhead,
.page-content h3,
.page-content h4.subhead {
	font-size:1.3125em; /* 21px */
	font-weight: 400;
	color:#2a7ba0;
	margin-bottom:.47619em; /* 10px */
}
h2.heading-bar-1 {
	padding:5px 15px;
    background-color: #286e8b;
    color:#fff;
    font-size: 1.5em;
    font-weight:400;
    line-height: 1.3;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
h3.heading-bar-1 {
	padding:5px 15px;
    background-color: #286e8b;
    color:#fff;
    font-size: 1em;
    line-height: 1.5;
}
.text-bold-1,
.text-bold-1 a {
	font-weight:700;
	color:#2a7ba0; /* blue */
}
.text-bold-2,
.text-bold-2 a {
	font-weight:700;
	color:#255463 /* dark blue */
}
.text-bold-3,
.text-bold-3 a {
	font-weight:700;
	color:#003e12; /* dark green */
}
.text-bold-4,
.text-bold-4 a {
	font-weight:700;
	color:#000; /* black */
}
.text-18pt {
    font-size: 18pt;
}
small {
	font-size:0.875em; /* 14px */
}

.page-content .pull-left {
	margin:0 20px 10px 0;
}
.page-content .pull-right {
	margin:0 0 10px 20px;
}

.form-control {
    font-size: 16px;
	height:2.25em; /* 36px */
	border-radius: 0;
}

.bg-success {
	background-color: #f1f8e4;
	color: #046648;
}
.page-content .bg-success h2 {
	color: #046648;
}

.box-light-blue {
	padding:15px;
	border:1px solid #d4e2e8;
	background-color: #e9f0f3;
	margin-bottom: 1.5em;
}
.box-light-blue a,
.box-light-blue a:focus,
.box-light-blue a:active,
.box-light-blue a:hover {
	color:#286E8B;
}

::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #767676;
}
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #767676;
}
.placeholder {
  color: #767676; /* For placeholder fallback */
}

/* ----- Buttons ----- */

.btn {
    /* override */
    padding:5px 20px 7px 20px;
	font-size:18px;
    font-weight:700;
    text-decoration:none !important;
    line-height: 1.5em;
	border:2px solid transparent;
	border-radius: 3px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	white-space: normal;
}
.btn:active {
    box-shadow:none;
}
.btn-sm {
	font-size:16px;
	padding:3px 16px 5px 16px;
	border-radius:3px;
}
.page-content .btn {
    margin-bottom: 5px;
}

/* Solid Green Button */
.btn-primary {
	background-color:#a4cf4b;
    border-color: #003e12;
	color:#003e12;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:active {
	background-color:#fff;
    border-color: #003e12;
	color:#003e12;
}

/* Hollow Green Button */
.btn-default {
	background-color:#fff;
    border-color: #003e12;
	color:#003e12;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:hover,
.btn-default:active:focus,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:active {
	background-color:#a4cf4b;
    border-color: #003e12;
	color:#003e12;
}
/* same as btn-default */
.btn-secondary {
	background-color:#fff;
    border-color: #003e12;
	color:#003e12;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:hover,
.btn-secondary:active:focus,
.open > .dropdown-toggle.btn-secondary,
.open > .dropdown-toggle.btn-secondary:hover,
.open > .dropdown-toggle.btn-secondary:focus,
.open > .dropdown-toggle.btn-secondary:active {
	background-color:#a4cf4b;
    border-color: #003e12;
	color:#003e12;
}

/* Solid Teal Blue Button */
.btn-primary-2 {
	background-color:#286e8b;
    border-color: #fff;
	color:#fff;
}
.btn-primary-2:hover,
.btn-primary-2:focus,
.btn-primary-2:active,
.btn-primary-2:active:hover,
.btn-primary-2:active:focus,
.open > .dropdown-toggle.btn-primary-2,
.open > .dropdown-toggle.btn-primary-2:hover,
.open > .dropdown-toggle.btn-primary-2:focus,
.open > .dropdown-toggle.btn-primary-2:active {
	background-color:#fff;
    border-color: #286e8b;
	color:#286e8b;
}

/* Hollow Teal Blue Button */
.btn-default-2 {
	background-color:#fff;
    border-color: #286e8b;
	color:#286e8b;
}
.btn-default-2:hover,
.btn-default-2:focus,
.btn-default-2:active,
.btn-default-2:active:hover,
.btn-default-2:active:focus,
.open > .dropdown-toggle.btn-default-2,
.open > .dropdown-toggle.btn-default-2:hover,
.open > .dropdown-toggle.btn-default-2:focus,
.open > .dropdown-toggle.btn-default-2:active {
	background-color:#286e8b;
    border-color: #fff;
	color:#fff;
}

/* Solid Red Button */
.btn-red {
	background-color:#dc3545;
    border-color: #fff;
	color:#fff;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red:active:hover,
.btn-red:active:focus,
.open > .dropdown-toggle.btn-red,
.open > .dropdown-toggle.btn-red:hover,
.open > .dropdown-toggle.btn-red:focus,
.open > .dropdown-toggle.btn-red:active {
	background-color:#fff;
    border-color: #dc3545;
	color:#dc3545;
}

/* Top of Page Button */
#top-of-page-btn {
	display:none;
	position: fixed;
	bottom:10px;
	right:10px;
	z-index: 1001;
	border: 0 none;
	padding:10px 15px;
}

/* ----- 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:-.8em;
}
.page-content ul li:before {
    content: '';
    display: inline-block;
    height: .5em;
	width: .5em;
	background-color: #a4cf4b;
	border-radius: 50%;
    position: relative;
    left: -0.5em;
    top: -.1em;
}
.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: square;
    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;
}

ul.footnote,
.page-content ul.footnote {
	font-size:0.875em; /* 14px */
	color:#767676;
	list-style: none;
	padding:0;
	margin-bottom: 1.5em;
}
ul.footnote li,
.page-content ul.footnote li {
	list-style: none;
	padding:0;
	margin-bottom: 1em;
	text-indent: 0;
}
.page-content ul.footnote li:before {
	display: none;
}

/* --------------- Tables --------------- */

.table caption {
	background-color:#286e8b;
	color:#fff;
	font-size:1.5em; /* 24px */
	font-weight:400;
	padding: 5px 15px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	text-align:left;
}
.table caption a {
	color:#fff;
}
.table > tbody > tr > th,
.table > thead > tr > th {
	background-color:#ebebeb;
	color:#255463;
	vertical-align:bottom;
    padding-left: 15px;
    padding-right: 15px;
}
.table th a {
	color:#255463;
}
.table > tbody > tr > th[scope="row"] {
    background-color:#fafafa;
	font-weight: 400;
	border-color: #ebebeb;
}
.table > tbody > tr > th[scope="colgroup"] {
	background-color:#f1f1f1;
	color:#255463;
}
.table > tbody > tr > td {
    border-color:#ebebeb;
    padding-left: 15px;
    padding-right: 15px;
}

.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;
}

/* --------------- Header Alert ---------------*/

#header-alert {
	background-color:#FFDD88;
    color:#333;
	padding-top:15px;
	padding-bottom:10px;
	position:relative;
}
#header-alert:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:6px;
	background-color: transparent;
	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 */
}
#header-alert .glyphicon-exclamation-sign {
	position: relative;
    top:2px;
	font-size:2.5em;
	float:left;
	margin-right:10px;
	color:#255463;
}
#header-alert .container-fluid {
	padding-right:35px; /* to makeroom for close icon */
}
#header-alert p {
	margin-bottom:10px;
}
#header-alert a {
	color:#255463;
	text-decoration:underline;
}
#header-alert a:hover {
	text-decoration:none;
}
#header-alert strong {
    color:#255463;
}
#header-alert .btn-close-alert {
	position:absolute;
	top:15px;
	right:15px;
	color:#bfa666;
	text-decoration:none;
    background-color: transparent;
    border: 0 none;
}
#header-alert .btn-close-alert:hover {
    color:#255463;
}

/* --------------- Header --------------- */

header {
    background-color: #276781;
    background-image: -webkit-linear-gradient(top, #2a7ba0, #255463); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image: linear-gradient(to bottom, #2a7ba0, #255463); /* Chrome 26, Firefox 16+, IE 10+, Opera */
	color:#fff;
}

.site-logo img {
    width:346px;
    margin: 15px auto;
}

.header-icons-container {
	display:-webkit-flex;
	display: -ms-flexbox;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items:center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 6px;
}
.header-routing-number {
	text-align: center;
	font-size: .9375em;
}
.header-routing-number a {
	color:#fff;
}

/* --------------- Site Search --------------- */

.site-search .searchBox {
	position: relative;
}
.site-search .searchLabel {
    position: absolute;
	top: 0;
	left:1.25em;
    background-color: #fff;
	color: #666;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
    font-weight: normal;
    padding: 2px 6px 4px 6px;
	border: 1px solid #ddd;
	opacity: 0;
	transition: top 0.5s;
	z-index: -1;
}
.site-search .searchLabel.visible {
	top: -1.75em;
	opacity: 1;
	z-index: 1;
}


.site-search-dd-container {
	margin-right:15px;
}
.site-search-dd-container.open {
	margin-right:30px;
}
a#site-search-dd {
	position:relative;
	display:block;
	width:36px;
	height: 36px;
	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 0 transparent;
}
a#site-search-dd:hover,
a#site-search-dd:focus {
	box-shadow: inset 0 0 0 19px #fff;
	outline:0 none;
}
a#site-search-dd:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	background:url(../images/search-icon-sprite-v2.png) no-repeat left top;
	background-size:36px 108px;
}
a#site-search-dd:hover:after,
a#site-search-dd:focus:after {
	background-position:0 -36px;
}
a#site-search-dd[aria-expanded="true"] {
	width:36px;
	height:36px;
	position: absolute;
	top:-9px;
	right:-28px;
	border-radius: 0;
	-webkit-transition: box-shadow 0s;
	transition: box-shadow 0s;
	box-shadow: none;
}
a#site-search-dd[aria-expanded="true"]::after {
	background-position:0 -72px;
}
a#site-search-dd[aria-expanded="true"]:focus::after {
	outline:2px solid #e18f13;
}
.site-search-dd-container .dropdown-menu {
	position: static;
	box-shadow: none;
	padding:0;
	font-size: 1em;
	width:260px;
	margin-top:0;
	border:none;
	border-radius: 0;
	background-color: transparent;
}
.site-search-dd-container .site-search .searchTextBox {
	border:1px solid #fff;
	font-size: 1.125em; /* 18px */
	color:#333;
	width:100%;
	padding:3px 40px 4px 15px;
	border-radius: 18px;
}
.site-search-dd-container .site-search .searchTextBox:focus {
	outline: 0 none;
	box-shadow: 0 0 0 2px #e18f13;
}
.site-search-dd-container .site-search .searchButton {
	width:36px;
	height:36px;
	position:absolute;
	top:0;
	right:0;
}

/* ----- Social Media Icons ----- */

#social-icons {
	list-style-type:none;
	width: 222px;
	padding:0;
	margin:0;
}
#social-icons li {
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 5px;
}
#social-icons a {
	width: 32px;
	height: 32px;
	border-radius:50%;
	display: block;
	text-decoration: none;
	text-indent:-99999px;
	background-color:transparent;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	position:relative;
}
#social-icons a:focus {
	outline: 0 none;
}
#social-icons a:after {
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background: url("../images/social-icons-sprite-v2.png") no-repeat scroll 0 0 transparent;
	background-size:192px 64px;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;	
}
#social-icons .item-1 a:after {
	background-position: left top;
}
#social-icons .item-1 a:hover:after,
#social-icons .item-1 a:focus:after {
	background-position: left -32px;
}
#social-icons .item-2 a:after {
	background-position: -32px top;
}
#social-icons .item-2 a:hover:after,
#social-icons .item-2 a:focus:after {
	background-position: -32px -32px;
}
#social-icons .item-3 a:after {
	background-position: -64px top;
}
#social-icons .item-3 a:hover:after,
#social-icons .item-3 a:focus:after {
	background-position: -64px -32px;
}
#social-icons .item-4 a:after {
	background-position: -96px top;
}
#social-icons .item-4 a:hover:after,
#social-icons .item-4 a:focus:after {
	background-position: -96px -32px;
}
#social-icons .item-5 a:after {
	background-position: -128px top;
}
#social-icons .item-5 a:hover:after,
#social-icons .item-5 a:focus:after {
	background-position: -128px -32px;
}
#social-icons .item-6 a:after {
	background-position: -160px top;
}
#social-icons .item-6 a:hover:after,
#social-icons .item-6 a:focus:after {
	background-position: -160px -32px;
}
#social-icons .item-1 a:hover,
#social-icons .item-2 a:hover,
#social-icons .item-3 a:hover,
#social-icons .item-4 a:hover,
#social-icons .item-5 a:hover,
#social-icons .item-6 a:hover,
#social-icons .item-1 a:focus,
#social-icons .item-2 a:focus,
#social-icons .item-3 a:focus,
#social-icons .item-4 a:focus,
#social-icons .item-5 a:focus,
#social-icons .item-6 a:focus {
	background-color:#fff;
}

.banking-login-wrapper {
	background-color:#e2e2e2;
	padding:47px 0 10px 0;
}
.banking-login {
	width:256px;
	padding:0 15px 15px 15px;
	margin:0 auto 8px auto;
	background-color: rgba(255,255,255,0.9);
	border:2px solid #9ccd32;
	border-radius: 4px;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.33);
}
.banking-login h2 {
	/*font-size: 1em;*/
	font-size: .875em;
	font-weight: 700;
	text-align: center;
    line-height: 1.25;
	padding: 6px 10px 6px 10px;
	margin:-16px 0 20px 0;
    background-color: #A3D140;
	color: #3e5214;
    border-radius: 4px;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.33);
}
.banking-login .login-fields {
	margin-bottom: 15px;
}
.banking-login .login-fields input {
	width:100%;
	font-family: 'Montserrat', sans-serif;
    font-style:normal;
	font-weight:400;
	font-size:16px;
	color:#333;
	line-height:1.5;
	border:1px solid #79a5ba;
	padding: 6px 10px;
}
.banking-login .login-links {
	list-style: none;
	padding-left: 0;
	font-size: .75em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.banking-login .login-links a {
	color:#256c8d;
}
.banking-login .login-links li:nth-child(1) {
    -ms-flex: 0 0 50%;
	flex: 0 0 50%;
	font-weight: 700;
}
.banking-login .login-links li:nth-child(2) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: right;
}
.banking-login .login-links li:nth-child(3) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
}
.banking-login .btn-ob-login {
	float:right;
	font-size:16px;
	padding:3px 16px 5px 16px;
	border-radius:3px;
}
.banking-login-buttons {
	max-width: 220px;
	margin:0 auto;
}
.banking-login-buttons .btn {
	margin-bottom: 8px;
}

/* floating labels */

.floating-label-input {
	position: relative;
}
.banking-login .floating-label-input {
	margin-top:15px;
}
.banking-login .floating-label-input label {
	position: absolute;
	left:10px;
	top:7px;
    font-size: 16px;
	font-weight: 400;
	color:#767676;
    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;
}
.banking-login .floating-label-input label.active {
	font-size:12px;
	color:#333;
	top:-13px;
	left:7px;
    background-color:#fff;
	padding:0 7px;
	border:1px solid #ddd;
    cursor: default;
}

/* --------------- Icon Carousel --------------- */

.icon-carousel-wrapper {
    padding:40px 60px;
}
.icon-carousel {
	margin:0 auto;
}
.icon-carousel a {
	display: block;
}
.icon-carousel a:hover,
.icon-carousel a:focus {
    text-decoration: none;
}
.icon-img {
    display: block;
    max-width: 100%;
    height: auto;
    width:120px;
    margin:0 auto;
}
.icon-label {
	font-family: 'archisticobold', serif;
    font-style:normal;
    font-weight: normal;
	font-size: 1.3125em;
    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: url(../images/icon-carousel-nav-sprite.png) no-repeat left top transparent;
	width:45px;
	height: 67px;
    color: transparent;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
}
.icon-carousel .slick-prev {
    left: -45px;
	right:auto;
}
.icon-carousel .slick-next {
    left:auto;
	right: -45px;
	background-position: -45px top;
}

.icon-carousel .slick-prev:hover,
.icon-carousel .slick-prev:focus {
	background-position: 0 -67px;
}
.icon-carousel .slick-next:hover,
.icon-carousel .slick-next:focus {
	background-position: -45px -67px;
}

/* --------------- News and Announcements --------------- */

.news-teaser {
	max-width: 290px;
	margin:0 auto 20px auto;
}
.news-teaser a {
	display: block;
	text-decoration: none;
	color: #333;
	padding:10px;
	margin-left:-10px;
	margin-right: -10px;
	background-color: transparent;
	transition: background-color 0.3s;
}
.news-teaser a:hover,
.news-teaser a:focus {
	background-color:#f0f6f8;
	text-decoration: none;
}
.news-teaser a:focus {
	outline-color: #2a7ba0;
}
.news-teaser a h2 {
	color: #2a7ba0;
}
.news-teaser-image {
	margin-bottom: 15px;
}
.news-teaser-caption {
	font-size: 1.125em; /* 18px */
}
.news-teaser-caption h3 {
	font-family: 'archisticobold', serif;
	font-style:normal;
	font-weight: normal;
	font-size: 1.333em; /* 24px */
	margin-bottom: .125em;
}
.news-teaser-caption p {
	margin-bottom: 0;
}

/* Specific to Homepage */

.home-news {
	background-color:#a4cf4b;
	color:#003e12;
	padding:30px 0;
}
.home-news h2 {
	font-family: 'archisticobold', serif;
	font-style:normal;
	font-weight: normal;
	font-size: 2em;
	text-align: center;
	line-height: 1.1;
	margin-bottom: .5em;
}
.home-news .news-teaser a,
.home-news .news-teaser a h2 {
	color:#003e12;
}
.home-news .news-teaser a:hover,
.home-news .news-teaser a:focus {
	background-color:#bfdd81;
}
.home-news .news-teaser a:focus {
	outline-color: #fff;
}
.home-news .more-news {
	font-family: 'archisticobold', serif;
	font-style:normal;
	font-weight: normal;
	font-size: 1.125em;
	text-align: center;
}
.home-news .more-news a {
	color:#003e12;
}
.home-news .more-news a:focus {
	outline-color: #fff;
	background-color: #bfdd81;
}

/* --------------- Footer --------------- */

footer {
	background-color: #c6c6c6;
	background-image: -webkit-linear-gradient(top, #fff, #c6c6c6); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:         linear-gradient(to bottom, #fff, #c6c6c6); /* Chrome 26, Firefox 16+, IE 10+, Opera */
	color:#255463;
	padding: 35px 0 20px 0;
}
footer a,
footer a:focus,
footer a:active,
footer a:hover {
	color:#255463;
}
.footer-logos li {
	float:left;
}
.footer-logos img {
	margin-right:15px;
	margin-bottom:15px;
}
footer ul {
	list-style: none;
	padding:0;
	margin:0 0 1.5em 0;
}
footer h2 {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.5;
}

/* --------------- Child Page Header --------------- */

.child-page-header img {
	width:100%;
}
.child-page-header .page-heading {
	padding:15px;
}
.child-page-header h1 {
	font-family: 'archisticobold', serif;
	font-style:normal;
	font-weight: normal;
	font-size: 2.25em; /* 36px */
	color:#255463;
	margin-bottom: 0;
}

/* --------------- Tabs --------------- */

.page-content ul.nav-tabs,
.page-content ul#content-tabs {
    margin-top:0;
	margin-bottom:1.5em;
	padding-left:0;
	border-bottom:5px solid #a4cf4b;
}
.page-content ul#content-tabs:before,
.page-content ul#content-tabs:after {
	display: table;
	content: " ";
}
.page-content ul#content-tabs:after {
	clear: both;
}
.page-content ul.nav-tabs > li,
.page-content ul#content-tabs > li {
	margin-bottom:-1px;
	text-indent:0;
	padding-left:0;
	/* Bootstrap styles */
	float:left;
	position: relative;
	display: block;
}
.page-content ul.nav-tabs > li:before,
.page-content ul#content-tabs > li:before {
	content:"";
	display:none;
}
.page-content ul.nav-tabs > li a,
.page-content ul#content-tabs > li a {
	text-decoration:none;
	font-weight:700;
	font-size:1em;
	background-color:#003e12;
	color:#fff;
	border:0 none;
	line-height:1.5;
	/* Bootstrap styles */
	margin-right:2px;
	border-radius: 4px 4px 0 0;
	position: relative;
	display: block;
	padding:10px 15px;
}
.page-content ul.nav-tabs > li.active a,
.page-content ul.nav-tabs > li.active a:hover,
.page-content ul.nav-tabs > li.active a:focus,
.page-content ul#content-tabs > li.CMSListMenuHighlightedLI a,
.page-content ul#content-tabs > li.CMSListMenuHighlightedLI a:hover,
.page-content ul#content-tabs > li.CMSListMenuHighlightedLI a:focus {
	background-color:#a4cf4b;
	color:#003e12;
	border:0 none;
}
.page-content ul.nav-tabs > li a:hover,
.page-content ul#content-tabs > li a:hover {
	background-color:#003e12;
	color:#fff;
	border:0 none;
}
@media (max-width: 767px) {
    .page-content ul.nav-tabs > li,
	.page-content ul#content-tabs > li {
		width:100%;
		margin-bottom:1px;
    }
    .page-content ul.nav-tabs > li a,
	.page-content ul#content-tabs > li a {
        display: block;
        width:100%;
    }
}

/* --------------- Accordion --------------- */

.panel-group .panel {
	border-radius: 0;
}
.panel-heading {
	padding:0;
	border-radius: 0;
}
h2.panel-title,
h3.panel-title {
	font-size: 1em;
}
.panel-title > a {
	display:block;
	padding:10px 15px;
	color:#fff;
	background-color:#286e8b;
	text-decoration:none;
    font-size: 1.25em;
	font-weight:700;
	position:relative;
	border-radius: 0;
}
.panel-title > a:hover {
	background-color:#286e8b;
	color:#fff;
}
.panel-title > a.collapsed {
	background-color:#fff;
    color:#286e8b;
}
.panel-title > a.collapsed:hover {
	background-color:#286e8b;
	color:#fff;
}
.page-content h2.panel-title,
.page-content h3.panel-title {
	margin-bottom:0;
}

.accordion .panel-heading a[data-toggle="collapse"] svg {
    display:inline-block;
    width:2rem;
    height: 2rem;
    margin-right:.5rem;
    position: relative;
    top:.2rem;
    fill:#286e8b;
    transition: fill .3s;
}
.accordion .panel-heading a[aria-expanded="false"] svg {
    fill:#286e8b;
}
.accordion .panel-heading a[aria-expanded="true"] svg,
.accordion .panel-heading a[aria-expanded="false"]:hover svg {
    fill:#fff;
}

/* --------------- Search Page ---------------*/

.SearchDialog {
    margin-bottom:30px;
}
.SearchDialog .table .tr {
	width:100%;
	overflow: hidden;
	margin-bottom:10px;
}
.SearchDialog .table .td {
	float:left;
	min-height:1px;
}
.SearchDialog .table .td:first-of-type {
	width:7em;
}

.page-content .SearchResults h2 {
	font-size: 1em;
	margin-bottom: 0;
}

.search-result-block {
	margin-bottom:1.5em;
}
.search-result-title a {
	font-weight:700;
	text-decoration:none;
}
.search-result-title a:hover {
	text-decoration:underline;
}
.search-results-details {
	font-size:0.75em; /* 12px */
	color:#767676;
}
.site-search-url {
	word-wrap: break-word;
}
.site-search-relevance {
	width: 50px;
	border: solid 1px #ccc;
	margin-top: 5px;
	margin-right: 6px;
	float: left;
}
.site-search-relevance div {
	height:4px;
	background-color:#ccc;
}
.search-result-block .highlight {
	background-color:#ffffcc;
}
.site-search-create-date {
	display:block;
}

/* pagination */

.SearchResults .pager,
.blog-pagination .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,
.blog-pagination .pager a,
.blog-pagination .pager strong {
    display:inline-block;
    background-color:#286e8b;
	color:#fff;
	font-weight:700;
    text-decoration:none;
	padding:8px 12px !important;
	line-height:1;
	margin:0 0 6px 0;
    border-radius: 3px;
}
.SearchResults .pager a:hover,
.blog-pagination .pager a:hover {
    color: #003e12;
	background-color:#a4cf4b;
}
.SearchResults .pager strong,
.blog-pagination .pager strong {
    color: #003e12;
	background-color:#a4cf4b;
	font-weight:700;
    cursor: default;
}
.result-number {
	float:right;
	font-size:0.75em; /* 12px */
	font-weight:700;
}

/* --------------- Site Map ---------------*/

ul.CMSSiteMapList {
    margin-top: 0;
}
.CMSSiteMapList a {
	text-decoration:none;
	font-weight:bold;
}
.CMSSiteMapList a:hover {
	text-decoration:underline;	
}
.CMSSiteMapList li li a {
	font-weight:normal;
}

/* --------------- Forms --------------- */

.FormPanel {
	margin-bottom:1.5em;
}
.ErrorLabel,
.EditingFormErrorLabel {
	font-weight:700;
	color:#C00;
}
.date-example {
	font-size:0.75em; /* 12px */
}
.online-form .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,
.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 Bootstrap columns */

.online-form {
    padding:0 15px;
}
.online-form.form-horizontal {
    padding:0;
}
.online-form h2,
.online-form h3 {
    margin:0 -15px;
    
}
.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: #ebebeb;
    color:#255463;
    font-size: 1em;
}
.online-form.form-horizontal .form-group label {
	padding:3px 15px;
    background-color: #ebebeb;
	color:#255463;
	width:100%;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.text-sm-right {
		text-align: right;
	}
	.online-form.form-horizontal .form-group label {
		padding: 0;
		background-color: transparent;
		line-height: 2.25em;
		width:auto;
		margin-bottom: 0;
	}
	.online-form.form-horizontal .label-left label {
		text-align: left;
	}
}
.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;
}
.online-form .row .form-group .dollar-amount-input .EditingFormControlNestedControl {
    display: inline-block;
    width: calc(100% - 1em);
    padding-left:.25em;
}

@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 {
    margin-right:10px;
    /* override .form-control styles */
    display: inline;
    width:auto;
    height:auto;
}
.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;
}


/* ----------------------------------------------- */
/* XS Only */
/* ----------------------------------------------- */

@media (max-width: 767px) {
	
	.header-routing-number {
		margin-bottom:24px;
	}

	.child-page-content {
		border-bottom: 10px solid #a4cf4b;
	}
	.blue-background .child-page-content {
		border-bottom: 10px solid #2a7ba0;
	}

	/* For lists in two columns SM and larger, appear as one combined column for mobile */
    .page-content div.split-list 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;
    }
	
	/* ----- Top Nav ----- */
	.top-nav {
        margin-top:10px;
		margin-bottom: 6px;
		font-size: .9375em;
	}
	.top-nav ul {
		list-style: none;
		margin:0;
        padding:0;
        text-align: right;
	}
	.top-nav li {
		display: inline;
		padding:0 12px;
    }
    .top-nav li:last-child {
        padding-right: 0;
    }
	.top-nav a {
		color: #fff;
	}

	.header-icons-container {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	.header-routing-number {
		text-align: right;
	}

	.site-search-dd-container .dropdown-menu {
		left:auto;
		right:0;
	}

	/* --------------- News and Announcements --------------- */

	.home-news h2 {
		font-size: 2.5em;
	}
	.news-teaser {
		max-width: none;
	}
	.news-teaser a {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.news-teaser-image {
		-webkit-flex: 0 0 145px;
		-ms-flex: 0 0 145px;
		flex:0 0 145px;
	}
	.news-teaser-caption {
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-left:30px;
	}

	.child-page-content {
		background-color: #a4cf4b;
	}
	.blue-background .child-page-content {
		background-color: #2a7ba0;
	}
	.page-content {
		background-color: #fff;
		padding: 20px 30px 1px 30px;
	}

}


/* ----------------------------------------------- */
/* SM Only */
/* ----------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {

	.site-logo img {
		margin-top:0;
	}

	/* --------------- Child Page Header --------------- */

	.child-page-header-container {
		position: relative;
		min-height: 260px;
	}
	.child-page-header .page-heading {
		position: absolute;
		bottom: 0;
		width:100%;
		padding-bottom: 0;
	}
	.page-heading h1 {
		background-color: rgba(255,255,255,0.9);
		padding:15px 30px;
		font-size: 3.375em; /* 54px */
	}

}


/* ----------------------------------------------- */
/* MD and wider */
/* ----------------------------------------------- */

@media (min-width: 992px) {

	.site-logo img {
		margin-top:10px;
	}

	.homepage-row-1 {
		position: relative;
	}

	.banking-login-wrapper {
		background-color: transparent;
		padding:0;
		position: absolute;
		top: 15px;
		right: 72%;
		z-index: 998;
	}

	/* --------------- Child Page Header --------------- */

	.child-page-header {
		position: relative;
		overflow: hidden;
	}
	.child-page-header img {
		position: absolute;
		top:0;
		left:50%;
		width: auto;
		height: 100%;
		transform: translate(-50%, 0);
		z-index: -1;
	}
	.child-page-header .child-page-header-container {
		margin:0 auto;
		padding:37px 15px 0 15px;
		display:-webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		/* min-height: 568px; flex vertical alignment bug in IE when used with min-height */
		height: 568px;
	}
	.child-page-header .page-heading {
		background-color: rgba(255,255,255,0.9);
		padding:15px 70px;
		width:100%;
		max-width: 1140px;
		margin:0 auto;
	}
	.child-page-header h1 {
		font-size: 3.75em; /* 60px */
	}

	.page-content {
		padding: 30px 70px 1px 70px;
	}

}


/* ----------------------------------------------- */
/* MD Only */
/* ----------------------------------------------- */

@media (min-width: 992px) and (max-width: 1199px) {

	.top-nav {
		font-size: .8125em;
	}
	.top-nav li {
		padding:0 12px;
	}
	.banking-login-buttons .btn {
		margin-bottom: 10px;
	}
	
}


/* ----------------------------------------------- */
/* LG and wider */
/* ----------------------------------------------- */

@media (min-width: 1200px) {

	.child-page-header .page-heading {
		padding:15px 110px;
	}
	.page-content {
		padding: 30px 110px 1px 110px;
	}
	.banking-login-wrapper {
		top: 40px;
	}
	
}

/* ----------------------------------------------- */
/* Misc widths */
/* ----------------------------------------------- */

@media (min-width: 1700px) {
	.child-page-header img {
		left:0;
		right:0;
		width: 100%;
		height: auto;
		transform: none;
	}
}

/* ----------------------------------------------- */
/* 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-column > a {
    font-size: 1.25em; /* 20px */
    font-weight: 700;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 0.5em;
}
#MegaMenu .mm-links a {
    color: #2a7ba0;
}
#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: #a4cf4b;
	}
	.navbar-header > button {
		display:block;
		width:100%;
		background-color: transparent;
		border:0 none;
		margin:0;
		padding: 0;
	}
    .navbar-default .navbar-brand,
    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: #004a15;
        font-size: 1.3125em; /* 21px */
        font-weight: 700;
        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: #004a15;
        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 #ebebeb;
    }
    #MegaMenu>li:hover {
        background-color: #f5f5f5;
    }
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus {
        color: #286e8b;
    }
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus {
        background-color: #286e8b;
        color: #fff;
    }
    .navbar-default .navbar-nav>.open>a:hover {
        background-color: #286e8b;
        color: #fff;
    }
    .yamm .yamm-content {
        background-color: #f5f5f5;
        padding: 10px 15px;
    }
    .yamm .yamm-content .mm-links li a {
        border-bottom: 1px solid #e0e0e0;
        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 {
        font-family: 'archisticobold', serif;
        font-style:normal;
        font-weight: normal;
        font-size: 1.4375em; /* 23px */
        color: #fff;
		padding: 19px 16px 20px 16px;
		border-bottom: 1px solid transparent; /* needed for IE */
    }
    .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,
	.navbar-default .navbar-nav > li.item-current > a {
        color: #255463;
        background-color: #fff;
        margin-top:-2px;
        padding-top: 16px;
        padding-bottom:19px;
        border-top-left-radius: 10px;
		border-top-right-radius: 10px;
        box-shadow: 0 -4px 7px -2px rgba(0, 0, 0, 0.3);
        border-top: 6px solid #a4cf4b;
        /* Override Current Item Styles */
		border-bottom: 0 none;
		border-bottom:1px solid #fff; /* needed for IE */
		margin-bottom: 0;
		outline:0 none;
    }

    /* Specify dropdown widths */
    .menu-1 .dropdown-menu {
        width: 17em;
    }
    .menu-2 .dropdown-menu {
        width: 17em;
    }
    .menu-3 .dropdown-menu {
        width: 17em;
    }
    .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-5 .dropdown-menu {
        left: auto;
        right: 0;
    }
}


/* SM Only */

@media (min-width: 768px) and (max-width: 991px) {

	/* 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: 38px;
    }
	.navbar-default .navbar-nav > li {
		margin-left:2px;
		margin-right: 2px;
	}
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:focus {
		font-size: 1.3125em; /* 21px */
		padding-left:10px;
		padding-right:10px;
    }
}


/* LG and wider */

@media (min-width: 1200px) {
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:focus {
        font-size: 1.4375em; /* 23px */
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* Carousel Fade used for homepage banner ads */

/*
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 */
/* ----------------------------------------------- */

#carousel-homepage {
    width:100%;
    height:0;
    padding-bottom:47%;
    background-color:#f1f1f1;
}
ul.carousel-inner {
	list-style: none;
	padding:0;
	margin:0;
}
#carousel-homepage .carousel-inner .item,
#banner-ad-page .item {
    width:100%;
    height:0;
    padding-bottom:47%;
    background-color:#f1f1f1;
	background-repeat:no-repeat;
	background-position:right top;
	background-size:cover;
}
#carousel-homepage .carousel-inner > .active,
#carousel-homepage .carousel-inner > .next,
#carousel-homepage .carousel-inner > .prev {
	padding-bottom:47%;
}

/* 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%;
	z-index:11;
	background-color:transparent;
}

/* Trick to restart CSS Animation */
.left.active .animated,
.right.active .animated,
.next .animated,
.prev .animated {
	-webkit-animation: nonexistent;
	animation: nonexistent;
}

/* Carousel Indicators */

.carousel-indicators {
	margin:0 15px;
	display: -ms-flexbox;
  	display: flex;
	-ms-flex-pack: end;
  	justify-content: flex-end;
	text-align: right;
	left: 0;
	right: 0;
	bottom: 12px;
	width: auto;
}
.carousel-indicators li {
	width:26px;
	height:26px;
	line-height: 1;
	text-indent: 0;
	margin:0;
	position: static;
	background-color: transparent;
	opacity: 1;
	border-radius: 0;
	border:0 none;
	display: list-item;
}
.carousel-indicators li.active {
	background-color:transparent;
	width:26px;
	height:26px;
}
.carousel-indicators li::before,
.carousel-indicators li::after {
	display: none;
}
.carousel-indicators button {
	width:20px;
	height:20px;
	padding:0;
	margin:3px;
	background-color:transparent;
	color:#91b93e;
	border: 2px solid #fff;
	border-radius: 10px;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	cursor: pointer;
	position: relative;
}
.carousel-indicators button:focus {
	outline:0 none;
	box-shadow: 0 0 0 3px #91b93e;
}
.carousel-indicators li.active button {
	background-color:#91b93e;
}
.carousel-indicators li.togglePausePlay {
	width:calc(4rem + 6px);
}
.carousel-indicators li.togglePausePlay button {
	width:4rem;
	background-color: #fff;
}
.carousel-indicators li.togglePausePlay button::after,
.carousel-indicators li.togglePausePlay button[aria-label="Pause"]::after {
	content:'';
	display:block;
	width:12px;
	height: 12px;
	background: url(../images/play-pause-sprite.png) no-repeat 0 0 transparent;
	background-size: 12px 24px;
	position: absolute;
	top:2px;
	left:1.175rem;
}
.carousel-indicators li.togglePausePlay button[aria-label="Play"]::after {
	background-position: 0 -12px;
}

/* --------------- Carousel Captions --------------- */

.carousel-caption {
	font-size:21px;
    font-size:4.5vw;
	padding-top:0.555em;
	padding-bottom:45px; /* 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;
}
.caption-top {
	top:0;
	bottom:auto;
}
.caption-bottom {
	bottom:0;
}
.carousel-caption :last-child {
    margin-bottom:0;
}
.caption-left {
	left:3%;
	right:50%;
	text-align:left;
}
.caption-center {
	left:3%;
	right:3%;
}
.caption-right {
	left:50%;
	right:3%;
	text-align:right;
}
.text-shadow {
	text-shadow: 0.025em 0.025em 0.05em rgba(0,0,0,0.33);
}
.carousel-caption h2 {
	font-size: 100%;
	font-weight:700;
	margin-top:0;
	margin-bottom:.3em;
}
.carousel-caption h3 {
	font-size: 70%;
	font-weight:400;
	margin-top:0;
	margin-bottom:0.42857em;
    line-height: 1.2;
}
.carousel-caption .details-text {
	font-size: 50%;
	font-weight:400;
    margin-bottom: .6em;
    line-height: 1.3;
}
.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:0.075em 0.075em 0.15em rgba(0,0,0,0.333);
    padding:0.367em 1.333em 0.367em 1.333em;
}
.carousel-caption .btn-light {
	background-color:#a4cf4b;
    color:#003e12;
}
.carousel-caption .btn-light:hover,
.carousel-caption .btn-light:focus,
.carousel-caption .btn-light:active {
	background-color:#fff;
	color:#003e12;
	border-color: #003e12;
}
.carousel-caption .btn-dark {
	background-color:#286e8b;
	color:#fff;
}
.carousel-caption .btn-dark:hover,
.carousel-caption .btn-dark:focus,
.carousel-caption .btn-dark:active {
	background-color: #fff;
	color:#286e8b;
	border-color: #286e8b;
}

/* --------------- Banner Ad Page --------------- */

#banner-ad-page .item {
    position:relative;
	overflow:hidden;
}

/* ----------------------------------------------- */
/* SM and wider */
/* ----------------------------------------------- */

@media (min-width: 768px) {
	.carousel-caption {
		font-size: 35px; /* Fallback if vw unit is not supported */
        font-size:4.557vw;
	}
}

/* ----------------------------------------------- */
/* MD and wider */
/* ----------------------------------------------- */

@media (min-width: 992px) {

	.carousel-caption {
		font-size: 32px; /* Fallback */
        font-size:3.225vw;
	}

	.caption-left {
		left:31%;
    	right:36%;
	}
	.caption-center {
		left:31%;
		right:3%;
	}
	.caption-right {
		left: 64%;
		right:3%;
	}

	#carousel-homepage {
		padding-bottom:33.8095238%; /* 568/1680 */
	}
	#carousel-homepage .carousel-inner .item,
	#banner-ad-page .item {
		padding-bottom:33.8095238%;
	}
	.pass-through {
		padding-bottom:33.8095238%;
	}

}

/* ----------------------------------------------- */
/* LG and wider */
/* ----------------------------------------------- */

@media (min-width: 1200px) {
	.carousel-caption {
		font-size: 39px; /* Fallback */
		font-size:3.25vw;
	}
}


/* --------------- Blog Heading --------------- */

.PeachStateBlogTemplate header .main-nav-md-lg,
.PeachStateBlogTemplate .main-nav-xs-sm {
    display: none !important;
}
.PeachStateBlogTemplate .child-page-content {
    background-color: #dadada;
}
.blog-heading {
    margin: 0 auto 1em auto;
}
.blog-heading-title {
    font-family: 'archisticobold', serif;
    font-style: normal;
    font-weight: normal;
    font-size: 2.5em;
    line-height: 1;
    margin-bottom: 0;
}
.blog-heading-tagline {
    font-size: .975em;
    margin-bottom: 0;
}
.blog-home-link {
    text-align: right;
    flex: 1;
}
.blog-home-link a {
    color: #fff;
}
.blog-heading-col {
    display: flex;
    align-items: flex-end;
    min-height: 5em;
}

@media (min-width: 768px) {
    .blog-heading-col {
        justify-content: flex-end;
    }
    .blog-heading {
        margin: 2.5em 0 0 0;
    }
}

@media (min-width: 992px) {
    .blog-heading-row {
        margin-bottom: 1em;
    }
    .blog-heading-col {
        justify-content: flex-start;
    }
    .blog-heading {
        margin: 0;
    }
    .blog-heading-title {
        font-size: 3em;
    }
    .blog-heading-tagline {
        font-size: 1.175em;
    }
}

/* --------------- Blog --------------- */

.PeachStateBlogTemplate .child-page-content .container-fluid.site-max-width {
    max-width: 1140px;
    background-color: #fff;
}
.PeachStateBlogTemplate .page-content {
    padding:30px 0 1px 0;
}
@media (min-width: 768px) {
	.PeachStateBlogTemplate .page-content {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.PeachStateBlogTemplate .page-content .blog-category-heading {
	color: #255463;
	font-size: 2.25em;
	margin-bottom: .75em;
	border-bottom: 3px solid #a4cf4b;
	padding-bottom: .15em;
}
#breadcrumbs {
    margin-bottom: 1.5em;
}
.month-title {
    padding: 5px 10px;
    background-color: #255463;
  	color:#fff;
    font-weight: 700;
    margin-bottom: 1.5em;
}

/* --------------- Blog Post and Blog Post Summary --------------- */

.blog-post h1 {
    color: #2a7ba0;
    margin-bottom: 0.1em;
}
.blog-post-summary {
    margin-bottom: 1.5em;
}
.blog-post-summary a {
    text-decoration: none;
}
.blog-post-summary a:hover {
    text-decoration: underline;
}
.blog-post-summary .post-summary-text a {
    text-decoration: underline;
}
.blog-post-summary .post-summary-text a:hover {
    text-decoration: none;
}
.blog-post-summary .post-title {
    font-size: 1.5em;
    margin-bottom: 0.1em;
}
.blog-post-summary .post-title a {
    color: #2a7ba0;
}
.post-category {
    color: #767676;
}
.post-details {
    padding: 8px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin: 5px 0 20px 0;
    color: #767676;
}
.post-date {
    display: block;
    float: left;
    width: 60%;
}
.post-comments {
    display: block;
    float: right;
    width: 40%;
    text-align: right;
}
.blog-post-summary .post-summary {
    padding: 20px;
    background-color: #f8f8f8;
}
.blog-post-summary .post-teaser {
    margin-bottom: 10px;
}
.post-body .post-teaser {
	margin-bottom:1.5em;
}
.read-more {
    text-align: right;
}
.blog-post-summary .read-more {
    margin: 0;
}
.read-more .glyphicon {
    top: 0;
	background-color: #a4cf4b;
	color: #fff;
	font-size: .75em;
    padding: 3px 2px 3px 4px;
    border-radius: 50%;
    margin-right: 5px;
}
.read-more a {
	text-decoration: none;
	color: #2A799D;
}
.read-more a:hover {
    text-decoration: none;
    color: #2A799D;
}
.read-more a:hover .glyphicon {
    background-color: #2A799D;
}

/* --------------- Blog Comments ---------------*/

.BlogPanel {
	margin-top:1.5em;
}
.BlogCommentsTitle {
    font-size: .667em;
    font-weight: 700;
    background: #2a7ba0;
    color: #fff;
    padding: 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.BlogCommentsTitle {
    display: block;
    margin-bottom: 0;
}
.comments .InfoLabel,
.comments .ErrorLabel {
    display: block;
    margin: 1.5em 0;
    font-weight: 700;
}
.comments .InfoLabel {
    padding: 8px 15px;
    background-color: #edf5db;
    border-radius: 5px;
}
.comments .ErrorLabel {
    padding: 8px 15px;
    background-color: #fae5e5;
    border-radius: 5px;
    color: #cc0000;
}
.BlogRequiredValidator {
    color: #cc0000;
}
.BlogLeaveComment {
    font-weight: 700;
    color: #2a7ba0;
}
.CommentForm .tr {
    margin-bottom: 1em;
}
.CommentForm .TextBoxField,
.CommentForm .TextAreaField,
.CommentForm .CaptchaTextBox {
	border:1px solid #ccc;
    border-radius: 0;
    padding: 6px 12px;
}
.CommentForm .TextBoxField:focus,
.CommentForm .TextAreaField:focus,
.CommentForm .CaptchaTextBox:focus {
	border-color:#66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	outline: 0;
}
.CommentForm .TextAreaField {
    width: 100%;
}
.CommentForm .CaptchaBeforeText span {
    line-height: 2.25;
    margin-right: 10px;
}

/* hides the "Your URL" label and field*/
.CommentForm .BlogCommentUrl,
.CommentForm .BlogCommentUrl+div {
    display: none;
}

.CommentDetail {
    font-size: .875em;
    padding: 10px;
}
.CommentDetail:nth-of-type(2n) {
    background: #fbfbfb;
}
.CommentUserName {
    font-weight: 700;
}
.CommentText {
    display: block;
    margin: 3px 0;
}
.CommentDate {
    color: #747474;
    font-size: 0.92857em;
}
.PostCommentSeparatorLine {
    background-color: #eeeff3;
    border: 0 none;
    color: #eeeff3;
    height: 1px;
    margin: 0;
}
.CommentForm .CheckBoxMovedLeft input {
    margin: 1px 6px 4px 0;
    vertical-align: middle;
}
.CommentForm .CaptchaTable .tr {
    width: 100%;
    overflow: hidden;
}
.CommentForm .CaptchaTable .td {
    float: left;
}
.CommentForm .CaptchaTextBox {
    width: 6em;
}

/* --------------- Blog Paging ---------------*/

.PagerControl {
	margin-bottom: 1em;
	width: 100%;
    overflow: hidden;
    border-top: 1px solid #888;
}
.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: #286e8b;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 12px !important;
    text-decoration: none;
    line-height: 1;
    display: block;
    margin: 0 6px 0 0;
    border-radius: 3px;
}
.page-content .PagerNumberArea span span {
    cursor: default;
}
.page-content .PagerNumberArea span span.SelectedPage {
    color: #003e12;
    background-color: #a4cf4b;
    font-weight: 700;
    cursor: default;
}
.page-content .PagerNumberArea a:hover {
    color: #003e12;
    background-color: #a4cf4b;
}
.PagerResults {
    margin-bottom: 5px;
}

/* --------------- Blog Sidebar Boxes --------------- */

.child-nav,
.sb-tag-cloud {
    background-color: #a4cf4b;
    color: #003e12;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.child-nav h2,
.sb-tag-cloud h2 {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: .75em;
}
.child-nav ul {
    padding: 0;
    margin: 0 -10px;
    list-style: none;
}
.child-nav a {
    display: block;
    color: #003e12;
    padding: 6px 10px 6px 24px;
    text-indent: -1em;
    position: relative;
}
.child-nav a::before {
    content: '';
    background-color: #003e12;
	margin-right: 0.5em;
	display: inline-block;
    width: .4375em;
	height: .4375em;
	position:relative;
	top:-.125em;
    border-radius: 50%;
}
.child-nav a:hover {
    text-decoration: none;
    background-color: #c2df86;
}
.sb-tag-cloud ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sb-tag-cloud li {
    display: inline;
}
.sb-tag-cloud a,
.sb-tag-cloud a:focus,
.sb-tag-cloud a:active,
.sb-tag-cloud a:hover {
    color: #003e12;
}


/* --------------- Archistico webfont --------------- */

/*@font-face {
    font-family: 'archisticonormal';
    src: url('archistico/Archistico_Simple-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'archisticobold';
    src: url('archistico/Archistico_Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ----------------------------------------------- */
/* Print */
/* ----------------------------------------------- */

@media print {

	body {
		font-size:12px;
	}
	a[href]:after {
		content: none !important;
	}
	.news-teaser-caption {
		width:100%;
	}
	.child-page-header {
		position: static;
		overflow:visible;
	}
	.child-page-header .child-page-header-container {
		display:block;
		min-height: 0;
		height:auto;
		padding:0;
		margin:0;
	}
	.child-page-header img {
		display:none;
	}
	.child-page-header .page-heading {
		position: static;
		display:block;
		padding:0;
		clear:both;
		margin-bottom: 1.5em;
	}

}
