.row-container {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   flex-flow: row wrap;
   align-items: center;
   justify-content: left;
}

.icon {
  padding: 10px 10px 0 0;
}

.icon img {
  max-height: 90px;
}

.row-container .top {
   align-items: top;
}

.row-third {
  padding: 10px 10px;
  width: 33%;
  text-align: left;
}
.row-2-thirds {
  padding: 10px 10px;
  width: 66%;
  text-align: left;
}

.row-half {
  width: 50%;
}

@media (max-width: 768px) {
  .row-container {
     display: flex;
     flex-direction: column;
     align-items: left;
     justify-content: top;
  }
  .row-third {
    width: 100%;
  }
  .row-2-thirds {
    width: 100%;
  }
  .row-half {
    width: 100%;
  }
}

.go-to-cart {
  max-width: 250px;
  margin: auto;
  white-space: nowrap;
  display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row /* works with row or column */
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}
.go-to-cart button {
  margin-left: 10px;
}
.go-to-cart-text {
  color: #ffffff;
}

.pre-title {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 20px;
  color: rgb(224, 96, 31);
  font-weight: 500;
}

h2.deluxe {
  margin-top: 0;
  font-style: normal;
  line-height: 1.0;
}

.insulation th {
  text-transform: uppercase;
  text-align: center;
  background: #103c43;
  color: white;
}
.insulation td {
  text-align: center;
  background: #005a65;
  color: white;
}
.insulation table {
  width: 300px;
  margin: 0 0 20px;
}

.caption-content.caption-background-true {
    padding: 30px 40px;
}

.caption-content.caption-background-true .headline {
    margin: 0;
    padding: 0;
}

.caption-content {
    max-width: 100%;
}

.caption .headline {
    line-height: 56px;
}

form .quote {
  color: #9F6000;
  background-color: #FEEFB3;
  border-color: #9F6000;
}  

@media (min-width: 769px) {
  .homepage_content .featured_text {
    width: 90%;
    margin: 0 auto;
  }
}

.logo-bar__item {
  margin: 0 0 0 0 !important;
}

.logo-bar {
  margin-bottom: 0;
}

.logo-bar-section {
  padding: 0 0 !important;
}