@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700);
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	line-height: 1.4em;
	vertical-align:baseline;
	background:transparent;
}
html, body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4em;
	background-color: #FFF;
	color: #6d6e71;
	padding: 0;
	margin: 0;
	height: 100%;
	-webkit-font-smoothing: antialias;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;	 
	padding: 0;
}
a img { 
	border: none;
}
.centered-list {
	margin-top: 7px;
}
.bulleted-list {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 5%;
}
.bulleted-list-text {
	color: #a7a9ac;
	margin-top: 7px;
}
a.bodylink:link, a.bodylink:visited {
	color: #682f79;
	font-weight: 600;
}
a.bodylink:hover, a.bodylink:active {
	color: #a7a9ac;
}
a.bodylink-2:link, a.bodylink-2:visited {
	color: #a7a9ac;
	font-weight: 600;
}
a.bodylink-2:hover, a.bodylink-2:active {
	color: #FFF;
}
a.numberlink:link, a.numberlink:visited, a.numberlink:hover, a.numberlink:active {
	color: #6d6e71;
	text-decoration: none;
}
#page {
	min-height: 100%;
	min-width: 320px;
}
#header {
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 70px;
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	// set animation
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#header.sticky {
	background: rgba(104, 47, 121, 1);
	padding: 0;
}
#header-2 {
	background: rgba(104, 47, 121, 1);
	width: 100%;
	height: 70px;
	padding: 10px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	// set animation
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#header-2.sticky {
	padding: 0;
}
#header-logo {
	margin-left: 20px;
	float: left;
	width: 214px;
	height: 70px;
	background: url(images/firststat-header-logo-light.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(backgroundsize.min.htc);
	display: block;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#header-logo.sticky {
	background: url(images/firststat-header-logo.png) no-repeat;
}
#header-logo-2 {
	margin-left: 20px;
	float: left;
	width: 214px;
	height: 70px;
	background: url(images/firststat-header-logo.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(backgroundsize.min.htc);
	display: block;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#header_nav {
	float: right;
	margin-right: 20px;
}
#header_nav ul {
	list-style: none;
} 
#header_nav li {
	display: inline-block;
	float: left;
	padding-left: 28px;
} 
#header_nav a {
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
	line-height: 70px;
} 
#header_nav a:hover {
	color: #a7a9ac;
}
#menu-icon {
	display: hidden;
	width: 24px;
	height: 50px;
	background: url(images/menu-icon.png) center;
}
a:hover#menu-icon, a:active#menu-icon {
	background: url(images/menu-icon-hover.png) center;
}
#main {
	overflow: auto;
	width: 100%;
	padding-top: 90px;
	padding-bottom: 60px;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#main.sticky {
	padding-top: 70px;
}
#main-2 {
	overflow: auto;
	width: 100%;
	padding-top: 0;
	padding-bottom: 60px;
}
.header-image {
	padding: 24% 20px 20%;
	text-align: center;
}
#full-image {
	width: 100%;
	padding: 25% 0;
	background-color: #CCC;
}
#down-arrow-container {
	position: absolute;
	top: -22.5px;
	right: 0;
	left: 0;
	height: 45px;
	padding: 0;
	margin: 0;
}
.down-arrow {
	width: 45px;
	height: 45px;
	margin: 0 auto;
	padding: 0;
	background: url(images/down-arrow.png) no-repeat center;
}
.plus-sign {
	position: absolute;
	top: 0;
	right: 0;
	left: -25px;
	bottom: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	background: url(images/plus-sign.png) no-repeat center;
}
#full-box-purple {
	background-color: #682f79;
	width: 100%;
	padding: 0;
	margin: 0;
}
#full-box-grey {
	background-color: #dcddde;
	width: 100%;
	padding: 0;
	margin: 0;
}
#full-box-white {
	background-color: #FFF;
	width: 100%;
	padding: 0;
	margin: 0;
}
#full-box-white-down-arrow {
	position: relative;
	background-color: #FFF;
	width: 100%;
	padding: 0;
	margin: 0;
}
#full-box-grey-down-arrow {
	position: relative;
	background-color: #dcddde;
	width: 100%;
	padding: 0;
	margin: 0;
}
.content {
	max-width: 1080px;
	margin: 0 auto;
	padding: 10% 5%;
	overflow: hidden;
}
.services-content {
	max-width: 1080px;
	margin: 0 auto;
	padding: 9% 5% 10%;
	overflow: hidden;
}
.body-content {
	max-width: 1280px;
	margin: 0 auto;
	padding: 7% 5%;
	overflow: hidden;
}
.body-content-2 {
	max-width: 1280px;
	margin: 0 auto;
	padding: 15% 10% 0 10%;
	overflow: hidden;
}
.body-content-coming-soon {
	padding: 15% 7% 0 7%;
	overflow: hidden;
}
.column-1 {
	width: 29%;
	padding-right: 6.5%;
	overflow: hidden;
	float: left;
}
.column-2 {
	width: 29%;
	overflow: hidden;
	float: left;
}
#three-column-box-1 {
	position: relative;
	width: 33.3%;
	background-color: #682f79;
	padding: 15% 0;
	margin: 0;
	text-align: center;
	float: left;
}
#three-column-box-2 {
	position: relative;
	width: 33.4%;
	background-color: #6d6e71;
	padding: 15% 0;
	margin: 0;
	text-align: center;
	float: left;
}
.three-column-box-text {
	font-family: 'Poppins', sans-serif;
	font-size: 110%;
	line-height: 1em;
	font-weight: 700;
	letter-spacing: -0.5px;
	color: #FFF;
	margin: 0 50px;
	-moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.icon {
	width: 100px;
	height: 100px;
	margin: 0 auto 20px auto;
	padding: 0;
}
.services-icons {
	width: 85px;
	height: 85px;
	margin: 0 auto;
	padding: 0 0 5% 0;
}
#half-block-container {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #dcddde;
	overflow: hidden;
}
#half-block-text {
	width: 50%;
	margin: 0;
	padding: 0;
	float: right;
}
.half-block-text-content {
	margin: 0;
	padding: 20% 10%;
}
#half-block-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 50%;
	height: 100%;
	margin: 0;
}
.number-area {
	padding: 30px 20px;
	overflow: hidden;
	background-color: #9d986d;
}
.content-line-left {
	margin-left: 40px;
	padding-left: 40px;
	border-left: 1px dotted #a7a9ac;
}
#content-line-right {
	margin-right: 40px;
	padding-right: 40px;
	border-right: 1px dotted #a7a9ac;
}
#form {
	width: 100%;
}
#contact-left-column {
	width: 65%;
	float: left;
}
#contact-right-column {
	width: 35%;
	float: right;
}
#contact-right-column-2 {
	width: 35%;
	float: right;
}
#form input {
	width: 96%;
	padding: 2%;
	font-family: 'Poppins', sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	color: #6d6e71;
	border: 1px solid #a7a9ac;
	margin: 1% 0 5% 0;
	-webkit-appearance: none;
    border-radius: 0;
}
#form select {
	width: 100%;
	padding: 2%;
	font-family: 'Poppins', sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	color: #6d6e71;
	border: 1px solid #a7a9ac;
	margin: 1% 0 5% 0;
	-webkit-appearance: none;
    border-radius: 0;
}
#form textarea {
	width: 96%;
	height: 400px;
	padding: 2%;
	font-family: 'Poppins', sans-serif;
	line-height: 1.4em;
	color: #6d6e71;
	border: 1px solid #a7a9ac;
	margin: 1% 0 5% 0;
	-webkit-appearance: none;
    border-radius: 0;
}
#form textarea:focus, #form select:focus, #form input:focus {
	border: 1px solid #6d6e71;
}
#form input.submit-button {
    width: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 120%;
    font-weight: 700;
	color: #FFF;
    background-color: #682f79;
	border: none;
	padding: 1% 30px 0.7% 30px;
	margin: 2% 0 0.5% 0;
	-webkit-appearance: none;
    border-radius: 0;
}
#form input.submit-button:hover {
	background-color: #6d6e71;
}
#form input.submit-button:active {
	background-color: #6d6e71;
}
.hide {
	display:none;
}
label {
	font-weight: 700;
}
.button {
    border: 2px solid #fff;
    padding: 15px 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 160%;
	font-weight: 700;
	color: #FFF;
	margin: 0;
    text-align: center;
    text-decoration: none;
	overflow: hidden;
}
.button:hover {
    background-color: #004d48;
}
.button:active {
    background-color: #fff;
    border-color: #004d48;
	color: #004d48;
}
#footer {
	Position: relative;
	left: 0;
	right: 0;
	Bottom: 0;
	margin-top: -60px;
	height: 60px;
	background-color: #682f79;
	clear: both;
}
.footer-content-left {
	height: 60px;
	width: 63%;
	line-height: 60px;
	overflow: hidden;
	float: left;
}
.footer-content-right {
	height: 60px;
	width: 37%;
	color: #a7a9ac;
	text-align: right;
	overflow: hidden;
	float: right;
}
#footer_nav {
	height: 60px;
	margin: 0;
	padding: 0;
	float: left;
}
#footer_nav li {
	list-style-type: none;
	display: inline-block; 
} 
#footer_nav a {
	display: block;
	height: 60px;
	font-family: 'Poppins', sans-serif;
	Font-size: 80%;
	font-weight: 600;
	line-height: 60px;
	color: #FFF;
	text-decoration: none;
	padding: 0 0 0 20px;
} 
#footer_nav a:hover {
	color: #a7a9ac;
}
.copyright {
	margin: 0 20px;
	font-size: 60%;
	line-height: 60px;
}
.large-body {
	font-size:120%;
	font-weight:500;
}
.toll-free {
	font-size:120%;
	font-weight:700;
	margin-bottom: 15%;
}
.local {
	margin-bottom: 15%;
}
h1 {
	font-family: 'Poppins', sans-serif;
	font-size: 250%;
	font-weight: 700;
	line-height: 1.1em;
	letter-spacing: -1.5px;
	color: #FFF;
	margin: 0;
	-moz-text-shadow: 0px 1.5px 4px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 1.5px 4px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 1.5px 4px rgba(0, 0, 0, 0.5);
}
h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 250%;
	line-height: 1.1em;
	font-weight: 700;
	letter-spacing: -1.5px;
	color: #682f79;
	margin: 0 0 10% 0;
}
h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 110%;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: -0.5px;
	color: #682f79;
	margin: 0 0 10px 0;
}
h4 {
	font-weight: 400;
	line-height: 1.4em;
	padding: 0 0 5% 0;
	margin: 0;
}
h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 200%;
	font-weight: 700;
	line-height: 1.1em;
	letter-spacing: -1px;
	color: #682f79;
	margin: 0 0 5% 0;
}
.h5-fix {
	font-family: 'Poppins', sans-serif;
	font-size: 200%;
	font-weight: 700;
	line-height: 1.1em;
	letter-spacing: -1px;
	color: #682f79;
	margin: 0 0 8.2% 0;
}
h6 {
	font-family: 'Poppins', sans-serif;
	font-size: 250%;
	line-height: 1.1em;
	font-weight: 700;
	letter-spacing: -1.5px;
	color: #a7a9ac;
	margin: 0 0 5% 0;
}
h7 {
	font-size: 140%;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width: 1280px) {

.header-image {
	padding: 25% 20px 20%;
}
.content-line-left {
	margin-left: 25px;
	padding-left: 25px;
}
#content-line-right {
	margin-right: 25px;
	padding-right: 25px;
}
}

@media screen and (max-width: 1024px) {

.header-image {
	padding: 27% 20px 20%;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 200%;
}
h5 {
	font-size: 170%;
}
.h5-fix {
	font-size: 170%;
}
h6 {
	font-size: 200%;
}
}

@media screen and (max-width: 800px) {

.header-image {
	padding: 29% 20px 20%;
}
.centered-list {
	font-size: 80%;
}
.bulleted-list {
	margin-left: 16px;
	font-size: 80%;
}
.three-column-box-text {
	font-size: 95%;
}
h1 {
	font-size: 170%;
}
h2 {
	font-size: 170%;
}
h3 {
	font-size: 95%;
}
h4 {
	font-size: 80%;
}
h5 {
	font-size: 140%;
}
.h5-fix {
	font-size: 140%;
}
h6 {
	font-size: 170%;
}
.large-body {
	font-size:100%;
}
.toll-free {
	font-size:100%;
	margin-bottom: 15%;
}
p {
	font-size: 80%;
}
label {
	font-size: 80%;
}
.icon {
	margin: 0 auto 15px auto;
}
}

@media screen and (max-width: 680px) {

#header-logo, #header-logo.sticky, #header-logo-2 {
	margin-left: 13px;
	margin-top: 0;
	margin-bottom: 0;
	width: 143px;
	height: 50px;
	background: url(images/firststat-header-logo-mobile.png) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-ms-behavior: url(backgroundsize.min.htc);
}
#header_nav {
	margin-right: 13px;
}
#header, #header-2, #header.sticky, #header-2.sticky {
	background: #682f79;
	height: 50px;
	padding: 0;
}
#menu-icon {
	display:inline-block;
}
#header_nav a {
	color: #FFF;
	line-height: inherit;
} 
#header_nav a:hover, #header_nav a:active {
	color: #682f79;
}
#header_nav ul, #header_nav:active ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	padding: 0;
	background: #a7a9ac;
	left: 0;
	right: 0;
	top: 50px;
	width: 100%;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#header_nav li {
	text-align: center;
	width: 100%;
	padding: 20px 0;
	margin: 0;
	border-top: 1px solid #682f79;
} 
#header_nav:hover ul {
	visibility: visible;
	opacity: 1;
}
.header-image {
	padding: 20% 20px;
}
#main {
	padding-top: 50px;
}
#main.sticky {
	padding-top: 50px;
}
#main-2 {
	padding-top: 50px;
}
.column-1 {
	width: 80%;
	padding: 0 10% 10%;
	float: none;
}
.column-2 {
	width: 80%;
	padding: 0 10%;
	float: none;
}
.down-arrow {
	opacity: 0;
}
.button {
    padding: 10px 30px;
	font-size: 110%;
}
}

@media screen and (max-width: 640px) {

#half-block-text {
	width: 100%;
	float: none;
}
.half-block-text-content {
	margin: 0;
	padding: 10% 5%;
}
#half-block-image {
	position: static;
	width: 100%;
	padding: 30% 0;
}
#three-column-box-1 {
	width: 100%;
	padding: 30% 0;
	float: none;
}
#three-column-box-2 {
	width: 100%;
	padding: 30% 0;
	float: none;
}
.plus-sign {
	top: -25px;
	left: 0;
	width: 100%;
	height: 50px;
}
}

@media screen and (max-width: 580px) {

#form textarea {
	height: 200px;
}
.content-line-left {
	margin-left: 0;
	padding-left: 0;
	border-left: 0px;
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px dotted #a7a9ac;
}
#content-line-right {
	margin-right: 0;
	padding-right: 0;
	border-right: 0px;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px dotted #a7a9ac;
}
#contact-left-column {
	width: 100%;
	float: none;
}
#contact-right-column {
	width: 100%;
	float: none;
}
#contact-right-column-2 {
	width: 100%;
	text-align: center;
	float: none;
}
#main {
	padding-bottom: 95px;
}
#main.sticky {
	padding-bottom: 95px;
}
#main-2 {
	padding-bottom: 95px;
}
#footer {
	margin-top: -95px;
	height: 95px;
}
#footer_nav {
	height: 50px;
	padding: 0;
	float: none;
	text-align: center;
}
#footer_nav li {
	list-style-type: none;
	display: inline-block; 
} 
#footer_nav a {
	display: block;
	height: 50px;
	font-size: 65%;
	line-height: 50px;
	padding: 0 10px;
	text-align: center;
} 
.footer-content-left {
	height: 50px;
	width: 100%;
	text-align: center;
	float: none;
}
.footer-content-right {
	background-color: #a7a9ac;
	height: 45px;
	width: 100%;
	text-align: center;
	float: none;
	
}
.copyright {
	margin: 0 20px;
	font-size: 55%;
	line-height: 45px;
	color: #682f79;
}
.h5-fix {
	margin: 0 0 5% 0;
}
.toll-free {
	margin-bottom: 7%;
}
.local {
	margin-bottom: 7%;
}
}

@media screen and (max-width: 480px) {

.column-1 {
	width: 100%;
	padding: 0 0 10%;
	float: none;
}
.column-2 {
	width: 100%;
	padding: 0;
	float: none;
}
#apply-line {
	height: 30px;
	margin-bottom: 30px;
}
.content-line-left {
	margin-top: 30px;
	padding-top: 30px;
}
#content-line-right {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#form input.submit-button {
    width: 100%;
	font-size: 110%;
	padding: 2% 0 1.2% 0;
}
.body-content {
	padding: 30px 20px;
}
.body-content-about {
	padding: 0 20px 4px 20px;
}
h1 {
	font-size: 140%;
	letter-spacing: -1px;
}
h2 {
	font-size: 135%;
	letter-spacing: -1px;
}
h4 {
	font-weight: 400;
	padding-bottom: 20px;
}
h5 {
	font-size: 125%;
	letter-spacing: -0.5px;
}
.h5-fix {
	font-size: 125%;
	letter-spacing: -0.5px;
}
h6 {
	font-size: 135%;
	letter-spacing: -1px;
}
h7 {
	font-size: 120%;
}
}