@charset "UTF-8";
/* CSS Document */

/* ==========================================
GENERAL
========================================== */
body {
	padding:0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

/* ==========================================
RESETS
========================================== */
img {
	max-width:100%;
	position:relative;
}

.center-block {
	float:none;
}

a {
	text-decoration:underline;
}

.close {
	line-height: 1.75;
}

/* ==========================================
UI
========================================== */
.spacer {
	height:20px;
	width:100%;
	display:block;
}



/* ==========================================
TYPE
========================================== */

.text-white, .white-text {
	color:#FFFFFF;
}

.text-red {
color: rgba(212,23,26,1.00);
}

.secondary {
	opacity:.7;
}
	
.small {
	font-size:10px !important;
}

.micro {
	font-size:8px;
}

a:hover {
	color:inherit;
}

.bold {
	font-weight: bold;
}

.otherwise {
	font-size: 12px;
	line-height: normal;
}

/* ==========================================
ANIMATION
========================================== */
.pulse {
-webkit-animation: pulse 2s linear infinite;
-moz-animation: pulse 2s linear infinite;
-ms-animation: pulse 2s linear infinite;
animation: pulse 2s linear infinite;
}

@keyframes "pulse" {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(0.99);
-moz-transform: scale(0.99);
-o-transform: scale(0.99);
-ms-transform: scale(0.99);
transform: scale(0.99);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

}

@-moz-keyframes pulse {
0% {
-moz-transform: scale(1);
transform: scale(1);
}
50% {
-moz-transform: scale(0.99);
transform: scale(0.99);
}
100% {
-moz-transform: scale(1);
transform: scale(1);
}

}

@-webkit-keyframes "pulse" {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(0.99);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}

}

.loader {
  color: #FFF;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.move {
	position: relative;
	z-index: 1000;
	color:rgba(255,165,0,1.00);
	margin-left: 10px;
	margin-top: 15px;
	-webkit-animation: backandforth 2s ease 0s;
	-webkit-animation-iteration-count:infinite;
	animation: backandforth 2s ease 0s;
	animation-iteration-count:infinite;
}

@-webkit-keyframes backandforth {0%{left:0;} 50%{left:0px;} 100%{left:0;}}

@keyframes backandforth {0%{left:0;} 50%{left:50px;} 100%{left:0;}}

/* ==========================================
ELEMENTS
========================================== */
.card {
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
	background-color:#FFFFFF !important;
	border-radius:4px 4px 4px 4px;
	border:1px solid transparent;
	border-color:#DDDDDD !important;
	margin:15px 0 15px 0;
	color:#333333 !important;
	text-decoration:none !important;
}

.card-content {
	padding: 15px;
}


/* ==========================================
HERO
========================================== */
.tax {

}

/* ==========================================
CONTENT
========================================== */


/* ==========================================
TOOLBAR
========================================== */


/* ==========================================
FOOTER
========================================== */
#footer {
	color:#333;
	background:#DADADA;
	padding-top:40px;
	padding-bottom:40px;
	font-size: 13px;
}

#footer h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

#footer a {
	color:#333;
	text-decoration: none;
}

/* RESETS */
.spacer {
	clear: both;
}

.section {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* TYPE */
body {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h1, h2, h3, h5 {
	font-family: 'Patua One', cursive;
}

/* COLORS */
.text-light-purple {
	color:#BBBCFC !important;
}

.text-medium-purple {
 	color:#6083FF !important;
}

.text-grey-purple {
	color:#7690D5 !important;
}

.text-dark-purple {
	color:#0B395E !important;
}

.background-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#11395e+0,30475b+100 */
	background: #11395e; /* Old browsers */
	background: -moz-linear-gradient(top,  #11395e 0%, #30475b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #11395e 0%,#30475b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #11395e 0%,#30475b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11395e', endColorstr='#30475b',GradientType=0 ); /* IE6-9 */
}

/* BUTTONS */

.navbar-header .btn {
	margin-top: 15px;
}

.btn {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border: none;
  width: 100%;
  max-width: 300px;
}

.btn:hover {
  text-decoration: none;
  -webkit-transition: all 1s ease-out 1s;
  -moz-transition: all 1s ease-out 1s;
  -o-transition: all 1s ease-out 1s;
  transition: all 1s ease-out 1s;
}

.btn-red {
	background-color:#991414;
}

.btn-radio {
	text-align: left;
	background-color: #fff;
	border: 1px solid #000;
	width: 40%;
	color:#000;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block
}

.btn-radio .debt {
	margin-right: 15px;
}

/* NAVABR */
.navbar {
	border-bottom: none;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	font-size: 14px;
	min-height: 70px;
}

.navbar a {
	text-decoration: none;
	color:#FFF !important;
}

.logo {
	height: 30px;
	width: auto;
	margin-top: 5px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color:#7D97F9;
}

.navbar-right li.active a {
	background-color: #FACC5C !important;
}

.navbar-right li.active a {

}

.navbar-header {
	width: 100%;
}

.phone-button {
	font-size: 12px;
	border-radius: 20px;
	margin-top: 20px !important;
	margin-right: 0px;
	width: 160px !important;
	padding: 5px 5px 5px 5px;
}

/* HERO */
#hero {
	background-image: url(../images/hero.jpg);
	background-size: cover;
	background-position: center bottom;
	height: 100vh;
	padding-top: 125px;
}

#hero.tax {
	background-image: url(../images/tax-header.jpg);
	background-position: center center;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
}

#hero h1 {
	text-transform: capitalize;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: 10px;
}

#hero.tax h1 {
	color:#f9db5c !important;
}

#hero h4 {
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.or {
	position: relative;
	width: 100%;
	display: block;
	color:#FFF;
	font-weight: bold;
	margin: 15px 0 15px 0;
}

.line {
	border-bottom:2px solid #FFF;
	display: inline-block;
	width: 40%;
	height: 10px;
}

/* CONTENT */
.cta p {
	font-size: 14px;
}

/* MODAL */
#request {
	font-size: 18px;
}

#request .modal-body {
	padding-bottom: 20px;
	min-height: 300px;
}

.no-bullets {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* FORM */
input.form-control {
	border:none;
	border-bottom:2px solid #3353B0;
	border-radius: 0;
	font-size: 18px;
	padding-left: 0px;
	color:#000000;
}

input.form-control:focus, input.form-control:active {
	border-top: none;
	border-left: none;
	border-right: none;
	box-shadow: none;
	border-bottom:2px solid #6083FF;
}

input#zipcode {
	font-size: 26px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	box-shadow: none;
}

#zip-check {
	position: absolute;
	right: 0px;
	top: 10px;
	font-size: 32px;
	color:#095E09;
}

.text-error {
	text-align: center;
    	font-size: 14px;
    	color: #660F11;
}

label.error {
	text-align: center;
	font-size: 14px;
    	color: #660F11;
}
label {
	font-size: 14px;
}

/* ==========================================
LANDER
========================================== */

.lander-tagline {
	padding-top: 15px;
}

.signup-form-container {
	background-color: rgba(255,255,255,.9);
	border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.vertical-center {
    display: table;
    height: 100px;
}

.vertical-center .inner {
    display: table-cell;
    height: 100px;
    vertical-align: middle;
}

#ctas .col-sm-4 {
margin-bottom: 40px;
}

#ctas img {
	border-radius: 50%;
	margin-bottom: 20px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.section {
padding-top: 80px;
padding-bottom: 80px;
}


/* ==================================  FUNKY  ================================== */

.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}

/* ==================================  MEDIA QUERIES  ================================== */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
body {
	font-size: 18px;
}

h1 {
	font-size: 42px;
}

h4 {
	font-size: 24px;
}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {


}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

