/* ------- Colors ------- */
/* ------- Mixins ------- */
body {
  overflow-x: hidden;
  font-family: 'proxima-nova';
}
html.wf-loading h1,
html.wf-loading h2,
html.wf-loading h3,
html.wf-loading h4,
html.wf-loading h5,
html.wf-loading h6,
html.wf-loading p,
html.wf-loading li {
  display: none;
}
h2 {
  font-family: 'Roboto';
  font-size: 86px;
  color: #fff;
  font-weight: 200;
  margin: 0;
}
h3 {
  font-family: 'Roboto';
  font-size: 72px;
  color: #fff;
  font-weight: 200;
  margin: 0;
}
h4 {
  font-family: 'roboto';
  font-weight: 200;
  font-size: 50px;
  color: #fff;
}
h5 {
  font-family: 'roboto';
  font-weight: 300;
  font-size: 24px;
  color: #4c4945;
  margin-bottom: 10px;
}
h6 {
  font-family: 'roboto';
  font-size: 14px;
  color: #9baa8d;
  text-transform: uppercase;
}
p {
  font-family: 'proxima-nova';
  font-size: 16px;
  color: #a0a0a0;
}
p.dark {
  color: #4c4945;
}
a:hover {
  text-decoration: none;
}
.left {
  float: left;
}
.left.clear {
  clear: left;
}
.right {
  float: right;
}
.right.clear {
  clear: right;
}
.no-padding {
  padding: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.center {
  text-align: center;
}
.visible {
  overflow: visible;
}
.mobileOnly {
  display: none;
}
.mobile-up-to-991 {
  display: none;
}
.slick-slide {
  outline: none;
}
.block-with-text {
  overflow: hidden;
  position: relative;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
.block-with-text:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.block-with-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.tileBackground {
  background-image: url(/img/global/bg_tile.png);
  background-repeat: repeat;
  background-position-x: center;
  background-position-y: -12px;
  background-color: #57614c;
}
.tileBackground.gray {
  background-color: #403e3b;
}
.tileBackground.tan {
  background-color: #b2aaa4;
  background-image: url(/img/global/bg_tile.png);
  background-image: url(/img/global/bg_tile.png), -moz-linear-gradient(left, #b4aba5 0%, #bdb9ac 50%, #b4aba5 100%);
  background-image: url(/img/global/bg_tile.png), -webkit-linear-gradient(left, #b4aba5 0%, #bdb9ac 50%, #b4aba5 100%);
  background-image: url(/img/global/bg_tile.png), linear-gradient(to right, #b4aba5 0%, #bdb9ac 50%, #b4aba5 100%);
}
.tileBackground.blue {
  background: #92abc0;
  background-image: url(/img/global/bg_tile.png);
  background-image: url(/img/global/bg_tile.png), -moz-linear-gradient(left, #92abc0 0%, #9aaacc 50%, #92abc0 100%);
  background-image: url(/img/global/bg_tile.png), -webkit-linear-gradient(left, #92abc0 0%, #9aaacc 50%, #92abc0 100%);
  background-image: url(/img/global/bg_tile.png), linear-gradient(to right, #92abc0 0%, #9aaacc 50%, #92abc0 100%);
}
.hero.white .top-hero {
  background: #fff;
  height: 760px;
}
.hero.white .bottom-hero {
  background-image: url('/img/how_hero_triangle.png');
  height: 560px;
}
.hero.white .hero-content {
  top: 340px;
}
.hero.white .hero-content h2 {
  color: #4c4945;
}
.hero.white .hero-content p {
  max-width: 590px;
  color: #a0a0a0;
  margin-top: 25px;
}
.hero.white .hero-content h6 {
  margin-bottom: 0;
}
.hero.white .container {
  position: relative;
}
.button {
  min-width: 200px;
  line-height: 45px;
  height: 45px;
  display: block;
  background-color: #cbb596;
  border-radius: 25px;
  margin: 0;
  padding: 0 20px;
  font-family: 'proxima-nova';
  font-size: 16px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  border: none;
  -webkit-transition: background-color 0.5s;
  /* Safari */
  transition: background-color 0.5s;
  position: relative;
  z-index: 9000;
}
.button:hover {
  color: #fff;
}
.button.gray {
  background-color: #403e3b;
  min-width: 170px;
}
.button.green {
  background-color: #58614C;
}
.button.green:hover {
  background-color: #3e4436;
}
.button.pro-blue {
  color: #fff;
  background-color: #4285F4;
}
.button.blue-dark {
  background-color: #6E7D92;
}
.button.blue-dark:hover {
  background-color: #424b58;
}
.button.tan-dark {
  background-color: #B5ADA0;
}
.button.tan-dark:hover {
  background-color: #938C82;
}
.button.tan-darker {
  background-color: #938C82;
}
.button.tan-darker:hover {
  background-color: #5e5951;
}
.button.wide {
  min-width: 295px;
}
.button.kirio-main {
  background-color: #B8B0A2;
}
.button.kirio-pod {
  background-color: #6A7F5D;
}
.button.kirio-air {
  background-color: #91A3C0;
}
.button.kirio-branch {
  background-color: #B49669;
}
/* Used on Kirio Control and Product pages for appstore and google play store buttons */
.img-btn {
  display: inline-block;
  margin: 0 10px 10px 0;
}
/* Used on Kirio Control and Product pages for wrapping buttons  */
.pill-btn {
  display: block;
  text-decoration: none;
}
.pill-btn .button {
  max-width: 200px;
  font-weight: 200;
}
.mainContent {
  overflow: hidden;
}
.mainContent > section:last-child {
  -webkit-box-shadow: 0px 20px 27px -14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 20px 27px -14px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 20px 27px -14px rgba(0, 0, 0, 0.5);
  overflow: visible;
  position: relative;
}
header {
  position: absolute;
  z-index: 9999;
  background-color: transparent;
  top: 0;
  left: 0;
  padding: 50px 50px 0;
  width: 100%;
}
header .logo {
  margin: 5px 0;
}
header .logo.white,
header .logo.blue,
header .logo.kirio-pro {
  display: none;
}
header .menu {
  cursor: pointer;
  width: 25px;
  height: 20px;
  background: url('/img/global/header_mobile_burger.png') no-repeat;
  background-size: 25px 60px;
}
header .menu.closeButton {
  background: url('/img/global/header_mobile_close.png') no-repeat;
  width: 20px;
  background-size: contain;
}
header ul {
  margin: 0 auto;
  text-align: right;
  list-style: none;
  padding: 0;
}
header ul li {
  display: inline-block;
  height: 36px;
  padding: 0 25px;
  margin: 7px 0;
  background: transparent;
  border-radius: 100px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
header ul li.active,
header ul li:hover,
header ul li.open {
  background: rgba(68, 65, 59, 0.15);
}
header ul a {
  line-height: 36px;
  text-decoration: none !important;
  color: #4c4945;
  font-family: 'proxima-nova';
}
header ul a:hover {
  color: #4c4945;
}
header.white .logo {
  display: none;
}
header.white .logo.white {
  display: block;
}
header.white ul a {
  color: #fff;
}
header.white .button.gray {
  background-color: #183a52;
}
header.white .menu {
  background-position-y: -20px;
}
header.blue .logo {
  display: none;
}
header.blue .logo.blue {
  display: block;
}
header.blue ul a {
  color: #353738;
}
header.blue .button.gray {
  background-color: #39424f;
}
header.blue .menu {
  background-position-y: -40px;
}
header.kirio-pro .logo {
  display: none;
}
header.kirio-pro .logo.pro {
  display: block;
  width: 201px;
  height: 113px;
  margin-top: -25px;
}
header.open li:hover {
  background: transparent;
}
header.open li.active {
  background: rgba(68, 65, 59, 0.15);
}
.productDropdown {
  position: absolute;
  width: 100%;
  z-index: 9001;
  top: 90px;
  padding-top: 0px;
  opacity: 0;
  -webkit-transition: padding 0.3s ease, opacity 0.25s ease;
  -moz-transition: padding 0.3s ease, opacity 0.25s ease;
  -o-transition: padding 0.3s ease, opacity 0.25s ease;
  transition: padding 0.3s ease, opacity 0.25s ease;
}
.productDropdown ul {
  background: rgba(239, 239, 239, 0.95);
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.productDropdown a {
  display: inline-block;
  cursor: default;
}
.productDropdown li {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  height: 155px;
  position: relative;
}
.productDropdown li img {
  margin-left: -26px;
  position: relative;
  z-index: 9003;
}
.productDropdown li .hover {
  width: 86px;
  height: 86px;
  position: absolute;
  border-radius: 86px;
  background-color: #B8B0A2;
  top: 13px;
  left: 43px;
  -webkit-transition: opacity 0.2s ease, transform 0.25s ease;
  -moz-transition: opacity 0.2s ease, transform 0.25s ease;
  -o-transition: opacity 0.2s ease, transform 0.25s ease;
  transition: opacity 0.2s ease, transform 0.25s ease;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.productDropdown li.pod img {
  margin: 9px 0 7px -23px;
}
.productDropdown li.pod .hover {
  background-color: #6A7F5D;
}
.productDropdown li.sky p {
  padding-left: 30px;
}
.productDropdown li.sky i {
  font-size: 21px;
  padding-left: 6px;
  color: #95bfd3;
}
.productDropdown li.sky .hover {
  background-color: #91A3C0;
}
.productDropdown li.branch img {
  margin: 37px 0 31px -1px;
}
.productDropdown li.branch .hover {
  background-color: #B49669;
}
.productDropdown li:hover .hover {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.productDropdown.open {
  padding-top: 50px;
  opacity: 1;
}
.productDropdown.open a {
  cursor: pointer;
}
footer {
  overflow: hidden;
  min-height: 185px;
  padding: 35px 50px;
  max-width: 1920px;
  margin: 0 auto;
}
footer p,
footer a {
  color: #fff;
}
footer p {
  margin-top: 20px;
  font-size: 12px;
}
footer .footerLinks {
  margin-top: 15px;
}
footer .footerLinks a {
  margin: 0 15px;
}
footer .footerLinks a:last-child {
  margin-right: 0;
}
footer .footerLinks a:hover {
  color: #fff;
}
.slick-dots {
  text-align: center;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #a0a0a0;
}
.slick-dots li.slick-active {
  background-color: #4c4945;
}
.slick-dots li button {
  display: none;
}
.diagonal .hero {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
}
.diagonal .hero .background {
  background-size: cover;
  background-repeat: no-repeat;
}
.diagonal .hero .top-hero {
  background-position: bottom center;
}
.diagonal .hero .bottom-hero {
  background-position: top center;
}
.diagonal .hero .med-hero {
  display: none;
}
.diagonal .hero .hero-content {
  position: absolute;
  top: 250px;
  left: 0;
  width: 100%;
}
.diagonal .afterHero {
  padding-bottom: 80px;
  max-width: 1920px;
  margin: -560px auto 0;
  padding-top: 320px;
}
.content-slide {
  margin: 20px 0;
}
.content-slide p {
  margin-top: 30px;
  color: #fff;
  font-weight: 200;
}
.slick-slide {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.slick-slide.slick-current {
  opacity: 1;
}
.nav-container {
  position: relative;
  width: 54px;
}
.nav-container .slick-arrow {
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  margin: 0;
  opacity: 1;
  cursor: pointer;
}
.nav-container .slick-arrow.slick-disabled {
  opacity: 0.45;
}
.nav-container.vertical .next {
  position: absolute;
  top: 0;
  left: 0;
  background-position: 0 -54px;
  margin-top: 74px;
}
.nav-container.vertical .divider {
  height: 2px;
  background-color: #67745b;
  position: absolute;
  width: 100%;
  top: 64px;
  left: 0;
}
.nav-container.vertical .slideNumbers {
  text-align: center;
  font-size: 12px;
  color: #9baa8d;
  margin-top: 80px;
  font-weight: 500;
}
.nav-container.vertical.green .slick-arrow {
  background-image: url('/img/global/content_slider_arrow_green.png');
}
.nav-container.vertical.tan .slick-arrow {
  background-image: url('/img/global/content_slider_arrow_tan.png');
}
.nav-container.vertical.tan .divider {
  background-color: #4e4b48;
}
.nav-container.vertical.tan .slideNumbers {
  color: #a0a0a0;
}
/* Horizontal Only Sliders */
.text-slider-widget {
  position: relative;
  padding: 0 0 60px 150px;
  width: 100%;
  min-height: 450px;
  text-align: left;
}
.text-slider-widget .arrow-divider {
  position: absolute;
  left: 59px;
  top: 30px;
  width: 2px;
  height: 48px;
  background-color: #dededd;
}
.text-slider-widget .slick-track {
  z-index: 1;
}
.text-slider-widget .slick-list {
  overflow: visible;
}
.text-slider-widget .slick-arrow {
  position: absolute;
  left: 0;
  top: 30px;
  width: 48px;
  height: 48px;
  z-index: 2;
  background-image: url(/img/global/content_slider_arrow_gray.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
.text-slider-widget .slick-arrow.prev {
  background-position: 0 -48px;
}
.text-slider-widget .slick-arrow.next {
  left: 73px;
  background-position: 0 0;
}
.text-slider-widget .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.text-slider-widget .slick-dots {
  position: absolute;
  left: 0;
  top: 408px;
  width: 100%;
  height: 2px;
  margin: 0;
  text-align: left;
}
.text-slider-widget .slideNumbers {
  position: absolute;
  left: 0;
  top: 430px;
  margin: 0;
  font-size: 12px;
}
.text-slider-widget .slick-slide h6 {
  margin: 0;
}
.text-slider-widget .slick-slide h4 {
  margin-top: 0;
  line-height: 1.24;
  color: #4c4945;
}
.text-slider-widget .slick-slide p {
  line-height: 26px;
}
.text-slider-widget .slick-slide h4 + p {
  margin-top: 30px;
}
.text-slider-widget.for-green-bg {
  color: #fff;
}
.text-slider-widget.for-green-bg h6,
.text-slider-widget.for-green-bg h4,
.text-slider-widget.for-green-bg p {
  color: #fff;
}
.text-slider-widget.for-green-bg .arrow-divider {
  left: 59px;
  width: 2px;
  background-color: #68765c;
}
.text-slider-widget.for-green-bg .slick-arrow {
  background-image: url(/img/global/content_slider_arrow_green_h.png);
}
.text-slider-widget.for-green-bg .slick-arrow.next {
  left: 74px;
}
.text-slider-widget.for-green-bg .slick-dots li {
  background-color: #738067;
}
.text-slider-widget.for-green-bg .slick-dots li.slick-active {
  background-color: #fdfdfd;
}
.text-slider-widget.for-green-bg .slideNumbers {
  color: #9baa8d;
}
.hex-spinner {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  position: relative;
  background-color: #dadada;
}
.hex-spinner img {
  width: 32px;
  position: absolute;
}
/* Large Devices, Wide Screens */
@media screen and (min-width: 1920px) {
  header {
    left: 50%;
    max-width: 1920px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* Large Devices, Wide Screens */
@media screen and (max-width: 1199px) {
  .nav-container,
  .content-slider {
    display: none;
  }
  .content-slide.mobileOnly {
    display: block;
    opacity: 1;
    margin: 0;
  }
  /* Horizontal Only Sliders */
  .text-slider-widget {
    padding: 0 0 50px;
    min-height: auto;
    text-align: center;
  }
  .text-slider-widget .arrow-divider {
    display: none;
  }
  .text-slider-widget .slick-arrow {
    display: none !important;
  }
  .text-slider-widget .slick-dots {
    text-align: center;
    position: static;
  }
  .text-slider-widget .slideNumbers {
    width: 100%;
    text-align: center;
    position: static;
    margin-top: 20px;
  }
  .text-slider-widget .slick-slide h6 {
    display: none;
  }
  .text-slider-widget .slick-slide h4 {
    font-size: 36px;
  }
  .text-slider-widget .slick-slide h4 + p {
    margin-top: 20px;
  }
}
/* Medium Devices, Desktops */
@media screen and (max-width: 991px) {
  .mobile-up-to-991 {
    display: block;
  }
  header {
    padding: 20px 20px 0;
  }
  header .logo {
    height: 30px;
    margin: 10px 0;
  }
  header ul li {
    padding: 0 15px;
  }
}
/* Small Devices, Tablets */
@media screen and (max-width: 768px) {
  .mobileOnly {
    display: block;
  }
  .desktopOnly {
    display: none;
  }
  .container {
    padding: 0 30px;
  }
  header {
    padding: 20px 10px 0;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  header .logo {
    height: 20px;
    margin: 0;
  }
  header ul {
    clear: both;
    margin-top: 45px;
    height: 445;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-445px);
    -webkit-transition: transform 1s ease, opacity 0.45s ease;
    -moz-transition: transform 1s ease, opacity 0.45s ease;
    -o-transition: transform 1s ease, opacity 0.45s ease;
    transition: transform 1s ease, opacity 0.45s ease;
  }
  header ul li {
    display: block;
    margin: 18px 0;
  }
  header ul li a {
    color: #4c4945 !important;
  }
  header ul > a {
    color: #4c4945 !important;
  }
  header .button {
    width: 200px;
    margin: 0 auto;
    background-color: #403e3b !important;
  }
  header.open {
    background: #fff;
  }
  header.open ul {
    height: 445px;
    opacity: 1;
    transform: translateY(0px);
  }
  header.open .logo {
    display: block;
  }
  header.open .logo.white,
  header.open .logo.blue {
    display: none;
  }
  header.open .menu {
    background-position-y: 0px;
  }
  header.init ul {
    display: none;
  }
  .productDropdown {
    display: none;
  }
  footer * {
    float: none !important;
    text-align: center;
    margin: 20px auto !important;
    display: block;
  }
  footer img {
    margin: 40px auto 10px !important;
    height: 20px;
  }
  footer p {
    margin: 0 !important;
  }
  .tileBackground.tan {
    background-color: #b6afa6;
    background-image: url(/img/global/bg_tile.png);
  }
}
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/* ------------    HOMEPAGE    ------------- */
.home section {
  max-width: 100%;
}
.home .container {
  position: relative;
  width: 1250px;
}
.home .hero.white {
  overflow: hidden;
}
.home .hero.white .hero-content {
  top: 330px;
}
.home .hero.white .hero-content > img {
  position: absolute;
}
.home .hero.white .plant.left {
  top: -80px;
  left: 0;
}
.home .hero.white .plant.right {
  top: -150px;
  right: 0;
}
.home .hero.white h6 {
  font-weight: 600;
}
.home .hero.white p {
  max-width: 490px;
}
.home .hero.white .top-hero {
  height: 720px;
}
.home .device {
  top: -260px;
  right: -250px;
  position: absolute;
}
.home .why {
  padding-top: 190px;
  padding-bottom: 465px;
}
.home .why .ring {
  position: absolute;
  height: 1040px;
  width: 1063px;
  background: url('/img/home_icon_rings.png') no-repeat;
  top: -300px;
  right: -280px;
}
.home .why .content-slider {
  max-width: 390px;
  margin-top: -32px;
}
.home .why .slick-list {
  overflow: hidden;
}
.home .why a {
  text-decoration: none;
}
.home .why .button {
  max-width: 210px;
  margin-top: 30px;
  font-weight: 300;
}
.home .why .device {
  top: -180px;
}
.home .why .nav-container {
  position: absolute;
  left: -140px;
  top: 0;
}
.home .gallery {
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
.home .gallery .gallery-container {
  overflow: visible;
  position: relative;
}
.home .gallery .overflow {
  overflow: hidden;
}
.home .gallery img {
  padding: 0;
}
.home .gallery .content-slider {
  margin-top: -35px;
}
.home .gallery .floating-text {
  position: absolute;
  top: -50px;
  right: 0;
  width: 54%;
  height: 630px;
  -webkit-box-shadow: 6px 7px 11px 0px rgba(50, 50, 50, 0.72);
  -moz-box-shadow: 6px 7px 11px 0px rgba(50, 50, 50, 0.72);
  box-shadow: 6px 7px 11px 0px rgba(50, 50, 50, 0.72);
  padding: 140px 0 0 240px;
}
.home .gallery .nav-container {
  position: absolute;
  top: 140px;
  left: 95px;
}
.home .gallery h3 {
  max-width: 400px;
}
.home .gallery p {
  color: #a0a0a0;
  font-weight: 200;
  max-width: 450px;
}
.home .gallery .button {
  max-width: 200px;
}
.home .gallery a {
  text-decoration: none;
}
.home .product {
  background: #fff url('/img/white_bg_texture.jpg') no-repeat center center;
  padding-top: 250px;
  padding-bottom: 250px;
}
.home .product h3 {
  color: #4c4945;
  max-width: 450px;
}
.home .product p {
  max-width: 550px;
  font-weight: 200;
  margin: 30px 0;
}
.home .product .button {
  max-width: 200px;
}
.home .product a {
  text-decoration: none;
}
/* -------    FAQ / LEGAL / NEWS    -------- */
.tabLayout .hero h2 {
  padding: 180px 0 70px;
  text-align: center;
}
.tabLayout .hero.blue h2 {
  padding: 160px 0 30px;
  text-align: center;
}
.tabLayout .hero.blue p {
  color: #404040;
  max-width: 590px;
  text-align: center;
  margin: 0 auto;
  padding: 0 15px 70px;
}
.tabLayout .categories {
  text-align: center;
  background: #fff;
}
.tabLayout .categories div {
  display: inline-block;
  line-height: 85px;
  padding: 0 3px;
  margin: 0 15px;
  font-family: 'roboto';
  font-weight: 300;
  font-size: 22px;
  cursor: pointer;
  color: #a0a0a0;
  min-width: 60px;
}
.tabLayout .categories div.current {
  color: #4c4945;
  border-bottom: 2px solid #8ea0bc;
}
.tabLayout .content {
  background-color: #f7f7f7;
  display: none;
}
.tabLayout .content.current {
  display: block;
}
.tabLayout .content > div {
  padding: 65px 0;
}
.tabLayout .content .container > div {
  background-color: #fff;
  padding: 25px 35px 30px;
  margin-bottom: 20px;
}
.tabLayout .content .container > div p {
  margin: 0;
}
.tabLayout .content .container > div p.title {
  font-family: 'roboto';
  font-weight: 300;
  font-size: 24px;
  color: #4c4945;
  margin-bottom: 10px;
}
.tabLayout .content .container > div.faq-bubble p {
  margin-bottom: 15px;
}
.tabLayout .legalContent h5 {
  margin-bottom: 45px;
  margin-top: 10px;
}
.tabLayout .legalContent p {
  margin-bottom: 30px;
}
.tabLayout.faq .hero {
  padding: 180px 0 45px;
}
.tabLayout.faq .hero h2 {
  padding: 0 30px !important;
  margin-bottom: 25px;
}
.tabLayout.faq .hero h1,
.tabLayout.faq .hero h2,
.tabLayout.faq .hero h3,
.tabLayout.faq .hero h4,
.tabLayout.faq .hero h5,
.tabLayout.faq .hero h6,
.tabLayout.faq .hero p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/* -----------    ABOUT US    ------------- */
.aboutUs .hero .top-hero {
  background-image: url('/img/about_us_hero.jpg');
  height: 621px;
}
.aboutUs .hero .bottom-hero {
  background-image: url('/img/about_us_hero_triangle.png');
  height: 560px;
}
.aboutUs .hero .hero-content p {
  max-width: 440px;
  color: #fff;
  margin-top: 25px;
}
.aboutUs .content h4 {
  max-width: 670px;
}
.aboutUs .content h6 {
  margin: 25px 0 35px;
}
.aboutUs .content p {
  color: #fff;
  margin: 18px 0;
  font-weight: 300;
}
.aboutUs .team {
  background: #f7f7f7;
  padding: 60px 0;
}
.aboutUs .team h4 {
  color: #4c4945;
  margin-bottom: 60px;
}
.aboutUs .team .member {
  padding: 0 10px;
}
.aboutUs .team .member img {
  width: 100%;
}
.aboutUs .team .member p {
  min-height: 220px;
}
.aboutUs .team .member p.title,
.aboutUs .team .member h5 {
  font-family: 'roboto';
  font-weight: 300;
  font-size: 16px;
  color: #4c4945;
  margin: 0 0 35px;
  min-height: 0;
  line-height: 20px;
}
.aboutUs .team .member p.name,
.aboutUs .team .member h6 {
  font-family: 'roboto';
  font-weight: 300;
  font-size: 20px;
  color: #4c4945;
  margin: 25px 0 0;
  min-height: 0;
  text-transform: none;
  line-height: 28px;
}
.aboutUs .slick-list {
  overflow: visible;
}
/* -----------    NEWS    ------------- */
.newsContent .articles {
  background: #f7f7f7;
  overflow: hidden;
  padding: 60px 0 40px;
  min-height: 1200px;
}
.newsContent .articles .spinner {
  margin: 100px auto 250px;
  display: block;
}
.newsContent .articles .spinner.small {
  margin: 0 auto 25px;
}
.newsContent .articles .button.more {
  min-width: 0;
  max-width: 200px;
  background-color: #e4e4e4;
  color: #575451;
  margin: 15px auto 35px;
}
.newsContent .articles .article {
  margin-bottom: 45px;
  background-color: #fff;
  padding: 0;
}
.newsContent .articles .article .articleContent {
  padding: 40px 50px 0 346px;
}
.newsContent .articles .article .articleContent.no-image {
  padding: 40px 50px 40px 40px;
}
.newsContent .articles .article p {
  font-weight: 300;
  margin: 0 0 10px;
}
.newsContent .articles .article p.date {
  margin: 0 0 30px;
  font-size: 14px;
  font-family: 'roboto';
  color: #4c4945;
}
.newsContent .articles .article p.title {
  font-size: 24px;
  color: #4c4945;
  font-family: 'proxima-nova';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsContent .articles .article p.block-with-text {
  max-height: 66px;
}
.newsContent .articles .article a {
  color: #4285f4;
  font-family: 'proxima-nova';
  font-weight: 400;
  margin: 0;
}
.newsArticle .articleContent {
  background: #f7f7f7;
  padding: 35px 0 65px;
}
.newsArticle .articleContent .home {
  display: block;
  margin: 0 0 55px;
}
.newsArticle .articleContent .home p,
.newsArticle .articleContent .home i {
  color: #4285f4;
}
.newsArticle .articleContent .home p {
  line-height: 30px;
  margin: 0;
  margin-left: 10px;
  font-size: 14px;
  font-family: 'roboto';
}
.newsArticle .articleContent .home i {
  font-size: 28px;
  vertical-align: middle;
}
.newsArticle .articleContent .home div {
  overflow: hidden;
  display: block;
}
.newsArticle .articleContent .date {
  margin: 0 0 40px;
  font-size: 14px;
  font-family: 'roboto';
  color: #4c4945;
}
.newsArticle .articleContent h5 {
  font-size: 36px;
  margin: 0 0 25px;
}
.newsArticle .articleContent h6 {
  color: #4c4945;
  text-transform: none;
  font-weight: 400;
  margin: 0 0 25px;
}
.newsArticle .articleContent .container > p {
  font-weight: 300;
  margin-bottom: 20px;
}
.newsArticle .articleContent blockquote p {
  color: #4c4945;
  font-size: 26px;
  font-style: italic;
  font-weight: 300;
}
.newsArticle .articleContent blockquote p span {
  font-style: normal;
  font-size: 16px;
  color: #a0a0a0;
}
.newsArticle .articleContent img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}
/* ----------    How it Works    ---------- */
.how-it-works .hero .hero-content {
  top: 340px;
}
.how-it-works .hero .container {
  position: relative;
}
.how-it-works .hero .container img {
  position: absolute;
  top: -43px;
  right: 15px;
}
.how-it-works .hero .container p {
  max-width: 480px;
}
.how-it-works .hero.larger .container {
  width: 1335px;
}
.how-it-works .content .container,
.how-it-works .platform .container {
  width: 1500px;
}
.how-it-works .content {
  padding-top: 380px;
}
.how-it-works .content h4 {
  max-width: 760px;
  margin: 0 0 80px;
}
.how-it-works .content .layer {
  margin-bottom: 60px;
}
.how-it-works .content .layer img {
  float: left;
}
.how-it-works .content .layer p {
  color: #fff;
  margin: 0;
  padding: 0 0 0 150px;
}
.how-it-works .content .layer h5 {
  font-size: 24px;
  font-family: 'roboto';
  font-weight: 300;
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
  padding: 0 0 0 150px;
}
.how-it-works .autolearn {
  background: #fff;
}
.how-it-works .autolearn .wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.how-it-works .autolearn .text {
  z-index: 12;
  position: absolute;
  left: 50%;
  width: 50%;
  height: 110%;
  top: -35px;
  background-color: #fff;
  padding: 260px 0 0;
  -webkit-box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.5);
}
.how-it-works .autolearn .textwrapper {
  max-width: 600px;
  margin: 0 auto;
}
.how-it-works .autolearn h6 {
  color: #a0a0a0;
}
.how-it-works .autolearn h4 {
  color: #4c4945;
  margin-bottom: 20px;
}
.how-it-works .autolearn p {
  font-weight: 300;
  margin: 5px 0 30px;
  line-height: 26px;
}
.how-it-works .autolearn p strong {
  color: #4c4945;
}
.how-it-works .autolearn img {
  margin-left: 0;
  margin-left: calc((100% - 1920px)/3.5);
}
.how-it-works .platform {
  background: #8ea0bc url('/img/how_texture.jpg') no-repeat right top;
  overflow: hidden !important;
}
.how-it-works .platform > img {
  position: absolute;
}
.how-it-works .platform > img.plant {
  left: 0;
  top: -160px;
  z-index: 10;
}
.how-it-works .platform .container {
  position: relative;
  z-index: 11;
}
.how-it-works .platform .container img {
  padding: 125px 0 70px;
}
.how-it-works .platform .text {
  max-width: 450px;
  margin-top: 360px;
}
.how-it-works .platform .text h6,
.how-it-works .platform .text p {
  color: #fff;
  font-weight: 300;
}
.how-it-works .platform .text h6 {
  font-weight: 400;
}
/* ------------    WHY KIRIO    ------------ */
.why-kirio .hero.white .hero-content {
  top: 230px;
}
.why-kirio .hero.white .hero-content h2,
.why-kirio .hero.white .hero-content p {
  text-align: center;
  margin: 0 auto 30px;
}
.why-kirio .hero.white .top-hero {
  height: 415px;
}
.why-kirio .hero.white .bottom-hero {
  position: relative;
}
.why-kirio .container {
  width: 1590px;
  padding: 0 10px;
}
.why-kirio .afterHero {
  max-width: 1920px;
  padding: 0px;
  height: 1240px;
  background-image: url('/img/why_hero.jpg');
  background-repeat: no-repeat;
  background-position: center -410px;
  box-shadow: 0 0px 20px 11px rgba(0, 0, 0, 0.3);
}
.why-kirio .kirio-overlay {
  position: absolute;
  max-width: 651px;
  width: 100%;
  height: 368px;
  left: 50%;
  top: 50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url('/img/why_kirio_device.png') no-repeat center center;
}
.why-kirio .icon-section {
  padding: 100px 0 140px 0;
}
.why-kirio .icon-section .container h4,
.why-kirio .icon-section .container > p {
  text-align: center;
  margin: 0 auto;
}
.why-kirio .icon-section .container h4 {
  margin-bottom: 45px;
}
.why-kirio .icon-section .container > p {
  margin-bottom: 35px;
}
.why-kirio .icon-section .container p {
  color: #fff;
  opacity: 0.5;
  max-width: 860px;
}
.why-kirio .icon-section .button {
  max-width: 300px;
  margin: 0 auto;
}
.why-kirio .icon-section .tiles {
  padding: 60px 0 0px;
  overflow: hidden;
}
.why-kirio .icon-section .tiles .tile {
  float: left;
  width: 20%;
  padding: 0 10px;
  outline: none;
}
.why-kirio .icon-section .tiles .tile p {
  font-size: 14px;
  min-height: 160px;
  font-weight: 300;
}
.why-kirio .icon-section .tiles .tile p.title {
  font-family: 'roboto';
  font-weight: 300;
  font-size: 20px;
  opacity: 1;
  min-height: 0;
}
.why-kirio .icon-section .tiles .tile .icon {
  width: 100px;
  height: 70px;
  background-image: url('/img/why_icon_sprite.png');
  background-repeat: no-repeat;
}
.why-kirio .icon-section .tiles .tile .icon.kirio-sensor {
  width: 72px;
}
.why-kirio .icon-section .tiles .tile .icon.heating {
  background-position: -316px 0px;
  width: 48px;
}
.why-kirio .icon-section .tiles .tile .icon.air {
  background-position: -632px 0px;
  width: 56px;
}
.why-kirio .icon-section .tiles .tile .icon.lighting {
  background-position: -948px 0px;
  width: 48px;
}
.why-kirio .icon-section .tiles .tile .icon.security {
  background-position: -1264px 0px;
  width: 46px;
}
.why-kirio .icon-section .tiles .tile .icon.camera {
  background-position: 0px -264px;
  width: 32px;
}
.why-kirio .icon-section .tiles .tile .icon.door {
  background-position: -316px -264px;
  width: 54px;
}
.why-kirio .icon-section .tiles .tile .icon.garage {
  background-position: -632px -264px;
  width: 56px;
}
.why-kirio .icon-section .tiles .tile .icon.energy {
  background-position: -948px -264px;
  width: 52px;
}
.why-kirio .icon-section .tiles .tile .icon.water {
  background-position: -1264px -264px;
  width: 54px;
}
.why-kirio .icon-section .tiles .tile .icon.thermo {
  background-position: 0px -528px;
  width: 54px;
}
.why-kirio .icon-section .tiles .tile .icon.window {
  background-position: -316px -528px;
  width: 54px;
}
.why-kirio .icon-section .tiles .tile .icon.solar {
  background-position: -632px -528px;
  width: 52px;
}
.why-kirio .icon-section .tiles .tile .icon.fire {
  background-position: -948px -528px;
  width: 56px;
}
.why-kirio .icon-section .tiles .tile .icon.sprinkler {
  background-position: -1264px -528px;
  width: 64px;
}
.why-kirio .icon-section .tiles .tile .icon.co2 {
  background-position: 0px -808px;
  width: 73px;
}
.why-kirio .icon-section .tiles .tile .icon.appliance {
  background-position: -316px -808px;
  width: 52px;
}
.why-kirio .icon-section .tiles .tile .icon.ventilation {
  background-position: -630px -808px;
  width: 53px;
}
.why-kirio .platform.benefits {
  position: relative;
  background: none;
}
.why-kirio .platform.benefits .bg {
  background: url('/img/why_benefits_bg.jpg') no-repeat center center;
  height: 730px;
  background-size: cover;
}
.why-kirio .platform.benefits .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 255px;
}
.why-kirio .platform.benefits .text {
  margin: 0;
  max-width: 660px;
}
/* ---------    Product Pages    --------- */
.products .overflow-center {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.products .device {
  position: absolute;
  top: -9999px !important;
  bottom: -9999px !important;
  left: -9999px !important;
  right: -9999px !important;
  margin: auto;
}
.products .hero .container {
  text-align: center;
}
.products .hero h2,
.products .hero p {
  max-width: 540px;
  text-align: left;
  color: #4c4945 !important;
}
.products .hero .hero-content {
  top: 130px;
}
.products .hero .hero-images img {
  width: 100%;
}
.products .hero .device {
  width: 360px;
}
.products .hero .overflow-center {
  height: 204px;
}
.products .pro-FAQ {
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
.products .pro-FAQ .wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.products .pro-FAQ .text {
  z-index: 12;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 90px 30px 80px;
  text-align: center;
}
.products .pro-FAQ .textwrapper {
  max-width: 920px;
  margin: 0 auto;
}
.products .pro-FAQ h6 {
  display: none;
  color: #a0a0a0;
}
.products .pro-FAQ h4 {
  color: #000;
  margin-bottom: 20px;
}
.products .pro-FAQ p {
  font-weight: 300;
  margin: 5px 0 30px;
  line-height: 26px;
}
.products .pro-FAQ p strong {
  color: #4c4945;
}
.products .pro-FAQ img {
  margin-left: 0;
  margin-left: calc((100% - 1920px)/3.5);
}
.products .pro-FAQ a.button {
  max-width: 225px;
  margin: 0 auto;
}
.products .tileBackground,
.products .feature-content {
  width: 50%;
  float: left;
  height: 1200px;
  position: relative;
}
.products .tileBackground img {
  position: absolute;
  right: -100px;
  z-index: 1;
  top: 460px;
  -webkit-box-shadow: 0px 16px 21px -11px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 16px 21px -11px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 16px 21px -11px rgba(0, 0, 0, 0.75);
}
.products .feature-content {
  background: #f1f0ed;
}
.products.kirio-pro .feature-content {
  padding-top: 100px;
  background: #f2f2f2;
}
.products .feature {
  padding: 0;
  overflow: hidden;
}
.products.kirio-pro .feature.afterHero.secondSection {
  margin-top: 12px;
}
.products.kirio-pro .feature.afterHero.secondSection .feature-content img {
  margin: 120px auto -60px;
}
.products.kirio-pro .feature.afterHero.secondSection .tileBackground.customDesktopOnly {
  display: none;
}
.products.kirio-pro .feature.afterHero.secondSection .text-slider-widget {
  padding-top: 480px;
}
.products.kirio .feature .tileBackground {
  background-color: #B8B0A2;
}
.products.kirio-pod .feature .tileBackground {
  background-color: #6A7F5D;
}
.products.kirio-sky .feature .tileBackground {
  background-color: #91A3C0;
}
.products.kirio-branch .feature .tileBackground {
  background-color: #B49669;
}
.products.kirio-pro .feature .tileBackground {
  background-color: #8FA0BC;
}
.products.kirio-pro.tileBackground {
  background-color: #f2f2f2;
}
.products .afterHero .text-slider-widget {
  margin: 585px 0 0 180px;
  max-width: 615px;
}
.products .specs-section {
  width: 100%;
  background: #fff;
  display: block;
  padding: 100px 50px 75px;
}
.products .specs-section .specs-content {
  max-width: 930px;
  width: 100%;
  display: inline-block;
}
.products .specs-section h3 {
  color: #353738;
  margin-bottom: 35px;
}
.products .specs-section .spec-tabs ul.nav-tabs {
  text-align: center;
  border: 0;
  margin-bottom: 50px;
}
.products .specs-section .spec-tabs ul.nav-tabs li {
  display: inline-block;
  float: none;
  margin: 0 -2px;
  min-width: 150px;
  padding: 0 18px 25px;
  border: 0;
  border-bottom: 2px #d5d1c4 solid;
  color: #a0a0a0;
  font-family: 'roboto';
  font-weight: 300;
  font-size: 20px;
  cursor: pointer;
}
.products .specs-section .spec-tabs ul.nav-tabs li.active {
  border-bottom: 2px #3a4a48 solid;
  color: #4c4945;
  cursor: default;
}
.products .specs-section .spec-tabs .tab-content div.inner-tab-content {
  overflow: hidden;
}
.products .specs-section .spec-tabs .tab-content p {
  padding: 0 10px 15px 20px;
  text-align: left;
  color: #8d8d8d;
  font-size: 16px;
  list-style: none;
  width: 50%;
  float: left;
}
.products .specs-section .spec-tabs .tab-content p:before {
  content: " ";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #889d9a;
  display: block;
  float: left;
  margin-left: -15px;
  margin-top: 8px;
}
.products .specs-section img,
.products .specs-section .tab-content > div {
  display: none;
}
.products .specs-section img.active,
.products .specs-section .tab-content > div.active {
  display: block;
  margin: 0 auto;
}
.products .specs-section img {
  max-width: 100%;
  width: auto;
}
.products .testimonial {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.products .testimonial h4 {
  color: #fff;
}
.products .testimonial .background-container {
  width: 100%;
  height: 700px;
}
.products .testimonial .tileBackground {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  padding: 80px 250px 80px 80px;
  width: 1040px;
}
.products .testimonial .testimonial-slider {
  min-height: 300px;
}
.products .testimonial .testimonial-slider .slick-arrow {
  background-image: url('/img/global/content_slider_arrow_white.png');
}
.products .testimonial .testimonial-slider .slick-arrow.slick-disabled {
  background-image: url('/img/global/content_slider_arrow_gray.png');
}
.products .testimonial .testimonial-slider .arrow-divider {
  background-color: #b5ada0;
  opacity: 0.2;
}
.products .testimonial .device {
  opacity: 0;
  -webkit-transition: opacity 0.75s ease;
  -moz-transition: opacity 0.75s ease;
  -o-transition: opacity 0.75s ease;
  transition: opacity 0.75s ease;
}
.products .testimonial .device.active {
  opacity: 1;
}
.products .testimonial .slick-dots {
  top: 238px;
}
.products .testimonial .slideNumbers {
  top: 260px;
}
.products .compatibility {
  background-color: #f1f0ed;
  padding: 85px 0;
  text-align: center;
  position: relative;
}
.products .compatibility .leaf-left {
  position: absolute;
  left: 0;
  top: -390px;
}
.products .compatibility .leaf-right {
  position: absolute;
  right: -60px;
  top: -220px;
  width: 320px;
}
.products .compatibility .dropdowns {
  text-align: left;
}
.products .compatibility .container > h4 {
  color: #4c4945;
  margin-bottom: 25px;
}
.products .compatibility .container > p {
  max-width: 930px;
  margin: 0 auto 70px;
}
.products .compatibility .item {
  border-top: 2px solid #dad9d6;
  overflow: hidden;
}
.products .compatibility ul.text {
  padding: 0;
  margin: 0 -15px;
  height: 0;
  overflow: hidden;
}
.products .compatibility ul.text li {
  color: #8d8d8d;
  list-style: none;
  font-size: 16px;
  padding-bottom: 25px;
}
.products .compatibility .title {
  overflow: hidden;
  cursor: pointer;
}
.products .compatibility .title p {
  line-height: 75px;
  font-size: 18px;
  color: #4c4945;
  margin: 0;
}
.products .compatibility .title i {
  font-size: 26px;
  color: #4285f4;
  line-height: 75px;
  padding-right: 30px;
}
.products .compatibility .title .icon {
  width: 55px;
  height: 75px;
  background-image: url('/img/product_icon_sprite.png');
  background-repeat: no-repeat;
}
.products .compatibility .title .icon.air {
  background-position: 0 -77px;
}
.products .compatibility .title .icon.light {
  background-position: 0 -154px;
}
.products .compatibility .title .icon.security {
  background-position: 0 -231px;
}
.products .compatibility .title .icon.door {
  background-position: 0 -308px;
}
.products .compatibility .title .icon.garage {
  background-position: 0 -385px;
}
.products .compatibility .title .icon.energy {
  background-position: 0 -462px;
}
.products .compatibility .title .icon.thermo {
  background-position: 0 -539px;
}
.products .compatibility .title .icon.window {
  background-position: 0 -616px;
}
.products .compatibility .title .icon.solar {
  background-position: 0 -693px;
}
.products .compatibility .title .icon.fire {
  background-position: 0 -770px;
}
.products .compatibility .title .icon.sprinkler {
  background-position: 0 -847px;
}
.products .compatibility .title .icon.co2 {
  background-position: 0 -924px;
}
.products .compatibility .title .icon.smoke {
  background-position: 0 -1001px;
}
.products .compatibility .title .icon.environment {
  background-position: 0 -1078px;
}
.products .compatibility .title .icon.appliances {
  background-position: 0 -1155px;
}
.products.kirio-pro footer {
  background-color: #8FA0BC;
}
/* ----------    Get Started    ---------- */
.get-started header.white .button.gray {
  background-color: #262a21;
}
.get-started .hero {
  padding-bottom: 70px;
}
.get-started .hero h2 {
  padding-bottom: 0;
}
.get-started .hero p {
  text-align: center;
  color: #fff;
  max-width: 600px;
  margin: 0px auto;
}
.get-started .mainContent p {
  padding-top: 30px;
}
.get-started .form-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.get-started .form-header h4 {
  color: #4c4945;
}
.get-started .content .container > div {
  background-color: transparent;
}
.get-started .dealer .button {
  margin: 30px 0 0;
}
.get-started form {
  max-width: 900px;
  margin: 0 auto;
}
.get-started form h5 {
  margin-top: 0px;
}
.get-started form h6 {
  color: #4c4945;
  text-transform: none;
  font-size: 18px;
}
.get-started form input {
  width: 100%;
  padding: 25px 30px;
}
.get-started form .radio input,
.get-started form .checkbox input {
  width: auto;
  margin-left: -25px;
}
.get-started form .radio label,
.get-started form .checkbox label {
  padding-left: 25px;
}
.get-started form .form-group {
  margin-bottom: 30px;
}
.get-started form .form-control {
  height: 74px;
}
.get-started form .form-control .btn {
  border-radius: 0;
  padding: 27px 30px;
  color: #a0a0a0;
}
.get-started form textarea.form-control {
  padding: 25px 30px;
  border-radius: 0;
  height: auto;
}
.get-started form .button {
  margin: 15px auto;
}
.get-started form .form-group select,
.get-started form .form-group input,
.get-started form .form-group .dropdown-toggle,
.get-started form .form-group .bootstrap-select {
  height: 72px !important;
  outline: none !important;
}
.get-started form .form-group select,
.get-started form .form-group input,
.get-started form .form-group textarea {
  border-radius: 0;
  border: 1px solid #d1d1d1;
  box-shadow: none;
  padding: 25px 30px;
  outline: none;
}
.get-started form .form-group select[type=checkbox],
.get-started form .form-group input[type=checkbox],
.get-started form .form-group textarea[type=checkbox],
.get-started form .form-group select[type=radio],
.get-started form .form-group input[type=radio],
.get-started form .form-group textarea[type=radio] {
  height: 14px !important;
}
.get-started .button,
.get-started button {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.5s;
  /* Safari */
  transition: background-color 0.5s;
}
.get-started .additional-info {
  background-color: #fff;
  padding: 55px 0;
}
.get-started .additional-info h4 {
  color: #4c4945;
}
.get-started .tile-section {
  background-color: #EAEAEA;
  padding: 55px 0;
}
.get-started .tile-section .tile {
  width: 100%;
  height: 355px;
  padding: 55px;
  text-align: center;
  color: #fff;
}
.get-started .tile-section .tile h5,
.get-started .tile-section .tile p {
  color: #fff;
}
.get-started .tile-section .tile i {
  font-size: 32px;
}
.get-started .tile-section .tile p {
  padding: 30px;
}
.get-started .tile-section .tile.bg-blue {
  background-color: #8FA0BC;
}
.get-started .tile-section .tile.bg-tan {
  background-color: #B5ADA0;
}
.get-started #dealerSearch .search p {
  padding: 5px 30px 20px 0;
}
.get-started #dealerSearch .search p.title {
  padding: 0;
}
.get-started #dealerSearch .search input {
  width: 100%;
  max-width: 380px;
  line-height: 60px;
  padding-left: 30px;
  border: 1px solid #d3d3d3;
}
.get-started #dealerSearch .search img {
  width: 100%;
}
.get-started #dealerSearch .result-container {
  border-top: 1px solid #dbdbdb;
  padding: 40px 0;
  margin: 0;
  overflow: hidden;
}
.get-started #dealerSearch .result-container p.location-title {
  padding: 0;
  color: #4c4945;
}
.get-started #dealerSearch .result-container .icons {
  float: right;
}
.get-started #dealerSearch .result-container .icons a {
  display: inline-block;
}
.get-started #dealerSearch .result-container .icons a:first-child .icon {
  border: none;
}
.get-started #dealerSearch .result-container .icon {
  display: inline-block;
  color: #8d8d8d;
  vertical-align: top;
  line-height: 33px;
  padding: 0 20px;
  border-left: 1px solid #dbdbdb;
}
.get-started #dealerSearch .result-container .icon .img {
  width: 20px;
  height: 30px;
  background-image: url('/img/dealer_map_icon_sprite.png');
  background-repeat: no-repeat;
  background-position: left center;
  float: left;
}
.get-started #dealerSearch .result-container .icon.loc .img {
  background-position: -53px center;
}
.get-started #dealerSearch .result-container .icon.mail .img {
  background-position: -109px center;
}
.get-started #dealerSearch .result-container .icon.web .img {
  background-position: -168px center;
}
.get-started #dealerSearch .result {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.get-started #dealerSearch .result:nth-child(2) .result-container {
  border: none;
}
/* -------    PRODUCT    -------- */
.product {
  /* Kirio Control section */
  /* Kirio Base items */
}
.product .pill-btn {
  display: block;
  margin-top: 45px;
}
.product .pill-btn .button {
  max-width: 200px;
}
.product section.section-basic {
  background: #f7f7f7;
  margin: 0 auto;
  padding: 0 50px 35px;
  max-width: 1920px;
}
.product section.section-basic .basic-content {
  padding: 1px 0;
}
.product section.section-basic h1,
.product section.section-basic h2,
.product section.section-basic h3,
.product section.section-basic h4,
.product section.section-basic h5,
.product section.section-basic h6 {
  color: #353738;
}
.product section.section-basic h2 {
  line-height: 131px;
}
.product section.section-basic h4 {
  font-size: 60px;
  line-height: 72px;
}
.product section.section-basic h5 {
  text-transform: none;
}
.product section.hero.section-basic {
  /* To be used right under site header */
  padding: 240px 50px 100px;
}
.product section.hero.section-basic .hero-content {
  margin: 0 auto;
  padding: 1px 0;
  max-width: 615px;
}
.product .section-basic.section-kirio-control {
  background: #fff url('../img/product_bottom_fog.jpg ') no-repeat 0 0;
  height: 754px;
  padding-bottom: 0;
  position: relative;
}
.product .section-basic.section-kirio-control .basic-content {
  height: 100%;
  /* end row */
}
.product .section-basic.section-kirio-control .basic-content .row {
  height: 100%;
}
.product .section-basic.section-kirio-control .basic-content .row > div {
  position: relative;
  height: 100%;
  /* end kbase-content */
}
.product .section-basic.section-kirio-control .basic-content .row > div .kbase-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.product .section-basic.section-kirio-control .basic-content .row > div .kbase-content:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.product .section-basic.section-kirio-control .basic-content .row > div .kbase-content .centered {
  width: 98%;
  display: inline-block;
  vertical-align: middle;
}
.product .kbase-list {
  max-width: 1560px;
  margin: 0 auto;
}
.product .kbase-list .row {
  margin: 50px 0 80px;
  background: #fff;
}
.product .kbase-list [class^="col-"] {
  padding: 0;
}
.product .kbase-list .kbase-img img {
  display: block;
  margin: 0;
  width: 100%;
}
.product .kbase-list .kbase-content-outer {
  background: #fff;
}
.product .kbase-list .kbase-content {
  padding: 10% 15% 0 15%;
}
.product .adaptor-title {
  margin-top: -40px;
  /* centers title in between bases */
  text-transform: none;
  font-weight: 200;
}
/* ----------    Kirio Control    ---------- */
.kirio-control .hero.white {
  overflow: hidden;
}
.kirio-control .hero.white .leaves-left {
  position: absolute;
  background: url(../img/leaves_left.png) no-repeat left top;
  width: 200px;
  height: 400px;
  background-size: contain;
  left: -12px;
  bottom: 440px;
}
.kirio-control .hero.white .leaves-right {
  position: absolute;
  background: url(../img/leaves_right.png) no-repeat right top;
  width: 305px;
  height: 460px;
  background-size: contain;
  right: -6px;
  bottom: -34px;
}
.kirio-control .hero .hero-content {
  top: 340px;
}
.kirio-control .hero .container {
  position: relative;
}
.kirio-control .hero .container img.phone-hand {
  position: absolute;
  top: -138px;
  right: 40px;
  height: 884px;
}
.kirio-control .hero .container .hero-text {
  max-width: 455px;
}
.kirio-control .hero .container .hero-text .img-btn {
  margin-right: 40px;
}
.kirio-control .img-with-slider .img-wrapper img {
  margin: 0 30px;
  width: 100%;
  display: inline-block;
}
.kirio-control .img-with-slider .phone-slider-wrapper .phone-slider {
  display: inline-block;
  max-width: 635px;
}
.kirio-control .afterHero {
  margin-top: -611px;
  padding-top: 430px;
}
.kirio-control .afterHero .img-wrapper img {
  max-width: 565px;
}
.kirio-control .afterHero .phone-slider-wrapper .phone-slider {
  margin-top: 165px;
}
.kirio-control .dashboard {
  background: #fff;
  pasition: relative;
}
.kirio-control .dashboard h4 {
  color: #353738;
}
.kirio-control .dashboard .pill-btn {
  margin-top: 45px;
}
.kirio-control .dashboard .container {
  position: relative;
  width: 100%;
  height: 1000px;
  max-width: 1500px;
}
.kirio-control .dashboard .img-wrapper {
  position: relative;
  width: 50%;
  height: 100%;
  float: right;
}
.kirio-control .dashboard .dashboard-text {
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
}
.kirio-control .dashboard .content-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 15px;
}
.kirio-control .dashboard .content-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.kirio-control .dashboard .content-wrapper .centered {
  width: 480px;
  display: inline-block;
  vertical-align: middle;
}
.kirio-control .last-laptop {
  background: #f7f7f7;
  padding: 160px 0;
}
.kirio-control .last-laptop h4 {
  color: #353738;
}
.kirio-control .last-laptop .img-wrapper img {
  max-width: 775px;
}
html {
  height: 100%;
  min-height: 100%;
}
#offset {
  display: none;
  position: fixed;
  top: 0;
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  z-index: 99999;
}
.home-skrollr {
  background-attachment: fixed;
  background-image: none;
  background-color: #fff;
}
.home-skrollr.ready {
  background-image: url(/img/global/bg_tile.png);
  background-repeat: repeat;
  background-position-x: center;
  background-position-y: -12px;
  background-color: #57614c;
  background-attachment: fixed;
}
.home-skrollr .nav-container .slick-arrow {
  display: block;
}
.home-skrollr footer {
  position: relative;
  z-index: 9999;
}
.fade-in {
  opacity: 0;
}
section {
  border: none !important;
}
#slide-1 {
  z-index: 10;
}
#slide-1 .bcg {
  z-index: 0;
}
#slide-1 .plants-wrapper {
  z-index: 1;
}
#slide-1 .plants-wrapper .plant {
  z-index: 9;
}
#slide-2 {
  z-index: 1;
}
#slide-3 {
  z-index: 11;
}
#slide-4 {
  z-index: 12;
}
#slide-5 {
  z-index: 13;
}
.home-skrollr h2 {
  margin-top: 0;
}
.home-skrollr section {
  opacity: 0;
  position: relative;
}
.home-skrollr section p {
  color: #fff;
  font-weight: 200;
}
.home-skrollr.loaded section,
.home-skrollr.no-js section {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}
.home-skrollr.no-anim.loaded section,
.home-skrollr.no-anim.no-js section {
  opacity: 1;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.home-skrollr main {
  overflow: hidden;
  height: 100%;
  min-height: 100%;
}
.home-skrollr .hsContent,
.home-skrollr .content-slide {
  margin-top: 0px;
}
.home-skrollr .hsContent .text,
.home-skrollr .content-slide .text {
  max-width: 390px;
}
.home-skrollr .hsContent .text p,
.home-skrollr .content-slide .text p {
  max-width: 330px;
}
.home-skrollr .button {
  max-width: 200px;
  margin-top: 30px;
}
.home-skrollr header .button {
  margin-top: 0px;
}
.bcg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.hsContainer {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.hsContainer h2 {
  color: #4c4945;
}
.hsContainer p {
  max-width: 490px;
  color: #a0a0a0;
  margin-top: 25px;
}
.hsContainer h6 {
  margin-bottom: 0;
}
.hsContent {
  max-width: 450px;
  margin: -150px auto 0 auto;
  display: table-cell;
  vertical-align: middle;
  padding: 0 17%;
}
.hsContent.align-top {
  vertical-align: top;
}
.fixed-device {
  position: fixed;
  top: 62px;
  left: 50%;
  margin-left: -290px;
  z-index: 900;
}
/* Slide 1 */
#slide-1 {
  opacity: 1;
  position: relative;
}
#slide-1 .bcg {
  background-color: #fff;
}
#slide-1 .bottom {
  opacity: 0;
  background-image: url('/img/how_hero_triangle.png');
  height: 560px;
  width: 100%;
}
#slide-1 p {
  color: #a0a0a0;
}
#slide-1 .hsContent {
  max-width: 490px;
  position: relative;
  top: 350px;
  vertical-align: top;
}
#slide-1 .hsContent .inner-wrapper {
  position: relative;
  margin-left: 10px;
  margin-top: -30px;
}
#slide-1 .bcg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#slide-1 .plants-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
}
#slide-1 .plants-wrapper.left-plant-wrapper {
  margin-top: 300px;
}
#slide-1 .plants-wrapper.right-plant-wrapper {
  margin-top: 175px;
}
#slide-1 .plant {
  height: 100%;
  width: 100%;
  position: absolute;
}
#slide-1 .plant.plant-left {
  top: 260px;
  left: 0px;
  background: url('../img/home_plant_left.png') 0% 0% no-repeat;
}
#slide-1 .plant.plant-right {
  top: 200px;
  right: 0px;
  background: url('../img/home_plant_right.png') 100% 0% no-repeat;
}
/* Slide 2 */
#slide-2 .bcg {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
}
#slide-2 .hsContainer .inner-wrapper {
  position: relative;
  width: 100%;
  margin-left: -140px;
  margin-top: -105px;
}
#slide-2 .hsContainer .text {
  max-width: 390px;
  margin-left: 100px;
  float: left;
  position: relative;
}
#slide-2 .hsContainer .nav-container {
  float: left;
  margin-top: 10px;
}
#slide-2 .hsContent {
  position: relative;
  top: 400px;
  vertical-align: top;
}
#slide-2 .button {
  max-width: 210px;
  margin-top: 30px;
  font-weight: 300;
}
#slide-2 .ring1 {
  height: 1060px;
  width: 1060px;
  position: absolute;
  top: -59px;
  left: 39%;
}
#slide-2 .rings {
  height: 1060px;
  width: 1060px;
  top: -59px;
  left: 50%;
  margin-left: -204px;
  position: absolute;
}
#slide-2 .rings img {
  position: absolute;
  height: 100%;
  width: 100%;
}
#slide-2 .ring {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#slide-2 .ring.ring-inner {
  background: url('/img/home_icon_rings_inner.png') center center no-repeat;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
#slide-2 .ring.ring-middle {
  background: url('/img/home_icon_rings_middle.png') center center no-repeat;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
#slide-2 .ring.ring-outer {
  background: url('/img/home_icon_rings_outer.png') center center no-repeat;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
/* Slide 3 */
.curtainContainer {
  width: 100%;
  height: 100%;
  position: relative;
}
.curtainContainer .curtain {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 25%;
  left: 0;
  opacity: 0;
}
.curtainContainer .copy {
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  text-align: center;
}
/* Slide 4 */
#slide-4 {
  height: auto;
}
#slide-4 .gallery-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#slide-4 .floating-text {
  position: absolute;
  top: -45px;
  right: 0;
  width: 54%;
  height: 610px;
  -webkit-box-shadow: 6px 7px 11px 0px rgba(50, 50, 50, 0.72);
  -moz-box-shadow: 6px 7px 11px 0px rgba(50, 50, 50, 0.72);
  box-shadow: 6px 7px 11px 0px rgba(50, 50, 50, 0.72);
  padding: 60px 0 0 100px;
}
#slide-4 .floating-text .nav-container {
  float: left;
}
#slide-4 .floating-text .content-slide {
  float: left;
  margin-left: 90px;
  max-width: 450px;
}
#slide-4 .floating-text .content-slide h3 {
  max-width: 410px;
}
#slide-4 .floating-text .content-slide p {
  color: #a0a0a0;
  margin-bottom: 20px;
}
#slide-4 .gallery {
  top: 50px;
  height: 100%;
  width: 100%;
}
#slide-4 .gallery > div {
  background-size: cover;
  position: absolute;
}
#slide-4 .gallery .top-left-left {
  width: 26%;
  height: 50%;
  top: 0;
  left: 0;
}
#slide-4 .gallery .top-left-right {
  width: 26%;
  height: 50%;
  top: 0;
  left: 26%;
}
#slide-4 .gallery .top-right {
  width: 50%;
  height: 50%;
  top: 0;
  left: 50%;
}
#slide-4 .gallery .bottom-left {
  width: 50%;
  height: 50%;
  top: 50%;
  left: 0;
}
#slide-4 .gallery .bottom-right {
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
}
#slide-4 .gallery-container .overflow {
  overflow: hidden;
}
#slide-4 .gallery-container .overflow img {
  padding: 0;
}
/* Slide 5 */
#slide-5 {
  height: 800px;
}
#slide-5 h3 {
  color: #4c4945;
  max-width: 410px;
}
#slide-5 p {
  color: #a0a0a0;
}
#slide-5 .bcg {
  background: #fff url('/img/white_bg_texture.jpg') no-repeat right top;
}
#slide-5 .fixed-device {
  position: absolute;
  top: 200px;
  display: none;
  margin-top: -90px;
}
.home-skrollr.no-anim {
  background-image: url(/img/global/bg_tile.png);
  background-color: #57614c;
  background-attachment: scroll;
}
.home-skrollr.no-anim .fixed-device {
  position: absolute;
}
.home-skrollr.no-anim #slide-1 {
  height: 900px;
}
.home-skrollr.no-anim #slide-1 .bcg-wrapper {
  position: absolute;
  height: 470px;
}
.home-skrollr.no-anim #slide-1 .bottom {
  opacity: 1;
  background-position: center top;
}
.home-skrollr.no-anim #slide-1 .plants-wrapper {
  margin-top: 0;
}
.home-skrollr.no-anim #slide-1 .plants-wrapper .plant-left {
  top: 200px;
}
.home-skrollr.no-anim #slide-1 .plants-wrapper .plant-right {
  top: 120px;
}
.home-skrollr.no-anim #slide-1 .hsContent {
  top: 300px;
  z-index: 1000;
}
.home-skrollr.no-anim #slide-1 .fixed-device {
  top: 120px;
}
.home-skrollr.no-anim #slide-2 {
  height: 740px;
}
.home-skrollr.no-anim #slide-2 .bcg {
  position: static;
  margin-top: -220px;
}
.home-skrollr.no-anim #slide-4 .floating-text {
  padding: 20px 0 0 50px;
  height: auto;
}
.home-skrollr.no-anim #slide-4 .floating-text .content-slide {
  max-width: 370px;
  margin-left: 0;
  margin-right: 0;
}
.home-skrollr.no-anim #slide-4 .floating-text .content-slide h3,
.home-skrollr.no-anim #slide-4 .floating-text .content-slide p {
  max-width: none;
}
.home-skrollr.no-anim #slide-5 .fixed-device {
  display: block;
  margin-top: -180px;
}
@media screen and (max-width: 1600px) {
  .home-skrollr .button {
    max-width: 200px;
  }
  .home-skrollr .hsContent,
  .home-skrollr .content-slide {
    margin-top: 0px;
  }
  .home-skrollr .hsContent h3,
  .home-skrollr .content-slide h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .home-skrollr .hsContent h2,
  .home-skrollr .content-slide h2 {
    font-size: 76px;
  }
  .home-skrollr .hsContent p,
  .home-skrollr .content-slide p {
    max-width: 330px;
  }
  .home-skrollr .fixed-device {
    top: 150px;
    margin-left: -180px;
  }
  .home-skrollr .device {
    width: 800px;
  }
  .home-skrollr #slide-1 .inner-wrapper {
    margin-top: -50px;
  }
  .home-skrollr #slide-2 .text {
    max-width: 240px;
  }
  .home-skrollr #slide-2 .rings {
    height: 670px;
    width: 670px;
    top: 69px;
    margin-left: -124px;
  }
  .home-skrollr #slide-4 .floating-text {
    padding: 60px;
    height: 500px;
  }
  .home-skrollr #slide-4 .floating-text .nav-container {
    float: left;
  }
  .home-skrollr #slide-4 .floating-text .content-slide {
    float: left;
    margin-left: 40px;
  }
  .home-skrollr #slide-4 .floating-text .content-slide h3 {
    max-width: 210px;
  }
  .home-skrollr #slide-4 .floating-text .content-slide p {
    margin-bottom: 20px;
  }
  .home-skrollr #slide-5 {
    height: 550px;
  }
  .home-skrollr #slide-5 h3 {
    color: #4c4945;
    max-width: 450px;
  }
  .home-skrollr #slide-5 .fixed-device {
    margin-top: -40px;
  }
}
@media screen and (max-width: 991px) {
  .home-skrollr .fixed-device {
    width: 620px;
    top: 0px;
    left: 50%;
    margin-left: -310px;
    text-align: center;
  }
  .home-skrollr .fixed-device .device {
    width: 620px;
  }
  .home-skrollr #slide-1 .inner-wrapper {
    margin-top: 230px;
    text-align: center;
    margin-left: auto;
  }
  .home-skrollr #slide-1 .inner-wrapper p {
    margin: 25px auto;
  }
  .home-skrollr #slide-2 .button {
    margin: 30px auto;
  }
  .home-skrollr #slide-2 .rings {
    left: 50%;
    width: 532px;
    height: 532px;
    top: -68px;
    margin-left: -266px;
  }
  .home-skrollr #slide-2 .hsContainer .inner-wrapper {
    margin-top: 466px;
    text-align: center;
    margin-left: auto;
  }
  .home-skrollr #slide-2 .hsContainer .inner-wrapper p {
    margin: 0px auto;
    max-width: 450px;
  }
  .home-skrollr #slide-2 .hsContainer .text {
    margin: 0px auto;
    max-width: initial;
    float: none;
  }
  .home-skrollr #slide-4 .bcg {
    top: 0 !important;
  }
  .home-skrollr #slide-4 .gallery-container .gallery {
    height: 60%;
    position: relative;
    top: 0px;
  }
  .home-skrollr #slide-4 .floating-text {
    width: 100%;
    top: 60%;
    height: 40%;
  }
  .home-skrollr #slide-4 .floating-text .content-slide {
    float: none;
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
  }
  .home-skrollr #slide-4 .floating-text .content-slide h3 {
    max-width: 500px;
  }
  .home-skrollr #slide-4 .floating-text .content-slide p {
    max-width: 500px;
  }
  .home-skrollr #slide-4 .floating-text .content-slide .button {
    margin: 30px auto;
  }
  #slide-5 .hsContainer .inner-wrapper {
    margin-top: 387px;
    text-align: center;
    margin-left: auto;
  }
  #slide-5 .hsContainer .inner-wrapper p {
    margin: 0px auto;
    max-width: 450px;
  }
  #slide-5 .hsContainer .inner-wrapper h3 {
    margin: 0 auto;
  }
  #slide-5 .hsContainer .text {
    margin: 0px auto;
    max-width: initial;
    float: none;
  }
  #slide-5 .hsContainer .button {
    margin: 30px auto;
  }
  #slide-5 .fixed-device {
    position: absolute;
    top: -40px;
  }
  .home-skrollr.no-anim .fixed-device {
    margin-left: -302px;
  }
  .home-skrollr.no-anim #slide-1 .fixed-device {
    top: 30px;
  }
  .home-skrollr.no-anim #slide-1 .hsContent {
    top: 160px;
  }
  .home-skrollr.no-anim #slide-2 .bcg {
    margin-top: -70px;
  }
  .home-skrollr.no-anim #slide-2 .hsContent {
    top: 40px;
  }
  .home-skrollr.no-anim #slide-4 .floating-text {
    padding: 40px 15px 10px;
    position: static;
  }
  .home-skrollr.no-anim #slide-4 .floating-text .content-slide {
    max-width: 640px;
    margin: 0 auto;
  }
  .home-skrollr.no-anim #slide-5 .fixed-device {
    margin-top: 20px;
  }
  .home-skrollr.no-anim #slide-5 .hsContainer .inner-wrapper {
    margin-top: 307px;
  }
}
@media screen and (max-width: 786px) {
  .home-skrollr .fixed-device {
    width: 500px;
  }
  #slide-1 .plant.plant-left {
    top: 80px;
    background-size: 100%;
    width: 120px;
  }
  #slide-1 .plant.plant-right {
    top: 75px;
    background-size: 100%;
    width: 155px;
    right: -52px;
  }
  #slide-5 .hsContainer .inner-wrapper {
    margin-top: 350px;
  }
  .home-skrollr.no-anim #slide-1 .plants-wrapper .plant-left {
    top: 80px;
    left: -25px;
  }
  .home-skrollr.no-anim #slide-1 .plants-wrapper .plant-right {
    top: 80px;
    right: -70px;
  }
  .home-skrollr.no-anim #slide-1 .hsContent {
    padding: 0 15px;
  }
  .home-skrollr.no-anim #slide-1 .hsContent h2 {
    font-size: 60px;
  }
  .home-skrollr.no-anim #slide-2 .rings {
    width: 482px;
    height: 482px;
    top: -38px;
    margin-left: -236px;
  }
  .home-skrollr.no-anim #slide-2 .hsContent {
    top: -10px;
    padding: 0 15px;
  }
  .home-skrollr.no-anim #slide-2 .hsContent h3 {
    margin-bottom: 20px;
  }
  .home-skrollr.no-anim #slide-5 {
    height: 710px;
  }
  .home-skrollr.no-anim #slide-5 .hsContainer .inner-wrapper h3 {
    margin-bottom: 20px;
  }
  .home-skrollr.no-anim #slide-5 .hsContent {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1831px) {
  .products.kirio-pro .hero h2 {
    padding-top: 120px;
  }
  .products.kirio-pro .hero p {
    color: #353738;
  }
  .products.kirio-pro .hero ul {
    text-align: left;
  }
  .products.kirio-pro .feature-content .text {
    margin: 435px 0 0 270px;
    max-width: 455px;
  }
  .products.kirio-pro .feature-content .text h4 {
    color: #4c4945;
    padding-bottom: 15px;
  }
  .products.kirio-pro .feature-content .text a.button,
  .products.kirio-pro .feature-content .text div.button {
    margin-top: 25px;
  }
  .products.kirio-pro .feature.afterHero.secondSection {
    margin-top: 0;
  }
  .products.kirio-pro .feature.afterHero.secondSection .feature-content {
    width: 50%;
    height: 1000px;
    margin-top: 0;
  }
  .products.kirio-pro .feature.afterHero.secondSection .feature-content .text {
    margin: 235px 0 0 120px;
  }
  .products.kirio-pro .feature.afterHero.secondSection .feature-content .text-slider-widget {
    margin-top: 250px;
    padding-top: 0;
    margin-left: 150px;
  }
  .products.kirio-pro .feature.afterHero.secondSection .tileBackground {
    display: none;
  }
  .products.kirio-pro .feature.afterHero.secondSection .tileBackground.customDesktopOnly {
    width: 50%;
    display: block;
    height: 1000px;
  }
  .products.kirio-pro .feature.afterHero.secondSection .tileBackground.customDesktopOnly img {
    right: auto;
    left: -100px;
    top: 250px;
  }
}
@media screen and (max-width: 1830px) {
  .home .why .device {
    top: -190px;
  }
  /* Control */
  .kirio-control .hero.white .leaves-left {
    bottom: 426px;
  }
  .kirio-control .hero.white .leaves-right {
    bottom: -23px;
  }
  .products.kirio-pro .hero h2 {
    padding-top: 120px;
  }
  .products.kirio-pro .hero p {
    color: #353738;
  }
  .products.kirio-pro .hero ul {
    text-align: left;
  }
  .products.kirio-pro .feature-content .text {
    margin: 435px 0 0 270px;
    max-width: 455px;
  }
  .products.kirio-pro .feature-content .text h4 {
    color: #4c4945;
    padding-bottom: 15px;
  }
  .products.kirio-pro .feature-content .text a.button,
  .products.kirio-pro .feature-content .text div.button {
    margin-top: 25px;
  }
  .products.kirio-pro .feature.afterHero.secondSection {
    margin-top: 0;
  }
  .products.kirio-pro .feature.afterHero.secondSection .feature-content {
    width: 50%;
    height: 1000px;
    margin-top: 0;
  }
  .products.kirio-pro .feature.afterHero.secondSection .feature-content .text {
    margin: 235px 0 0 180px;
  }
  .products.kirio-pro .feature.afterHero.secondSection .feature-content .text-slider-widget {
    margin-top: 250px;
    padding-top: 0;
    margin-left: 150px;
  }
  .products.kirio-pro .feature.afterHero.secondSection .tileBackground {
    display: none;
  }
  .products.kirio-pro .feature.afterHero.secondSection .tileBackground.customDesktopOnly {
    width: 50%;
    display: block;
    height: 1000px;
  }
  .products.kirio-pro .feature.afterHero.secondSection .tileBackground.customDesktopOnly img {
    right: auto;
    left: -100px;
    top: 250px;
  }
}
@media screen and (max-width: 1600px) {
  .home .hero.white h2 {
    font-size: 76px;
  }
  .home .hero.white p {
    max-width: 330px;
  }
  .home .hero.white .plant.left {
    top: -40px;
  }
  .home .hero.white .plant.right {
    top: -100px;
  }
  .home .hero.white .hero-content {
    top: 300px;
  }
  .home .device {
    width: 850px;
    top: -130px;
    right: -170px;
  }
  .home .container {
    width: 800px;
  }
  .home h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .home .why {
    padding-top: 160px;
    padding-bottom: 270px;
  }
  .home .why .ring {
    width: 670px;
    height: 656px;
    background: url('/img/home_icon_rings_medium.png') no-repeat;
    top: -170px;
    right: -165px;
  }
  .home .why .device {
    top: -120px;
  }
  .home .why .content-slider {
    max-width: 240px;
  }
  .home .gallery .floating-text {
    padding: 60px 0 0 190px;
    height: 500px;
  }
  .home .gallery .nav-container {
    top: 60px;
    left: 85px;
  }
  .home .gallery h3 {
    max-width: 210px;
  }
  .home .gallery p {
    max-width: 330px;
  }
  .home .product {
    background-position-x: left;
    padding-top: 150px;
    padding-bottom: 240px;
  }
  .home .product p {
    max-width: 390px;
  }
  .why-kirio .container {
    width: 990px;
  }
  .why-kirio .icon-section .tiles .tile {
    width: 33%;
  }
  /* Product */
  .product .section-basic.section-kirio-control {
    height: 650px;
  }
  /* Control */
  .kirio-control .hero.white .leaves-left {
    bottom: 395px;
  }
  .kirio-control .hero.white .leaves-right {
    bottom: 10px;
  }
  .products .tileBackground {
    width: 36%;
  }
  .products .feature-content {
    width: 64%;
  }
  .products .afterHero .text-slider-widget {
    margin: 555px 0 0 150px;
    max-width: 605px;
    padding: 0 0 60px 140px;
  }
  .products.kirio-pro .feature.afterHero.secondSection .feature-content {
    width: 64%;
    height: 1000px;
    margin-top: 0;
  }
  .products.kirio-pro .feature.afterHero.secondSection .feature-content .text {
    margin-left: 50px;
  }
  .products.kirio-pro .feature.afterHero.secondSection .feature-content .text-slider-widget {
    margin-top: 250px;
    padding-top: 0;
    margin-left: 70px;
  }
  .products.kirio-pro .feature.afterHero.secondSection .tileBackground {
    display: none;
  }
  .products.kirio-pro .feature.afterHero.secondSection .tileBackground.customDesktopOnly {
    width: 36%;
    display: block;
    height: 1000px;
  }
  .products.kirio-pro .feature.afterHero.secondSection .tileBackground.customDesktopOnly img {
    right: auto;
    left: -300px;
    top: 250px;
  }
}
@media screen and (max-width: 1520px) {
  .how-it-works .content .container,
  .how-it-works .platform .container {
    width: 1180px;
  }
  .how-it-works .platform .container img {
    width: 660px;
  }
  .why-kirio .afterHero {
    background-position: center -250px;
    background-size: 1520px auto;
    height: 1190px;
  }
  /* Product */
  .product .kbase-list .kbase-content {
    padding: 4% 15% 0 15%;
  }
  .product .section-basic.section-kirio-control {
    height: 550px;
  }
  .products.kirio-pro .hero h2 {
    padding-top: 80px;
  }
  /* Control */
  .kirio-control .hero.white .leaves-left {
    bottom: 386px;
  }
  .kirio-control .hero.white .leaves-right {
    bottom: 21px;
  }
  .kirio-control .hero.white .container .hero-text {
    margin-left: 150px;
  }
}
@media screen and (max-width: 1350px) {
  .how-it-works .autolearn .text {
    padding: 80px 0 0;
  }
  .how-it-works .autolearn .textwrapper {
    max-width: 470px;
  }
  .how-it-works .autolearn img {
    height: 660px;
    margin-left: 0;
    margin-left: calc((100% - 1350px)/3);
  }
  .how-it-works .hero.larger .container {
    width: 980px;
  }
  .how-it-works .hero.larger .container p,
  .how-it-works .hero.larger .container h2 {
    max-width: 390px;
  }
  .how-it-works .hero.larger .container h2 {
    font-size: 66px;
  }
  .how-it-works .hero.larger .container img {
    top: -13px;
    width: 500px;
  }
  /* Product */
  .product .kbase-list .kbase-content {
    padding: 1% 15% 0 15%;
  }
  .product .section-basic.section-kirio-control h4 {
    font-size: 42px;
    line-height: 1.5;
  }
  .products .hero .hero-images img {
    width: calc(100% + 500px);
    margin-left: -250px;
  }
  .products .compatibility .leaf-left {
    left: -10px;
    top: -255px;
    width: 200px;
  }
  .products .compatibility .leaf-right {
    right: -20px;
    top: -110px;
    width: 230px;
  }
  .products.kirio-pro .feature.afterHero.secondSection {
    padding-bottom: 0;
  }
  .products.kirio-pro .feature.afterHero.secondSection .feature-content .text-slider-widget {
    margin-top: 250px;
    margin-left: 50px;
  }
  /* Control */
  .kirio-control .hero.white .leaves-left {
    bottom: 365px;
  }
  .kirio-control .hero.white .leaves-right {
    bottom: 44px;
  }
}
/* Large Devices, Wide Screens */
@media screen and (max-width: 1199px) {
  .home .hero.white h2 {
    font-size: 76px;
  }
  .home .hero.white p {
    max-width: 300px;
  }
  .home .hero.white .plant.left {
    width: 140px;
    top: -30px;
  }
  .home .hero.white .plant.right {
    width: 150px;
    top: -45px;
  }
  .home .hero.white .top-hero {
    height: 530px;
  }
  .home .device {
    width: 620px;
    top: -50px;
    right: -150px;
  }
  .home .container {
    width: 600px;
  }
  .home .why {
    padding-top: 140px;
  }
  .home .why h3 {
    max-width: 200px;
  }
  .home .why p {
    max-width: 320px;
    margin-bottom: 80px;
  }
  .home .why .content-slide,
  .home .why .button {
    margin-left: -150px;
  }
  .home .why .device {
    top: -80px;
  }
  .home .why .ring {
    background: url('/img/home_icon_rings_small.png') no-repeat;
    width: 532px;
    height: 521px;
    top: -140px;
    right: -167px;
  }
  .home .gallery .floating-text {
    padding: 20px 0 0 50px;
    top: -25px;
    height: 385px;
  }
  .home .gallery h3 {
    max-width: none;
  }
  .home .gallery p {
    max-width: 370px;
  }
  .home .gallery .button {
    margin-top: 25px;
  }
  .home .product .device {
    top: -80px;
  }
  .home .product h3,
  .home .product p,
  .home .product .button {
    margin-left: -80px;
  }
  .how-it-works .hero .top-hero {
    height: 550px;
  }
  .how-it-works .hero .hero-content {
    top: 280px;
  }
  .how-it-works .hero .hero-content p {
    max-width: 490px;
  }
  .how-it-works .hero .container img.desktopOnly {
    width: 770px;
    top: -260px;
  }
  .how-it-works .content .container,
  .how-it-works .platform .container {
    width: 975px;
  }
  .how-it-works .platform > img.plant {
    left: -100px;
    top: -200px;
  }
  .how-it-works .platform .text {
    margin-top: 300px;
  }
  .how-it-works .platform .container img {
    width: 490px;
  }
  .why-kirio .afterHero {
    background-position: center -120px;
    background-size: 1200px auto;
    height: 1040px;
  }
  .why-kirio .platform.benefits .bg {
    height: 500px;
  }
  .why-kirio .platform.benefits .container {
    top: 135px;
  }
  .why-kirio .autolearn {
    background: #fff;
    background-image: url(/img/global/bg_tile.png);
    background-repeat: repeat;
    background-position-x: center;
    background-position-y: -12px;
  }
  .why-kirio .autolearn .text {
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    box-shadow: none;
    left: 0;
    padding: 20px 20px 0;
  }
  .why-kirio .autolearn .textwrapper {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
  }
  .why-kirio .autolearn h6 {
    color: #a0a0a0;
  }
  .why-kirio .autolearn h4 {
    color: #4c4945;
    margin-bottom: 20px;
  }
  .why-kirio .autolearn p {
    font-weight: 300;
    margin: 5px 0 30px;
    line-height: 26px;
  }
  .why-kirio .autolearn p strong {
    color: #4c4945;
  }
  .why-kirio .autolearn p.slideNumbers {
    margin-top: 20px;
  }
  .why-kirio .autolearn img {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  /* Product */
  .product .kbase-list .kbase-content {
    padding: 6% 5% 0 5%;
  }
  .product .kbase-list .kbase-content h4 {
    margin: 0;
    font-size: 32px;
    line-height: 1.5;
  }
  .product .kbase-list .kbase-content h5 {
    font-size: 16px;
    line-height: 1.2;
  }
  .product .kbase-list .kbase-content .pill-btn {
    margin: 0;
  }
  .product .section-basic.section-kirio-control h4 {
    font-size: 32px;
  }
  /* Control */
  .kirio-control .hero.white .top-hero {
    height: 812px;
  }
  .kirio-control .hero.white .leaves-left {
    width: 160px;
    height: 270px;
    left: -17px;
    bottom: 655px;
  }
  .kirio-control .hero.white .leaves-right {
    width: 190px;
    height: 300px;
    right: -10px;
    bottom: 700px;
  }
  .kirio-control .hero.white .hero-content {
    top: 130px;
  }
  .kirio-control .hero.white .hero-content p {
    max-width: 100%;
  }
  .kirio-control .hero.white .hero-content .img-btn {
    margin: 0 15px 10px;
  }
  .kirio-control .hero.white .container > img {
    top: 320px;
    right: 340px;
    height: 608px;
  }
  .kirio-control .hero.white .container .hero-text {
    max-width: 100%;
    width: auto;
    margin-left: 0;
    padding: 0 70px;
    text-align: center;
  }
  .kirio-control .img-with-slider .img-wrapper img {
    margin: 0;
    display: inline-block;
  }
  .kirio-control .img-with-slider .phone-slider-wrapper .phone-slider {
    max-width: 100%;
    width: 80%;
    display: inline-block;
  }
  .kirio-control .afterHero .img-wrapper img {
    max-width: 475px;
    width: 70%;
  }
  .kirio-control .afterHero .phone-slider-wrapper .phone-slider {
    margin: 100px 0 0;
    max-width: 635px;
  }
  .kirio-control .last-laptop .img-wrapper img {
    width: 60%;
    margin: 0 0 50px;
  }
  .kirio-control .dashboard .container {
    height: auto;
  }
  .kirio-control .dashboard .content-wrapper {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    text-align: center;
    padding-left: 0px;
  }
  .kirio-control .dashboard .content-wrapper .centered {
    width: auto;
  }
  .kirio-control .dashboard .img-wrapper {
    margin: 0 auto 70px;
    width: 60%;
    height: auto;
    float: none;
  }
  .kirio-control .dashboard .img-wrapper img {
    width: 100%;
  }
  .kirio-control .dashboard .dashboard-text {
    margin: 50px 0;
    width: 100%;
    height: auto;
  }
  .kirio-control .dashboard .dashboard-text .pill-btn {
    display: inline-block;
  }
  .kirio-control .dashboard .dashboard-text .centered {
    width: 80%;
  }
  .products .tileBackground,
  .products .feature-content {
    width: 100%;
    height: auto;
  }
  .products .tileBackground img,
  .products .feature-content img {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 470px auto 0;
    max-width: 871px;
    width: 96%;
    width: calc(100% - 60px);
  }
  .products .feature-content {
    margin-top: -160px;
  }
  .products .slick-dots,
  .products .slideNumbers {
    position: static;
  }
  .products .slideNumbers {
    margin-top: 20px;
  }
  .products .afterHero .text-slider-widget {
    margin: 230px auto 50px;
    padding: 0 30px;
    max-width: 620px;
    width: 100%;
  }
  .products .testimonial .background-container {
    width: 100%;
    height: auto;
  }
  .products .testimonial .tileBackground {
    position: static;
    width: 100%;
    padding: 100px 30px 0;
  }
  .products .testimonial .device {
    width: 100%;
  }
  .products .testimonial .device.active {
    position: static;
  }
  .products .compatibility .leaf-left {
    display: none;
  }
  .products .compatibility .leaf-right {
    display: none;
  }
  .products.kirio-pro .feature-content .text {
    margin: 120px auto 100px;
    text-align: center;
    max-width: 680px;
    padding: 0 30px;
  }
  .products.kirio-pro .feature-content a.button,
  .products.kirio-pro .feature-content div.button {
    margin: 0 auto;
    max-width: 225px;
    float: none;
  }
  .products.kirio-pro .feature.afterHero.secondSection {
    padding-bottom: 200px;
  }
  .products.kirio-pro .feature.afterHero.secondSection .feature-content {
    width: 100%;
    height: 400px;
    margin-top: 0;
  }
  .products.kirio-pro .feature.afterHero.secondSection .feature-content .text {
    margin: 30px auto 50px;
  }
  .products.kirio-pro .feature.afterHero.secondSection .feature-content .text-slider-widget {
    margin: 100px auto 50px;
    padding-top: 0;
  }
  .products.kirio-pro .feature.afterHero.secondSection .tileBackground {
    display: block;
    display: 100%;
  }
  .products.kirio-pro .feature.afterHero.secondSection .tileBackground img {
    margin: 120px auto -60px;
  }
  .products.kirio-pro .feature.afterHero.secondSection .tileBackground.customDesktopOnly {
    display: none;
  }
}
/* Medium Devices, Desktops */
@media screen and (max-width: 991px) {
  .home .hero.white h2 {
    font-size: 76px;
  }
  .home .hero.white h6 {
    margin-top: -50px;
  }
  .home .hero.white p {
    max-width: 450px;
    margin: 25px auto 0;
  }
  .home .hero.white .hero-content {
    top: 170px;
  }
  .home .device {
    width: 620px;
    position: static;
    display: block;
    margin: -110px auto 0;
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px);
  }
  .home .container {
    width: 100%;
    text-align: center;
  }
  .home .why {
    padding-top: 100px;
    padding-bottom: 45px;
  }
  .home .why .ring {
    top: -170px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  .home .why .content-slide,
  .home .why p,
  .home .why h3,
  .home .why .button {
    margin: 0 auto;
    text-align: center;
  }
  .home .why p,
  .home .why h3 {
    max-width: 450px;
  }
  .home .why h3 {
    margin-top: 130px;
  }
  .home .why .button {
    margin-top: 45px;
  }
  .home .gallery .floating-text {
    position: static;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 45px 30px 30px;
  }
  .home .gallery p {
    max-width: 500px;
    margin: 30px auto;
  }
  .home .gallery .button {
    margin: 0 auto;
  }
  .home .product {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .home .product h3,
  .home .product p,
  .home .product .button {
    text-align: center;
    margin: 30px auto;
  }
  .home .product h3 {
    margin-top: -30px;
  }
  .home .product p {
    max-width: 430px;
  }
  .aboutUs .hero .background {
    background-size: contain;
  }
  .aboutUs .hero .top-hero {
    height: auto;
    background: none;
  }
  .aboutUs .hero .top-hero img {
    width: 100%;
  }
  .aboutUs .hero .top-hero .med-hero {
    display: block;
  }
  .aboutUs .hero .bottom-hero {
    height: 440px;
  }
  .aboutUs .hero .bottom-hero {
    background-image: url('/img/about_us_hero_triangle_mobile.png');
  }
  .aboutUs .hero .hero-content {
    top: 170px;
  }
  .how-it-works .hero .top-hero {
    height: 460px;
  }
  .how-it-works .hero .hero-content {
    top: 35px;
    text-align: center;
  }
  .how-it-works .hero .hero-content p {
    max-width: 490px;
    margin: 0 auto;
  }
  .how-it-works .hero .container img.desktopOnly {
    display: none;
  }
  .how-it-works .hero .container img.mobileOnly {
    display: block;
    margin: 0 auto;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .how-it-works .hero.larger .container {
    width: 100%;
  }
  .how-it-works .hero.larger .container img {
    position: static;
    max-width: 96%;
    width: 400px;
    margin: 50px 0 25px;
  }
  .how-it-works .hero.larger .container p,
  .how-it-works .hero.larger .container h2 {
    margin-left: auto;
    margin-right: auto;
  }
  .how-it-works .hero.larger .container h2 {
    margin-bottom: 15px;
  }
  .how-it-works .hero.larger .top-hero {
    height: 510px;
  }
  .how-it-works .content .container,
  .how-it-works .platform .container {
    width: 100%;
  }
  .how-it-works .content h4 {
    text-align: center;
    margin: 0 auto 70px;
  }
  .how-it-works .platform {
    margin-top: -30px;
  }
  .how-it-works .platform > img.plant {
    left: -150px;
    top: -170px;
    width: 500px;
  }
  .how-it-works .platform .left,
  .how-it-works .platform .right {
    float: none;
  }
  .how-it-works .platform .container img {
    max-width: 490px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .how-it-works .platform .text {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
  }
  .how-it-works .platform h4 {
    font-size: 40px;
  }
  .how-it-works .autolearn img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .how-it-works .autolearn .text {
    width: 100%;
    position: static;
    padding: 40px 15px;
  }
  .how-it-works .autolearn .textwrapper {
    max-width: none;
    text-align: center;
  }
  .how-it-works .autolearn .textwrapper h4 {
    max-width: 490px;
    margin: 10px auto;
  }
  .why-kirio .afterHero {
    background-position: center -40px;
    background-size: 991px auto;
    height: 900px;
  }
  .why-kirio .container {
    width: 100%;
    padding: 0 75px;
  }
  .why-kirio .icon-section .tiles .tile {
    width: 50%;
  }
  .why-kirio .platform.benefits .container {
    top: 135px;
    position: static;
    background-image: url(/img/global/bg_tile.png);
    background-repeat: repeat;
    background-position-x: center;
    background-position-y: -12px;
    background-color: #403e3b;
  }
  .why-kirio .platform.benefits .text {
    max-width: none;
    padding: 50px 0 75px;
  }
  .why-kirio .platform.benefits .bg {
    height: 320px;
  }
  .why-kirio .platform.benefits h6,
  .why-kirio .platform.benefits p {
    color: #8d8d8d;
  }
  /* Product */
  .product .kbase-list .row {
    background: transparent;
  }
  .product .kbase-list .kbase-img img {
    margin: 0 auto;
    max-width: 780px;
  }
  .product .kbase-list .kbase-content-outer {
    max-width: 780px;
    margin: 0 auto;
  }
  .product .kbase-list .kbase-content {
    padding: 20px 40px;
  }
  .product .kbase-list .kbase-content h4 {
    margin: 0;
    font-size: 32px;
    line-height: 1.5;
  }
  .product .kbase-list .kbase-content h5 {
    font-size: 16px;
    line-height: 1.2;
  }
  .product .kbase-list .kbase-content .pill-btn {
    margin: 0;
  }
  .product .kbase-list .kbase-content .pill-btn .button {
    max-width: 200px;
    min-width: 0;
    width: 100%;
  }
  .product .section-basic.section-kirio-control {
    height: auto;
  }
  .product .section-basic.section-kirio-control img {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
  }
  .product .section-basic.section-kirio-control .basic-content .row > div .kbase-content {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .product .section-basic.section-kirio-control .basic-content .row > div .kbase-content .centered {
    padding: 60px 0;
  }
  .product .section-basic.section-kirio-control .kcontrol-img {
    display: none;
  }
  .product section.hero.section-basic {
    padding: 70px 50px 50px;
  }
  .product section.hero.section-basic h2 {
    line-height: 81px;
    font-size: 36px;
  }
  /* Control */
  .kirio-control .hero.white .container > img {
    right: 230px;
  }
  .products .hero .hero-images .desktopOnly {
    display: none;
  }
  .products .hero .hero-images .mobileOnly {
    display: block;
  }
  .products .hero .hero-images img {
    width: 100%;
    margin: 0;
  }
  .products .hero .hero-content {
    top: 50px;
  }
  .products .tileBackground,
  .products .feature-content {
    width: 100%;
    height: auto;
  }
  .products .tileBackground img,
  .products .feature-content img {
    margin: 570px auto 0;
  }
  .products .feature-content {
    margin-top: -50px;
  }
  .products .afterHero .text-slider-widget {
    margin: 110px auto 50px;
  }
  .products .specs-section {
    padding: 100px 25px 75px;
  }
  .products .specs-section h3 {
    font-size: 52px;
  }
  .products.kirio-pro .feature.afterHero.secondSection .product-slider-wrapper {
    padding-top: 340px;
    margin-top: 400px;
  }
  .get-started #dealerSearch .result-container .icon {
    font-size: 0;
  }
  .get-started #dealerSearch .search img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* Small Devices, Tablets */
@media screen and (max-width: 768px) {
  .home .hero.white .plant.left {
    width: 120px;
    top: 80px;
    left: -22px;
  }
  .home .hero.white .plant.right {
    width: 155px;
    top: 75px;
    right: -68px;
  }
  .home .hero.white h2 {
    font-size: 58px;
    margin-top: 10px;
  }
  .home .hero.white .top-hero {
    height: 400px;
  }
  .home .hero.white .hero-content {
    top: 0px;
  }
  .home .overflow-center {
    width: 100%;
    height: 404px;
    position: relative;
    overflow: hidden;
  }
  .home .device {
    position: absolute;
    top: -9999px !important;
    bottom: -9999px !important;
    left: -9999px !important;
    right: -9999px !important;
    margin: auto;
    width: 500px;
    -webkit-transform: translateX(-45px);
    -moz-transform: translateX(-45px);
    -ms-transform: translateX(-45px);
    -o-transform: translateX(-45px);
    transform: translateX(-45px);
  }
  .home .why {
    padding-top: 60px;
  }
  .home .why .ring {
    width: 375px;
    height: 366px;
    background: url('/img/home_icon_rings_mobile.png') no-repeat center center;
    background-size: contain;
  }
  .home .why .overflow-center {
    margin-top: -190px;
  }
  .home .why h3 {
    margin-top: 0;
    font-size: 44px;
    line-height: 54px;
  }
  .home .why p {
    font-size: 14px;
  }
  .home .product {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .home .product .container {
    padding: 0;
  }
  .home .product h3,
  .home .product p {
    padding: 0 30px;
  }
  .tabLayout .hero h2 {
    padding: 70px 0;
  }
  .tabLayout .hero.blue h2 {
    padding: 70px 0 30px;
  }
  .tabLayout .categories div {
    line-height: 45px;
    padding: 0 2px;
    margin: 0 7px;
    font-size: 18px;
    min-width: 30px;
  }
  .tabLayout.faq .hero {
    padding: 70px 0 45px;
  }
  .aboutUs .hero .top-hero .med-hero {
    display: none;
  }
  .aboutUs .hero .bottom-hero {
    height: 400px;
  }
  .aboutUs .hero .bottom-hero {
    background-image: url('/img/about_us_hero_triangle_mobile_xs.png');
  }
  .aboutUs .hero .hero-content {
    text-align: center;
    top: 200px;
  }
  .aboutUs .hero .hero-content p {
    margin: 30px auto 0;
  }
  .aboutUs .teamMembers .member p {
    min-height: 0;
  }
  .newsContent .articles .article {
    max-width: 296px;
    margin: 0 auto 35px;
    float: none;
  }
  .newsContent .articles .article .left {
    float: none;
  }
  .newsContent .articles .article .articleContent,
  .newsContent .articles .article .articleContent.no-image {
    padding: 15px;
  }
  .newsContent .articles .article p.date {
    margin: 0 0 15px;
  }
  .newsContent .articles .article p.title {
    white-space: normal;
    font-size: 17px;
  }
  .newsContent .articles .article p.block-with-text {
    max-height: none;
    text-align: left;
    font-size: 14px;
  }
  .newsContent .articles .article a {
    padding: 0 0 15px;
    display: block;
  }
  .how-it-works .hero .top-hero {
    height: 460px;
  }
  .how-it-works .hero .hero-content {
    top: 15px;
  }
  .how-it-works .hero .container h2 {
    font-size: 46px;
    margin: 10px 0;
  }
  .how-it-works .hero .container p {
    font-size: 14px;
  }
  .how-it-works .content .layer {
    margin: 0 10px 30px;
  }
  .how-it-works .content .layer img {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  .how-it-works .content .layer p,
  .how-it-works .content .layer h5 {
    padding: 0;
    text-align: center;
  }
  .how-it-works .content .slick-dots li {
    background-color: #737f67;
  }
  .how-it-works .content .slick-dots li.slick-active {
    background-color: #fdfdfd;
  }
  .how-it-works .content .slideNumbers {
    color: #9baa8d;
  }
  .why-kirio .container {
    padding: 0 40px;
  }
  .why-kirio .hero.white .top-hero {
    height: 174px;
  }
  .why-kirio .hero.white .hero-content {
    top: 90px;
  }
  .why-kirio .afterHero {
    background-position: center 65px;
    background-size: 768px auto;
    height: 790px;
  }
  .why-kirio .icon-section {
    padding: 30px 0 40px 0;
  }
  .why-kirio .icon-section h4 {
    font-size: 34px;
    line-height: 40px;
  }
  .why-kirio .icon-section .container h4,
  .why-kirio .icon-section .container > p {
    margin-bottom: 25px;
  }
  .why-kirio .icon-section .tiles {
    padding: 10px 0 0;
  }
  .why-kirio .icon-section .tiles .tile {
    width: 100%;
    text-align: center;
    float: none;
    margin: 0 auto;
    width: 300px !important;
  }
  .why-kirio .icon-section .tiles .tile.slick-slide {
    float: left;
  }
  .why-kirio .icon-section .tiles .tile .icon {
    margin: 0 auto;
  }
  .why-kirio .icon-section .tiles .tile p {
    min-height: 0;
  }
  .why-kirio .slick-dots li {
    width: 14px;
    background-color: #727e66;
  }
  .why-kirio .slick-dots li.slick-active {
    background-color: #fff;
  }
  /* products */
  .products .hero .hero-content {
    top: 20px;
  }
  .products .hero .hero-content h2 {
    font-size: 35px;
  }
  .products .hero .spacer {
    background: #fff;
    width: 100%;
    height: 140px;
  }
  .products .specs-section .spec-tabs .tab-content p {
    width: 100%;
  }
  .products .testimonial .tileBackground {
    position: static;
    width: 100%;
    padding: 60px 30px 0;
  }
  .products.kirio-pro .hero h2 {
    padding-top: 225px;
    font-size: 52px;
    text-align: center;
    margin: 0 auto;
  }
  .products.kirio-pro .hero p {
    text-align: center;
  }
  .products.kirio-pro .hero ul {
    padding-top: 15px;
    padding-left: 0;
    text-align: center;
    list-style: none;
  }
  /* Control */
  .kirio-control h2,
  .kirio-control h4 {
    font-size: 38px;
  }
  .kirio-control .hero.white .leaves-left {
    left: -55px;
    bottom: 815px;
  }
  .kirio-control .hero.white .leaves-right {
    right: -110px;
    bottom: 743px;
  }
  .kirio-control .hero.white .container > img {
    right: auto;
    left: 50%;
    margin-left: -225px;
    top: 308px;
  }
  .kirio-control .hero.white .container .hero-text {
    padding: 0px;
  }
  .kirio-control .hero.white .hero-content {
    top: 70px;
  }
  .kirio-control .hero.white .top-hero {
    height: 742px;
  }
  .tabLayout.get-started .hero {
    padding: 0 15px 70px;
  }
  .tabLayout.get-started .hero h2 {
    padding-bottom: 0;
    font-size: 50px;
  }
  .tabLayout.get-started .content > div {
    padding: 25px 0 65px;
  }
  .tabLayout.get-started .mob-pad {
    padding: 0 15px;
  }
  .tabLayout.get-started .no-padding-left-mob {
    padding: 0px !important;
  }
  .tabLayout.get-started .tile-section .tile {
    height: auto;
    margin-bottom: 25px;
    padding: 15px;
  }
  .tabLayout.get-started .additional-info img {
    width: 100%;
  }
  .tabLayout.get-started #dealerSearch .container {
    padding: 0;
  }
  .tabLayout.get-started #dealerSearch .result {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tabLayout.get-started #dealerSearch .result-container > div {
    padding: 0;
  }
  .tabLayout.get-started #dealerSearch .result-container .icons {
    padding-top: 20px;
    float: none;
    text-align: center;
  }
  .tabLayout.get-started #dealerSearch .result-container .icons a {
    display: inline;
  }
  .tabLayout.get-started #dealerSearch .result-container .icons .icon {
    padding-left: calc((100% - 100px) / 6);
    padding-right: calc((100% - 100px) / 6);
  }
  .tabLayout.get-started #dealerSearch .result-container .icons a:first-child .icon {
    padding-left: 0;
  }
  .tabLayout.get-started #dealerSearch .result-container .icons a:last-child .icon {
    padding-right: 0;
  }
  .legalContent .content {
    padding: 0 15px;
  }
}
@media screen and (max-width: 630px) {
  .why-kirio .afterHero {
    background-position: center 115px;
    background-size: 630px auto;
    height: 710px;
  }
  .why-kirio .platform.benefits .bg {
    height: 200px;
  }
  .products.kirio-pro .hero {
    text-align: center;
    margin: 0 auto;
  }
  .products.kirio-pro .hero h2 {
    padding-top: 155px;
    margin-bottom: 35px;
  }
  .products.kirio-pro .hero p {
    text-align: center;
    margin: 0 auto;
  }
  .products.kirio-pro .hero ul {
    text-align: center;
    margin: 0 auto;
  }
}
/* Extra Small Devices, Phones */
@media screen and (max-width: 480px) {
  .aboutUs .hero .bottom-hero {
    height: 360px;
  }
  .aboutUs .hero .hero-content {
    top: 50px;
  }
  .aboutUs .hero .hero-content h2 {
    font-size: 55px;
  }
  .aboutUs .content h4 {
    font-size: 40px;
  }
  .why-kirio .afterHero {
    background-position: center 165px;
    background-size: 480px auto;
    height: 620px;
  }
  .why-kirio .hero.white .top-hero {
    height: 234px;
  }
  .why-kirio .platform.benefits .bg {
    height: 150px;
  }
  .products .hero .hero-content {
    top: 20px;
  }
  .products .hero .hero-content h2 {
    font-size: 35px;
  }
  .products .hero .spacer {
    height: 330px;
  }
  .kirio-control .hero.white .hero-content .img-btn {
    margin: 0 10px 10px;
  }
  .kirio-control .hero.white .hero-content .img-btn img {
    width: 120px;
  }
}
/* Custom, iPhone Retina */

 /*# sourceMappingURL=styles.css.map */