html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font: 16px/1 sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* You can Remove Tags that you don't use */
h1,h2,h3,h4,h5,h6,p,blockquote,figure,ol,ul {
	margin: 0;
	padding: 0;
}

main,li {
	display: block;
}

h1,h2,h3,h4,h5,h6, {
	font-size: inherit;
}

strong {
	font-weight: 700;
}

a,button {
	color: inherit;
	transition: .3s;
}

a {
	text-decoration: none;
}

button {
	overflow: visible;
	border: 0;
	font: inherit;
	-webkit-font-smoothing: inherit;
	letter-spacing: inherit;
	background: none;
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	padding: 1em;
}

p {
	line-height: 20px;
	margin-bottom: 20px;
}

button.success-btn {
	color: #fff;
	background: #1cb841;
}

button.error-btn {
	background: #ca3c3c;
}

button.btn-small {
	font-size: 85%;
}

button.btn-reg {
	font-size: inherit;
}

button.btn-large {
	font-size: 125%;
}

button.active {
	webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

::-moz-focus-inner {
	padding: 0;
	border: 0;
}

:focus {
	outline: 0;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

sup.trade {
	top: -.25em;
}

/* Remove Firefox auto puttnig a red box shadow around required fields */
input:required {
	box-shadow: none;
}

*,:after,:before {
	margin: 0;
	padding: 0;
/* Removes padding behaviour on widths */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Attribute selector */
[class*='seg-'] {
	float: left;
	padding: 10px;
}

/* Floats last ".seg-" to the right */
[class*='seg-']:last-of-type {
	padding-right: 10px;
	float: right;
}

.holder {
	margin: 0 auto;
	max-width: 100%;
}

/* Clearfix */
.holder:after {
	content: "";
	display: table;
	clear: both;
}

/* Grid */
.container {
	padding-right: 1em;
	padding-left: 1em;
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
}

.seg-1 {
	width: 100%;
}

.seg-4 {
	width: 25%;
}

.center-seg {
	margin: 0 auto;
	float: none;
}

/* Flex holders for if you want to ensure that side-by-side divs are the same height regardless of content being skewed */
.flex-holder {
	display: flex;
}

/***** Focus Form *****/
.focus-form-container {
	position: relative;
}

/* Form element setup */
form.focus-form {
	width: 450px;
	max-width: 95%;
}

form.focus-form fieldset {
	margin: 0 0 0.5rem;
	padding: 0;
	border: none;
}

form.focus-form legend,form.focus-form label {
	display: inline-block;
	margin-bottom: .5rem;
	font-size: 0.85em;
}

form.focus-form input[type='text'],form.focus-form input[type='email'],form.focus-form textarea,form.focus-form select {
	display: block;
	padding: .5rem;
	width: 100%;
	background-color: #fff;
	border-radius: .25rem;
	border: 1px solid #e5e5e5;
	outline: none;
/* List some properties that might change */
	-webkit-transition-property: none;
	transition-property: none;
	-webkit-transition-duration: none;
	transition-duration: none;
}

form.focus-form input[type='text']:focus,form.focus-form input[type='email']:focus,form.focus-form textarea:focus,form.focus-form select:focus {
	border-color: #1CB841;
	box-shadow: 0 0 5px #1CB841;
}

form.focus-form textarea {
	max-width: 100%;
	height: 100px;
	font-family: inherit;
}

form.focus-form input[type='text'],form.focus-form input[type='emai'],form.focus-form select {
	height: 55px;
}

form.focus-form select {
	font-size: .875rem;
}

form.focus-form input[type='checkbox'],form.focus-form input[type='radio'] {
	position: relative;
	top: 5px;
	width: 22px;
	height: 22px;
	margin: 0 .5rem;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
/* List some properties that might change */
	-webkit-transition-property: none;
	transition-property: none;
	-webkit-transition-duration: none;
	transition-duration: none;
}

form.focus-form input[type='checkbox'] {
	border-radius: 5px;
}

form.focus-form input[type='checkbox']:checked {
	background-color: #1CB841;
	border: none;
}

form.focus-form input[type='checkbox']:checked:after {
	display: block;
	content: '';
	height: 7px;
	width: 13px;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	-webkit-transform: translate(5px,6px) rotate(-45deg) scale(1);
	transform: translate(5px,6px) rotate(-45deg) scale(1);
}

form.focus-form input[type='radio'] {
	border-radius: 50%;
}

form.focus-form input[type='radio']:checked {
	border-width: 5px;
	border-color: #fff;
	background-color: #1CB841;
}

/***** Ripple Button *****/
.btn-ripple {
	outline: 0;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #5380F7;
	border: 0;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	box-sizing: border-box;
	color: #FFF;
	overflow: hidden;
	position: relative;
	width: 200px;
}

.btn-ripple .fa {
	border-radius: 100%;
	-webkit-animation: ripple .6s linear infinite;
	animation: ripple .6s linear infinite;
	position: absolute;
	right: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

@-webkit-keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(255,255,255,0.1),0 0 0 20px rgba(255,255,255,0.1),0 0 0 40px rgba(255,255,255,0.1),0 0 0 60px rgba(255,255,255,0.1);
	}

	100% {
		box-shadow: 0 0 0 20px rgba(255,255,255,0.1),0 0 0 40px rgba(255,255,255,0.1),0 0 0 60px rgba(255,255,255,0.1),0 0 0 80px rgba(255,255,255,0);
	}
}

@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(255,255,255,0.1),0 0 0 20px rgba(255,255,255,0.1),0 0 0 40px rgba(255,255,255,0.1),0 0 0 60px rgba(255,255,255,0.1);
	}

	100% {
		box-shadow: 0 0 0 20px rgba(255,255,255,0.1),0 0 0 40px rgba(255,255,255,0.1),0 0 0 60px rgba(255,255,255,0.1),0 0 0 80px rgba(255,255,255,0);
	}
}

/*Custom CSS*/

.logo-seg h1 sup {
    font-size: 0.5em;
}

a.privacy-link {
	color: #337ab7;
}

.pull-left {
	float: left;
}

.pull-left {
	float: right;
}

.clear {
	clear: both;
}

.button-group {
	text-align: center;
}

button {
	min-width: 300px;
}

form.focus-form input[type='text'],form.focus-form input[type='email'],form.focus-form select {
	height: 55px;
	font-size: 14px;
}

.text-black {
	color: #000;
}

h1.logo-text {
	display: inline-block;
	margin-bottom: 0;
    font-size: 2em;
}

.logo-seg {
	text-align: center;
}

li {
	margin-bottom: 0;
	font-size: 30px;
}

p.footer-disclaimer {
	padding: 15px 0;
	font-size: 14px;
}

.service-icon-seg {
	text-align: center;
}

img.service-icons {
	width: 200px;
	margin: 0 auto;
}

form h1 {
	font-size: 2em;
	margin-bottom: 5px;
}

.form-hr {
	margin-bottom: 10px;
}

.disclaimer {
    font-size: 11px;
    line-height: 1.3em;
    margin-bottom: 8px;
}

form.icon-form button.btn-icon-drop:before {
	content: "\f061";
}

form.focus-form {
	padding: 1em;
	margin: 0 auto;
	background: #f1f1f1;
	border: solid 2px #ccc;
	border-radius: 5px;
	color: #333;
	padding-bottom: 0;
}

form.focus-form button {
	width: 100%;
}

body {
	color: #fff;
	font-family: 'Raleway',sans-serif;
}

h1,h2 {
	font-size: 2.5em;
	text-align: center;
	margin-bottom: .65em;
}

h3,h4,h5 {
	margin-bottom: .5em;
}

.outer-seg:nth-child(odd) {
	background: #084f7f;
}

.outer-seg:nth-child(even) {
	background: #0490cd;
}

p.sponsored {
	text-align: center;
	font-size: 18px;
	padding-top: 20px;
	font-weight: 700;
}

html,body {
	background-image: linear-gradient(to bottom,#424E60 0%,#0B1116 100%);
	height: auto;
	min-height: 100vh;
}

.pl-form h1,.card-form h1,.state-form h1,.debt-form h1 {
	font-size: 2.1em;
	margin-bottom: 25px;
}

h2.legal-title {
	text-align: left;
}

/* Logo CSS */
.vim {
	width: 50px;
}

#macvim {
	perspective: 1000px;
}

#diamond {
	animation: diamond 1s ease;
	animation-fill-mode: both;
	transform-origin: center;
}

#V {
	animation: V 1s ease;
	animation-fill-mode: both;
	animation-delay: .8s;
	transform-origin: top right;
}

#shadow {
	animation: shadow 1s ease;
	animation-delay: 1.5s;
	animation-fill-mode: both;
	transform-origin: top right;
}

@keyframes V {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes diamond {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes shadow {
	0% {
		opacity: 0;
		transform: rotate(10deg);
	}

	1% {
		opacity: 1;
		transform: rotate(10deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

/* Spinner */
/* Loader */
.loading-seg {
	background-image: linear-gradient(to bottom,#424E60 0%,#0B1116 100%);
}

.loading-seg h3 {
	color: #fff;
	text-align: center;
	padding-top: 40px;
	font-size: 50px;
	margin-bottom: -50px;
}

.spinner {
	position: relative;
	margin: auto;
	box-sizing: border-box;
	background-clip: padding-box;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	border: 4px solid rgba(255,255,255,0.1);
	-webkit-mask: linear-gradient(rgba(0,0,0,0.1),#000 90%);
	transform-origin: 50% 60%;
	transform: perspective(200px) rotateX(66deg);
	animation: spinner-wiggle 1.2s infinite;
}

@keyframes spinner-wiggle {
	30% {
		transform: perspective(200px) rotateX(66deg);
	}

	40% {
		transform: perspective(200px) rotateX(65deg);
	}

	50% {
		transform: perspective(200px) rotateX(68deg);
	}

	60% {
		transform: perspective(200px) rotateX(64deg);
	}
}

.spinner:before,.spinner:after {
	content: "";
	position: absolute;
	margin: -4px;
	box-sizing: inherit;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: .05;
	border: inherit;
	border-color: transparent;
	animation: spinner-spin 1.2s cubic-bezier(0.6,0.2,0,0.8) infinite,spinner-fade 1.2s linear infinite;
}

.spinner:before {
	border-top-color: #66e6ff;
}

.spinner:after {
	border-top-color: #f0db75;
	animation-delay: .3s;
}

@keyframes spinner-spin {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes spinner-fade {
	20% {
		opacity: .1;
	}

	40% {
		opacity: 1;
	}

	60% {
		opacity: .1;
	}
}

.loading-seg {
	display: none;
}

/* Validation */

label.email-error {
	text-align: center;
	width: 100%;
	font-size: 21px;
	font-weight: 700;
	color: red;
	border: 1px solid red;
	margin-top: 5px;
	padding: 5px;
	display: none;
}

form.focus-form button {
    font-weight: 700;
}

span.sponsored {
    font-weight: 100;
    font-size: .8em;
    padding-right: 30px;
}

.above-fold-disclaimer {
	padding: 20px 0;
	margin-bottom: 0;
    font-weight: bold;
    font-size: 1.15em;
}

.titles-container {
	color: #fff;
	text-align: center;
}

.titles-container h2 {
	font-size: 1.5em;
    margin-bottom: 0.25em;
}

.titles-container h3 {
    font-size: 1.35em;
}
/**** Choose the media query max-width's to suit your needs ****/
@media (max-width: 1240px) {
	.container {
		width: 1040px;
	}
}

/* Enter the landscape tablet width here */
@media (max-width: 1080px) {

	.seg-4,.seg-8,.seg-10,.seg-12 {
		width: 50%;
	}

	.container {
		width: 800px;
	}

	.titles-container h2 {
		font-size: 1.25em;
	}

	.titles-container h3 {
    	font-size: 1.1em;
	}

	h1.logo-text {
		font-size: 1.5em;
	}

	.vim {
		width: 35px;
	}

	form h1 {
		font-size: 1.5em;
	}
}

/* Enter the portrait tablet width here */
@media (max-width: 800px) {
	.seg-4,.seg-6,.seg-8,.seg-10,.seg-12 {
		width: 50%;
	}

	.seg-1,.seg-3,.seg-5,.seg-7,.seg-9,.seg-11 {
		width: 100%;
	}

	.container {
		width: 100%;
	}

	form h1 {
		font-size: 2em;
	}

	footer .pull-right,footer .pull-left {
		width: 100%;
	}

	footer .pull-right {
		float: left;
	}

	button {
		min-width: 0;
	}
}

/* Enter first phone width here */
@media (max-width: 550px) {
	.seg-1,.seg-3,.seg-4,.seg-5,.seg-6,.seg-7,.seg-8,.seg-9,.seg-10,.seg-11,.seg-12 {
		width: 100%;
	}

	form h1 {
		font-size: 1.5em;
	}

	form.focus-form legend,form.focus-form label {
		font-size: .8em;
	}

	form.focus-form input[type='text'],form.focus-form input[type='email'],form.focus-form select {
		height: 50px;
	}

	.disclaimer {
		font-size: 10px;
		margin-bottom: 5px;
	}

	button {
		padding: .75em;
	}

	.pl-form h1 {
		font-size: 1.6em;
	}

	.loading-seg h3 {
		font-size: 40px;
	}

	p.sponsored {
		font-size: 16px;
	}

	.card-form h1 {
		font-size: 1.5em;
	}

	.debt-form h1 {
		font-size: 1.35em;
	}

	form.focus-form {
		min-width: 95%;
	}

	.titles-container h2 {
    	font-size: 1.15em;
	}

	.titles-container h3 {
	    font-size: 1em;
	}

	.logo-seg {
		padding-bottom: 0;
	}

	.above-fold-disclaimer {
    	padding: 10px 0;
	}

	.search-for-btn span.sponsored {
    	font-size: 0.7em;
	}
}

/* Smaller Phones */
@media (max-width: 400px) {
	form.focus-form fieldset {
		margin: 0 0 .5rem;
	}

	h1.logo-text {
		width: 100%;
	}

	.pl-form h1 {
		font-size: 1.2em;
	}

	.loading-seg h3 {
		font-size: 35px;
	}

	p.sponsored {
		font-size: 14px;
	}

	.titles-container h2 {
	    font-size: 0.95em;
	}

	.titles-container h3 {
	    font-size: 0.85em;
	}

	.card-form h1 {
		font-size: 1.4em;
	}

	.state-form h1 {
		font-size: 1.6em;
	}
}

@media (max-width: 320px) {
	form h1 {
		font-size: 1.25em;
	}

	form.focus-form input[type='text'],form.focus-form input[type='email'],form.focus-form select {
		height: 40px;
		font-size: 12px;
	}

	.disclaimer {
		font-size: 10px;
		line-height: 1.5em;
	}

	button.btn-large {
		font-size: 100%;
	}

	.debt-form h1 {
		font-size: 1.2em;
	}
}