
/*March 2021 Updated Non-English*/

/****************************
-- Product Slideshow --
****************************/
.product_slideshow {
  background-color: #f8f8f8;
  position: relative;
}

.product_slideshow_item {
  margin: 0;
  padding: 20px 20px 30px;
  position: relative;
  text-align: center;
}

.product_slideshow_item .img-wrap {
  height: 95px;
  margin: 0 auto;
  padding: 0;
  width: 95px;
}

.product_slideshow_item .img-wrap img {
  top: auto;
}

.product_slideshow_item .img-wrap .new {
  background-color: #06a84e;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 48px;
  line-height: normal;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 48px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}

.product_slideshow_item_title {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  margin: 15px 0 0;
  text-transform: uppercase;
}

.product_slideshow_item_extra p {
  color: #6b6b6b;
  margin: 10px 0 0;
}

.product_slideshow_item_extra a {
  display: inline-block;
  margin-top: 16px;
  text-transform: uppercase;
}

@media screen and (min-width: 640px) {
  .product_slideshow.long .bx-wrapper {
    overflow: hidden;
    padding-right: 2px;
  }

  .product_slideshow.long .bx-viewport {
    margin-left: -2px;
    width: auto !important;
  }

  .product_slideshow.long .product_slideshow_item {
    border-left: 2px solid #fff;
  }
}

@media screen and (min-width: 992px) {
  .product_slideshow .container {
    max-width: none;
    padding: 0;
    text-align: center;
  }

  /* Only for desktop, remains a slider on mobile */
  .desktop .product_slideshow_item {
    padding: 0 10px;
    width: 11%
  }

  .desktop .product_slideshow.long .product_slideshow_item:first-child {
    border: 0;
  }
  .desktop .product_slideshow_item .wrap {
    overflow: hidden;
    padding: 45px 0 55px;
  }

  .desktop .product_slideshow_item img {
    -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
  }

  .desktop .product_slideshow_item .new {
    -webkit-transition: -webkit-transform 500ms ease 50ms, opacity 500ms ease 50ms;
    transition: transform 500ms ease 50ms, opacity 500ms ease 50ms;
  }

  .desktop .product_slideshow_item figcaption {
    position: relative;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
  }

  .desktop .product_slideshow_item_extra {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
  }

  .desktop .product_slideshow_item_extra p {
    margin-top: 6px;
  }

  .desktop .product_slideshow_item_extra a {
    margin-top: 4px;
    -webkit-transition: margin 500ms ease;
    transition: margin 500ms ease;
  }

  .desktop .product_slideshow_item:hover img {
    opacity: 0;
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
  }

  .desktop .product_slideshow_item:hover .new {
    opacity: 0;
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .desktop .product_slideshow_item:hover figcaption {
    -webkit-transform: translateY(-85px);
    -ms-transform: translateY(-85px);
    transform: translateY(-85px);
  }

  .desktop .product_slideshow_item:hover .product_slideshow_item_extra {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .desktop .product_slideshow_item:hover .product_slideshow_item_extra a {
    margin-top: 24px;
  }
  .desktop .product_slideshow_item_extra p {
    font-size: 13px;
    line-height: 16px;
  }
  .product_slideshow_item .product_slideshow_item_title {
    line-height: inherit;
  }
}
@media screen and (min-width: 1280px) {
  .desktop .product_slideshow_item {
    padding: 0 15px;
  }
}

/****************************
-- Press & Partners --
****************************/
.press-partners {
  text-align: center;
}

.press-partners h2 {
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .press-partners h2 {
    color: #333;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .press-partners h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

/* Press */
.press_slider {
  display: block;
  padding: 35px 0;
  text-align: center;
}

.press_slider_quotes_list blockquote {
  margin: 0;
}

.press_slider_quotes_list p {
  margin: 0 0 16px;
}

.press_slider_quotes_list cite {
  display: block;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 30px;
}

.press_slider_quotes_list cite a {
  color: #06a84e;
}

.press_slider_quotes_list cite a:hover{
  text-decoration: undeline;;
}

.press_slider_quotes_list img {
  display: inline-block;
}

.press_slider_logos {
  display: none;
}

.press_slider .bx-wrapper .bx-pager {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .press_slider {
    padding: 45px 0;
  }

  .press_slider_quotes_list {
    margin: 0 auto;
    max-width: 500px;
    position: relative;

    -webkit-transition: height 600ms ease;
    transition: height 600ms ease;
  }

  .press_slider_quotes_list blockquote {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;

    -webkit-transition: opacity 600ms ease, visibility 0ms linear 600ms;
    transition: opacity 600ms ease, visibility 0ms linear 600ms;
  }

  .press_slider_quotes_list blockquote.active {
    opacity: 1;
    visibility: visible;

    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .press_slider_quotes_list p {
    margin-bottom: 26px;
  }

  .press_slider_quotes_list cite {
    margin-bottom: 40px;
  }

  .press_slider_quotes_list img {
    display: none;
  }

  .press_slider_logos {
    display: block;
  }

  .press_slider_logos {
    padding: 0 20px;
  }

  .press_slider_logos_cta {
    margin: 0 30px;
    opacity: 0.3;

    -webkit-transition: opacity 600ms ease;
    transition: opacity 600ms ease;
  }

  .press_slider_logos_cta.active {
    opacity: 1;
  }

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

  .press_slider_logos_cta:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .press_slider {
    display: inline-block;
    padding: 55px 0;
    position: relative;
    vertical-align: top;
    width: 50%;
  }

  .press_slider:after {
    border-right: 1px solid #e1e1e1;
    bottom: 45px;
    content: '';
    right: -1px;
    position: absolute;
    top: 45px;
    width: 1px;
  }

  .press_slider_quotes_list {
    max-width: 450px;
  }

  .press_slider_quotes_list p {
    margin-bottom: 30px;
  }

  .press_slider_quotes_list cite {
    margin-bottom: 40px;
  }

  .press_slider_logos_cta {
    margin: 0 10px;
  }
}

@media screen and (min-width: 1280px) {
  .press_slider_logos_cta {
    margin: 0 30px;
  }
}

/* Partners */
.partners_logos {
  border-top: 1px solid #e1e1e1;
  display: block;
  padding: 35px 0;
  text-align: center;
}

.partners_logos h2 {
  margin: 0;
}

.partners_logos ul {
  margin: 0;
  padding: 0;
}

.partners_logos_item {
  display: inline-block;
  height: 43px;
  margin: 30px 15px 0;;
  position: relative;
  width: 154px;
}

.partners_logos_item img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .partners_logos {
    padding: 45px 0;
  }

  .partners_logos_item {
    height: 54px;
    width: 198px;
  }
}

@media screen and (min-width: 1024px) {
  .partners_logos h2 {
    margin-bottom: 20px;
  }

  .partners_logos {
    border-top: 0;
    display: inline-block;
    padding: 55px 0;
    position: relative;
    vertical-align: top;
    width: 50%;
  }

  .partners_logos:before {
    border-left: 1px solid #e1e1e1;
    bottom: 45px;
    content: '';
    left: 0;
    position: absolute;
    top: 45px;
    width: 1px;
  }

  .partners_logos_item {
    height: 68px;
    width: 240px;
  }
}

/****************************
-- Arlo v4: Homepage --
****************************/
.ns-ars18 .button--secondary.HomeHero {
  border-width: 2px;
  width: 160px;
}
  .ComponentHero__Headline.HomeHero {
    color: #ffffff !important;
  }
  .ComponentHero__BodyCopy.HomeHero {
    color: #ffffff !important;
  }

@media (min-width: 1024px) {

  .ComponentHero__Headline.HomeHero {
    font-size: 65px;
    margin-top:-100px;
  }
  .ComponentHero__BodyCopy.HomeHero {
    font-size: 19px;
  }
}

@media (min-width: 426px) and (max-width: 599px) {

  .animated-bg .product-img-banner {
    min-height: 700px;
    background-position-y: 0;

  }
}

@media (min-width: 600px) and (max-width: 767px) {

  .animated-bg .product-img-banner {
    min-height: 800px;
    background-position-y: -100px;

  }
}

@media (min-width: 700px) and (max-width: 767px) {

  .animated-bg .product-img-banner {
    min-height: 900px;
    background-position-y: -100px;

  }
}


/****************************
-- Video List --
****************************/
.video_list {
  background-color: #f1f1f1;
  padding: 35px 0 65px;
  position: relative;
  text-align: center;
}

.video_list .container {
  position: static;
}

.video_list h2 {
  margin: 0 0 30px;
}

.video_list .bx-wrapper {
  margin: 0 -20px;
  max-width: none !important;
}

.video_list_item {
  margin: 0;
  padding-left: 20px;
}

.video_list_item_screen {
  display: block;
  position: relative;
}

.video_list_item_caption {
  background-color: #fff;
  min-height: 105px;
  padding: 28px 20px 0;
}

.video_list_item_screen_note {
  background-color: #06a84e;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  left: 50%;
  padding: 8px;
  position: absolute;
  width: 172px;
  z-index: 1;

  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.video_list_item_caption h3 {
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video_list_item_caption p {
  color: #b2b2b2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video_list .bx-wrapper .bx-pager {
  padding: 22px 0;
}

.video_list .more {
  bottom: 35px;
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  white-space: nowrap;

  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .video_list {
    padding-top: 50px;
  }

  .video_list h2 {
    color: #333;
    margin-bottom: 35px;
  }

  .video_list_slides {
    margin: 0 -15px;
  }

  .video_list_item {
    display: inline-block;
    margin: 0 0 30px;;
    padding: 0 15px;
    width: 33.33%;
  }

  .video_list_item_caption {
    border-radius: 0 0 6px 6px;
    min-height: 125px;
  }

  .video_list_item_caption h3 {
    white-space: normal;
  }

  .video_list_item_caption p {
    white-space: normal;
  }

  .video_list .more {
    bottom: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .video_list {
    padding: 55px 0 20px;
  }

  .video_list .container {
    position: relative;
  }

  .video_list h2 {
    margin-bottom: 40px;
  }

  .video_list_item_caption h3 {
    font-size: 17px;
  }

  .video_list .more {
    bottom: auto;
    left: auto;
    right: 30px;
    top: 20px;

    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media screen and (min-width: 1280px) {
  .video_list .more {
    right: 40px;
  }
}

/****************************
-- Centered Swimlane --
****************************/
.centered_swimlane {
  background-color: #f8f8f8;
  background-position: bottom left;
  position: relative;
}

.centered_swimlane_cta {
  margin: 0 auto;
  max-width: 280px;
  padding-top: 30px;
  text-align: center;
  position: relative;
  z-index: 100;
}

.centered_swimlane_cta h2 {
  margin: 0 0 25px;
}

.centered_swimlane ul.slider-outer {
  min-height: 220px;
  height: auto;
  padding-bottom: 36%;
}

@media screen and (min-width: 768px) {
  .centered_swimlane {
    background-size: cover;
    background-position: center center;
  }

  .centered_swimlane_cta {
    left: 50%;
    max-width: 320px;
    padding: 0;
    position: absolute;
    top: 50%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .centered_swimlane_cta h2 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .centered_swimlane_cta {
    max-width: 465px;
  }

  .centered_swimlane_cta h2 {
    margin-bottom: 25px;
  }
}


/*
SLIDER BOTTOM
*/
.slider-container{
  position: relative;
}

/*.slider-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.5);
  width: 100%;
  height: 100%;
  z-index: 2;
}*/

ul.slider-outer{
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-width: 1440px;
  width: 100%;
  height: 380px;
  position: relative;
}


@media (min-width: 1024px){
  ul.slider-outer{
    height: 490px;
  }
}

@media (min-width: 768px) and (max-width: 1023px){
  ul.slider-outer{
    height: 310px;
  }
}


ul.slider-outer > li.slide-item{
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

.arrow{
  color: #fff;
  background-color: rgba(0,0,0,0.45);
  display: block;
  height: 96px;
  line-height: 96px;
  margin-top: -48px;
  outline: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 48px;
  z-index: 3;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 27px;
}

.arrow:hover{
  background: rgba(0,0,0,0.65);
}

.arrow-right{
  border-radius: 48px 0 0 48px;
  right: 0;
  text-align: right;
  padding-right: 12px;
}

.arrow-left{
  border-radius: 0 48px 48px 0;
  left: 0;
  text-align: left;
  padding-left: 12px;
}
/*
SLIDER BOTTOM END
*/
/******Arlo Smart CSS *****/
.arlo_smart_wrap {
  display: table;
  width: 100%;
}
.arlo_smart_center {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}
.smart_link {
    margin-top: 10px;
}
.smart_txt {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.smart_txt h2 {
    text-align: left;
    margin-bottom: 10px;
    color: #06a84e;
}
.smart_img {
    display: table-cell;
    width: 50%;
}
.smart_link a {
  padding: 13px 35px;
  letter-spacing: 1px;
  min-width: 177px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #06a84e;
  color: #06a84e;
  background: transparent;
  border-radius: 22px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
.smart_link a:hover {
  color: #fff;
  background: #06a84e;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .smart_txt {
      display: block;
      width: 100%;
      padding: 20px 0;
  }
  .smart_img {
      display: block;
      width: 100%;
  }
  .smart_img img {
    width: 100%;
    height: auto;
  }
  .smart_link {
    text-align: center;
  }
  .smart_txt h2 {
    text-align: center;
  }
  .smart_txt p {
    text-align: center;
  }
}
/******Arlo Smart CSS Ends *****/


/*******Arlov4 Homepage Hero/Secondary Hero************/
.ComponentHero--HeroBannerStandard{
  overflow: hidden;
  position: relative;
}
.ComponentHero--HeroBannerStandard .Hero--bg{
  height: 760px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: -25px;
}
.ComponentHero--HeroBannerStandard .Hero--bg--mobile {
  height: 622px;
  background-size: cover;
  background-position-x: center;
}

/*left side banner text*/
.ComponentHero--HeroBannerStandard .textHolder.text-left{
  padding: 0 20px;
  position: absolute;
  left: 30%;
  top: 40%;
  max-width: 600px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

/*right side banner text*/
.ComponentHero--HeroBannerStandard .textHolder{
  padding: 0 20px;
  position: absolute;
  right: -300px;
  top: 50%;
  max-width: 600px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.ComponentHero--HeroBannerStandard.standardSwimlane .textHolder.text-left {
    position: absolute;
    left: 30%;
}

/*Center Banner Text*/
.ComponentHero--HeroBannerStandard .textHolder.text-center {
  left: 50%;
  top: 30%;
  text-align: center;
}
.ComponentHero--HeroBannerStandard .textHolder.text-center .button.button--primary{
  /*margin: 25px auto 0;*/
}

.ComponentHero--HeroBannerStandard .textHolder.text-center p {
  font-size: 14px;
}

@media (max-width: 425px) {
  .ComponentHero--HeroBannerStandard.standardSwimlane .textHolder.text-left {
    position: absolute;
    left: 50%;
  }
}

.ComponentHero--HeroBannerStandard .textHolder h1 {
  margin-bottom: 20px;
}
.ComponentHero--HeroBannerStandard .textHolder .button.button--primary {
margin-top: 25px;
}

.ComponentHero--HeroBannerStandard .textHolder .cta{
  margin-top: 30px;
}

.ComponentHero--HeroSecondBanner {
  display: -webkit-box !important;
}
.ComponentHero--HeroSecondBanner .ComponentHero__Background{
  background-image: linear-gradient(79deg, #292E41 0%, #525868 100%);
  width: 100%;
}

.ComponentHero--HeroSecondBanner .ComponentHero__Background.desktop {
  display: block;
  padding: 0;
  width: 100%;
}

.ComponentHero--HeroSecondBanner .ComponentHero__Foreground {
  background-image: linear-gradient(79deg, #292E41 0%, #525868 100%);
  }

.ComponentHero--HeroSecondBanner .ComponentHero__Textarea {
  width: 50%;
  float: right;
  position: relative;
  top: 40px;
}
.ComponentHero--HeroSecondBanner .ComponentHero__leftside {
  width: 50%;
}
.ComponentHero--HeroSecondBanner .ComponentHero__leftside .ComponentHero__BgImage--desktop  {
  width: 100%;
  float: left;
}

.ComponentHero--HeroSecondBanner .ComponentHero__Textarea span {
      color: #152934;
      font-family: NeueHaasUnicaPro-Medium,Helvetica,"Helvetica Neue",Arial,sans-serif;
      font-size: 17px;
      font-style: normal;
      font-weight: 400;
      line-height: 50px;
      letter-spacing: 0;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      color: #fff;
      padding-right: 5px;
      -webkit-transition: color .2s cubic-bezier(.5,0,.1,1);
      transition: color .2s cubic-bezier(.5,0,.1,1);
      will-change: color;
}
.ComponentHero--HeroSecondBanner .ComponentHero__Textarea span:hover {
    color: #3dcb9a;
}

.ComponentHero--HeroSecondBanner .ComponentHero__Foreground h1 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
}
.ComponentHero--HeroSecondBanner .ComponentHero__Foreground p {
  color: #ffffff;
}
.ComponentHero__Headline.black {
  color: #152934 !important;
  font-weight:normal;
}
.ComponentHero__BodyCopy.black {
  color: #152934 !important;
  margin-top: 15px;
}

#home .hero_videobg h1,
#home .hero_videobg p {
  color: #152934;
}

#home .hero_videobg .container.text-left {
  max-width: 450px;
}

.ComponentHero--HeroBannerStandard .textHolder .red-text{
  color: #D42D1B;
}

@media (min-width: 768px) {
  #home .hero_videobg .container.text-left {
    left: 78% !important;
    max-width: 400px;
  }
  #home .hero_videobg h1{
    font-size: 45px;
    line-height: 60px;
  }
  #home .hero_videobg p{
    font-size: 20px;
  }
}

@media (width: 768px) {
  #home .hero_videobg .container.text-left {
    max-width: 300px;
  }
   #home .hero_videobg p{
    font-size: 18px;
  }
}

@media (min-width: 1000px){
#home .hero_videobg .container.text-left {
  left: 60% !important;
  max-width: 300px;
}
}

@media (min-width: 1200px){
#home .hero_videobg .container.text-left {
  left: 49% !important;
  max-width: 400px;
}
}

/*Sub Hero*/
.sub-banner {
  position: relative;
}
.sub-banner.mobile {
  height: auto;
  /* max-height: 370px; */
}


.sub-banner img {
  /* Make image responsive */
  display: block;
  width: 100%;
  max-height: auto;
}

.sub-banner>.caption h2,
.sub-banner>.caption p,
.sub-banner>.caption a {
  color: #fff;
  text-align: left;
}

.sub-banner>.caption h2 {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}

.sub-banner>.caption p {
  font-size: 16px;
  margin-bottom: 20px;
}

.sub-banner>.caption a {
  font-weight: 600;
  font-size: 20px !important;
}
.sub-banner>.caption a:hover + .green-right {
  margin-left: 20px;
}
.sub-banner .green-right {
  cursor: pointer;
  max-width: fit-content;
  width: 40px;
  margin-left: 10px;
  height: 15px;
  transition: ease .2s;
}
.sub-banner .green-right:hover {
  margin-left: 20px;
}



@media (min-width: 1024px) {
  .ComponentHero--HeroSecondBanner .ComponentHero__Textarea {
    top: 65px;
  }
  .ComponentHero--HeroBannerStandard .textHolder.text-left{
    left: 40%;
  }
  .ComponentHero--HeroBannerStandard .textHolder .red-text{
    font-size: 35px;
  }

}

@media (max-width: 1024px) {

   .sub-banner {
    /* height: 171px; */
  }
    .sub-banner>.caption {
    position: absolute;
    top: 30px;
    left: 200px;
    width: 50%;
    height: 100%;
  }
    .sub-banner.mobile>.caption {
    position: absolute;
    top: 60px;
    left: 10%;
    width: 100%;
    height: 100%;
  }

  .sub-banner>.caption h2 {
  font-size: 22px;
  line-height: 38px;
  }
  .sub-banner>.caption p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .sub-banner>.caption a {
    font-size: 16px !important;
  }
}

@media (min-width: 769px) and (max-width: 999px) {
    .ComponentHero--HeroBannerStandard .textHolder{
    max-width: 400px !important;
    left: 40%;
    top: 35% !important;
    position: absolute;
    text-align: left;
    padding: 0;
  }
  .ComponentHero--HeroBannerStandard .textHolder .red-text{
    font-size: 35px;
  }
}

@media (max-width: 768px){
  .ComponentHero--HeroSecondBanner .ComponentHero__BgImage--desktop {
  display:none;
  }
  .ComponentHero__Textarea.desktop {
    display: none;
  }
  .ComponentHero--HeroSecondBanner .ComponentHero__Foreground h1 {
    font-size: 22px;
  }
  .ComponentHero--HeroBannerStandard .Hero--bg {
    display: none;
  }
   .ComponentHero--HeroBannerStandard .textHolder{
    top: 30%;
    max-width: 400px;
    right: -200px;
  }
  .ComponentHero--HeroBannerStandard .textHolder.text-left {
    top: 165px;
    left: 220px;
    max-width: 350px;
  }
  .ComponentHero--HeroBannerStandard .textHolder .red-text{
    font-size: 35px;
  }
}

@media (min-width: 769px){
  .ComponentHero--HeroBannerStandard{
    overflow: hidden;
    position: relative;
  }

  .ComponentHero--HeroSecondBanner .ComponentHero__Background{
    padding: 10px 50px;
  }

.ComponentHero--HeroSecondBanner .ComponentHero__BgImage--mobile {
  display: block;
  }

  .ComponentHero__Background.mobile{
    display: none;
  }

  .Hero--bg--mobile {
    display: none;
  }

  .sub-banner.mobile {
    display: none;
  }
  .sub-banner.desktop {
    display: block;
  }
  .sub-banner.tablet {
    display: none;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .ComponentHero--HeroSecondBanner .ComponentHero__Background.mobile {
    background-image: none !important;
  }
  .ComponentHero--HeroSecondBanner .ComponentHero__leftside {
    display: flex;
  }
  .sub-banner.mobile {
    display: none;
  }
  .sub-banner.desktop {
    display: none;
  }
  .sub-banner.tablet {
    display: block;
  }

   .sub-banner>.caption {
    position: absolute;
    top: 70px;
    left: 60px;
    width: 50%;
    height: 100%;
  }
   .sub-banner>.caption h2 {
     font-size: 20px;
   }
   .sub-banner>.caption p {
     font-size: 15px;
   }
   .sub-banner>.caption a {
     font-size: 15px !important;
   }

     .sub-banner.tablet {
      display: flex;
      height: auto;
      /* max-height: 240px; */
    }
}

@media (max-width: 600px) {
  .ComponentHero--HeroSecondBanner .ComponentHero__Background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    height: 420px;
    width: 100%;
  }
  .ComponentHero--HeroSecondBanner .ComponentHero__Background.desktop {
    display: none;
  }
  .ComponentHero--HeroSecondBanner .ComponentHero__BgImage--mobile {
  width: 100%;
  }
  .ComponentHero--HeroSecondBanner .mobile .ComponentHero__Textarea {
    padding: 30px 45px 0;
    position: relative;
    top: 40px;
    width: 100%;
  }
  .ComponentHero--HeroSecondBanner .ComponentHero__leftside {
    display: none;
    width: 100%;
  }
   .ComponentHero--HeroBannerStandard .textHolder{
    max-width: 100%;
    left: 50%;
    top: 25%;
    position: absolute;
    text-align: left;
    padding: 0 40px;
  }
   .ComponentHero--HeroBannerStandard .textHolder.text-left {
    top: 180px;
    left: 155px;
    max-width: 260px;
  }
  .ComponentHero--HeroBannerStandard .textHolder.text-center h1 {
    font-size: 29px;
    margin-bottom: 10px;
  }
  .ComponentHero--HeroBannerStandard .textHolder .red-text{
    font-size: 29px;
  }'
  .sub-banner.mobile {
    display: block;
    height: auto;
    max-height: 360px;
  }
  .sub-banner.desktop {
    display: none;
  }
  .sub-banner.tablet {
    display: none;
  }

}

@media (max-width: 375px) {
  .sub-banner.mobile {
    max-height: 330px;
  }
}

@media (max-width: 320px) {
   .ComponentHero--HeroBannerStandard .textHolder.text-left {
    max-width: 251px;
    left: 135px;
  }
  .sub-banner.mobile>.caption {
    top: 10px;
    left: 0;
    padding: 15px;
  }
  .sub-banner.mobile {
    max-height: 280px;
  }
}
/****************************
-- Product Slideshow --
****************************/
.product_slideshow {
  background-color: #f8f8f8;
  position: relative;
}

.product_slideshow_item {
  margin: 0;
  padding: 20px 20px 30px;
  position: relative;
  text-align: center;
}

.product_slideshow_item .img-wrap {
  height: 95px;
  margin: 0 auto;
  padding: 0;
  width: 95px;
}

.product_slideshow_item .img-wrap img {
  top: auto;
}

.product_slideshow_item .img-wrap .new {
  background-color: #06a84e;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 48px;
  line-height: normal;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 48px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}

.product_slideshow_item_title {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  margin: 15px 0 0;
  text-transform: uppercase;
}

.product_slideshow_item_extra p {
  color: #6b6b6b;
  margin: 10px 0 0;
}

.product_slideshow_item_extra a {
  display: inline-block;
  margin-top: 16px;
  text-transform: uppercase;
}

@media screen and (min-width: 640px) {
  .product_slideshow.long .bx-wrapper {
    overflow: hidden;
    padding-right: 2px;
  }

  .product_slideshow.long .bx-viewport {
    margin-left: -2px;
    width: auto !important;
  }

  .product_slideshow.long .product_slideshow_item {
    border-left: 2px solid #fff;
  }
}

@media screen and (min-width: 992px) {
  .product_slideshow .container {
    max-width: none;
    padding: 0;
    text-align: center;
  }

  /* Only for desktop, remains a slider on mobile */
  .desktop .product_slideshow_item {
    padding: 0 10px;
    width: 11%
  }

  .desktop .product_slideshow.long .product_slideshow_item:first-child {
    border: 0;
  }
  .desktop .product_slideshow_item .wrap {
    overflow: hidden;
    padding: 45px 0 55px;
  }

  .desktop .product_slideshow_item img {
    -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
  }

  .desktop .product_slideshow_item .new {
    -webkit-transition: -webkit-transform 500ms ease 50ms, opacity 500ms ease 50ms;
    transition: transform 500ms ease 50ms, opacity 500ms ease 50ms;
  }

  .desktop .product_slideshow_item figcaption {
    position: relative;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
  }

  .desktop .product_slideshow_item_extra {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
  }

  .desktop .product_slideshow_item_extra p {
    margin-top: 6px;
  }

  .desktop .product_slideshow_item_extra a {
    margin-top: 4px;
    -webkit-transition: margin 500ms ease;
    transition: margin 500ms ease;
  }

  .desktop .product_slideshow_item:hover img {
    opacity: 0;
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
  }

  .desktop .product_slideshow_item:hover .new {
    opacity: 0;
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .desktop .product_slideshow_item:hover figcaption {
    -webkit-transform: translateY(-85px);
    -ms-transform: translateY(-85px);
    transform: translateY(-85px);
  }

  .desktop .product_slideshow_item:hover .product_slideshow_item_extra {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .desktop .product_slideshow_item:hover .product_slideshow_item_extra a {
    margin-top: 24px;
  }
  .desktop .product_slideshow_item_extra p {
    font-size: 13px;
    line-height: 16px;
  }
  .product_slideshow_item .product_slideshow_item_title {
    line-height: inherit;
  }
}
@media screen and (min-width: 1280px) {
  .desktop .product_slideshow_item {
    padding: 0 15px;
  }
}

/****************************
-- Press & Partners --
****************************/
.press-partners {
  text-align: center;
}

.press-partners h2 {
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .press-partners h2 {
    color: #333;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .press-partners h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

/* Press */
.press_slider {
  display: block;
  padding: 35px 0;
  text-align: center;
}

.press_slider_quotes_list blockquote {
  margin: 0;
}

.press_slider_quotes_list p {
  margin: 0 0 16px;
}

.press_slider_quotes_list cite {
  display: block;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 30px;
}

.press_slider_quotes_list cite a {
  color: #06a84e;
}

.press_slider_quotes_list cite a:hover{
  text-decoration: undeline;;
}

.press_slider_quotes_list img {
  display: inline-block;
}

.press_slider_logos {
  display: none;
}

.press_slider .bx-wrapper .bx-pager {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .press_slider {
    padding: 45px 0;
  }

  .press_slider_quotes_list {
    margin: 0 auto;
    max-width: 500px;
    position: relative;

    -webkit-transition: height 600ms ease;
    transition: height 600ms ease;
  }

  .press_slider_quotes_list blockquote {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;

    -webkit-transition: opacity 600ms ease, visibility 0ms linear 600ms;
    transition: opacity 600ms ease, visibility 0ms linear 600ms;
  }

  .press_slider_quotes_list blockquote.active {
    opacity: 1;
    visibility: visible;

    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .press_slider_quotes_list p {
    margin-bottom: 26px;
  }

  .press_slider_quotes_list cite {
    margin-bottom: 40px;
  }

  .press_slider_quotes_list img {
    display: none;
  }

  .press_slider_logos {
    display: block;
  }

  .press_slider_logos {
    padding: 0 20px;
  }

  .press_slider_logos_cta {
    margin: 0 30px;
    opacity: 0.3;

    -webkit-transition: opacity 600ms ease;
    transition: opacity 600ms ease;
  }

  .press_slider_logos_cta.active {
    opacity: 1;
  }

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

  .press_slider_logos_cta:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .press_slider {
    display: inline-block;
    padding: 55px 0;
    position: relative;
    vertical-align: top;
    width: 50%;
  }

  .press_slider:after {
    border-right: 1px solid #e1e1e1;
    bottom: 45px;
    content: '';
    right: -1px;
    position: absolute;
    top: 45px;
    width: 1px;
  }

  .press_slider_quotes_list {
    max-width: 450px;
  }

  .press_slider_quotes_list p {
    margin-bottom: 30px;
  }

  .press_slider_quotes_list cite {
    margin-bottom: 40px;
  }

  .press_slider_logos_cta {
    margin: 0 10px;
  }
}

@media screen and (min-width: 1280px) {
  .press_slider_logos_cta {
    margin: 0 30px;
  }
}

/* Partners */
.partners_logos {
  border-top: 1px solid #e1e1e1;
  display: block;
  padding: 35px 0;
  text-align: center;
}

.partners_logos h2 {
  margin: 0;
}

.partners_logos ul {
  margin: 0;
  padding: 0;
}

.partners_logos_item {
  display: inline-block;
  height: 43px;
  margin: 30px 15px 0;;
  position: relative;
  width: 154px;
}

.partners_logos_item img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .partners_logos {
    padding: 45px 0;
  }

  .partners_logos_item {
    height: 54px;
    width: 198px;
  }
}

@media screen and (min-width: 1024px) {
  .partners_logos h2 {
    margin-bottom: 20px;
  }

  .partners_logos {
    border-top: 0;
    display: inline-block;
    padding: 55px 0;
    position: relative;
    vertical-align: top;
    width: 50%;
  }

  .partners_logos:before {
    border-left: 1px solid #e1e1e1;
    bottom: 45px;
    content: '';
    left: 0;
    position: absolute;
    top: 45px;
    width: 1px;
  }

  .partners_logos_item {
    height: 68px;
    width: 240px;
  }
}

/****************************
-- Arlo v4: Homepage --
****************************/
.ns-ars18 .button--secondary.HomeHero {
  border-width: 2px;
  width: 160px;
}
  .ComponentHero__Headline.HomeHero {
    color: #ffffff !important;
  }
  .ComponentHero__BodyCopy.HomeHero {
    color: #ffffff !important;
  }

@media (min-width: 1024px) {

  .ComponentHero__Headline.HomeHero {
    font-size: 65px;
    margin-top:-100px;
  }
  .ComponentHero__BodyCopy.HomeHero {
    font-size: 19px;
  }
}


/****************************
-- Video List --
****************************/
.video_list {
  background-color: #f1f1f1;
  padding: 35px 0 65px;
  position: relative;
  text-align: center;
}

.video_list .container {
  position: static;
}

.video_list h2 {
  margin: 0 0 30px;
}

.video_list .bx-wrapper {
  margin: 0 -20px;
  max-width: none !important;
}

.video_list_item {
  margin: 0;
  padding-left: 20px;
}

.video_list_item_screen {
  display: block;
  position: relative;
}

.video_list_item_caption {
  background-color: #fff;
  min-height: 105px;
  padding: 28px 20px 0;
}

.video_list_item_screen_note {
  background-color: #06a84e;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  left: 50%;
  padding: 8px;
  position: absolute;
  width: 172px;
  z-index: 1;

  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.video_list_item_caption h3 {
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video_list_item_caption p {
  color: #b2b2b2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video_list .bx-wrapper .bx-pager {
  padding: 22px 0;
}

.video_list .more {
  bottom: 35px;
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  white-space: nowrap;

  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .video_list {
    padding-top: 50px;
  }

  .video_list h2 {
    color: #333;
    margin-bottom: 35px;
  }

  .video_list_slides {
    margin: 0 -15px;
  }

  .video_list_item {
    display: inline-block;
    margin: 0 0 30px;;
    padding: 0 15px;
    width: 33.33%;
  }

  .video_list_item_caption {
    border-radius: 0 0 6px 6px;
    min-height: 125px;
  }

  .video_list_item_caption h3 {
    white-space: normal;
  }

  .video_list_item_caption p {
    white-space: normal;
  }

  .video_list .more {
    bottom: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .video_list {
    padding: 55px 0 20px;
  }

  .video_list .container {
    position: relative;
  }

  .video_list h2 {
    margin-bottom: 40px;
  }

  .video_list_item_caption h3 {
    font-size: 17px;
  }

  .video_list .more {
    bottom: auto;
    left: auto;
    right: 30px;
    top: 20px;

    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media screen and (min-width: 1280px) {
  .video_list .more {
    right: 40px;
  }
}

/****************************
-- Centered Swimlane --
****************************/
.centered_swimlane {
  background-color: #f8f8f8;
  background-position: bottom left;
  position: relative;
}

.centered_swimlane_cta {
  margin: 0 auto;
  max-width: 280px;
  padding-top: 30px;
  text-align: center;
  position: relative;
  z-index: 100;
}

.centered_swimlane_cta h2 {
  margin: 0 0 25px;
}

.centered_swimlane ul.slider-outer {
  min-height: 220px;
  height: auto;
  padding-bottom: 36%;
}

@media screen and (min-width: 768px) {
  .centered_swimlane {
    background-size: cover;
    background-position: center center;
  }

  .centered_swimlane_cta {
    left: 50%;
    max-width: 320px;
    padding: 0;
    position: absolute;
    top: 50%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .centered_swimlane_cta h2 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .centered_swimlane_cta {
    max-width: 465px;
  }

  .centered_swimlane_cta h2 {
    margin-bottom: 25px;
  }
}


/*
SLIDER BOTTOM
*/
.slider-container{
  position: relative;
}

/*.slider-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.5);
  width: 100%;
  height: 100%;
  z-index: 2;
}*/

ul.slider-outer{
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-width: 1440px;
  width: 100%;
  height: 380px;
  position: relative;
}


@media (min-width: 1024px){
  ul.slider-outer{
    height: 490px;
  }
}

@media (min-width: 768px) and (max-width: 1023px){
  ul.slider-outer{
    height: 310px;
  }
}


ul.slider-outer > li.slide-item{
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

.arrow{
  color: #fff;
  background-color: rgba(0,0,0,0.45);
  display: block;
  height: 96px;
  line-height: 96px;
  margin-top: -48px;
  outline: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 48px;
  z-index: 3;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 27px;
}

.arrow:hover{
  background: rgba(0,0,0,0.65);
}

.arrow-right{
  border-radius: 48px 0 0 48px;
  right: 0;
  text-align: right;
  padding-right: 12px;
}

.arrow-left{
  border-radius: 0 48px 48px 0;
  left: 0;
  text-align: left;
  padding-left: 12px;
}
/*
SLIDER BOTTOM END
*/
/******Arlo Smart CSS *****/
.arlo_smart_wrap {
  display: table;
  width: 100%;
}
.arlo_smart_center {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}
.smart_link {
    margin-top: 10px;
}
.smart_txt {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.smart_txt h2 {
    text-align: left;
    margin-bottom: 10px;
    color: #06a84e;
}
.smart_img {
    display: table-cell;
    width: 50%;
}
.smart_link a {
  padding: 13px 35px;
  letter-spacing: 1px;
  min-width: 177px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #06a84e;
  color: #06a84e;
  background: transparent;
  border-radius: 22px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
.smart_link a:hover {
  color: #fff;
  background: #06a84e;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .smart_txt {
      display: block;
      width: 100%;
      padding: 20px 0;
  }
  .smart_img {
      display: block;
      width: 100%;
  }
  .smart_img img {
    width: 100%;
    height: auto;
  }
  .smart_link {
    text-align: center;
  }
  .smart_txt h2 {
    text-align: center;
  }
  .smart_txt p {
    text-align: center;
  }
}
/******Arlo Smart CSS Ends *****/


/*******Arlov4 Homepage Hero/Secondary Hero************/
.ComponentHero--HeroBannerStandard{
  overflow: hidden;
  position: relative;
}
.ComponentHero--HeroBannerStandard .Hero--bg{
  height: 760px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: -25px;
}
.ComponentHero--HeroBannerStandard .Hero--bg--mobile {
  height: 622px;
  background-size: cover;
  background-position-x: center;
}

/*left side banner text*/
.ComponentHero--HeroBannerStandard .textHolder.text-left{
  padding: 0 20px;
  position: absolute;
  left: 30%;
  top: 40%;
  max-width: 600px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

/*right side banner text*/
.ComponentHero--HeroBannerStandard .textHolder{
  padding: 0 20px;
  position: absolute;
  right: -300px;
  top: 50%;
  max-width: 600px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.ComponentHero--HeroBannerStandard.standardSwimlane .textHolder.text-left {
    position: absolute;
    left: 30%;
}


@media (max-width: 425px) {
  .ComponentHero--HeroBannerStandard.standardSwimlane .textHolder.text-left {
    position: absolute;
    left: 50%;
  }
}

.ComponentHero--HeroBannerStandard .textHolder h1 {
  margin-bottom: 20px;
}
.ComponentHero--HeroBannerStandard .textHolder .button.button--primary {
margin-top: 25px;
}

.ComponentHero--HeroBannerStandard .textHolder .cta{
  margin-top: 30px;
}

.ComponentHero--HeroSecondBanner {
  display: -webkit-box !important;
}
.ComponentHero--HeroSecondBanner .ComponentHero__Background{
  background-image: linear-gradient(79deg, #292E41 0%, #525868 100%);
  width: 100%;
}

.ComponentHero--HeroSecondBanner .ComponentHero__Background.desktop {
  display: block;
  padding: 0;
  width: 100%;
}

.ComponentHero--HeroSecondBanner .ComponentHero__Foreground {
  background-image: linear-gradient(79deg, #292E41 0%, #525868 100%);
  }

.ComponentHero--HeroSecondBanner .ComponentHero__Textarea {
  width: 50%;
  float: right;
  position: relative;
  top: 40px;
}
.ComponentHero--HeroSecondBanner .ComponentHero__leftside {
  width: 50%;
}
.ComponentHero--HeroSecondBanner .ComponentHero__leftside .ComponentHero__BgImage--desktop  {
  width: 100%;
  float: left;
}

.ComponentHero--HeroSecondBanner .ComponentHero__Textarea span {
      color: #152934;
      font-family: NeueHaasUnicaPro-Medium,Helvetica,"Helvetica Neue",Arial,sans-serif;
      font-size: 17px;
      font-style: normal;
      font-weight: 400;
      line-height: 50px;
      letter-spacing: 0;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      color: #fff;
      padding-right: 5px;
      -webkit-transition: color .2s cubic-bezier(.5,0,.1,1);
      transition: color .2s cubic-bezier(.5,0,.1,1);
      will-change: color;
}
.ComponentHero--HeroSecondBanner .ComponentHero__Textarea span:hover {
    color: #3dcb9a;
}

.ComponentHero--HeroSecondBanner .ComponentHero__Foreground h1 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
}
.ComponentHero--HeroSecondBanner .ComponentHero__Foreground p {
  color: #ffffff;
}
.ComponentHero__Headline.black {
  color: #152934 !important;
  font-weight:normal;
}
.ComponentHero__BodyCopy.black {
  color: #152934 !important;
  margin-top: 15px;
}

.ComponentHero--HeroBannerStandard .textHolder .red-text{
  color: #D42D1B;
}

/*Sub Hero*/
.sub-banner {
  position: relative;
}
.sub-banner.mobile {
  height: auto;
  /* max-height: 370px; */
}


.sub-banner img {
  /* Make image responsive */
  display: block;
  width: 100%;
  max-height: auto;
}

.sub-banner>.caption h2,
.sub-banner>.caption p,
.sub-banner>.caption a {
  color: #fff;
  text-align: left;
}



.sub-banner>.caption p {
  font-size: 15px;
  margin-bottom: 10px;
}

.sub-banner>.caption a {
  font-weight: 600;
  font-size: 20px !important;
}
.sub-banner>.caption a:hover + .green-right {
  margin-left: 20px;
}
.sub-banner .green-right {
  cursor: pointer;
  max-width: fit-content;
  width: 40px;
  margin-left: 10px;
  height: 15px;
  transition: ease .2s;
}
.sub-banner .green-right:hover {
  margin-left: 20px;
}



@media (min-width: 1024px) {
  .ComponentHero--HeroSecondBanner .ComponentHero__Textarea {
    top: 65px;
  }
  .ComponentHero--HeroBannerStandard .textHolder.text-left{
    left: 40%;
  }
  .ComponentHero--HeroBannerStandard .textHolder .red-text{
    font-size: 35px;
  }

}


@media (max-width: 1024px) {

   .sub-banner {
    /* height: 171px; */
  }
    .sub-banner.mobile>.caption {
    position: absolute;
    top: 60px;
    left: 10%;
    width: 100%;
    height: 100%;
  }

  .sub-banner>.caption h2 {
  font-size: 22px;
  line-height: 38px;
  }
  .sub-banner>.caption p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .sub-banner>.caption a {
    font-size: 16px !important;
  }
}

@media (min-width: 769px) and (max-width: 999px) {
    .ComponentHero--HeroBannerStandard .textHolder{
    max-width: 400px !important;
    left: 40%;
    top: 35% !important;
    position: absolute;
    text-align: left;
    padding: 0;
  }
  .ComponentHero--HeroBannerStandard .textHolder .red-text{
    font-size: 35px;
  }
}

@media (max-width: 768px){
  .ComponentHero--HeroSecondBanner .ComponentHero__BgImage--desktop {
  display:none;
  }
  .ComponentHero__Textarea.desktop {
    display: none;
  }
  .ComponentHero--HeroSecondBanner .ComponentHero__Foreground h1 {
    font-size: 22px;
  }
  .ComponentHero--HeroBannerStandard .Hero--bg {
    display: none;
  }
   .ComponentHero--HeroBannerStandard .textHolder{
    top: 30%;
    max-width: 400px;
    right: -200px;
  }
  .ComponentHero--HeroBannerStandard .textHolder.text-left {
    top: 165px;
    left: 220px;
    max-width: 350px;
  }
  .ComponentHero--HeroBannerStandard .textHolder .red-text{
    font-size: 35px;
  }
}

@media (max-width: 600px) {
  .ComponentHero--HeroSecondBanner .ComponentHero__Background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    height: 420px;
    width: 100%;
  }
  .ComponentHero--HeroSecondBanner .ComponentHero__Background.desktop {
    display: none;
  }
  .ComponentHero--HeroSecondBanner .ComponentHero__BgImage--mobile {
  width: 100%;
  }
  .ComponentHero--HeroSecondBanner .mobile .ComponentHero__Textarea {
    padding: 30px 45px 0;
    position: relative;
    top: 40px;
    width: 100%;
  }
  .ComponentHero--HeroSecondBanner .ComponentHero__leftside {
    display: none;
    width: 100%;
  }
   .ComponentHero--HeroBannerStandard .textHolder{
    max-width: 100%;
    left: 50%;
    top: 25%;
    position: absolute;
    text-align: left;
    padding: 0 40px;
  }
   .ComponentHero--HeroBannerStandard .textHolder.text-left {
    top: 180px;
    left: 155px;
    max-width: 260px;
  }
  .ComponentHero--HeroBannerStandard .textHolder.text-center h1 {
    font-size: 29px;
    margin-bottom: 10px;
  }
  .ComponentHero--HeroBannerStandard .textHolder .red-text{
    font-size: 29px;
  }'
  .sub-banner.mobile {
    display: block;
    height: auto;
    max-height: 360px;
  }
  .sub-banner.desktop {
    display: none;
  }
  .sub-banner.tablet {
    display: none;
  }

}

@media (min-width: 500px) and (max-width:767px) {
  .ComponentHero--HeroBannerStandard .gif .textHolder{
    top: 30% !important;
    text-align: left !important;
    left: 29% !important;
    max-width: 327px !important;
  }
  .ComponentHero--HeroBannerStandard .gif .textHolder .button{
    margin: 20px 0 !important;
  }
}

@media (max-width: 375px) {
  .sub-banner.mobile {
    max-height: 330px;
  }
}

@media (max-width: 320px) {
   .ComponentHero--HeroBannerStandard .textHolder.text-left {
    max-width: 251px;
    left: 135px;
  }
  .sub-banner.mobile>.caption {
    top: 5px !important;
    left: 0 !important;
    padding: 15px;
  }
  .sub-banner.mobile {
    max-height: 280px;
  }
}
/****************************
-- Product Slideshow --
****************************/
.product_slideshow {
  background-color: #f8f8f8;
  position: relative;
}

.product_slideshow_item {
  margin: 0;
  padding: 20px 20px 30px;
  position: relative;
  text-align: center;
}

.product_slideshow_item .img-wrap {
  height: 95px;
  margin: 0 auto;
  padding: 0;
  width: 95px;
}

.product_slideshow_item .img-wrap img {
  top: auto;
}

.product_slideshow_item .img-wrap .new {
  background-color: #06a84e;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 48px;
  line-height: normal;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 48px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}

.product_slideshow_item_title {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  margin: 15px 0 0;
  text-transform: uppercase;
}

.product_slideshow_item_extra p {
  color: #6b6b6b;
  margin: 10px 0 0;
}

.product_slideshow_item_extra a {
  display: inline-block;
  margin-top: 16px;
  text-transform: uppercase;
}

@media screen and (min-width: 640px) {
  .product_slideshow.long .bx-wrapper {
    overflow: hidden;
    padding-right: 2px;
  }

  .product_slideshow.long .bx-viewport {
    margin-left: -2px;
    width: auto !important;
  }

  .product_slideshow.long .product_slideshow_item {
    border-left: 2px solid #fff;
  }
}

@media screen and (min-width: 992px) {
  .product_slideshow .container {
    max-width: none;
    padding: 0;
    text-align: center;
  }

  /* Only for desktop, remains a slider on mobile */
  .desktop .product_slideshow_item {
    padding: 0 10px;
    width: 11%
  }

  .desktop .product_slideshow.long .product_slideshow_item:first-child {
    border: 0;
  }
  .desktop .product_slideshow_item .wrap {
    overflow: hidden;
    padding: 45px 0 55px;
  }

  .desktop .product_slideshow_item img {
    -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
  }

  .desktop .product_slideshow_item .new {
    -webkit-transition: -webkit-transform 500ms ease 50ms, opacity 500ms ease 50ms;
    transition: transform 500ms ease 50ms, opacity 500ms ease 50ms;
  }

  .desktop .product_slideshow_item figcaption {
    position: relative;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
  }

  .desktop .product_slideshow_item_extra {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
  }

  .desktop .product_slideshow_item_extra p {
    margin-top: 6px;
  }

  .desktop .product_slideshow_item_extra a {
    margin-top: 4px;
    -webkit-transition: margin 500ms ease;
    transition: margin 500ms ease;
  }

  .desktop .product_slideshow_item:hover img {
    opacity: 0;
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
  }

  .desktop .product_slideshow_item:hover .new {
    opacity: 0;
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .desktop .product_slideshow_item:hover figcaption {
    -webkit-transform: translateY(-85px);
    -ms-transform: translateY(-85px);
    transform: translateY(-85px);
  }

  .desktop .product_slideshow_item:hover .product_slideshow_item_extra {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .desktop .product_slideshow_item:hover .product_slideshow_item_extra a {
    margin-top: 24px;
  }
  .desktop .product_slideshow_item_extra p {
    font-size: 13px;
    line-height: 16px;
  }
  .product_slideshow_item .product_slideshow_item_title {
    line-height: inherit;
  }
}
@media screen and (min-width: 1280px) {
  .desktop .product_slideshow_item {
    padding: 0 15px;
  }
}

/****************************
-- Press & Partners --
****************************/
.press-partners {
  text-align: center;
}

.press-partners h2 {
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .press-partners h2 {
    color: #333;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .press-partners h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

/* Press */
.press_slider {
  display: block;
  padding: 35px 0;
  text-align: center;
}

.press_slider_quotes_list blockquote {
  margin: 0;
}

.press_slider_quotes_list p {
  margin: 0 0 16px;
}

.press_slider_quotes_list cite {
  display: block;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 30px;
}

.press_slider_quotes_list cite a {
  color: #06a84e;
}

.press_slider_quotes_list cite a:hover{
  text-decoration: undeline;;
}

.press_slider_quotes_list img {
  display: inline-block;
}

.press_slider_logos {
  display: none;
}

.press_slider .bx-wrapper .bx-pager {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .press_slider {
    padding: 45px 0;
  }

  .press_slider_quotes_list {
    margin: 0 auto;
    max-width: 500px;
    position: relative;

    -webkit-transition: height 600ms ease;
    transition: height 600ms ease;
  }

  .press_slider_quotes_list blockquote {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;

    -webkit-transition: opacity 600ms ease, visibility 0ms linear 600ms;
    transition: opacity 600ms ease, visibility 0ms linear 600ms;
  }

  .press_slider_quotes_list blockquote.active {
    opacity: 1;
    visibility: visible;

    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .press_slider_quotes_list p {
    margin-bottom: 26px;
  }

  .press_slider_quotes_list cite {
    margin-bottom: 40px;
  }

  .press_slider_quotes_list img {
    display: none;
  }

  .press_slider_logos {
    display: block;
  }

  .press_slider_logos {
    padding: 0 20px;
  }

  .press_slider_logos_cta {
    margin: 0 30px;
    opacity: 0.3;

    -webkit-transition: opacity 600ms ease;
    transition: opacity 600ms ease;
  }

  .press_slider_logos_cta.active {
    opacity: 1;
  }

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

  .press_slider_logos_cta:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .press_slider {
    display: inline-block;
    padding: 55px 0;
    position: relative;
    vertical-align: top;
    width: 50%;
  }

  .press_slider:after {
    border-right: 1px solid #e1e1e1;
    bottom: 45px;
    content: '';
    right: -1px;
    position: absolute;
    top: 45px;
    width: 1px;
  }

  .press_slider_quotes_list {
    max-width: 450px;
  }

  .press_slider_quotes_list p {
    margin-bottom: 30px;
  }

  .press_slider_quotes_list cite {
    margin-bottom: 40px;
  }

  .press_slider_logos_cta {
    margin: 0 10px;
  }
}

@media screen and (min-width: 1280px) {
  .press_slider_logos_cta {
    margin: 0 30px;
  }
}

/* Partners */
.partners_logos {
  border-top: 1px solid #e1e1e1;
  display: block;
  padding: 35px 0;
  text-align: center;
}

.partners_logos h2 {
  margin: 0;
}

.partners_logos ul {
  margin: 0;
  padding: 0;
}

.partners_logos_item {
  display: inline-block;
  height: 43px;
  margin: 30px 15px 0;;
  position: relative;
  width: 154px;
}

.partners_logos_item img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .partners_logos {
    padding: 45px 0;
  }

  .partners_logos_item {
    height: 54px;
    width: 198px;
  }
}

@media screen and (min-width: 1024px) {
  .partners_logos h2 {
    margin-bottom: 20px;
  }

  .partners_logos {
    border-top: 0;
    display: inline-block;
    padding: 55px 0;
    position: relative;
    vertical-align: top;
    width: 50%;
  }

  .partners_logos:before {
    border-left: 1px solid #e1e1e1;
    bottom: 45px;
    content: '';
    left: 0;
    position: absolute;
    top: 45px;
    width: 1px;
  }

  .partners_logos_item {
    height: 68px;
    width: 240px;
  }
}

/****************************
-- Arlo v4: Homepage --
****************************/
.ns-ars18 .button--secondary.HomeHero {
  border-width: 2px;
  width: 160px;
}
  .ComponentHero__Headline.HomeHero {
    color: #ffffff !important;
  }
  .ComponentHero__BodyCopy.HomeHero {
    color: #ffffff !important;
  }

@media (min-width: 1024px) {

  .ComponentHero__Headline.HomeHero {
    font-size: 65px;
    margin-top:-100px;
  }
  .ComponentHero__BodyCopy.HomeHero {
    font-size: 19px;
  }
}


/****************************
-- Video List --
****************************/
.video_list {
  background-color: #f1f1f1;
  padding: 35px 0 65px;
  position: relative;
  text-align: center;
}

.video_list .container {
  position: static;
}

.video_list h2 {
  margin: 0 0 30px;
}

.video_list .bx-wrapper {
  margin: 0 -20px;
  max-width: none !important;
}

.video_list_item {
  margin: 0;
  padding-left: 20px;
}

.video_list_item_screen {
  display: block;
  position: relative;
}

.video_list_item_caption {
  background-color: #fff;
  min-height: 105px;
  padding: 28px 20px 0;
}

.video_list_item_screen_note {
  background-color: #06a84e;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  left: 50%;
  padding: 8px;
  position: absolute;
  width: 172px;
  z-index: 1;

  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.video_list_item_caption h3 {
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video_list_item_caption p {
  color: #b2b2b2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video_list .bx-wrapper .bx-pager {
  padding: 22px 0;
}

.video_list .more {
  bottom: 35px;
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  white-space: nowrap;

  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .video_list {
    padding-top: 50px;
  }

  .video_list h2 {
    color: #333;
    margin-bottom: 35px;
  }

  .video_list_slides {
    margin: 0 -15px;
  }

  .video_list_item {
    display: inline-block;
    margin: 0 0 30px;;
    padding: 0 15px;
    width: 33.33%;
  }

  .video_list_item_caption {
    border-radius: 0 0 6px 6px;
    min-height: 125px;
  }

  .video_list_item_caption h3 {
    white-space: normal;
  }

  .video_list_item_caption p {
    white-space: normal;
  }

  .video_list .more {
    bottom: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .video_list {
    padding: 55px 0 20px;
  }

  .video_list .container {
    position: relative;
  }

  .video_list h2 {
    margin-bottom: 40px;
  }

  .video_list_item_caption h3 {
    font-size: 17px;
  }

  .video_list .more {
    bottom: auto;
    left: auto;
    right: 30px;
    top: 20px;

    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media screen and (min-width: 1280px) {
  .video_list .more {
    right: 40px;
  }
}

/****************************
-- Centered Swimlane --
****************************/
.centered_swimlane {
  background-color: #f8f8f8;
  background-position: bottom left;
  position: relative;
}

.centered_swimlane_cta {
  margin: 0 auto;
  max-width: 280px;
  padding-top: 30px;
  text-align: center;
  position: relative;
  z-index: 100;
}

.centered_swimlane_cta h2 {
  margin: 0 0 25px;
}

.centered_swimlane ul.slider-outer {
  min-height: 220px;
  height: auto;
  padding-bottom: 36%;
}

@media screen and (min-width: 768px) {
  .centered_swimlane {
    background-size: cover;
    background-position: center center;
  }

  .centered_swimlane_cta {
    left: 50%;
    max-width: 320px;
    padding: 0;
    position: absolute;
    top: 50%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .centered_swimlane_cta h2 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .centered_swimlane_cta {
    max-width: 465px;
  }

  .centered_swimlane_cta h2 {
    margin-bottom: 25px;
  }
}


/*
SLIDER BOTTOM
*/
.slider-container{
  position: relative;
}

/*.slider-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.5);
  width: 100%;
  height: 100%;
  z-index: 2;
}*/

ul.slider-outer{
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-width: 1440px;
  width: 100%;
  height: 380px;
  position: relative;
}


@media (min-width: 1024px){
  ul.slider-outer{
    height: 490px;
  }
}

@media (min-width: 768px) and (max-width: 1023px){
  ul.slider-outer{
    height: 310px;
  }
}


ul.slider-outer > li.slide-item{
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

.arrow{
  color: #fff;
  background-color: rgba(0,0,0,0.45);
  display: block;
  height: 96px;
  line-height: 96px;
  margin-top: -48px;
  outline: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 48px;
  z-index: 3;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 27px;
}

.arrow:hover{
  background: rgba(0,0,0,0.65);
}

.arrow-right{
  border-radius: 48px 0 0 48px;
  right: 0;
  text-align: right;
  padding-right: 12px;
}

.arrow-left{
  border-radius: 0 48px 48px 0;
  left: 0;
  text-align: left;
  padding-left: 12px;
}
/*
SLIDER BOTTOM END
*/
/******Arlo Smart CSS *****/
.arlo_smart_wrap {
  display: table;
  width: 100%;
}
.arlo_smart_center {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}
.smart_link {
    margin-top: 10px;
}
.smart_txt {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.smart_txt h2 {
    text-align: left;
    margin-bottom: 10px;
    color: #06a84e;
}
.smart_img {
    display: table-cell;
    width: 50%;
}
.smart_link a {
  padding: 13px 35px;
  letter-spacing: 1px;
  min-width: 177px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #06a84e;
  color: #06a84e;
  background: transparent;
  border-radius: 22px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
.smart_link a:hover {
  color: #fff;
  background: #06a84e;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .smart_txt {
      display: block;
      width: 100%;
      padding: 20px 0;
  }
  .smart_img {
      display: block;
      width: 100%;
  }
  .smart_img img {
    width: 100%;
    height: auto;
  }
  .smart_link {
    text-align: center;
  }
  .smart_txt h2 {
    text-align: center;
  }
  .smart_txt p {
    text-align: center;
  }
}
/******Arlo Smart CSS Ends *****/


/*******Arlov4 Homepage Hero/Secondary Hero************/
.ComponentHero--HeroBannerStandard{
  overflow: hidden;
  position: relative;
}
.ComponentHero--HeroBannerStandard .Hero--bg{
  height: 760px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: -25px;
}
.ComponentHero--HeroBannerStandard .Hero--bg--mobile {
  height: 622px;
  background-size: cover;
  background-position-x: left;
}

/*left side banner text*/
.ComponentHero--HeroBannerStandard .textHolder.text-left{
  padding: 0 20px;
  position: absolute;
  left: 30%;
  top: 43%;
  max-width: 515px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

/*right side banner text*/
.ComponentHero--HeroBannerStandard .textHolder{
  padding: 0 20px;
  position: absolute;
  right: -300px;
  top: 50%;
  max-width: 600px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.ComponentHero--HeroBannerStandard .textHolder.text-right{
  padding: 0 20px;
  position: absolute;
  right: -200px;
  top: 50%;
  max-width: 500px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.ComponentHero--HeroBannerStandard.standardSwimlane .textHolder.text-left {
    position: absolute;
    left: 30%;
}

@media (max-width: 425px) {
  .ComponentHero--HeroBannerStandard.standardSwimlane .textHolder.text-left {
    position: absolute;
    left: 50%;
  }
}

@media (min-width: 1170px) {
  .ComponentHero--HeroBannerStandard .textHolder h1 {
  font-size: 50px;
  }
}

.ComponentHero--HeroBannerStandard .textHolder h1 {
  margin-bottom: 20px;
}
.ComponentHero--HeroBannerStandard .textHolder.text-right h1 {
  text-align: left;
}
.ComponentHero--HeroBannerStandard .textHolder.text-right .ComponentHero__BodyCopy {
  text-align: left;
}
.ComponentHero--HeroBannerStandard .textHolder .button.button--primary {
margin-top: 25px;
font-family: "Lato-Bold",Helvetica,Arial,sans-serif;
}

.ComponentHero--HeroBannerStandard .textHolder .cta{
  margin-top: 30px;
}

.ComponentHero--HeroSecondBanner {
  display: -webkit-box !important;
}
.ComponentHero--HeroSecondBanner .ComponentHero__Background{
  background-image: linear-gradient(79deg, #292E41 0%, #525868 100%);
  width: 100%;
}

.ComponentHero--HeroSecondBanner .ComponentHero__Background.desktop {
  display: block;
  padding: 0;
  width: 100%;
}

.ComponentHero--HeroSecondBanner .ComponentHero__Foreground {
  background-image: linear-gradient(79deg, #292E41 0%, #525868 100%);
  }

.ComponentHero--HeroSecondBanner .ComponentHero__Textarea {
  width: 50%;
  float: right;
  position: relative;
  top: 40px;
}
.ComponentHero--HeroSecondBanner .ComponentHero__leftside {
  width: 50%;
}
.ComponentHero--HeroSecondBanner .ComponentHero__leftside .ComponentHero__BgImage--desktop  {
  width: 100%;
  float: left;
}

.ComponentHero--HeroSecondBanner .ComponentHero__Textarea span {
      color: #152934;
      font-family: NeueHaasUnicaPro-Medium,Helvetica,"Helvetica Neue",Arial,sans-serif;
      font-size: 17px;
      font-style: normal;
      font-weight: 400;
      line-height: 50px;
      letter-spacing: 0;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      color: #fff;
      padding-right: 5px;
      -webkit-transition: color .2s cubic-bezier(.5,0,.1,1);
      transition: color .2s cubic-bezier(.5,0,.1,1);
      will-change: color;
}
.ComponentHero--HeroSecondBanner .ComponentHero__Textarea span:hover {
    color: #3dcb9a;
}

.ComponentHero--HeroSecondBanner .ComponentHero__Foreground h1 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
}
.ComponentHero--HeroSecondBanner .ComponentHero__Foreground p {
  color: #ffffff;
}
.ComponentHero__Headline.black {
  color: #152934 !important;
  font-weight:normal;
}
.ComponentHero__BodyCopy.black {
  color: #152934 !important;
  margin-top: 15px;
}

.ComponentHero--HeroBannerStandard .textHolder .red-text{
  color: #D42D1B;
}

/*Sub Hero*/
.sub-banner {
  position: relative;
}
.sub-banner.mobile {
  height: auto;
}


.sub-banner img {
  /* Make image responsive */
  display: block;
  width: 100%;
}

.sub-banner>.caption h2,
.sub-banner>.caption p {
  font-family: "lato-regular", sans-serif;
  color: #152934;
  text-align: left;
}

.sub-banner>.caption p {
 font-family: "lato-regular", lato-light, sans-serif !important;
}

.sub-banner>.caption a {
  color: #35ca9b;
  font-weight: 600;
  font-size: 16px !important;
}
.sub-banner>.caption a:hover + .green-right {
  margin-left: 20px;
}
.sub-banner .green-right {
  cursor: pointer;
  max-width: fit-content;
  width: 40px;
  margin-left: 10px;
  height: 10px;
  transition: ease .2s;
}
.sub-banner .green-right:hover {
  margin-left: 20px;
}

 .sub-banner>.caption {
    position: absolute;
    top: 25%;
    left: 4%;
    max-width: 350px;
    height: 100%;
    display: inline-table;
    vertical-align: middle;
  }


  .sub-banner > .caption strong {
    font-size: 13px;
    font-family: "lato-regular", sans-serif;
    font-weight: 600;
  }

  @media (min-width: 1300px) and (max-width: 1399px) {
    .sub-banner.desktop {
      height: 220px !important;
    }
  }

  @media (min-width: 1100px) and (max-width: 1199px) {
    .sub-banner.tablet {
      max-height: 350px !important;
    }
  }


@media (min-width: 1024px) {
    .ComponentHero--HeroBannerStandard .Hero--bg{
  background-size: contain;
  }
  .ComponentHero--HeroSecondBanner .ComponentHero__Textarea {
    top: 65px;
  }
  .ComponentHero--HeroBannerStandard .textHolder.text-left{
    left: 40%;
  }
  .ComponentHero--HeroBannerStandard .textHolder .red-text{
    font-size: 35px;
  }
  .sub-banner.desktop>.caption h2 {
    font-family: "lato-regular", helvetica neue, sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height:50px;
}

.sub-banner.desktop>.caption p {
  font-size: 15px;
  margin-bottom: 20px;
}

.sub-banner.desktop>.caption a {
  font-weight: 600;
  font-size: 18px !important;
}

.ComponentHero--HeroBannerStandard .Hero--bg.gif{
    max-height: 675px;
    background-position-x: 0;
    background-size: cover;
   }

}



@media (min-width: 1200px) {
   .ComponentHero--HeroBannerStandard .Hero--bg{
    max-height: 580px;
    background-position-x: 60px;

   }
  .ComponentHero--HeroSecondBanner .ComponentHero__Textarea {
    top: 100px;
  }
  .ComponentHero--HeroBannerStandard .textHolder.text-left{
    left: 35%;
  }
  .ComponentHero--HeroBannerStandard .textHolder .red-text{
    font-size: 53px;
  }
  .sub-banner {
    height: 240px;
  }

  .sub-banner.tablet {
    display: none !important;
  }
   .sub-banner.desktop {
    display: flex !important;
    height: 200px;
    }
    .sub-banner>.caption {
    top: 50px;
    left: 9%;
    max-width: 460px;
    display: inline-table;
    vertical-align: middle;
  }

  .sub-banner.desktop>.caption a {
    font-weight: 600;
    font-size: 14px !important;
  }

 .sub-banner>.caption h2 {
      font-size: 18px !important;
      line-height: 25px !important;
      margin-bottom: 5px;
  }

.sub-banner>.caption p {
  font-size: 14px !important;
  margin-bottom: 10px !important;
  line-height: 23px;
  }

}


@media (min-width: 1400px) {
   .sub-banner.desktop {
    height: 233px !important;
  }
}

@media (min-width: 1300px) and (max-width: 1437) {
  .sub-banner.desktop {
    height: 50px !important;
  }
}


@media (min-width: 1024px) and (max-width: 1134px) {
  .ComponentHero--HeroBannerStandard .Hero--bg{
  height: 500px;
  max-width: 1134px;
  }
  .ComponentHero--HeroBannerStandard .textHolder.text-left {
    max-width: 438px;
    left: 35%;
    top: 43%;
  }
}
@media (min-width: 1135px) and (max-width: 1200px) {
  .ComponentHero--HeroBannerStandard .Hero--bg{
  height: 500px;
  max-width: 1200px;
  }
}


@media (max-width: 1024px) {

    .sub-banner.mobile>.caption {
    position: absolute;
    top: 60px;
    left: 10%;
    width: 100%;
    height: 100%;
  }

  .sub-banner>.caption h2 {
    font-family: "lato-regular", helvetica neue, sans-serif;
    font-size: 18px;
    letter-spacing: .3px;
    line-height: 27px;
    margin-bottom: 5px;
  }
  .sub-banner>.caption p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sub-banner>.caption a {
    font-size: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .ComponentHero--HeroBannerStandard .textHolder{
    max-width: 361px !important;
    left: 40%;
    top: 28% !important;
    position: absolute;
    text-align: left;
    padding: 0;
  }
    .ComponentHero--HeroBannerStandard .gif .textHolder{
      top: 31% !important;
      left: 26% !important;
  }
      .ComponentHero--HeroBannerStandard .gif .text-right{
      left: 80% !important;
  }
  .ComponentHero--HeroBannerStandard .textHolder.text-center {
    text-align: left;
  }
.ComponentHero--HeroBannerStandard .textHolder.text-center .button.button--primary {
  margin: 20px 0;
}
  .ComponentHero--HeroBannerStandard .textHolder .red-text{
    font-size: 35px;
  }

  .sub-banner>.caption {
    top: 20%;
    width: 45%;
  }
  .sub-banner>.caption h2 {
    font-family: "lato-regular", helvetica neue, sans-serif;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .sub-banner>.caption p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sub-banner>.caption a {
    font-size: 14px !important;
  }
}

@media (max-width: 768px){
  .ComponentHero--HeroSecondBanner .ComponentHero__BgImage--desktop {
  display:none;
  }
  .ComponentHero__Textarea.desktop {
    display: none;
  }
  .ComponentHero--HeroSecondBanner .ComponentHero__Foreground h1 {
    font-size: 22px;
  }
  .ComponentHero--HeroBannerStandard .Hero--bg {
    display: none;
  }
   .ComponentHero--HeroBannerStandard .textHolder{
    top: 30%;
    max-width: 400px;
    right: -200px;
  }
  .ComponentHero--HeroBannerStandard .textHolder.text-left {
    top: 165px;
    left: 220px;
    max-width: 350px;
  }
  .ComponentHero--HeroBannerStandard .textHolder .red-text{
    font-size: 35px;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px){
  /*homepage*/
  .ComponentHero--HeroBannerStandard .Hero--bg.bg--tablet {
    display: block;
  }
  .home-new-18 .Hero--bg--mobile {
    display: none;
    }
    /*Outlet page*/
     .home-new-18 .standardSwimlane .Hero--bg--mobile {
    background-image: url(/en-us/images/Arlov2/ProductPages/Outlet/arlo-outlet-mobile.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
    }
}

@media (width: 768px) {
  .home-new-18 .Hero--bg--mobile {
    height: 900px;
    background-size:  cover !important;
    background-position: bottom !important;
  }
}
@media (min-width: 769px){
  .ComponentHero--HeroBannerStandard{
    overflow: hidden;
    position: relative;
  }

  .ComponentHero--HeroSecondBanner .ComponentHero__Background{
    padding: 10px 50px;
  }

.ComponentHero--HeroSecondBanner .ComponentHero__BgImage--mobile {
  display: block;
  }

  .ComponentHero__Background.mobile{
    display: none;
  }

  .Hero--bg--mobile {
    display: none;
  }
  .sub-banner.mobile {
    display: none;
  }
  .sub-banner.desktop {
    display: none;
    margin-top: -1px;
  }
  .sub-banner.tablet {
    display: flex;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .ComponentHero--HeroSecondBanner .ComponentHero__Background.mobile {
    background-image: none !important;
  }
  .ComponentHero--HeroSecondBanner .ComponentHero__leftside {
    display: flex;
  }
  .sub-banner.mobile {
    display: block;
  }
  .sub-banner.desktop {
    display: none;
  }
  .sub-banner.tablet {
    display: block;
  }

   .sub-banner>.caption {
    position: absolute;
    left: 30px;
    width: 300px;
    display: inline-table;
    vertical-align: middle;
  }
   .sub-banner>.caption h2 {
     font-size: 16px;
     line-height: 25px;
   }
   .sub-banner>.caption p {
     font-size: 13px;
   }
   .sub-banner>.caption a {
     font-size: 14px !important;
   }

    .sub-banner.tablet {
      display: flex;
      height: auto;
    }
}

@media (max-width: 767px) {
  .ComponentHero--HeroSecondBanner .ComponentHero__Background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    height: 420px;
    width: 100%;
  }
  .ComponentHero--HeroSecondBanner .ComponentHero__Background.desktop {
    display: none;
  }
  .ComponentHero--HeroSecondBanner .ComponentHero__BgImage--mobile {
  width: 100%;
  }
  .ComponentHero--HeroSecondBanner .mobile .ComponentHero__Textarea {
    padding: 30px 45px 0;
    position: relative;
    top: 40px;
    width: 100%;
  }
  .ComponentHero--HeroSecondBanner .ComponentHero__leftside {
    display: none;
    width: 100%;
  }
   .ComponentHero--HeroBannerStandard .textHolder{
    max-width: 99%;
    left: 50%;
    top: 25%;
    position: absolute;
    text-align: left;
    padding: 0 40px;
  }
  .ComponentHero--HeroBannerStandard .gif .textHolder{
    top: 23%;
    left: 50%;
    top: 28%;
    text-align: left;
  }
   .ComponentHero--HeroBannerStandard .textHolder.text-left {
    top: 180px;
    left: 155px;
    max-width: 260px;
  }
  .ComponentHero--HeroBannerStandard .textHolder.text-center h1 {
    font-size: 29px;
    margin-bottom: 10px;
  }
  .ComponentHero--HeroBannerStandard .textHolder .red-text{
    font-size: 29px;
  }'
  .sub-banner.mobile {
    display: block;
    height: auto;
    max-height: 360px;
  }
  .sub-banner.desktop {
    display: none;
  }
  .sub-banner.tablet {
    display: none;
  }
    .sub-banner>.caption h2 {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 5px;
  font-family: "lato-regular", helvetica neue, sans-serif;
  }
  .sub-banner>.caption p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .sub-banner>.caption a {
    font-size: 14px !important;
  }

}


@media (max-width:600px) {
  .sub-banner.mobile {
    display: flex;
  }
}

@media (min-width: 425px) {
  .sub-banner.mobile>.caption {
    left: 6% !important;
    top: 30px;
  }
}


@media (max-width: 375px) {
  .sub-banner.mobile {
    /* max-height: 385px; */
  }
  .sub-banner>.caption h2 {
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  }
  .sub-banner>.caption p {
    font-size: 12px;
    line-height: 20px;
  }
  .sub-banner>.caption a {
    font-size: 12px !important;
  }
}

@media (min-width: 375px) {
  .sub-banner.mobile>.caption {
    left: 6%;
    top: 10%;
    display: block;
    vertical-align: middle;
  }
}

@media (max-width: 320px) {
   .ComponentHero--HeroBannerStandard .textHolder.text-left {
    max-width: 251px;
    left: 135px;
  }
  .sub-banner.mobile {
    max-height: 330px;
  }
   .sub-banner.mobile>.caption {
    top: 7%;
  }
  .sub-banner>.caption p {
    font-size: 10px !important;
  }

}
/****************************
-- Product Slideshow --
****************************/
.product_slideshow {
  background-color: #f8f8f8;
  position: relative;
}

.product_slideshow_item {
  margin: 0;
  padding: 20px 20px 30px;
  position: relative;
  text-align: center;
}

.product_slideshow_item .img-wrap {
  height: 95px;
  margin: 0 auto;
  padding: 0;
  width: 95px;
}

.product_slideshow_item .img-wrap img {
  top: auto;
}

.product_slideshow_item .img-wrap .new {
  background-color: #06a84e;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 48px;
  line-height: normal;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 48px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}

.product_slideshow_item_title {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  margin: 15px 0 0;
  text-transform: uppercase;
}

.product_slideshow_item_extra p {
  color: #6b6b6b;
  margin: 10px 0 0;
}

.product_slideshow_item_extra a {
  display: inline-block;
  margin-top: 16px;
  text-transform: uppercase;
}

@media screen and (min-width: 640px) {
  .product_slideshow.long .bx-wrapper {
    overflow: hidden;
    padding-right: 2px;
  }

  .product_slideshow.long .bx-viewport {
    margin-left: -2px;
    width: auto !important;
  }

  .product_slideshow.long .product_slideshow_item {
    border-left: 2px solid #fff;
  }
}

@media screen and (min-width: 992px) {
  .product_slideshow .container {
    max-width: none;
    padding: 0;
    text-align: center;
  }

  /* Only for desktop, remains a slider on mobile */
  .desktop .product_slideshow_item {
    padding: 0 10px;
    width: 11%
  }

  .desktop .product_slideshow.long .product_slideshow_item:first-child {
    border: 0;
  }
  .desktop .product_slideshow_item .wrap {
    overflow: hidden;
    padding: 45px 0 55px;
  }

  .desktop .product_slideshow_item img {
    -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
  }

  .desktop .product_slideshow_item .new {
    -webkit-transition: -webkit-transform 500ms ease 50ms, opacity 500ms ease 50ms;
    transition: transform 500ms ease 50ms, opacity 500ms ease 50ms;
  }

  .desktop .product_slideshow_item figcaption {
    position: relative;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
  }

  .desktop .product_slideshow_item_extra {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
  }

  .desktop .product_slideshow_item_extra p {
    margin-top: 6px;
  }

  .desktop .product_slideshow_item_extra a {
    margin-top: 4px;
    -webkit-transition: margin 500ms ease;
    transition: margin 500ms ease;
  }

  .desktop .product_slideshow_item:hover img {
    opacity: 0;
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
  }

  .desktop .product_slideshow_item:hover .new {
    opacity: 0;
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .desktop .product_slideshow_item:hover figcaption {
    -webkit-transform: translateY(-85px);
    -ms-transform: translateY(-85px);
    transform: translateY(-85px);
  }

  .desktop .product_slideshow_item:hover .product_slideshow_item_extra {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .desktop .product_slideshow_item:hover .product_slideshow_item_extra a {
    margin-top: 24px;
  }
  .desktop .product_slideshow_item_extra p {
    font-size: 13px;
    line-height: 16px;
  }
  .product_slideshow_item .product_slideshow_item_title {
    line-height: inherit;
  }
}
@media screen and (min-width: 1280px) {
  .desktop .product_slideshow_item {
    padding: 0 15px;
  }
}

/****************************
-- Press & Partners --
****************************/
.press-partners {
  text-align: center;
}

.press-partners h2 {
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .press-partners h2 {
    color: #333;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .press-partners h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

/* Press */
.press_slider {
  display: block;
  padding: 35px 0;
  text-align: center;
}

.press_slider_quotes_list blockquote {
  margin: 0;
}

.press_slider_quotes_list p {
  margin: 0 0 16px;
}

.press_slider_quotes_list cite {
  display: block;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 30px;
}

.press_slider_quotes_list cite a {
  color: #06a84e;
}

.press_slider_quotes_list cite a:hover{
  text-decoration: undeline;;
}

.press_slider_quotes_list img {
  display: inline-block;
}

.press_slider_logos {
  display: none;
}

.press_slider .bx-wrapper .bx-pager {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .press_slider {
    padding: 45px 0;
  }

  .press_slider_quotes_list {
    margin: 0 auto;
    max-width: 500px;
    position: relative;

    -webkit-transition: height 600ms ease;
    transition: height 600ms ease;
  }

  .press_slider_quotes_list blockquote {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;

    -webkit-transition: opacity 600ms ease, visibility 0ms linear 600ms;
    transition: opacity 600ms ease, visibility 0ms linear 600ms;
  }

  .press_slider_quotes_list blockquote.active {
    opacity: 1;
    visibility: visible;

    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .press_slider_quotes_list p {
    margin-bottom: 26px;
  }

  .press_slider_quotes_list cite {
    margin-bottom: 40px;
  }

  .press_slider_quotes_list img {
    display: none;
  }

  .press_slider_logos {
    display: block;
  }

  .press_slider_logos {
    padding: 0 20px;
  }

  .press_slider_logos_cta {
    margin: 0 30px;
    opacity: 0.3;

    -webkit-transition: opacity 600ms ease;
    transition: opacity 600ms ease;
  }

  .press_slider_logos_cta.active {
    opacity: 1;
  }

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

  .press_slider_logos_cta:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .press_slider {
    display: inline-block;
    padding: 55px 0;
    position: relative;
    vertical-align: top;
    width: 50%;
  }

  .press_slider:after {
    border-right: 1px solid #e1e1e1;
    bottom: 45px;
    content: '';
    right: -1px;
    position: absolute;
    top: 45px;
    width: 1px;
  }

  .press_slider_quotes_list {
    max-width: 450px;
  }

  .press_slider_quotes_list p {
    margin-bottom: 30px;
  }

  .press_slider_quotes_list cite {
    margin-bottom: 40px;
  }

  .press_slider_logos_cta {
    margin: 0 10px;
  }
}

@media screen and (min-width: 1280px) {
  .press_slider_logos_cta {
    margin: 0 30px;
  }
}

/* Partners */
.partners_logos {
  border-top: 1px solid #e1e1e1;
  display: block;
  padding: 35px 0;
  text-align: center;
}

.partners_logos h2 {
  margin: 0;
}

.partners_logos ul {
  margin: 0;
  padding: 0;
}

.partners_logos_item {
  display: inline-block;
  height: 43px;
  margin: 30px 15px 0;;
  position: relative;
  width: 154px;
}

.partners_logos_item img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .partners_logos {
    padding: 45px 0;
  }

  .partners_logos_item {
    height: 54px;
    width: 198px;
  }
}

@media screen and (min-width: 1024px) {
  .partners_logos h2 {
    margin-bottom: 20px;
  }

  .partners_logos {
    border-top: 0;
    display: inline-block;
    padding: 55px 0;
    position: relative;
    vertical-align: top;
    width: 50%;
  }

  .partners_logos:before {
    border-left: 1px solid #e1e1e1;
    bottom: 45px;
    content: '';
    left: 0;
    position: absolute;
    top: 45px;
    width: 1px;
  }

  .partners_logos_item {
    height: 68px;
    width: 240px;
  }
}

/****************************
-- Arlo v4: Homepage --
****************************/
.ns-ars18 .button--secondary.HomeHero {
  border-width: 2px;
  width: 160px;
}
  .ComponentHero__Headline.HomeHero {
    color: #ffffff !important;
  }
  .ComponentHero__BodyCopy.HomeHero {
    color: #ffffff !important;
  }

@media (min-width: 1024px) {

  .ComponentHero__Headline.HomeHero {
    font-size: 65px;
    margin-top:-100px;
  }
  .ComponentHero__BodyCopy.HomeHero {
    font-size: 19px;
  }
}


/****************************
-- Video List --
****************************/
.video_list {
  background-color: #f1f1f1;
  padding: 35px 0 65px;
  position: relative;
  text-align: center;
}

.video_list .container {
  position: static;
}

.video_list h2 {
  margin: 0 0 30px;
}

.video_list .bx-wrapper {
  margin: 0 -20px;
  max-width: none !important;
}

.video_list_item {
  margin: 0;
  padding-left: 20px;
}

.video_list_item_screen {
  display: block;
  position: relative;
}

.video_list_item_caption {
  background-color: #fff;
  min-height: 105px;
  padding: 28px 20px 0;
}

.video_list_item_screen_note {
  background-color: #06a84e;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  left: 50%;
  padding: 8px;
  position: absolute;
  width: 172px;
  z-index: 1;

  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.video_list_item_caption h3 {
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video_list_item_caption p {
  color: #b2b2b2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video_list .bx-wrapper .bx-pager {
  padding: 22px 0;
}

.video_list .more {
  bottom: 35px;
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  white-space: nowrap;

  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .video_list {
    padding-top: 50px;
  }

  .video_list h2 {
    color: #333;
    margin-bottom: 35px;
  }

  .video_list_slides {
    margin: 0 -15px;
  }

  .video_list_item {
    display: inline-block;
    margin: 0 0 30px;;
    padding: 0 15px;
    width: 33.33%;
  }

  .video_list_item_caption {
    border-radius: 0 0 6px 6px;
    min-height: 125px;
  }

  .video_list_item_caption h3 {
    white-space: normal;
  }

  .video_list_item_caption p {
    white-space: normal;
  }

  .video_list .more {
    bottom: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .video_list {
    padding: 55px 0 20px;
  }

  .video_list .container {
    position: relative;
  }

  .video_list h2 {
    margin-bottom: 40px;
  }

  .video_list_item_caption h3 {
    font-size: 17px;
  }

  .video_list .more {
    bottom: auto;
    left: auto;
    right: 30px;
    top: 20px;

    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media screen and (min-width: 1280px) {
  .video_list .more {
    right: 40px;
  }
}

.ComponentHero--HeroBannerStandard .textHolder .red-text{
  color: #D42D1B;
}

@media screen and (max-width: 425px) {
  .sub-banner.mobile {
  margin-top: -2px;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .ComponentHero--HeroBannerStandard .Hero--bg.bg--desktop {
     display: none;
   }
   .ComponentHero--HeroBannerStandard .Hero--bg.bg--tablet {
     min-height: 800px;
   }
}

@media (min-width: 1024px) {
  .ComponentHero--HeroBannerStandard .Hero--bg.bg--tablet {
    display: none;
  }
}

@media screen and (min-width: 1170px) {
  .ComponentHero--HeroBannerStandard .textHolder.text-left{
      left: 29%;
    }
}

.ns-ars18 .floodlight-teaser-hero--essential-indoor .floodlight-teaser-hero__info-headline, .ns-ars18 .floodlight-teaser-hero--essential-spotlight .floodlight-teaser-hero__info-headline, .ns-ars18 .floodlight-teaser-hero--pro-3-floodlight .floodlight-teaser-hero__info-headline, .ns-ars18 .floodlight-teaser-hero--wire-free-doorbell .floodlight-teaser-hero__info-headline {
  line-height: 40px;
}
