/* Focus for accessibility in all browsers */
:focus {
	outline: 2px solid #6495ed;
}

html:focus, body:focus {
	outline: 0;
}

/* Remove Foundation gutters */
.iw_section .iw_columns {
	padding-left: 0px;
	padding-right: 0px;
}
/* End Remove Foundation gutters */

/* Responsive Videos */
div.responsive-video {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
div.responsive-video iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
/* End Responsive Videos */

/* Sitemap */
.sitemap {
	min-width: 320px;
	max-width: 950px;
	margin: 20px auto;
}
.sitemap h1 {
	padding: 5px 10px 5px 10px;
}
.sitemap h2 {
	display: block;
	width: 100%;
	background: #d9d9d9;
	padding: 5px 10px 5px 10px;
}
.sitemap h3 {
	display: block;
	width: 300px;
	background: #e9e9e9;
	padding: 5px 10px 5px 10px;
}
.sitemap .sections {
	display: block;
	margin: 0 -5px;
	padding: 0;
}
.sitemap .section {
	width: 300px;
	margin: 0 auto;
	padding: 5px;
}
.sitemap .sitemap-opener {
	float: right;
}
.sitemap .sitemap-opener::after {
	content: "\e90c";
	font-size: 22px;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sitemap .active .sitemap-opener::after {
	content: "\f0ca";
}
.sitemap ul {
	padding: 0 5px;
	margin: 0;
}
.sitemap ul ul {
	padding-left: 40px;
}
.sitemap li {
	list-style: none;
    padding: 3px 0px 3px 5px;
}
.sitemap li li {
	list-style: circle;
}
/* End Sitemap */

.contact-list-address {
    margin-bottom: 20px;
}
.page-top-info {
    padding-top: 50px;
}
.container.open-text-box {
	padding-top: 20px;
    margin: 50px auto 0 auto;
}
.base-block .description p {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
}
.account-card .top .link-soct {
	display: inline-block;
	margin-top: 25px;
	font-size: 75%;
	color: black;
	position: relative;
	z-index: 5;
}
.account-card .list-check {
	padding-top: 16px;
}
.btn-compare {
	margin: 5px;
}
.other-products {
	padding-top: 16px;
}
.other-products .product-list img {
	display: block;
}
.other-products .product-list li {
	padding: 0 4px 16px;
	list-style: none;
}
.other-products .product-list {
	margin: 0 -8px -16px;
	padding-top: 16px;
}
.options-block .btn-holder:only-child {
	width: 100%;
}
.gallery-banner .bg-stretch {
	background-position: left;
}

/* Menu fixes */
.main-menu-holder ul {
	list-style: none;
	padding: 0px;
}

/* End Menu fixes */

/* Fixup for Large Product Box */
.our-profits.post-gallery.gray-bg {
	margin: 0px;
	padding: 0px;
}
.large-article .bottom a:after {
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}
/* End Fixup for Large Product Box */

/* Message Ribbon */
.message-ribbon {
	display: none;
}
.message-ribbon-container {
	display: none;
}
.message-ribbon-survey-link {
	text-decoration: underline;
	color: #ffffff;
	display: none;
}
/* Message Ribbon End */

/* Search Box Fixes */
.search-header {
	color: #fff;
}
.search-header input[type="text"] {
	padding: 0px;
	border-bottom: #fff;
	border-bottom-style: solid;
	border-bottom-width: 1px !important;
}
.search-dropdown .nav-inner {
	overflow: auto;
}
.search-header h2 {
	padding-top: 15px;
	font-size: 15px;
}
.search-header ul {
	list-style: none;
	padding: 0px;
}
/* End Search Box Fixes */

/* Background Image Positioning */
.bg-stretch.background-position-center {
	background-position: center;
}
.bg-stretch.background-position-top {
	background-position: top;
}
.bg-stretch.background-position-right {
	background-position: right;
}
.bg-stretch.background-position-bottom {
	background-position: bottom;
}
.bg-stretch.background-position-left {
	background-position: left;
}
/* End Background Image Positioning */

/* Promo Block Image Right */
.promo-block .img-wrap-right {
	margin: 0px;
}
/* End Promo Block Promo Block Image Right */

/* Header Button Fixes */
.generic-header-container .link-soct {
	color: #fff;
}
.generic-header-container .button-block {
	text-align: center;
	padding: 5px;
}
/* End Header Button Fixes */

/* Product Detail Fixes */
.product-block .btn-primary {
	width: 278px;
	margin: 0 auto;
	display: inline-block;
}
.product-detail-img-flip {
	display: block;
}
.btn-success + br + .link-soct {
	position: relative;
	top: -30px;
	width: 268px;
}
.btn-primary + br + .link-soct {
	width: 278px;
}
.link-soct {
	text-align: center;
	display: inline-block;
	font-size: 15px;
	text-decoration: underline;
}
/* End Product Detail Fixes */

/* Tutorial */
.tutorial-frame {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.5);
	overflow-y: hidden;
}
.tutorial-close {
	float: right;
	margin: 10px;
}
.tutorial-scroll,
.tutorial-scroll-mobile,
.tutorial-welcome,
.tutorial-welcome-mobile,
.tutorial-login,
.tutorial-login-mobile,
.tutorial-navigate,
.tutorial-navigate-mobile {
	display: none;
}
/* End Tutorial */

/* Feature card ADA and touch link fix */
.features-card .bottom a:after {
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}
/* End Feature card ADA and touch link fix */

/* Tealium */
.tealium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    position: absolute!important;
    top: 3rem!important;
    width: 90%!important;
    max-width: 700px;
    padding: 20px 3rem 3rem 3rem;
    box-shadow: 0 2px 4px 2px rgba(0,0,0,.35);
    left: 0!important;
    right: 0!important;
    margin-left: auto!important;
    margin-right: auto!important;
    font-family: Roboto,sans-serif;
    font-size: .875rem!important;
    color: #2c2c2c!important;
    z-index: 1002;
}

.tealium img {
  display: none;
}

.tealium .ui-dialog-title {
  display: none;
}

div#__tealium_tag02_header {
  display: none;
}

.tealium .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    text-align: right;
}

.tealium .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix .ui-dialog-titlebar-close.ui-corner-all {
    text-decoration: none;
}

.tealium .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix .ui-dialog-titlebar-close.ui-corner-all span {
    display: none;
}

.tealium .tagrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tealium .tagrow .tagrow-cat {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.tealium .tagrow .tagrow-desc {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
}

.tealium .switch {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.625rem;
}

.tealium .switch .switched {
    position: absolute;
    cursor: pointer;
    width: 3rem;
    top: 0;
    left: 0!important;
    right: 0;
    bottom: 0;
    background-color: #4a90e2;
    transition: .4s;
    border-radius: 5px;
}

.tealium .switch .switched:before {
    position: absolute;
    content: "";
    height: 1.125rem;
    width: 1.125rem;
    right: .25rem;
    bottom: .25rem;
    background-color: #fff;
    transition: .4s;
    border-radius: 3px;
}

.tealium .switch .switched.off {
    background-color: #616161;
}

.tealium .switch .switched.off:before {
    -webkit-transform: translateX(-21px);
    transform: translateX(-21px);
}

.tealium .switch .overlay {
    position: absolute;
    cursor: pointer;
    width: 3rem;
    top: 0;
    left: 0!important;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.tealium .switch .overlay:before {
    left: 1.625rem;
    content: "OFF";
}

.tealium .switch .overlay:after {
    content: "ON";
    left: .375rem;
}

.tealium .switch .overlay:after,
.tealium .switch .overlay:before {
    font-family: Roboto,sans-serif;
    font-size: .625rem;
    color: #fff;
    position: absolute;
    top: .375rem;
}

.tealium .switch input {
    opacity: 0;
}

.tealium .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix .ui-dialog-titlebar-close.ui-corner-all:before {
    font-size: 20px;
    content: "X";
}

.tealium #tag-introtext, .tealium .tagrow {
    margin-bottom: 20px;
}
/* End Tealium */


/* Dustin Launchpad Custom Styles */
.features-card {
 	width:100%; 
}
#indexSection .features-card,
#BorrowSection .features-card,
#LinksSection .features-card,
#PlanningSection .features-card,
#RetirementSection .features-card,
#GuidesSection .features-card,
#EssentialSection .features-card,
#checkingSection .features-card,
#SavingSection .features-card,
#cdSection .features-card, 
#QuickSection .features-card {
	box-shadow: 8px 8px 8px #999999;
}
#indexSection .features-card:hover,
#BorrowSection .features-card:hover,
#LinksSection .features-card:hover,
#PlanningSection .features-card:hover,
#RetirementSection .features-card:hover,
#GuidesSection .features-card:hover,
#EssentialSection .features-card:hover,
#checkingSection .features-card:hover,
#SavingSection .features-card:hover,
#cdSection .features-card:hover, 
#QuickSection .features-card:hover {
	border: 2px solid #4aaa42;
}
#indexSection h4,
#BorrowSection h4,
#LinksSection h4,
#PlanningSection h4,
#RetirementSection h4,
#GuidesSection h4,
#EssentialSection h4,
#checkingSection h4,
#SavingSection h4,
#cdSection h4, 
#QuickSection h4 {
	font-size:24px;
}
#BorrowSection .list-wrapper,
#PlanningSection .list-wrapper,
#EssentialSection .list-wrapper {
	padding-bottom: 0px;
}
#LinksSection .list-wrapper,
#RetirementSection .list-wrapper {
	padding-top: 75px;
}
#checkingSection .list-wrapper,
#SavingSection .list-wrapper,
#cdSection .list-wrapper {
	padding-top: 75px;
	padding-bottom: 0px;
}
#QuickSection .list-wrapper {
	padding-top: 75px;
}
#GuidesSection .features-card .img-wrap img {
	height: 110px;
	width: 70%;
}
/* Dustin Launchpad Custom Styles End*/

/* Dustin Test Navigation Custom Styles */
.inner-list .list-title {
	margin-top: 10px !important; 
	padding-right: 0;
	font-size: 17px;
	font-weight: bold;
}
.inner-list ul a {
	padding-top: 3px; 
	padding-bottom: 3px;
}

/* Remember Me */ 
#remembered-div {
	background-color:#fff; 
	border:1px solid #000;
	border-top:none;
	display:none;
	padding:8px;
	position:absolute; 
	z-index:999;
}
#remembered-div table#remembered-table {
	width:140px;
}
#remembered-div th {
	color:#000;
	font-size:small;
	font-weight:bold;
	text-align:left;
}
#remembered-div td.right {
	text-align:right;
}
#section2 #remembered-div a#hide-uid-link {
	color:#808080;
}
#remembered-div #remembered-table a.remove-userlink {
	color:#f00;
    font-size:x-small;
}
#remembered-div #remembered-table a.select-userlink {
	color:#000;
	font-size:x-small;
	font-weight:normal;
}
.closeRememberMe {
	font-size:x-small;
	color:grey;
}
/* End Remember Me */

/* Enroll Dropdown */ 
.close-enroll-anchor {
	color: grey;
}
.close-enroll-dropdown {
	font-size: x-small;
	text-align: right;
}
.enroll-link-container {
	padding: 4px;
}
.enroll-link-style {
	text-decoration: underline;
	font-size: small;
}
#enroll-dropdown-select {
	width: 250px;
	background-color: white;
	padding: 5px;
	position: absolute;
	z-index: 99;
}
.enroll-select-type {
	text-align: left;
	color: black;
	font-size: small;
	font-weight: bold;
	width: 100%
}
.enroll-table-body {
	width: 100%
}
/* End Enroll Dropdown */
.list-wrapper h1 {
 	padding-bottom:10px; 
}
/* Fix the login box for interior header with login box.
   This is specific to IE where the login box is too high.
   Using a height that is too large will make the content
   too low on mobile. */
.parrallax-replace.two-blocks .container {
	height: 1px;
}

/* Login Widget Color Fix */
.login-widget { 
	background: rgba(240, 240, 240, .7);
}

/* Navigation */
.nav-active .nav-holder {
	z-index: 99;
}
  
  
.list-title-heading:before {
  content: "";
	position: absolute;
	top: 50%;
	right: 48px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 12px;
}
                          
.list-title-heading {
    display: block;
    position: relative;
}

/* Calculator */
.range-row .result-wrap .range-result.error {
	border-color: red;
	border-radius: 3px;
	box-shadow: 0 0 5px red;
}
.calculate-form .input-error {
  border-color: red;
  border-radius: 3px;
  box-shadow: 0 0 5px red;
}
.percentSym {
  width: 0em;
}
.dollarSym {
  width: .7em;
}
.dollarSym, .percentSym {
  float: right;
  padding-top: .5em;
  color: #646464;	
}
[id*="label"][class^="result-col-"] {
	float:left;
	margin-right: 4px;	
}
[class^="result-col-"] {
	font-size:18px;
	line-height:20px;
	color: #646464;
}
#resultsTab {
	line-height: 16px;
}
.result-col-bold  #note{
	font-size: 15px;
}
.result-col-bold [id*="value"]{
	color: #00634a;
    font-size: 24px;	
}
.detail-calculate {
    margin-top: 50px;
    padding-top: 50px;
}
.calculate-form .submit-holder .btn {
	font-size: 18pt;
}
img.error-icon {
     visibility: hidden;
     width: 16px;
}
img.error-icon-on {
     visibility: visible;
     width: 16px;
}
.calculate-form .input-holder {
  margin: 0 0 40px;
}
.calculate-form .error-text {
  bottom: -20px;
  color: #fb0053;
  left: 0;
  font-size: 15px;
  float: right;
}
.calculate-form .input-holder label {
  color: #646464;
  display: inline;
}
.calculate-form .input-holder input {
  float: right;
  width: 43%;
  border: 1px solid #ccc;
  padding: 7px 32px 5px 9px;
  border-radius: 2px;
}
/* End of Calculator */

/* Product Detail Tab */
.product-detail-tab-img-flip {
 	display: block !important; 
}
.product-detail-tab-button {
 	display: inline-block;
}
.product-detail-tab-button {
	padding-top: 5px;
}
.rate-info-block .item-row > .product-detail-tab-text-holder .btn {
	width: 100%; 
}
.product-detail-tab-height {
 	min-height: 650px; 
}
/* End Product Detail Tab */

/* Profile detail  */
.base-block.style-4 .img-wrap {
	height: 180px;
}
.persone-description .inner-holder {
	position: static;
}
.person-block {
	transform: scale(1);
    z-index: 4;
}
.person-block-right {
	left: 990px;  
}
.profile-detail-slim-header {
	height: 372px;
  	background-position: center;
}
.profileDetailContactFormContainer {
	display: none;
}
.profileDetailFormResponse {
	display: none;
}
.profileDetailContactRequiredFieldLabel {
	font-size: small;
}
.profileDetailCancel {
	display: flex;
	justify-content: center;
}
.profileDetailInputHolder {
	margin-bottom: 18px !important; 
}
.profileDetailMessageSent {
	padding-top: 20%; 
}
.person-card-li-width {
    width: 100%;
}

.profileDetailLogo {
 	max-height: 65px;
    padding-bottom: 15px; 
}
/* End Profile detail  */

/* Start of FAQs */
.js-faq-hidden {
	display: none;
}
.accordion li .faq-link a:before {
	display:none;
}
.accordion li .faq-link a:after {
	display:none;
}
.accordion li .faq-link a{
	display:inline;
	padding:0;
}
/* End of FAQs */

/* Disclosure Link */
.link-disclosure{
    text-align: center;
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    padding-bottom: 8px;
}
.link-disclosure-detail{
	padding-top: 20px;
	padding-bottom: 0px;
}
/* End Disclosure Link */

/* Testimonial Box */
.testimonial-box-no-img {
 	padding: 56px !important; 
}
.testimonial-box {
	padding: 50px 0 50px 0;
}
/* End Testimonial Box */

/* Lead/Contact Forms */
.input-emailAddress,
.input-daytimePhoneNumber,
.input-nighttimePhoneNumber,
.input-bestTimeToCall,
.contact-form-error,
.contact-form-success,
.contact-form-processing {
    display: none;
}
/* End Lead/Contact Forms */

/* Forms Fixes */
input[type=checkbox] {
	-ms-transform: scale(1.5,1.5);
	-webkit-transform: scale(1.5,1.5);
	transform: scale(1.5,1.5);
    padding: 10px;
	margin: 10px;
}

/* End Forms Fixes */

/* Feature Cards DCR */
.features-card-no-bubble:hover {
	box-shadow: none; 
}
/* End Feature Cards DCR */

/* Product Comparison Cards */
.productCardImage {
  padding-bottom : 15px;
}

.productCardHeader {
 	padding-bottom: 5px; 
}

.featureCardsNoBubbleUp:hover .inner {
 	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .32) !important;
}

/* Zip Code Popup */
.zip-popup{
	display: none;
}
.zipcode-logo {
    width: 80%;
}
.zipcode-logo {
    display: block;
    width: 80%; 
    padding-left: 15%;
}
.zip-code-form .input-holder .error-text {
	-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: -20px;
	color: #fb0053;
	left: 0;
	width: 100%;
	font-size: 12px;
}
.zip-code-form .submit-holder {
	margin-bottom: 25px;
}
.zip-code-form .input-holder {
	position: relative;
	margin-bottom: 27px;
	line-height: 0;
}
.zip-code-form .input-holder.input-error .error-text {
	visibility: visible;
	opacity: 1;
}
.zip-code-form .input-holder.input-error input,
.zip-code-form .input-holder.input-error select,
.zip-code-form .input-holder.input-error textarea {
	border-color: #fb0053 !important;
	box-shadow: 0 0 0 1px #fb0053;
}
.zip-code-form .input-holder > * {
	line-height: normal;
}
.zip-code-form .input-holder label {
	display: inline-block;
	vertical-align: top;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 4px;
	color: #535353;
}
.zip-code-form {
	position: relative;
	text-align: left;
}
.zip-code-form input,
.zip-code-form input[type="text"],
.zip-code-form textarea {
	font-weight: bold;
	border-radius: 2px;
	width: 100%;
	height: 40px;
	line-height: normal;
	padding: 5px 15px;
	background: #fff;
	color: #000;
	font-family: "Avenir", "Helvetica Neue", "Helvetica", sans-serif;
}
.zip-code-popup-width{
  max-width: 600px;
  min-width: 600px;
}
/*End Zip Code Popup */

/* Feedback */
.feedback-div {
	display: block;
	border: 1px solid #ffffff;
	position: fixed;
	border-radius: 4px 4px 0 0;
	right: 0px;
	border-bottom: none;
	color: #ffffff;
	padding: 0.4em;
	box-sizing: border-box;
	background: #00634a;
	z-index: 10;
	transform-origin: 100% 100%;
	transform: rotate(-90deg) translate(0%, 0%);
	cursor: pointer;
}
/* End Feedback */

/* People Grid */
.person-block .person-content .btn-holder {
    padding-top: 10px;
}
.peopleGridPersonBlock {
	top: 0 !important;
}
.peopleGridImageWidth {
	width: 100%;
}
.peopleGridPersonContent {
 	padding: 24px 18px !important; 
}
.person-block.peopleGridStyle2 .img-holder { 
 	border-radius: 2px 2px 0 0;
    height: 58px;
    margin: 0 0 44px;
    padding-bottom: 0;
}
.person-block.peopleGridStyle2 .bg-stretch {
    border-radius: 2px 2px 0 0;
}
.peopleGridStyle2 .img-wrapper {
    border-radius: 50%;
    bottom: 0;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .3);
    height: 88px;
    left: 50%;
    -ms-transform: translate(-50%, 50%);
    overflow: hidden;
    position: absolute;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    width: 88px;
    z-index: 1;
}
.person-block.peopleGridStyle2 .bg-stretch.img-wrapper img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}
.people-grid-heading{
  padding-top: 45px;
}
/* End People Grid */

/* Full-headshot people carousel */
.post-gallery.cards-gallery .form-holder .people-carousel-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.people-carousel-search-form .input-holder label {
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 4px;
    color: #535353;
}
.people-carousel-search-form input,
.people-carousel-search-form input[type="text"],
.people-carousel-search-form textarea {
	font-weight: bold;
	border-radius: 2px;
	width: 100%;
	height: 40px;
	line-height: normal;
	padding: 5px 15px;
	background: #fff;
	color: #000;
	font-family: "Avenir", "Helvetica Neue", "Helvetica", sans-serif;
}
.post-gallery.cards-gallery .form-holder {
    width: 100%;
    padding: 15px 0 0;
}
.people-carousel-search-form {
    position: relative;
    text-align: left;
    padding-top: 20px;
}
.people-carousel-search-form .input-holder > * {
    line-height: normal;
}
.post-gallery.cards-gallery .heading {
    width: 100%;
     margin: 0; 
}
.post-gallery .heading {
    text-align: center;
    margin: 0; 
    font-size: 18px;
    line-height: 1.36;
    letter-spacing: -.2px;
}
.person-block.style-2 {
    border-radius: 2px;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.people-view-all-button{
    padding-top: 95px;
    padding-left: 45%;
}

/* PL and LOC form*/

.plLocFormContactRowHolder {
 	padding-top: 25px;
}
/*End PL and LOC form */

/* Mortgage Rates Component */
.card-list .mortgage_points:hover,
.card-list .mortgage_apr:hover,
.card-list .mortgage_rate:hover {
    text-decoration: underline;
}
.rate-block .vehicle-apr {
	font-size: 20px;
}

sup.value.rate-disclosure-callout {
    text-decoration: none !important;
    position: relative;
    left: 60px;
    top: -45px;
}

#mortgage-rates .rate-block .value {
    text-decoration: underline;
}

#mortgage-rates .rate-block .details .item {
    text-decoration: underline;
}
/* End Mortgage Rates Component */

/* CD and IRA Rates*/
.cd-apy{
	height: 25px;
}
.ira-apy{
	height: 25px;
}
/* End CD and IRA Rates*/

/* Home Equity Rate Cards */
#home-equity-credit-rates .featherlight-content .main-content > p {
    line-height: 1.3em;
    margin: 0 0 1.2em;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: top;
}
.featherlight-content .main-content .branded {
    border: 1px solid #CCC;
    border-collapse: separate;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}
.featherlight-content .main-content .branded > tbody {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: top;
}
.featherlight-content .main-content .branded tbody tr {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: top;
}
.featherlight-content .main-content .branded tbody tr td {
	background-color: #f6f6f6;
    padding: 5px 10px;
    border-bottom: 1px solid #CCC;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
}
.homeEquityItem {
    font-weight: bold; 
}
.homeEquityCredit_rate:hover {
    text-decoration: underline;
}
.homeEquityInteriorWidth {
    width: 100%;
}
.personalLoansInteriorWidth {
    width: 100%; 
}
/* End Home Equity Rate Cards */

/* Debit Fan Card Form */
.contactRowDebitFanCard {
	text-align: center;
}

.debitCardRadioContainer {
	height: 60px;
}

.debitFanCardContainerLabel {
	display: none;
  	text-align: center; 
  	padding-bottom: 10px;
}

.debitFanCardInputHolder {
	margin-bottom: 20px !important;
}

.debitFanCardLabel {
 	margin-left: auto;
  	margin-right: auto;
  	font-weight: bold;
}

.debitFanCardContactColPadding {
	margin-left: auto;
  	margin-right: auto;
}


.debitFanCardLegend {
  	text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 4px;
    color: #535353;
}

.debitCardRadioButtons {
 	padding-top: 10px; 
}

.debitCardRadioButtons label {
 	padding-right: 10px; 
}

.mobileCardList .debitCardBox {
	display: none;
}

.debitCardRadioButtons .debitCardRadioButtonInput {
 	height: 15px;
  	width: 15px;
  	border-radius: 8px;
}

.contact-form .debitFanCardInput {
	width: auto;
	height: auto;
	margin: 5px;
}

/*End Debit Fan Card Form */

/* People search */
.people-search-container {
    padding: 0 20px;
    margin: 0 auto;
}
/* End People search */

/* Search Page Styles */
.searchPageInput {
  height: 40px !important;
  display: block !important;
  width: 100% !important;
  background: none !important;
  font-weight: bold !important;
  border-radius: 2px !important;
}

.searchPageInputContainer {
 	display:flex; 
}

.searchPage{
 	text-align: center;
}

.searchPageSearchContainer {
 	margin-left: auto;
    margin-right: auto;
    padding: 40px;
}

.searchPageSubmit {
 	padding: 10px; 
}

.searchPageForm {
 	display: flex;
  	width: 100%;
    padding-left: 20px;
}

.searchPageSubmitButton {
 	border: none;
    background: none; 
}

/* End Search Page */

/* Swiftype Styles */

.st-ui-type-detail {
  color: #5B6A80 !important;
}

.st-ui-type-detail:hover {
  color: #000000 !important;
}

.st-ui-type-detail-bold {
  color: #5B6A80 !important;
}

.st-ui-type-detail-bold:hover {
  color: #000000 !important;
}

.st-search-container {
 	padding: 0 20px; 
}

.st-query-present {
 	padding-bottom: 10px;
  	font-size: 15px;
}
/* End of Swiftype Styles */

/*Article Blog Styles */
.articleHeaderCategoryTag {
    background: #ffffff;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 2px;
    color: #00634a;
}

.articleHeaderCategoryTagContainer {
 	padding-bottom: 25px; 
}

.articleAuthorImage {
    background-size: cover;
    background-position: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 8px;
}

#article-header {
	margin-bottom: 25px;
}

.articleAuthorInformationContainer {
  	display: flex;
    align-items: center;
  	padding-bottom: 15px;
}

.author-name {
 	color: #00634A;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    letter-spacing: -0.39px;
}

.authorInformationDivide {
  	display: none;
}

.authorOccupation {
	display: none; 
}

.article-block {
	font-size: 18pt;
    margin-bottom: 24px;
}

.article-block img {
	width: 100%;
    height: auto;
}

.article-callout {
	text-align: center;
	font-weight: bold;
}

.article-pullquote {
	font-family: Georgia, serif;
	padding-left: 24px;
	border-left: 2px solid;
}

.article-green {
	color: #00634a;
	border-color: #00634a;
}

.article-gray {
	color: #6a6a6a;
	border-color: #6a6a6a;
}
/* Article Blog Ends */

/* Article Teaser/Grid */
.articleAnchor a:after {
	content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.articleAuthor {
	font-weight:500;
	color:#00825D;
}

.articleAuthorDateContainer {
	display: inline-block;
}

.articleAuthorImage {
	border-radius:50%;
	width: 50px;
	height: 50px;
}

.articleAuthorInformation {
	width:100%;
	padding:5px 20px 15px;
}

.articleCard {
	width: calc(100% - 40px);
	margin:20px;
	border-radius:2px;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.3);
	background: #ffffff;
	will-change: opacity, transform;
    flex: 1 0 20%;
}

.articleCardContainer {
  border-radius:2px;
  box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}

.card.col.articleCard:hover {
    transition: box-shadow 600ms ease;
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.2);
}

.articleContent {
	padding:10px 20px;
	margin-bottom:10px;
	font-weight:700;
}

.articleDate {
	font-size:15px;
	color: #5F6062;
}

.articleDescriptionHeader {
	text-align:center;
  	padding: 10px 0;
}

.articleImage {
	border-radius:2px;
  	width: 100%;
}

.articleImageContainer {
	float:left;
	margin-right:10px;
}

.articleImageHolder {
 	position: relative; 
}


.articleTag {
	background:#ffffff;
	font-weight: 600;
	font-size: 13px;
	padding: 6px 12px;
	border-radius: 2px;
	color: #00634a;
	position: absolute; 
	top: 10px;
	left: 10px;
}

.articleTopContainer {
	padding:25px 0;
}

.articleFeatureCardDate {
	font-size:15px;
}

a.large-article{
	max-width: 100%;
}
/*End Article Teaser/Grid */

/* Article Carousel */

.articleCarouselCard {
 	width: 13%; 
}

.article-carousel {
 padding-top: 30px; 
}

.article-carousel .articleCard {
	width: 0;
    margin: 0;
    flex: none;
}

.articleCarouselContainer {
 	padding-bottom: 15px; 
  	overflow: hidden;
}

/****************************************/
/****************************************/
/* All Media Items from 500px to 1200px */
/****************************************/
/****************************************/
@media (min-width: 500px) {
	.sitemap .sitemap-opener {
		display: none;
	}
	.sitemap .js-acc-hidden {
		position: unset !important;
		left: unset !important;
		top: unset !important;
		width: unset !important;
    }
	.sitemap h3 {
		width: 230px;
    }
	.sitemap .sections {
		display: flex;
		flex-wrap: wrap;
    }
	.sitemap .section {
		margin: 0px;
		width: 240px;
    }
}

@media (max-width: 500px) {
      /* zipcode popup */
    .zip-code-popup-width{
      max-width :320px;
    }
    /* End zipcode popup */  
}

@media (max-width: 639px){
	.post-gallery.cards-gallery .post-slider > div {
		display: inline-block;
		vertical-align: top;
		padding: 0 8px 24px;
		width: 100%;
	}
}

@media (min-width: 640px) {
/* People Grid */
	.person-block.peopleGridStyle2 .img-holder {
		height: 86px;
	}
/* Full-headshot people carousel */
	.people-full-image {
		width: 297px;
	}
	.people-full-image-wrapper img {
		max-height: 1000000px;
		width: 100%;
	}
	.post-gallery.cards-gallery .form-holder .input-holder {
		text-align: left;
		padding: 0 9px 16px;
		margin: 0;
	}
    .full-people-carousel-top-margin {
      margin-top: -100px;
    }
}

@media (max-width: 767px) {
	.simple-banner.light {
		margin-top:20px;
	}
    .article-row .article-holder {
     	margin-bottom: -2px;
      	padding-bottom: 8px; 
	}
  
    .article-row a.article-holder {
     	margin-bottom: -2px;
      	padding-bottom: 8px; 
	}
  
	.fixed-mobile .btn-success {
		width: 100%;
		margin: 0px;
	}
	.fixed-mobile .btn-success + br + .link-soct {
		width: 100%;
		background-color: #fff;
		top: 0px;
	}
	.rate-info-block .item-row > .product-detail-tab-text-holder {
    	padding: 32px 0 0 0;
	}
  	.rates-info-section {
    	margin: 0; 
    }
    .product-detail-tab-container {
		padding: 10px 0 10px 0;
	}
  
    /* Debit Fan Card */
  	.mobileCardList {
		display: flex;
		flex-direction: column;
	}
	
	.mobileCardWidth{
		width: 100% !important;
	}
  
  	.debitFanCardSubmitHolder {
 		position: relative !important; 
	}
  	
  	/*End Debit Fan Card */
  
    /*People search*/
  	.people-search-input-line {
		 height:300px;
	}
		
	.people-search-input-line .input-container.select-container {
         Overflow: unset;
         Position: unset;
	}
		
	.people-search-input-line .input-container.search-container {
         Overflow: unset;
	}

	.people-view-all-button {
    	padding-top: 120px;
    	padding-left: 30%;
    }
    
    .post-gallery.cards-gallery .form-holder .people-carousel-search-form .input-holder.autocomplete-search{
		text-align: left;
		padding: 0;
		margin: 0;
	}
  
    .people-full-image-wrapper img {
		max-height: 1000000px;
		width: 100%;
	}
	
	/*End People search*/
   /* Search Page */
   .searchPageSubmitButton {
    	display: none; 
   }
  
  .article-carousel-post-slider .slick-prev {
  	left: 0; 
  }
  .article-carousel-post-slider .slick-next {
  	right: 5px; 
  }
}

@media (min-width: 768px) {	

/* product Detail Section */
	.other-products .product-list li {
		width: 25%;
	}
	.other-products .product-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.generic-header-container .button-block {
		float: left;
	}
	.product-detail-img-wrap-right {
		float: right !important;
		width: 38% !important;
	}
	.product-detail-content-wrap-right {
		width: 62% !important;
	}
/* Product Detail Tab */
  	.rate-info-block .item-row > .product-detail-tab-text-holder .btn {
   		width: auto;
    	min-width: 230px;
  	}
    .rate-info-block .item-row > .product-detail-tab-text-holder {
    	width: 50%;
    	padding: 0 25px 0 0;
	}
  	.product-detail-tab-img-wrap-right {
		float: right !important; 
	}
  	.product-detail-tab-container {
		padding-top: 50px;
		padding-bottom: 5px;
	}
/* Testimonial Box */
 	.testimonial-box-no-img-text-holder {
     	width: 100% !important; 
    }
/* Search Page */
    .searchPageSearchContainer {
     	width: 35%; 
    }
  
/* Article Blog */
    .authorInformation {
        display: flex; 
    }
  
  	.authorInformationDivide {
      	display: inline-block;
  		margin: 0 16px;
	}
  
  	.authorOccupation {
     	display: inline-block; 
    }
/* Article Teaser/Grid */
	.articleCard {
		width: calc(25% - 25px)
	}
	
	.articleContainer {
		display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
	}
  
  	.list-title-heading:before {
   		right: 10px; 
  	}
  
}

@media (min-width: 768px) and (max-width: 1024px) {
  	.testimonial-box-content-div {
     	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    }
}

@media (max-width: 1023px) {
/* Back to Top */
	#back-to-top {
		color: #fff;
		display: block;
	}
	.range-row {
		padding-bottom: 30px;
	}
	.persone-description .person-block {
		position: static;
		margin: 70px auto 30px auto;
	}
	.person-banner {
		height: 0px;
	}
	.profile-detail-slim-header {
		height: 0px;
	}
    .calculate-form .input-holder {
        right: 0;
    }
}

@media (min-width: 1024px) {	
/* Dustin Test Navigation Custom Styles */	
    ul.business-navigation .inner-list {
        width:310px; 	 
    }
/* Dustin Test Navigation Custom Styles End*/
	
/* Back to Top */
	#back-to-top {
		float: right;
	}

/* Login Widget */
	.gallery-banner .login-widget {
		top: 400px !important;
	}
	.range-row {
		margin: 0 0 15px;
	}
	.content-text-left {
		margin-left: 40%;
	}
/* Testimonial Box */
	.testimonial-box-img-flip {
		padding: 69px 350px 69px 30px;
	}
	.testimonial-box-img-holder {
		left: 500px !important; 
	}
	.testimonial-box-button {
		width: 215px;
		display: inline-block;
		padding: 5px 5px 5px 0;
	}
	.story-block .testimonial-box-content-div .text-holder {
		width: 100%;
	}
	.story-block .testimonial-box-content-div .btn-holder {
		width: 100%;
		padding: 0;
	}
	.testimonial-box .story-block {
		margin: 0 0;
	}
/* Full-headshot people carousel */
	.post-gallery.cards-gallery .heading {
		margin: 0;
	}
	
	.productDetailBottomButtonGroup {
     	display: flex; 
    }
}

@media (max-width: 1068px) {
    .testimonial-box-button {
        padding-bottom: 24px;
    }
}

@media (min-width: 1200px) {
/* Product Detail Tab */
	.rate-info-block .item-row > .product-detail-tab-text-holder {
    	width: calc(100% - 532px);
    	padding: 10px 72px 0 0;
	}
/* Testimonial Box */
	.testimonial-box-img-flip {
     	padding: 56px 426px 55px 67px;
    }
   	.testimonial-box-img-holder {
  		left: 800px !important; 
  	}
  
/* Article Blog */
	.container.articleAuthorContainer{
    	width: calc(58.3333333333% - 31.6666666667px);
	}

	.container.article-block {
    	width: calc(58.3333333333% - 31.6666666667px);
	}
}

/* people Search */
@media (min-width: 1024px) {
	.people-search-container {
      padding: 0 8%;
      width: 100%;
	}
}


/* Investment and planning form */ 
investment-and-planning-form .input-holder .error-text {
	-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: -20px;
	color: #fb0053;
	left: 0;
	width: 100%;
	font-size: 12px;
}


.investment-and-planning-form  .submit-holder {
	margin-bottom: 25px;
}

.investment-and-planning-form  .input-holder {
	position: relative;
	margin-bottom: 27px;
	line-height: 0;
}

.investment-and-planning-form .input-holder.input-error .error-text {
	visibility: visible;
	opacity: 1;
    color: #fb0053;
    font-size: 12px;
}

.investment-and-planning-form .input-holder.input-error input,
.investment-and-planning-form .input-holder.input-error select,
.investment-and-planning-form .input-holder.input-error textarea {
	border-color: #fb0053 !important;
	box-shadow: 0 0 0 1px #fb0053;
}

.investment-and-planning-form .input-holder > * {
	line-height: normal;
}

.investment-and-planning-form .input-holder label {
	display: inline-block;
	vertical-align: top;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 4px;
	color: #535353;
}

.investment-and-planning-form {
	position: relative;
	text-align: left;
}

.investment-and-planning-form input,
.investment-and-planning-form input[type="text"],
.investment-and-planning-form textarea {
	font-weight: bold;
	border-radius: 2px;
	width: 100%;
	height: 40px;
	line-height: normal;
	padding: 5px 15px;
	background: #fff;
	color: #000;
	font-family: "Avenir", "Helvetica Neue", "Helvetica", sans-serif;
}

.investment-and-planning-form.contact-form-custom {
		padding-bottom: 70px;
	}

.investment-and-planning-form.contact-form-custom .submit-holder {
  position: absolute;
  left: 0;
  width: 50%;
  margin-bottom: 0;
}

.investment-and-planning-form.contact-form-custom .submit-holder {
	margin-bottom: 25px;
}
.investment-and-planning-form .contact-row-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
}

.investment-and-planning-form .contact-col {
  padding: 0 15px;
  width: 50%;
}

.investment-and-planning-form h2 {
	font-size: 24px;
	color: #00634a;
	margin-bottom: 25px;
}

.investment-and-planning-form h3 {
	margin-bottom: 28px;
}

.investment-and-planning-form .green-text {
	color: #00634a;
	letter-spacing: -.22px;
}

@media (max-width: 640px) {
  .investment-and-planning-form .contact-col {
 	 padding: 0 15px;
    width: 100%;
 } 
}

@media (max-width: 640px) {
 .investment-and-planning-form.contact-form-custom .submit-holder {
    position: absolute;
    left: 0;
    width: 100%;
    margin-bottom: 0;
  }
}
/* End Investment and planning form */ 

.wealth-subscribe-form-input {
	width: 48.5%;
}

.wealth-subscribe-form-input-odd{
	width: 100%;
}

.wealth-subscribe-form-input-error{
	color: #fb0053;
	font-size: 12px;
}

/* Compare checking Mobile */
.hide-col{
	display: none;
	line-height: 0;
	padding: 0;
    border: none;
}
.show-col{
 	visibility: visible;
}

.compare-checking-slick-arrow {
    transition: background .3s ease-in-out;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, .0);
    box-shadow: 1px 3px 20px 0 rgba(0, 0, 0, .32);
    padding: 0;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    z-index: 9;
}

.compare-checking-slick-arrow.slick-prev{
	left: 25px; 
	transform: translateY(-50%) rotate(180deg);
}
.other-bank-odd{
	background-color: #f5f5dc;
}
.other-bank-even{
	background-color: #e9e9af;
}
.compare-checking-mobile-table{
  width: 100%;
  margin: 0;
}


/* Compare checking Mobile */