.postContainer h3 {
  margin-bottom: 0;
}

.postContainer .postImage > img {
  width: 100%;
}

.postContainer .btnholder {
  margin-bottom: 20px;
}

.archiveContainer h2 {
  margin-bottom: 5px;
}

.archiveHeader h1 {
  margin-top: 100px;
}

.blogSideBar-alt {
  width: 365px;
/* 
  position: fixed;
 */
  top: 10px;
}

@media (min-width: 320px) and (max-width: 480px) {
  .blogSideBar-alt {
    position: relative;
  }
}

/* Pagination */
.pagination {
  clear: both;
  position: relative;
  font-size: 14px;
  /* Pagination text size */
  margin-left: 30px;
}

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  /* Pagination text color */
  background: #b7b7b7;
  /* Pagination non-active background color */
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.pagination a:hover {
  color: #fff;
  background: #f40003;
  /* Pagination background on hover */
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #f40003;
  /* Current page background */
  color: #fff;
}

.external-links-col {
  padding-left: 30px;
}

.external-links-col .ribbon-container .ribbon-header {
  left: -5px;
}

.external-links-col .ribbon-container {
  left: -10px;
  top: 20px;
}

.external-links-col .radiusallcorners {
  border: 1px solid #dedede;
  padding: 65px 25px 25px;
  margin-bottom: 30px;
}

.external-links-col #sustainability1 .btn-primary {
  background-color: #264072;
  border-color: #264072;
}

.external-links-col #innovation1, .external-links-col #innovation2 {
  position: relative;
  height: 370px;
  padding: 65px 50% 25px 25px;
}

.external-links-col #innovation1 img, .external-links-col #innovation2 img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.external-links-col #innovation1 h3 {
  margin-bottom: 0;
}

.external-links-col #innovation1 ul {
  padding-bottom: 10px;
}

.external-links-col #combiboilerpromo {
  position: relative;
  height: 370px;
  padding: 65px 50% 25px 25px;
}

.external-links-col #combiboilerpromo img {
  position: absolute;
  right: 0px;
  bottom: 0;
  max-width: 55%;
}

.external-links-col #localsavings #ecorebates1 {
  font-family: "RheemSansRoman", Helvetica, Arial, sans-serif;
}

.external-links-col #localsavings #ecorebates1 .ecr-description {
  color: inherit;
  font-size: 14px;
}

.external-links-col #localsavings #ecorebates1 .eco-m .eco-c h4 {
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #4a4a4a;
}

.external-links-col #localsavings #ecorebates1 .eco-m .eco-c .eco-widget .eco-value {
  float: none;
}

.external-links-col #localsavings #ecorebates1 .eco-m .eco-c .eco-widget .eco-value a {
  color: #e70033;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.external-links-col #localsavings #ecorebates1 .eco-m .eco-c .eco-widget .eco-value a:hover {
  text-decoration: none;
}

.external-links-col #localsavings #ecorebates1 .eco-m .eco-c .btn-primary.inverted {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: none !important;
  padding: 0px 15px;
  min-width: 111px;
  text-transform: uppercase;
  border: 2px solid #e70033;
  font-size: 13px;
  font-family: "RheemSansBold", Helvetica, Arial, sans-serif;
  height: 33px;
  line-height: 33px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #e70033;
  background: transparent;
  outline: none;
  margin-top: 20px;
}

.external-links-col #localsavings #ecorebates1 .eco-m .eco-c .btn-primary.inverted:hover {
  background: transparent;
  color: #b80023;
  border-color: #b80023;
  text-decoration: none;
}

.external-links-col #localsavings #ecorebates1 .eco-m .eco-c .btn-primary.inverted:focus {
  text-decoration: none;
}

.eco-m .eco-c a {
  color: #e70033 !important;
}

.eco-m .eco-c .btn-default,
.eco-m .eco-c .btn-primary {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #e70033 !important;
  border-color: #b80023 !important;
  background: transparent !important;
  outline: none !important;
}

.eco-m .eco-c .btn-default:hover,
.eco-m .eco-c .btn-primary:hover {
  background: transparent !important;
  color: #b80023 !important;
  border-color: #b80023 !important;
  text-decoration: none !important;
}

.eco-m .eco-c .btn-default:focus,
.eco-m .eco-c .btn-primary:focus {
  text-decoration: none !important;
}

#find-a-pro-sidebar #findapropanel {
  margin-left: 15px;
  margin-right: 15px;
  width: auto;
}

#find-a-pro-sidebar .ribbon-container {
  left: 20px !important;
}

#overview > .col-md-12 > .overview-html > .card-text > ul > li::before {
  content: "\2022";
  color: #000000;
  margin-left: 5px;
  margin-right: 10px;
}

#overview > .col-md-12 > .overview-html > .card-text > ul > li {
  padding-left: 30px;
  text-indent: -25px;
}

.panel ul li {
  padding-bottom: 5px;
}

.container.master {
  min-height: 800px;
}

.breadcrumbs li:after {
  content: '\203A';
  display: inline-block;
  vertical-align: middle;
  color: #97999b;
  padding: 0 7px;
  margin-top: 1px;
}

.breadcrumbs li:last-child:after {
  content: none;
}

.breadcrumbs {
  padding: 0 !important;
  margin-left: 15px;
}

.shareThis {
  margin-bottom: 20px;
}
