/***********************************
Main Stylesheet - IRED
Last Updated: 9/25/12
***********************************/
/* On Load */
@-webkit-keyframes loadFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes loadFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes loadFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Fonts */
@font-face {
  font-family: 'museo';
  src: url('/fonts/museo_slab.eot');
  src: url('/fonts/museo_slab.eot?#iefix') format('embedded-opentype'), url('/fonts/museo_slab.woff') format('woff'), url('/fonts/museo_slab.ttf') format('truetype'), url('/fonts/museo_slab.svg#museo_slab') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Typography */
body {
  letter-spacing: 1px;
}
p,
ul.disc li {
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'museo';
  color: #c46446;
  font-weight: normal;
}
h3 {
  font-size: 200%;
}
/* Header */
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background: #353535;
  z-index: 100;
}
.logo {
  position: relative;
  display: block;
  width: 260px;
  height: 100px;
}
nav ul {
  float: right;
}
nav li {
  float: left;
  margin: 0 12px;
}
nav li:first-child {
  margin-left: 0;
}
nav li:last-child {
  margin-right: 0;
}
nav li a {
  display: block;
  height: 70px;
  color: #fff !important;
  font-size: 17px;
  text-transform: uppercase;
  padding-top: 17px;
}
nav li a:hover,
nav li.active a {
  color: #f8e398 !important;
}
.mobile-nav {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url(/images/button_mobile_nav.png) no-repeat;
  display: none;
}
/* Hero */
section#hero {
  -webkit-animation: loadFade 0.25s ease-in 0.2s both;
  -moz-animation: loadFade 0.25s ease-in 0.2s both;
  -ms-animation: loadFade 0.25s ease-in 0.2s both;
  margin-top: 70px;
  height: 440px;
  background: #ffffff url(/images/bg_hero.jpg) no-repeat center;
}
section#hero .headline {
  -webkit-animation: loadFade 0.25s ease-in 0.5s both;
  -moz-animation: loadFade 0.25s ease-in 0.5s both;
  -ms-animation: loadFade 0.25s ease-in 0.5s both;
  display: block;
  margin-top: 150px;
  font-size: 400%;
  font-family: 'museo';
  font-weight: normal;
  line-height: 1;
}
section#hero .subheadline {
  -webkit-animation: loadFade 0.25s ease-in 0.8s both;
  -moz-animation: loadFade 0.25s ease-in 0.8s both;
  -ms-animation: loadFade 0.25s ease-in 0.8s both;
  font-size: 24px;
  color: #353535;
}
.subpage section#hero {height: 240px; background: url(/images/bg_hero_subpage.jpg) no-repeat center;}
.subpage section#hero .headline {margin-top: 55px;}
/* Urgency */
.urgency {
  position: relative;
  height: 80px;
  margin-top: -30px;
}
.urgency.green {
  background: url(/images/ribbon_green.jpg) no-repeat center;
}
.urgency.red {
  background: url(/images/ribbon_red.jpg) no-repeat center;
}
.urgency:before,
.urgency:after {
  position: absolute;
  top: 10px;
  width: 30px;
  height: 80px;
  content: '';
}
.urgency.green:before {
  left: -30px;
  background: url(/images/ribbon_green_before.png) no-repeat;
}
.urgency.green:after {
  right: -30px;
  background: url(/images/ribbon_green_after.png) no-repeat;
}
.urgency.red:before {
  left: -30px;
  background: url(/images/ribbon_red_before.png) no-repeat;
}
.urgency.red:after {
  right: -30px;
  background: url(/images/ribbon_red_after.png) no-repeat;
}
.urgency-left,
.urgency-right {
  float: left;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.urgency-left {
  width: 45%;
  padding-left: 40px;
  font-family: 'museo';
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  margin-top: 14px;
}
.urgency-right {
  width: 55%;
  padding-right: 40px;
  font-family: 'lobster';
  font-size: 40px;
  text-align: right;
}
.urgency-right span {
  color: #f8e398;
}
.urgency a {color: #f8e398 !important;}

/* Zip Finder */
.zip-lookup .inputfield {
	height: 45px;
	margin-bottom: 0;
}
.zip-lookup .button.submit {
	margin: 0;
}
.zip-headline {
	float: left;
	font-family: 'museo';
	font-weight: normal;
	font-size: 24px;
	color: #353535;
	line-height: 1.6;
}


/* Content */
section#content {
  min-height: 300px;
  background: url(/images/bg_content_fade.jpg) repeat-x;
  margin: 0 0 100px;
}
section#content.first {padding-top: 130px;}
/* Feature-list */
.feature-list {
  padding-bottom: 30px;
  border-radius: 0 0 3px 3px;
  background: url(/images/bg_texture_gray.jpg) repeat;
}
.feature-list .heading {
  height: 90px;
  font-family: 'museo';
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 25px 0;
  background: url(/images/bg_heading_benefits.png) no-repeat center bottom;
}
.feature-list .heading span {
  float: left;
  font-family: 'lobster';
  font-size: 72px;
  line-height: 58px;
  margin: -5px 10px 0 0;
}
.feature-list ul {
  display: block;
  margin: 20px 25px 0;
}
.feature-list li {
  list-style: decimal;
  font-size: 18px;
  margin-left: 25px;
}
/* Lists*/
ul.disc li ul li {
  margin: 0;
}
ul.disc li ol li {
  list-style: decimal;
  margin: 0 0 0 25px;
}
ul.disc li.direction {
  font-size: 12px;
  font-style: italic;
  margin: 10px 0;
}
/* Footer */
footer {
  background: #353535;
}
footer .logo {
  display: block;
  width: 220px;
  height: 64px;
}
footer hr {
  background: url(/images/hr_footer_horizontal.png) repeat-x;
}
ul.legal {float: left; margin: 20px 0;}
ul.legal li {
	float: left;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	color: #898989;
	border-right: 1px solid #707070;
	padding-right: 10px;
	margin: 0 0 0 10px;
}
ul.legal li:first-child {margin: 0;}
ul.legal li:last-child {border: 0; padding: 0;}
ul.legal li a {
	color: #898989;
}
ul.legal li a:hover {color: #fff;}
.pix3lator {background: #353535;}


/* Calculator Form */
.calculator {
	margin-top: 40px;
}
.calculator h3 {
	color: #353535;
	font-size: 120%;
	margin-bottom: 20px;
}
.calculator .inputfield {
	width: 200px;
}
.calculator .submit {
	width: 140px;
}
.calculator .cta {
	font-size: 24px;
	color: #353535;
	margin-top: 40px;
}
.calculator .h-phone {
	color: #4d8d81;
	font-weight: bold;
}


/* Media Queries */
/* Mobile */
@media only screen and (max-width: 599px), (max-device-width: 599px) {
  .container {
    overflow: visible;
  }
  h1,
  h2,
  h3 {
    font-size: 150%;
  }
  .mobile-nav {
    display: block;
  }
  header {
    position: relative;
  }
  header .logo img {
    width: 210px;
  }
  header nav {
    position: relative;
    top: -40px;
    z-index: 100;
    display: none;
  }
  header nav ul {
    width: 100%;
    background: url(/images/arrow_mobile_nav.png) no-repeat 95% 0;
  }
  header nav li {
    display: block;
    float: none;
    width: 100%;
    height: 60px;
    text-align: right;
    margin: 0;
    padding: 0 20px;
    border-top: 1px solid #424242;
    border-bottom: 1px solid #272727;
    background: #353535;
  }
  header nav li:first-child {
    border-top: 0;
    border-radius: 3px 3px 0 0;
    margin-top: 7px;
  }
  header nav li:last-child {
    border-bottom: 0;
    border-radius: 0 0 3px 3px;
  }
  header nav li a {
    padding: 0;
    line-height: 60px;
  }
  header nav:before {
    position: absolute;
    top: -7px;
    right: 20px;
    width: 0;
    height: 0;
    border-bottom: 7px solid #353535;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: '';
  }
  section#hero, .subpage section#hero {
    height: 240px;
    background: url(/images/bg_hero_mobile.jpg) no-repeat right top;
    margin: 0;
  }
  section#hero .headline {
    font-size: 210%;
    line-height: 1.2;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.3);
    margin-top: 40px;
  }
  section#hero .subheadline {
    display: block;
    font-size: 100%;
    line-height: 24px;
  }
  .subpage section#hero .headline {
	margin-top: 40px;
  }
  .urgency-left,
  .urgency-right {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .urgency-left {
    font-size: 6px;
    line-height: 18px;
  }
  .urgency-right {
    font-size: 22px;
    line-height: 30px;
  }
  .urgency.red:after,
  .urgency.green:after {
    width: 20px;
    right: -20px;
  }
  .feature-list {
    margin-bottom: 20px;
  }
  .feature-list .heading {
    background: #353535;
    padding: 10px 25px;
    height: 70px;
    font-size: 14px;
  }
  .feature-list li {
    font-size: 14px;
  }
  footer .logo {
    left: 50%;
    margin-left: -100px;
  }
  footer .logo img {
    width: 200px;
  }
  footer nav {
    display: none;
  }
}
/* Small Tablet */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .container {
    overflow: visible;
  }
  h1,
  h2,
  h3 {
    font-size: 150%;
  }
  .mobile-nav {
    display: block;
  }
  header nav {
    position: relative;
    top: -20px;
    z-index: 100;
    display: none;
  }
  header nav ul {
    width: 50%;
    background: url(/images/arrow_mobile_nav.png) no-repeat 95% 0;
  }
  header nav li {
    display: block;
    float: none;
    width: 100%;
    height: 60px;
    text-align: right;
    margin: 0;
    padding: 0 20px;
    border-top: 1px solid #424242;
    border-bottom: 1px solid #272727;
    background: #353535;
  }
  header nav li:first-child {
    border-top: 0;
    border-radius: 3px 3px 0 0;
    margin-top: 7px;
  }
  header nav li:last-child {
    border-bottom: 0;
    border-radius: 0 0 3px 3px;
  }
  header nav li a {
    padding: 0;
    line-height: 60px;
  }
  section#hero {
    height: 340px;
    background-size: cover;
  }
  .subpage section#hero {background-position: 80% 0;}
  section#hero .headline {
    font-size: 300%;
    line-height: 1.2;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.3);
    margin-top: 100px;
    width: 70%;
  }
  .subpage section#hero .headline {font-size: 260%;}
  section#hero .subheadline {
    display: block;
    font-size: 100%;
    line-height: 24px;
  }
  .urgency-left,
  .urgency-right {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .urgency-left {
    font-size: 12px;
    line-height: 12px;
  }
  .urgency-right {
    font-size: 36px;
    line-height: 46px;
  }
  .urgency.red:after,
  .urgency.green:after {
    width: 20px;
    right: -20px;
  }
  .feature-list {
    margin-top: 20px;
  }
  .feature-list .heading {
    background: #353535;
    padding: 10px 25px;
    height: 70px;
    line-height: 50px;
  }
  .feature-list li {
    font-size: 14px;
  }
  footer .logo {
    left: 50%;
    margin-left: -100px;
  }
  footer .logo img {
    width: 200px;
  }
  footer nav {
    display: none;
  }
}
/* iPad / Large Tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    overflow: visible;
  }
  .mobile-nav {
    display: block;
  }
  header nav {
    position: relative;
    top: 75px;
    z-index: 100;
    display: none;
  }
  header nav ul {
    width: 50%;
    background: url(/images/arrow_mobile_nav.png) no-repeat 95% 0;
  }
  header nav li {
    display: block;
    float: none;
    width: 100%;
    height: 60px;
    text-align: right;
    margin: 0;
    padding: 0 20px;
    border-top: 1px solid #424242;
    border-bottom: 1px solid #272727;
    background: #353535;
  }
  header nav li:first-child {
    border-top: 0;
    border-radius: 3px 3px 0 0;
    margin-top: 7px;
  }
  header nav li:last-child {
    border-bottom: 0;
    border-radius: 0 0 3px 3px;
  }
  header nav li a {
    padding: 0;
    line-height: 60px;
  }
  section#hero {
    height: 340px;
    background-size: cover;
  }
  .subpage section#hero {background-position: 70% 0;}
  section#hero .headline {
    font-size: 320%;
    line-height: 1.2;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.3);
    margin-top: 70px;
  }
  section#hero .subheadline {
    display: block;
    font-size: 170%;
    line-height: 34px;
  }
  .urgency-left {
    font-size: 14px;
  }
  .urgency-right {
    font-size: 30px;
    line-height: 80px;
  }
  .feature-list .heading {
    padding: 15px 10px;
    font-size: 15px;
  }
  .feature-list li {
    font-size: 16px;
  }
  footer nav li {
    margin: 0 16px;
  }
  footer nav li a {
    font-size: 12px;
  }
}
/* Large Screen */
@media only screen and (min-width: 1600px) {
  section#hero .headline {
    font-size: 500%;
    margin-top: 120px;
  }
  .subpage section#hero .headline {font-size: 400%;}
  section#hero .subheadline {
    display: block;
    font-size: 200%;
  }
  .feature-list .heading {
    height: 80px;
    background-size: cover;
    background-position: center top;
  }
}
