/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

body, button, input, select, textarea { font-family: sans-serif; color: #000; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

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


/* =============================================================================
   Links
   ========================================================================== */

/*a, a:visited { color: #00e; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }*/

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

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

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

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* 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; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

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

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Consistent box sizing and appearance
 */

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; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

text area { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screen readers and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screen readers: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screen readers, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, block quote { 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; }
}


/* Clearfix Group */

.group:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}


/* Fonts  */

@font-face {
    font-family: 'MuseoSans500';
    src: url('../fonts/MuseoSans_500-webfont.eot');
    src: url('../fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MuseoSans_500-webfont.woff') format('woff'),
         url('../fonts/MuseoSans_500-webfont.ttf') format('truetype'),
         url('../fonts/MuseoSans_500-webfont.svg#MuseoSans500') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/Font-Awesome/fontawesome-webfont.eot');
  src: url('../fonts/Font-Awesome/fontawesome-webfont.eot?#iefix') format('eot'), url('../fonts/Font-Awesome/fontawesome-webfont.woff') format('woff'), url('../fonts/Font-Awesome/fontawesome-webfont.ttf') format('truetype'), url('../fonts/Font-Awesome/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ======================================================================
 *
 *   START: Gallion Heating and Air
 *
 * ======================================================================*/

body {
	background: #ffffff url(../images/bkg.yellow.png) repeat-x center top;
	font: normal normal normal 14px/20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 100%;
  overflow: hidden;
}

.wrapper {
	background: transparent url(../images/bkg.header.jpg) no-repeat center top;
  max-width: 100%;
  overflow: hidden;
}

/* Interior Header */
body.interior { background: #ffffff url(../images/bkg.yellow.png) repeat-x center -360px; } /* -360px; */
.interior .wrapper { background: transparent url(../images/bkg.header.jpg) no-repeat center -360px;} /* -360px; */

.inner-width {
  width: 95%;
  margin: 0 auto;
}

a { text-decoration: none; color: #a40000; }
a:hover { -webkit-transition: .3s color 0 linear }

h1, h2, h3, h4, h5, h6 { font-family: "Arvo", Helvetica, Arial, sans-serif; color: #a40000; font-weight: 700; }

h1 { text-transform: uppercase; font-size: 3.25em; line-height: 1em; margin-top: 0; margin-bottom: 0; }
h2 { font-size: 2em; line-height: 1.25em;}

h2, h3, h4, h5, h6 { margin-bottom: .25em; }

h3, h5 { color: #0489cb; }

.interior h1 { font-size: 2em; text-transform: none; margin-bottom: .25em; }
.interior h2 { font-size: 1.75em; }
.interior h3 { font-size: 1.5em; }
.interior h4 { font-size: 1.25em; }
.interior h5 { font-size: 1.1em; text-transform: uppercase; }
.interior h6 { font-size: 1em; }

p {
  line-height: 1.6em;
}

header.main {
  padding-top: 10px;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

  header.main a.logo {
    display: block;
    width: 180px;
    float: left;
    margin-bottom: 10px;
    position: relative;
    z-index: 1000;
  }

    header.main a.logo img {
      max-width: 100%;
      width: 100%;
    }

  header.main nav {}
    header.main nav .menu-link {
      float: right;
      text-indent: -9999em;
      background: #193e6b;
      color: #fff;
      position: relative;
      width: 40px;
      height: 40px;
      line-height: 30px;
      font-size: 16px;
      margin-top: 5px;
      position: relative;
      z-index: 1000;
    }

      header.main nav .menu-link:before {
        content: "\f0c9";
        display: block;
        margin: 0 .7em 0 0;
        font-family: 'FontAwesome';
        position: absolute;
        left: 0;
        top: 4px;
        width: 100%;
        height: 100%;
        text-indent: 0;
        text-align: center;
      }

    header.main nav ul {
      display: block;
      clear: both;
      margin-bottom: 10px;
      position: absolute;
      width: 100%;
      padding-top: 70px;
      top: 0;
      left: -150vw;
      -webkit-transition: all .2s;
      -moz-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      background: rgba(24,33,44,.2);
    }

    header.main nav ul.open {
      left: 0;
      top: 0;
    }

    header nav ul li {}

        header nav ul li a {
          text-transform: uppercase;
          color: #fff;
          font-family: "MuseoSans500";
          display: block;
          background: #193e6b;
          padding: 10px 15px;
          text-align: center;
        }

        header nav ul li a:hover {
          color: #a40000;
          text-decoration: none;
          -webkit-transition: all .5s ;
          -moz-transition: all .5s ;
          -o-transition: all .5s ;
          background: #fff;
        }

section.main {
  clear: both;
  padding-top: 20px;
}

section.main .feature {}

  section.main .feature .caption {
    text-align: center;
    margin-bottom: 20px;
  }

    section.main .feature .caption img {
      width: 200px;
      margin: 0 auto;
      display: block;
    }

    section.main .feature .caption h1 {
      font-size: 22px;
      border-top: 1px solid #CFB810;
      padding: 15px 0 0;
    }

section.main ul.quick-links {
  display: block;
  padding: 0;
  margin: 0 -2.6%;
  list-style: none;
  background: #19222d;
}

  section.main ul.quick-links li {}

    section.main ul.quick-links li a {
      display: block;
      color: #fff;
      font-family: "Oswald", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 16px;
      padding: 20px;
    }

    section.main ul.quick-links li a:before {
      display: none;
    }


    section.main ul.quick-links li a:hover {
      background: #a40000;
      background: rgba(162,54,18,1);
    }

.intro {
  clear: both;
  padding-bottom: 30px;
  float: left;
  width: 100%;
}

  .intro .logos {
    display: inline-block;

    width: 248px;
    height: 74px;
    text-indent: -9999em;
    background: transparent url('../images/logos.png') no-repeat left top;
    margin-right: 10px;

  }
    .intro .logos.ten-year-warranty {
      width: 120px;
      height: 70px;
      background-position: -265px top;
    }

    .intro .logos.bbb {
      width: 45px;
      height: 68px;
      background-position: -404px top;
    }

    .intro .logos.customer-care {
      width: 120px;
      height: 70px;
      background-position: -465px -1px;
      margin-right: 0;
    }

  .intro .logos:hover {
    opacity: .6;
    position: relative;
    top: -1px;
    -webkit-transition: all .5s ;
    -moz-transition: all .5s ;
    -o-transition: all .5s ;
  }

nav.services {
  clear: both;
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

  nav.services h2 {
    padding-bottom: .25em;
  }

  nav.services a {
    float: left;
    clear: left;
    display: inline-block;
    padding-bottom: .5em;
    color: #f76300;
  }

  nav.services a:hover { color: #a40000; }

  nav.services a.see-our-services {
    font-family: "Arvo", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #a40000;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: .5em;
  }

  nav.services a.see-our-services:hover { color: #172c85; }

  section.sidebar {
    float: right;
    width: 260px;
    margin-top: 2em;
    margin-right: 2.5em;
  }

  section.sidebar nav {
    border-radius: 4px;
    background: #f3f3f3 url('../images/bkg.subnav.png') repeat center top;
    overflow: hidden;
    margin-bottom: 2em;
  }

    section.sidebar nav header {
      background: transparent url('../images/bkg.subnav-header.png') repeat-x center top;
      height: 50px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      margin-bottom: -13px;
      position: relative;
      z-index: 100;
    }
      section.sidebar nav header em {
        font-family: "Arvo", Helvetica, Arial, sans-serif;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        text-shadow: 0 1px 2px rgba(0,0,0,.7);
        letter-spacing: 1px;
        padding: .65em 1em;
        display: block;
      }

    section.sidebar nav a {
      display: block;
      border: 1px solid #d7d7d7;
      border-top: none;
      box-shadow: 0 1px 0 #fff;
      padding: .5em 1.1em;
      color: #11204b;
      text-transform: uppercase;
      font-size: .9em;
      position: relative;
      z-index: 10;
    }

    section.sidebar nav a:hover {
      color: #a40000;
      background: #fff;
      background: rgba(255,255,255,.8);
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -o-transition: all .5s;
    }

    section.sidebar nav a:first-child {
      padding-top: 5px;
    }

    section.sidebar nav a:last-child {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
    }

    section.sidebar nav a.on {
      background: #11204b;
      background: #11204b url('../images/bkg.subnav-on.png') no-repeat left -4px;
      margin-left: -1px;
      font-weight: bold;
      color: #fff;
      text-shadow: 0 2px 2px rgba(0,0,0,.7);
      padding-left: 1.2em;
    }
      section.sidebar nav a.on:hover {

      }

  .social-links {
    float: left;
    width: 100%;
    padding: 20px 0;
    clear: both;
  }

   .social-links a.facebook {
     display: block;
     width: 113px;
     height: 23px;
     background: transparent url(../images/social-links.png) no-repeat left top;
     text-indent: -9999em;
   }

     .social-links a.facebook:hover {
       background-image: url(../images/social-links-hover.png);
     }

    section.sidebar {
      float: left;
    }

     section.sidebar .quicklinks a {
       display: block;
       background: transparent url('../images/btn.quicklinks-sprite.png') no-repeat left top;
       width: 260px;
       height: 38px;
       border-radius: 4px;
       text-indent: -9999em;
       float: left;
       margin-bottom: .5em;
     }

       section.sidebar .quicklinks a.schedule-a-service-call:hover { background-position: left -37px; }
       section.sidebar .quicklinks a.schedule-a-service-call:active { background-position: left -74px; }

       section.sidebar .quicklinks a.our-customer-care-plan { background-position: left -111px; }
       section.sidebar .quicklinks a.our-customer-care-plan:hover { background-position: left -148px; }
       section.sidebar .quicklinks a.our-customer-care-plan:active { background-position: left -185px; }

       section.sidebar .quicklinks a.get-an-equipment-quote { background-position: left -222px; }
       section.sidebar .quicklinks a.get-an-equipment-quote:hover { background-position: left -259px; }
       section.sidebar .quicklinks a.get-an-equipment-quote:active { background-position: left -296px; }

       section.sidebar {
         float: left;
       }

          section.sidebar .contact-info {
          	color: #a1a1a1;
          	margin-bottom: 2em;
          }
          	section.sidebar .contact-info em {
          		color: #193e6b;
          		font-family: "Arvo", Helvetica, Arial, sans-serif;
          		font-weight: 700;
             font-style: normal;
          	}

          	section.sidebar .contact-info p.phone {
          		padding: 1em 0;
          		border-top: 1px solid #e5e5e5;
          		border-bottom: 1px solid #e5e5e5;
          		font-weight: bold;
          	}

          	section.sidebar .contact-info p.phone em  {
          		font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
          	}


       article.content .form {}

         article.content .form label,
         article.content .form input,
         article.content .form textarea {
           width: 100%;
           display: block;
           clear: both;
         }

         article.content .form label {
           text-transform: uppercase;
           color: #898989;
           font-size: .9em;
         }

         article.content .form input,
         article.content .form textarea {
           border: 1px solid #d7d7d7;
           border-radius: 4px;
           margin: .1em 0 .75em;
           padding: .75em 1em .6em;
           background: #fff url('../images/bkg.input.png') repeat-x center top;
         }

         article.content .form textarea {
           height: 10em;
         }

         article.content .form .dk_container {
           margin-top: 1em;
           background-position: 75% bottom;
           clear: left;
         }

         article.content .form .dk_container .dk_toggle {
            width: 280px !important;
         }

         article.content .form ul,
         article.content .form li {
           list-style: none;
           padding: 0;
           margin: 0;
         }

         article.content .form input.submit {
           width: auto;
           font-family: "Arvo", Helvetica, Arial, sans-serif;
           font-weight: 700;
           color: #fff;
           background: #b01717 url('../images/btn.bkg-sprite.png') repeat-x center top;
           text-transform: uppercase;
           border-radius: 5px;
           border: 1px solid #a40000;
           text-shadow: 0 2px 2px rgba(0,0,0,.5);
           padding-left: 1.5em;
           padding-right: 1.5em;
           cursor: hand;
           cursor: pointer;
         }
           article.content .form input.submit:hover {
             background-position: center -2.9em;
           }

           article.content .form input.submit:active {
             background-position: center bottom;
           }

           section.main.specials .content .special {
           	margin: 0 0 3em 0;
           	text-align: left;
           	border: 2px dashed #a40000;
           	padding: 1.5em 1.5em 1em 1.5em;
           	-webkit-border-radius: 5px;
           	-moz-border-radius: 5px;
           	-o-border-radius: 5px;
           	border-radius: 5px;
           }
           	section.main.specials .content .special em.date {
           		float: none;
           	}

           	section.main.specials .content .special address img.logo {
             	margin-bottom: 1em;
             	margin-right: -.5em;
             	width: 150px;
             	float: none;
             	display: inline-block
           	}

             section.main.specials .content .special h1 {
               clear: both;
             }

             section.main.specials .content .special address {
              width: 200px;
              float: left;
              display: none;
              text-align: left;
              font-style: normal;
              font-size: 11px;
              color: #aaaaaa;
              line-height: 14px;
              margin-bottom: 1em;
           	}

           	section.main.specials .content .special address a {
             	color: #aaaaaa;
           	}

           	section.main.specials .content .special p {
             	display: block;
             	clear: none;
           	}


     footer.main {
       margin-top: 3em;
       padding-bottom: 1em;
     }
       footer.main .inner-width {
         border-top: 1px solid #dddddd;
         padding: 3em 0 3em;
         height: 125px;
       }

       footer.main .address {
         float: left;
         color: #a1a1a1;
         margin-bottom: 20px;
       }

       footer.main .address a { color: #a1a1a1; }
       footer.main .address strong { font-family: "Arvo", Helvetica, Arial, sans-serif; text-transform: uppercase; font-size: 1.1em; font-weight: 700; }

       footer.main .contact-line {
         float: left;
         font-family: "Arvo", Helvetica, Arial, sans-serif;
         text-transform: uppercase;
         font-size: 1.7em;
         color: #a40000;
         font-weight: 700;
         clear: left;
       }
         footer.main .contact-line em {
           font-style: normal;
           color: #e85219;
         }

       footer.main cite {
         float: left;
         clear: both;
         color: #a1a1a4;
         font-style: normal;
         margin-top: 1.5em;
       }
         footer.main cite a { color: #a1a1a4; }
         footer.main cite a:hover { color: #a40000; }


  .mobile-only {
    display: none;
  }

  header.main nav ul,
  header.main nav ul.open {
    border-bottom: 1px solid #eab127;
    float: right;
    display: block !important;
    left: 0 !important;
    margin-left: 0 !important;
    background: transparent;
    width: auto;
    clear: none;
    position: relative;
    top: 0;
    padding-top: 20px;
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 13px;
  }

    header nav ul li {
      float: left;
      margin-right: 1.3em;
    }

    header nav ul li.last {
      margin-right: 0;
    }

      header nav ul li a {
        text-transform: uppercase;
        color: #193e6b;
        font-family: "MuseoSans500";
        background: transparent;
        padding: 0;

      }

      header nav ul li a:hover,
      header nav ul li a.on {
        color: #a40000;
        text-decoration: none;
        -webkit-transition: all .5s ;
        -moz-transition: all .5s ;
        -o-transition: all .5s ;
        background: transparent;
      }

  section.main .feature .caption {
    text-align: left;
  }

    section.main .feature .caption img {
      width: 45%;
      float: right;
    }

    section.main .feature .caption h1 {
      font-size: 35px;
      border-top: 0;
    }

  section.main ul.quick-links {
    clear: both;
  }

    section.main ul.quick-links li {
      width: 50%;
      border-right: 1px solid #000;
      float: left;
    }

    section.main ul.quick-links li:nth-child(2n+2) {
      border-right: 0;
    }

      section.main ul.quick-links li a {}


  section.main.specials .content .special h1 {
    clear: none;
  }

  section.main.specials .content .special address {
    display: block;
    float: right;
    text-align: right;
    margin-left: 1.5em;
  }
}


  /* Interior Header */
  body.interior { background-position: center -360px ; }
  .interior .wrapper { background-position: center -360px; }

  .inner-width { width: 960px; }

  header.main {
  	padding: 1em 0;
  	height: 125px;
  }

  header.main a.logo {
    float: left;
    width: 310px;
  }

  header.main nav ul,
  header.main nav ul.open {
    margin-top: 10px;
    padding-bottom: .5em;
    font-size: 14px;
  }

    header.main nav ul li {}

      header.main nav ul li a {

      }


  section.main {
  	clear: both;
    padding-top: 0;
  }

    section.main .feature {
  		height: 369px;
  		margin-top: -15px;
  		padding-top: 3em;
  	}

  	section.main .feature .caption {
  		width: 50%;
  	}

    section.main .feature .caption img {
  		float: right;
  		margin-right: -100%;
  		margin-top: -45px;
      width: 446px;
  	}

    section.main .feature .caption h1 {
      font-size: 3.25em;
      line-height: 1em;
      padding-top: 0;
    }

    section.main .feature .caption p {
  		margin-bottom: .75em;
  	}

  	section.main ul.quick-links {
  		list-style: none;
  		margin: 0;
  		padding: 0;
  		display: inline-block;
  		margin-top: -35px;
  		box-shadow: 0 2px 2px rgba(0,0,0,.5);
  		height: 72px;
  		border-radius: 5px;
  	}
      section.main ul.quick-links li {
  			float: left;
        width: auto;
        border: 0;
  		}

        body .wrapper section.main ul.quick-links li a,
        body .wrapper section.main ul.quick-links li a:hover {
  				display: block;
  				width: 233px;
  				height: 72px;
  				text-indent: -9999em;
          background-image: url('../images/btn.quick-link-bar.sprite.png');
  				background: transparent url('../images/btn.quick-link-bar.sprite.png') no-repeat left top;
          clear: none;
          filter: none;
          border: 0;
  			}

        body .wrapper section.main ul.quick-links li a.care-plan { background-position: -233px top; width: 238px; }
        body .wrapper section.main ul.quick-links li a.equipment-quote { background-position: -471px top; width: 242px; }
        body .wrapper section.main ul.quick-links li a.about-us { background-position: right top; width: 229px; }

        body .wrapper section.main ul.quick-links li a:hover { background-position: left -72px; }
        body .wrapper section.main ul.quick-links li a.care-plan:hover { background-position: -233px -72px; }
        body .wrapper section.main ul.quick-links li a.equipment-quote:hover { background-position: -471px -72px; }
        body .wrapper section.main ul.quick-links li a.about-us:hover { background-position: right -72px; }

        body .wrapper section.main ul.quick-links li a:active { background-position: left -144px; }
        body .wrapper section.main ul.quick-links li a.care-plan:active { background-position: -233px -144px; }
        body .wrapper section.main ul.quick-links li a.equipment-quote:active { background-position: -471px -144px; }
        body .wrapper section.main ul.quick-links li a.about-us:active { background-position: right -144px; }

  	.intro,
  	article.content,
  	section.content {
  		clear: both;
  		width: 60%;
  		margin-top: 2em;
  		float: left;
  	}

  	article.content img {
  		padding: 10px;
  		background: #f5f5f5;
  		border: 1px solid #b7b7b7;
  		float: right;
  		margin: 0 0 1em 2em;
  	}

  		section.content article.special {
  			margin-bottom: 2em;
  			padding-bottom: 2em;
  			border-bottom: 1px solid #e5e5e5;
  			text-align: left;
  		}

  		section.content article.special:last-child {
  			border-bottom: none;
  			padding-bottom: 0;
  			margin-bottom: 0;
  		}
  			section.content article.special h1 {

  			}

  			section.content article.special em.date {
  				float: right;
  				font-size: .9em;
  				color: #a1a1a1;
  				text-transform: uppercase;
  				font-style: normal;
  				padding-top: .75em;
  			}

  			section.content article.special p {
  				clear: both;
  			}


  	article.content table {}

  		article.content table td {
  			vertical-align: middle;
  			margin: 1em 0;
  		}

  		article.content table p {
  			margin-top: 0;
  		}

  		article.content table img {
  			border: 0;
  			padding: 0;
  			margin: 0 1em 0 0;
  		}


  	nav.services {
  		float: right;
  		width: 36%;
  		margin-top: 2em;
  		border-left: 1px solid #dddddd;
      border-top: 0;
      padding-top: 0;
  		padding-left: 3.5em;
      clear: none;
  	}

    .social-links {
      clear: right;
      width: 36%;
      padding-left: 3.5em;
      float: right;
    }


    section.sidebar {
      float: right;
    }


  footer.main {
  	margin-top: 3em;
  	padding-bottom: 1em;
  }
  	footer.main .inner-width {
  		border-top: 1px solid #dddddd;
  		padding: 3em 0 3em;
  		height: 125px;
  	}

  	footer.main .address {
  		float: left;
  		color: #a1a1a1;
  	}

  	footer.main .address a { color: #a1a1a1; }
  	footer.main .address strong { font-family: "Arvo", Helvetica, Arial, sans-serif; text-transform: uppercase; font-size: 1.1em; font-weight: 700; }

  	footer.main .contact-line {
  		float: right;
  		font-family: "Arvo", Helvetica, Arial, sans-serif;
  		text-transform: uppercase;
  		font-size: 1.7em;
  		color: #a40000;
      font-weight: 700;
      clear: none;
  	}
  		footer.main .contact-line em {
  			font-style: normal;
  			color: #e85219;
  		}

  	footer.main cite {
  		float: right;
  		clear: right;
  		color: #a1a1a4;
  		font-style: normal;
  		margin-top: 1.5em;
  	}
  		footer.main cite a { color: #a1a1a4; }
  		footer.main cite a:hover { color: #a40000; }
