/*
Theme Name: Belco Community Credit Union
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

#footer-web {
	display:none;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* Headings */

h1 {
	font-size: 38px;
	margin-bottom: 10px;
}

h2 {
	font-size: 32px;
	margin-bottom: 10px;
}

h3 {
	font-size: 28px;
	margin-bottom: 10px;
}

h4 {
	font-size: 22px;
	margin-bottom: 10px;
}

h5 {
	font-size: 18px;
	margin-bottom: 10px;
}

h6 {
	font-size: 16px;
	margin-bottom: 10px;
}

#footer-web {
	display: none;
}

/* =Begin
-------------------------------------------------------------- */

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	position: static !important;
}

.grid {
	width: 1100px;
	margin: 0 auto;
}


/* =Utils
-------------------------------------------------------------- */

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}


/* =Header
-------------------------------------------------------------- */

header#main-header {
	background: rgba(255,255,255,.82);
	padding: 18px 0 20px;
	position: absolute;
	width: 100%;
	z-index: 900;
	margin-top: 20px;
	-webkit-transition: padding 250ms, background 500ms;
			transition: padding 250ms, background 500ms;
}

header#main-header h1 {
	margin: 0;
}

header#main-header h1 a {
	display: block;
	background: url(imgs/logo.png) no-repeat;
	background-size: 100%;
	width: 263px;
	height: 83px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: width 250ms, height 250ms;
			transition: width 250ms, height 250ms;
}

#header-left {
	float: left;
	width: 280px;
}

#header-right {
	float: right;
	width: 800px;
}

#top {
	margin: 5px 0 15px;
	float: right;
	-webkit-transition: margin 250ms;
			transition: margin 250ms;
}


/* fixed header styles */

header#main-header.fixed {
	position: fixed;
	margin-top: 0;
	padding: 8px 0 10px;
	background: #fff;
	-webkit-box-shadow: 0px -5px 7px 7px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px -5px 7px 7px rgba(0,0,0,0.20);
	box-shadow: 0px -5px 7px 7px rgba(0,0,0,0.20);
}

header#main-header.fixed h1 a {
	width: 197px;
	height: 62px;

}

header#main-header.fixed #top {
	margin: 0 0 7px;
}

/* top languages */


#google_translate_element {
	display: none;
}

ul.translation-links {
	margin: 0 10px 0 0;
	float: left;
}

ul.translation-links li {
	vertical-align: middle;
	list-style: none;
	display: inline-block;
}

ul.translation-links a {
	color: #026326;
	font-size: 12px;
	line-height: 12px;
	display: block;
}

ul.translation-links a:hover {
	color: #c0c494;
}

li.slash {
	font-size: 16px;
}


/* top nav */


nav#top-nav {
	float: left;
}

nav#top-nav ul {
	list-style: none;
	margin: 0;
}

nav#top-nav li {
	float: left;
}

nav#top-nav a {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 300;
	display: block;
	color: #1b1b1a;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 15px;
}

nav#top-nav li.apply-loan a {
	text-decoration: none;
	padding: 2px;
	margin: 0 15px 0 10px;
}

span.ap-text {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	cursor: pointer;
	color: #076324;
	font-size: 13px;
	line-height: 13px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	background: #e9edf1;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 6px 20px 4px 8px ;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), inset 0 15px 17px rgba(255, 255, 255, 1), inset 0 -5px 12px rgba(0, 0, 0, 0.05);

}

span.ap-arrow {
	display: inline-block;
	vertical-align: middle;
	color: #f2f2f2;
	background: #026326;
	padding: 6px 5px 6px 10px ;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	line-height: 0;	
	box-shadow: inset 0 1px 0 rgba(159, 166, 105, 0.6), inset 0 15px 17px rgba(159, 166, 105, 0.6), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
}
span.ap-arrow svg {
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 0;
}

form#search-form {
	display: inline-block;
	margin: 2px;
}

form#search-form input[type="text"] {
	display: inline-block;
	float: left;
	vertical-align: middle;
	text-transform: uppercase;
	cursor: pointer;
	color: #076324;
	font-size: 13px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	background: #e9edf1;
	border-top: none;
	border-right: none;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 3px 20px 2px 8px ;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), inset 0 15px 17px rgba(255, 255, 255, 1), inset 0 -5px 12px rgba(0, 0, 0, 0.05);	
}


form#search-form input[type="submit"] {
	display: none;
}

form#search-form label {
	display: block;
	float: left;
}

.search-btn {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	color: #f2f2f2;
	background: #026326;
	padding: 4px 10px 4px 5px ;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	line-height: 0;	
	box-shadow: inset 0 1px 0 rgba(159, 166, 105, 0.6), inset 0 15px 17px rgba(159, 166, 105, 0.6), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
}
.search-btn svg {
	display: inline-block;
	width: 13px;
	height: 13px;
	line-height: 0;
}


/* main nav */

nav#main-nav {
	float: right;
}

nav#main-nav ul {
	list-style: none;
	margin: 0;
}

nav#main-nav li {
	float: left;
}

nav#main-nav a {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 300;
	font-size: 19px;
	display: block;
	padding: 5px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

nav#main-nav > div > ul > li {	
	margin-left: 10px !important;
}

nav#main-nav > div > ul > li:hover > a,
nav#main-nav > div > ul > li.current_page_ancestor > a,
nav#main-nav > div > ul > li.current_page_item > a {	
	color: #026326;
}


/* suckerfish */


nav#main-nav ul {
	line-height: 1;
}

nav#main-nav div ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

nav#main-nav div > ul > li ul {
	position: absolute;
	width: 200px;
	/*left: -999em;*/
	display:none;
	top: 28px;
	background:#fff;
	z-index: 999;
	padding: 0;
	margin: 0;
	box-shadow: 1px 3px 6px rgba(0,0,0,.2);
}

nav#main-nav div > ul > li > ul > li ul {
	top: 0;
}

nav#main-nav li li a {
	width: 200px;
	box-sizing:border-box;
	text-transform: none;
	font-weight: normal;
	padding: 13px 13px 9px;
	margin: 0;
	-webkit-transition: color 150ms, background 150ms;
			transition: color 150ms, background 150ms;
}

nav#main-nav li li:hover > a,
nav#main-nav li li.current_page_ancestor > a,
nav#main-nav li li.current_page_item > a {
	background: #026326;
	color: #fff;
}

nav#main-nav div > ul > li > ul li > ul, 
nav#main-nav div > ul > li > ul li > ul {
	left: 100%;
	top: 0;
}

/* special case for last menu item on the right */
nav#main-nav div > ul > li:last-child ul {
	right: 0;
}

nav#main-nav div > ul > li:last-child > ul li > ul {
	right: 100%;
	left: auto;
	top: 0;
}

/* end suckerfish */


/* =Slideshow
-------------------------------------------------------------- */

#slideshow {
	width: 100%;
	height: auto;
	/*overflow: hidden;*/
	position: relative;
}

.flexslider {
	margin: 0 auto !important;
	/*max-width: 1200px;*/
}

.slide-wrapper-img {
	width: 100%;
	position: relative;
}

.slide-wrapper-img img {
	/*display: none !important;*/
}

.sc-wrapper {
	position: absolute;
	bottom: 60px;
	width: 100%;
	background: rgba(255, 255, 255, .6);
	padding: 16px 0 14px;
}

.slide-content {
	float: right;
	width: 780px;
	text-align: center;
}

a .slide-content h2,
.slide-content h2 {
	color: #1b1b1a;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	margin: 0;
}

a .slide-description,
.slide-description {
	color: #1b1b1a;	
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 24px;
	line-height: 30px;
}

a .slide-link {
	display: inline-block;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #076324;
	text-transform: uppercase;
	font-size: 16px;
}

.flex-nav {
	margin-top: -79px;
	z-index: 50;
	position: relative;
}

.flex-nav ol {
	float: right;
	width: 780px;
	position: relative;
}

ol.flex-control-nav li {
	border: 1px solid #788d54;
}

ol.flex-control-nav li a {
	background: #f7f9f9;
	border: 2px solid #f7f9f9;
	border-radius: 0;
}

ol.flex-control-nav li a.flex-active {
	background: #e43640;
}


/* =Online Banking
-------------------------------------------------------------- */

#online-banking {
	background: #eeeeee;
	position: absolute;
	top: 160px;
	z-index: 100;
	width: 260px;
	box-shadow: 0px 5px 9px rgba(0,0,0,.44);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	overflow: hidden;
}

#ob-title {
	cursor: pointer;
	background: #076324;
	padding: 10px 10px 7px 15px;
}

#ob-title h2 {
	color: #d0d698;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	margin: 0;
	float: left;
}

i#fold-up {
	cursor: pointer;
	float: right;
	border-left: 1px solid #65894e;
	color: #d1ded5;
	line-height: 0;
	padding: 0 5px 0 10px;
}

.folded i#fold-up svg {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

i#fold-up svg {
	width: 12px;
	height: 12px;
}

#ob-ins-wrapper {
	padding: 7px;
	border-bottom: 5px solid #076324;
}

i#mm-id-icon {
	color: #006225;
	display: inline-block;
	vertical-align: middle;
}

i#mm-id-icon svg {
	width: 18px;
	height: 18px;
}

form#mm-id-form label {
	display: inline-block;
	vertical-align: middle;
	color: #006225;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

form#mm-id-form input[type="text"] {
	width: 96%;
	display: block;
	margin-bottom: 8px;
	padding: 6px;
}

form#mm-id-form input[type="submit"],
form#mm-id-form a.mimic-submit {
	margin-bottom: 12px;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	background: #026326;
	border-radius: 10px;
	padding: 5px 20px 4px;
	border: none;
	text-shadow: none;
	box-shadow: inset 0 1px 0 rgba(159, 166, 105, 0.6), inset 0 15px 17px rgba(159, 166, 105, 0.6), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
}

i#mm-help-icon,
a#mm-help,
i#mm-open-account-icon,
a#mm-open-account {
	display: inline-block;
	vertical-align: middle;
}

i#mm-help-icon svg,
i#mm-open-account-icon svg {
	width: 16px;
	height: 16px;
	color: #006225;
}

a#mm-help,
a#mm-open-account {
	color: #006225;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

form#mm-id-form .mm-open-right {
	float: none;
}

a#mm-open-account {
	display: block;
	text-align: left;
	margin-bottom: 10px;
}

#mm-id-wrapper {
	margin-bottom: 8px;
}

form#mm-id-form #mm-id {
	display: inline-block;
    vertical-align: middle;
	width: 185px;
	margin: 0;
}

label#next-arrow {
	cursor: pointer;
	display: inline-block;
    vertical-align: middle;
}

label#next-arrow span {
	display: inline-block;
    vertical-align: middle;
    color: #f2f2f2;
    background: #026326;
    padding: 5px 5px 5px 6px;
    border-radius: 3px;
    line-height: 0;
    box-shadow: inset 0 1px 0 rgba(159, 166, 105, 0.6), inset 0 15px 17px rgba(159, 166, 105, 0.6), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
}

form#mm-id-form input[type="submit"]#next_btn {
	display: none;
}

.mm-open-right {
	float: right;
}

a#mm-help {
	margin-right: 12px;
}

#mm-section {
	padding-bottom: 10px;
	margin: 0 8px 10px;
	border-bottom: 2px solid #bdc0a5;
}

form#mm-id-form #login-btn {
	/*display: block;*/
	margin-top: 5px;
}

ul#ob-rates {
	list-style: none;
	margin: 0;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

ul#ob-rates:after {
	content: "";
	display: block;
	margin: 0 8px;
	border-bottom: 2px solid #bdc0a5;
}

ul#ob-rates li {
	margin-bottom: 10px;
}

ul#ob-rates li a,
ul#ob-rates li .mimic-a {
	color: #1b1b1a;
	text-decoration: none;
	display: block;
	padding: 3px 8px 5px;
	-webkit-transition: color 250ms, background 250ms;
			transition: color 250ms, background 250ms;
}

ul#ob-rates li a:hover {
	color: #fff;
	background: #006225;
	text-decoration: none;
}

ul#ob-rates li a:hover h3 {
	color: #fff;
}

ul#ob-rates h3 {
	display: inline-block;
	vertical-align: middle;
	color: #006225;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: none;
	-webkit-transition: color 250ms;
			transition: color 250ms;
}

.rate-lrg {
	font-size: 46px;
	line-height: 26px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	display: inline-block;
}

.rate-lrg span {
	font-size: 20px;
  	vertical-align: super;
  	margin-left: 2px;

}

.rate-sml {
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	margin-left: -18px;
}

.rate-info {
	/*margin-bottom: 18px;*/
}

/* =Middle Boxes
-------------------------------------------------------------- */


section#middle-boxes-wrapper {
	background: #3f3f3f;
}

ul#middle-boxes {
	margin: 0 auto;
	list-style: none;
	padding: 20px 0;
	justify-content: center;
}

.flex {
	display: flex;
	/*flex-wrap: wrap;*/
	align-items: center;
}

ul#middle-boxes > li {
	/*float: left;*/
	display: block;
	color: #b6b6b6;
	width: 20%;
	border-right: 1px solid #515247;
	text-align: center;
	padding: 5px 0;
	box-sizing: border-box;
}

ul#middle-boxes > li:last-child {
	border-right: none;
}

ul#middle-boxes h3 {
	text-align: center;
	font-size: 20px;
	margin: 0 0 7px 0;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: normal;
}

ul#middle-boxes li img {
	display: inline-block;
}

span.dd-text {
	width: 120px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	cursor: pointer;
	color: #076324;
	font-size: 13px;
	line-height: 13px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	background: #e9edf1;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 5px 20px 4px 8px ;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), inset 0 15px 17px rgba(255, 255, 255, 1), inset 0 -5px 12px rgba(0, 0, 0, 0.05);

}

span.dd-arrow {
	display: inline-block;
	vertical-align: middle;
	color: #f2f2f2;
	background: #026326;
	padding: 5px 5px 5px 10px ;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	line-height: 0;	
	box-shadow: inset 0 1px 0 rgba(159, 166, 105, 0.6), inset 0 15px 17px rgba(159, 166, 105, 0.6), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
}
span.dd-arrow svg {
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 0;
}

.box-single span {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	background: #026326;
	border-radius: 10px;
	padding: 5px 20px 4px;
	box-shadow: inset 0 1px 0 rgba(159, 166, 105, 0.6), inset 0 15px 17px rgba(159, 166, 105, 0.6), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
}



/* suckerfish */


span.dd-wrapper {
	position: relative;
	display: inline-block;
}

.box-drop-down li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
}

.box-drop-down ul {
	display: none;
	list-style: none;
	line-height: 1;
	position: absolute;
	width: 140px;
	/*left: -999em;*/
	/*display:none;*/
	left:27px;
	top: 25px;
	background: #e9edf1;
	z-index: 999;
	padding: 0;
	margin: 0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), inset 0 15px 17px rgba(255, 255, 255, 1), inset 0 -5px 12px rgba(0, 0, 0, 0.05), 1px 3px 6px rgba(0,0,0,.3);
	padding: 5px 0;
}

.box-drop-down a span,
.box-drop-down li > span {
	font-size: 13px;
	color: #026326;
	text-transform: uppercase !important;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold !important;
	display: inline-block;
	width: 140px;
	box-sizing:border-box;
	text-transform: none;
	font-weight: normal;
	padding: 6px 8px;
	margin: 0;
}
.box-drop-down a:hover span {
	background: #026326;
	color: #fff;
}

/* end suckerfish */

/* =Video
-------------------------------------------------------------- */

section#video {
	height: 350px;
	width: 100%;
	position: relative;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#play-video,
#read-article {
	cursor: pointer;
	background: url(imgs/sprite.png) -5px -123px no-repeat;
	height: 170px;
	width: 170px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -85px;
	margin-top: -85px;
}

#read-article {
	background-position: -5px -301px !important;
}

h3#video-title {
	position: absolute;
	left: 50%;
	margin-left: 105px;
	top: 100px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size: 45px;
	text-transform: uppercase;
	width: 300px;
	line-height: 50px;
	color: #fff;
	text-shadow: 0 5px 18px rgba(0,0,0,.75);
}


/* =From the Blog
-------------------------------------------------------------- */

section#portlets-wrapper {
	background: #ebebeb;
}

ul#portlets {
	padding: 40px 0 20px;
	list-style: none;
}

ul#portlets li {
	background: #fff;
	border: 1px solid #616161;
	padding: 18px;
	box-sizing:border-box;
	width: 49%;
	float: left;
	margin-bottom: 20px;
}

ul#portlets li:nth-child(even) {
	float: right;
}

.recent-left {
	float: left;
	width: 48%;
}

.recent-right {
	float: right;
	width: 48%;
}

ul#portlets li h4 {
	color: #076324;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 3px;
}

ul#portlets li h2 {
	color: #757575;
	text-transform: uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 8px;
}

.recent-content {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 12px;
	color: #1d1d1d;
}

a.more-info {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	background: #026326;
	border-radius: 10px;
	padding: 5px 20px 4px;
	box-shadow: inset 0 1px 0 rgba(159, 166, 105, 0.6), inset 0 15px 17px rgba(159, 166, 105, 0.6), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
}

/* =Page
-------------------------------------------------------------- */


#middle {
	/*height: 500px;*/
	background: #e9e9e9;
	position: relative;
	background: #fff;
}

#middle-image {
	/*width: 1200px;*/
	margin: 0 auto;
	width: 100%;
	height: 485px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

	/*background-image:none !important;*/
}

#middle-image img {
	display: none;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	/*display: block;*/
}

#online-banking.default-folded #ob-ins-wrapper {
	display: none;
}

#content-wrapper {
	margin: 30px 0 40px;
}

#sidebar {
	float: right;
	width: 220px;
	border-left: 1px solid #dedfcd;
	padding-left: 30px;
}

#content {
	float: left;
	width: 798px;
}

#breadcrumbs {
	margin-bottom: 25px;
	font-size: 13px;
	color: #999;
}

#content #breadcrumbs a {
	/*color: #076324;*/
	text-decoration: none;
}

#content #breadcrumbs a:hover {
	/*color: #989d65;*/
	text-decoration: underline;
}


/* =Sidebar
-------------------------------------------------------------- */


#sidebar > div,
#sidebar > nav {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedfcd;
}

nav#page-nav > ul {
	margin-bottom: 0;
}

nav#page-nav > ul,
nav#page-nav > ul > li > ul {
	margin-left: 0 !important;
}

nav#page-nav ul {
	list-style: none;
	margin-left: 15px;
}

nav#page-nav a {
	color: #000;
	text-decoration: none;
	font-family: 'PT Sans Narrow', sans-serif;
	/*font-weight: bold;*/
	font-size: 18px;
}

nav#page-nav a.top-page,
h4.widget-title {
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0;
}

nav#page-nav a:hover {
	text-decoration: underline;
}

nav#page-nav li.current_page_item > a {
	color: #076324;
	font-weight: bold;
}

nav#page-nav ul.children {
	display: none;
}

nav#page-nav li.current_page_ancestor > a {
	font-weight: bold;
}

nav#page-nav ul ul li.current_page_item ul.children,
nav#page-nav ul ul li.current_page_ancestor ul.children {
	display: block;
}

/* below navigation */

#need-help {
	font-size: 34px;
	line-height: 38px;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #076324;	
}

#call-us {
	font-size: 22px;
	line-height: 26px;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #076324;
}

#sb-video {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	color: #076324;
}

#sidebar-video {
	width: 221px;
	height: 129px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 5px;
}

#sidebar-play-video {
	cursor: pointer;
	background: url(imgs/sprite.png) -180px -124px no-repeat;
	width: 138px;
	height: 138px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -69px;
	margin-top: -65px;
}

/* sidebar widgets */

#sidebar input[type="submit"] {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	background: #026326;
	border-radius: 10px;
	padding: 5px 20px 4px;
	border: none;
	text-shadow: none;
	box-shadow: inset 0 1px 0 rgba(159, 166, 105, 0.6), inset 0 15px 17px rgba(159, 166, 105, 0.6), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
}

/* gravity forms polls widget */

#sidebar a.gpoll_button,
#sidebar a.gpoll_back_button {
	font-family: inherit;
	color: #076324;
	font-size: 13px;
}

#sidebar .gform_body,
#sidebar .gform_body li {
	color: rgb(64, 64, 64)
}

#sidebar .green .gpoll_ratio_box {
    background-color: #076324;
}

#sidebar .gform_confirmation_message {
	font-size: 14px;
}

#sidebar .green .gpoll_bar_juice {
    position: relative;
    background-color: rgb(42,170,82);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(42,170,82)), color-stop(1, rgb(25,135,60)) );
}

/* widgets */


.widget a {
	color: #000;
	text-decoration: none;
	font-family: 'PT Sans Narrow', sans-serif;
	/*font-weight: bold;*/
	font-size: 18px;
	line-height: 18px;
}

.widget a:hover {
	color: #076324;
	text-decoration: underline;
}

.widget li {
	margin: 0 0 5px 0;
	color: #076324;
	font-size: 14px;
}

.widget ul {
	margin: 0 0 10px 20px;
}


/* =Page > Content
-------------------------------------------------------------- */

#content a {
	color: #076324;
}

#content a:hover {
	color: #989d65;
}

#content h1 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 15px;
	border-bottom: 1px solid #afcdb9;
	font-size: 34px;
	line-height: 44px;
}


#content h2 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 15px;
	border-bottom: 1px solid #afcdb9;
	font-size: 30px;
	line-height: 40px;
}

#content h3 {
	font-weight: bold;
	font-size: 18px;
}

#content h4 {
	font-weight: bold;
	font-size: 16px;
}

#content h5 {
	font-weight: bold;
	font-size: 14px;
}

#content h6 {
	font-weight: bold;
	font-size: 12px;
}


/* =Search
-------------------------------------------------------------- */


h2.linked {
	padding-bottom: 0 !important;
	border-bottom: none !important;
	margin-bottom: 5px !important;
}


/* =Single
-------------------------------------------------------------- */


.addthis_sharing_toolbox {
	margin-bottom: 10px;
}


/* =Footer
-------------------------------------------------------------- */


footer#main-footer {
	overflow: hidden;
	position: relative;
}

#footer-nav-wrapper {
	background: #3d3c42;
	padding: 20px 0;
}

nav#footer-nav ul {
	margin: 0;
	list-style: none;
	text-align: center;
}

nav#footer-nav li {
	display: inline-block;
	margin-right: 20px;
}

nav#footer-nav li:last-child {
	margin-right: 0;
}

nav#footer-nav li a {
	color: #989d65;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size: 18px;
}

nav#footer-nav li a:hover {
	text-decoration: underline;
}

/* Footer widgets */

#footer-widgets-wrapper,
#copyright-wrapper {
	background: #323237;
	color: #fff;
}

#footer-left {
	width: 49%;
	float: left;
}

#footer-right {
	width: 49%;
	float: right;
}

#footer-widgets-wrapper {
	padding: 40px 0 80px;
}

#footer-widgets-wrapper h3,
#footer-widgets-wrapper h4 {
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 20px;
}

/* footer left */

nav#quick-links ul {
	margin: 0;
	color: #c6c6c6;
}

nav#quick-links li {
	float: left;
	margin-left: 20px;
	width: 45%;
	margin-bottom: 10px;
	font-size: 16px;
}

nav#quick-links a {
	color: #c6c6c6;
	font-family: 'PT Sans', sans-serif;
	/*font-weight: bold;*/
	-webkit-transition: color 250ms;
			transition: color 250ms;
}

nav#quick-links li:hover,
nav#quick-links li:hover a {
	color: #fff;
}


/* footer right */

.fr-col {
	width: 49%;
	float: left;
}

.fr-col:last-child {
	float: right;
}

nav#fr-social {
	margin-bottom: 30px;
}

nav#fr-social ul {
	margin: 0;
	list-style: none;
}

nav#fr-social li {
	display: inline-block;
	margin-right: 15px;
}

nav#fr-social a svg {
	width: 30px;
	height: 30px;
}

nav#fr-social a {
	color: #b8bcc0;
	-webkit-transition: color 250ms;
			transition: color 250ms;
}

nav#fr-social a:hover {
	color: #fff;
}

#footer-widgets-wrapper h4 {
	font-size: 15px;
	margin-bottom: 0;
}

.footer-lrg {
	color: #919562;
	font-size: 30px;
	margin-bottom: 25px;
	font-weight: bold;
	font-family: 'PT Sans Narrow', sans-serif;
}

#fr-signup p {
	font-size: 15px;
	line-height: 20px;
	font-family: 'PT Sans Narrow', sans-serif;
	color: #919562;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

#fr-signup form label {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'PT Sans Narrow', sans-serif;
}

#fr-signup form input[type="text"],
#fr-signup form input[type="email"] {
	margin-bottom: 15px;
	font-size: 14px;
	padding: 5px;
	display: block;
	width: 98%;
}

#fr-signup form input[type="submit"] {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	background: #026326;
	border-radius: 10px;
	padding: 5px 20px 4px;
	border: none;
	text-shadow: none;
	box-shadow: inset 0 1px 0 rgba(159, 166, 105, 0.6), inset 0 15px 17px rgba(159, 166, 105, 0.6), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
}

/* copyright */

#copyright {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 20px;
}

.cr-section {
	display: inline-block;
	margin: 0 8px;
	vertical-align: middle;
}

i#ncua {
	background: url(imgs/sprite.png) -241px -321px no-repeat;
	width: 52px;
	height: 24px;
	display: block;
}

i#eho {
	background: url(imgs/sprite.png) -270px -350px no-repeat;
	width: 23px;
	height: 24px;
	display: block;
}

i#ncua img,
i#eho img {
	pointer-events: none;
	display: block;
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity 250ms;
			transition: opacity 250ms;
	
}

i#ncua:hover img,
i#eho:hover img {
	opacity: 1;
}

#blifl {
	text-align: center;
	padding-bottom: 100px;
}

#blifl span {
	display: inline-block;
	background: url(imgs/sprite.png) -89px -98px no-repeat;
	width: 168px;
	height: 23px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* =Shortcodes
-------------------------------------------------------------- */


table.tablepress {
	font-size: 14px;
}

#content .tablepress tfoot th, 
#content .tablepress thead th {
    background-color: #d9efe0;
    font-weight: 700;
    vertical-align: middle;
}

#content .tablepress tbody td, 
#content .tablepress tfoot th {
    border-top: 1px solid #dedfcd;
}

#content .tablepress .row-hover tr:hover td {
    background-color: #f4f2ec;
}

/* Utilities
------------------------------------------------*/

/* video lightbox */

#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    text-align: center;
    display: none;
    z-index: 9999;
}
#lightbox p {
    text-align: center;
    color: #fff;
    margin: 10px;
    font-size: 12px;
}
#lightbox img {
    max-width: 940px;
    box-shadow: 0 0 25px #111;
    -webkit-box-shadow: 0 0 25px #111;
    -moz-box-shadow: 0 0 25px #111;
}

#lightbox-content {
	margin-top: 40px;
}

.acc-hid {
	display: none !important;
}

/* blog */

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.meta {
	margin-bottom: 1.2em;
	font-size: .9em;
}

i.material-icons {
	font-size: .85em;
	margin-right: .2em;
	color: #076324;
}

.postmetadata {
	margin-bottom: 3em;
}