.img-bg {
    position: absolute;
    right: 0;
    top: 0;
    position: relative;
    max-height: 100%;
    overflow: hidden;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}
.img-bg img {
	height:1px;
	width:1px;
}
.fonts p {
    width: 100%;
}
.jumbotron {
	background-color:#f7f7f7;
}
.container-fluid h1,.jumbotron h1 {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 36px;
	color:#333366;
	margin-top:40px;
	margin-bottom:20px;
}
.container-fluid h1.inverse,.jumbotron h1.inverse {
	margin-top:40px;
	margin-bottom:20px;
	color:#FFFFFF;
	background-color:#333366;
}/*
.container-fluid h2,.jumbotron h2 {	
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 32px;
	color:#333366;
	margin-top: 54px;
	margin-bottom:24px;
	
}*/
.container-fluid h2,.jumbotron h2 {	
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 32px;
    color: #333366;
    margin-top: 40px;
    margin-bottom: 0;
}
.container-fluid h2.subhead,.jumbotron h2.subhead {
	font-size: 22px;
	line-height:26px;
	margin-top:14px;
    margin-bottom: 0;
}
.container-fluid h2.inverse,.jumbotron h2.inverse {
	font-size: 22px;
	line-height: 26px;
	color:#FFFFFF;
	background-color:#333366;
}
.container-fluid .title h2, .jumbotron .title h2 {
    margin-top: 30px;
    margin-bottom: 25px;
}

.container-fluid h3,.jumbotron h3 {	
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 24px;
	color:#333366;
	}
.container-fluid h3.drawer,.jumbotron h3.drawer {
	line-height: 22px;
	font-size: 18px;
}
.container-fluid h3.inverse,.jumbotron h3.inverse {
	line-height: 26px;
	font-size: 22px;
	color:#FFFFFF;
	background-color:#333366;
}
.container-fluid h4,.jumbotron h4 {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 22px;
	font-size: 18px;
	color:#333366;
}
.container-fluid h5,.jumbotron h5 {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color:#333366;
}

.container-fluid p,.jumbotron p {
	font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 22px;
	color:#000000;
	margin-top:15px;
	margin-bottom:15px;
    display: inline-block;
}
.container-fluid p.inverse,.jumbotron p.inverse {
	color:#FFFFFF;
	background-color:#333366;
	margin-top:15px;
	margin-bottom:15px;
    display: inline-block;
}
.inline {
	font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
	display:inline-block;
	font-size: 16pt;
	line-height: 22pt;
	color:#3273c9;
	background-color: #FFFFFF;
}
.container-fluid p.disclaimer, .container-fluid ul.disclaimer, .container-fluid li.disclaimer {
	font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:10pt;
	line-height: 10pt;
	color:#000000;
}
.static-alert {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-size:13pt;
	line-height: 15pt;
}
a {
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	font-weight:normal;
}
ul {
    margin-top: 15px;
    margin-bottom: 10px;
    list-style-type: disc;
    margin-left: 10%;
}
ul li {
	padding-top: 5px;
    padding-bottom: 5px;
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.fonts {
    border: 1px solid #f637c6;
}

.fonts .inverse, h4+h5,.inline,.fonts .disclaimer,.static-alert {
    border-bottom: 5px solid #f637c6;
}

a.button--primary {
	background-color: #333366;
    padding: 10px 20px;
    color: #FFFFFF;
    border-radius: 3px;
    margin: 20px 0;
    display: inline-block;
    font-size: 16px;
    min-width: 150px;
    text-align: center;
    white-space: nowrap;
}
a.button--primary:hover{
	color:#333366;
    text-decoration:none;
	background: #d8d8d8;
}
a.button--primary:focus {
 	color:#FFFFFF !important;
    background-color:#333366 !important;
}

a.button--secondary {
    color: #333366;
    padding: 10px 20px;
    margin: 0;
    display: inline-block;
    border-radius: 3px;
    margin: 20px 0;
    font-size: 16px;
    min-width: 150px;
    text-align: center;
    white-space: nowrap;
}
a.button--secondary:after {
	content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    background-image: url(../svg/text-link-carat-red.svg);
    background-repeat: no-repeat;
    position: relative;
    bottom: -2px;
    right: -5px;
}
a.button--secondary:hover {
    color:#595959;
    text-decoration:none;
}
a.button--secondary:hover:after{
    background-image: url(../svg/text-link-carat-grey.svg);
}
a.button--secondary:focus {
     color:#333366;                          
}
a.button--secondary:focus:after {
    background-image: url(../svg/text-link-carat-red.svg);
}
.caret:after {
	content: "";
	display: inline-block;
	height: 10px;
	width: 10px;
	background-image: url(../svg/text-link-carat-red.svg);
	background-repeat: no-repeat;
	margin-left: 0px;
	top: 0px;
	position: relative;
	left: 5px;
}
.caret:hover:after {
    background-image: url(../svg/text-link-carat-grey.svg);
}
p a.button--primary, p a.button--secondary {
    margin: 0 15px 15px 0;
    max-width: 225px;
}
.benefits--3-image {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 50px;
}
.benefits--3 {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 50px;
	padding-left: 20px;
}
.benefits--3-image img, .benefits--3 img {
    margin: 0 auto;
    min-height: 50px;
    max-height: 50px;
}
.benefits--3-image h3, .benefits--3 h3 {
    margin-top: 14px;
    margin-bottom: 4px;
}
.benefits--3-image p, .benefits--3 p {
    margin-top: 4px;
    margin-bottom: 4px;
    display: inline-block;
}
.jumbotron {
	padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
/*.jumbotron.hero-component {
	padding-bottom:50px;
}*/
.container-fluid.faq-section {
    padding-bottom: 50px;
}
.center {
	text-align:center;
}


/* 	VERTICAL TABS */
.v-tab-content div {
	display:none;
}
.v-tab div.active, .v-tab div.active:hover {
	background-color:#333366;
}
.v-tab h3 {
	margin-top:0;
	padding-top:20px;
    margin-bottom: 5px;
}
.v-tab p {
	margin-bottom:0;
	padding-bottom: 24px;
    margin-top: 10px;
	display: inline-block;
}
.v-tab div.active a h3,.v-tab div.active a p,.v-tab div.active:hover a h3,.v-tab div.active:hover a p{
	color:#FFFFFF;
}
.v-tab div:hover a h3,.v-tab div:hover a p {
	color:#333366;
}
.v-tab a {
	text-decoration:none;
	position:relative;
}

/*

*/
.v-tab div:first-of-type {
    border-top: 1px solid #d9d9d9;
}
.v-tab div {
    border-bottom: 1px solid #d9d9d9;
}

.v-tab div {
	position:relative;
	padding-right: 40px;
	padding-left:20px;
}
.v-tab div:hover {
	background-color:#eeeeee;
}
.v-tab-content div.active,.v-tab div.active {
	display:block;
}
.vdrawers {
    padding: 0 0 30px 0;
    margin: 0 0 60px 0;
}
.vdrawers h2 {
	padding: 50px 0;
	margin:0;
}

/* LARGE TEXT CARD COMPONENT*/


.lg-txt-crd {
    margin: 0 0 80px 0;
}
.lg-txt-crd h2 {
    padding: 80px 0 45px 0;
	margin: 0;
}
.lg-txt-crd .lg-crd {
	border-width: 3px 3px 4px 5px;
    border-style: solid;
    border-color: #d9d9d9 #d9d9d9 #d9d9d9 #333366;
    margin: 15px 0;
    padding: 30px 30px 40px 30px;
    border-radius: 5px;
}
.lg-txt-crd .lg-crd div :not(h3)
.lg-txt-crd .lg-crd p {
    margin: 0;
    padding: 20px 0 0 0;
    display: inline-block;
}
.lg-txt-crd .lg-crd h3 {
    margin: 0;
}

.lg-crd .button--primary,.lg-crd .button--secondary {
    margin-right:20px;
	margin-bottom:20px;
}
.sm-card {
    overflow: hidden;
    border: 1px solid #f7f7f7;
    box-shadow: 2px 2px 8px 1px #595959;
    padding-left: 0;
    padding-right: 0;
}
.sm-card img {
	max-width:100%;
}

.drop-shadow {
    box-shadow: 2px 2px 8px 1px #595959;
}
:not(.faq-section) h3 a {
	color:#333366;
	text-decoration:none;
	font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;	
	    position: relative;
}
:not(.faq-section) h3 a:after {
    content: "";
    display: inline-block;
    background-image: url(../svg/text-link-carat-red.svg);
    background-repeat: no-repeat;
    margin-left: -25px;
    position: relative;
    height: 15px;
    width: 15px;
    left: 30px;
    top: 0px;
}
h3 a:hover{text-decoration:none;color:#d8d8d8;}
h3 a:hover:after{
	background-image: url('../svg/text-link-carat-grey.svg');
}
.faq-section {
}
.faq-unit:last-of-type {
    border-bottom: 1px solid #d8d8d8;
}
.faq-section h2 {
    margin-bottom: 30px;
}
.faq-unit h4 {
    font-size: 18px;
    line-height: 22px;
    padding-right: 35px;
	position:relative;
	    padding-left: 30px;
}
.faq-unit h4 a {
	text-decoration:none;
	color:#333366;
    position:relative;
    width:100%;
    display:inline-block;
}
.faq-unit h4:after {
    content: "";
    display: inline-block;
    position: absolute;
	right:0;
    background-size: 25px 25px;
    top: 20%;
    width: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 25px;
    background-image: url(../svg/blue-caret.svg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform 0.2s ease-out;
}
.faq-unit.active h4:after {
    background-image: url(../svg/blue-caret.svg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: transform 0.2s ease-out;
}
.faq-unit {
	padding-left:0;
	padding-right:0;
	padding-top:15px;
	padding-bottom:15px;
	border-top: 1px solid #d8d8d8;
}
.faq-unit.active, .faq-unit:hover {
	background:#f7f7f7;
	color:#333366;
}
.faq-unit .drawer,.faq-unit.active .drawer{
	padding-left: 30px;
}
.faq-unit .drawer {
    display: none;
}
.faq-unit.active .drawer {
    display: block;
}
.faq-unit.active .drawer p {
    display: block;
	color:#333366;
    padding-right: 10px;
}

.no-overflow {
	overflow:hidden;
}
p+ul {
    margin-top: 0;
}
@media (min-width: 992px){
	.col-md-3.sm-card {
		width:28%;
	}
	.col-md-offset-1.sm-card {
		margin-left:5%;	
	}
	.jumbotron .row div {
		padding-left: 30px;
	}

	.jumbotron .row div.faq-unit {
		padding-left: 0;
	}
	.sm-crd-img .sm-card:nth-of-type(6) p, .sm-crd-img .sm-card:nth-of-type(6) h3 {
		padding-right: 8px;
		padding-left: 8px;
	}
}



/* SINGLE COLUMN SHORT */
.col-1-short{
	margin-top:60px;
	margin-bottom: 65px;
}
.col-1-short h2{
	margin-top:0px;
	margin-bottom:0px; 
}
.col-1-short p{
	margin-top:18px;
	margin-bottom:15px;
    display: inline-block;	
}
.col-1-short .button--primary{
	margin-top:15px;
	margin-bottom:0; 
}
.col-1-short p a.button--primary,.col-1-short p a.button--secondary {
	margin:0;
}
/* LARGE IMAGE CARD */
.lg-img-card h2{
	margin-top:60px;
	margin-bottom:30px;
}
.lg-img-card h3{
	margin-top:30px;
	margin-bottom:10px;
}
.lg-img-card p{
	margin-top:10px;
	margin-bottom:10px;
	display:inline-block;
}
/* ALERNATE COPY/IMAGE */
.alt-img-copy h2 {
	margin-top:60px;
	margin-bottom:15px;
}
.alt-img-copy h3 {
    margin-bottom: 4px;
}

.alt-img-copy p {
	margin-top:0px;
	margin-bottom:15px;
	display:inline-block;
}
/* SMALL CARD IMAGE */
.sm-crd-img h2 {
    margin-top: 30px;
    margin-bottom: 60px;
}
.sm-crd-img {
    margin-bottom: 40px;
}
.sm-crd-img h3 {
    margin-top:30px;
    margin-bottom:10px;
    padding: 0 20px;
}
.sm-crd-img p {
    margin-top:5px;
    margin-bottom:10px;
    padding: 0 10px 10px 20px;
}

/* SMALL TEXT CARD */
.sm-txt-card h2 {
	margin-top:80px;
	margin-bottom:30px;
}
.sm-txt-title {
    padding-top: 80px;
    padding-bottom: 30px;
}

.sm-txt-title h2 {
    padding: 0;
    margin: 0;
}

/* 1 column */
.container-fluid .col-1-txt h2, .jumbotron .col-1-txt h2 {
    margin-bottom:0;
}
.col-1-txt {
    margin: 0 0 30px 0;
	padding: 0 30px;
}
.col-1-txt h2 {
    margin-top: 40px;
}
.col-1-txt h3 {
    margin-top: 60px;
}
.col-1-txt p + p {
    margin-top: 0;
}
.txt-w-blurb {
	margin: 40px 0 0 0;
}
.txt-w-blurb h2 {
	margin: 0 0 0 0;
}
.txt-blurb {
    margin-top: 40px;
}


/* 1 column */
.col-2-txt {
    margin: 0 0 80px;
}
.col-2-txt.col-2-hd {
    margin: 0;
}
.bot-callout {
    margin: 60px 0;
	text-align:center;
	white-space:nowrap;
}
.col-2-txt h3 {
    margin-bottom: 0;
	margin-top: 0;
}
.col-2-txt h3+p {
    margin-top: 5px;
}
.bot-callout h2 {
	margin-right:40px;
}
.bot-callout .button--secondary,.bot-callout .button--primary {
    margin: 0;
}
.bot-callout .button--primary,
.bot-callout .button--secondary {
    margin-top: 15px;
}



@media only screen and (max-width: 767px) {
	.page-wrap {
		padding-left: 0px!important;
		padding:0px!important;
	}
	.jumbotron .col-xs-12 img {
		padding-left: 0!important;
		margin-left: -15px!important;
		width: 115%;
		padding-right: 0;
	}
	.content {
		padding-left: 0px!important;
	}
	.jumbotron {
	   margin-bottom: 30px;!important
	}
	.jumbotron img {
		padding-left: 0!important;
		margin-left: -15px!important;
	}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		position: relative;
		min-height: 1px;
		padding-right: 10px!important;
		padding-left: 10px!important;
	}
	.bot-callout {
		margin: 20px 0;
		text-align: center;
	}
	.sm-card {
		margin-top:0;
		border: 0;
		box-shadow: none;
	}
	.sm-crd-img h3 {
		  padding: 0;
	}
	.sm-crd-img p {
		padding: 0;
	}
	.col-md-3.sm-card img, .col-sm-4.sm-card img, .col-xs-12.sm-card img {
		padding-right: 0px!important;
		padding-left: 0px!important;
		margin-left: -5px;
		margin-right: -5px;
		width: 105%;
		max-width: none;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.v-tab div {
		position: relative;
		padding-right: 80px;
		padding-left: 20px;
	}
	.v-tab div:after {
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		height: 40px;
		width: 40px;
		position: absolute;
		top: 15px;
		transition: transform 0.2s ease-out;
	}
	.v-tab h3 {
		padding-bottom: 15px;
	}
	.v-tab div.active:after {
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	    transition: transform 0.2s ease-out;
	}
	.v-tab div div {
	   padding-right: 0px;
	   padding-left:0;
	}
	.v-tab div div:after {
		display:none;
	}
	.v-tab a p {
		display:none;
	}	
	.v-tab .active a p {
		display:block;
	}
	.v-tab div.active, .v-tab div.active:hover {
		background-color:#f7f7f7;
	}
	.v-tab div.active a h3,.v-tab div.active a p,.v-tab div.active:hover a h3,.v-tab div.active:hover a p{
		color:#333366;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

}
.page-wrap{
    max-width:none!important;
    padding: 0!important;
}
.container-fluid {
    max-width:1170px;
}


</style>
<style>
.lg-txt-crd h2 {
    padding: 10px 0 45px 0;
    margin: 0;
}
.lg-img-card {
    padding-left: 35px;
}
.lg-img-card h2 {
    margin-top: 50px;
    margin-bottom: 30px;
}
.lg-img-card h3 {
    margin-top: 20px;
    margin-bottom: 0px;
}
.lg-img-card p {
    margin-top: 5px;
    margin-bottom: 0px;
}
@media (max-width: 992px){
    .lg-img-card {
        padding-bottom: 30px !important;
        padding-left: 30px!important;
    }
    .alt-img-copy {
        padding-left: 30px!important;
        padding-right:30px!important;
    }
    .benefits--3 {
        padding-left: 0;
    }
    .col-1-txt,.col-2-txt {
        padding-left: 30px!important;
        padding-right:30px!important;
        padding-bottom: 10px!important;
        margin-bottom: 5px!important;
	}

	.faq-section h2,.faq-unit {
		 margin-left: 20px!important;
		 margin-right: 20px!important;
	}
    a.button--secondary {
        border: 1px solid #333366;
        margin-top: 30px; /* Check spacing -failing */
        display:inline-block;
    }
    .button--secondary:after {
        display:none;        
    }
    .container-fluid h2, .jumbotron h2 {
        margin-top:15px;
        margin-bottom:15px;
    }
    .benefits--3-image, .benefits--3 {
        margin-bottom:20px;
    }


   .v-tab div {
        position: relative;
        padding-right: 0;
        padding-left: 0;
    }
	.v-tab div h3 {
		width: 100%;
		position: relative;
	}
   .vdrawers h2 {
        padding: 30px 0;
        margin: 0;
    }
    .vdrawers {
        padding: 0 0 30px 0;
        margin: 0 0 30px 0;
    }
    .lg-txt-crd h2 {
        padding: 10px 0 25px 0;
        margin: 0;
    }
    .lg-img-card {
        padding-bottom:20px
    }
	.sm-crd-img .container-fluid div {
		margin-top: 20px;
	}
	.col-xs-12.hero-text {
		padding-left: 30px!important;
	}
}

.v-tab div.active:after {
    background-image: url(../svg/white-arrow.svg);
}
.lg-img-card {
    padding-left: 35px;
}
.alt-img-copy {
    padding-left: 30px;
}
</style>

<style>

@media (max-width: 767px) {
   .col-1-short.center {
       text-align:left;
       margin-top:30px;
       margin-bottom:20px;
   }

/*
	.lg-crd:after {
		content: "";
		display: inline-block;
		background-image: url(/component-guide/blue-caret.svg);
		background-repeat: no-repeat;
		position: absolute;
		right: 15px;
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		height: 40px;
		width: 40px;
		position: absolute;
		top: 5px;
	}
	.lg-crd.active:after {
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}*/
	.sm-crd-img .container-fluid div {
		padding-left: 30px!important;
		padding-right:30px!important;
	}
		.v-tab div.active:after {display:none;}
	.v-tab div a h3:after {
		content: "";
		height: 25px;
		width: 25px;
		background-image: url(../svg/blue-caret.svg);
		background-repeat: no-repeat;
		position: absolute;
		right: 0;
		display: inline-block;
		top: 40%;
		position: absolute;
		right: 5px;
		    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform 0.2s ease-out;
	}
	.v-tab div.active a h3:after {
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		transition: transform 0.2s ease-out;
		top:20%;
	}
}
</style>

<style>
@media (max-width: 991px) and (min-width:768px){
    .sm-card{
        width: 28%;
        margin-left: 4%;
    }	
	 .col-1-short.center {
       text-align:center;
       margin-top:30px;
       margin-bottom:20px;
   }
}
@media (min-width:768px){
	.v-tab div:after {
		content: "";
		height: 25px;
		width: 25px;
		background-image: url(../svg/blue-caret.svg);
		background-repeat: no-repeat;
		display: inline-block;
		top: 40%;
		position: absolute;
		right: 5px;
	}
	.sm-crd-img {
		display:block;
	}
	.sm-crd-img .sm-card {
		flex:1;
	}
	.sm-crd-img .sm-card img {
		padding:0;
	}
	.sm-crd-img .sm-card h3, .sm-crd-img .sm-card p {
		padding-left:16px;
		padding-right:20px;
	}
	

}
@media (max-width:992px) {

    .sm-txt-title {
        margin:0 !important;
        padding:0 30px!important;
    }
    .benefits--3 {
        text-align:center;
    }
	.lg-txt-crd {
		padding-left:0;
		padding-right:0;
		background-color:#f7f7f7;
	   padding:  0 0 30px 0;
	   overflow: hidden;
	}
    .lg-txt-crd h2 {
        padding: 30px 0;
        margin: 0;
		text-align:left;
    }
	.lg-img-card h3 {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.lg-img-card p {
		margin-top: 5px;
		margin-bottom: 0px;
	}
	.lg-txt-crd .lg-crd {
		border: 0;
		padding: 0;
		margin:0;
		overflow: hidden;
	}
	.lg-txt-crd .lg-crd > div {
		border:0;
		padding: 0;
		width: 100%;
		box-sizing: border-box;
		overflow: hidden;
		border-top: 0;
	}
	.lg-txt-crd .lg-crd div :not(h3) {
		display:none;
	}
	.lg-txt-crd .lg-crd div h3 {
		padding: 20px 0 15px 0;
		border-top: 1px solid #d8d8d8;
	}
	.lg-crd:last-of-type {
		border-bottom: 1px solid #d8d8d8;
	}

/*
	.lg-crd:after {
		content: "";
		display: inline-block;
		background-image: url(/component-guide/blue-caret.svg);
		background-repeat: no-repeat;
		position: absolute;
		right: 15px;
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		height: 40px;
		width: 40px;
		position: absolute;
		top: 5px;
	    transition: transform 0.2s ease-out;
	}
	.lg-crd.active:after {
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	    transition: transform 0.2s ease-out;
	}*/
	.lg-txt-crd .lg-crd.active div p {
		padding-bottom: 0px;
	}
    a.button--secondary {
        border: 1px solid #333366;
        margin-top: 30px; /* Check spacing -failing */
        display:inline-block;
    }
    .button--secondary:after {
        display:none;        
    }
    .button--holder {
        text-align: center;
    }
    .container-fluid h2, .jumbotron h2 {
        margin-top:30px;
        margin-bottom:15px;
    }
    .benefits--3-image, .benefits--3 {
        margin-bottom:20px;
    }

   .v-tab div {
        position: relative;
        padding-right: 0;
        padding-left: 0;
    }
	.v-tab div h3 {
		width: 100%;
		position: relative;
	}
   .vdrawers h2 {
        padding: 30px 0;
        margin: 0;
    }
    .vdrawers {
        padding: 0 0 30px 0;
        margin: 0 0 30px 0;
    }

    .lg-img-card {
        padding-bottom:20px
    }
	.lg-txt-crd {
		padding-left:0;
		padding-right:0;
		background-color:#f7f7f7;
	   padding:  0 0 30px 0;
	   overflow: hidden;
	}
    .lg-txt-crd h2 {
        padding: 30px 0;
        margin: 0;
    }
	.lg-img-card h3 {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.lg-img-card p {
		margin-top: 5px;
		margin-bottom: 0px;
	}
	.lg-txt-crd .lg-crd {
		padding: 0;
		margin:0;
		overflow: hidden;
	}
	.lg-txt-crd .lg-crd > div {
		border:0;
		padding: 0;
		width: 100%;
		box-sizing: border-box;
		overflow: hidden;
		border-top: 0;
	}
	.lg-txt-crd .lg-crd div :not(h3) {
		display:none;
	}

	.lg-txt-crd .lg-crd.active div :not(h3) {
		display:inline-block;
		margin-bottom: 20px;

	}
	.lg-txt-crd .lg-crd div h3 {
		padding: 20px 0 15px 0;
		border-top: 1px solid #d8d8d8;
	}
}
.col-1-txt h2+p {
    margin-top: 18px;
}
.col-1-txt.col-2-hd {
    margin-bottom: 0;
}
.col-1-txt h3+p {
    margin-top: 5px;
}
.col-1-txt h3 {
    margin-top: 15px;
    margin-bottom: 0;
}
.col-2-txt:last-of-type {
    margin-bottom: 30px;
}
.col-2-txt {
    margin-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}
.v-tab div.active:after {
    background-image: url(../svg/white-arrow.svg);
}
.lg-img-card {
    padding-left: 35px;
}
img.img-cover {
    left: 0;
}
.alt-img-copy {
    padding-left: 30px;
}
.lg-txt-crd .lg-crd:first-of-type {
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
    background-color: red;
}
.lg-crd div {
    padding: 0 !important;
}
@media (min-width:768px){
	.v-tab p {
		padding-right: 40px;
		padding-left: 15px;
	}
	.v-tab h3 {
		padding-right: 40px;
		padding-left: 15px;
	}

}



@media (max-width: 992px) {
/*    .v-tab div h3:after {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 33%;
	    transition: transform 0.2s ease-out;
    }*/
    .lg-crd h3 {
        position:relative;
    }
    .lg-crd h3:after {
		content: "";
		display: inline-block;
		background-image: url(../svg/blue-caret.svg);
		background-repeat: no-repeat;
		position: absolute;
		right: 15px;
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		height: 25px;
		width: 25px;
		position: absolute;
		top: 40%;
	    transition: transform 0.2s ease-out;
	}
	.lg-crd.active h3:after {
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		top: 20%;
	    transition: transform 0.2s ease-out;
	}
    .faq-unit {
        padding-left: 0px;
        padding-right: 0px;
    }
	p.button--holder {
        text-align: center;
		margin-top:0;
		width:100%;
    }
	.jumbotron.hero-component {
		padding-bottom:20px;
	}
}
@media (min-width: 958px) {
	.global--navigation~.g-alert, .g-alert~.g-alert, .g-alert {
		margin-bottom: 0;
		margin-top: 0;
	}
}

ol {
    margin-top: 15px;
    margin-bottom: 10px;
    list-style-type:decimal;
    margin-left: 10%;
}
ol li {
	padding-top: 5px;
    padding-bottom: 5px;
    font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

/* Regular table brought over from old design */

/* line 1, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table {
  margin-bottom: 50px;
  margin-top: 30px;
}
/* line 5, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table table {
  table-layout: fixed;
  width: 100%;
}
/* line 12, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table thead th {
  background-color: #f2f2f2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f7f7f7));
  background-image: -moz-linear-gradient(top, #fcfcfc, #f7f7f7);
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f7f7f7);
  background-image: linear-gradient(to bottom, #fcfcfc, #f7f7f7);
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #d9d9d9;
}
/* line 17, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table thead th:first-child {
  border-left: 1px solid #e8e8e8;
  background-color: #f0f0f0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #ececec));
  background-image: -moz-linear-gradient(top, #f4f4f4, #ececec);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #ececec);
  background-image: linear-gradient(to bottom, #f4f4f4, #ececec);
}
/* line 25, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table th, .regular-table td {
  color: #202020;
    font-size: 14px;
    line-height: 20px;
  padding: 10px 5px;
  text-align: center;
}
/* line 34, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table th {
  background-color: #f7f7f7;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;}
/* line 37, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table th a {
  text-decoration: none;
}
/* line 43, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table tbody tr {
  border-bottom: 1px solid #e8e8e8;
}
/* line 46, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table tbody th {
  border-left: 1px solid #e8e8e8;
}
/* line 49, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table tbody td {
  border-right: 1px solid #e8e8e8;
  font-family: "HelveticaNeueW02-55Roma","Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* line 56, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table.regular-table--no-header-row thead th:first-child {
  background-color: #f2f2f2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f7f7f7));
  background-image: -moz-linear-gradient(top, #fcfcfc, #f7f7f7);
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f7f7f7);
  background-image: linear-gradient(to bottom, #fcfcfc, #f7f7f7);
}
/* line 62, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table.regular-table--no-header-row tbody td {
  border-left: 1px solid #e8e8e8;
}
/* line 68, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table.regular-table--embedded {
  border-top: solid 1px #dadada;
}
/* line 72, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table.regular-table--embedded thead th,
.regular-table.regular-table--embedded thead td,
.regular-table.regular-table--embedded tbody th,
.regular-table.regular-table--embedded tbody td {
  background: none;
  border-left: solid 1px #dadada;
  border-right: none;
  text-align: left;
  padding: 15px;
}
/* line 79, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table.regular-table--embedded thead th:first-child,
.regular-table.regular-table--embedded thead td:first-child,
.regular-table.regular-table--embedded tbody th:first-child,
.regular-table.regular-table--embedded tbody td:first-child {
  border-left: none;
  padding-left: 0;
}
/* line 84, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table.regular-table--embedded thead tr,
.regular-table.regular-table--embedded tbody tr {
  border-bottom: solid 1px #dadada;
}
/* line 89, ../../../../workspace/assets/styles/components/regular-table/_regular-table-tablet.scss */
.regular-table.regular-table--embedded thead th {
  border-bottom: solid 1px #dadada;
}


.lg-txt-crd span.expand {
	display:block;
	margin-right: 25px;
}
@media screen and (min-width: 993px){
	.lg-txt-crd span.expand {
		display:none;
	}
}
.faq-section span.expand {
    margin-right: 45px;
    display:block;

}
span.expand {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #333366;
    float: right;
    cursor: pointer;
    position: relative;
    padding: 30px 0;
}
span.expand:after {
    content: "";
    display: inline-block;
    background-image: url(../svg/blue-caret.svg);
    background-repeat: no-repeat;
    margin-left: -25px;
    position: relative;
    height: 20px;
    width: 20px;
    left: 30px;
    top: 10px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform 0.2s ease-out;
}
span.expand.active:after {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top:0;
    transition: transform 0.2s ease-out; 
}
