@charset "UTF-8";
/* CSS Document */
footer {
  background-color: #CCC;
  padding: 25px 0px;
}
footer a,
header a {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}
footer a:hover,
header a:hover {
  color: #FF0000;
  font-weight: normal;
  text-decoration: none;
}
footer li {
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid #999;
}
.space-bottom-none {
  margin-bottom: 0px;
}
.space-bottom {
  margin-bottom: 15px;
}
.space-bottom-m {
  margin-bottom: 25px;
}
.space-bottom-l {
  margin-bottom: 50px;
}
.space-inside-bottom {
  padding-bottom: 15px;
}
.space-inside-bottom-m {
  padding-bottom: 25px;
}
.space-inside-bottom-l {
  padding-bottom: 50px;
}
.space-inside-bottom-xl {
  padding-bottom: 75px;
}
.space-top-none {
  margin-top: 0px;
}
.space-top {
  margin-top: 15px;
}
.space-top-m {
  margin-top: 25px;
}
.space-top-l {
  margin-top: 50px;
}
.space-inside-top {
  padding-top: 20px;
}
.space-inside-top-l {
  padding-top: 50px;
}
.space-inside-top-xl {
  padding-top: 75px;
}
.space-left {
  margin-left: 15px;
}
.space-left-m {
  margin-left: 25px;
}
.space-left-l {
  margin-left: 50px;
}
.space-right {
  margin-right: 15px;
}
.space-right-m {
  margin-right: 25px;
}
.space-right-l {
  margin-right: 50px;
}
.baseline {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 0px;
}
.redbar {
  height: 5px;
  background-color: #ff0000;
}
.blackbar {
  height: 5px;
  background-color: #000000;
}
.whitebar {
  height: 30px;
  background-color: #FFFFFF;
  clear: both;
}
.gray-back {
  background-color: #CCC;
}
.social-top {
  width: 350px;
  height: 24px;
  margin-top: 10px;
}
.navbar-default {
  background-color: #FFF;
  border-color: #999;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FF0000;
  background-color: transparent;
  font-size: 16px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
  font-size: 16px;
  text-decoration: none;
}
/* center links in md and lg screens */
@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
  }
  .navbar .navbar-collapse {
    text-align: center;
  }
}
.dropdown-menu > li > a {
  text-align: left;
  text-decoration: none;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #FF0000;
  background-color: #ebebeb;
}
.dropdown-header {
  font-weight: 500;
  text-align: left;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #999;
}
.list-unstyled a {
  display: block;
}
.page-title {
  color: #000;
  background-color: #FFF;
  padding: 10px 0px;
}
.page-title p {
  font-size: 16px;
  margin: 0px;
  display: inline;
  line-height: 36px;
}
.page-title p > a {
  color: #000000;
  text-decoration: none;
  color: #999;
}
.page-title p > a:hover {
  color: #ff0000;
  text-decoration: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ff0000;
}
.third-level-button,
.third-level-button a {
  background-color: white;
  color: #999;
}
a.btn.third-level-button:hover {
  background-color: #fff;
  color: #ff0000;
}
.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.list-group-item {
  padding: 8px 10px;
  color: #777;
  font-size: 14px;
}
.list-group-item a {
  display: block;
  text-decoration: none;
  color: #777;
}
.list-group-item:hover,
.list-group-item a:hover {
  color: #FF0000;
  text-decoration: none;
  background-color: #ebebeb;
}
ul.list-group .list-group-item > a.active,
ul.list-group .list-group-item > a.active:hover,
ul.list-group .list-group-item > a.active:focus {
  color: #000000;
  font-weight: bold;
}
.list-group-third-level {
  padding: 3px 6px;
  /* Tried to turn off inside borders at Panera but no wifi  */
  border: none;
}
/*  Starts affecting the way the home page headline over the collage is displayed */
h1.home {
  font-family: 'Merriweather', serif;
  color: #ff8d00;
  text-shadow: 0px 0px 5px #000;
  text-align: center;
  margin-bottom: 12px;
  margin-top: 0px;
  font-style: italic;
}
h2.home {
  font-family: 'Arial, Helvetica', sans-serif;
  color: #ffffff;
  text-shadow: 0px 0px 8px #000;
  text-align: center;
  margin-bottom: 12px;
  margin-top: 0px;
  font-style: bold;
}
.home-photo-heads {
  /*  increase this screen if words get hard to read */
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  .home-photo-heads {
    height: 420px;
  }
  .home-photo-heads h1.home {
    margin-top: 75px;
    font-size: 80px;
  }
  .home-photo-heads h2.home {
    font-size: 35px;
    margin-top: 25px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .home-photo-heads {
    height: 300px;
  }
  .home-photo-heads h1.home {
    margin-top: 50px;
    font-size: 36px;
  }
  .home-photo-heads h2.home {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.home-photo {
  background-repeat: no-repeat;
  background-position: top;
  background-color: #000000;
  background-image: url(/img/040214_home_bg_1800x420.jpg);
}

.blog-photo {
  background-repeat: no-repeat;
  background-position: top;
  background-color: #000000;
  background-image: url(/img/blog-temp-header.jpg);
  width: 100%;
  height: auto;
}

.store-photo {
  background-repeat: no-repeat;
  background-position: top;
  background-color: #000000;
  background-image: url(/img/background.jpg);
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .home-photo {
    background-size: 1800px 420px;
    min-height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .home-photo {
    background-size: 1238px 300px;
    min-height: 300px;
  }
}
/*  end of home page text over the photo */
/* start of home page video area */
.home-video-block {
  background-color: #ffcc99;
  background-image: url('/img/040214_home-sawtooth.png');
  background-repeat: repeat-x;
}
/* end of home page video area */
/* start of home page contractor promo */
.home-contractor-block {
  background-color: #ffcc99;
  background-image: url('/img/040214_home-sawtooth-white.png');
  background-repeat: repeat-x;
}
/* end of home page contractor promo */
div.well h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: left;
  color: #a90002;
}
div.related-info h5 {
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: left;
  color: #a90002;
  margin-left: 5px;
  margin-right: 5px;
}
div.related-info p {
  font-size: 12px;
  line-height: 1.35;
  margin-left: 5px;
  margin-right: 5px;
}
body {
  font-size: 16px;
  line-height: 1.5;
}
a,
a:visited {
  color: #5b5b5b;
  font-weight: 400;
  text-decoration: underline;
}
a:hover {
  color: #ff0004;
  font-weight: 400;
  text-decoration: underline;
}
.section-subhead {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #999;
  text-transform: uppercase;
}
a.btn {
  text-decoration: none;
}
/* turn red buttons back to red with white type */
/* says red but Paul had me turn them to orange so the hex is orange not red */
.al-red-button {
  background-color: #ff8d00;
  border-color: #ff8d00;
  color: #ffffff;
}
a.al-red-button,
a.al-red-button:visited {
  color: #ffffff;
}
a.al-red-button:hover {
  background-color: #a95500;
  border-color: #a95500;
  color: #ffffff;
}
a.al-red-pulldown,
:visited {
  background-color: #ff8d00;
  color: #fff;
}
.table-center {
  margin: auto;
}
h4.panel-title a {
  text-decoration: none;
}
.thumb-caption {
  font-size: 12px;
  margin-top: 6px;
  line-height: 1.25;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  top: -50px;
}
.thumb-caption a {
  text-decoration: none;
  font-weight: bold;
}
.two-column-text p,
dt,
dd,
ul {
  margin: 15px;
}
table {
  margin-top: 30px;
}
.iconCell {
  width: 30px;
}
.subGray {
  font-size: .8em;
  color: #9b9b9b;
  font-weight: normal;
}
.header-blog-buy {
  background-color: #000000;
  height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.blog-buy-btn {
  background-color: #CCC;
  border-color: #CCC;
}
.header-xs {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 3px 0px;
  font-size: 16px;
}
.navbar-brand {
  width: 120px;
  height: 50px;
  background-image: url(/img/020214_brand_image.png);
  background-position: 25% 78%;
}
h4 {
  line-height: 1.3;
}
/* primarily for teasers at bottom of home page */
.hints h5 {
  color: #000000;
}
.hints p {
  font-size: .8em;
}
.hints hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ededed;
  margin: 1em 0;
  padding: 0;
}
/* float images at small or tablet portait */
@media screen and (min-width: 768px) {
  .img-tablet-left {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
/* adjusting font sizes and spacing on phones */
@media screen and (max-width: 767px) {
  .xs-adjust {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .xs-adjust h2,
  .xs-adjust h3,
  .xs-adjust h4 {
    font-size: 1.3em;
  }
  .xs-adjust img {
    width: 100px;
    height: 75px;
    margin-left: 15px;
    float: right;
  }
}
/* move top images in thumbnails to the right on small screens */
@media screen and (max-width: 767px) {
  .thumb-pull-right img {
    width: 40%;
    height: 40%;
    float: right;
    margin-top: 40px;
    margin-left: 15px;
  }
}
/*  change the border colors on nav-tabs */
.nav-tabs {
  border-bottom: 1px solid #ff8d00;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #ff8d00;
  border: 1px solid #ff8d00;
  border-bottom-color: transparent;
}
.nav-tabs > li > a {
  text-decoration: none;
  color: #ff8d00;
}

/* Blog Aside */
h5.graybox {
	font-size: 16px;
    margin: 0 auto;
    padding-top: 20px;
    font-weight: 700;
    text-align: center;
}

ul.bloglinks {
	font-size: 15px;
	list-style-type: square;
	margin: 15px 15px 15px 0;
}

/* Small centered text caption for photos */
.center-cap {
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
	text-align: center;
}

.center-cap-home {
	font-size: 16px;
	font-style: italic;
	margin-top: 14px;
	text-align: center;
}

/* Re-center cells in Light Show table */
.textCenter {
	text-align: center !important;
}