/****************************
-- Fonts --
****************************/
@font-face {
  font-family: 'ngicons';
  src: url('/fonts/ngicons/ngicons.eot');
  src: url('/fonts/ngicons/ngicons?#iefix') format('embedded-opentype'),
       url('/fonts/ngicons/ngicons.woff') format('woff'),
       url('/fonts/ngicons/ngicons.ttf') format('truetype'),
       url('/fonts/ngicons/ngicons.svg#ngicons') format('svg');
  font-weight: 400;
  font-style: normal;
}

/****************************
-- General --
****************************/
#orbi {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0 auto;
  max-width: 1440px;
  overflow: visible;
  padding-bottom: 0px;
  width: 100%;
}

.mob #orbi {
  padding-top: 151px;
}

.tablet #orbi {
  padding-top: 161px;
}

#orbi .wrap-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

#orbi .img-wrap {
  height: 0;
  position: relative;
}

#orbi .img-wrap img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

#orbi .ir {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

#orbi .ps_ResponsiveContainerStyle.ps_WtbButtonStyle::before{
  display: none;
}

#orbi .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover{
  background-color: #1898d8;
}

#orbi .ps_ResponsiveContainerStyle.ps_WtbButtonStyle,
#orbi .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:active,
#orbi .ps_ResponsiveContainerStyle.ps_WtbButtonStyle:hover:active{
  background: rgb(33,121,180);
  background: -moz-linear-gradient(left, rgba(33,121,180,1) 50%, rgba(0,170,231,1) 100%);
  background: -webkit-linear-gradient(left, rgba(33,121,180,1) 50%,rgba(0,170,231,1) 100%);
  background: linear-gradient(to right, rgba(33,121,180,1) 50%,rgba(0,170,231,1) 100%);
  border-bottom: 3px solid #2179b4;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 21px;
  min-width: 125px;
  padding: 13px 30px;
  text-align: center;
  text-transform: uppercase;
}

/****************************
-- Text Generals --
****************************/
#orbi {
  color: #333;
}

#orbi h1 {
  font-size: 32px;
  line-height: 40px;
}

#orbi h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

#orbi h3 {
  color: black;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

#orbi h4 {
  font-size: 22px;
  line-height: 30px;
}

#orbi h5 {
  font-size: 15px;
  line-height: 23px;
}

#orbi p {
  font-size: 14px;
  line-height: 21px;
}

#orbi blockquote p {
  color: #6b6b6b;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
}

#orbi .btn {
  border-radius: 2px;
  color: #ffffff;
  cursor: inherit;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 21px;
  min-width: 125px;
  padding: 13px 30px;
  text-align: center;
  text-transform: uppercase;
}

/*#orbi .btn:hover {
  background-color: #1898d8;
}*/

#orbi .btn_solid_blue{
  background: rgb(33,121,180);
  background: -moz-linear-gradient(left, rgba(33,121,180,1) 50%, rgba(0,170,231,1) 100%);
  background: -webkit-linear-gradient(left, rgba(33,121,180,1) 50%,rgba(0,170,231,1) 100%);
  background: linear-gradient(to right, rgba(33,121,180,1) 50%,rgba(0,170,231,1) 100%);
  border-bottom: 3px solid #2179b4;
}

#orbi .btn_bordered_grey{
  border: 3px solid #ffffff;
}

#orbi .btn_bordered_blue{
  border: 2px solid #00aae7;
  color: #00aae7;
}

#orbi .btn_bordered_white_blue{
  background-color: #ffffff;
  color: #00aae7;
  border-bottom: 2px solid #2179b4;
}

#orbi .btn.play i {
  float: right;
  height: 21px;
  margin-left: 7px;
  position: relative;
  width: 21px;
}

#orbi .btn.play i:after {
  content: '\e900';
  font-family: ngicons;
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px) {
  #orbi h1 {
    font-size: 46px;
    line-height: 56px;
  }

  #orbi h2 {
    font-size: 30px;
    line-height: 40px;
  }

  #orbi h3 {
    font-size: 20px;
    line-height: 28px;
  }

  #orbi h4 {
    font-size: 26px;
    line-height: 36px;
  }

  #orbi h5 {
    font-size: 20px;
    line-height: 30px;
  }

  #orbi p {
    font-size: 15px;
    line-height: 23px;
  }

  #orbi blockquote p {
    font-size: 20px;
    line-height: 32px;
  }
}

@media screen and (min-width: 1024px) {
  #orbi h1 {
    font-size: 66px;
    line-height: 76px;
    font-weight: normal;
  }

  #orbi h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: normal;
  }

  #orbi h3 {
    font-size: 22px;
    line-height: 32px;
  }

  #orbi h4 {
    font-size: 45px;
    line-height: 53px;
    font-weight: normal;
  }

  #orbi h5 {
    font-size: 28px;
    line-height: 36px;
    font-weight: normal;
  }

  #orbi p {
    font-size: 18px;
    line-height: 28px;
  }

  #orbi blockquote p {
    font-size: 28px;
    line-height: 36px;
  }

  #orbi blockquote a{
    font-size: 22px;
  }
}

/****************************
-- Animations --
****************************/
@-webkit-keyframes signal {
  0% {
    height: 10%;
    opacity: 0;
    width: 10%;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  75% {
    height: 100%;
    width: 100%;
  }
  100% {
    opacity: 0;
    height: 100%;
    width: 100%;
  }
}

@keyframes signal {
  0% {
    height: 10%;
    opacity: 0;
    width: 10%;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  75% {
    height: 100%;
    width: 100%;
  }
  100% {
    opacity: 0;
    height: 100%;
    width: 100%;
  }
}

@-webkit-keyframes band {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes band {
  0% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/****************************
-- Sliders --
****************************/
#orbi .bx-wrapper,
#orbi .bx-viewport {
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 1;
}

#orbi .bx-wrapper .bx-viewport {
  background: transparent;
  border: 0;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#orbi .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #fff;
  border: 1px solid #cbcbcb;
}

#orbi .bx-wrapper .bx-pager.bx-default-pager a:hover,
#orbi .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #00a4e0;
  border-color: #00a4e0;
}

#orbi .bx-wrapper .bx-controls-direction a {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
  color: transparent;
  display: block;
  font: 0/0 a;
  height: 40px;
  text-indent: 0;
  width: 40px;
}

#orbi .bx-wrapper .bx-controls-direction a:after {
  color: #00aae7;
  display: block;
  font-family: ngicons;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}

#orbi .bx-wrapper .bx-controls-direction a:hover:after {
  opacity: 0.9;
}

#orbi .bx-wrapper .bx-prev {
  left: 0;
}

#orbi .bx-wrapper .bx-next {
  right: 0;
}

#orbi .bx-wrapper .bx-prev:after {
  content: '<';
}

#orbi .bx-wrapper .bx-next:after {
  content: '>';
}

#orbi .bx-wrapper .bx-controls-direction a.disabled {
  cursor: default;
}

#orbi .bx-wrapper .bx-controls-direction a.disabled:after {
  color: #b2b2b2;
}

#orbi .image_slider .bx-controls{
  position: relative;
  bottom: 50px;
  z-index: 1;
}

#orbi .image_slider .image_swimlane .wrap-container{
  min-height: 265px;
}

@media screen and (min-width: 400px) {
  #orbi .image_slider .image_swimlane .wrap-container{
    min-height: 240px;
  }
}

@media screen and (min-width: 768px) {
  #orbi .bx-wrapper .bx-controls-direction a {
    height: 51px;
    width: 51px;
  }

  #orbi .bx-wrapper .bx-controls-direction a:after {
    font-size: 15px;
    line-height: 51px;
  }

  #orbi .image_slider .bx-controls{
    position: relative;
    bottom: 60px;
  }

  #orbi .bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px;
    height: 15px;
    border-radius: 7px;
    margin: 0 8px;
  }
}

/****************************
-- Header / Nav --
****************************/
#orbi .navbar {
  background-color: #00aae7;
  box-shadow: 0 0 4px 1px rgba(0,0,0,0.1);
}

#orbi .navbar.fixed {
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 1440px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
}

.hh #orbi .navbar {
  left: 0;
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 2;
}

.mob #orbi .navbar {
  top: 100px;
}

.tablet #orbi .navbar {
  top: 110px;
}

/* Logo */
#orbi .navbar_logo {
  float: left;
  height: 51px;
  padding: 12px 0 13px 0;
}

#orbi .navbar_logo img {
  display: block;
  max-height: 100%;
}

/* Mobile Nav */
#orbi .mobile_navbar_navigation {
  float: right;
  position: relative;
  z-index: 1;
}

#orbi .mobile_navbar_navigation_cta {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  height: 51px;
  line-height: 19px;
  max-width: 200px;
  overflow: hidden;
  padding: 16px 20px 16px 5px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#orbi .mobile_navbar_navigation_cta:after {
  content: '\6c';
  font-family: ngicons;
  font-size: 5px;
  line-height: 51px;
  position: absolute;
  right: 0px;
  top: 0;
}

#orbi .mobile_navbar_navigation_select {
  border: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* Desktop Nav */
#orbi .navbar_navigation {
  display: none;
  float: right;
}

#orbi .navbar_navigation li {
  float: left;
  margin-left: 35px;
}

#orbi .navbar_navigation li:first-child {
  margin: 0;
}

#orbi .navbar_navigation_cta,
#orbi .orbi_learn_more_cta
 {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  height: 51px;
  line-height: 19px;
  padding: 16px 0;
}

#orbi .navbar_navigation_cta:hover {
  color: rgba(255,255,255,0.8);
}

#orbi .navbar_navigation_cta.active {
  border-bottom: 3px solid #fff;
  padding-bottom: 13px;
}

#orbi .navbar_navigation_cta.active:hover {
  color: #fff;
}

@media screen and (min-width: 768px) {
  /* Mobile Nav */
  .mobile_navbar_navigation {
    display: none;
  }

  /* Desktop Nav */
  #orbi .navbar_navigation {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  #orbi .navbar .wrap-container {
    padding: 0 45px;
  }
}

/****************************
-- Hero --
****************************/
#orbi .hero {
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: center;
}

#orbi .hero .media-cover {
  display: none;
  width: 100%;
}

#orbi .hero .media-cover > img,
#orbi .hero .media-cover > video {
  display: block;
  width: 100%;
}

#orbi .hero h1{
  font-weight: 300;
}

#orbi .hero_top {
  background-position: center center;
  background-size: cover;
  height: 225px;
  margin: 0 -20px;
  padding: 0 20px;
  position: relative;
  z-index: 0;
}

#orbi .hero_top:after {
  background-color: rgba(0,0,0,0.15);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#orbi .hero_top_wrap {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;

  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#orbi .hero h1,
#orbi .hero h3 {
  color: #fff;
}

#orbi .hero h3 {
  margin-bottom: 8px;
}

#orbi .hero_ctas {
  margin: 0 -7px;
  padding: 12px 0 25px;
}

#orbi .hero_ctas .btn {
  margin: 13px 7px 0;
  min-width: 175px;
}

@media screen and (max-width: 767px) {
  #orbi .hero {
    background-image: none !important;
  }
}

@media screen and (min-width: 768px) {
  #orbi .hero {
    height: 490px;
  }

  #orbi .hero .wrap-container {
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;

    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  #orbi .hero_top {
    background-image: none !important;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #orbi .hero_top:after {
    display: none;
  }

  #orbi .hero_top_wrap {
    position: static;

    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  #orbi .hero_ctas {
    padding: 0;
  }

  #orbi .hero_ctas .play {
    border: 2px solid #ffffff;
    color: #ffffff;
  }
}

@media screen and (min-width: 1024px) {
  .desktop-only #orbi .hero.has_video {
    background-image: none !important;
    height: auto !important;
  }

  .desktop-only #orbi .hero.has_video .media-cover {
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  #orbi .hero {
    height: 640px;
  }
}

/****************************
-- House Graph --
****************************/
#orbi .hero + .housignal .center:first-child {
  border-top: 1px solid #e1e1e1;
}

#orbi .housignal .center {
  margin: 0 auto 12px;
  max-width: 960px;
  text-align: center;
}

#orbi .housignal .center:first-child {
  padding-top: 45px;
}

#orbi .housignal .center h2 {
  margin-bottom: 10px;
}

#orbi .housignal_graph {
  margin: 0 auto 30px;
  max-width: 1152px;
  position: relative;
  width: 100%;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

#orbi .housignal_graph img {
  display: block;
  width: 100%;
}

#orbi .housignal_graph_overlay {
  background-position: top left;
  background-size: auto 100%;
  border-right: 2px solid #00aae7;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 100%;
  top: 0;
}

#orbi .housignal_graph_overlay_handle {
  background-color: #00aae7;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 54px;
  margin: -27px -27px 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 54px;
}

#orbi .housignal_graph_overlay_handle:before,
#orbi .housignal_graph_overlay_handle:after {
  color: #fff;
  font-family: ngicons;
  font-size: 10px;
  line-height: 50px;
  position: absolute;
  top: 0;
}

#orbi .housignal_graph_overlay_handle:before {
  content: '\3c';
  left: 15px;
}

#orbi .housignal_graph_overlay_handle:after {
  content: '\3e';
  right: 15px;
}

@media screen and (min-width: 768px) {
  #orbi .housignal_graph {
    margin-bottom: 40px;
  }

  #orbi .hero + .housignal .center:first-child {
    border: 0;
  }

  #orbi .housignal .center:first-child {
    margin-bottom: 30px;
    padding-top: 50px;
  }

  #orbi .housignal .center p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1024px) {
  #orbi .housignal_graph {
    margin-bottom: 50px;
  }

  #orbi .housignal .center:first-child {
    margin-bottom: 50px;
    padding-top: 75px;
  }

  #orbi .housignal .center h2 {
    margin-bottom: 15px;
  }

  #orbi .housignal .center p {
    font-size: 22px;
    line-height: 34px;
  }
}

/****************************
-- Products --
****************************/
#orbi .products {
  overflow: hidden;
  padding-top: 45px;
  text-align: center;
  clear: both;
}

#orbi .products h2,
#orbi .products h4{
  color: #000;
}

#orbi .products h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}

/* Main Product */
#orbi .products_main {
  padding-bottom: 50px;
}

#orbi .products_main_image {
  margin: 0 auto 25px;
  max-width: 240px;
  width: 80%;
  padding-top: 20px;
}

#orbi .products_main_image img {
  display: block;
  width: 100%;
}

#orbi .products_main_description h4 {
  margin-bottom: 15px;
}

#orbi .products .wrap-container{
  padding: 0;
}

#orbi .products_main_description ul {
  margin-bottom: 15px;
}

#orbi .products_main_description ul li {
  font-size: 14px;
  line-height: 21px;
}

#orbi .products_main_description .btn{
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #orbi .products {
    padding-top: 55px;
  }

  #orbi .products h2 {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 40px;
  }

  #orbi .products_main {
    font-size: 0;
    text-align: left;
    padding-bottom: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 75%, rgba(241,244,245,1) 30%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 75%,rgba(241,244,245,1) 30%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 75%,rgba(241,244,245,1) 30%);
  }

  #orbi .products_main_image {
    display: inline-block;
    margin: 0;
    max-width: none;
    padding-top: 0;
    padding-right: 60px;
    padding-left: 60px;
    vertical-align: middle;
    width: 63.33%;
  }

  #orbi .products_main_description {
    position: absolute;
    display: inline-block;
    max-width: 500px;
    padding:30px 40px;
    text-align: left;
    width: 36.67%;
  }

  #orbi .products_main_description h4 {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 13px;
  }

  #orbi .products_main_description ul li {
    font-size: 15px;
    line-height: 20px;
  }

  #orbi .products_main_description .btn{
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  #orbi .products {
    padding-top: 80px;
  }

  #orbi .products h2 {
    font-size: 66px;
    line-height: 76px;
    margin-bottom: 60px;
  }

  #orbi .products_main_description h4 {
    margin-bottom: 22px;
    padding-bottom: 20px;
  }

  #orbi .products_main_description ul li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }
}

/* Related Product */
#orbi .products_related {
  padding-top: 35px;
  padding-bottom: 45px;
  background-color: #f1f4f5;
}

#orbi .products_related h3 {
  color: #333;
  font-weight: 700;
  margin-bottom: 30px;
}

#orbi .products_related_list {
  font-size: 0;
  text-align: center;
}

#orbi .products_related_product {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 50px;
}

#orbi .products_related_product_image {
  margin: 30px auto 15px;
  width: 200px;
}

#orbi .products_related_product_image .img-wrap {
  padding-bottom: 65.85%;
}

#orbi .products_related_product_description h5 {
  margin-bottom: 7px;
}

#orbi .products_related_product_description ul {
  margin-bottom: 15px;
}

#orbi .products_related_product_description ul li{
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

#orbi .products_related_product_description p{
  font-weight: 600;
}

@media screen and (min-width: 540px) {
  #orbi .products_related_list {
    margin: 0 -10px;
  }

  #orbi .products_related_product {
    padding: 0 10px;
    width: 40%;
  }
}

@media screen and (min-width: 768px) {
  #orbi .products_related h4 {
    margin-bottom: 35px;
  }

  #orbi .products_related_product_image {
    width: 50%;
    float: left;
    margin: 0;
  }

  #orbi .products_related_product_description {
    width: 50%;
    float: left;
    text-align: left;
  }

  #orbi .products_related_product_description h5 {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 12px;
    padding-bottom: 12px
  }

  #orbi .products_related_product_description ul li{
    font-size: 15px;
    line-height: 23px;
  }
}

@media screen and (min-width: 1024px) {
  #orbi .products_related {
    padding-bottom: 70px;
  }

  #orbi .products_related_list {
    margin: 0 -55px;
  }

  #orbi .products_related_product {
    margin-right: 5%;
  }

  #orbi .products_related h4 {
    margin-bottom: 50px;
  }

  #orbi .products_related_product_description h5 {
    margin-bottom: 12px;
  }

  #orbi .products_related_product_description ul {
    margin-bottom: 20px;
  }

  #orbi .products_related_product_description ul li{
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1280px) {
  #orbi .products_related {
    padding-bottom: 100px;
  }
}

/****************************
-- Image Slider --
****************************/
#orbi .image_slider {
  position: relative;
  z-index: 0;
}

#orbi .image_slider .bx-wrapper .bx-prev {
  left: 20px;
}

#orbi .image_slider .bx-wrapper .bx-next {
  right: 20px;
}

#orbi .image_slider_item {
  background-position: center center;
  background-size: cover;
  height: 170px;
}

@media screen and (min-width: 480px) {
  #orbi .image_slider_item {
    height: 240px;
  }
}

@media screen and (min-width: 600px) {
  #orbi .image_slider_item {
    height: 320px;
  }
}

@media screen and (min-width: 768px) {
  #orbi .image_slider_item {
    height: 410px;
  }

  #orbi .image_swimlane .image_slider_item{
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50% 100%;
  }
}

@media screen and (min-width: 1024px) {
  #orbi .image_slider .bx-wrapper .bx-prev {
    left: 30px;
  }

  #orbi .image_slider .bx-wrapper .bx-next {
    right: 30px;
  }

  #orbi .image_slider_item {
    height: 620px;
  }
}

/****************************
-- Quote Slider --
****************************/
#orbi .quote_slider {
  margin: 50px 0 50px;
}

#orbi .quote_slider .bx-wrapper .bx-controls-direction a {
  bottom: 5px;
  top: auto;
}

#orbi .quote_slider blockquote p {
  margin: 0 auto;
  max-width: 490px;
  padding: 0 20px;
  text-align: center;
}

#orbi .quote_slider blockquote footer {
  margin-top: 15px;
  padding: 0 50px;
  position: static;
}

#orbi .quote_slider blockquote footer .img-wrap {
  height: 50px;
}

#orbi .quote_slider blockquote footer img {
  width: auto;
}

#orbi .quote_slider_logos {
  border-top: 1px solid #e1e1e1;
  display: none;
  font-size: 0;
  margin-top: 40px;
  padding-top: 10px;
  text-align: center;
}

#orbi .quote_slider_logos_cta {
  display: inline-block;
  height: 55px;
  margin: 0 10px;
  opacity: 0.2;
  position: relative;
  width: 10%;

  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

#orbi .quote_slider_logos_cta:hover,
#orbi .quote_slider_logos_cta.active {
  opacity: 1;
}

#orbi .quote_slider_logos_cta.active:after {
  border-top: 3px solid #00aae7;
  content: '';
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -12px;
  width: 80px;
}

#orbi .quote_slider_logos_cta img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 90%;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  #orbi .quote_slider {
    margin: 60px 0 10px;
  }

  #orbi .quote_slider .bx-wrapper .bx-controls-direction a {
    bottom: auto;
    margin-top: -25px;
    top: 50%;
  }

  #orbi .quote_slider .bx-wrapper .bx-pager {
    display: none;
  }

  #orbi .quote_slider blockquote footer {
    display: none;
  }

  #orbi .quote_slider_logos {
    display: block;
  }

  #orbi .housignal .center h2 {
    margin-bottom: 15px;
  }

  #orbi .housignal_graph {
    margin-bottom: 30px;
  }

  /* Desktop Only */
  .desktop #orbi .quote_slider .bx-wrapper .bx-controls a {
    opacity: 0;
    -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: opacity 300ms ease, transform 300ms ease;
  }

  .desktop #orbi .quote_slider .bx-wrapper .bx-prev {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  .desktop #orbi .quote_slider .bx-wrapper .bx-next {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }

  .desktop #orbi .quote_slider:hover .bx-wrapper .bx-prev {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .desktop #orbi .quote_slider:hover .bx-wrapper .bx-next {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (min-width: 1024px) {
  #orbi .quote_slider {
    margin: 70px 0 10px;
  }

  #orbi .quote_slider_logos_cta {
    height: 65px;
  }

  #orbi .quote_slider_logos_cta.active:after {
    width: 115px;
  }
}

/****************************
-- Image Swimlane --
****************************/
#orbi .image_swimlane {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 170px;
  padding-bottom: 170px;
  position: relative;
}

#orbi .image_slider .image_swimlane{
  padding-bottom: 0;
}

#orbi .image_swimlane .wrap-container {
  padding: 30px 20px;
  text-align: center;
}

#orbi .image_swimlane_title {
  margin: 0 0 6px;
}

#orbi .image_swimlane_description {
  margin: 0;
}

#orbi .image_swimlane .image_slider {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 480px) {
  #orbi .image_swimlane {
    background-size: auto 240px;
    padding-bottom: 240px;
  }
}

@media screen and (min-width: 600px) {
  #orbi .image_swimlane {
    background-size: auto 320px;
    padding-bottom: 320px;
  }

  #orbi .image_swimlane .wrap-container {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  #orbi .image_swimlane {
    background-position: center center;
    background-size: cover;
    height: 410px;
    padding-bottom: 0;
  }

  #orbi .image_swimlane .wrap-container {
    padding: 0 7.5%;
    position: absolute;
    text-align: left;
  }

  #orbi .image_swimlane .wrap-container {
    position: absolute;
    text-align: left;
    top: 50%;
    width: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #orbi .image_swimlane.txt_left .wrap-container {
    left: 0;
  }

  #orbi .image_swimlane.txt_right .wrap-container {
    right: 0;
  }

  #orbi .image_swimlane .image_slider {
    width: 50%;
  }

  #orbi .image_swimlane.txt_left .image_slider {
    right: 0;
  }

  #orbi .image_swimlane.txt_right .image_slider {
    left: 0;
  }
}

@media screen and (min-width: 992px) {
  #orbi .image_swimlane_title {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1024px) {
  #orbi .image_swimlane {
    height: 620px;
  }
}

/****************************
-- Wifi Everywhere --
****************************/
#orbi .wifi_everywhere {
  background-color: #f1f4f5;
}

/****************************
-- Quick Setup --
****************************/
#orbi .quick_setup {
  background-color: #f8f8f8;
}

@media screen and (min-width: 1024px) {
  #orbi .quick_setup .image_swimlane  {
    height: 520px;
  }
}

/****************************
-- Router Sleek --
****************************/
@media screen and (min-width: 768px) {
  #orbi .router-sleek .image_swimlane_title {
    color: #fff;
  }

  #orbi .router-sleek .image_swimlane_description {
    color: #fff;
  }
}

/****************************
-- Tri-Band --
****************************/
#orbi .triband {
  background-image: url('images/triband-bg.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#orbi .triband .center {
  margin: 0 auto;
  max-width: 840px;
  padding-top: 45px;
  text-align: center;
}

#orbi .triband .center h2 {
  color: #fff;
  margin-bottom: 10px;
}

#orbi .triband .center p {
  color: #fff;
}

#orbi .triband_image {
  margin: 0 -20px;
  position: relative;
}

#orbi .triband_image_wrap {
  margin: 0 auto;
  max-width: 700px;
  position: relative;
  z-index: 3;
}

#orbi .triband_image_wrap .img-wrap {
  padding-bottom: 56.25%;
  position: relative;
}

#orbi .triband_image_wrap img {
  max-height: 80%;
  max-width: 80%;
}

#orbi .triband_band {
  background: rgba(255,220,255,0.1);
  height: 10px;
  left: 0;
  margin-top: -5px;
  position: absolute;
  right: 0;

  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

#orbi .triband_band_animate {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;

  -webkit-animation: band 8s linear 0s infinite;
  animation: band 8s linear 0s infinite;
}

#orbi .triband_band.band_1 {
  top: 33.33%;
}

#orbi .triband_band.band_2 {
  top: 50%;
}

#orbi .triband_band.band_3 {
  top: 66.66%;
}

#orbi .triband_band_icon {
  border-radius: 50%;
  height: 50px;
  margin-top: -25px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 50px;
}

#orbi .triband_band_icon.pos_1 {
  left: 0;
}

#orbi .triband_band_icon.pos_1.clone {
  left: 100%;
}

#orbi .triband_band_icon.pos_2 {
  left: 16.66%;
}

#orbi .triband_band_icon.pos_2.clone {
  left: 116.66%;
}

#orbi .triband_band_icon.pos_3 {
  left: 33.33%;
}

#orbi .triband_band_icon.pos_3.clone {
  left: 133.33%;
}

#orbi .triband_band_icon.pos_4 {
  left: 50%;
}

#orbi .triband_band_icon.pos_4.clone {
  left: 150%;
}

#orbi .triband_band_icon.pos_5 {
  left: 66.66%;
}

#orbi .triband_band_icon.pos_5.clone {
  left: 166.66%;
}

#orbi .triband_band_icon.pos_6 {
  left: 83.33%;
}

#orbi .triband_band_icon.pos_6.clone {
  left: 183.33%;
}

#orbi .triband_band_icon:before,
#orbi .triband_band_icon:after {
  background: rgba(255,220,255,0.1);
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
}

#orbi .triband_band_icon:before {
  top: 0;
}

#orbi .triband_band_icon:after {
  bottom: 0;
}

#orbi .triband_band_icon img {
  max-height: 50%;
  max-width: 50%;
}

@media screen and (min-width: 768px) {
  #orbi .triband .center {
    padding-top: 50px;
  }

  #orbi .triband_band {
    height: 16px;
    margin-top: -8px;
  }

  #orbi .triband_band_icon {
    height: 76px;
    margin-top: -38px;
    width: 76px;
  }

  #orbi .triband_band_icon:before,
  #orbi .triband_band_icon:after {
    height: 30px;
  }
}

@media screen and (min-width: 1024px) {
  #orbi .triband .center {
    padding-top: 75px;
  }

  #orbi .triband_image_wrap .img-wrap {
    padding-bottom: 75%;
  }
}

@media screen and (min-width: 1280px) {
  #orbi .triband .center {
    padding-top: 85px;
  }

  #orbi .triband_image_wrap .img-wrap {
    padding-bottom: 100%;
  }
}

/****************************
-- Highlights --
****************************/
#orbi .highlights {
  padding-top: 40px;
}

#orbi .highlights h2 {
  margin: 0 0 20px;
  text-align: center;
}

@media screen and (min-width: 540px) {
  #orbi .highlights h2 {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 768px) {
  #orbi .highlights {
    padding-top: 55px;
  }

  #orbi .highlights h2 {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 960px) {
  #orbi .highlights {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  #orbi .highlights .wrap-container {
    padding: 0;
    width: 87.5%;
  }
}

@media screen and (min-width: 1024px) {
  #orbi .highlights h2 {
    margin-bottom: 55px;
  }
}

/* Highlights Image */
#orbi .highlights_image {
  margin: 0 auto 25px;
  max-width: 240px;
  width: 80%;
}

#orbi .highlights_image img {
  display: block;
}

@media screen and (min-width: 768px) {
  #orbi .highlights_image {
    float: left;
    max-width: 500px;
    padding-right: 15px;
    width: 33.33%;
  }
}

@media screen and (min-width: 960px) {
  #orbi .highlights_image {
    margin: 0;
    max-width: 540px;
  }
}

@media screen and (min-width: 1152px) {
  #orbi .highlights_image {
    max-width: 570px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Highlights Features */
#orbi .highlights_features {
  padding-bottom: 12px;
}

#orbi .highlights_features_item {
  padding-bottom: 20px;
}

#orbi .highlights_features_item_image {
  float: left;
  margin-right: 20px;
  padding: 0 0 0 10px;
  width: 42px;
}

#orbi .highlights_features_item_image img {
  display: block;
}

#orbi .highlights_features_item_description {
  overflow: hidden;
  padding-top: 4px;
}

#orbi .highlights_features_item_description h5 {
  margin: 0 0 10px;
}

#orbi .highlights_features_item_description p {
  margin: 0;
}

@media screen and (min-width: 540px) {
  #orbi .highlights_features ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  #orbi .highlights_features_item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

@media screen and (min-width: 768px) {
  #orbi .highlights_features {
    overflow: hidden;
    width: 33.33%;
    float: left;
  }

  #orbi .highlights_features ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }

  #orbi .highlights_features_item {
    padding-right: 25px;
  }

  #orbi .highlights_features_item_image {
    padding-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  #orbi .highlights_features {
    padding-top: 40px;
  }

  #orbi .highlights_features_item_description h5 {
    font-size: 25px;
    line-height: 33px;
  }
}

@media screen and (min-width: 1152px) {
  #orbi .highlights_features {
    padding-top: 60px;
  }

  #orbi .highlights_features_item {
    padding-bottom: 50px;
    padding-right: 0;
  }
}

/* Awards */
#orbi .highlights_awards {
  text-align: center;
}

#orbi .highlights_awards_title {
  border-top: 1px solid #e1e1e1;
  margin-top: 9px;
}

#orbi .highlights_awards h5 {
  background-color: #fff;
  color: #b2b2b2;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 0 15px;
  padding: 0 25px;
  position: relative;
  top: -10px;
}

#orbi .highlights_awards ul {
  font-size: 0;
  margin: 0 -12px;
  width: 100%;
}

#orbi .highlights_awards li {
  display: inline-block;
  padding: 0 12px;
}

#orbi .highlights_awards img {
  display: block;
}

@media screen and (min-width: 768px) {
  #orbi .highlights_awards {
    clear: both;
  }
}

@media screen and (min-width: 960px) {
  #orbi .highlights_awards {
    clear: none;
    overflow: hidden;
    text-align: left;
  }

  #orbi .highlights_awards h5 {
    padding-left: 0;
  }
}



@media screen and (min-width: 1024px) {
  #orbi .highlights_awards h5 {
    font-size: 15px;
  }
}

/****************************
-- Expandable --
****************************/
#orbi .expandable {
  overflow: hidden;
  padding-top: 15px;
  position: relative;
  z-index: 0;
}

#orbi .expandable_tabs {
  font-size: 0;
  margin: 0 -10px;
  padding-bottom: 30px;
  text-align: center;
}

#orbi section .expandable_tabs {
  padding-bottom: 0;
}

#orbi .expandable_tab {
  border: 1px solid #00aae7;
  border-radius: 6px;
  text-transform: uppercase;
  color: #00aae7;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 57px;
  line-height: 55px;
  margin: 0 10px 20px;
  max-width: 280px;
  overflow: hidden;
  padding: 0 35px 0 20px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

#orbi .expandable_tab:after {
  content: '+';
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  right: 20px;
}

#orbi .expandable_tab.active:after {
  content: '–';
}

/*#orbi .expandable_tab:hover {
  color: #2179b4;
}*/

#orbi .expandable_tab.active {
  background: rgb(33,121,180);
  background: -moz-linear-gradient(left, rgba(33,121,180,1) 50%, rgba(0,170,231,1) 100%);
  background: -webkit-linear-gradient(left, rgba(33,121,180,1) 50%,rgba(0,170,231,1) 100%);
  background: linear-gradient(to right, rgba(33,121,180,1) 50%,rgba(0,170,231,1) 100%);
  color: #ffffff;
  border: 0px;
}

#orbi .expandable_panel {
  background-color: #f1f4f5;
  border-top: 1px solid #e1e1e1;
  display: none;
  padding-top: 45px;
  position: relative;
}

#orbi .expandable_panel.active {
  display: block;
}

#orbi .expandable_panel .wrap-container {
  max-width: 620px;
}

#orbi .expandable_panel_close:after {
  content: '-';
  font-size: 20px;
  font-weight: 400;
  position: relative;
  left: 20px;
}

#orbi .panel_bottom {
  padding-bottom: 45px;
  text-align: center;
}

#orbi .expandable_panel .orbi_front{
  z-index: 1;
  position: absolute;
  right: 50px;
  top: 50px;
}

@media screen and (min-width: 620px) {
  #orbi .expandable_panel.active:after {
    background-color: #f5f5f5;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-radius: 3px;
    color: #fff;
    content: '';
    height: 15px;
    left: 50%;
    margin-left: -162px;
    position: absolute;
    top: -8px;
    width: 15px;

    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #orbi .expandable_panel.active:last-child:after {
    margin-left: 138px;
  }

  #orbi .expandable_panel .orbi_front{
    z-index: 1;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  #orbi .expandable {
    padding-top: 30px;
  }

  #orbi .expandable_tab {
    max-width: 310px;
    text-align: left;
  }

  #orbi .expandable_panel {
    padding-top: 50px;
  }

  #orbi .expandable_panel.active:after {
    margin-left: -177px;
  }

  #orbi .expandable_panel.active:last-child:after {
    margin-left: 153px;
  }

  #orbi .expandable_panel .wrap-container {
    max-width: 860px;
    padding: 0 40px;
  }
}

@media screen and (min-width: 1024px) {
  #orbi .expandable {
    padding-top: 50px;
  }

  #orbi .expandable_tabs {
    margin: 0 -15px;
    padding-bottom: 50px;
  }

  #orbi .expandable_tab {
    border-radius: 0;
    font-size: 15px;
    letter-spacing: 3px;
    height: 60px;
    margin: 0 15px 35px;
    max-width: 440px;
  }

  #orbi .expandable_tab:after {
    font-size: 26px;
  }

  #orbi .expandable_panel {
    padding-top: 75px;
  }

  #orbi .expandable_panel.active:after {
    height: 36px;
    top: -18px;
    width: 36px;
  }

  #orbi .expandable_panel.active:after {
    margin-left: -242px;
  }

  #orbi .expandable_panel.active:last-child:after {
    margin-left: 218px;
  }
}

/****************************
-- Specs --
****************************/
#orbi .specs_col_image {
  margin: 0 auto;
  max-width: 450px;
  position: relative;
}

#orbi .specs_col {
  margin-bottom: 70px;
}

#orbi .specs_col h2{
  margin-bottom: 20px;
  margin-top: 30px;
}

#orbi .specs_col h3 {
  border-bottom: 1px solid #e1e1e1;
  color: #333;
  margin: 0 0 17px;
  padding-bottom: 12px;
}

#orbi .specs_col h4 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin: 0 0 7px;
}

#orbi .specs_col h5 {
  color: #919191;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}

#orbi .specs_col p {
  color: #919191;
  margin: 0;
}

#orbi .specs_col_image > img{
  display: inline-block;
}

#orbi .specs_item {
  margin-bottom: 22px;
}

#orbi .specs_item:last-child {
  margin-bottom: 0;
}

#orbi .specs_item_list ul {
  list-style-type: disc;
  margin-left: 15px;
}

#orbi .specs_item_list li {
  margin-bottom: 10px;
}

#orbi .specs_item_list li:last-child {
  margin-bottom: 0;
}

#orbi .specs_item_list li p {
  color: #333;
}

#orbi .specs_item_table > ul > li {
  margin-bottom: 10px;
}

#orbi .specs_item_table > ul > li:last-child {
  margin-bottom: 0;
}

#orbi .specs_item_table > ul > li > ul > li > ul {
  margin-bottom: 19px;
  margin-left: 14px;
}

#orbi .specs_item_table > ul > li > ul > li:last-child ul {
  margin-bottom: 0;
}

#orbi .specs_item_table > ul > li > ul > li > ul > li {
  position: relative;
}

#orbi .specs_item_table > ul > li > ul > li > ul > li:before {
  color: #919191;
  content: '-';
  left: -14px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 14px;
}

@media screen and (min-width: 768px) {
  #orbi .specs_col {
    padding-bottom: 50px;
  }

  #orbi .specs_col h4 {
    float: left;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 0;
    margin-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 205px;
  }

  #orbi .specs_col h5 {
    font-size: 15px;
    line-height: 23px;
  }

  #orbi .specs_col h4 + ul {
    overflow: hidden;
  }

  #orbi .panel_bottom {
    padding-bottom: 65px;
  }
}

@media screen and (min-width: 1024px) {
  #orbi .specs_col {
    padding-bottom: 70px;
  }

  #orbi .specs_col h4 {
    font-size: 20px;
    line-height: 28px;
  }

  #orbi .specs_col h5 {
    font-size: 18px;
    line-height: 28px;
  }

  #orbi .panel_bottom {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1152px) {
  #orbi .expandable_panel.specs .wrap-container {
    max-width: 1280px;
  }

  #orbi .specs_grid {
    font-size: 0;
    margin: 0 -15px;
  }

  #orbi .specs_col {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
    width: 50%;
  }

  #orbi .specs_col_image {
    max-width: none;
    padding-top: 80px;
    text-align: right;
  }

  #orbi .specs_col h2{
    margin-top: 0;
  }

  #orbi .specs_col h3 {
    margin-bottom: 22px;
    padding-bottom: 20px;
  }

  #orbi .specs_item {
    margin-bottom: 30px;
  }

  #orbi .specs_item_table > ul > li {
    margin-bottom: 18px;
  }
}

/****************************
-- FAQs --
****************************/
#orbi .faqs h4 {
  border-bottom: 1px solid #e1e1e1;
  color: #333;
  margin: 0;
  padding-bottom: 15px;
}

#orbi .faqs_list {
  margin-bottom: 30px;
}

#orbi .faqs_list li {
  border-bottom: 1px solid #e1e1e1;
}

#orbi .faqs_list .accordion_panel {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 800ms ease, opacity 800ms ease, padding 800ms ease;
  transition: height 800ms ease, opacity 800ms ease, padding 800ms ease;
}

#orbi .faqs_list .accordion_panel.show {
  height: auto;
}

#orbi .faqs_list .accordion_header.active + .accordion_panel {
  opacity: 1;
  padding-bottom: 20px;
}

#orbi .faqs_list h5 {
  color: #00aae7;
  cursor: pointer;
  margin: 0;
  padding: 15px 35px 15px 0;
  position: relative;
}

#orbi .faqs_list h5:after {
  background-color: #00aae7;
  border: 2px solid #00aae7;
  border-radius: 50%;
  color: #fff;
  content: '+';
  font-family: ngicons;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  margin-top: -12px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 20px;
}

#orbi .faqs_list h5.active:after{
  background-color: transparent;
  color: #00aae7;
  content: '-';
}

#orbi .faqs_list p {
  margin: 0;
  padding: 0 0 10px;
}

#orbi .faqs_list p:last-child {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #orbi .faqs_list {
    margin-bottom: 35px;
  }

  #orbi .faqs_list h5:after {
    font-size: 13px;
    line-height: 26px;
    margin-top: -15px;
    width: 26px;
  }
}

@media screen and (min-width: 1024px) {
  #orbi .expandable_panel.faqs .wrap-container {
    max-width: 990px;
  }

  #orbi .faqs h4 {
    padding-bottom: 45px;
  }

  #orbi .faqs_list {
    margin-bottom: 55px;
  }

  #orbi .faqs_list h5 {
    padding: 25px 35px 25px 0;
  }

  #orbi .faqs_list h5:after {
    right: 15px;
  }

  #orbi .faqs_list p {
    padding-bottom: 20px;
  }

  #orbi .faqs_list p:last-child {
    padding-bottom: 30px;
  }
}

/****************************
-- Bottom Hero --
****************************/
#orbi .orbi_footer {
  background: rgb(0,170,230);
  background: -moz-linear-gradient(-45deg, rgba(0,170,230,1) 0%, rgba(25,120,182,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0,170,230,1) 0%,rgba(25,120,182,1) 100%);
  background: linear-gradient(135deg, rgba(0,170,230,1) 0%,rgba(25,120,182,1) 100%);
  position: relative;
  text-align: center;
}

#orbi .orbi_footer .wrap-container {
  margin: 0 auto;
  max-width: 1280px;
  padding-bottom: 100px;
  padding-top: 40px;
  position: relative;
}

#orbi .orbi_footer h2 {
  color: #fff;
  margin-bottom: 10px;
}

#orbi .orbi_footer_ctas {
  margin: 0 -10px;
}

#orbi .orbi_footer_ctas .btn {
  margin: 15px 10px 0;
  min-width: 195px;
}

#orbi .orbi_footer_copy {
  bottom: 30px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  left: 20px;
  line-height: 25px;
  margin: 0;
  position: absolute;
}

#orbi .orbi_footer_copy_social {
  bottom: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
}

#orbi .orbi_footer_copy_social li:first-child {
  margin: 0;
}

#orbi .orbi_footer_copy_social li {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}

#orbi .orbi_footer_copy_social_link {
  display: block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 25px;
}

#orbi .orbi_footer_copy_social_link:before {
  color: #fff;
  font-family: 'ngicons';
  font-size: 20px;
}

#orbi .orbi_footer_copy_social_link.icon_weibo:before {
  content: '\57';
  content: '\7a';
}

#orbi .orbi_footer_copy_social_link.icon_facebook:before {
  content: '\f09a';
}

#orbi .orbi_footer_copy_social_link.icon_twitter:before {
  content: '\f099';
}

#orbi .orbi_footer_copy_social_link.icon_youtube:before {
  content: '\f167';
}

#orbi .orbi_footer_copy_social_link.icon_instagram:before {
  content: '\f16d';
}

@media screen and (min-width: 768px) {
  #orbi .orbi_footer .wrap-container {
    padding-bottom: 120px;
    padding-top: 60px;
  }
}

@media screen and (min-width: 1024px) {
  #orbi .orbi_footer .wrap-container {
    padding-bottom: 170px;
    padding-top: 100px;
  }
}

/****************************
-- Scroll Animations --
****************************/
/* Delays */
.desktop #orbi .scroll_animate .delay_100 {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.desktop #orbi .scroll_animate .delay_200 {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.desktop #orbi .scroll_animate .delay_300 {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.desktop #orbi .scroll_animate .delay_400 {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.desktop #orbi .scroll_animate .delay_600 {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.desktop #orbi .scroll_animate .delay_1200 {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.desktop #orbi .scroll_animate .delay_1600 {
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.desktop #orbi .scroll_animate .delay_3200 {
  -webkit-transition-delay: 3200ms;
  transition-delay: 3200ms;
}

.desktop #orbi .scroll_animate .delay_4800 {
  -webkit-transition-delay: 4800ms;
  transition-delay: 4800ms;
}

/* Fade In */
.desktop #orbi .scroll_animate .fade_in {
  opacity: 0;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 600ms;
  -webkit-transition-timing-function: ease;
  transition-property: opacity;
  transition-duration: 600ms;
  transition-timing-function: ease;
}

.desktop #orbi .scroll_animate.active_animation .fade_in {
  opacity: 1;
}

/* Fade In From Top */
.desktop #orbi .scroll_animate .fade_in_from_top {
  opacity: 0;
  -webkit-transform: translateY( -10px );
  -ms-transform: translateY( -10px );
  transform: translateY( -10px );

  -webkit-transition: opacity 600ms ease, -webkit-transform 600ms ease;
  transition: opacity 600ms ease, transform 600ms ease;

  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 600ms;
  -webkit-transition-timing-function: ease;
  transition-property: opacity, transform;
  transition-duration: 600ms;
  transition-timing-function: ease;
}

.desktop #orbi .scroll_animate.active_animation .fade_in_from_top {
  opacity: 1;
  -webkit-transform: translateY( 0 );
  -ms-transform: translateY( 0 );
  transform: translateY( 0 );
}

/* Fade In From Bottom */
.desktop #orbi .scroll_animate .fade_in_from_bottom {
  opacity: 0;
  -webkit-transform: translateY( 10px );
  -ms-transform: translateY( 10px );
  transform: translateY( 10px );

  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 600ms;
  -webkit-transition-timing-function: ease;
  transition-property: opacity, transform;
  transition-duration: 600ms;
  transition-timing-function: ease;
}

.desktop #orbi .scroll_animate.active_animation .fade_in_from_bottom {
  opacity: 1;
  -webkit-transform: translateY( 0 );
  -ms-transform: translateY( 0 );
  transform: translateY( 0 );
}

/* Fade In From Left */
.desktop #orbi .scroll_animate .fade_in_from_left {
  opacity: 0;
  -webkit-transform: translateX( -10px );
  -ms-transform: translateX( -10px );
  transform: translateX( -10px );

  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 600ms;
  -webkit-transition-timing-function: ease;
  transition-property: opacity, transform;
  transition-duration: 600ms;
  transition-timing-function: ease;
}

.desktop #orbi .scroll_animate.active_animation .fade_in_from_left {
  opacity: 1;
  -webkit-transform: translateX( 0 );
  -ms-transform: translateX( 0 );
  transform: translateX( 0 );
}

/* Fade In From Right */
.desktop #orbi .scroll_animate .fade_in_from_right {
  opacity: 0;
  -webkit-transform: translateX( 10px );
  -ms-transform: translateX( 10px );
  transform: translateX( 10px );

  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 600ms;
  -webkit-transition-timing-function: ease;
  transition-property: opacity, transform;
  transition-duration: 600ms;
  transition-timing-function: ease;
}

.desktop #orbi .scroll_animate.active_animation .fade_in_from_right {
  opacity: 1;
  -webkit-transform: translateX( 0 );
  -ms-transform: translateX( 0 );
  transform: translateX( 0 );
}

/****************************
-- Product Buying Options --
****************************/
.product_buying {
  padding: 45px 0 50px;
}


@media screen and (min-width: 768px) {
  .product_buying {
    padding: 55px 0 70px;
  }
}

/* Title */
.product_buying_title {
  margin: 0 auto 15px;
  max-width: 785px;
  text-align: center;
}

.product_buying_title h3 {
  font-size: 15px;
  line-height: 21px;
  margin: 10px 0 0;
}

@media screen and (min-width: 1024px) {
  .product_buying_title h3 {
    font-size: 17px;
    line-height: 23px;
  }
}

/* Options */
.product_buying_options .container {
  max-width: none;
  position: relative;
}

.product_buying_options_item {
  padding: 15px 10px;
}

.product_buying_options_item_cta {
  border: 1px solid transparent;
  border-radius: 6px;
  display: block;
  height: 100%;
  padding: 25px 15px 20px;
  position: relative;
  text-align: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.product_buying_options_item_cta:hover {
  border-color: #d3d3d3;
  box-shadow: 0 0 4px 0px rgba(0,0,0,0.2);
}

.product_buying_options_item_cta.active {
  border-color: #00aae7;
  box-shadow: none;
}

.product_buying_options_item_cta.active:after {
  background-color: #fff;
  border-color: #00aae7;
  border-style: solid;
  border-radius: 0 0 5px 0;
  border-width: 0px 1px 1px 0;
  content: '';
  height: 14px;
  left: 50%;
  margin-left: -7px;
  margin-top: -6px;
  position: absolute;
  top: 100%;
  width: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product_buying_options_item_image {
  margin: 0 auto 5px;
  max-width: 133px;
}

#orbi .product_buying_options_item h4 {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 23px;
}

.product_buying_options_item_cta.active h4 {
  color: #06a84e;
}

.product_buying_options_item .price {
  bottom: 20px;
  color: #b2b2b2;
  font-size: 14px;
  left: 15px;
  line-height: 1;
  margin: 0;
  position: absolute;
  right: 15px;
}

/* Description */
.product_buying_descriptions_item {
  display: none;
}

.product_buying_descriptions_item.active {
  display: block;
}

.product_buying_descriptions_item_gallery {
  padding-top: 20px;
}

.product_buying_descriptions_item_gallery_wrap {
  margin: 0 auto;
  max-width: 525px;
}

.product_buying_descriptions_item_gallery ul {
  list-style-type: none;
  margin: 0 -5px;
  padding: 0;
}

.product_buying_descriptions_item_gallery ul li {
  display: inline-block;
  margin-top: 10px;
  margin-left: -4px;
  padding: 0 5px;
  width: 25.5%;
}

.product_buying_descriptions_item_gallery ul li a {
  border: 1px solid #e1e1e1;
  /* border-radius: 6px; */
  display: block;
  overflow: hidden;
  padding: 10px 5px;
}

.product_buying_descriptions_item_gallery ul li a:hover,
.product_buying_descriptions_item_gallery ul li a.active {
  border-color: #00aae7;;
}

.product_buying_descriptions_item_data {
  padding: 20px;
}

.product_buying_descriptions_item_data h3 {
  margin: 0 0 14px;
  text-align: center;
  font-weight: 600 !important;
}

.product_buying_descriptions_item_data h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  margin: 0 0 10px;
}

.product_buying_descriptions_item_data_buy {
  margin-bottom: 15px;
  text-align: center;
}

.product_buying_descriptions_item_data_buy .price {
  color: #6b6b6b;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 0;
}

.product_buying_descriptions_item_data_description {
  padding-bottom: 15px;
}

.product_buying_descriptions_item_data_description p {
  color: #6b6b6b;
  margin: 0 0 10px;
}

.product_buying_descriptions_item_data_related {
  padding-bottom: 15px;
}

.product_buying_descriptions_item_data_related_item {
  display: table;
  margin: 20px 0;
  width: 100%;
}

.product_buying_descriptions_item_data_related_item_image {
  display: table-cell;
  height: 60px;
  padding-right: 5px;
  width: 100px;
  vertical-align: middle;
}

.product_buying_descriptions_item_data_related_item_image .img-wrap {
  height: 60px;
  width: 100%;
}

.product_buying_descriptions_item_data_related_item span {
  color: #06a84e;
  display: table-cell;
  font-size: 15px;
  line-height: 21px;
  margin-left: 100px;
  text-decoration: underline;
  vertical-align: middle;
}

.product_buying_descriptions_item_data_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.product_buying_descriptions_item_data_list li {
  color: #6b6b6b;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px !important;
  padding-left: 20px;
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 100%;
}

.product_buying_descriptions_item_data_list li:first-child {
  margin: 0;
}

.product_buying_descriptions_item_data_list li:before {
  background-color: #00aae7;
  border-radius: 50%;
  content: '';
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 5px;
}

@media screen and (min-width: 480px) {
  .product_buying_descriptions_item_gallery ul {
    margin: 0 auto;
    max-width: 460px;
  }
}

@media screen and (min-width: 768px) {
  .product_buying_descriptions_item_gallery {
    float: left;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }

  .product_buying_descriptions_item_data {
    float: left;
    padding-left: 15px;
    width: 50%;
  }

  .product_buying_descriptions_item_data h3 {
    color: 000;
    margin-bottom: 20px;
    text-align: left;
  }

  .product_buying_descriptions_item_data_buy {
    margin-bottom: 30px;
    text-align: left;
  }

  .product_buying_descriptions_item_data_buy .btn {
    margin-right: 10px;
  }

  .product_buying_descriptions_item_data_buy .price {
    display: inline-block;
  }
}

@media screen and (min-width: 1024px) {
  .product_buying_descriptions_item {
    padding-top: 20px;
  }

  .product_buying_descriptions_item_data h3 {
    color: #333;
    margin-bottom: 20px;
    text-align: left;
  }

  .product_buying_descriptions_item_data h4 {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .product_buying_descriptions_item_data_buy .price {
    font-size: 17px;
    line-height: 25px;
  }

  .product_buying_descriptions_item_data_list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .product_buying_descriptions_item_data_list li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }

  .product_buying_descriptions_item_data_description {
    float: left;
    padding-right: 40px;
    /*width: 60%;*/
  }

  .product_buying_descriptions_item_data_description p {
    font-size: 17px;
    line-height: 27px;
  }

  .product_buying_descriptions_item_data_related {
    float: left;
    width: 40%;
  }
}



/****************************
-- Positioning --
****************************/
img,
svg {
  display: block;
  max-width: 100%;
}

.img-wrap {
  display: block;
  height: 0;
  position: relative;
  width: 100%;
}

.img-wrap.w16h9 {
  padding-bottom: 56.25%;
}

.img-wrap.w16h10 {
  padding-bottom: 62.5%;
}

.img-wrap.w5h4 {
  padding-bottom: 80%;
}

.img-wrap.w4h3 {
  padding-bottom: 75%; /* 300/400 */
}

.img-wrap.w3h2 {
  padding-bottom: 66.66%; /* 200/300 */
}

.img-wrap.w2h1 {
  padding-bottom: 50%; /* 100/200 */
}

.img-wrap.w1h1 {
  padding-bottom: 100%; /* 100/200 */
}

.img-wrap img,
.img-wrap svg {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.starting_at{
    margin-bottom: 20px;
}

.starting_at > span {
    font-size: 19px;
    display: inline-block;
    margin-left: 9px;
}

a.get_support_cta {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 61px;
}

#orbi h3.in_the_box_title {
    font-size: 22px;
}

#orbi section.product_buying {
    /*border-bottom: 1px solid #e1e1e1 !important;*/
}

#orbi .product_buying + .expandable {
  border-bottom: 1px solid #e1e1e1 !important;
  padding-top: 0px;
}

/*************************************
Orbi Tech Specs
*************************************/

.orbi_tech_specs {
    display: table;
    width: 95%;
    margin: auto;
    border: 1px solid #e2e2e2;
    background-color: #ffffff;
}

div#row_tech_specs {}

.row_tech_specs {
    display: table-row;
}

.tech-cols {
    display: table-cell;
    padding: 15px;
    padding-bottom: 0;
    width: 150px;
}

.tech-cols:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}

#orbi .icon_check_yes,
#orbi .icon_check_no{
  font-family: 'ngicons';
  font-size: 15px;
}

#orbi .icon_check_yes:before{
  content: '\7a';
}

#orbi .icon_check_no:before{
  content: '\78';
}

@media (min-width: 801px){
   #orbi .orbi_mobile_tech_specs{
    display: none;
   }

   .orbi_tech_specs{

   }
}

@media (max-width: 800px){

  .orbi_tech_specs{
    display: none;
  }

  #orbi .orbi_mobile_tech_specs{
    width: 95%;
    overflow: hidden;
    margin: auto;
    border: 1px solid #e2e2e2;
    border-top: 0;
  }

  #orbi .specs_titles{
    display: none;
  }

  #orbi .orbi_mobile_tech_specs .orbi_tech_specs_item{
    float: none;
    width: 100%;
    border-right: 0 !important;
    height: 100%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 2% 2%;
    font-family: arial, sans-serif;
  }

  #orbi .orbi_mobile_tech_specs .orbi_tech_specs_item{
    border-top: 1px solid #e2e2e2 !important;
  }

  #orbi .orbi_mobile_tech_specs .orbi_tech_specs_item ul.specs_inner_ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  #orbi .orbi_mobile_tech_specs .orbi_tech_specs_item ul.specs_inner_ul.hidden{
    display: none;
  }

  #orbi .orbi_mobile_tech_specs .orbi_tech_specs_item .title_container{
    cursor: pointer;
    height: initial;
    min-height: 0px;
  }

  #orbi .orbi_mobile_tech_specs .orbi_tech_specs_item.active .title_container h3{
    margin: 0 0 30px 0;
  }

  #orbi .orbi_mobile_tech_specs .orbi_tech_specs_item .title_container h3{
    text-align: center;
    color: #00aae7;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
  }

  #orbi .orbi_mobile_tech_specs .orbi_tech_specs_item ul.specs_inner_ul li{
    min-height: initial;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  #orbi .orbi_mobile_tech_specs .orbi_tech_specs_item ul.specs_inner_ul > li > p{
    font-size: 15px;
  }

  #orbi .orbi_mobile_tech_specs .orbi_tech_specs_item:not(:last-child){
    border-right: 1px solid #e2e2e2;
  }

}

section.section_tech_specs {
    padding: 50px 0;
}



.tech-cols .title_container {
    padding-top: 40px;
}

.tech-cols .title_container h3 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.15em;
    color: #00aae7 !Important;
}

.tech_specs_title {
    margin: 0px auto 50px auto;
    width: 90%;
    text-align: center;
}

p.spec_title {
  font-family: 'Montserrat', sans-serif;
  color: #9e9e9e;
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 14px !important;
}

#orbi .expandable_panel.active:last-child:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  margin-left: initial;
}
