body {
  padding: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
}

.main-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

h1 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  font-size: 38px;
}

h2 {
  font-weight: bold;
  font-size: 25px;
}

h3 {
  font-weight: bold;
  font-size: 22px;
}

h4 {
  font-weight: bold;
  font-size: 18px;
}

ul {
  padding-left: 18px;
}

a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  color: #d3072b;
}

.redbanner {
  background-color: #d3072b;
  color: #fff;
}

.redbanner .col, .redbanner .col-8 {
  padding: 50px 50px 20px 70px;
}

.row {
  margin: 0px;
  padding: 0px;
}

.row .border-left {
  border-left: 1px solid #ccc !important;
  padding-left: 40px;
}

.bullets .col-sm {
  padding: 40px;
}

.bullets .col-sm:nth-of-type(2) {
  padding-left: 0px;
}

@media (max-width: 1024px) {
  .redbanner .col-8 {
    max-width: 60%;
    margin-left: 50px;
  }
  .redbanner .col, .redbanner .col-8 {
    padding: 30px;
  }
}

@media (max-width: 800px) {
  .redbanner .col-8 {
    max-width: 60%;
    margin-left: 0px;
  }
  .redbanner .col, .redbanner .col-8 {
    padding: 30px;
  }
}

@media (max-width: 600px) {
  .redbanner {
    text-align: center;
  }
  .redbanner .col-8 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 30px 30px 0 30px;
  }
  .redbanner .col {
    padding: 0px 30px 30px 30px;
  }
  .row .border-left {
    border-left: 0px !important;
    border-top: 1px solid #ccc !important;
    padding-top: 30px;
  }
  .bullets .col-sm:nth-of-type(2) {
    padding-top: 0px;
  }
}

.brand-logos {
  text-align: center;
  width: 90%;
  margin: auto;
}

.brand-logos img {
  width: 100%;
  height: auto;
  max-width: 200px;
}

.brand-logos .col-sm.homesense {
  max-width: 100px;
  height: 100px;
}

.brand-logos .col-sm.homesense img {
  height: auto;
  width: 100px;
}

footer {
  border-top: 2px solid #434343;
  color: #434343;
  padding: 1em;
  font-size: 12px;
  text-align: right;
  margin-top: 20px;
}

footer a {
  color: white;
  text-decoration: underline;
}

footer a:hover {
  text-decoration: none;
  color: white;
}

@media (max-width: 1024px) {
  .brand-logos .col-sm.homesense {
    max-width: 100px;
    height: auto;
  }
  .brand-logos .col-sm.homesense img {
    width: 90px;
  }
}

@media (max-width: 800px) {
  .brand-logos .col-sm.homesense img {
    width: 60px;
  }
}

@media (max-width: 600px) {
  .brand-logos .col-sm {
    -ms-flex-preferred-size: 0px;
        flex-basis: 0px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .brand-logos .col-sm.homesense {
    max-width: 60px;
  }
  .brand-logos .col-sm.homesense img {
    width: 50px;
  }
  footer {
    text-align: center;
  }
}

@media (max-width: 415px) {
  .brand-logos .col-sm {
    -ms-flex-preferred-size: 0px;
        flex-basis: 0px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .brand-logos .col-sm.homesense {
    max-width: 35px;
  }
  .brand-logos .col-sm.homesense img {
    width: 30px;
  }
}

.b2b-gc-form .b2b-gc-form-col .input-container {
  position: relative;
  z-index: 3;
  margin: 10px 0;
  padding-bottom: 20px;
}

.b2b-gc-form .b2b-gc-form-col .input-container label {
  position: absolute;
  z-index: -1;
  color: #666666;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.b2b-gc-form .b2b-gc-form-col .input-container input, .b2b-gc-form .b2b-gc-form-col .input-container select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 8px 0;
  background: 0;
  font-size: 16px;
  font-weight: 300;
  height: 30px;
  outline: 0;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-color: #979797;
  color: #000;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}

.b2b-gc-form .b2b-gc-form-col .input-container input:focus, .b2b-gc-form .b2b-gc-form-col .input-container select:focus {
  border-color: #2e70be;
  color: #468EE5;
}

.b2b-gc-form .b2b-gc-form-col .input-container input:focus + label, .b2b-gc-form .b2b-gc-form-col .input-container select:focus + label {
  -webkit-transform: translateY(-100%) scale(0.6);
          transform: translateY(-100%) scale(0.6);
}

.b2b-gc-form .b2b-gc-form-col .input-container input.filled + label, .b2b-gc-form .b2b-gc-form-col .input-container select.filled + label {
  -webkit-transform: translateY(-100%) scale(0.6);
          transform: translateY(-100%) scale(0.6);
}

.b2b-gc-form .b2b-gc-form-col .input-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 0.8em;
  width: 180px;
  max-width: 100%;
  background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 60%, transparent 50%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 20px) 6px, calc(100% - 15px) 6px, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

.b2b-gc-form .b2b-gc-form-col .input-container select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.b2b-gc-form .b2b-gc-form-col .input-container select.select-bgc {
  width: 225px;
}

.b2b-gc-form .b2b-gc-form-col .input-container input {
  display: inline-block;
  width: 100%;
}

.b2b-gc-form .b2b-gc-form-col .input-container.inline {
  display: inline-block;
}

.b2b-gc-form .b2b-gc-form-col textarea {
  background-color: rgba(216, 216, 216, 0.21);
  resize: none;
  border: 0;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  padding: 1.2em 0.8em;
  border-bottom: 2px solid #979797;
  outline: 0;
  width: 100%;
}

.b2b-gc-form .b2b-gc-form-col textarea::-webkit-input-placeholder {
  color: #666666;
}

.b2b-gc-form .b2b-gc-form-col textarea:-ms-input-placeholder {
  color: #666666;
}

.b2b-gc-form .b2b-gc-form-col textarea::-ms-input-placeholder {
  color: #666666;
}

.b2b-gc-form .b2b-gc-form-col textarea::placeholder {
  color: #666666;
}

.b2b-gc-form .b2b-gc-form-col textarea:focus {
  border-color: #2e70be;
  color: #468EE5;
}

.submit-btn {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 260px;
  height: 51px;
  border: 0;
  background-color: #d3072b;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.submit-btn:hover {
  background-color: #000;
}

@media (max-width: 600px) {
  .submit-btn {
    margin: auto;
  }
}
/*# sourceMappingURL=main.css.map */