/* 
Theme Name: Home Warranties
Author: Unthinkable
Description: Custom theme
Version: 1.0
*/
/* Written by Chris Chen */
/* Generated with SASS */
/* PLEASE USE SCSS FILE FOR EDITS */
/* Weights */
/* Colors */
/* Borders */
/***********************************************************/
/* Wire-framing ********************************************/
/* Note 1: Remove these classes/divs when supplied with real content */
.frame {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
  margin-bottom: 80px;
  /* Note 1a: PLACEHOLDERS ONLY for things like images and videos */
  /* END Note 1a */ }
  .frame .block {
    margin-top: 56.5%; }
  .frame .block-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #eee;
    text-align: center; }
  .frame.alignright {
    float: right;
    width: 45%;
    margin-top: 10px;
    margin-left: 40px;
    margin-bottom: 40px; }

/* END Note 1 */
/* Note 2: Applies ONLY when using columns */
.unit .col {
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 80px;
  background: #eee; }
.unit .first {
  width: 97.5%;
  margin-left: 0; }
.unit .last {
  width: 97.5%;
  margin-right: 0; }

.unit.size1of2 .first {
  width: 95%;
  margin-right: 5%; }
.unit.size1of2 .last {
  width: 95%;
  margin-left: 5%; }

@media only screen and (max-width: 767px) {
  .unit .col {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media only screen and (max-width: 568px) {
  .frame {
    margin-bottom: 40px; }
    .frame.alignright {
      width: 100%;
      margin-top: 0;
      margin-bottom: 20px;
      margin-left: 0; }

  .unit .col {
    margin-bottom: 40px; } }
.ie7 .frame {
  display: block; }
  .ie7 .frame .block {
    margin: 0; }
  .ie7 .frame .block-content {
    position: relative;
    height: 320px; }
  .ie7 .frame.alignright .block-content {
    height: 200px; }

/* END Note 2 */
/***********************************************************/
/* 

    G5Framework

    ===================================================

    TODO : Concatenate & Minify CSS Pre-production

    Imports are only for convenience during development!
    
    ====================================================

    00      Reset
    01      Grid
    02      Fonts
    03      Global Classes
    04      Forms
    05      Modals
    06      Tabs

    07      Demo Page CSS

*/
/* 

  G5Framework

  ===============================================

  Reset + HTML5 baseline + Normalize + Print Base

  ===============================================

*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* 
Reset Main Elements // 
Add scroll bar to all browsers to maintain consistency // 
Prevent iOS text size adjust on device orientation change, without disabling user zoom //
Maintain font consistency in all browsers
*/
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font: 13px arial,helvetica,"Nimbus Sans L", "Bitstream Vera Sans", sans-serif;
  *font-size: small;
  *font: x-small;
  line-height: 1.22; }

/* HTML5 Baseline // Corrects block display not defined in IE6/7/8/9 & FF3 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

/* Reset Nav // Display Main Nav Horizontally, Display Side Nav Vertically // Remove List Style Type */
nav ul {
  margin: 0;
  padding: 0; }

nav ul li {
  display: inline;
  list-style: none; }

aside nav ul li {
  display: block; }

/* Reset Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-rendering: optimizeLegibility; }

/* 444 is better then 000 */
body, select, input, textarea {
  color: #444; }

/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* Prevents modern browsers from displaying 'audio' without controls */
audio:not([controls]) {
  display: none; }

/* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4 // no IE6 support */
[hidden] {
  display: none; }

/* Addresses margin not present in IE6/7/8/9, S5, O11 */
figure {
  margin: 0;
  padding: 0; }

figure figcaption {
  text-align: center; }

/* Reset Links // Remove Outlines */
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

a:active, a:hover, a:focus {
  outline: none; }

a:link {
  -webkit-tap-highlight-color: #ff9000; }

/* Improve readability of pre-formatted text in all browsers // Add Styling to older browsers */
code, pre {
  font-family: "Courier New", monospace, serif;
  font-size: 1em; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

/* Normalzie HR Styling */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* Callout -- added by MAIT 1/8/2016 */
.bs-callout {
    padding: 20px;
    margin: 0 0 40px;
    border-left: 3px solid #24a9d0;
}
.bs-callout-info {
    background-color: #f4f9fb;
}
.bs-callout-info > p {
    padding: 0;
    margin-bottom: 0;
    font-size: 1.2em;
    line-height: 1.5em; 
}

/* Quotes */
blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

/* Abbr & Defenitions */
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* Reset Table */
table {
  font-size: inherit;
  font: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, td img {
  vertical-align: top; }

/* Basic Styling */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

ol {
  list-style-type: decimal; }

small {
  font-size: 85%; }

strong, th, b {
  font-weight: bold; }

em, i, dfn {
  font-style: italic; }

/* Removes border when inside 'a' element in IE6/7/8/9, FF3 // Improves image quality when scaled in IE7 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/* Corrects overflow displayed oddly in IE9 */
svg:not(:root) {
  overflow: hidden; }

/* Reset Form Elements */
select, input, textarea {
  font: 99% arial,helvetica,"Nimbus Sans L", "Bitstream Vera Sans", sans-serif; }

/* Removes default vertical scrollbar in IE6/7/8/9 // Improves readability and alignment in all browsers */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
  -moz-appearance: textfield;
  -webkit-appearance: textfield; }

button {
  width: auto;
  overflow: visible; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Corrects inner spacing displayed oddly in IE7 without effecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet */
button, input {
  line-height: normal; }

/* Corrects inner padding and border displayed oddly in FF3/4  */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Corrects alignment displayed oddly in IE6/7 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

/* Reset Form Elements // Input */
input {
  outline: none; }

input:focus {
  outline: none; }

input, select {
  vertical-align: middle; }

select:focus {
  outline: none; }

/* Addresses box sizing set to content-box in IE8/9 // Addresses excess padding in IE8/9 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

.ie6 input {
  vertical-align: text-bottom; }

/* Add Pointer */
a[href], input[type='submit'], input[type='image'], label, select, button, .pointer {
  cursor: pointer; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
pre {
  padding: 15px;
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

/* Selection G5Framework colors */
::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

/* Clearfix */
.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

/* Print Styles / inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
.line,
.lastUnit {
  overflow: hidden;
  *overflow: visible;
  * zoom: 1; }

.unit {
  float: left; }

.unitRight {
  float: right; }

.size1of1 {
  float: none; }

.size1of2 {
  width: 50%; }

.size1of3 {
  width: 33.33333%; }

.size2of3 {
  width: 66.66666%; }

.size1of4 {
  width: 25%; }

.size3of4 {
  width: 75%; }

.size1of5 {
  width: 20%; }

.size2of5 {
  width: 40%; }

.size3of5 {
  width: 60%; }

.size4of5 {
  width: 80%; }

.lastUnit {
  float: none;
  width: auto;
  _position: relative;
  _left: -3px;
  _margin-right: -3px; }

/* Global Classes // View */
.hidden {
  position: absolute;
  left: -999em; }

.invisible {
  visibility: hidden; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.none {
  display: none; }

/* Global Classes // Children */
.first {
  margin-left: 0; }

.last {
  margin-right: 0; }

/* Global Classes // Display */
.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.block {
  display: block; }

.in-block,
.inblock {
  display: inline-block;
  *display: inline;
  zoom: 1; }

/* Global Classes // Display */
.error,
.invalid {
  color: #ff0000; }

.success,
.valid {
  color: #00ff00; }

/* Global Classes // Presentation */
.btmspc {
  margin-bottom: 2em; }

.btmspc-dbl {
  margin-bottom: 4em; }

.topspc {
  margin-top: 2em; }

.topspc-dbl {
  margin-top: 4em; }

.cntrtxt {
  text-align: center; }

.imgtxt {
  overflow: auto; }

.loading {
  background: url(../images/content/ajax-loader.gif) no-repeat 50% 50%; }

/* Global Classes // Color Group */
.primary-group {
  background: #ddd;
  color: #666; }

.primary-group:hover {
  background: #eee;
  color: #010101; }

/* Global Classes // Button */
.sprite {
  display: block;
  overflow: hidden; }

/* Global Classes // Button */
.button {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 1em; }

.button:active {
  position: relative;
  top: 1px; }

.button span {
  display: inline-block;
  *display: inline;
  padding-right: .8em;
  vertical-align: middle;
  zoom: 1; }

.button span.right {
  float: none;
  padding-left: .8em;
  padding-right: 0; }

.button.primary {
  padding: .5em 1.5em;
  margin-bottom: .5em; }

.button.secondary {
  padding: 1em 1.5em;
  margin-bottom: 1em; }

.button.tertiary {
  padding: 1.5em;
  margin-bottom: 1.5em; }

.ie7 .button {
  line-height: 1.8em; }

/* Global Classes // Transition */
.smooth {
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear; }

.smooth-secondary {
  -o-transition: all .8s linear;
  -moz-transition: all .8s linear;
  -webkit-transition: all .8s linear;
  transition: all .8s linear; }

/* Global Classes // Cross Browser Effects */
.brdr {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.brdr.brdr-primary {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.brdr.brdr-secondary {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.shdw {
  -moz-box-shadow: 0 0 5px #000;
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000; }

.shdw-secondary {
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000; }

.shdw-tertiary {
  -moz-box-shadow: 0 0 20px #000;
  -webkit-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000; }

.opct {
  filter: alpha(opacity=50);
  opacity: .50; }

.opct-full {
  filter: alpha(opacity=100);
  opacity: 1; }

.no-borderradius .brdr,
.no-boxshadow .shdw {
  behavior: url(src/PIE.php); }

/* Navigation Object */
.navigation-object {
  margin: 0;
  padding: 0; }

.navigation-object li {
  float: left;
  list-style: none;
  margin-left: 1em;
  padding: 0; }

.navigation-object a {
  display: block;
  padding: .5em;
  text-decoration: none; }

.navigation-object a:hover,
.navigation-object .active {
  border-bottom: 1px solid inherit; }

.navigation-object li:first-child,
.navigation-object .first {
  margin-left: 0; }

.list {
  line-height: 1.5em;
  margin: 1em 0;
  padding: 0 0 0 2em; }

.list-object {
  margin: 0;
  padding: 0; }

.list-object li {
  list-style: none; }

/* Island Object */
.island {
  display: block;
  padding: 2em 0; }

.island.primary {
  padding: 2.5em 0; }

/* Navigation */
nav.primary {
  margin-top: 1.5em;
  padding: 1em 0; }

nav.primary .active {
  font-weight: bold; }

/* 

    For projects IE8+
    Natural Box Model // Position inline blocks properly

    *, 
    *:before, 
    *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: text-top; }

*/
*,
*:before,
*:after {
  vertical-align: text-top; }

/* HTML // Body */
html, body {
  height: 100%; }

html {
  font: normal normal 100%/1.5em helvetica, arial, sans-serif; }

body {
  font: normal normal 0.938em/1.6em helvetica, arial, sans-serif; }

a[class~="button"] {
  border-bottom: none; }

a.secondary {
  border-bottom: none; }

dl {
  margin: 1em 0; }

dl dt {
  font-weight: bold; }

dl dd {
  opacity: 0.7;
  padding: 1em 0; }

table {
  border-collapse: collapse;
  width: 100%; }

th {
  background: #333;
  color: white;
  font-weight: bold; }

td,
th {
  border: 1px solid #ccc;
  padding: 1em;
  text-align: left; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #f2bc32; }

/* Main */
/* Main // Wrappers */
.wrap-max,
.wrap {
  margin: 0 auto;
  padding: 0;
  width: 100%; }

/* Logo */
/* Content // Base */
.content {
  margin: 2em auto;
  padding: 0 0 20em 0;
  text-align: left; }

/* Sticky Footer */
#bottom {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 767px) {
  html {
    font-size: 120%;
    line-height: 1.5em; }

  .unit {
    float: none !important;
    width: auto !important; }

  fieldset select {
    display: block; } }
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 481px) {
  html {
    font-size: 115%; } }
/* Any screen smaller than 760px and also iPads specifically. */
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block; }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px; }

  tr {
    border: 1px solid #ccc; }

  /* Behave  like a "row" */
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative; }

  /* Now like a table header */
  td:before {
    left: 1em;
    padding-right: 1em;
    position: absolute;
    top: .3em;
    width: 45%;
    white-space: nowrap; }

  /* Label the data */
  .css-classes-table td:nth-of-type(1):before {
    content: "Class"; }

  .css-classes-table td:nth-of-type(2):before {
    content: "Description"; }

  .js-hooks-table td:nth-of-type(1):before {
    content: "Selector"; }

  .js-hooks-table td:nth-of-type(2):before {
    content: "Information"; } }
/* WIN8 */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width; } }
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */ }
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */ }
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */ }
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */ }
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */ }
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  td:first-child {
    width: 25%; } }
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */ }
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */ }
html {
  height: auto; }

body {
  height: auto;
  padding: 0 20px;
  padding-top: 120px;
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 400;
  color: #56575a; }

.wrap-max {
  max-width: 1000px; }

.wrap {
  max-width: 800px; }

h1 {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 40px; }

h2, .h2 {
  display: block;
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 40px; }

ul, ol {
  margin-top: 0;
  padding-left: 26px;
  margin-bottom: 40px; }

p, li {
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 40px; }

li {
  margin-bottom: 0; }

@media only screen and (max-width: 569px) {
  p {
    margin-bottom: 20px !important; } }
ul.checkmarks {
  padding-left: 0; }
  ul.checkmarks li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px; }
  ul.checkmarks img {
    position: absolute;
    padding-top: 6px;
    margin-left: -38px;
    opacity: 0; }

@media only screen and (max-width: 767px) {
  body {
    padding-top: 100px; }

  ul.checkmarks img {
    position: relative;
    padding-top: 0;
    margin-right: 10px;
    margin-left: 0; } }
a {
  color: #56575a;
  text-decoration: none; }
  a:hover {
    color: #edb700; }
  a.orange {
    color: #ff7900; }
  a.blue {
    color: #00aad2; }
  a.green {
    color: #77b800; }
  a.yellow {
    color: #edb700; }

.clear {
  clear: both; }

.visible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important; }

.no-margin {
  margin: 0; }

.border-top {
  padding-top: 80px;
  margin-top: 80px;
  /*margin-top: ($basespace * 4) - 20;*/
  border-top: 5px solid #00aad2; }

hr {
  margin: 80px 0;
  border: none;
  height: 2px;
  background: #00aad2; }

img {
  max-width: 100%; }

.video, iframe {
  position: relative;
  z-index: 0; }

.mobile-only {
  display: none; }

@media only screen and (max-width: 1024px) {
  .desktop-only {
    display: none; }

  .mobile-only {
    display: block; }

  .frame.mobile-only {
    display: inline-block; } }
@media only screen and (max-width: 568px) {
  h1, h2, p {
    margin-bottom: 20px; }

  h1 {
    font-size: 32px;
    line-height: 32px; }

  h2 {
    font-size: 20px;
    line-height: 20px; }

  p, li {
    font-size: 18px;
    line-height: 22px; }

  hr {
    margin: 40px 0; }

  .border-top {
    padding-top: 40px;
    margin-top: 40px; } }
.ie7 .mobile-only {
  display: none !important; }

/***********************************************************/
/* Mobile Navigation ***************************************/
#menu-toggle {
  display: none;
  position: relative;
  float: right;
  width: 40px;
  height: 21px;
  padding: 10px 0 12px 10px;
  background: url(img/btn-menu-toggle.png) no-repeat center right;
  text-decoration: none; }

#mainnav {
  display: none;
  padding: 0 20px 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #00aad2;
  z-index: 10; }
  #mainnav ul {
    padding: 0;
    margin: 0; }
  #mainnav li {
    margin-bottom: 1px;
    list-style: none;
    text-transform: uppercase; }
    #mainnav li a {
      display: block;
      padding: 10px 0;
      margin: 0; }

@media only screen and (max-width: 1024px) {
  #menu-toggle, #mainnav {
    display: block; } }
/***********************************************************/
/* Main Header *********************************************/
#header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  min-height: 47px;
  padding: 20px 0;
  z-index: 200; }

.hero {
  margin-bottom: 80px; }

#logo {
  float: left;
  width: 230px; }

#toolbox {
  float: right;
  margin-top: 10px; }

.menu a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 4px solid #00aad2; }
  .menu a.last {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    border: none; }

@media only screen and (max-width: 1024px) {
  #header #logo {
    margin-left: 20px; }
  #header #toolbox, #header #menu-toggle {
    margin-right: 20px; } }
@media only screen and (max-width: 1024px) {
  .menu a {
    border: none; } }
@media only screen and (max-width: 767px) {
  #header {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media only screen and (max-width: 568px) {
  .hero {
    margin-bottom: 40px; } }
@media only screen and (max-width: 480px) {
  #logo {
    width: 200px;
    padding-top: 5px; }

  .menu a {
    display: block;
    border: none;
    padding: 0;
    margin: 15px 0; } }
.ie7 #header {
  height: 27px; }

/***********************************************************/
/* Main Body ***********************************************/
#skrollr-body {
  position: relative;
  padding-bottom: 80px;
  z-index: 1; }

#wrap-hero {
  position: relative;
  z-index: 100; }

.hero {
  position: relative; }

#dummy {
  height: 150px; }

#fixed-nav {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0 20px 80px 0;
  background: #fff;
  text-align: center;
  z-index: 100;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease; }
  #fixed-nav a {
    margin: 0 10px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase; }
  #fixed-nav .wrap-max {
    padding: 15px 0;
    border-top: 5px solid #00aad2;
    border-bottom: 5px solid #00aad2; }

@media only screen and (min-width: 768px) and (max-width: 960px) {
  #fixed-nav a {
    font-size: 16px; } }
@media only screen and (max-width: 1040px) {
  #fixed-nav .wrap-max {
    max-width: 95.5%; } }
@media only screen and (max-width: 767px) {
  #dummy {
    height: 0; }

  #skrollr-body {
    padding-bottom: 0;
    margin-bottom: -5px; } }
.ie7 #fixed-nav {
  width: 1000px;
  left: 50%;
  margin-left: -500px; }

/***********************************************************/
/* Interactive Home Graphic ********************************/
/* Base widths for each splice */
#home-map {
  position: relative;
  min-height: 238px;
  margin: 80px 0 40px; }
  #home-map #balloon {
    position: absolute;
    top: 20px;
    left: 100px;
    z-index: 20; }
  #home-map .home-splice {
    float: left;
    position: relative;
    height: 239px;
    cursor: pointer; }
    #home-map .home-splice img {
      position: absolute;
      top: 0;
      left: 0; }
    #home-map .home-splice .active {
      position: relative;
      z-index: 9;
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      /* IE 5-7 */
      filter: alpha(opacity=0);
      /* Netscape */
      -moz-opacity: 0;
      /* Safari 1.x */
      -khtml-opacity: 0;
      /* Good browsers */
      opacity: 0; }
  #home-map #home-single {
    width: 127px; }
  #home-map #home-duplex {
    width: 134px; }
  #home-map #home-multi {
    width: 146px; }
  #home-map #home-condo {
    width: 220px; }
  #home-map #home-modular {
    width: 104px; }
  #home-map #home-mobile {
    width: 107px; }
  #home-map #home-cottage {
    width: 69px; }

#home-types div {
  float: left; }
#home-types #home-names {
  position: relative;
  min-height: 40px;
  border-bottom: 5px solid #00aad2;
  border-color: #edb700; }
  #home-types #home-names h2 {
    position: absolute;
    top: 5px;
    left: 0;
    width: 80%;
    margin: 0;
    background: #fff;
    line-height: 28px;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
    cursor: default; }
#home-types #home-tooltip {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  background: url(img/ico-tooltip.png) no-repeat;
  cursor: pointer; }
#home-types #homes-view-all h2 {
  position: relative;
  top: auto;
  left: auto;
  line-height: 45px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important; }

@media only screen and (max-width: 860px) {
  #home-map .home-splice {
    height: 208px; }
    #home-map .home-splice img {
      max-height: 100%; }
  #home-map #home-single {
    width: 117px; }
  #home-map #home-duplex {
    width: 117px; }
  #home-map #home-multi {
    width: 129px; }
  #home-map #home-condo {
    width: 194px; }
  #home-map #home-modular {
    width: 92px; }
  #home-map #home-mobile {
    width: 93px; }
  #home-map #home-cottage {
    width: 61px; } }
@media only screen and (max-width: 1023px) {
  #home-map, #home-types {
    display: none; } }
/***********************************************************/
/* Interactive Cross Section *******************************/
#cross-section {
  position: relative;
  max-width: 800px;
  min-height: 510px;
  margin: 80px auto; }
  #cross-section #kite {
    position: absolute;
    top: 45px;
    left: 200px;
    z-index: 40;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important; }
  #cross-section div {
    display: block;
    position: absolute;
    width: 150px;
    z-index: 30;
    cursor: pointer; }
    #cross-section div p {
      font-size: 17px;
      line-height: 21px;
      font-weight: 400;
      text-align: center; }
      #cross-section div p span {
        display: block;
        margin-bottom: 5px;
        font-size: 33px;
        line-height: 33px;
        font-weight: 700;
        text-transform: uppercase; }
      #cross-section div p:hover {
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease; }
        #cross-section div p:hover.orange {
          color: #ff7900; }
        #cross-section div p:hover.blue {
          color: #00aad2; }
        #cross-section div p:hover.green {
          color: #77b800; }
        #cross-section div p:hover.yellow {
          color: #edb700; }
      #cross-section div p.active-orange {
        color: #ff7900; }
      #cross-section div p.active-blue {
        color: #00aad2; }
      #cross-section div p.active-green {
        color: #77b800; }
      #cross-section div p.active-yellow {
        color: #edb700; }
  #cross-section #cross-1-yr {
    top: 70px; }
  #cross-section #cross-2-yrs {
    top: 70px;
    right: 0; }
  #cross-section #cross-5-yrs {
    top: 260px; }
  #cross-section #cross-10-yrs {
    top: 260px;
    right: 0; }
  #cross-section img {
    position: absolute;
    top: 0;
    left: 0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0; }
  #cross-section #cross-default {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important; }

@media only screen and (max-width: 1024px) {
  #cross-section #cross-1-yr {
    top: 60px; }
  #cross-section #cross-2-yrs {
    top: 60px; }
  #cross-section #cross-5-yrs {
    top: 220px; }
  #cross-section #cross-10-yrs {
    top: 220px; } }
@media only screen and (max-width: 767px) {
  #cross-section {
    display: none; } }
/***********************************************************/
/* Mobile Home Icons ***************************************/
#home-icons {
  display: none;
  margin-top: 80px; }
  #home-icons .home {
    float: left;
    position: relative;
    width: 10%;
    min-height: 140px;
    padding: 10px 1.25%;
    margin: 0; }
    #home-icons .home img {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1; }
  #home-icons .home-type {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 60%;
    padding: 40% 5% 0;
    background: #edb700;
    background: #edb70a;
    background: rgba(237, 183, 10, 0.8);
    text-align: center;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0; }
    #home-icons .home-type h3 {
      font-size: 20px;
      line-height: 22px;
      color: #fff; }

@media only screen and (max-width: 1023px) {
  #home-icons {
    display: block; }
    #home-icons .home {
      width: 22.5%; } }
@media only screen and (max-width: 568px) {
  #home-icons {
    margin-top: 0; } }
@media only screen and (max-width: 480px) {
  #home-icons .home {
    width: 47.5%; } }
/***********************************************************/
/* Numbers *************************************************/
.wrap-numbers {
  margin: 40px 0 0; }

.number {
  position: relative;
  max-height: 250px;
  margin-bottom: 80px;
  text-align: center;
  overflow: hidden; }
  .number h1 {
    display: block;
    height: 140px;
    padding: 30px;
    margin: 0;
    background: #56575a url(img/plus.png) no-repeat 5% 5%;
    font-size: 150px;
    line-height: 126px;
    color: #fff;
    cursor: default; }
    .number h1.orange {
      background: #56575a url(img/plus-orange.png) no-repeat 5% 5%; }
    .number h1.blue {
      background: #56575a url(img/plus-blue.png) no-repeat 5% 5%; }
    .number h1.green {
      background: #56575a url(img/plus-green.png) no-repeat 5% 5%; }
    .number h1.yellow {
      background: #56575a url(img/plus-yellow.png) no-repeat 5% 5%; }
    .number h1.darkgrey {
      background: #56575a url(img/plus.png) no-repeat 5% 5%; }
    .number h1.lightgrey {
      background: #56575a url(img/plus-lightgrey.png) no-repeat 5% 5%; }
  .number h2 {
    display: block;
    padding: 10px;
    margin: 10px 0 0;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    background: #56575a; }
    .number h2.orange {
      background: #ff7900; }
    .number h2.blue {
      background: #00aad2; }
    .number h2.green {
      background: #77b800; }
    .number h2.yellow {
      background: #edb700; }
    .number h2.darkgrey {
      background: #6a737b; }
    .number h2.lightgrey {
      background: #b5b9bd; }
  .number .expanded-info {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    height: 200px;
    padding: 40px 15px 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    background: #56575a; }
    .number .expanded-info.orange {
      background: #ff7900; }
    .number .expanded-info.blue {
      background: #00aad2; }
    .number .expanded-info.green {
      background: #77b800; }
    .number .expanded-info.yellow {
      background: #edb700; }
    .number .expanded-info.darkgrey {
      background: #6a737b; }
    .number .expanded-info.lightgrey {
      background: #b5b9bd; }
    .number .expanded-info span {
      display: block;
      margin-bottom: 5px;
      font-size: 33px;
      line-height: 33px;
      font-weight: 700;
      text-transform: uppercase; }

.lastUnit .number {
  margin-right: -1px; }

#claims .number .expanded-info {
  font-size: 22px;
  line-height: 24px; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .number h1 {
    font-size: 130px;
    line-height: 110px; }
  .number h2 {
    font-size: 17px;
    line-height: 17px; } }
@media only screen and (max-width: 568px) {
  .wrap-numbers {
    margin-top: 40px; } }
.ie7 .number {
  height: 230px; }

/***********************************************************/
#footer {
  margin-bottom: 60px; }
  #footer .menu {
    text-align: center; }
