/** General Page Styles **/
body {
  margin: 0;
  padding: 0;
  font-family: 'Average Sans', sans-serif;
  font-size: 1.0em;
  line-height: 1.7em;
  color: #1b1b1b;
  background-color: #323b55;
  height:100%;
}
h1 {  
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 2.1em;
  line-height: 1.3em;
}
h2 {
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.8em;
  line-height: 1.3em;
}
h3 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
h4 {
  font-family: 'Fjalla One', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
hr {
  border: 0;
  max-width: 800px;
  height: 1px;
  margin: 45px auto 45px auto;
  background: #314456;
}
a {
	text-decoration: none;
	color: #4E81B7;
}
a:hover {
	color: #6FADCD;
}
img {
  max-width: 100%;
  height: auto;
}
.img-fl {
	float: left;
}
.clear-fl {
  visibility: hidden;
	clear: both;
  font-size: 0.00000001em;
  height: 1px;
  width: 1px;
}

/** File Attachment Icons **/
.file--application-pdf {
  padding-left: 25px;
  background-image: url(img/pdf-icon.png);
  background-repeat:no-repeat;
}

/** Request A Quote Form Styles **/
.quote-thankyou {
  text-align: center;
}
#quote-form {
  width: 100%;
  max-width: 400px;
  transform: translateY(-50px);
  transition: all .33s;
  overflow: hidden;
}

#accessibility-statement {
  width: 100%;
  max-width: 600px;
  transform: translateY(-50px);
  transition: all .33s;
  overflow: hidden;
}

.fancybox-slide--current #quote-form {
  transform: translateY(0);
}
#quote-form h2 {
  margin-top: 0px;
}
#quote-form label {
  display: none;
}
#quote-form input[type="text"], #quote-form input[type="email"], #quote-form input[type="tel"] {
  height: 30px;
  margin: 0px 0px 15px 0px;
  outline: 0 none;
  padding: 2px 22px 0px 10px;
  width: 100%;
  font-size: 12px;
  line-height: 15px;
  box-sizing: border-box;
}
#quote-form textarea {
  height: 76px;
  margin: 0px 0px 15px 0px;
  outline: 0 none;
  padding: 8px 22px 0px 10px;
  width: 100%;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  line-height: 15px;
  box-sizing: border-box;
}
#quote-form .button-submit{
  outline-offset: -5px;
  width: 70px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
#quote-form .button {
  background-clip: padding-box;
  background-color: #414B86;
  border: 1px solid #4E81B7;
  color: #fff;
  cursor: pointer;
  box-shadow: 1px 1px 0px rgba(0,0,0,0.3);
  font-size: 14px;
  padding: 7px 0 7px 0px;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.9);
}
#quote-form .button-submit:hover {
  background: #4E81B7;
  border: 1px solid #6FADCD;
}
@media screen and (max-width: 640px) {
  #quote-form .button-submit {
    width: 100%;
    height: 50px;
    padding: 5px 25px 5px 25px;
  }
}