/* Colors

#003a40 - Teal
#07272d - Dark Teal
#336166 - Light Teal
#7c6992 - Purple
#007bac - Cyan Text Link
#009fdf - Cyan
#6dcff6 - Light Cyan
#cfedfc - Lightest Cyan
#bbbbbd - Gray
#f4ae1a - Yellow

*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------------- General ---------------*/

body {
    font-family: source-sans-pro-n4, source-sans-pro, sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:.938em; /* 15px */
	color:#07272d;
	line-height: 1.5;
}

td {
    vertical-align:top;
}

p {
    margin-bottom:1.5em;
}

a {
    color:#007bac;
	text-decoration:underline;
}

a:hover {
    text-decoration:none;
}

em {
	font-style:italic;
}

strong {
	font-weight:700;
}

sup {
    font-size: .733em;
	vertical-align:top;
}

input, textarea {
	font-family: source-sans-pro-n4, source-sans-pro, sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:15px;
	color:#07272d;
}

.ErrorMessage,
.EditingFormErrorLabel {
    color:#cc0000;
}

.ErrorLabel {
    color:#cc0000;
	font-weight: bold;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

iframe {
	border:0 none; /* frameborder=0 */
	overflow:hidden; /* scrolling=no */
	background-color:transparent; /* allowtransparency */
    width:100%;
}

/* --------------- Layout ---------------*/

html {
	min-width:960px;
}

body {
	min-width:960px;
	background-color:#dfdfdf;
}

#wrapper {
	width:100%;
	min-width:960px;
	background-color:#fff;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* --------------- Header ---------------*/

#header-wrapper {
	background-color:#003a40;
	color:#fff;
	padding-bottom:1px;
}
#header {
	width:960px;
	min-height:122px;
	margin:0 auto;
	position:relative;
}
.logo {
	padding:17px 0 19px 0;
}
.header-row {
	position:absolute;
	top:71px;
	right:0;
}
#nav-wrapper {
	height:48px;
	background:#fff;
}

/* --------------- Top Nav ---------------*/

#top-nav {
	margin: 0 auto;
	padding: 5px 0;
	text-align: right;
	width: 600px;
	position:absolute;
	top:21px;
	right:0;
}
#top-nav li {
    display: inline;
	padding: 0 .6em 0 .3em;
	border-right: 1px solid #809da0;
}
#top-nav li.last {
	border-right: 0 none;
	padding-right:0;
}
#top-nav a {
	color: #fff;
	text-decoration:none;
}
#top-nav a:hover {
	text-decoration:underline;
}

/* --------------- Social Media Icons ---------------*/

.social-media-icons {
    float: right;
	width: 140px;
    height: 30px;
    list-style-type: none;
    padding: 0;
	margin:0 25px 0 20px;
}
.social-media-icons li {
    float: left;
	width: 30px;
    height: 30px;
	margin-left: 5px;
}
.social-media-icons a {
    background: url("../images_v2/social-icons-sprite.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
	width: 30px;
    height: 30px;
    text-decoration: none;
}
.social-media-icons span {
    display: block;
    height: 1px;
    left: -99999px;
    position: absolute;
    width: 1px;
}
.social-media-icons .item-1 a {
    background-position: left top;
}
.social-media-icons .item-1 a:hover {
    background-position: left -30px;
}
.social-media-icons .item-2 a {
    background-position: -30px top;
}
.social-media-icons .item-2 a:hover {
    background-position: -30px -30px;
}
.social-media-icons .item-3 a {
    background-position: -60px top;
}
.social-media-icons .item-3 a:hover {
    background-position: -60px -30px;
}
.social-media-icons .item-4 a {
    background-position: -90px top;
}
.social-media-icons .item-4 a:hover {
    background-position: -90px -30px;
}
.social-media-icons .item-5 a {
    background-position: -120px top;
}
.social-media-icons .item-5 a:hover {
    background-position: -120px -30px;
}

/* --------------- Social Media Icons ---------------*/

.header-row .searchBox {
    float: right;
    width: 160px;
}
.header-row .searchBox input.ezpz-hint {
    color: #999;
}
.header-row .searchBox .searchTextBox {
    background: url("../images_v2/bg-search.png") no-repeat scroll left top transparent;
    border: 0 none;
    color: #07272d;
    display: block;
    float: left;
    line-height: 19px;
    margin: 0;
    outline: 0 none;
    padding: 6px 7px 7px 7px;
    vertical-align: middle;
    width: 116px;
}
.header-row .searchBox .searchButton {
    display:block;
	float: right;
    height: 30px;
    width: 30px;
}

/* --------------- Alert ---------------*/

.header-alert {
	width:860px;
	margin:0 auto;
	background:url(../images_v2/icon-alert.png) no-repeat 12px center #f4ae1a;
	border:1px solid #b88743;
	border-radius:5px;
	padding:1em 20px 1em 66px;
	margin-bottom:1em;
	display:none; /* Shows with jQuery */
	color:#07272d;
}
.header-alert p {
	margin-bottom:0;
}

/* --------------- Text Size --------------- */

#text-size {
	list-style-type:none;
	float:right;
	width: 105px;
	height:30px;
	padding:0 0 0 65px;
	background: url(../images_v2/bg-text-size.png) no-repeat 6px 9px;
}

#text-size li {
    float:left;
	width:30px;
	height:30px;
	margin-left:5px;
}

#text-size a {
    display:block;
	width:30px;
	height:30px;
	text-decoration:none;
	background: url(../images_v2/text-size-sprite.png) no-repeat;
}

#text-size span {
    display:block;
	width:1px;
	height:1px;
	position:absolute;
	left:-99999px;
}

#text-size .item-1 a {
    background-position: left top;
}
#text-size .item-1 a:hover {
    background-position: left -30px;
}

#text-size .item-2 a {
    background-position: -30px top;
}
#text-size .item-2 a:hover {
    background-position: -30px -30px;
}

#text-size .item-3 a {
    background-position: -60px top;
}
#text-size .item-3 a:hover {
    background-position: -60px -30px;
}

/* --------------- Sidebar Slider ---------------*/

.sidebar-slider {
	position:relative;
	width:192px;
	height:152px;
	padding:4px;
	background:#fff;
	border-radius:5px;
	box-shadow: 2px 2px 2px #ddd;
	margin:0 auto 10px auto;
}

.sidebar-slider img {
	width:192px !important;
	height:152px !important;
	margin:0 auto;
	display:block;
	border:0;
}

/* --------------- Home Slider ---------------*/

.home-slider {
	position:relative;
}
.home-slider .slider-imgs {
	width:100% !important;
	height:0;
	padding-bottom:27.380952%;
	background-color: #bbbbbd;
}
.home-slider,
.home-slider .slider-img {
	width:100% !important;
	height: auto !important;
}
.home-slider .slider-imgs img {
	width:100% !important;
	height: auto !important;
	margin:0 auto;
	display:block;
	border:0;
}

/* Slider Nav */

.slider-nav {
	/*position:absolute;
	bottom:15px;*/
	position:relative;
	bottom:25px;
	right:15px;
	width:100%;
	height:22px;
	text-align:right;
	overflow:hidden;
	z-index:50;
}
.slider-nav a {
	display:inline-block;
	width:22px;
	height:22px;
	margin-left:0;
	background:url(../images_v2/slider-nav-sprite.png) no-repeat left top;
}
.slider-nav a.activeSlide {
	background-position:left -22px;
}
.slider-nav a span {
	position:absolute;
	left:-99999px;
	top:-99999px;
	display:block;
	width:1px;
	height:1px;
}
.slider-nav a.togglePausePlay {
	display:inline-block;
	width:76px;
	height:22px;
	margin-left:0;
	background-position: -22px top;
}
.slider-nav a.play {
	background-position: -22px -22px;
}

.home-slider .slider-imgs:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 9px;
	width: 100%;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.2), transparent);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), transparent);
	z-index: 10;
}
.home-slider .slider-imgs:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 9px;
	width: 100%;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.2));
	background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.2));
	z-index: 10;
}

/* --------------- Online Banking ---------------*/

#ob-login {
	position:absolute;
	left:20px;
	top:20px;
	z-index:999;
	width:220px;
	height:270px;
	padding:0 20px;
	background-color:#fff;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	overflow:hidden;
}
.ob-links {
	color:#007bac;
	font-size:.933em;
	text-align:center;
}
.ob-links a {
	color:#007bac;
	text-decoration:none;
}
.ob-links a:hover {
	text-decoration:underline;
}

/* --------------- Home Columns ---------------*/

#home-content-wrapper {
	width:100%;
	min-width:960px;
	background:url(../images_v2/bg-home-content-column.png) repeat-y center top transparent;
	border-top:1px solid #fff;
	/* Prevent elements that are relatively positioned within this container from shifting in IE7 or IE7 document mode */
	position:relative;
}
#home-content-wrapper-2 {

}
#home-content {
	width:960px;
	margin:0 auto;
	padding-bottom:15px;
}
.home-col-1 {
	width:268px;
	float:left;
	margin-right:30px;
}
.home-col-2 {
	/*width:410px;*/
	width:392px;
	float:left;
	margin-right:30px;
}
.home-col-3 {
	width:240px;
	float:left;
}

#home-content h2 {
	color:#003a40;
	font-size:	1.733em;
	font-weight:700;
	text-transform:uppercase;
	line-height:1.2;
	margin-bottom:.5em;
}
#home-news h2 span {
	color:#bbbbbd;
	font-size:1.923em;
	position:relative;
	top:7px;
	left:0;
}
#home-news .button {
	margin-left:98px;
}
.home-col-1 {
	padding-top:2em; /* 30px */
}
.home-col-2 {
	padding-top:.667em; /* 10px */
}
.home-col-3 {
	padding-top:1.8em; /* 27px */
}
#home-content .home-col-3 h2 {
	color:#fff;
	background:#7c6992;
	padding:6px 18px 3px 18px;
	margin-bottom:0;
	font-size:	1.6em; /* 24px */
}

/* --------------- Apply Now / Quick Links / Sidebar  ---------------*/

.home-col-3 {
	margin-bottom:1em;
}
.quick-links,
.child-nav ul {
	width:220px;
	padding:15px 0 15px 20px;
	overflow:hidden;
}
.quick-links li,
.child-nav li {
	width:220px;
	float:left;
}
.quick-links a,
.child-nav a {
	display:block;
	padding:1px 10px 1px 24px;
	width:186px;
	text-decoration:none;
	color:#07272d;
	background:url(../images_v2/bullet-child-nav.png) no-repeat 0 2px;
}
.quick-links a {
	background:url(../images_v2/bullet-quick-links.png) no-repeat 0 2px;
}
.quick-links a:hover,
.child-nav a:hover {
	background-position: 0 -298px;
	text-decoration:underline;
}
.child-nav .CMSListMenuHighlightedLI a {
	background:url(../images_v2/bullet-child-nav.png) no-repeat 0 -298px #fff;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	border-left:1px solid #e9e9e9;
}

/* --------------- More Quick Links / Related Links ---------------*/

#more-quick-links,
#related-links,
#i-want-to-links {
	width:200px;
	height:30px;
	position:relative;
	left:20px;
	z-index:502;
	margin-bottom:10px;
}
#related-links,
#related-links .menu_list {
	z-index:503;
}

.menu_btn {
	cursor: pointer;
	display: block;
	width:200px;
	height:30px;
}
#more-quick-links .menu_btn {
	background:url(../images_v2/more-quick-links.png) no-repeat left top;
}
#related-links .menu_btn {
	background:url(../images_v2/related-links-menu.png) no-repeat left top;
}
#i-want-to-links .menu_btn {
	background:url(../images_v2/i-want-to-menu.png) no-repeat left top;
}
.active .menu_btn {
	background-position: left -30px !important;
}
.menu_btn span {
	width:1px;
	height:1px;
	position:absolute;
	left:-99999px;
	top:-99999px;
}
.menu_list {
	background: none repeat scroll 0 0 #5c4a73;
	width: 190px;
	padding:6px 0;
	display: none;
	position: absolute;
	left: 4px;
	z-index: 502;
	border:1px solid #7c6992;
}
#more-quick-links .menu_list {
	bottom: 30px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
#related-links .menu_list,
#i-want-to-links .menu_list {
	top: 30px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	background-color: #003a40;
	border:1px solid #336166;
}
.menu_list li {
	width: 190px;
}
.menu_list li a {
	background-color: #5c4a73;
	border-bottom:1px dashed #7c6992;
	color: #fff;
	display: block;
	line-height: 1.2;
	padding: 4px 12px;
	text-decoration: none;
	width: 166px;
}
.menu_list li a:hover {
	color:#ffd680;
}
#related-links .menu_list li a,
#i-want-to-links .menu_list li a {
	background-color: #003a40;
	border-bottom:1px dashed #336166;
}
.menu_list li.last a {
	border-bottom:0 none !important;
}

/* --------------- Blog  ---------------*/

.blog-post-teaser {
	width:660px;
	float:left;
}
.blog-post-teaser-home {
	/*width:410px;*/
	width:392px;
	overflow:hidden;
}
.blog-post-teaser .post-img,
.blog-post-teaser-home .post-img {
	float:left;
	margin:0 0 1.5em 0;
	width:84px;

}
.blog-post-teaser .post-img img,
.blog-post-teaser-home .post-img img {
	width:72px;
	height:72px;
	border:4px solid #fff;
	background-color:#fff;
	border-radius: 3px;
	box-shadow: 0 0 3px #bbb;
	margin:2px;
}
.blog-post-teaser .post-txt {
	width:555px;
	float:right;
}
.blog-post-teaser-home .post-txt {
	/*width:312px;*/
	width:294px;
	float:right;
}
.blog-post-teaser-home .post-title {
	font-size:1.2em;
	font-weight:700;
	border-bottom:0 none;
	margin-bottom:0;
	line-height:1.2;
}
#content .blog-post-teaser h2.post-title {
	color:#07272d;
	font-size:1.286em;
	font-weight:normal;
	margin-bottom:0;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:0 none;
}
.blog-post-teaser .post-title a,
.blog-post-teaser-home .post-title a {
	color:#009fdf;
	text-decoration:none;
}
.blog-post-teaser .post-title a:hover,
.blog-post-teaser-home .post-title a:hover {
	text-decoration:underline;
}
#content .blog-post h2.post-title {
	font-size:1.6em;
	color:#07272d;
	border-bottom:2px solid #f4ae1a;
	margin-bottom:.938em;
}
.blog-post-teaser .post-details,
.blog-post .post-details {
	margin-bottom:1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.786em;
	color:#6e6e71;
}
.blog-post-teaser .post-details {
	margin-bottom:0;
}
.month-title {
	color:#07272d;
	font-weight:bold;
	font-size:1.714em;
	border-bottom: 2px solid #f4ae1a;
	line-height:1.2;
	padding-bottom:4px;
	margin-bottom:0.875em;
	font-family: Arial, Helvetica, sans-serif;
}

/* --------------- Homepage Rates  ---------------*/

.home-rate-table {
	margin-bottom:1em;
}
.home-rate-table th {
	padding:3px 0;
}
.home-rate-table td {
	padding:2px 0;
}
.home-rate-table .first td {
	padding-top:.75em;
}
.rate-header {
	font-size:1.2em;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
}
.rate-header a {
	color:#009fdf;
	text-decoration:none;
}
.rate-header a:hover {
	text-decoration:underline;
}
.rate-header-detail {
	color:#009fdf;
	font-weight:700;
	text-align:right;
}
.rate-number {
	text-align:right;
}
.rate-header-row {
	border-bottom:1px solid #e4e4e5;
}

/* --------------- Child Pages - Structure  ---------------*/

#top-content-wrapper {
	background:#336166;
	position: relative;
}
#top-content-wrapper:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 6px;
	width: 100%;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.2));
	background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.2));
	z-index: 10;
}
#top-content {
	color:#fff;
	margin:0 auto;
	width:960px;
	padding:16px 0 14px 0;
	overflow:hidden;
}
#top-content h1 {
	width:570px;
	float:left;
	margin-left:280px;
}
#top-content .share {
	width:90px;
	float:right;
	margin-top:6px;
}
#content-wrapper {
	width:100%;
	min-width:960px;
	background:url(../images_v2/bg-content-columns.png) repeat-y center top transparent;
}
#content-wrapper-2 {

}
#content-container {
	width:960px;
	margin:0 auto;
	padding-bottom:84px;
}
#sidebar {
	float:left;
	width:240px;
	padding:21px 0 0 1px;
}
#content {
	float:left;
	width:640px;
	padding:30px 40px 10px 39px;
}

/* --------------- Child Pages - Fonts  ---------------*/

#top-content h1 {
	font-size:2.4em; /* 36px */
	font-weight:700;
	text-transform:uppercase;
	line-height:1.2;
}
#content h2 {
	font-size:1.4em; /* 21px */
	font-weight:700;
	margin-bottom:0;
}
#content h3 {
	font-size:1.2em; /* 18px */
	font-weight:700;
	margin-bottom:0;
}
.text-bold-1 {
	color:#07272d;
	font-weight:700;
}
.text-bold-2,
.text-bold-2 a {
	color:#07272d;
	font-weight:700;
}
.text-footnote {
	font-size:.8em; /* 12px */
	color:#6e6e71;
}

/* --------------- Button  ---------------*/

p.button a,
a.button {
	cursor:pointer;
	color:#07272d;
	font-size:1.067em;
	font-weight:700;
	line-height:1.2;
	text-decoration:none;
	display:inline-block;
	padding:4px 12px 4px 12px;
	border-radius:5px;
	border:1px solid #c28d48;
	background: #f4ae1a;
}
p.button a:hover,
a.button:hover {
	background:#f7c622;
}

.ob-login-btn-sb {
	width:200px;
	margin:0 auto;
	text-align:center;
	margin-bottom:25px;
}
.ob-login-btn-sb .button {
	display:block;
}

/* ----- List Styles ----- */

#content ul,
#content ol {
    margin-bottom:1.5em;
}

#content ul ul,
#content ul ol,
#content ol ol,
#content ol ul {
    margin-bottom:0;
}

#content ul li {
    list-style-type:none;
	margin:0 0 .5em 0;
	padding-left:19px;
	background:url(../images_v2/bullet-content.png) no-repeat left 4px;
}

#content ul ul li {
	list-style-type:disc;
	margin:0 0 0 16px;
	background:none;
	padding:0;
}

#content ul ol li {
	list-style-type:decimal;
	margin:0 0 0 20px;
	background:none;
	padding:0;
}

#content ol li {
    list-style-type:decimal;
	margin: 0 0 .5em 40px;
}

#content ol ol li {
    list-style-type:lower-alpha;
	margin:0 0 0 20px;
}

#content ol ul li {
    list-style-type:disc;
	margin:0 0 0 16px;
	background:none;
	padding:0;
}

.list-of-links a {
	text-decoration:none;
}
.list-of-links a:hover {
	text-decoration:underline;
}

/* --------------- Content Table ---------------*/

.content-table {
    margin-bottom:1.5em;
}
.content-table caption {

	font-weight:700;
	font-size:1.2em;
	background:#003a40;
	color:#fff;
	padding:6px 10px;
	text-align: left;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	line-height:1.2;
}
.content-table th {
    font-weight:700;
	text-align:left;
	vertical-align:bottom;
	padding:3px 10px;
	color:#003a40;
	background-color:#eee;
	border-bottom:1px solid #ddd;
}
.content-table th.subheader {
    font-weight:700;
	text-align:left;
	vertical-align:bottom;
	padding:3px 10px;
	color:#fff;
	background:#4c7579;
	border-bottom:0 none;
}
.content-table td {
    padding:3px 10px;
	border-bottom: 1px solid #e9e9e9;
}
#content .content-table table {
	margin-bottom:0;
}

/* --------------- Sidebar  ---------------*/

#sidebar h2 {
	color:#fff;
	background:#336166;
	padding:6px 18px 3px 18px;
	margin-bottom:0;
	font-size:	1.6em; /* 24px */
	font-weight:700;
	text-transform:uppercase;
	line-height:1.2;
}

/* --------------- Footer  ---------------*/

#top-footer-wrapper,
#footer-wrapper {
	background-color:#eeeeee;
	width:100%;
	min-width:960px;
}
#top-footer-wrapper {
	position: relative;
}
#top-footer-wrapper:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 9px;
	width: 100%;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.2), transparent);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), transparent);
	z-index: 10;
}
#footer-wrapper {
	background-color:#dfdfdf;
	border-top:1px solid #d4d4d5;
}
#top-footer,
#footer {
	width:960px;
	margin:0 auto;
}
#top-footer a,
#footer a {
	color:#07272d;
}
#top-footer h2,
#footer h2 {
	font-size:1.6em;
	font-weight:700;
	color:#003a40;
	line-height:1.1;
}
#top-footer h2 a,
#footer h2 a {
	text-decoration:none;
}
#top-footer h2 a:hover,
#footer h2 a:hover {
	text-decoration:underline;
}

/* Row/Col Structure/Layout */
.footer-row-1,
.footer-row-2 {
	width:100%;
	overflow:hidden;
}
.footer-row-1 {
	padding-top:30px;
}
.footer-row-2 {
	padding-top:20px;
}
.footer-row-1 .footer-col-1 {
	width:520px;
	float:left;
}
.footer-row-1 .footer-col-2 {
	float:left;
}

.footer-row-2 .footer-col-1 {
	width:336px;
	float:left;
}
.footer-row-2 .footer-col-2 {
	width:300px;
	float:left;
}
.footer-row-2 .footer-col-3 {
	width:324px;
	float:left;
}


#footer-text {
	font-size:.933em;
}
#footer-icons img {
	float:right;
	margin-left:8px;
}
#footer #zip,
#footer .footer-col-2 .ezpz-hint {
	background-color:#fff;
	border-radius:3px;
	outline:0 none;
	border:0 none;
	box-shadow:inset 2px 2px 2px #bcbcbc;
	width:80px;
	padding:7px 8px;
	line-height:16px;
	vertical-align:middle;
	font-size:16px;
	font-weight:400;
	color:#07272d;
}
#footer .footer-col-2 .ezpz-hint {
	color:#999;
}
#locatorBtn img {
	vertical-align:middle;
	margin-left:4px;
}
#become-a-member {
	margin-left:20px;
	padding-left:120px;
	width:300px;
	background:url(../images_v2/icon-become-a-member.png) no-repeat left top;
}

/* --------------- eNewsletter Sign-up --------------- */

#enewsletter-signup {
	width:396px;
	padding-left:124px;
	background:url(../images_v2/icon-enewsletter-signup.png) no-repeat 0 4px;
}
.enewsletter-text {
	float:left;
	width:150px;
}
#enewsletter-signup .Subscription {
	float:left;
	width:246px;
}
#enewsletter-signup iframe {
	height:120px;
	min-height: 100px;
}

/* --------------- Download Our Mobile App --------------- */

#download-mobile-app {
    width: 396px;
    padding-left: 60px;
    background: url(../images_v2/icon-mobile-phone.png) no-repeat 0 4px;
}

/* --------------- Search Page ---------------*/

.SearchDialog {
    margin-bottom:1.5em;
}

.SearchDialog td {
    padding: 0 5px 5px 0;
}

.search-result-block {
	margin-bottom:1.5em;
}

.search-result-title a {
	font-weight:bold;
	text-decoration:none;
}

.search-result-title a:hover {
	text-decoration:underline;
}

.search-results-details {
	font-size:.8em; /* 12px */
	color:#6e6e71;
}

.site-search-relevance {
	width: 50px;
	border: solid 1px color:#6e6e71;
	margin-top: 5px;
	margin-right: 6px;
	float: left;
	color: #bbbbbd;
	font-size: 2pt;
	line-height: 4px;
	height: 4px;
}

.site-search-relevance div {
	height:4px;
	line-height:4px;
	background:#bbbbbd;
}

.search-result-block .highlight {
	background:#FF9;
}

.site-search-create-date {
	display:block;
}

.PagerNumberArea span {
	padding: 0 !important;
	font-size: 0;
}
.PagerNumberArea span span,
.PagerNumberArea span a {
	font-size: 15px !important;
}

.SearchResults .pager {
    width:100%;
	overflow:hidden;
	padding:10px 0 0 0;
	border-top: 1px solid #ccc;
	margin-bottom:1.5em;
}

.SearchResults .pager a,
.SearchResults .pager strong,
.PagerNumberArea span span,
.PagerNumberArea a,
.ContentButton,
.FormButton {
	cursor:pointer;
	color:#07272d;
	font-size:1.067em;
	font-weight:700;
	line-height:1.2;
	text-decoration:none;
	display:inline-block;
	padding:2px 8px !important;
	border-radius:5px;
	border:1px solid #c28d48;
	background: #f4ae1a;
	text-align:center;
}
.SearchResults .pager a:hover,
.PagerNumberArea a:hover,
.ContentButton:hover,
.FormButton:hover {
    background:#f7c622;
}
.SearchResults .pager a,
.SearchResults .pager strong,
.PagerNumberArea span span,
.PagerNumberArea a {
	float:left;
	display:block;
	margin:0 4px 6px 0;
}

.SearchResults .pager strong,
.PagerNumberArea span span.SelectedPage {
	cursor:default;
	background:#b86700;
	color:#fff;
}

.result-number {
	float:right;
	font-size:.867em; /* 13px */
	font-weight:bold;
}

/* --------------- Tabbed Content ---------------*/

#content ul.tabs {
	margin:0;
	list-style:none;
	padding:0;
	width:100%;
	float:left;
	background:#07272d;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
#content ul.tabs li {
	list-style-type:none;
	margin:0 0 0 5px;
	padding:0;
	background:none;
	display:block;
	float:left;
}
#content .tabs a {
	color:#fff;
	text-decoration:none;
	font-size:1.067em;
	font-weight:700;
	display:inline-block;
	background:	#07272d;
	padding:5px 15px;
	border-top:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	white-space:nowrap;
}
#content .tabs a:hover,
#content .tabs .active a {
	background:#fff;
	color:#07272d;
	border-top:1px solid #07272d;
	border-left:1px solid #07272d;
	border-right:1px solid #07272d;
	padding-top:8px;
	margin-top:-3px;
}
#content .tab-content-container {
	clear:left;
	width:100%;
	padding:20px 0 0 0;
	margin-bottom:1.5em;
}
#content .tab-content-container .tab-content {
	width:100%;
	overflow:hidden;
}

/* ----- Logon Form ----- */

td.LogonDialog {
    padding-bottom:20px;
}

.LogonDialog td {
	padding:5px;
}


/* --------------- Sitemap ---------------*/

.CMSSiteMapList a {
	text-decoration:none;
	font-weight:bold;
}
.CMSSiteMapList a:hover {
	text-decoration:underline;
}
.CMSSiteMapList li li a {
	font-weight:normal;
}

/* --------------- Testimonials --------------- */

.testimonial {
	margin-bottom:1.5em;
	padding-left:3.5em;
	position:relative;
}
.testimonial::before {
	content:'“';
	position:absolute;
	left:0;
	top:0;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:130px;
	color:#eff1f3;
	line-height:.85;
}
#testimonials .testimonial::before {
	color:#dfdfdf;
}
.testimonial-quote {
	font-size:1.25em;
	font-style:italic;
	color:#767676;
}
.testimonial-quote p {
	margin-bottom:0;
}
.testimonial-name {
	color:#000;
	font-weight:700;
}

/* --------------- Forms --------------- */

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.form-group {
    margin-bottom: 1rem;
}
.form-control,
.online-form .TextBoxField,
.online-form .EditingFormControlNestedControl input:not(.UploaderInputFile),
.online-form .EditingFormControlNestedControl textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.online-form .EditingFormControlNestedControl textarea {
    height: auto;
}
.form-control:focus,
.online-form .TextBoxField:focus,
.online-form .EditingFormControlNestedControl input:focus,
.online-form .EditingFormControlNestedControl textarea:focus {
    border-color: #003a40;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.online-form *,
.online-form *::before,
.online-form *::after {
  box-sizing: border-box;
}
.online-form h2,
.online-form h3 {
    background-color: #003a40;
    color: #fff;
    padding: 6px 10px;
    margin-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.online-form h2.label-heading,
.online-form h3.label-heading {
    background-color: #eee;
    font-size: 1.125rem;
    font-weight:400;
    color: #003a40;
    padding: 3px 15px;
    margin:0 0 .5rem 0;
    line-height: 1.5;
}
.checkbox input,
.radio input {
    margin-right: .5rem;
}
.checkbox-list-horizontal label,
.radio-list-horizontal label {
    margin-right:1rem;
}
.checkbox-list-vertical label,
.radio-list-vertical label {
    width: calc(100% - 20px - .5rem);
    vertical-align: top;
}
.online-form .cms-recaptcha-wrap {
    margin-bottom: 1.5rem;
}
.dollar-amount-input .EditingFormControlNestedControl {
    display: inline-block;
    margin-left:.5rem;
    width: calc(100% - 3rem);
}
.online-form input.form-control[type="number"] {
    display: inline-block;
}
.ErrorLabel {
    display: block;
    font-weight: 700;
    color:#cc0000;
    margin-bottom: 1.5rem;
}
.EditingFormErrorLabel {
    display: block;
    color:#cc0000;
}
.online-form .form-group > legend {
    font-size: 1.125rem;
}
.online-form .form-group > label,
.online-form .form-group > legend,
.online-form .form-group > span.EditingFormLabel {
    display: block;
    background-color:#eee;
    color: #003a40;
    padding:3px 15px;
    margin-bottom: .5rem;
}
.online-form .ExplanationText {
    padding:0 15px;
    color:#767676;
    font-size:0.875rem;
}
.online-form > fieldset,
.online-form > div[role="group"] > fieldset {
    margin-left: -15px;
    margin-right: -15px;
}
.online-form > fieldset > .row,
.online-form > div[role="group"] > fieldset > .row {
    margin-left: 0;
    margin-right: 0;
}
.online-form > fieldset > legend,
.online-form > div[role="group"] > fieldset > legend {
    font-size: 1.125rem;
    color:#003a40;
    background-color:#c8d7e1;
    padding:3px 15px;
    margin-bottom:0;
    margin-left:15px;
    width:calc(100% - 30px);
}
@media (min-width: 768px) {
    .online-form {
        padding:0 15px;
    }
    .online-form h3,
    .online-form .form-group {
        margin-left:-15px;
        margin-right:-15px;
    }
    .online-form .form-group > .EditingFormControlNestedControl,
    .online-form .form-group > p {
        margin-left: 15px;
        margin-right: 15px;
    }
    .online-form > fieldset > legend,
    .online-form > div[role="group"] > fieldset > legend {
        margin-left:0;
        width:100%;
    }
    .form-group-border-bottom-md {
        border-bottom:1px solid #ddd;
        margin-bottom:0;
    }
}
.form-horizontal .row.form-group label,
.form-horizontal .row.form-group span.EditingFormLabel {
	/* .col-form-label */
	display: inline-block;
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.form-horizontal .row.form-group span.EditingFormLabel {
    display:inline-block;
}
.confirmation-message {
    background-color: #f2fce6;
    color: #003a40;
    padding: 20px;
    border: 1px solid #d2f4a6;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

/* --------------- External Links ---------------*/

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* states and images */
.ui-icon { width: 16px; height: 16px; display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Component containers
----------------------------------*/
.ui-widget { font-size: 1em; font-weight: normal; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 100%; }
.ui-widget-content { border: 1px solid #ccc; background: #fff; text-align: justify; margin-top: 10px; }
.ui-widget-content a { color: #07272d; }
.ui-widget-header { border: 1px solid #003a40; background: #336166; color: #fff; font-weight: bold; font-size: 1.4em; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cd944c; background: #f4ae1a; font-weight: bold; color: #07272d; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #cd944c; background: #f7c622; font-weight: bold; color: #07272d; outline: none; }

/* states and images */
.ui-widget-content .ui-icon {background-image: url(../images_v2/ext-links-icons.png); }

/* positioning */
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { border-top-left-radius:3px; }
.ui-corner-tr { border-top-right-radius:3px; }
.ui-corner-bl { border-bottom-left-radius:3px; }
.ui-corner-br { border-bottom-right-radius:3px; }
.ui-corner-top { border-top-left-radius:3px; border-top-right-radius:3px; }
.ui-corner-bottom { border-bottom-left-radius:3px; border-bottom-right-radius:3px; }
.ui-corner-right { border-top-right-radius:3px; border-bottom-right-radius:3px; }
.ui-corner-left { border-top-left-radius:3px; border-bottom-left-radius:3px; }
.ui-corner-all { border-radius:3px; }

/* Overlays */
.ui-widget-overlay { background: #000; opacity: .60;filter:Alpha(Opacity=60); }

/* Resizable----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}

/* Dialog----------------------------------*/
.ui-dialog { position: relative; padding: .5em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .3em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* --------------- Text Resizing ---------------*/

body.large-text {
    font-size: 1.1875em; /* 19px */
}
body.medium-text {
    font-size: 1.0625em; /* 17px */
}
body.small-text {
    font-size:.938em; /* 15px */
}

/* --------------- Prevent problems in Design view in CMS --------------- */

#form1 .WebPartHeader table,
#form1 .WebPartZoneHeader table {
	margin:0;
}
.PagePlaceholder .home-slider {
	height:auto;
}
.PagePlaceholder .nav .WebPartContent ul.CMSListMenuUL {
	display:none;
}
