#landing-splash {
	background: #da291c;
	left: 0;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 3;
}

#landing-splash svg {
	height: auto;
	max-height: 75%;
	max-width: 75%;
	min-height: 50%;
	min-width: 50%;
	vertical-align: middle;
	width: auto;
}

#site-body {
	background: #fff;
/*	background: url('../images/linedpaper.png') 50% 0 repeat;
*/	margin-top: 198px;
	padding: 0;
}

#site-body form {
	border: none;
	margin: 0;
	padding: 0;
}

#site-body form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#site-body form input.text {
	background: #fff;
	border: #d0d3d4 1px solid;
	box-sizing: border-box;
	font-family: 'AvenirNextLTProRegular', sans-serif;
	font-size: 16px;
	height: 36px;
	margin: 0;
	padding: 7px 14px;
	width: 100%;
}

#site-body form label {
	display: block;
	line-height: 22px;
	padding: 14px 0 0;
	width: 100%;
}

#site-body form p.error {
	color: #900;
	font-size: 12px;
	padding: 0;
}

#site-body form select {
	background: #fff;
	border: #d0d3d4 1px solid;
	box-sizing: border-box;
	font-family: 'AvenirNextLTProRegular', sans-serif;
	font-size: 16px;
	height: 36px;
	margin: 0;
	max-width: 100%;
	padding: 7px 14px;
	width: 100%;
}

#site-body form textarea {
	background: #fff;
	border: #d0d3d4 1px solid;
	box-sizing: border-box;
	font-family: 'AvenirNextLTProRegular', sans-serif;
	font-size: 16px;
	height: 144px;
	margin: 0;
	padding: 7px 14px;
	resize: vertical;
	width: 100%;
}

#site-body form .buttons {
	padding: 14px 0 0;
	text-align: center;
}

#site-body .banner .over-image {
	background-blend-mode: multiply;
	background-color: #da291c;
	background-position: right 0;
	background-size: auto 100%;
	box-sizing: border-box;
	color: #fff;
	height: 100%;
	left: 0;
	margin: 0 !important;
	padding: 56px;
}

#site-body .banner .over-image h2 {
	font-size: 34px;
	line-height: 38px;
}

#site-body .banner .over-image .button {
	border-color: #fff;
	color: #fff;
	font-family: 'AvenirNextLTProDemi', sans-serif;
	margin-top: 22px;
}

#site-body .banner .over-image .button:hover {
	background: #fff;
	border-color: #fff;
	color: #da291c;
}
#site-body .banner.infinite li {
	padding: 0 6px 0 0 !important;
}

#site-body .banner.infinite .left,
#site-body .banner.infinite .right {
	display: none;
}

#site-body .button {
	background: transparent;
	border: #da291c 1px solid;
	color: #da291c;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 7px 14px;
	text-decoration: none;
	transition: background-color .5s, color .5s;
}

#site-body .button:hover {
	background: #da291c;
	color: #fff;
}

#site-body .col-origin-0 .banner .over-image {
	left: 66.6%;
	padding-left: 6%;
	padding-right: 6%;
}

#site-body .latest-blogs > div > div,
#site-body .js-blog-items > div > div {
	border: #da291c 2px solid;
}

#site-body .latest-blogs > div > div > *,
#site-body .js-blog-items > div > div > * {
	padding: 22px;
}

#site-body .latest-blogs > div > div > *:first-child,
#site-body .js-blog-items > div > div > *:first-child {
	padding: 0;
}

#site-body .latest-blogs > div > div > *:last-child,
#site-body .js-blog-items > div > div > *:last-child {
	text-align: center;
}

#site-body .latest-blogs > div > div > h3,
#site-body .js-blog-items > div > div > h3 {
	color: #da291c;
	padding: 22px 22px 0;
}

#site-body .latest-blogs > div > div > p:nth-of-type(2),
#site-body .js-blog-items > div > div > p:nth-of-type(2) {
	padding: 0 22px;
}

#site-body .newsletter-signup {
	text-align: center;
}

#site-body .newsletter-signup button {
	background: #da291c;
	border: #fff 1px solid;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
    font-family: 'AvenirNextLTProDemi', sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 0 1em;
	padding: 7px 14px;
	text-decoration: none;
	transition: background-color .5s, color .5s;
	vertical-align: middle;
}

#site-body .newsletter-signup button:hover {
	background: #fff;
	color: #da291c;
}

#site-body .newsletter-signup input {
	background: #fff;
	border: none;
	box-sizing: border-box;
	color: #000;
	height: 40px;
	margin: 0;
	max-width: 350px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

#site-body .newsletter-signup label {
	display: inline;
	font-size: 28px;
	line-height: 32px;
	margin-right: 1em;
	padding: 0;
	vertical-align: middle;
}

#site-body .newsletter-signup label i {
	margin-right: .5em;
	vertical-align: middle;
}

#site-footer {
	color: #000;
}

#site-footer .columns > div {
	padding: 25px 12px;
}

#site-footer .columns > div:last-child {
	text-align: right;
}

#site-footer p {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

#site-footer ul {
	margin: 0;
	padding: 0;
}

#site-footer ul li {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#site-footer .container {
	padding: 0 10px;
}

#site-header {
	background: #da291c;
	left: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

#site-header .container {
	padding: 0 10px;
	position: relative;
}

#site-header .header-callouts {
	box-sizing: border-box;
	height: 160px;
	color: #fff;
	padding: 64px 0 0;
	position: relative;
}

#site-header .header-callouts a {
	text-decoration: none;
}

#site-header .header-callouts a:hover {
	text-decoration: underline;
}

#site-header .header-callouts p {
	font-family: 'AvenirNextLTProDemi', sans-serif;
	font-size: 18px;
	line-height: 32px;
	margin: 0;
	padding: 0;
}

#site-header .header-callouts p i {
	margin-right: 5px;
}

#site-header .header-callouts .button {
	background: #fff;
	box-sizing: border-box;
	color: #da291c;
	display: inline-block;
	font-family: 'AvenirNextLTProBold', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 22px;
	margin: 0;
	padding: 5px 28px;
	text-align: center;
	text-decoration: none;
	transition: background-color .5s, color .5s;
	z-index: 2;
}

#site-header .header-callouts .button:hover {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	text-decoration: none;
}

#site-header .header-callouts .button span {
	line-height: 0;
}

#site-header .header-callouts .columns > div {
	min-height: 32px;
}

#site-header .header-callouts .columns > div:last-child {
	text-align: right;
}

#site-header > .container > .columns > .twenty-five {
	overflow: hidden;
}

#site-logo {
	display: inline-block;
	margin: 12px 0;
	padding: 0;
}

#site-logo svg {
	height: auto;
	max-height: 174px;
	max-width: 100%;
	width: auto;
}

#site-menu {
	font-size: 0;
	margin: 0;
	padding: 0;
}

#site-menu li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#site-menu li a {
	color: #fff;
	display: block;
	font-family: 'AvenirNextLTProDemi', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	padding: 9px 24px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .5s, color .5s;
}

#site-menu li a:hover {
	background: rgba(255, 255, 255, .9);
	color: #da291c;
}

#site-menu li ul {
	background: #da291c;
	display: none;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
}

#site-menu li ul li {
	white-space: nowrap;
	width: 100%;
}

#site-menu li.active > a {
	background: #fff;
	color: #da291c;
}

#site-menu li:hover ul {
	display: block;
}

.additional-spacing {
	padding-bottom: 25px;
}

.band {
	overflow-x: hidden;
	padding: 25px 0;
}

.breadcrumbs {
	font-size: 0;
	margin: 0;
}

.breadcrumbs ul {
	margin: 0;
	padding: 0;
}

.breadcrumbs ul li {
	display: inline-block;
	list-style-type: none;
	padding: 5px 0 !important;
}

.debt-recovery .col-origin-50 {
	vertical-align: bottom;
}
