/*Custom CSS */
/*.clearfix*/

html {
	margin: 0;
}

body {
	font-family: "Open Sans",sans-serif;
	color: #333;
	margin: 0;
	/* background: #eee; */
	background: none;
}

header, footer {
	background-color: #0079c2;
	padding: 60px;
}

header h1, footer h2 {
	color: #fff;
}

header h1 {
	margin-bottom: 5px;
}

header,
#sectionHead,
footer {
	display: none;
}

#sectionHead {
	background-color: #002E58;
	padding: 20px 60px;
}

#sectionHead h3 {
	color: #fff;
	margin: 0;
}

a {
	color: #FE5E3C;
	text-decoration: underline;
	font-weight: 900;
}

a:hover, a:focus {
	color: #e82d05;
	text-decoration: none;
}

a img:hover, a img:focus {
	opacity: .8;
}

a.white {
	color: #fff;
	text-decoration: underline;
}

a.white:hover, a.white:focus {
	color: #eee;
	text-decoration: none;
}

a.btn-with-link {
    display: block;
    padding: 20px 60px;
    margin-left: 40px;
    color: #fff;
    background-color: #FE5E3C;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    float: right;
}

a.btn-with-link:hover {
	color: #fff;
	background-color: #E82D05;
}

.buttons-block.ta-center {
	text-align: center;
}

.buttons-block.ta-center a.btn-with-link {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
}


#mainContent {
	background-color: #fff;
}

p {
	line-height: 1.8em;
}

li {
	line-height: 1.8em;
	padding-left: 20px;
}

h1 {
	margin-top: 0;
	margin-bottom: 40px;
	color: #0079c2;
	font-weight: 300;
	font-size: 30px;
}


h2 {
	color: #0079c2;
	margin-bottom: 40px;
	font-weight: 300;
/*	font-size: 16px;*/
}

.note {
	font-size: 10px;
	line-height: 1em;
	margin-top: 40px;
}

h3 {
/*	font-size: 12px;*/
	color: #0079c2;
	font-weight: 300;
}

h4 {
/*	font-size: 12px;*/
	color: #333;
}

#heroImage {
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	background-color: #fff;
	height: 375px;
	padding: 90px 60px;
}

.hsaHero, .hraHero {
	background-image: url('../images/header_hsa-hra.jpg');
}

.fsaHero {
	background-image: url('../images/header_fsa.jpg');
}

.lpfsaHero {
	background-image: url('../images/header_lpfsa.jpg');
}

.dcfsaHero {
	background-image: url('../images/header_dcfsa.jpg');
}

#headerCopy {
	width: 35%;
}

#headerCopy h2 {
	font-weight: 300;
	color: #333;
}

#introSub h1 {
	color: #0079c2;
}

h1.large {
	margin-top: 0;
	font-size: 48px;
}

section {
	padding: 60px;
}

.accordionSection {
	padding: 0;
}

.accordionTitle,
.accordionText {
	padding: 60px;
}

.accordionTitle {
	cursor: pointer;
}

.accordionTitle h1 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 40px;
	margin-bottom: 0;
}

.accordionTitle h1:after {
	position: absolute;
	right: 0;
	top: 10px;
	width: 20px;
	height: 12px;
	background: url("../images/chevron-down-blue.svg") no-repeat center center;
	background-size: 100% auto;
	transition: transform 0.4s;
	content: "";
}

.accordionTitleWhite h1:after {
	background-image: url("../images/chevron-down-white.svg");
}

.accordionText {
	display: none;
	padding-top: 0;
	margin-top: -20px;
}

.accordionSectionOpened .accordionTitle h1:after {
	transform: rotate(180deg);
}

.subItem {
	clear: both;
	padding: 15px 0;
	display: inline-block;
	width: 100%;
}

.subItemInside {
	clear: both;
	padding: 15px 0 0 0;
	display: inline-block;
	width: 100%;
}

.setHeight .subItem  {
	min-height: 120px;
}

.subItem h4 {
	margin: 0;
	font-weight: 900;
	font-size: 14px;
	line-height: 1.8em;
}

.subItem h3 {
	margin: 0;
}

.subItem img {
	float: left;
	margin: 0 40px 10px 0;
}

.subItemCTA {
	border-top: 1px dotted #333;
}

.twoCol {
	column-count: 2;
	padding-top: 20px;
	-webkit-column-gap: 80px; /* Chrome, Safari, Opera */
    -moz-column-gap: 80px; /* Firefox */
    column-gap: 80px;
	margin-bottom: 20px;
}

.contributeTable {
	width: 100%;
	margin-bottom: 40px;
/*	font-size: 10px;*/
}

.contributeTable tr:nth-child(odd) {
	background: #e7f3fb;
}

.contributeTable th {
	font-size: 16px;
	color: #0079c2;
	background-color: #e7f3fb;
}

.contributeTable th, .contributeTable td {
	padding: 8px 20px;
	border: 1px solid #999;
	text-align: center;
}

#benefits {
	background-color: #e7f3fb;
}

.icon {
	max-height: 80px;
	max-width: 80px;
}

#expenses {
	background-color: #f15f40;
}

#expenses p, #expenses h1 {
	color: #fff;
}

#expenses .subItem p {
	overflow: hidden;
}

.checkmark {
	width: 20px;
	height: 14px;
	margin: 0 10px 15px 0 !important;
}

#expenses .tableWrap .subItem {
	padding: 10px 0;
	display: inline-block;
	width: 100%;
}

#expenses h5 {
	font-weight: 900;
	color: #fff;
	margin-bottom: 0;
	margin-top: 20px;
}

#invest {
	background-color: #f3f3f3;
}

#invest h4 {
	color: #0079c2;
}

#invest ol {
	margin: 30px 0;
}

.textOffsetIcon {
	padding-left: 120px;
}

/*START CALLOUTS*/

	.tableWrap {
		margin: 0;
		display: table;
		width: 100%;
	}

	.tableCell {
		display: table-cell;
		vertical-align: top;
	}

	.tableCell.cellImageLg {
		width: 380px;
		padding-left: 80px;
	}

	.cellImageMd {
		width: 280px;
		padding-left: 80px;
		float: right;
	}

	.tableCell.cellImage {
		width: 120px;
	}

	.tableCell button {
		white-space: nowrap;
	}
	
.centerWrap {
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}

	.callout {
		margin: 40px auto 0;;
		width: 90%;
		border-bottom: 1px dotted #333;
		border-top: 1px dotted #333;
		padding: 30px 60px;
		position: relative;
	}

	.cellWrap {
		display: table-cell;
		vertical-align: middle;
		width: 210px;
	}

	.borders {
		border-bottom: 1px dotted #333;
		border-top: 1px dotted #333;
		padding: 30px 0 30px 40px;
		vertical-align: middle;
		width: 100%;
		margin: 0;
	}

	.borderWrap {
		padding-left: 40px ;
		display: table-cell;
		vertical-align: middle;
	}

	.calloutWrap {
		display: table;
		width: 100%;
		margin-top: 40px;
	}

	.callout h3, .borders h3 {
		margin-top: 0;
	}

	.callout p, .borders p {
		overflow: hidden;
	}

	.callout p:last-child, .borders p:last-child {
		margin-bottom: 0;
	}
/*

	#contribute .callout img {
		max-width: 80px !important;
	}
*/

	.calloutImage {
		margin: 0 40px 0 0;
		float: left;
	}

	#access .callout, #expenses .callout  {
		background-color: transparent;
		border-top: 1px dotted #fff;
		border-bottom: 1px dotted #fff;
		width: auto;
		max-width: 70%;
		min-width: 50%;
		margin: 60px auto 0;
		padding: 40px 60px;
		text-align: center;
	}

	#access .callout img, #expenses .callout img {
		height: 60px;
	}

	img.videoThumb {
		height: 80px !important;
	}

	#access .centerIcon {
		max-height: 50px;
		margin-bottom: 40px;
		margin-top: 20px;
	}

	.textOffset {
		padding-left: 100px;
	}

	.callout button {
		float: right
	}

/*END CALLOUTS*/

#access {
	background-color: #002E58;
}

#access h1, #access h3, #access h4, #access p, #expenses h1, #expenses h3, #expenses h4, #expenses p {
	color: #fff;
}

#access h4 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 900;
	line-height: 1.8em;
}

#transfer {
	/* background-color: #f3f3f3; */
}

.container-fluid {
	padding: 0;
}

button {
	padding: 20px 60px;
	margin-left: 40px;
	color: #fff;
	background-color: #FE5E3C;
	text-transform: uppercase;
	border: none;
}

button.btn-with-link {
	padding: 0;
}

button a {
	text-decoration: none;
	font-weight: 300;
}

button a, button a:hover, button a:focus {
	color: #fff;
}

button.btn-with-link a {
	display: block;
	padding: 20px 60px;
}

button:hover, button a:hover {
	color: #fff;
	background-color: #E82D05;
	text-decoration: none;
}

@media (max-width: 1280px) { 

	#heroImage {
		background-position: 90% center;
	}

}

@media (max-width: 1180px) { 

	#heroImage {
		background-position: 80% center;
	}

}

@media (max-width: 768px) { 
	
	.centerIcon {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	
	#heroImage {
		background-image: url('../images/bluePattern.png');
		background-size: auto;
		background-position: center center;
		background-color: #0079c2;
		height: auto;
		padding: 60px;
	}

	#headerCopy {
		width: 100%;
	}

	#headerCopy h2, #headerCopy h1 {
		color: #fff;
	}
	
	#headerCopy h2 {
		font-size: 20px;
		margin-bottom: 0;
	}

	h1.large {
		font-size: 32px;
	}
	
	.twoCol {
		column-count: 1;
	}
	
	
	
	.textOffset {
		padding-left: 0;
	}
	
/*
	.callout {
		text-align: center
	}
	
	
	.calloutCenter {
		max-width: 100%; 
		float: none;
	}
	
*/
	#access .callout {
		width: 100%;
	}
	.callout {
		padding: 40px 0 !important;
	}
	#access {
		text-align: center;
	}
	button {
		padding: 15px 20px;
		margin: 0 auto;
	}
	.calloutImage {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	
	.callout button {
		float: none;
		margin-left: 0;
		margin-top: 20px;
		white-space: normal;
	}
	
	.tableWrap {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}

	.tableCell {
		display: block;
		text-align: center;
	}
	
	#expenses .tableCell {
		text-align: left;
	}
	
	#expenses .tableWrap .subItem {
		padding: 0;
	}

	.tableCell.cellImage {
		text-align: center;
    	margin: 0 auto;
	}

	.tableCell button {
/*		white-space: nowrap;*/
	}
	
	.cellWrap {
		display: block;
	}

	.borderWrap {
		display: block;
	}

	.calloutWrap {
		display: block;
	}
	
	.contributeTable th, .contributeTable td {
		padding: 4px;

	}
	
	.centerWrap {
		text-align: center;
	}
	
}
