html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #00415F;
  color: #666;
  font-family: 'Univers LT 45 Light', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  scroll-behavior: smooth;
}

h1 {
  color: #444;
  font-size: 24px;
  font-weight: inherit;
  letter-spacing: -1.5px;
  line-height: 30px;
  margin: 0;
}

h2 {
  color: #444;
  font-size: 24px;
  font-weight: inherit;
  letter-spacing: -1.5px;
  line-height: 30px;
  margin: 0;
}

p {
  margin: 20px 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 2.25em;
  padding: 6px 0 6px 2.65em;
}

ol li:nth-child(1)::before,
ol li:nth-child(2)::before,
ol li:nth-child(3)::before {
  content: none;
}

ol li:nth-child(1) {
  background-image: url(icon/1.svg);
}

ol li:nth-child(2) {
  background-image: url(icon/2.svg);
}

ol li:nth-child(3) {
  background-image: url(icon/3.svg);
}

figure {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

video {
  display: block;
  height: auto;
  margin: 0;
  max-width: 100%;
}

figure.layout-column {
  margin-left: -10px;
  margin-right: -10px;
}

.screen-reader-text {
  display: none;
}

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.text-large {
  color: #555;
  font-size: 15px;
}

div[data-video] {
  position: relative;
}

.image-block {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.video-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url("img/play_button.svg");
  background-position: center;
  background-size: 50px;
  border: none;
  cursor: pointer;
  height: 50px;
  margin: 0;
  padding: 0;
  outline: none;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
}

.video-control:focus,
.video-control:hover {
  opacity: 0.75;
}

.icon {
  display: inline-block;
  fill: currentColor;
  height: 2.25em;
  margin: -0.5em 0;
  vertical-align: top;
  width: 2.25em;
}

video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #ff00ff;
}

.container,
.layout-center,
.layout-split {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.layout-column {
  margin: 0;
}

.site-header {
  background-color: #FAFAFA;
  padding: 10px 10px 5px;
  position: relative;
  top: 0;
  z-index: 2;
}

.site-header::after {
  background-color: inherit;
  content: '';
  position: absolute;
  height: 100vw;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: -1;
}

.site-header a {
  color: inherit;
}

.site-content {
  background-color: white;
}

.site-content a {
  color: inherit;
  text-decoration: none;
}

.site-content a:hover {
  color: black;
}

.site-logo {
  height: 25px;
  display: block;
  width: 90px;
}

.site-section {
  clear: both;
  margin: 0;
  padding: 40px 10px;
}

.site-section--hero {
  text-align: center;
}

.site-section--muted {
  background-color: #fafafa;
}

.site-footer {
  background-color: #00415F;
  color: #F2F2F2;
  padding: 10px 10px 20px;
  position: relative;
}

.site-footer a {
  color: inherit;
}

.site-footer img {
  margin-bottom: 15px;
}

.site-footer .menu {
  margin: 15px 0 10px;
}

.column {
  margin-left: 24px;
  width: 33.3%;
}

.column:first-child {
  margin-left: 0;
}

.column--wide {
  width: 66.6%;
}

.thermostat {
  margin: 0 auto;
  max-width: 792px;
  position: relative;
  /*width: 66.6%;*/
  width: 100%;
}

.thermostat [data-video] img,
.thermostat [data-video] video {
  background-color: black;
  border-bottom-left-radius: 16.89px;
  border-top-left-radius: 16.89px;
  box-sizing: border-box;
  display: block;
  height: calc(100vw - 20px);
  margin: 0 auto;
  max-height: 380px;
  max-width: 380px;
  padding: 23px 65px 24px;
  padding: 23px 65px 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  width: calc(100vw - 20px);
}

.thermostat figcaption {
  margin: 24px auto 0;
}

.menu-toggle {
  background-color: currentColor;
  background-clip: content-box;
  cursor: pointer;
  display: block;
  height: 2px;
  padding: 22px 13px;
  position: relative;
  transition-property: background-color;
  transition-duration: 250ms;
  width: 20px;
}

.menu-toggle::before,
.menu-toggle::after {
  background-color: currentColor;
  content: '';
  height: 2px;
  position: absolute;
  top: 22px;
  left: 13px;
  right: 13px;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: inherit;
}

.menu-toggle::before {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.menu-toggle::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

input:checked ~ .menu-toggle {
  background-color: transparent;
}

input:checked ~ .menu-toggle::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

input:checked ~ .menu-toggle::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu a {
  text-decoration: none;
}

.site-navigation {
  background-color: #fafafa;
  box-shadow: 0px 0 0 transparent;
  /*border-bottom: 1px solid #999;*/
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  transition-duration: 250ms;
  transition-property: box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-transform;
}

input:checked ~ .site-navigation {
  box-shadow: 0px -10px 20px black;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.site-navigation a {
  border-top: 1px solid #999;
  color: inherit;
  display: block;
  padding: 10px;
}

.site-navigation .menu-separator {
  display: none;
}

.site-header .layout-split {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}

@media screen and (hover: hover) {
  .menu a:hover {
    text-decoration: underline;
  }
}
/*# sourceMappingURL=style.min.css.map */
