.row--narrow > div,
.row-narrow > div {
  padding: 0 3px;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.flex-center-nomobile {
  display: block;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

a {
  color: #808083;
}

ul {
  list-style: none;
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}

body {
  background-color: #fff;
}

a {
  text-decoration: none;
}

.row-narrow:after,
.row-narrow:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-3,
.col-md-4,
.col-md-6,
.col-sm-6,
.col-xs-12,
.col-xs-3,
.col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-12,
.col-xs-3,
.col-xs-6 {
  float: left;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-12 {
  width: 100%;
}

*,
:after,
:before {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Avenir Next", AvenirNextLTW01-Regular, "Avenir Next W01 Light",
    sans-serif, sans;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-bottom: 35px;
  letter-spacing: 0.025em;
  line-height: 1.5em;
  font-weight: 400;
  color: #808083;
}

p {
  font-size: 17px;
}

.button {
  font-size: 0.8em;
  font-weight: 600;
  width: auto;
  color: #fff;
  border-radius: 3px;
  padding: 0 1.2em;
  text-decoration: none;
  height: 46px;
  line-height: 46px;
  outline: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: inline-block;
  cursor: pointer;
  background-color: #8665c3;
  border: 2px solid #8665c3;
  text-transform: uppercase;
}

.button {
  border-color: #8665c3;
  background: #8665c3;
  color: "";
}

.button:active,
.button:focus,
.button:hover {
  background-color: transparent;
  color: #8665c3;
}
.checkboxes {
  display: inline-block;
}
@media (min-width: 768px) {
  .flex-center-nomobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
  }

  .col-sm-6 {
    float: left;
  }

  .col-sm-6 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-3,
  .col-md-4,
  .col-md-6 {
    float: left;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-6 {
    width: 50%;
  }

  p {
    font-size: 18px;
  }
}

#check-btn,
#clear-btn,
#show-btn {
  text-decoration: none;
  text-align: center;
}

.thermostat-compat {
  padding-top: 1em;
  margin-bottom: 2em;
  text-align: center;
}

.thermostat-compat .row {
  max-width: 500px;
  margin: 0 auto;
}

.row-narrow .more-wires {
  display: none;
  padding: 0 3px;
}

.checkboxes input[type="checkbox"] {
  display: none;
}

.checkboxes label {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #ccc;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
  float: left;
  margin-bottom: 6px;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#check-btn:hover,
#show-btn {
  color: #8665c3;
}

.checkboxes label:hover {
  background: #807f84;
}

.checkboxes input[type="checkbox"]:checked + label {
  background: #8665c3;
}

#clear-btn,
#show-btn {
  display: block;
  cursor: pointer;
}

#show-btn {
  font-weight: 600;
}

.failed,
.success,
.warning {
  font-weight: 700;
}

#show-btn i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 1.3em;
}

#show-btn.less i {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

#check-btn {
  margin: 2em auto 1em;
  color: #fff;
}

#clear-btn img {
  width: 17px;
  display: inline-block;
  vertical-align: sub;
}

.failed {
  color: #9b304d;
}

.warning {
  color: #e89811;
}

.success {
  color: #1c7022;
}

#msg {
  margin: 2em auto;
}

#msg a {
  color: #8665c3;
  cursor: pointer;
}

.comp-categories__row {
  max-width: 890px;
}

.comp-categories__content {
  margin-bottom: 25px;
  padding-left: 15px;
  color: #555;
}

.comp-categories__content p {
  color: #555;
}

@media (min-width: 768px) {
  .thermostat-compat .row {
    max-width: none;
  }

  .thermostat-compat .col-xs-12:first-of-type {
    border-right: 1px solid #d5d5d5;
  }

  .checkboxes {
    padding-right: 15px;
  }

  #msg {
    margin: auto;
  }

  .comp-categories__content {
    padding-left: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .ccol-7-md {
    width: 14.28571%;
  }
}

@media (min-width: 1200px) {
  .thermostat-compat .row .checkboxes {
    max-width: 465px;
    margin: 0 auto;
  }
}
