#email-subscribers-2 {
	border: 2px solid #ffdf5d;
	padding: 10% 5%;
	margin: 2% 0;
	overflow: hidden;
}

#email-subscribers-2 * {
	box-sizing: border-box;
}

#email-subscribers-2 h3, #email-subscribers-2 .es_caption {
	text-align: center;
	margin-bottom: 3%;
}

#email-subscribers-2 h3 {
	font-size: 30px;
	font-family: "pmn_caecilia_55roman", 'sans-serif';
}

#email-subscribers-2 input[type="button"] {
	background: #ffdf5d;
	border: none;
	padding: 10px 30px;
	float: left;
	width: 100%;
	font-size: 18px;
}

#email-subscribers-2 input[type="text"],
#email-subscribers-2 input[type="email"] {
	padding: 10px 30px;
	float: left;
	width: 100%;
}

#email-subscribers-2 input[type="text"],
#email-subscribers-2 input[type="email"] {
	border: 1px solid #9f9f9f;
	padding: 10px 30px;
	margin-right: 20px;
}

#email-subscribers-2 .es_textbox,
#email-subscribers-2 .es_button {
	padding-bottom: 0;
	padding-top: 0;
}

@media screen and (min-width: 768px) {
	#email-subscribers-2 input[type="text"],
	#email-subscribers-2 input[type="email"] {
		width: 31%;
	}

	#email-subscribers-2 input[type="button"] {
		width: 32%;
	}

	#email-subscribers-2 h3 {
		font-size: 37px;
	}

	#email-subscribers-2 .es_caption {
		font-size: 19px;
	}

}

/*** POPUP SPECIFIC ***/
#subscribe-popup {
	max-width: 500px;
	width: 80%;
	background: #fff;
}

#subscribe-popup input {
	width: 100% !important;
}

#subscribe-popup .button-close {
	color: #b0b0b0;
	font-size: 180%;
	margin: 0;
	text-align: right;
}

#subscribe-popup #email-subscribers-2 {
	border: none;
	padding: 1% 3% 10% 5%;
}

@media screen and (min-width: 768px) {
	#subscribe-popup .form-wrap {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
}

.footer {
	padding-top: 0;
}

.footer .fcontent:nth-child(1) {
	border: none;
	padding: 40px 0 40px;
	text-align: center;
}

#footer-logos .logo-wrap {
	width: auto;
	margin: 0 auto;
	float: none;
	display: inline-block;
}


.footer-logo {

}

.footer-logo:nth-child(1) {
	 margin-right: 5px; 
	 height: 111px;
}

.footer-logo:nth-child(2) {
	 margin-right: 5px; 
	 height: 111px;
}

.footer-logo:nth-child(3) {
	margin-right: 10px;
}

.fcontent img {
	max-width: 100%;
	max-width: 70px;
}

@media screen and (min-width: 920px) {

	footer-logos .logo-wrap {
		width: 50%;
		float: left;
	}

	footer-logos {
		width: auto;
		margin: 0 auto;
		float: none;
		overflow: hidden;
		display: inline-block;

	}
}

#sectionLearnmore .fcontent {
	/* padding-top: 20px; */
	 padding-bottom: 50px;
}

@media only screen and (max-width: 667px) {
	#sectionLearnmore .fcontent {
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 768px) {

	.fcontent img {
		max-width: 100px;
	}

}

@media screen and (min-width: 920px) {

	.fcontent img {
		max-width: 135px;
		width: auto;
	}

	#sectionLearnmore .fcontent {
	/*	padding-top: 3%; */
	}

	.fcontent a.logo-wrap {
		float: left;
	}

}

/* partner advantage page */

#partner-advantage-hero {
	background-image: url('../images/affiliates_hero.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 100%;
}

#partner-advantage-hero .sh-content {
	margin-top: 20%;
}

#partner-advantage-hero .sh-content h1,
#partner-advantage-hero .sh-content p {
	color: #fff;
}

#partner-advantage-hero .content_links a {
	color: #ffdd5b;
}

#partner-advantage-hero .content_links a:hover {
	border-bottom: 2px solid #ffdd5b;
}

#gci-content {
	position: relative;
	left: 65%;
	text-align: center;
}

.gci-phone {
	font-weight: 800;
	text-align: left;
}

.gci-link {
	color: #4e6ca8;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	background-image: url("../images/icon-blue-arrow.png");
	background-size: 17px;
	background-repeat: no-repeat;
	padding: 0 30px 0 0;
	background-position: right center;
	float: right;
	position: relative;
	bottom: 40px;
}

@media only screen and (max-width: 1080px) {
	.gci-link {
		float: none;
		bottom: 0;
	}
}

@media only screen and (max-width: 768px) {
	#gci-content {
		left: 0;
	}
}

/*** Homepage Blog Slider **/

#sectionBlogSlider {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 100%;
}

#sectionBlogSlider h2 {
	color: #2f2b2c;
}

#sectionBlogSlider h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

#sectionBlogSlider .column {
	padding: 3%;
}

#sectionBlogSlider .column a {
	color: #3d62a9;
	text-decoration: none;
	line-height: 120%;
}

#sectionBlogSlider * {
	box-sizing: border-box;
}

#sectionBlogSlider h4 {
	font-weight: bold;
}

@media screen and (min-width: 780px) {

	#sectionBlogSlider .content {
		top: 50%
	}

	#sectionBlogSlider h2 {
		font-size: 35px;
		max-width: 80%;
	}
}

@media screen and (min-width: 940px) {

	#sectionBlogSlider .content {
		top: 35%
	}

	#sectionBlogSlider h2 {
		font-size: 45px;
		max-width: 55%;
	}

	#sectionBlogSlider .column {
		width: 33.33%;
		float: left;
		overflow: hidden;
	}
}

.blog-link {
	color: #9f9f9f;
	font-size: 24px;
	text-decoration: none;

}

#sectionBlogSlider .post-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#sectionBlogSlider .post-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-webkit-transition: opacity 300ms ease-in-out;
}

#sectionBlogSlider .post-image.visible {
	opacity: 1;
}

#sectionBlogSlider.hovered h2 {
	color: #2f2b2c;
}

#sectionBlogSlider.hovered .blog-link {
	color: #ffdf5d;
}

#sectionBlogSlider.hovered .column.active {
	background-color: #2f2b2c;
}

#sectionBlogSlider.hovered .column.active h3 a,
#sectionBlogSlider.hovered .column.active h4 {
	color: #fff
}

#sectionBlogSlider.hovered .column {
	background-color: transparent;
}

#sectionBlogSlider h4 {
	color: #9f9f9f;
	font-size: 13px;
	text-transform: uppercase;
}

#sectionBlogSlider .columns {
	clear: both;
	margin: 5% 0;
}

#sectionBlogSlider .column-1 {
	background-color: #e4e4e4;
}

#sectionBlogSlider .column-2 {
	background-color: #ededed;
}

#sectionBlogSlider .column-3 {
	background-color: #f4f4f4;
}

#sectionBlogSlider .row {
	max-width: 1410px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 3%;
}

#sectionEmployers .video-button {
	padding: 5px 17px 5px 20px;
	width: 200px;
	float: left;
	display: block;
	border: 2px solid #4e6ca8;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	margin-top: 40px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#sectionEmployers .video-button:hover {
	background-color: #4e6ca8;
}

.icon-play-video {
	background: transparent url('../images/icon-play.png') 5% 50% no-repeat;
	display: block;
	margin: 0 auto;
	padding: 5% 0 5% 20%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

ul#pnav ul.sub-menu {
	position: absolute;
	top: 30px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0.2s, opacity 0.2s, linear;
	-moz-transition: visibility 0.2s, opacity 0.2s, linear;
	-ms-transition: visibility 0.2s, opacity 0.2s, linear;
	-o-transition: visibility 0.2s, opacity 0.2s, linear;
	transition: visibility 0.2s, opacity 0.2s, linear;
	border: 2px solid #ffdf5d;
	text-align: left;
	background: #fff;
	margin: 0;

}

/**** SUB NAV FOR MAIN NAVIGATION ***/

ul#pnav > li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

ul#pnav .sub-menu li {
	margin: 0;
	display: block;
	list-style-position: inside;
	text-align: left;
	width: 180px;
}

ul#pnav .sub-menu a {
	border: none !important;
	color: #000;
	font-weight: normal;
	display: block;
	width: 150px;
	padding: 15px;
	transition: none !important;
}

ul#pnav .sub-menu li:hover a {
	background: #f1f1f1;
	width: 150px;
	padding: 15px;
}

#sectionEmployers .content p,
#sectionEmployers .content .content_links {
	margin-top: 15px;
}

#sectionEmployers .content h2 {
	margin-bottom: 0;
	margin-top: 20px;
}

.pagination {
	background: #f5f5f5;
}

/*** VIDEOS ***/
.post-type-archive-video .bp_listing,
.tax-video-category .bp_listing {
	height: 300px;
	min-height: 0;
	margin-top: 50px;
}

.post-type-archive-video .bp_listing .video-thumb,
.tax-video-category .bp_listing .video-thumb {
	height: 200px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
	background-position: center;
}

.post-type-archive-video .bp_listing img,
.tax-video-category .bp_listing img {
	margin: 0 0 20px;
}

.post-type-archive-video .bp_listing h5,
.tax-video-category .bp_listing h5 {
	color: #9f9f9f;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

.page-template-page-hsa-landingpage .video-button {
	padding: 10px 0 10px 20px;
	width: 200px;
	display: block;
	margin: 50px auto;
	border: 2px solid #4e6ca8;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.page-template-page-hsa-landingpage .icon-play-video {
	background: transparent url(../images/icon-play.png) 0 50% no-repeat;
	display: block;
	margin: 0 auto;
	padding: 18px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.hsa-back-btn {
	text-decoration: none;
	color: #456ba8;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-top: 100px;
}

.btn-whiteborder.gray {
	color: #58595b;
	border: 2px solid #58595b;
	padding:13px 45px;
	margin-left: 5px;
}

@media only screen and (max-width: 768px) {
	.btn-whiteborder.gray {
		margin-left: auto;
	}

	.retirement_message p {
		float: none;
	}

}

/* retirement limits page */

#retirement-plan-hero {
	background: #fff;
}

#retirement-plan-hero h2 {
	padding-bottom: 15px;
}

.table-content {
	margin: 20% 10% 0;
}

.more-table-content {
	margin: 5% 10% 0;
}

.table-addr {
	color: #747474;
	font-weight: bold;
	margin-top: 50px;
	text-align: center;
}


@media screen and (max-width: 667px) {
	.table-content,
	.more-table-content {
		margin: 20% 0;
		overflow-x: scroll;
	}
}

/* gated content page */

h2, h3 {
	  font-family: 'pmn_caecilia_55roman';
}

p, li {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
}

.gated-top h3 {
	font-size: 54px;
	line-height: 60px;
}

.gated-top p{
	font-size: 16px;
	font-family: 'Open sans';
}

.gated-scale {
	height: auto;
	width: 100%;
}

.social-nav {
	display: inline;
	float: right;
	margin-right: 50px;
	margin-top: 40px;
	width: 20%;
}

@media only screen and (max-width: 1200px) {
	.social-nav {
		width: 30%;

	}
}

@media only screen and (max-width: 768px) {
	.social-nav {
		width: 40%;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 600px) {
	.social-nav {
		width: 50%;
		margin-top: 20px;
	}
}

.social-nav a {
	margin-left: 10px;
	font-size: 20px;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	color: #646464;
	text-align: center;
	background-color: #ffdf5d;
	padding: 10px 15px;
}

@media only screen and (max-width: 600px) {
	.social-nav a {
		font-size: inherit;
		margin-left: 4px;
	}
}

.gated-cta-section {
	background: #4e6ca8;
	height: 450px;
	max-height: 700px;
	line-height: 0;
	position: relative;
	text-align: center;
	padding: 30px;
	color: #fff;
}

.gated-cta-section h2 {
	color: #fff;
	padding-top: 8%;
	margin-left: 3%;
	margin-right: 3%;
	padding-bottom: 25px;
}

@media only screen and (max-width: 667px) {
	.gated-cta-section h2 {
		font-size: 25px;
	}
}

@media only screen and (max-width: 667px) {
	.callout-sub {
		line-height: 25px;
	}
}

.callout-btn {
	text-decoration: none;
	text-transform: uppercase;
	background: #fff;
	color: #4e6ca8;
	font-weight: bold;
	padding: 15px;
	position: relative;
	top: 50px;
}

@media only screen and (max-width: 667px) {
	.callout-btn {
		top: 25px;
	}
}

p.gated-cta {
	color: #4E6CA8;
  font-weight: bold;
  font-size: 18px;
	font-family: "Open Sans", sans-serif;
  text-decoration: none;
}

.gated-form {
	width: 100%;
}

input.gated-input {
	border: 1px solid #4e6ca8;
	width: 50%;
	padding: 10px;
	float: left;
}

.btn-gated {
	background: #4e6ca8;
	color: #fff;
	border: none;
	font-size: 12px;
	font-weight: bold;
	width: 25%;
	padding: 14px;
	text-transform: uppercase;
	clear: left;
}

@media only screen and (max-width: 667px) {
	.btn-gated {
		width: 40%;
	}
}

@media only screen and (max-width: 1200px) {
	.btn-gated {
		width: 42%;
	}
}

.btn-gated:hover {
	cursor: pointer;
}

.gated-form-error {
	color: red;
	font-weight: bold;
}

.bottom-icons {
	display: block;
	float: none;
	text-align: center;
	padding: 25px;
}

.bottom-icons a {
	margin-left: 25px;
	font-size: 20px;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: #4e6ca8;
	color: #fff;
	padding: 10px 15px;
}

.gated-footer {
	background: #252323;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
	padding: 15px 0 25px 0;
	width: 100%;
}

.gated-footer-logo {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* gated thank you page */

.thanks-message {
	display: block;
	text-align: center;
	margin-top: 15%;
	margin-bottom: 21%;
}

@media only screen and (max-width: 667px) {
	.thanks-message {
		margin-top: 40%;
	}
}

.bottom-section {
	height: 200px;
}

.bottom-section h4 {
	text-align: center;
}

.form-error {
	color: red;
	font-weight: bold;
}

/* gform gated form version */

#gform_11,
#gform_14,
#gform_15 {
	width: 100%;
}
#gform_submit_button_11,
#gform_submit_button_14,
#gform_submit_button_15 {
	background: #4e6ca8;
	color: #fff;
	border: none;
	font-size: 12px;
	font-weight: bold;
	width: 25%;
	height: 43px;
	padding: 14px;
	text-transform: uppercase;
	clear: left;
}

#gform_submit_button_14 {
	width: 20%;
	position: absolute;
}

@media only screen and (max-width: 667px) {
	#gform_submit_button_11,
	#gform_submit_button_15	{
		width: 40%;
	}
}

@media only screen and (max-width: 667px) {
	#gform_submit_button_14 {
		width: 46%;
	}
}


#gform_submit_button_11:hover,
#gform_submit_button_14:hover,
#gform_submit_button_15:hover {
	cursor: pointer;
}


input#input_11_1,
input#input_14_1,
input#input_15_1 {
	border: 1px solid #4e6ca8;
	width: 50%;
	padding: 10px;
	float: left;
}

input#input_14_1 {
	position: absolute;
	width: 22%;
}

@media screen and (max-width: 667px) {
	input#input_14_1 {
		width: 40%;
	}
}

#field_11_1,
#field_14,
#field_15_1 {
	list-style-type: none;
}

/* gform 13 gated */
#gform_13 {
	width: 100%;
}

#gform_submit_button_13 {
	background: #4e6ca8;
	color: #fff;
	border: none;
	font-size: 12px;
	font-weight: bold;
	width: 25%;
	height: 42px;
	padding: 14px;
	text-transform: uppercase;
	clear: left;
}

@media only screen and (max-width: 667px) {
	#gform_submit_button_13 {
		width: 40%;
	}
}

@media only screen and (max-width: 1200px) {
	#gform_submit_button_13 {

	}
}

#gform_submit_button_13:hover {
	cursor: pointer;
}

input#input_13_1 {
	border: 1px solid #4e6ca8;
	width: 50%;
	padding: 10px;
	float: left;
}

#field_13_1 {
	list-style-type: none;
}

.gfield_description.validation_message {
	color: red;
	font-weight: bold;
	float: left;
	opacity: 0;
}


.validation_error {
	color: red;
	font-weight: bold;
}

/*** Visual Composer CSS ***/
.ic-cta a {
	color: #4E6CA8;
	text-decoration: none;
	background-image: url("../images/icon-blue-arrow.png");
	background-size: 17px;
	background-repeat: no-repeat;
	padding: 0 30px 0 0;
	background-position: right center;
}

a.ic-cta {
	font-size: 18px;
	font-weight: bold;
}

.ic-cta a {
	font-size: 24px;
}

.blu-button a, .blu-button button {
	color: #fff !important;
	background-color: #4e6ca8 !important;
	font-size: 18px !important;
	font-weight: bold;
	padding: 16px 75px !important;
}

.sp-wrap h1:first-child {
	display: none;
}

.vc_cta3-content .vc_cta3-content-header h2 {
	font-size: 21px;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: bold !important;
	line-height: 1em !important;
	margin-bottom: 5px !important;
}
.vc_cta3-content .vc_cta3-content-header h4 {
	font-size: 37px;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: bold !important;
	line-height: 1em;
}

.cta-blue-outline {
	border-color: #4e6ca8 !important;
	border-width: 5px !important;
}
.cta-blue-outline h2, .cta-blue-outline h4 {
	color: #4e6ca8 !important;
}

.narrow-letter-spacing {
	letter-spacing: -1px;
}

.not-so-narrow-letter-spacing {
	letter-spacing: -.02px;
}

.cta-yellow-bg {
	border-color: #ffdf5d !important;
	border-width: 5px !important;
}

.wpb_wrapper .wpb_text_column ul {
	list-style-type: disc;
	margin: 45px 25px;
}
.wpb_wrapper .wpb_text_column p {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 28px;
}
.wpb_wrapper .wpb_text_column li {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 22px;
}

@media screen and (max-width: 768px) {
	.vc_column_container .vc_column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}



/* Fiduciary Page */

.page-fiduciary {
	overflow-x: hidden;
}

section {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fff;
	clear: both;
}



.inner-content {
	padding: 0 5%;
	box-sizing: border-box;
}

.row {
	max-width: 1100px;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: content-box;
	margin: 0 auto;
}

.col-1, .col-2, .tools-calc {
	float: left;
	width: 100%;
}

#hsa-hero {
	background-image: url('../images/nbs_fiduciary-hero.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	max-height: 500px;
}

#hsa-hero .video-button {
	padding: 5px 17px 5px 20px;
	width: 200px;
	float: left;
	display: block;
	border: 2px solid #4e6ca8;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	margin-top: 40px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#hsa-hero .video-button:hover {
	background-color: #4e6ca8;
}

.fd-icon-play-video {
	background: transparent url('../images/icon-play.png') 5% 50% no-repeat;
	display: block;
	margin: 0 auto;
	padding: 10% 0 10% 20%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.enter {
	margin-top: 50px;
	text-align: center;
}

.enter-form {
	margin-left: 25%;
	margin-right: 25%;
}

@media screen and (max-width: 667px) {
	.enter-form {
		margin-left: 0;
	}
}

#main-info {
  padding-bottom: 1px;
}

#main-info .headline {
	max-width: 500px;
	font-size: 47px;
	margin: 60px auto 100px;
	line-height: 140%;
}

#main-info .lt-ri {
	margin-bottom: 115px;
}

#main-info .li-rt {
	margin-top: 90px;
	margin-bottom: 90px;
}

#main-info .checkmarks {
	display: table;
	margin: 0 auto;
}

#main-info ul {
	margin: 0;
	min-width: 300px;
}

#main-info .checkmarks li {
	padding: 0 25px 0 40px;
	font-size: 16px;
	list-style: none;
	background: url('../images/icon-checkmark.png') no-repeat center left;
	line-height: 30px;
	margin-bottom: 20px;
}

@media screen and (max-width: 667px) {
	.sub-hero .sh-content h1 {
	  font-size: 30px;
	}
}

@media screen and (min-width: 1000px) {
	.sub-hero .sh-content p {
		margin-left: 25%;
		margin-right: 25%;
	}
}

.sh-content p {
	font-weight: lighter;
}

@media screen and (max-width: 1200px) {
	.fid-write {
		width: 100%;
		height: auto;
	}
}

.yellow-bg {
	background-color: #ffdf5d;
	padding: 126px 0 109px;
}

.yellow-bg h2 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	font-size: 30px;
	font-family: "pmn_caecilia_55roman", sans-serif;
	line-height: 140%;
	font-weight: lighter;
}

.gray-bg {
	background-color: #f5f5f5;

}

.gray-bg .col-1 {
	margin-right: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
}

.gray-bg .col-2 {
	padding-top: 5%;
	padding-bottom: 5%;
}

.gray-bg .headline {
	font-size: 28px;
	margin: 3% 0;
}

.gray-bg p {
	font-size: 18px;
	line-height: 160%;
}

#tools-calc- {
	padding-bottom: 138px;
}

.tools-calc {
	margin-top: 20px;
}

.tools-calc * {
	margin: 0 auto;
	text-align: center;
}

.tools-calc .img-wrap {
	min-height: 80px;
}

.partner > h3 {
	padding-bottom: 50px;
}

.tools-calc p {
	min-height: 80px;
}

.tools-calc .btn-whiteborder.blue {
	display: block;
	max-width: 180px;
	font-size: 17px;
	padding: 13px 0;
}

@media screen and (min-width: 780px) {
	.yellow-bg h2 {
		font-size: 40px;
	}

	.col-1, .col-2, .tools-calc {
		width: 48%;
		padding: 0 1%;
	}

	.gray-bg .col-1 {
		width: 50%;
	}

	.gray-bg .col-2 {
		width: 40%;
	}

}

@media screen and (min-width: 940px) {
	.yellow-bg h2 {
		font-size: 50px;
	}

	.row {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 1000px) {
	.tools-calc {
		width: 30%;
		padding: 0 1.5%;
	}

	#hsa-hero {
		max-height: 750px;
	}

}

@media screen and (min-width: 1000px) {
	.plan-overview {
	  margin: 0 15%;
	}
}

.responsibility-list {
	color: #000;
	font-weight: bold;
}

#sky {
	background: url('../images/nbs-fiduciary-beach.jpg') no-repeat;
	background-size: cover;
	clear: both;
}

#sky-list {
	width: 90%;
	margin: 0 auto;
	background: #fff;
	padding: 50px 80px 100px;
	box-sizing: border-box;
	border-top: #4a2c5b 15px solid;
	opacity: .8;
}

#sky-list p {
	color: #784b78;
}

@media only screen and (max-width: 667px) {
	#sky-list {
		padding: 50px;
	}
}

#sky-list h4 {
	font-size: 37px;
	font-family: "pmn_caecilia_55roman", sans-serif;
	margin-bottom: 30px;
}

#sky-list li {
	line-height: 40px;
	padding-left: 50px;
}

#sky-list li:nth-child(1) {
	background: url('../images/hsa-list-one.png') no-repeat center left;
}

#sky-list li:nth-child(2) {
	background: url('../images/hsa-list-two.png') no-repeat center left;
}

#sky-list li:nth-child(3) {
	background: url('../images/hsa-list-three.png') no-repeat center left;
}

#sky-list li:nth-child(4) {
	background: url('../images/hsa-list-four.png') no-repeat center left;
}

@media screen and (min-width: 780px) {
	#sky-list {
		width: 50%;
	}
}


@media screen and (max-width: 960px) {
	.fid-table {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 959px) {
	.tab-icon {
		display: none;
	}
}

@media screen and (min-width: 960px) {
	.tab-icon {
		position: relative;
		bottom: 100px;
		left: 130px;
	}
}

.learn-more {
	text-align: center;
	font-weight: bold;
	padding-top: 50px;
	margin-left: 25%;
	margin-right: 25%;
}

@media screen and (max-width: 667px) {
	.learn-more {
		margin-left: 0;
		margin-right: 0;
	}
}

.fidu-logos {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 667px) {
	.fidu-logos {
		margin: initial;
	}

	.footer .fiduciary-footer-content {
		margin: 0;
	}
}

/* fiduciary table */
#tablepress-6 {
	border: none;
}

@media screen and (max-width: 667px) {
	#tablepress-6_wrapper {
		overflow: auto;
	}
}

#tablepress-6 tbody td {
	border-right: 1px solid #bcbdc0;
}

#tablepress-6 thead th {
	border-right: 1px solid #bcbdc0;
}

#tablepress-6 thead th:nth-of-type(1) {
	text-align: left;
	font-size: 16px;
}

#tablepress-6 td {
	padding: 6px;
	font-weight: normal;
	color: #818285;
}

#tablepress-6 .odd td {
	background: #f9f9f9;
}

#tablepress-6 .even td {
	background: none;
}

#tablepress-6 .column-3 {
	background: none;
}


#tablepress-6 th:nth-of-type(3) {
	background: #fff;
}

#tablepress-6 tr:nth-child(odd) {
	background-color: #f3f3f4;
}

#tablepress-6 img {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
}
