/* CSS reset style starts */
*{
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}
body,h1,h2,h3,h3,h4,h5,h6,p,span,ul,ul li,ol,ol li,dl,dt,dd,figure { margin:0; padding:0; font-family: 'interstatelight_vnuregular'; -webkit-text-size-adjust:none; }article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { display:block; }img { border:0; outline:none; }a { text-decoration:none; color:#fff; }a,a:hover,a:active,a:focus,a:link,a:visited { outline:none; border:none; }a:hover { outline:none; border:none; text-decoration:underline; }ul { list-style-type:none; }
h1,h2,h3,h3,h4,h5,h6{font-weight:normal;}
/* CSS reset style ends */

/* Global style starts */
@font-face {
	font-family: "interstate";
	font-style: normal;
	font-weight: normal;
	src: url('fonts/interstaterom-webfont.eot');
	src: url('fonts/interstaterom-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/interstaterom-webfont.woff') format('woff'),
		 url('fonts/interstaterom-webfont.ttf') format('truetype'),
		 url('fonts/interstaterom-webfont.svg#InterstateRegular') format('svg');
}

@font-face {
	font-family: 'interstatelight_vnuregular';
	src: url('fonts/interstatelight_vnu-webfont.eot');
	src: url('fonts/interstatelight_vnu-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/interstatelight_vnu-webfont.woff') format('woff'), url('fonts/interstatelight_vnu-webfont.ttf') format('truetype'), url('fonts/interstatelight_vnu-webfont.svg#interstatelight_vnuregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'interstateregular_vnuregular';
	src: url('fonts/interstateregular_vnu-webfont.eot');
	src: url('fonts/interstateregular_vnu-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/interstateregular_vnu-webfont.woff') format('woff'), url('fonts/interstateregular_vnu-webfont.ttf') format('truetype'), url('fonts/interstateregular_vnu-webfont.svg#interstateregular_vnuregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'interstateextralight';
	src: url('fonts/interstate-extralight-webfont.eot');
	src: url('fonts/interstate-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/interstate-extralight-webfont.woff') format('woff'), url('fonts/interstate-extralight-webfont.ttf') format('truetype'), url('fonts/interstate-extralight-webfont.svg#interstateextralight') format('svg');
	font-weight: normal;
	font-style: normal;
}

img{
	/* Responsive images (ensure images don't scale beyond their parents) */
		max-width:100%;
	/* Part 1: Set a maxium relative to the parent */
		width:auto\9;
	/* IE7-8 need help adjusting responsive images */
		height:auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */
		vertical-align:middle;
		border:0;
		-ms-interpolation-mode:bicubic;
}

a, a:hover {
	text-decoration: none;
}

.cf:before,.cf:after{
	content: '';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.cf:after {clear: both;}
.cf {zoom: 1;}

body {

}
.container {
	position: relative;
	width: 1140px;
	padding: 0px 15px;
	margin: 0 auto;
}
/* Header */

header {
	background: #013d7c;
}

.logo {
	padding: 20px 0px;
}

.logo a {
	display: inline;
}

/* Header */

/* Banner */
#banner {
	height: 240px;
	background-position: center center;
}

#banner .container {
	height: 240px;
	position: relative;
	display: table;
}

.banner_wrap {
	background: #013d7c;
	height: 240px;
}

.banner-content {
	display: table-cell;
	vertical-align: middle;
}

.banner-content h1 {
	font-family: 'interstate';
	font-size: 35px;
	line-height: 47px;
	color: #ffffff;
	font-weight: normal;
    text-align: center;
}

.banner-content p {
	font-family: 'interstatelight_vnuregular';
	font-size: 18px;
	line-height: 23px;
	color: #4B4B4B;
	margin: 20px 0px 0px;
	font-weight: normal;
}
/* Banner */

/* Content -section */ 
.intro p {
    margin: 2px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #013d7c;
    padding: 5px 0;
}

.introcopy p {
    padding-bottom: 10px;
}

.cash-flow-section {
	padding: 40px 0 0px;
}

.wdth-three {
	width: 70%;
}
.wdth-one {
    width: 30%;
    background-color: #eee;
}

.wdth-one p, .wdth-three p{
	margin-bottom:12px
}

ul.list-check-mark>li, ul.list-x-mark>li {
    padding-left: 22px;
    position: relative;
}

.mark.check-mark:before, .mark.x-mark:before, ul.list-check-mark>li:before, ul.list-x-mark>li:before {
    position: absolute;
    left: 0;
    color: currentColor;
    content: "";
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 100%;
    margin-top: 4px;
}

.mark.check-mark:before, ul.list-check-mark>li:before {
    background-position: 50%;
    background-image: url("../images/download.svg")
}

a {
    color: #013d7c;
}

a.btn.btn-primary {
    background-color: #013d7c;
}

a.btn {
    padding:15px 20px;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    vertical-align: baseline;
	color: #fff;
	font-size:14px;
	margin-top:10px;
	width: 225px;
}

.list-style-disc {
    list-style-type: disc;
	margin: 10px 0 20px 20px;
}

.list-style-disc li{
	margin-bottom: 5px;
}



.cash-content-section {
	padding:30px 0 10px
}

.faq2 {
	padding: 70px 0;
}
.faq1 {
	padding: 40px 0 40px;
}

.faqBar {
	width: 944px;
	height: 56px;
	background-color: #183a7b;
	margin: 0 auto;
	color: #fff;
	padding: 0 30px;
    border-bottom: 1px solid #fff;
    display: table;
	cursor: pointer;
}

.faqBar:after, .faqBar:before {
	content: '';
	display: block;
	clear: both;
	overflow: hidden;
	z-index: 100;
}

.faqBar p { 
	display: table-cell;
	vertical-align: middle;
}

.opcIcon {
	float: right;
}


.faqBarDesc {
	width: 944px;
	margin: 0 auto;
	padding: 0 30px;
	display: none;
}

.active {
	display: block;
}

.faqBarDesc p {
   padding: 20px 0px;
}

.collapse-view.show-expand:nth-of-type(1), .collapse-view:nth-of-type(1) {
	border-top: 0px solid #ccc;
}

.collapse-view.show-expand, .collapse-view {
    background: #FFFFFF url(../images/close.png) no-repeat scroll 99% 24px;
    cursor: pointer;
    padding: 17px 30px 17px 10px;
    margin: 2px 0px;
    font-size: 18px;
    font-weight: bold;
	border-top: 1px dashed #ccc;
}
.expand-view {
    background: #fff;
    clear: both;
    overflow: hidden;
    padding: 10px 30px 20px 10px;
    display: none;
}

.expand-view p {
	padding-bottom: 10px;
}
.expand-view p a {
	color: #013d7c;
	text-decoration:underline;
}

.collapse-view.hide-collapse {
    background: #FFFFFF url(../images/open.png) no-repeat scroll 99% 30px;
}

.content-list-bullet ul {
    margin: 0px 20px;
}

.content-list-bullet ul li {
    list-style: disc;
    font-size: 16px;
    color: #343434;
    margin: 0px 0px 10px;
}

.content-list-bullet ul li span {
    font-family: 'AtlasGrotesk-Regular';
    font-size: 15px;
    line-height: 23px;
    color: #333333;
    margin: 20px 0px;
}

/* Content -section */ 


/* Disclaimer */

#disclaimer {
	background: url(../images/gray-bg.png) repeat 0 0;
	padding: 0 60px;
    overflow: hidden;
    clear: both;
}
.impInfo {
	background-color: #FFFFFF;
	padding: 30px;
	margin: 70px 0;
}
.impInfo h2 {
	padding-bottom: 20px;
	color: #2e4e82;
	font-size: 18px;
}
section#footer {
    padding: 0 0 35px;
}

/* Footer */


footer {
    padding: 0px 0px 30px;
}

.footer-section-links {
	padding: 10px 0px 15px;
    border-bottom: 2px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.footer-section-left {
	width: 40%;
	float: left;
}

.social-icons ul li {
	float: left;
	margin: 0px 10px 0px 0px
}

.footer-section-right {
	width: 60%;
	float: right;
}

.footer-links {
	float: right;
}

.footer-links ul li {
	float: left;
	margin-left: 15px;
}

.footer-links ul li a {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.footer-copyright {
	padding: 20px 0px 0px;
}

.copyright-left {
	width: 100px;
    float: left;
}

.copyright-right p {
	text-align: right;
    color: #999;
    font-size: 12px;
    line-height: 14px;
    font-family: Arial,Verdana,sans-serif;
}

.copyright-right {
	width: calc(100% - 100px);
	float: right;
	display: flex;
    align-items: center;
	justify-content: flex-end;
	padding-top:6px;
}

.footer-logo {
	text-align: left;
}

.footer-logo img {
	width: 75px;
}

.mobile-menu {
	display: none;
}

.group-link a {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
div.faqtop{
    padding-bottom: 20px;color: #013d7c;}
.title{
    font-weight: bold;font-size: 22px;
	}
	.expand_all{float: right;
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: underline;
	cursor:pointer;}
/* Footer */



/* 25062019 */
table {
	display: table;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.clsTable {
    border-top: 1px #ccc solid;
    border-right: 1px #ccc solid;
    width: 100%;
}
.clsTable tr {
    vertical-align: top;
}
.dropshadow {
    box-shadow: 2px 2px 4px #CCC;
}
.clsTable tr.cLsGrey {
    background: #F5F5F5;
}
.clsTable tr.cLsWhite {
    border-left: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    padding: 10px;
    background: #FFF;
}
.clsTable td {
    border-left: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    padding: 16px 18px 16px;
}
.non-break {
	display: inline-block;
}
.ppadTop {padding-top:10px;}
/* 25062019 */