@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700&display=swap);
@import url("https://use.typekit.net/zva2pmt.css");
body {
	font-family: Roboto, serif;
	color: #333;
}
.bg-light-grey {
	background-color: #F2F2F2
}
.garamond-pro {
	font-family: adobe-garamond-pro, serif;
}
.header {
	padding: 25px 0;
	background-color: #004438;
}
.header-phone {
	color: #fff;
	font-size: 18px;
	margin-right: 5%;
	border: 1px solid #fff;
	padding: 8px 19px;
	border-radius: 2em;
	margin-top: -38px;
}
.header img {
	margin-left: 75px
}
.form-slider__prev {
	display: none;
}
/* Footer */

.starfighter-footer-container {
	background-color: #004438;
	color: #fff;
	padding: 3% 0;
}
.starfighter-footer-container a {
	color: #fff;
}
.award-img {
	max-height: 30px;
	padding-right: 45px;
}
.starfighter-cta {
	color: #fff;
	text-decoration: none!important;
	text-align: center;
	padding: 15px 60px;
	border-radius: 8px;
	font-size: 18px;
	background-color: #FFB500;
	letter-spacing: 1px;
}
.starfighter-cta a:hover {
	color: #fff!important;
	font-weight: bold;
}
.main-headline {
	font-size: 40pt;
}
.roboto-headline {
	font-family: Roboto, serif;
	font-weight: bold;
	font-size: 40pt;
}
.first-paragraph {
	max-width: 73%;
	margin-left: auto;
	margin-right: auto;
	line-height: 33px;
	font-size: 18px;
	font-weight: 300;
}
hr {
	width: 250px;
	border-top: 2px solid #666;
}
.section-padding {
	padding: 5%;
}
li:before {
	content: '\f05d';
	font-family: FontAwesome;
	font-size: 20px;
	float: left;
	color: green;
	padding-right: 10px;
	margin-top: -5px;
}
li {
	margin-bottom: 20px
}
ul {
	list-style: none;
}
/* CTAs */

.btn-lightsaber-form {
	color: #fff!important;
	text-decoration: none!important;
	max-width: 300px;
	text-align: center;
	margin-left: auto!important;
	margin-right: auto!important;
	padding: 15px;
	border-radius: 4px;
	font-size: 17px;
	letter-spacing: 1px;
	float: none!important;
}
.btn-lightsaber-form:hover {
	color: #fff!important;
}
.float-right input {
	float: right;
}
.float-left input {
	float: left;
}
.form-builder.starfigher-form {
	max-width: 58%;
	margin-left: auto;
	margin-right: auto;
	font-family: Roboto, sans-serif!important;
	margin-bottom: 50px;
}
.form-builder.starfigher-form label {
	color: #999;
}
.form-builder.starfigher-form2 {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}
h3 {
	font-family: Roboto, serif;
	margin-bottom: 57px;
	color: #4c4c4c;
	font-weight: 500;
}
.value-slider-range {
	display: none;
}
.tooltip.top .tooltip-arrow {
	border-width: initial;
	border-top-color: transparent;
}
.tooltip {
	font-family: Roboto, serif;
	font-size: 23px;
	height: 95px;
}
.tooltip-inner {
	color: #4c4c4c;
	font-weight: bold;
	background-color: transparent;
}
.slider .tooltip.top {
	margin-top: -47px;
}
.slider-selection, .slider-track {
	background-color: #4D7F71;
}
.slider-track {
	border-radius: 0px;
}
.slider.slider-horizontal .slider-track {
	height: 20px;
}
.slider-handle.custom {
	margin-top: 16px;
}
.value-slider-container {
	margin-top: 50px;
}
.download-cta {
	color: #fff;
	padding: 15px 13%;
	display: block;
}
.calc-disclosure {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 992px) {
.form-builder.starfigher-form {
	max-width: 100%;
}
.header img {
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
}
.header-phone {
	float: none!important;
	max-width: 270px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
}
.header-phone a {
	color: #fff!important;
	text-decoration: none;
}
.form-builder.starfigher-form2 {
	max-width: 100%;
}
.download-cta {
	max-width: 65%;
}
}

@media only screen and (max-width: 700px) {
.form-builder.starfigher-form {
	max-width: 100%
}
.form-builder.starfigher-form input {
	max-width: 95%;
}
.main-headline {
	font-size: 35px;
}
.roboto-headline {
	font-size: 35px;
}
.first-paragraph {
	font-size: 16px;
	max-width: 100%;
	line-height: 28px;
}
.brochure-img {
	max-width: 225px;
}
.starfighter-footer-container {
	padding: 25px 0;
}
}

@media only screen and (max-width: 414px) {
.fiSliderContainer {
	width: 100%;
}
.col-xs-offset-2 {
	margin-left: 0!important
}
.value-slider-container {
	width: 100%;
}
}
